@omnia/fx 8.0.384-dev → 8.0.386-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 (58) hide show
  1. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +7 -7
  2. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/admin/chrome/DashboardLayout.d.ts +6 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/EditLocalizationBlade.d.ts +15 -0
  6. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdmin.d.ts +2 -2
  7. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +47 -2
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +4 -4
  9. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +5 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +30 -20
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPickerPreview.css.d.ts +4 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker_old.d.ts +0 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +99 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/renderers/SwatchCardRenderer.d.ts +47 -0
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/renderers/SwatchRenderer.d.ts +47 -0
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +69 -0
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.css.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +3 -3
  26. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker_old.d.ts +0 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +39 -0
  28. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -2
  37. package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +0 -1
  39. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +4 -4
  40. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -13
  41. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +30 -0
  42. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.stylex.d.ts +4 -0
  43. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +10 -0
  45. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +3 -3
  46. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +4 -26
  47. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +3 -3
  48. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex.d.ts +0 -1
  50. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  54. package/internal-do-not-import-from-here/wctypings.d.ts +25 -7
  55. package/package.json +3 -3
  56. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdminStyles.css.d.ts +0 -3
  57. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/NodeComponent.d.ts +0 -38
  58. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/ServiceNode.d.ts +0 -17
@@ -1,5 +1,5 @@
1
1
  import { defineFactory, MessageBusExposeOnlySubscription, SetupFactoryContext } from "../core";
2
- import { IMessageBusSubscriptionHandler, IMessageBusTopicPublishSubscriber } from "@omnia/fx-models";
2
+ import { IMessageBusSubscriptionHandler, IMessageBusTopicPublishSubscriber, InstanceLifetimes } from "@omnia/fx-models";
3
3
  type MutateFn<T> = (value: T | ((prev: T) => T)) => void;
