@wg-npm/survey-creator 0.3.22843 → 0.3.22845

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.
@@ -3335,6 +3335,7 @@ var script$l = Vue.extend({
3335
3335
  },
3336
3336
  watch: {
3337
3337
  "editQuestion.options.maxRange": function () {
3338
+ debugger;
3338
3339
  if (!this.editQuestion.subQuestions &&
3339
3340
  this.editQuestion.options.sliderValue >
3340
3341
  this.editQuestion.options.maxRange) {
@@ -3397,11 +3398,11 @@ var __vue_staticRenderFns__$l = [];
3397
3398
  /* style */
3398
3399
  const __vue_inject_styles__$l = function (inject) {
3399
3400
  if (!inject) return
3400
- inject("data-v-89f8748a_0", { source: "[data-v-89f8748a] .ivu-form-item{width:100%}.btn-container[data-v-89f8748a]{padding-left:8px}.btn-container .icon[data-v-89f8748a]{display:flex;float:left;font-size:18px}.btn-container .label[data-v-89f8748a]{display:flex;float:left;align-items:center;font-weight:500;font-size:14px;line-height:22px}.btn-container .disabled[data-v-89f8748a]{color:#c5c8ce}.btn-container .enabled[data-v-89f8748a]{color:#1890ff;cursor:pointer}", map: undefined, media: undefined });
3401
+ inject("data-v-121090ab_0", { source: "[data-v-121090ab] .ivu-form-item{width:100%}.btn-container[data-v-121090ab]{padding-left:8px}.btn-container .icon[data-v-121090ab]{display:flex;float:left;font-size:18px}.btn-container .label[data-v-121090ab]{display:flex;float:left;align-items:center;font-weight:500;font-size:14px;line-height:22px}.btn-container .disabled[data-v-121090ab]{color:#c5c8ce}.btn-container .enabled[data-v-121090ab]{color:#1890ff;cursor:pointer}", map: undefined, media: undefined });
3401
3402
 
3402
3403
  };
3403
3404
  /* scoped */
3404
- const __vue_scope_id__$l = "data-v-89f8748a";
3405
+ const __vue_scope_id__$l = "data-v-121090ab";
3405
3406
  /* module identifier */
3406
3407
  const __vue_module_identifier__$l = undefined;
3407
3408
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-creator",
3
- "version": "0.3.22843",
3
+ "version": "0.3.22845",
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.22843",
16
- "@wg-npm/survey-service-api": "0.3.22843",
15
+ "@wg-npm/survey-core": "0.3.22845",
16
+ "@wg-npm/survey-service-api": "0.3.22845",
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.22843",
42
- "@wg-npm/survey-service-api": "0.3.22843",
41
+ "@wg-npm/survey-core": "0.3.22845",
42
+ "@wg-npm/survey-service-api": "0.3.22845",
43
43
  "acorn": "^7.3.1",
44
44
  "axios": "^0.19.2",
45
45
  "babelrc-rollup": "^3.0.0",
@@ -79,7 +79,7 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "5067ecd19674caff8177815ef24e97397d72c46c",
82
+ "gitHead": "1c4867b3db8d5c50091fc0e0df4845b4ffb3c66f",
83
83
  "rollup": {
84
84
  "external": [
85
85
  "vue",
@@ -364,6 +364,7 @@ export default Vue.extend({
364
364
  },
365
365
  watch: {
366
366
  "editQuestion.options.maxRange": function () {
367
+ debugger;
367
368
  if (
368
369
  !this.editQuestion.subQuestions &&
369
370
  this.editQuestion.options.sliderValue >