@omnia/fx 8.0.37-vnext → 8.0.38-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 (73) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
  4. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +32 -0
  6. package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +0 -6
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +0 -2
  10. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +0 -14
  11. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +36 -2
  12. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +3 -0
  13. package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -14
  15. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -14
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +0 -14
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -14
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -14
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -14
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -14
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -14
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -14
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/BreakPointManager.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +0 -14
  25. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -14
  26. package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.css.d.ts → btngroup/ButtonGroup.css.d.ts} +3 -3
  27. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +98 -24
  28. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +0 -14
  29. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +0 -14
  30. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +0 -14
  31. package/internal-do-not-import-from-here/{console/components/MessageOverlay.d.ts → ux/oxide/componenthostprovider/ComponentHostProvider.d.ts} +75 -5
  32. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +0 -14
  33. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +0 -24
  34. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +0 -14
  35. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +0 -14
  36. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -14
  37. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -14
  38. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +0 -14
  39. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +0 -14
  40. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +0 -14
  41. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +0 -14
  42. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +0 -14
  43. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +0 -14
  44. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +0 -14
  45. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +0 -14
  46. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +0 -14
  47. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +0 -14
  48. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +0 -14
  49. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +0 -14
  50. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +0 -14
  51. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +0 -14
  52. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -14
  53. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +0 -14
  54. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +0 -14
  55. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +0 -14
  56. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +0 -14
  57. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +0 -14
  58. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -14
  59. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -14
  60. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -14
  61. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +0 -14
  62. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -14
  63. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -14
  64. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -14
  65. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -14
  66. package/internal-do-not-import-from-here/wctypings.d.ts +4 -4
  67. package/package.json +2 -2
  68. package/internal-do-not-import-from-here/console/components/MessageOverlay.css.d.ts +0 -1
  69. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +0 -238
  70. package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/ExampleComponents.d.ts +0 -1
  71. package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/index.d.ts +0 -1
  72. package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/{ux/oxide/btntoggle/docs/ButtonIntro.d.ts → console/components/SocketComponent.d.ts} +0 -0
@@ -5,15 +5,15 @@ declare const _default: {
5
5
  $data: {};
6
6
  $props: {
7
7
  container?: any;
8
- host?: any;
9
8
  blueprint?: any;
10
9
  colorSchemaType?: any;
11
10
  blueprintType?: any;
12
11
  colors?: any;
13
- hostContainer?: any;
14
12
  style?: unknown;
15
- class?: unknown;
13
+ class?: String | String[];
16
14
  key?: string | number | symbol;
15
+ readonly toggle?: boolean;
16
+ readonly mandatory?: boolean;
17
17
  ref?: import("vue").VNodeRef;
18
18
  ref_for?: boolean;
19
19
  ref_key?: string;
@@ -55,12 +55,16 @@ declare const _default: {
55
55
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
56
  [key: string]: any;
57
57
  }>) => void)[];
58
+ readonly "onUpdate:modelValue"?: (value: any) => any;
59
+ readonly "v-model"?: any;
60
+ readonly modelValue?: any;
58
61
  readonly "v-slots"?: {
59
62
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
60
63
  } & {
61
64
  activator?: () => VNodeChild;
62
65
  };
63
66
  readonly variant?: string;
67
+ readonly toned?: boolean;
64
68
  };
65
69
  $attrs: {
66
70
  [x: string]: unknown;
@@ -81,27 +85,48 @@ declare const _default: {
81
85
  } & {
82
86
  activator?: () => VNodeChild;
83
87
  }>;
88
+ toggle: {
89
+ type: import("vue").PropType<boolean>;
90
+ };
91
+ toned: {
92
+ type: import("vue").PropType<boolean>;
93
+ } & {
94
+ type: import("vue").PropType<boolean>;
95
+ };
96
+ mandatory: {
97
+ type: import("vue").PropType<boolean>;
98
+ };
99
+ "onUpdate:modelValue": {
100
+ type: import("vue").PropType<(value: any) => any>;
101
+ };
102
+ "v-model": {
103
+ type: import("vue").PropType<any>;
104
+ required: false;
105
+ };
106
+ modelValue: {
107
+ type: import("vue").PropType<any>;
108
+ required: false;
109
+ };
84
110
  variant: {
85
111
  type: import("vue").PropType<string>;
86
- required: false;
112
+ };
113
+ class: {
114
+ type: import("vue").PropType<String | String[]>;
115
+ required: boolean;
87
116
  };
88
117
  colorSchemaType?: any;
89
118
  container?: any;
90
119
  colors?: any;
91
120
  blueprintType?: any;
92
121
  blueprint?: any;
93
- host?: any;
94
- hostContainer?: any;
95
- }>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
122
+ }>>, import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
96
123
  [key: string]: any;
