@omnia/fx 8.0.386-dev → 8.0.388-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -2
  2. package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
  3. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/loc/localize.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/models/SubMenuItem.d.ts +5 -0
  5. package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/EditLocalizationBlade.d.ts +3 -1
  7. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogDetailBlade.d.ts +11 -0
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/useLoginLogBlade.d.ts +12 -0
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +27 -27
  13. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +4 -3
  14. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/store/BorderPickerStore.d.ts +32 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +5 -4
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +1 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -0
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +11 -7
  22. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +5 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +2 -1
  25. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +5 -4
  27. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +4 -3
  29. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +4 -3
  31. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.css.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +36 -0
  33. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/ExampleComponents.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +4 -0
  36. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +36 -0
  37. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +6 -0
  39. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +4 -2
  41. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +19 -16
  42. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +29 -0
  43. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +4 -3
  44. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -4
  45. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +90 -86
  46. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +3 -3
  47. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +5 -5
  48. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +5 -5
  49. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +19 -19
  50. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +5 -5
  53. package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +4 -1
  55. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +8 -0
  56. package/internal-do-not-import-from-here/ux/features/models/FeatureAction.d.ts +2 -1
  57. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.css.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.css.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -0
  60. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +3 -0
  61. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +6 -5
  62. package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +21 -0
  64. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +5 -4
  66. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +10 -1
  67. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +5 -3
  68. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +13 -3
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -3
  70. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  71. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  73. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +3 -3
  75. package/internal-do-not-import-from-here/ux/models/flow/TypographyNode.d.ts +2 -2
  76. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -11
  77. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +3 -1
  78. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +3 -3
  79. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +2 -0
  80. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +11 -3
  82. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +2 -2
  83. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +4 -3
  86. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +4 -3
  87. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  88. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -2
  91. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +2 -2
  92. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +3 -3
  93. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +2 -2
  95. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronTextContentBuilder.d.ts +3 -3
  96. package/internal-do-not-import-from-here/wctypings.d.ts +20 -16
  97. package/package.json +2 -2
  98. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker_old.d.ts +0 -0
  99. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/renderers/SwatchRenderer.d.ts +0 -47
  100. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker_old.d.ts +0 -0
  101. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.css.d.ts +0 -6
  102. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +0 -36
  103. /package/internal-do-not-import-from-here/ux/{admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney.d.ts → aurora/components/textcolorpicker/docs/SampleComponent.d.ts} +0 -0
@@ -18,11 +18,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
18
18
  blueprintStrategy?: string;
