@omnia/fx 8.0.394-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 (99) 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/usermanagement/loc/localize.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +5 -2
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +62 -13
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +2 -7
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ComponentEditorStore.d.ts +0 -29
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/ContainerFillsBlade.stylex.d.ts +3 -0
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +32 -0
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +92 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/TextFillsEditorStore.d.ts +32 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/textBlades/TextFillsBlade.d.ts +22 -0
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/TypographyJourney.d.ts +22 -0
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditTypographyFillBlade.d.ts +16 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.d.ts +25 -25
  16. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +10 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
  18. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprints.stylex.d.ts +3 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +24 -0
  20. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +25 -0
  21. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +13 -0
  22. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.stylex.d.ts +5 -0
  23. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +24 -0
  24. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.stylex.d.ts +3 -0
  25. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +14 -292
  26. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprints.stylex.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +24 -0
  28. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +24 -0
  29. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.css.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -7
  31. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +30 -162
  32. package/internal-do-not-import-from-here/ux/journey/BlabeContext.d.ts +9 -8
  33. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -3
  34. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +0 -3
  35. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +7 -9
  37. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +7 -1
  38. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +9 -0
  40. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +4 -1
  41. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +112 -72
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +14 -0
  45. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
  48. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +5 -1
  50. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
  54. package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +3 -0
  55. package/internal-do-not-import-from-here/ux/oxide/select/store/MultiSelectStore.d.ts +35 -0
  56. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +16 -0
  57. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.stylex.d.ts +6 -0
  58. package/internal-do-not-import-from-here/ux/oxide/selection/docs/ExampleComponents.d.ts +1 -0
  59. package/internal-do-not-import-from-here/ux/oxide/selection/docs/index.d.ts +1 -0
  60. package/internal-do-not-import-from-here/ux/oxide/selection/store/SelectionStore.d.ts +35 -0
  61. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  62. package/internal-do-not-import-from-here/wctypings.d.ts +94 -26
  63. package/package.json +3 -3
  64. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +0 -29
  65. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +0 -26
  66. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +0 -12
  67. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/ComponentsJourney.d.ts → BlueprintsJourney.d.ts} +0 -0
  68. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/AddBlueprint.d.ts +0 -0
  69. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/BlueprintPreview.d.ts +0 -0
  70. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonBladeEdit.d.ts +0 -0
  71. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonsBlade.d.ts +0 -0
  72. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/EditBlueprints.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBlade.d.ts +0 -0
  74. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBladeEdit.d.ts +0 -0
  75. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBlade.d.ts +0 -0
  76. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBladeEdit.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBlade.d.ts +0 -0
  78. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBladeEdit.d.ts +0 -0
  79. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBlade.d.ts +0 -0
  80. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBladeEdit.d.ts +0 -0
  81. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ButtonsEditorStore.d.ts +0 -0
  82. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/HeaderEditorStore.d.ts +0 -0
  83. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/IconsEditorStore.d.ts +0 -0
  84. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/InputEditorStore.d.ts +0 -0
  85. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/TabsEditorStore.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainerFillsBladeEdit.d.ts → fills/FillsJourney.d.ts} +0 -0
  87. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/TypographyJourney.d.ts → fills/containerBlades/ContainerFillsBlade.d.ts} +0 -0
  88. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainersFillsBlade.d.ts → fills/containerBlades/ContainerFillsEditBlade.d.ts} +0 -0
  89. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/SpacingJourney.d.ts → fills/textBlades/TextFillsEditBlade.d.ts} +0 -0
  90. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts → spacing/SpacingJourney.d.ts} +0 -0
  91. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts → spacing/blades/EditSpacingBlueprintBlade.d.ts} +0 -0
  92. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts → spacing/blades/EditSpacingDefinitionBlade.d.ts} +0 -0
  93. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/store/SpacingEditorStore.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts → typography/blades/EditTypographyBlueprintBlade.d.ts} +0 -0
  95. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyFillBlade.d.ts → typography/blades/EditTypographyDefinitionBlade.d.ts} +0 -0
  96. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.css.d.ts +0 -0
  97. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontRegistration.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/store/TypographyEditorStore.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/{admin/usermanagement/users/pending_approval/DetailBlade.d.ts → oxide/selection/docs/SampleComponent.d.ts} +0 -0
