@omnia/fx 8.0.286-dev → 8.0.288-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/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/spacing/store/SpacingEditorStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +1 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +4 -4
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +9 -9
- 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/themepicker/ThemePicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +136 -124
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +136 -124
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +9 -13
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.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/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +7 -7
- 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/flow/editor/commands/EditorCommands.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/DeleteButton.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/SwapButton.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +12 -8
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +60 -40
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/models/Velcron.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.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 +12 -12
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +17 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentePropertiesGroupDescriptorTemplates.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +32 -3
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -1
- 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 +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/SelectEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +1 -1
- 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/velcron/renderer/editors/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +12 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/use/useSpacingScaling.d.ts +0 -13
package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts
CHANGED
@@ -346,8 +346,8 @@ declare const _default: {
|
|
346
346
|
};
|
347
347
|
}>;
|
348
348
|
};
|
349
|
-
"v-model"?: VelcronEditor<any>;
|
350
349
|
modelValue?: VelcronEditor<any>;
|
350
|
+
"v-model"?: VelcronEditor<any>;
|
351
351
|
"onUpdate:modelValue"?: (value: VelcronEditor<any>) => any | void;
|
352
352
|
}>, never>;
|
353
353
|
};
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts
CHANGED
@@ -69,8 +69,8 @@ declare const _default: {
|
|
69
69
|
propsDefinition: Omit<Readonly<{} & {
|
70
70
|
disabled?: boolean;
|
71
71
|
styles?: typeof BirthdayEditorStyles;
|
72
|
-
"v-model"?: BirthdayPropertyValue;
|
73
72
|
modelValue?: BirthdayPropertyValue;
|
73
|
+
"v-model"?: BirthdayPropertyValue;
|
74
74
|
displaySettings?: BirthdayDisplaySettings;
|
75
75
|
setupSettings?: never;
|
76
76
|
editorSettings?: BirthdayEditorSettings;
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
}>>, {}, {}, {}, {}, 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 & {
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
52
|
disabled?: boolean;
|
53
|
-
"v-model"?: BooleanPropertyValue;
|
54
53
|
modelValue?: BooleanPropertyValue;
|
54
|
+
"v-model"?: BooleanPropertyValue;
|
55
55
|
"onUpdate:modelValue"?: (value: BooleanPropertyValue) => void;
|
56
56
|
displaySettings?: BooleanDisplaySettings;
|
57
57
|
setupSettings?: never;
|
@@ -45,8 +45,8 @@ declare const _default: {
|
|
45
45
|
}>>, {}, {}, {}, {}, 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 & {
|
46
46
|
propsDefinition: Omit<Readonly<{} & {
|
47
47
|
disabled?: boolean;
|
48
|
-
"v-model"?: PropertyValueType<BusinessProfilePropertyDefinition>;
|
49
48
|
modelValue?: BusinessProfilePropertyValue;
|
49
|
+
"v-model"?: PropertyValueType<BusinessProfilePropertyDefinition>;
|
50
50
|
displaySettings?: import("@omnia/fx-models").BusinessProfileDisplaySettings;
|
51
51
|
setupSettings?: never;
|
52
52
|
editorSettings?: import("@omnia/fx-models").BusinessProfileEditorSettings;
|
@@ -69,8 +69,8 @@ declare const _default: {
|
|
69
69
|
propsDefinition: Omit<Readonly<{} & {
|
70
70
|
disabled?: boolean;
|
71
71
|
styles?: typeof DateEditorStyles;
|
72
|
-
"v-model"?: DatePropertyValue;
|
73
72
|
modelValue?: DatePropertyValue;
|
73
|
+
"v-model"?: DatePropertyValue;
|
74
74
|
displaySettings?: DateDisplaySettings;
|
75
75
|
setupSettings?: never;
|
76
76
|
editorSettings?: DateEditorSettings;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts
CHANGED
@@ -69,8 +69,8 @@ declare const _default: {
|
|
69
69
|
propsDefinition: Omit<Readonly<{} & {
|
70
70
|
disabled?: boolean;
|
71
71
|
styles?: typeof DateTimeEditorStyles;
|
72
|
-
"v-model"?: DateTimePropertyValue;
|
73
72
|
modelValue?: DateTimePropertyValue;
|
73
|
+
"v-model"?: DateTimePropertyValue;
|
74
74
|
displaySettings?: DateTimeDisplaySettings;
|
75
75
|
setupSettings?: never;
|
76
76
|
editorSettings?: DateTimeEditorSettings;
|
@@ -46,8 +46,8 @@ declare const _default: {
|
|
46
46
|
}>>, {}, {}, {}, {}, 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 & {
|
47
47
|
propsDefinition: Omit<Readonly<{} & {
|
48
48
|
disabled?: boolean;
|
49
|
-
"v-model"?: EmailPropertyValue;
|
50
49
|
modelValue?: EmailPropertyValue;
|
50
|
+
"v-model"?: EmailPropertyValue;
|
51
51
|
"onUpdate:modelValue"?: (value: EmailPropertyValue) => void;
|
52
52
|
displaySettings?: EmailDisplaySettings;
|
53
53
|
setupSettings?: never;
|
@@ -51,8 +51,8 @@ declare const _default: {
|
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
52
|
disabled?: boolean;
|
53
53
|
settings?: EnterprisePropertyRichTextItemSettings;
|
54
|
-
"v-model"?: HtmlPropertyValue;
|
55
54
|
modelValue?: HtmlPropertyValue;
|
55
|
+
"v-model"?: HtmlPropertyValue;
|
56
56
|
"onUpdate:modelValue"?: (value: HtmlPropertyValue) => void;
|
57
57
|
displaySettings?: HtmlDisplaySettings;
|
58
58
|
setupSettings?: never;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts
CHANGED
@@ -45,8 +45,8 @@ declare const _default: {
|
|
45
45
|
"v-model": import("vue").Prop<PropertyConfiguration<IdentityPropertyDefinition>, PropertyConfiguration<IdentityPropertyDefinition>>;
|
46
46
|
}>>, {}, {}, {}, {}, 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 & {
|
47
47
|
propsDefinition: Omit<Readonly<{} & {
|
48
|
-
"v-model"?: PropertyConfiguration<IdentityPropertyDefinition>;
|
49
48
|
modelValue?: PropertyConfiguration<IdentityPropertyDefinition>;
|
49
|
+
"v-model"?: PropertyConfiguration<IdentityPropertyDefinition>;
|
50
50
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
51
51
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<IdentityPropertyDefinition>) => void;
|
52
52
|
showLockConfiguration?: boolean;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts
CHANGED
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
propsDefinition: Omit<Readonly<{} & {
|
75
75
|
disabled?: boolean;
|
76
76
|
styles?: typeof IdentityEditorStyles;
|
77
|
-
"v-model"?: IdentityPropertyValue;
|
78
77
|
modelValue?: IdentityPropertyValue;
|
78
|
+
"v-model"?: IdentityPropertyValue;
|
79
79
|
"onUpdate:modelValue"?: (value: IdentityPropertyValue) => void;
|
80
80
|
displaySettings?: IdentityPropertyDisplaySettings;
|
81
81
|
setupSettings?: never;
|
package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts
CHANGED
@@ -45,8 +45,8 @@ declare const _default: {
|
|
45
45
|
"v-model": import("vue").Prop<PropertyConfiguration<ImagePropertyDefinition>, PropertyConfiguration<ImagePropertyDefinition>>;
|
46
46
|
}>>, {}, {}, {}, {}, 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 & {
|
47
47
|
propsDefinition: Omit<Readonly<{} & {
|
48
|
-
"v-model"?: PropertyConfiguration<ImagePropertyDefinition>;
|
49
48
|
modelValue?: PropertyConfiguration<ImagePropertyDefinition>;
|
49
|
+
"v-model"?: PropertyConfiguration<ImagePropertyDefinition>;
|
50
50
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
51
51
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void;
|
52
52
|
showLockConfiguration?: boolean;
|
@@ -42,8 +42,8 @@ declare const _default: {
|
|
42
42
|
}>>, {}, {}, {}, {}, 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
44
|
disabled?: boolean;
|
45
|
-
"v-model"?: ImagePropertyValue;
|
46
45
|
modelValue?: ImagePropertyValue;
|
46
|
+
"v-model"?: ImagePropertyValue;
|
47
47
|
displaySettings?: ImageDisplaySettings;
|
48
48
|
setupSettings?: never;
|
49
49
|
editorSettings?: ImageEditorSettings;
|
@@ -51,8 +51,8 @@ declare const _default: {
|
|
51
51
|
}>>, {}, {}, {}, {}, 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 & {
|
52
52
|
propsDefinition: Omit<Readonly<{} & {
|
53
53
|
disabled?: boolean;
|
54
|
-
"v-model"?: IntegerPropertyValue;
|
55
54
|
modelValue?: IntegerPropertyValue;
|
55
|
+
"v-model"?: IntegerPropertyValue;
|
56
56
|
"onUpdate:modelValue"?: (value: IntegerPropertyValue) => void;
|
57
57
|
displaySettings?: IntegerDisplaySettings;
|
58
58
|
setupSettings?: never;
|
package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts
CHANGED
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
}>>, {}, {}, {}, {}, 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 & {
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
52
|
disabled?: boolean;
|
53
|
-
"v-model"?: LanguagePropertyValue;
|
54
53
|
modelValue?: LanguagePropertyValue;
|
54
|
+
"v-model"?: LanguagePropertyValue;
|
55
55
|
"onUpdate:modelValue"?: (value: LanguagePropertyValue) => void;
|
56
56
|
displaySettings?: LanguageDisplaySettings;
|
57
57
|
setupSettings?: never;
|
@@ -45,8 +45,8 @@ declare const _default: {
|
|
45
45
|
"v-model": import("vue").Prop<PropertyConfiguration<LinkPropertyDefinition>, PropertyConfiguration<LinkPropertyDefinition>>;
|
46
46
|
}>>, {}, {}, {}, {}, 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 & {
|
47
47
|
propsDefinition: Omit<Readonly<{} & {
|
48
|
-
"v-model"?: PropertyConfiguration<LinkPropertyDefinition>;
|
49
48
|
modelValue?: PropertyConfiguration<LinkPropertyDefinition>;
|
49
|
+
"v-model"?: PropertyConfiguration<LinkPropertyDefinition>;
|
50
50
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
51
51
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<LinkPropertyDefinition>) => void;
|
52
52
|
showLockConfiguration?: boolean;
|
@@ -45,8 +45,8 @@ declare const _default: {
|
|
45
45
|
}>>, {}, {}, {}, {}, 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 & {
|
46
46
|
propsDefinition: Omit<Readonly<{} & {
|
47
47
|
disabled?: boolean;
|
48
|
-
"v-model"?: LinkPropertyValue;
|
49
48
|
modelValue?: LinkPropertyValue;
|
49
|
+
"v-model"?: LinkPropertyValue;
|
50
50
|
displaySettings?: LinkDisplaySettings;
|
51
51
|
setupSettings?: never;
|
52
52
|
editorSettings?: LinkEditorSettings;
|
@@ -46,8 +46,8 @@ declare const _default: {
|
|
46
46
|
}>>, {}, {}, {}, {}, 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 & {
|
47
47
|
propsDefinition: Omit<Readonly<{} & {
|
48
48
|
disabled?: boolean;
|
49
|
-
"v-model"?: MediaPropertyValue;
|
50
49
|
modelValue?: MediaPropertyValue;
|
50
|
+
"v-model"?: MediaPropertyValue;
|
51
51
|
"onUpdate:modelValue"?: (value: MediaPropertyValue) => void;
|
52
52
|
displaySettings?: MediaDisplaySettings;
|
53
53
|
setupSettings?: never;
|
@@ -45,8 +45,8 @@ declare const _default: {
|
|
45
45
|
}>>, {}, {}, {}, {}, 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 & {
|
46
46
|
propsDefinition: Omit<Readonly<{} & {
|
47
47
|
disabled?: boolean;
|
48
|
-
"v-model"?: MultilingualTextPropertyValue;
|
49
48
|
modelValue?: MultilingualTextPropertyValue;
|
49
|
+
"v-model"?: MultilingualTextPropertyValue;
|
50
50
|
displaySettings?: MultilingualTextDisplaySettings;
|
51
51
|
setupSettings?: never;
|
52
52
|
editorSettings?: MultilingualTextEditorSettings;
|
package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts
CHANGED
@@ -42,8 +42,8 @@ declare const _default: {
|
|
42
42
|
}>>, {}, {}, {}, {}, 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
44
|
disabled?: boolean;
|
45
|
-
"v-model"?: PhoneNumberPropertyValue;
|
46
45
|
modelValue?: PhoneNumberPropertyValue;
|
46
|
+
"v-model"?: PhoneNumberPropertyValue;
|
47
47
|
displaySettings?: PhoneDisplaySettings;
|
48
48
|
setupSettings?: never;
|
49
49
|
editorSettings?: PhoneEditorSettings;
|
@@ -55,8 +55,8 @@ declare const _default: {
|
|
55
55
|
}>>, {}, {}, {}, {}, 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 & {
|
56
56
|
propsDefinition: Omit<Readonly<{} & {
|
57
57
|
disabled?: boolean;
|
58
|
-
"v-model"?: PropertyValueType<TagsPropertyDefinition>;
|
59
58
|
modelValue?: import("@omnia/fx-models").TagsPropertyValue;
|
59
|
+
"v-model"?: PropertyValueType<TagsPropertyDefinition>;
|
60
60
|
"onUpdate:modelValue"?: (value: PropertyValueType<TagsPropertyDefinition>) => void;
|
61
61
|
promotedTagOptions?: PromotedTagOptions;
|
62
62
|
displaySettings?: TagsDisplaySettings;
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
}>>, {}, {}, {}, {}, 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 & {
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
52
|
disabled?: boolean;
|
53
|
-
"v-model"?: TextPropertyValue;
|
54
53
|
modelValue?: TextPropertyValue;
|
54
|
+
"v-model"?: TextPropertyValue;
|
55
55
|
"onUpdate:modelValue"?: (value: TextPropertyValue) => void;
|
56
56
|
displaySettings?: TextDisplaySettings;
|
57
57
|
setupSettings?: never;
|
@@ -69,8 +69,8 @@ declare const _default: {
|
|
69
69
|
propsDefinition: Omit<Readonly<{} & {
|
70
70
|
disabled?: boolean;
|
71
71
|
styles?: typeof TimeEditorStyles;
|
72
|
-
"v-model"?: TimePropertyValue;
|
73
72
|
modelValue?: TimePropertyValue;
|
73
|
+
"v-model"?: TimePropertyValue;
|
74
74
|
displaySettings?: TimeDisplaySettings;
|
75
75
|
setupSettings?: never;
|
76
76
|
editorSettings?: TimeEditorSettings;
|
@@ -46,8 +46,8 @@ declare const _default: {
|
|
46
46
|
"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>>>;
|
47
47
|
}>>, {}, {}, {}, {}, 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 & {
|
48
48
|
propsDefinition: Omit<Readonly<{} & {
|
49
|
-
"v-model"?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any>>;
|
50
49
|
modelValue?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
50
|
+
"v-model"?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any>>;
|
51
51
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
52
52
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>) => void;
|
53
53
|
showLockConfiguration?: boolean;
|
@@ -46,8 +46,8 @@ declare const _default: {
|
|
46
46
|
"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>>>;
|
47
47
|
}>>, {}, {}, {}, {}, 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 & {
|
48
48
|
propsDefinition: Omit<Readonly<{} & {
|
49
|
-
"v-model"?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, PropertyEditorSettingsBase>>;
|
50
49
|
modelValue?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
50
|
+
"v-model"?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, PropertyEditorSettingsBase>>;
|
51
51
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
52
52
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>) => void;
|
53
53
|
showLockConfiguration?: boolean;
|
@@ -479,8 +479,8 @@ declare const _default: {
|
|
479
479
|
};
|
480
480
|
multiple?: boolean;
|
481
481
|
disabled?: boolean;
|
482
|
-
"v-model"?: PropertyRegistration;
|
483
482
|
modelValue?: PropertyRegistration;
|
483
|
+
"v-model"?: PropertyRegistration;
|
484
484
|
"onUpdate:modelValue"?: (value: PropertyRegistration) => any | void;
|
485
485
|
hideDetails?: boolean;
|
486
486
|
hideConfiguration?: boolean;
|
@@ -397,8 +397,8 @@ declare const _default: {
|
|
397
397
|
}>;
|
398
398
|
};
|
399
399
|
disabled?: boolean;
|
400
|
-
"v-model"?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
401
400
|
modelValue?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
401
|
+
"v-model"?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
402
402
|
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any | void;
|
403
403
|
editMode?: boolean;
|
404
404
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
@@ -367,8 +367,8 @@ declare const _default: {
|
|
367
367
|
};
|
368
368
|
}>;
|
369
369
|
};
|
370
|
-
"v-model"?: RichTextEditorExtensionRegistration[];
|
371
370
|
modelValue?: RichTextEditorExtensionRegistration[];
|
371
|
+
"v-model"?: RichTextEditorExtensionRegistration[];
|
372
372
|
"onUpdate:modelValue"?: (value: RichTextEditorExtensionRegistration[]) => any | void;
|
373
373
|
showEditorPreview?: boolean;
|
374
374
|
}>, never>;
|
@@ -190,8 +190,8 @@ declare const _default: {
|
|
190
190
|
width?: string | number;
|
191
191
|
headerClass?: string;
|
192
192
|
contentClass?: string;
|
193
|
-
"v-model"?: boolean;
|
194
193
|
modelValue?: boolean;
|
194
|
+
"v-model"?: boolean;
|
195
195
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
196
196
|
onSave?: () => Promise<boolean>;
|
197
197
|
disableSave?: boolean;
|
@@ -15,11 +15,11 @@ declare const _default: {
|
|
15
15
|
type: import("vue").PropType<ReactionVariants>;
|
16
16
|
required: false;
|
17
17
|
};
|
18
|
-
|
18
|
+
modelValue: {
|
19
19
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
20
20
|
required: false;
|
21
21
|
};
|
22
|
-
|
22
|
+
"v-model": {
|
23
23
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
24
24
|
required: false;
|
25
25
|
};
|
@@ -50,11 +50,11 @@ declare const _default: {
|
|
50
50
|
type: import("vue").PropType<ReactionVariants>;
|
51
51
|
required: false;
|
52
52
|
};
|
53
|
-
|
53
|
+
modelValue: {
|
54
54
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
55
55
|
required: false;
|
56
56
|
};
|
57
|
-
|
57
|
+
"v-model": {
|
58
58
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
59
59
|
required: false;
|
60
60
|
};
|
@@ -87,11 +87,11 @@ declare const _default: {
|
|
87
87
|
type: import("vue").PropType<ReactionVariants>;
|
88
88
|
required: false;
|
89
89
|
};
|
90
|
-
|
90
|
+
modelValue: {
|
91
91
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
92
92
|
required: false;
|
93
93
|
};
|
94
|
-
|
94
|
+
"v-model": {
|
95
95
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
96
96
|
required: false;
|
97
97
|
};
|
@@ -121,11 +121,11 @@ declare const _default: {
|
|
121
121
|
type: import("vue").PropType<ReactionVariants>;
|
122
122
|
required: false;
|
123
123
|
};
|
124
|
-
|
124
|
+
modelValue: {
|
125
125
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
126
126
|
required: false;
|
127
127
|
};
|
128
|
-
|
128
|
+
"v-model": {
|
129
129
|
type: import("vue").PropType<Required<IUserReaction>[]>;
|
130
130
|
required: false;
|
131
131
|
};
|
@@ -144,15 +144,15 @@ declare const _default: {
|
|
144
144
|
"reaction:selected": (value: Required<IUserReaction>) => true;
|
145
145
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
146
146
|
propsDefinition: Omit<Readonly<{} & {
|
147
|
-
|
147
|
+
modelValue?: Required<IUserReaction>[];
|
148
|
+
"v-model"?: Required<IUserReaction>[];
|
149
|
+
"onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
|
148
150
|
"v-slots"?: {
|
149
151
|
default?: import("../DefineVueTypings").Slot;
|
150
152
|
} & {
|
151
153
|
activator: () => JSX.Element;
|
152
154
|
};
|
153
|
-
|
154
|
-
modelValue?: Required<IUserReaction>[];
|
155
|
-
"onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
|
155
|
+
variant?: ReactionVariants;
|
156
156
|
stacked?: boolean;
|
157
157
|
}>, "onUpdate:modelValue" | "onReaction:added" | "onReaction:removed" | "onReaction:selected"> & {
|
158
158
|
"onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any;
|
@@ -404,8 +404,8 @@ declare const _default: {
|
|
404
404
|
};
|
405
405
|
label?: string;
|
406
406
|
disabled?: boolean;
|
407
|
-
"v-model"?: TimePeriodSettings;
|
408
407
|
modelValue?: TimePeriodSettings;
|
408
|
+
"v-model"?: TimePeriodSettings;
|
409
409
|
"onUpdate:modelValue"?: (value: TimePeriodSettings) => any | void;
|
410
410
|
hideDetails?: boolean;
|
411
411
|
min?: number;
|
@@ -442,8 +442,8 @@ declare const _default: {
|
|
442
442
|
};
|
443
443
|
label?: string;
|
444
444
|
disabled?: boolean;
|
445
|
-
"v-model"?: UrlPropertyValue;
|
446
445
|
modelValue?: UrlPropertyValue;
|
446
|
+
"v-model"?: UrlPropertyValue;
|
447
447
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any | void;
|
448
448
|
requiredWithValidator?: IValidator;
|
449
449
|
defaultUrlResolving?: boolean;
|
@@ -397,8 +397,8 @@ declare const _default: {
|
|
397
397
|
styles?: {
|
398
398
|
container?: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
399
399
|
};
|
400
|
-
"v-model"?: UserIdentity;
|
401
400
|
modelValue?: UserIdentity;
|
401
|
+
"v-model"?: UserIdentity;
|
402
402
|
"onUpdate:modelValue"?: (value: UserIdentity) => any | void;
|
403
403
|
offsetX?: number;
|
404
404
|
offsetY?: number;
|
@@ -577,15 +577,15 @@ declare const _default: {
|
|
577
577
|
container?: boolean;
|
578
578
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
579
579
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
580
|
-
|
580
|
+
modelValue?: boolean;
|
581
|
+
"v-model"?: boolean;
|
582
|
+
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
581
583
|
"v-slots"?: {
|
582
584
|
default?: import("../../../DefineVueTypings").Slot;
|
583
585
|
} & {
|
584
586
|
activator?: () => VNodeChild;
|
585
587
|
};
|
586
|
-
|
587
|
-
modelValue?: boolean;
|
588
|
-
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
588
|
+
variant?: Variant;
|
589
589
|
allowEdit?: boolean;
|
590
590
|
categoryFilters?: guid[];
|
591
591
|
renderTypeFilters?: guid[];
|
@@ -465,8 +465,8 @@ declare const _default: {
|
|
465
465
|
container?: boolean;
|
466
466
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
467
467
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
468
|
-
"v-model"?: VelcronDefinitionRegistration<object>;
|
469
468
|
modelValue?: VelcronDefinitionRegistration<object>;
|
469
|
+
"v-model"?: VelcronDefinitionRegistration<object>;
|
470
470
|
"onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any | void;
|
471
471
|
allowEdit?: boolean;
|
472
472
|
previewState?: VelcronState;
|
@@ -415,8 +415,8 @@ declare const _default: {
|
|
415
415
|
};
|
416
416
|
}>;
|
417
417
|
};
|
418
|
-
"v-model"?: VelcronAppDefinition<object>;
|
419
418
|
modelValue?: VelcronAppDefinition<object>;
|
419
|
+
"v-model"?: VelcronAppDefinition<object>;
|
420
420
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any | void;
|
421
421
|
location?: EditorLocation;
|
422
422
|
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, VelcronEditor, ContainerBlueprint, BackgroundDefinition, ContainerVariant, IconBlueprint, ButtonBlueprint } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import {
|
2
|
+
import { VelcronComponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
4
|
import { DynamicState, VelcronDefinition, VelcronEffects, useVelcronThemingStore } from "..";
|
5
5
|
import { guid, PropertyConfiguration, PropertyValue, PropertyDefinition, PropertySetupBase } from "@omnia/fx/models";
|
@@ -65,7 +65,7 @@ export interface VelcronRenderContext {
|
|
65
65
|
};
|
66
66
|
components?: Array<VelcronCustomComponentDefinition>;
|
67
67
|
properties?: {
|
68
|
-
[name: string]: VelcronPrimitiveType |
|
68
|
+
[name: string]: VelcronPrimitiveType | VelcronComponentArrayType;
|
69
69
|
};
|
70
70
|
computed?: {
|
71
71
|
[name: string]: Array<string>;
|
@@ -314,6 +314,7 @@ export interface VelcronLottieDefinition extends VelcronDefinition {
|
|
314
314
|
export interface VelcronSlidePanelDefinition extends VelcronDefinition {
|
315
315
|
type: "slide-panel";
|
316
316
|
slidesPerView?: VelcronBindableProp<number>;
|
317
|
+
delay?: VelcronBindableProp<number>;
|
317
318
|
pagination?: VelcronBindableProp<boolean>;
|
318
319
|
navigation?: VelcronBindableProp<boolean>;
|
319
320
|
scrollbar?: VelcronBindableProp<boolean>;
|
@@ -2,4 +2,4 @@ import { VelcronDefinition } from "@omnia/fx-models";
|
|
2
2
|
export type VelcronPrimitiveType = string | number | boolean;
|
3
3
|
export type VelcronArrayType<T> = Array<T>;
|
4
4
|
export type VelcronObjectType<T extends Object> = T;
|
5
|
-
export type
|
5
|
+
export type VelcronComponentArrayType = Array<VelcronDefinition>;
|
@@ -26,6 +26,7 @@ export declare class VelcronData {
|
|
26
26
|
static isUndefined(value: any): value is undefined;
|
27
27
|
static isArray(obj: any): obj is ExtendArray;
|
28
28
|
static isObject(value: any): value is object;
|
29
|
+
static hasValue(value: any): boolean;
|
29
30
|
static getDataType(value: any): VelcronDataTypes;
|
30
31
|
static extendObject(obj: any): any;
|
31
32
|
static propertyPathExists(obj: object, path: string): boolean;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { BuiltInComponentRenderers, ResolvedComponentRenderer, VelcronRenderContext } from "../models";
|
2
|
-
import { DynamicState, VelcronDefinition, VelcronRendererResolverReference } from "..";
|
2
|
+
import { DynamicState, VelcronDefinition, VelcronRendererResolverReference, VelcronResolverId } from "..";
|
3
3
|
export declare class VelcronRenderers {
|
4
4
|
private static components;
|
5
5
|
private static referenceResolvers;
|
@@ -8,9 +8,9 @@ export declare class VelcronRenderers {
|
|
8
8
|
static hasComponent(type: string): any;
|
9
9
|
static registerComponents(components: BuiltInComponentRenderers): void;
|
10
10
|
static getComponent(definition: VelcronDefinition, renderContext: VelcronRenderContext): ResolvedComponentRenderer;
|
11
|
-
static registerReferenceResolver(
|
12
|
-
static getReferenceResolver(
|
13
|
-
static hasReferenceResolver(
|
11
|
+
static registerReferenceResolver(resolverId: VelcronResolverId, resolverFunction: (reference: VelcronRendererResolverReference) => Promise<VelcronDefinition>): void;
|
12
|
+
static getReferenceResolver(resolverId: VelcronResolverId): (reference: VelcronRendererResolverReference) => Promise<VelcronDefinition>;
|
13
|
+
static hasReferenceResolver(resolverId: VelcronResolverId): boolean;
|
14
14
|
static definitionContainsCustomColorSchema(definition: VelcronDefinition): boolean;
|
15
15
|
static createNewRendererContext(currentRenderCtx: VelcronRenderContext, definition: VelcronDefinition, newViewModel?: DynamicState): VelcronRenderContext;
|
16
16
|
static ensureRenderContext(rendererInfo: ResolvedComponentRenderer, definition: VelcronDefinition, currentRenderCtx: VelcronRenderContext, newViewModel?: DynamicState): VelcronRenderContext;
|
@@ -1,10 +1,24 @@
|
|
1
1
|
import { VelcronBorder, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDefinitionHasOverflow, VelcronDimensions, VelcronEffects, VelcronRenderContext } from "../models";
|
2
2
|
import { VelcronUnitProvider } from "../models/VelcronUnitProvider";
|
3
|
-
import {
|
3
|
+
import { SpacingBlueprint, VelcronBindableProp, VelcronDefinition } from "..";
|
4
4
|
export declare class VelcronStyles {
|
5
5
|
static styleProvider: (baseStyles: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => any;
|
6
6
|
static effectsProvider: (effects: VelcronEffects, renderCtx: VelcronRenderContext) => VelcronEffects;
|
7
7
|
static unitProvider: VelcronUnitProvider;
|
8
|
+
spacingScaling: {
|
9
|
+
get: {
|
10
|
+
valueWithoutScale: (value: import("..").SpacingValue) => string | number;
|
11
|
+
scaleFromValue: (value: import("..").SpacingValue) => import("..").SpacingScale;
|
12
|
+
scale: (value: import("..").Spacing | import("..").SpacingValue) => import("..").SpacingScale;
|
13
|
+
};
|
14
|
+
add: {
|
15
|
+
scaleToValue: (value: import("..").SpacingValue, scale: import("..").SpacingScale) => string | number;
|
16
|
+
fallBackScale: (value: import("..").SpacingValue, scale: import("..").SpacingScale) => string | number;
|
17
|
+
};
|
18
|
+
has: {
|
19
|
+
scaling: (value: import("..").SpacingValue) => boolean;
|
20
|
+
};
|
21
|
+
};
|
8
22
|
static registerStyleProvider(fn: (styleBase: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => object | string, unitProvider: VelcronUnitProvider): void;
|
9
23
|
static registerEffectsProvider(fn: (effects: VelcronEffects, renderCtx: VelcronRenderContext) => VelcronEffects): void;
|
10
24
|
static applyEffects(definition: VelcronDefinitionHasEffects, renderCtx: VelcronRenderContext, applyTo: (effects: VelcronEffects) => any): any;
|
@@ -12,8 +26,8 @@ export declare class VelcronStyles {
|
|
12
26
|
static insertBorderRadiusStyles(styleBase: any, settings: VelcronDimensions): void;
|
13
27
|
static insertBorderStyles(styleBase: any, borderSettings: VelcronBorder, renderCtx: VelcronRenderContext): void;
|
14
28
|
static create(definition: VelcronDefinition, renderCtx: VelcronRenderContext): object | string;
|
15
|
-
static applySpacingDimension(value: string | number, spacing:
|
29
|
+
static applySpacingDimension(value: string | number, spacing: SpacingBlueprint): string | number;
|
16
30
|
static applyOverflow(definition: VelcronDefinitionHasOverflow, renderCtx: VelcronRenderContext, styleBase: any): void;
|
17
|
-
static applySpacingStyles<T>(spacing: VelcronBindableProp<T>, renderCtx: VelcronRenderContext, styleBase: any, spacingDef:
|
31
|
+
static applySpacingStyles<T>(spacing: VelcronBindableProp<T>, renderCtx: VelcronRenderContext, styleBase: any, spacingDef: SpacingBlueprint, styleType: string, objectIsDatabound?: (obj: T) => void, additionalPropsToDataBind?: object): void;
|
18
32
|
static dataBindStyles(styles: object, renderCtx: VelcronRenderContext): object;
|
19
33
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ContainerBlueprint, ContainerVariant, ThemeDefinitionV2, TypographySize, TypographySizes, TypographyType, TypographyTypes
|
1
|
+
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ContainerBlueprint, ContainerVariant, ThemeDefinitionV2, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "..";
|
2
2
|
export declare const useVelcronThemingStore: (newStateWithName?: string) => {
|
3
3
|
state: {
|
4
4
|
currentTheme: ThemeDefinitionV2;
|
@@ -7,7 +7,7 @@ export declare const useVelcronThemingStore: (newStateWithName?: string) => {
|
|
7
7
|
componentBlueprints: () => void;
|
8
8
|
containerBlueprint: (type: ContainerVariant | ContainerBlueprint | string) => any;
|
9
9
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("..").ColorSchema;
|
10
|
-
spacing: (
|
10
|
+
spacing: () => import("..").SpacingBlueprint;
|
11
11
|
typography: (typographyType: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => any;
|
12
12
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
13
13
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("..").ColorDefinition;
|