19
19
  } & DefineEmit<"click:select", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true>> & {
20
20
  "onUpdate:modelValue"?: (value: TabsBlueprints) => any;
21
- "onClick:select"?: (variant: BlueprintVariant) => any;
22
21
  "onClick:add"?: () => any;
22
+ "onClick:select"?: (variant: BlueprintVariant) => any;
23
23
  } & {
24
24
  "v-slots"?: {} & Omit<{
25
25
  default?: import("vue").Slot;
26
26
  }, never>;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "editable" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "emit:click:select" | "emit:click:add" | "selectable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "editable" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "emit:click:add" | "emit:click:select" | "selectable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
28
  export default _default;
@@ -13,15 +13,16 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
13
13
  themeType?: ThemeContextType;
14
14
  } & {
15
15
  variant?: EditorVariant;
16
- } & DefineEmit<"click:confirm", (value: TabsBlueprint) => void> & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & {
16
+ } & {
17
+ toolbarCallback?: (value: () => VNodeChild) => void;
18
+ } & DefineEmit<"click:confirm", (value: TabsBlueprint) => void> & DefineSlot<"activator", () => VNodeChild>> & {
17
19
  "onUpdate:modelValue"?: (value: TabsBlueprint) => any;
18
20
  "onClick:confirm"?: (value: TabsBlueprint) => any;
19
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
20
21
  } & {
21
22
  "v-slots"?: {
22
23
  activator?: () => VNodeChild;
23
24
  } & Omit<{
24
25
  default?: import("vue").Slot;
25
26
  }, "activator">;
26
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "emit:init:actionButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "toolbarCallback"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
28
  export default _default;
@@ -0,0 +1,4 @@
1
+ export declare const TextColorPickerStyles: {
2
+ pickerTop: string;
3
+ pickerBottom: string;
4
+ };
@@ -0,0 +1,36 @@
1
+ import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
2
+ import { DefineSlot } from "@omnia/fx/ux";
3
+ import { VNodeChild } from "vue";
4
+ type variant = "editor" | "picker" | "journey";
5
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
+ "emit:update:modelValue": (value: TextBlueprint) => void;
7
+ } & {
8
+ "v-model"?: TextBlueprint;
9
+ } & {
10
+ modelValue?: TextBlueprint;
11
+ } & {
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
+ } & {
16
+ variant?: variant;
17
+ } & {
18
+ toned?: boolean;
19
+ } & {
20
+ label?: string;
21
+ } & {
22
+ customTyping?: boolean;
23
+ } & {
24
+ singleColor?: boolean;
25
+ } & {
26
+ enableDynamicColor?: boolean;
27
+ } & DefineSlot<"activator", () => VNodeChild>> & {
28
+ "onUpdate:modelValue"?: (value: TextBlueprint) => any;
29
+ } & {
30
+ "v-slots"?: {
31
+ activator?: () => VNodeChild;
32
+ } & Omit<{
33
+ default?: import("vue").Slot;
34
+ }, "activator">;
35
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,4 @@
1
+ export declare const TextFormatPickerStyles: {
2
+ pickerTop: string;
3
+ pickerBottom: string;
4
+ };
@@ -0,0 +1,36 @@
1
+ import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
2
+ import { DefineSlot } from "@omnia/fx/ux";
3
+ import { VNodeChild } from "vue";
4
+ type variant = "dropdown" | "journey";
5
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
+ "emit:update:modelValue": (value: TextBlueprint) => void;
7
+ } & {
8
+ "v-model"?: TextBlueprint;
9
+ } & {
10
+ modelValue?: TextBlueprint;
11
+ } & {
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
+ } & {
16
+ variant?: variant;
17
+ } & {
18
+ toned?: boolean;
19
+ } & {
20
+ label?: string;
21
+ } & {
22
+ customTyping?: boolean;
23
+ } & {
24
+ singleColor?: boolean;
25
+ } & {
26
+ enableDynamicColor?: boolean;
27
+ } & DefineSlot<"activator", () => VNodeChild>> & {
28
+ "onUpdate:modelValue"?: (value: TextBlueprint) => any;
29
+ } & {
30
+ "v-slots"?: {
31
+ activator?: () => VNodeChild;
32
+ } & Omit<{
33
+ default?: import("vue").Slot;
34
+ }, "activator">;
35
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -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;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -1,4 +1,6 @@
1
1
  export declare const TextStylePickerStyles: {
2
- pickerTop: string;
3
- pickerBottom: string;
2
+ container: string;
3
+ colorPreview: (hoverColor: string) => string;
4
+ selectedPlaceholder: (dark: boolean) => string;
5
+ selected: (color: string, onBase: string) => string;
4
6
  };
@@ -1,36 +1,39 @@
1
- import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
2
1
  import { DefineSlot } from "@omnia/fx/ux";
3
- import { VNodeChild } from "vue";
4
- type variant = "editor" | "picker" | "blade";
2
+ import { TextBlueprint, ThemeContextType, TextStyleValue } from "@omnia/fx-models";
3
+ import { VNode } from "vue";
4
+ import { PickerVariant } from "internal/fx/ux/oxide/picker/models/SharedSettings";
5
+ export type TypographyPickerTypes = "default" | "title" | "text" | "variant" | "navigation";
5
6
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
- "emit:update:modelValue": (value: TextBlueprint) => void;
7
+ "emit:update:modelValue": (value: TextStyleValue) => void;
7
8
  } & {
8
- "v-model"?: TextBlueprint;
9
+ "v-model"?: TextStyleValue;
9
10
  } & {
10
- modelValue?: TextBlueprint;
11
+ modelValue?: TextStyleValue;
11
12
  } & {
12
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
13
+ customTyping?: boolean;
13
14
  } & {
14
15
  themeType?: ThemeContextType;
15
16
  } & {
16
- variant?: variant;
17
+ type?: TypographyPickerTypes;
18
+ } & {
19
+ textBlueprint?: TextBlueprint;
17
20
  } & {
18
21
  toned?: boolean;
19
22
  } & {
20
- label?: string;
23
+ variant?: PickerVariant;
21
24
  } & {
22
- customTyping?: boolean;
25
+ label?: string;
23
26
  } & {
24
- singleColor?: boolean;
27
+ placeholder?: string;
25
28
  } & {
26
- enableDynamicColor?: boolean;
27
- } & DefineSlot<"activator", () => VNodeChild>> & {
28
- "onUpdate:modelValue"?: (value: TextBlueprint) => any;
29
+ sampleText?: string;
30
+ } & DefineSlot<"activator", () => VNode>> & {
31
+ "onUpdate:modelValue"?: (value: TextStyleValue) => any;
29
32
  } & {
30
33
  "v-slots"?: {
31
- activator?: () => VNodeChild;
34
+ activator?: () => VNode;
32
35
  } & Omit<{
33
36
  default?: import("vue").Slot;
34
37
  }, "activator">;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
38
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "themeType" | "slot:activator" | "textBlueprint" | "customTyping" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
39
  export default _default;
@@ -0,0 +1,29 @@
1
+ import { ThemeContextType, ThemedTextStyleValue, TextStyleValue as textStyle } from "@omnia/fx-models";
2
+ export declare const useTextStylePickerStore: () => {
3
+ state: {
4
+ internalModel: textStyle;
5
+ sampleText: string;
6
+ };
7
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
8
+ clear: () => void;
9
+ select: (value: textStyle) => void;
10
+ initState: (model: textStyle, sampleText: string, themeType: ThemeContextType) => void;
11
+ }>;
12
+ get: {
13
+ displayText: (textStyle: ThemedTextStyleValue) => string;
14
+ displayIcon: (textStyle: ThemedTextStyleValue) => import("@omnia/fx-models").FontAwesomeIcon;
15
+ };
16
+ rules: {
17
+ isPlacerHolder: (textStyle: ThemedTextStyleValue) => boolean;
18
+ isSelected: (textStyle: textStyle) => boolean;
19
+ showTextStyle: (textStyle: ThemedTextStyleValue) => boolean;
20
+ };
21
+ dataTypes: {
22
+ titleStyles: ThemedTextStyleValue[];
23
+ textStyles: ThemedTextStyleValue[];
24
+ variantStyles: ThemedTextStyleValue[];
25
+ navigationStyles: ThemedTextStyleValue[];
26
+ };
27
+ } & {
28
+ dispose?: () => void;
29
+ };
@@ -12,15 +12,16 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
12
12
  variant?: EditorVariant;
