@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
  style?: unknown;
15
13
  class?: unknown;
16
14
  readonly name?: {
@@ -211,20 +209,16 @@ declare const _default: {
211
209
  colors?: any;
212
210
  blueprintType?: any;
213
211
  blueprint?: any;
214
- host?: any;
215
- hostContainer?: any;
216
212
  }>> & {
217
213
  "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
218
214
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
219
215
  "update:modelValue": (theme: ThemeDefinitionV2) => true;
220
216
  }, string, {
221
217
  container?: any;
222
- host?: any;
223
218
  blueprint?: any;
224
219
  colorSchemaType?: any;
225
220
  blueprintType?: any;
226
221
  colors?: any;
227
- hostContainer?: any;
228
222
  }, {}, string, {}> & {
229
223
  beforeCreate?: (() => void) | (() => void)[];
230
224
  created?: (() => void) | (() => void)[];
@@ -322,8 +316,6 @@ declare const _default: {
322
316
  colors?: any;
323
317
  blueprintType?: any;
324
318
  blueprint?: any;
325
- host?: any;
326
- hostContainer?: any;
327
319
  }>> & {
328
320
  "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
329
321
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -407,29 +399,23 @@ declare const _default: {
407
399
  colors?: any;
408
400
  blueprintType?: any;
409
401
  blueprint?: any;
410
- host?: any;
411
- hostContainer?: any;
412
402
  }>> & {
413
403
  "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
414
404
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
415
405
  "update:modelValue": (theme: ThemeDefinitionV2) => true;
416
406
  }, string, {
417
407
  container?: any;
418
- host?: any;
419
408
  blueprint?: any;
420
409
  colorSchemaType?: any;
421
410
  blueprintType?: any;
422
411
  colors?: any;
423
- hostContainer?: any;
424
412
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
425
413
  propsDefinition: Omit<Readonly<{
426
414
  container?: any;
427
- host?: any;
428
415
  blueprint?: any;
429
416
  colorSchemaType?: any;
430
417
  blueprintType?: any;
431
418
  colors?: any;
432
- hostContainer?: any;
433
419
  } & {
434
420
  name?: {
435
421
  [x: `onUpdate:${string}`]: {
@@ -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;
@@ -10,12 +10,10 @@ declare const _default: {
10
10
  $data: {};
11
11
  $props: {
12
12
  container?: any;
13
- host?: any;
14
13
  blueprint?: any;
15
14
  colorSchemaType?: any;
16
15
  blueprintType?: any;
17
16
  colors?: any;
18
- hostContainer?: any;
19
17
  style?: unknown;
20
18
  class?: unknown;
21
19
  key?: string | number | symbol;
@@ -81,20 +79,16 @@ declare const _default: {
81
79
  colors?: any;
82
80
  blueprintType?: any;
83
81
  blueprint?: any;
84
- host?: any;
85
- hostContainer?: any;
86
82
  }>> & {
87
83
  "onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
88
84
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
89
85
  "definition:selected": (ev: DefinitionSelectedEvent) => any;
90
86
  }, string, {
91
87
  container?: any;
92
- host?: any;
93
88
  blueprint?: any;
94
89
  colorSchemaType?: any;
95
90
  blueprintType?: any;
96
91
  colors?: any;
97
- hostContainer?: any;
98
92
  }, {}, string, {}> & {
99
93
  beforeCreate?: (() => void) | (() => void)[];
100
94
  created?: (() => void) | (() => void)[];
@@ -121,8 +115,6 @@ declare const _default: {
121
115
  colors?: any;
122
116
  blueprintType?: any;
123
117
  blueprint?: any;
124
- host?: any;
125
- hostContainer?: any;
126
118
  }>> & {
127
119
  "onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
128
120
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -135,29 +127,23 @@ declare const _default: {
135
127
  colors?: any;
136
128
  blueprintType?: any;
137
129
  blueprint?: any;
138
- host?: any;
139
- hostContainer?: any;
140
130
  }>> & {
141
131
  "onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
142
132
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
143
133
  "definition:selected": (ev: DefinitionSelectedEvent) => any;
144
134
  }, string, {
145
135
  container?: any;
146
- host?: any;
147
136
  blueprint?: any;
148
137
  colorSchemaType?: any;
149
138
  blueprintType?: any;
150
139
  colors?: any;
151
- hostContainer?: any;
152
140
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
153
141
  propsDefinition: Omit<Readonly<{
154
142
  container?: any;
155
- host?: any;
156
143
  blueprint?: any;
157
144
  colorSchemaType?: any;
158
145
  blueprintType?: any;
159
146
  colors?: any;
160
- hostContainer?: any;
161
147
  } & {}>, "onDefinition:selected"> & {
162
148
  "onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
163
149
  };
@@ -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;
@@ -76,20 +74,16 @@ declare const _default: {
76
74
  colors?: any;
77
75
  blueprintType?: any;
78
76
  blueprint?: any;
79
- host?: any;
80
- hostContainer?: any;
81
77
  }>> & {
82
78
  "onDefinition:selected"?: (id: Guid) => any;
83
79
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
84
80
  "definition:selected": (id: Guid) => any;
85
81
  }, string, {
86
82
  container?: any;
87
- host?: any;
88
83
  blueprint?: any;
89
84
  colorSchemaType?: any;
90
85
  blueprintType?: any;
91
86
  colors?: any;
92
- hostContainer?: any;
93
87
  }, {}, string, {}> & {
94
88
  beforeCreate?: (() => void) | (() => void)[];
95
89
  created?: (() => void) | (() => void)[];
@@ -116,8 +110,6 @@ declare const _default: {
116
110
  colors?: any;
117
111
  blueprintType?: any;
118
112
  blueprint?: any;
119
- host?: any;
120
- hostContainer?: any;
121
113
  }>> & {
122
114
  "onDefinition:selected"?: (id: Guid) => any;
123
115
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -130,29 +122,23 @@ declare const _default: {
130
122
  colors?: any;
131
123
  blueprintType?: any;
132
124
  blueprint?: any;
133
- host?: any;
134
- hostContainer?: any;
135
125
  }>> & {
136
126
  "onDefinition:selected"?: (id: Guid) => any;
137
127
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
138
128
  "definition:selected": (id: Guid) => any;
139
129
  }, string, {
140
130
  container?: any;
141
- host?: any;
142
131
  blueprint?: any;
143
132
  colorSchemaType?: any;
144
133
  blueprintType?: any;
145
134
  colors?: any;
146
- hostContainer?: any;
147
135
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
148
136
  propsDefinition: Omit<Readonly<{
149
137
  container?: any;
150
- host?: any;
151
138
  blueprint?: any;
152
139
  colorSchemaType?: any;
153
140
  blueprintType?: any;
154
141
  colors?: any;
155
- hostContainer?: any;
156
142
  } & {}>, "onDefinition:selected"> & {
157
143
  "onDefinition:selected"?: (id: Guid) => any;
158
144
  };
@@ -7,12 +7,10 @@ declare const _default: {
7
7
  $data: {};
8
8
  $props: {
9
9
  container?: any;
10
- host?: any;
11
10
  blueprint?: any;
12
11
  colorSchemaType?: any;
13
12
  blueprintType?: any;
14
13
  colors?: any;
15
- hostContainer?: any;
16
14
  style?: unknown;
17
15
  class?: unknown;
18
16
  key?: string | number | symbol;
@@ -87,8 +85,6 @@ declare const _default: {
87
85
  colors?: any;
88
86
  blueprintType?: any;
89
87
  blueprint?: any;
90
- host?: any;
91
- hostContainer?: any;
92
88
  "edit-mode": {
93
89
  type: import("vue").PropType<boolean>;
94
90
  };
@@ -125,12 +121,10 @@ declare const _default: {
125
121
  "state:updated": (state: DynamicState) => any;
126
122
  }, string, {
127
123
  container?: any;
128
- host?: any;
129
124
  blueprint?: any;
130
125
  colorSchemaType: any;
131
126
  blueprintType?: any;
132
127
  colors?: any;
133
- hostContainer?: any;
134
128
  }, {}, string, {}> & {
135
129
  beforeCreate?: (() => void) | (() => void)[];
136
130
  created?: (() => void) | (() => void)[];
@@ -157,8 +151,6 @@ declare const _default: {
157
151
  colors?: any;
158
152
  blueprintType?: any;
159
153
  blueprint?: any;
160
- host?: any;
161
- hostContainer?: any;
162
154
  "edit-mode": {
163
155
  type: import("vue").PropType<boolean>;
164
156
  };
@@ -201,8 +193,6 @@ declare const _default: {
201
193
  colors?: any;
202
194
  blueprintType?: any;
203
195
  blueprint?: any;
204
- host?: any;
205
- hostContainer?: any;
206
196
  "edit-mode": {
207
197
  type: import("vue").PropType<boolean>;
208
198
  };
@@ -239,22 +229,18 @@ declare const _default: {
239
229
  "state:updated": (state: DynamicState) => any;
240
230
  }, 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
  definition: VelcronAppDefinition<object>;
253
240
  blueprint?: any;
254
241
  colorSchemaType: any;
255
242
  blueprintType?: any;
256
243
  colors?: any;
257
- hostContainer?: any;
258
244
  } & {
259
245
  themeDefinition?: ThemeDefinitionV2;
260
246
  "theme-definition"?: ThemeDefinitionV2;
@@ -1,6 +1,6 @@
1
1
  import { VueComponentBaseProps } from "./ux/index";
2
2
  import wcf3d75940db51447dbf6719251f5465b0 from './console/components/Console';
3
- import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/MessageOverlay';
3
+ import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/SocketComponent';
4
4
  import wc8e3534c9960c46b090f442e563d71265 from './ux/alignmentpicker/AlignmentPicker';
5
5
  import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
6
6
  import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
@@ -91,10 +91,10 @@ import wc7fbf605e1ae24b21b0a9e35141aca17b from './ux/oxide/appbar/Appbar';
91
91
  import wc99abf48aa0214a7995d0579883a1612c from './ux/oxide/avatar/Avatar';
92
92
  import wc678a52a5101d41498d47754aeae5f9f6 from './ux/oxide/btn/Button';
93
93
  import wc07d25314740f40058782f3123ea1c388 from './ux/oxide/btngroup/ButtonGroup';
94
- import wcbeb97ee8f2a94d1b86980b1736f82e20 from './ux/oxide/btntoggle/ButtonToggle';
95
94
  import wcffc99f8d26ae4caf84ece7c13463b6c5 from './ux/oxide/card/Card';
96
95
  import wccd6b8d55c18546d4b1d8c4d9e1d89106 from './ux/oxide/checkbox/Checkbox';
97
96
  import wccdd8102dec85424da156ca516659956e from './ux/oxide/column/Column';
97
+ import wc108c5357146f4af2bff4b79af299eb2f from './ux/oxide/componenthostprovider/ComponentHostProvider';
98
98
  import wc86e7df28b98d4594be5ab9a3f64dd0cc from './ux/oxide/datatable/DataTable';
99
99
  import wc2ae3cf98c95443a199d44705ad87d994 from './ux/oxide/dialog/Dialog';
100
100
  import wcd1a4678669114d9293f42409a1080756 from './ux/oxide/divider/Divider';
@@ -240,7 +240,7 @@ declare global {
240
240
  }
241
241
  interface IntrinsicElements {
242
242
  "omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & VueComponentBaseProps;
243
- "omfx-dev-message": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
243
+ "omfx-dev-socket": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
244
244
  "omfx-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
245
245
  "omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
246
246
  "omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
@@ -331,10 +331,10 @@ declare global {
331
331
  "o-avatar": typeof wc99abf48aa0214a7995d0579883a1612c.propsDefinition & VueComponentBaseProps;
332
332
  "o-btn": typeof wc678a52a5101d41498d47754aeae5f9f6.propsDefinition & VueComponentBaseProps;
333
333
  "o-btn-group": typeof wc07d25314740f40058782f3123ea1c388.propsDefinition & VueComponentBaseProps;
334
- "o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
335
334
  "o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
336
335
  "o-checkbox": typeof wccd6b8d55c18546d4b1d8c4d9e1d89106.propsDefinition & VueComponentBaseProps;
337
336
  "o-col": typeof wccdd8102dec85424da156ca516659956e.propsDefinition & VueComponentBaseProps;
337
+ "o-component-host-provider": typeof wc108c5357146f4af2bff4b79af299eb2f.propsDefinition & VueComponentBaseProps;
338
338
  "o-data-table": typeof wc86e7df28b98d4594be5ab9a3f64dd0cc.propsDefinition & VueComponentBaseProps;
339
339
  "o-dialog": typeof wc2ae3cf98c95443a199d44705ad87d994.propsDefinition & VueComponentBaseProps;
340
340
  "o-divider": typeof wcd1a4678669114d9293f42409a1080756.propsDefinition & VueComponentBaseProps;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.37-vnext",
4
+ "version": "8.0.38-vnext",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.37-vnext",
23
+ "@omnia/fx-models": "8.0.38-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -1,238 +0,0 @@
1
- declare const _default: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: {
6
- container?: any;
7
- host?: any;
8
- blueprint?: any;
9
- colorSchemaType?: any;
10
- blueprintType?: any;
11
- colors?: any;
12
- hostContainer?: any;
13
- style?: unknown;
14
- class?: String | String[];
15
- key?: string | number | symbol;
16
- readonly mandatory?: boolean;
17
- ref?: import("vue").VNodeRef;
18
- ref_for?: boolean;
19
- ref_key?: string;
20
- onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
- [key: string]: any;
22
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
- [key: string]: any;
24
- }>) => void)[];
25
- onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
- [key: string]: any;
27
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
- [key: string]: any;
29
- }>) => void)[];
30
- onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
- [key: string]: any;
32
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
- [key: string]: any;
34
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
- [key: string]: any;
36
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
- [key: string]: any;
38
- }>) => void)[];
39
- onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
- [key: string]: any;
41
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
- [key: string]: any;
43
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
- [key: string]: any;
45
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
- [key: string]: any;
47
- }>) => void)[];
48
- onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
- [key: string]: any;
50
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
- [key: string]: any;
52
- }>) => void)[];
53
- onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
- [key: string]: any;
55
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
- [key: string]: any;
57
- }>) => void)[];
58
- readonly "onUpdate:modelValue"?: (value: any) => any;
59
- readonly "v-model"?: any;
60
- readonly modelValue?: any;
61
- readonly variant?: string;
62
- readonly toned?: boolean;
63
- };
64
- $attrs: {
65
- [x: string]: unknown;
66
- };
67
- $refs: {
68
- [x: string]: unknown;
69
- };
70
- $slots: Readonly<{
71
- [name: string]: import("vue").Slot<any>;
72
- }>;
73
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
74
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
75
- $emit: (event: string, ...args: any[]) => void;
76
- $el: any;
77
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
78
- variant: {
79
- type: import("vue").PropType<string>;
80
- };
81
- toned: {
82
- type: import("vue").PropType<boolean>;
83
- } & {
84
- type: import("vue").PropType<boolean>;
85
- };
86
- mandatory: {
87
- type: import("vue").PropType<boolean>;
88
- };
89
- "onUpdate:modelValue": {
90
- type: import("vue").PropType<(value: any) => any>;
91
- };
92
- "v-model": {
93
- type: import("vue").PropType<any>;
94
- required: false;
95
- };
96
- modelValue: {
97
- type: import("vue").PropType<any>;
98
- required: false;
99
- };
100
- class: {
101
- type: import("vue").PropType<String | String[]>;
102
- required: boolean;
103
- };
104
- colorSchemaType?: any;
105
- container?: any;
106
- colors?: any;
107
- blueprintType?: any;
108
- blueprint?: any;
109
- host?: any;
110
- hostContainer?: any;
111
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
112
- container?: any;
113
- host?: any;
114
- blueprint?: any;
115
- colorSchemaType?: any;
116
- blueprintType?: any;
117
- colors?: any;
118
- hostContainer?: any;
119
- }, {}, string, {}> & {
120
- beforeCreate?: (() => void) | (() => void)[];
121
- created?: (() => void) | (() => void)[];
122
- beforeMount?: (() => void) | (() => void)[];
123
- mounted?: (() => void) | (() => void)[];
124
- beforeUpdate?: (() => void) | (() => void)[];
125
- updated?: (() => void) | (() => void)[];
126
- activated?: (() => void) | (() => void)[];
127
- deactivated?: (() => void) | (() => void)[];
128
- beforeDestroy?: (() => void) | (() => void)[];
129
- beforeUnmount?: (() => void) | (() => void)[];
130
- destroyed?: (() => void) | (() => void)[];
131
- unmounted?: (() => void) | (() => void)[];
132
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
133
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
134
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
135
- };
136
- $forceUpdate: () => void;
137
- $nextTick: typeof import("vue").nextTick;
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;
139
- } & Readonly<import("vue").ExtractPropTypes<{
140
- variant: {
141
- type: import("vue").PropType<string>;
142
- };
143
- toned: {
144
- type: import("vue").PropType<boolean>;
145
- } & {
146
- type: import("vue").PropType<boolean>;
147
- };
148
- mandatory: {
149
- type: import("vue").PropType<boolean>;
150
- };
151
- "onUpdate:modelValue": {
152
- type: import("vue").PropType<(value: any) => any>;
153
- };
154
- "v-model": {
155
- type: import("vue").PropType<any>;
156
- required: false;
157
- };
158
- modelValue: {
159
- type: import("vue").PropType<any>;
160
- required: false;
161
- };
162
- class: {
163
- type: import("vue").PropType<String | String[]>;
164
- required: boolean;
165
- };
166
- colorSchemaType?: any;
167
- container?: any;
168
- colors?: any;
169
- blueprintType?: any;
170
- blueprint?: any;
171
- host?: any;
172
- hostContainer?: any;
173
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
174
- __isFragment?: never;
175
- __isTeleport?: never;
176
- __isSuspense?: never;
177
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
178
- variant: {
179
- type: import("vue").PropType<string>;
180
- };
181
- toned: {
182
- type: import("vue").PropType<boolean>;
183
- } & {
184
- type: import("vue").PropType<boolean>;
185
- };
186
- mandatory: {
187
- type: import("vue").PropType<boolean>;
188
- };
189
- "onUpdate:modelValue": {
190
- type: import("vue").PropType<(value: any) => any>;
191
- };
192
- "v-model": {
193
- type: import("vue").PropType<any>;
194
- required: false;
195
- };
196
- modelValue: {
197
- type: import("vue").PropType<any>;
198
- required: false;
199
- };
200
- class: {
201
- type: import("vue").PropType<String | String[]>;
202
- required: boolean;
203
- };
204
- colorSchemaType?: any;
205
- container?: any;
206
- colors?: any;
207
- blueprintType?: any;
208
- blueprint?: any;
209
- host?: any;
210
- hostContainer?: any;
211
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
212
- container?: any;
213
- host?: any;
214
- blueprint?: any;
215
- colorSchemaType?: any;
216
- blueprintType?: any;
217
- colors?: any;
218
- hostContainer?: any;
219
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
220
- propsDefinition: Omit<Readonly<{
221
- container?: any;
222
- host?: any;
223
- blueprint?: any;
224
- colorSchemaType?: any;
225
- blueprintType?: any;
226
- colors?: any;
227
- hostContainer?: any;
228
- } & {
229
- class?: String | String[];
230
- mandatory?: boolean;
231
- "onUpdate:modelValue"?: (value: any) => any;
232
- "v-model"?: any;
233
- modelValue?: any;
234
- variant?: string;
235
- toned?: boolean;
236
- }>, never>;
237
- };
238
- export default _default;
@@ -1 +0,0 @@
1
- export declare const ExampleComponents: import("@omnia/fx/ux").ComponentSpec;
@@ -1 +0,0 @@
1
- export declare const spec: import("@omnia/fx/ux").ComponentSpec;