@omnia/fx 8.0.37-vnext → 8.0.39-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 (80) 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 +40 -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/docs/chrome/SampleViewer.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +0 -14
  14. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +36 -2
  15. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +3 -0
  16. package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -14
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -14
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +0 -14
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -14
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -14
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -14
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -14
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
  25. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -14
  26. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -14
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/BreakPointManager.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -21
  29. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +15 -29
  31. package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.css.d.ts → btngroup/ButtonGroup.css.d.ts} +3 -3
  32. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +103 -29
  33. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +0 -14
  34. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +0 -14
  35. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -49
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +0 -14
  37. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -29
  38. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -19
  39. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +0 -14
  40. package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.d.ts → hostprovider/HostProvider.d.ts} +60 -124
  41. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +10 -24
  42. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  43. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -14
  44. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -24
  45. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -19
  46. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +0 -14
  47. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -19
  48. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +10 -24
  49. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +25 -39
  50. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +0 -14
  51. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +0 -14
  52. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +5 -19
  53. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +0 -14
  54. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +0 -14
  55. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +0 -14
  56. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -19
  57. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -19
  59. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -14
  60. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +0 -14
  61. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +0 -14
  62. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +10 -24
  63. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +0 -25
  64. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +0 -14
  65. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -14
  66. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -14
  67. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -14
  68. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +0 -14
  69. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -14
  70. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -14
  71. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -14
  72. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -14
  73. package/internal-do-not-import-from-here/wctypings.d.ts +4 -4
  74. package/package.json +2 -2
  75. package/internal-do-not-import-from-here/console/components/MessageOverlay.css.d.ts +0 -1
  76. package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +0 -92
  77. package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/ExampleComponents.d.ts +0 -1
  78. package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/index.d.ts +0 -1
  79. package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
  80. /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;
