@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
@@ -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[];
@@ -59,7 +57,7 @@ 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 variant?: string;
60
+ readonly variant?: "default" | "delete";
63
61
  "onClick:delete"?: () => any;
64
62
  };
65
63
  $attrs: {
@@ -77,7 +75,7 @@ declare const _default: {
77
75
  $el: any;
78
76
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
79
77
  variant: {
80
- type: import("vue").PropType<string>;
78
+ type: import("vue").PropType<"default" | "delete">;
81
79
  };
82
80
  disabled: {
83
81
  type: import("vue").PropType<boolean>;
@@ -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)[];
@@ -136,7 +130,7 @@ declare const _default: {
136
130
  $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;
137
131
  } & Readonly<import("vue").ExtractPropTypes<{
138
132
  variant: {
139
- type: import("vue").PropType<string>;
133
+ type: import("vue").PropType<"default" | "delete">;
140
134
  };
141
135
  disabled: {
142
136
  type: import("vue").PropType<boolean>;
@@ -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 & {};
@@ -169,7 +161,7 @@ declare const _default: {
169
161
  __isSuspense?: never;
170
162
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
171
163
  variant: {
172
- type: import("vue").PropType<string>;
164
+ type: import("vue").PropType<"default" | "delete">;
173
165
  };
174
166
  disabled: {
175
167
  type: import("vue").PropType<boolean>;
@@ -192,36 +184,30 @@ 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[];
221
207
  icon?: ButtonIconOptions;
222
208
  active?: boolean;
223
209
  disabled?: boolean;
224
- variant?: string;
210
+ variant?: "default" | "delete";
225
211
  }>, "onClick:delete"> & {
226
212
  "onClick:delete"?: () => any;
227
213
  };
@@ -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?: {
@@ -124,7 +122,7 @@ declare const _default: {
124
122
  } & {
125
123
  activator?: () => VNodeChild;
126
124
  };
127
- readonly location?: string;
125
+ readonly location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
128
126
  readonly closeDelay?: string | number;
129
127
  readonly openOnHover?: boolean;
130
128
  };
@@ -151,7 +149,7 @@ declare const _default: {
151
149
  type: import("vue").PropType<boolean>;
152
150
  };
153
151
  location: {
154
- type: import("vue").PropType<string>;
152
+ type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top">;
155
153
  required: false;
156
154
  };
157
155
  closeDelay: {
@@ -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)[];
@@ -272,7 +266,7 @@ declare const _default: {
272
266
  type: import("vue").PropType<boolean>;
273
267
  };
274
268
  location: {
275
- type: import("vue").PropType<string>;
269
+ type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top">;
276
270
  required: false;
277
271
  };
278
272
  closeDelay: {
@@ -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;
@@ -369,7 +361,7 @@ declare const _default: {
369
361
  type: import("vue").PropType<boolean>;
370
362
  };
371
363
  location: {
372
- type: import("vue").PropType<string>;
364
+ type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top">;
373
365
  required: false;
374
366
  };
375
367
  closeDelay: {
@@ -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?: {
@@ -540,7 +526,7 @@ declare const _default: {
540
526
  } & {
541
527
  activator?: () => VNodeChild;
542
528
  };
543
- location?: string;
529
+ location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
544
530
  closeDelay?: string | number;
545
531
  openOnHover?: boolean;
546
532
  }>, 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;
@@ -57,8 +55,8 @@ declare const _default: {
57
55
  readonly "onUpdate:modelValue"?: (value: boolean) => any;
58
56
  readonly "v-model"?: boolean;
59
57
  readonly modelValue?: boolean;
60
- readonly variant?: string;
61
- readonly location?: string;
58
+ readonly variant?: "default" | "dialog" | "editor" | "app";
59
+ readonly location?: "left" | "right" | "bottom" | "top" | "end" | "start";
62
60
  readonly overrides?: object;
63
61
  readonly toned?: boolean;
64
62
  };
@@ -77,7 +75,7 @@ declare const _default: {
77
75
  $el: any;
78
76
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
79
77
  variant: {
80
- type: import("vue").PropType<string>;
78
+ type: import("vue").PropType<"default" | "dialog" | "editor" | "app">;
81
79
  };
82
80
  overrides: {
83
81
  type: import("vue").PropType<object>;
@@ -88,7 +86,7 @@ declare const _default: {
88
86
  type: import("vue").PropType<boolean>;
89
87
  };
90
88
  location: {
91
- type: import("vue").PropType<string>;
89
+ type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
92
90
  };
93
91
  "onUpdate:modelValue": {
94
92
  type: import("vue").PropType<(value: boolean) => any>;
@@ -110,16 +108,12 @@ declare const _default: {
110
108
  colors?: any;
111
109
  blueprintType?: any;
112
110
  blueprint?: any;
113
- host?: any;
114
- hostContainer?: any;
115
111
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
116
112
  container?: any;
117
- host?: any;
118
113
  blueprint?: any;
119
114
  colorSchemaType?: any;
120
115
  blueprintType?: any;
121
116
  colors?: any;
122
- hostContainer?: any;
123
117
  }, {}, string, {}> & {
124
118
  beforeCreate?: (() => void) | (() => void)[];
125
119
  created?: (() => void) | (() => void)[];
@@ -142,7 +136,7 @@ declare const _default: {
142
136
  $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;
143
137
  } & Readonly<import("vue").ExtractPropTypes<{
144
138
  variant: {
145
- type: import("vue").PropType<string>;
139
+ type: import("vue").PropType<"default" | "dialog" | "editor" | "app">;
146
140
  };
147
141
  overrides: {
148
142
  type: import("vue").PropType<object>;
@@ -153,7 +147,7 @@ declare const _default: {
153
147
  type: import("vue").PropType<boolean>;
154
148
  };
155
149
  location: {
156
- type: import("vue").PropType<string>;
150
+ type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
157
151
  };
158
152
  "onUpdate:modelValue": {
159
153
  type: import("vue").PropType<(value: boolean) => any>;
@@ -175,15 +169,13 @@ declare const _default: {
175
169
  colors?: any;
176
170
  blueprintType?: any;
177
171
  blueprint?: any;
178
- host?: any;
179
- hostContainer?: any;
180
172
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
181
173
  __isFragment?: never;
182
174
  __isTeleport?: never;
183
175
  __isSuspense?: never;
184
176
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
185
177
  variant: {
186
- type: import("vue").PropType<string>;
178
+ type: import("vue").PropType<"default" | "dialog" | "editor" | "app">;
187
179
  };
188
180
  overrides: {
189
181
  type: import("vue").PropType<object>;
@@ -194,7 +186,7 @@ declare const _default: {
194
186
  type: import("vue").PropType<boolean>;
195
187
  };
196
188
  location: {
197
- type: import("vue").PropType<string>;
189
+ type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
198
190
  };
199
191
  "onUpdate:modelValue": {
200
192
  type: import("vue").PropType<(value: boolean) => any>;
@@ -216,32 +208,26 @@ declare const _default: {
216
208
  colors?: any;
217
209
  blueprintType?: any;
218
210
  blueprint?: any;
219
- host?: any;
220
- hostContainer?: any;
221
211
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
222
212
  container?: any;
223
- host?: any;
224
213
  blueprint?: any;
225
214
  colorSchemaType?: any;
226
215
  blueprintType?: any;
227
216
  colors?: any;
228
- hostContainer?: any;
229
217
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
230
218
  propsDefinition: Omit<Readonly<{
231
219
  container?: any;
232
- host?: any;
233
220
  blueprint?: any;
234
221
  colorSchemaType?: any;
235
222
  blueprintType?: any;
236
223
  colors?: any;
237
- hostContainer?: any;
238
224
  } & {
239
225
  class?: String | String[];
240
226
  "onUpdate:modelValue"?: (value: boolean) => any;
241
227
  "v-model"?: boolean;
242
228
  modelValue?: boolean;
243
- variant?: string;
244
- location?: string;
229
+ variant?: "default" | "dialog" | "editor" | "app";
230
+ location?: "left" | "right" | "bottom" | "top" | "end" | "start";
245
231
  overrides?: object;
246
232
  toned?: boolean;
247
233
  }>, never>;
@@ -5,17 +5,15 @@ 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[];
17
15
  key?: string | number | symbol;
18
- readonly direction?: string;
16
+ readonly direction?: "column" | "row";
19
17
  readonly hide?: boolean;
20
18
  readonly wrap?: boolean;
21
19
  readonly filled?: boolean;
@@ -60,13 +58,13 @@ declare const _default: {
60
58
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
61
59
  [key: string]: any;
62
60
  }>) => void)[];
63
- readonly variant?: string;
61
+ readonly variant?: "section" | "default" | "dialog" | "tab" | "toolbar" | "navigation" | "settings" | "text-area";
64
62
  readonly grouped?: boolean;
65
63
  readonly toned?: boolean;
66
- readonly divider?: string;
67
- readonly alignY?: string;
64
+ readonly divider?: "bottom" | "top" | "top bottom";
65
+ readonly alignY?: "center" | "bottom" | "top";
68
66
  readonly grow?: boolean;
69
- readonly alignX?: string;
67
+ readonly alignX?: "left" | "center" | "right";
70
68
  readonly scrollOffset?: number;
71
69
  };
72
70
  $attrs: {
@@ -87,7 +85,7 @@ declare const _default: {
87
85
  type: import("vue").PropType<number>;
88
86
  };
89
87
  alignX: {
90
- type: import("vue").PropType<string>;
88
+ type: import("vue").PropType<"left" | "center" | "right">;
91
89
  };
92
90
  toned: {
93
91
  type: import("vue").PropType<boolean>;
@@ -107,19 +105,19 @@ declare const _default: {
107
105
  type: import("vue").PropType<boolean>;
108
106
  };
109
107
  direction: {
110
- type: import("vue").PropType<string>;
108
+ type: import("vue").PropType<"column" | "row">;
111
109
  };
112
110
  alignY: {
113
- type: import("vue").PropType<string>;
111
+ type: import("vue").PropType<"center" | "bottom" | "top">;
114
112
  };
115
113
  divider: {
116
- type: import("vue").PropType<string>;
114
+ type: import("vue").PropType<"bottom" | "top" | "top bottom">;
117
115
  };
118
116
  hide: {
119
117
  type: import("vue").PropType<boolean>;
120
118
  };
121
119
  variant: {
122
- type: import("vue").PropType<string>;
120
+ type: import("vue").PropType<"section" | "default" | "dialog" | "tab" | "toolbar" | "navigation" | "settings" | "text-area">;
123
121
  };
124
122
  title: {
125
123
  type: import("vue").PropType<string>;
@@ -133,16 +131,12 @@ declare const _default: {
133
131
  colors?: any;
134
132
  blueprintType?: any;
135
133
  blueprint?: any;
136
- host?: any;
137
- hostContainer?: any;
138
134
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
139
135
  container?: any;
140
- host?: any;
141
136
  blueprint?: any;
142
137
  colorSchemaType?: any;
143
138
  blueprintType?: any;
144
139
  colors?: any;
145
- hostContainer?: any;
146
140
  }, {}, string, {}> & {
147
141
  beforeCreate?: (() => void) | (() => void)[];
148
142
  created?: (() => void) | (() => void)[];
@@ -168,7 +162,7 @@ declare const _default: {
168
162
  type: import("vue").PropType<number>;
169
163
  };
170
164
  alignX: {
171
- type: import("vue").PropType<string>;
165
+ type: import("vue").PropType<"left" | "center" | "right">;
172
166
  };
173
167
  toned: {
174
168
  type: import("vue").PropType<boolean>;
@@ -188,19 +182,19 @@ declare const _default: {
188
182
  type: import("vue").PropType<boolean>;
189
183
  };
190
184
  direction: {
191
- type: import("vue").PropType<string>;
185
+ type: import("vue").PropType<"column" | "row">;
192
186
  };
193
187
  alignY: {
194
- type: import("vue").PropType<string>;
188
+ type: import("vue").PropType<"center" | "bottom" | "top">;
195
189
  };
196
190
  divider: {
197
- type: import("vue").PropType<string>;
191
+ type: import("vue").PropType<"bottom" | "top" | "top bottom">;
198
192
  };
199
193
  hide: {
200
194
  type: import("vue").PropType<boolean>;
201
195
  };
202
196
  variant: {
203
- type: import("vue").PropType<string>;
197
+ type: import("vue").PropType<"section" | "default" | "dialog" | "tab" | "toolbar" | "navigation" | "settings" | "text-area">;
204
198
  };
205
199
  title: {
206
200
  type: import("vue").PropType<string>;
@@ -214,8 +208,6 @@ declare const _default: {
214
208
  colors?: any;
215
209
  blueprintType?: any;
216
210
  blueprint?: any;
217
- host?: any;
218
- hostContainer?: any;
219
211
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
220
212
  __isFragment?: never;
221
213
  __isTeleport?: never;
@@ -225,7 +217,7 @@ declare const _default: {
225
217
  type: import("vue").PropType<number>;
226
218
  };
227
219
  alignX: {
228
- type: import("vue").PropType<string>;
220
+ type: import("vue").PropType<"left" | "center" | "right">;
229
221
  };
230
222
  toned: {
231
223
  type: import("vue").PropType<boolean>;
@@ -245,19 +237,19 @@ declare const _default: {
245
237
  type: import("vue").PropType<boolean>;
246
238
  };
247
239
  direction: {
248
- type: import("vue").PropType<string>;
240
+ type: import("vue").PropType<"column" | "row">;
249
241
  };
250
242
  alignY: {
251
- type: import("vue").PropType<string>;
243
+ type: import("vue").PropType<"center" | "bottom" | "top">;
252
244
  };
253
245
  divider: {
254
- type: import("vue").PropType<string>;
246
+ type: import("vue").PropType<"bottom" | "top" | "top bottom">;
255
247
  };
256
248
  hide: {
257
249
  type: import("vue").PropType<boolean>;
258
250
  };
259
251
  variant: {
260
- type: import("vue").PropType<string>;
252
+ type: import("vue").PropType<"section" | "default" | "dialog" | "tab" | "toolbar" | "navigation" | "settings" | "text-area">;
261
253
  };
262
254
  title: {
263
255
  type: import("vue").PropType<string>;
@@ -271,39 +263,33 @@ declare const _default: {
271
263
  colors?: any;
272
264
  blueprintType?: any;
273
265
  blueprint?: any;
274
- host?: any;
275
- hostContainer?: any;
276
266
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
277
267
  container?: any;
278
- host?: any;
279
268
  blueprint?: any;
280
269
  colorSchemaType?: any;
281
270
  blueprintType?: any;
282
271
  colors?: any;
283
- hostContainer?: any;
284
272
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
285
273
  propsDefinition: Omit<Readonly<{
286
274
  container?: any;
287
- host?: any;
288
275
  blueprint?: any;
289
276
  colorSchemaType?: any;
290
277
  blueprintType?: any;
291
278
  colors?: any;
292
- hostContainer?: any;
293
279
  } & {
294
280
  title?: string;
295
281
  class?: String | String[];
296
- direction?: string;
282
+ direction?: "column" | "row";
297
283
  hide?: boolean;
298
284
  wrap?: boolean;
299
285
  filled?: boolean;
300
- variant?: string;
286
+ variant?: "section" | "default" | "dialog" | "tab" | "toolbar" | "navigation" | "settings" | "text-area";
301
287
  grouped?: boolean;
302
288
  toned?: boolean;
303
- divider?: string;
304
- alignY?: string;
289
+ divider?: "bottom" | "top" | "top bottom";
290
+ alignY?: "center" | "bottom" | "top";
305
291
  grow?: boolean;
306
- alignX?: string;
292
+ alignX?: "left" | "center" | "right";
307
293
  scrollOffset?: number;
308
294
  }>, never>;
309
295
  };