@omnia/fx 8.0.37-vnext → 8.0.38-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 (73) 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 +32 -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/image/scalingsettings/ScalingSettings.d.ts +0 -14
  11. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +36 -2
  12. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +3 -0
  13. package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -14
  15. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -14
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +0 -14
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -14
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -14
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -14
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -14
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -14
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -14
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/BreakPointManager.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +0 -14
  25. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -14
  26. package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.css.d.ts → btngroup/ButtonGroup.css.d.ts} +3 -3
  27. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +98 -24
  28. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +0 -14
  29. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +0 -14
  30. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +0 -14
  31. package/internal-do-not-import-from-here/{console/components/MessageOverlay.d.ts → ux/oxide/componenthostprovider/ComponentHostProvider.d.ts} +75 -5
  32. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +0 -14
  33. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +0 -24
  34. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +0 -14
  35. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +0 -14
  36. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -14
  37. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -14
  38. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +0 -14
  39. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +0 -14
  40. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +0 -14
  41. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +0 -14
  42. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +0 -14
  43. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +0 -14
  44. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +0 -14
  45. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +0 -14
  46. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +0 -14
  47. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +0 -14
  48. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +0 -14
  49. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +0 -14
  50. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +0 -14
  51. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +0 -14
  52. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -14
  53. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +0 -14
  54. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +0 -14
  55. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +0 -14
  56. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +0 -14
  57. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +0 -14
  58. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -14
  59. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -14
  60. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -14
  61. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +0 -14
  62. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -14
  63. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -14
  64. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -14
  65. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -14
  66. package/internal-do-not-import-from-here/wctypings.d.ts +4 -4
  67. package/package.json +2 -2
  68. package/internal-do-not-import-from-here/console/components/MessageOverlay.css.d.ts +0 -1
  69. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +0 -238
  70. package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/ExampleComponents.d.ts +0 -1
  71. package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/index.d.ts +0 -1
  72. package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
  73. /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 small?: boolean;
15
13
  style?: unknown;
16
14
  class?: unknown;
