@omnia/tooling-vue 8.0.75-vnext → 8.0.76-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.
@@ -63,6 +63,7 @@ import wcbc3b9409639d45829a6e58a4295bc470 from '../../../client/fx/ux/signin/omn
63
63
  import wcf297290b5ea4409a9738ca880f1ea612 from '../../../client/fx/ux/signout/SignOut';
64
64
  import wc564bced7081c496483e8df717f600ff3 from '../../../client/fx/ux/spacingpicker/SpacingPicker3';
65
65
  import wccb83d46eaaed44d4920d4d5da21bc488 from '../../../client/fx/ux/statusmessageoverlay/StatusMessageOverlay';
66
+ import wcf13af715395f4e4586306b5372478aaf from '../../../client/fx/ux/urlinput/UrlInput';
66
67
  import wc21a1f20b3d404602853049c1c8b8da2f from '../../../client/fx/ux/userpresence/UserPresence';
67
68
  import wc30289e2b58ff48b0aabb3cb3732c3038 from '../../../client/fx/ux/usertypelayout/UserTypeLayoutRenderer';
68
69
  import wc5b26d2a399c041f3beae9c1115d6e8d8 from '../../../client/fx/ux/usertypelayout/UserTypeLayoutBladeBuilder';
@@ -311,6 +312,7 @@ declare global {
311
312
  "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
312
313
  "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
313
314
  "omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
315
+ "omfx-url-input": typeof wcf13af715395f4e4586306b5372478aaf.propsDefinition & VueComponentBaseProps;
314
316
  "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
315
317
  "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
316
318
  "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.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.75-vnext",
4
+ "version": "8.0.76-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.75-vnext",
23
- "@omnia/tooling-composers": "8.0.75-vnext",
22
+ "@omnia/fx-models": "8.0.76-vnext",
23
+ "@omnia/tooling-composers": "8.0.76-vnext",
24
24
  "@types/mousetrap": "1.5.34",
25
25
  "@types/quill": "1.3.6",
26
26
  "@types/zepto": "1.0.29",