@wg-npm/survey-creator 0.3.7686 → 0.3.7687
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.
|
@@ -1809,7 +1809,6 @@ var script$t = Vue.extend({
|
|
|
1809
1809
|
watch: {
|
|
1810
1810
|
conditions: {
|
|
1811
1811
|
handler(val) {
|
|
1812
|
-
debugger;
|
|
1813
1812
|
this.initialDesc();
|
|
1814
1813
|
},
|
|
1815
1814
|
deep: true
|
|
@@ -1858,7 +1857,6 @@ var script$t = Vue.extend({
|
|
|
1858
1857
|
return chinese ? chinese.length : 0;
|
|
1859
1858
|
},
|
|
1860
1859
|
initialDesc() {
|
|
1861
|
-
debugger;
|
|
1862
1860
|
let desc = "";
|
|
1863
1861
|
let ds = _.map(this.conditions, (c) => {
|
|
1864
1862
|
return this.getDesc(c);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wg-npm/survey-creator",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7687",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"lint-fix": "eslint \"**/*.ts\" \"**/*.vue\" --fix --no-error-on-unmatched-pattern"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@wg-npm/survey-core": "0.3.
|
|
16
|
-
"@wg-npm/survey-service-api": "0.3.
|
|
15
|
+
"@wg-npm/survey-core": "0.3.7687",
|
|
16
|
+
"@wg-npm/survey-service-api": "0.3.7687",
|
|
17
17
|
"axios": "^0.19.2",
|
|
18
18
|
"camelcase": "^6.0.0",
|
|
19
19
|
"deepmerge": "^4.2.2",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@typescript-eslint/eslint-plugin": "^3.6.0",
|
|
39
39
|
"@typescript-eslint/parser": "^3.6.0",
|
|
40
40
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
41
|
-
"@wg-npm/survey-core": "0.3.
|
|
42
|
-
"@wg-npm/survey-service-api": "0.3.
|
|
41
|
+
"@wg-npm/survey-core": "0.3.7687",
|
|
42
|
+
"@wg-npm/survey-service-api": "0.3.7687",
|
|
43
43
|
"acorn": "^7.3.1",
|
|
44
44
|
"axios": "^0.19.2",
|
|
45
45
|
"babelrc-rollup": "^3.0.0",
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
watch: {
|
|
43
43
|
conditions: {
|
|
44
44
|
handler(val) {
|
|
45
|
-
debugger
|
|
46
45
|
this.initialDesc();
|
|
47
46
|
},
|
|
48
47
|
deep: true
|
|
@@ -107,7 +106,6 @@
|
|
|
107
106
|
return chinese ? chinese.length : 0;
|
|
108
107
|
},
|
|
109
108
|
initialDesc() {
|
|
110
|
-
debugger
|
|
111
109
|
let desc = "";
|
|
112
110
|
let ds = _.map(this.conditions, (c) => {
|
|
113
111
|
return this.getDesc(c);
|