97
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
124
+ }>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
125
  container?: any;
99
- host?: any;
100
126
  blueprint?: any;
101
127
  colorSchemaType?: any;
102
128
  blueprintType?: any;
103
129
  colors?: any;
104
- hostContainer?: any;
105
130
  }, {}, string, {}> & {
106
131
  beforeCreate?: (() => void) | (() => void)[];
107
132
  created?: (() => void) | (() => void)[];
@@ -128,20 +153,43 @@ declare const _default: {
128
153
  } & {
129
154
  activator?: () => VNodeChild;
130
155
  }>;
156
+ toggle: {
157
+ type: import("vue").PropType<boolean>;
158
+ };
159
+ toned: {
160
+ type: import("vue").PropType<boolean>;
161
+ } & {
162
+ type: import("vue").PropType<boolean>;
163
+ };
164
+ mandatory: {
165
+ type: import("vue").PropType<boolean>;
166
+ };
167
+ "onUpdate:modelValue": {
168
+ type: import("vue").PropType<(value: any) => any>;
169
+ };
170
+ "v-model": {
171
+ type: import("vue").PropType<any>;
172
+ required: false;
173
+ };
174
+ modelValue: {
175
+ type: import("vue").PropType<any>;
176
+ required: false;
177
+ };
131
178
  variant: {
132
179
  type: import("vue").PropType<string>;
133
- required: false;
180
+ };
181
+ class: {
182
+ type: import("vue").PropType<String | String[]>;
183
+ required: boolean;
134
184
  };
135
185
  colorSchemaType?: any;
136
186
  container?: any;
137
187
  colors?: any;
138
188
  blueprintType?: any;
139
189
  blueprint?: any;
140
- host?: any;
141
- hostContainer?: any;
142
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
190
+ }>> & import("vue").ShallowUnwrapRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
143
191
  [key: string]: any;
144
- }>[]> & {} & import("vue").ComponentCustomProperties & {};
192
+ }>[] | (() => JSX.Element)> & {} & import("vue").ComponentCustomProperties & {};
145
193
  __isFragment?: never;
146
194
  __isTeleport?: never;
147
195
  __isSuspense?: never;
@@ -151,43 +199,69 @@ declare const _default: {
151
199
  } & {
152
200
  activator?: () => VNodeChild;
153
201
  }>;
202
+ toggle: {
203
+ type: import("vue").PropType<boolean>;
204
+ };
205
+ toned: {
206
+ type: import("vue").PropType<boolean>;
207
+ } & {
208
+ type: import("vue").PropType<boolean>;
209
+ };
210
+ mandatory: {
211
+ type: import("vue").PropType<boolean>;
212
+ };
213
+ "onUpdate:modelValue": {
214
+ type: import("vue").PropType<(value: any) => any>;
215
+ };
216
+ "v-model": {
217
+ type: import("vue").PropType<any>;
218
+ required: false;
219
+ };
220
+ modelValue: {
221
+ type: import("vue").PropType<any>;
222
+ required: false;
223
+ };
154
224
  variant: {
155
225
  type: import("vue").PropType<string>;
156
- required: false;
226
+ };
227
+ class: {
228
+ type: import("vue").PropType<String | String[]>;
229
+ required: boolean;
157
230
  };
158
231
  colorSchemaType?: any;
159
232
  container?: any;
160
233
  colors?: any;
161
234
  blueprintType?: any;
162
235
  blueprint?: any;
163
- host?: any;
164
- hostContainer?: any;
165
- }>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
236
+ }>>, import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
166
237
  [key: string]: any;
167
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
238
+ }>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
168
239
  container?: any;
169
- host?: any;
170
240
  blueprint?: any;
171
241
  colorSchemaType?: any;
172
242
  blueprintType?: any;
173
243
  colors?: any;
174
- hostContainer?: any;
175
244
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
176
245
  propsDefinition: Omit<Readonly<{
177
246
  container?: any;
178
- host?: any;
179
247
  blueprint?: any;
180
248
  colorSchemaType?: any;
181
249
  blueprintType?: any;
182
250
  colors?: any;
183
- hostContainer?: any;
184
251
  } & {
252
+ class?: String | String[];
253
+ toggle?: boolean;
254
+ mandatory?: boolean;
255
+ "onUpdate:modelValue"?: (value: any) => any;
256
+ "v-model"?: any;
257
+ modelValue?: any;
185
258
  "v-slots"?: {
186
259
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
187
260
  } & {
188
261
  activator?: () => VNodeChild;
189
262
  };
190
263
  variant?: string;
264
+ toned?: boolean;
191
265
  }>, never>;
