@omnia/tooling-vue 8.0.61-vnext → 8.0.63-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.
package/internal-do-not-import-from-here/bb000000-0000-bbbb-0000-0000000000bb.wctypings.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ import wc744b3f31e00c4815b63ecaf638ad7a7a from '../../../client/fx/ux/markdown/M
|
|
|
43
43
|
import wcc8b990d01ddc45ab930b4409fc406435 from '../../../client/fx/ux/markdown/MarkdownRenderer';
|
|
44
44
|
import wc2e8004b49c8d44dd8edb56ce884c2b57 from '../../../client/fx/ux/monaco/MonacoEditor';
|
|
45
45
|
import wc7f06e68f94904b48b827b23acd148bec from '../../../client/fx/ux/optionpicker/OptionPicker';
|
|
46
|
+
import wcfb67bd4d1cc24073ab123c822d78ea17 from '../../../client/fx/ux/permissioninput/PermissionInput';
|
|
46
47
|
import wc1a58948a606a42078da3fb919cc4f7e6 from '../../../client/fx/ux/presetupwizard/PreSetupWizard';
|
|
47
48
|
import wc6d1d84cb210643c59ca8437fc36c75a1 from '../../../client/fx/ux/profilecard/ProfileCardRenderer';
|
|
48
49
|
import wc091ee9b103234b26a5e2bd5f992b2582 from '../../../client/fx/ux/properties/property-picker/PropertyPicker';
|
|
@@ -290,6 +291,7 @@ declare global {
|
|
|
290
291
|
"omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & VueComponentBaseProps;
|
|
291
292
|
"monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
|
|
292
293
|
"omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
|
|
294
|
+
"omfx-permission-input": typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & VueComponentBaseProps;
|
|
293
295
|
"omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
|
|
294
296
|
"omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
|
|
295
297
|
"omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.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.
|
|
4
|
+
"version": "8.0.63-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.
|
|
23
|
-
"@omnia/tooling-composers": "8.0.
|
|
22
|
+
"@omnia/fx-models": "8.0.63-vnext",
|
|
23
|
+
"@omnia/tooling-composers": "8.0.63-vnext",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/quill": "1.3.6",
|
|
26
26
|
"@types/zepto": "1.0.29",
|