lkt-vue-kernel 1.0.127 → 1.0.128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -713,7 +713,7 @@ interface FieldConfig extends RenderAndDisplayProps {
|
|
|
713
713
|
multipleDisplay?: MultipleOptionsDisplay;
|
|
714
714
|
multipleDisplayEdition?: MultipleOptionsDisplay;
|
|
715
715
|
searchable?: boolean;
|
|
716
|
-
icon?: string | Function;
|
|
716
|
+
icon?: string | Function | IconConfig;
|
|
717
717
|
download?: string | Function;
|
|
718
718
|
modal?: string | Function;
|
|
719
719
|
modalKey?: string | number | Function;
|
|
@@ -1559,7 +1559,7 @@ declare class Field extends LktItem implements FieldConfig {
|
|
|
1559
1559
|
multipleDisplay: MultipleOptionsDisplay;
|
|
1560
1560
|
multipleDisplayEdition: MultipleOptionsDisplay;
|
|
1561
1561
|
searchable: boolean;
|
|
1562
|
-
icon: string | Function;
|
|
1562
|
+
icon: string | Function | IconConfig;
|
|
1563
1563
|
download: string | Function;
|
|
1564
1564
|
modal: string | Function;
|
|
1565
1565
|
modalKey: string | number | Function;
|