@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
@@ -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
  style?: unknown;
14
12
  class?: String | String[];
15
13
  key?: string | number | symbol;
@@ -110,16 +108,12 @@ declare const _default: {
110
108
  colors?: any;
111
109
  blueprintType?: any;
112
110
  blueprint?: any;
113
- host?: any;
114
- hostContainer?: any;
115
111
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
116
112
  container?: any;
117
- host?: any;
118
113
  blueprint?: any;
119
114
  colorSchemaType?: any;
120
115
  blueprintType?: any;
121
116
  colors?: any;
122
- hostContainer?: any;
123
117
  }, {}, string, {}> & {
124
118
  beforeCreate?: (() => void) | (() => void)[];
125
119
  created?: (() => void) | (() => void)[];
@@ -175,8 +169,6 @@ declare const _default: {
175
169
  colors?: any;
176
170
  blueprintType?: any;
177
171
  blueprint?: any;
178
- host?: any;
179
- hostContainer?: any;
180
172
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
181
173
  __isFragment?: never;
182
174
  __isTeleport?: never;
@@ -216,25 +208,19 @@ declare const _default: {
216
208
  colors?: any;
217
209
  blueprintType?: any;
218
210
  blueprint?: any;
219
- host?: any;
220
- hostContainer?: any;
221
211
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
222
212
  container?: any;
223
- host?: any;
224
213
  blueprint?: any;
225
214
  colorSchemaType?: any;
226
215
  blueprintType?: any;
227
216
  colors?: any;
228
- hostContainer?: any;
229
217
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
230
218
  propsDefinition: Omit<Readonly<{
231
219
  container?: any;
232
- host?: any;
233
220
  blueprint?: any;
234
221
  colorSchemaType?: any;
235
222
  blueprintType?: any;
236
223
  colors?: any;
237
- hostContainer?: any;
238
224
  } & {
239
225
  class?: String | String[];
240
226
  "onUpdate:modelValue"?: (value: boolean) => any;
@@ -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
  readonly title?: string;
15
13
  style?: unknown;
16
14
  class?: String | String[];
@@ -133,16 +131,12 @@ declare const _default: {
133
131
  colors?: any;
134
132
  blueprintType?: any;
135
133
  blueprint?: any;
136
- host?: any;
137
- hostContainer?: any;
138
134
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
139
135
  container?: any;
140
- host?: any;
141
136
  blueprint?: any;
142
137
  colorSchemaType?: any;
143
138
  blueprintType?: any;
144
139
  colors?: any;
145
- hostContainer?: any;
146
140
  }, {}, string, {}> & {
147
141
  beforeCreate?: (() => void) | (() => void)[];
148
142
  created?: (() => void) | (() => void)[];
@@ -214,8 +208,6 @@ declare const _default: {
214
208
  colors?: any;
215
209
  blueprintType?: any;
216
210
  blueprint?: any;
217
- host?: any;
218
- hostContainer?: any;
219
211
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
220
212
  __isFragment?: never;
221
213
  __isTeleport?: never;
@@ -271,25 +263,19 @@ declare const _default: {
271
263
  colors?: any;
272
264
  blueprintType?: any;
273
265
  blueprint?: any;
274
- host?: any;
275
- hostContainer?: any;
276
266
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
277
267
  container?: any;
278
- host?: any;
279
268
  blueprint?: any;
280
269
  colorSchemaType?: any;
281
270
  blueprintType?: any;
282
271
  colors?: any;
283
- hostContainer?: any;
284
272
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
285
273
  propsDefinition: Omit<Readonly<{
286
274
  container?: any;
287
- host?: any;
288
275
  blueprint?: any;
289
276
  colorSchemaType?: any;
290
277
  blueprintType?: any;
291
278
  colors?: any;
292
- hostContainer?: any;
293
279
  } & {
294
280
  title?: string;
295
281
  class?: String | String[];
@@ -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
  readonly label?: string;
16
14
  style?: unknown;
17
15
  class?: String | String[];
@@ -88,16 +86,12 @@ declare const _default: {
88
86
  colors?: any;
89
87
  blueprintType?: any;
90
88
  blueprint?: any;
91
- host?: any;
92
- hostContainer?: any;
93
89
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
94
90
  container?: any;
95
- host?: any;
96
91
  blueprint?: any;
97
92
  colorSchemaType?: any;
98
93
  blueprintType?: any;
99
94
  colors?: any;
100
- hostContainer?: any;
101
95
  }, {}, string, {}> & {
102
96
  beforeCreate?: (() => void) | (() => void)[];
103
97
  created?: (() => void) | (() => void)[];
@@ -134,8 +128,6 @@ declare const _default: {
134
128
  colors?: any;
135
129
  blueprintType?: any;
136
130
  blueprint?: any;
137
- host?: any;
138
- hostContainer?: any;
139
131
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
140
132
  __isFragment?: never;
141
133
  __isTeleport?: never;
@@ -156,25 +148,19 @@ declare const _default: {
156
148
  colors?: any;
157
149
  blueprintType?: any;
158
150
  blueprint?: any;
159
- host?: any;
160
- hostContainer?: any;
161
151
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
162
152
  container?: any;
163
- host?: any;
164
153
  blueprint?: any;
165
154
  colorSchemaType?: any;
166
155
  blueprintType?: any;
167
156
  colors?: any;
168
- hostContainer?: any;
169
157
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
170
158
  propsDefinition: Omit<Readonly<{
171
159
  container?: any;
172
- host?: any;
173
160
  blueprint?: any;
174
161
  colorSchemaType?: any;
175
162
  blueprintType?: any;
176
163
  colors?: any;
177
- hostContainer?: any;
178
164
  } & {
179
165
  label?: string;
180
166
  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
  style?: unknown;
14
12
  class?: String | String[];
15
13
  key?: string | number | symbol;
@@ -92,20 +90,16 @@ declare const _default: {
92
90
  colors?: any;
93
91
  blueprintType?: any;
94
92
  blueprint?: any;
95
- host?: any;
96
- hostContainer?: any;
97
93
  }>> & {
98
94
  "onUpdate:modelValue"?: (value: any) => any;
99
95
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
100
96
  "update:modelValue": (value: any) => boolean;
101
97
  }, string, {
102
98
  container?: any;
103
- host?: any;
104
99
  blueprint?: any;
105
100
  colorSchemaType?: any;
106
101
  blueprintType?: any;
107
102
  colors?: any;
108
- hostContainer?: any;
109
103
  }, {}, string, {}> & {
110
104
  beforeCreate?: (() => void) | (() => void)[];
111
105
  created?: (() => void) | (() => void)[];
@@ -147,8 +141,6 @@ declare const _default: {
147
141
  colors?: any;
148
142
  blueprintType?: any;
149
143
  blueprint?: any;
150
- host?: any;
151
- hostContainer?: any;
152
144
  }>> & {
153
145
  "onUpdate:modelValue"?: (value: any) => any;
154
146
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -176,29 +168,23 @@ declare const _default: {
176
168
  colors?: any;
177
169
  blueprintType?: any;
178
170
  blueprint?: any;
179
- host?: any;
180
- hostContainer?: any;
181
171
  }>> & {
182
172
  "onUpdate:modelValue"?: (value: any) => any;
183
173
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
184
174
  "update:modelValue": (value: any) => boolean;
185
175
  }, string, {
186
176
  container?: any;
187
- host?: any;
188
177
  blueprint?: any;
189
178
  colorSchemaType?: any;
190
179
  blueprintType?: any;
191
180
  colors?: any;
192
- hostContainer?: any;
193
181
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
194
182
  propsDefinition: Omit<Readonly<{
195
183
  container?: any;
196
- host?: any;
197
184
  blueprint?: any;
198
185
  colorSchemaType?: any;
199
186
  blueprintType?: any;
200
187
  colors?: any;
201
- hostContainer?: any;
202
188
  } & {
203
189
  class?: String | String[];
204
190
  "onUpdate:modelValue"?: (value: any) => any;
@@ -18,12 +18,10 @@ declare const _default: {
18
18
  $data: {};
19
19
  $props: {
20
20
  container?: any;
21
- host?: any;
22
21
  blueprint?: any;
23
22
  colorSchemaType?: any;
24
23
  blueprintType?: any;
25
24
  colors?: any;
26
- hostContainer?: any;
27
25
  readonly label?: string;
28
26
  style?: unknown;
29
27
  class?: String | String[];
@@ -149,8 +147,6 @@ declare const _default: {
149
147
  colors?: any;
150
148
  blueprintType?: any;
151
149
  blueprint?: any;
152
- host?: any;
153
- hostContainer?: any;
154
150
  }>> & {
155
151
  "onUpdate:modelValue"?: (value: any) => any;
156
152
  "onClick:button"?: (value: any) => any;
@@ -159,12 +155,10 @@ declare const _default: {
159
155
  "update:modelValue": (value: any) => true;
160
156
  }, string, {
161
157
  container?: any;
162
- host?: any;
163
158
  blueprint?: any;
164
159
  colorSchemaType?: any;
165
160
  blueprintType?: any;
166
161
  colors?: any;
167
- hostContainer?: any;
168
162
  }, {}, string, {}> & {
169
163
  beforeCreate?: (() => void) | (() => void)[];
170
164
  created?: (() => void) | (() => void)[];
@@ -235,8 +229,6 @@ declare const _default: {
235
229
  colors?: any;
236
230
  blueprintType?: any;
237
231
  blueprint?: any;
238
- host?: any;
239
- hostContainer?: any;
240
232
  }>> & {
241
233
  "onUpdate:modelValue"?: (value: any) => any;
242
234
  "onClick:button"?: (value: any) => any;
@@ -294,8 +286,6 @@ declare const _default: {
294
286
  colors?: any;
295
287
  blueprintType?: any;
296
288
  blueprint?: any;
297
- host?: any;
298
- hostContainer?: any;
299
289
  }>> & {
300
290
  "onUpdate:modelValue"?: (value: any) => any;
301
291
  "onClick:button"?: (value: any) => any;
@@ -304,21 +294,17 @@ declare const _default: {
304
294
  "update:modelValue": (value: any) => true;
305
295
  }, string, {
306
296
  container?: any;
307
- host?: any;
308
297
  blueprint?: any;
309
298
  colorSchemaType?: any;
310
299
  blueprintType?: any;
311
300
  colors?: any;
312
- hostContainer?: any;
313
301
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
314
302
  propsDefinition: Omit<Readonly<{
315
303
  container?: any;
316
- host?: any;
317
304
  blueprint?: any;
318
305
  colorSchemaType?: any;
319
306
  blueprintType?: any;
320
307
  colors?: any;
321
- hostContainer?: any;
322
308
  } & {
323
309
  label?: string;
324
310
  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 label?: string;
14
12
  style?: unknown;
15
13
  class?: String | String[];
@@ -112,20 +110,16 @@ declare const _default: {
112
110
  colors?: any;
113
111
  blueprintType?: any;
114
112
  blueprint?: any;
115
- host?: any;
116
- hostContainer?: any;
117
113
  }>> & {
118
114
  "onUpdate:modelValue"?: (value: any) => any;
119
115
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
120
116
  "update:modelValue": (value: any) => boolean;
121
117
  }, string, {
122
118
  container?: any;
123
- host?: any;
124
119
  blueprint?: any;
125
120
  colorSchemaType?: any;
126
121
  blueprintType?: any;
127
122
  colors?: any;
128
- hostContainer?: any;
129
123
  }, {}, string, {}> & {
130
124
  beforeCreate?: (() => void) | (() => void)[];
131
125
  created?: (() => void) | (() => void)[];
@@ -182,8 +176,6 @@ declare const _default: {
182
176
  colors?: any;
183
177
  blueprintType?: any;
184
178
  blueprint?: any;
185
- host?: any;
186
- hostContainer?: any;
187
179
  }>> & {
188
180
  "onUpdate:modelValue"?: (value: any) => any;
189
181
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -226,29 +218,23 @@ declare const _default: {
226
218
  colors?: any;
227
219
  blueprintType?: any;
228
220
  blueprint?: any;
229
- host?: any;
230
- hostContainer?: any;
231
221
  }>> & {
232
222
  "onUpdate:modelValue"?: (value: any) => any;
233
223
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
234
224
  "update:modelValue": (value: any) => boolean;
235
225
  }, string, {
236
226
  container?: any;
237
- host?: any;
238
227
  blueprint?: any;
239
228
  colorSchemaType?: any;
240
229
  blueprintType?: any;
241
230
  colors?: any;
242
- hostContainer?: any;
243
231
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
244
232
  propsDefinition: Omit<Readonly<{
245
233
  container?: any;
246
- host?: any;
247
234
  blueprint?: any;
248
235
  colorSchemaType?: any;
249
236
  blueprintType?: any;
250
237
  colors?: any;
251
- hostContainer?: any;
252
238
  } & {
253
239
  label?: string;
254
240
  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 text?: string;
14
12
  style?: unknown;
15
13
  class?: String | String[];
@@ -96,16 +94,12 @@ declare const _default: {
96
94
  colors?: any;
97
95
  blueprintType?: any;
98
96
  blueprint?: any;
99
- host?: any;
100
- hostContainer?: any;
101
97
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
102
98
  container?: any;
103
- host?: any;
104
99
  blueprint?: any;
105
100
  colorSchemaType?: any;
106
101
  blueprintType?: any;
107
102
  colors?: any;
108
- hostContainer?: any;
109
103
  }, {}, string, {}> & {
110
104
  beforeCreate?: (() => void) | (() => void)[];
111
105
  created?: (() => void) | (() => void)[];
@@ -150,8 +144,6 @@ declare const _default: {
150
144
  colors?: any;
151
145
  blueprintType?: any;
152
146
  blueprint?: any;
153
- host?: any;
154
- hostContainer?: any;
155
147
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
156
148
  __isFragment?: never;
157
149
  __isTeleport?: never;
@@ -180,25 +172,19 @@ declare const _default: {
180
172
  colors?: any;
181
173
  blueprintType?: any;
182
174
  blueprint?: any;
183
- host?: any;
184
- hostContainer?: any;
185
175
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
186
176
  container?: any;
187
- host?: any;
188
177
  blueprint?: any;
189
178
  colorSchemaType?: any;
190
179
  blueprintType?: any;
191
180
  colors?: any;
192
- hostContainer?: any;
193
181
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
194
182
  propsDefinition: Omit<Readonly<{
195
183
  container?: any;
196
- host?: any;
197
184
  blueprint?: any;
198
185
  colorSchemaType?: any;
199
186
  blueprintType?: any;
200
187
  colors?: any;
201
- hostContainer?: any;
202
188
  } & {
203
189
  text?: string;
204
190
  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 label?: string;
14
12
  style?: unknown;
15
13
  class?: String | String[];
@@ -96,20 +94,16 @@ declare const _default: {
96
94
  colors?: any;
97
95
  blueprintType?: any;
98
96
  blueprint?: any;
99
- host?: any;
100
- hostContainer?: any;
101
97
  }>> & {
102
98
  "onUpdate:modelValue"?: (value: any) => any;
103
99
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
104
100
  "update:modelValue": (value: any) => boolean;
105
101
  }, string, {
106
102
  container?: any;
107
- host?: any;
108
103
  blueprint?: any;
109
104
  colorSchemaType?: any;
110
105
  blueprintType?: any;
111
106
  colors?: any;
112
- hostContainer?: any;
113
107
  }, {}, string, {}> & {
114
108
  beforeCreate?: (() => void) | (() => void)[];
115
109
  created?: (() => void) | (() => void)[];
@@ -154,8 +148,6 @@ declare const _default: {
154
148
  colors?: any;
155
149
  blueprintType?: any;
156
150
  blueprint?: any;
157
- host?: any;
158
- hostContainer?: any;
159
151
  }>> & {
160
152
  "onUpdate:modelValue"?: (value: any) => any;
161
153
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -186,29 +178,23 @@ declare const _default: {
186
178
  colors?: any;
187
179
  blueprintType?: any;
188
180
  blueprint?: any;
189
- host?: any;
190
- hostContainer?: any;
191
181
  }>> & {
192
182
  "onUpdate:modelValue"?: (value: any) => any;
193
183
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
194
184
  "update:modelValue": (value: any) => boolean;
195
185
  }, string, {
196
186
  container?: any;
197
- host?: any;
198
187
  blueprint?: any;
199
188
  colorSchemaType?: any;
200
189
  blueprintType?: any;
201
190
  colors?: any;
202
- hostContainer?: any;
203
191
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
204
192
  propsDefinition: Omit<Readonly<{
205
193
  container?: any;
206
- host?: any;
207
194
  blueprint?: any;
208
195
  colorSchemaType?: any;
209
196
  blueprintType?: any;
210
197
  colors?: any;
211
- hostContainer?: any;
212
198
  } & {
213
199
  label?: string;
214
200
  class?: String | String[];
@@ -10,12 +10,10 @@ declare const _default: {
10
10
  $data: {};
11
11
  $props: {
12
12
  container?: any;
13
- host?: any;
14
13
  blueprint?: any;
15
14
  colorSchemaType?: any;
16
15
  blueprintType?: any;
17
16
  colors?: any;
18
- hostContainer?: any;
19
17
  readonly title?: string;
20
18
  style?: unknown;
21
19
  class?: String | String[];
@@ -114,16 +112,12 @@ declare const _default: {
114
112
  colors?: any;
115
113
  blueprintType?: any;
116
114
  blueprint?: any;
117
- host?: any;
118
- hostContainer?: any;
119
115
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
120
116
  container?: any;
121
- host?: any;
122
117
  blueprint?: any;
123
118
  colorSchemaType?: any;
124
119
  blueprintType?: any;
125
120
  colors?: any;
126
- hostContainer?: any;
127
121
  }, {}, string, {}> & {
128
122
  beforeCreate?: (() => void) | (() => void)[];
129
123
  created?: (() => void) | (() => void)[];
@@ -177,8 +171,6 @@ declare const _default: {
177
171
  colors?: any;
178
172
  blueprintType?: any;
179
173
  blueprint?: any;
180
- host?: any;
181
- hostContainer?: any;
182
174
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
183
175
  __isFragment?: never;
184
176
  __isTeleport?: never;
@@ -216,25 +208,19 @@ declare const _default: {
216
208
  colors?: any;
217
209
  blueprintType?: any;
218
210
  blueprint?: any;
219
- host?: any;
220
- hostContainer?: any;
221
211
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
222
212
  container?: any;
223
- host?: any;
224
213
  blueprint?: any;
225
214
  colorSchemaType?: any;
226
215
  blueprintType?: any;
227
216
  colors?: any;
228
- hostContainer?: any;
229
217
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
230
218
  propsDefinition: Omit<Readonly<{
231
219
  container?: any;
232
- host?: any;
233
220
  blueprint?: any;
234
221
  colorSchemaType?: any;
235
222
  blueprintType?: any;
236
223
  colors?: any;
237
- hostContainer?: any;
238
224
  } & {
239
225
  title?: string;
240
226
  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
  style?: unknown;
14
12
  class?: String | String[];
15
13
  key?: string | number | symbol;
@@ -111,16 +109,12 @@ declare const _default: {
111
109
  colors?: any;
112
110
  blueprintType?: any;
113
111
  blueprint?: any;
114
- host?: any;
115
- hostContainer?: any;
116
112
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
117
113
  container?: any;
118
- host?: any;
119
114
  blueprint?: any;
120
115
  colorSchemaType?: any;
121
116
  blueprintType?: any;
122
117
  colors?: any;
123
- hostContainer?: any;
124
118
  }, {}, string, {}> & {
125
119
  beforeCreate?: (() => void) | (() => void)[];
126
120
  created?: (() => void) | (() => void)[];
@@ -177,8 +171,6 @@ declare const _default: {
177
171
  colors?: any;
178
172
  blueprintType?: any;
179
173
  blueprint?: any;
180
- host?: any;
181
- hostContainer?: any;
182
174
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
183
175
  __isFragment?: never;
184
176
  __isTeleport?: never;
@@ -219,25 +211,19 @@ declare const _default: {
219
211
  colors?: any;
220
212
  blueprintType?: any;
221
213
  blueprint?: any;
222
- host?: any;
223
- hostContainer?: any;
224
214
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
225
215
  container?: any;
226
- host?: any;
227
216
  blueprint?: any;
228
217
  colorSchemaType?: any;
229
218
  blueprintType?: any;
230
219
  colors?: any;
231
- hostContainer?: any;
232
220
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
233
221
  propsDefinition: Omit<Readonly<{
234
222
  container?: any;
235
- host?: any;
236
223
  blueprint?: any;
237
224
  colorSchemaType?: any;
238
225
  blueprintType?: any;
239
226
  colors?: any;
240
- hostContainer?: any;
241
227
  } & {
242
228
  class?: String | String[];
243
229
  "onUpdate:modelValue"?: (value: number) => any;