@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,20 +4,18 @@ 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
- readonly xs?: string;
14
- readonly sm?: string;
15
- readonly md?: string;
16
- readonly lg?: string;
11
+ readonly xs?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
12
+ readonly sm?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
13
+ readonly md?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
14
+ readonly lg?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
17
15
  style?: unknown;
18
16
  class?: String | String[];
19
17
  key?: string | number | symbol;
20
- readonly alignSelf?: string;
18
+ readonly alignSelf?: "center" | "auto" | "stretch" | "end" | "start" | "baseline";
21
19
  ref?: import("vue").VNodeRef;
22
20
  ref_for?: boolean;
23
21
  ref_key?: string;
@@ -59,8 +57,8 @@ declare const _default: {
59
57
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
58
  [key: string]: any;
61
59
  }>) => void)[];
62
- readonly xl?: string;
63
- readonly cols?: string;
60
+ readonly xl?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
61
+ readonly cols?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
64
62
  };
65
63
  $attrs: {
66
64
  [x: string]: unknown;
@@ -77,25 +75,25 @@ declare const _default: {
77
75
  $el: any;
78
76
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
79
77
  xl: {
80
- type: import("vue").PropType<string>;
78
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
81
79
  };
82
80
  lg: {
83
- type: import("vue").PropType<string>;
81
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
84
82
  };
85
83
  md: {
86
- type: import("vue").PropType<string>;
84
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
87
85
  };
88
86
  sm: {
89
- type: import("vue").PropType<string>;
87
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
90
88
  };
91
89
  xs: {
92
- type: import("vue").PropType<string>;
90
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
93
91
  };
94
92
  cols: {
95
- type: import("vue").PropType<string>;
93
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
96
94
  };
97
95
  alignSelf: {
98
- type: import("vue").PropType<string>;
96
+ type: import("vue").PropType<"center" | "auto" | "stretch" | "end" | "start" | "baseline">;
99
97
  };
100
98
  class: {
101
99
  type: import("vue").PropType<String | String[]>;
@@ -106,16 +104,12 @@ declare const _default: {
106
104
  colors?: any;
107
105
  blueprintType?: any;
108
106
  blueprint?: any;
109
- host?: any;
110
- hostContainer?: any;
111
107
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
112
108
  container?: any;
113
- host?: any;
114
109
  blueprint?: any;
115
110
  colorSchemaType?: any;
116
111
  blueprintType?: any;
117
112
  colors?: any;
118
- hostContainer?: any;
119
113
  }, {}, string, {}> & {
120
114
  beforeCreate?: (() => void) | (() => void)[];
121
115
  created?: (() => void) | (() => void)[];
@@ -138,25 +132,25 @@ declare const _default: {
138
132
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
139
133
  } & Readonly<import("vue").ExtractPropTypes<{
140
134
  xl: {
141
- type: import("vue").PropType<string>;
135
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
142
136
  };
143
137
  lg: {
144
- type: import("vue").PropType<string>;
138
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
145
139
  };
146
140
  md: {
147
- type: import("vue").PropType<string>;
141
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
148
142
  };
149
143
  sm: {
150
- type: import("vue").PropType<string>;
144
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
151
145
  };
152
146
  xs: {
153
- type: import("vue").PropType<string>;
147
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
154
148
  };
155
149
  cols: {
156
- type: import("vue").PropType<string>;
150
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
157
151
  };
158
152
  alignSelf: {
159
- type: import("vue").PropType<string>;
153
+ type: import("vue").PropType<"center" | "auto" | "stretch" | "end" | "start" | "baseline">;
160
154
  };
161
155
  class: {
162
156
  type: import("vue").PropType<String | String[]>;
@@ -167,33 +161,31 @@ declare const _default: {
167
161
  colors?: any;
168
162
  blueprintType?: any;
169
163
  blueprint?: any;
170
- host?: any;
171
- hostContainer?: any;
172
164
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
173
165
  __isFragment?: never;
174
166
  __isTeleport?: never;
175
167
  __isSuspense?: never;
176
168
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
177
169
  xl: {
178
- type: import("vue").PropType<string>;
170
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
179
171
  };
180
172
  lg: {
181
- type: import("vue").PropType<string>;
173
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
182
174
  };
183
175
  md: {
184
- type: import("vue").PropType<string>;
176
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
185
177
  };
186
178
  sm: {
187
- type: import("vue").PropType<string>;
179
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
188
180
  };
189
181
  xs: {
190
- type: import("vue").PropType<string>;
182
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
191
183
  };
192
184
  cols: {
193
- type: import("vue").PropType<string>;
185
+ type: import("vue").PropType<"1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
194
186
  };
195
187
  alignSelf: {
196
- type: import("vue").PropType<string>;
188
+ type: import("vue").PropType<"center" | "auto" | "stretch" | "end" | "start" | "baseline">;
197
189
  };
198
190
  class: {
199
191
  type: import("vue").PropType<String | String[]>;
@@ -204,34 +196,28 @@ declare const _default: {
204
196
  colors?: any;
205
197
  blueprintType?: any;
206
198
  blueprint?: any;
207
- host?: any;
208
- hostContainer?: any;
209
199
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
210
200
  container?: any;
211
- host?: any;
212
201
  blueprint?: any;
213
202
  colorSchemaType?: any;
214
203
  blueprintType?: any;
215
204
  colors?: any;
216
- hostContainer?: any;
217
205
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
218
206
  propsDefinition: Omit<Readonly<{
219
207
  container?: any;
220
- host?: any;
221
208
  blueprint?: any;
222
209
  colorSchemaType?: any;
223
210
  blueprintType?: any;
224
211
  colors?: any;
225
- hostContainer?: any;
226
212
  } & {
227
- xs?: string;
228
- sm?: string;
229
- md?: string;
230
- lg?: string;
213
+ xs?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
214
+ sm?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
215
+ md?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
216
+ lg?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
231
217
  class?: String | String[];
232
- alignSelf?: string;
233
- xl?: string;
234
- cols?: string;
218
+ alignSelf?: "center" | "auto" | "stretch" | "end" | "start" | "baseline";
219
+ xl?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
220
+ cols?: "1" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
235
221
  }>, never>;
236
222
  };
237
223
  export default _default;
@@ -6,12 +6,10 @@ declare const _default: {
6
6
  $data: {};
7
7
  $props: {
8
8
  container?: any;
9
- host?: any;
10
9
  blueprint?: any;
11
10
  colorSchemaType?: any;
12
11
  blueprintType?: any;
13
12
  colors?: any;
14
- hostContainer?: any;
15
13
  style?: unknown;
16
14
  class?: unknown;
17
15
  key?: string | number | symbol;
@@ -154,16 +152,12 @@ declare const _default: {
154
152
  colors?: any;
155
153
  blueprintType?: any;
156
154
  blueprint?: any;
157
- host?: any;
158
- hostContainer?: any;
159
155
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
160
156
  container?: any;
161
- host?: any;
162
157
  blueprint?: any;
163
158
  colorSchemaType?: any;
164
159
  blueprintType?: any;
165
160
  colors?: any;
166
- hostContainer?: any;
167
161
  }, {}, string, {}> & {
168
162
  beforeCreate?: (() => void) | (() => void)[];
169
163
  created?: (() => void) | (() => void)[];
@@ -250,8 +244,6 @@ declare const _default: {
250
244
  colors?: any;
251
245
  blueprintType?: any;
252
246
  blueprint?: any;
253
- host?: any;
254
- hostContainer?: any;
255
247
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
256
248
  __isFragment?: never;
257
249
  __isTeleport?: never;
@@ -322,25 +314,19 @@ declare const _default: {
322
314
  colors?: any;
323
315
  blueprintType?: any;
324
316
  blueprint?: any;
325
- host?: any;
326
- hostContainer?: any;
327
317
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
328
318
  container?: any;
329
- host?: any;
330
319
  blueprint?: any;
331
320
  colorSchemaType?: any;
332
321
  blueprintType?: any;
333
322
  colors?: any;
334
- hostContainer?: any;
335
323
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
336
324
  propsDefinition: Omit<Readonly<{
337
325
  container?: any;
338
- host?: any;
339
326
  blueprint?: any;
340
327
  colorSchemaType?: any;
341
328
  blueprintType?: any;
342
329
  colors?: any;
343
- hostContainer?: any;
344
330
  itemValue: NonNullable<SelectItemKey>;
345
331
  } & {
346
332
  headers?: DataTableHeader[] | DataTableHeader[][];
@@ -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;
@@ -75,7 +73,7 @@ declare const _default: {
75
73
  actions?: Func<[VNodeChild]>;
76
74
  navigation?: Func<[VNodeChild]>;
77
75
  };
78
- readonly variant?: string;
76
+ readonly variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
79
77
  readonly subTitle?: string;
80
78
  "onClick:close"?: () => any;
81
79
  readonly hiddenCloseButton?: boolean;
@@ -106,8 +104,7 @@ declare const _default: {
106
104
  required: false;
107
105
  };
108
106
  variant: {
109
- type: import("vue").PropType<string>;
110
- required: false;
107
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel">;
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)[];
@@ -205,8 +196,7 @@ declare const _default: {
205
196
  required: false;
206
197
  };
207
198
  variant: {
208
- type: import("vue").PropType<string>;
209
- required: false;
199
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel">;
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;
@@ -276,8 +261,7 @@ declare const _default: {
276
261
  required: false;
277
262
  };
278
263
  variant: {
279
- type: import("vue").PropType<string>;
280
- required: false;
264
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel">;
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;
@@ -372,7 +348,7 @@ declare const _default: {
372
348
  actions?: Func<[VNodeChild]>;
373
349
  navigation?: Func<[VNodeChild]>;
374
350
  };
375
- variant?: string;
351
+ variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
376
352
  subTitle?: string;
377
353
  hiddenCloseButton?: boolean;
378
354
  contentHeight?: 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 title?: string;
16
14
  style?: unknown;
17
15
  class?: String | String[];
@@ -63,7 +61,7 @@ declare const _default: {
63
61
  } & {
64
62
  header?: Func<[VNodeChild]>;
65
63
  };
66
- readonly variant?: string;
64
+ readonly variant?: "default" | "navigation";
67
65
  readonly toned?: boolean;
68
66
  readonly hideExpandIcon?: boolean;
69
67
  };
@@ -95,7 +93,7 @@ declare const _default: {
95
93
  type: import("vue").PropType<boolean>;
96
94
  };
97
95
  variant: {
98
- type: import("vue").PropType<string>;
96
+ type: import("vue").PropType<"default" | "navigation">;
99
97
  };
100
98
  icon: {
101
99
  type: import("vue").PropType<IIcon>;
@@ -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)[];
@@ -157,7 +151,7 @@ declare const _default: {
157
151
  type: import("vue").PropType<boolean>;
158
152
  };
159
153
  variant: {
160
- type: import("vue").PropType<string>;
154
+ type: import("vue").PropType<"default" | "navigation">;
161
155
  };
162
156
  icon: {
163
157
  type: import("vue").PropType<IIcon>;
@@ -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;
@@ -195,7 +187,7 @@ declare const _default: {
195
187
  type: import("vue").PropType<boolean>;
196
188
  };
197
189
  variant: {
198
- type: import("vue").PropType<string>;
190
+ type: import("vue").PropType<"default" | "navigation">;
199
191
  };
200
192
  icon: {
201
193
  type: import("vue").PropType<IIcon>;
@@ -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[];
@@ -240,7 +226,7 @@ declare const _default: {
240
226
  } & {
241
227
  header?: Func<[VNodeChild]>;
242
228
  };
243
- variant?: string;
229
+ variant?: "default" | "navigation";
244
230
  toned?: boolean;
245
231
  hideExpandIcon?: boolean;
246
232
  }>, 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
  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;