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,
|
Notification,
|
||||||
Select,
|
Select,
|
||||||
toast,
|
toast,
|
||||||
|
Tooltip,
|
||||||
} from '@/components/ui'
|
} from '@/components/ui'
|
||||||
import { ListFormJsonRowDto } from '@/proxy/admin/list-form/models'
|
import { ListFormJsonRowDto } from '@/proxy/admin/list-form/models'
|
||||||
import { SelectBoxOption } from '@/shared/types'
|
import { SelectBoxOption } from '@/shared/types'
|
||||||
|
|
@ -219,6 +220,7 @@ function JsonRowOpDialogWidget({
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
||||||
|
<Tooltip title={'blue, green, purple, gray, red, yellow, pink, indigo, teal'}>
|
||||||
<FormItem
|
<FormItem
|
||||||
label="Color Field"
|
label="Color Field"
|
||||||
invalid={errors.color && touched.color}
|
invalid={errors.color && touched.color}
|
||||||
|
|
@ -232,7 +234,13 @@ function JsonRowOpDialogWidget({
|
||||||
component={Input}
|
component={Input}
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
</Tooltip>
|
||||||
|
|
||||||
|
<Tooltip
|
||||||
|
title={
|
||||||
|
'FaHome, FaUser, FaSearch, FaCog, FaBell etc. (react-icons/fa icons)'
|
||||||
|
}
|
||||||
|
>
|
||||||
<FormItem
|
<FormItem
|
||||||
label="Icon Field"
|
label="Icon Field"
|
||||||
invalid={errors.icon && touched.icon}
|
invalid={errors.icon && touched.icon}
|
||||||
|
|
@ -246,6 +254,7 @@ function JsonRowOpDialogWidget({
|
||||||
component={Input}
|
component={Input}
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
</Tooltip>
|
||||||
|
|
||||||
<FormItem
|
<FormItem
|
||||||
label="Sub Title Field"
|
label="Sub Title Field"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue