@omnia/fx 8.0.419-dev → 8.0.421-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 (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/services/identities/IdentityService.d.ts +5 -0
  3. package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
  4. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/{blades/switchingtemplate/journey/SwitchingTemplateSettings.d.ts → SwitchingTemplateJourney.d.ts} +3 -2
  7. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/loc/localize.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +4 -4
  9. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/AppPropertyNamingPolicyInput.d.ts +6 -12
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +9 -3
  11. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +9 -110
  12. package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -1
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/ComponentEditorStore.d.ts +14 -8
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/IconsEditorStore.d.ts +8 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -4
  16. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -4
  17. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +2 -4
  18. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +2 -4
  19. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +2 -4
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -11
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +2 -4
  23. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +2 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +2 -4
  25. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -4
  26. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +2 -4
  28. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +2 -4
  29. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +2 -4
  30. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +3 -10
  31. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -4
  32. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -4
  33. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +8 -0
  34. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +2 -4
  35. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +2 -4
  36. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +2 -4
  37. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +2 -4
  38. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +2 -4
  39. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -11
  40. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +2 -4
  41. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -4
  42. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +2 -4
  43. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +2 -4
  44. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +2 -4
  45. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +2 -4
  46. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -4
  47. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview.d.ts +2 -4
  49. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ThemePreview.d.ts +2 -4
  50. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +2 -4
  51. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -4
  52. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +2 -4
  53. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/aurora/store/ThemePreviewContextStore.d.ts +100 -0
  55. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
  57. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +14 -0
  58. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +0 -1
  65. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -2
  66. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +3 -0
  67. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +9 -0
  68. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +8 -7
  71. package/internal-do-not-import-from-here/wctypings.d.ts +14 -34
  72. package/package.json +3 -3
  73. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/MenuBlade.d.ts +0 -6
  74. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBlade.d.ts +0 -6
  75. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBladeRegistration.d.ts +0 -1
  76. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/index.d.ts +0 -2
  77. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateJourneyRegistration.d.ts +0 -1
  78. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettingsJourneyBladeIds.d.ts +0 -5
  79. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/IAppPropertyNamingPolicyInput.d.ts +0 -14
  80. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/index.d.ts +0 -1
  81. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +0 -12
  82. package/internal-do-not-import-from-here/ux/oxide/btn/Button.new.stylex.d.ts +0 -9
  83. package/internal-do-not-import-from-here/ux/oxide/btn/Button_bak.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, ContainerFillBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, ContainerFillBlueprint } from "@omnia/fx-models";
2
2
  import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -7,8 +7,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  "v-model"?: ContainerFillBlueprint;
8
8
  } & {
9
9
  modelValue?: ContainerFillBlueprint;
10
- } & {
11
- themeType?: ThemeContextType;
12
10
  } & {
13
11
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
14
12
  } & DefineEmit<"click:select", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true> & DefineSlot<"activator", () => VNodeChild>> & {
@@ -21,5 +19,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
21
19
  } & Omit<{
22
20
  default?: import("vue").Slot;
23
21
  }, "activator">;
24
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "emit:click:add" | "emit:click:select" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "emit:click:add" | "emit:click:select" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
23
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { DefineSlot } from "@omnia/fx/ux";
2
- import { ThemeContextType, TextFillDefinitionValue } from "@omnia/fx-models";
2
+ import { TextFillDefinitionValue } from "@omnia/fx-models";
3
3
  import { VNodeChild } from "vue";
4
4
  export type ColorPickerType = "default" | "colorSchema" | "onBase" | "base";
5
5
  type FillPickerVariant = "dialog" | "editor" | "journey";
@@ -17,8 +17,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
17
17
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
18
18
  } & {
19
19
  toned?: boolean;
20
- } & {
21
- themeType?: ThemeContextType;
22
20
  } & {
23
21
  enableDynamicColor?: boolean;
24
22
  } & {
@@ -39,5 +37,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
39
37
  } & Omit<{
40
38
  default?: import("vue").Slot;
41
39
  }, "activator">;
