@omnia/tooling-vue 8.0.78-vnext → 8.0.79-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.
@@ -37,6 +37,7 @@ import wc9cbe10e4fe1a48929727942cea5f7338 from '../../../client/fx/ux/identitypi
37
37
  import wcec81357974804c539bff6c58a8785c22 from '../../../client/fx/ux/identitypicker/IdentityPicker';
38
38
  import wc5d74b2de65164761a3dce6a534b64bd1 from '../../../client/fx/ux/identitypicker/IdentityPickerDialog';
39
39
  import wc70593d481fa54e68be9f4fe41f0f5c92 from '../../../client/fx/ux/identitypicker/IdentityPickerButton';
40
+ import wc91919b3f54de42dab709575b8a9ca233 from '../../../client/fx/ux/inputlanguagepicker/InputLanguagePicker';
40
41
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from '../../../client/fx/ux/limited-label/LimitedLabel';
41
42
  import wcf365f5cb3a694c20be7b96423bbc3eca from '../../../client/fx/ux/magiclink/MagicLink';
42
43
  import wc744b3f31e00c4815b63ecaf638ad7a7a from '../../../client/fx/ux/markdown/MarkdownEditor';
@@ -286,6 +287,7 @@ declare global {
286
287
  "omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & VueComponentBaseProps;
287
288
  "omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & VueComponentBaseProps;
288
289
  "omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & VueComponentBaseProps;
290
+ "omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & VueComponentBaseProps;
289
291
  "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
290
292
  "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
291
293
  "omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & VueComponentBaseProps;
@@ -533,6 +535,7 @@ declare global {
533
535
  "identityPicker": typeof wcec81357974804c539bff6c58a8785c22 & VueComponentBaseProps;
534
536
  "identityPickerDialog": typeof wc5d74b2de65164761a3dce6a534b64bd1 & VueComponentBaseProps;
535
537
  "identityPickerButton": typeof wc70593d481fa54e68be9f4fe41f0f5c92 & VueComponentBaseProps;
538
+ "inputLanguagePicker": typeof wc91919b3f54de42dab709575b8a9ca233 & VueComponentBaseProps;
536
539
  "limitedLabel": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f & VueComponentBaseProps;
537
540
  "magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca & VueComponentBaseProps;
538
541
  "markdownEditor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a & 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.78-vnext",
4
+ "version": "8.0.79-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.78-vnext",
23
- "@omnia/tooling-composers": "8.0.78-vnext",
22
+ "@omnia/fx-models": "8.0.79-vnext",
23
+ "@omnia/tooling-composers": "8.0.79-vnext",
24
24
  "@types/mousetrap": "1.5.34",
25
25
  "@types/quill": "1.3.6",
26
26
  "@types/zepto": "1.0.29",