@omnia/fx 8.0.555-dev → 8.0.556-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 (66) 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/iconstylepicker/IconBlueprintsViewer.d.ts +4 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +7 -7
  17. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +3 -1
  18. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +10 -8
  19. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/store/TextColorPickerStore.d.ts +13 -4
  20. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStyleViewer.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +6 -4
  23. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.css.d.ts +4 -0
  24. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts +6 -2
  25. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeSwitcherStore.d.ts +3 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TypographyViewerStore.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/aurora/store/TextStyleConfigurationStore.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +4 -0
  29. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BackgroundStyling.d.ts +26 -1
  30. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -0
  31. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.css.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.css.d.ts +4 -0
  33. package/internal-do-not-import-from-here/ux/editorchrome/toolbars/Toolbar.css.d.ts +4 -0
  34. package/internal-do-not-import-from-here/ux/iconpicker/FontAwesomeBrandsIcons.d.ts +5 -0
  35. package/internal-do-not-import-from-here/ux/iconpicker/fontAwesomeIcons.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +13 -0
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +4 -0
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +4 -0
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +209 -12
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +209 -13
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -7
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +4 -0
  44. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +3 -3
  46. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +8 -1
  47. package/internal-do-not-import-from-here/ux/oxide/containerfill/ContainerFill.d.ts +10 -0
  48. package/internal-do-not-import-from-here/ux/oxide/containerfill/ContainerFillRenderer.d.ts +10 -0
  49. package/internal-do-not-import-from-here/ux/oxide/containerfill/docs/ExampleComponents.d.ts +1 -0
  50. package/internal-do-not-import-from-here/ux/oxide/containerfill/docs/index.d.ts +1 -0
  51. package/internal-do-not-import-from-here/ux/oxide/flex/docs/ExampleComponents.d.ts +2 -0
  52. package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleEditor.d.ts +7 -0
  53. package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleEditorOnBlade.d.ts +7 -0
  54. package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleRender.d.ts +7 -0
  55. package/internal-do-not-import-from-here/ux/oxide/flex/docs/index.d.ts +2 -2
  56. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +42 -0
  57. package/internal-do-not-import-from-here/ux/shared-mobile/UseIcon.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -0
  59. package/internal-do-not-import-from-here/ux/use/UseOmniaDocumentation.d.ts +1 -0
  60. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -1
  61. package/internal-do-not-import-from-here/wctypings.d.ts +13 -3
  62. package/package.json +2 -2
  63. package/internal-do-not-import-from-here/ux/oxide/flex/docs/Examples.d.ts +0 -1
  64. /package/internal-do-not-import-from-here/ux/aurora/theme-templates/color-schemas/{BlueprintColorBase.d.ts → DefaultColorSchemas.d.ts} +0 -0
  65. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/{Columns.d.ts → Global.d.ts} +0 -0
  66. /package/internal-do-not-import-from-here/ux/oxide/{flex/docs/BasicFlexTypes.d.ts → containerfill/docs/SampleComponent.d.ts} +0 -0