42
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "variant" | "colorType" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "singleColor" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
40
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "variant" | "colorType" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "singleColor" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
43
41
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ColorGradientValue, ColorSchemaType, ColorValue, FillDefinition, TextFillDefinitionValue, FilterPickerFilter, ThemeContextType } from "@omnia/fx-models";
1
+ import { ColorGradientValue, ColorSchemaType, ColorValue, FillDefinition, TextFillDefinitionValue, FilterPickerFilter } from "@omnia/fx-models";
2
2
  export declare enum ColorMode {
3
3
  colorOnly = "color",
4
4
  linearGradient = "linear",
@@ -26,7 +26,7 @@ export declare const useFillPickerStore: () => {
26
26
  addColor: (colorType: string, defaultColorSchemaType: ColorSchemaType, dynamicColor: boolean) => ColorGradientValue;
27
27
  removeColor: (index: number) => void;
28
28
  changeGradientMode: (newVal: any) => void;
29
- initState: (fill: TextFillDefinitionValue, themeContextType: ThemeContextType) => void;
29
+ initState: (fill: TextFillDefinitionValue) => void;
30
30
  }>;
31
31
  rules: {
32
32
  hasFillOneColor: () => boolean;
@@ -1,5 +1,5 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
- import { HeaderBlueprint, ThemeContextType } from "@omnia/fx-models";
2
+ import { HeaderBlueprint } from "@omnia/fx-models";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  "emit:update:modelValue": (value: HeaderBlueprint) => void;
5
5
  } & {
@@ -12,13 +12,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
12
12
  allowCustom?: boolean;
13
13
  } & {
14
14
  allowStateEdit?: boolean;
15
- } & {
16
- themeType?: ThemeContextType;
17
15
  } & DefineEmit<"update:modelValue", (value: HeaderBlueprint) => null>> & {
18
16
  "onUpdate:modelValue"?: (value: HeaderBlueprint) => any;
19
17
  } & {
20
18
  "v-slots"?: {} & Omit<{
21
19
  default?: import("vue").Slot;
22
20
  }, never>;
23
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "allowCustom" | "allowStateEdit"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "emit:update:modelValue" | "modelValue" | "v-model" | "allowCustom" | "allowStateEdit"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
22
  export default _default;
@@ -1,17 +1,15 @@
1
- import { HeaderBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { HeaderBlueprint } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: HeaderBlueprint) => void;
4
4
  } & {
5
5
  "v-model"?: HeaderBlueprint;
6
6
  } & {
7
7
  modelValue?: HeaderBlueprint;
8
- } & {
9
- themeType?: ThemeContextType;
10
8
  }> & {
11
9
  "onUpdate:modelValue"?: (value: HeaderBlueprint) => any;
12
10
  } & {
13
11
  "v-slots"?: {} & Omit<{
14
12
  default?: import("vue").Slot;
15
13
  }, never>;
16
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model" | "themeType"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
15
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, HeaderBlueprints, ThemeContextType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, HeaderBlueprints } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  "emit:update:modelValue": (value: HeaderBlueprints) => void;
@@ -6,8 +6,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  "v-model"?: HeaderBlueprints;
7
7
  } & {
8
8
  modelValue?: HeaderBlueprints;
9
- } & {
10
- themeType?: ThemeContextType;
11
9
  } & {
12
10
  toned?: boolean;
13
11
  } & {
@@ -22,5 +20,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
22
20
  "v-slots"?: {} & Omit<{
23
21
  default?: import("vue").Slot;
24
22
  }, never>;
25
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:click:add" | "emit:click:select" | "selectable" | "editable"> & import("@omnia/fx/ux").VNodeEvents) => any;
23
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:click:add" | "emit:click:select" | "selectable" | "editable"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
24
  export default _default;
@@ -1,25 +1,18 @@
1
- import { IconBlueprints, OIconSizes, ThemeContextType } from "@omnia/fx-models";
1
+ import { IconBlueprints, OIconSizes } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
- "emit:update:modelValue": (value: IconBlueprints) => void;
5
- } & {
6
- "v-model"?: IconBlueprints;
7
- } & {
8
- modelValue?: IconBlueprints;
4
+ blueprints?: IconBlueprints;
9
5
  } & {
10
6
  toned?: boolean;
11
7
  } & {
12
8
  label?: string;
13
9
  } & {
14
10
  selectable?: boolean;
15
- } & {
16
- themeType?: ThemeContextType;
17
11
  } & DefineEmit<"click:select", (size: OIconSizes) => true>> & {
18
- "onUpdate:modelValue"?: (value: IconBlueprints) => any;
19
12
  "onClick:select"?: (size: "small" | "default" | "x-small" | "large" | "x-large") => any;
20
13
  } & {
21
14
  "v-slots"?: {} & Omit<{
22
15
  default?: import("vue").Slot;
23
16
  }, never>;
24
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:click:select" | "selectable"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "blueprints" | "emit:click:select" | "selectable"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
18
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { IIcon, IconBlueprint } from "@omnia/fx-models";
2
2
  import { DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type EditorVariant = "default" | "dialog";
@@ -16,8 +16,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
16
16
  variant?: EditorVariant;
17
17
  } & {
18
18
  toned?: boolean;
19
- } & {
20
- themeType?: ThemeContextType;
21
19
  } & {
22
20
  size?: "small" | "default" | "x-small" | "large" | "x-large";
23
21
  } & {
@@ -36,5 +34,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
36
34
  } & Omit<{
37
35
  default?: import("vue").Slot;
38
36
  }, "activator">;
39
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "variant" | "size" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "simpleMode"> & import("@omnia/fx/ux").VNodeEvents) => any;
37
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "variant" | "size" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "simpleMode"> & import("@omnia/fx/ux").VNodeEvents) => any;
40
38
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { IIcon, IconBlueprint } from "@omnia/fx-models";
2
2
  import { DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type IconStylePickerVariant = "dialog" | "editor" | "blade";
@@ -12,8 +12,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
12
12
  icon?: IIcon;
13
13
  } & {
14
14
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
15
- } & {
16
- themeType?: ThemeContextType;
17
15
  } & {
18
16
  toned?: boolean;
19
17
  } & {
@@ -30,5 +28,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
30
28
  } & Omit<{
31
29
  default?: import("vue").Slot;
32
30
  }, "activator">;