192
266
  };
193
267
  export default _default;
@@ -5,12 +5,10 @@ declare const _default: {
5
5
  $data: {};
6
6
  $props: {
7
7
  container?: any;
8
- host?: any;
9
8
  blueprint?: any;
10
9
  colorSchemaType?: any;
11
10
  blueprintType?: any;
12
11
  colors?: any;
13
- hostContainer?: any;
14
12
  style?: unknown;
15
13
  class?: String | String[];
16
14
  key?: string | number | symbol;
@@ -95,16 +93,12 @@ declare const _default: {
95
93
  colors?: any;
96
94
  blueprintType?: any;
97
95
  blueprint?: any;
98
- host?: any;
99
- hostContainer?: any;
100
96
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
101
97
  container?: any;
102
- host?: any;
103
98
  blueprint?: any;
104
99
  colorSchemaType?: any;
105
100
  blueprintType?: any;
106
101
  colors?: any;
107
- hostContainer?: any;
108
102
  }, {}, string, {}> & {
109
103
  beforeCreate?: (() => void) | (() => void)[];
110
104
  created?: (() => void) | (() => void)[];
@@ -145,8 +139,6 @@ declare const _default: {
145
139
  colors?: any;
146
140
  blueprintType?: any;
147
141
  blueprint?: any;
148
- host?: any;
149
- hostContainer?: any;
150
142
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
151
143
  __isFragment?: never;
152
144
  __isTeleport?: never;
@@ -171,25 +163,19 @@ declare const _default: {
171
163
  colors?: any;
172
164
  blueprintType?: any;
173
165
  blueprint?: any;
174
- host?: any;
175
- hostContainer?: any;
176
166
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
177
167
  container?: any;
178
- host?: any;
179
168
  blueprint?: any;
180
169
  colorSchemaType?: any;
181
170
  blueprintType?: any;
182
171
  colors?: any;
183
- hostContainer?: any;
184
172
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
185
173
  propsDefinition: Omit<Readonly<{
186
174
  container?: any;
187
- host?: any;
188
175
  blueprint?: any;
189
176
  colorSchemaType?: any;
190
177
  blueprintType?: any;
191
178
  colors?: any;
192
- hostContainer?: any;
193
179
  } & {
194
180
  class?: String | String[];
195
181
  "v-slots"?: {
@@ -7,12 +7,10 @@ declare const _default: {
7
7
  $data: {};
8
8
  $props: {
9
9
  container?: any;
10
- host?: any;
11
10
  blueprint?: any;
12
11
  colorSchemaType?: any;
13
12
  blueprintType?: any;
14
13
  colors?: any;
15
- hostContainer?: any;
16
14
  readonly label?: string;
17
15
  style?: unknown;
18
16
  class?: String | String[];
@@ -103,20 +101,16 @@ declare const _default: {
103
101
  colors?: any;
104
102
  blueprintType?: any;
105
103
  blueprint?: any;
106
- host?: any;
107
- hostContainer?: any;
108
104
  }>> & {
109
105
  "onUpdate:modelValue"?: (value: any) => any;
110
106
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
111
107
  "update:modelValue": (value: any) => boolean;
112
108
  }, string, {
113
109
  container?: any;
114
- host?: any;
115
110
  blueprint?: any;
116
111
  colorSchemaType?: any;
117
112
  blueprintType?: any;
118
113
  colors?: any;
119
- hostContainer?: any;
120
114
  }, {}, string, {}> & {
121
115
  beforeCreate?: (() => void) | (() => void)[];
122
116
  created?: (() => void) | (() => void)[];
@@ -164,8 +158,6 @@ declare const _default: {
164
158
  colors?: any;
165
159
  blueprintType?: any;
166
160
  blueprint?: any;
167
- host?: any;
168
- hostContainer?: any;
169
161
  }>> & {
170
162
  "onUpdate:modelValue"?: (value: any) => any;
171
163
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -199,29 +191,23 @@ declare const _default: {
199
191
  colors?: any;
200
192
  blueprintType?: any;
201
193
  blueprint?: any;
202
- host?: any;
203
- hostContainer?: any;
204
194
  }>> & {
205
195
  "onUpdate:modelValue"?: (value: any) => any;
206
196
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
207
197
  "update:modelValue": (value: any) => boolean;
208
198
  }, string, {
209
199
  container?: any;
210
- host?: any;
211
200
  blueprint?: any;
212
201
  colorSchemaType?: any;
213
202
  blueprintType?: any;
214
203
  colors?: any;
215
- hostContainer?: any;
216
204
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
217
205
  propsDefinition: Omit<Readonly<{
218
206
  container?: any;
219
- host?: any;
220
207
  blueprint?: any;
221
208
  colorSchemaType?: any;
222
209
  blueprintType?: any;
223
210
  colors?: any;
224
- hostContainer?: any;
225
211
  } & {
226
212
  label?: string;
227
213
  class?: String | String[];
@@ -4,12 +4,10 @@ declare const _default: {
4
4
  $data: {};
5
5
  $props: {
6
6
  container?: any;
7
- host?: any;
8
7
  blueprint?: any;
9
8
  colorSchemaType?: any;
10
9
  blueprintType?: any;
11
10
  colors?: any;
12
- hostContainer?: any;
13
11
  readonly xs?: string;
14
12
  readonly sm?: string;
15
13
  readonly md?: string;
@@ -106,16 +104,12 @@ declare const _default: {
106
104
  colors?: any;
107
105
  blueprintType?: any;
108
106
  blueprint?: any;
109
- host?: any;
110
- hostContainer?: any;
111
107
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
112
108
  container?: any;
113
- host?: any;
114
109
  blueprint?: any;
115
110
  colorSchemaType?: any;
116
111
  blueprintType?: any;
117
112
  colors?: any;
118
- hostContainer?: any;
119
113
  }, {}, string, {}> & {
120
114
  beforeCreate?: (() => void) | (() => void)[];
121
115
  created?: (() => void) | (() => void)[];
@@ -167,8 +161,6 @@ declare const _default: {
167
161
  colors?: any;
168
162
  blueprintType?: any;
169
163
  blueprint?: any;
170
- host?: any;
171
- hostContainer?: any;
172
164
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
173
165
  __isFragment?: never;
174
166
  __isTeleport?: never;
@@ -204,25 +196,19 @@ declare const _default: {
204
196
  colors?: any;
205
197
  blueprintType?: any;
206
198
  blueprint?: any;
207
- host?: any;
208
- hostContainer?: any;
209
199
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
210
200
  container?: any;
211
- host?: any;
212
201
  blueprint?: any;
213
202
  colorSchemaType?: any;
214
203
  blueprintType?: any;
215
204
  colors?: any;
216
- hostContainer?: any;
217
205
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
218
206
  propsDefinition: Omit<Readonly<{
219
207
  container?: any;
220
- host?: any;
221
208
  blueprint?: any;
222
209
  colorSchemaType?: any;
223
210
  blueprintType?: any;
224
211
  colors?: any;
225
- hostContainer?: any;
226
212
  } & {
227
213
  xs?: string;
228
214
  sm?: string;
@@ -1,4 +1,3 @@
1
- import "./MessageOverlay.css";
2
1
  declare const _default: {
3
2
  new (...args: any[]): {
4
3
  $: import("vue").ComponentInternalInstance;
@@ -48,6 +47,11 @@ declare const _default: {
48
47
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
48
  [key: string]: any;
50
49
  }>) => void)[];
50
+ readonly force?: boolean;
51
+ readonly hostType?: string;
52
+ readonly containerVariant?: string;
53
+ readonly "host-type"?: string;
54
+ readonly "container-variant"?: string;
51
55
  };
52
56
  $attrs: {
53
57
  [x: string]: unknown;
@@ -62,7 +66,27 @@ declare const _default: {
62
66
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
63
67
  $emit: (event: string, ...args: any[]) => void;
64
68
  $el: any;
65
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
69
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
70
+ force: {
71
+ type: import("vue").PropType<boolean>;
72
+ } & {
73
+ type: import("vue").PropType<boolean>;
74
+ };
75
+ "container-variant": {
76
+ type: import("vue").PropType<string>;
77
+ };
78
+ containerVariant: {
79
+ type: import("vue").PropType<string>;
80
+ };
81
+ "host-type": {
82
+ type: import("vue").PropType<string>;
83
+ };
84
+ hostType: {
85
+ type: import("vue").PropType<string>;
86
+ };
87
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
88
+ [key: string]: any;
89
+ }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
66
90
  beforeCreate?: (() => void) | (() => void)[];
67
91
  created?: (() => void) | (() => void)[];
68
92
  beforeMount?: (() => void) | (() => void)[];
@@ -82,11 +106,57 @@ declare const _default: {
82
106
  $forceUpdate: () => void;
83
107
  $nextTick: typeof import("vue").nextTick;
84
108
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
85
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
109
+ } & Readonly<import("vue").ExtractPropTypes<{
110
+ force: {
111
+ type: import("vue").PropType<boolean>;
112
+ } & {
113
+ type: import("vue").PropType<boolean>;
114
+ };
115
+ "container-variant": {
116
+ type: import("vue").PropType<string>;
117
+ };
118
+ containerVariant: {
119
+ type: import("vue").PropType<string>;
120
+ };
121
+ "host-type": {
122
+ type: import("vue").PropType<string>;
123
+ };
124
+ hostType: {
125
+ type: import("vue").PropType<string>;
126
+ };
127
+ }>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
128
+ [key: string]: any;
129
+ }>[]> & {} & import("vue").ComponentCustomProperties & {};
86
130
  __isFragment?: never;
87
131
  __isTeleport?: never;
88
132
  __isSuspense?: never;
89
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
90
- propsDefinition: Omit<Readonly<{} & {}>, never>;
133
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
134
+ force: {
135
+ type: import("vue").PropType<boolean>;
136
+ } & {
137
+ type: import("vue").PropType<boolean>;
138
+ };
139
+ "container-variant": {
140
+ type: import("vue").PropType<string>;
141
+ };
142
+ containerVariant: {
143
+ type: import("vue").PropType<string>;
144
+ };
145
+ "host-type": {
146
+ type: import("vue").PropType<string>;
147
+ };
148
+ hostType: {
149
+ type: import("vue").PropType<string>;
150
+ };
151
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
152
+ [key: string]: any;
153
+ }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
154
+ propsDefinition: Omit<Readonly<{} & {
155
+ force?: boolean;
156
+ hostType?: string;
157
+ containerVariant?: string;
158
+ "host-type"?: string;
159
+ "container-variant"?: string;
160
+ }>, never>;
91
161
  };
92
162
  export default _default;
@@ -6,12 +6,10 @@ declare const _default: {
6
6
  $data: {};
7
7
  $props: {
8
8
  container?: any;
9
- host?: any;
10
9
  blueprint?: any;
11
10
  colorSchemaType?: any;
12
11
  blueprintType?: any;
13
12
  colors?: any;
14
- hostContainer?: any;
15
13
  style?: unknown;
16
14
  class?: unknown;
17
15
  key?: string | number | symbol;
@@ -154,16 +152,12 @@ declare const _default: {
154
152
  colors?: any;
155
153
  blueprintType?: any;
156
154
  blueprint?: any;
157
- host?: any;
158
- hostContainer?: any;
159
155
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
160
156
  container?: any;
161
- host?: any;
162
157
  blueprint?: any;
163
158
  colorSchemaType?: any;
164
159
  blueprintType?: any;
165
160
  colors?: any;
166
- hostContainer?: any;
167
161
  }, {}, string, {}> & {
168
162
  beforeCreate?: (() => void) | (() => void)[];
169
163
  created?: (() => void) | (() => void)[];
@@ -250,8 +244,6 @@ declare const _default: {
250
244
  colors?: any;
251
245
  blueprintType?: any;
252
246
  blueprint?: any;
253
- host?: any;
254
- hostContainer?: any;
255
247
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
256
248
  __isFragment?: never;
257
249
  __isTeleport?: never;
@@ -322,25 +314,19 @@ declare const _default: {
322
314
  colors?: any;
323
315
  blueprintType?: any;
324
316
  blueprint?: any;
325
- host?: any;
326
- hostContainer?: any;
327
317
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
328
318
  container?: any;
329
- host?: any;
330
319
  blueprint?: any;
331
320
  colorSchemaType?: any;
332
321
  blueprintType?: any;
333
322
  colors?: any;
334
- hostContainer?: any;
335
323
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
336
324
  propsDefinition: Omit<Readonly<{
337
325
  container?: any;
338
- host?: any;
339
326
  blueprint?: any;
340
327
  colorSchemaType?: any;
341
328
  blueprintType?: any;
342
329
  colors?: any;
343
- hostContainer?: any;
344
330
  itemValue: NonNullable<SelectItemKey>;
345
331
  } & {
346
332
  headers?: DataTableHeader[] | DataTableHeader[][];