@omnia/fx 8.0.107-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 +2 -2
- 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
@@ -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;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts
CHANGED
@@ -10,7 +10,9 @@ export type IdentityDisplaySlots = {
|
|
10
10
|
};
|
11
11
|
export type IdentityDisplayProps = IPropertyDisplayRenderer<IdentityPropertyDefinition> & {
|
12
12
|
styles: typeof IdentityDisplayStyles;
|
13
|
-
} & IdentityDisplaySlots
|
13
|
+
} & IdentityDisplaySlots & {
|
14
|
+
"v-model": IdentityPropertyValue;
|
15
|
+
};
|
14
16
|
declare const _default: {
|
15
17
|
new (...args: any[]): {
|
16
18
|
$: import("vue").ComponentInternalInstance;
|
@@ -63,12 +65,13 @@ declare const _default: {
|
|
63
65
|
readonly styles?: {
|
64
66
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
65
67
|
};
|
68
|
+
readonly modelValue?: IdentityPropertyValue;
|
66
69
|
readonly "v-slots"?: {
|
67
70
|
renderer?: (renderProps: {
|
68
71
|
identities: IResolvedIdentity[];
|
69
72
|
}) => VNodeChild;
|
70
73
|
};
|
71
|
-
readonly
|
74
|
+
readonly "v-model"?: IdentityPropertyValue;
|
72
75
|
readonly displaySettings?: IdentityPropertyDisplaySettings;
|
73
76
|
readonly setupSettings?: never;
|
74
77
|
};
|
@@ -103,6 +106,7 @@ declare const _default: {
|
|
103
106
|
identities: IResolvedIdentity[];
|
104
107
|
}) => VNodeChild;
|
105
108
|
}>;
|
109
|
+
"v-model": import("vue").Prop<IdentityPropertyValue, IdentityPropertyValue>;
|
106
110
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
107
111
|
beforeCreate?: (() => void) | (() => void)[];
|
108
112
|
created?: (() => void) | (() => void)[];
|
@@ -141,6 +145,7 @@ declare const _default: {
|
|
141
145
|
identities: IResolvedIdentity[];
|
142
146
|
}) => VNodeChild;
|
143
147
|
}>;
|
148
|
+
"v-model": import("vue").Prop<IdentityPropertyValue, IdentityPropertyValue>;
|
144
149
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
145
150
|
__isFragment?: never;
|
146
151
|
__isTeleport?: never;
|
@@ -163,17 +168,19 @@ declare const _default: {
|
|
163
168
|
identities: IResolvedIdentity[];
|
164
169
|
}) => VNodeChild;
|
165
170
|
}>;
|
171
|
+
"v-model": import("vue").Prop<IdentityPropertyValue, IdentityPropertyValue>;
|
166
172
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
167
173
|
propsDefinition: Omit<Readonly<{} & {
|
168
174
|
styles?: {
|
169
175
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
170
176
|
};
|
177
|
+
modelValue?: IdentityPropertyValue;
|
171
178
|
"v-slots"?: {
|
172
179
|
renderer?: (renderProps: {
|
173
180
|
identities: IResolvedIdentity[];
|
174
181
|
}) => VNodeChild;
|
175
182
|
};
|
176
|
-
|
183
|
+
"v-model"?: IdentityPropertyValue;
|
177
184
|
displaySettings?: IdentityPropertyDisplaySettings;
|
178
185
|
setupSettings?: never;
|
179
186
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts
CHANGED
@@ -2,6 +2,8 @@ import { IdentityEditorStyles } from "./IdentityEditor.css";
|
|
2
2
|
import { IdentityPropertyDefinition, IdentityPropertyDisplaySettings, IdentityPropertyEditorSettings, IdentityPropertyValue, IPropertyEditorRenderer } from "@omnia/fx-models";
|
3
3
|
export type UserIdentityEditorProps = IPropertyEditorRenderer<IdentityPropertyDefinition> & {
|
4
4
|
styles: typeof IdentityEditorStyles;
|
5
|
+
} & {
|
6
|
+
"v-model": IdentityPropertyValue;
|
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?: IdentityPropertyValue;
|
62
|
+
readonly "v-model"?: IdentityPropertyValue;
|
60
63
|
readonly displaySettings?: IdentityPropertyDisplaySettings;
|
61
64
|
readonly setupSettings?: never;
|
62
65
|
readonly editorSettings?: IdentityPropertyEditorSettings;
|
@@ -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<IdentityPropertyValue, IdentityPropertyValue>;
|
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<IdentityPropertyValue, IdentityPropertyValue>;
|
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<IdentityPropertyValue, IdentityPropertyValue>;
|
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?: IdentityPropertyValue;
|
147
|
+
"v-model"?: IdentityPropertyValue;
|
141
148
|
displaySettings?: IdentityPropertyDisplaySettings;
|
142
149
|
setupSettings?: never;
|
143
150
|
editorSettings?: IdentityPropertyEditorSettings;
|
package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts
CHANGED
@@ -49,6 +49,7 @@ declare const _default: {
|
|
49
49
|
[key: string]: any;
|
50
50
|
}>) => void)[];
|
51
51
|
readonly modelValue?: PropertyConfiguration<ImagePropertyDefinition>;
|
52
|
+
readonly "v-model"?: PropertyConfiguration<ImagePropertyDefinition>;
|
52
53
|
readonly onConfigurationValid?: (validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void;
|
53
54
|
readonly showLockConfiguration?: boolean;
|
54
55
|
};
|
@@ -69,6 +70,7 @@ declare const _default: {
|
|
69
70
|
modelValue: import("vue").Prop<PropertyConfiguration<ImagePropertyDefinition>, PropertyConfiguration<ImagePropertyDefinition>>;
|
70
71
|
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void, (validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void>;
|
71
72
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
73
|
+
"v-model": import("vue").Prop<PropertyConfiguration<ImagePropertyDefinition>, PropertyConfiguration<ImagePropertyDefinition>>;
|
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<ImagePropertyDefinition>, PropertyConfiguration<ImagePropertyDefinition>>;
|
94
96
|
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void, (validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void>;
|
95
97
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
98
|
+
"v-model": import("vue").Prop<PropertyConfiguration<ImagePropertyDefinition>, PropertyConfiguration<ImagePropertyDefinition>>;
|
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<ImagePropertyDefinition>, PropertyConfiguration<ImagePropertyDefinition>>;
|
102
105
|
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void, (validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void>;
|
103
106
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
107
|
+
"v-model": import("vue").Prop<PropertyConfiguration<ImagePropertyDefinition>, PropertyConfiguration<ImagePropertyDefinition>>;
|
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<ImagePropertyDefinition>;
|
111
|
+
"v-model"?: PropertyConfiguration<ImagePropertyDefinition>;
|
107
112
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => 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?: ImagePropertyValue;
|
52
|
+
readonly "v-model"?: ImagePropertyValue;
|
52
53
|
readonly displaySettings?: ImageDisplaySettings;
|
53
54
|
readonly setupSettings?: never;
|
54
55
|
};
|
@@ -69,6 +70,7 @@ declare const _default: {
|
|
69
70
|
modelValue: import("vue").Prop<ImagePropertyValue, ImagePropertyValue>;
|
70
71
|
displaySettings: import("vue").Prop<ImageDisplaySettings, ImageDisplaySettings>;
|
71
72
|
setupSettings?: import("vue").Prop<never, never>;
|
73
|
+
"v-model": import("vue").Prop<ImagePropertyValue, ImagePropertyValue>;
|
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<ImagePropertyValue, ImagePropertyValue>;
|
94
96
|
displaySettings: import("vue").Prop<ImageDisplaySettings, ImageDisplaySettings>;
|
95
97
|
setupSettings?: import("vue").Prop<never, never>;
|
98
|
+
"v-model": import("vue").Prop<ImagePropertyValue, ImagePropertyValue>;
|
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<ImagePropertyValue, ImagePropertyValue>;
|
102
105
|
displaySettings: import("vue").Prop<ImageDisplaySettings, ImageDisplaySettings>;
|
103
106
|
setupSettings?: import("vue").Prop<never, never>;
|
107
|
+
"v-model": import("vue").Prop<ImagePropertyValue, ImagePropertyValue>;
|
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?: ImagePropertyValue;
|
111
|
+
"v-model"?: ImagePropertyValue;
|
107
112
|
displaySettings?: ImageDisplaySettings;
|
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?: ImagePropertyValue;
|
53
|
+
readonly "v-model"?: ImagePropertyValue;
|
53
54
|
readonly displaySettings?: ImageDisplaySettings;
|
54
55
|
readonly setupSettings?: never;
|
55
56
|
readonly editorSettings?: ImageEditorSettings;
|
@@ -73,6 +74,7 @@ declare const _default: {
|
|
73
74
|
displaySettings: import("vue").Prop<ImageDisplaySettings, ImageDisplaySettings>;
|
74
75
|
setupSettings?: import("vue").Prop<never, never>;
|
75
76
|
disabled?: import("vue").Prop<boolean, boolean>;
|
77
|
+
"v-model": import("vue").Prop<ImagePropertyValue, ImagePropertyValue>;
|
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<ImageDisplaySettings, ImageDisplaySettings>;
|
100
102
|
setupSettings?: import("vue").Prop<never, never>;
|
101
103
|
disabled?: import("vue").Prop<boolean, boolean>;
|
104
|
+
"v-model": import("vue").Prop<ImagePropertyValue, ImagePropertyValue>;
|
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<ImageDisplaySettings, ImageDisplaySettings>;
|
110
113
|
setupSettings?: import("vue").Prop<never, never>;
|
111
114
|
disabled?: import("vue").Prop<boolean, boolean>;
|
115
|
+
"v-model": import("vue").Prop<ImagePropertyValue, ImagePropertyValue>;
|
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?: ImagePropertyValue;
|
120
|
+
"v-model"?: ImagePropertyValue;
|
116
121
|
displaySettings?: ImageDisplaySettings;
|
117
122
|
setupSettings?: never;
|
118
123
|
editorSettings?: ImageEditorSettings;
|