@omnia/fx 8.0.106-vnext → 8.0.108-vnext
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/stores/MediaPickerEditorStore.d.ts +40 -30
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +39 -13
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +238 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/filters/ImageFilters.d.ts +1 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- 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/BirthdayDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +10 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +2 -2
- package/package.json +2 -2
@@ -61,8 +61,8 @@ declare const _default: {
|
|
61
61
|
}>) => void)[];
|
62
62
|
readonly icon?: TabIconModel;
|
63
63
|
readonly disabled?: boolean;
|
64
|
-
readonly variant?: "navigation" | "default" | "settings";
|
65
64
|
readonly modelValue?: boolean;
|
65
|
+
readonly variant?: "navigation" | "default" | "settings";
|
66
66
|
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
67
67
|
readonly "v-model"?: boolean;
|
68
68
|
};
|
@@ -226,8 +226,8 @@ declare const _default: {
|
|
226
226
|
class?: String | String[];
|
227
227
|
icon?: TabIconModel;
|
228
228
|
disabled?: boolean;
|
229
|
-
variant?: "navigation" | "default" | "settings";
|
230
229
|
modelValue?: boolean;
|
230
|
+
variant?: "navigation" | "default" | "settings";
|
231
231
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
232
232
|
"v-model"?: boolean;
|
233
233
|
}>, never>;
|
@@ -52,8 +52,8 @@ declare const _default: {
|
|
52
52
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
53
|
[key: string]: any;
|
54
54
|
}>) => void)[];
|
55
|
-
readonly variant?: "navigation" | "default" | "settings";
|
56
55
|
readonly modelValue?: number;
|
56
|
+
readonly variant?: "navigation" | "default" | "settings";
|
57
57
|
readonly "onUpdate:modelValue"?: (value: number) => any;
|
58
58
|
readonly "v-model"?: number;
|
59
59
|
readonly stacked?: boolean;
|
@@ -226,8 +226,8 @@ declare const _default: {
|
|
226
226
|
colors?: any;
|
227
227
|
} & {
|
228
228
|
class?: String | String[];
|
229
|
-
variant?: "navigation" | "default" | "settings";
|
230
229
|
modelValue?: number;
|
230
|
+
variant?: "navigation" | "default" | "settings";
|
231
231
|
"onUpdate:modelValue"?: (value: number) => any;
|
232
232
|
"v-model"?: number;
|
233
233
|
stacked?: boolean;
|
@@ -57,10 +57,10 @@ declare const _default: {
|
|
57
57
|
}>) => void)[];
|
58
58
|
readonly disabled?: boolean;
|
59
59
|
readonly errorMessages?: string | string[];
|
60
|
+
readonly modelValue?: string;
|
60
61
|
readonly "v-slots"?: {
|
61
62
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
62
63
|
} & VTextAreaSlots;
|
63
|
-
readonly modelValue?: string;
|
64
64
|
"onUpdate:focused"?: (value: boolean) => any;
|
65
65
|
readonly rules?: ValidationRule[];
|
66
66
|
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
@@ -272,10 +272,10 @@ declare const _default: {
|
|
272
272
|
class?: String | String[];
|
273
273
|
disabled?: boolean;
|
274
274
|
errorMessages?: string | string[];
|
275
|
+
modelValue?: string;
|
275
276
|
"v-slots"?: {
|
276
277
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
277
278
|
} & VTextAreaSlots;
|
278
|
-
modelValue?: string;
|
279
279
|
rules?: ValidationRule[];
|
280
280
|
"onUpdate:modelValue"?: (value: string) => any;
|
281
281
|
"v-model"?: string;
|
@@ -59,12 +59,12 @@ declare const _default: {
|
|
59
59
|
readonly disabled?: boolean;
|
60
60
|
readonly placeholder?: string;
|
61
61
|
readonly errorMessages?: string | string[];
|
62
|
+
readonly modelValue?: string | number;
|
62
63
|
readonly "v-slots"?: {
|
63
64
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
64
65
|
} & VTextFieldSlots;
|
65
66
|
readonly variant?: "search" | "link" | "default" | "media" | "find-slim";
|
66
67
|
readonly loading?: boolean;
|
67
|
-
readonly modelValue?: string | number;
|
68
68
|
"onUpdate:focused"?: (value: boolean) => any;
|
69
69
|
readonly rules?: ValidationRule[];
|
70
70
|
readonly hint?: string;
|
@@ -389,12 +389,12 @@ declare const _default: {
|
|
389
389
|
disabled?: boolean;
|
390
390
|
placeholder?: string;
|
391
391
|
errorMessages?: string | string[];
|
392
|
+
modelValue?: string | number;
|
392
393
|
"v-slots"?: {
|
393
394
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
394
395
|
} & VTextFieldSlots;
|
395
396
|
variant?: "search" | "link" | "default" | "media" | "find-slim";
|
396
397
|
loading?: boolean;
|
397
|
-
modelValue?: string | number;
|
398
398
|
rules?: ValidationRule[];
|
399
399
|
hint?: string;
|
400
400
|
persistentHint?: boolean;
|
@@ -58,12 +58,12 @@ declare const _default: {
|
|
58
58
|
[key: string]: any;
|
59
59
|
}>) => void)[];
|
60
60
|
readonly multiple?: boolean;
|
61
|
+
readonly modelValue?: TreeViewItem<any>[];
|
61
62
|
readonly "v-slots"?: {
|
62
63
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
63
64
|
} & {
|
64
65
|
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
65
66
|
};
|
66
|
-
readonly modelValue?: TreeViewItem<any>[];
|
67
67
|
readonly "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
68
68
|
readonly "v-model"?: TreeViewItem<any>[];
|
69
69
|
readonly items?: TreeViewItem<any>[];
|
@@ -231,12 +231,12 @@ declare const _default: {
|
|
231
231
|
colors?: any;
|
232
232
|
} & {
|
233
233
|
multiple?: boolean;
|
234
|
+
modelValue?: TreeViewItem<any>[];
|
234
235
|
"v-slots"?: {
|
235
236
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
236
237
|
} & {
|
237
238
|
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
238
239
|
};
|
239
|
-
modelValue?: TreeViewItem<any>[];
|
240
240
|
"onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
241
241
|
"v-model"?: TreeViewItem<any>[];
|
242
242
|
items?: TreeViewItem<any>[];
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts
CHANGED
@@ -2,6 +2,8 @@ import { BirthdayDisplayStyles } from "./BirthdayDisplay.css";
|
|
2
2
|
import { BirthdayDisplaySettings, BirthdayPropertyDefinition, BirthdayPropertyValue, IPropertyDisplayRenderer } from "@omnia/fx-models";
|
3
3
|
export type BirthdayDisplayProps = IPropertyDisplayRenderer<BirthdayPropertyDefinition> & {
|
4
4
|
styles: typeof BirthdayDisplayStyles;
|
5
|
+
} & {
|
6
|
+
"v-model": BirthdayPropertyValue;
|
5
7
|
};
|
6
8
|
declare const _default: {
|
7
9
|
new (...args: any[]): {
|
@@ -56,6 +58,7 @@ declare const _default: {
|
|
56
58
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
57
59
|
};
|
58
60
|
readonly modelValue?: BirthdayPropertyValue;
|
61
|
+
readonly "v-model"?: BirthdayPropertyValue;
|
59
62
|
readonly displaySettings?: BirthdayDisplaySettings;
|
60
63
|
readonly setupSettings?: never;
|
61
64
|
};
|
@@ -81,6 +84,7 @@ declare const _default: {
|
|
81
84
|
}, {
|
82
85
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
83
86
|
}>;
|
87
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
84
88
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
85
89
|
beforeCreate?: (() => void) | (() => void)[];
|
86
90
|
created?: (() => void) | (() => void)[];
|
@@ -110,6 +114,7 @@ declare const _default: {
|
|
110
114
|
}, {
|
111
115
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
112
116
|
}>;
|
117
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
113
118
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
114
119
|
__isFragment?: never;
|
115
120
|
__isTeleport?: never;
|
@@ -123,12 +128,14 @@ declare const _default: {
|
|
123
128
|
}, {
|
124
129
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
125
130
|
}>;
|
131
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
126
132
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
127
133
|
propsDefinition: Omit<Readonly<{} & {
|
128
134
|
styles?: {
|
129
135
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
130
136
|
};
|
131
137
|
modelValue?: BirthdayPropertyValue;
|
138
|
+
"v-model"?: BirthdayPropertyValue;
|
132
139
|
displaySettings?: BirthdayDisplaySettings;
|
133
140
|
setupSettings?: never;
|
134
141
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts
CHANGED
@@ -2,6 +2,8 @@ import { BirthdayEditorStyles } from "./BirthdayEditor.css";
|
|
2
2
|
import { IPropertyEditorRenderer, BirthdayPropertyValue, BirthdayPropertyDefinition, BirthdayDisplaySettings, BirthdayEditorSettings } from "@omnia/fx-models";
|
3
3
|
export type BirthdayEditorProps = IPropertyEditorRenderer<BirthdayPropertyDefinition> & {
|
4
4
|
styles: typeof BirthdayEditorStyles;
|
5
|
+
} & {
|
6
|
+
"v-model": BirthdayPropertyValue;
|
5
7
|
};
|
6
8
|
declare const _default: {
|
7
9
|
new (...args: any[]): {
|
@@ -57,6 +59,7 @@ declare const _default: {
|
|
57
59
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
58
60
|
};
|
59
61
|
readonly modelValue?: BirthdayPropertyValue;
|
62
|
+
readonly "v-model"?: BirthdayPropertyValue;
|
60
63
|
readonly displaySettings?: BirthdayDisplaySettings;
|
61
64
|
readonly setupSettings?: never;
|
62
65
|
readonly editorSettings?: BirthdayEditorSettings;
|
@@ -85,6 +88,7 @@ declare const _default: {
|
|
85
88
|
}, {
|
86
89
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
87
90
|
}>;
|
91
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
88
92
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
89
93
|
beforeCreate?: (() => void) | (() => void)[];
|
90
94
|
created?: (() => void) | (() => void)[];
|
@@ -116,6 +120,7 @@ declare const _default: {
|
|
116
120
|
}, {
|
117
121
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
118
122
|
}>;
|
123
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
119
124
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
120
125
|
__isFragment?: never;
|
121
126
|
__isTeleport?: never;
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
131
136
|
}, {
|
132
137
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
133
138
|
}>;
|
139
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
134
140
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
135
141
|
propsDefinition: Omit<Readonly<{} & {
|
136
142
|
disabled?: boolean;
|
@@ -138,6 +144,7 @@ declare const _default: {
|
|
138
144
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
139
145
|
};
|
140
146
|
modelValue?: BirthdayPropertyValue;
|
147
|
+
"v-model"?: BirthdayPropertyValue;
|
141
148
|
displaySettings?: BirthdayDisplaySettings;
|
142
149
|
setupSettings?: never;
|
143
150
|
editorSettings?: BirthdayEditorSettings;
|
@@ -1,5 +1,7 @@
|
|
1
1
|
import { BooleanDisplaySettings, BooleanPropertyDefinition, BooleanPropertyValue, IPropertyDisplayRenderer } from "@omnia/fx-models";
|
2
|
-
export type BooleanDisplayProps = IPropertyDisplayRenderer<BooleanPropertyDefinition
|
2
|
+
export type BooleanDisplayProps = IPropertyDisplayRenderer<BooleanPropertyDefinition> & {
|
3
|
+
"v-model": BooleanPropertyValue;
|
4
|
+
};
|
3
5
|
declare const _default: {
|
4
6
|
new (...args: any[]): {
|
5
7
|
$: import("vue").ComponentInternalInstance;
|
@@ -50,6 +52,7 @@ declare const _default: {
|
|
50
52
|
[key: string]: any;
|
51
53
|
}>) => void)[];
|
52
54
|
readonly modelValue?: BooleanPropertyValue;
|
55
|
+
readonly "v-model"?: BooleanPropertyValue;
|
53
56
|
readonly displaySettings?: BooleanDisplaySettings;
|
54
57
|
readonly setupSettings?: never;
|
55
58
|
};
|
@@ -70,6 +73,7 @@ declare const _default: {
|
|
70
73
|
modelValue: import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
71
74
|
displaySettings: import("vue").Prop<BooleanDisplaySettings, BooleanDisplaySettings>;
|
72
75
|
setupSettings?: import("vue").Prop<never, never>;
|
76
|
+
"v-model": import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
73
77
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
74
78
|
beforeCreate?: (() => void) | (() => void)[];
|
75
79
|
created?: (() => void) | (() => void)[];
|
@@ -94,6 +98,7 @@ declare const _default: {
|
|
94
98
|
modelValue: import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
95
99
|
displaySettings: import("vue").Prop<BooleanDisplaySettings, BooleanDisplaySettings>;
|
96
100
|
setupSettings?: import("vue").Prop<never, never>;
|
101
|
+
"v-model": import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
97
102
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
98
103
|
__isFragment?: never;
|
99
104
|
__isTeleport?: never;
|
@@ -102,9 +107,11 @@ declare const _default: {
|
|
102
107
|
modelValue: import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
103
108
|
displaySettings: import("vue").Prop<BooleanDisplaySettings, BooleanDisplaySettings>;
|
104
109
|
setupSettings?: import("vue").Prop<never, never>;
|
110
|
+
"v-model": import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
105
111
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
106
112
|
propsDefinition: Omit<Readonly<{} & {
|
107
113
|
modelValue?: BooleanPropertyValue;
|
114
|
+
"v-model"?: BooleanPropertyValue;
|
108
115
|
displaySettings?: BooleanDisplaySettings;
|
109
116
|
setupSettings?: never;
|
110
117
|
}>, never>;
|
@@ -2,6 +2,8 @@ import { DateDisplayStyles } from "./DateDisplay.css";
|
|
2
2
|
import { DateDisplaySettings, DatePropertyDefinition, DatePropertyValue, IPropertyDisplayRenderer } from "@omnia/fx-models";
|
3
3
|
export type DateDisplayProps = IPropertyDisplayRenderer<DatePropertyDefinition> & {
|
4
4
|
styles: typeof DateDisplayStyles;
|
5
|
+
} & {
|
6
|
+
"v-model": DatePropertyValue;
|
5
7
|
};
|
6
8
|
declare const _default: {
|
7
9
|
new (...args: any[]): {
|
@@ -56,6 +58,7 @@ declare const _default: {
|
|
56
58
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
57
59
|
};
|
58
60
|
readonly modelValue?: DatePropertyValue;
|
61
|
+
readonly "v-model"?: DatePropertyValue;
|
59
62
|
readonly displaySettings?: DateDisplaySettings;
|
60
63
|
readonly setupSettings?: never;
|
61
64
|
};
|
@@ -81,6 +84,7 @@ declare const _default: {
|
|
81
84
|
}, {
|
82
85
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
83
86
|
}>;
|
87
|
+
"v-model": import("vue").Prop<DatePropertyValue, DatePropertyValue>;
|
84
88
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
85
89
|
beforeCreate?: (() => void) | (() => void)[];
|
86
90
|
created?: (() => void) | (() => void)[];
|
@@ -110,6 +114,7 @@ declare const _default: {
|
|
110
114
|
}, {
|
111
115
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
112
116
|
}>;
|
117
|
+
"v-model": import("vue").Prop<DatePropertyValue, DatePropertyValue>;
|
113
118
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
114
119
|
__isFragment?: never;
|
115
120
|
__isTeleport?: never;
|
@@ -123,12 +128,14 @@ declare const _default: {
|
|
123
128
|
}, {
|
124
129
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
125
130
|
}>;
|
131
|
+
"v-model": import("vue").Prop<DatePropertyValue, DatePropertyValue>;
|
126
132
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
127
133
|
propsDefinition: Omit<Readonly<{} & {
|
128
134
|
styles?: {
|
129
135
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
130
136
|
};
|
131
137
|
modelValue?: DatePropertyValue;
|
138
|
+
"v-model"?: DatePropertyValue;
|
132
139
|
displaySettings?: DateDisplaySettings;
|
133
140
|
setupSettings?: never;
|
134
141
|
}>, never>;
|
@@ -2,6 +2,8 @@ import { DateEditorStyles } from "./DateEditor.css";
|
|
2
2
|
import { DateDisplaySettings, DateEditorSettings, DatePropertyDefinition, DatePropertyValue, IPropertyEditorRenderer } from "@omnia/fx-models";
|
3
3
|
export type DateEditorProps = IPropertyEditorRenderer<DatePropertyDefinition> & {
|
4
4
|
styles: typeof DateEditorStyles;
|
5
|
+
} & {
|
6
|
+
"v-model": DatePropertyValue;
|
5
7
|
};
|
6
8
|
declare const _default: {
|
7
9
|
new (...args: any[]): {
|
@@ -57,6 +59,7 @@ declare const _default: {
|
|
57
59
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
58
60
|
};
|
59
61
|
readonly modelValue?: DatePropertyValue;
|
62
|
+
readonly "v-model"?: DatePropertyValue;
|
60
63
|
readonly displaySettings?: DateDisplaySettings;
|
61
64
|
readonly setupSettings?: never;
|
62
65
|
readonly editorSettings?: DateEditorSettings;
|
@@ -85,6 +88,7 @@ declare const _default: {
|
|
85
88
|
}, {
|
86
89
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
87
90
|
}>;
|
91
|
+
"v-model": import("vue").Prop<DatePropertyValue, DatePropertyValue>;
|
88
92
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
89
93
|
beforeCreate?: (() => void) | (() => void)[];
|
90
94
|
created?: (() => void) | (() => void)[];
|
@@ -116,6 +120,7 @@ declare const _default: {
|
|
116
120
|
}, {
|
117
121
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
118
122
|
}>;
|
123
|
+
"v-model": import("vue").Prop<DatePropertyValue, DatePropertyValue>;
|
119
124
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
120
125
|
__isFragment?: never;
|
121
126
|
__isTeleport?: never;
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
131
136
|
}, {
|
132
137
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
133
138
|
}>;
|
139
|
+
"v-model": import("vue").Prop<DatePropertyValue, DatePropertyValue>;
|
134
140
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
135
141
|
propsDefinition: Omit<Readonly<{} & {
|
136
142
|
disabled?: boolean;
|
@@ -138,6 +144,7 @@ declare const _default: {
|
|
138
144
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
139
145
|
};
|
140
146
|
modelValue?: DatePropertyValue;
|
147
|
+
"v-model"?: DatePropertyValue;
|
141
148
|
displaySettings?: DateDisplaySettings;
|
142
149
|
setupSettings?: never;
|
143
150
|
editorSettings?: DateEditorSettings;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts
CHANGED
@@ -2,6 +2,8 @@ import { DateTimeDisplayStyles } from "./DateTimeDisplay.css";
|
|
2
2
|
import { DateTimeDisplaySettings, DateTimePropertyDefinition, DateTimePropertyValue, IPropertyDisplayRenderer } from "@omnia/fx-models";
|
3
3
|
export type DateTimeDisplayProps = IPropertyDisplayRenderer<DateTimePropertyDefinition> & {
|
4
4
|
styles: typeof DateTimeDisplayStyles;
|
5
|
+
} & {
|
6
|
+
"v-model": DateTimePropertyValue;
|
5
7
|
};
|
6
8
|
declare const _default: {
|
7
9
|
new (...args: any[]): {
|
@@ -56,6 +58,7 @@ declare const _default: {
|
|
56
58
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
57
59
|
};
|
58
60
|
readonly modelValue?: DateTimePropertyValue;
|
61
|
+
readonly "v-model"?: DateTimePropertyValue;
|
59
62
|
readonly displaySettings?: DateTimeDisplaySettings;
|
60
63
|
readonly setupSettings?: never;
|
61
64
|
};
|
@@ -81,6 +84,7 @@ declare const _default: {
|
|
81
84
|
}, {
|
82
85
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
83
86
|
}>;
|
87
|
+
"v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
|
84
88
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
85
89
|
beforeCreate?: (() => void) | (() => void)[];
|
86
90
|
created?: (() => void) | (() => void)[];
|
@@ -110,6 +114,7 @@ declare const _default: {
|
|
110
114
|
}, {
|
111
115
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
112
116
|
}>;
|
117
|
+
"v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
|
113
118
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
114
119
|
__isFragment?: never;
|
115
120
|
__isTeleport?: never;
|
@@ -123,12 +128,14 @@ declare const _default: {
|
|
123
128
|
}, {
|
124
129
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
125
130
|
}>;
|
131
|
+
"v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
|
126
132
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
127
133
|
propsDefinition: Omit<Readonly<{} & {
|
128
134
|
styles?: {
|
129
135
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
130
136
|
};
|
131
137
|
modelValue?: DateTimePropertyValue;
|
138
|
+
"v-model"?: DateTimePropertyValue;
|
132
139
|
displaySettings?: DateTimeDisplaySettings;
|
133
140
|
setupSettings?: never;
|
134
141
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts
CHANGED
@@ -2,6 +2,8 @@ import { DateTimeEditorStyles } from "./DateTimeEditor.css";
|
|
2
2
|
import { DateTimeDisplaySettings, DateTimeEditorSettings, DateTimePropertyDefinition, DateTimePropertyValue, IPropertyEditorRenderer } from "@omnia/fx-models";
|
3
3
|
export type DateTimeEditorProps = IPropertyEditorRenderer<DateTimePropertyDefinition> & {
|
4
4
|
styles: typeof DateTimeEditorStyles;
|
5
|
+
} & {
|
6
|
+
"v-model": DateTimePropertyValue;
|
5
7
|
};
|
6
8
|
declare const _default: {
|
7
9
|
new (...args: any[]): {
|
@@ -57,6 +59,7 @@ declare const _default: {
|
|
57
59
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
58
60
|
};
|
59
61
|
readonly modelValue?: DateTimePropertyValue;
|
62
|
+
readonly "v-model"?: DateTimePropertyValue;
|
60
63
|
readonly displaySettings?: DateTimeDisplaySettings;
|
61
64
|
readonly setupSettings?: never;
|
62
65
|
readonly editorSettings?: DateTimeEditorSettings;
|
@@ -85,6 +88,7 @@ declare const _default: {
|
|
85
88
|
}, {
|
86
89
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
87
90
|
}>;
|
91
|
+
"v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
|
88
92
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
89
93
|
beforeCreate?: (() => void) | (() => void)[];
|
90
94
|
created?: (() => void) | (() => void)[];
|
@@ -116,6 +120,7 @@ declare const _default: {
|
|
116
120
|
}, {
|
117
121
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
118
122
|
}>;
|
123
|
+
"v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
|
119
124
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
120
125
|
__isFragment?: never;
|
121
126
|
__isTeleport?: never;
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
131
136
|
}, {
|
132
137
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
133
138
|
}>;
|
139
|
+
"v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
|
134
140
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
135
141
|
propsDefinition: Omit<Readonly<{} & {
|
136
142
|
disabled?: boolean;
|
@@ -138,6 +144,7 @@ declare const _default: {
|
|
138
144
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
139
145
|
};
|
140
146
|
modelValue?: DateTimePropertyValue;
|
147
|
+
"v-model"?: DateTimePropertyValue;
|
141
148
|
displaySettings?: DateTimeDisplaySettings;
|
142
149
|
setupSettings?: never;
|
143
150
|
editorSettings?: DateTimeEditorSettings;
|
@@ -49,6 +49,7 @@ declare const _default: {
|
|
49
49
|
[key: string]: any;
|
50
50
|
}>) => void)[];
|
51
51
|
readonly modelValue?: EmailPropertyValue;
|
52
|
+
readonly "v-model"?: EmailPropertyValue;
|
52
53
|
readonly displaySettings?: EmailDisplaySettings;
|
53
54
|
readonly setupSettings?: never;
|
54
55
|
};
|
@@ -69,6 +70,7 @@ declare const _default: {
|
|
69
70
|
modelValue: import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
70
71
|
displaySettings: import("vue").Prop<EmailDisplaySettings, EmailDisplaySettings>;
|
71
72
|
setupSettings?: import("vue").Prop<never, never>;
|
73
|
+
"v-model": import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
72
74
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
73
75
|
beforeCreate?: (() => void) | (() => void)[];
|
74
76
|
created?: (() => void) | (() => void)[];
|
@@ -93,6 +95,7 @@ declare const _default: {
|
|
93
95
|
modelValue: import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
94
96
|
displaySettings: import("vue").Prop<EmailDisplaySettings, EmailDisplaySettings>;
|
95
97
|
setupSettings?: import("vue").Prop<never, never>;
|
98
|
+
"v-model": import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
96
99
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
97
100
|
__isFragment?: never;
|
98
101
|
__isTeleport?: never;
|
@@ -101,9 +104,11 @@ declare const _default: {
|
|
101
104
|
modelValue: import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
102
105
|
displaySettings: import("vue").Prop<EmailDisplaySettings, EmailDisplaySettings>;
|
103
106
|
setupSettings?: import("vue").Prop<never, never>;
|
107
|
+
"v-model": import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
104
108
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
105
109
|
propsDefinition: Omit<Readonly<{} & {
|
106
110
|
modelValue?: EmailPropertyValue;
|
111
|
+
"v-model"?: EmailPropertyValue;
|
107
112
|
displaySettings?: EmailDisplaySettings;
|
108
113
|
setupSettings?: never;
|
109
114
|
}>, never>;
|
@@ -50,6 +50,7 @@ declare const _default: {
|
|
50
50
|
}>) => void)[];
|
51
51
|
readonly disabled?: boolean;
|
52
52
|
readonly modelValue?: EmailPropertyValue;
|
53
|
+
readonly "v-model"?: EmailPropertyValue;
|
53
54
|
readonly displaySettings?: EmailDisplaySettings;
|
54
55
|
readonly setupSettings?: never;
|
55
56
|
readonly editorSettings?: EmailEditorSettings;
|
@@ -73,6 +74,7 @@ declare const _default: {
|
|
73
74
|
displaySettings: import("vue").Prop<EmailDisplaySettings, EmailDisplaySettings>;
|
74
75
|
setupSettings?: import("vue").Prop<never, never>;
|
75
76
|
disabled?: import("vue").Prop<boolean, boolean>;
|
77
|
+
"v-model": import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
76
78
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
77
79
|
beforeCreate?: (() => void) | (() => void)[];
|
78
80
|
created?: (() => void) | (() => void)[];
|
@@ -99,6 +101,7 @@ declare const _default: {
|
|
99
101
|
displaySettings: import("vue").Prop<EmailDisplaySettings, EmailDisplaySettings>;
|
100
102
|
setupSettings?: import("vue").Prop<never, never>;
|
101
103
|
disabled?: import("vue").Prop<boolean, boolean>;
|
104
|
+
"v-model": import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
102
105
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
103
106
|
__isFragment?: never;
|
104
107
|
__isTeleport?: never;
|
@@ -109,10 +112,12 @@ declare const _default: {
|
|
109
112
|
displaySettings: import("vue").Prop<EmailDisplaySettings, EmailDisplaySettings>;
|
110
113
|
setupSettings?: import("vue").Prop<never, never>;
|
111
114
|
disabled?: import("vue").Prop<boolean, boolean>;
|
115
|
+
"v-model": import("vue").Prop<EmailPropertyValue, EmailPropertyValue>;
|
112
116
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
113
117
|
propsDefinition: Omit<Readonly<{} & {
|
114
118
|
disabled?: boolean;
|
115
119
|
modelValue?: EmailPropertyValue;
|
120
|
+
"v-model"?: EmailPropertyValue;
|
116
121
|
displaySettings?: EmailDisplaySettings;
|
117
122
|
setupSettings?: never;
|
118
123
|
editorSettings?: EmailEditorSettings;
|
@@ -49,6 +49,7 @@ declare const _default: {
|
|
49
49
|
[key: string]: any;
|
50
50
|
}>) => void)[];
|
51
51
|
readonly modelValue?: PropertyConfiguration<HtmlPropertyDefinition>;
|
52
|
+
readonly "v-model"?: PropertyConfiguration<HtmlPropertyDefinition>;
|
52
53
|
readonly onConfigurationValid?: (validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void;
|
53
54
|
readonly showLockConfiguration?: boolean;
|
54
55
|
};
|
@@ -69,6 +70,7 @@ declare const _default: {
|
|
69
70
|
modelValue: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
70
71
|
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void, (validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void>;
|
71
72
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
73
|
+
"v-model": import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
72
74
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
73
75
|
beforeCreate?: (() => void) | (() => void)[];
|
74
76
|
created?: (() => void) | (() => void)[];
|
@@ -93,6 +95,7 @@ declare const _default: {
|
|
93
95
|
modelValue: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
94
96
|
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void, (validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void>;
|
95
97
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
98
|
+
"v-model": import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
96
99
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
97
100
|
__isFragment?: never;
|
98
101
|
__isTeleport?: never;
|
@@ -101,9 +104,11 @@ declare const _default: {
|
|
101
104
|
modelValue: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
102
105
|
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void, (validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void>;
|
103
106
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
107
|
+
"v-model": import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
104
108
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
105
109
|
propsDefinition: Omit<Readonly<{} & {
|
106
110
|
modelValue?: PropertyConfiguration<HtmlPropertyDefinition>;
|
111
|
+
"v-model"?: PropertyConfiguration<HtmlPropertyDefinition>;
|
107
112
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void;
|
108
113
|
showLockConfiguration?: boolean;
|
109
114
|
}>, never>;
|
@@ -49,6 +49,7 @@ declare const _default: {
|
|
49
49
|
[key: string]: any;
|
50
50
|
}>) => void)[];
|
51
51
|
readonly modelValue?: HtmlPropertyValue;
|
52
|
+
readonly "v-model"?: HtmlPropertyValue;
|
52
53
|
readonly displaySettings?: HtmlDisplaySettings;
|
53
54
|
readonly setupSettings?: never;
|
54
55
|
};
|
@@ -69,6 +70,7 @@ declare const _default: {
|
|
69
70
|
modelValue: import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
70
71
|
displaySettings: import("vue").Prop<HtmlDisplaySettings, HtmlDisplaySettings>;
|
71
72
|
setupSettings?: import("vue").Prop<never, never>;
|
73
|
+
"v-model": import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
72
74
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
73
75
|
beforeCreate?: (() => void) | (() => void)[];
|
74
76
|
created?: (() => void) | (() => void)[];
|
@@ -93,6 +95,7 @@ declare const _default: {
|
|
93
95
|
modelValue: import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
94
96
|
displaySettings: import("vue").Prop<HtmlDisplaySettings, HtmlDisplaySettings>;
|
95
97
|
setupSettings?: import("vue").Prop<never, never>;
|
98
|
+
"v-model": import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
96
99
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
97
100
|
__isFragment?: never;
|
98
101
|
__isTeleport?: never;
|
@@ -101,9 +104,11 @@ declare const _default: {
|
|
101
104
|
modelValue: import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
102
105
|
displaySettings: import("vue").Prop<HtmlDisplaySettings, HtmlDisplaySettings>;
|
103
106
|
setupSettings?: import("vue").Prop<never, never>;
|
107
|
+
"v-model": import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
104
108
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
105
109
|
propsDefinition: Omit<Readonly<{} & {
|
106
110
|
modelValue?: HtmlPropertyValue;
|
111
|
+
"v-model"?: HtmlPropertyValue;
|
107
112
|
displaySettings?: HtmlDisplaySettings;
|
108
113
|
setupSettings?: never;
|
109
114
|
}>, never>;
|
@@ -50,6 +50,7 @@ declare const _default: {
|
|
50
50
|
}>) => void)[];
|
51
51
|
readonly disabled?: boolean;
|
52
52
|
readonly modelValue?: HtmlPropertyValue;
|
53
|
+
readonly "v-model"?: HtmlPropertyValue;
|
53
54
|
readonly displaySettings?: HtmlDisplaySettings;
|
54
55
|
readonly setupSettings?: never;
|
55
56
|
readonly editorSettings?: HtmlEditorSettings;
|
@@ -73,6 +74,7 @@ declare const _default: {
|
|
73
74
|
displaySettings: import("vue").Prop<HtmlDisplaySettings, HtmlDisplaySettings>;
|
74
75
|
setupSettings?: import("vue").Prop<never, never>;
|
75
76
|
disabled?: import("vue").Prop<boolean, boolean>;
|
77
|
+
"v-model": import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
76
78
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
77
79
|
beforeCreate?: (() => void) | (() => void)[];
|
78
80
|
created?: (() => void) | (() => void)[];
|
@@ -99,6 +101,7 @@ declare const _default: {
|
|
99
101
|
displaySettings: import("vue").Prop<HtmlDisplaySettings, HtmlDisplaySettings>;
|
100
102
|
setupSettings?: import("vue").Prop<never, never>;
|
101
103
|
disabled?: import("vue").Prop<boolean, boolean>;
|
104
|
+
"v-model": import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
102
105
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
103
106
|
__isFragment?: never;
|
104
107
|
__isTeleport?: never;
|
@@ -109,10 +112,12 @@ declare const _default: {
|
|
109
112
|
displaySettings: import("vue").Prop<HtmlDisplaySettings, HtmlDisplaySettings>;
|
110
113
|
setupSettings?: import("vue").Prop<never, never>;
|
111
114
|
disabled?: import("vue").Prop<boolean, boolean>;
|
115
|
+
"v-model": import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
112
116
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
113
117
|
propsDefinition: Omit<Readonly<{} & {
|
114
118
|
disabled?: boolean;
|
115
119
|
modelValue?: HtmlPropertyValue;
|
120
|
+
"v-model"?: HtmlPropertyValue;
|
116
121
|
displaySettings?: HtmlDisplaySettings;
|
117
122
|
setupSettings?: never;
|
118
123
|
editorSettings?: HtmlEditorSettings;
|