@omnia/fx 8.0.107-vnext → 8.0.109-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/MediaPickerEditorStore.d.ts +53 -42
- package/internal-do-not-import-from-here/stores/MediaPickerProviderStore.d.ts +64 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.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/docs/Docs.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Themestyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +13 -47
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +91 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid copy.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +176 -27
- package/internal-do-not-import-from-here/ux/imagegrid/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropMenu.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropper.d.ts +11 -18
- 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 +6 -34
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +250 -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/imagetransformer/Components/settings/ImageSettings.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +180 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.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 +13 -13
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.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-configuration/PropertyConfigurationV2.d.ts +503 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +29 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +0 -25
@@ -49,8 +49,8 @@ declare const _default: {
|
|
49
49
|
}>) => void)[];
|
50
50
|
readonly vertical?: boolean;
|
51
51
|
readonly modelValue?: number;
|
52
|
-
readonly "onUpdate:modelValue"?: (value: number) => any;
|
53
52
|
readonly "v-model"?: number;
|
53
|
+
readonly "onUpdate:modelValue"?: (value: number) => any;
|
54
54
|
};
|
55
55
|
$attrs: {
|
56
56
|
[x: string]: unknown;
|
@@ -73,13 +73,13 @@ declare const _default: {
|
|
73
73
|
type: import("vue").PropType<number>;
|
74
74
|
required: false;
|
75
75
|
};
|
76
|
-
"onUpdate:modelValue": {
|
77
|
-
type: import("vue").PropType<(value: number) => any>;
|
78
|
-
};
|
79
76
|
"v-model": {
|
80
77
|
type: import("vue").PropType<number>;
|
81
78
|
required: false;
|
82
79
|
};
|
80
|
+
"onUpdate:modelValue": {
|
81
|
+
type: import("vue").PropType<(value: number) => any>;
|
82
|
+
};
|
83
83
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
84
84
|
beforeCreate?: (() => void) | (() => void)[];
|
85
85
|
created?: (() => void) | (() => void)[];
|
@@ -108,13 +108,13 @@ declare const _default: {
|
|
108
108
|
type: import("vue").PropType<number>;
|
109
109
|
required: false;
|
110
110
|
};
|
111
|
-
"onUpdate:modelValue": {
|
112
|
-
type: import("vue").PropType<(value: number) => any>;
|
113
|
-
};
|
114
111
|
"v-model": {
|
115
112
|
type: import("vue").PropType<number>;
|
116
113
|
required: false;
|
117
114
|
};
|
115
|
+
"onUpdate:modelValue": {
|
116
|
+
type: import("vue").PropType<(value: number) => any>;
|
117
|
+
};
|
118
118
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
119
119
|
__isFragment?: never;
|
120
120
|
__isTeleport?: never;
|
@@ -127,19 +127,19 @@ declare const _default: {
|
|
127
127
|
type: import("vue").PropType<number>;
|
128
128
|
required: false;
|
129
129
|
};
|
130
|
-
"onUpdate:modelValue": {
|
131
|
-
type: import("vue").PropType<(value: number) => any>;
|
132
|
-
};
|
133
130
|
"v-model": {
|
134
131
|
type: import("vue").PropType<number>;
|
135
132
|
required: false;
|
136
133
|
};
|
134
|
+
"onUpdate:modelValue": {
|
135
|
+
type: import("vue").PropType<(value: number) => any>;
|
136
|
+
};
|
137
137
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
138
138
|
propsDefinition: Omit<Readonly<{} & {
|
139
139
|
vertical?: boolean;
|
140
140
|
modelValue?: number;
|
141
|
-
"onUpdate:modelValue"?: (value: number) => any;
|
142
141
|
"v-model"?: number;
|
142
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
143
143
|
}>, never>;
|
144
144
|
};
|
145
145
|
export default _default;
|
@@ -55,9 +55,9 @@ declare const _default: {
|
|
55
55
|
[key: string]: any;
|
56
56
|
}>) => void)[];
|
57
57
|
readonly modelValue?: boolean;
|
58
|
+
readonly "v-model"?: boolean;
|
58
59
|
readonly rules?: ValidationRule[];
|
59
60
|
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: any) => any);
|
60
|
-
readonly "v-model"?: boolean;
|
61
61
|
};
|
62
62
|
$attrs: {
|
63
63
|
[x: string]: unknown;
|
@@ -213,9 +213,9 @@ declare const _default: {
|
|
213
213
|
label?: string;
|
214
214
|
class?: String | String[];
|
215
215
|
modelValue?: boolean;
|
216
|
+
"v-model"?: boolean;
|
216
217
|
rules?: ValidationRule[];
|
217
218
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
218
|
-
"v-model"?: boolean;
|
219
219
|
}>, "onUpdate:modelValue"> & {
|
220
220
|
"onUpdate:modelValue"?: (value: any) => any;
|
221
221
|
};
|
@@ -63,8 +63,8 @@ declare const _default: {
|
|
63
63
|
readonly disabled?: boolean;
|
64
64
|
readonly variant?: "navigation" | "default" | "settings";
|
65
65
|
readonly modelValue?: boolean;
|
66
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
67
66
|
readonly "v-model"?: boolean;
|
67
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
68
68
|
};
|
69
69
|
$attrs: {
|
70
70
|
[x: string]: unknown;
|
@@ -228,8 +228,8 @@ declare const _default: {
|
|
228
228
|
disabled?: boolean;
|
229
229
|
variant?: "navigation" | "default" | "settings";
|
230
230
|
modelValue?: boolean;
|
231
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
232
231
|
"v-model"?: boolean;
|
232
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
233
233
|
}>, never>;
|
234
234
|
};
|
235
235
|
export default _default;
|
@@ -53,11 +53,11 @@ declare const _default: {
|
|
53
53
|
[key: string]: any;
|
54
54
|
}>) => void)[];
|
55
55
|
readonly variant?: "navigation" | "default" | "settings";
|
56
|
+
readonly toned?: boolean;
|
56
57
|
readonly modelValue?: number;
|
57
|
-
readonly "onUpdate:modelValue"?: (value: number) => any;
|
58
58
|
readonly "v-model"?: number;
|
59
|
+
readonly "onUpdate:modelValue"?: (value: number) => any;
|
59
60
|
readonly stacked?: boolean;
|
60
|
-
readonly toned?: boolean;
|
61
61
|
readonly scrolling?: string;
|
62
62
|
};
|
63
63
|
$attrs: {
|
@@ -93,13 +93,13 @@ declare const _default: {
|
|
93
93
|
type: import("vue").PropType<number>;
|
94
94
|
required: false;
|
95
95
|
};
|
96
|
-
"onUpdate:modelValue": {
|
97
|
-
type: import("vue").PropType<(value: number) => any>;
|
98
|
-
};
|
99
96
|
"v-model": {
|
100
97
|
type: import("vue").PropType<number>;
|
101
98
|
required: false;
|
102
99
|
};
|
100
|
+
"onUpdate:modelValue": {
|
101
|
+
type: import("vue").PropType<(value: number) => any>;
|
102
|
+
};
|
103
103
|
class: {
|
104
104
|
type: import("vue").PropType<String | String[]>;
|
105
105
|
required: boolean;
|
@@ -155,13 +155,13 @@ declare const _default: {
|
|
155
155
|
type: import("vue").PropType<number>;
|
156
156
|
required: false;
|
157
157
|
};
|
158
|
-
"onUpdate:modelValue": {
|
159
|
-
type: import("vue").PropType<(value: number) => any>;
|
160
|
-
};
|
161
158
|
"v-model": {
|
162
159
|
type: import("vue").PropType<number>;
|
163
160
|
required: false;
|
164
161
|
};
|
162
|
+
"onUpdate:modelValue": {
|
163
|
+
type: import("vue").PropType<(value: number) => any>;
|
164
|
+
};
|
165
165
|
class: {
|
166
166
|
type: import("vue").PropType<String | String[]>;
|
167
167
|
required: boolean;
|
@@ -195,13 +195,13 @@ declare const _default: {
|
|
195
195
|
type: import("vue").PropType<number>;
|
196
196
|
required: false;
|
197
197
|
};
|
198
|
-
"onUpdate:modelValue": {
|
199
|
-
type: import("vue").PropType<(value: number) => any>;
|
200
|
-
};
|
201
198
|
"v-model": {
|
202
199
|
type: import("vue").PropType<number>;
|
203
200
|
required: false;
|
204
201
|
};
|
202
|
+
"onUpdate:modelValue": {
|
203
|
+
type: import("vue").PropType<(value: number) => any>;
|
204
|
+
};
|
205
205
|
class: {
|
206
206
|
type: import("vue").PropType<String | String[]>;
|
207
207
|
required: boolean;
|
@@ -227,11 +227,11 @@ declare const _default: {
|
|
227
227
|
} & {
|
228
228
|
class?: String | String[];
|
229
229
|
variant?: "navigation" | "default" | "settings";
|
230
|
+
toned?: boolean;
|
230
231
|
modelValue?: number;
|
231
|
-
"onUpdate:modelValue"?: (value: number) => any;
|
232
232
|
"v-model"?: number;
|
233
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
233
234
|
stacked?: boolean;
|
234
|
-
toned?: boolean;
|
235
235
|
scrolling?: string;
|
236
236
|
}>, never>;
|
237
237
|
};
|
@@ -57,14 +57,14 @@ 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
|
64
|
+
readonly "v-model"?: string;
|
64
65
|
"onUpdate:focused"?: (value: boolean) => any;
|
65
66
|
readonly rules?: ValidationRule[];
|
66
67
|
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
67
|
-
readonly "v-model"?: string;
|
68
68
|
readonly clearable?: boolean;
|
69
69
|
"onClick:button"?: () => any;
|
70
70
|
};
|
@@ -272,13 +272,13 @@ 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
|
-
|
279
|
+
"v-model"?: string;
|
279
280
|
rules?: ValidationRule[];
|
280
281
|
"onUpdate:modelValue"?: (value: string) => any;
|
281
|
-
"v-model"?: string;
|
282
282
|
clearable?: boolean;
|
283
283
|
}>, "onUpdate:focused" | "onUpdate:modelValue" | "onClick:button"> & {
|
284
284
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -59,23 +59,23 @@ declare const _default: {
|
|
59
59
|
readonly disabled?: boolean;
|
60
60
|
readonly placeholder?: string;
|
61
61
|
readonly errorMessages?: string | string[];
|
62
|
+
readonly variant?: "search" | "link" | "default" | "media" | "find-slim";
|
63
|
+
readonly toned?: boolean;
|
64
|
+
readonly modelValue?: string | number;
|
62
65
|
readonly "v-slots"?: {
|
63
66
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
64
67
|
} & VTextFieldSlots;
|
65
|
-
readonly
|
68
|
+
readonly "v-model"?: string | number;
|
66
69
|
readonly loading?: boolean;
|
67
|
-
readonly modelValue?: string | number;
|
68
70
|
"onUpdate:focused"?: (value: boolean) => any;
|
69
71
|
readonly rules?: ValidationRule[];
|
70
72
|
readonly hint?: string;
|
71
73
|
readonly persistentHint?: boolean;
|
72
74
|
"onUpdate:modelValue"?: ((value: string | number) => any) & ((value: string) => any);
|
73
|
-
readonly "v-model"?: string | number;
|
74
75
|
readonly clearable?: boolean;
|
75
76
|
"onClick:clear"?: () => any;
|
76
77
|
readonly autofocus?: boolean;
|
77
78
|
readonly suffix?: string;
|
78
|
-
readonly toned?: boolean;
|
79
79
|
onDoc$?: (description?: string) => any;
|
80
80
|
"onClick:button"?: () => any;
|
81
81
|
};
|
@@ -389,21 +389,21 @@ declare const _default: {
|
|
389
389
|
disabled?: boolean;
|
390
390
|
placeholder?: string;
|
391
391
|
errorMessages?: string | string[];
|
392
|
+
variant?: "search" | "link" | "default" | "media" | "find-slim";
|
393
|
+
toned?: boolean;
|
394
|
+
modelValue?: string | number;
|
392
395
|
"v-slots"?: {
|
393
396
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
394
397
|
} & VTextFieldSlots;
|
395
|
-
|
398
|
+
"v-model"?: string | number;
|
396
399
|
loading?: boolean;
|
397
|
-
modelValue?: string | number;
|
398
400
|
rules?: ValidationRule[];
|
399
401
|
hint?: string;
|
400
402
|
persistentHint?: boolean;
|
401
403
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
402
|
-
"v-model"?: string | number;
|
403
404
|
clearable?: boolean;
|
404
405
|
autofocus?: boolean;
|
405
406
|
suffix?: string;
|
406
|
-
toned?: boolean;
|
407
407
|
}>, "onUpdate:focused" | "onUpdate:modelValue" | "onClick:clear" | "onDoc$" | "onClick:button"> & {
|
408
408
|
"onUpdate:focused"?: (value: boolean) => any;
|
409
409
|
"onUpdate:modelValue"?: (value: string) => any;
|
@@ -57,15 +57,15 @@ declare const _default: {
|
|
57
57
|
}>) => void)[];
|
58
58
|
readonly icon?: IIcon;
|
59
59
|
readonly closeButton?: boolean;
|
60
|
+
readonly variant?: "default" | "menu" | "drawer" | "blade";
|
61
|
+
readonly divider?: boolean;
|
62
|
+
readonly toned?: boolean;
|
60
63
|
readonly "v-slots"?: {
|
61
64
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
62
65
|
} & {
|
63
66
|
title?: Func<[VNodeChild]>;
|
64
67
|
customButtons?: Func<[VNodeChild]>;
|
65
68
|
};
|
66
|
-
readonly variant?: "default" | "menu" | "drawer" | "blade";
|
67
|
-
readonly divider?: boolean;
|
68
|
-
readonly toned?: boolean;
|
69
69
|
readonly subTitle?: string;
|
70
70
|
"onClick:close"?: () => any;
|
71
71
|
"onClick:back"?: () => any;
|
@@ -267,15 +267,15 @@ declare const _default: {
|
|
267
267
|
class?: String | String[];
|
268
268
|
icon?: IIcon;
|
269
269
|
closeButton?: boolean;
|
270
|
+
variant?: "default" | "menu" | "drawer" | "blade";
|
271
|
+
divider?: boolean;
|
272
|
+
toned?: boolean;
|
270
273
|
"v-slots"?: {
|
271
274
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
272
275
|
} & {
|
273
276
|
title?: Func<[VNodeChild]>;
|
274
277
|
customButtons?: Func<[VNodeChild]>;
|
275
278
|
};
|
276
|
-
variant?: "default" | "menu" | "drawer" | "blade";
|
277
|
-
divider?: boolean;
|
278
|
-
toned?: boolean;
|
279
279
|
subTitle?: string;
|
280
280
|
backButton?: boolean;
|
281
281
|
}>, "onClick:close" | "onClick:back"> & {
|
@@ -58,14 +58,14 @@ 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
|
-
readonly "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
68
67
|
readonly "v-model"?: TreeViewItem<any>[];
|
68
|
+
readonly "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
69
69
|
readonly items?: TreeViewItem<any>[];
|
70
70
|
readonly expandOnSelection?: boolean;
|
71
71
|
"onUpdate:active"?: (items: any[]) => any;
|
@@ -231,14 +231,14 @@ 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
|
-
"onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
241
240
|
"v-model"?: TreeViewItem<any>[];
|
241
|
+
"onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
242
242
|
items?: TreeViewItem<any>[];
|
243
243
|
expandOnSelection?: boolean;
|
244
244
|
}>, "onUpdate:active"> & {
|
package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts
CHANGED
@@ -114,8 +114,8 @@ declare const _default: {
|
|
114
114
|
[key: string]: any;
|
115
115
|
}>) => void)[];
|
116
116
|
readonly modelValue?: VelcronPropertyEditor<any>;
|
117
|
-
readonly "onUpdate:modelValue"?: (value: VelcronPropertyEditor<any>) => any;
|
118
117
|
readonly "v-model"?: VelcronPropertyEditor<any>;
|
118
|
+
readonly "onUpdate:modelValue"?: (value: VelcronPropertyEditor<any>) => any;
|
119
119
|
};
|
120
120
|
$attrs: {
|
121
121
|
[x: string]: unknown;
|
@@ -419,8 +419,8 @@ declare const _default: {
|
|
419
419
|
}>;
|
420
420
|
};
|
421
421
|
modelValue?: VelcronPropertyEditor<any>;
|
422
|
-
"onUpdate:modelValue"?: (value: VelcronPropertyEditor<any>) => any;
|
423
422
|
"v-model"?: VelcronPropertyEditor<any>;
|
423
|
+
"onUpdate:modelValue"?: (value: VelcronPropertyEditor<any>) => any;
|
424
424
|
}>, never>;
|
425
425
|
};
|
426
426
|
export default _default;
|
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>;
|