@omnia/fx 8.0.428-dev → 8.0.430-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 (103) 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/http/HttpClient.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/loc/localize.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/CustomEmailSettings.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/EmailEnums.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +2 -1
  8. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/ButtonsEditorStore.d.ts +3 -3
  9. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/ComponentEditorStore.d.ts +4 -3
  10. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/ContainerFillsEditorStore.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/FillsEditorStore.d.ts +2 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/store/TextFillsEditorStore.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/store/ThemeEditorStore.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +4 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +10 -36
  16. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -3
  17. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +8 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStyleEditorStore.d.ts +33 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +36 -0
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +4 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +9 -3
  22. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemePreviewContextStore.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/iconpicker/v2/IconPicker.d.ts +12 -0
  28. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +8 -1
  30. package/internal-do-not-import-from-here/ux/oxide/actionmenu/store/ActionMenuStore.d.ts +7 -4
  31. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +6 -3
  32. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableStore.d.ts +15 -0
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +6 -1
  34. package/internal-do-not-import-from-here/ux/oxide/labeledtext/LabeledText.d.ts +8 -5
  35. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +8 -3
  39. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +29 -85
  40. package/internal-do-not-import-from-here/wctypings.d.ts +19 -19
  41. package/package.json +2 -2
  42. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades/themedesigner → themedesigner}/ThemeDesigner.d.ts +0 -0
  43. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/chrome/Chrome.d.ts +0 -0
  44. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/ColorSchemasJourney.d.ts +0 -0
  45. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
  46. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/colorschemas/store/ColorSchemaEditorStore.d.ts +0 -0
  47. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/BlueprintsJourney.d.ts +0 -0
  48. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/BlueprintPreview.d.ts +0 -0
  49. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/ButtonBladeEdit.d.ts +0 -0
  50. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/ButtonsBlade.d.ts +0 -0
  51. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/EditBlueprints.d.ts +0 -0
  52. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/HeaderBlade.d.ts +0 -0
  53. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/HeaderBladeEdit.d.ts +0 -0
  54. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/IconsBlade.d.ts +0 -0
  55. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/IconsBladeEdit.d.ts +0 -0
  56. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/InputBlade.d.ts +0 -0
  57. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/InputBladeEdit.d.ts +0 -0
  58. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/TabBlade.d.ts +0 -0
  59. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/blades/TabBladeEdit.d.ts +0 -0
  60. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/HeaderEditorStore.d.ts +0 -0
  61. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/IconsEditorStore.d.ts +0 -0
  62. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/InputEditorStore.d.ts +0 -0
  63. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/componentblueprints/store/TabsEditorStore.d.ts +0 -0
  64. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/ContainerFillsBlade.stylex.d.ts +0 -0
  65. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/FillsJourney.d.ts +0 -0
  66. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/containerBlades/ContainerFillsBlade.d.ts +0 -0
  67. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/containerBlades/ContainerFillsEditBlade.d.ts +0 -0
  68. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/textBlades/TextFillsBlade.d.ts +0 -0
  69. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fills/textBlades/TextFillsEditBlade.d.ts +0 -0
  70. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/FontManager.d.ts +0 -0
  71. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/blade/FontDefinitionBlade.d.ts +0 -0
  72. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/fontsmanager/store/FontManagerStore.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/SpacingJourney.d.ts +0 -0
  74. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/blades/EditSpacingBlueprintBlade.d.ts +0 -0
  75. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/blades/EditSpacingDefinitionBlade.d.ts +0 -0
  76. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/spacing/store/SpacingEditorStore.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades/themedesigner → themedesigner}/store/ThemeDesignerStore.d.ts +0 -0
  78. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/TemplatesJourney.d.ts +0 -0
  79. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/ButtonTemplateEdit.d.ts +0 -0
  80. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/ButtonTemplates.d.ts +0 -0
  81. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/TabTemplateEdit.d.ts +0 -0
  82. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/blades/TabTemplates.d.ts +0 -0
  83. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/templates/store/TemplateEditorStore.d.ts +0 -0
  84. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/ThemesJourney.d.ts +0 -0
  85. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditColorSchemasBlade.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditThemeBlade.d.ts +0 -0
  87. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/EditThemeBladeStyles.stylex.d.ts +0 -0
  88. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/SelectionThemeBlade.d.ts +0 -0
  89. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/blades/ViewThemeBlade.d.ts +0 -0
  90. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/models/Theme.d.ts +0 -0
  91. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/models/index.d.ts +0 -0
  92. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/themes/store/ThemesJourneyStore.d.ts +0 -0
  93. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/TypographyJourney.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditScaleBlade.d.ts +0 -0
  95. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTextStyleBlade.d.ts +0 -0
  96. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTextStylesBlade.d.ts +0 -0
  97. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/EditTypographyBlueprintBlade.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/SelectBreakpointBlade.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/blades/ViewTypeScaleBlade.d.ts +0 -0
  100. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontPicker.css.d.ts +0 -0
  101. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontPicker.d.ts +0 -0
  102. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/components/FontRegistration.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/aurora/admin/{blades → themedesigner}/typography/store/TypographyEditorStore.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { CookieOptions } from "../models";
