@omnia/fx 8.0.555-dev → 8.0.557-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 (74) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/BlockInstance.d.ts +2 -1
  3. package/internal-do-not-import-from-here/ux/TextStyling.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/componentblueprints/store/ComponentEditorStore.d.ts +3 -0
  6. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/componentblueprints/store/InputEditorStore.d.ts +3 -0
  7. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/store/ThemeEditorStore.d.ts +13 -4
  8. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/ThemePreviewBlade.d.ts +7 -0
  9. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/store/ThemesJourneyStore.d.ts +8 -3
  10. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +8 -4
  11. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +11 -2
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +5 -5
  14. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderStyleEditorStore.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +4 -1
  17. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +7 -7
  18. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +3 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +10 -8
  20. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/store/TextColorPickerStore.d.ts +13 -4
  21. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +4 -4
  22. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStyleViewer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +6 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.css.d.ts +6 -0
  25. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts +6 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeSwitcherStore.d.ts +3 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TypographyViewerStore.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/aurora/store/TextStyleConfigurationStore.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +6 -0
  30. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BackgroundStyling.d.ts +28 -1
  31. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -0
  32. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.css.d.ts +6 -0
  33. package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.css.d.ts +6 -0
  34. package/internal-do-not-import-from-here/ux/editorchrome/toolbars/Toolbar.css.d.ts +6 -0
  35. package/internal-do-not-import-from-here/ux/iconpicker/FontAwesomeBrandsIcons.d.ts +5 -0
  36. package/internal-do-not-import-from-here/ux/iconpicker/fontAwesomeIcons.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +13 -0
  38. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +3 -1
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +6 -0
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +6 -0
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +209 -12
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +256 -4
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +209 -13
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -7
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +6 -0
  47. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +8 -2
  48. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +4 -1
  50. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +31 -1
  51. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +3 -3
  53. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +8 -1
  54. package/internal-do-not-import-from-here/ux/oxide/containerfill/ContainerFill.d.ts +10 -0
  55. package/internal-do-not-import-from-here/ux/oxide/containerfill/ContainerFillRenderer.d.ts +10 -0
  56. package/internal-do-not-import-from-here/ux/oxide/containerfill/docs/ExampleComponents.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/oxide/containerfill/docs/index.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/flex/docs/ExampleComponents.d.ts +2 -0
  60. package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleEditor.d.ts +7 -0
  61. package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleEditorOnBlade.d.ts +7 -0
  62. package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleRender.d.ts +7 -0
  63. package/internal-do-not-import-from-here/ux/oxide/flex/docs/index.d.ts +2 -2
  64. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +42 -0
  65. package/internal-do-not-import-from-here/ux/shared-mobile/UseIcon.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -0
  67. package/internal-do-not-import-from-here/ux/use/UseOmniaDocumentation.d.ts +1 -0
  68. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -1
  69. package/internal-do-not-import-from-here/wctypings.d.ts +13 -3
  70. package/package.json +2 -2
  71. package/internal-do-not-import-from-here/ux/oxide/flex/docs/Examples.d.ts +0 -1
  72. /package/internal-do-not-import-from-here/ux/aurora/theme-templates/color-schemas/{BlueprintColorBase.d.ts → DefaultColorSchemas.d.ts} +0 -0
  73. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/{Columns.d.ts → Global.d.ts} +0 -0
  74. /package/internal-do-not-import-from-here/ux/oxide/{flex/docs/BasicFlexTypes.d.ts → containerfill/docs/SampleComponent.d.ts} +0 -0
