@wg-npm/survey-creator 0.3.7724 → 0.3.7725

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