Widgets güncellemeleri
This commit is contained in:
parent
5b006aef4a
commit
4d9ae1563d
1 changed files with 34 additions and 25 deletions
|
|
@ -7,6 +7,7 @@ import {
|
|||
Notification,
|
||||
Select,
|
||||
toast,
|
||||
Tooltip,
|
||||
} from '@/components/ui'
|
||||
import { ListFormJsonRowDto } from '@/proxy/admin/list-form/models'
|
||||
import { SelectBoxOption } from '@/shared/types'
|
||||
|
|
@ -219,6 +220,7 @@ function JsonRowOpDialogWidget({
|
|||
/>
|
||||
</FormItem>
|
||||
|
||||
<Tooltip title={'blue, green, purple, gray, red, yellow, pink, indigo, teal'}>
|
||||
<FormItem
|
||||
label="Color Field"
|
||||
invalid={errors.color && touched.color}
|
||||
|
|
@ -232,7 +234,13 @@ function JsonRowOpDialogWidget({
|
|||
component={Input}
|
||||
/>
|
||||
</FormItem>
|
||||
</Tooltip>
|
||||
|
||||
<Tooltip
|
||||
title={
|
||||
'FaHome, FaUser, FaSearch, FaCog, FaBell etc. (react-icons/fa icons)'
|
||||
}
|
||||
>
|
||||
<FormItem
|
||||
label="Icon Field"
|
||||
invalid={errors.icon && touched.icon}
|
||||
|
|
@ -246,6 +254,7 @@ function JsonRowOpDialogWidget({
|
|||
component={Input}
|
||||
/>
|
||||
</FormItem>
|
||||
</Tooltip>
|
||||
|
||||
<FormItem
|
||||
label="Sub Title Field"
|
||||
|
|
|
|||
Loading…
Reference in a new issue