@omnia/tooling-vue 8.0.38-vnext → 8.0.40-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.
@@ -94,13 +94,13 @@ import wc07d25314740f40058782f3123ea1c388 from '../../../client/fx/ux/oxide/btng
94
94
  import wcffc99f8d26ae4caf84ece7c13463b6c5 from '../../../client/fx/ux/oxide/card/Card';
95
95
  import wccd6b8d55c18546d4b1d8c4d9e1d89106 from '../../../client/fx/ux/oxide/checkbox/Checkbox';
96
96
  import wccdd8102dec85424da156ca516659956e from '../../../client/fx/ux/oxide/column/Column';
97
- import wc108c5357146f4af2bff4b79af299eb2f from '../../../client/fx/ux/oxide/componenthostprovider/ComponentHostProvider';
98
97
  import wc86e7df28b98d4594be5ab9a3f64dd0cc from '../../../client/fx/ux/oxide/datatable/DataTable';
99
98
  import wc2ae3cf98c95443a199d44705ad87d994 from '../../../client/fx/ux/oxide/dialog/Dialog';
100
99
  import wcd1a4678669114d9293f42409a1080756 from '../../../client/fx/ux/oxide/divider/Divider';
101
100
  import wc010e7f719bf647829ef6c999e22f86ca from '../../../client/fx/ux/oxide/draggable/Draggable';
102
101
  import wc1f535ab2cf154914a9bb104aa46d1e2a from '../../../client/fx/ux/oxide/expansionpanel/ExpansionPanels';
103
102
  import wc170e8b8212bd45f5b8009e0efb29d7a3 from '../../../client/fx/ux/oxide/expansionpanel/ExpansionPanel';
103
+ import wc108c5357146f4af2bff4b79af299eb2f from '../../../client/fx/ux/oxide/hostprovider/HostProvider';
104
104
  import wcde8b25f7e81a437d9ee6b104c28b1c25 from '../../../client/fx/ux/oxide/icon/Icon';
105
105
  import wc857e4f14f822494181c3c22fa95c88b7 from '../../../client/fx/ux/oxide/image/Image';
106
106
  import wc25d0a8d8f8ac4ff08c468027b5273882 from '../../../client/fx/ux/oxide/layout/Layout';
@@ -334,13 +334,13 @@ declare global {
334
334
  "o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
335
335
  "o-checkbox": typeof wccd6b8d55c18546d4b1d8c4d9e1d89106.propsDefinition & VueComponentBaseProps;
336
336
  "o-col": typeof wccdd8102dec85424da156ca516659956e.propsDefinition & VueComponentBaseProps;
337
- "o-component-host-provider": typeof wc108c5357146f4af2bff4b79af299eb2f.propsDefinition & VueComponentBaseProps;
338
337
  "o-data-table": typeof wc86e7df28b98d4594be5ab9a3f64dd0cc.propsDefinition & VueComponentBaseProps;
339
338
  "o-dialog": typeof wc2ae3cf98c95443a199d44705ad87d994.propsDefinition & VueComponentBaseProps;
340
339
  "o-divider": typeof wcd1a4678669114d9293f42409a1080756.propsDefinition & VueComponentBaseProps;
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/tooling-vue",
3
3
  "license": "MIT",
4
- "version": "8.0.38-vnext",
4
+ "version": "8.0.40-vnext",
5
5
  "description": "Used to bundle and serve manifests web component that build on Vue framework.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "author": "Precio Fishbone",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "8.0.38-vnext",
23
- "@omnia/tooling-composers": "8.0.38-vnext",
22
+ "@omnia/fx-models": "8.0.40-vnext",
23
+ "@omnia/tooling-composers": "8.0.40-vnext",
24
24
  "@types/mousetrap": "1.5.34",
25
25
  "@types/quill": "1.3.6",
26
26
  "@types/zepto": "1.0.29",