1
+ import { CookieOptions, CookieExpiresInDays, CookieExpiresInSeconds } from "../models";
2
2
  export declare class Cookies {
3
3
  /**
4
4
  * Gets content of cookie by name
@@ -6,6 +6,7 @@ export declare class Cookies {
6
6
  static get(name: string): string;
7
7
  private static isDayExpiry;
8
8
  private static isSecondsExpiry;
9
+ static getCookieExpiryUtcString(expires: CookieExpiresInDays | CookieExpiresInSeconds): string;
9
10
  /**
10
11
  * Creates a cookie
11
12
  */
@@ -78,6 +78,7 @@ export declare class HttpClient {
78
78
  private writeHeadersToCookie;
79
79
  private removeHeadersCookie;
80
80
  private requestCtxKey;
81
+ private expiresAt;
81
82
  private setupCtxAwareClient;
82
83
  private ensureRemoveHeadersCookie;
83
84
  private setupCtxAwareClientMSService;
@@ -74,5 +74,5 @@ export type { FocusOption, LinkHandlerOptions, ScrollOption } from "./directives
74
74
  export { FocusDirective, LinkHandlerDirective } from "./directives";
75
75
  export { VueComponentBase, VueComponentConnect, getVuetifyAppClasses } from "./VueComponentBase";
76
76
  export type { VueComponentBaseEvents, VueComponentBaseProps } from "./VueComponentBase";
77
- export { createVueNode, definePropFunctionType, definePropObjectType, defineVue, defineVueComponent, getElementName, isElement, type VNodeEvents, type SetupComponentContext, type ExtractProps, type ExtractEmits, type ExtractSlots, type ConstructComponentProps, type ExtractVModels } from "./InternalDefineComponent";
77
+ export { createVueNode, definePropFunctionType, definePropObjectType, defineVue, defineVueComponent, getElementName, isElement, type VNodeEvents, type SetupComponentContext, type ExtractProps, type ExtractEmits, type ExtractSlots, type ExtractExpose, type ConstructComponentProps, type ExtractVModels } from "./InternalDefineComponent";
78
78
  export { type DefineEmit, type DefineProp, type DefineRef, type DefinePropTheming, type DefineSlot, type DefineType, type DefineVModel, type ItemType, type SelectItemKey, type ItemValueType } from "./DefineVueTypings";
@@ -10,7 +10,7 @@ export declare namespace CustomEmailSettingsLocalization {
10
10
  UserMailbox: string;
11
11
  TurnOffAllEmailNotifications: string;
12
12
  EmailProvider: string;
13
- SharePointOutGoingEmail: string;
13
+ Default: string;
14
14
  ExchangeOnlineEmail: string;
15
15
  Message: {
16
16
  NoEmailSelected: string;
@@ -3,7 +3,7 @@ export interface CustomEmailSettings {
3
3
  enableEmailService: boolean;
4
4
  type: EmailEnums.EmailProviderType;
5
5
  }
6
- export interface ISharepointEmailSettings extends CustomEmailSettings {
6
+ export interface IDefaultEmailSettings extends CustomEmailSettings {
7
7
  }
8
8
  export interface IExchangeOnlineEmailSettings extends CustomEmailSettings {
9
9
  userPrincipalName: string;
@@ -14,7 +14,7 @@ export interface ISmtpServerEmailSettings extends CustomEmailSettings {
14
14
  fromAddress: string;
15
15
  useTLSConnectionEncryption: boolean;
16
16
  }
17
- export declare class SharepointEmailSettings implements ISharepointEmailSettings {
17
+ export declare class DefaultEmailSettings implements IDefaultEmailSettings {
18
18
  type: EmailEnums.EmailProviderType;
19
19
  enableEmailService: boolean;
20
20
  constructor();
@@ -1,6 +1,6 @@
1
1
  export declare namespace EmailEnums {
2
2
  enum EmailProviderType {
3
- SharePoint = 0,
3
+ Default = 0,
4
4
  ExchangeOnline = 1,
5
5
  SmtpServer = 2
6
6
  }
@@ -1,5 +1,6 @@
1
+ import { guid } from "@omnia/fx-models";
1
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
2
- businessProfileId?: string;
3
+ businessProfileId?: guid;
3
4
  }> & {} & {
4
5
  "v-slots"?: {} & Omit<{
5
6
  default?: import("vue").Slot;
@@ -1,4 +1,4 @@
1
- import { ButtonBlueprint, ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ButtonVariant, ComponentBlueprints } from "@omnia/fx-models";
1
+ import { BlueprintsStrategyBase, ButtonBlueprint, ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ButtonVariant, ComponentBlueprints } from "@omnia/fx-models";
2
2
  export declare const useButtonsEditorStore: () => {
3
3
  state: {
4
4
  blueprints: ButtonBlueprints;
@@ -6,7 +6,7 @@ export declare const useButtonsEditorStore: () => {
6
6
  editingButtonType: ButtonVariant;
7
7
  editingButtonSize: "small" | "default" | "large";
8
8
  editingButtonBlueprintType: ButtonBlueprintType;
9
- strategy: string;
9
+ strategy: BlueprintsStrategyBase;
10
10
  };
11
11
  events: import("@omnia/fx/stores").StoreEvents<{
12
12
  blueprints: ButtonBlueprints;
@@ -14,7 +14,7 @@ export declare const useButtonsEditorStore: () => {
14
14
  editingButtonType: ButtonVariant;
15
15
  editingButtonSize: "small" | "default" | "large";
16
16
  editingButtonBlueprintType: ButtonBlueprintType;
17
- strategy: string;
17
+ strategy: BlueprintsStrategyBase;
18
18
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
19
19
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
20
20
  setEditingBlueprints(blueprints: ComponentBlueprints): void;
@@ -1,4 +1,4 @@
1
- import { ComponentBlueprints, guid, ITemplateRegistration, FontAwesomeIcon } from "@omnia/fx-models";
1
+ import { ComponentBlueprints, guid, ITemplateRegistration, FontAwesomeIcon, BlueprintsStrategyBase } from "@omnia/fx-models";
2
2
  export declare const BluprintTypes: readonly ["buttons", "icons", "tabs", "input", "headers"];
3
3
  export type BlueprintType = typeof BluprintTypes[number];
4
4
  export interface IBlueprintItem {
@@ -23,6 +23,7 @@ export declare const useComponentsEditorStore: () => {
23
23
  hasBlueprintValues: (blueprintType: BlueprintType) => boolean;
24
24
  };
25
25
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
26
+ changeBaseBlueprint(baseBlueprint: BlueprintsStrategyBase): void;
26
27
  deleteEmptyBlueprints(): void;
27
28
  addBlueprints(blueprints: Array<IBlueprintItem>): void;
28
29
  deleteBlueprints(blueprints: IBlueprintItem): void;
@@ -64,7 +65,7 @@ export declare const useComponentsEditorStore: () => {
64
65
  editingButtonType: import("@omnia/fx-models").ButtonVariant;
65
66
  editingButtonSize: "small" | "default" | "large";
66
67
  editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
67
- strategy: string;
68
+ strategy: BlueprintsStrategyBase;
68
69
  };
69
70
  events: import("@omnia/fx/stores").StoreEvents<{
70
71
  blueprints: import("@omnia/fx-models").ButtonBlueprints;
@@ -72,7 +73,7 @@ export declare const useComponentsEditorStore: () => {
72
73
  editingButtonType: import("@omnia/fx-models").ButtonVariant;
73
74
  editingButtonSize: "small" | "default" | "large";
74
75
  editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
75
- strategy: string;
76
+ strategy: BlueprintsStrategyBase;
76
77
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
77
78
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
78
79
  setEditingBlueprints(blueprints: ComponentBlueprints): void;
@@ -14,6 +14,7 @@ export declare const useContainerFillsEditorStore: () => {
14
14
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
15
15
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
16
16
  editBlueprints(blueprints: ITemplateRegistration<ContainerFillBlueprints>): void;
17
+ deleteEditingVariant(): void;
17
18
  editVariant(variantName: BlueprintVariant): void;
18
19
  addBlueprint(): void;
19
20
  applyChanges(): void;
@@ -25,6 +25,7 @@ export declare const useFillsEditorStore: () => {
25
25
  editMode: boolean;
26
26
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
27
27
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
28
+ deleteEditingVariant(): void;
28
29
  editBlueprints(blueprints: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").TextFillBlueprints>): void;
29
30
  editVariant(variantName: import("@omnia/fx-models").BlueprintVariant): void;
30
31
  addBlueprint(): void;
@@ -57,6 +58,7 @@ export declare const useFillsEditorStore: () => {
57
58
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
58
59
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
59
60
  editBlueprints(blueprints: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").ContainerFillBlueprints>): void;
61
+ deleteEditingVariant(): void;
60
62
  editVariant(variantName: import("@omnia/fx-models").BlueprintVariant): void;
61
63
  addBlueprint(): void;
62
64
  applyChanges(): void;
@@ -13,6 +13,7 @@ export declare const useTextFillsEditorStore: () => {
13
13
  editMode: boolean;
14
14
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
15
15
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
16
+ deleteEditingVariant(): void;
16
17
  editBlueprints(blueprints: ITemplateRegistration<TextFillBlueprints>): void;
17
18
  editVariant(variantName: BlueprintVariant): void;
18
19
  addBlueprint(): void;
@@ -28,6 +28,7 @@ export declare const useThemeEditorStore: () => {
28
28
  };
29
29
  };
30
30
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
31
+ setPreviewTheme(): void;
31
32
  showFills(type: "container" | "text"): void;
32
33
  showComponentEditor(): void;
33
34
  colorSchemas(): {
@@ -2,6 +2,7 @@ import { BackgroundDefinition } from "@omnia/fx-models";
2
2
  import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type EditorVariant = "default" | "dialog" | "journey";
5
+ export type ColorPickerType = "default" | "colorSchema" | "onBase" | "base";
5
6
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
7
  "emit:update:modelValue": (value: BackgroundDefinition) => void;
7
8
  } & {
@@ -16,6 +17,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
16
17
  toned?: boolean;
17
18
  } & {
18
19
  border?: boolean;
20
+ } & {
21
+ colorType?: ColorPickerType;
19
22
  } & {
20
23
  individualRadiusSelection?: boolean;
21
24
  } & {
@@ -41,5 +44,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
41
44
  } & Omit<{
42
45
  default?: import("vue").Slot;
43
46
  }, "activator">;
44
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "elevation" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
47
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "variant" | "colorType" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "elevation" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
45
48
  export default _default;
@@ -1,19 +1,11 @@
1
1
  import { BorderStylingDefinition } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- backgroundFill: {
5
- type: import("vue").PropType<string>;
6
- };
7
- "onUpdate:modelValue": {
8
- type: import("vue").PropType<(value: BorderStylingDefinition) => any | void>;
9
- };
10
- "v-model": {
4
+ definition: {
11
5
  type: import("vue").PropType<BorderStylingDefinition>;
12
- required: false;
13
6
  };
14
- modelValue: {
15
- type: import("vue").PropType<BorderStylingDefinition>;
16
- required: false;
7
+ backgroundFill: {
8
+ type: import("vue").PropType<string>;
17
9
  };
18
10
  colorSchemaType: {
19
11
  type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
@@ -37,19 +29,11 @@ declare const _default: {
37
29
  M: {};
38
30
  Defaults: {};
39
31
  }, Readonly<import("vue").ExtractPropTypes<{
40
- backgroundFill: {
41
- type: import("vue").PropType<string>;
42
- };
43
- "onUpdate:modelValue": {
44
- type: import("vue").PropType<(value: BorderStylingDefinition) => any | void>;
45
- };
46
- "v-model": {
32
+ definition: {
47
33
  type: import("vue").PropType<BorderStylingDefinition>;
48
- required: false;
49
34
  };
50
- modelValue: {
51
- type: import("vue").PropType<BorderStylingDefinition>;
52
- required: false;
35
+ backgroundFill: {
36
+ type: import("vue").PropType<string>;
53
37
  };
54
38
  colorSchemaType: {
55
39
  type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
@@ -70,19 +54,11 @@ declare const _default: {
70
54
  __isTeleport?: never;
71
55
  __isSuspense?: never;
72
56
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
73
- backgroundFill: {
74
- type: import("vue").PropType<string>;
75
- };
76
- "onUpdate:modelValue": {
77
- type: import("vue").PropType<(value: BorderStylingDefinition) => any | void>;
78
- };
79
- "v-model": {
57
+ definition: {
80
58
  type: import("vue").PropType<BorderStylingDefinition>;
81
- required: false;
82
59
  };
83
- modelValue: {
84
- type: import("vue").PropType<BorderStylingDefinition>;
85
- required: false;
60
+ backgroundFill: {
61
+ type: import("vue").PropType<string>;
86
62
  };
87
63
  colorSchemaType: {
88
64
  type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
@@ -101,11 +77,9 @@ declare const _default: {
101
77
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
102
78
  propsDefinition: Omit<Readonly<{} & {
103
79
  container?: boolean;
80
+ definition?: BorderStylingDefinition;
104
81
  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";
105
82
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
106
- modelValue?: BorderStylingDefinition;
107
- "v-model"?: BorderStylingDefinition;
108
- "onUpdate:modelValue"?: (value: BorderStylingDefinition) => any | void;
109
83
  backgroundFill?: string;
110
84
  }>, never>;
111
85
  };
@@ -14,8 +14,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
14
14
  buttonLabel?: string;
15
15
  } & {
16
16
  toned?: boolean;
17
- } & {
18
- iconButton?: boolean;
19
17
  } & {
20
18
  toolbarCallback?: (value: () => VNodeChild) => void;
21
19
  } & DefineEmit<"click:confirm", (value: ButtonBlueprint) => void> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"definitionButton", () => VNodeChild>> & {
@@ -28,5 +26,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
28
26
  } & Omit<{
29
27
  default?: import("vue").Slot;
30
28
  }, "activator" | "definitionButton">;
31
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "emit:click:confirm" | "toolbarCallback" | "buttonLabel" | "iconButton" | "slot:definitionButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "emit:click:confirm" | "toolbarCallback" | "buttonLabel" | "slot:definitionButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
32
30
  export default _default;
@@ -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;
@@ -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
+ baseBlueprints?: "MD2" | "MD3";
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
+ baseBlueprints?: "MD2" | "MD3";
43
43
  constructor(id: guid, name: string);
44
44
  }
45
45
  export declare class DefaultTypographyBlueprint implements TypographyBlueprint {
@@ -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;
@@ -0,0 +1,12 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
2
+ columnName?: string;
3
+ } & {
4
+ variant?: "dropdown" | "journey";
5
+ } & {
6
+ colspan?: number;
7
+ }> & {} & {
8
+ "v-slots"?: {} & Omit<{
9
+ default?: import("vue").Slot;
10
+ }, never>;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "columnName" | "colspan"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ export default _default;
@@ -27,5 +27,5 @@ declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/u
27
27
  } & Omit<{
28
28
  default?: import("vue").Slot;
29
29
  }, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender" | "settingsRenderV2">;
30
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "multiple" | "list" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "items" | "readonly" | "slot:actions" | "emit:search" | "getApi" | "emit:click:clear" | "sortable" | "labelAdd" | "propertyValueMapping" | "returnSelectionAsObject" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "itemDeletable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "slot:settingsRenderV2" | "emit:showAdd" | "emit:showEdit" | "onClickAdd" | "onClickUpdate" | "onClickDelete"> & import("@omnia/fx/ux").VNodeEvents) => any;
30
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "multiple" | "list" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "items" | "readonly" | "slot:actions" | "emit:search" | "getApi" | "emit:click:clear" | "itemDeletable" | "sortable" | "labelAdd" | "propertyValueMapping" | "returnSelectionAsObject" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "slot:settingsRenderV2" | "emit:showAdd" | "emit:showEdit" | "onClickAdd" | "onClickUpdate" | "onClickDelete"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
31
  export default _default;
@@ -1 +1,8 @@
1
- export * from "@omnia/fx-models/internal-do-not-import-from-here/shared";
1
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/http";
3
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/services";
4
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/utils";
5
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/factory";
6
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/messaging";
7
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/events";
8
+ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/stores";
@@ -2,20 +2,23 @@ import { ActionDefinition, Spacing, SpacingValue } from "@omnia/fx-models";
2
2
  import { Vue } from "@omnia/fx/ux";
3
3
  interface ActionWidthDefinition {
4
4
  width: number;
5
- key: string;
5
+ id: string;
6
+ }
7
+ export interface ActionDefinitionInternal extends ActionDefinition {
8
+ id: string;
6
9
  }
7
10
  export declare const useActionMenuStore: () => {
8
11
  state: {
9
12
  buttonWidths: ActionWidthDefinition[];
10
13
  containerWidth: number;
11
- allActions: ActionDefinition[];
14
+ allActions: ActionDefinitionInternal[];
12
15
  switchesElement: Record<string, Vue>;
13
16
  };
14
17
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
15
18
  loadActions: (items: ActionDefinition[]) => void;
16
19
  calculateActionWidths: (buttons: HTMLElement[]) => void;
17
- calculateVisibleActions: (padding?: Spacing | SpacingValue, gapX?: SpacingValue | number) => ActionDefinition[];
18
- calculateOverflowActions: (visibleActions: ActionDefinition[]) => ActionDefinition[];
20
+ calculateVisibleActions: (padding?: Spacing | SpacingValue, gapX?: SpacingValue | number) => ActionDefinitionInternal[];
21
+ calculateOverflowActions: (visibleActions: ActionDefinitionInternal[]) => ActionDefinitionInternal[];
19
22
  }>;
20
23
  } & {
21
24
  dispose?: () => void;