@omnia/fx 8.0.429-dev → 8.0.431-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 (152) hide show
  1. package/internal-do-not-import-from-here/core/Cookies.d.ts +2 -1
  2. package/internal-do-not-import-from-here/core/Provide.d.ts +0 -12
  3. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
  4. package/internal-do-not-import-from-here/core/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -3
  6. package/internal-do-not-import-from-here/index.d.ts +1 -2
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/loc/localize.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/CustomEmailSettings.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/EmailEnums.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +2 -1
  12. package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +13 -2
  15. package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +19 -1
  16. package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +4 -3
  17. package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +8 -0
  18. package/internal-do-not-import-from-here/ux/app/management/blades/PropertiesBlade.d.ts +9 -0
  19. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +4 -0
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InactiveList.d.ts +13 -0
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/OrphanedList.d.ts +13 -0
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/PendingList.d.ts +13 -0
  24. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/ButtonsEditorStore.d.ts +5 -5
  27. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/ComponentEditorStore.d.ts +6 -5
  28. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/ContainerFillsEditorStore.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/FillsEditorStore.d.ts +2 -0
  30. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/TextFillsEditorStore.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/store/ThemeEditorStore.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +4 -1
  33. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +10 -36
  34. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -3
  35. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +8 -2
  36. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStyleEditorStore.d.ts +33 -0
  37. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +36 -0
  38. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +4 -2
  39. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +9 -3
  40. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/store/TextColorPickerStore.d.ts +27 -0
  45. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/ComponentBlueprintStrategy.d.ts +10 -0
  46. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/FullBlueprint.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/LargeBlueprint.d.ts +2 -0
  48. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/MediumBlueprint.d.ts +2 -0
  49. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/NoneBlueprint.d.ts +2 -0
  50. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/SmallBlueprint.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/XSmallBlueprint.d.ts +2 -0
  52. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/index.d.ts +1 -0
  53. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/index.d.ts +1 -2
  54. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -3
  55. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorManager.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/index.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/aurora/store/ThemePreviewContextStore.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +36 -165
  63. package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +3 -3
  64. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +6 -6
  65. package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +2 -0
  66. package/internal-do-not-import-from-here/ux/iconpicker/v2/IconPicker.d.ts +21 -0
  67. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
  68. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -3
  69. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +9 -1
  71. package/internal-do-not-import-from-here/ux/oxide/actionmenu/store/ActionMenuStore.d.ts +7 -4
  72. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +2 -2
  76. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  77. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +84 -98
  78. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
  79. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/store/VelcronDefinitionPickerStore.d.ts +44 -0
  80. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  81. package/internal-do-not-import-from-here/wctypings.d.ts +27 -29
  82. package/package.json +2 -2
  83. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +0 -4
  84. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +0 -34
  85. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +0 -1
  86. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +0 -6
  87. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +0 -1
  88. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD2Blueprint.d.ts +0 -2
  89. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD3Blueprint.d.ts +0 -2
  90. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades/themedesigner → themedesigner}/ThemeDesigner.d.ts +0 -0
  91. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/chrome/Chrome.d.ts +0 -0
  92. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/ColorSchemasJourney.d.ts +0 -0
  93. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/store/ColorSchemaEditorStore.d.ts +0 -0
  95. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/BlueprintsJourney.d.ts +0 -0
  96. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/BlueprintPreview.d.ts +0 -0
  97. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/ButtonBladeEdit.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/ButtonsBlade.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/EditBlueprints.d.ts +0 -0
  100. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/HeaderBlade.d.ts +0 -0
  101. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/HeaderBladeEdit.d.ts +0 -0
  102. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/IconsBlade.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/IconsBladeEdit.d.ts +0 -0
  104. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/InputBlade.d.ts +0 -0
  105. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/InputBladeEdit.d.ts +0 -0
  106. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/TabBlade.d.ts +0 -0
  107. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/TabBladeEdit.d.ts +0 -0
  108. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/HeaderEditorStore.d.ts +0 -0
  109. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/IconsEditorStore.d.ts +0 -0
  110. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/InputEditorStore.d.ts +0 -0
  111. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/TabsEditorStore.d.ts +0 -0
  112. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/ContainerFillsBlade.stylex.d.ts +0 -0
  113. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/FillsJourney.d.ts +0 -0
  114. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/containerBlades/ContainerFillsBlade.d.ts +0 -0
  115. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/containerBlades/ContainerFillsEditBlade.d.ts +0 -0
  116. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/textBlades/TextFillsBlade.d.ts +0 -0
  117. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/textBlades/TextFillsEditBlade.d.ts +0 -0
  118. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/FontManager.d.ts +0 -0
  119. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/blade/FontDefinitionBlade.d.ts +0 -0
  120. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/store/FontManagerStore.d.ts +0 -0
  121. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/SpacingJourney.d.ts +0 -0
  122. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/blades/EditSpacingBlueprintBlade.d.ts +0 -0
  123. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/blades/EditSpacingDefinitionBlade.d.ts +0 -0
  124. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/store/SpacingEditorStore.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades/themedesigner → themedesigner}/store/ThemeDesignerStore.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/TemplatesJourney.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/ButtonTemplateEdit.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/ButtonTemplates.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/TabTemplateEdit.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/TabTemplates.d.ts +0 -0
  131. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/store/TemplateEditorStore.d.ts +0 -0
  132. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/ThemesJourney.d.ts +0 -0
  133. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditColorSchemasBlade.d.ts +0 -0
  134. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditThemeBlade.d.ts +0 -0
  135. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditThemeBladeStyles.stylex.d.ts +0 -0
  136. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/SelectionThemeBlade.d.ts +0 -0
  137. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/ViewThemeBlade.d.ts +0 -0
  138. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/models/Theme.d.ts +0 -0
  139. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/models/index.d.ts +0 -0
  140. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/store/ThemesJourneyStore.d.ts +0 -0
  141. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/TypographyJourney.d.ts +0 -0
  142. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditScaleBlade.d.ts +0 -0
  143. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTextStyleBlade.d.ts +0 -0
  144. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTextStylesBlade.d.ts +0 -0
  145. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTypographyBlueprintBlade.d.ts +0 -0
  146. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/SelectBreakpointBlade.d.ts +0 -0
  147. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/ViewTypeScaleBlade.d.ts +0 -0
  148. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontPicker.css.d.ts +0 -0
  149. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontPicker.d.ts +0 -0
  150. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontRegistration.d.ts +0 -0
  151. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/store/TypographyEditorStore.d.ts +0 -0
  152. /package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/{BlueprintStrategyBase.d.ts → components/BlueprintStrategyBase.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { ButtonBlueprint, ButtonBlueprintVariant } from "@omnia/fx-models";
1
+ import { BlueprintsStrategyBase, ButtonBlueprint, ButtonBlueprints, ButtonBlueprintVariant } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: ButtonBlueprint | ButtonBlueprintVariant) => void;
4
4
  } & {
@@ -15,6 +15,12 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
15
15
  toned?: boolean;
16
16
  } & {
17
17
  customStyling?: boolean;
18
+ } & {
19
+ blueprints?: ButtonBlueprints;
20
+ } & {
21
+ baseBlueprint?: ButtonBlueprints;
22
+ } & {
23
+ baseStrategy?: BlueprintsStrategyBase;
18
24
  } & {
19
25
  sampleText?: string;
20
26
  }> & {
@@ -23,5 +29,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
23
29
  "v-slots"?: {} & Omit<{
24
30
  default?: import("vue").Slot;
25
31
  }, never>;
26
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "placeholder" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "sampleText" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
32
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "placeholder" | "toned" | "blueprints" | "emit:update:modelValue" | "modelValue" | "v-model" | "sampleText" | "baseStrategy" | "customStyling" | "baseBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
33
  export default _default;
@@ -0,0 +1,33 @@
1
+ import { ButtonBlueprint, ButtonBlueprintVariant } from "@omnia/fx-models";
2
+ export declare const useButtonStyleEditorStore: () => {
3
+ state: {
4
+ internalModel: ButtonBlueprint;
5
+ upperCase: boolean;
6
+ defaultColorSchemaType: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
7
+ templateOption: string;
8
+ enableDynamicColor: boolean;
9
+ velcronTemplate: boolean;
10
+ settings: {
11
+ buttonLabel: string;
12
+ };
13
+ };
14
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
15
+ setTemplateOption: (value: string) => void;
16
+ updateName: (name: string) => void;
17
+ initState: (model: ButtonBlueprint | ButtonBlueprintVariant, buttonLabel: string) => void;
18
+ }>;
19
+ get: {};
20
+ datatTypes: {
21
+ templateOptions: {
22
+ title: string;
23
+ value: string;
24
+ }[];
25
+ };
26
+ rules: {
27
+ isAdvanceModeEnabled: () => boolean;
28
+ showInputField(): string | boolean;
29
+ isVelcronTemplate(): boolean;
30
+ };
31
+ } & {
32
+ dispose?: () => void;
33
+ };
@@ -0,0 +1,36 @@
1
+ import { BlueprintsStrategyBase, ButtonBlueprint, ButtonBlueprints, ButtonBlueprintVariant, VelcronAppDefinition } from "@omnia/fx-models";
2
+ export interface ButtonType {
3
+ id: string;
4
+ title: string;
5
+ }
6
+ export declare const useButtonStylePickerStore: () => {
7
+ state: {
8
+ showSelectionMenu: boolean;
9
+ internalModel: ButtonBlueprint | ButtonBlueprintVariant;
10
+ isIcon: boolean;
11
+ customDefinitionModel: ButtonBlueprint;
12
+ velcronDefinition: VelcronAppDefinition<object>;
13
+ blueprints: ButtonBlueprints;
14
+ baseStrategy: BlueprintsStrategyBase;
15
+ };
16
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
17
+ selectItem(value: ButtonBlueprint | ButtonBlueprintVariant): void;
18
+ initState: (model: ButtonBlueprint | ButtonBlueprintVariant, blueprints: ButtonBlueprints, baseStrategy: BlueprintsStrategyBase) => void;
19
+ }>;
20
+ get: {
21
+ blueprint: {
22
+ byButtonType: (button: ButtonType) => any;
23
+ fallbackBlueprint: (variant: ButtonBlueprintVariant) => any;
24
+ byVariant: (type: ButtonBlueprintVariant) => any;
25
+ };
26
+ };
27
+ rules: {
28
+ isDefaultBlueprint: (button: ButtonType) => boolean;
29
+ isPlaceHolder: (button: ButtonType) => boolean;
30
+ };
31
+ dataTypes: {
32
+ itemTypes: ButtonType[];
33
+ };
34
+ } & {
35
+ dispose?: () => void;
36
+ };
@@ -4,7 +4,9 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  } & {
5
5
  dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6
6
  } & {
7
- noColorSchema?: boolean;
7
+ noIcon?: boolean;
8
+ } & {
9
+ width?: string;
8
10
  } & {
9
11
  size?: "small" | "default";
10
12
  } & {
@@ -13,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
13
15
  "v-slots"?: {} & Omit<{
14
16
  default?: import("vue").Slot;
15
17
  }, never>;
16
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "size" | "dynamicColorSchemaType" | "colorReference" | "noColorSchema"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "width" | "size" | "dynamicColorSchemaType" | "colorReference" | "noIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
19
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ColorSchemaType, ColorValue, ThemedColorValue } from "@omnia/fx-models";
1
+ import { ColorSchemaType, ColorValue, FilterPickerFilter, ThemedColorValue } from "@omnia/fx-models";
2
2
  export interface swatch {
3
3
  color: ColorValue;
4
4
  colorString: string;
@@ -10,7 +10,8 @@ export declare const useColorPickerStore: () => {
10
10
  baseColor: (swatchSchema: swatch[], toned: boolean) => string;
11
11
  onBaseColor: (swatchSchema: swatch[], toned: boolean) => string;
12
12
  colorSchema: {
13
- name: (swatchSchema: swatch[]) => string;
13
+ displayName: (swatchSchema: swatch[]) => string;
14
+ name: (swatchSchema: swatch[]) => "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
14
15
  formattedName: (swatchSchema: swatch[]) => string;
15
16
  };
16
17
  };
@@ -23,6 +24,7 @@ export declare const useColorPickerStore: () => {
23
24
  };
24
25
  prevSelectedColorSchemaType: any;
25
26
  opacity: number;
27
+ selectedView: FilterPickerFilter[];
26
28
  settings: {
27
29
  dynamicColor: {
28
30
  show: boolean;
@@ -42,7 +44,7 @@ export declare const useColorPickerStore: () => {
42
44
  };
43
45
  };
44
46
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
45
- toggleColorPicker: () => void;
47
+ toggleColorPicker: (value: FilterPickerFilter) => void;
46
48
  setDynamicColor: (value: any) => void;
47
49
  selectColor: (value: ColorValue) => void;
48
50
  selectCustomColor: (color: string) => void;
@@ -58,6 +60,7 @@ export declare const useColorPickerStore: () => {
58
60
  };
59
61
  swatches: {
60
62
  isPlaceHolder: (swatchSchema: swatch[]) => boolean;
63
+ isDynamicColor: (swatch: swatch) => boolean;
61
64
  isDynamicColorSchema: (swatchSchema: swatch[]) => boolean;
62
65
  isIncludedInRender: (index: number) => boolean;
63
66
  };
@@ -65,6 +68,9 @@ export declare const useColorPickerStore: () => {
65
68
  isIncludedInTheme: (colorSchema: ColorSchemaType) => boolean;
66
69
  };
67
70
  };
71
+ dataValues: {
72
+ filterOptions: FilterPickerFilter[];
73
+ };
68
74
  } & {
69
75
  dispose?: () => void;
70
76
  };
