@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
  readonly name?: {
@@ -216,20 +214,16 @@ declare const _default: {
216
214
  colors?: any;
217
215
  blueprintType?: any;
218
216
  blueprint?: any;
219
- host?: any;
220
- hostContainer?: any;
221
217
  }>> & {
222
218
  "onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
223
219
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
224
220
  "update:modelValue": (colorSchema: ColorSchema) => any;
225
221
  }, string, {
226
222
  container?: any;
227
- host?: any;
228
223
  blueprint?: any;
229
224
  colorSchemaType?: any;
230
225
  blueprintType?: any;
231
226
  colors?: any;
232
- hostContainer?: any;
233
227
  }, {}, string, {}> & {
234
228
  beforeCreate?: (() => void) | (() => void)[];
235
229
  created?: (() => void) | (() => void)[];
@@ -327,8 +321,6 @@ declare const _default: {
327
321
  colors?: any;
328
322
  blueprintType?: any;
329
323
  blueprint?: any;
330
- host?: any;
331
- hostContainer?: any;
332
324
  }>> & {
333
325
  "onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
334
326
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -412,29 +404,23 @@ declare const _default: {
412
404
  colors?: any;
413
405
  blueprintType?: any;
414
406
  blueprint?: any;
415
- host?: any;
416
- hostContainer?: any;
417
407
  }>> & {
418
408
  "onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
419
409
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
420
410
  "update:modelValue": (colorSchema: ColorSchema) => any;
421
411
  }, string, {
422
412
  container?: any;
423
- host?: any;
424
413
  blueprint?: any;
425
414
  colorSchemaType?: any;
426
415
  blueprintType?: any;
427
416
  colors?: any;
428
- hostContainer?: any;
429
417
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
430
418
  propsDefinition: Omit<Readonly<{
431
419
  container?: any;
432
- host?: any;
433
420
  blueprint?: any;
434
421
  colorSchemaType?: any;
435
422
  blueprintType?: any;
436
423
  colors?: any;
437
- hostContainer?: any;
438
424
  } & {
439
425
  name?: {
440
426
  [x: `onUpdate:${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
  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,7 +91,6 @@ 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';
@@ -101,6 +100,7 @@ import wcd1a4678669114d9293f42409a1080756 from './ux/oxide/divider/Divider';
101
100
  import wc010e7f719bf647829ef6c999e22f86ca from './ux/oxide/draggable/Draggable';
102
101
  import wc1f535ab2cf154914a9bb104aa46d1e2a from './ux/oxide/expansionpanel/ExpansionPanels';
103
102
  import wc170e8b8212bd45f5b8009e0efb29d7a3 from './ux/oxide/expansionpanel/ExpansionPanel';
103
+ import wc108c5357146f4af2bff4b79af299eb2f from './ux/oxide/hostprovider/HostProvider';
104
104
  import wcde8b25f7e81a437d9ee6b104c28b1c25 from './ux/oxide/icon/Icon';
105
105
  import wc857e4f14f822494181c3c22fa95c88b7 from './ux/oxide/image/Image';
106
106
  import wc25d0a8d8f8ac4ff08c468027b5273882 from './ux/oxide/layout/Layout';
@@ -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,7 +331,6 @@ 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;
@@ -341,6 +340,7 @@ declare global {
341
340
  "o-draggable": typeof wc010e7f719bf647829ef6c999e22f86ca.propsDefinition & VueComponentBaseProps;
342
341
  "o-expansion-panels": typeof wc1f535ab2cf154914a9bb104aa46d1e2a.propsDefinition & VueComponentBaseProps;
343
342
  "o-expansion-panel": typeof wc170e8b8212bd45f5b8009e0efb29d7a3.propsDefinition & VueComponentBaseProps;
343
+ "o-host-provider": typeof wc108c5357146f4af2bff4b79af299eb2f.propsDefinition & VueComponentBaseProps;
344
344
  "o-icon": typeof wcde8b25f7e81a437d9ee6b104c28b1c25.propsDefinition & VueComponentBaseProps;
345
345
  "o-img": typeof wc857e4f14f822494181c3c22fa95c88b7.propsDefinition & VueComponentBaseProps;
346
346
  "o-layout": typeof wc25d0a8d8f8ac4ff08c468027b5273882.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.39-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.39-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -1,92 +0,0 @@
1
- import "./MessageOverlay.css";
2
- declare const _default: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: {
7
- style?: unknown;
8
- class?: unknown;
9
- key?: string | number | symbol;
10
- ref?: import("vue").VNodeRef;
11
- ref_for?: boolean;
12
- ref_key?: string;
13
- onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
- [key: string]: any;
15
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
- [key: string]: any;
17
- }>) => void)[];
18
- onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
- [key: string]: any;
20
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
- [key: string]: any;
22
- }>) => void)[];
23
- onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
- [key: string]: any;
25
- }>, oldVNode: 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
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
- [key: string]: any;
31
- }>) => void)[];
32
- onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
- [key: string]: any;
34
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
- [key: string]: any;
36
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
- [key: string]: any;
38
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
- [key: string]: any;
40
- }>) => void)[];
41
- onVnodeBeforeUnmount?: ((vnode: 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
- }>) => void)[];
46
- onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
- [key: string]: any;
48
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
- [key: string]: any;
50
- }>) => void)[];
51
- };
52
- $attrs: {
53
- [x: string]: unknown;
54
- };
55
- $refs: {
56
- [x: string]: unknown;
57
- };
58
- $slots: Readonly<{
59
- [name: string]: import("vue").Slot<any>;
60
- }>;
61
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
62
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
63
- $emit: (event: string, ...args: any[]) => void;
64
- $el: any;
65
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
66
- beforeCreate?: (() => void) | (() => void)[];
67
- created?: (() => void) | (() => void)[];
68
- beforeMount?: (() => void) | (() => void)[];
69
- mounted?: (() => void) | (() => void)[];
70
- beforeUpdate?: (() => void) | (() => void)[];
71
- updated?: (() => void) | (() => void)[];
72
- activated?: (() => void) | (() => void)[];
73
- deactivated?: (() => void) | (() => void)[];
74
- beforeDestroy?: (() => void) | (() => void)[];
75
- beforeUnmount?: (() => void) | (() => void)[];
76
- destroyed?: (() => void) | (() => void)[];
77
- unmounted?: (() => void) | (() => void)[];
78
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
79
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
80
- 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)[];
81
- };
82
- $forceUpdate: () => void;
83
- $nextTick: typeof import("vue").nextTick;
84
- $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;
85
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
86
- __isFragment?: never;
87
- __isTeleport?: never;
88
- __isSuspense?: never;
89
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
90
- propsDefinition: Omit<Readonly<{} & {}>, never>;
91
- };
92
- 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;