@omnia/fx 8.0.36-vnext → 8.0.37-vnext

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 (88) hide show
  1. package/internal-do-not-import-from-here/core/ServiceContainer.d.ts +1 -1
  2. package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +1 -1
  3. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -1
  4. package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
  5. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +6 -0
  6. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +20 -44
  7. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +14 -0
  10. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +14 -0
  11. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +14 -0
  12. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +14 -0
  13. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +14 -0
  14. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +14 -0
  15. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +14 -0
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +14 -0
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +14 -0
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +14 -0
  20. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +2 -3
  21. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +14 -0
  22. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -3
  23. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +14 -4
  24. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +19 -6
  25. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +19 -5
  27. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
  28. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +14 -0
  29. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +49 -37
  30. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +14 -0
  32. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +91 -0
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +0 -2
  34. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -3
  35. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +21 -0
  36. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +3 -4
  37. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -5
  38. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +14 -0
  39. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -8
  41. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  42. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +14 -0
  43. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +24 -11
  45. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -5
  46. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +14 -0
  47. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +19 -8
  48. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +24 -12
  50. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -11
  51. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +14 -2
  52. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +14 -0
  53. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +14 -0
  54. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -3
  55. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +14 -0
  56. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +14 -0
  57. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +14 -0
  58. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +14 -0
  59. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +14 -1
  60. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +14 -1
  61. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +14 -0
  62. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +14 -0
  63. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +14 -0
  64. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +24 -11
  65. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +14 -2
  66. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +14 -0
  67. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +14 -0
  68. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +14 -0
  69. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +14 -0
  70. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +14 -0
  71. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
  74. package/internal-do-not-import-from-here/ux/use/UseVariantSetup.d.ts +0 -0
  75. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +14 -0
  76. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +14 -0
  77. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +14 -0
  78. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +14 -0
  79. package/internal-do-not-import-from-here/wctypings.d.ts +2 -6
  80. package/package.json +2 -2
  81. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +0 -300
  82. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +0 -286
  83. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponentsServer.d.ts +0 -1
  84. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponentsVirtual.d.ts +0 -1
  85. /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/AlignmentPicker.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/AlignmentPickerExample.d.ts +0 -0
  87. /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/ExampleComponents.d.ts +0 -0
  88. /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/index.d.ts +0 -0