@@ -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,10 @@ 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
+ };
81
85
  border: {
82
86
  stylex: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
83
87
  stylexObject: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
@@ -10,9 +10,9 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MonacoEditor
10
10
  onKeydown?: (event: any) => any;
11
11
  onKeyup?: (event: any) => any;
12
12
  "onUpdate:modelValue"?: (value: string) => any;
13
+ onConfiguration?: (event: any) => any;
13
14
  onPosition?: (event: any) => any;
14
15
  onLayout?: (event: any) => any;
15
- onConfiguration?: (event: any) => any;
16
16
  onSelection?: (event: any) => any;
17
17
  onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
18
18
  onContextMenu?: (event: any) => any;
@@ -1,7 +1,7 @@
1
1
  import { DefineEmit, DefineProp, DefinePropTheming } from "@omnia/fx/ux";
2
2
  import { ButtonIconOptions, TooltipOptions } from "internal/fx/models/shared-mobile";
3
- import { ButtonBlueprint, ButtonBlueprintVariant, OButtonPreset, OButtonVariants, OIconAnimations, OSizeTypes } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
- type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OButtonPreset, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", TooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button. Only works with icon buttons."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"transparent", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"fill", boolean, false, false, "Makes the button fill the container."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button."> & DefineEmit<"click", (e: MouseEvent) => void>;
3
+ import { ButtonBlueprint, ButtonBlueprintVariant, ColorSchemaType, OButtonPreset, OButtonVariants, OIconAnimations, OSizeTypes } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
+ type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"caretIcon", ButtonIconOptions, false, null, "The caret icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OButtonPreset, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", TooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button. Only works with icon buttons."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"transparent", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"fill", boolean, false, false, "Makes the button fill the container."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button."> & DefineProp<"dynamicColorSchema", ColorSchemaType> & DefineEmit<"click", (e: MouseEvent) => void>;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps> & {
6
6
  onClick?: (e: MouseEvent) => any;
7
7
  } & {
@@ -9,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps>
9
9
  default?: import("vue").Slot;
10
10
  $stable?: boolean;
11
11
  }, never>;
12
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "text" | "colorSchemaType" | "icon" | "variant" | "active" | "size" | "blueprint" | "animation" | "class" | "block" | "target" | "href" | "transparent" | "tooltip" | "disabled" | "colors" | "toned" | "loading" | "slim" | "grouped" | "transparentHover" | "overrides" | "preset" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "text" | "colorSchemaType" | "dynamicColorSchema" | "icon" | "variant" | "active" | "size" | "blueprint" | "animation" | "class" | "block" | "target" | "href" | "transparent" | "tooltip" | "disabled" | "colors" | "toned" | "loading" | "slim" | "grouped" | "transparentHover" | "caretIcon" | "overrides" | "preset" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
13
  export default _default;
@@ -1,10 +1,12 @@
1
1
  import { ButtonIconOptions, TooltipOptions } from "internal/fx/models/shared-mobile";
2
2
  import { InternalColorSchemaStoreType, useColorSchemaStore } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
3
3
  import { StylexValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/styles";
4
- import { ButtonBlueprint, ButtonBlueprintVariant, guid, HorizontalAlignments, OButtonVariants, OSizeTypes, TextStyleSizes, VelcronAppDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
+ import { ButtonBlueprint, ButtonBlueprintVariant, ColorSchemaType, guid, HorizontalAlignments, OButtonVariants, OSizeTypes, TextStyleSizes, VelcronAppDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
5
5
  type PropType = {
6
+ caretIcon?: ButtonIconOptions;
6
7
  icon?: ButtonIconOptions;
7
8
  blueprint?: ButtonBlueprint | ButtonBlueprintVariant;
9
+ dynamicColorSchema?: ColorSchemaType;
8
10
  text?: string;
9
11
  tooltip?: TooltipOptions;
10
12
  toned?: boolean;
@@ -21,11 +23,16 @@ export declare const useBtnComponent: () => {
21
23
  text: string;
22
24
  blueprint: ButtonBlueprint;
23
25
  hasCustomBlueprint: boolean;
26
+ dynamicColorSchemaType: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
24
27
  variant: "primary" | "warn" | "link" | "close" | "default" | "toolbar" | "accent" | "dial" | "overlay";
25
28
  iconSettings: {
26
29
  icon: ButtonIconOptions;
27
30
  position: HorizontalAlignments;
28
31
  };
32
+ caretIconSettings: {
33
+ icon: ButtonIconOptions;
34
+ position: HorizontalAlignments;
35
+ };
29
36
  reactivityTrigger: guid;
30
37
  tooltip: TooltipOptions;
31
38
  size: "x-small" | "small" | "large" | "default" | "x-large";
@@ -0,0 +1,10 @@
1
+ import { DefineProp } from "@omnia/fx/ux";
2
+ import { ColorSchemaType, ContainerFillValue } from "@omnia/fx-models";
3
+ type ContainerFillProps = DefineProp<"fill", ContainerFillValue, false, null> & DefineProp<"dynamicColorSchema", ColorSchemaType, false, null>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ContainerFillProps> & {} & {
5
+ "v-slots"?: {} & Omit<{
6
+ default?: import("vue").Slot;
7
+ $stable?: boolean;
8
+ }, never>;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "dynamicColorSchema"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
2
+ import { ContainerFillBlueprint } from "@omnia/fx-models";
3
+ type ContainerFillProps = DefinePropTheming & DefineProp<"fillBlueprint", ContainerFillBlueprint, false, null>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ContainerFillProps> & {} & {
5
+ "v-slots"?: {} & Omit<{
6
+ default?: import("vue").Slot;
7
+ $stable?: boolean;
8
+ }, never>;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "colors" | "fillBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,2 @@
1
+ export declare const ExampleEditorComponents: import("@omnia/fx/ux").DocumentationSpec;
2
+ export declare const ExampleRenderComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,7 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
2
+ "v-slots"?: {} & Omit<{
3
+ default?: import("vue").Slot;
4
+ $stable?: boolean;
5
+ }, never>;
6
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
2
+ "v-slots"?: {} & Omit<{
3
+ default?: import("vue").Slot;
4
+ $stable?: boolean;
5
+ }, never>;
6
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
2
+ "v-slots"?: {} & Omit<{
3
+ default?: import("vue").Slot;
4
+ $stable?: boolean;
5
+ }, never>;
6
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ export default _default;
@@ -1,2 +1,2 @@
1
- export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
2
- export declare const spec2: import("@omnia/fx/ux").DocumentationSpec;
1
+ export declare const editorSpec: import("@omnia/fx/ux").DocumentationSpec;
2
+ export declare const rederSpec: import("@omnia/fx/ux").DocumentationSpec;
@@ -1,6 +1,48 @@
1
1
  import { TextBlueprint } from "@omnia/fx-models";
2
2
  import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
3
3
  export declare const TextAreaStyles: {
4
+ textStyleConfigurationStore: {
5
+ state: {
6
+ configurations: import("@omnia/fx-models").TextStyleConfiguration[];
7
+ hasMigrations: boolean;
8
+ };
9
+ events: import("../../mobile").StoreEvents<{
10
+ configurations: import("@omnia/fx-models").TextStyleConfiguration[];
11
+ hasMigrations: boolean;
12
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
13
+ rules: {};
14
+ actions: import("../../mobile").StoreReturnDefineAction<{
15
+ init(): Promise<void>;
16
+ save: (configurations: Array<import("@omnia/fx-models").TextStyleConfiguration>) => Promise<boolean>;
17
+ createNew: () => import("@omnia/fx-models").TextStyleConfiguration;
18
+ }>;
19
+ get: {
20
+ id: {
21
+ byClass: (classes: string) => import("@omnia/fx-models").guid;
22
+ };
23
+ configurations: {
24
+ readonly active: import("@omnia/fx-models").TextStyleConfiguration[];
25
+ readonly disabled: import("@omnia/fx-models").TextStyleConfiguration[];
26
+ readonly default: import("@omnia/fx-models").TextStyleConfiguration;
27
+ byId: (id: import("@omnia/fx-models").guid) => import("@omnia/fx-models").TextStyleConfiguration;
28
+ byIdWithDefaultFallback: (id: import("@omnia/fx-models").guid) => import("@omnia/fx-models").TextStyleConfiguration;
29
+ byFilter: (ids: Array<import("@omnia/fx-models").guid>) => import("@omnia/fx-models").TextStyleConfiguration[];
30
+ byType: (item: import("@omnia/fx-models").TextStyleConfiguration | import("@omnia/fx-models").guid) => import("@omnia/fx-models").TextStyleConfiguration;
31
+ };
32
+ textStyling: {
33
+ className: (id: import("@omnia/fx-models").guid) => string;
34
+ byId: (id: import("@omnia/fx-models").guid) => any;
35
+ byConfiguration: (configuration: import("@omnia/fx-models").TextStyleConfiguration) => any;
36
+ default: () => any;
37
+ object: (id: import("@omnia/fx-models").guid) => any;
38
+ toSelector: (id: import("@omnia/fx-models").guid, selector: string) => import("typestyle/lib/types").NestedCSSSelectors;
39
+ allClasses: (selector?: string) => import("typestyle/lib/types").NestedCSSSelectors;
40
+ };
41
+ };
42
+ deactivated(): void;
43
+ } & {
44
+ dispose?: () => void;
45
+ };
4
46
  editorVariant: string;
5
47
  textAndFont: (textBlueprint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, typography: ReturnType<typeof useTypographyBlueprintStore>) => string;
6
48
  generalField: (textColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
@@ -5,7 +5,7 @@ type UseIconProvider = {
5
5
  };
6
6
  export declare function useIconClass(icon: IIcon): any;
7
7
  export declare function useIcons(): {
8
- faIcon: (name: string) => FontAwesomeIcon;
8
+ faIcon: <T extends string>(name: T extends `${string} ${string}` ? never : T) => FontAwesomeIcon;
9
9
  mdIcon: (name: string) => MaterialIcon;
10
10
  flagIcon: (name: string) => FlagIcon;
11
11
  fbIcon: (name: string) => FabricIcon;
@@ -1,6 +1,9 @@
1
+ import { ColorSchemaType } from "@omnia/fx-models";
2
+ import { type InternalColorSchemaStoreType } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores/ColorSchemaStore";
1
3
  export declare function useColorSchemaSetup(props: object): import("@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores/ColorSchemaStore").ColorSchemaStoreType & {
2
4
  actions: {
3
5
  disableAutoDispose(): void;
6
+ mutate(colorSchemaType: ColorSchemaType): InternalColorSchemaStoreType;
4
7
  };
5
8
  } & {
6
9
  dispose?: () => void;
@@ -1,5 +1,6 @@
1
1
  import { IOmniaDocumentationUrlBuilder } from "@omnia/fx-models";
2
2
  export declare function useOmniaDocumentation(): {
3
+ OmniaDocsBaseUrl: string;
3
4
  urlBuilder: () => IOmniaDocumentationUrlBuilder;
4
5
  registerOmniaDocumentationUrlBuilder(key: string, value: any): void;
5
6
  };
@@ -51,7 +51,7 @@ export declare class VersionedLayoutDefinitionEditorItem implements IEditorItem
51
51
  private isDefaultLayout;
52
52
  private _defaultLayoutEditorTabApiReadyCallBack;
53
53
  icons: {
54
- faIcon: (name: string) => import("@omnia/fx-models").FontAwesomeIcon;
54
+ faIcon: <T extends string>(name: T extends `${string} ${string}` ? never : T) => import("@omnia/fx-models").FontAwesomeIcon;
55
55
  mdIcon: (name: string) => import("@omnia/fx-models").MaterialIcon;
56
56
  flagIcon: (name: string) => import("@omnia/fx-models").FlagIcon;
57
57
  fbIcon: (name: string) => import("@omnia/fx-models").FabricIcon;
@@ -293,6 +293,7 @@ import wcf12317feb91b4efebc337cfe39fabe1c from './ux/oxide/chip/Chip';
293
293
  import wc28370f0312764e82b4c29237f943710a from './ux/oxide/colorpicker/ColorPicker';
294
294
  import wc58850535f48040bc98b40064f89d19d0 from './ux/oxide/column/ColumnGrid';
295
295
  import wcd116618a12d0439f8da809535809c260 from './ux/oxide/column/Column';
296
+ import wce98227708e974db097eb9e61f800bd68 from './ux/oxide/containerfill/ContainerFill';
296
297
  import wc27c00720f7fb46bbb39286a2cb94797c from './ux/oxide/datatable/DataTable';
297
298
  import wcb10a0917fdc744c890d9b472ee3b3c99 from './ux/oxide/datepicker/DatePicker';
298
299
  import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from './ux/oxide/dialog/Dialog';
@@ -608,7 +609,7 @@ import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/setting
608
609
  import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/settings/section/Css';
609
610
  import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/settings/section/Targeting';
610
611
  import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
611
- import wccac6f7b1e12d4d8b8d302340d885bd48 from './ux/layoutcanvas/editor/settings/section/Columns';
612
+ import wc38fc566edbe94bcd8c0c4c36987afc84 from './ux/layoutcanvas/editor/settings/section/Global';
612
613
  import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
613
614
  import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
614
615
  import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
@@ -3553,13 +3554,13 @@ declare global {
3553
3554
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3554
3555
  };
3555
3556
  } : typeof wc48ff129f9a254eec9276b47f0c0f8b3e;
3556
- "columns": typeof wccac6f7b1e12d4d8b8d302340d885bd48 extends {
3557
+ "global": typeof wc38fc566edbe94bcd8c0c4c36987afc84 extends {
3557
3558
  propsDefinition: infer TProp;
3558
3559
  } ? {
3559
3560
  new (...args: any[]): {
3560
3561
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3561
3562
  };
3562
- } : typeof wccac6f7b1e12d4d8b8d302340d885bd48;
3563
+ } : typeof wc38fc566edbe94bcd8c0c4c36987afc84;
3563
3564
  };
3564
3565
  };
3565
3566
  "tab": {
@@ -5382,6 +5383,15 @@ declare global {
5382
5383
  };
5383
5384
  } : typeof wc58850535f48040bc98b40064f89d19d0;
5384
5385
  };
5386
+ "container": {
5387
+ "fill": typeof wce98227708e974db097eb9e61f800bd68 extends {
5388
+ propsDefinition: infer TProp;
5389
+ } ? {
5390
+ new (...args: any[]): {
5391
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5392
+ };
5393
+ } : typeof wce98227708e974db097eb9e61f800bd68;
5394
+ };
5385
5395
  "data": {
5386
5396
  "table": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
5387
5397
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.555-dev",
4
+ "version": "8.0.556-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.555-dev",
23
+ "@omnia/fx-models": "8.0.556-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1 +0,0 @@
1
- export declare const Examples: import("@omnia/fx/ux").DocumentationSpec;