@@ -111,16 +109,12 @@ declare const _default: {
111
109
  colors?: any;
112
110
  blueprintType?: any;
113
111
  blueprint?: any;
114
- host?: any;
115
- hostContainer?: any;
116
112
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
117
113
  container?: any;
118
- host?: any;
119
114
  blueprint?: any;
120
115
  colorSchemaType?: any;
121
116
  blueprintType?: any;
122
117
  colors?: any;
123
- hostContainer?: any;
124
118
  }, {}, string, {}> & {
125
119
  beforeCreate?: (() => void) | (() => void)[];
126
120
  created?: (() => void) | (() => void)[];
@@ -175,8 +169,6 @@ 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;
@@ -215,25 +207,19 @@ declare const _default: {
215
207
  colors?: any;
216
208
  blueprintType?: any;
217
209
  blueprint?: any;
218
- host?: any;
219
- hostContainer?: any;
220
210
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
221
211
  container?: any;
222
- host?: any;
223
212
  blueprint?: any;
224
213
  colorSchemaType?: any;
225
214
  blueprintType?: any;
226
215
  colors?: any;
227
- hostContainer?: any;
228
216
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
229
217
  propsDefinition: Omit<Readonly<{
230
218
  container?: any;
231
- host?: any;
232
219
  blueprint?: any;
233
220
  colorSchemaType?: any;
234
221
  blueprintType?: any;
235
222
  colors?: any;
236
- hostContainer?: any;
237
223
  } & {
238
224
  small?: boolean;
239
225
  toned?: boolean;
@@ -13,12 +13,10 @@ declare const _default: {
13
13
  $data: {};
14
14
  $props: {
15
15
  container?: any;
16
- host?: any;
17
16
  blueprint?: any;
18
17
  colorSchemaType?: any;
19
18
  blueprintType?: any;
20
19
  colors?: any;
21
- hostContainer?: any;
22
20
  readonly block?: Block;
23
21
  style?: unknown;
24
22
  class?: unknown;
@@ -117,16 +115,12 @@ declare const _default: {
117
115
  colors?: any;
118
116
  blueprintType?: any;
119
117
  blueprint?: any;
120
- host?: any;
121
- hostContainer?: any;
122
118
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
123
119
  container?: any;
124
- host?: any;
125
120
  blueprint?: any;
126
121
  colorSchemaType?: any;
127
122
  blueprintType?: any;
128
123
  colors?: any;
129
- hostContainer?: any;
130
124
  }, {}, string, {}> & {
131
125
  beforeCreate?: (() => void) | (() => void)[];
132
126
  created?: (() => void) | (() => void)[];
@@ -180,8 +174,6 @@ declare const _default: {
180
174
  colors?: any;
181
175
  blueprintType?: any;
182
176
  blueprint?: any;
183
- host?: any;
184
- hostContainer?: any;
185
177
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
186
178
  __isFragment?: never;
187
179
  __isTeleport?: never;
@@ -219,25 +211,19 @@ declare const _default: {
219
211
  colors?: any;
220
212
  blueprintType?: any;
221
213
  blueprint?: any;
222
- host?: any;
223
- hostContainer?: any;
224
214
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
225
215
  container?: any;
226
- host?: any;
227
216
  blueprint?: any;
228
217
  colorSchemaType?: any;
229
218
  blueprintType?: any;
230
219
  colors?: any;
231
- hostContainer?: any;
232
220
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
233
221
  propsDefinition: Omit<Readonly<{
234
222
  container?: any;
235
- host?: any;
236
223
  blueprint?: any;
237
224
  colorSchemaType?: any;
238
225
  blueprintType?: any;
239
226
  colors?: any;
240
- hostContainer?: any;
241
227
  } & {
242
228
  block?: Block;
243
229
  themeTargetId?: 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?: unknown;
16
14
  key?: string | number | symbol;
@@ -119,16 +117,12 @@ declare const _default: {
119
117
  colors?: any;
120
118
  blueprintType?: any;
121
119
  blueprint?: any;
122
- host?: any;
123
- hostContainer?: any;
124
120
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
125
121
  container?: any;
126
- host?: any;
127
122
  blueprint?: any;
128
123
  colorSchemaType?: any;
129
124
  blueprintType?: any;
130
125
  colors?: any;
131
- hostContainer?: any;
132
126
  }, {}, string, {}> & {
133
127
  beforeCreate?: (() => void) | (() => void)[];
134
128
  created?: (() => void) | (() => void)[];
@@ -189,8 +183,6 @@ declare const _default: {
189
183
  colors?: any;
190
184
  blueprintType?: any;
191
185
  blueprint?: any;
192
- host?: any;
193
- hostContainer?: any;
194
186
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
195
187
  __isFragment?: never;
196
188
  __isTeleport?: never;
@@ -235,25 +227,19 @@ declare const _default: {
235
227
  colors?: any;
236
228
  blueprintType?: any;
237
229
  blueprint?: any;
238
- host?: any;
239
- hostContainer?: any;
240
230
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
241
231
  container?: any;
242
- host?: any;
243
232
  blueprint?: any;
244
233
  colorSchemaType?: any;
245
234
  blueprintType?: any;
246
235
  colors?: any;
247
- hostContainer?: any;
248
236
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
249
237
  propsDefinition: Omit<Readonly<{
250
238
  container?: any;
251
- host?: any;
252
239
  blueprint?: any;
253
240
  colorSchemaType?: any;
254
241
  blueprintType?: any;
255
242
  colors?: any;
256
- hostContainer?: any;
257
243
  } & {
258
244
  column?: SectionItem<ColumnedSectionItemSettings>;
259
245
  themeTargetId?: string;
@@ -12,12 +12,10 @@ declare const _default: {
12
12
  $data: {};
13
13
  $props: {
14
14
  container?: any;
15
- host?: any;
16
15
  blueprint?: any;
17
16
  colorSchemaType?: any;
18
17
  blueprintType?: any;
19
18
  colors?: any;
20
- hostContainer?: any;
21
19
  readonly section?: Section<import("@omnia/fx-models").SectionSettings>;
22
20
  style?: unknown;
23
21
  class?: unknown;
@@ -120,16 +118,12 @@ declare const _default: {
120
118
  colors?: any;
121
119
  blueprintType?: any;
122
120
  blueprint?: any;
123
- host?: any;
124
- hostContainer?: any;
125
121
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
126
122
  container?: any;
127
- host?: any;
128
123
  blueprint?: any;
129
124
  colorSchemaType?: any;
130
125
  blueprintType?: any;
131
126
  colors?: any;
132
- hostContainer?: any;
133
127
  }, {}, string, {}> & {
134
128
  beforeCreate?: (() => void) | (() => void)[];
135
129
  created?: (() => void) | (() => void)[];
@@ -185,8 +179,6 @@ declare const _default: {
185
179
  colors?: any;
186
180
  blueprintType?: any;
187
181
  blueprint?: any;
188
- host?: any;
189
- hostContainer?: any;
190
182
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
191
183
  __isFragment?: never;
192
184
  __isTeleport?: never;
@@ -226,25 +218,19 @@ declare const _default: {
226
218
  colors?: any;
227
219
  blueprintType?: any;
228
220
  blueprint?: any;
229
- host?: any;
230
- hostContainer?: any;
231
221
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
232
222
  container?: any;
233
- host?: any;
234
223
  blueprint?: any;
235
224
  colorSchemaType?: any;
236
225
  blueprintType?: any;
237
226
  colors?: any;
238
- hostContainer?: any;
239
227
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
240
228
  propsDefinition: Omit<Readonly<{
241
229
  container?: any;
242
- host?: any;
243
230
  blueprint?: any;
244
231
  colorSchemaType?: any;
245
232
  blueprintType?: any;
246
233
  colors?: any;
247
- hostContainer?: any;
248
234
  } & {
249
235
  section?: Section<import("@omnia/fx-models").SectionSettings>;
250
236
  parentContainer?: LayoutItem;
@@ -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?: unknown;
15
13
  key?: string | number | symbol;
@@ -74,16 +72,12 @@ declare const _default: {
74
72
  colors?: any;
75
73
  blueprintType?: any;
76
74
  blueprint?: any;
77
- host?: any;
78
- hostContainer?: any;
79
75
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
80
76
  container?: any;
81
- host?: any;
82
77
  blueprint?: any;
83
78
  colorSchemaType?: any;
84
79
  blueprintType?: any;
85
80
  colors?: any;
86
- hostContainer?: any;
87
81
  }, {}, string, {}> & {
88
82
  beforeCreate?: (() => void) | (() => void)[];
89
83
  created?: (() => void) | (() => void)[];
@@ -110,8 +104,6 @@ declare const _default: {
110
104
  colors?: any;
111
105
  blueprintType?: any;
112
106
  blueprint?: any;
113
- host?: any;
114
- hostContainer?: any;
115
107
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
116
108
  __isFragment?: never;
117
109
  __isTeleport?: never;
@@ -122,25 +114,19 @@ declare const _default: {
122
114
  colors?: any;
123
115
  blueprintType?: any;
124
116
  blueprint?: any;
125
- host?: any;
126
- hostContainer?: any;
127
117
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
128
118
  container?: any;
129
- host?: any;
130
119
  blueprint?: any;
131
120
  colorSchemaType?: any;
132
121
  blueprintType?: any;
133
122
  colors?: any;
134
- hostContainer?: any;
135
123
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
136
124
  propsDefinition: Omit<Readonly<{
137
125
  container?: any;
138
- host?: any;
139
126
  blueprint?: any;
140
127
  colorSchemaType?: any;
141
128
  blueprintType?: any;
142
129
  colors?: any;
143
- hostContainer?: any;
144
130
  } & {}>, never>;
145
131
  };
146
132
  export default _default;
@@ -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?: unknown;
@@ -111,16 +109,12 @@ declare const _default: {
111
109
  colors?: any;
112
110
  blueprintType?: any;
113
111
  blueprint?: any;
114
- host?: any;
115
- hostContainer?: any;
116
112
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
117
113
  container?: any;
118
- host?: any;
119
114
  blueprint?: any;
120
115
  colorSchemaType?: any;
121
116
  blueprintType?: any;
122
117
  colors?: any;
123
- hostContainer?: any;
124
118
  }, {}, string, {}> & {
125
119
  beforeCreate?: (() => void) | (() => void)[];
126
120
  created?: (() => void) | (() => void)[];
@@ -175,8 +169,6 @@ 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;
@@ -215,25 +207,19 @@ declare const _default: {
215
207
  colors?: any;
216
208
  blueprintType?: any;
217
209
  blueprint?: any;
218
- host?: any;
219
- hostContainer?: any;
220
210
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
221
211
  container?: any;
222
- host?: any;
223
212
  blueprint?: any;
224
213
  colorSchemaType?: any;
225
214
  blueprintType?: any;
226
215
  colors?: any;
227
- hostContainer?: any;
228
216
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
229
217
  propsDefinition: Omit<Readonly<{
230
218
  container?: any;
231
- host?: any;
232
219
  blueprint?: any;
233
220
  colorSchemaType?: any;
234
221
  blueprintType?: any;
235
222
  colors?: any;
236
- hostContainer?: any;
237
223
  } & {
238
224
  title?: string;
239
225
  themeDefinition?: ThemeDefinitionV2;
@@ -13,12 +13,10 @@ declare const _default: {
13
13
  $data: {};
14
14
  $props: {
15
15
  container?: any;
16
- host?: any;
17
16
  blueprint?: any;
18
17
  colorSchemaType?: any;
19
18
  blueprintType?: any;
20
19
  colors?: any;
21
- hostContainer?: any;
22
20
  readonly small?: boolean;
23
21
  style?: unknown;
24
22
  class?: unknown;
@@ -113,16 +111,12 @@ declare const _default: {
113
111
  colors?: any;
114
112
  blueprintType?: any;
115
113
  blueprint?: any;
116
- host?: any;
117
- hostContainer?: any;
118
114
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
119
115
  container?: any;
120
- host?: any;
121
116
  blueprint?: any;
122
117
  colorSchemaType?: any;
123
118
  blueprintType?: any;
124
119
  colors?: any;
125
- hostContainer?: any;
126
120
  }, {}, string, {}> & {
127
121
  beforeCreate?: (() => void) | (() => void)[];
128
122
  created?: (() => void) | (() => void)[];
@@ -172,8 +166,6 @@ declare const _default: {
172
166
  colors?: any;
173
167
  blueprintType?: any;
174
168
  blueprint?: any;
175
- host?: any;
176
- hostContainer?: any;
177
169
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
178
170
  __isFragment?: never;
179
171
  __isTeleport?: never;
@@ -207,25 +199,19 @@ declare const _default: {
207
199
  colors?: any;
208
200
  blueprintType?: any;
209
201
  blueprint?: any;
210
- host?: any;
211
- hostContainer?: any;
212
202
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
213
203
  container?: any;
214
- host?: any;
215
204
  blueprint?: any;
216
205
  colorSchemaType?: any;
217
206
  blueprintType?: any;
218
207
  colors?: any;
219
- hostContainer?: any;
220
208
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
221
209
  propsDefinition: Omit<Readonly<{
222
210
  container?: any;
223
- host?: any;
224
211
  blueprint?: any;
225
212
  colorSchemaType?: any;
226
213
  blueprintType?: any;
227
214
  colors?: any;
228
- hostContainer?: any;
229
215
  } & {
230
216
  small?: boolean;
231
217
  parentContainer?: LayoutItem;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItemSettings, DisplayBreakPoint, DisplayBreakPointSetting } from "../../../models";
2
2
  export declare class BreakPointManager {
3
3
  private static breakPointArray;
4
- private static omniaUxLoc;
4
+ private static localizationStore;
5
5
  static createSettingsForDeviceBreakPoint(settings: LayoutItemSettings, breakPoint: DisplayBreakPoint): LayoutItemSettings;
6
6
  static createSettingsFromBreakPointSettings(settings: LayoutItemSettings, breakPointSettings: Array<DisplayBreakPointSetting>): LayoutItemSettings;
7
7
  static breakPoints(): Array<DisplayBreakPoint>;
@@ -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[];
@@ -120,8 +118,6 @@ declare const _default: {
120
118
  colors?: any;
121
119
  blueprintType?: any;
122
120
  blueprint?: any;
123
- host?: any;
124
- hostContainer?: any;
125
121
  }>> & {
126
122
  "onClick:navigation"?: () => any;
127
123
  "onClick:close"?: () => any;
@@ -130,12 +126,10 @@ declare const _default: {
130
126
  "click:close": () => boolean;
131
127
  }, string, {
132
128
  container?: any;
133
- host?: any;
134
129
  blueprint?: any;
135
130
  colorSchemaType?: any;
136
131
  blueprintType?: any;
137
132
  colors?: any;
138
- hostContainer?: any;
139
133
  }, {}, string, {}> & {
140
134
  beforeCreate?: (() => void) | (() => void)[];
141
135
  created?: (() => void) | (() => void)[];
@@ -192,8 +186,6 @@ declare const _default: {
192
186
  colors?: any;
193
187
  blueprintType?: any;
194
188
  blueprint?: any;
195
- host?: any;
196
- hostContainer?: any;
197
189
  }>> & {
198
190
  "onClick:navigation"?: () => any;
199
191
  "onClick:close"?: () => any;
@@ -237,8 +229,6 @@ declare const _default: {
237
229
  colors?: any;
238
230
  blueprintType?: any;
239
231
  blueprint?: any;
240
- host?: any;
241
- hostContainer?: any;
242
232
  }>> & {
243
233
  "onClick:navigation"?: () => any;
244
234
  "onClick:close"?: () => any;
@@ -247,21 +237,17 @@ declare const _default: {
247
237
  "click:close": () => boolean;
248
238
  }, string, {
249
239
  container?: any;
250
- host?: any;
251
240
  blueprint?: any;
252
241
  colorSchemaType?: any;
253
242
  blueprintType?: any;
254
243
  colors?: any;
255
- hostContainer?: any;
256
244
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
257
245
  propsDefinition: Omit<Readonly<{
258
246
  container?: any;
259
- host?: any;
260
247
  blueprint?: any;
261
248
  colorSchemaType?: any;
262
249
  blueprintType?: any;
263
250
  colors?: any;
264
- hostContainer?: any;
265
251
  } & {
266
252
  title?: string;
267
253
  class?: String | 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 block?: boolean;
16
14
  readonly text?: string;
17
15
  style?: unknown;
@@ -136,16 +134,12 @@ declare const _default: {
136
134
  colors?: any;
137
135
  blueprintType?: any;
138
136
  blueprint?: any;
139
- host?: any;
140
- hostContainer?: any;
141
137
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
142
138
  container?: any;
143
- host?: any;
144
139
  blueprint?: any;
145
140
  colorSchemaType?: any;
146
141
  blueprintType?: any;
147
142
  colors?: any;
148
- hostContainer?: any;
149
143
  }, {}, string, {}> & {
150
144
  beforeCreate?: (() => void) | (() => void)[];
151
145
  created?: (() => void) | (() => void)[];
@@ -219,9 +213,8 @@ declare const _default: {
219
213
  colors?: any;
220
214
  blueprintType?: any;
221
215
  blueprint?: any;
222
- host?: any;
223
- hostContainer?: any;
224
216
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
217
+ /** End Component host provider settings */
225
218
  __isFragment?: never;
226
219
  __isTeleport?: never;
227
220
  __isSuspense?: never;
@@ -278,25 +271,19 @@ declare const _default: {
278
271
  colors?: any;
279
272
  blueprintType?: any;
280
273
  blueprint?: any;
281
- host?: any;
282
- hostContainer?: any;
283
274
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
284
275
  container?: any;
285
- host?: any;
286
276
  blueprint?: any;
287
277
  colorSchemaType?: any;
288
278
  blueprintType?: any;
289
279
  colors?: any;
290
- hostContainer?: any;
291
280
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
292
281
  propsDefinition: Omit<Readonly<{
293
282
  container?: any;
294
- host?: any;
295
283
  blueprint?: any;
296
284
  colorSchemaType?: any;
297
285
  blueprintType?: any;
298
286
  colors?: any;
299
- hostContainer?: any;
300
287
  } & {
301
288
  block?: boolean;
302
289
  text?: string;
@@ -2,7 +2,7 @@
2
2
  * Styles for the CommandPalette component
3
3
  */
4
4
  import { ColorDefinition } from "../../velcron/core";
5
- import { ToggleVariants } from "@omnia/fx-models";
6
- export declare const ToggleStyles: {
7
- buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: ToggleVariants) => string;
5
+ import { ButtonGroupTypes } from "@omnia/fx-models";
6
+ export declare const ButtonGroupStyles: {
7
+ buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: ButtonGroupTypes) => string;
8
8
  };