@omnia/fx 8.0.255-dev → 8.0.256-dev
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/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +5 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +26 -26
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/SampleComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -0
- package/package.json +2 -2
@@ -89,13 +89,13 @@ declare const _default: {
|
|
89
89
|
type: import("vue").PropType<string[]>;
|
90
90
|
required: false;
|
91
91
|
};
|
92
|
-
"onUpdate:expanded": {
|
93
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
94
|
-
};
|
95
92
|
"v-model:expanded": {
|
96
93
|
type: import("vue").PropType<string[]>;
|
97
94
|
required: false;
|
98
95
|
};
|
96
|
+
"onUpdate:expanded": {
|
97
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
98
|
+
};
|
99
99
|
clickable: {
|
100
100
|
type: import("vue").PropType<boolean>;
|
101
101
|
required: false;
|
@@ -172,8 +172,8 @@ declare const _default: {
|
|
172
172
|
}>> & {
|
173
173
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
174
174
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
175
|
-
"onUpdate:page"?: (page: number) => any;
|
176
175
|
"onUpdate:options"?: (options: any) => any;
|
176
|
+
"onUpdate:page"?: (page: number) => any;
|
177
177
|
onDoc$?: (description?: string) => any;
|
178
178
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
179
179
|
"update:modelValue": (value: any[]) => void;
|
@@ -268,13 +268,13 @@ declare const _default: {
|
|
268
268
|
type: import("vue").PropType<string[]>;
|
269
269
|
required: false;
|
270
270
|
};
|
271
|
-
"onUpdate:expanded": {
|
272
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
273
|
-
};
|
274
271
|
"v-model:expanded": {
|
275
272
|
type: import("vue").PropType<string[]>;
|
276
273
|
required: false;
|
277
274
|
};
|
275
|
+
"onUpdate:expanded": {
|
276
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
277
|
+
};
|
278
278
|
clickable: {
|
279
279
|
type: import("vue").PropType<boolean>;
|
280
280
|
required: false;
|
@@ -351,8 +351,8 @@ declare const _default: {
|
|
351
351
|
}>> & {
|
352
352
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
353
353
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
354
|
-
"onUpdate:page"?: (page: number) => any;
|
355
354
|
"onUpdate:options"?: (options: any) => any;
|
355
|
+
"onUpdate:page"?: (page: number) => any;
|
356
356
|
onDoc$?: (description?: string) => any;
|
357
357
|
}, {
|
358
358
|
container: boolean;
|
@@ -448,13 +448,13 @@ declare const _default: {
|
|
448
448
|
type: import("vue").PropType<string[]>;
|
449
449
|
required: false;
|
450
450
|
};
|
451
|
-
"onUpdate:expanded": {
|
452
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
453
|
-
};
|
454
451
|
"v-model:expanded": {
|
455
452
|
type: import("vue").PropType<string[]>;
|
456
453
|
required: false;
|
457
454
|
};
|
455
|
+
"onUpdate:expanded": {
|
456
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
457
|
+
};
|
458
458
|
clickable: {
|
459
459
|
type: import("vue").PropType<boolean>;
|
460
460
|
required: false;
|
@@ -531,8 +531,8 @@ declare const _default: {
|
|
531
531
|
}>> & {
|
532
532
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
533
533
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
534
|
-
"onUpdate:page"?: (page: number) => any;
|
535
534
|
"onUpdate:options"?: (options: any) => any;
|
535
|
+
"onUpdate:page"?: (page: number) => any;
|
536
536
|
onDoc$?: (description?: string) => any;
|
537
537
|
}, () => JSX.Element, {}, {}, {}, {
|
538
538
|
container: boolean;
|
@@ -625,13 +625,13 @@ declare const _default: {
|
|
625
625
|
type: import("vue").PropType<string[]>;
|
626
626
|
required: false;
|
627
627
|
};
|
628
|
-
"onUpdate:expanded": {
|
629
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
630
|
-
};
|
631
628
|
"v-model:expanded": {
|
632
629
|
type: import("vue").PropType<string[]>;
|
633
630
|
required: false;
|
634
631
|
};
|
632
|
+
"onUpdate:expanded": {
|
633
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
634
|
+
};
|
635
635
|
clickable: {
|
636
636
|
type: import("vue").PropType<boolean>;
|
637
637
|
required: false;
|
@@ -708,8 +708,8 @@ declare const _default: {
|
|
708
708
|
}>> & {
|
709
709
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
710
710
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
711
|
-
"onUpdate:page"?: (page: number) => any;
|
712
711
|
"onUpdate:options"?: (options: any) => any;
|
712
|
+
"onUpdate:page"?: (page: number) => any;
|
713
713
|
onDoc$?: (description?: string) => any;
|
714
714
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
715
715
|
"update:modelValue": (value: any[]) => void;
|
@@ -798,28 +798,28 @@ declare const _default: {
|
|
798
798
|
"v-slots"?: {
|
799
799
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
800
800
|
} & ODataTableServerSlots;
|
801
|
-
loading?: boolean;
|
802
801
|
itemValue?: SelectItemKey;
|
803
|
-
|
804
|
-
|
802
|
+
"v-model:expanded"?: string[];
|
803
|
+
"onUpdate:expanded"?: (value: string[]) => any;
|
805
804
|
sortBy?: SortItem[];
|
805
|
+
"v-model:sortBy"?: SortItem[];
|
806
|
+
"onUpdate:sortBy"?: (value: SortItem[]) => any;
|
806
807
|
mustSort?: boolean;
|
807
808
|
showSelect?: boolean;
|
809
|
+
itemSelectable?: SelectItemKey;
|
810
|
+
loading?: boolean;
|
811
|
+
hover?: boolean;
|
808
812
|
showExpand?: boolean;
|
809
813
|
itemsPerPage?: number;
|
810
|
-
"onUpdate:sortBy"?: (value: SortItem[]) => any;
|
811
|
-
"onUpdate:expanded"?: (value: string[]) => any;
|
812
|
-
"onUpdate:page"?: (value: number) => any;
|
813
|
-
"v-model:expanded"?: string[];
|
814
|
-
"v-model:sortBy"?: SortItem[];
|
815
814
|
itemsLength?: number;
|
815
|
+
"onUpdate:page"?: (value: number) => any;
|
816
816
|
"v-model:page"?: number;
|
817
817
|
clickable?: boolean;
|
818
|
-
}>, "onUpdate:modelValue" | "onUpdate:sortBy" | "onUpdate:
|
818
|
+
}>, "onUpdate:modelValue" | "onUpdate:sortBy" | "onUpdate:options" | "onUpdate:page" | "onDoc$"> & {
|
819
819
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
820
820
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
821
|
-
"onUpdate:page"?: (page: number) => any;
|
822
821
|
"onUpdate:options"?: (options: any) => any;
|
822
|
+
"onUpdate:page"?: (page: number) => any;
|
823
823
|
onDoc$?: (description?: string) => any;
|
824
824
|
};
|
825
825
|
};
|
@@ -7,7 +7,7 @@ declare const _default: {
|
|
7
7
|
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
|
8
8
|
};
|
9
9
|
componentHost: {
|
10
|
-
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "
|
10
|
+
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
11
11
|
};
|
12
12
|
host: {
|
13
13
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
|
23
23
|
};
|
24
24
|
componentHost: {
|
25
|
-
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "
|
25
|
+
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
26
26
|
};
|
27
27
|
host: {
|
28
28
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -42,7 +42,7 @@ declare const _default: {
|
|
42
42
|
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
|
43
43
|
};
|
44
44
|
componentHost: {
|
45
|
-
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "
|
45
|
+
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
46
46
|
};
|
47
47
|
host: {
|
48
48
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -61,7 +61,7 @@ declare const _default: {
|
|
61
61
|
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
|
62
62
|
};
|
63
63
|
componentHost: {
|
64
|
-
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "
|
64
|
+
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
65
65
|
};
|
66
66
|
host: {
|
67
67
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -72,7 +72,7 @@ declare const _default: {
|
|
72
72
|
propsDefinition: Omit<Readonly<{} & {
|
73
73
|
host?: "admin" | "editor" | "docs";
|
74
74
|
variant?: "toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section";
|
75
|
-
componentHost?: "toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "
|
75
|
+
componentHost?: "toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx";
|
76
76
|
force?: boolean;
|
77
77
|
}>, never>;
|
78
78
|
};
|
@@ -20,7 +20,7 @@ declare const _default: {
|
|
20
20
|
type: import("vue").PropType<boolean>;
|
21
21
|
};
|
22
22
|
location: {
|
23
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
23
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
24
24
|
required: false;
|
25
25
|
};
|
26
26
|
closeDelay: {
|
@@ -99,7 +99,7 @@ declare const _default: {
|
|
99
99
|
type: import("vue").PropType<boolean>;
|
100
100
|
};
|
101
101
|
location: {
|
102
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
102
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
103
103
|
required: false;
|
104
104
|
};
|
105
105
|
closeDelay: {
|
@@ -182,7 +182,7 @@ declare const _default: {
|
|
182
182
|
type: import("vue").PropType<boolean>;
|
183
183
|
};
|
184
184
|
location: {
|
185
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
185
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
186
186
|
required: false;
|
187
187
|
};
|
188
188
|
closeDelay: {
|
@@ -262,7 +262,7 @@ declare const _default: {
|
|
262
262
|
type: import("vue").PropType<boolean>;
|
263
263
|
};
|
264
264
|
location: {
|
265
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
265
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
266
266
|
required: false;
|
267
267
|
};
|
268
268
|
closeDelay: {
|
@@ -344,9 +344,9 @@ declare const _default: {
|
|
344
344
|
activator?: () => VNodeChild;
|
345
345
|
};
|
346
346
|
activator?: string;
|
347
|
-
location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
348
347
|
attach?: string | boolean | Element;
|
349
348
|
closeDelay?: string | number;
|
349
|
+
location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
350
350
|
openOnHover?: boolean;
|
351
351
|
visibleOnContentClick?: boolean;
|
352
352
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
@@ -225,8 +225,8 @@ declare const _default: {
|
|
225
225
|
"v-model"?: any;
|
226
226
|
"onUpdate:modelValue"?: (value: any) => any;
|
227
227
|
modelValue?: any;
|
228
|
-
readonly?: boolean;
|
229
228
|
rules?: ValidationRule[];
|
229
|
+
readonly?: boolean;
|
230
230
|
}>, "onUpdate:modelValue"> & {
|
231
231
|
"onUpdate:modelValue"?: (value: any) => any;
|
232
232
|
};
|
@@ -296,14 +296,14 @@ declare const _default: {
|
|
296
296
|
"onUpdate:modelValue"?: (value: [number, number]) => any;
|
297
297
|
modelValue?: [number, number];
|
298
298
|
variant?: "default" | "prominent";
|
299
|
+
hint?: string;
|
300
|
+
persistentHint?: boolean;
|
299
301
|
max?: string | number;
|
300
302
|
min?: string | number;
|
301
303
|
step?: string | number;
|
302
|
-
persistentHint?: boolean;
|
303
|
-
hint?: string;
|
304
|
-
ticks?: number[] | Record<number, string>;
|
305
304
|
noThumbLabel?: boolean;
|
306
305
|
showTicks?: boolean | "always";
|
306
|
+
ticks?: number[] | Record<number, string>;
|
307
307
|
tickSize?: number;
|
308
308
|
}>, never>;
|
309
309
|
};
|
@@ -264,10 +264,10 @@ declare const _default: {
|
|
264
264
|
"v-slots"?: {
|
265
265
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
266
266
|
} & VRatingSlots;
|
267
|
+
hover?: boolean;
|
267
268
|
readonly?: boolean;
|
268
269
|
clearable?: boolean;
|
269
270
|
density?: "default" | "compact" | "comfortable";
|
270
|
-
hover?: boolean;
|
271
271
|
}>, never>;
|
272
272
|
};
|
273
273
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, ItemType,
|
1
|
+
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, ItemType, ItemValueType, ValidationRule } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
import { IIcon, OSelectRenderingItem, OSelectTypes } from "@omnia/fx-models";
|
4
4
|
import { VSelectSlots } from "../../ComponentTypings";
|
@@ -12,7 +12,7 @@ export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" |
|
|
12
12
|
declare const defaultRules: ValidationRule[];
|
13
13
|
type SlotsWithReturnObject<TItem> = DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild>;
|
14
14
|
type SlotsWithoutReturnObject = DefineSlot<"chip", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild>;
|
15
|
-
type BaseProps<TItem, TModel, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", TModel, false, null, false, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle",
|
15
|
+
type BaseProps<TItem, TModel, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", TModel, false, null, false, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"toned", boolean> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineEmit<"update:modelValue", (value: TModel) => void, "Emit a click event."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild>;
|
16
16
|
export type OSelectProps<TItem, TModel, TReturnObject extends boolean> = BaseProps<TItem, TModel, TReturnObject> & DefineType<TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject>;
|
17
17
|
declare const _default: <TItem extends readonly any[], TModel extends unknown, TReturnObject extends boolean>(props: import("@omnia/fx/ux").ConstructComponentProps<OSelectProps<TItem, TModel, TReturnObject>>) => any;
|
18
18
|
export default _default;
|
@@ -333,15 +333,15 @@ declare const _default: {
|
|
333
333
|
"onUpdate:modelValue"?: (value: any) => any;
|
334
334
|
modelValue?: any;
|
335
335
|
variant?: "default" | "prominent";
|
336
|
+
hint?: string;
|
337
|
+
persistentHint?: boolean;
|
336
338
|
max?: string | number;
|
337
339
|
min?: string | number;
|
338
340
|
step?: string | number;
|
339
|
-
persistentHint?: boolean;
|
340
|
-
hint?: string;
|
341
341
|
unitLabel?: string;
|
342
|
-
ticks?: number[] | Record<number, string>;
|
343
342
|
noThumbLabel?: boolean;
|
344
343
|
showTicks?: boolean | "always";
|
344
|
+
ticks?: number[] | Record<number, string>;
|
345
345
|
tickSize?: number;
|
346
346
|
}>, "onUpdate:modelValue"> & {
|
347
347
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -244,9 +244,9 @@ declare const _default: {
|
|
244
244
|
"v-model"?: boolean;
|
245
245
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
246
246
|
modelValue?: boolean;
|
247
|
-
persistentHint?: boolean;
|
248
|
-
hint?: string;
|
249
247
|
rules?: ValidationRule[];
|
248
|
+
hint?: string;
|
249
|
+
persistentHint?: boolean;
|
250
250
|
hideDetails?: boolean;
|
251
251
|
}>, "onUpdate:modelValue"> & {
|
252
252
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -386,11 +386,11 @@ declare const _default: {
|
|
386
386
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
387
387
|
} & VTextAreaSlots;
|
388
388
|
autofocus?: boolean;
|
389
|
-
|
390
|
-
persistentHint?: boolean;
|
389
|
+
rules?: ValidationRule[];
|
391
390
|
hint?: string;
|
391
|
+
persistentHint?: boolean;
|
392
|
+
readonly?: boolean;
|
392
393
|
errorMessages?: string | string[];
|
393
|
-
rules?: ValidationRule[];
|
394
394
|
clearable?: boolean;
|
395
395
|
autoGrow?: boolean;
|
396
396
|
}>, "onUpdate:modelValue" | "onUpdate:focused" | "onClick:button"> & {
|
@@ -30,7 +30,7 @@ declare const _default: {
|
|
30
30
|
type: import("vue").PropType<string>;
|
31
31
|
};
|
32
32
|
variant: {
|
33
|
-
type: import("vue").PropType<"default" | "menu" | "
|
33
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
34
34
|
};
|
35
35
|
class: {
|
36
36
|
type: import("vue").PropType<String | String[]>;
|
@@ -83,7 +83,7 @@ declare const _default: {
|
|
83
83
|
type: import("vue").PropType<string>;
|
84
84
|
};
|
85
85
|
variant: {
|
86
|
-
type: import("vue").PropType<"default" | "menu" | "
|
86
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
87
87
|
};
|
88
88
|
class: {
|
89
89
|
type: import("vue").PropType<String | String[]>;
|
@@ -142,7 +142,7 @@ declare const _default: {
|
|
142
142
|
type: import("vue").PropType<string>;
|
143
143
|
};
|
144
144
|
variant: {
|
145
|
-
type: import("vue").PropType<"default" | "menu" | "
|
145
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
146
146
|
};
|
147
147
|
class: {
|
148
148
|
type: import("vue").PropType<String | String[]>;
|
@@ -198,7 +198,7 @@ declare const _default: {
|
|
198
198
|
type: import("vue").PropType<string>;
|
199
199
|
};
|
200
200
|
variant: {
|
201
|
-
type: import("vue").PropType<"default" | "menu" | "
|
201
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
202
202
|
};
|
203
203
|
class: {
|
204
204
|
type: import("vue").PropType<String | String[]>;
|
@@ -239,7 +239,7 @@ declare const _default: {
|
|
239
239
|
title?: Func<[VNodeChild]>;
|
240
240
|
customButtons?: Func<[VNodeChild]>;
|
241
241
|
};
|
242
|
-
variant?: "default" | "menu" | "
|
242
|
+
variant?: "default" | "menu" | "blade" | "drawer";
|
243
243
|
subTitle?: string;
|
244
244
|
backButton?: boolean;
|
245
245
|
divider?: boolean;
|
@@ -410,10 +410,10 @@ declare const _default: {
|
|
410
410
|
itemToolTip?: (item: any) => VNodeChild;
|
411
411
|
};
|
412
412
|
itemValue?: string;
|
413
|
+
"v-model:expanded"?: any[];
|
414
|
+
"onUpdate:expanded"?: (value: any[]) => any;
|
413
415
|
itemTitle?: string | ((item: any) => string);
|
414
416
|
itemChildren?: string;
|
415
|
-
"onUpdate:expanded"?: (value: any[]) => any;
|
416
|
-
"v-model:expanded"?: any[];
|
417
417
|
expandOnSelection?: boolean;
|
418
418
|
batchChildrensDisplay?: number;
|
419
419
|
itemIcon?: string | ((item: any) => IIcon);
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts
CHANGED
@@ -43,10 +43,10 @@ declare const _default: {
|
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
44
|
modelValue?: PropertyConfiguration<BirthdayPropertyDefinition>;
|
45
45
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
46
|
-
defaultConfiguration?: PropertyConfiguration<BirthdayPropertyDefinition>;
|
47
46
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void;
|
48
47
|
showLockConfiguration?: boolean;
|
49
48
|
renderEditSettings?: boolean;
|
49
|
+
defaultConfiguration?: PropertyConfiguration<BirthdayPropertyDefinition>;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts
CHANGED
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
"v-model"?: BirthdayPropertyValue;
|
75
75
|
modelValue?: BirthdayPropertyValue;
|
76
76
|
displaySettings?: BirthdayDisplaySettings;
|
77
|
-
editorSettings?: BirthdayEditorSettings;
|
78
77
|
setupSettings?: never;
|
78
|
+
editorSettings?: BirthdayEditorSettings;
|
79
79
|
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|
@@ -54,8 +54,8 @@ declare const _default: {
|
|
54
54
|
"onUpdate:modelValue"?: (value: BooleanPropertyValue) => void;
|
55
55
|
modelValue?: BooleanPropertyValue;
|
56
56
|
displaySettings?: BooleanDisplaySettings;
|
57
|
-
editorSettings?: BooleanEditorSettings;
|
58
57
|
setupSettings?: never;
|
58
|
+
editorSettings?: BooleanEditorSettings;
|
59
59
|
}>, never>;
|
60
60
|
};
|
61
61
|
export default _default;
|
@@ -48,8 +48,8 @@ declare const _default: {
|
|
48
48
|
"v-model"?: BusinessProfilePropertyValue;
|
49
49
|
modelValue?: BusinessProfilePropertyValue;
|
50
50
|
displaySettings?: import("@omnia/fx-models").BusinessProfileDisplaySettings;
|
51
|
-
editorSettings?: import("@omnia/fx-models").BusinessProfileEditorSettings;
|
52
51
|
setupSettings?: never;
|
52
|
+
editorSettings?: import("@omnia/fx-models").BusinessProfileEditorSettings;
|
53
53
|
}>, never>;
|
54
54
|
};
|
55
55
|
export default _default;
|
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
"v-model"?: DatePropertyValue;
|
75
75
|
modelValue?: DatePropertyValue;
|
76
76
|
displaySettings?: DateDisplaySettings;
|
77
|
-
editorSettings?: DateEditorSettings;
|
78
77
|
setupSettings?: never;
|
78
|
+
editorSettings?: DateEditorSettings;
|
79
79
|
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts
CHANGED
@@ -43,10 +43,10 @@ declare const _default: {
|
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
44
|
modelValue?: PropertyConfiguration<DateTimePropertyDefinition>;
|
45
45
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
46
|
-
defaultConfiguration?: PropertyConfiguration<DateTimePropertyDefinition>;
|
47
46
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void;
|
48
47
|
showLockConfiguration?: boolean;
|
49
48
|
renderEditSettings?: boolean;
|
49
|
+
defaultConfiguration?: PropertyConfiguration<DateTimePropertyDefinition>;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts
CHANGED
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
"v-model"?: DateTimePropertyValue;
|
75
75
|
modelValue?: DateTimePropertyValue;
|
76
76
|
displaySettings?: DateTimeDisplaySettings;
|
77
|
-
editorSettings?: DateTimeEditorSettings;
|
78
77
|
setupSettings?: never;
|
78
|
+
editorSettings?: DateTimeEditorSettings;
|
79
79
|
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
"onUpdate:modelValue"?: (value: EmailPropertyValue) => void;
|
51
51
|
modelValue?: EmailPropertyValue;
|
52
52
|
displaySettings?: EmailDisplaySettings;
|
53
|
-
editorSettings?: EmailEditorSettings;
|
54
53
|
setupSettings?: never;
|
54
|
+
editorSettings?: EmailEditorSettings;
|
55
55
|
}>, never>;
|
56
56
|
};
|
57
57
|
export default _default;
|
@@ -43,10 +43,10 @@ declare const _default: {
|
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
44
|
modelValue?: PropertyConfiguration<HtmlPropertyDefinition>;
|
45
45
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
46
|
-
defaultConfiguration?: PropertyConfiguration<HtmlPropertyDefinition>;
|
47
46
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void;
|
48
47
|
showLockConfiguration?: boolean;
|
49
48
|
renderEditSettings?: boolean;
|
49
|
+
defaultConfiguration?: PropertyConfiguration<HtmlPropertyDefinition>;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
@@ -55,8 +55,8 @@ declare const _default: {
|
|
55
55
|
"onUpdate:modelValue"?: (value: HtmlPropertyValue) => void;
|
56
56
|
modelValue?: HtmlPropertyValue;
|
57
57
|
displaySettings?: HtmlDisplaySettings;
|
58
|
-
editorSettings?: HtmlEditorSettings;
|
59
58
|
setupSettings?: never;
|
59
|
+
editorSettings?: HtmlEditorSettings;
|
60
60
|
}>, never>;
|
61
61
|
};
|
62
62
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts
CHANGED
@@ -48,10 +48,10 @@ declare const _default: {
|
|
48
48
|
"v-model"?: PropertyConfiguration<IdentityPropertyDefinition>;
|
49
49
|
modelValue?: PropertyConfiguration<IdentityPropertyDefinition>;
|
50
50
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
51
|
-
defaultConfiguration?: PropertyConfiguration<IdentityPropertyDefinition>;
|
52
51
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<IdentityPropertyDefinition>) => void;
|
53
52
|
showLockConfiguration?: boolean;
|
54
53
|
renderEditSettings?: boolean;
|
54
|
+
defaultConfiguration?: PropertyConfiguration<IdentityPropertyDefinition>;
|
55
55
|
}>, never>;
|
56
56
|
};
|
57
57
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts
CHANGED
@@ -80,8 +80,8 @@ declare const _default: {
|
|
80
80
|
"onUpdate:modelValue"?: (value: IdentityPropertyValue) => void;
|
81
81
|
modelValue?: IdentityPropertyValue;
|
82
82
|
displaySettings?: IdentityPropertyDisplaySettings;
|
83
|
-
editorSettings?: IdentityPropertyEditorSettings;
|
84
83
|
setupSettings?: never;
|
84
|
+
editorSettings?: IdentityPropertyEditorSettings;
|
85
85
|
}>, never>;
|
86
86
|
};
|
87
87
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts
CHANGED
@@ -48,10 +48,10 @@ declare const _default: {
|
|
48
48
|
"v-model"?: PropertyConfiguration<ImagePropertyDefinition>;
|
49
49
|
modelValue?: PropertyConfiguration<ImagePropertyDefinition>;
|
50
50
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
51
|
-
defaultConfiguration?: PropertyConfiguration<ImagePropertyDefinition>;
|
52
51
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void;
|
53
52
|
showLockConfiguration?: boolean;
|
54
53
|
renderEditSettings?: boolean;
|
54
|
+
defaultConfiguration?: PropertyConfiguration<ImagePropertyDefinition>;
|
55
55
|
}>, never>;
|
56
56
|
};
|
57
57
|
export default _default;
|
@@ -45,8 +45,8 @@ declare const _default: {
|
|
45
45
|
"v-model"?: ImagePropertyValue;
|
46
46
|
modelValue?: ImagePropertyValue;
|
47
47
|
displaySettings?: ImageDisplaySettings;
|
48
|
-
editorSettings?: ImageEditorSettings;
|
49
48
|
setupSettings?: never;
|
49
|
+
editorSettings?: ImageEditorSettings;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
@@ -55,8 +55,8 @@ declare const _default: {
|
|
55
55
|
"onUpdate:modelValue"?: (value: IntegerPropertyValue) => void;
|
56
56
|
modelValue?: IntegerPropertyValue;
|
57
57
|
displaySettings?: IntegerDisplaySettings;
|
58
|
-
editorSettings?: IntegerEditorSettings;
|
59
58
|
setupSettings?: never;
|
59
|
+
editorSettings?: IntegerEditorSettings;
|
60
60
|
}>, never>;
|
61
61
|
};
|
62
62
|
export default _default;
|