33
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "enableDynamicColor" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "enableDynamicColor" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
34
32
  export default _default;
@@ -17,6 +17,14 @@ export declare const useIconStyleEditorStore: () => {
17
17
  };
18
18
  };
19
19
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
20
+ ensureModel(): void;
21
+ iconSize(): {
22
+ set: {
23
+ scaleValue(value: number): void;
24
+ numericValue(value: number): void;
25
+ };
26
+ };
27
+ changeSizeMode(type: string): void;
20
28
  initState: (model: IconBlueprint, size: OIconSizes) => void;
21
29
  }>;
22
30
  rules: {
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, InputBlueprints, ThemeContextType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, InputBlueprints } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  "emit:update:modelValue": (value: InputBlueprints) => void;
@@ -6,8 +6,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  "v-model"?: InputBlueprints;
7
7
  } & {
8
8
  modelValue?: InputBlueprints;
9
- } & {
10
- themeType?: ThemeContextType;
11
9
  } & {
12
10
  toned?: boolean;
13
11
  } & {
@@ -24,5 +22,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
22
  "v-slots"?: {} & Omit<{
25
23
  default?: import("vue").Slot;
26
24
  }, never>;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:click:add" | "emit:click:select" | "selectable" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:click:add" | "emit:click:select" | "selectable" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
26
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ThemeContextType, InputBlueprint } from "@omnia/fx-models";
1
+ import { InputBlueprint } from "@omnia/fx-models";
2
2
  import { TabsBlueprint } from "@omnia/fx-models";
3
3
  import { DefineEmit } from "@omnia/fx/ux";
4
4
  import { VNodeChild } from "vue";
@@ -8,8 +8,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
8
8
  "v-model"?: InputBlueprint;
