@omnia/fx 8.0.471-dev → 8.0.473-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/index.d.ts +0 -1
- package/internal-do-not-import-from-here/services/shared-mobile/MediaPickerService.d.ts +19 -0
- package/internal-do-not-import-from-here/services/shared-mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/MSTeamsStore.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/mediapicker/Utils/ImageInformationUtils.d.ts +12 -0
- package/internal-do-not-import-from-here/stores/mediapicker/Utils/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/Utils/utils.d.ts +1 -3
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/filter.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/flip.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/shared-mobile/MediaPickerStore.d.ts +33 -0
- package/internal-do-not-import-from-here/stores/shared-mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/blades/HomeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/HomeBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/typography/store/TypographyEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/store/SpacingPickerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TextStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TextStyleEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/button/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/button/IButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filepicker/FilePickerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/BlueprintStyling.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +58 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/fab/{FloatingActionButton..d.ts → FloatingActionButton.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/store/PanelStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/services/MediaPickerService.d.ts +0 -41
- package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +0 -37
- package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +0 -6
package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { PropertyLockStatus, TooltipPosition } from "@omnia/fx-models";
|
1
|
+
import { OTooltipPosition, PropertyLockStatus, TooltipPosition } from "@omnia/fx-models";
|
2
2
|
interface PropertyLockingTooltip {
|
3
3
|
text: string;
|
4
|
-
position?: TooltipPosition;
|
4
|
+
position?: TooltipPosition | OTooltipPosition;
|
5
5
|
}
|
6
6
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
7
7
|
"emit:update:modelValue": (value: PropertyLockStatus) => void;
|
@@ -141,8 +141,8 @@ declare const _default: {
|
|
141
141
|
};
|
142
142
|
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
143
143
|
propsDefinition: Omit<Readonly<{} & {
|
144
|
-
title?: string;
|
145
144
|
width?: string | number;
|
145
|
+
title?: string;
|
146
146
|
description?: string;
|
147
147
|
onCancel?: () => void;
|
148
148
|
headerClass?: string;
|
@@ -41,13 +41,13 @@ export declare const MagicLinkProvider: {
|
|
41
41
|
onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
|
42
42
|
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
|
+
next?: OmniaAuthProviderChainAction;
|
44
45
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
45
46
|
onVnodeMounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
46
47
|
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
|
47
48
|
onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
|
48
49
|
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
49
50
|
onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
50
|
-
next?: OmniaAuthProviderChainAction;
|
51
51
|
context?: OmniaAuthProviderContext;
|
52
52
|
}>, never>;
|
53
53
|
};
|
@@ -41,13 +41,13 @@ export declare const OneTimePasswordProvider: {
|
|
41
41
|
onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
|
42
42
|
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
|
+
next?: OmniaAuthProviderChainAction;
|
44
45
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
45
46
|
onVnodeMounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
46
47
|
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
|
47
48
|
onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
|
48
49
|
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
49
50
|
onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
50
|
-
next?: OmniaAuthProviderChainAction;
|
51
51
|
context?: OmniaAuthProviderContext;
|
52
52
|
}>, never>;
|
53
53
|
};
|
package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts
CHANGED
@@ -41,13 +41,13 @@ export declare const PostProcessingProvider: {
|
|
41
41
|
onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
|
42
42
|
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
|
+
next?: OmniaAuthProviderChainAction;
|
44
45
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
45
46
|
onVnodeMounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
46
47
|
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
|
47
48
|
onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
|
48
49
|
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
49
50
|
onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
|
50
|
-
next?: OmniaAuthProviderChainAction;
|
51
51
|
context?: OmniaAuthProviderContext;
|
52
52
|
}>, never>;
|
53
53
|
};
|
@@ -291,7 +291,6 @@ declare const _default: {
|
|
291
291
|
"update:modelValue": (value: UrlPropertyValue) => true;
|
292
292
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
293
293
|
propsDefinition: Omit<Readonly<{} & {
|
294
|
-
label?: string;
|
295
294
|
name?: {
|
296
295
|
[x: `onUpdate:${string}`]: {
|
297
296
|
type: import("vue").PropType<(value: UrlPropertyValue) => any | void>;
|
@@ -353,6 +352,7 @@ declare const _default: {
|
|
353
352
|
};
|
354
353
|
}>;
|
355
354
|
};
|
355
|
+
label?: string;
|
356
356
|
disabled?: boolean;
|
357
357
|
modelValue?: UrlPropertyValue;
|
358
358
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any | void;
|
@@ -386,8 +386,6 @@ declare const _default: {
|
|
386
386
|
container: boolean;
|
387
387
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
388
388
|
propsDefinition: Omit<Readonly<{} & {
|
389
|
-
title?: string;
|
390
|
-
label?: string;
|
391
389
|
name?: {
|
392
390
|
[x: `onUpdate:${string}`]: {
|
393
391
|
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
@@ -451,6 +449,8 @@ declare const _default: {
|
|
451
449
|
};
|
452
450
|
icon?: IIcon;
|
453
451
|
container?: boolean;
|
452
|
+
title?: string;
|
453
|
+
label?: string;
|
454
454
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
455
455
|
variant?: Variant;
|
456
456
|
modelValue?: VelcronRendererResolverReference;
|
@@ -242,7 +242,6 @@ declare const _default: {
|
|
242
242
|
"update:modelValue": (value: string) => true;
|
243
243
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
244
244
|
propsDefinition: Omit<Readonly<{} & {
|
245
|
-
label?: string;
|
246
245
|
name?: {
|
247
246
|
[x: `onUpdate:${string}`]: {
|
248
247
|
type: import("vue").PropType<(value: string) => any | void>;
|
@@ -304,6 +303,7 @@ declare const _default: {
|
|
304
303
|
};
|
305
304
|
}>;
|
306
305
|
};
|
306
|
+
label?: string;
|
307
307
|
settings?: VelcronTextEditorSettings;
|
308
308
|
modelValue?: string;
|
309
309
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
@@ -251,7 +251,6 @@ declare const _default: {
|
|
251
251
|
"update:modelValue": (value: string) => true;
|
252
252
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
253
253
|
propsDefinition: Omit<Readonly<{} & {
|
254
|
-
label?: string;
|
255
254
|
name?: {
|
256
255
|
[x: `onUpdate:${string}`]: {
|
257
256
|
type: import("vue").PropType<(value: number) => any | void>;
|
@@ -313,6 +312,7 @@ declare const _default: {
|
|
313
312
|
};
|
314
313
|
}>;
|
315
314
|
};
|
315
|
+
label?: string;
|
316
316
|
settings?: VelcronNumberEditorSettings;
|
317
317
|
location?: EditorLocation;
|
318
318
|
modelValue?: number;
|
package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts
CHANGED
@@ -270,7 +270,6 @@ declare const _default: {
|
|
270
270
|
"value:leave": (value: any) => true;
|
271
271
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
272
272
|
propsDefinition: Omit<Readonly<{} & {
|
273
|
-
label?: string;
|
274
273
|
name?: {
|
275
274
|
[x: `onUpdate:${string}`]: {
|
276
275
|
type: import("vue").PropType<(value: any) => any | void>;
|
@@ -332,6 +331,7 @@ declare const _default: {
|
|
332
331
|
};
|
333
332
|
}>;
|
334
333
|
};
|
334
|
+
label?: string;
|
335
335
|
editor?: VelcronEditor<any>;
|
336
336
|
location?: EditorLocation;
|
337
337
|
modelValue?: any;
|
@@ -8,73 +8,73 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
9
9
|
};
|
10
10
|
"onUpdate:modelValue": {
|
11
|
-
type: import("vue").PropType<(value:
|
11
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
12
12
|
};
|
13
13
|
"v-model": {
|
14
|
-
type: import("vue").PropType<
|
14
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
15
15
|
required: false;
|
16
16
|
};
|
17
17
|
modelValue: {
|
18
|
-
type: import("vue").PropType<
|
18
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
19
19
|
required: false;
|
20
20
|
};
|
21
21
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
22
|
-
type: import("vue").PropType<(value:
|
22
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
23
23
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
24
|
-
type: import("vue").PropType<
|
24
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
25
25
|
required: false;
|
26
26
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
27
|
-
type: import("vue").PropType<
|
27
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
28
28
|
required: false;
|
29
29
|
}; } & {
|
30
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
30
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
31
31
|
"onUpdate:modelValue": {
|
32
|
-
type: import("vue").PropType<(value:
|
32
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
33
33
|
};
|
34
34
|
} & {
|
35
35
|
"v-model": {
|
36
|
-
type: import("vue").PropType<
|
36
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
37
37
|
required: false;
|
38
38
|
};
|
39
39
|
} & {
|
40
40
|
modelValue: {
|
41
|
-
type: import("vue").PropType<
|
41
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
42
42
|
required: false;
|
43
43
|
};
|
44
44
|
}>;
|
45
|
-
defaultValue(value?:
|
45
|
+
defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
46
46
|
"onUpdate:modelValue": {
|
47
|
-
type: import("vue").PropType<(value:
|
47
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
48
48
|
};
|
49
49
|
} & {
|
50
50
|
"v-model": {
|
51
|
-
type: import("vue").PropType<
|
51
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
52
52
|
required: false;
|
53
53
|
};
|
54
54
|
} & {
|
55
55
|
modelValue: {
|
56
|
-
type: import("vue").PropType<
|
56
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
57
57
|
required: false;
|
58
58
|
};
|
59
59
|
}, false>;
|
60
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
60
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
61
61
|
"onUpdate:modelValue": {
|
62
|
-
type: import("vue").PropType<(value:
|
62
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
63
63
|
};
|
64
64
|
} & {
|
65
65
|
"v-model": {
|
66
|
-
type: import("vue").PropType<
|
66
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
67
67
|
required: false;
|
68
68
|
};
|
69
69
|
} & {
|
70
70
|
modelValue: {
|
71
|
-
type: import("vue").PropType<
|
71
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
72
72
|
required: false;
|
73
73
|
};
|
74
74
|
}>;
|
75
75
|
};
|
76
76
|
}>> & {
|
77
|
-
"onUpdate:modelValue"?: (value:
|
77
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
|
78
78
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
79
79
|
"update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
|
80
80
|
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
@@ -92,73 +92,73 @@ declare const _default: {
|
|
92
92
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
93
93
|
};
|
94
94
|
"onUpdate:modelValue": {
|
95
|
-
type: import("vue").PropType<(value:
|
95
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
96
96
|
};
|
97
97
|
"v-model": {
|
98
|
-
type: import("vue").PropType<
|
98
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
99
99
|
required: false;
|
100
100
|
};
|
101
101
|
modelValue: {
|
102
|
-
type: import("vue").PropType<
|
102
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
103
103
|
required: false;
|
104
104
|
};
|
105
105
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
106
|
-
type: import("vue").PropType<(value:
|
106
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
107
107
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
108
|
-
type: import("vue").PropType<
|
108
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
109
109
|
required: false;
|
110
110
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
111
|
-
type: import("vue").PropType<
|
111
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
112
112
|
required: false;
|
113
113
|
}; } & {
|
114
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
114
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
115
115
|
"onUpdate:modelValue": {
|
116
|
-
type: import("vue").PropType<(value:
|
116
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
117
117
|
};
|
118
118
|
} & {
|
119
119
|
"v-model": {
|
120
|
-
type: import("vue").PropType<
|
120
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
121
121
|
required: false;
|
122
122
|
};
|
123
123
|
} & {
|
124
124
|
modelValue: {
|
125
|
-
type: import("vue").PropType<
|
125
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
126
126
|
required: false;
|
127
127
|
};
|
128
128
|
}>;
|
129
|
-
defaultValue(value?:
|
129
|
+
defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
130
130
|
"onUpdate:modelValue": {
|
131
|
-
type: import("vue").PropType<(value:
|
131
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
132
132
|
};
|
133
133
|
} & {
|
134
134
|
"v-model": {
|
135
|
-
type: import("vue").PropType<
|
135
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
136
136
|
required: false;
|
137
137
|
};
|
138
138
|
} & {
|
139
139
|
modelValue: {
|
140
|
-
type: import("vue").PropType<
|
140
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
141
141
|
required: false;
|
142
142
|
};
|
143
143
|
}, false>;
|
144
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
144
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
145
145
|
"onUpdate:modelValue": {
|
146
|
-
type: import("vue").PropType<(value:
|
146
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
147
147
|
};
|
148
148
|
} & {
|
149
149
|
"v-model": {
|
150
|
-
type: import("vue").PropType<
|
150
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
151
151
|
required: false;
|
152
152
|
};
|
153
153
|
} & {
|
154
154
|
modelValue: {
|
155
|
-
type: import("vue").PropType<
|
155
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
156
156
|
required: false;
|
157
157
|
};
|
158
158
|
}>;
|
159
159
|
};
|
160
160
|
}>> & {
|
161
|
-
"onUpdate:modelValue"?: (value:
|
161
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
|
162
162
|
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
163
163
|
__isFragment?: never;
|
164
164
|
__isTeleport?: never;
|
@@ -171,145 +171,145 @@ declare const _default: {
|
|
171
171
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
172
172
|
};
|
173
173
|
"onUpdate:modelValue": {
|
174
|
-
type: import("vue").PropType<(value:
|
174
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
175
175
|
};
|
176
176
|
"v-model": {
|
177
|
-
type: import("vue").PropType<
|
177
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
178
178
|
required: false;
|
179
179
|
};
|
180
180
|
modelValue: {
|
181
|
-
type: import("vue").PropType<
|
181
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
182
182
|
required: false;
|
183
183
|
};
|
184
184
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
185
|
-
type: import("vue").PropType<(value:
|
185
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
186
186
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
187
|
-
type: import("vue").PropType<
|
187
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
188
188
|
required: false;
|
189
189
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
190
|
-
type: import("vue").PropType<
|
190
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
191
191
|
required: false;
|
192
192
|
}; } & {
|
193
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
193
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
194
194
|
"onUpdate:modelValue": {
|
195
|
-
type: import("vue").PropType<(value:
|
195
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
196
196
|
};
|
197
197
|
} & {
|
198
198
|
"v-model": {
|
199
|
-
type: import("vue").PropType<
|
199
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
200
200
|
required: false;
|
201
201
|
};
|
202
202
|
} & {
|
203
203
|
modelValue: {
|
204
|
-
type: import("vue").PropType<
|
204
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
205
205
|
required: false;
|
206
206
|
};
|
207
207
|
}>;
|
208
|
-
defaultValue(value?:
|
208
|
+
defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
209
209
|
"onUpdate:modelValue": {
|
210
|
-
type: import("vue").PropType<(value:
|
210
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
211
211
|
};
|
212
212
|
} & {
|
213
213
|
"v-model": {
|
214
|
-
type: import("vue").PropType<
|
214
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
215
215
|
required: false;
|
216
216
|
};
|
217
217
|
} & {
|
218
218
|
modelValue: {
|
219
|
-
type: import("vue").PropType<
|
219
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
220
220
|
required: false;
|
221
221
|
};
|
222
222
|
}, false>;
|
223
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
223
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
224
224
|
"onUpdate:modelValue": {
|
225
|
-
type: import("vue").PropType<(value:
|
225
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
226
226
|
};
|
227
227
|
} & {
|
228
228
|
"v-model": {
|
229
|
-
type: import("vue").PropType<
|
229
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
230
230
|
required: false;
|
231
231
|
};
|
232
232
|
} & {
|
233
233
|
modelValue: {
|
234
|
-
type: import("vue").PropType<
|
234
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
235
235
|
required: false;
|
236
236
|
};
|
237
237
|
}>;
|
238
238
|
};
|
239
239
|
}>> & {
|
240
|
-
"onUpdate:modelValue"?: (value:
|
240
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
|
241
241
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
242
242
|
"update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
|
243
243
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
244
244
|
propsDefinition: Omit<Readonly<{} & {
|
245
245
|
name?: {
|
246
246
|
[x: `onUpdate:${string}`]: {
|
247
|
-
type: import("vue").PropType<(value:
|
247
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
248
248
|
};
|
249
249
|
} & {
|
250
250
|
[x: `v-model:${string}`]: {
|
251
|
-
type: import("vue").PropType<
|
251
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
252
252
|
required: false;
|
253
253
|
};
|
254
254
|
} & {
|
255
255
|
[x: string]: {
|
256
|
-
type: import("vue").PropType<
|
256
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
257
257
|
required: false;
|
258
258
|
};
|
259
259
|
} & {
|
260
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string,
|
260
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing | SpacingValue | VelcronPosition, {
|
261
261
|
"onUpdate:modelValue": {
|
262
|
-
type: import("vue").PropType<(value:
|
262
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
263
263
|
};
|
264
264
|
} & {
|
265
265
|
"v-model": {
|
266
|
-
type: import("vue").PropType<
|
266
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
267
267
|
required: false;
|
268
268
|
};
|
269
269
|
} & {
|
270
270
|
modelValue: {
|
271
|
-
type: import("vue").PropType<
|
271
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
272
272
|
required: false;
|
273
273
|
};
|
274
274
|
}>;
|
275
|
-
defaultValue(value?:
|
275
|
+
defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing | SpacingValue | VelcronPosition, {
|
276
276
|
"onUpdate:modelValue": {
|
277
|
-
type: import("vue").PropType<(value:
|
277
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
278
278
|
};
|
279
279
|
} & {
|
280
280
|
"v-model": {
|
281
|
-
type: import("vue").PropType<
|
281
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
282
282
|
required: false;
|
283
283
|
};
|
284
284
|
} & {
|
285
285
|
modelValue: {
|
286
|
-
type: import("vue").PropType<
|
286
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
287
287
|
required: false;
|
288
288
|
};
|
289
289
|
}, false>;
|
290
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string,
|
290
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing | SpacingValue | VelcronPosition, {
|
291
291
|
"onUpdate:modelValue": {
|
292
|
-
type: import("vue").PropType<(value:
|
292
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
|
293
293
|
};
|
294
294
|
} & {
|
295
295
|
"v-model": {
|
296
|
-
type: import("vue").PropType<
|
296
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
297
297
|
required: false;
|
298
298
|
};
|
299
299
|
} & {
|
300
300
|
modelValue: {
|
301
|
-
type: import("vue").PropType<
|
301
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
302
302
|
required: false;
|
303
303
|
};
|
304
304
|
}>;
|
305
305
|
};
|
306
306
|
settings?: VelcronSpacingEditorSettings;
|
307
307
|
location?: EditorLocation;
|
308
|
-
modelValue?:
|
309
|
-
"onUpdate:modelValue"?: (value:
|
310
|
-
"v-model"?:
|
308
|
+
modelValue?: VelcronSpacing | SpacingValue | VelcronPosition;
|
309
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void;
|
310
|
+
"v-model"?: VelcronSpacing | SpacingValue | VelcronPosition;
|
311
311
|
}>, "onUpdate:modelValue"> & {
|
312
|
-
"onUpdate:modelValue"?: (value:
|
312
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
|
313
313
|
};
|
314
314
|
};
|
315
315
|
export default _default;
|
@@ -242,7 +242,6 @@ declare const _default: {
|
|
242
242
|
"update:modelValue": (value: boolean) => true;
|
243
243
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
244
244
|
propsDefinition: Omit<Readonly<{} & {
|
245
|
-
label?: string;
|
246
245
|
name?: {
|
247
246
|
[x: `onUpdate:${string}`]: {
|
248
247
|
type: import("vue").PropType<(value: boolean) => any | void>;
|
@@ -304,6 +303,7 @@ declare const _default: {
|
|
304
303
|
};
|
305
304
|
}>;
|
306
305
|
};
|
306
|
+
label?: string;
|
307
307
|
location?: EditorLocation;
|
308
308
|
modelValue?: boolean;
|
309
309
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
@@ -251,7 +251,6 @@ declare const _default: {
|
|
251
251
|
"update:modelValue": (value: string) => true;
|
252
252
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
253
253
|
propsDefinition: Omit<Readonly<{} & {
|
254
|
-
label?: string;
|
255
254
|
name?: {
|
256
255
|
[x: `onUpdate:${string}`]: {
|
257
256
|
type: import("vue").PropType<(value: string) => any | void>;
|
@@ -313,6 +312,7 @@ declare const _default: {
|
|
313
312
|
};
|
314
313
|
}>;
|
315
314
|
};
|
315
|
+
label?: string;
|
316
316
|
settings?: VelcronTextEditorSettings;
|
317
317
|
location?: EditorLocation;
|
318
318
|
modelValue?: string;
|
package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts
CHANGED
@@ -34,5 +34,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
34
34
|
} & Omit<{
|
35
35
|
default?: import("vue").Slot;
|
36
36
|
}, "navigation" | "bottomNavigationDrawer" | "prependNavigation" | "rightPanel">;
|
37
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "sort" | "
|
37
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "sort" | "icon" | "title" | "settings" | "provider" | "modelValue" | "emit:update:modelValue" | "v-model" | "subTitle" | "slot:navigation" | "emit:close" | "selectedLayout" | "hideNavigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation" | "slot:rightPanel"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
38
38
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, VersionedLayoutId } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
speedDialOptionsRenderer: {
|
package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts
CHANGED
@@ -22,5 +22,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
22
22
|
} & Omit<{
|
23
23
|
default?: import("vue").Slot;
|
24
24
|
}, "navigationDrawerLeft" | "navigationDrawerBottom">;
|
25
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
25
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "emit:getApi" | "emit:closeEditor" | "slot:navigationDrawerLeft" | "slot:navigationDrawerBottom"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
26
26
|
export default _default;
|
@@ -292,7 +292,7 @@ import wcc0415286cfac41349dd264dc1621c463 from './ux/oxide/divider/Divider';
|
|
292
292
|
import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
|
293
293
|
import wc220372653d7a43a6a79cf1d01a23cffb from './ux/oxide/expansionpanel/ExpansionPanels';
|
294
294
|
import wca6ca5f7d21d24b168fcab70c965fded1 from './ux/oxide/expansionpanel/ExpansionPanel';
|
295
|
-
import wc12f88f4b9cf142cc8e5f6b203e55c873 from './ux/oxide/fab/FloatingActionButton
|
295
|
+
import wc12f88f4b9cf142cc8e5f6b203e55c873 from './ux/oxide/fab/FloatingActionButton';
|
296
296
|
import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/Flex';
|
297
297
|
import wcee11b15d9e30495fb46b0c84244110c2 from './ux/oxide/flex/Row';
|
298
298
|
import wc02b49401a3554f3db9fc158e52535ac3 from './ux/oxide/form/Form';
|