4
4
  export type StoreEvents<TState extends object, TEvents extends Record<string, IMessageBusTopicPublishSubscriber<any>> = {}> = {
5
5
  [K in keyof TState as `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<TState[K]>;
@@ -49,20 +49,20 @@ export interface IReturnSetupStore<TState, TGetters, TActions extends {
49
49
  }
50
50
  export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
51
51
  [key: string]: any;
52
- }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup>>;
52
+ }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup, lifetime?: InstanceLifetimes): ReturnType<typeof defineFactory<InferReturnSetup>>;
53
53
  export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
54
54
  [key: string]: any;
55
- }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1>(name: string, setup: (ctx: SetupStoreContext, param1: T1) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1>>;
55
+ }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1>(name: string, setup: (ctx: SetupStoreContext, param1: T1) => InferReturnSetup, lifetime?: InstanceLifetimes): ReturnType<typeof defineFactory<InferReturnSetup, T1>>;
56
56
  export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
57
57
  [key: string]: any;
58
- }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2>(name: string, setup: (ctx: SetupStoreContext, param1: T1, param2: T2) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2>>;
58
+ }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2>(name: string, setup: (ctx: SetupStoreContext, param1: T1, param2: T2) => InferReturnSetup, lifetime?: InstanceLifetimes): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2>>;
59
59
  export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
60
60
  [key: string]: any;
61
- }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2, T3>(name: string, setup: (ctx: SetupStoreContext, param1: T1, param2: T2, param3: T3) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2, T3>>;
61
+ }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2, T3>(name: string, setup: (ctx: SetupStoreContext, param1: T1, param2: T2, param3: T3, lifetime?: InstanceLifetimes) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2, T3>>;
62
62
  export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
63
63
  [key: string]: any;
64
- }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2, T3, T4>(name: string, setup: (ctx: SetupStoreContext, param1: T1, param2: T2, param3: T3, param4: T4) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2, T3, T4>>;
64
+ }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2, T3, T4>(name: string, setup: (ctx: SetupStoreContext, param1: T1, param2: T2, param3: T3, param4: T4, lifetime?: InstanceLifetimes) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2, T3, T4>>;
65
65
  export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
66
66
  [key: string]: any;
67
- }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2, T3, T4, T5>(name: string, setup: (ctx: SetupStoreContext, param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => InferReturnSetup): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2, T3, T4, T5>>;
67
+ }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>, T1, T2, T3, T4, T5>(name: string, setup: (ctx: SetupStoreContext, param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => InferReturnSetup, lifetime?: InstanceLifetimes): ReturnType<typeof defineFactory<InferReturnSetup, T1, T2, T3, T4, T5>>;
68
68
  export {};
@@ -646,6 +646,7 @@ export interface OmniaUxLocalization {
646
646
  ShowTitle: string;
647
647
  };
648
648
  OmniaAdmin: {
649
+ Title: string;
649
650
  Close: string;
650
651
  Administration: string;
651
652
  };
@@ -0,0 +1,6 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
2
+ "v-slots"?: {} & Omit<{
3
+ default?: import("vue").Slot;
4
+ }, never>;
5
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
6
+ export default _default;
@@ -18,6 +18,7 @@ export declare namespace SystemLocalization {
18
18
  ExternalDeploymentContactEmail: string;
19
19
  ExternalEmailInputHint: string;
20
20
  ExternalUserSyncContactEmail: string;
21
+ InvalidEmailHint: string;
21
22
  };
22
23
  AzureAdPermissions: {
23
24
  Id: string;
@@ -0,0 +1,15 @@
1
+ import { MultilingualString } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ "emit:update:modelValue": (value: MultilingualString) => void;
4
+ } & {
5
+ "v-model"?: MultilingualString;
6
+ } & {
7
+ modelValue?: MultilingualString;
8
+ }> & {
9
+ "onUpdate:modelValue"?: (value: MultilingualString) => any;
10
+ } & {
11
+ "v-slots"?: {} & Omit<{
12
+ default?: import("vue").Slot;
13
+ }, never>;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
+ export default _default;
@@ -1,6 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{}> & {} & {
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
2
2
  "v-slots"?: {} & Omit<{
3
3
  default?: import("vue").Slot;
4
4
  }, never>;
5
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never> & import("@omnia/fx/ux").VNodeEvents) => any;
5
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
6
6
  export default _default;
@@ -1,5 +1,5 @@
1
- import { Language, LanguageTags, UserdefinedLocalizationProperty, guid } from "@omnia/fx-models";
2
- import { LocalizationJson, OmniaServiceLocalizations, ServiceDefinition } from "../models";
1
+ import { Language, LanguageTags, MultilingualString, UserdefinedLocalizationProperty, guid } from "@omnia/fx-models";
2
+ import { LocalizationJson, LocalizationViewMode, OmniaServiceLocalizations, ServiceDefinition } from "../models";
3
3
  export interface JsonData {
4
4
  name?: string;
5
5
  json: any;
@@ -8,6 +8,51 @@ export interface JsonData {
8
8
  serviceId?: guid;
9
9
  language?: LanguageTags;
10
10
  }
11
+ export declare const useSystemLocalizationStore: () => {
12
+ events: import("@omnia/fx/stores").StoreEvents<{
13
+ currentOmniaServiceId: guid;
14
+ languageTags: LanguageTags[];
15
+ localizationTable: Record<string, string>;
16
+ currentLanguage: LanguageTags;
17
+ sortedLocalizationKey: string[];
18
+ languageInfos: Record<string, Language>;
19
+ localizationChanges: Record<string, UserdefinedLocalizationProperty>;
20
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
21
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
22
+ ensureLoadLocalization: (serviceId: guid) => Promise<void>;
23
+ onAddorUpdateLocalizationChange: (localizationChange: UserdefinedLocalizationProperty) => Promise<UserdefinedLocalizationProperty>;
24
+ updateLocalizationChanges: (changes?: UserdefinedLocalizationProperty[]) => void;
25
+ changeServiceId: (serviceId: guid) => void;
26
+ changeLanguage: (language: LanguageTags) => void;
27
+ resolveLocalizationTable: (json: object) => any[] | Record<string, string>;
28
+ }>;
29
+ get: {
30
+ getServiceIds: () => Promise<ServiceDefinition[]>;
31
+ getLocalization: (serviceId: guid) => OmniaServiceLocalizations<LocalizationJson>;
32
+ readonly localizationTable: Record<string, string>;
33
+ readonly localizationKeys: string[];
34
+ readonly localizationList: {
35
+ path: string;
36
+ value: string;
37
+ key: string;
38
+ }[];
39
+ otherLanguageLocalizations: (path: string, serviceId?: guid) => {
40
+ [language: string]: string;
41
+ };
42
+ multilingualModel: (path: string, languages: Language[]) => MultilingualString;
43
+ value: (json: object, path: string) => any;
44
+ haveMissingTranslation: (path: string) => boolean;
45
+ haveUpdate: (path: string) => boolean;
46
+ searchText: (text: string, path: string) => boolean;
47
+ queryKeys: ({ text, viewMode }: {
48
+ text?: string;
49
+ viewMode?: LocalizationViewMode;
50
+ }) => string[];
51
+ jsonStructure: (paths: string[]) => {};
52
+ };
53
+ } & {
54
+ dispose?: () => void;
55
+ };
11
56
  export declare const LocalizationAdminStore: () => {
12
57
  state: {
13
58
  languageTags: LanguageTags[];
@@ -1,5 +1,5 @@
1
1
  import { AffixDefinition, EnterprisePropertyDefinition, guid } from "@omnia/fx-models";
2
- import { IDataTableRowRenderer } from "@omnia/fx/ux";
2
+ import { IDataTableRow } from "@omnia/fx/ux";
3
3
  export interface AffixRowConfigurationData {
4
4
  availablePropertyTitleAsDict: {
5
5
  [internalName: string]: EnterprisePropertyDefinition;
@@ -36,12 +36,12 @@ export interface AffixRowProps {
36
36
  data: AffixRowConfigurationData;
37
37
  editingAffix: EditAffixDefinition;
38
38
  isPrefix: boolean;
39
- row: IDataTableRowRenderer<AffixDefinition>;
39
+ row: IDataTableRow<AffixDefinition>;
40
40
  onSaveAll: () => void;
41
41
  onDelete: (affix: AffixDefinition) => void;
42
42
  }
43
43
  export declare function useAffixRow(props: AffixRowProps): {
44
- renderEditAffix: () => IDataTableRowRenderer<AffixDefinition>;
45
- renderAffix: () => IDataTableRowRenderer<AffixDefinition>;
44
+ renderEditAffix: () => import("vue/jsx-runtime").JSX.Element;
45
+ renderAffix: () => import("vue/jsx-runtime").JSX.Element;
46
46
  };
47
47
  export {};
@@ -85,8 +85,8 @@ declare const _default: {
85
85
  handleAppActionError: () => void;
86
86
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
87
87
  propsDefinition: Omit<Readonly<{} & {
88
- appInstance?: AppInstance;
89
88
  action?: AppInstanceProgressActions;
89
+ appInstance?: AppInstance;
90
90
  deleteAppWithErrorStatusAfterCreating?: boolean;
91
91
  appBarTitle?: string;
92
92
  }>, "onDoc$" | "onHandleAppActionCompleted" | "onHandleAppActionError" | "onOnCloseFunc"> & {
@@ -108,8 +108,8 @@ declare const _default: {
108
108
  handleAppActionCompleted: (appInstance: AppInstance) => void;
109
109
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
110
110
  propsDefinition: Omit<Readonly<{} & {
111
- appInstance?: AppInstance;
112
111
  action?: AppInstanceProgressActions;
112
+ appInstance?: AppInstance;
113
113
  hideProgressLabel?: boolean;
114
114
  deleteAppWithErrorStatusAfterCreating?: boolean;
115
115
  onHandleBeforeUpdate?: () => Promise<void>;
@@ -1,7 +1,7 @@
1
1
  import { BackgroundDefinition, ThemeContextType } from "@omnia/fx-models";
2
2
  import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
- type EditorVariant = "default" | "dialog" | "blade";
4
+ type EditorVariant = "default" | "dialog" | "journey";
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  "emit:update:modelValue": (value: BackgroundDefinition) => void;
7
7
  } & {
@@ -42,5 +42,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
42
42
  } & Omit<{
43
43
  default?: import("vue").Slot;
44
44
  }, "activator">;
45
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "variant" | "label" | "modelValue" | "elevation" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "defaultColorSchemaType" | "enableDynamicColor" | "emit:init:actionButtons" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
45
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "variant" | "label" | "modelValue" | "elevation" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "emit:init:actionButtons" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
46
46
  export default _default;
@@ -34,5 +34,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
34
34
  } & Omit<{
35
35
  default?: import("vue").Slot;
36
36
  }, "activator">;
37
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "defaultColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
37
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "enableDynamicColor" | "defaultColorSchemaType" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
38
38
  export default _default;
@@ -19,11 +19,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
19
19
  editable?: boolean;
20
20
  } & DefineEmit<"click:select", (selection: ButtonBlueprintVariant) => true> & DefineEmit<"click:add", (selection: ButtonBlueprintType) => true>> & {
21
21
  "onUpdate:modelValue"?: (value: ButtonBlueprints) => any;
22
- "onClick:add"?: (selection: ButtonBlueprintType) => any;
23
22
  "onClick:select"?: (selection: ButtonBlueprintVariant) => any;
23
+ "onClick:add"?: (selection: ButtonBlueprintType) => any;
24
24
  } & {
25
25
  "v-slots"?: {} & Omit<{
26
26
  default?: import("vue").Slot;
27
27
  }, never>;
28
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "editable" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "emit:click:add" | "emit:click:select" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "editable" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "emit:click:select" | "emit:click:add" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
29
  export default _default;
@@ -1,7 +1,11 @@
1
1
  export declare const ColorPickerStyles: {
2
- transparentBackground: string;
3
2
  separator: (dark: boolean) => string;
4
3
  sliderBackground: (backgroundColor: string) => string;
4
+ swatchCard: {
5
+ card: string;
6
+ wrapper: (color: string, selected: boolean, disabled: boolean) => string;
7
+ color: (color: string) => string;
8
+ };
5
9
  swatch: (color: string) => string;
6
10
  swatchWrapper: (color: string, selected: boolean, disabled: boolean) => string;
7
11
  disabled: string;
@@ -1,6 +1,6 @@
1
1
  import { ColorSchemaType, ColorValue, ThemeContextType } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
- export type ColorPickerType = "default" | "base" | "onBase";
3
+ export type ColorPickerType = "default" | "base" | "onBase" | "colorSchema";
4
4
  declare const _default: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6
6
  "v-slots": import("vue").Prop<{
@@ -18,19 +18,22 @@ declare const _default: {
18
18
  label: {
19
19
  type: import("vue").PropType<string>;
20
20
  };
21
- switchableColorSchema: {
21
+ opacity: {
22
22
  type: import("vue").PropType<boolean>;
23
23
  };
24
- opacity: {
24
+ showSystemColors: {
25
+ type: import("vue").PropType<boolean>;
26
+ };
27
+ showPlaceholders: {
25
28
  type: import("vue").PropType<boolean>;
26
29
  };
27
- customColor: {
30
+ disableCustomColor: {
28
31
  type: import("vue").PropType<boolean>;
29
32
  };
30
33
  enableDynamicColor: {
31
34
  type: import("vue").PropType<boolean>;
32
35
  };
33
- defaultColorSchemaType: {
36
+ dynamicColorSchemaType: {
34
37
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
35
38
  };
36
39
  type: {
@@ -40,7 +43,7 @@ declare const _default: {
40
43
  type: import("vue").PropType<boolean>;
41
44
  };
42
45
  variant: {
43
- type: import("vue").PropType<"dropdown" | "journey">;
46
+ type: import("vue").PropType<"dropdown" | "journey" | "virtual-list">;
44
47
  };
45
48
  "onUpdate:modelValue": {
46
49
  type: import("vue").PropType<(value: ColorValue) => any | void>;
@@ -149,19 +152,22 @@ declare const _default: {
149
152
  label: {
150
153
  type: import("vue").PropType<string>;
151
154
  };
152
- switchableColorSchema: {
155
+ opacity: {
153
156
  type: import("vue").PropType<boolean>;
154
157
  };
155
- opacity: {
158
+ showSystemColors: {
156
159
  type: import("vue").PropType<boolean>;
157
160
  };
158
- customColor: {
161
+ showPlaceholders: {
162
+ type: import("vue").PropType<boolean>;
163
+ };
164
+ disableCustomColor: {
159
165
  type: import("vue").PropType<boolean>;
160
166
  };
161
167
  enableDynamicColor: {
162
168
  type: import("vue").PropType<boolean>;
163
169
  };
164
- defaultColorSchemaType: {
170
+ dynamicColorSchemaType: {
165
171
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
166
172
  };
167
173
  type: {
@@ -171,7 +177,7 @@ declare const _default: {
171
177
  type: import("vue").PropType<boolean>;
172
178
  };
173
179
  variant: {
174
- type: import("vue").PropType<"dropdown" | "journey">;
180
+ type: import("vue").PropType<"dropdown" | "journey" | "virtual-list">;
175
181
  };
176
182
  "onUpdate:modelValue": {
177
183
  type: import("vue").PropType<(value: ColorValue) => any | void>;
@@ -275,19 +281,22 @@ declare const _default: {
275
281
  label: {
276
282
  type: import("vue").PropType<string>;
277
283
  };
278
- switchableColorSchema: {
284
+ opacity: {
285
+ type: import("vue").PropType<boolean>;
286
+ };
287
+ showSystemColors: {
279
288
  type: import("vue").PropType<boolean>;
280
289
  };
281
- opacity: {
290
+ showPlaceholders: {
282
291
  type: import("vue").PropType<boolean>;
283
292
  };
284
- customColor: {
293
+ disableCustomColor: {
285
294
  type: import("vue").PropType<boolean>;
286
295
  };
287
296
  enableDynamicColor: {
288
297
  type: import("vue").PropType<boolean>;
289
298
  };
290
- defaultColorSchemaType: {
299
+ dynamicColorSchemaType: {
291
300
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
292
301
  };
293
302
  type: {
@@ -297,7 +306,7 @@ declare const _default: {
297
306
  type: import("vue").PropType<boolean>;
298
307
  };
299
308
  variant: {
300
- type: import("vue").PropType<"dropdown" | "journey">;
309
+ type: import("vue").PropType<"dropdown" | "journey" | "virtual-list">;
301
310
  };
302
311
  "onUpdate:modelValue": {
303
312
  type: import("vue").PropType<(value: ColorValue) => any | void>;
@@ -449,7 +458,7 @@ declare const _default: {
449
458
  };
450
459
  container?: boolean;
451
460
  opacity?: boolean;
452
- variant?: "dropdown" | "journey";
461
+ variant?: "dropdown" | "journey" | "virtual-list";
453
462
  label?: string;
454
463
  disabled?: boolean;
455
464
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
@@ -464,10 +473,11 @@ declare const _default: {
464
473
  "v-model"?: ColorValue;
465
474
  toned?: boolean;
466
475
  themeType?: ThemeContextType;
467
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
476
+ dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
468
477
  enableDynamicColor?: boolean;
469
- customColor?: boolean;
470
- switchableColorSchema?: boolean;
478
+ disableCustomColor?: boolean;
479
+ showPlaceholders?: boolean;
480
+ showSystemColors?: boolean;
471
481
  }>, "onUpdate:modelValue"> & {
472
482
  "onUpdate:modelValue"?: (value: ColorValue) => any;
473
483
  };
@@ -0,0 +1,4 @@
1
+ import { InputBlueprint } from "@omnia/fx-models";
2
+ export declare const ColorPreviewStyles: {
3
+ transparentBackground: (blueprint: InputBlueprint) => string;
4
+ };
@@ -0,0 +1,99 @@
1
+ import { ColorSchemaType, ColorValue } from "@omnia/fx-models";
2
+ export type ColorPickerType = "default" | "base" | "onBase" | "colorSchema";
3
+ declare const _default: {
4
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
+ dynamicColorSchemaType: {
6
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
7
+ };
8
+ color: {
9
+ type: import("vue").PropType<ColorValue>;
10
+ };
11
+ colorSchemaType: {
12
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | ColorSchemaType>;
13
+ required: boolean;
14
+ };
15
+ container: {
16
+ type: BooleanConstructor;
17
+ required: boolean;
18
+ };
19
+ colors: {
20
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
21
+ required: boolean;
22
+ };
23
+ }>> & {
24
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
25
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
+ "update:modelValue": (value: ColorValue) => any;
27
+ }, import("vue").PublicProps, {
28
+ container: boolean;
29
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
30
+ P: {};
31
+ B: {};
32
+ D: {};
33
+ C: {};
34
+ M: {};
35
+ Defaults: {};
36
+ }, Readonly<import("vue").ExtractPropTypes<{
37
+ dynamicColorSchemaType: {
38
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
39
+ };
40
+ color: {
41
+ type: import("vue").PropType<ColorValue>;
42
+ };
43
+ colorSchemaType: {
44
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | ColorSchemaType>;
45
+ required: boolean;
46
+ };
47
+ container: {
48
+ type: BooleanConstructor;
49
+ required: boolean;
50
+ };
51
+ colors: {
52
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
53
+ required: boolean;
54
+ };
55
+ }>> & {
56
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
57
+ }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
58
+ container: boolean;
59
+ }>;
60
+ __isFragment?: never;
61
+ __isTeleport?: never;
62
+ __isSuspense?: never;
63
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
64
+ dynamicColorSchemaType: {
65
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
66
+ };
67
+ color: {
68
+ type: import("vue").PropType<ColorValue>;
69
+ };
70
+ colorSchemaType: {
71
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | ColorSchemaType>;
72
+ required: boolean;
73
+ };
74
+ container: {
75
+ type: BooleanConstructor;
76
+ required: boolean;
77
+ };
78
+ colors: {
79
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
80
+ required: boolean;
81
+ };
82
+ }>> & {
83
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
84
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
85
+ "update:modelValue": (value: ColorValue) => any;
86
+ }, string, {
87
+ container: boolean;
88
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {
90
+ color?: ColorValue;
91
+ container?: boolean;
92
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
93
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
94
+ dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
95
+ }>, "onUpdate:modelValue"> & {
96
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
97
+ };
98
+ };
99
+ export default _default;
@@ -0,0 +1,47 @@
1
+ import { ColorValue } from "@omnia/fx-models";
2
+ export type ColorPickerType = "default" | "base" | "onBase";
3
+ declare const _default: {
4
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
+ disabled: {
6
+ type: import("vue").PropType<boolean>;
7
+ required: false;
8
+ };
9
+ }>> & {
10
+ onSelect?: (value: ColorValue) => any;
11
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ select: (value: ColorValue) => any;
13
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
14
+ P: {};
15
+ B: {};
16
+ D: {};
17
+ C: {};
18
+ M: {};
19
+ Defaults: {};
20
+ }, Readonly<import("vue").ExtractPropTypes<{
21
+ disabled: {
22
+ type: import("vue").PropType<boolean>;
23
+ required: false;
24
+ };
25
+ }>> & {
26
+ onSelect?: (value: ColorValue) => any;
27
+ }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
28
+ __isFragment?: never;
29
+ __isTeleport?: never;
30
+ __isSuspense?: never;
31
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
32
+ disabled: {
33
+ type: import("vue").PropType<boolean>;
34
+ required: false;
35
+ };
36
+ }>> & {
37
+ onSelect?: (value: ColorValue) => any;
38
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
+ select: (value: ColorValue) => any;
40
+ }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
41
+ propsDefinition: Omit<Readonly<{} & {
42
+ disabled?: boolean;
43
+ }>, "onSelect"> & {
44
+ onSelect?: (value: ColorValue) => any;
45
+ };
46
+ };
47
+ export default _default;
@@ -0,0 +1,47 @@
1
+ import { ColorValue } from "@omnia/fx-models";
2
+ export type ColorPickerType = "default" | "base" | "onBase";
3
+ declare const _default: {
4
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
+ disabled: {
6
+ type: import("vue").PropType<boolean>;
7
+ required: false;
8
+ };
9
+ }>> & {
10
+ onSelect?: (value: ColorValue) => any;
11
+ }, () => import("vue/jsx-runtime").JSX.Element | import("vue/jsx-runtime").JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ select: (value: ColorValue) => any;
13
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
14
+ P: {};
15
+ B: {};
16
+ D: {};
17
+ C: {};
18
+ M: {};
19
+ Defaults: {};
20
+ }, Readonly<import("vue").ExtractPropTypes<{
21
+ disabled: {
22
+ type: import("vue").PropType<boolean>;
23
+ required: false;
24
+ };
25
+ }>> & {
26
+ onSelect?: (value: ColorValue) => any;
27
+ }, () => import("vue/jsx-runtime").JSX.Element | import("vue/jsx-runtime").JSX.Element[], {}, {}, {}, {}>;
28
+ __isFragment?: never;
29
+ __isTeleport?: never;
30
+ __isSuspense?: never;
31
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
32
+ disabled: {
33
+ type: import("vue").PropType<boolean>;
34
+ required: false;
35
+ };
36
+ }>> & {
37
+ onSelect?: (value: ColorValue) => any;
38
+ }, () => import("vue/jsx-runtime").JSX.Element | import("vue/jsx-runtime").JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
+ select: (value: ColorValue) => any;
40
+ }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
41
+ propsDefinition: Omit<Readonly<{} & {
42
+ disabled?: boolean;
43
+ }>, "onSelect"> & {
44
+ onSelect?: (value: ColorValue) => any;
45
+ };
46
+ };
47
+ export default _default;