@@ -7,7 +7,7 @@ export declare enum FontAddition {
7
7
  declare const _default: {
8
8
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
9
9
  "v-slots": import("vue").Prop<{
10
- default?: import("../../../../../../DefineVueTypings").Slot;
10
+ default?: import("../../../../../DefineVueTypings").Slot;
11
11
  } & {
12
12
  activator?: () => VNodeChild;
13
13
  }>;
@@ -22,16 +22,16 @@ declare const _default: {
22
22
  type: import("vue").PropType<string>;
23
23
  required: false;
24
24
  };
25
- name: <TName extends string>(n?: TName) => { [key in import("../../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
25
+ name: <TName extends string>(n?: TName) => { [key in import("../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
26
26
  type: import("vue").PropType<(value: string) => any | void>;
27
- }; } & { [key_1 in import("../../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
27
+ }; } & { [key_1 in import("../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
28
28
  type: import("vue").PropType<string>;
29
29
  required: false;
30
- }; } & { [key_2 in import("../../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
30
+ }; } & { [key_2 in import("../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
31
31
  type: import("vue").PropType<string>;
32
32
  required: false;
33
33
  }; } & {
34
- require(): import("../../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
34
+ require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
35
35
  "onUpdate:modelValue": {
36
36
  type: import("vue").PropType<(value: string) => any | void>;
37
37
  };
@@ -46,7 +46,7 @@ declare const _default: {
46
46
  required: false;
47
47
  };
48
48
  }>;
49
- defaultValue(value?: string): import("../../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
49
+ defaultValue(value?: string): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
50
50
  "onUpdate:modelValue": {
51
51
  type: import("vue").PropType<(value: string) => any | void>;
52
52
  };
@@ -61,7 +61,7 @@ declare const _default: {
61
61
  required: false;
62
62
  };
63
63
  }, false>;
64
- doc$(description?: string): import("../../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
64
+ doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
65
65
  "onUpdate:modelValue": {
66
66
  type: import("vue").PropType<(value: string) => any | void>;
67
67
  };
@@ -90,7 +90,7 @@ declare const _default: {
90
90
  Defaults: {};
91
91
  }, Readonly<import("vue").ExtractPropTypes<{
92
92
  "v-slots": import("vue").Prop<{
93
- default?: import("../../../../../../DefineVueTypings").Slot;
93
+ default?: import("../../../../../DefineVueTypings").Slot;
94
94
  } & {
95
95
  activator?: () => VNodeChild;
96
96
  }>;
@@ -105,16 +105,16 @@ declare const _default: {
105
105
  type: import("vue").PropType<string>;
106
106
  required: false;
107
107
  };
108
- name: <TName extends string>(n?: TName) => { [key in import("../../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
108
+ name: <TName extends string>(n?: TName) => { [key in import("../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
109
109
  type: import("vue").PropType<(value: string) => any | void>;
110
- }; } & { [key_1 in import("../../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
110
+ }; } & { [key_1 in import("../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
111
111
  type: import("vue").PropType<string>;
112
112
  required: false;
113
- }; } & { [key_2 in import("../../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
113
+ }; } & { [key_2 in import("../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
114
114
  type: import("vue").PropType<string>;
115
115
  required: false;
116
116
  }; } & {
117
- require(): import("../../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
117
+ require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
118
118
  "onUpdate:modelValue": {
119
119
  type: import("vue").PropType<(value: string) => any | void>;
120
120
  };
@@ -129,7 +129,7 @@ declare const _default: {
129
129
  required: false;
130
130
  };
131
131
  }>;
132
- defaultValue(value?: string): import("../../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
132
+ defaultValue(value?: string): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
133
133
  "onUpdate:modelValue": {
134
134
  type: import("vue").PropType<(value: string) => any | void>;
135
135
  };
@@ -144,7 +144,7 @@ declare const _default: {
144
144
  required: false;
145
145
  };
146
146
  }, false>;
147
- doc$(description?: string): import("../../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
147
+ doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
148
148
  "onUpdate:modelValue": {
149
149
  type: import("vue").PropType<(value: string) => any | void>;
150
150
  };
@@ -168,7 +168,7 @@ declare const _default: {
168
168
  __isSuspense?: never;
169
169
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
170
170
  "v-slots": import("vue").Prop<{
171
- default?: import("../../../../../../DefineVueTypings").Slot;
171
+ default?: import("../../../../../DefineVueTypings").Slot;
172
172
  } & {
173
173
  activator?: () => VNodeChild;
174
174
  }>;
@@ -183,16 +183,16 @@ declare const _default: {
183
183
  type: import("vue").PropType<string>;
184
184
  required: false;
185
185
  };
186
- name: <TName extends string>(n?: TName) => { [key in import("../../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
186
+ name: <TName extends string>(n?: TName) => { [key in import("../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
187
187
  type: import("vue").PropType<(value: string) => any | void>;
188
- }; } & { [key_1 in import("../../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
188
+ }; } & { [key_1 in import("../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
189
189
  type: import("vue").PropType<string>;
190
190
  required: false;
191
- }; } & { [key_2 in import("../../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
191
+ }; } & { [key_2 in import("../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
192
192
  type: import("vue").PropType<string>;
193
193
  required: false;
194
194
  }; } & {
195
- require(): import("../../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
195
+ require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
196
196
  "onUpdate:modelValue": {
197
197
  type: import("vue").PropType<(value: string) => any | void>;
198
198
  };
@@ -207,7 +207,7 @@ declare const _default: {
207
207
  required: false;
208
208
  };
209
209
  }>;
210
- defaultValue(value?: string): import("../../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
210
+ defaultValue(value?: string): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
211
211
  "onUpdate:modelValue": {
212
212
  type: import("vue").PropType<(value: string) => any | void>;
213
213
  };
@@ -222,7 +222,7 @@ declare const _default: {
222
222
  required: false;
223
223
  };
224
224
  }, false>;
225
- doc$(description?: string): import("../../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
225
+ doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
226
226
  "onUpdate:modelValue": {
227
227
  type: import("vue").PropType<(value: string) => any | void>;
228
228
  };
@@ -259,7 +259,7 @@ declare const _default: {
259
259
  required: false;
260
260
  };
261
261
  } & {
262
- require(): import("../../../../../../DefineVueTypings").DefinePropModelRequire<string, string, {
262
+ require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<string, string, {
263
263
  "onUpdate:modelValue": {
264
264
  type: import("vue").PropType<(value: string) => any | void>;
265
265
  };
@@ -274,7 +274,7 @@ declare const _default: {
274
274
  required: false;
275
275
  };
276
276
  }>;
277
- defaultValue(value?: string): import("../../../../../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
277
+ defaultValue(value?: string): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
278
278
  "onUpdate:modelValue": {
279
279
  type: import("vue").PropType<(value: string) => any | void>;
280
280
  };
@@ -289,7 +289,7 @@ declare const _default: {
289
289
  required: false;
290
290
  };
291
291
  }, false>;
292
- doc$(description?: string): import("../../../../../../DefineVueTypings").DefinePropModelDoc<string, string, {
292
+ doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<string, string, {
293
293
  "onUpdate:modelValue": {
294
294
  type: import("vue").PropType<(value: string) => any | void>;
295
295
  };
@@ -307,7 +307,7 @@ declare const _default: {
307
307
  };
308
308
  modelValue?: string;
309
309
  "v-slots"?: {
310
- default?: import("../../../../../../DefineVueTypings").Slot;
310
+ default?: import("../../../../../DefineVueTypings").Slot;
311
311
  } & {
312
312
  activator?: () => VNodeChild;
313
313
  };
@@ -1,6 +1,9 @@
1
1
  import { BackgroundDefinition } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ height: {
5
+ type: import("vue").PropType<string>;
6
+ };
4
7
  blueprint: {
5
8
  type: import("vue").PropType<BackgroundDefinition>;
6
9
  };
@@ -26,6 +29,9 @@ declare const _default: {
26
29
  M: {};
27
30
  Defaults: {};
28
31
  }, Readonly<import("vue").ExtractPropTypes<{
32
+ height: {
33
+ type: import("vue").PropType<string>;
34
+ };
29
35
  blueprint: {
30
36
  type: import("vue").PropType<BackgroundDefinition>;
31
37
  };
@@ -48,6 +54,9 @@ declare const _default: {
48
54
  __isTeleport?: never;
49
55
  __isSuspense?: never;
50
56
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
57
+ height: {
58
+ type: import("vue").PropType<string>;
59
+ };
51
60
  blueprint: {
52
61
  type: import("vue").PropType<BackgroundDefinition>;
53
62
  };
@@ -69,6 +78,7 @@ declare const _default: {
69
78
  propsDefinition: Omit<Readonly<{} & {
70
79
  blueprint?: BackgroundDefinition;
71
80
  container?: boolean;
81
+ height?: string;
72
82
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
73
83
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
74
84
  }>, never>;
@@ -46,7 +46,7 @@ declare const _default: {
46
46
  type: import("vue").PropType<boolean>;
47
47
  };
48
48
  variant: {
49
- type: import("vue").PropType<"button" | "dropdown" | "journey" | "virtual-list">;
49
+ type: import("vue").PropType<"inline" | "button" | "dropdown" | "journey">;
50
50
  };
51
51
  "onUpdate:modelValue": {
52
52
  type: import("vue").PropType<(value: ColorValue) => any | void>;
@@ -183,7 +183,7 @@ declare const _default: {
183
183
  type: import("vue").PropType<boolean>;
184
184
  };
185
185
  variant: {
186
- type: import("vue").PropType<"button" | "dropdown" | "journey" | "virtual-list">;
186
+ type: import("vue").PropType<"inline" | "button" | "dropdown" | "journey">;
187
187
  };
188
188
  "onUpdate:modelValue": {
189
189
  type: import("vue").PropType<(value: ColorValue) => any | void>;
@@ -315,7 +315,7 @@ declare const _default: {
315
315
  type: import("vue").PropType<boolean>;
316
316
  };
317
317
  variant: {
318
- type: import("vue").PropType<"button" | "dropdown" | "journey" | "virtual-list">;
318
+ type: import("vue").PropType<"inline" | "button" | "dropdown" | "journey">;
319
319
  };
320
320
  "onUpdate:modelValue": {
321
321
  type: import("vue").PropType<(value: ColorValue) => any | void>;
@@ -467,7 +467,7 @@ declare const _default: {
467
467
  };
468
468
  container?: boolean;
469
469
  opacity?: boolean;
470
- variant?: "button" | "dropdown" | "journey" | "virtual-list";
470
+ variant?: "inline" | "button" | "dropdown" | "journey";
471
471
  label?: string;
472
472
  disabled?: boolean;
473
473
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
@@ -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 { 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
+ };