@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
package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts
CHANGED
@@ -113,14 +113,14 @@ declare const _default: {
|
|
113
113
|
[key: string]: any;
|
114
114
|
}>) => void)[];
|
115
115
|
readonly disabled?: boolean;
|
116
|
+
readonly modelValue?: unknown;
|
116
117
|
readonly "v-slots"?: {
|
117
118
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
118
119
|
} & {
|
119
120
|
renderer?: (elementToRender: string, property: ResolvedPropertyDefinition) => VNodeChild | void;
|
120
121
|
};
|
121
|
-
readonly modelValue?: unknown;
|
122
|
-
readonly "onUpdate:modelValue"?: (value: PropertyValue) => any;
|
123
122
|
readonly "v-model"?: unknown;
|
123
|
+
readonly "onUpdate:modelValue"?: (value: PropertyValue) => any;
|
124
124
|
readonly editMode?: boolean;
|
125
125
|
readonly propertyDefintionId: unknown;
|
126
126
|
readonly displayRendererDefinition?: VelcronDefinition;
|
@@ -532,14 +532,14 @@ declare const _default: {
|
|
532
532
|
}>;
|
533
533
|
};
|
534
534
|
disabled?: boolean;
|
535
|
+
modelValue?: unknown;
|
535
536
|
"v-slots"?: {
|
536
537
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
537
538
|
} & {
|
538
539
|
renderer?: (elementToRender: string, property: ResolvedPropertyDefinition) => VNodeChild | void;
|
539
540
|
};
|
540
|
-
modelValue?: unknown;
|
541
|
-
"onUpdate:modelValue"?: (value: PropertyValue) => any;
|
542
541
|
"v-model"?: unknown;
|
542
|
+
"onUpdate:modelValue"?: (value: PropertyValue) => any;
|
543
543
|
editMode?: boolean;
|
544
544
|
displayRendererDefinition?: VelcronDefinition;
|
545
545
|
"display-renderer-definition"?: VelcronDefinition;
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
readonly headerClass?: string;
|
54
54
|
readonly contentClass?: string;
|
55
55
|
readonly modelValue?: boolean;
|
56
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
57
56
|
readonly "v-model"?: boolean;
|
57
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
58
58
|
readonly "content-class"?: string;
|
59
59
|
readonly onSave?: () => Promise<boolean>;
|
60
60
|
readonly "on-save"?: () => Promise<boolean>;
|
@@ -317,8 +317,8 @@ declare const _default: {
|
|
317
317
|
headerClass?: string;
|
318
318
|
contentClass?: string;
|
319
319
|
modelValue?: boolean;
|
320
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
321
320
|
"v-model"?: boolean;
|
321
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
322
322
|
"content-class"?: string;
|
323
323
|
onSave?: () => Promise<boolean>;
|
324
324
|
"on-save"?: () => Promise<boolean>;
|
@@ -115,8 +115,8 @@ declare const _default: {
|
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
117
|
readonly modelValue?: SpacingSettings;
|
118
|
-
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
119
118
|
readonly "v-model"?: SpacingSettings;
|
119
|
+
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
120
120
|
readonly individualSelection?: boolean;
|
121
121
|
readonly "individual-selection"?: boolean;
|
122
122
|
readonly disableTop?: boolean;
|
@@ -576,8 +576,8 @@ declare const _default: {
|
|
576
576
|
}>;
|
577
577
|
};
|
578
578
|
modelValue?: SpacingSettings;
|
579
|
-
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
580
579
|
"v-model"?: SpacingSettings;
|
580
|
+
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
581
581
|
individualSelection?: boolean;
|
582
582
|
"individual-selection"?: boolean;
|
583
583
|
disableTop?: boolean;
|
@@ -115,8 +115,8 @@ declare const _default: {
|
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
117
|
readonly modelValue?: SpacingSettings;
|
118
|
-
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
119
118
|
readonly "v-model"?: SpacingSettings;
|
119
|
+
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
120
120
|
readonly individualSelection?: boolean;
|
121
121
|
readonly disableTop?: boolean;
|
122
122
|
readonly disableBottom?: boolean;
|
@@ -230,7 +230,7 @@ declare const _default: {
|
|
230
230
|
}>> & {
|
231
231
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
232
232
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
233
|
-
"update:modelValue": (value: SpacingSettings) =>
|
233
|
+
"update:modelValue": (value: SpacingSettings) => true;
|
234
234
|
}, string, {
|
235
235
|
container?: any;
|
236
236
|
blueprint?: any;
|
@@ -448,7 +448,7 @@ declare const _default: {
|
|
448
448
|
}>> & {
|
449
449
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
450
450
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
451
|
-
"update:modelValue": (value: SpacingSettings) =>
|
451
|
+
"update:modelValue": (value: SpacingSettings) => true;
|
452
452
|
}, string, {
|
453
453
|
container?: any;
|
454
454
|
blueprint?: any;
|
@@ -526,8 +526,8 @@ declare const _default: {
|
|
526
526
|
}>;
|
527
527
|
};
|
528
528
|
modelValue?: SpacingSettings;
|
529
|
-
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
530
529
|
"v-model"?: SpacingSettings;
|
530
|
+
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
531
531
|
individualSelection?: boolean;
|
532
532
|
disableTop?: boolean;
|
533
533
|
disableBottom?: boolean;
|
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: ThemeDefinition;
|
113
|
-
"onUpdate:modelValue"?: ((value: ThemeDefinition) => any) & ((value: ThemeDefinition) => any);
|
114
113
|
readonly "v-model"?: ThemeDefinition;
|
114
|
+
"onUpdate:modelValue"?: ((value: ThemeDefinition) => any) & ((value: ThemeDefinition) => any);
|
115
115
|
readonly attachedToParent?: boolean;
|
116
116
|
readonly hideBodySettings?: boolean;
|
117
117
|
readonly "hide-body-settings"?: boolean;
|
@@ -505,8 +505,8 @@ declare const _default: {
|
|
505
505
|
}>;
|
506
506
|
};
|
507
507
|
modelValue?: ThemeDefinition;
|
508
|
-
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
509
508
|
"v-model"?: ThemeDefinition;
|
509
|
+
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
510
510
|
attachedToParent?: boolean;
|
511
511
|
hideBodySettings?: boolean;
|
512
512
|
"hide-body-settings"?: boolean;
|
@@ -114,10 +114,10 @@ declare const _default: {
|
|
114
114
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
|
+
readonly toned?: string;
|
117
118
|
readonly modelValue?: Guid;
|
118
|
-
"onUpdate:modelValue"?: ((value: Guid) => any) & ((theme: ThemeDefinitionV2) => any);
|
119
119
|
readonly "v-model"?: Guid;
|
120
|
-
|
120
|
+
"onUpdate:modelValue"?: ((value: Guid) => any) & ((theme: ThemeDefinitionV2) => any);
|
121
121
|
};
|
122
122
|
$attrs: {
|
123
123
|
[x: string]: unknown;
|
@@ -478,10 +478,10 @@ declare const _default: {
|
|
478
478
|
};
|
479
479
|
}>;
|
480
480
|
};
|
481
|
+
toned?: string;
|
481
482
|
modelValue?: Guid;
|
482
|
-
"onUpdate:modelValue"?: (value: Guid) => any;
|
483
483
|
"v-model"?: Guid;
|
484
|
-
|
484
|
+
"onUpdate:modelValue"?: (value: Guid) => any;
|
485
485
|
}>, "onUpdate:modelValue"> & {
|
486
486
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
487
487
|
};
|
@@ -121,8 +121,8 @@ declare const _default: {
|
|
121
121
|
[key: string]: any;
|
122
122
|
}>) => void)[];
|
123
123
|
readonly modelValue?: TypographyPickerProps;
|
124
|
-
"onUpdate:modelValue"?: ((value: TypographyPickerProps) => any) & ((value: TypographyPickerProps) => any);
|
125
124
|
readonly "v-model"?: TypographyPickerProps;
|
125
|
+
"onUpdate:modelValue"?: ((value: TypographyPickerProps) => any) & ((value: TypographyPickerProps) => any);
|
126
126
|
};
|
127
127
|
$attrs: {
|
128
128
|
[x: string]: unknown;
|
@@ -479,8 +479,8 @@ declare const _default: {
|
|
479
479
|
};
|
480
480
|
type?: TypographyPickerTypes;
|
481
481
|
modelValue?: TypographyPickerProps;
|
482
|
-
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
483
482
|
"v-model"?: TypographyPickerProps;
|
483
|
+
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
484
484
|
}>, "onUpdate:modelValue"> & {
|
485
485
|
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
486
486
|
};
|
@@ -39,6 +39,7 @@ export declare function useIcons(): {
|
|
39
39
|
targeting: FontAwesomeIcon;
|
40
40
|
redo: FontAwesomeIcon;
|
41
41
|
remove: FontAwesomeIcon;
|
42
|
+
search: FontAwesomeIcon;
|
42
43
|
settings: FontAwesomeIcon;
|
43
44
|
sort: MaterialIcon;
|
44
45
|
styles: FontAwesomeIcon;
|
@@ -85,6 +86,7 @@ export declare function useIcons(): {
|
|
85
86
|
tags: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
86
87
|
redo: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
87
88
|
remove: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
89
|
+
search: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
88
90
|
settings: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
89
91
|
sort: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
90
92
|
spacing: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
@@ -111,8 +111,8 @@ declare const _default: {
|
|
111
111
|
}>) => void)[];
|
112
112
|
readonly styles?: unknown;
|
113
113
|
readonly modelValue?: UserIdentity;
|
114
|
-
readonly "onUpdate:modelValue"?: (value: UserIdentity) => any;
|
115
114
|
readonly "v-model"?: UserIdentity;
|
115
|
+
readonly "onUpdate:modelValue"?: (value: UserIdentity) => any;
|
116
116
|
readonly offsetX?: number;
|
117
117
|
readonly offsetY?: number;
|
118
118
|
};
|
@@ -470,8 +470,8 @@ declare const _default: {
|
|
470
470
|
};
|
471
471
|
styles?: unknown;
|
472
472
|
modelValue?: UserIdentity;
|
473
|
-
"onUpdate:modelValue"?: (value: UserIdentity) => any;
|
474
473
|
"v-model"?: UserIdentity;
|
474
|
+
"onUpdate:modelValue"?: (value: UserIdentity) => any;
|
475
475
|
offsetX?: number;
|
476
476
|
offsetY?: number;
|
477
477
|
}>, never>;
|
@@ -115,14 +115,14 @@ declare const _default: {
|
|
115
115
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
116
116
|
[key: string]: any;
|
117
117
|
}>) => void)[];
|
118
|
+
readonly modelValue?: boolean;
|
118
119
|
readonly "v-slots"?: {
|
119
120
|
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
120
121
|
} & {
|
121
122
|
activator?: () => VNodeChild;
|
122
123
|
};
|
123
|
-
readonly modelValue?: boolean;
|
124
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
125
124
|
readonly "v-model"?: boolean;
|
125
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
126
126
|
onSelected?: (id: Guid) => any;
|
127
127
|
};
|
128
128
|
$attrs: {
|
@@ -489,14 +489,14 @@ declare const _default: {
|
|
489
489
|
};
|
490
490
|
}>;
|
491
491
|
};
|
492
|
+
modelValue?: boolean;
|
492
493
|
"v-slots"?: {
|
493
494
|
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
494
495
|
} & {
|
495
496
|
activator?: () => VNodeChild;
|
496
497
|
};
|
497
|
-
modelValue?: boolean;
|
498
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
499
498
|
"v-model"?: boolean;
|
499
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
500
500
|
}>, "onUpdate:modelValue" | "onSelected"> & {
|
501
501
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
502
502
|
onSelected?: (id: Guid) => any;
|
@@ -111,8 +111,8 @@ declare const _default: {
|
|
111
111
|
[key: string]: any;
|
112
112
|
}>) => void)[];
|
113
113
|
readonly modelValue?: VelcronAppDefinition<object>;
|
114
|
-
"onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
|
115
114
|
readonly "v-model"?: VelcronAppDefinition<object>;
|
115
|
+
"onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
|
116
116
|
readonly propertyEditors?: VelcronPropertyEditor<any>[];
|
117
117
|
readonly hidePropertyMapped?: boolean;
|
118
118
|
};
|
@@ -446,8 +446,8 @@ declare const _default: {
|
|
446
446
|
}>;
|
447
447
|
};
|
448
448
|
modelValue?: VelcronAppDefinition<object>;
|
449
|
-
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
450
449
|
"v-model"?: VelcronAppDefinition<object>;
|
450
|
+
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
451
451
|
propertyEditors?: VelcronPropertyEditor<any>[];
|
452
452
|
hidePropertyMapped?: boolean;
|
453
453
|
}>, "onUpdate:modelValue"> & {
|
@@ -112,14 +112,14 @@ declare const _default: {
|
|
112
112
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
113
113
|
[key: string]: any;
|
114
114
|
}>) => void)[];
|
115
|
+
readonly modelValue?: boolean;
|
115
116
|
readonly "v-slots"?: {
|
116
117
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
117
118
|
} & {
|
118
119
|
activator?: () => VNodeChild;
|
119
120
|
};
|
120
|
-
readonly modelValue?: boolean;
|
121
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
122
121
|
readonly "v-model"?: boolean;
|
122
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
123
123
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
124
124
|
};
|
125
125
|
$attrs: {
|
@@ -638,14 +638,14 @@ declare const _default: {
|
|
638
638
|
}>;
|
639
639
|
};
|
640
640
|
definition?: VelcronAppDefinition<object>;
|
641
|
+
modelValue?: boolean;
|
641
642
|
"v-slots"?: {
|
642
643
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
643
644
|
} & {
|
644
645
|
activator?: () => VNodeChild;
|
645
646
|
};
|
646
|
-
modelValue?: boolean;
|
647
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
648
647
|
"v-model"?: boolean;
|
648
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
649
649
|
}>, "onSave"> & {
|
650
650
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
651
651
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts
CHANGED
@@ -112,10 +112,10 @@ declare const _default: {
|
|
112
112
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
113
113
|
[key: string]: any;
|
114
114
|
}>) => void)[];
|
115
|
+
readonly settings?: VelcronAlignmentPropertyEditorSettings;
|
115
116
|
readonly modelValue?: HorizontalAlignments | VerticalAlignments;
|
116
|
-
"onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
|
117
117
|
readonly "v-model"?: HorizontalAlignments | VerticalAlignments;
|
118
|
-
|
118
|
+
"onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
|
119
119
|
};
|
120
120
|
$attrs: {
|
121
121
|
[x: string]: unknown;
|
@@ -443,10 +443,10 @@ declare const _default: {
|
|
443
443
|
};
|
444
444
|
}>;
|
445
445
|
};
|
446
|
+
settings?: VelcronAlignmentPropertyEditorSettings;
|
446
447
|
modelValue?: HorizontalAlignments | VerticalAlignments;
|
447
|
-
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
448
448
|
"v-model"?: HorizontalAlignments | VerticalAlignments;
|
449
|
-
|
449
|
+
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
450
450
|
}>, "onUpdate:modelValue"> & {
|
451
451
|
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
452
452
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts
CHANGED
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: unknown;
|
113
|
-
"onUpdate:modelValue"?: ((value: VelcronColorStyling) => any) & ((value: VelcronColorStyling) => any);
|
114
113
|
readonly "v-model"?: unknown;
|
114
|
+
"onUpdate:modelValue"?: ((value: VelcronColorStyling) => any) & ((value: VelcronColorStyling) => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -425,8 +425,8 @@ declare const _default: {
|
|
425
425
|
}>;
|
426
426
|
};
|
427
427
|
modelValue?: unknown;
|
428
|
-
"onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
|
429
428
|
"v-model"?: unknown;
|
429
|
+
"onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
|
430
430
|
}>, "onUpdate:modelValue"> & {
|
431
431
|
"onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
|
432
432
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts
CHANGED
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
113
|
-
"onUpdate:modelValue"?: ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any) & ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any);
|
114
113
|
readonly "v-model"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
114
|
+
"onUpdate:modelValue"?: ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any) & ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -425,8 +425,8 @@ declare const _default: {
|
|
425
425
|
}>;
|
426
426
|
};
|
427
427
|
modelValue?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
428
|
-
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
429
428
|
"v-model"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
429
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
430
430
|
}>, "onUpdate:modelValue"> & {
|
431
431
|
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
432
432
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts
CHANGED
@@ -108,10 +108,10 @@ declare const _default: {
|
|
108
108
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
109
109
|
[key: string]: any;
|
110
110
|
}>) => void)[];
|
111
|
+
readonly settings?: any;
|
111
112
|
readonly modelValue?: any;
|
112
|
-
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
113
113
|
readonly "v-model"?: any;
|
114
|
-
|
114
|
+
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -439,10 +439,10 @@ declare const _default: {
|
|
439
439
|
};
|
440
440
|
}>;
|
441
441
|
};
|
442
|
+
settings?: any;
|
442
443
|
modelValue?: any;
|
443
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
444
444
|
"v-model"?: any;
|
445
|
-
|
445
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
446
446
|
}>, "onUpdate:modelValue"> & {
|
447
447
|
"onUpdate:modelValue"?: (value: any) => any;
|
448
448
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts
CHANGED
@@ -109,8 +109,8 @@ declare const _default: {
|
|
109
109
|
[key: string]: any;
|
110
110
|
}>) => void)[];
|
111
111
|
readonly modelValue?: string;
|
112
|
-
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
113
112
|
readonly "v-model"?: string;
|
113
|
+
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
114
114
|
};
|
115
115
|
$attrs: {
|
116
116
|
[x: string]: unknown;
|
@@ -424,8 +424,8 @@ declare const _default: {
|
|
424
424
|
}>;
|
425
425
|
};
|
426
426
|
modelValue?: string;
|
427
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
428
427
|
"v-model"?: string;
|
428
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
429
429
|
}>, "onUpdate:modelValue"> & {
|
430
430
|
"onUpdate:modelValue"?: (value: string) => any;
|
431
431
|
};
|
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: any;
|
113
|
-
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
114
113
|
readonly "v-model"?: any;
|
114
|
+
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
115
115
|
readonly editor?: VelcronPropertyEditor<any>;
|
116
116
|
};
|
117
117
|
$attrs: {
|
@@ -441,8 +441,8 @@ declare const _default: {
|
|
441
441
|
}>;
|
442
442
|
};
|
443
443
|
modelValue?: any;
|
444
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
445
444
|
"v-model"?: any;
|
445
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
446
446
|
editor?: VelcronPropertyEditor<any>;
|
447
447
|
}>, "onUpdate:modelValue"> & {
|
448
448
|
"onUpdate:modelValue"?: (value: any) => any;
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts
CHANGED
@@ -109,10 +109,10 @@ declare const _default: {
|
|
109
109
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
|
+
readonly settings?: VelcronSliderPropertyEditorSettings;
|
112
113
|
readonly modelValue?: number;
|
113
|
-
"onUpdate:modelValue"?: ((value: number) => any) & ((value: number) => any);
|
114
114
|
readonly "v-model"?: number;
|
115
|
-
|
115
|
+
"onUpdate:modelValue"?: ((value: number) => any) & ((value: number) => any);
|
116
116
|
};
|
117
117
|
$attrs: {
|
118
118
|
[x: string]: unknown;
|
@@ -440,10 +440,10 @@ declare const _default: {
|
|
440
440
|
};
|
441
441
|
}>;
|
442
442
|
};
|
443
|
+
settings?: VelcronSliderPropertyEditorSettings;
|
443
444
|
modelValue?: number;
|
444
|
-
"onUpdate:modelValue"?: (value: number) => any;
|
445
445
|
"v-model"?: number;
|
446
|
-
|
446
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
447
447
|
}>, "onUpdate:modelValue"> & {
|
448
448
|
"onUpdate:modelValue"?: (value: number) => any;
|
449
449
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts
CHANGED
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: boolean;
|
113
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
114
113
|
readonly "v-model"?: boolean;
|
114
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -441,8 +441,8 @@ declare const _default: {
|
|
441
441
|
}>;
|
442
442
|
};
|
443
443
|
modelValue?: boolean;
|
444
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
445
444
|
"v-model"?: boolean;
|
445
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
446
446
|
}>, "onUpdate:modelValue"> & {
|
447
447
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
448
448
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts
CHANGED
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: string;
|
113
|
-
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
114
113
|
readonly "v-model"?: string;
|
114
|
+
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -441,8 +441,8 @@ declare const _default: {
|
|
441
441
|
}>;
|
442
442
|
};
|
443
443
|
modelValue?: string;
|
444
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
445
444
|
"v-model"?: string;
|
445
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
446
446
|
}>, "onUpdate:modelValue"> & {
|
447
447
|
"onUpdate:modelValue"?: (value: string) => any;
|
448
448
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts
CHANGED
@@ -113,10 +113,10 @@ declare const _default: {
|
|
113
113
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
114
114
|
[key: string]: any;
|
115
115
|
}>) => void)[];
|
116
|
+
readonly settings?: VelcronTypographyEditorSettings;
|
116
117
|
readonly modelValue?: TypographyEditorModel;
|
117
|
-
"onUpdate:modelValue"?: ((value: TypographyEditorModel) => any) & ((value: TypographyEditorModel) => any);
|
118
118
|
readonly "v-model"?: TypographyEditorModel;
|
119
|
-
|
119
|
+
"onUpdate:modelValue"?: ((value: TypographyEditorModel) => any) & ((value: TypographyEditorModel) => any);
|
120
120
|
};
|
121
121
|
$attrs: {
|
122
122
|
[x: string]: unknown;
|
@@ -444,10 +444,10 @@ declare const _default: {
|
|
444
444
|
};
|
445
445
|
}>;
|
446
446
|
};
|
447
|
+
settings?: VelcronTypographyEditorSettings;
|
447
448
|
modelValue?: TypographyEditorModel;
|
448
|
-
"onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
|
449
449
|
"v-model"?: TypographyEditorModel;
|
450
|
-
|
450
|
+
"onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
|
451
451
|
}>, "onUpdate:modelValue"> & {
|
452
452
|
"onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
|
453
453
|
};
|