@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
  style?: unknown;
12
14
  class?: unknown;
13
15
  key?: string | number | symbol;
@@ -72,12 +74,16 @@ declare const _default: {
72
74
  colors?: any;
73
75
  blueprintType?: any;
74
76
  blueprint?: any;
77
+ host?: any;
78
+ hostContainer?: any;
75
79
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
76
80
  container?: any;
81
+ host?: any;
77
82
  blueprint?: any;
78
83
  colorSchemaType?: any;
79
84
  blueprintType?: any;
80
85
  colors?: any;
86
+ hostContainer?: any;
81
87
  }, {}, string, {}> & {
82
88
  beforeCreate?: (() => void) | (() => void)[];
83
89
  created?: (() => void) | (() => void)[];
@@ -104,6 +110,8 @@ declare const _default: {
104
110
  colors?: any;
105
111
  blueprintType?: any;
106
112
  blueprint?: any;
113
+ host?: any;
114
+ hostContainer?: any;
107
115
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
108
116
  __isFragment?: never;
109
117
  __isTeleport?: never;
@@ -114,19 +122,25 @@ declare const _default: {
114
122
  colors?: any;
115
123
  blueprintType?: any;
116
124
  blueprint?: any;
125
+ host?: any;
126
+ hostContainer?: any;
117
127
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
118
128
  container?: any;
129
+ host?: any;
119
130
  blueprint?: any;
120
131
  colorSchemaType?: any;
121
132
  blueprintType?: any;
122
133
  colors?: any;
134
+ hostContainer?: any;
123
135
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
124
136
  propsDefinition: Omit<Readonly<{
125
137
  container?: any;
138
+ host?: any;
126
139
  blueprint?: any;
127
140
  colorSchemaType?: any;
128
141
  blueprintType?: any;
129
142
  colors?: any;
143
+ hostContainer?: any;
130
144
  } & {}>, never>;
131
145
  };
132
146
  export default _default;
@@ -1,9 +1,9 @@
1
- import { IconSizes, BlockTitleIconSettings, BlockTitleSettings, TextAlignment } from "../../../../../models";
1
+ import { OIconSizes, BlockTitleIconSettings, BlockTitleSettings, TextAlignment } from "../../../../../models";
2
2
  import { ITheming } from "../../../..";
3
3
  export declare const BlockTitleStyles: {
4
4
  safeGetSpacingPixels(value: any, spacing: any): string;
5
- getIconOffset(iconSize: IconSizes): -10 | -15 | -25 | -30;
6
- getIconOffsetIconOnly(iconSize: IconSizes): -5 | -15 | -17;
5
+ getIconOffset(iconSize: OIconSizes): -10 | -15 | -25 | -30;
6
+ getIconOffsetIconOnly(iconSize: OIconSizes): -5 | -15 | -17;
7
7
  iconWrapperButton: (settings: BlockTitleIconSettings) => string;
8
8
  iconInButton: (settings: BlockTitleIconSettings, theming: ITheming) => string;
9
9
  wrapper: (settings: BlockTitleSettings, textAlignment: TextAlignment, theming: ITheming) => string;
@@ -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 title?: string;
13
15
  style?: unknown;
14
16
  class?: unknown;
@@ -109,12 +111,16 @@ declare const _default: {
109
111
  colors?: any;
110
112
  blueprintType?: any;
111
113
  blueprint?: any;
114
+ host?: any;
115
+ hostContainer?: any;
112
116
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
113
117
  container?: any;
118
+ host?: any;
114
119
  blueprint?: any;
115
120
  colorSchemaType?: any;
116
121
  blueprintType?: any;
117
122
  colors?: any;
123
+ hostContainer?: any;
118
124
  }, {}, string, {}> & {
119
125
  beforeCreate?: (() => void) | (() => void)[];
120
126
  created?: (() => void) | (() => void)[];
@@ -169,6 +175,8 @@ declare const _default: {
169
175
  colors?: any;
170
176
  blueprintType?: any;
171
177
  blueprint?: any;
178
+ host?: any;
179
+ hostContainer?: any;
172
180
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
173
181
  __isFragment?: never;
174
182
  __isTeleport?: never;
@@ -207,19 +215,25 @@ declare const _default: {
207
215
  colors?: any;
208
216
  blueprintType?: any;
209
217
  blueprint?: any;
218
+ host?: any;
219
+ hostContainer?: any;
210
220
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
211
221
  container?: any;
222
+ host?: any;
212
223
  blueprint?: any;
213
224
  colorSchemaType?: any;
214
225
  blueprintType?: any;
215
226
  colors?: any;
227
+ hostContainer?: any;
216
228
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
217
229
  propsDefinition: Omit<Readonly<{
218
230
  container?: any;
231
+ host?: any;
219
232
  blueprint?: any;
220
233
  colorSchemaType?: any;
221
234
  blueprintType?: any;
222
235
  colors?: any;
236
+ hostContainer?: any;
223
237
  } & {
224
238
  title?: string;
225
239
  themeDefinition?: ThemeDefinitionV2;
@@ -13,10 +13,12 @@ declare const _default: {
13
13
  $data: {};
14
14
  $props: {
15
15
  container?: any;
16
+ host?: any;
16
17
  blueprint?: any;
17
18
  colorSchemaType?: any;
18
19
  blueprintType?: any;
19
20
  colors?: any;
21
+ hostContainer?: any;
20
22
  readonly small?: boolean;
21
23
  style?: unknown;
22
24
  class?: unknown;
@@ -111,12 +113,16 @@ declare const _default: {
111
113
  colors?: any;
112
114
  blueprintType?: any;
113
115
  blueprint?: any;
116
+ host?: any;
117
+ hostContainer?: any;
114
118
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
115
119
  container?: any;
120
+ host?: any;
116
121
  blueprint?: any;
117
122
  colorSchemaType?: any;
118
123
  blueprintType?: any;
119
124
  colors?: any;
125
+ hostContainer?: any;
120
126
  }, {}, string, {}> & {
121
127
  beforeCreate?: (() => void) | (() => void)[];
122
128
  created?: (() => void) | (() => void)[];
@@ -166,6 +172,8 @@ declare const _default: {
166
172
  colors?: any;
167
173
  blueprintType?: any;
168
174
  blueprint?: any;
175
+ host?: any;
176
+ hostContainer?: any;
169
177
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
170
178
  __isFragment?: never;
171
179
  __isTeleport?: never;
@@ -199,19 +207,25 @@ declare const _default: {
199
207
  colors?: any;
200
208
  blueprintType?: any;
201
209
  blueprint?: any;
210
+ host?: any;
211
+ hostContainer?: any;
202
212
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
203
213
  container?: any;
214
+ host?: any;
204
215
  blueprint?: any;
205
216
  colorSchemaType?: any;
206
217
  blueprintType?: any;
207
218
  colors?: any;
219
+ hostContainer?: any;
208
220
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
209
221
  propsDefinition: Omit<Readonly<{
210
222
  container?: any;
223
+ host?: any;
211
224
  blueprint?: any;
212
225
  colorSchemaType?: any;
213
226
  blueprintType?: any;
214
227
  colors?: any;
228
+ hostContainer?: any;
215
229
  } & {
216
230
  small?: boolean;
217
231
  parentContainer?: LayoutItem;
@@ -1,10 +1,9 @@
1
1
  import { ColorDefinition } from "../../velcron/core";
2
2
  import { useColorSchemaSetup } from "../..";
3
- export declare const AppBarTypeDefinition: string[];
4
- export type AppBarType = typeof AppBarTypeDefinition[number];
3
+ import { AppBarTypes } from "@omnia/fx-models";
5
4
  export declare const AppbarStyles: {
6
5
  templateTitle: string;
7
6
  content: string;
8
- wrapper: (variant: AppBarType, colors: ReturnType<typeof useColorSchemaSetup>) => string;
7
+ wrapper: (variant: AppBarTypes, colors: ReturnType<typeof useColorSchemaSetup>) => string;
9
8
  navigation: (color: ColorDefinition) => string;
10
9
  };
@@ -6,10 +6,12 @@ declare const _default: {
6
6
  $data: {};
7
7
  $props: {
8
8
  container?: any;
9
+ host?: any;
9
10
  blueprint?: any;
10
11
  colorSchemaType?: any;
11
12
  blueprintType?: any;
12
13
  colors?: any;
14
+ hostContainer?: any;
13
15
  readonly title?: string;
14
16
  style?: unknown;
15
17
  class?: String | String[];
@@ -118,6 +120,8 @@ declare const _default: {
118
120
  colors?: any;
119
121
  blueprintType?: any;
120
122
  blueprint?: any;
123
+ host?: any;
124
+ hostContainer?: any;
121
125
  }>> & {
122
126
  "onClick:navigation"?: () => any;
123
127
  "onClick:close"?: () => any;
@@ -126,10 +130,12 @@ declare const _default: {
126
130
  "click:close": () => boolean;
127
131
  }, string, {
128
132
  container?: any;
133
+ host?: any;
129
134
  blueprint?: any;
130
135
  colorSchemaType?: any;
131
136
  blueprintType?: any;
132
137
  colors?: any;
138
+ hostContainer?: any;
133
139
  }, {}, string, {}> & {
134
140
  beforeCreate?: (() => void) | (() => void)[];
135
141
  created?: (() => void) | (() => void)[];
@@ -186,6 +192,8 @@ declare const _default: {
186
192
  colors?: any;
187
193
  blueprintType?: any;
188
194
  blueprint?: any;
195
+ host?: any;
196
+ hostContainer?: any;
189
197
  }>> & {
190
198
  "onClick:navigation"?: () => any;
191
199
  "onClick:close"?: () => any;
@@ -229,6 +237,8 @@ declare const _default: {
229
237
  colors?: any;
230
238
  blueprintType?: any;
231
239
  blueprint?: any;
240
+ host?: any;
241
+ hostContainer?: any;
232
242
  }>> & {
233
243
  "onClick:navigation"?: () => any;
234
244
  "onClick:close"?: () => any;
@@ -237,17 +247,21 @@ declare const _default: {
237
247
  "click:close": () => boolean;
238
248
  }, string, {
239
249
  container?: any;
250
+ host?: any;
240
251
  blueprint?: any;
241
252
  colorSchemaType?: any;
242
253
  blueprintType?: any;
243
254
  colors?: any;
255
+ hostContainer?: any;
244
256
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
245
257
  propsDefinition: Omit<Readonly<{
246
258
  container?: any;
259
+ host?: any;
247
260
  blueprint?: any;
248
261
  colorSchemaType?: any;
249
262
  blueprintType?: any;
250
263
  colors?: any;
264
+ hostContainer?: any;
251
265
  } & {
252
266
  title?: string;
253
267
  class?: String | String[];
@@ -1,6 +1,5 @@
1
- export declare const ButtonVariantsDefinition: string[];
2
- export type ButtonVariant = typeof ButtonVariantsDefinition[number];
1
+ import { ButtonVariants } from "@omnia/fx-models";
3
2
  export declare const buttonStyles: {
4
3
  transparentWrapper: string;
5
- wrapper: (background: string, text: string, iconColor: string, variant: ButtonVariant) => string;
4
+ wrapper: (background: string, text: string, iconColor: string, variant: ButtonVariants) => string;
6
5
  };
@@ -1,19 +1,17 @@
1
1
  import { ButtonIconOptions, ButtonTooltipOptions } from "@omnia/fx-models";
2
2
  export * from "./Button.css";
3
- export declare const SizeTypeDefinitions: string[];
4
- export type SizeType = typeof SizeTypeDefinitions[number];
5
- export declare const ButtonPresetDefinitions: string[];
6
- export type ButtonPreset = typeof ButtonPresetDefinitions[number];
7
3
  declare const _default: {
8
4
  new (...args: any[]): {
9
5
  $: import("vue").ComponentInternalInstance;
10
6
  $data: {};
11
7
  $props: {
12
8
  container?: any;
9
+ host?: any;
13
10
  blueprint?: any;
14
11
  colorSchemaType?: any;
15
12
  blueprintType?: any;
16
13
  colors?: any;
14
+ hostContainer?: any;
17
15
  readonly block?: boolean;
18
16
  readonly text?: string;
19
17
  style?: unknown;
@@ -138,12 +136,16 @@ declare const _default: {
138
136
  colors?: any;
139
137
  blueprintType?: any;
140
138
  blueprint?: any;
139
+ host?: any;
140
+ hostContainer?: any;
141
141
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
142
142
  container?: any;
143
+ host?: any;
143
144
  blueprint?: any;
144
145
  colorSchemaType?: any;
145
146
  blueprintType?: any;
146
147
  colors?: any;
148
+ hostContainer?: any;
147
149
  }, {}, string, {}> & {
148
150
  beforeCreate?: (() => void) | (() => void)[];
149
151
  created?: (() => void) | (() => void)[];
@@ -217,6 +219,8 @@ declare const _default: {
217
219
  colors?: any;
218
220
  blueprintType?: any;
219
221
  blueprint?: any;
222
+ host?: any;
223
+ hostContainer?: any;
220
224
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
221
225
  __isFragment?: never;
222
226
  __isTeleport?: never;
@@ -274,19 +278,25 @@ declare const _default: {
274
278
  colors?: any;
275
279
  blueprintType?: any;
276
280
  blueprint?: any;
281
+ host?: any;
282
+ hostContainer?: any;
277
283
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
278
284
  container?: any;
285
+ host?: any;
279
286
  blueprint?: any;
280
287
  colorSchemaType?: any;
281
288
  blueprintType?: any;
282
289
  colors?: any;
290
+ hostContainer?: any;
283
291
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
284
292
  propsDefinition: Omit<Readonly<{
285
293
  container?: any;
294
+ host?: any;
286
295
  blueprint?: any;
287
296
  colorSchemaType?: any;
288
297
  blueprintType?: any;
289
298
  colors?: any;
299
+ hostContainer?: any;
290
300
  } & {
291
301
  block?: boolean;
292
302
  text?: string;
@@ -1,15 +1,16 @@
1
1
  import { VNodeChild } from "vue";
2
- export type ButtonGroupType = "dial";
3
2
  declare const _default: {
4
3
  new (...args: any[]): {
5
4
  $: import("vue").ComponentInternalInstance;
6
5
  $data: {};
7
6
  $props: {
8
7
  container?: any;
8
+ host?: any;
9
9
  blueprint?: any;
10
10
  colorSchemaType?: any;
11
11
  blueprintType?: any;
12
12
  colors?: any;
13
+ hostContainer?: any;
13
14
  style?: unknown;
14
15
  class?: unknown;
15
16
  key?: string | number | symbol;
@@ -59,7 +60,7 @@ declare const _default: {
59
60
  } & {
60
61
  activator?: () => VNodeChild;
61
62
  };
62
- readonly variant?: "dial";
63
+ readonly variant?: string;
63
64
  };
64
65
  $attrs: {
65
66
  [x: string]: unknown;
@@ -81,7 +82,7 @@ declare const _default: {
81
82
  activator?: () => VNodeChild;
82
83
  }>;
83
84
  variant: {
84
- type: import("vue").PropType<"dial">;
85
+ type: import("vue").PropType<string>;
85
86
  required: false;
86
87
  };
87
88
  colorSchemaType?: any;
@@ -89,14 +90,18 @@ declare const _default: {
89
90
  colors?: any;
90
91
  blueprintType?: any;
91
92
  blueprint?: any;
93
+ host?: any;
94
+ hostContainer?: any;
92
95
  }>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
93
96
  [key: string]: any;
94
97
  }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
95
98
  container?: any;
99
+ host?: any;
96
100
  blueprint?: any;
97
101
  colorSchemaType?: any;
98
102
  blueprintType?: any;
99
103
  colors?: any;
104
+ hostContainer?: any;
100
105
  }, {}, string, {}> & {
101
106
  beforeCreate?: (() => void) | (() => void)[];
102
107
  created?: (() => void) | (() => void)[];
@@ -124,7 +129,7 @@ declare const _default: {
124
129
  activator?: () => VNodeChild;
125
130
  }>;
126
131
  variant: {
127
- type: import("vue").PropType<"dial">;
132
+ type: import("vue").PropType<string>;
128
133
  required: false;
129
134
  };
130
135
  colorSchemaType?: any;
@@ -132,6 +137,8 @@ declare const _default: {
132
137
  colors?: any;
133
138
  blueprintType?: any;
134
139
  blueprint?: any;
140
+ host?: any;
141
+ hostContainer?: any;
135
142
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
136
143
  [key: string]: any;
137
144
  }>[]> & {} & import("vue").ComponentCustomProperties & {};
@@ -145,7 +152,7 @@ declare const _default: {
145
152
  activator?: () => VNodeChild;
146
153
  }>;
147
154
  variant: {
148
- type: import("vue").PropType<"dial">;
155
+ type: import("vue").PropType<string>;
149
156
  required: false;
150
157
  };
151
158
  colorSchemaType?: any;
@@ -153,28 +160,34 @@ declare const _default: {
153
160
  colors?: any;
154
161
  blueprintType?: any;
155
162
  blueprint?: any;
163
+ host?: any;
164
+ hostContainer?: any;
156
165
  }>>, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
157
166
  [key: string]: any;
158
167
  }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
159
168
  container?: any;
169
+ host?: any;
160
170
  blueprint?: any;
161
171
  colorSchemaType?: any;
162
172
  blueprintType?: any;
163
173
  colors?: any;
174
+ hostContainer?: any;
164
175
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
165
176
  propsDefinition: Omit<Readonly<{
166
177
  container?: any;
178
+ host?: any;
167
179
  blueprint?: any;
168
180
  colorSchemaType?: any;
169
181
  blueprintType?: any;
170
182
  colors?: any;
183
+ hostContainer?: any;
171
184
  } & {
172
185
  "v-slots"?: {
173
186
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
174
187
  } & {
175
188
  activator?: () => VNodeChild;
176
189
  };
177
- variant?: "dial";
190
+ variant?: string;
178
191
  }>, never>;
179
192
  };
180
193
  export default _default;
@@ -2,7 +2,7 @@
2
2
  * Styles for the CommandPalette component
3
3
  */
4
4
  import { ColorDefinition } from "../../velcron/core";
5
- export type ToggleVariants = "drawer";
5
+ import { ToggleVariants } from "@omnia/fx-models";
6
6
  export declare const ToggleStyles: {
7
7
  buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: ToggleVariants) => string;
8
8
  };
@@ -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;
@@ -56,7 +58,7 @@ declare const _default: {
56
58
  readonly "onUpdate:modelValue"?: (value: any) => any;
57
59
  readonly "v-model"?: any;
58
60
  readonly modelValue?: any;
59
- readonly variant?: "drawer";
61
+ readonly variant?: string;
60
62
  readonly toned?: boolean;
61
63
  };
62
64
  $attrs: {
@@ -74,7 +76,7 @@ declare const _default: {
74
76
  $el: any;
75
77
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
76
78
  variant: {
77
- type: import("vue").PropType<"drawer">;
79
+ type: import("vue").PropType<string>;
78
80
  };
79
81
  toned: {
80
82
  type: import("vue").PropType<boolean>;
@@ -104,12 +106,16 @@ declare const _default: {
104
106
  colors?: any;
105
107
  blueprintType?: any;
106
108
  blueprint?: any;
109
+ host?: any;
110
+ hostContainer?: any;
107
111
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
108
112
  container?: any;
113
+ host?: any;
109
114
  blueprint?: any;
110
115
  colorSchemaType?: any;
111
116
  blueprintType?: any;
112
117
  colors?: any;
118
+ hostContainer?: any;
113
119
  }, {}, string, {}> & {
114
120
  beforeCreate?: (() => void) | (() => void)[];
115
121
  created?: (() => void) | (() => void)[];
@@ -132,7 +138,7 @@ declare const _default: {
132
138
  $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;
133
139
  } & Readonly<import("vue").ExtractPropTypes<{
134
140
  variant: {
135
- type: import("vue").PropType<"drawer">;
141
+ type: import("vue").PropType<string>;
136
142
  };
137
143
  toned: {
138
144
  type: import("vue").PropType<boolean>;
@@ -162,13 +168,15 @@ declare const _default: {
162
168
  colors?: any;
163
169
  blueprintType?: any;
164
170
  blueprint?: any;
171
+ host?: any;
172
+ hostContainer?: any;
165
173
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
166
174
  __isFragment?: never;
167
175
  __isTeleport?: never;
168
176
  __isSuspense?: never;
169
177
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
170
178
  variant: {
171
- type: import("vue").PropType<"drawer">;
179
+ type: import("vue").PropType<string>;
172
180
  };
173
181
  toned: {
174
182
  type: import("vue").PropType<boolean>;
@@ -198,26 +206,32 @@ declare const _default: {
198
206
  colors?: any;
199
207
  blueprintType?: any;
200
208
  blueprint?: any;
209
+ host?: any;
210
+ hostContainer?: any;
201
211
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, 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
  class?: String | String[];
216
230
  mandatory?: boolean;
217
231
  "onUpdate:modelValue"?: (value: any) => any;
218
232
  "v-model"?: any;
219
233
  modelValue?: any;
220
- variant?: "drawer";
234
+ variant?: string;
221
235
  toned?: boolean;
222
236
  }>, never>;
223
237
  };
@@ -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
  style?: unknown;
13
15
  class?: String | String[];
14
16
  key?: string | number | symbol;
@@ -93,12 +95,16 @@ declare const _default: {
93
95
  colors?: any;
94
96
  blueprintType?: any;
95
97
  blueprint?: any;
98
+ host?: any;
99
+ hostContainer?: any;
96
100
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
97
101
  container?: any;
102
+ host?: any;
98
103
  blueprint?: any;
99
104
  colorSchemaType?: any;
100
105
  blueprintType?: any;
101
106
  colors?: any;
107
+ hostContainer?: any;
102
108
  }, {}, string, {}> & {
103
109
  beforeCreate?: (() => void) | (() => void)[];
104
110
  created?: (() => void) | (() => void)[];
@@ -139,6 +145,8 @@ declare const _default: {
139
145
  colors?: any;
140
146
  blueprintType?: any;
141
147
  blueprint?: any;
148
+ host?: any;
149
+ hostContainer?: any;
142
150
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
143
151
  __isFragment?: never;
144
152
  __isTeleport?: never;
@@ -163,19 +171,25 @@ declare const _default: {
163
171
  colors?: any;
164
172
  blueprintType?: any;
165
173
  blueprint?: any;
174
+ host?: any;
175
+ hostContainer?: any;
166
176
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
167
177
  container?: any;
178
+ host?: any;
168
179
  blueprint?: any;
169
180
  colorSchemaType?: any;
170
181
  blueprintType?: any;
171
182
  colors?: any;
183
+ hostContainer?: any;
172
184
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
173
185
  propsDefinition: Omit<Readonly<{
174
186
  container?: any;
187
+ host?: any;
175
188
  blueprint?: any;
176
189
  colorSchemaType?: any;
177
190
  blueprintType?: any;
178
191
  colors?: any;
192
+ hostContainer?: any;
179
193
  } & {
180
194
  class?: String | String[];
181
195
  "v-slots"?: {