@omnia/fx 8.0.393-dev → 8.0.395-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 (108) hide show
  1. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +3 -0
  4. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +5 -2
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +62 -13
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +2 -7
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ComponentEditorStore.d.ts +0 -29
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/ContainerFillsBlade.stylex.d.ts +3 -0
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +32 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +92 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/TextFillsEditorStore.d.ts +32 -0
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/textBlades/TextFillsBlade.d.ts +22 -0
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +12 -3
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/TypographyJourney.d.ts +22 -0
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditTypographyDefinitionBlade.d.ts +16 -0
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditTypographyFillBlade.d.ts +16 -0
  18. package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.d.ts +25 -25
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +10 -0
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +31 -326
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaDefinitionPickerStore.d.ts +23 -0
  24. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprints.stylex.d.ts +3 -0
  25. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +24 -0
  26. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +25 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +13 -0
  28. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.stylex.d.ts +5 -0
  29. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +24 -0
  30. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.stylex.d.ts +3 -0
  31. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +14 -292
  32. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprints.stylex.d.ts +3 -0
  33. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +24 -0
  34. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +24 -0
  35. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.css.d.ts +1 -0
  36. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -7
  37. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +30 -162
  38. package/internal-do-not-import-from-here/ux/journey/BlabeContext.d.ts +9 -8
  39. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -3
  40. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +0 -3
  41. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +7 -9
  43. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +7 -1
  44. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +9 -0
  46. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +4 -1
  47. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +112 -72
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +14 -0
  51. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
  54. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
  55. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +5 -1
  56. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +4 -3
  60. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
  61. package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +3 -0
  62. package/internal-do-not-import-from-here/ux/oxide/select/store/MultiSelectStore.d.ts +35 -0
  63. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +16 -0
  64. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.stylex.d.ts +6 -0
  65. package/internal-do-not-import-from-here/ux/oxide/selection/docs/ExampleComponents.d.ts +1 -0
  66. package/internal-do-not-import-from-here/ux/oxide/selection/docs/index.d.ts +1 -0
  67. package/internal-do-not-import-from-here/ux/oxide/selection/store/SelectionStore.d.ts +35 -0
  68. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  69. package/internal-do-not-import-from-here/wctypings.d.ts +94 -34
  70. package/package.json +3 -3
  71. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +0 -29
  72. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +0 -26
  73. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +0 -27
  74. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeEditorStore.d.ts +0 -26
  75. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +0 -12
  76. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/ComponentsJourney.d.ts → BlueprintsJourney.d.ts} +0 -0
  77. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/AddBlueprint.d.ts +0 -0
  78. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/BlueprintPreview.d.ts +0 -0
  79. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonBladeEdit.d.ts +0 -0
  80. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonsBlade.d.ts +0 -0
  81. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/EditBlueprints.d.ts +0 -0
  82. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBlade.d.ts +0 -0
  83. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBladeEdit.d.ts +0 -0
  84. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBlade.d.ts +0 -0
  85. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBladeEdit.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBlade.d.ts +0 -0
  87. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBladeEdit.d.ts +0 -0
  88. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBlade.d.ts +0 -0
  89. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBladeEdit.d.ts +0 -0
  90. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ButtonsEditorStore.d.ts +0 -0
  91. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/HeaderEditorStore.d.ts +0 -0
  92. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/IconsEditorStore.d.ts +0 -0
  93. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/InputEditorStore.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/TabsEditorStore.d.ts +0 -0
  95. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainerFillsBladeEdit.d.ts → fills/FillsJourney.d.ts} +0 -0
  96. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/TypographyJourney.d.ts → fills/containerBlades/ContainerFillsBlade.d.ts} +0 -0
  97. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainersFillsBlade.d.ts → fills/containerBlades/ContainerFillsEditBlade.d.ts} +0 -0
  98. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/SpacingJourney.d.ts → fills/textBlades/TextFillsEditBlade.d.ts} +0 -0
  99. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts → spacing/SpacingJourney.d.ts} +0 -0
  100. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts → spacing/blades/EditSpacingBlueprintBlade.d.ts} +0 -0
  101. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts → spacing/blades/EditSpacingDefinitionBlade.d.ts} +0 -0
  102. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/store/SpacingEditorStore.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts → themes/blades/EditColorSchemasBlade.d.ts} +0 -0
  104. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyFillBlade.d.ts → typography/blades/EditTypographyBlueprintBlade.d.ts} +0 -0
  105. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.css.d.ts +0 -0
  106. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontRegistration.d.ts +0 -0
  107. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/store/TypographyEditorStore.d.ts +0 -0
  108. /package/internal-do-not-import-from-here/ux/{admin/usermanagement/users/pending_approval/DetailBlade.d.ts → oxide/selection/docs/SampleComponent.d.ts} +0 -0