@@ -21,6 +21,7 @@ export declare const useFillPickerStore: () => {
21
21
  radialGradient: number;
22
22
  };
23
23
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
24
+ clearSelection: () => void;
24
25
  updateColor: (index: number, color: ColorValue) => void;
25
26
  editColor: (color: ColorGradientValue, index: any) => void;
26
27
  addColor: (colorType: string, defaultColorSchemaType: ColorSchemaType, dynamicColor: boolean) => ColorGradientValue;
@@ -9,7 +9,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
9
9
  } & {
10
10
  selectable?: boolean;
11
11
  } & DefineEmit<"click:select", (size: OIconSizes) => true>> & {
12
- "onClick:select"?: (size: "small" | "default" | "x-small" | "large" | "x-large") => any;
12
+ "onClick:select"?: (size: "small" | "x-small" | "large" | "default" | "x-large") => any;
13
13
  } & {
14
14
  "v-slots"?: {} & Omit<{
15
15
  default?: import("vue").Slot;
@@ -17,7 +17,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
17
17
  } & {
18
18
  toned?: boolean;
19
19
  } & {
20
- size?: "small" | "default" | "x-small" | "large" | "x-large";
20
+ size?: "small" | "x-small" | "large" | "default" | "x-large";
21
21
  } & {
22
22
  simpleMode?: boolean;
23
23
  } & {
@@ -9,7 +9,7 @@ export declare const useIconStyleEditorStore: () => {
9
9
  internalModel: IconBlueprint;
10
10
  sizeOption: string;
11
11
  settings: {
12
- iconSize: "small" | "default" | "x-small" | "large" | "x-large";
12
+ iconSize: "small" | "x-small" | "large" | "default" | "x-large";
13
13
  };
14
14
  icon: {
15
15
  scaleSize: number;
@@ -0,0 +1,27 @@
1
+ import { BlueprintVariant, TextFillBlueprints, TextBlueprint, ColorValue, TextFillDefinitionValue } from "@omnia/fx-models";
2
+ export declare const useTextColorPickerStore: () => {
3
+ state: {
4
+ internalModel: TextBlueprint;
5
+ fillBlueprints: TextFillBlueprints;
6
+ selectedColorValue: ColorValue;
7
+ };
8
+ events: import("@omnia/fx/stores").StoreEvents<{
9
+ internalModel: TextBlueprint;
10
+ fillBlueprints: TextFillBlueprints;
11
+ selectedColorValue: ColorValue;
12
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
13
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
14
+ clearValue(): void;
15
+ selectValue(value: TextFillDefinitionValue): void;
16
+ init: (model: TextBlueprint) => void;
17
+ }>;
18
+ rules: {
19
+ isPlaceholder(variant: BlueprintVariant): boolean;
20
+ };
21
+ get: {
22
+ label: (variant: BlueprintVariant) => string;
23
+ variant: (variant: BlueprintVariant) => any;
24
+ };
25
+ } & {
26
+ dispose?: () => void;
27
+ };
@@ -0,0 +1,10 @@
1
+ export declare function useComponentBlueprintStrategy(): {
2
+ roundness: {
3
+ readonly none: import("@omnia/fx-models").ComponentBlueprints;
4
+ readonly xs: import("@omnia/fx-models").ComponentBlueprints;
5
+ readonly s: import("@omnia/fx-models").ComponentBlueprints;
6
+ readonly m: import("@omnia/fx-models").ComponentBlueprints;
7
+ readonly l: import("@omnia/fx-models").ComponentBlueprints;
8
+ readonly full: import("@omnia/fx-models").ComponentBlueprints;
9
+ };
10
+ };
@@ -0,0 +1,2 @@
1
+ import { ComponentBlueprints } from "@omnia/fx-models";
2
+ export declare const FullBlueprintStrategy: ComponentBlueprints;
@@ -0,0 +1,2 @@
1
+ import { ComponentBlueprints } from "@omnia/fx-models";
2
+ export declare const LargeBlueprintStrategy: ComponentBlueprints;
@@ -0,0 +1,2 @@
1
+ import { ComponentBlueprints } from "@omnia/fx-models";
2
+ export declare const MediumBlueprintStrategy: ComponentBlueprints;
@@ -0,0 +1,2 @@
1
+ import { ComponentBlueprints } from "@omnia/fx-models";
2
+ export declare const NoneBlueprintStrategy: ComponentBlueprints;
@@ -0,0 +1,2 @@
1
+ import { ComponentBlueprints } from "@omnia/fx-models";
2
+ export declare const SmallBlueprintStrategy: ComponentBlueprints;
@@ -0,0 +1,2 @@
1
+ import { ComponentBlueprints } from "@omnia/fx-models";
2
+ export declare const XSmallBlueprintStrategy: ComponentBlueprints;
@@ -0,0 +1 @@
1
+ export * from "./ComponentBlueprintStrategy";
@@ -1,6 +1,5 @@
1
- export * from "./MD3Blueprint";
2
- export * from "./MD2Blueprint";
3
1
  export * from "./DefaultTypography";
2
+ export * from "./components";
4
3
  export * from "./ColorBlueprintLight";
5
4
  export * from "./ColorBlueprintDark";
6
5
  export * from "./DefaultSpacingBlueprint";
@@ -1,4 +1,4 @@
1
- import { ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprint, TypographyBlueprint } from "@omnia/fx-models";
1
+ import { BlueprintsStrategyBase, ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprint, TypographyBlueprint } from "@omnia/fx-models";
2
2
  import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
3
3
  declare class DefaultIconsBlueprintsTemplate implements IconBlueprints {
4
4
  name: string;
@@ -33,13 +33,13 @@ export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprint
33
33
  declare class SquareBlueprintsTemplate implements ComponentBlueprints {
34
34
  id: any;
35
35
  name: any;
36
- strategy?: "MD2" | "MD3";
36
+ baseStrategy?: BlueprintsStrategyBase;
37
37
  constructor(id: guid, name: string);
38
38
  }
39
39
  declare class RoundBlueprintsTemplate implements ComponentBlueprints {
40
40
  id: any;
41
41
  name: any;
42
- strategy?: "MD2" | "MD3";
42
+ baseStrategy?: BlueprintsStrategyBase;
43
43
  constructor(id: guid, name: string);
44
44
  }
45
45
  export declare class DefaultTypographyBlueprint implements TypographyBlueprint {
@@ -1,4 +1,4 @@
1
- import { ColorDefinition } from "@omnia/fx-models";
1
+ import { ColorDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export declare function useColorManager(): {
3
3
  isWcagCompliant: (color1: string, color2: string, level: "AA" | "AAA") => boolean;
4
4
  getColorDefinition: (color: string, isBaseColorDark: boolean) => ColorDefinition;
@@ -0,0 +1 @@
1
+ export * from "./ColorManager";
@@ -1,4 +1,4 @@
1
- import { ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, BlueprintVariant, OIconSizes, TabsBlueprint, HeaderBlueprint, InputBlueprint, ContainerFillValue, TypographyBlueprint, IconBlueprint, TextStyleDefinition, Blueprint, WebBlueprintItemDefintionType } from "@omnia/fx-models";
1
+ import { ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, BlueprintVariant, OIconSizes, TabsBlueprint, HeaderBlueprint, InputBlueprint, ContainerFillValue, TypographyBlueprint, IconBlueprint, TextStyleDefinition, Blueprint, WebBlueprintItemDefintionType, BlueprintsStrategyBase } from "@omnia/fx-models";
2
2
  type blueprintType = "default";
3
3
  export declare const useComponentBlueprintStore: () => {
4
4
  state: {
@@ -19,7 +19,7 @@ export declare const useComponentBlueprintStore: () => {
19
19
  readonly blueprints: ComponentBlueprints;
20
20
  fallbackBlueprints: {
21
21
  get(): ComponentBlueprints;
22
- byType(strategyType: "MD2" | "MD3"): ComponentBlueprints;
22
+ byType(strategyType: BlueprintsStrategyBase): ComponentBlueprints;
23
23
  };
24
24
  button: {
25
25
  iconBlueprintBySize(sizeType: OIconSizes): ButtonBlueprint;
@@ -40,7 +40,7 @@ export declare const useThemePreviewContextStore: () => {
40
40
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
41
41
  fallbackBlueprints: {
42
42
  get(): import("@omnia/fx-models").ComponentBlueprints;
43
- byType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
43
+ byType(strategyType: import("@omnia/fx-models").BlueprintsStrategyBase): import("@omnia/fx-models").ComponentBlueprints;
44
44
  };
45
45
  button: {
46
46
  iconBlueprintBySize(sizeType: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").ButtonBlueprint;
@@ -35,7 +35,7 @@ export declare const useThemeStore: () => {
35
35
  readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
36
36
  fallbackBlueprints: {
37
37
  get(): import("@omnia/fx-models").ComponentBlueprints;
38
- byType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
38
+ byType(strategyType: import("@omnia/fx-models").BlueprintsStrategyBase): import("@omnia/fx-models").ComponentBlueprints;
39
39
  };
40
40
  button: {
41
41
  iconBlueprintBySize(sizeType: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").ButtonBlueprint;
@@ -1,4 +1,4 @@
1
- export * from "./ColorManager";
1
+ export * from "../shared-mobile/ColorManager";
2
2
  export * from "./ThemeStore";
3
3
  export { type ColorSchemaStoreType, useColorSchemaStore } from "./ColorSchemaStore";
4
4
  export * from "./ColorSchemaManager";
@@ -12,7 +12,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
12
12
  } & {
13
13
  filters: FilterPickerFilter[];
14
14
  } & {
15
- size?: "small" | "default" | "x-small";
15
+ size?: "small" | "x-small" | "default";
16
16
  } & {
17
17
  singleSelect?: boolean;
18
18
  } & {
@@ -1,168 +1,39 @@
1
1
  import "./BarChartIndicator.css";
2
2
  import { IIcon } from "../../models";
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
- icon: {
6
- type: import("vue").PropType<IIcon>;
7
- };
8
- color: {
9
- type: import("vue").PropType<string>;
10
- };
11
- description: {
12
- type: import("vue").PropType<string>;
13
- };
14
- height: {
15
- type: import("vue").PropType<number>;
16
- };
17
- style: {
18
- type: import("vue").PropType<{
19
- container?: import("typestyle/lib/types").NestedCSSProperties;
20
- title: import("typestyle/lib/types").NestedCSSProperties;
21
- arrow: import("typestyle/lib/types").NestedCSSProperties;
22
- previous: import("typestyle/lib/types").NestedCSSProperties;
23
- next: import("typestyle/lib/types").NestedCSSProperties;
24
- }>;
25
- };
26
- label: {
27
- type: import("vue").PropType<string>;
28
- };
29
- unitLabel: {
30
- type: import("vue").PropType<string>;
31
- };
32
- chartValues: {
33
- type: import("vue").PropType<{
34
- label: string;
35
- value: number;
36
- }[]>;
37
- };
38
- hasData: {
39
- type: import("vue").PropType<(isPrevious: boolean) => boolean>;
40
- };
41
- loadData: {
42
- type: import("vue").PropType<(isPrevious: boolean) => Promise<void>>;
43
- };
44
- clickCallback: {
45
- type: import("vue").PropType<(label?: string) => void>;
46
- };
47
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
48
- P: {};
49
- B: {};
50
- D: {};
51
- C: {};
52
- M: {};
53
- Defaults: {};
54
- }, Readonly<import("vue").ExtractPropTypes<{
55
- icon: {
56
- type: import("vue").PropType<IIcon>;
57
- };
58
- color: {
59
- type: import("vue").PropType<string>;
60
- };
61
- description: {
62
- type: import("vue").PropType<string>;
63
- };
64
- height: {
65
- type: import("vue").PropType<number>;
66
- };
67
- style: {
68
- type: import("vue").PropType<{
69
- container?: import("typestyle/lib/types").NestedCSSProperties;
70
- title: import("typestyle/lib/types").NestedCSSProperties;
71
- arrow: import("typestyle/lib/types").NestedCSSProperties;
72
- previous: import("typestyle/lib/types").NestedCSSProperties;
73
- next: import("typestyle/lib/types").NestedCSSProperties;
74
- }>;
75
- };
76
- label: {
77
- type: import("vue").PropType<string>;
78
- };
79
- unitLabel: {
80
- type: import("vue").PropType<string>;
81
- };
82
- chartValues: {
83
- type: import("vue").PropType<{
84
- label: string;
85
- value: number;
86
- }[]>;
87
- };
88
- hasData: {
89
- type: import("vue").PropType<(isPrevious: boolean) => boolean>;
90
- };
91
- loadData: {
92
- type: import("vue").PropType<(isPrevious: boolean) => Promise<void>>;
93
- };
94
- clickCallback: {
95
- type: import("vue").PropType<(label?: string) => void>;
96
- };
97
- }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
98
- __isFragment?: never;
99
- __isTeleport?: never;
100
- __isSuspense?: never;
101
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
102
- icon: {
103
- type: import("vue").PropType<IIcon>;
104
- };
105
- color: {
106
- type: import("vue").PropType<string>;
107
- };
108
- description: {
109
- type: import("vue").PropType<string>;
110
- };
111
- height: {
112
- type: import("vue").PropType<number>;
113
- };
114
- style: {
115
- type: import("vue").PropType<{
116
- container?: import("typestyle/lib/types").NestedCSSProperties;
117
- title: import("typestyle/lib/types").NestedCSSProperties;
118
- arrow: import("typestyle/lib/types").NestedCSSProperties;
119
- previous: import("typestyle/lib/types").NestedCSSProperties;
120
- next: import("typestyle/lib/types").NestedCSSProperties;
121
- }>;
122
- };
123
- label: {
124
- type: import("vue").PropType<string>;
125
- };
126
- unitLabel: {
127
- type: import("vue").PropType<string>;
128
- };
129
- chartValues: {
130
- type: import("vue").PropType<{
131
- label: string;
132
- value: number;
133
- }[]>;
134
- };
135
- hasData: {
136
- type: import("vue").PropType<(isPrevious: boolean) => boolean>;
137
- };
138
- loadData: {
139
- type: import("vue").PropType<(isPrevious: boolean) => Promise<void>>;
140
- };
141
- clickCallback: {
142
- type: import("vue").PropType<(label?: string) => void>;
143
- };
144
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
145
- propsDefinition: Omit<Readonly<{} & {
146
- label?: string;
147
- style?: {
148
- container?: import("typestyle/lib/types").NestedCSSProperties;
149
- title: import("typestyle/lib/types").NestedCSSProperties;
150
- arrow: import("typestyle/lib/types").NestedCSSProperties;
151
- previous: import("typestyle/lib/types").NestedCSSProperties;
152
- next: import("typestyle/lib/types").NestedCSSProperties;
153
- };
154
- color?: string;
155
- icon?: IIcon;
156
- height?: number;
157
- description?: string;
158
- unitLabel?: string;
159
- clickCallback?: (label?: string) => void;
160
- loadData?: (isPrevious: boolean) => Promise<void>;
161
- hasData?: (isPrevious: boolean) => boolean;
162
- chartValues?: {
163
- label: string;
164
- value: number;
165
- }[];
166
- }>, never>;
167
- };
3
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
+ clickCallback?: (label?: string) => void;
5
+ } & {
6
+ loadData?: (isPrevious: boolean) => Promise<void>;
7
+ } & {
8
+ hasData?: (isPrevious: boolean) => boolean;
9
+ } & {
10
+ chartValues?: {
11
+ label: string;
12
+ value: number;
13
+ }[];
14
+ } & {
15
+ unitLabel?: string;
16
+ } & {
17
+ label?: string;
18
+ } & {
19
+ style?: {
20
+ container?: import("typestyle/lib/types").NestedCSSProperties;
21
+ title: import("typestyle/lib/types").NestedCSSProperties;
22
+ arrow: import("typestyle/lib/types").NestedCSSProperties;
23
+ previous: import("typestyle/lib/types").NestedCSSProperties;
24
+ next: import("typestyle/lib/types").NestedCSSProperties;
25
+ };
26
+ } & {
27
+ height?: number;
28
+ } & {
29
+ description?: string;
30
+ } & {
31
+ color?: string;
32
+ } & {
33
+ icon?: IIcon;
34
+ }> & {} & {
35
+ "v-slots"?: {} & Omit<{
36
+ default?: import("vue").Slot;
37
+ }, never>;
38
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "style" | "color" | "icon" | "height" | "description" | "unitLabel" | "clickCallback" | "loadData" | "hasData" | "chartValues"> & import("@omnia/fx/ux").VNodeEvents) => any;
168
39
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IconPickerModel } from "../../models";
1
+ import { LegacyIconPickerModel } from "../../models";
2
2
  export interface IIconPickerProperties {
3
3
  required?: boolean;
4
4
  hideDetails?: boolean;
@@ -13,9 +13,9 @@ export interface IIconPickerSlots {
13
13
  /**Icon Picker */
14
14
  export interface IIconPicker extends IIconPickerProperties {
15
15
  /**Icon Picker Model */
16
- valueBind: IconPickerModel;
16
+ valueBind: LegacyIconPickerModel;
17
17
  /**On model changed */
18
- onValueChanged?: (model: IconPickerModel) => void;
18
+ onValueChanged?: (model: LegacyIconPickerModel) => void;
19
19
  /**Error messages */
20
20
  errorMessages?: Array<string>;
21
21
  }
@@ -1,5 +1,5 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
- import { IconPickerModel, MediaPickerStorageProviderContext } from "../../models";
2
+ import { LegacyIconPickerModel, MediaPickerStorageProviderContext } from "../../models";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  class?: String | String[];
5
5
  } & {
@@ -9,11 +9,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
9
9
  } & {
10
10
  variant?: "button" | "dropdown" | "journey";
11
11
  } & {
12
- "emit:update:modelValue": (value: IconPickerModel) => void;
12
+ "emit:update:modelValue": (value: LegacyIconPickerModel) => void;
13
13
  } & {
14
- "v-model"?: IconPickerModel;
14
+ "v-model"?: LegacyIconPickerModel;
15
15
  } & {
16
- modelValue?: IconPickerModel;
16
+ modelValue?: LegacyIconPickerModel;
17
17
  } & {
18
18
  errorMessages?: string[];
19
19
  } & {
@@ -22,10 +22,10 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
22
22
  showPreview?: boolean;
23
23
  } & {
24
24
  hideDetails?: boolean;
25
- } & DefineEmit<"update:modelValue", (model: IconPickerModel) => void> & {
25
+ } & DefineEmit<"update:modelValue", (model: LegacyIconPickerModel) => void> & {
26
26
  providerContext?: MediaPickerStorageProviderContext;
27
27
  }> & {
28
- "onUpdate:modelValue"?: (value: IconPickerModel) => any;
28
+ "onUpdate:modelValue"?: (value: LegacyIconPickerModel) => any;
29
29
  } & {
30
30
  "v-slots"?: {} & Omit<{
31
31
  default?: import("vue").Slot;