@wg-npm/survey-creator 0.3.7684 → 0.3.7686

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,6 +1809,7 @@ var script$t = Vue.extend({
1809
1809
  watch: {
1810
1810
  conditions: {
1811
1811
  handler(val) {
1812
+ debugger;
1812
1813
  this.initialDesc();
1813
1814
  },
1814
1815
  deep: true
@@ -1857,6 +1858,7 @@ var script$t = Vue.extend({
1857
1858
  return chinese ? chinese.length : 0;
1858
1859
  },
1859
1860
  initialDesc() {
1861
+ debugger;
1860
1862
  let desc = "";
1861
1863
  let ds = _.map(this.conditions, (c) => {
1862
1864
  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.7684",
3
+ "version": "0.3.7686",
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.7684",
16
- "@wg-npm/survey-service-api": "0.3.7684",
15
+ "@wg-npm/survey-core": "0.3.7686",
16
+ "@wg-npm/survey-service-api": "0.3.7686",
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.7684",
42
- "@wg-npm/survey-service-api": "0.3.7684",
41
+ "@wg-npm/survey-core": "0.3.7686",
42
+ "@wg-npm/survey-service-api": "0.3.7686",
43
43
  "acorn": "^7.3.1",
44
44
  "axios": "^0.19.2",
45
45
  "babelrc-rollup": "^3.0.0",
@@ -42,6 +42,7 @@
42
42
  watch: {
43
43
  conditions: {
44
44
  handler(val) {
45
+ debugger
45
46
  this.initialDesc();
46
47
  },
47
48
  deep: true
@@ -106,6 +107,7 @@
106
107
  return chinese ? chinese.length : 0;
107
108
  },
108
109
  initialDesc() {
110
+ debugger
109
111
  let desc = "";
110
112
  let ds = _.map(this.conditions, (c) => {
111
113
  return this.getDesc(c);