@@ -0,0 +1,24 @@
1
+ import { ContainerFillBlueprints, ITemplateRegistration, ThemeContextType } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ type Variant = "list" | "picker";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ "emit:update:modelValue": (value: ContainerFillBlueprints) => void;
6
+ } & {
7
+ "v-model"?: ContainerFillBlueprints;
8
+ } & {
9
+ modelValue?: ContainerFillBlueprints;
10
+ } & {
11
+ themeType?: ThemeContextType;
12
+ } & {
13
+ variant?: Variant;
14
+ } & {
15
+ label?: string;
16
+ } & DefineEmit<"select:template", (variant: ITemplateRegistration<ContainerFillBlueprints>) => true>> & {
17
+ "onUpdate:modelValue"?: (value: ContainerFillBlueprints) => any;
18
+ "onSelect:template"?: (variant: ITemplateRegistration<ContainerFillBlueprints, import("@omnia/fx-models").TemplateRegistrationType>) => any;
19
+ } & {
20
+ "v-slots"?: {} & Omit<{
21
+ default?: import("vue").Slot;
22
+ }, never>;
23
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { BlueprintVariant, ContainerFillBlueprint, ThemeContextType } from "@omnia/fx-models";
2
+ import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
+ import { VNodeChild } from "vue";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ "emit:update:modelValue": (value: ContainerFillBlueprint) => void;
6
+ } & {
7
+ "v-model"?: ContainerFillBlueprint;
8
+ } & {
9
+ modelValue?: ContainerFillBlueprint;
10
+ } & {
11
+ themeType?: ThemeContextType;
12
+ } & {
13
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
14
+ } & DefineEmit<"click:select", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true> & DefineSlot<"activator", () => VNodeChild>> & {
15
+ "onUpdate:modelValue"?: (value: ContainerFillBlueprint) => any;
16
+ "onClick:add"?: () => any;
17
+ "onClick:select"?: (variant: BlueprintVariant) => any;
18
+ } & {
19
+ "v-slots"?: {
20
+ activator?: () => VNodeChild;
21
+ } & Omit<{
22
+ default?: import("vue").Slot;
23
+ }, "activator">;
24
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:add" | "emit:click:select" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import { ThemeContextType } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ toned?: boolean;
4
+ } & {
5
+ themeType?: ThemeContextType;
6
+ } & {
7
+ label?: string;
8
+ }> & {} & {
9
+ "v-slots"?: {} & Omit<{
10
+ default?: import("vue").Slot;
11
+ }, never>;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "themeType"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ export default _default;
@@ -0,0 +1,5 @@
1
+ export declare const PlaceholderStyles: {
2
+ selectorWrapper: () => import("@omnia/fx/ux").StylexValue;
3
+ containerOverflow: import("@omnia/fx/ux").StylexValue;
4
+ overlay: (dark: boolean) => string;
5
+ };
@@ -0,0 +1,24 @@
1
+ import { ITemplateRegistration, SpacingBlueprint, ThemeContextType } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ type Variant = "list" | "picker";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ "emit:update:modelValue": (value: SpacingBlueprint) => void;
6
+ } & {
7
+ "v-model"?: SpacingBlueprint;
8
+ } & {
9
+ modelValue?: SpacingBlueprint;
10
+ } & {
11
+ themeType?: ThemeContextType;
12
+ } & {
13
+ variant?: Variant;
14
+ } & {
15
+ label?: string;
16
+ } & DefineEmit<"select:template", (variant: ITemplateRegistration<SpacingBlueprint>) => true>> & {
17
+ "onUpdate:modelValue"?: (value: SpacingBlueprint) => any;
18
+ "onSelect:template"?: (variant: ITemplateRegistration<SpacingBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => any;
19
+ } & {
20
+ "v-slots"?: {} & Omit<{
21
+ default?: import("vue").Slot;
22
+ }, never>;
23
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const FillStyles: {
2
+ preview: Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
3
+ };
@@ -1,295 +1,17 @@
1
+ import { DefineEmit } from "@omnia/fx/ux";
1
2
  import { SpacingBlueprint, SpacingScale } from "@omnia/fx/models";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- "onUpdate:modelValue": {
5
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
6
- };
7
- "v-model": {
8
- type: import("vue").PropType<SpacingBlueprint>;
9
- required: false;
10
- };
11
- modelValue: {
12
- type: import("vue").PropType<SpacingBlueprint>;
13
- required: false;
14
- };
15
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
16
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
17
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
18
- type: import("vue").PropType<SpacingBlueprint>;
19
- required: false;
20
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
21
- type: import("vue").PropType<SpacingBlueprint>;
22
- required: false;
23
- }; } & {
24
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingBlueprint, {
25
- "onUpdate:modelValue": {
26
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
27
- };
28
- } & {
29
- "v-model": {
30
- type: import("vue").PropType<SpacingBlueprint>;
31
- required: false;
32
- };
33
- } & {
34
- modelValue: {
35
- type: import("vue").PropType<SpacingBlueprint>;
36
- required: false;
37
- };
38
- }>;
39
- defaultValue(value?: SpacingBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingBlueprint, {
40
- "onUpdate:modelValue": {
41
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
42
- };
43
- } & {
44
- "v-model": {
45
- type: import("vue").PropType<SpacingBlueprint>;
46
- required: false;
47
- };
48
- } & {
49
- modelValue: {
50
- type: import("vue").PropType<SpacingBlueprint>;
51
- required: false;
52
- };
53
- }, false>;
54
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingBlueprint, {
55
- "onUpdate:modelValue": {
56
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
57
- };
58
- } & {
59
- "v-model": {
60
- type: import("vue").PropType<SpacingBlueprint>;
61
- required: false;
62
- };
63
- } & {
64
- modelValue: {
65
- type: import("vue").PropType<SpacingBlueprint>;
66
- required: false;
67
- };
68
- }>;
69
- };
70
- }>> & {
71
- "onClick:select"?: (value: SpacingScale) => any;
72
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
- "click:select": (value: SpacingScale) => true;
74
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
75
- P: {};
76
- B: {};
77
- D: {};
78
- C: {};
79
- M: {};
80
- Defaults: {};
81
- }, Readonly<import("vue").ExtractPropTypes<{
82
- "onUpdate:modelValue": {
83
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
84
- };
85
- "v-model": {
86
- type: import("vue").PropType<SpacingBlueprint>;
87
- required: false;
88
- };
89
- modelValue: {
90
- type: import("vue").PropType<SpacingBlueprint>;
91
- required: false;
92
- };
93
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
94
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
95
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
96
- type: import("vue").PropType<SpacingBlueprint>;
97
- required: false;
98
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
99
- type: import("vue").PropType<SpacingBlueprint>;
100
- required: false;
101
- }; } & {
102
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingBlueprint, {
103
- "onUpdate:modelValue": {
104
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
105
- };
106
- } & {
107
- "v-model": {
108
- type: import("vue").PropType<SpacingBlueprint>;
109
- required: false;
110
- };
111
- } & {
112
- modelValue: {
113
- type: import("vue").PropType<SpacingBlueprint>;
114
- required: false;
115
- };
116
- }>;
117
- defaultValue(value?: SpacingBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingBlueprint, {
118
- "onUpdate:modelValue": {
119
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
120
- };
121
- } & {
122
- "v-model": {
123
- type: import("vue").PropType<SpacingBlueprint>;
124
- required: false;
125
- };
126
- } & {
127
- modelValue: {
128
- type: import("vue").PropType<SpacingBlueprint>;
129
- required: false;
130
- };
131
- }, false>;
132
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingBlueprint, {
133
- "onUpdate:modelValue": {
134
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
135
- };
136
- } & {
137
- "v-model": {
138
- type: import("vue").PropType<SpacingBlueprint>;
139
- required: false;
140
- };
141
- } & {
142
- modelValue: {
143
- type: import("vue").PropType<SpacingBlueprint>;
144
- required: false;
145
- };
146
- }>;
147
- };
148
- }>> & {
149
- "onClick:select"?: (value: SpacingScale) => any;
150
- }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
151
- __isFragment?: never;
152
- __isTeleport?: never;
153
- __isSuspense?: never;
154
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
155
- "onUpdate:modelValue": {
156
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
157
- };
158
- "v-model": {
159
- type: import("vue").PropType<SpacingBlueprint>;
160
- required: false;
161
- };
162
- modelValue: {
163
- type: import("vue").PropType<SpacingBlueprint>;
164
- required: false;
165
- };
166
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
167
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
168
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
169
- type: import("vue").PropType<SpacingBlueprint>;
170
- required: false;
171
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
172
- type: import("vue").PropType<SpacingBlueprint>;
173
- required: false;
174
- }; } & {
175
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingBlueprint, {
176
- "onUpdate:modelValue": {
177
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
178
- };
179
- } & {
180
- "v-model": {
181
- type: import("vue").PropType<SpacingBlueprint>;
182
- required: false;
183
- };
184
- } & {
185
- modelValue: {
186
- type: import("vue").PropType<SpacingBlueprint>;
187
- required: false;
188
- };
189
- }>;
190
- defaultValue(value?: SpacingBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingBlueprint, {
191
- "onUpdate:modelValue": {
192
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
193
- };
194
- } & {
195
- "v-model": {
196
- type: import("vue").PropType<SpacingBlueprint>;
197
- required: false;
198
- };
199
- } & {
200
- modelValue: {
201
- type: import("vue").PropType<SpacingBlueprint>;
202
- required: false;
203
- };
204
- }, false>;
205
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingBlueprint, {
206
- "onUpdate:modelValue": {
207
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
208
- };
209
- } & {
210
- "v-model": {
211
- type: import("vue").PropType<SpacingBlueprint>;
212
- required: false;
213
- };
214
- } & {
215
- modelValue: {
216
- type: import("vue").PropType<SpacingBlueprint>;
217
- required: false;
218
- };
219
- }>;
220
- };
221
- }>> & {
3
+ type Variant = "list" | "picker";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ blueprint?: SpacingBlueprint;
6
+ } & {
7
+ variant?: Variant;
8
+ } & {
9
+ height?: string;
10
+ } & DefineEmit<"click:select", (value: SpacingScale) => true>> & {
222
11
  "onClick:select"?: (value: SpacingScale) => any;
223
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
224
- "click:select": (value: SpacingScale) => true;
225
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
226
- propsDefinition: Omit<Readonly<{} & {
227
- name?: {
228
- [x: `onUpdate:${string}`]: {
229
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
230
- };
231
- } & {
232
- [x: `v-model:${string}`]: {
233
- type: import("vue").PropType<SpacingBlueprint>;
234
- required: false;
235
- };
236
- } & {
237
- [x: string]: {
238
- type: import("vue").PropType<SpacingBlueprint>;
239
- required: false;
240
- };
241
- } & {
242
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, SpacingBlueprint, {
243
- "onUpdate:modelValue": {
244
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
245
- };
246
- } & {
247
- "v-model": {
248
- type: import("vue").PropType<SpacingBlueprint>;
249
- required: false;
250
- };
251
- } & {
252
- modelValue: {
253
- type: import("vue").PropType<SpacingBlueprint>;
254
- required: false;
255
- };
256
- }>;
257
- defaultValue(value?: SpacingBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, SpacingBlueprint, {
258
- "onUpdate:modelValue": {
259
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
260
- };
261
- } & {
262
- "v-model": {
263
- type: import("vue").PropType<SpacingBlueprint>;
264
- required: false;
265
- };
266
- } & {
267
- modelValue: {
268
- type: import("vue").PropType<SpacingBlueprint>;
269
- required: false;
270
- };
271
- }, false>;
272
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, SpacingBlueprint, {
273
- "onUpdate:modelValue": {
274
- type: import("vue").PropType<(value: SpacingBlueprint) => any | void>;
275
- };
276
- } & {
277
- "v-model": {
278
- type: import("vue").PropType<SpacingBlueprint>;
279
- required: false;
280
- };
281
- } & {
282
- modelValue: {
283
- type: import("vue").PropType<SpacingBlueprint>;
284
- required: false;
285
- };
286
- }>;
287
- };
288
- modelValue?: SpacingBlueprint;
289
- "onUpdate:modelValue"?: (value: SpacingBlueprint) => any | void;
290
- "v-model"?: SpacingBlueprint;
291
- }>, "onClick:select"> & {
292
- "onClick:select"?: (value: SpacingScale) => any;
293
- };
294
- };
12
+ } & {
13
+ "v-slots"?: {} & Omit<{
14
+ default?: import("vue").Slot;
15
+ }, never>;
16
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "height" | "variant" | "emit:click:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
295
17
  export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const FillStyles: {
2
+ preview: Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
3
+ };
@@ -0,0 +1,24 @@
1
+ import { ITemplateRegistration, TextFillBlueprint, TextFillBlueprints, ThemeContextType } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ type Variant = "list" | "picker";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ "emit:update:modelValue": (value: TextFillBlueprints) => void;
6
+ } & {
7
+ "v-model"?: TextFillBlueprints;
8
+ } & {
9
+ modelValue?: TextFillBlueprints;
10
+ } & {
11
+ themeType?: ThemeContextType;
12
+ } & {
13
+ variant?: Variant;
14
+ } & {
15
+ label?: string;
16
+ } & DefineEmit<"select:template", (variant: ITemplateRegistration<TextFillBlueprint>) => true>> & {
17
+ "onUpdate:modelValue"?: (value: TextFillBlueprints) => any;
18
+ "onSelect:template"?: (variant: ITemplateRegistration<TextFillBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => any;
19
+ } & {
20
+ "v-slots"?: {} & Omit<{
21
+ default?: import("vue").Slot;
22
+ }, never>;
23
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { ITemplateRegistration, ThemeContextType, TypographyBlueprint } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ type Variant = "list" | "picker";
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
+ "emit:update:modelValue": (value: TypographyBlueprint) => void;
6
+ } & {
7
+ "v-model"?: TypographyBlueprint;
8
+ } & {
9
+ modelValue?: TypographyBlueprint;
10
+ } & {
11
+ themeType?: ThemeContextType;
12
+ } & {
13
+ variant?: Variant;
14
+ } & {
15
+ label?: string;
16
+ } & DefineEmit<"select:template", (variant: ITemplateRegistration<TypographyBlueprint>) => true>> & {
17
+ "onUpdate:modelValue"?: (value: TypographyBlueprint) => any;
18
+ "onSelect:template"?: (variant: ITemplateRegistration<TypographyBlueprint, import("@omnia/fx-models").TemplateRegistrationType>) => any;
19
+ } & {
20
+ "v-slots"?: {} & Omit<{
21
+ default?: import("vue").Slot;
22
+ }, never>;
23
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
+ export default _default;
@@ -1,4 +1,5 @@
1
1
  import { useColorSchemaStore } from "@omnia/fx/ux";
2
2
  export declare const TypographyViewerStyles: {
3
3
  textItem: (selected: boolean, colors: ReturnType<typeof useColorSchemaStore>) => string;
4
+ textItemPicker: (selected: boolean, colors: ReturnType<typeof useColorSchemaStore>) => string;
4
5
  };
@@ -1,21 +1,19 @@
1
1
  import { BlueprintVariant, ThemeContextType, TypographyBlueprint, TextStyleSizes, TextStyleType } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
+ type Variant = "list" | "picker";
3
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
- "emit:update:modelValue": (value: TypographyBlueprint) => void;
5
- } & {
6
- "v-model"?: TypographyBlueprint;
7
- } & {
8
- modelValue?: TypographyBlueprint;
5
+ blueprint?: TypographyBlueprint;
9
6
  } & {
10
7
  toned?: boolean;
11
8
  } & {
12
9
  sampleText?: string;
10
+ } & {
11
+ variant?: Variant;
13
12
  } & {
14
13
  editable?: boolean;
15
14
  } & {
16
15
  themeType?: ThemeContextType;
17
16
  } & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true> & DefineEmit<"click:addFill", () => true>> & {
18
- "onUpdate:modelValue"?: (value: TypographyBlueprint) => any;
19
17
  "onClick:add"?: () => any;
20
18
  "onClick:select"?: (typography: "title" | "text" | "navigation" | "variants" | "fills", size: TextStyleSizes) => any;
21
19
  "onClick:selectFill"?: (variant: BlueprintVariant) => any;
@@ -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, "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;
25
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "editable" | "toned" | "themeType" | "emit:click:add" | "emit:click:select" | "sampleText" | "emit:click:selectFill" | "emit:click:addFill"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
26
  export default _default;