@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
@@ -16,6 +16,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
16
16
|
id: string;
|
17
17
|
pluginContext: import("..").FlowEditorPluginContext;
|
18
18
|
selectedRange: Range;
|
19
|
+
storedRange: Range;
|
19
20
|
showPlaceHolder: boolean;
|
20
21
|
definitionSelector: {
|
21
22
|
show: boolean;
|
@@ -36,6 +37,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
36
37
|
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
37
38
|
onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPluginContext>;
|
38
39
|
onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
40
|
+
onMutatedStoredRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
39
41
|
onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
40
42
|
onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
41
43
|
show: boolean;
|
@@ -83,9 +85,10 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
83
85
|
};
|
84
86
|
selection: {
|
85
87
|
subscribe(fn: (result: {
|
86
|
-
|
87
|
-
|
88
|
-
|
88
|
+
capture: () => void;
|
89
|
+
store: () => void;
|
90
|
+
revertToStored: () => void;
|
91
|
+
ensure: () => void;
|
89
92
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
93
|
};
|
91
94
|
plugin: {
|
@@ -165,7 +168,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
165
168
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
166
169
|
};
|
167
170
|
actions: {
|
168
|
-
|
171
|
+
captureSelection: () => void;
|
169
172
|
};
|
170
173
|
formatting: {
|
171
174
|
add: (element: HTMLElement) => void;
|
@@ -274,9 +277,10 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
274
277
|
};
|
275
278
|
};
|
276
279
|
selection: () => {
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
+
capture: () => void;
|
281
|
+
store: () => void;
|
282
|
+
revertToStored: () => void;
|
283
|
+
ensure: () => void;
|
280
284
|
};
|
281
285
|
plugin: () => {
|
282
286
|
register: {
|
@@ -342,7 +346,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
342
346
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
343
347
|
};
|
344
348
|
actions: {
|
345
|
-
|
349
|
+
captureSelection: () => void;
|
346
350
|
};
|
347
351
|
formatting: {
|
348
352
|
add: (element: HTMLElement) => void;
|
@@ -456,6 +460,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
456
460
|
id: string;
|
457
461
|
pluginContext: import("..").FlowEditorPluginContext;
|
458
462
|
selectedRange: Range;
|
463
|
+
storedRange: Range;
|
459
464
|
showPlaceHolder: boolean;
|
460
465
|
definitionSelector: {
|
461
466
|
show: boolean;
|
@@ -476,6 +481,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
476
481
|
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
477
482
|
onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPluginContext>;
|
478
483
|
onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
484
|
+
onMutatedStoredRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
479
485
|
onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
480
486
|
onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
481
487
|
show: boolean;
|
@@ -523,9 +529,10 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
523
529
|
};
|
524
530
|
selection: {
|
525
531
|
subscribe(fn: (result: {
|
526
|
-
|
527
|
-
|
528
|
-
|
532
|
+
capture: () => void;
|
533
|
+
store: () => void;
|
534
|
+
revertToStored: () => void;
|
535
|
+
ensure: () => void;
|
529
536
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
530
537
|
};
|
531
538
|
plugin: {
|
@@ -605,7 +612,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
605
612
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
606
613
|
};
|
607
614
|
actions: {
|
608
|
-
|
615
|
+
captureSelection: () => void;
|
609
616
|
};
|
610
617
|
formatting: {
|
611
618
|
add: (element: HTMLElement) => void;
|
@@ -714,9 +721,10 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
714
721
|
};
|
715
722
|
};
|
716
723
|
selection: () => {
|
717
|
-
|
718
|
-
|
719
|
-
|
724
|
+
capture: () => void;
|
725
|
+
store: () => void;
|
726
|
+
revertToStored: () => void;
|
727
|
+
ensure: () => void;
|
720
728
|
};
|
721
729
|
plugin: () => {
|
722
730
|
register: {
|
@@ -782,7 +790,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
782
790
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
783
791
|
};
|
784
792
|
actions: {
|
785
|
-
|
793
|
+
captureSelection: () => void;
|
786
794
|
};
|
787
795
|
formatting: {
|
788
796
|
add: (element: HTMLElement) => void;
|
@@ -907,6 +915,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
907
915
|
id: string;
|
908
916
|
pluginContext: import("..").FlowEditorPluginContext;
|
909
917
|
selectedRange: Range;
|
918
|
+
storedRange: Range;
|
910
919
|
showPlaceHolder: boolean;
|
911
920
|
definitionSelector: {
|
912
921
|
show: boolean;
|
@@ -927,6 +936,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
927
936
|
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
928
937
|
onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPluginContext>;
|
929
938
|
onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
939
|
+
onMutatedStoredRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
930
940
|
onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
931
941
|
onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
932
942
|
show: boolean;
|
@@ -974,9 +984,10 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
974
984
|
};
|
975
985
|
selection: {
|
976
986
|
subscribe(fn: (result: {
|
977
|
-
|
978
|
-
|
979
|
-
|
987
|
+
capture: () => void;
|
988
|
+
store: () => void;
|
989
|
+
revertToStored: () => void;
|
990
|
+
ensure: () => void;
|
980
991
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
981
992
|
};
|
982
993
|
plugin: {
|
@@ -1056,7 +1067,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1056
1067
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
1057
1068
|
};
|
1058
1069
|
actions: {
|
1059
|
-
|
1070
|
+
captureSelection: () => void;
|
1060
1071
|
};
|
1061
1072
|
formatting: {
|
1062
1073
|
add: (element: HTMLElement) => void;
|
@@ -1165,9 +1176,10 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1165
1176
|
};
|
1166
1177
|
};
|
1167
1178
|
selection: () => {
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1179
|
+
capture: () => void;
|
1180
|
+
store: () => void;
|
1181
|
+
revertToStored: () => void;
|
1182
|
+
ensure: () => void;
|
1171
1183
|
};
|
1172
1184
|
plugin: () => {
|
1173
1185
|
register: {
|
@@ -1233,7 +1245,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1233
1245
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
1234
1246
|
};
|
1235
1247
|
actions: {
|
1236
|
-
|
1248
|
+
captureSelection: () => void;
|
1237
1249
|
};
|
1238
1250
|
formatting: {
|
1239
1251
|
add: (element: HTMLElement) => void;
|
@@ -1358,6 +1370,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1358
1370
|
id: string;
|
1359
1371
|
pluginContext: import("..").FlowEditorPluginContext;
|
1360
1372
|
selectedRange: Range;
|
1373
|
+
storedRange: Range;
|
1361
1374
|
showPlaceHolder: boolean;
|
1362
1375
|
definitionSelector: {
|
1363
1376
|
show: boolean;
|
@@ -1378,6 +1391,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1378
1391
|
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
1379
1392
|
onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPluginContext>;
|
1380
1393
|
onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
1394
|
+
onMutatedStoredRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
1381
1395
|
onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
1382
1396
|
onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
1383
1397
|
show: boolean;
|
@@ -1425,9 +1439,10 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1425
1439
|
};
|
1426
1440
|
selection: {
|
1427
1441
|
subscribe(fn: (result: {
|
1428
|
-
|
1429
|
-
|
1430
|
-
|
1442
|
+
capture: () => void;
|
1443
|
+
store: () => void;
|
1444
|
+
revertToStored: () => void;
|
1445
|
+
ensure: () => void;
|
1431
1446
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1432
1447
|
};
|
1433
1448
|
plugin: {
|
@@ -1507,7 +1522,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1507
1522
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
1508
1523
|
};
|
1509
1524
|
actions: {
|
1510
|
-
|
1525
|
+
captureSelection: () => void;
|
1511
1526
|
};
|
1512
1527
|
formatting: {
|
1513
1528
|
add: (element: HTMLElement) => void;
|
@@ -1616,9 +1631,10 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1616
1631
|
};
|
1617
1632
|
};
|
1618
1633
|
selection: () => {
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1634
|
+
capture: () => void;
|
1635
|
+
store: () => void;
|
1636
|
+
revertToStored: () => void;
|
1637
|
+
ensure: () => void;
|
1622
1638
|
};
|
1623
1639
|
plugin: () => {
|
1624
1640
|
register: {
|
@@ -1684,7 +1700,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1684
1700
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
1685
1701
|
};
|
1686
1702
|
actions: {
|
1687
|
-
|
1703
|
+
captureSelection: () => void;
|
1688
1704
|
};
|
1689
1705
|
formatting: {
|
1690
1706
|
add: (element: HTMLElement) => void;
|
@@ -1809,6 +1825,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1809
1825
|
id: string;
|
1810
1826
|
pluginContext: import("..").FlowEditorPluginContext;
|
1811
1827
|
selectedRange: Range;
|
1828
|
+
storedRange: Range;
|
1812
1829
|
showPlaceHolder: boolean;
|
1813
1830
|
definitionSelector: {
|
1814
1831
|
show: boolean;
|
@@ -1829,6 +1846,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1829
1846
|
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
1830
1847
|
onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<import("..").FlowEditorPluginContext>;
|
1831
1848
|
onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
1849
|
+
onMutatedStoredRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
1832
1850
|
onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
1833
1851
|
onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
1834
1852
|
show: boolean;
|
@@ -1876,9 +1894,10 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1876
1894
|
};
|
1877
1895
|
selection: {
|
1878
1896
|
subscribe(fn: (result: {
|
1879
|
-
|
1880
|
-
|
1881
|
-
|
1897
|
+
capture: () => void;
|
1898
|
+
store: () => void;
|
1899
|
+
revertToStored: () => void;
|
1900
|
+
ensure: () => void;
|
1882
1901
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1883
1902
|
};
|
1884
1903
|
plugin: {
|
@@ -1958,7 +1977,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
1958
1977
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
1959
1978
|
};
|
1960
1979
|
actions: {
|
1961
|
-
|
1980
|
+
captureSelection: () => void;
|
1962
1981
|
};
|
1963
1982
|
formatting: {
|
1964
1983
|
add: (element: HTMLElement) => void;
|
@@ -2067,9 +2086,10 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
2067
2086
|
};
|
2068
2087
|
};
|
2069
2088
|
selection: () => {
|
2070
|
-
|
2071
|
-
|
2072
|
-
|
2089
|
+
capture: () => void;
|
2090
|
+
store: () => void;
|
2091
|
+
revertToStored: () => void;
|
2092
|
+
ensure: () => void;
|
2073
2093
|
};
|
2074
2094
|
plugin: () => {
|
2075
2095
|
register: {
|
@@ -2135,7 +2155,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
2135
2155
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
2136
2156
|
};
|
2137
2157
|
actions: {
|
2138
|
-
|
2158
|
+
captureSelection: () => void;
|
2139
2159
|
};
|
2140
2160
|
formatting: {
|
2141
2161
|
add: (element: HTMLElement) => void;
|
@@ -390,6 +390,9 @@ declare const _default: {
|
|
390
390
|
};
|
391
391
|
};
|
392
392
|
};
|
393
|
+
modelValue?: Identity[];
|
394
|
+
"v-model"?: Identity[];
|
395
|
+
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
393
396
|
"v-slots"?: {
|
394
397
|
default?: import("../DefineVueTypings").Slot;
|
395
398
|
} & {
|
@@ -399,9 +402,6 @@ declare const _default: {
|
|
399
402
|
identities: Array<IResolvedIdentity>;
|
400
403
|
}) => VNodeChild;
|
401
404
|
};
|
402
|
-
"v-model"?: Identity[];
|
403
|
-
modelValue?: Identity[];
|
404
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
405
405
|
hidePresence?: boolean;
|
406
406
|
imageOnly?: boolean;
|
407
407
|
hideImage?: boolean;
|
@@ -90,8 +90,8 @@ declare const _default: {
|
|
90
90
|
};
|
91
91
|
}>> & {
|
92
92
|
onAdd?: (identity: Identity) => any;
|
93
|
-
onRemove?: (identity: Identity) => any;
|
94
93
|
onDoc$?: (description?: string) => any;
|
94
|
+
onRemove?: (identity: Identity) => any;
|
95
95
|
onCloseDialog?: () => any;
|
96
96
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
97
97
|
closeDialog: () => void;
|
@@ -189,8 +189,8 @@ declare const _default: {
|
|
189
189
|
};
|
190
190
|
}>> & {
|
191
191
|
onAdd?: (identity: Identity) => any;
|
192
|
-
onRemove?: (identity: Identity) => any;
|
193
192
|
onDoc$?: (description?: string) => any;
|
193
|
+
onRemove?: (identity: Identity) => any;
|
194
194
|
onCloseDialog?: () => any;
|
195
195
|
}, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
196
196
|
P: {};
|
@@ -288,8 +288,8 @@ declare const _default: {
|
|
288
288
|
};
|
289
289
|
}>> & {
|
290
290
|
onAdd?: (identity: Identity) => any;
|
291
|
-
onRemove?: (identity: Identity) => any;
|
292
291
|
onDoc$?: (description?: string) => any;
|
292
|
+
onRemove?: (identity: Identity) => any;
|
293
293
|
onCloseDialog?: () => any;
|
294
294
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
295
295
|
__isFragment?: never;
|
@@ -384,8 +384,8 @@ declare const _default: {
|
|
384
384
|
};
|
385
385
|
}>> & {
|
386
386
|
onAdd?: (identity: Identity) => any;
|
387
|
-
onRemove?: (identity: Identity) => any;
|
388
387
|
onDoc$?: (description?: string) => any;
|
388
|
+
onRemove?: (identity: Identity) => any;
|
389
389
|
onCloseDialog?: () => any;
|
390
390
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
391
391
|
closeDialog: () => void;
|
@@ -402,8 +402,8 @@ declare const _default: {
|
|
402
402
|
identityStore?: IIdentityPickerStore;
|
403
403
|
disabled?: Boolean;
|
404
404
|
businessProfileId?: string;
|
405
|
-
"v-model"?: Identity[];
|
406
405
|
modelValue?: Identity[];
|
406
|
+
"v-model"?: Identity[];
|
407
407
|
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
408
408
|
providerIds?: guid[];
|
409
409
|
emailEnabled?: BoolFilter;
|
@@ -715,8 +715,8 @@ declare const _default: {
|
|
715
715
|
identityStore?: IIdentityPickerStore;
|
716
716
|
disabled?: boolean;
|
717
717
|
businessProfileId?: string;
|
718
|
-
"v-model"?: boolean;
|
719
718
|
modelValue?: boolean;
|
719
|
+
"v-model"?: boolean;
|
720
720
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
721
721
|
showMenu?: boolean;
|
722
722
|
location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
@@ -519,10 +519,10 @@ declare const _default: {
|
|
519
519
|
multiple?: boolean;
|
520
520
|
disabled?: boolean;
|
521
521
|
businessProfileId?: string;
|
522
|
-
ariaInvalid?: boolean;
|
523
|
-
"v-model"?: Identity[];
|
524
522
|
modelValue?: Identity[];
|
523
|
+
"v-model"?: Identity[];
|
525
524
|
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
525
|
+
ariaInvalid?: boolean;
|
526
526
|
ariaDescribedby?: string;
|
527
527
|
providerIds?: guid[];
|
528
528
|
emailEnabled?: BoolFilter;
|
@@ -496,10 +496,10 @@ declare const _default: {
|
|
496
496
|
identityStore?: IIdentityPickerStore;
|
497
497
|
multiple?: boolean;
|
498
498
|
disabled?: boolean;
|
499
|
-
ariaInvalid?: boolean;
|
500
|
-
"v-model"?: Identity[];
|
501
499
|
modelValue?: Identity[];
|
500
|
+
"v-model"?: Identity[];
|
502
501
|
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
502
|
+
ariaInvalid?: boolean;
|
503
503
|
ariaDescribedby?: string;
|
504
504
|
providerIds?: guid[];
|
505
505
|
emailEnabled?: BoolFilter;
|
@@ -465,8 +465,8 @@ declare const _default: {
|
|
465
465
|
mandatory?: 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"?: MediaScalingSettings;
|
469
468
|
modelValue?: MediaScalingSettings;
|
469
|
+
"v-model"?: MediaScalingSettings;
|
470
470
|
"onUpdate:modelValue"?: (value: MediaScalingSettings) => any | void;
|
471
471
|
group?: boolean;
|
472
472
|
}>, "onUpdate:modelValue" | "onUpdate:add" | "onUpdate:delete"> & {
|
@@ -493,12 +493,12 @@ declare const _default: {
|
|
493
493
|
styles?: {
|
494
494
|
wrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
495
495
|
};
|
496
|
+
modelValue?: Language;
|
497
|
+
"v-model"?: Language;
|
498
|
+
"onUpdate:modelValue"?: (value: Language) => any | void;
|
496
499
|
"v-slots"?: {
|
497
500
|
default?: import("../DefineVueTypings").Slot;
|
498
501
|
} & LanguageSlots;
|
499
|
-
"v-model"?: Language;
|
500
|
-
modelValue?: Language;
|
501
|
-
"onUpdate:modelValue"?: (value: Language) => any | void;
|
502
502
|
clearable?: boolean;
|
503
503
|
hideDisplayFlag?: boolean;
|
504
504
|
hideDisplayName?: boolean;
|
@@ -73,8 +73,8 @@ declare const _default: {
|
|
73
73
|
"update:modelValue": (value: FillDefinition) => true;
|
74
74
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
75
75
|
propsDefinition: Omit<Readonly<{} & {
|
76
|
-
"v-model"?: FillDefinition;
|
77
76
|
modelValue?: FillDefinition;
|
77
|
+
"v-model"?: FillDefinition;
|
78
78
|
"onUpdate:modelValue"?: (value: FillDefinition) => any | void;
|
79
79
|
}>, "onUpdate:modelValue"> & {
|
80
80
|
"onUpdate:modelValue"?: (value: FillDefinition) => any;
|
@@ -90,8 +90,8 @@ declare const _default: {
|
|
90
90
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
91
91
|
propsDefinition: Omit<Readonly<{} & {
|
92
92
|
settings?: SectionSettings;
|
93
|
-
step?: SectionItem<SteppedSectionItemSettings>;
|
94
93
|
themeTargetId?: string;
|
94
|
+
step?: SectionItem<SteppedSectionItemSettings>;
|
95
95
|
designRender?: boolean;
|
96
96
|
layoutId?: string;
|
97
97
|
useScrollMargingFix?: boolean;
|
@@ -526,8 +526,8 @@ declare const _default: {
|
|
526
526
|
placeholder?: string;
|
527
527
|
noWrap?: boolean;
|
528
528
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
529
|
-
"v-model"?: string;
|
530
529
|
modelValue?: string;
|
530
|
+
"v-model"?: string;
|
531
531
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
532
532
|
getApi?: (store: ReturnType<typeof useMarkdownEditorStore>) => void;
|
533
533
|
plugins?: [object];
|
@@ -534,14 +534,14 @@ declare const _default: {
|
|
534
534
|
};
|
535
535
|
providerContext?: MediaPickerStorageProviderContext;
|
536
536
|
settings?: MediaPickerImageSettings;
|
537
|
+
modelValue?: boolean;
|
538
|
+
"v-model"?: boolean;
|
539
|
+
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
537
540
|
"v-slots"?: {
|
538
541
|
default?: import("../../DefineVueTypings").Slot;
|
539
542
|
} & {
|
540
543
|
activator?: () => VNodeChild;
|
541
544
|
};
|
542
|
-
"v-model"?: boolean;
|
543
|
-
modelValue?: boolean;
|
544
|
-
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
545
545
|
selectableMediaTypes?: MediaPickerEnums.OmniaMediaTypes[];
|
546
546
|
providerConfiguration?: (providers: MediaPickerProvider[]) => MediaPickerProvider[];
|
547
547
|
selectedMedia?: SelectedMedia;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronPropertyDefinitionValue } from "@omnia/fx-models";
|
1
|
+
import { DynamicState, VelcronPropertyDefinitionValue, VelcronRendererResolverReference } from "@omnia/fx-models";
|
2
2
|
import { IDataSourcePropertySelection } from "../properties/models/PropertyPicker";
|
3
3
|
export interface VelcronPropertyDefinitionValueResolver {
|
4
4
|
source?: IDataSourcePropertySelection;
|
@@ -6,3 +6,10 @@ export interface VelcronPropertyDefinitionValueResolver {
|
|
6
6
|
export interface VelcronPropertyEditorValue<T extends VelcronPropertyDefinitionValueResolver | VelcronPropertyDefinitionValue> {
|
7
7
|
[key: string]: T;
|
8
8
|
}
|
9
|
+
export interface ItemState {
|
10
|
+
reference: VelcronRendererResolverReference;
|
11
|
+
state?: DynamicState;
|
12
|
+
}
|
13
|
+
export interface ItemsState {
|
14
|
+
items: Array<ItemState>;
|
15
|
+
}
|
@@ -78,10 +78,10 @@ declare const _default: {
|
|
78
78
|
}>;
|
79
79
|
};
|
80
80
|
}>> & {
|
81
|
-
onLayout?: (event: any) => any;
|
82
81
|
onScroll?: (event: any) => any;
|
83
82
|
onError?: (err: string) => any;
|
84
83
|
onConfiguration?: (event: any) => any;
|
84
|
+
onLayout?: (event: any) => any;
|
85
85
|
onBlur?: () => any;
|
86
86
|
onChange?: (value: string, event: any) => any;
|
87
87
|
onFocus?: () => any;
|
@@ -205,10 +205,10 @@ declare const _default: {
|
|
205
205
|
}>;
|
206
206
|
};
|
207
207
|
}>> & {
|
208
|
-
onLayout?: (event: any) => any;
|
209
208
|
onScroll?: (event: any) => any;
|
210
209
|
onError?: (err: string) => any;
|
211
210
|
onConfiguration?: (event: any) => any;
|
211
|
+
onLayout?: (event: any) => any;
|
212
212
|
onBlur?: () => any;
|
213
213
|
onChange?: (value: string, event: any) => any;
|
214
214
|
onFocus?: () => any;
|
@@ -314,10 +314,10 @@ declare const _default: {
|
|
314
314
|
}>;
|
315
315
|
};
|
316
316
|
}>> & {
|
317
|
-
onLayout?: (event: any) => any;
|
318
317
|
onScroll?: (event: any) => any;
|
319
318
|
onError?: (err: string) => any;
|
320
319
|
onConfiguration?: (event: any) => any;
|
320
|
+
onLayout?: (event: any) => any;
|
321
321
|
onBlur?: () => any;
|
322
322
|
onChange?: (value: string, event: any) => any;
|
323
323
|
onFocus?: () => any;
|
@@ -420,10 +420,10 @@ declare const _default: {
|
|
420
420
|
}>;
|
421
421
|
};
|
422
422
|
}>> & {
|
423
|
-
onLayout?: (event: any) => any;
|
424
423
|
onScroll?: (event: any) => any;
|
425
424
|
onError?: (err: string) => any;
|
426
425
|
onConfiguration?: (event: any) => any;
|
426
|
+
onLayout?: (event: any) => any;
|
427
427
|
onBlur?: () => any;
|
428
428
|
onChange?: (value: string, event: any) => any;
|
429
429
|
onFocus?: () => any;
|
@@ -534,8 +534,8 @@ declare const _default: {
|
|
534
534
|
};
|
535
535
|
theme?: string;
|
536
536
|
options?: editor.IStandaloneEditorConstructionOptions;
|
537
|
-
"v-model"?: string;
|
538
537
|
modelValue?: string;
|
538
|
+
"v-model"?: string;
|
539
539
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
540
540
|
language?: string;
|
541
541
|
}>, "onFocus" | "onBlur" | "onError" | "onScroll" | "onChange" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
@@ -199,10 +199,10 @@ declare const _default: {
|
|
199
199
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
200
200
|
toned?: boolean;
|
201
201
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
202
|
-
variant?: "default" | "dialog" | "editor" | "app";
|
203
|
-
"v-model"?: boolean;
|
204
202
|
modelValue?: boolean;
|
203
|
+
"v-model"?: boolean;
|
205
204
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
205
|
+
variant?: "default" | "dialog" | "editor" | "app";
|
206
206
|
overrides?: object;
|
207
207
|
location?: "left" | "right" | "top" | "start" | "end" | "bottom";
|
208
208
|
customWidth?: number;
|
@@ -217,8 +217,8 @@ declare const _default: {
|
|
217
217
|
disabled?: boolean;
|
218
218
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
219
219
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
220
|
-
"v-model"?: number;
|
221
220
|
modelValue?: number;
|
221
|
+
"v-model"?: number;
|
222
222
|
"onUpdate:modelValue"?: (value: number) => any | void;
|
223
223
|
prevIcon?: string | FunctionalComponent<{}, {}, any, {}>;
|
224
224
|
nextIcon?: string | FunctionalComponent<{}, {}, any, {}>;
|
@@ -222,8 +222,8 @@ declare const _default: {
|
|
222
222
|
disabled?: boolean;
|
223
223
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
224
224
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
225
|
-
"v-model"?: any;
|
226
225
|
modelValue?: any;
|
226
|
+
"v-model"?: any;
|
227
227
|
"onUpdate:modelValue"?: (value: any) => any | void;
|
228
228
|
rules?: ValidationRule[];
|
229
229
|
readonly?: boolean;
|
@@ -292,10 +292,10 @@ declare const _default: {
|
|
292
292
|
direction?: "horizontal" | "vertical";
|
293
293
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
294
294
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
295
|
-
variant?: "default" | "prominent";
|
296
|
-
"v-model"?: [number, number];
|
297
295
|
modelValue?: [number, number];
|
296
|
+
"v-model"?: [number, number];
|
298
297
|
"onUpdate:modelValue"?: (value: [number, number]) => any | void;
|
298
|
+
variant?: "default" | "prominent";
|
299
299
|
hint?: string;
|
300
300
|
persistentHint?: boolean;
|
301
301
|
max?: string | number;
|
@@ -400,15 +400,15 @@ declare const _default: {
|
|
400
400
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
401
401
|
items?: any[];
|
402
402
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
403
|
+
modelValue?: any[];
|
404
|
+
"v-model"?: any[];
|
405
|
+
"onUpdate:modelValue"?: (value: any[]) => any | void;
|
403
406
|
"v-slots"?: {
|
404
407
|
default?: import("../../DefineVueTypings").Slot;
|
405
408
|
} & {
|
406
409
|
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
407
410
|
itemToolTip?: (item: any) => VNodeChild;
|
408
411
|
};
|
409
|
-
"v-model"?: any[];
|
410
|
-
modelValue?: any[];
|
411
|
-
"onUpdate:modelValue"?: (value: any[]) => any | void;
|
412
412
|
itemValue?: string;
|
413
413
|
"v-model:expanded"?: any[];
|
414
414
|
"onUpdate:expanded"?: (value: any[]) => any | void;
|