@wg-npm/survey-creator 0.3.7720 → 0.3.7724

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.
@@ -3463,9 +3463,10 @@ var script$b = Vue.extend({
3463
3463
  },
3464
3464
  },
3465
3465
  watch: {
3466
- "exprConditionType"() {
3467
- {
3468
- this.evaluationItems = [];
3466
+ "exprConditionType": {
3467
+ handler(newValue, oldValue) {
3468
+ debugger;
3469
+ this.evaluationItems[this.position].conditions = [];
3469
3470
  }
3470
3471
  },
3471
3472
  },
@@ -3555,11 +3556,11 @@ var __vue_staticRenderFns__$b = [];
3555
3556
  /* style */
3556
3557
  const __vue_inject_styles__$b = function (inject) {
3557
3558
  if (!inject) return
3558
- inject("data-v-cb7e5044_0", { source: ".mt-base[data-v-cb7e5044]{margin-top:12px}.action[data-v-cb7e5044]{float:right}.input[data-v-cb7e5044]{width:100px}.label[data-v-cb7e5044]{text-align:right;padding-right:4px}.text[data-v-cb7e5044]{background-color:#ebf7ff;height:32px;padding:8px 18px;font-weight:500;color:#515a6e}[data-v-cb7e5044] .ivu-card .ivu-form-item{margin-bottom:4px;margin-top:0}[data-v-cb7e5044] .ivu-card .ivu-form-item-error{margin-bottom:24px;margin-top:0}", map: undefined, media: undefined });
3559
+ inject("data-v-975e9c18_0", { source: ".mt-base[data-v-975e9c18]{margin-top:12px}.action[data-v-975e9c18]{float:right}.input[data-v-975e9c18]{width:100px}.label[data-v-975e9c18]{text-align:right;padding-right:4px}.text[data-v-975e9c18]{background-color:#ebf7ff;height:32px;padding:8px 18px;font-weight:500;color:#515a6e}[data-v-975e9c18] .ivu-card .ivu-form-item{margin-bottom:4px;margin-top:0}[data-v-975e9c18] .ivu-card .ivu-form-item-error{margin-bottom:24px;margin-top:0}", map: undefined, media: undefined });
3559
3560
 
3560
3561
  };
3561
3562
  /* scoped */
3562
- const __vue_scope_id__$b = "data-v-cb7e5044";
3563
+ const __vue_scope_id__$b = "data-v-975e9c18";
3563
3564
  /* module identifier */
3564
3565
  const __vue_module_identifier__$b = undefined;
3565
3566
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-creator",
3
- "version": "0.3.7720",
3
+ "version": "0.3.7724",
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.7720",
16
- "@wg-npm/survey-service-api": "0.3.7720",
15
+ "@wg-npm/survey-core": "0.3.7724",
16
+ "@wg-npm/survey-service-api": "0.3.7724",
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.7720",
42
- "@wg-npm/survey-service-api": "0.3.7720",
41
+ "@wg-npm/survey-core": "0.3.7724",
42
+ "@wg-npm/survey-service-api": "0.3.7724",
43
43
  "acorn": "^7.3.1",
44
44
  "axios": "^0.19.2",
45
45
  "babelrc-rollup": "^3.0.0",
@@ -146,11 +146,11 @@
146
146
  },
147
147
  },
148
148
  watch: {
149
- "exprConditionType"() {
150
- handler: {
151
- this.evaluationItems = [];
149
+ "exprConditionType": {
150
+ handler(newValue, oldValue) {
151
+ debugger
152
+ this.evaluationItems[this.position].conditions = [];
152
153
  }
153
- deep: true;
154
154
  },
155
155
  },
156
156
  data() {