9
9
  } & {
10
10
  modelValue?: InputBlueprint;
11
- } & {
12
- themeType?: ThemeContextType;
13
11
  } & {
14
12
  blueprintStrategy?: string;
15
13
  } & {
@@ -21,5 +19,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
21
19
  "v-slots"?: {} & Omit<{
22
20
  default?: import("vue").Slot;
23
21
  }, never>;
24
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:click:confirm" | "toolbarCallback" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model" | "emit:click:confirm" | "toolbarCallback" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
23
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, TabsBlueprint } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: BlueprintVariant | TabsBlueprint) => void;
4
4
  } & {
@@ -11,13 +11,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
11
  toned?: boolean;
12
12
  } & {
13
13
  customStyling?: boolean;
14
- } & {
15
- themeType?: ThemeContextType;
16
14
  }> & {
17
15
  "onUpdate:modelValue"?: (value: BlueprintVariant | TabsBlueprint) => any;
18
16
  } & {
19
17
  "v-slots"?: {} & Omit<{
20
18
  default?: import("vue").Slot;
21
19
  }, never>;
22
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
23
21
  export default _default;
@@ -1,8 +1,6 @@
1
- import { FontAwesomeIcon, ThemeContextType } from "@omnia/fx-models";
1
+ import { FontAwesomeIcon } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  toned?: boolean;
4
- } & {
5
- themeType?: ThemeContextType;
6
4
  } & {
7
5
  label?: string;
8
6
  } & {
@@ -11,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
9
  "v-slots"?: {} & Omit<{
12
10
  default?: import("vue").Slot;
13
11
  }, never>;
14
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "toned" | "themeType"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
13
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ITemplateRegistration, SpacingBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { ITemplateRegistration, SpacingBlueprint } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  type Variant = "list" | "picker";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -7,8 +7,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  "v-model"?: SpacingBlueprint;
8
8
  } & {
9
9
  modelValue?: SpacingBlueprint;
10
- } & {
11
- themeType?: ThemeContextType;
12
10
  } & {
13
11
  variant?: Variant;
14
12
  } & {
@@ -20,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
20
18
  "v-slots"?: {} & Omit<{
21
19
  default?: import("vue").Slot;
22
20
  }, never>;
23
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
22
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BorderStylingDefinition, ButtonBlueprint, ColorSchemaType, FillDefinition, HeaderBlueprint, IconBlueprints, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { BorderStylingDefinition, ButtonBlueprint, ColorSchemaType, FillDefinition, HeaderBlueprint, IconBlueprints, TabsBlueprint } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
3
  type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "icon-blueprints";
4
4
  declare const _default: {
@@ -8,9 +8,6 @@ declare const _default: {
8
8
  } & {
9
9
  activator?: () => VNodeChild;
10
10
  }>;
11
- themeType: {
12
- type: import("vue").PropType<ThemeContextType>;
13
- };
14
11
  colorSchemaTypePreview: {
15
12
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
16
13
  };
@@ -62,9 +59,6 @@ declare const _default: {
62
59
  } & {
63
60
  activator?: () => VNodeChild;
64
61
  }>;
65
- themeType: {
66
- type: import("vue").PropType<ThemeContextType>;
67
- };
68
62
  colorSchemaTypePreview: {
69
63
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
70
64
  };
@@ -106,9 +100,6 @@ declare const _default: {
106
100
  } & {
107
101
  activator?: () => VNodeChild;
108
102
  }>;
109
- themeType: {
110
- type: import("vue").PropType<ThemeContextType>;
111
- };
112
103
  colorSchemaTypePreview: {
113
104
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
114
105
  };
@@ -159,7 +150,6 @@ declare const _default: {
159
150
  } & {
160
151
  activator?: () => VNodeChild;
161
152
  };
162
- themeType?: ThemeContextType;
163
153
  colorSchemaTypePreview?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
164
154
  }>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:headerStyle" | "onSelected:iconBlueprints"> & {
165
155
  "onSelected:fillStyle"?: (style: FillDefinition) => any;
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, TabsBlueprints, ThemeContextType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, TabsBlueprints } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  "emit:update:modelValue": (value: TabsBlueprints) => void;
@@ -6,8 +6,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  "v-model"?: TabsBlueprints;
7
7
  } & {
8
8
  modelValue?: TabsBlueprints;
9
- } & {
10
- themeType?: ThemeContextType;
11
9
  } & {
12
10
  toned?: boolean;
13
11
  } & {
@@ -24,5 +22,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
22
  "v-slots"?: {} & Omit<{
25
23
  default?: import("vue").Slot;
26
24
  }, never>;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:click:add" | "emit:click:select" | "selectable" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:click:add" | "emit:click:select" | "selectable" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
26
  export default _default;
@@ -1,4 +1,3 @@
1
- import { ThemeContextType } from "@omnia/fx-models";
2
1
  import { TabsBlueprint } from "@omnia/fx-models";
3
2
  import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
4
3
  import { VNodeChild } from "vue";
@@ -9,8 +8,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
9
8
  "v-model"?: TabsBlueprint;
10
9
  } & {
11
10
  modelValue?: TabsBlueprint;
12
- } & {
13
- themeType?: ThemeContextType;
14
11
  } & {
15
12
  variant?: EditorVariant;
16
13
  } & {
@@ -24,5 +21,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
21
  } & Omit<{
25
22
  default?: import("vue").Slot;
26
23
  }, "activator">;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "emit:click:confirm" | "toolbarCallback"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "emit:click:confirm" | "toolbarCallback"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