@@ -23,8 +23,71 @@ declare const _default: {
23
23
  label: {
24
24
  type: import("vue").PropType<string>;
25
25
  };
26
- section: {
26
+ "onUpdate:modelValue": {
27
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
28
+ };
29
+ "v-model": {
30
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
31
+ required: false;
32
+ };
33
+ modelValue: {
34
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
35
+ required: false;
36
+ };
37
+ name: <TName extends string>(n?: TName) => { [key in import("../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
38
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
39
+ }; } & { [key_1 in import("../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
27
40
  type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
41
+ required: false;
42
+ }; } & { [key_2 in import("../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
43
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
44
+ required: false;
45
+ }; } & {
46
+ require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<TName, Section<import("@omnia/fx-models").SectionSettings>, {
47
+ "onUpdate:modelValue": {
48
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
49
+ };
50
+ } & {
51
+ "v-model": {
52
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
53
+ required: false;
54
+ };
55
+ } & {
56
+ modelValue: {
57
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
58
+ required: false;
59
+ };
60
+ }>;
61
+ defaultValue(value?: Section<import("@omnia/fx-models").SectionSettings>): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, Section<import("@omnia/fx-models").SectionSettings>, {
62
+ "onUpdate:modelValue": {
63
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
64
+ };
65
+ } & {
66
+ "v-model": {
67
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
68
+ required: false;
69
+ };
70
+ } & {
71
+ modelValue: {
72
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
73
+ required: false;
74
+ };
75
+ }, false>;
76
+ doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<TName, Section<import("@omnia/fx-models").SectionSettings>, {
77
+ "onUpdate:modelValue": {
78
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
79
+ };
80
+ } & {
81
+ "v-model": {
82
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
83
+ required: false;
84
+ };
85
+ } & {
86
+ modelValue: {
87
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
88
+ required: false;
89
+ };
90
+ }>;
28
91
  };
29
92
  }>> & {
30
93
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
@@ -49,8 +112,71 @@ declare const _default: {
49
112
  label: {
50
113
  type: import("vue").PropType<string>;
51
114
  };
52
- section: {
115
+ "onUpdate:modelValue": {
116
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
117
+ };
118
+ "v-model": {
53
119
  type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
120
+ required: false;
121
+ };
122
+ modelValue: {
123
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
124
+ required: false;
125
+ };
126
+ name: <TName extends string>(n?: TName) => { [key in import("../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
127
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
128
+ }; } & { [key_1 in import("../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
129
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
130
+ required: false;
131
+ }; } & { [key_2 in import("../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
132
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
133
+ required: false;
134
+ }; } & {
135
+ require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<TName, Section<import("@omnia/fx-models").SectionSettings>, {
136
+ "onUpdate:modelValue": {
137
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
138
+ };
139
+ } & {
140
+ "v-model": {
141
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
142
+ required: false;
143
+ };
144
+ } & {
145
+ modelValue: {
146
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
147
+ required: false;
148
+ };
149
+ }>;
150
+ defaultValue(value?: Section<import("@omnia/fx-models").SectionSettings>): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, Section<import("@omnia/fx-models").SectionSettings>, {
151
+ "onUpdate:modelValue": {
152
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
153
+ };
154
+ } & {
155
+ "v-model": {
156
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
157
+ required: false;
158
+ };
159
+ } & {
160
+ modelValue: {
161
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
162
+ required: false;
163
+ };
164
+ }, false>;
165
+ doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<TName, Section<import("@omnia/fx-models").SectionSettings>, {
166
+ "onUpdate:modelValue": {
167
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
168
+ };
169
+ } & {
170
+ "v-model": {
171
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
172
+ required: false;
173
+ };
174
+ } & {
175
+ modelValue: {
176
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
177
+ required: false;
178
+ };
179
+ }>;
54
180
  };
55
181
  }>> & {
56
182
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
@@ -69,8 +195,71 @@ declare const _default: {
69
195
  label: {
70
196
  type: import("vue").PropType<string>;
71
197
  };
72
- section: {
198
+ "onUpdate:modelValue": {
199
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
200
+ };
201
+ "v-model": {
202
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
203
+ required: false;
204
+ };
205
+ modelValue: {
73
206
  type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
207
+ required: false;
208
+ };
209
+ name: <TName extends string>(n?: TName) => { [key in import("../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
210
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
211
+ }; } & { [key_1 in import("../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
212
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
213
+ required: false;
214
+ }; } & { [key_2 in import("../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
215
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
216
+ required: false;
217
+ }; } & {
218
+ require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<TName, Section<import("@omnia/fx-models").SectionSettings>, {
219
+ "onUpdate:modelValue": {
220
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
221
+ };
222
+ } & {
223
+ "v-model": {
224
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
225
+ required: false;
226
+ };
227
+ } & {
228
+ modelValue: {
229
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
230
+ required: false;
231
+ };
232
+ }>;
233
+ defaultValue(value?: Section<import("@omnia/fx-models").SectionSettings>): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, Section<import("@omnia/fx-models").SectionSettings>, {
234
+ "onUpdate:modelValue": {
235
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
236
+ };
237
+ } & {
238
+ "v-model": {
239
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
240
+ required: false;
241
+ };
242
+ } & {
243
+ modelValue: {
244
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
245
+ required: false;
246
+ };
247
+ }, false>;
248
+ doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<TName, Section<import("@omnia/fx-models").SectionSettings>, {
249
+ "onUpdate:modelValue": {
250
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
251
+ };
252
+ } & {
253
+ "v-model": {
254
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
255
+ required: false;
256
+ };
257
+ } & {
258
+ modelValue: {
259
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
260
+ required: false;
261
+ };
262
+ }>;
74
263
  };
75
264
  }>> & {
76
265
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
@@ -81,7 +270,70 @@ declare const _default: {
81
270
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
82
271
  propsDefinition: Omit<Readonly<{} & {
83
272
  label?: string;
84
- section?: Section<import("@omnia/fx-models").SectionSettings>;
273
+ name?: {
274
+ [x: `onUpdate:${string}`]: {
275
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
276
+ };
277
+ } & {
278
+ [x: `v-model:${string}`]: {
279
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
280
+ required: false;
281
+ };
282
+ } & {
283
+ [x: string]: {
284
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
285
+ required: false;
286
+ };
287
+ } & {
288
+ require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<string, Section<import("@omnia/fx-models").SectionSettings>, {
289
+ "onUpdate:modelValue": {
290
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
291
+ };
292
+ } & {
293
+ "v-model": {
294
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
295
+ required: false;
296
+ };
297
+ } & {
298
+ modelValue: {
299
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
300
+ required: false;
301
+ };
302
+ }>;
303
+ defaultValue(value?: Section<import("@omnia/fx-models").SectionSettings>): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<string, Section<import("@omnia/fx-models").SectionSettings>, {
304
+ "onUpdate:modelValue": {
305
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
306
+ };
307
+ } & {
308
+ "v-model": {
309
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
310
+ required: false;
311
+ };
312
+ } & {
313
+ modelValue: {
314
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
315
+ required: false;
316
+ };
317
+ }, false>;
318
+ doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<string, Section<import("@omnia/fx-models").SectionSettings>, {
319
+ "onUpdate:modelValue": {
320
+ type: import("vue").PropType<(value: Section<import("@omnia/fx-models").SectionSettings>) => any | void>;
321
+ };
322
+ } & {
323
+ "v-model": {
324
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
325
+ required: false;
326
+ };
327
+ } & {
328
+ modelValue: {
329
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
330
+ required: false;
331
+ };
332
+ }>;
333
+ };
334
+ "v-model"?: Section<import("@omnia/fx-models").SectionSettings>;
335
+ modelValue?: Section<import("@omnia/fx-models").SectionSettings>;
336
+ "onUpdate:modelValue"?: (value: Section<import("@omnia/fx-models").SectionSettings>) => any | void;
85
337
  itemRenderer?: SectionItemRenderer;
86
338
  addLabel?: string;
87
339
  }>, "onAddItem" | "onDeleteItem"> & {
@@ -1,10 +1,64 @@
1
- import { Section, TabbedSectionSettings } from "../../../../../../models";
2
1
  declare const _default: {
3
2
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- section: {
5
- type: import("vue").PropType<Section<TabbedSectionSettings>>;
6
- };
7
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3
+ emit: import("vue").Prop<{
4
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
5
+ doc$(description?: string): { [K_1 in TName]: unknown; };
6
+ };
7
+ }, {
8
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
9
+ doc$(description?: string): { [K_1 in TName]: unknown; };
10
+ };
11
+ }>;
12
+ props: import("vue").Prop<{
13
+ theming: {
14
+ colorSchemaType: {
15
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
16
+ required: boolean;
17
+ };
18
+ container: {
19
+ type: BooleanConstructor;
20
+ required: boolean;
21
+ };
22
+ colors: {
23
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
24
+ required: boolean;
25
+ };
26
+ };
27
+ class: {
28
+ class: {
29
+ type: import("vue").PropType<String | String[]>;
30
+ required: boolean;
31
+ };
32
+ };
33
+ }, {
34
+ theming: {
35
+ colorSchemaType: {
36
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
37
+ required: boolean;
38
+ };
39
+ container: {
40
+ type: BooleanConstructor;
41
+ required: boolean;
42
+ };
43
+ colors: {
44
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
45
+ required: boolean;
46
+ };
47
+ };
48
+ class: {
49
+ class: {
50
+ type: import("vue").PropType<String | String[]>;
51
+ required: boolean;
52
+ };
53
+ };
54
+ }>;
55
+ onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
56
+ onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
57
+ onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
58
+ onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
59
+ onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
60
+ onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
61
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
8
62
  P: {};
9
63
  B: {};
10
64
  D: {};
@@ -12,20 +66,162 @@ declare const _default: {
12
66
  M: {};
13
67
  Defaults: {};
14
68
  }, Readonly<import("vue").ExtractPropTypes<{
15
- section: {
16
- type: import("vue").PropType<Section<TabbedSectionSettings>>;
17
- };
69
+ emit: import("vue").Prop<{
70
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
71
+ doc$(description?: string): { [K_1 in TName]: unknown; };
72
+ };
73
+ }, {
74
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
75
+ doc$(description?: string): { [K_1 in TName]: unknown; };
76
+ };
77
+ }>;
78
+ props: import("vue").Prop<{
79
+ theming: {
80
+ colorSchemaType: {
81
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
82
+ required: boolean;
83
+ };
84
+ container: {
85
+ type: BooleanConstructor;
86
+ required: boolean;
87
+ };
88
+ colors: {
89
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
90
+ required: boolean;
91
+ };
92
+ };
93
+ class: {
94
+ class: {
95
+ type: import("vue").PropType<String | String[]>;
96
+ required: boolean;
97
+ };
98
+ };
99
+ }, {
100
+ theming: {
101
+ colorSchemaType: {
102
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
103
+ required: boolean;
104
+ };
105
+ container: {
106
+ type: BooleanConstructor;
107
+ required: boolean;
108
+ };
109
+ colors: {
110
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
111
+ required: boolean;
112
+ };
113
+ };
114
+ class: {
115
+ class: {
116
+ type: import("vue").PropType<String | String[]>;
117
+ required: boolean;
118
+ };
119
+ };
120
+ }>;
121
+ onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
122
+ onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
123
+ onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
124
+ onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
125
+ onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
126
+ onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
18
127
  }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
19
128
  __isFragment?: never;
20
129
  __isTeleport?: never;
21
130
  __isSuspense?: never;
22
131
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
23
- section: {
24
- type: import("vue").PropType<Section<TabbedSectionSettings>>;
25
- };
26
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
132
+ emit: import("vue").Prop<{
133
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
134
+ doc$(description?: string): { [K_1 in TName]: unknown; };
135
+ };
136
+ }, {
137
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
138
+ doc$(description?: string): { [K_1 in TName]: unknown; };
139
+ };
140
+ }>;
141
+ props: import("vue").Prop<{
142
+ theming: {
143
+ colorSchemaType: {
144
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
145
+ required: boolean;
146
+ };
147
+ container: {
148
+ type: BooleanConstructor;
149
+ required: boolean;
150
+ };
151
+ colors: {
152
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
153
+ required: boolean;
154
+ };
155
+ };
156
+ class: {
157
+ class: {
158
+ type: import("vue").PropType<String | String[]>;
159
+ required: boolean;
160
+ };
161
+ };
162
+ }, {
163
+ theming: {
164
+ colorSchemaType: {
165
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
166
+ required: boolean;
167
+ };
168
+ container: {
169
+ type: BooleanConstructor;
170
+ required: boolean;
171
+ };
172
+ colors: {
173
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
174
+ required: boolean;
175
+ };
176
+ };
177
+ class: {
178
+ class: {
179
+ type: import("vue").PropType<String | String[]>;
180
+ required: boolean;
181
+ };
182
+ };
183
+ }>;
184
+ onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
185
+ onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
186
+ onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
187
+ onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
188
+ onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
189
+ onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
190
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
27
191
  propsDefinition: Omit<Readonly<{} & {
28
- section?: Section<TabbedSectionSettings>;
192
+ props?: {
193
+ theming: {
194
+ colorSchemaType: {
195
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
196
+ required: boolean;
197
+ };
198
+ container: {
199
+ type: BooleanConstructor;
200
+ required: boolean;
201
+ };
202
+ colors: {
203
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
204
+ required: boolean;
205
+ };
206
+ };
207
+ class: {
208
+ class: {
209
+ type: import("vue").PropType<String | String[]>;
210
+ required: boolean;
211
+ };
212
+ };
213
+ };
214
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
215
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
216
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
217
+ onVnodeMounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
218
+ onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
219
+ onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
220
+ emit?: {
221
+ name<TName extends string>(n: TName): { [K in TName]: unknown; } & {
222
+ doc$(description?: string): { [K_1 in TName]: unknown; };
223
+ };
224
+ };
29
225
  }>, never>;
30
226
  };
31
227
  export default _default;
@@ -1,8 +1,8 @@
1
- import { LayoutDefinition, LayoutItem } from "../../../models";
1
+ import { ColorSchemaType, LayoutDefinition, LayoutItem } from "../../../models";
2
2
  import { BlockTitleSettingsStore } from "../../../stores";
3
3
  import { useThemeStore } from "../../aurora";
4
4
  import { useColorSchemaSetup } from "../../use";
5
5
  export declare class LayoutRenditionManager {
6
- static getColorSchemaTypeForContainer(store: ReturnType<typeof useColorSchemaSetup> | ReturnType<typeof useThemeStore>, item: LayoutItem): "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
6
+ static getColorSchemaTypeForContainer(store: ReturnType<typeof useColorSchemaSetup> | ReturnType<typeof useThemeStore>, item: LayoutItem): ColorSchemaType;
7
7
  static setBlockTitleSettingsForLayout(layoutDefinition: LayoutDefinition, blockTitleSettingsStore: BlockTitleSettingsStore): void;
8
8
  }
@@ -54,13 +54,6 @@ export declare class GeneralSectionSettings implements ILayoutCanvasExpansionIte
54
54
  slots: ILayoutCanvasExpansionItemDefinitionSlots;
55
55
  createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
56
56
  }
57
- export declare class ColumnsSectionSettings implements ILayoutCanvasExpansionItemDefinition {
58
- static expansionItemId: guid;
59
- id: guid;
60
- weight: number;
61
- slots: ILayoutCanvasExpansionItemDefinitionSlots;
62
- createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
63
- }
64
57
  export declare class HeaderSectionSettings implements ILayoutCanvasExpansionItemDefinition {
65
58
  static expansionItemId: guid;
66
59
  id: guid;
@@ -78,6 +78,12 @@ export declare const LayoutColumnRendererStyles: {
78
78
  stylex: typeof import("../../../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
79
79
  stylexObject: typeof import("../../../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
80
80
  };
81
+ containerFill: {
82
+ stylex: typeof import("../../../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
83
+ stylexObject: typeof import("../../../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
84
+ shape: typeof import("../../../aurora/styling/styles").BackgroundStyling.getBackgroundShape;
85
+ overlay: typeof import("../../../aurora/styling/styles").BackgroundStyling.getBackgroundOverlay;
86
+ };
81
87
  border: {
82
88
  stylex: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
83
89
  stylexObject: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
@@ -1,5 +1,5 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
- import { MediaPickerMedia } from "@omnia/fx-models";
2
+ import { ContainerFillValue, MediaPickerMedia } from "@omnia/fx-models";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  "emit:update:media": (value: MediaPickerMedia[]) => void;
5
5
  } & {
@@ -14,6 +14,12 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
14
14
  mediaJson?: string;
15
15
  } & {
16
16
  displayNumber?: number;
17
+ } & {
18
+ fill?: ContainerFillValue;
19
+ } & {
20
+ fillOpacity?: number;
21
+ } & {
22
+ dynamicColorSchema?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
17
23
  } & DefineEmit<"clickMedia", (index: number) => void>> & {
18
24
  onClickMedia?: (index: number) => any;
19
25
  "onUpdate:media"?: (value: MediaPickerMedia[]) => any;
@@ -22,5 +28,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
22
28
  default?: import("vue").Slot;
23
29
  $stable?: boolean;
24
30
  }, never>;
25
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "mediaClass" | "emit:update:media" | "v-model:media" | "roundBorder" | "mediaJson" | "displayNumber" | "emit:clickMedia"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "dynamicColorSchema" | "fillOpacity" | "media" | "mediaClass" | "emit:update:media" | "v-model:media" | "roundBorder" | "mediaJson" | "displayNumber" | "emit:clickMedia"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
32
  export default _default;
@@ -1,10 +1,10 @@
1
1
  import { DefineProp } from "@omnia/fx/ux";
2
- import { MediaPickerMedia } from "@omnia/fx-models";
3
- type MediaDisplayProps = DefineProp<"media", MediaPickerMedia | MediaPickerMedia[], true> & DefineProp<"imageRatioId", number> & DefineProp<"mediaStyle", string | object | object[]> & DefineProp<"mediaClass", string> & DefineProp<"showCaption", boolean> & DefineProp<"thumbnailOnly", boolean>;
2
+ import { ColorSchemaType, ContainerFillValue, MediaPickerMedia } from "@omnia/fx-models";
3
+ type MediaDisplayProps = DefineProp<"media", MediaPickerMedia | MediaPickerMedia[], true> & DefineProp<"imageRatioId", number> & DefineProp<"mediaStyle", string | object | object[]> & DefineProp<"mediaClass", string> & DefineProp<"showCaption", boolean> & DefineProp<"thumbnailOnly", boolean> & DefineProp<"fill", ContainerFillValue> & DefineProp<"fillOpacity", number> & DefineProp<"dynamicColorSchema", ColorSchemaType>;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MediaDisplayProps> & {} & {
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  $stable?: boolean;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "imageRatioId" | "showCaption" | "thumbnailOnly" | "media" | "mediaStyle" | "mediaClass"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "dynamicColorSchema" | "fillOpacity" | "imageRatioId" | "showCaption" | "thumbnailOnly" | "media" | "mediaStyle" | "mediaClass"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;
@@ -1,4 +1,4 @@
1
- import { LayoutPhotoMap, MediaPickerMedia, PhotoWallDirection, PhotoWallMedia } from "@omnia/fx-models";
1
+ import { ContainerFillValue, LayoutPhotoMap, MediaPickerMedia, PhotoWallDirection, PhotoWallMedia } from "@omnia/fx-models";
2
2
  export declare const PhotoWallStore: () => {
3
3
  state: {
4
4
  activeIndex: number;
@@ -12,6 +12,9 @@ export declare const PhotoWallStore: () => {
12
12
  direction: PhotoWallDirection;
13
13
  photos: Array<PhotoWallMedia>;
14
14
  showNumOfRemainingPhotos: boolean;
15
+ fill: ContainerFillValue;
16
+ fillOpacity: number;
17
+ dynamicColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
15
18
  media: Array<MediaPickerMedia>;
16
19
  clickMedia: (index: number) => void;
17
20
  };