13
13
  } & {
14
14
  preview?: boolean;
15
- } & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineEmit<"click:confirm", (value: ResolvedThemeDefinition) => void> & DefineSlot<"activator", () => VNodeChild>> & {
15
+ } & {
16
+ toolbarCallback?: (value: () => VNodeChild) => void;
17
+ } & DefineEmit<"click:confirm", (value: ResolvedThemeDefinition) => void> & DefineSlot<"activator", () => VNodeChild>> & {
16
18
  "onUpdate:modelValue"?: (value: ResolvedThemeDefinition) => any;
17
19
  "onClick:confirm"?: (value: ResolvedThemeDefinition) => any;
18
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
19
20
  } & {
20
21
  "v-slots"?: {
21
22
  activator?: () => VNodeChild;
22
23
  } & Omit<{
23
24
  default?: import("vue").Slot;
24
25
  }, "activator">;
25
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "preview" | "modelValue" | "v-model" | "emit:update:modelValue" | "slot:activator" | "emit:click:confirm" | "emit:init:actionButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "preview" | "modelValue" | "v-model" | "emit:update:modelValue" | "slot:activator" | "emit:click:confirm" | "toolbarCallback"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
27
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, ThemeContextType, TypographyBlueprint, TypographySizes, TypographyType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, ThemeContextType, TypographyBlueprint, TextStyleSizes, TextStyleType } 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: TypographyBlueprint) => void;
@@ -14,15 +14,15 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
14
14
  editable?: boolean;
15
15
  } & {
16
16
  themeType?: ThemeContextType;
17
- } & DefineEmit<"click:select", (typography: TypographyType, size: TypographySizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true> & DefineEmit<"click:addFill", () => true>> & {
17
+ } & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true> & DefineEmit<"click:addFill", () => true>> & {
18
18
  "onUpdate:modelValue"?: (value: TypographyBlueprint) => any;
19
- "onClick:select"?: (typography: "title" | "text" | "navigation" | "variants" | "fills", size: TypographySizes) => any;
20
19
  "onClick:add"?: () => any;
20
+ "onClick:select"?: (typography: "title" | "text" | "navigation" | "variants" | "fills", size: TextStyleSizes) => any;
21
21
  "onClick:selectFill"?: (variant: BlueprintVariant) => any;
22
22
  "onClick:addFill"?: () => any;
23
23
  } & {
24
24
  "v-slots"?: {} & Omit<{
25
25
  default?: import("vue").Slot;
26
26
  }, never>;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "editable" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "emit:click:select" | "emit:click:add" | "sampleText" | "emit:click:selectFill" | "emit:click:addFill"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "editable" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "emit:click:add" | "emit:click:select" | "sampleText" | "emit:click:selectFill" | "emit:click:addFill"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
28
  export default _default;