25
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, TabsBlueprint } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: BlueprintVariant | TabsBlueprint) => void;
4
4
  } & {
@@ -11,13 +11,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
11
  toned?: boolean;
12
12
  } & {
13
13
  customStyling?: boolean;
14
- } & {
15
- themeType?: ThemeContextType;
16
14
  }> & {
17
15
  "onUpdate:modelValue"?: (value: BlueprintVariant | TabsBlueprint) => any;
18
16
  } & {
19
17
  "v-slots"?: {} & Omit<{
20
18
  default?: import("vue").Slot;
21
19
  }, never>;
22
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
23
21
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ITemplateRegistration, TextFillBlueprint, TextFillBlueprints, ThemeContextType } from "@omnia/fx-models";
1
+ import { ITemplateRegistration, TextFillBlueprint, TextFillBlueprints } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  type Variant = "list" | "picker";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -7,8 +7,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  "v-model"?: TextFillBlueprints;
8
8
  } & {
9
9
  modelValue?: TextFillBlueprints;
10
- } & {
11
- themeType?: ThemeContextType;
12
10
  } & {
13
11
  variant?: Variant;
14
12
  } & {
@@ -20,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
20
18
  "v-slots"?: {} & Omit<{
21
19
  default?: import("vue").Slot;
22
20
  }, never>;
23
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
22
  export default _default;
@@ -1,4 +1,4 @@
1
- import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { TextBlueprint } from "@omnia/fx-models";
2
2
  import { DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type variant = "editor" | "picker" | "journey";
@@ -10,8 +10,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
10
10
  modelValue?: TextBlueprint;
11
11
  } & {
12
12
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
13
- } & {
14
- themeType?: ThemeContextType;
15
13
  } & {
16
14
  variant?: variant;
17
15
  } & {
@@ -32,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
32
30
  } & Omit<{
33
31
  default?: import("vue").Slot;
34
32
  }, "activator">;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
33
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
34
  export default _default;
@@ -1,4 +1,4 @@
1
- import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { TextBlueprint } from "@omnia/fx-models";
2
2
  import { DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type variant = "dropdown" | "journey";
@@ -10,8 +10,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
10
10
  modelValue?: TextBlueprint;
11
11
  } & {
12
12
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
13
- } & {
14
- themeType?: ThemeContextType;
15
13
  } & {
16
14
  variant?: variant;
17
15
  } & {
@@ -32,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
32
30
  } & Omit<{
33
31
  default?: import("vue").Slot;
34
32
  }, "activator">;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
33
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
34
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { DefineSlot } from "@omnia/fx/ux";
2
- import { TextBlueprint, ThemeContextType, TextStyleValue, TypographyBlueprint, TextStyleBreakpointType } from "@omnia/fx-models";
2
+ import { TextBlueprint, TextStyleValue, TypographyBlueprint, TextStyleBreakpointType } from "@omnia/fx-models";
3
3
  import { VNode } from "vue";
4
4
  import { PickerVariant } from "internal/fx/ux/oxide/picker/models/SharedSettings";
5
5
  import { ViewTypes } from "./store/TextStylePickerStore";
@@ -12,8 +12,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
12
12
  modelValue?: number | TextStyleValue;
13
13
  } & {
14
14
  customTyping?: boolean;
15
- } & {
16
- themeType?: ThemeContextType;
17
15
  } & {
18
16
  viewType?: ViewTypes;
19
17
  } & {
@@ -42,5 +40,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
42
40
  } & Omit<{
43
41
  default?: import("vue").Slot;
44
42
  }, "activator">;
