@omnia/fx 8.0.471-dev → 8.0.473-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/index.d.ts +0 -1
  4. package/internal-do-not-import-from-here/services/shared-mobile/MediaPickerService.d.ts +19 -0
  5. package/internal-do-not-import-from-here/services/shared-mobile/index.d.ts +1 -0
  6. package/internal-do-not-import-from-here/stores/MSTeamsStore.d.ts +0 -1
  7. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +2 -2
  8. package/internal-do-not-import-from-here/stores/index.d.ts +0 -1
  9. package/internal-do-not-import-from-here/stores/mediapicker/Utils/ImageInformationUtils.d.ts +12 -0
  10. package/internal-do-not-import-from-here/stores/mediapicker/Utils/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/stores/mediapicker/handlers/Utils/utils.d.ts +1 -3
  12. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/filter.d.ts +0 -1
  13. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/flip.d.ts +0 -1
  14. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +0 -1
  15. package/internal-do-not-import-from-here/stores/shared-mobile/MediaPickerStore.d.ts +33 -0
  16. package/internal-do-not-import-from-here/stores/shared-mobile/index.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/blades/HomeBlade.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/admin/settings/blades/HomeBlade.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/typography/store/TypographyEditorStore.d.ts +4 -4
  27. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintViewer.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/store/SpacingPickerStore.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintViewer.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/aurora/components/typography/TextStyleEditor.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TextStyleEditorStore.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/button/Button.d.ts +5 -5
  49. package/internal-do-not-import-from-here/ux/button/IButton.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +7 -7
  51. package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +3 -3
  52. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
  54. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_old.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +0 -1
  62. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/filepicker/FilePickerRenderer.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +3 -3
  69. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
  80. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
  81. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +4 -4
  83. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -0
  84. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -4
  89. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/BlueprintStyling.d.ts +6 -0
  90. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/index.d.ts +2 -0
  91. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +58 -0
  92. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
  95. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/oxide/fab/{FloatingActionButton..d.ts → FloatingActionButton.d.ts} +1 -1
  98. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
  99. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
  102. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/oxide/panel/store/PanelStore.d.ts +4 -4
  104. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
  119. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  120. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +2 -2
  125. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  126. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
  129. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
  132. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +1 -1
  133. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
  134. package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
  135. package/package.json +2 -2
  136. package/internal-do-not-import-from-here/services/MediaPickerService.d.ts +0 -41
  137. package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +0 -37
  138. package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +0 -6
@@ -5,10 +5,10 @@ declare const _default: {
5
5
  type: import("vue").PropType<TextBlueprint>;
6
6
  };
7
7
  size: {
8
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
8
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | TextStyleSizes | "xl" | "m" | "xs">;
9
9
  };
10
10
  typography: {
11
- type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
11
+ type: import("vue").PropType<"text" | "display" | TextStyleTypes | "headline" | "title" | "label" | "variants">;
12
12
  };
