@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
@@ -14,11 +14,9 @@ declare const _default: {
14
14
  colorSchemaType?: any;
15
15
  blueprintType?: any;
16
16
  colors?: any;
17
- hostContainer?: any;
18
17
  readonly title?: string;
19
18
  style?: unknown;
20
19
  class?: String | String[];
21
- readonly host?: string;
22
20
  key?: string | number | symbol;
23
21
  readonly size?: string;
24
22
  readonly icon?: IIcon;
@@ -107,7 +105,6 @@ declare const _default: {
107
105
  };
108
106
  variant: {
109
107
  type: import("vue").PropType<string>;
110
- required: false;
111
108
  };
112
109
  size: {
113
110
  type: import("vue").PropType<string>;
@@ -149,16 +146,11 @@ declare const _default: {
149
146
  type: import("vue").PropType<String | String[]>;
150
147
  required: boolean;
151
148
  };
152
- host: {
153
- type: import("vue").PropType<string>;
154
- required: boolean;
155
- };
156
149
  colorSchemaType?: any;
157
150
  container?: any;
158
151
  colors?: any;
159
152
  blueprintType?: any;
160
153
  blueprint?: any;
161
- hostContainer?: any;
162
154
  }>> & {
163
155
  "onUpdate:modelValue"?: (value: boolean) => any;
164
156
  "onClick:close"?: () => any;
@@ -175,7 +167,6 @@ declare const _default: {
175
167
  colorSchemaType?: any;
176
168
  blueprintType?: any;
177
169
  colors?: any;
178
- hostContainer?: any;
179
170
  }, {}, string, {}> & {
180
171
  beforeCreate?: (() => void) | (() => void)[];
181
172
  created?: (() => void) | (() => void)[];
@@ -206,7 +197,6 @@ declare const _default: {
206
197
  };
207
198
  variant: {
208
199
  type: import("vue").PropType<string>;
209
- required: false;
210
200
  };
211
201
  size: {
212
202
  type: import("vue").PropType<string>;
@@ -248,16 +238,11 @@ declare const _default: {
248
238
  type: import("vue").PropType<String | String[]>;
249
239
  required: boolean;
250
240
  };
251
- host: {
252
- type: import("vue").PropType<string>;
253
- required: boolean;
254
- };
255
241
  colorSchemaType?: any;
256
242
  container?: any;
257
243
  colors?: any;
258
244
  blueprintType?: any;
259
245
  blueprint?: any;
260
- hostContainer?: any;
261
246
  }>> & {
262
247
  "onUpdate:modelValue"?: (value: boolean) => any;
263
248
  "onClick:close"?: () => any;
@@ -277,7 +262,6 @@ declare const _default: {
277
262
  };
278
263
  variant: {
279
264
  type: import("vue").PropType<string>;
280
- required: false;
281
265
  };
282
266
  size: {
283
267
  type: import("vue").PropType<string>;
@@ -319,16 +303,11 @@ declare const _default: {
319
303
  type: import("vue").PropType<String | String[]>;
320
304
  required: boolean;
321
305
  };
322
- host: {
323
- type: import("vue").PropType<string>;
324
- required: boolean;
325
- };
326
306
  colorSchemaType?: any;
327
307
  container?: any;
328
308
  colors?: any;
329
309
  blueprintType?: any;
330
310
  blueprint?: any;
331
- hostContainer?: any;
332
311
  }>> & {
333
312
  "onUpdate:modelValue"?: (value: boolean) => any;
334
313
  "onClick:close"?: () => any;
@@ -345,7 +324,6 @@ declare const _default: {
345
324
  colorSchemaType?: any;
346
325
  blueprintType?: any;
347
326
  colors?: any;
348
- hostContainer?: any;
349
327
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
350
328
  propsDefinition: Omit<Readonly<{
351
329
  container?: any;
@@ -353,11 +331,9 @@ declare const _default: {
353
331
  colorSchemaType?: any;
354
332
  blueprintType?: any;
355
333
  colors?: any;
356
- hostContainer?: any;
357
334
  } & {
358
335
  title?: string;
359
336
  class?: String | String[];
360
- host?: string;
361
337
  size?: string;
362
338
  icon?: IIcon;
363
339
  "onUpdate:modelValue"?: (value: boolean) => any;
@@ -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 title?: string;
16
14
  style?: unknown;
17
15
  class?: String | String[];
@@ -112,16 +110,12 @@ declare const _default: {
112
110
  colors?: any;
113
111
  blueprintType?: any;
114
112
  blueprint?: any;
115
- host?: any;
116
- hostContainer?: any;
117
113
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
118
114
  container?: any;
119
- host?: any;
120
115
  blueprint?: any;
121
116
  colorSchemaType?: any;
122
117
  blueprintType?: any;
123
118
  colors?: any;
124
- hostContainer?: any;
125
119
  }, {}, string, {}> & {
126
120
  beforeCreate?: (() => void) | (() => void)[];
127
121
  created?: (() => void) | (() => void)[];
@@ -174,8 +168,6 @@ declare const _default: {
174
168
  colors?: any;
175
169
  blueprintType?: any;
176
170
  blueprint?: any;
177
- host?: any;
178
- hostContainer?: any;
179
171
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
180
172
  __isFragment?: never;
181
173
  __isTeleport?: never;
@@ -212,25 +204,19 @@ declare const _default: {
212
204
  colors?: any;
213
205
  blueprintType?: any;
214
206
  blueprint?: any;
215
- host?: any;
216
- hostContainer?: any;
217
207
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
218
208
  container?: any;
219
- host?: any;
220
209
  blueprint?: any;
221
210
  colorSchemaType?: any;
222
211
  blueprintType?: any;
223
212
  colors?: any;
224
- hostContainer?: any;
225
213
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
226
214
  propsDefinition: Omit<Readonly<{
227
215
  container?: any;
228
- host?: any;
229
216
  blueprint?: any;
230
217
  colorSchemaType?: any;
231
218
  blueprintType?: any;
232
219
  colors?: any;
233
- hostContainer?: any;
234
220
  } & {
235
221
  title?: string;
236
222
  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;
@@ -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
  class?: String | String[];
204
190
  "onUpdate:modelValue"?: (value: number | number[]) => 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
  style?: unknown;
15
13
  class?: String | String[];
16
14
  key?: string | number | symbol;
@@ -97,16 +95,12 @@ declare const _default: {
97
95
  colors?: any;
98
96
  blueprintType?: any;
99
97
  blueprint?: any;
100
- host?: any;
101
- hostContainer?: any;
102
98
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
103
99
  container?: any;
104
- host?: any;
105
100
  blueprint?: any;
106
101
  colorSchemaType?: any;
107
102
  blueprintType?: any;
108
103
  colors?: any;
109
- hostContainer?: any;
110
104
  }, {}, string, {}> & {
111
105
  beforeCreate?: (() => void) | (() => void)[];
112
106
  created?: (() => void) | (() => void)[];
@@ -151,8 +145,6 @@ declare const _default: {
151
145
  colors?: any;
152
146
  blueprintType?: any;
153
147
  blueprint?: any;
154
- host?: any;
155
- hostContainer?: any;
156
148
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
157
149
  __isFragment?: never;
158
150
  __isTeleport?: never;
@@ -181,25 +173,19 @@ declare const _default: {
181
173
  colors?: any;
182
174
  blueprintType?: any;
183
175
  blueprint?: any;
184
- host?: any;
185
- hostContainer?: any;
186
176
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
187
177
  container?: any;
188
- host?: any;
189
178
  blueprint?: any;
190
179
  colorSchemaType?: any;
191
180
  blueprintType?: any;
192
181
  colors?: any;
193
- hostContainer?: any;
194
182
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
195
183
  propsDefinition: Omit<Readonly<{
196
184
  container?: any;
197
- host?: any;
198
185
  blueprint?: any;
199
186
  colorSchemaType?: any;
200
187
  blueprintType?: any;
201
188
  colors?: any;
202
- hostContainer?: any;
203
189
  } & {
204
190
  class?: String | String[];
205
191
  size?: 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;
@@ -78,16 +76,12 @@ declare const _default: {
78
76
  colors?: any;
79
77
  blueprintType?: any;
80
78
  blueprint?: any;
81
- host?: any;
82
- hostContainer?: any;
83
79
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
84
80
  container?: any;
85
- host?: any;
86
81
  blueprint?: any;
87
82
  colorSchemaType?: any;
88
83
  blueprintType?: any;
89
84
  colors?: any;
90
- hostContainer?: any;
91
85
  }, {}, string, {}> & {
92
86
  beforeCreate?: (() => void) | (() => void)[];
93
87
  created?: (() => void) | (() => void)[];
@@ -118,8 +112,6 @@ declare const _default: {
118
112
  colors?: any;
119
113
  blueprintType?: any;
120
114
  blueprint?: any;
121
- host?: any;
122
- hostContainer?: any;
123
115
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
124
116
  __isFragment?: never;
125
117
  __isTeleport?: never;
@@ -134,25 +126,19 @@ declare const _default: {
134
126
  colors?: any;
135
127
  blueprintType?: any;
136
128
  blueprint?: any;
137
- host?: any;
138
- hostContainer?: any;
139
129
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
140
130
  container?: any;
141
- host?: any;
142
131
  blueprint?: any;
143
132
  colorSchemaType?: any;
144
133
  blueprintType?: any;
145
134
  colors?: any;
146
- hostContainer?: any;
147
135
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
148
136
  propsDefinition: Omit<Readonly<{
149
137
  container?: any;
150
- host?: any;
151
138
  blueprint?: any;
152
139
  colorSchemaType?: any;
153
140
  blueprintType?: any;
154
141
  colors?: any;
155
- hostContainer?: any;
156
142
  } & {
157
143
  class?: String | String[];
158
144
  }>, never>;
@@ -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 nav?: boolean;
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
  nav?: boolean;
204
190
  class?: String | String[];
@@ -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[];
@@ -100,20 +98,16 @@ declare const _default: {
100
98
  colors?: any;
101
99
  blueprintType?: any;
102
100
  blueprint?: any;
103
- host?: any;
104
- hostContainer?: any;
105
101
  }>> & {
106
102
  "onClick:delete"?: () => any;
107
103
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
108
104
  "click:delete": () => boolean;
109
105
  }, string, {
110
106
  container?: any;
111
- host?: any;
112
107
  blueprint?: any;
113
108
  colorSchemaType?: any;
114
109
  blueprintType?: any;
115
110
  colors?: any;
116
- hostContainer?: any;
117
111
  }, {}, string, {}> & {
118
112
  beforeCreate?: (() => void) | (() => void)[];
119
113
  created?: (() => void) | (() => void)[];
@@ -159,8 +153,6 @@ declare const _default: {
159
153
  colors?: any;
160
154
  blueprintType?: any;
161
155
  blueprint?: any;
162
- host?: any;
163
- hostContainer?: any;
164
156
  }>> & {
165
157
  "onClick:delete"?: () => any;
166
158
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -192,29 +184,23 @@ declare const _default: {
192
184
  colors?: any;
193
185
  blueprintType?: any;
194
186
  blueprint?: any;
195
- host?: any;
196
- hostContainer?: any;
197
187
  }>> & {
198
188
  "onClick:delete"?: () => any;
199
189
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
200
190
  "click:delete": () => boolean;
201
191
  }, string, {
202
192
  container?: any;
203
- host?: any;
204
193
  blueprint?: any;
205
194
  colorSchemaType?: any;
206
195
  blueprintType?: any;
207
196
  colors?: any;
208
- hostContainer?: any;
209
197
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
210
198
  propsDefinition: Omit<Readonly<{
211
199
  container?: any;
212
- host?: any;
213
200
  blueprint?: any;
214
201
  colorSchemaType?: any;
215
202
  blueprintType?: any;
216
203
  colors?: any;
217
- hostContainer?: any;
218
204
  } & {
219
205
  title?: string;
220
206
  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
  class: {
98
94
  type: import("vue").PropType<String | String[]>;
99
95
  required: boolean;
100
96
  };
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)[];
@@ -146,8 +140,6 @@ declare const _default: {
146
140
  colors?: any;
147
141
  blueprintType?: any;
148
142
  blueprint?: any;
149
- host?: any;
150
- hostContainer?: any;
151
143
  class: {
152
144
  type: import("vue").PropType<String | String[]>;
153
145
  required: boolean;
@@ -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
  class: {
182
172
  type: import("vue").PropType<String | String[]>;
183
173
  required: boolean;
184
174
  };
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
  class?: String | String[];
204
190
  id?: string;
@@ -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
  readonly name?: {
@@ -232,16 +230,12 @@ declare const _default: {
232
230
  colors?: any;
233
231
  blueprintType?: any;
234
232
  blueprint?: any;
235
- host?: any;
236
- hostContainer?: any;
237
233
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
238
234
  container?: any;
239
- host?: any;
240
235
  blueprint?: any;
241
236
  colorSchemaType?: any;
242
237
  blueprintType?: any;
243
238
  colors?: any;
244
- hostContainer?: any;
245
239
  }, {}, string, {}> & {
246
240
  beforeCreate?: (() => void) | (() => void)[];
247
241
  created?: (() => void) | (() => void)[];
@@ -353,8 +347,6 @@ declare const _default: {
353
347
  colors?: any;
354
348
  blueprintType?: any;
355
349
  blueprint?: any;
356
- host?: any;
357
- hostContainer?: any;
358
350
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
359
351
  __isFragment?: never;
360
352
  __isTeleport?: never;
@@ -450,25 +442,19 @@ declare const _default: {
450
442
  colors?: any;
451
443
  blueprintType?: any;
452
444
  blueprint?: any;
453
- host?: any;
454
- hostContainer?: any;
455
445
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
456
446
  container?: any;
457
- host?: any;
458
447
  blueprint?: any;
459
448
  colorSchemaType?: any;
460
449
  blueprintType?: any;
461
450
  colors?: any;
462
- hostContainer?: any;
463
451
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
464
452
  propsDefinition: Omit<Readonly<{
465
453
  container?: any;
466
- host?: any;
467
454
  blueprint?: any;
468
455
  colorSchemaType?: any;
469
456
  blueprintType?: any;
470
457
  colors?: any;
471
- hostContainer?: any;
472
458
  } & {
473
459
  class?: String | String[];
474
460
  name?: {