45
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "placeholder" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "textBlueprint" | "customTyping" | "viewType" | "previewType" | "typographyBlueprint" | "breakpoint" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "placeholder" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "textBlueprint" | "customTyping" | "viewType" | "previewType" | "typographyBlueprint" | "breakpoint" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
46
44
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ThemeContextType, ThemedTextStyleValue, TextStyleValue as textStyle, TypographyBlueprint, TextStyleBreakpointType } from "@omnia/fx-models";
1
+ import { ThemedTextStyleValue, TextStyleValue as textStyle, TypographyBlueprint, TextStyleBreakpointType } from "@omnia/fx-models";
2
2
  export type ViewTypes = "type-scale" | "system-styles" | "custom-styles";
3
3
  export declare const useTextStylePickerStore: () => {
4
4
  state: {
@@ -12,7 +12,7 @@ export declare const useTextStylePickerStore: () => {
12
12
  clear: () => void;
13
13
  setScaleValue(value: number): void;
14
14
  select: (value: textStyle) => void;
15
- initState: (model: textStyle | number, sampleText: string, themeType: ThemeContextType, viewType: ViewTypes, typographyBlueprint: TypographyBlueprint, breakpoint: TextStyleBreakpointType) => void;
15
+ initState: (model: textStyle | number, sampleText: string, viewType: ViewTypes, typographyBlueprint: TypographyBlueprint, breakpoint: TextStyleBreakpointType) => void;
16
16
  }>;
17
17
  get: {
18
18
  readonly iconSize: number;
@@ -1,12 +1,10 @@
1
- import { ThemeContextType, ResolvedThemeDefinition } from "@omnia/fx-models";
1
+ import { ResolvedThemeDefinition } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: ResolvedThemeDefinition) => void;
4
4
  } & {
5
5
  "v-model"?: ResolvedThemeDefinition;
6
6
  } & {
7
7
  modelValue?: ResolvedThemeDefinition;
8
- } & {
9
- themeType?: ThemeContextType;
10
8
  } & {
11
9
  hideColorSchemas?: boolean;
12
10
  } & {
@@ -17,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
17
15
  "v-slots"?: {} & Omit<{
18
16
  default?: import("vue").Slot;
19
17
  }, never>;
20
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "hideColorSchemas"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "hideColorSchemas"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
19
  export default _default;
@@ -1,12 +1,10 @@
1
- import { ThemeContextType, ResolvedThemeDefinition } from "@omnia/fx-models";
1
+ import { ResolvedThemeDefinition } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: ResolvedThemeDefinition) => void;
4
4
  } & {
5
5
  "v-model"?: ResolvedThemeDefinition;
6
6
  } & {
7
7
  modelValue?: ResolvedThemeDefinition;
8
- } & {
9
- themeType?: ThemeContextType;
10
8
  } & {
11
9
  hideColorSchemas?: boolean;
12
10
  } & {
@@ -17,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
17
15
  "v-slots"?: {} & Omit<{
18
16
  default?: import("vue").Slot;
19
17
  }, never>;
20
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "hideColorSchemas"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "hideColorSchemas"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
19
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ITemplateRegistration, ThemeContextType, TypographyBlueprint } from "@omnia/fx-models";
1
+ import { ITemplateRegistration, TypographyBlueprint } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  type Variant = "list" | "picker";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -7,8 +7,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  "v-model"?: TypographyBlueprint;
8
8
  } & {
9
9
  modelValue?: TypographyBlueprint;
10
- } & {
11
- themeType?: ThemeContextType;
12
10
  } & {
13
11
  variant?: Variant;
14
12
  } & {
@@ -20,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
20
18
  "v-slots"?: {} & Omit<{
21
19
  default?: import("vue").Slot;
22
20
  }, never>;
23
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
22
  export default _default;