@omnia/tooling-vue 8.0.158-dev → 8.0.159-dev
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.
|
@@ -394,7 +394,7 @@ import wca7db43482a3140998eca19b47d941126 from '../../../../client/fx/ux/velcron
|
|
|
394
394
|
import wcb2999683f82046d6ad05a3c13df8e577 from '../../../../client/fx/ux/velcron/components/contenteditorNew/VelcronContentEditor';
|
|
395
395
|
import wcb197c5e805cc4d6bb3d012e258560b31 from '../../../../client/fx/ux/velcron/components/definitionpicker/VelcronDefinitionPicker';
|
|
396
396
|
import wcdabd67ab338243858fe7d1ca24399995 from '../../../../client/fx/ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
|
397
|
-
import wc5688474abe554cabb34c696620eb6be1 from '../../../../client/fx/ux/velcron/renderer/
|
|
397
|
+
import wc5688474abe554cabb34c696620eb6be1 from '../../../../client/fx/ux/velcron/renderer/editors/PropertyEditorCreator';
|
|
398
398
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../../../client/fx/sp/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
|
399
399
|
import wcded30c240e6c4688955867472a8d0a02 from '../../../../client/fx/sp/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
|
400
400
|
import wc0fb3af1182d849fc89b04ed67949091e from '../../../../client/fx/sp/ux/filterengine/components/settings/ExtendedTaxonomyPropertyDefaultValueInput';
|
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.159-dev",
|
|
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.159-dev",
|
|
23
|
+
"@omnia/tooling-composers": "8.0.159-dev",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/quill": "1.3.6",
|
|
26
26
|
"@types/zepto": "1.0.29",
|