@omnia/fx 8.0.136-dev → 8.0.138-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
  17. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
  18. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
  19. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
  20. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
  21. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
  22. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
  23. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
  24. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
  25. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -0
  26. package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
  30. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  31. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
  32. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +145 -142
  34. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +290 -284
  35. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +290 -284
  36. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
  37. package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
  38. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
  39. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
  40. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
  41. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
  43. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
  44. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
  45. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +101 -35
  51. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
  52. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
  53. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +34 -32
  56. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +144 -142
  57. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
  58. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +144 -142
  59. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
  60. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +144 -142
  61. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
  62. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +15 -5
  63. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
  64. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
  65. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +144 -142
  66. package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
  67. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +8 -4
  68. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
  69. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +145 -142
  70. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
  71. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
  72. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
  73. package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
  75. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
  76. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
  77. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  78. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
  79. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
  80. package/internal-do-not-import-from-here/wctypings.d.ts +77 -12
  81. package/package.json +3 -3
  82. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
  83. package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -0,0 +1,99 @@
1
+ import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
2
+ import { DefineSlot } from "@omnia/fx/ux";
3
+ import { VNodeChild } from "vue";
4
+ type EditorVariant = "default" | "dialog";
5
+ declare const _default: (props: {
6
+ "v-model"?: IconBlueprint;
7
+ } & {
8
+ "onUpdate:modelValue"?: (value: IconBlueprint) => void;
9
+ } & {
10
+ modelValue?: IconBlueprint;
11
+ } & {
12
+ icon?: IIcon;
13
+ } & {
14
+ dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
15
+ } & {
16
+ variant?: EditorVariant;
17
+ } & {
18
+ themeType?: ThemeContextType;
19
+ } & {
20
+ simpleMode?: boolean;
21
+ } & {
22
+ enableDynamicColor?: boolean;
23
+ } & {
24
+ label?: string;
25
+ } & Omit<{
26
+ "onInit:actionButtons"?: (value: () => VNodeChild) => any;
27
+ }, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode"> & {
28
+ "v-slots"?: {
29
+ default?: import("vue").Slot;
30
+ } & DefineSlot<"activator", () => VNodeChild>;
31
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">) => {
32
+ $: import("vue").ComponentInternalInstance;
33
+ $data: {};
34
+ $props: {};
35
+ $attrs: {
36
+ [x: string]: unknown;
37
+ };
38
+ $refs: {
39
+ [x: string]: unknown;
40
+ };
41
+ $slots: Readonly<{
42
+ [name: string]: import("vue").Slot<any>;
43
+ }>;
44
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
45
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
46
+ $emit: (event: string, ...args: any[]) => void;
47
+ $el: any;
48
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
49
+ beforeCreate?: (() => void) | (() => void)[];
50
+ created?: (() => void) | (() => void)[];
51
+ beforeMount?: (() => void) | (() => void)[];
52
+ mounted?: (() => void) | (() => void)[];
53
+ beforeUpdate?: (() => void) | (() => void)[];
54
+ updated?: (() => void) | (() => void)[];
55
+ activated?: (() => void) | (() => void)[];
56
+ deactivated?: (() => void) | (() => void)[];
57
+ beforeDestroy?: (() => void) | (() => void)[];
58
+ beforeUnmount?: (() => void) | (() => void)[];
59
+ destroyed?: (() => void) | (() => void)[];
60
+ unmounted?: (() => void) | (() => void)[];
61
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
62
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
63
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
64
+ };
65
+ $forceUpdate: () => void;
66
+ $nextTick: typeof import("vue").nextTick;
67
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
68
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
69
+ propsDefinition: {
70
+ "v-model"?: IconBlueprint;
71
+ } & {
72
+ "onUpdate:modelValue"?: (value: IconBlueprint) => void;
73
+ } & {
74
+ modelValue?: IconBlueprint;
75
+ } & {
76
+ icon?: IIcon;
77
+ } & {
78
+ dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
79
+ } & {
80
+ variant?: EditorVariant;
81
+ } & {
82
+ themeType?: ThemeContextType;
83
+ } & {
84
+ simpleMode?: boolean;
85
+ } & {
86
+ enableDynamicColor?: boolean;
87
+ } & {
88
+ label?: string;
89
+ } & {
90
+ "v-slots"?: {
91
+ default?: import("vue").Slot;
92
+ } & DefineSlot<"activator", () => VNodeChild>;
93
+ } & {
94
+ "onInit:actionButtons"?: (value: () => VNodeChild) => any;
95
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">;
96
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
97
+ [key: string]: any;
98
+ }>;
99
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export declare const IconStylePickerStyles: {
2
+ selector: (dark: boolean) => string;
3
+ container: string;
4
+ };
@@ -1,4 +1,4 @@
1
- import { IIcon, IconBlueprint } from "@omnia/fx-models";
1
+ import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
2
2
  import { DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  declare const _default: (props: {
@@ -11,15 +11,17 @@ declare const _default: (props: {
11
11
  icon?: IIcon;
12
12
  } & {
13
13
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
14
+ } & {
15
+ themeType?: ThemeContextType;
14
16
  } & {
15
17
  enableDynamicColor?: boolean;
16
18
  } & {
17
19
  label?: string;
18
- } & Omit<{}, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
20
+ } & Omit<{}, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
19
21
  "v-slots"?: {
20
22
  default?: import("vue").Slot;
21
23
  } & DefineSlot<"activator", () => VNodeChild>;
22
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
24
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
23
25
  $: import("vue").ComponentInternalInstance;
24
26
  $data: {};
25
27
  $props: {};
@@ -67,6 +69,8 @@ declare const _default: (props: {
67
69
  icon?: IIcon;
68
70
  } & {
69
71
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
72
+ } & {
73
+ themeType?: ThemeContextType;
70
74
  } & {
71
75
  enableDynamicColor?: boolean;
72
76
  } & {
@@ -75,7 +79,7 @@ declare const _default: (props: {
75
79
  "v-slots"?: {
76
80
  default?: import("vue").Slot;
77
81
  } & DefineSlot<"activator", () => VNodeChild>;
78
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">;
82
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
79
83
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
80
84
  [key: string]: any;
81
85
  }>;
@@ -1,6 +1,6 @@
1
- import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, FillDefinition, TabsBlueprint } from "@omnia/fx-models";
1
+ import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, FillDefinition, IconBlueprints, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
- type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "chrome-style";
3
+ type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "chrome-style" | "icon-blueprints";
4
4
  declare const _default: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
6
  "v-slots": import("vue").Prop<{
@@ -8,6 +8,12 @@ declare const _default: {
8
8
  } & {
9
9
  activator?: () => VNodeChild;
10
10
  }>;
11
+ "theme-type": {
12
+ type: import("vue").PropType<ThemeContextType>;
13
+ };
14
+ themeType: {
15
+ type: import("vue").PropType<ThemeContextType>;
16
+ };
11
17
  "color-schema-type-preview": {
12
18
  type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
13
19
  };
@@ -32,18 +38,26 @@ declare const _default: {
32
38
  "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
33
39
  "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
34
40
  "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
41
+ "onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
35
42
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
43
  "selected:fillStyle": (style: FillDefinition) => any;
37
44
  "selected:borderStyle": (style: BorderStylingDefinition) => any;
38
45
  "selected:buttonStyle": (style: ButtonBlueprint) => any;
39
46
  "selected:tabsStyle": (style: TabsBlueprint) => any;
40
47
  "selected:chromeStyle": (style: ChromeBlueprint) => any;
48
+ "selected:iconBlueprints": (icons: IconBlueprints) => any;
41
49
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
42
50
  "v-slots": import("vue").Prop<{
43
51
  default?: import("../../DefineVueTypings").Slot<any[]>;
44
52
  } & {
45
53
  activator?: () => VNodeChild;
46
54
  }>;
55
+ "theme-type": {
56
+ type: import("vue").PropType<ThemeContextType>;
57
+ };
58
+ themeType: {
59
+ type: import("vue").PropType<ThemeContextType>;
60
+ };
47
61
  "color-schema-type-preview": {
48
62
  type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
49
63
  };
@@ -68,6 +82,7 @@ declare const _default: {
68
82
  "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
69
83
  "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
70
84
  "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
85
+ "onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
71
86
  }, {
72
87
  container?: any;
73
88
  colorSchemaType?: any;
@@ -85,6 +100,12 @@ declare const _default: {
85
100
  } & {
86
101
  activator?: () => VNodeChild;
87
102
  }>;
103
+ "theme-type": {
104
+ type: import("vue").PropType<ThemeContextType>;
105
+ };
106
+ themeType: {
107
+ type: import("vue").PropType<ThemeContextType>;
108
+ };
88
109
  "color-schema-type-preview": {
89
110
  type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
90
111
  };
@@ -109,6 +130,7 @@ declare const _default: {
109
130
  "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
110
131
  "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
111
132
  "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
133
+ "onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
112
134
  }, () => JSX.Element, {}, {}, {}, {
113
135
  container?: any;
114
136
  colorSchemaType?: any;
@@ -123,6 +145,12 @@ declare const _default: {
123
145
  } & {
124
146
  activator?: () => VNodeChild;
125
147
  }>;
148
+ "theme-type": {
149
+ type: import("vue").PropType<ThemeContextType>;
150
+ };
151
+ themeType: {
152
+ type: import("vue").PropType<ThemeContextType>;
153
+ };
126
154
  "color-schema-type-preview": {
127
155
  type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
128
156
  };
@@ -147,12 +175,14 @@ declare const _default: {
147
175
  "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
148
176
  "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
149
177
  "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
178
+ "onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
150
179
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
151
180
  "selected:fillStyle": (style: FillDefinition) => any;
152
181
  "selected:borderStyle": (style: BorderStylingDefinition) => any;
153
182
  "selected:buttonStyle": (style: ButtonBlueprint) => any;
154
183
  "selected:tabsStyle": (style: TabsBlueprint) => any;
155
184
  "selected:chromeStyle": (style: ChromeBlueprint) => any;
185
+ "selected:iconBlueprints": (icons: IconBlueprints) => any;
156
186
  }, string, {
157
187
  container?: any;
158
188
  colorSchemaType?: any;
@@ -170,14 +200,17 @@ declare const _default: {
170
200
  activator?: () => VNodeChild;
171
201
  };
172
202
  variant?: EditorVariant;
203
+ themeType?: ThemeContextType;
204
+ "theme-type"?: ThemeContextType;
173
205
  colorSchemaTypePreview?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
174
206
  "color-schema-type-preview"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
175
- }>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle"> & {
207
+ }>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle" | "onSelected:iconBlueprints"> & {
176
208
  "onSelected:fillStyle"?: (style: FillDefinition) => any;
177
209
  "onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
178
210
  "onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
179
211
  "onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
180
212
  "onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
213
+ "onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
181
214
  };
182
215
  };
183
216
  export default _default;
@@ -1,21 +1,23 @@
1
- import { BlueprintVariant, TabsBlueprints } from "@omnia/fx-models";
1
+ import { BlueprintVariant, TabsBlueprints, ThemeContextType } from "@omnia/fx-models";
2
2
  declare const _default: (props: {
3
3
  "v-model"?: TabsBlueprints;
4
4
  } & {
5
5
  "onUpdate:modelValue"?: (value: TabsBlueprints) => void;
6
6
  } & {
7
7
  modelValue?: TabsBlueprints;
8
+ } & {
9
+ themeType?: ThemeContextType;
8
10
  } & {
9
11
  toned?: boolean;
10
12
  } & {
11
13
  selectable?: boolean;
12
14
  } & Omit<{
13
15
  "onClick:select"?: (variant: BlueprintVariant) => any;
14
- }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable"> & {
16
+ }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable"> & {
15
17
  "v-slots"?: {
16
18
  default?: import("vue").Slot;
17
19
  };
18
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable">) => {
20
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable">) => {
19
21
  $: import("vue").ComponentInternalInstance;
20
22
  $data: {};
21
23
  $props: {};
@@ -59,6 +61,8 @@ declare const _default: (props: {
59
61
  "onUpdate:modelValue"?: (value: TabsBlueprints) => void;
60
62
  } & {
61
63
  modelValue?: TabsBlueprints;
64
+ } & {
65
+ themeType?: ThemeContextType;
62
66
  } & {
63
67
  toned?: boolean;
64
68
  } & {
@@ -69,7 +73,7 @@ declare const _default: (props: {
69
73
  };
70
74
  } & {
71
75
  "onClick:select"?: (variant: BlueprintVariant) => any;
72
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable">;
76
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable">;
73
77
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
78
  [key: string]: any;
75
79
  }>;
@@ -1,3 +1,4 @@
1
+ import { ThemeContextType } from "@omnia/fx-models";
1
2
  import { TabsBlueprint } from "@omnia/fx-models";
2
3
  import { DefineSlot } from "@omnia/fx/ux";
3
4
  import { VNodeChild } from "vue";
@@ -8,16 +9,18 @@ declare const _default: (props: {
8
9
  "onUpdate:modelValue"?: (value: TabsBlueprint) => void;
9
10
  } & {
10
11
  modelValue?: TabsBlueprint;
12
+ } & {
13
+ themeType?: ThemeContextType;
11
14
  } & {
12
15
  variant?: EditorVariant;
13
16
  } & Omit<{
14
17
  "onClick:confirm"?: (value: TabsBlueprint) => any;
15
18
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
16
- }, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant"> & {
19
+ }, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType"> & {
17
20
  "v-slots"?: {
18
21
  default?: import("vue").Slot;
19
22
  } & DefineSlot<"activator", () => VNodeChild>;
20
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">) => {
23
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType">) => {
21
24
  $: import("vue").ComponentInternalInstance;
22
25
  $data: {};
23
26
  $props: {};
@@ -61,6 +64,8 @@ declare const _default: (props: {
61
64
  "onUpdate:modelValue"?: (value: TabsBlueprint) => void;
62
65
  } & {
63
66
  modelValue?: TabsBlueprint;
67
+ } & {
68
+ themeType?: ThemeContextType;
64
69
  } & {
65
70
  variant?: EditorVariant;
66
71
  } & {
@@ -70,7 +75,7 @@ declare const _default: (props: {
70
75
  } & {
71
76
  "onClick:confirm"?: (value: TabsBlueprint) => any;
72
77
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
73
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">;
78
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType">;
74
79
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
75
80
  [key: string]: any;
76
81
  }>;
@@ -1,4 +1,4 @@
1
- import { TextBlueprint } from "@omnia/fx-models";
1
+ import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
2
2
  import { DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  declare const _default: (props: {
@@ -9,15 +9,17 @@ declare const _default: (props: {
9
9
  modelValue?: TextBlueprint;
10
10
  } & {
11
11
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
12
+ } & {
13
+ themeType?: ThemeContextType;
12
14
  } & {
13
15
  label?: string;
14
16
  } & {
15
17
  enableDynamicColor?: boolean;
16
- } & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
18
+ } & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
17
19
  "v-slots"?: {
18
20
  default?: import("vue").Slot;
19
21
  } & DefineSlot<"activator", () => VNodeChild>;
20
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
22
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">) => {
21
23
  $: import("vue").ComponentInternalInstance;
22
24
  $data: {};
23
25
  $props: {};
@@ -63,6 +65,8 @@ declare const _default: (props: {
63
65
  modelValue?: TextBlueprint;
64
66
  } & {
65
67
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
68
+ } & {
69
+ themeType?: ThemeContextType;
66
70
  } & {
67
71
  label?: string;
68
72
  } & {
@@ -71,7 +75,7 @@ declare const _default: (props: {
71
75
  "v-slots"?: {
72
76
  default?: import("vue").Slot;
73
77
  } & DefineSlot<"activator", () => VNodeChild>;
74
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor">;
78
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
75
79
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
76
80
  [key: string]: any;
77
81
  }>;
@@ -1,5 +1,5 @@
1
1
  import { DefineSlot } from "@omnia/fx/ux";
2
- import { BorderStylingDefinition } from "@omnia/fx-models";
2
+ import { BorderStylingDefinition, ThemeContextType } from "@omnia/fx-models";
3
3
  import { VNodeChild } from "vue";
4
4
  declare const _default: (props: {
5
5
  "v-model"?: BorderStylingDefinition;
@@ -11,6 +11,8 @@ declare const _default: (props: {
11
11
  individualRadiusSelection?: boolean;
12
12
  } & {
13
13
  individualWidthSelection?: boolean;
14
+ } & {
15
+ themeType?: ThemeContextType;
14
16
  } & {
15
17
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
16
18
  } & {
@@ -19,11 +21,11 @@ declare const _default: (props: {
19
21
  createNewColorDynamic?: boolean;
20
22
  } & {
21
23
  label?: string;
22
- } & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & {
24
+ } & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & {
23
25
  "v-slots"?: {
24
26
  default?: import("vue").Slot;
25
27
  };
26
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">) => {
28
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">) => {
27
29
  $: import("vue").ComponentInternalInstance;
28
30
  $data: {};
29
31
  $props: {};
@@ -71,6 +73,8 @@ declare const _default: (props: {
71
73
  individualRadiusSelection?: boolean;
72
74
  } & {
73
75
  individualWidthSelection?: boolean;
76
+ } & {
77
+ themeType?: ThemeContextType;
74
78
  } & {
75
79
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
76
80
  } & {
@@ -83,7 +87,7 @@ declare const _default: (props: {
83
87
  "v-slots"?: {
84
88
  default?: import("vue").Slot;
85
89
  };
86
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">;
90
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic">;
87
91
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
88
92
  [key: string]: any;
89
93
  }>;
@@ -1,4 +1,4 @@
1
- import { ColorValue } from "@omnia/fx-models";
1
+ import { ColorValue, ThemeContextType } from "@omnia/fx-models";
2
2
  export type ColorPickerType = "default" | "base" | "onBase";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -9,6 +9,12 @@ declare const _default: {
9
9
  type: import("vue").PropType<boolean>;
10
10
  required: false;
11
11
  };
12
+ "theme-type": {
13
+ type: import("vue").PropType<ThemeContextType>;
14
+ };
15
+ themeType: {
16
+ type: import("vue").PropType<ThemeContextType>;
17
+ };
12
18
  label: {
13
19
  type: import("vue").PropType<string>;
14
20
  } & {
@@ -129,6 +135,12 @@ declare const _default: {
129
135
  type: import("vue").PropType<boolean>;
130
136
  required: false;
131
137
  };
138
+ "theme-type": {
139
+ type: import("vue").PropType<ThemeContextType>;
140
+ };
141
+ themeType: {
142
+ type: import("vue").PropType<ThemeContextType>;
143
+ };
132
144
  label: {
133
145
  type: import("vue").PropType<string>;
134
146
  } & {
@@ -258,6 +270,12 @@ declare const _default: {
258
270
  type: import("vue").PropType<boolean>;
259
271
  required: false;
260
272
  };
273
+ "theme-type": {
274
+ type: import("vue").PropType<ThemeContextType>;
275
+ };
276
+ themeType: {
277
+ type: import("vue").PropType<ThemeContextType>;
278
+ };
261
279
  label: {
262
280
  type: import("vue").PropType<string>;
263
281
  } & {
@@ -384,6 +402,12 @@ declare const _default: {
384
402
  type: import("vue").PropType<boolean>;
385
403
  required: false;
386
404
  };
405
+ "theme-type": {
406
+ type: import("vue").PropType<ThemeContextType>;
407
+ };
408
+ themeType: {
409
+ type: import("vue").PropType<ThemeContextType>;
410
+ };
387
411
  label: {
388
412
  type: import("vue").PropType<string>;
389
413
  } & {
@@ -574,6 +598,8 @@ declare const _default: {
574
598
  "v-model"?: ColorValue;
575
599
  "onUpdate:modelValue"?: (value: ColorValue) => any;
576
600
  modelValue?: ColorValue;
601
+ themeType?: ThemeContextType;
602
+ "theme-type"?: ThemeContextType;
577
603
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
578
604
  "dynamic-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
579
605
  enableDynamicColor?: boolean;