13
13
  toned: {
14
14
  type: import("vue").PropType<boolean>;
@@ -29,10 +29,10 @@ declare const _default: {
29
29
  type: import("vue").PropType<TextBlueprint>;
30
30
  };
31
31
  size: {
32
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
32
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | TextStyleSizes | "xl" | "m" | "xs">;
33
33
  };
34
34
  typography: {
35
- type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
35
+ type: import("vue").PropType<"text" | "display" | TextStyleTypes | "headline" | "title" | "label" | "variants">;
36
36
  };
37
37
  toned: {
38
38
  type: import("vue").PropType<boolean>;
@@ -50,10 +50,10 @@ declare const _default: {
50
50
  type: import("vue").PropType<TextBlueprint>;
51
51
  };
52
52
  size: {
53
- type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
53
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | TextStyleSizes | "xl" | "m" | "xs">;
54
54
  };
55
55
  typography: {
56
- type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
56
+ type: import("vue").PropType<"text" | "display" | TextStyleTypes | "headline" | "title" | "label" | "variants">;
57
57
  };
58
58
  toned: {
59
59
  type: import("vue").PropType<boolean>;
@@ -66,9 +66,9 @@ declare const _default: {
66
66
  propsDefinition: Omit<Readonly<{
67
67
  value: string;
68
68
  } & {
69
- typography?: "display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes;
69
+ typography?: "text" | "display" | TextStyleTypes | "headline" | "title" | "label" | "variants";
70
70
  blueprint?: TextBlueprint;
71
- size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
71
+ size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | TextStyleSizes | "xl" | "m" | "xs";
72
72
  toned?: boolean;
73
73
  }>, never>;
74
74
  };
@@ -421,8 +421,8 @@ declare const _default: {
421
421
  };
422
422
  }>;
423
423
  };
424
- providerContext?: MediaPickerStorageProviderContext;
425
424
  settings?: MediaPickerImageSettings;
425
+ providerContext?: MediaPickerStorageProviderContext;
426
426
  modelValue?: boolean;
427
427
  "v-slots"?: {
428
428
  default?: import("../../DefineVueTypings").Slot;
@@ -9,7 +9,7 @@ declare const _default: {
9
9
  type: import("vue").PropType<string>;
10
10
  };
11
11
  sourceImage: {
12
- type: import("vue").PropType<MediaPickerTransformedBase64Image | MediaPickerBase64Image>;
12
+ type: import("vue").PropType<MediaPickerBase64Image | MediaPickerTransformedBase64Image>;
13
13
  };
14
14
  containerId: {
15
15
  type: import("vue").PropType<string>;
@@ -39,7 +39,7 @@ declare const _default: {
39
39
  type: import("vue").PropType<string>;
40
40
  };
41
41
  sourceImage: {
42
- type: import("vue").PropType<MediaPickerTransformedBase64Image | MediaPickerBase64Image>;
42
+ type: import("vue").PropType<MediaPickerBase64Image | MediaPickerTransformedBase64Image>;
43
43
  };
44
44
  containerId: {
45
45
  type: import("vue").PropType<string>;
@@ -64,7 +64,7 @@ declare const _default: {
64
64
  type: import("vue").PropType<string>;
65
65
  };
66
66
  sourceImage: {
67
- type: import("vue").PropType<MediaPickerTransformedBase64Image | MediaPickerBase64Image>;
67
+ type: import("vue").PropType<MediaPickerBase64Image | MediaPickerTransformedBase64Image>;
68
68
  };
69
69
  containerId: {
70
70
  type: import("vue").PropType<string>;
@@ -84,7 +84,7 @@ declare const _default: {
84
84
  maxHeight?: number;
85
85
  maxWidth?: number;
86
86
  containerId?: string;
87
- sourceImage?: MediaPickerTransformedBase64Image | MediaPickerBase64Image;
87
+ sourceImage?: MediaPickerBase64Image | MediaPickerTransformedBase64Image;
88
88
  transformations?: string;
89
89
  isRollupRenditionCanvas?: boolean;
90
90
  }>, "onCanvasChanged"> & {
@@ -13,3 +13,4 @@ export * from "internal/fx/services/shared-mobile";
13
13
  export * from "internal/fx/stores/shared-mobile";
14
14
  export * from "internal/fx/ux/shared-mobile";
15
15
  export * from "internal/fx/ux/oxide/icon/shared-mobile";
16
+ export * from "internal/fx/ux/oxide/btn/shared-mobile";
@@ -49,5 +49,5 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
49
49
  "v-slots"?: {} & Omit<{
50
50
  default?: import("vue").Slot;
51
51
  }, never>;
52
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "grid" | "filled" | "required" | "disabled" | "styles" | "modelValue" | "emit:update:modelValue" | "v-model" | "autofocus" | "multilingualContext" | "richTextSettings" | "multipleLines" | "validationOn"> & import("@omnia/fx/ux").VNodeEvents) => any;
52
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "grid" | "label" | "filled" | "required" | "disabled" | "styles" | "modelValue" | "emit:update:modelValue" | "v-model" | "autofocus" | "multilingualContext" | "richTextSettings" | "multipleLines" | "validationOn"> & import("@omnia/fx/ux").VNodeEvents) => any;
53
53
  export default _default;
@@ -37,5 +37,5 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
37
37
  "v-slots"?: {} & Omit<{
38
38
  default?: import("vue").Slot;
39
39
  }, never>;
40
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "label" | "grid" | "disabled" | "modelValue" | "items" | "rules" | "emit:update:modelValue" | "v-model" | "autofocus" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon" | "emit:selectItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
40
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "grid" | "label" | "disabled" | "modelValue" | "items" | "rules" | "emit:update:modelValue" | "v-model" | "autofocus" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon" | "emit:selectItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
41
41
  export default _default;
@@ -4,7 +4,7 @@ import { VNodeChild } from "vue";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
5
  items?: ActionDefinition[];
6
6
  } & {
7
- padding?: SpacingValue | Spacing;
7
+ padding?: Spacing | SpacingValue;
8
8
  } & {
9
9
  gapX?: SpacingValue;
10
10
  } & DefineEmit<"click:item", (item: ActionDefinition, index: number) => void, "Emits when an item is clicked"> & DefineEmit<"valueChanged", (item: ActionSwitchDefinition) => true> & DefineSlot<"item", (item: ActionDefinition, index: number) => VNodeChild> & DefineSlot<"menuItem", (item: ActionDefinition, index: number) => VNodeChild>> & {
@@ -11,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AppBarProps>
11
11
  } & Omit<{
12
12
  default?: import("vue").Slot;
13
13
  }, "actionButtons">;
14
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "colorSchemaType" | "variant" | "filled" | "class" | "id" | "absolute" | "closable" | "emit:click:navigation" | "colors" | "navigation" | "subTitle" | "emit:click:close" | "navigationExpanded" | "slot:actionButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "colorSchemaType" | "variant" | "filled" | "class" | "id" | "absolute" | "closable" | "emit:click:navigation" | "colors" | "navigation" | "subTitle" | "emit:click:close" | "navigationExpanded" | "slot:actionButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
15
  export default _default;
@@ -1,11 +1,12 @@
1
- import { ButtonIconOptions, OOxideButtonPresets, ButtonTooltipOptions, OSizeTypes, OIconAnimations, ButtonBlueprint, OButtonVariants, ButtonBlueprintVariant } from "@omnia/fx-models";
2
- import { DefinePropTheming, DefineProp, DefineEmit } from "@omnia/fx/ux";
3
- type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OOxideButtonPresets, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", ButtonTooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button. Only works with icon buttons."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"transparent", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button."> & DefineEmit<"click", (e: MouseEvent) => void>;
1
+ import { DefineEmit, DefineProp, DefinePropTheming } from "@omnia/fx/ux";
2
+ import { ButtonIconOptions, TooltipOptions } from "internal/fx/models/shared-mobile";
3
+ import { ButtonBlueprint, ButtonBlueprintVariant, OButtonPreset, OButtonVariants, OIconAnimations, OSizeTypes } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
+ type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OButtonPreset, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", TooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button. Only works with icon buttons."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"transparent", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button."> & DefineEmit<"click", (e: MouseEvent) => void>;
4
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps> & {
5
6
  onClick?: (e: MouseEvent) => any;
6
7
  } & {
7
8
  "v-slots"?: {} & Omit<{
8
9
  default?: import("vue").Slot;
9
10
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "colorSchemaType" | "variant" | "active" | "size" | "class" | "block" | "target" | "href" | "transparent" | "tooltip" | "disabled" | "loading" | "slim" | "colors" | "overrides" | "preset" | "grouped" | "toned" | "transparentHover" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "colorSchemaType" | "variant" | "active" | "size" | "class" | "block" | "target" | "href" | "transparent" | "tooltip" | "disabled" | "loading" | "slim" | "colors" | "grouped" | "toned" | "transparentHover" | "overrides" | "preset" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
12
  export default _default;
@@ -0,0 +1,6 @@
1
+ import { useColorSchemaStore } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
2
+ import { ButtonBlueprint, TextStyleDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
+ export declare namespace BlueprintStyling {
4
+ function getIconButtonStylex(blueprint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>, iconSizeDefinition: TextStyleDefinition, slim: boolean): Readonly<import("@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/styles").StylexValue>;
5
+ function getTextButtonStylex(blueprint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>, slim: boolean): Readonly<import("@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/styles").StylexValue>;
6
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./useBtnComponent";
2
+ export * from "./BlueprintStyling";
@@ -0,0 +1,58 @@
1
+ import { ButtonIconOptions, TooltipOptions } from "internal/fx/models/shared-mobile";
2
+ import { InternalColorSchemaStoreType, useColorSchemaStore } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
3
+ import { StylexValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/styles";
4
+ import { ButtonBlueprint, ButtonBlueprintVariant, guid, HorizontalAlignments, OButtonVariants, OSizeTypes, TextStyleSizes, VelcronAppDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
5
+ type PropType = {
6
+ icon?: ButtonIconOptions;
7
+ blueprint?: ButtonBlueprint | ButtonBlueprintVariant;
8
+ text?: string;
9
+ tooltip?: TooltipOptions;
10
+ toned?: boolean;
11
+ size?: OSizeTypes;
12
+ variant?: OButtonVariants;
13
+ grouped?: boolean;
14
+ transparentHover?: boolean;
15
+ slim?: boolean;
16
+ disabled?: boolean;
17
+ };
18
+ export declare const useBtnComponent: () => {
19
+ state: {
20
+ text: string;
21
+ blueprint: ButtonBlueprint;
22
+ hasCustomBlueprint: boolean;
23
+ variant: "link" | "toolbar" | "primary" | "warn" | "close" | "default" | "accent" | "dial" | "overlay";
24
+ iconSettings: {
25
+ icon: ButtonIconOptions;
26
+ position: HorizontalAlignments;
27
+ };
28
+ reactivityTrigger: guid;
29
+ tooltip: TooltipOptions;
30
+ size: "small" | "x-small" | "large" | "default" | "x-large";
31
+ textSize: TextStyleSizes;
32
+ grouped: boolean;
33
+ toned: boolean;
34
+ transparent: boolean;
35
+ transparentHover: boolean;
36
+ slim: boolean;
37
+ velcronDefinition: VelcronAppDefinition<object>;
38
+ };
39
+ actions: import("@omnia/fx-models/internal-do-not-import-from-here/shared").StoreReturnDefineAction<{
40
+ setIconButtonBlueprint: <TProps extends {
41
+ blueprint?: ButtonBlueprint | ButtonBlueprintVariant;
42
+ }>(props: TProps) => void;
43
+ init<TProps extends PropType>(props: TProps): void;
44
+ update<TProps extends PropType>(props: TProps, viewTemplateHandler?: () => void, presetHandler?: () => void): void;
45
+ styleIconButton<TProps extends PropType>(props: TProps, colors: InternalColorSchemaStoreType): {
46
+ buttonStylex: Readonly<StylexValue>;
47
+ blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").IconBlueprint;
48
+ };
49
+ styleTextButton<TProps extends PropType>(props: TProps, colors: InternalColorSchemaStoreType): Readonly<StylexValue>;
50
+ setWrapper(fn: (grouped: boolean, disabled: any, colors: ReturnType<typeof useColorSchemaStore>) => Readonly<StylexValue>): void;
51
+ }>;
52
+ get: {
53
+ readonly isIconOnly: boolean;
54
+ };
55
+ } & {
56
+ dispose?: () => void;
57
+ };
58
+ export {};
@@ -13,5 +13,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ChipProps> &
13
13
  } & Omit<{
14
14
  default?: import("vue").Slot;
15
15
  }, "appendAvatar" | "appendIcon" | "prependAvatar" | "prependIcon">;
16
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "label" | "color" | "blueprint" | "colorSchemaType" | "size" | "disabled" | "closable" | "gradient" | "colors" | "toned" | "emit:click:close" | "sortable" | "slot:prependAvatar" | "slot:appendAvatar" | "slot:prependIcon" | "slot:appendIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "color" | "blueprint" | "label" | "colorSchemaType" | "size" | "disabled" | "closable" | "gradient" | "colors" | "toned" | "emit:click:close" | "sortable" | "slot:prependAvatar" | "slot:appendAvatar" | "slot:prependIcon" | "slot:appendIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
17
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ColumnGridPr
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "xs" | "xl" | "lg" | "md" | "sm" | "alignSelf" | "margin" | "padding" | "colorSchemaType" | "variant" | "filled" | "class" | "cols" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "alignSelf" | "margin" | "padding" | "xl" | "xs" | "lg" | "md" | "sm" | "colorSchemaType" | "variant" | "filled" | "class" | "cols" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -3,7 +3,7 @@ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel } f
3
3
  import { VNodeChild } from "vue";
4
4
  export * from "./Dialog.stylex";
5
5
  export type DialogLocation = "left" | "center" | "right";
6
- type DialogProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"toned", boolean, false, false, "If dialog is toned"> & DefineVModel<"", boolean, false, null, false, "The v-model of the component."> & DefineProp<"persistent", boolean, false, false, "Specify if the dialog is closed if clicked outside of the dialog."> & DefineProp<"eager", boolean, false, false, "Forces the component’s content to render when it mounts."> & DefineProp<"title", string, false, null, "Specify the title of the dialog."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the dialog and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the dialog. This is almost mandatory and is used to hightlight the dialog context."> & DefineProp<"hiddenCloseButton", boolean, false, false, "Hide the close button of the dialog."> & DefineProp<"backButton", boolean, false, false, "I a back button is displayed to close the dialog."> & DefineProp<"size", ODialogSizes, false, "medium", "Specify the size of the dialog. Default is mediumsize."> & DefineProp<"attach", string, false, null, "Specifies which DOM element the overlay content should teleport to."> & DefineProp<"variant", ODialogTypes, false, "default", "Applies a distinct style to the component."> & DefineProp<"contentHeight", OContentHeight, false, "static", "Sets the content responsive strategy for the dialog . With dynamic it will adapt to the content height. This should only be used with content that does not change size."> & DefineProp<"customScrolling", boolean, false, false, "Disables the default scrolling behavior of the dialog. This should be used when the dialog contains a custom scrollable element such as a o.tab or a component with custom scrollable requirements."> & DefineProp<"horizontalScroll", boolean, false, false, "Adds a horizontal scrollbar to the dialog. This should be used when the dialog contains a custom vertiacl scrollable element such as a <o-journey> or a component with custom scrollable requirements."> & DefineProp<"journey", boolean, false, false, "The dialog is a journey dialog where the header supports navigation."> & DefineProp<"canClose", (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>, false, null, "Function that can control if the dialog is allowed to be closed. When the promise is resolved the dialog will close. If the promise is rejected the dialog will not close."> & DefineProp<"canBack", (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>, false, null, "Function that can control if the dialog is allowed to be closed. When the promise is resolved the dialog will close. If the promise is rejected the dialog will not close."> & DefineProp<"buttonApi", (confirm: ODialogButtonInstance, cancel: ODialogButtonInstance) => void, false, null, "Function that can get reference to the buttons to control the state of them."> & DefineSlot<"fixedContent", () => VNodeChild> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"headerButtons", () => VNodeChild> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"navigation", (apis: {
6
+ type DialogProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"toned", boolean, false, false, "If dialog is toned"> & DefineVModel<"", boolean, false, null, false, "The v-model of the component."> & DefineProp<"persistent", boolean, false, false, "Specify if the dialog is closed if clicked outside of the dialog."> & DefineProp<"eager", boolean, false, false, "Forces the component’s content to render when it mounts."> & DefineProp<"title", string, false, null, "Specify the title of the dialog."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the dialog and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the dialog. This is almost mandatory and is used to hightlight the dialog context."> & DefineProp<"hiddenCloseButton", boolean, false, false, "Hide the close button of the dialog."> & DefineProp<"disabledFullScreenOnMobile", boolean, false, false, "Not allow auto full sreen on mobile."> & DefineProp<"backButton", boolean, false, false, "I a back button is displayed to close the dialog."> & DefineProp<"size", ODialogSizes, false, "medium", "Specify the size of the dialog. Default is mediumsize."> & DefineProp<"attach", string, false, null, "Specifies which DOM element the overlay content should teleport to."> & DefineProp<"variant", ODialogTypes, false, "default", "Applies a distinct style to the component."> & DefineProp<"contentHeight", OContentHeight, false, "static", "Sets the content responsive strategy for the dialog . With dynamic it will adapt to the content height. This should only be used with content that does not change size."> & DefineProp<"customScrolling", boolean, false, false, "Disables the default scrolling behavior of the dialog. This should be used when the dialog contains a custom scrollable element such as a o.tab or a component with custom scrollable requirements."> & DefineProp<"horizontalScroll", boolean, false, false, "Adds a horizontal scrollbar to the dialog. This should be used when the dialog contains a custom vertiacl scrollable element such as a <o-journey> or a component with custom scrollable requirements."> & DefineProp<"journey", boolean, false, false, "The dialog is a journey dialog where the header supports navigation."> & DefineProp<"canClose", (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>, false, null, "Function that can control if the dialog is allowed to be closed. When the promise is resolved the dialog will close. If the promise is rejected the dialog will not close."> & DefineProp<"canBack", (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>, false, null, "Function that can control if the dialog is allowed to be closed. When the promise is resolved the dialog will close. If the promise is rejected the dialog will not close."> & DefineProp<"buttonApi", (confirm: ODialogButtonInstance, cancel: ODialogButtonInstance) => void, false, null, "Function that can get reference to the buttons to control the state of them."> & DefineSlot<"fixedContent", () => VNodeChild> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"headerButtons", () => VNodeChild> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"navigation", (apis: {
7
7
  hideNavigation: () => void;
8
8
  showNavigation: () => void;
9
9
  }) => VNodeChild> & DefineSlot<"header", () => VNodeChild> & DefineEmit<"click:close", () => void> & DefineEmit<"click:cancel", () => void> & DefineEmit<"click:confirm", () => void> & DefineEmit<"click:backButton", () => void> & DefineProp<"location", DialogLocation, false, "center", "Sets location of the dialog.">;
@@ -27,5 +27,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DialogProps>
27
27
  } & Omit<{
28
28
  default?: import("vue").Slot;
29
29
  }, "actions" | "header" | "activator" | "navigation" | "fixedContent" | "headerButtons">;
30
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "colorSchemaType" | "variant" | "size" | "class" | "persistent" | "eager" | "location" | "modelValue" | "attach" | "slot:actions" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "journey" | "subTitle" | "hiddenCloseButton" | "backButton" | "contentHeight" | "customScrolling" | "horizontalScroll" | "canClose" | "canBack" | "buttonApi" | "slot:fixedContent" | "slot:activator" | "slot:headerButtons" | "slot:navigation" | "slot:header" | "emit:click:close" | "emit:click:cancel" | "emit:click:confirm" | "emit:click:backButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
30
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "colorSchemaType" | "variant" | "size" | "class" | "persistent" | "eager" | "location" | "modelValue" | "attach" | "slot:actions" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "journey" | "subTitle" | "hiddenCloseButton" | "disabledFullScreenOnMobile" | "backButton" | "contentHeight" | "customScrolling" | "horizontalScroll" | "canClose" | "canBack" | "buttonApi" | "slot:fixedContent" | "slot:activator" | "slot:headerButtons" | "slot:navigation" | "slot:header" | "emit:click:close" | "emit:click:cancel" | "emit:click:confirm" | "emit:click:backButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
31
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DividerProps
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "variant" | "vertical" | "class" | "toned" | "labelSize" | "labelType"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "variant" | "vertical" | "class" | "toned" | "labelSize" | "labelType"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -11,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ExpansionPan
11
11
  } & Omit<{
12
12
  default?: import("vue").Slot;
13
13
  }, "actions" | "default" | "header" | "prepend">;
14
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "colorSchemaType" | "class" | "eager" | "density" | "slot:actions" | "colors" | "toned" | "slot:header" | "slot:prepend" | "slot:default" | "hideExpandIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "colorSchemaType" | "class" | "eager" | "density" | "slot:actions" | "colors" | "toned" | "slot:header" | "slot:prepend" | "slot:default" | "hideExpandIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
15
  export default _default;
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FabProps> &
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "colorSchemaType" | "variant" | "active" | "size" | "class" | "block" | "disabled" | "modelValue" | "stacked" | "app" | "emit:update:modelValue" | "v-model" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "colorSchemaType" | "variant" | "active" | "size" | "class" | "app" | "block" | "disabled" | "modelValue" | "stacked" | "emit:update:modelValue" | "v-model" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -1,6 +1,6 @@
1
- import { IIcon, OIconSizes, ColorType, OIconAnimations, IconBlueprint, IconTooltipOptions, OIconVariants } from "@omnia/fx-models";
2
- import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
3
- type IconProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, false, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"icon", IIcon, false, null, "The icon to be displayed."> & DefineProp<"toned", boolean, false, false> & DefineProp<"colorType", ColorType, false, null, "Sets the colorType to use for the icons. Default is onBase."> & DefineProp<"variant", OIconVariants, false, null, "Sets the variant of the icon."> & DefineProp<"tooltip", IconTooltipOptions, false, null, "Sets tooltip to display when hovering the icon."> & DefineProp<"size", OIconSizes, false, null, "Sets the height and width of the icon. Should be used as default."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering."> & DefineProp<"customSize", number, false, null, "Sets a custom height and width of the icon. Should be used only as an exception."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"blueprint", IconBlueprint, false, null, "Sets a custom blueprint for the icon.">;
1
+ import { ColorType, IconBlueprint, IIcon, OIconAnimations, OIconSizes, OIconVariants, TooltipOptions } from "@omnia/fx-models";
2
+ import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
3
+ type IconProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, false, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"icon", IIcon, false, null, "The icon to be displayed."> & DefineProp<"toned", boolean, false, false> & DefineProp<"colorType", ColorType, false, null, "Sets the colorType to use for the icons. Default is onBase."> & DefineProp<"variant", OIconVariants, false, null, "Sets the variant of the icon."> & DefineProp<"tooltip", TooltipOptions, false, null, "Sets tooltip to display when hovering the icon."> & DefineProp<"size", OIconSizes, false, null, "Sets the height and width of the icon. Should be used as default."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering."> & DefineProp<"customSize", number, false, null, "Sets a custom height and width of the icon. Should be used only as an exception."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"blueprint", IconBlueprint, false, null, "Sets a custom blueprint for the icon.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<IconProps> & {} & {
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
@@ -31,5 +31,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<OListItemPro
31
31
  } & Omit<{
32
32
  default?: import("vue").Slot;
33
33
  }, "title" | "default" | "append" | "prepend" | "subtitle">;
34
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "colorSchemaType" | "variant" | "active" | "class" | "disabled" | "colors" | "divider" | "slot:append" | "slot:prepend" | "slot:title" | "subtitle" | "expandableHeight" | "selected" | "isDragMode" | "slot:default" | "slot:subtitle" | "emit:click:delete" | "emit:click:remove" | "emit:click:navigate" | "emit:click:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
34
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "colorSchemaType" | "variant" | "active" | "class" | "disabled" | "colors" | "divider" | "slot:append" | "slot:prepend" | "slot:title" | "subtitle" | "expandableHeight" | "selected" | "isDragMode" | "slot:default" | "slot:subtitle" | "emit:click:delete" | "emit:click:remove" | "emit:click:navigate" | "emit:click:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
35
  export default _default;
@@ -24,5 +24,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
24
  "v-slots"?: {} & Omit<{
25
25
  default?: import("vue").Slot;
26
26
  }, never>;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variants" | "transition" | "animate" | "initial" | "hover" | "exit" | "inView" | "press" | "inViewOptions" | "emit:click:someThing"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "transition" | "variants" | "animate" | "initial" | "hover" | "exit" | "inView" | "press" | "inViewOptions" | "emit:click:someThing"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
28
  export default _default;
@@ -17,7 +17,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
17
17
  } & {
18
18
  overrides?: object;
19
19
  } & {
20
- variant?: "default" | "dialog" | "editor" | "app";
20
+ variant?: "default" | "app" | "dialog" | "editor";
21
21
  } & {
22
22
  customWidth?: number;
23
23
  } & {
@@ -32,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
32
32
  "v-slots"?: {} & Omit<{
33
33
  default?: import("vue").Slot;
34
34
  }, never>;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "class" | "location" | "modelValue" | "emit:update:modelValue" | "v-model" | "colors" | "overrides" | "toned" | "customWidth" | "temporary" | "disableResizeWatcher" | "disableRouteWatcher"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "class" | "location" | "modelValue" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "overrides" | "customWidth" | "temporary" | "disableResizeWatcher" | "disableRouteWatcher"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
36
  export default _default;
@@ -6,5 +6,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PanelProps>
6
6
  "v-slots"?: {} & Omit<{
7
7
  default?: import("vue").Slot;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "margin" | "padding" | "colorSchemaType" | "variant" | "filled" | "class" | "colors" | "toned" | "titleSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "padding" | "title" | "colorSchemaType" | "variant" | "filled" | "class" | "colors" | "toned" | "titleSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;
@@ -3,7 +3,7 @@ export declare const usePanelStore: () => {
3
3
  get: {
4
4
  typography: {
5
5
  readonly type: TextStyleTypes;
6
- readonly size: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
6
+ readonly size: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | TextStyleSizes | "xl" | "m" | "xs";
7
7
  readonly toned: boolean;
8
8
  };
9
9
  readonly padding: Spacing | SpacingValue;
@@ -12,10 +12,10 @@ export declare const usePanelStore: () => {
12
12
  onClickEvent: any;
13
13
  settings: {
14
14
  variant: "tab" | "default" | "dialog" | "tab-vertical";
15
- padding: SpacingValue | Spacing;
16
- margin: SpacingValue | Spacing;
15
+ padding: Spacing | SpacingValue;
16
+ margin: Spacing | SpacingValue;
17
17
  title: string;
18
- titleSize: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
18
+ titleSize: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | TextStyleSizes | "xl" | "m" | "xs";
19
19
  toned: boolean;
20
20
  };
21
21
  };
@@ -16,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps>
16
16
  } & Omit<{
17
17
  default?: import("vue").Slot;
18
18
  }, "actions" | "activator" | "selectedItemRenderer">;
19
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "label" | "blueprint" | "grid" | "maxHeight" | "actions" | "variant" | "class" | "disabled" | "modelValue" | "slot:actions" | "emit:update:modelValue" | "v-model" | "toned" | "placeholder" | "slot:activator" | "searchable" | "emit:search" | "getApi" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint" | "grid" | "maxHeight" | "actions" | "label" | "variant" | "class" | "disabled" | "modelValue" | "slot:actions" | "emit:update:modelValue" | "v-model" | "toned" | "placeholder" | "slot:activator" | "searchable" | "emit:search" | "getApi" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
20
  export default _default;
@@ -167,9 +167,9 @@ declare const _default: {
167
167
  container: boolean;
168
168
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
169
169
  propsDefinition: Omit<Readonly<{} & {
170
- label?: string;
171
170
  inline?: boolean;
172
171
  container?: boolean;
172
+ label?: string;
173
173
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
174
174
  class?: String | String[];
175
175
  disabled?: boolean;
@@ -228,9 +228,9 @@ declare const _default: {
228
228
  container: boolean;
229
229
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
230
230
  propsDefinition: Omit<Readonly<{} & {
231
- label?: string;
232
231
  direction?: "vertical" | "horizontal";
233
232
  container?: boolean;
233
+ label?: string;
234
234
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
235
235
  variant?: "default" | "prominent";
236
236
  class?: String | String[];
@@ -19,5 +19,5 @@ declare const _default: <TItem extends readonly any[], TReturnObject extends boo
19
19
  "v-slots"?: (OSelectProps<TItem, TReturnObject> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never) & Omit<{
20
20
  default?: import("vue").Slot;
21
21
  }, keyof (OSelectProps<TItem, TReturnObject> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never)>;
22
- } & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "blueprint" | "maxHeight" | "error" | "colorSchemaType" | "variant" | "class" | "multiple" | "disabled" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "multiSelectionStyle" | "emit:update:search" | "slot:append-item" | "itemDeletable" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "label" | "error" | "colorSchemaType" | "variant" | "class" | "multiple" | "disabled" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "multiSelectionStyle" | "emit:update:search" | "slot:append-item" | "itemDeletable" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
23
23
  export default _default;
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SliderProps>
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "direction" | "colorSchemaType" | "variant" | "class" | "max" | "modelValue" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "min" | "step" | "precision" | "unitLabel" | "noThumbLabel" | "showTicks" | "ticks" | "tickSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "direction" | "label" | "colorSchemaType" | "variant" | "class" | "max" | "modelValue" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "min" | "step" | "precision" | "unitLabel" | "noThumbLabel" | "showTicks" | "ticks" | "tickSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -27,5 +27,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
27
27
  } & Omit<{
28
28
  default?: import("vue").Slot;
29
29
  }, "title">;
30
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "disabled" | "eager" | "reverseTransition" | "rules" | "complete" | "subTitle" | "slot:title" | "editable" | "hideIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
30
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "disabled" | "eager" | "reverseTransition" | "rules" | "complete" | "subTitle" | "slot:title" | "editable" | "hideIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
31
  export default _default;
@@ -1,5 +1,5 @@
1
- import { DefineProp, DefinePropTheming, DefineType, DefineVModel, ExtractProps, ValidationRule } from "@omnia/fx/ux";
2
1
  import { OSwitchVariants, TooltipPosition } from "@omnia/fx-models";
2
+ import { DefineProp, DefinePropTheming, DefineType, DefineVModel, ExtractProps, ValidationRule } from "@omnia/fx/ux";
3
3
  export interface SwitchTooltipOptions {
4
4
  text: string;
5
5
  element?: JSX.Element;
@@ -14,5 +14,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabProps> &
14
14
  } & Omit<{
15
15
  default?: import("vue").Slot;
16
16
  }, "itemRendering">;
17
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "colorSchemaType" | "variant" | "class" | "disabled" | "eager" | "colors" | "slot:itemRendering" | "notificationCount"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "colorSchemaType" | "variant" | "class" | "disabled" | "eager" | "colors" | "slot:itemRendering" | "notificationCount"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
18
  export default _default;
@@ -13,5 +13,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextAreaProp
13
13
  } & Omit<{
14
14
  default?: import("vue").Slot;
15
15
  }, "append-inner">;
16
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "color" | "colorSchemaType" | "variant" | "class" | "rows" | "disabled" | "modelValue" | "readonly" | "errorMessages" | "rules" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "placeholder" | "autofocus" | "textBlueprint" | "slot:append-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "autoGrow"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "label" | "colorSchemaType" | "variant" | "class" | "rows" | "disabled" | "modelValue" | "readonly" | "errorMessages" | "rules" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "placeholder" | "autofocus" | "textBlueprint" | "slot:append-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "autoGrow"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
17
  export default _default;
@@ -17,5 +17,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ToolbarProps
17
17
  } & Omit<{
18
18
  default?: import("vue").Slot;
19
19
  }, "title" | "prepend" | "customButtons">;
20
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "colorSchemaType" | "variant" | "class" | "closeButton" | "colors" | "toned" | "subTitle" | "backButton" | "emit:click:close" | "divider" | "slot:prepend" | "emit:click:back" | "slot:title" | "slot:customButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "colorSchemaType" | "variant" | "class" | "closeButton" | "colors" | "toned" | "subTitle" | "backButton" | "emit:click:close" | "divider" | "slot:prepend" | "emit:click:back" | "slot:title" | "slot:customButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
21
  export default _default;
@@ -50,7 +50,7 @@ declare const _default: <T extends Object>(props: import("@omnia/fx/ux").Extract
50
50
  } & {
51
51
  checkNodeToMove?: (item: T) => boolean;
52
52
  } & {
53
- padding?: SpacingValue | Spacing;
53
+ padding?: Spacing | SpacingValue;
54
54
  } & {
55
55
  indentation?: SpacingValue;
56
56
  } & DefineSlot<"title", (title: string) => VNodeChild, "Appends content after label.."> & DefineSlot<"appendInnerItem", (value: TreewViewItemSlot<T>) => VNodeChild, "Appends content after label.."> & DefineSlot<"prepend", (value: TreewViewItemSlot<T>) => VNodeChild, "Prepends content before label.."> & DefineEmit<"update:active", (items: T[]) => void>> & {
@@ -51,7 +51,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
51
51
  } & {
52
52
  checkNodeToMove?: (item: any) => boolean;
53
53
  } & {
54
- padding?: SpacingValue | Spacing;
54
+ padding?: Spacing | SpacingValue;
55
55
  } & {
56
56
  indentation?: SpacingValue;
57
57
  } & DefineSlot<"appendInnerItem", (item: any, index: Number) => VNodeChild, "Define a custom item action appearance."> & DefineSlot<"itemToolTip", (item: any) => VNodeChild, "Define tooltip for treeview icon"> & DefineEmit<"update:active", (items: Array<any>) => void>> & {
@@ -26,5 +26,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
26
26
  "v-slots"?: {} & Omit<{
27
27
  default?: import("vue").Slot;
28
28
  }, never>;
29
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "serviceId" | "disabled" | "settings" | "getApi" | "contextParams" | "onValueUpdated" | "onValueUpdating" | "hideSaveButton" | "dataSource"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings" | "serviceId" | "disabled" | "getApi" | "contextParams" | "onValueUpdated" | "onValueUpdating" | "hideSaveButton" | "dataSource"> & import("@omnia/fx/ux").VNodeEvents) => any;
30
30
  export default _default;
@@ -58,8 +58,8 @@ declare const _default: {
58
58
  onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
59
59
  }>>, {}, {}, {}, {}, 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 & {
60
60
  propsDefinition: Omit<Readonly<{} & {
61
- disabled?: boolean;
62
61
  settings?: EnterprisePropertyRichTextItemSettings;
62
+ disabled?: boolean;
63
63
  modelValue?: HtmlPropertyValue;
64
64
  "onUpdate:modelValue"?: (value: HtmlPropertyValue) => void;
65
65
  onVnodeBeforeMount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];