@omnia/fx 8.0.321-dev → 8.0.323-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/index.d.ts +1 -0
- package/internal-do-not-import-from-here/libs/phonenumber/index.d.ts +2 -1
- package/internal-do-not-import-from-here/libs/sortable/index.d.ts +2 -1
- package/internal-do-not-import-from-here/libs/swiper/index.d.ts +7 -1
- package/internal-do-not-import-from-here/libs/toastui/index.d.ts +5 -1
- 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.app.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/mediapicker/ImageTransformerStore.d.ts +5 -1
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +3 -6
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/cropByRatio.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +16 -96
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +16 -96
- package/internal-do-not-import-from-here/ux/VuetifyLoader.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/icon/IIcon.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/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/patches/EditorScrollPatch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/patches/HtmlInlinePatch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +1 -21
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +3 -29
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.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/builtins/identity/IdentityConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +4 -4
- 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/VelcronDefinitionPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
- 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/core/formatters/CapitalizeFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/DateFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/InterpolationFormatter.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/JsonFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/LengthFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/ReplaceFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/SubStringFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/TrimFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/UppercaseFormatter.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/formatters/index.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronFormatters.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -1
- 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/ImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +82 -21
- package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +5 -61
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -115
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/{EnterprisePropertyValue.d.ts → EnterprisePropertyRenderer.d.ts} +6 -6
@@ -57,8 +57,8 @@ declare const _default: {
|
|
57
57
|
propsDefinition: Omit<Readonly<{} & {
|
58
58
|
disabled?: boolean;
|
59
59
|
styles?: typeof TimeEditorStyles;
|
60
|
-
"v-model"?: TimePropertyValue;
|
61
60
|
modelValue?: TimePropertyValue;
|
61
|
+
"v-model"?: TimePropertyValue;
|
62
62
|
displaySettings?: TimeDisplaySettings;
|
63
63
|
setupSettings?: never;
|
64
64
|
editorSettings?: TimeEditorSettings;
|
@@ -38,8 +38,8 @@ declare const _default: {
|
|
38
38
|
"v-model": import("vue").Prop<PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>, PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>>;
|
39
39
|
}>>, {}, {}, {}, {}, 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 & {
|
40
40
|
propsDefinition: Omit<Readonly<{} & {
|
41
|
-
"v-model"?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any>>;
|
42
41
|
modelValue?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
42
|
+
"v-model"?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any>>;
|
43
43
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
44
44
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>) => void;
|
45
45
|
showLockConfiguration?: boolean;
|
@@ -38,8 +38,8 @@ declare const _default: {
|
|
38
38
|
"v-model": import("vue").Prop<PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, PropertyEditorSettingsBase, import("@omnia/fx-models").PropertySetupBase>>, PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, PropertyEditorSettingsBase, import("@omnia/fx-models").PropertySetupBase>>>;
|
39
39
|
}>>, {}, {}, {}, {}, 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 & {
|
40
40
|
propsDefinition: Omit<Readonly<{} & {
|
41
|
-
"v-model"?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, PropertyEditorSettingsBase>>;
|
42
41
|
modelValue?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
42
|
+
"v-model"?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, PropertyEditorSettingsBase>>;
|
43
43
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
44
44
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>) => void;
|
45
45
|
showLockConfiguration?: boolean;
|
@@ -97,8 +97,8 @@ declare const _default: {
|
|
97
97
|
}>;
|
98
98
|
};
|
99
99
|
}>> & {
|
100
|
-
onDoc$?: (description?: string) => any;
|
101
100
|
"onUpdate:modelValue"?: (model: PropertyRegistration) => any;
|
101
|
+
onDoc$?: (description?: string) => any;
|
102
102
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
103
103
|
"update:modelValue": (model: PropertyRegistration) => void;
|
104
104
|
doc$(description?: string): {
|
@@ -207,8 +207,8 @@ declare const _default: {
|
|
207
207
|
}>;
|
208
208
|
};
|
209
209
|
}>> & {
|
210
|
-
onDoc$?: (description?: string) => any;
|
211
210
|
"onUpdate:modelValue"?: (model: PropertyRegistration) => any;
|
211
|
+
onDoc$?: (description?: string) => any;
|
212
212
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
213
213
|
__isFragment?: never;
|
214
214
|
__isTeleport?: never;
|
@@ -309,8 +309,8 @@ declare const _default: {
|
|
309
309
|
}>;
|
310
310
|
};
|
311
311
|
}>> & {
|
312
|
-
onDoc$?: (description?: string) => any;
|
313
312
|
"onUpdate:modelValue"?: (model: PropertyRegistration) => any;
|
313
|
+
onDoc$?: (description?: string) => any;
|
314
314
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
315
315
|
"update:modelValue": (model: PropertyRegistration) => void;
|
316
316
|
doc$(description?: string): {
|
@@ -381,10 +381,10 @@ declare const _default: {
|
|
381
381
|
};
|
382
382
|
multiple?: boolean;
|
383
383
|
disabled?: boolean;
|
384
|
-
"v-model"?: PropertyRegistration;
|
385
384
|
modelValue?: PropertyRegistration;
|
386
385
|
"onUpdate:modelValue"?: (value: PropertyRegistration) => any | void;
|
387
386
|
hideDetails?: boolean;
|
387
|
+
"v-model"?: PropertyRegistration;
|
388
388
|
hideConfiguration?: boolean;
|
389
389
|
loadingProperties?: boolean;
|
390
390
|
propertyCreator?: IDataSourcePropertyCreator;
|
@@ -76,8 +76,8 @@ declare const _default: {
|
|
76
76
|
}>;
|
77
77
|
};
|
78
78
|
}>> & {
|
79
|
-
onDoc$?: (description?: string) => any;
|
80
79
|
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any;
|
80
|
+
onDoc$?: (description?: string) => any;
|
81
81
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
82
82
|
"update:modelValue": (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any>>) => void;
|
83
83
|
doc$(description?: string): {
|
@@ -166,8 +166,8 @@ declare const _default: {
|
|
166
166
|
}>;
|
167
167
|
};
|
168
168
|
}>> & {
|
169
|
-
onDoc$?: (description?: string) => any;
|
170
169
|
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any;
|
170
|
+
onDoc$?: (description?: string) => any;
|
171
171
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
172
172
|
__isFragment?: never;
|
173
173
|
__isTeleport?: never;
|
@@ -248,8 +248,8 @@ declare const _default: {
|
|
248
248
|
}>;
|
249
249
|
};
|
250
250
|
}>> & {
|
251
|
-
onDoc$?: (description?: string) => any;
|
252
251
|
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any;
|
252
|
+
onDoc$?: (description?: string) => any;
|
253
253
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
254
254
|
"update:modelValue": (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any>>) => void;
|
255
255
|
doc$(description?: string): {
|
@@ -319,9 +319,9 @@ declare const _default: {
|
|
319
319
|
}>;
|
320
320
|
};
|
321
321
|
disabled?: boolean;
|
322
|
-
"v-model"?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
323
322
|
modelValue?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
324
323
|
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any | void;
|
324
|
+
"v-model"?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
325
325
|
editMode?: boolean;
|
326
326
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
327
327
|
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any;
|
@@ -296,9 +296,9 @@ declare const _default: {
|
|
296
296
|
};
|
297
297
|
}>;
|
298
298
|
};
|
299
|
-
"v-model"?: RichTextEditorExtensionRegistration[];
|
300
299
|
modelValue?: RichTextEditorExtensionRegistration[];
|
301
300
|
"onUpdate:modelValue"?: (value: RichTextEditorExtensionRegistration[]) => any | void;
|
301
|
+
"v-model"?: RichTextEditorExtensionRegistration[];
|
302
302
|
showEditorPreview?: boolean;
|
303
303
|
}>, never>;
|
304
304
|
};
|
@@ -130,10 +130,10 @@ declare const _default: {
|
|
130
130
|
} & {
|
131
131
|
container?: boolean;
|
132
132
|
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
133
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
134
133
|
"v-slots"?: {
|
135
134
|
default?: import("../DefineVueTypings").Slot;
|
136
135
|
} & SecurityTrimmerSlots;
|
136
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
137
137
|
contextParams?: {
|
138
138
|
[key: string]: string | number;
|
139
139
|
};
|
@@ -147,9 +147,9 @@ declare const _default: {
|
|
147
147
|
onCancel?: () => void;
|
148
148
|
headerClass?: string;
|
149
149
|
contentClass?: string;
|
150
|
-
"v-model"?: boolean;
|
151
150
|
modelValue?: boolean;
|
152
151
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
152
|
+
"v-model"?: boolean;
|
153
153
|
onSave?: () => Promise<boolean>;
|
154
154
|
disableSave?: boolean;
|
155
155
|
disableCancel?: boolean;
|
@@ -15,10 +15,6 @@ declare const _default: {
|
|
15
15
|
type: import("vue").PropType<ReactionVariants>;
|
16
16
|
required: false;
|
17
17
|
};
|
18
|
-
"v-model": {
|
19
|
-
type: import("vue").PropType<Required<IUserReaction>[]>;
|
20
|
-
required: false;
|
21
|
-
};
|
22
18
|
modelValue: {
|
23
19
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
24
20
|
required: false;
|
@@ -26,6 +22,10 @@ declare const _default: {
|
|
26
22
|
"onUpdate:modelValue": {
|
27
23
|
type: import("vue").PropType<(value: Required<IUserReaction>[]) => any | void>;
|
28
24
|
};
|
25
|
+
"v-model": {
|
26
|
+
type: import("vue").PropType<Required<IUserReaction>[]>;
|
27
|
+
required: false;
|
28
|
+
};
|
29
29
|
}>> & {
|
30
30
|
"onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any;
|
31
31
|
"onReaction:added"?: (value: Required<IUserReaction>) => any;
|
@@ -57,10 +57,6 @@ declare const _default: {
|
|
57
57
|
type: import("vue").PropType<ReactionVariants>;
|
58
58
|
required: false;
|
59
59
|
};
|
60
|
-
"v-model": {
|
61
|
-
type: import("vue").PropType<Required<IUserReaction>[]>;
|
62
|
-
required: false;
|
63
|
-
};
|
64
60
|
modelValue: {
|
65
61
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
66
62
|
required: false;
|
@@ -68,6 +64,10 @@ declare const _default: {
|
|
68
64
|
"onUpdate:modelValue": {
|
69
65
|
type: import("vue").PropType<(value: Required<IUserReaction>[]) => any | void>;
|
70
66
|
};
|
67
|
+
"v-model": {
|
68
|
+
type: import("vue").PropType<Required<IUserReaction>[]>;
|
69
|
+
required: false;
|
70
|
+
};
|
71
71
|
}>> & {
|
72
72
|
"onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any;
|
73
73
|
"onReaction:added"?: (value: Required<IUserReaction>) => any;
|
@@ -91,10 +91,6 @@ declare const _default: {
|
|
91
91
|
type: import("vue").PropType<ReactionVariants>;
|
92
92
|
required: false;
|
93
93
|
};
|
94
|
-
"v-model": {
|
95
|
-
type: import("vue").PropType<Required<IUserReaction>[]>;
|
96
|
-
required: false;
|
97
|
-
};
|
98
94
|
modelValue: {
|
99
95
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
100
96
|
required: false;
|
@@ -102,6 +98,10 @@ declare const _default: {
|
|
102
98
|
"onUpdate:modelValue": {
|
103
99
|
type: import("vue").PropType<(value: Required<IUserReaction>[]) => any | void>;
|
104
100
|
};
|
101
|
+
"v-model": {
|
102
|
+
type: import("vue").PropType<Required<IUserReaction>[]>;
|
103
|
+
required: false;
|
104
|
+
};
|
105
105
|
}>> & {
|
106
106
|
"onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any;
|
107
107
|
"onReaction:added"?: (value: Required<IUserReaction>) => any;
|
@@ -115,15 +115,15 @@ declare const _default: {
|
|
115
115
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
116
116
|
propsDefinition: Omit<Readonly<{} & {
|
117
117
|
variant?: ReactionVariants;
|
118
|
+
modelValue?: Required<IUserReaction>[];
|
118
119
|
"v-slots"?: {
|
119
120
|
default?: import("../DefineVueTypings").Slot;
|
120
121
|
} & {
|
121
122
|
activator: () => JSX.Element;
|
122
123
|
};
|
123
|
-
"v-model"?: Required<IUserReaction>[];
|
124
|
-
modelValue?: Required<IUserReaction>[];
|
125
124
|
stacked?: boolean;
|
126
125
|
"onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
|
126
|
+
"v-model"?: Required<IUserReaction>[];
|
127
127
|
}>, "onUpdate:modelValue" | "onReaction:added" | "onReaction:removed" | "onReaction:selected"> & {
|
128
128
|
"onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any;
|
129
129
|
"onReaction:added"?: (value: Required<IUserReaction>) => any;
|
@@ -323,10 +323,10 @@ declare const _default: {
|
|
323
323
|
};
|
324
324
|
label?: string;
|
325
325
|
disabled?: boolean;
|
326
|
-
"v-model"?: TimePeriodSettings;
|
327
326
|
modelValue?: TimePeriodSettings;
|
328
327
|
"onUpdate:modelValue"?: (value: TimePeriodSettings) => any | void;
|
329
328
|
hideDetails?: boolean;
|
329
|
+
"v-model"?: TimePeriodSettings;
|
330
330
|
min?: number;
|
331
331
|
}>, "onUpdate:modelValue"> & {
|
332
332
|
"onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
|
@@ -88,8 +88,8 @@ declare const _default: {
|
|
88
88
|
};
|
89
89
|
}>> & {
|
90
90
|
onBlur?: () => any;
|
91
|
-
onDoc$?: (description?: string) => any;
|
92
91
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
|
92
|
+
onDoc$?: (description?: string) => any;
|
93
93
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
94
94
|
blur: () => void;
|
95
95
|
doc$(description?: string): {
|
@@ -189,8 +189,8 @@ declare const _default: {
|
|
189
189
|
};
|
190
190
|
}>> & {
|
191
191
|
onBlur?: () => any;
|
192
|
-
onDoc$?: (description?: string) => any;
|
193
192
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
|
193
|
+
onDoc$?: (description?: string) => any;
|
194
194
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
195
195
|
__isFragment?: never;
|
196
196
|
__isTeleport?: never;
|
@@ -281,8 +281,8 @@ declare const _default: {
|
|
281
281
|
};
|
282
282
|
}>> & {
|
283
283
|
onBlur?: () => any;
|
284
|
-
onDoc$?: (description?: string) => any;
|
285
284
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
|
285
|
+
onDoc$?: (description?: string) => any;
|
286
286
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
287
287
|
blur: () => void;
|
288
288
|
doc$(description?: string): {
|
@@ -354,9 +354,9 @@ declare const _default: {
|
|
354
354
|
};
|
355
355
|
label?: string;
|
356
356
|
disabled?: boolean;
|
357
|
-
"v-model"?: UrlPropertyValue;
|
358
357
|
modelValue?: UrlPropertyValue;
|
359
358
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any | void;
|
359
|
+
"v-model"?: UrlPropertyValue;
|
360
360
|
requiredWithValidator?: IValidator;
|
361
361
|
defaultUrlResolving?: boolean;
|
362
362
|
enabledInputMSTeamsUrl?: boolean;
|
@@ -317,11 +317,11 @@ declare const _default: {
|
|
317
317
|
styles?: {
|
318
318
|
container?: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
319
319
|
};
|
320
|
-
"v-model"?: UserIdentity;
|
321
320
|
modelValue?: UserIdentity;
|
322
|
-
"onUpdate:modelValue"?: (value: UserIdentity) => any | void;
|
323
321
|
offsetX?: number;
|
324
322
|
offsetY?: number;
|
323
|
+
"onUpdate:modelValue"?: (value: UserIdentity) => any | void;
|
324
|
+
"v-model"?: UserIdentity;
|
325
325
|
}>, never>;
|
326
326
|
};
|
327
327
|
export default _default;
|
@@ -458,15 +458,15 @@ declare const _default: {
|
|
458
458
|
title?: string;
|
459
459
|
variant?: Variant;
|
460
460
|
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
461
|
-
|
461
|
+
modelValue?: boolean;
|
462
462
|
"v-slots"?: {
|
463
463
|
default?: import("../../../DefineVueTypings").Slot;
|
464
464
|
} & {
|
465
465
|
activator?: () => VNodeChild;
|
466
466
|
};
|
467
|
-
"v-model"?: boolean;
|
468
|
-
modelValue?: boolean;
|
469
467
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
468
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
469
|
+
"v-model"?: boolean;
|
470
470
|
allowEdit?: boolean;
|
471
471
|
categoryFilters?: guid[];
|
472
472
|
renderTypeFilters?: guid[];
|
@@ -371,10 +371,10 @@ declare const _default: {
|
|
371
371
|
};
|
372
372
|
container?: boolean;
|
373
373
|
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
374
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
375
|
-
"v-model"?: VelcronDefinitionRegistration<object>;
|
376
374
|
modelValue?: VelcronDefinitionRegistration<object>;
|
377
375
|
"onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any | void;
|
376
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
377
|
+
"v-model"?: VelcronDefinitionRegistration<object>;
|
378
378
|
allowEdit?: boolean;
|
379
379
|
previewState?: VelcronState;
|
380
380
|
hasContainer?: boolean;
|
@@ -332,10 +332,10 @@ declare const _default: {
|
|
332
332
|
};
|
333
333
|
}>;
|
334
334
|
};
|
335
|
-
|
335
|
+
location?: EditorLocation;
|
336
336
|
modelValue?: VelcronAppDefinition<object>;
|
337
337
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any | void;
|
338
|
-
|
338
|
+
"v-model"?: VelcronAppDefinition<object>;
|
339
339
|
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
340
340
|
propertyEditors?: VelcronEditor<any>[];
|
341
341
|
hidePropertyMapped?: boolean;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export * from "./InterpolationFormatter";
|
2
|
+
export * from "./DateFormatter";
|
3
|
+
export * from "./CapitalizeFormatter";
|
4
|
+
export * from "./UppercaseFormatter";
|
5
|
+
export * from "./TrimFormatter";
|
6
|
+
export * from "./JsonFormatter";
|
7
|
+
export * from "./LengthFormatter";
|
8
|
+
export * from "./ReplaceFormatter";
|
9
|
+
export * from "./SubStringFormatter";
|
@@ -366,6 +366,7 @@ export interface VelcronSlidePanelDefinition extends VelcronDefinition {
|
|
366
366
|
type: "slide-panel";
|
367
367
|
slidesPerView?: VelcronBindableProp<number>;
|
368
368
|
delay?: VelcronBindableProp<number>;
|
369
|
+
speed?: VelcronBindableProp<number>;
|
369
370
|
pagination?: VelcronBindableProp<boolean>;
|
370
371
|
navigation?: VelcronBindableProp<boolean>;
|
371
372
|
scrollbar?: VelcronBindableProp<boolean>;
|
@@ -1,12 +1,62 @@
|
|
1
1
|
import { VelcronRenderContext } from "../models";
|
2
2
|
import { VelcronBindableProp } from "..";
|
3
3
|
export declare class VelcronDataBinder {
|
4
|
+
/**
|
5
|
+
* Binds a value based on the provided binding expression.
|
6
|
+
* @param renderContext The render context containing state and other data.
|
7
|
+
* @param bindTo The binding expression or value.
|
8
|
+
* @returns The bound value after applying formatters and other logic.
|
9
|
+
*/
|
4
10
|
static bind<T = string>(renderContext: VelcronRenderContext, bindTo: VelcronBindableProp<any>): T;
|
11
|
+
/**
|
12
|
+
* Interpolates tokens within a binding string and applies formatters.
|
13
|
+
* @param bindTo The binding string containing tokens.
|
14
|
+
* @param renderContext The render context.
|
15
|
+
* @returns The interpolated string with formatters applied.
|
16
|
+
*/
|
5
17
|
private static interpolateTokens;
|
18
|
+
/**
|
19
|
+
* Parses an interpolation string to extract the variable and its formatters.
|
20
|
+
* @param match The interpolation string, e.g., "{{ variable | formatter1:'arg1','arg2' | formatter2 }}"
|
21
|
+
* @returns An Interpolation object or null if parsing fails.
|
22
|
+
*/
|
23
|
+
private static parseInterpolation;
|
24
|
+
/**
|
25
|
+
* Processes a token that might represent an action or a state variable.
|
26
|
+
* @param tokenWithoutBrackets The token string without the surrounding {{ }}.
|
27
|
+
* @param renderContext The render context.
|
28
|
+
* @returns The result of processing the token.
|
29
|
+
*/
|
6
30
|
private static processToken;
|
31
|
+
/**
|
32
|
+
* Evaluates a switch expression based on the render context.
|
33
|
+
* @param expression The switch expression object.
|
34
|
+
* @param renderContext The render context.
|
35
|
+
* @returns The result of the switch expression.
|
36
|
+
*/
|
7
37
|
private static evaluateSwitchExpression;
|
38
|
+
/**
|
39
|
+
* Recursively evaluates an expression which can be a string, object, or other types.
|
40
|
+
* @param expr The expression to evaluate.
|
41
|
+
* @param renderContext The render context.
|
42
|
+
* @returns The evaluated result.
|
43
|
+
*/
|
8
44
|
private static evaluateExpression;
|
45
|
+
/**
|
46
|
+
* Attempts to update a bound value in the render context.
|
47
|
+
* @param renderContext The render context.
|
48
|
+
* @param bindPath The binding path string.
|
49
|
+
* @param value The new value to set.
|
50
|
+
*/
|
9
51
|
static tryUpdateBoundValue(renderContext: VelcronRenderContext, bindPath: string, value: unknown): void;
|
52
|
+
/**
|
53
|
+
* Binds multiple properties at once based on the provided definitions.
|
54
|
+
* @param renderContext The render context.
|
55
|
+
* @param definition The binding definitions for each property.
|
56
|
+
* @param propertiesToBind The list of property keys to bind.
|
57
|
+
* @param objectToBindTo The target object where properties will be bound.
|
58
|
+
* @returns The object with bound properties.
|
59
|
+
*/
|
10
60
|
static bindMany<T>(renderContext: VelcronRenderContext, definition: {
|
11
61
|
[P in keyof T]?: VelcronBindableProp<T[P]>;
|
12
62
|
}, propertiesToBind: Array<keyof T>, objectToBindTo: Partial<T>): T;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { InterpolationFormatter } from "../formatters";
|
2
|
+
export declare class VelcronFormatters {
|
3
|
+
static _formatters: Record<string, InterpolationFormatter>;
|
4
|
+
static registerFormatter(formatter: InterpolationFormatter): void;
|
5
|
+
static getFormatter(name: string): InterpolationFormatter | undefined;
|
6
|
+
}
|
@@ -298,9 +298,9 @@ declare const _default: {
|
|
298
298
|
}>;
|
299
299
|
};
|
300
300
|
settings?: VelcronAlignmentPropertyEditorSettings;
|
301
|
-
"v-model"?: "bottom" | "left" | "right" | "top" | "center";
|
302
301
|
modelValue?: "bottom" | "left" | "right" | "top" | "center";
|
303
302
|
"onUpdate:modelValue"?: (value: "bottom" | "left" | "right" | "top" | "center") => any | void;
|
303
|
+
"v-model"?: "bottom" | "left" | "right" | "top" | "center";
|
304
304
|
}>, "onUpdate:modelValue"> & {
|
305
305
|
"onUpdate:modelValue"?: (value: "bottom" | "left" | "right" | "top" | "center") => any;
|
306
306
|
};
|
@@ -294,10 +294,10 @@ declare const _default: {
|
|
294
294
|
};
|
295
295
|
}>;
|
296
296
|
};
|
297
|
-
|
297
|
+
location?: EditorLocation;
|
298
298
|
modelValue?: BackgroundDefinition;
|
299
299
|
"onUpdate:modelValue"?: (value: BackgroundDefinition) => any | void;
|
300
|
-
|
300
|
+
"v-model"?: BackgroundDefinition;
|
301
301
|
}>, "onUpdate:modelValue"> & {
|
302
302
|
"onUpdate:modelValue"?: (value: BackgroundDefinition) => any;
|
303
303
|
};
|
@@ -323,10 +323,10 @@ declare const _default: {
|
|
323
323
|
}>;
|
324
324
|
};
|
325
325
|
settings?: VelcronBlueprintEditorSettings;
|
326
|
-
|
326
|
+
location?: EditorLocation;
|
327
327
|
modelValue?: any;
|
328
328
|
"onUpdate:modelValue"?: (value: any) => any | void;
|
329
|
-
|
329
|
+
"v-model"?: any;
|
330
330
|
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
331
331
|
}>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
|
332
332
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -285,9 +285,9 @@ declare const _default: {
|
|
285
285
|
};
|
286
286
|
}>;
|
287
287
|
};
|
288
|
-
"v-model"?: VelcronColorStyling;
|
289
288
|
modelValue?: VelcronColorStyling;
|
290
289
|
"onUpdate:modelValue"?: (value: VelcronColorStyling) => any | void;
|
290
|
+
"v-model"?: VelcronColorStyling;
|
291
291
|
}>, "onUpdate:modelValue"> & {
|
292
292
|
"onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
|
293
293
|
};
|
@@ -304,10 +304,10 @@ declare const _default: {
|
|
304
304
|
};
|
305
305
|
}>;
|
306
306
|
};
|
307
|
-
|
307
|
+
location?: EditorLocation;
|
308
308
|
modelValue?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
309
309
|
"onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void;
|
310
|
-
|
310
|
+
"v-model"?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
311
311
|
}>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
|
312
312
|
"onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
|
313
313
|
"onValue:enter"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
|
@@ -305,10 +305,10 @@ declare const _default: {
|
|
305
305
|
}>;
|
306
306
|
};
|
307
307
|
settings?: VelcronFlowEditorSettings;
|
308
|
-
|
308
|
+
location?: EditorLocation;
|
309
309
|
modelValue?: string | FlowContent;
|
310
310
|
"onUpdate:modelValue"?: (value: string | FlowContent) => any | void;
|
311
|
-
|
311
|
+
"v-model"?: string | FlowContent;
|
312
312
|
}>, "onUpdate:modelValue"> & {
|
313
313
|
"onUpdate:modelValue"?: (value: string) => any;
|
314
314
|
};
|
@@ -275,9 +275,9 @@ declare const _default: {
|
|
275
275
|
};
|
276
276
|
}>;
|
277
277
|
};
|
278
|
-
"v-model"?: VelcronGridState;
|
279
278
|
modelValue?: VelcronGridState;
|
280
279
|
"onUpdate:modelValue"?: (value: VelcronGridState) => any | void;
|
280
|
+
"v-model"?: VelcronGridState;
|
281
281
|
}>, never>;
|
282
282
|
};
|
283
283
|
export default _default;
|
@@ -305,9 +305,9 @@ declare const _default: {
|
|
305
305
|
};
|
306
306
|
label?: string;
|
307
307
|
settings?: VelcronTextEditorSettings;
|
308
|
-
"v-model"?: string;
|
309
308
|
modelValue?: string;
|
310
309
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
310
|
+
"v-model"?: string;
|
311
311
|
}>, "onUpdate:modelValue"> & {
|
312
312
|
"onUpdate:modelValue"?: (value: string) => any;
|
313
313
|
};
|
@@ -304,10 +304,10 @@ declare const _default: {
|
|
304
304
|
}>;
|
305
305
|
};
|
306
306
|
settings?: any;
|
307
|
-
|
307
|
+
location?: EditorLocation;
|
308
308
|
modelValue?: any;
|
309
309
|
"onUpdate:modelValue"?: (value: any) => any | void;
|
310
|
-
|
310
|
+
"v-model"?: any;
|
311
311
|
}>, "onUpdate:modelValue"> & {
|
312
312
|
"onUpdate:modelValue"?: (value: any) => any;
|
313
313
|
};
|