@@ -21,7 +21,7 @@ export declare class ServiceContainer {
21
21
  export declare class ServiceContainerContext {
22
22
  private container;
23
23
  constructor();
24
- createInstance<TConstructor, TClass>(type: Class<TClass> | (() => TClass), constructorArgs?: TConstructor, forceNewInstanceLifetimeScope?: boolean): TClass;
24
+ createInstance<TConstructor, TClass = any>(type: Class<TClass> | (() => TClass), constructorArgs?: TConstructor, forceNewInstanceLifetimeScope?: boolean): TClass;
25
25
  dispose(): void;
26
26
  }
27
27
  export {};
@@ -3,7 +3,7 @@ export interface ILocalizationServiceProvider {
3
3
  getState(): {
4
4
  [key: string]: {};
5
5
  };
6
- loadLocalization(target: LocalizationTargetTypes): Promise<void>;
6
+ loadLocalization(target: LocalizationTargetTypes): Promise<Object>;
7
7
  }
8
8
  export declare class LocalizationServiceProviders {
9
9
  private static _provider;
@@ -11,7 +11,7 @@ export declare class Guid implements GuidValue {
11
11
  private static _empty;
12
12
  private value;
13
13
  equals: {
14
- guid(value: GuidValue): boolean;
14
+ guid: (value: GuidValue) => boolean;
15
15
  };
16
16
  static newGuid(): GuidValue;
17
17
  static get empty(): GuidValue;
@@ -31,7 +31,7 @@ class Guid {
31
31
  constructor(guid) {
32
32
  this.value = "";
33
33
  this.equals = {
34
- guid(value) {
34
+ guid: (value) => {
35
35
  return this.toString() === value.toString();
36
36
  }
37
37
  };
@@ -218,6 +218,12 @@ export declare function defineVue(): {
218
218
  required: boolean;
219
219
  };
220
220
  };
221
+ host: {
222
+ host: {
223
+ type: PropType<string>;
224
+ required: boolean;
225
+ };
226
+ };
221
227
  };
222
228
  };
223
229
  export declare function defineVueComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends SlotsType = {}>(setup: (props: Props, ctx: SetupContext<E, S>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
@@ -1,25 +1,22 @@
1
+ export declare const DialogSizeDefinitions: string[];
2
+ export type DialogSize = typeof DialogSizeDefinitions[number];
3
+ export declare const DocumentAreatypesDefinitions: string[];
4
+ export type DocumentAreatypes = typeof DocumentAreatypesDefinitions[number];
5
+ export declare const DocumentCategoryTypesDefinitions: string[];
6
+ export type DocumentCategoryTypes = typeof DocumentCategoryTypesDefinitions[number];
7
+ export interface ComponentSpecRegistration {
8
+ spec: ComponentSpec;
9
+ category: DocumentCategoryTypes;
10
+ area: DocumentAreatypes;
11
+ }
1
12
  export declare class Docs {
2
- static registrations: Map<string, Array<ComponentSpec>>;
13
+ static registrations: Map<string, Array<ComponentSpecRegistration>>;
3
14
  static specBuilder(name: string): ComponentSpec;
4
- static registerComponent(spec: ComponentSpec, area: "oxide" | "omfx"): void;
5
- }
6
- type ComponentSpecPropertyType = "string" | "number" | "boolean" | "object" | "array" | "enum" | any;
7
- interface PropertySpec {
8
- name: string;
9
- description: string;
10
- type: ComponentSpecPropertyType;
11
- customType?: string;
12
- defaultValue?: any;
13
- possibleValues?: any[];
15
+ static registerComponent(spec: ComponentSpec, area: DocumentAreatypes, category: DocumentCategoryTypes): void;
14
16
  }
15
- interface EventSpec {
17
+ interface TypeValueMapping {
16
18
  name: string;
17
- description: string;
18
- type: ComponentSpecPropertyType;
19
- }
20
- interface SlotSpec {
21
- name: string;
22
- description: string;
19
+ value: string;
23
20
  }
24
21
  interface ExampleComponentSpec {
25
22
  title: string;
@@ -29,46 +26,25 @@ interface ExampleComponentSpec {
29
26
  }
30
27
  export declare class ComponentSpec {
31
28
  private name;
32
- private properties;
33
- private events;
34
- private slots;
29
+ private typeValueMapping;
35
30
  private exampleComponents;
36
31
  private introComponents;
37
32
  themingSupport: boolean;
38
33
  toneSupport: boolean;
34
+ hostSupport: boolean;
39
35
  cssClassSupport: boolean;
40
36
  constructor(name: string);
41
- private addProperty;
42
- addEvent(name: string, description: string, type: ComponentSpecPropertyType): ComponentSpec;
43
- addOnUpdateModelValueStringEvent(): ComponentSpec;
44
- addOnUpdateModelValueNumberEvent(): ComponentSpec;
45
- addOnUpdateModelValueBooleanEvent(): ComponentSpec;
46
- addOnUpdateModelValueEnumEvent(): ComponentSpec;
47
- addOnUpdateModelValueObjectEvent(type: ComponentSpecPropertyType): ComponentSpec;
37
+ addTypeValueMapping(name: string, value: string | string[] | any): ComponentSpec;
38
+ addHost(): ComponentSpec;
48
39
  addTheming(): ComponentSpec;
49
40
  addToned(): ComponentSpec;
50
41
  addCssClass(): ComponentSpec;
51
- addSlot(name: string, description: string): ComponentSpec;
52
- addSlotDefault(): ComponentSpec;
53
- private addVModelProperty;
54
- addVModelStringProperty(additionalDescriptionText?: string, defaultValue?: string): ComponentSpec;
55
- addvModelNumberProperty(additionalDescriptionText?: string, defaultValue?: number): ComponentSpec;
56
- addvModelBooleanProperty(additionalDescriptionText?: string, defaultValue?: boolean): ComponentSpec;
57
- addvModelEnumProperty<T>(enumType: T, additionalDescriptionText?: string, defaultValue?: boolean): ComponentSpec;
58
- addvModelObjectProperty(modelType: ComponentSpecPropertyType, additionalDescriptionText?: string, defaultValue?: any): ComponentSpec;
59
- addStringProperty(name: string, description: string, defaultValue?: string, possibleValues?: string[]): ComponentSpec;
60
- addNumberProperty(name: string, description: string, defaultValue?: number, possibleValues?: number[]): ComponentSpec;
61
- addBooleanProperty(name: string, description: string, defaultValue?: boolean, possibleValues?: boolean[]): ComponentSpec;
62
- addEnumProperty<T>(name: string, description: string, enumType: T, defaultValue?: any, possibleValues?: any[]): ComponentSpec;
63
- addObjectProperty(name: string, description: string, customType: string | string[], defaultValue?: any, possibleValues?: any[]): ComponentSpec;
64
42
  build(): ComponentSpec;
65
43
  getName(): string;
66
44
  addExampleComponent(component: ExampleComponentSpec): ComponentSpec;
67
45
  addExampleComponents(components: Array<ExampleComponentSpec>): ComponentSpec;
68
46
  addIntroComponent(component: any): ComponentSpec;
69
- getProperties(): PropertySpec[];
70
- getEvents(): EventSpec[];
71
- getSlots(): SlotSpec[];
47
+ getTypeValueMapping(name: string): TypeValueMapping;
72
48
  getExampleComponents(): ExampleComponentSpec[];
73
49
  getIntroComponents(): any[];
74
50
  }
@@ -1,10 +1,10 @@
1
1
  import { VueComponentBase } from "@omnia/fx/ux";
2
2
  import { IWebComponentInstance } from "../..";
3
3
  import { IDocumentIcon } from "./IDocumentIcon";
4
- import { IconSizes, ImageSources } from "../../models";
4
+ import { OIconSizes, ImageSources } from "../../models";
5
5
  export declare class DocumentIcon extends VueComponentBase implements IWebComponentInstance, IDocumentIcon {
6
6
  color?: string;
7
- size?: IconSizes;
7
+ size?: OIconSizes;
8
8
  source?: ImageSources;
9
9
  extension: string;
10
10
  content: string;
@@ -1,7 +1,7 @@
1
- import { IconSizes, ImageSources } from "@omnia/fx/models";
1
+ import { OIconSizes, ImageSources } from "@omnia/fx/models";
2
2
  import { TsxAllowUnknowProperties } from "../TsxAllowUnknowProperties";
3
3
  export interface IDocumentIconProperties {
4
- size?: IconSizes;
4
+ size?: OIconSizes;
5
5
  source?: ImageSources;
6
6
  extension: string;
7
7
  color?: string;
@@ -5,10 +5,12 @@ declare const _default: {
5
5
  $data: {};
6
6
  $props: {
7
7
  container?: any;
8
+ host?: any;
8
9
  blueprint?: any;
9
10
  colorSchemaType?: any;
10
11
  blueprintType?: any;
11
12
  colors?: any;
13
+ hostContainer?: any;
12
14
  style?: unknown;
13
15
  class?: String | String[];
14
16
  readonly name?: {
@@ -221,6 +223,8 @@ declare const _default: {
221
223
  colors?: any;
222
224
  blueprintType?: any;
223
225
  blueprint?: any;
226
+ host?: any;
227
+ hostContainer?: any;
224
228
  }>> & {
225
229
  "onUpdate:modelValue"?: (value: any) => any;
226
230
  "onUpdate:add"?: (value: any) => any;
@@ -231,10 +235,12 @@ declare const _default: {
231
235
  "update:delete": (value: any) => boolean;
232
236
  }, string, {
233
237
  container?: any;
238
+ host?: any;
234
239
  blueprint?: any;
235
240
  colorSchemaType?: any;
236
241
  blueprintType?: any;
237
242
  colors?: any;
243
+ hostContainer?: any;
238
244
  }, {}, string, {}> & {
239
245
  beforeCreate?: (() => void) | (() => void)[];
240
246
  created?: (() => void) | (() => void)[];
@@ -341,6 +347,8 @@ declare const _default: {
341
347
  colors?: any;
342
348
  blueprintType?: any;
343
349
  blueprint?: any;
350
+ host?: any;
351
+ hostContainer?: any;
344
352
  }>> & {
345
353
  "onUpdate:modelValue"?: (value: any) => any;
346
354
  "onUpdate:add"?: (value: any) => any;
@@ -435,6 +443,8 @@ declare const _default: {
435
443
  colors?: any;
436
444
  blueprintType?: any;
437
445
  blueprint?: any;
446
+ host?: any;
447
+ hostContainer?: any;
438
448
  }>> & {
439
449
  "onUpdate:modelValue"?: (value: any) => any;
440
450
  "onUpdate:add"?: (value: any) => any;
@@ -445,17 +455,21 @@ declare const _default: {
445
455
  "update:delete": (value: any) => boolean;
446
456
  }, string, {
447
457
  container?: any;
458
+ host?: any;
448
459
  blueprint?: any;
449
460
  colorSchemaType?: any;
450
461
  blueprintType?: any;
451
462
  colors?: any;
463
+ hostContainer?: any;
452
464
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
453
465
  propsDefinition: Omit<Readonly<{
454
466
  container?: any;
467
+ host?: any;
455
468
  blueprint?: any;
456
469
  colorSchemaType?: any;
457
470
  blueprintType?: any;
458
471
  colors?: any;
472
+ hostContainer?: any;
459
473
  } & {
460
474
  class?: String | String[];
461
475
  name?: {
@@ -4,10 +4,12 @@ declare const _default: {
4
4
  $data: {};
5
5
  $props: {
6
6
  container?: any;
7
+ host?: any;
7
8
  blueprint?: any;
8
9
  colorSchemaType?: any;
9
10
  blueprintType?: any;
10
11
  colors?: any;
12
+ hostContainer?: any;
11
13
  readonly title?: string;
12
14
  readonly text?: string;
13
15
  style?: unknown;
@@ -96,12 +98,16 @@ declare const _default: {
96
98
  colors?: any;
97
99
  blueprintType?: any;
98
100
  blueprint?: any;
101
+ host?: any;
102
+ hostContainer?: any;
99
103
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
100
104
  container?: any;
105
+ host?: any;
101
106
  blueprint?: any;
102
107
  colorSchemaType?: any;
103
108
  blueprintType?: any;
104
109
  colors?: any;
110
+ hostContainer?: any;
105
111
  }, {}, string, {}> & {
106
112
  beforeCreate?: (() => void) | (() => void)[];
107
113
  created?: (() => void) | (() => void)[];
@@ -148,6 +154,8 @@ declare const _default: {
148
154
  colors?: any;
149
155
  blueprintType?: any;
150
156
  blueprint?: any;
157
+ host?: any;
158
+ hostContainer?: any;
151
159
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
152
160
  __isFragment?: never;
153
161
  __isTeleport?: never;
@@ -178,19 +186,25 @@ declare const _default: {
178
186
  colors?: any;
179
187
  blueprintType?: any;
180
188
  blueprint?: any;
189
+ host?: any;
190
+ hostContainer?: any;
181
191
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
182
192
  container?: any;
193
+ host?: any;
183
194
  blueprint?: any;
184
195
  colorSchemaType?: any;
185
196
  blueprintType?: any;
186
197
  colors?: any;
198
+ hostContainer?: any;
187
199
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
188
200
  propsDefinition: Omit<Readonly<{
189
201
  container?: any;
202
+ host?: any;
190
203
  blueprint?: any;
191
204
  colorSchemaType?: any;
192
205
  blueprintType?: any;
193
206
  colors?: any;
207
+ hostContainer?: any;
194
208
  } & {
195
209
  title?: string;
196
210
  text?: string;
@@ -6,10 +6,12 @@ declare const _default: {
6
6
  $data: {};
7
7
  $props: {
8
8
  container?: any;
9
+ host?: any;
9
10
  blueprint?: any;
10
11
  colorSchemaType?: any;
11
12
  blueprintType?: any;
12
13
  colors?: any;
14
+ hostContainer?: any;
13
15
  style?: unknown;
14
16
  class?: unknown;
15
17
  key?: string | number | symbol;
@@ -81,16 +83,20 @@ declare const _default: {
81
83
  colors?: any;
82
84
  blueprintType?: any;
83
85
  blueprint?: any;
86
+ host?: any;
87
+ hostContainer?: any;
84
88
  }>> & {
85
89
  onClick?: () => any;
86
90
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
87
91
  click: () => boolean;
88
92
  }, string, {
89
93
  container?: any;
94
+ host?: any;
90
95
  blueprint?: any;
91
96
  colorSchemaType?: any;
92
97
  blueprintType?: any;
93
98
  colors?: any;
99
+ hostContainer?: any;
94
100
  }, {}, string, {}> & {
95
101
  beforeCreate?: (() => void) | (() => void)[];
96
102
  created?: (() => void) | (() => void)[];
@@ -122,6 +128,8 @@ declare const _default: {
122
128
  colors?: any;
123
129
  blueprintType?: any;
124
130
  blueprint?: any;
131
+ host?: any;
132
+ hostContainer?: any;
125
133
  }>> & {
126
134
  onClick?: () => any;
127
135
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -139,23 +147,29 @@ declare const _default: {
139
147
  colors?: any;
140
148
  blueprintType?: any;
141
149
  blueprint?: any;
150
+ host?: any;
151
+ hostContainer?: any;
142
152
  }>> & {
143
153
  onClick?: () => any;
144
154
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
145
155
  click: () => boolean;
146
156
  }, string, {
147
157
  container?: any;
158
+ host?: any;
148
159
  blueprint?: any;
149
160
  colorSchemaType?: any;
150
161
  blueprintType?: any;
151
162
  colors?: any;
163
+ hostContainer?: any;
152
164
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
153
165
  propsDefinition: Omit<Readonly<{
154
166
  container?: any;
167
+ host?: any;
155
168
  blueprint?: any;
156
169
  colorSchemaType?: any;
157
170
  blueprintType?: any;
158
171
  colors?: any;
172
+ hostContainer?: any;
159
173
  } & {
160
174
  item?: LayoutItemRegistration;
161
175
  }>, "onClick"> & {
@@ -5,10 +5,12 @@ declare const _default: {
5
5
  $data: {};
6
6
  $props: {
7
7
  container?: any;
8
+ host?: any;
8
9
  blueprint?: any;
9
10
  colorSchemaType?: any;
10
11
  blueprintType?: any;
11
12
  colors?: any;
13
+ hostContainer?: any;
12
14
  readonly small?: boolean;
13
15
  style?: unknown;
14
16
  class?: unknown;
@@ -109,12 +111,16 @@ declare const _default: {
109
111
  colors?: any;
110
112
  blueprintType?: any;
111
113
  blueprint?: any;
114
+ host?: any;
115
+ hostContainer?: any;
112
116
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
113
117
  container?: any;
118
+ host?: any;
114
119
  blueprint?: any;
115
120
  colorSchemaType?: any;
116
121
  blueprintType?: any;
117
122
  colors?: any;
123
+ hostContainer?: any;
118
124
  }, {}, string, {}> & {
119
125
  beforeCreate?: (() => void) | (() => void)[];
120
126
  created?: (() => void) | (() => void)[];
@@ -169,6 +175,8 @@ declare const _default: {
169
175
  colors?: any;
170
176
  blueprintType?: any;
171
177
  blueprint?: any;
178
+ host?: any;
179
+ hostContainer?: any;
172
180
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
173
181
  __isFragment?: never;
174
182
  __isTeleport?: never;
@@ -207,19 +215,25 @@ declare const _default: {
207
215
  colors?: any;
208
216
  blueprintType?: any;
209
217
  blueprint?: any;
218
+ host?: any;
219
+ hostContainer?: any;
210
220
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
211
221
  container?: any;
222
+ host?: any;
212
223
  blueprint?: any;
213
224
  colorSchemaType?: any;
214
225
  blueprintType?: any;
215
226
  colors?: any;
227
+ hostContainer?: any;
216
228
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
217
229
  propsDefinition: Omit<Readonly<{
218
230
  container?: any;
231
+ host?: any;
219
232
  blueprint?: any;
220
233
  colorSchemaType?: any;
221
234
  blueprintType?: any;
222
235
  colors?: any;
236
+ hostContainer?: any;
223
237
  } & {
224
238
  small?: boolean;
225
239
  toned?: boolean;
@@ -13,10 +13,12 @@ declare const _default: {
13
13
  $data: {};
14
14
  $props: {
15
15
  container?: any;
16
+ host?: any;
16
17
  blueprint?: any;
17
18
  colorSchemaType?: any;
18
19
  blueprintType?: any;
19
20
  colors?: any;
21
+ hostContainer?: any;
20
22
  readonly block?: Block;
21
23
  style?: unknown;
22
24
  class?: unknown;
@@ -115,12 +117,16 @@ declare const _default: {
115
117
  colors?: any;
116
118
  blueprintType?: any;
117
119
  blueprint?: any;
120
+ host?: any;
121
+ hostContainer?: any;
118
122
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
119
123
  container?: any;
124
+ host?: any;
120
125
  blueprint?: any;
121
126
  colorSchemaType?: any;
122
127
  blueprintType?: any;
123
128
  colors?: any;
129
+ hostContainer?: any;
124
130
  }, {}, string, {}> & {
125
131
  beforeCreate?: (() => void) | (() => void)[];
126
132
  created?: (() => void) | (() => void)[];
@@ -174,6 +180,8 @@ declare const _default: {
174
180
  colors?: any;
175
181
  blueprintType?: any;
176
182
  blueprint?: any;
183
+ host?: any;
184
+ hostContainer?: any;
177
185
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
178
186
  __isFragment?: never;
179
187
  __isTeleport?: never;
@@ -211,19 +219,25 @@ declare const _default: {
211
219
  colors?: any;
212
220
  blueprintType?: any;
213
221
  blueprint?: any;
222
+ host?: any;
223
+ hostContainer?: any;
214
224
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
215
225
  container?: any;
226
+ host?: any;
216
227
  blueprint?: any;
217
228
  colorSchemaType?: any;
218
229
  blueprintType?: any;
219
230
  colors?: any;
231
+ hostContainer?: any;
220
232
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
221
233
  propsDefinition: Omit<Readonly<{
222
234
  container?: any;
235
+ host?: any;
223
236
  blueprint?: any;
224
237
  colorSchemaType?: any;
225
238
  blueprintType?: any;
226
239
  colors?: any;
240
+ hostContainer?: any;
227
241
  } & {
228
242
  block?: Block;
229
243
  themeTargetId?: string;
@@ -5,10 +5,12 @@ declare const _default: {
5
5
  $data: {};
6
6
  $props: {
7
7
  container?: any;
8
+ host?: any;
8
9
  blueprint?: any;
9
10
  colorSchemaType?: any;
10
11
  blueprintType?: any;
11
12
  colors?: any;
13
+ hostContainer?: any;
12
14
  style?: unknown;
13
15
  class?: unknown;
14
16
  key?: string | number | symbol;
@@ -117,12 +119,16 @@ declare const _default: {
117
119
  colors?: any;
118
120
  blueprintType?: any;
119
121
  blueprint?: any;
122
+ host?: any;
123
+ hostContainer?: any;
120
124
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
121
125
  container?: any;
126
+ host?: any;
122
127
  blueprint?: any;
123
128
  colorSchemaType?: any;
124
129
  blueprintType?: any;
125
130
  colors?: any;
131
+ hostContainer?: any;
126
132
  }, {}, string, {}> & {
127
133
  beforeCreate?: (() => void) | (() => void)[];
128
134
  created?: (() => void) | (() => void)[];
@@ -183,6 +189,8 @@ declare const _default: {
183
189
  colors?: any;
184
190
  blueprintType?: any;
185
191
  blueprint?: any;
192
+ host?: any;
193
+ hostContainer?: any;
186
194
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
187
195
  __isFragment?: never;
188
196
  __isTeleport?: never;
@@ -227,19 +235,25 @@ declare const _default: {
227
235
  colors?: any;
228
236
  blueprintType?: any;
229
237
  blueprint?: any;
238
+ host?: any;
239
+ hostContainer?: any;
230
240
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
231
241
  container?: any;
242
+ host?: any;
232
243
  blueprint?: any;
233
244
  colorSchemaType?: any;
234
245
  blueprintType?: any;
235
246
  colors?: any;
247
+ hostContainer?: any;
236
248
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
237
249
  propsDefinition: Omit<Readonly<{
238
250
  container?: any;
251
+ host?: any;
239
252
  blueprint?: any;
240
253
  colorSchemaType?: any;
241
254
  blueprintType?: any;
242
255
  colors?: any;
256
+ hostContainer?: any;
243
257
  } & {
244
258
  column?: SectionItem<ColumnedSectionItemSettings>;
245
259
  themeTargetId?: string;
@@ -12,10 +12,12 @@ declare const _default: {
12
12
  $data: {};
13
13
  $props: {
14
14
  container?: any;
15
+ host?: any;
15
16
  blueprint?: any;
16
17
  colorSchemaType?: any;
17
18
  blueprintType?: any;
18
19
  colors?: any;
20
+ hostContainer?: any;
19
21
  readonly section?: Section<import("@omnia/fx-models").SectionSettings>;
20
22
  style?: unknown;
21
23
  class?: unknown;
@@ -118,12 +120,16 @@ declare const _default: {
118
120
  colors?: any;
119
121
  blueprintType?: any;
120
122
  blueprint?: any;
123
+ host?: any;
124
+ hostContainer?: any;
121
125
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
122
126
  container?: any;
127
+ host?: any;
123
128
  blueprint?: any;
124
129
  colorSchemaType?: any;
125
130
  blueprintType?: any;
126
131
  colors?: any;
132
+ hostContainer?: any;
127
133
  }, {}, string, {}> & {
128
134
  beforeCreate?: (() => void) | (() => void)[];
129
135
  created?: (() => void) | (() => void)[];
@@ -179,6 +185,8 @@ declare const _default: {
179
185
  colors?: any;
180
186
  blueprintType?: any;
181
187
  blueprint?: any;
188
+ host?: any;
189
+ hostContainer?: any;
182
190
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
183
191
  __isFragment?: never;
184
192
  __isTeleport?: never;
@@ -218,19 +226,25 @@ declare const _default: {
218
226
  colors?: any;
219
227
  blueprintType?: any;
220
228
  blueprint?: any;
229
+ host?: any;
230
+ hostContainer?: any;
221
231
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
222
232
  container?: any;
233
+ host?: any;
223
234
  blueprint?: any;
224
235
  colorSchemaType?: any;
225
236
  blueprintType?: any;
226
237
  colors?: any;
238
+ hostContainer?: any;
227
239
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
228
240
  propsDefinition: Omit<Readonly<{
229
241
  container?: any;
242
+ host?: any;
230
243
  blueprint?: any;
231
244
  colorSchemaType?: any;
232
245
  blueprintType?: any;
233
246
  colors?: any;
247
+ hostContainer?: any;
234
248
  } & {
235
249
  section?: Section<import("@omnia/fx-models").SectionSettings>;
236
250
  parentContainer?: LayoutItem;