@omnia/fx 8.0.36-vnext → 8.0.37-vnext

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/internal-do-not-import-from-here/core/ServiceContainer.d.ts +1 -1
  2. package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +1 -1
  3. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -1
  4. package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
  5. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +6 -0
  6. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +20 -44
  7. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +14 -0
  10. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +14 -0
  11. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +14 -0
  12. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +14 -0
  13. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +14 -0
  14. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +14 -0
  15. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +14 -0
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +14 -0
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +14 -0
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +14 -0
  20. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +2 -3
  21. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +14 -0
  22. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -3
  23. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +14 -4
  24. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +19 -6
  25. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +19 -5
  27. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
  28. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +14 -0
  29. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +49 -37
  30. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +14 -0
  32. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +91 -0
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +0 -2
  34. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -3
  35. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +21 -0
  36. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +3 -4
  37. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -5
  38. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +14 -0
  39. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -8
  41. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  42. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +14 -0
  43. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +24 -11
  45. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -5
  46. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +14 -0
  47. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +19 -8
  48. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +24 -12
  50. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -11
  51. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +14 -2
  52. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +14 -0
  53. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +14 -0
  54. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -3
  55. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +14 -0
  56. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +14 -0
  57. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +14 -0
  58. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +14 -0
  59. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +14 -1
  60. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +14 -1
  61. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +14 -0
  62. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +14 -0
  63. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +14 -0
  64. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +24 -11
  65. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +14 -2
  66. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +14 -0
  67. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +14 -0
  68. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +14 -0
  69. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +14 -0
  70. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +14 -0
  71. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
  74. package/internal-do-not-import-from-here/ux/use/UseVariantSetup.d.ts +0 -0
  75. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +14 -0
  76. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +14 -0
  77. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +14 -0
  78. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +14 -0
  79. package/internal-do-not-import-from-here/wctypings.d.ts +2 -6
  80. package/package.json +2 -2
  81. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +0 -300
  82. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +0 -286
  83. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponentsServer.d.ts +0 -1
  84. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponentsVirtual.d.ts +0 -1
  85. /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/AlignmentPicker.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/AlignmentPickerExample.d.ts +0 -0
  87. /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/ExampleComponents.d.ts +0 -0
  88. /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/index.d.ts +0 -0