@@ -84,16 +82,12 @@ declare const _default: {
84
82
  colors?: any;
85
83
  blueprintType?: any;
86
84
  blueprint?: any;
87
- host?: any;
88
- hostContainer?: any;
89
85
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
90
86
  container?: any;
91
- host?: any;
92
87
  blueprint?: any;
93
88
  colorSchemaType?: any;
94
89
  blueprintType?: any;
95
90
  colors?: any;
96
- hostContainer?: any;
97
91
  }, {}, string, {}> & {
98
92
  beforeCreate?: (() => void) | (() => void)[];
99
93
  created?: (() => void) | (() => void)[];
@@ -129,8 +123,6 @@ declare const _default: {
129
123
  colors?: any;
130
124
  blueprintType?: any;
131
125
  blueprint?: any;
132
- host?: any;
133
- hostContainer?: any;
134
126
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
135
127
  __isFragment?: never;
136
128
  __isTeleport?: never;
@@ -150,25 +142,19 @@ declare const _default: {
150
142
  colors?: any;
151
143
  blueprintType?: any;
152
144
  blueprint?: any;
153
- host?: any;
154
- hostContainer?: any;
155
145
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
156
146
  container?: any;
157
- host?: any;
158
147
  blueprint?: any;
159
148
  colorSchemaType?: any;
160
149
  blueprintType?: any;
161
150
  colors?: any;
162
- hostContainer?: any;
163
151
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
164
152
  propsDefinition: Omit<Readonly<{
165
153
  container?: any;
166
- host?: any;
167
154
  blueprint?: any;
168
155
  colorSchemaType?: any;
169
156
  blueprintType?: any;
170
157
  colors?: any;
171
- hostContainer?: any;
172
158
  } & {
173
159
  class?: String | String[];
174
160
  toned?: boolean;
@@ -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 typography?: TypographyType | TypographyTypes;
15
13
  style?: unknown;
16
14
  class?: String | String[];
@@ -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
  typography?: TypographyType | TypographyTypes;
205
191
  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[];
@@ -101,8 +99,6 @@ declare const _default: {
101
99
  colors?: any;
102
100
  blueprintType?: any;
103
101
  blueprint?: any;
104
- host?: any;
105
- hostContainer?: any;
106
102
  }>> & {
107
103
  "onUpdate:modelValue"?: (value: string) => any;
108
104
  "onClick:button"?: () => any;
@@ -111,12 +107,10 @@ declare const _default: {
111
107
  "click:button": () => true;
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: string) => any;
171
163
  "onClick:button"?: () => any;
@@ -200,8 +192,6 @@ declare const _default: {
200
192
  colors?: any;
201
193
  blueprintType?: any;
202
194
  blueprint?: any;
203
- host?: any;
204
- hostContainer?: any;
205
195
  }>> & {
206
196
  "onUpdate:modelValue"?: (value: string) => any;
207
197
  "onClick:button"?: () => any;
@@ -210,21 +200,17 @@ declare const _default: {
210
200
  "click:button": () => true;
211
201
  }, string, {
212
202
  container?: any;
213
- host?: any;
214
203
  blueprint?: any;
215
204
  colorSchemaType?: any;
216
205
  blueprintType?: any;
217
206
  colors?: any;
218
- hostContainer?: any;
219
207
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
220
208
  propsDefinition: Omit<Readonly<{
221
209
  container?: any;
222
- host?: any;
223
210
  blueprint?: any;
224
211
  colorSchemaType?: any;
225
212
  blueprintType?: any;
226
213
  colors?: any;
227
- hostContainer?: any;
228
214
  } & {
229
215
  label?: string;
230
216
  class?: String | String[];
@@ -4,16 +4,14 @@ 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[];
16
- readonly type?: string;
14
+ readonly type?: "number";
17
15
  key?: string | number | symbol;
18
16
  ref?: import("vue").VNodeRef;
19
17
  ref_for?: boolean;
@@ -59,7 +57,7 @@ declare const _default: {
59
57
  "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
60
58
  readonly "v-model"?: string;
61
59
  readonly modelValue?: string;
62
- readonly variant?: string;
60
+ readonly variant?: "search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend";
63
61
  readonly toned?: Boolean;
64
62
  readonly clearable?: boolean;
65
63
  "onClick:button"?: () => any;
@@ -84,13 +82,13 @@ declare const _default: {
84
82
  type: import("vue").PropType<Boolean>;
85
83
  };
86
84
  type: {
87
- type: import("vue").PropType<string>;
85
+ type: import("vue").PropType<"number">;
88
86
  };
89
87
  clearable: {
90
88
  type: import("vue").PropType<boolean>;
91
89
  };
92
90
  variant: {
93
- type: import("vue").PropType<string>;
91
+ type: import("vue").PropType<"search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend">;
94
92
  };
95
93
  label: {
96
94
  type: import("vue").PropType<string>;
@@ -115,8 +113,6 @@ declare const _default: {
115
113
  colors?: any;
116
114
  blueprintType?: any;
117
115
  blueprint?: any;
118
- host?: any;
119
- hostContainer?: any;
120
116
  }>> & {
121
117
  "onUpdate:modelValue"?: (value: string) => any;
122
118
  "onClick:button"?: () => any;
@@ -125,12 +121,10 @@ declare const _default: {
125
121
  "click:button": () => true;
126
122
  }, string, {
127
123
  container?: any;
128
- host?: any;
129
124
  blueprint?: any;
130
125
  colorSchemaType?: any;
131
126
  blueprintType?: any;
132
127
  colors?: any;
133
- hostContainer?: any;
134
128
  }, {}, string, {}> & {
135
129
  beforeCreate?: (() => void) | (() => void)[];
136
130
  created?: (() => void) | (() => void)[];
@@ -158,13 +152,13 @@ declare const _default: {
158
152
  type: import("vue").PropType<Boolean>;
159
153
  };
160
154
  type: {
161
- type: import("vue").PropType<string>;
155
+ type: import("vue").PropType<"number">;
162
156
  };
163
157
  clearable: {
164
158
  type: import("vue").PropType<boolean>;
165
159
  };
166
160
  variant: {
167
- type: import("vue").PropType<string>;
161
+ type: import("vue").PropType<"search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend">;
168
162
  };
169
163
  label: {
170
164
  type: import("vue").PropType<string>;
@@ -189,8 +183,6 @@ declare const _default: {
189
183
  colors?: any;
190
184
  blueprintType?: any;
191
185
  blueprint?: any;
192
- host?: any;
193
- hostContainer?: any;
194
186
  }>> & {
195
187
  "onUpdate:modelValue"?: (value: string) => any;
196
188
  "onClick:button"?: () => any;
@@ -205,13 +197,13 @@ declare const _default: {
205
197
  type: import("vue").PropType<Boolean>;
206
198
  };
207
199
  type: {
208
- type: import("vue").PropType<string>;
200
+ type: import("vue").PropType<"number">;
209
201
  };
210
202
  clearable: {
211
203
  type: import("vue").PropType<boolean>;
212
204
  };
213
205
  variant: {
214
- type: import("vue").PropType<string>;
206
+ type: import("vue").PropType<"search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend">;
215
207
  };
216
208
  label: {
217
209
  type: import("vue").PropType<string>;
@@ -236,8 +228,6 @@ declare const _default: {
236
228
  colors?: any;
237
229
  blueprintType?: any;
238
230
  blueprint?: any;
239
- host?: any;
240
- hostContainer?: any;
241
231
  }>> & {
242
232
  "onUpdate:modelValue"?: (value: string) => any;
243
233
  "onClick:button"?: () => any;
@@ -246,29 +236,25 @@ declare const _default: {
246
236
  "click:button": () => true;
247
237
  }, string, {
248
238
  container?: any;
249
- host?: any;
250
239
  blueprint?: any;
251
240
  colorSchemaType?: any;
252
241
  blueprintType?: any;
253
242
  colors?: any;
254
- hostContainer?: any;
255
243
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
256
244
  propsDefinition: Omit<Readonly<{
257
245
  container?: any;
258
- host?: any;
259
246
  blueprint?: any;
260
247
  colorSchemaType?: any;
261
248
  blueprintType?: any;
262
249
  colors?: any;
263
- hostContainer?: any;
264
250
  } & {
265
251
  label?: string;
266
252
  class?: String | String[];
267
- type?: string;
253
+ type?: "number";
268
254
  "onUpdate:modelValue"?: (value: string) => any;
269
255
  "v-model"?: string;
270
256
  modelValue?: string;
271
- variant?: string;
257
+ variant?: "search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend";
272
258
  toned?: Boolean;
273
259
  clearable?: boolean;
274
260
  }>, "onUpdate:modelValue" | "onClick:button"> & {
@@ -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[];
@@ -65,7 +63,6 @@ declare const _default: {
65
63
  title?: Func<[VNodeChild]>;
66
64
  customButtons?: Func<[VNodeChild]>;
67
65
  };
68
- readonly variant?: string;
69
66
  readonly subTitle?: string;
70
67
  "onClick:close"?: () => any;
71
68
  readonly backButton?: boolean;
@@ -106,9 +103,6 @@ declare const _default: {
106
103
  title: {
107
104
  type: import("vue").PropType<string>;
108
105
  };
109
- variant: {
110
- type: import("vue").PropType<string>;
111
- };
112
106
  class: {
113
107
  type: import("vue").PropType<String | String[]>;
114
108
  required: boolean;
@@ -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
  }>> & {
124
116
  "onClick:close"?: () => any;
125
117
  "onClick:back"?: () => any;
@@ -128,12 +120,10 @@ declare const _default: {
128
120
  "click:back": () => true;
129
121
  }, string, {
130
122
  container?: any;
131
- host?: any;
132
123
  blueprint?: any;
133
124
  colorSchemaType?: any;
134
125
  blueprintType?: any;
135
126
  colors?: any;
136
- hostContainer?: any;
137
127
  }, {}, string, {}> & {
138
128
  beforeCreate?: (() => void) | (() => void)[];
139
129
  created?: (() => void) | (() => void)[];
@@ -176,9 +166,6 @@ declare const _default: {
176
166
  title: {
177
167
  type: import("vue").PropType<string>;
178
168
  };
179
- variant: {
180
- type: import("vue").PropType<string>;
181
- };
182
169
  class: {
183
170
  type: import("vue").PropType<String | String[]>;
184
171
  required: boolean;
@@ -188,8 +175,6 @@ declare const _default: {
188
175
  colors?: any;
189
176
  blueprintType?: any;
190
177
  blueprint?: any;
191
- host?: any;
192
- hostContainer?: any;
193
178
  }>> & {
194
179
  "onClick:close"?: () => any;
195
180
  "onClick:back"?: () => any;
@@ -219,9 +204,6 @@ declare const _default: {
219
204
  title: {
220
205
  type: import("vue").PropType<string>;
221
206
  };
222
- variant: {
223
- type: import("vue").PropType<string>;
224
- };
225
207
  class: {
226
208
  type: import("vue").PropType<String | String[]>;
227
209
  required: boolean;
@@ -231,8 +213,6 @@ declare const _default: {
231
213
  colors?: any;
232
214
  blueprintType?: any;
233
215
  blueprint?: any;
234
- host?: any;
235
- hostContainer?: any;
236
216
  }>> & {
237
217
  "onClick:close"?: () => any;
238
218
  "onClick:back"?: () => any;
@@ -241,21 +221,17 @@ declare const _default: {
241
221
  "click:back": () => true;
242
222
  }, string, {
243
223
  container?: any;
244
- host?: any;
245
224
  blueprint?: any;
246
225
  colorSchemaType?: any;
247
226
  blueprintType?: any;
248
227
  colors?: any;
249
- hostContainer?: any;
250
228
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
251
229
  propsDefinition: Omit<Readonly<{
252
230
  container?: any;
253
- host?: any;
254
231
  blueprint?: any;
255
232
  colorSchemaType?: any;
256
233
  blueprintType?: any;
257
234
  colors?: any;
258
- hostContainer?: any;
259
235
  } & {
260
236
  title?: string;
261
237
  class?: String | String[];
@@ -267,7 +243,6 @@ declare const _default: {
267
243
  title?: Func<[VNodeChild]>;
268
244
  customButtons?: Func<[VNodeChild]>;
269
245
  };
270
- variant?: string;
271
246
  subTitle?: string;
272
247
  backButton?: boolean;
273
248
  }>, "onClick:close" | "onClick:back"> & {
@@ -9,12 +9,10 @@ declare const _default: {
9
9
  $data: {};
10
10
  $props: {
11
11
  container?: any;
12
- host?: any;
13
12
  blueprint?: any;
14
13
  colorSchemaType?: any;
15
14
  blueprintType?: any;
16
15
  colors?: any;
17
- hostContainer?: any;
18
16
  style?: unknown;
19
17
  class?: unknown;
20
18
  key?: string | number | symbol;
@@ -116,20 +114,16 @@ declare const _default: {
116
114
  colors?: any;
117
115
  blueprintType?: any;
118
116
  blueprint?: any;
119
- host?: any;
120
- hostContainer?: any;
121
117
  }>> & {
122
118
  "onUpdate:active"?: (items: any[]) => any;
123
119
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
124
120
  "update:active": (items: Array<any>) => true;
125
121
  }, string, {
126
122
  container?: any;
127
- host?: any;
128
123
  blueprint?: any;
129
124
  colorSchemaType?: any;
130
125
  blueprintType?: any;
131
126
  colors?: any;
132
- hostContainer?: any;
133
127
  }, {}, string, {}> & {
134
128
  beforeCreate?: (() => void) | (() => void)[];
135
129
  created?: (() => void) | (() => void)[];
@@ -181,8 +175,6 @@ declare const _default: {
181
175
  colors?: any;
182
176
  blueprintType?: any;
183
177
  blueprint?: any;
184
- host?: any;
185
- hostContainer?: any;
186
178
  }>> & {
187
179
  "onUpdate:active"?: (items: any[]) => any;
188
180
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -220,29 +212,23 @@ declare const _default: {
220
212
  colors?: any;
221
213
  blueprintType?: any;
222
214
  blueprint?: any;
223
- host?: any;
224
- hostContainer?: any;
225
215
  }>> & {
226
216
  "onUpdate:active"?: (items: any[]) => any;
227
217
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
228
218
  "update:active": (items: Array<any>) => true;
229
219
  }, string, {
230
220
  container?: any;
231
- host?: any;
232
221
  blueprint?: any;
233
222
  colorSchemaType?: any;
234
223
  blueprintType?: any;
235
224
  colors?: any;
236
- hostContainer?: any;
237
225
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
238
226
  propsDefinition: Omit<Readonly<{
239
227
  container?: any;
240
- host?: any;
241
228
  blueprint?: any;
242
229
  colorSchemaType?: any;
243
230
  blueprintType?: any;
244
231
  colors?: any;
245
- hostContainer?: any;
246
232
  } & {
247
233
  multiple?: boolean;
248
234
  "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => 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 text?: string;
15
13
  style?: unknown;
16
14
  class?: unknown;
@@ -89,16 +87,12 @@ declare const _default: {
89
87
  colors?: any;
90
88
  blueprintType?: any;
91
89
  blueprint?: any;
92
- host?: any;
93
- hostContainer?: any;
94
90
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
95
91
  container?: any;
96
- host?: any;
97
92
  blueprint?: any;
98
93
  colorSchemaType?: any;
99
94
  blueprintType?: any;
100
95
  colors?: any;
101
- hostContainer?: any;
102
96
  }, {}, string, {}> & {
103
97
  beforeCreate?: (() => void) | (() => void)[];
104
98
  created?: (() => void) | (() => void)[];
@@ -136,8 +130,6 @@ declare const _default: {
136
130
  colors?: any;
137
131
  blueprintType?: any;
138
132
  blueprint?: any;
139
- host?: any;
140
- hostContainer?: any;
141
133
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
142
134
  __isFragment?: never;
143
135
  __isTeleport?: never;
@@ -159,25 +151,19 @@ declare const _default: {
159
151
  colors?: any;
160
152
  blueprintType?: any;
161
153
  blueprint?: any;
162
- host?: any;
163
- hostContainer?: any;
164
154
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
165
155
  container?: any;
166
- host?: any;
167
156
  blueprint?: any;
168
157
  colorSchemaType?: any;
169
158
  blueprintType?: any;
170
159
  colors?: any;
171
- hostContainer?: any;
172
160
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
173
161
  propsDefinition: Omit<Readonly<{
174
162
  container?: any;
175
- host?: any;
176
163
  blueprint?: any;
177
164
  colorSchemaType?: any;
178
165
  blueprintType?: any;
179
166
  colors?: any;
180
- hostContainer?: any;
181
167
  } & {
182
168
  text?: string;
183
169
  renderingMode?: BlockRenderingModes;
@@ -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?: {
@@ -249,20 +247,16 @@ declare const _default: {
249
247
  colors?: any;
250
248
  blueprintType?: any;
251
249
  blueprint?: any;
252
- host?: any;
253
- hostContainer?: any;
254
250
  }>> & {
255
251
  "onUpdate:modelValue"?: (value: SpacingSettings) => any;
256
252
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
257
253
  "update:modelValue": (value: SpacingSettings) => boolean;
258
254
  }, string, {
259
255
  container?: any;
260
- host?: any;
261
256
  blueprint?: any;
262
257
  colorSchemaType?: any;
263
258
  blueprintType?: any;
264
259
  colors?: any;
265
- hostContainer?: any;
266
260
  }, {}, string, {}> & {
267
261
  beforeCreate?: (() => void) | (() => void)[];
268
262
  created?: (() => void) | (() => void)[];
@@ -389,8 +383,6 @@ declare const _default: {
389
383
  colors?: any;
390
384
  blueprintType?: any;
391
385
  blueprint?: any;
392
- host?: any;
393
- hostContainer?: any;
394
386
  }>> & {
395
387
  "onUpdate:modelValue"?: (value: SpacingSettings) => any;
396
388
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -503,29 +495,23 @@ declare const _default: {
503
495
  colors?: any;
504
496
  blueprintType?: any;
505
497
  blueprint?: any;
506
- host?: any;
507
- hostContainer?: any;
508
498
  }>> & {
509
499
  "onUpdate:modelValue"?: (value: SpacingSettings) => any;
510
500
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
511
501
  "update:modelValue": (value: SpacingSettings) => boolean;
512
502
  }, string, {
513
503
  container?: any;
514
- host?: any;
515
504
  blueprint?: any;
516
505
  colorSchemaType?: any;
517
506
  blueprintType?: any;
518
507
  colors?: any;
519
- hostContainer?: any;
520
508
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
521
509
  propsDefinition: Omit<Readonly<{
522
510
  container?: any;
523
- host?: any;
524
511
  blueprint?: any;
525
512
  colorSchemaType?: any;
526
513
  blueprintType?: any;
527
514
  colors?: any;
528
- hostContainer?: any;
529
515
  } & {
530
516
  class?: String | String[];
531
517
  name?: {