@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
@@ -6,12 +6,10 @@ declare const _default: {
6
6
  $data: {};
7
7
  $props: {
8
8
  container?: any;
9
- host?: any;
10
9
  blueprint?: any;
11
10
  colorSchemaType?: any;
12
11
  blueprintType?: any;
13
12
  colors?: any;
14
- hostContainer?: any;
15
13
  style?: unknown;
16
14
  class?: unknown;
17
15
  key?: string | number | symbol;
@@ -83,20 +81,16 @@ declare const _default: {
83
81
  colors?: any;
84
82
  blueprintType?: any;
85
83
  blueprint?: any;
86
- host?: any;
87
- hostContainer?: any;
88
84
  }>> & {
89
85
  onClick?: () => any;
90
86
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
91
87
  click: () => boolean;
92
88
  }, string, {
93
89
  container?: any;
94
- host?: any;
95
90
  blueprint?: any;
96
91
  colorSchemaType?: any;
97
92
  blueprintType?: any;
98
93
  colors?: any;
99
- hostContainer?: any;
100
94
  }, {}, string, {}> & {
101
95
  beforeCreate?: (() => void) | (() => void)[];
102
96
  created?: (() => void) | (() => void)[];
@@ -128,8 +122,6 @@ declare const _default: {
128
122
  colors?: any;
129
123
  blueprintType?: any;
130
124
  blueprint?: any;
131
- host?: any;
132
- hostContainer?: any;
133
125
  }>> & {
134
126
  onClick?: () => any;
135
127
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -147,29 +139,23 @@ declare const _default: {
147
139
  colors?: any;
148
140
  blueprintType?: any;
149
141
  blueprint?: any;
150
- host?: any;
151
- hostContainer?: any;
152
142
  }>> & {
153
143
  onClick?: () => any;
154
144
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
155
145
  click: () => boolean;
156
146
  }, string, {
157
147
  container?: any;
158
- host?: any;
159
148
  blueprint?: any;
160
149
  colorSchemaType?: any;
161
150
  blueprintType?: any;
162
151
  colors?: any;
163
- hostContainer?: any;
164
152
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
165
153
  propsDefinition: Omit<Readonly<{
166
154
  container?: any;
167
- host?: any;
168
155
  blueprint?: any;
169
156
  colorSchemaType?: any;
170
157
  blueprintType?: any;
171
158
  colors?: any;
172
- hostContainer?: any;
173
159
  } & {
174
160
  item?: LayoutItemRegistration;
175
161
  }>, "onClick"> & {
@@ -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;
@@ -1,9 +1,9 @@
1
- import { OIconSizes, BlockTitleIconSettings, BlockTitleSettings, TextAlignment } from "../../../../../models";
1
+ import { BlockTitleIconSettings, BlockTitleSettings, TextAlignment, IconSizes } from "../../../../../models";
2
2
  import { ITheming } from "../../../..";
3
3
  export declare const BlockTitleStyles: {
4
4
  safeGetSpacingPixels(value: any, spacing: any): string;
5
- getIconOffset(iconSize: OIconSizes): -10 | -15 | -25 | -30;
6
- getIconOffsetIconOnly(iconSize: OIconSizes): -5 | -15 | -17;
5
+ getIconOffset(iconSize: IconSizes): -10 | -15 | -25 | -30;
6
+ getIconOffsetIconOnly(iconSize: IconSizes): -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,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[];
@@ -59,13 +57,13 @@ declare const _default: {
59
57
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
58
  [key: string]: any;
61
59
  }>) => void)[];
60
+ readonly navigation?: boolean;
62
61
  readonly "v-slots"?: {
63
62
  default?: Func<[VNodeChild]>;
64
63
  } & {
65
64
  actionButtons?: Func<[VNodeChild]>;
66
65
  };
67
- readonly variant?: string;
68
- readonly navigation?: boolean;
66
+ readonly variant?: "default" | "admin";
69
67
  readonly closable?: boolean;
70
68
  readonly subTitle?: string;
71
69
  "onClick:navigation"?: () => any;
@@ -103,7 +101,7 @@ declare const _default: {
103
101
  type: import("vue").PropType<boolean>;
104
102
  };
105
103
  variant: {
106
- type: import("vue").PropType<string>;
104
+ type: import("vue").PropType<"default" | "admin">;
107
105
  };
108
106
  absolute: {
109
107
  type: import("vue").PropType<boolean>;
@@ -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)[];
@@ -175,7 +169,7 @@ declare const _default: {
175
169
  type: import("vue").PropType<boolean>;
176
170
  };
177
171
  variant: {
178
- type: import("vue").PropType<string>;
172
+ type: import("vue").PropType<"default" | "admin">;
179
173
  };
180
174
  absolute: {
181
175
  type: import("vue").PropType<boolean>;
@@ -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;
@@ -220,7 +212,7 @@ declare const _default: {
220
212
  type: import("vue").PropType<boolean>;
221
213
  };
222
214
  variant: {
223
- type: import("vue").PropType<string>;
215
+ type: import("vue").PropType<"default" | "admin">;
224
216
  };
225
217
  absolute: {
226
218
  type: import("vue").PropType<boolean>;
@@ -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,33 +237,29 @@ 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[];
268
254
  id?: string;
269
255
  absolute?: boolean;
256
+ navigation?: boolean;
270
257
  "v-slots"?: {
271
258
  default?: Func<[VNodeChild]>;
272
259
  } & {
273
260
  actionButtons?: Func<[VNodeChild]>;
274
261
  };
275
- variant?: string;
276
- navigation?: boolean;
262
+ variant?: "default" | "admin";
277
263
  closable?: boolean;
278
264
  subTitle?: string;
279
265
  }>, "onClick:navigation" | "onClick:close"> & {
@@ -1,5 +1,5 @@
1
1
  import { ButtonVariants } from "@omnia/fx-models";
2
2
  export declare const buttonStyles: {
3
3
  transparentWrapper: string;
4
- wrapper: (background: string, text: string, iconColor: string, variant: ButtonVariants) => string;
4
+ wrapper: (background: string, text: string, iconColor: string, variant: ButtonVariants, transparent: boolean) => string;
5
5
  };