@@ -4,10 +4,12 @@ declare const _default: {
4
4
  $data: {};
5
5
  $props: {
6
6
  container?: any;
7
+ host?: any;
7
8
  blueprint?: any;
8
9
  colorSchemaType?: any;
9
10
  blueprintType?: any;
10
11
  colors?: any;
12
+ hostContainer?: any;
11
13
  readonly text?: string;
12
14
  style?: unknown;
13
15
  class?: String | String[];
@@ -94,12 +96,16 @@ declare const _default: {
94
96
  colors?: any;
95
97
  blueprintType?: any;
96
98
  blueprint?: any;
99
+ host?: any;
100
+ hostContainer?: any;
97
101
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
102
  container?: any;
103
+ host?: any;
99
104
  blueprint?: any;
100
105
  colorSchemaType?: any;
101
106
  blueprintType?: any;
102
107
  colors?: any;
108
+ hostContainer?: any;
103
109
  }, {}, string, {}> & {
104
110
  beforeCreate?: (() => void) | (() => void)[];
105
111
  created?: (() => void) | (() => void)[];
@@ -144,6 +150,8 @@ declare const _default: {
144
150
  colors?: any;
145
151
  blueprintType?: any;
146
152
  blueprint?: any;
153
+ host?: any;
154
+ hostContainer?: any;
147
155
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
148
156
  __isFragment?: never;
149
157
  __isTeleport?: never;
@@ -172,19 +180,25 @@ declare const _default: {
172
180
  colors?: any;
173
181
  blueprintType?: any;
174
182
  blueprint?: any;
183
+ host?: any;
184
+ hostContainer?: any;
175
185
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
176
186
  container?: any;
187
+ host?: any;
177
188
  blueprint?: any;
178
189
  colorSchemaType?: any;
179
190
  blueprintType?: any;
180
191
  colors?: any;
192
+ hostContainer?: any;
181
193
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
182
194
  propsDefinition: Omit<Readonly<{
183
195
  container?: any;
196
+ host?: any;
184
197
  blueprint?: any;
185
198
  colorSchemaType?: any;
186
199
  blueprintType?: any;
187
200
  colors?: any;
201
+ hostContainer?: any;
188
202
  } & {
189
203
  text?: string;
190
204
  class?: String | String[];
@@ -4,10 +4,12 @@ declare const _default: {
4
4
  $data: {};
5
5
  $props: {
6
6
  container?: any;
7
+ host?: any;
7
8
  blueprint?: any;
8
9
  colorSchemaType?: any;
9
10
  blueprintType?: any;
10
11
  colors?: any;
12
+ hostContainer?: any;
11
13
  readonly label?: string;
12
14
  style?: unknown;
13
15
  class?: String | String[];
@@ -94,16 +96,20 @@ declare const _default: {
94
96
  colors?: any;
95
97
  blueprintType?: any;
96
98
  blueprint?: any;
99
+ host?: any;
100
+ hostContainer?: any;
97
101
  }>> & {
98
102
  "onUpdate:modelValue"?: (value: any) => any;
99
103
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
100
104
  "update:modelValue": (value: any) => boolean;
101
105
  }, string, {
102
106
  container?: any;
107
+ host?: any;
103
108
  blueprint?: any;
104
109
  colorSchemaType?: any;
105
110
  blueprintType?: any;
106
111
  colors?: any;
112
+ hostContainer?: any;
107
113
  }, {}, string, {}> & {
108
114
  beforeCreate?: (() => void) | (() => void)[];
109
115
  created?: (() => void) | (() => void)[];
@@ -148,6 +154,8 @@ declare const _default: {
148
154
  colors?: any;
149
155
  blueprintType?: any;
150
156
  blueprint?: any;
157
+ host?: any;
158
+ hostContainer?: any;
151
159
  }>> & {
152
160
  "onUpdate:modelValue"?: (value: any) => any;
153
161
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -178,23 +186,29 @@ declare const _default: {
178
186
  colors?: any;
179
187
  blueprintType?: any;
180
188
  blueprint?: any;
189
+ host?: any;
190
+ hostContainer?: any;
181
191
  }>> & {
182
192
  "onUpdate:modelValue"?: (value: any) => any;
183
193
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
184
194
  "update:modelValue": (value: any) => boolean;
185
195
  }, string, {
186
196
  container?: any;
197
+ host?: any;
187
198
  blueprint?: any;
188
199
  colorSchemaType?: any;
189
200
  blueprintType?: any;
190
201
  colors?: any;
202
+ hostContainer?: any;
191
203
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
192
204
  propsDefinition: Omit<Readonly<{
193
205
  container?: any;
206
+ host?: any;
194
207
  blueprint?: any;
195
208
  colorSchemaType?: any;
196
209
  blueprintType?: any;
197
210
  colors?: any;
211
+ hostContainer?: any;
198
212
  } & {
199
213
  label?: string;
200
214
  class?: String | String[];
@@ -4,17 +4,18 @@ export interface TabIconModel {
4
4
  iconType: IIcon;
5
5
  position?: IconPositions;
6
6
  }
7
- export declare const TabVariantDefinitions: string[];
8
7
  declare const _default: {
9
8
  new (...args: any[]): {
10
9
  $: import("vue").ComponentInternalInstance;
11
10
  $data: {};
12
11
  $props: {
13
12
  container?: any;
13
+ host?: any;
14
14
  blueprint?: any;
15
15
  colorSchemaType?: any;
16
16
  blueprintType?: any;
17
17
  colors?: any;
18
+ hostContainer?: any;
18
19
  readonly title?: string;
19
20
  style?: unknown;
20
21
  class?: String | String[];
@@ -113,12 +114,16 @@ declare const _default: {
113
114
  colors?: any;
114
115
  blueprintType?: any;
115
116
  blueprint?: any;
117
+ host?: any;
118
+ hostContainer?: any;
116
119
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
117
120
  container?: any;
121
+ host?: any;
118
122
  blueprint?: any;
119
123
  colorSchemaType?: any;
120
124
  blueprintType?: any;
121
125
  colors?: any;
126
+ hostContainer?: any;
122
127
  }, {}, string, {}> & {
123
128
  beforeCreate?: (() => void) | (() => void)[];
124
129
  created?: (() => void) | (() => void)[];
@@ -172,6 +177,8 @@ declare const _default: {
172
177
  colors?: any;
173
178
  blueprintType?: any;
174
179
  blueprint?: any;
180
+ host?: any;
181
+ hostContainer?: any;
175
182
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
176
183
  __isFragment?: never;
177
184
  __isTeleport?: never;
@@ -209,19 +216,25 @@ declare const _default: {
209
216
  colors?: any;
210
217
  blueprintType?: any;
211
218
  blueprint?: any;
219
+ host?: any;
220
+ hostContainer?: any;
212
221
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
213
222
  container?: any;
223
+ host?: any;
214
224
  blueprint?: any;
215
225
  colorSchemaType?: any;
216
226
  blueprintType?: any;
217
227
  colors?: any;
228
+ hostContainer?: any;
218
229
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
219
230
  propsDefinition: Omit<Readonly<{
220
231
  container?: any;
232
+ host?: any;
221
233
  blueprint?: any;
222
234
  colorSchemaType?: any;
223
235
  blueprintType?: any;
224
236
  colors?: any;
237
+ hostContainer?: any;
225
238
  } & {
226
239
  title?: string;
227
240
  class?: String | String[];
@@ -1,14 +1,15 @@
1
- export declare const TabVariantDefinitions: string[];
2
1
  declare const _default: {
3
2
  new (...args: any[]): {
4
3
  $: import("vue").ComponentInternalInstance;
5
4
  $data: {};
6
5
  $props: {
7
6
  container?: any;
7
+ host?: any;
8
8
  blueprint?: any;
9
9
  colorSchemaType?: any;
10
10
  blueprintType?: any;
11
11
  colors?: any;
12
+ hostContainer?: any;
12
13
  style?: unknown;
13
14
  class?: String | String[];
14
15
  key?: string | number | symbol;
@@ -110,12 +111,16 @@ declare const _default: {
110
111
  colors?: any;
111
112
  blueprintType?: any;
112
113
  blueprint?: any;
114
+ host?: any;
115
+ hostContainer?: any;
113
116
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
114
117
  container?: any;
118
+ host?: any;
115
119
  blueprint?: any;
116
120
  colorSchemaType?: any;
117
121
  blueprintType?: any;
118
122
  colors?: any;
123
+ hostContainer?: any;
119
124
  }, {}, string, {}> & {
120
125
  beforeCreate?: (() => void) | (() => void)[];
121
126
  created?: (() => void) | (() => void)[];
@@ -172,6 +177,8 @@ declare const _default: {
172
177
  colors?: any;
173
178
  blueprintType?: any;
174
179
  blueprint?: any;
180
+ host?: any;
181
+ hostContainer?: any;
175
182
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
176
183
  __isFragment?: never;
177
184
  __isTeleport?: never;
@@ -212,19 +219,25 @@ declare const _default: {
212
219
  colors?: any;
213
220
  blueprintType?: any;
214
221
  blueprint?: any;
222
+ host?: any;
223
+ hostContainer?: any;
215
224
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
216
225
  container?: any;
226
+ host?: any;
217
227
  blueprint?: any;
218
228
  colorSchemaType?: any;
219
229
  blueprintType?: any;
220
230
  colors?: any;
231
+ hostContainer?: any;
221
232
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
222
233
  propsDefinition: Omit<Readonly<{
223
234
  container?: any;
235
+ host?: any;
224
236
  blueprint?: any;
225
237
  colorSchemaType?: any;
226
238
  blueprintType?: any;
227
239
  colors?: any;
240
+ hostContainer?: any;
228
241
  } & {
229
242
  class?: String | String[];
230
243
  "onUpdate:modelValue"?: (value: number) => any;
@@ -4,10 +4,12 @@ declare const _default: {
4
4
  $data: {};
5
5
  $props: {
6
6
  container?: any;
7
+ host?: any;
7
8
  blueprint?: any;
8
9
  colorSchemaType?: any;
9
10
  blueprintType?: any;
10
11
  colors?: any;
12
+ hostContainer?: any;
11
13
  style?: unknown;
12
14
  class?: String | String[];
13
15
  key?: string | number | symbol;
@@ -82,12 +84,16 @@ declare const _default: {
82
84
  colors?: any;
83
85
  blueprintType?: any;
84
86
  blueprint?: any;
87
+ host?: any;
88
+ hostContainer?: any;
85
89
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
86
90
  container?: any;
91
+ host?: any;
87
92
  blueprint?: any;
88
93
  colorSchemaType?: any;
89
94
  blueprintType?: any;
90
95
  colors?: any;
96
+ hostContainer?: any;
91
97
  }, {}, string, {}> & {
92
98
  beforeCreate?: (() => void) | (() => void)[];
93
99
  created?: (() => void) | (() => void)[];
@@ -123,6 +129,8 @@ declare const _default: {
123
129
  colors?: any;
124
130
  blueprintType?: any;
125
131
  blueprint?: any;
132
+ host?: any;
133
+ hostContainer?: any;
126
134
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
127
135
  __isFragment?: never;
128
136
  __isTeleport?: never;
@@ -142,19 +150,25 @@ declare const _default: {
142
150
  colors?: any;
143
151
  blueprintType?: any;
144
152
  blueprint?: any;
153
+ host?: any;
154
+ hostContainer?: any;
145
155
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
146
156
  container?: any;
157
+ host?: any;
147
158
  blueprint?: any;
148
159
  colorSchemaType?: any;
149
160
  blueprintType?: any;
150
161
  colors?: any;
162
+ hostContainer?: any;
151
163
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
152
164
  propsDefinition: Omit<Readonly<{
153
165
  container?: any;
166
+ host?: any;
154
167
  blueprint?: any;
155
168
  colorSchemaType?: any;
156
169
  blueprintType?: any;
157
170
  colors?: any;
171
+ hostContainer?: any;
158
172
  } & {
159
173
  class?: String | String[];
160
174
  toned?: boolean;
@@ -5,10 +5,12 @@ declare const _default: {
5
5
  $data: {};
6
6
  $props: {
7
7
  container?: any;
8
+ host?: any;
8
9
  blueprint?: any;
9
10
  colorSchemaType?: any;
10
11
  blueprintType?: any;
11
12
  colors?: any;
13
+ hostContainer?: any;
12
14
  readonly typography?: TypographyType | TypographyTypes;
13
15
  style?: unknown;
14
16
  class?: String | String[];
@@ -95,12 +97,16 @@ declare const _default: {
95
97
  colors?: any;
96
98
  blueprintType?: any;
97
99
  blueprint?: any;
100
+ host?: any;
101
+ hostContainer?: any;
98
102
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
99
103
  container?: any;
104
+ host?: any;
100
105
  blueprint?: any;
101
106
  colorSchemaType?: any;
102
107
  blueprintType?: any;
103
108
  colors?: any;
109
+ hostContainer?: any;
104
110
  }, {}, string, {}> & {
105
111
  beforeCreate?: (() => void) | (() => void)[];
106
112
  created?: (() => void) | (() => void)[];
@@ -145,6 +151,8 @@ declare const _default: {
145
151
  colors?: any;
146
152
  blueprintType?: any;
147
153
  blueprint?: any;
154
+ host?: any;
155
+ hostContainer?: any;
148
156
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
149
157
  __isFragment?: never;
150
158
  __isTeleport?: never;
@@ -173,19 +181,25 @@ declare const _default: {
173
181
  colors?: any;
174
182
  blueprintType?: any;
175
183
  blueprint?: any;
184
+ host?: any;
185
+ hostContainer?: any;
176
186
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
177
187
  container?: any;
188
+ host?: any;
178
189
  blueprint?: any;
179
190
  colorSchemaType?: any;
180
191
  blueprintType?: any;
181
192
  colors?: any;
193
+ hostContainer?: any;
182
194
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
183
195
  propsDefinition: Omit<Readonly<{
184
196
  container?: any;
197
+ host?: any;
185
198
  blueprint?: any;
186
199
  colorSchemaType?: any;
187
200
  blueprintType?: any;
188
201
  colors?: any;
202
+ hostContainer?: any;
189
203
  } & {
190
204
  typography?: TypographyType | TypographyTypes;
191
205
  class?: String | String[];
@@ -4,10 +4,12 @@ declare const _default: {
4
4
  $data: {};
5
5
  $props: {
6
6
  container?: any;
7
+ host?: any;
7
8
  blueprint?: any;
8
9
  colorSchemaType?: any;
9
10
  blueprintType?: any;
10
11
  colors?: any;
12
+ hostContainer?: any;
11
13
  readonly label?: string;
12
14
  style?: unknown;
13
15
  class?: String | String[];
@@ -99,6 +101,8 @@ declare const _default: {
99
101
  colors?: any;
100
102
  blueprintType?: any;
101
103
  blueprint?: any;
104
+ host?: any;
105
+ hostContainer?: any;
102
106
  }>> & {
103
107
  "onUpdate:modelValue"?: (value: string) => any;
104
108
  "onClick:button"?: () => any;
@@ -107,10 +111,12 @@ declare const _default: {
107
111
  "click:button": () => true;
108
112
  }, string, {
109
113
  container?: any;
114
+ host?: any;
110
115
  blueprint?: any;
111
116
  colorSchemaType?: any;
112
117
  blueprintType?: any;
113
118
  colors?: any;
119
+ hostContainer?: any;
114
120
  }, {}, string, {}> & {
115
121
  beforeCreate?: (() => void) | (() => void)[];
116
122
  created?: (() => void) | (() => void)[];
@@ -158,6 +164,8 @@ declare const _default: {
158
164
  colors?: any;
159
165
  blueprintType?: any;
160
166
  blueprint?: any;
167
+ host?: any;
168
+ hostContainer?: any;
161
169
  }>> & {
162
170
  "onUpdate:modelValue"?: (value: string) => any;
163
171
  "onClick:button"?: () => any;
@@ -192,6 +200,8 @@ declare const _default: {
192
200
  colors?: any;
193
201
  blueprintType?: any;
194
202
  blueprint?: any;
203
+ host?: any;
204
+ hostContainer?: any;
195
205
  }>> & {
196
206
  "onUpdate:modelValue"?: (value: string) => any;
197
207
  "onClick:button"?: () => any;
@@ -200,17 +210,21 @@ declare const _default: {
200
210
  "click:button": () => true;
201
211
  }, string, {
202
212
  container?: any;
213
+ host?: any;
203
214
  blueprint?: any;
204
215
  colorSchemaType?: any;
205
216
  blueprintType?: any;
206
217
  colors?: any;
218
+ hostContainer?: any;
207
219
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
208
220
  propsDefinition: Omit<Readonly<{
209
221
  container?: any;
222
+ host?: any;
210
223
  blueprint?: any;
211
224
  colorSchemaType?: any;
212
225
  blueprintType?: any;
213
226
  colors?: any;
227
+ hostContainer?: any;
214
228
  } & {
215
229
  label?: string;
216
230
  class?: String | String[];
@@ -1,18 +1,19 @@
1
- type VariantType = "search" | "search-slim" | "numberselector" | "numberselector-prepend" | "link" | "media";
2
1
  declare const _default: {
3
2
  new (...args: any[]): {
4
3
  $: import("vue").ComponentInternalInstance;
5
4
  $data: {};
6
5
  $props: {
7
6
  container?: any;
7
+ host?: any;
8
8
  blueprint?: any;
9
9
  colorSchemaType?: any;
10
10
  blueprintType?: any;
11
11
  colors?: any;
12
+ hostContainer?: any;
12
13
  readonly label?: string;
13
14
  style?: unknown;
14
15
  class?: String | String[];
15
- readonly type?: "number";
16
+ readonly type?: string;
16
17
  key?: string | number | symbol;
17
18
  ref?: import("vue").VNodeRef;
18
19
  ref_for?: boolean;
@@ -58,7 +59,7 @@ declare const _default: {
58
59
  "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
59
60
  readonly "v-model"?: string;
60
61
  readonly modelValue?: string;
61
- readonly variant?: VariantType;
62
+ readonly variant?: string;
62
63
  readonly toned?: Boolean;
63
64
  readonly clearable?: boolean;
64
65
  "onClick:button"?: () => any;
@@ -83,13 +84,13 @@ declare const _default: {
83
84
  type: import("vue").PropType<Boolean>;
84
85
  };
85
86
  type: {
86
- type: import("vue").PropType<"number">;
87
+ type: import("vue").PropType<string>;
87
88
  };
88
89
  clearable: {
89
90
  type: import("vue").PropType<boolean>;
90
91
  };
91
92
  variant: {
92
- type: import("vue").PropType<VariantType>;
93
+ type: import("vue").PropType<string>;
93
94
  };
94
95
  label: {
95
96
  type: import("vue").PropType<string>;
@@ -114,6 +115,8 @@ declare const _default: {
114
115
  colors?: any;
115
116
  blueprintType?: any;
116
117
  blueprint?: any;
118
+ host?: any;
119
+ hostContainer?: any;
117
120
  }>> & {
118
121
  "onUpdate:modelValue"?: (value: string) => any;
119
122
  "onClick:button"?: () => any;
@@ -122,10 +125,12 @@ declare const _default: {
122
125
  "click:button": () => true;
123
126
  }, string, {
124
127
  container?: any;
128
+ host?: any;
125
129
  blueprint?: any;
126
130
  colorSchemaType?: any;
127
131
  blueprintType?: any;
128
132
  colors?: any;
133
+ hostContainer?: any;
129
134
  }, {}, string, {}> & {
130
135
  beforeCreate?: (() => void) | (() => void)[];
131
136
  created?: (() => void) | (() => void)[];
@@ -153,13 +158,13 @@ declare const _default: {
153
158
  type: import("vue").PropType<Boolean>;
154
159
  };
155
160
  type: {
156
- type: import("vue").PropType<"number">;
161
+ type: import("vue").PropType<string>;
157
162
  };
158
163
  clearable: {
159
164
  type: import("vue").PropType<boolean>;
160
165
  };
161
166
  variant: {
162
- type: import("vue").PropType<VariantType>;
167
+ type: import("vue").PropType<string>;
163
168
  };
164
169
  label: {
165
170
  type: import("vue").PropType<string>;
@@ -184,6 +189,8 @@ declare const _default: {
184
189
  colors?: any;
185
190
  blueprintType?: any;
186
191
  blueprint?: any;
192
+ host?: any;
193
+ hostContainer?: any;
187
194
  }>> & {
188
195
  "onUpdate:modelValue"?: (value: string) => any;
189
196
  "onClick:button"?: () => any;
@@ -198,13 +205,13 @@ declare const _default: {
198
205
  type: import("vue").PropType<Boolean>;
199
206
  };
200
207
  type: {
201
- type: import("vue").PropType<"number">;
208
+ type: import("vue").PropType<string>;
202
209
  };
203
210
  clearable: {
204
211
  type: import("vue").PropType<boolean>;
205
212
  };
206
213
  variant: {
207
- type: import("vue").PropType<VariantType>;
214
+ type: import("vue").PropType<string>;
208
215
  };
209
216
  label: {
210
217
  type: import("vue").PropType<string>;
@@ -229,6 +236,8 @@ declare const _default: {
229
236
  colors?: any;
230
237
  blueprintType?: any;
231
238
  blueprint?: any;
239
+ host?: any;
240
+ hostContainer?: any;
232
241
  }>> & {
233
242
  "onUpdate:modelValue"?: (value: string) => any;
234
243
  "onClick:button"?: () => any;
@@ -237,25 +246,29 @@ declare const _default: {
237
246
  "click:button": () => true;
238
247
  }, string, {
239
248
  container?: any;
249
+ host?: any;
240
250
  blueprint?: any;
241
251
  colorSchemaType?: any;
242
252
  blueprintType?: any;
243
253
  colors?: any;
254
+ hostContainer?: any;
244
255
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
245
256
  propsDefinition: Omit<Readonly<{
246
257
  container?: any;
258
+ host?: any;
247
259
  blueprint?: any;
248
260
  colorSchemaType?: any;
249
261
  blueprintType?: any;
250
262
  colors?: any;
263
+ hostContainer?: any;
251
264
  } & {
252
265
  label?: string;
253
266
  class?: String | String[];
254
- type?: "number";
267
+ type?: string;
255
268
  "onUpdate:modelValue"?: (value: string) => any;
256
269
  "v-model"?: string;
257
270
  modelValue?: string;
258
- variant?: VariantType;
271
+ variant?: string;
259
272
  toned?: Boolean;
260
273
  clearable?: boolean;
261
274
  }>, "onUpdate:modelValue" | "onClick:button"> & {