@wg-npm/survey-response 0.3.4126 → 0.3.4143

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.
@@ -1036,8 +1036,8 @@ var script$5 = Vue.extend({
1036
1036
  if (condition.type == "SCORE") {
1037
1037
  return this.t("survey_creator.question.evaluation.condition.score_template", [
1038
1038
  payload.minScore,
1039
- _.unescape(payload.leftOperator),
1040
- _.unescape(payload.rightOperator),
1039
+ payload.leftOperator,
1040
+ payload.rightOperator,
1041
1041
  payload.maxScore,
1042
1042
  ]);
1043
1043
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-response",
3
- "version": "0.3.4126",
3
+ "version": "0.3.4143",
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.4126",
16
- "@wg-npm/survey-service-api": "0.3.4126",
15
+ "@wg-npm/survey-core": "0.3.4143",
16
+ "@wg-npm/survey-service-api": "0.3.4143",
17
17
  "axios": "^0.19.2",
18
18
  "deepmerge": "^4.2.2",
19
19
  "lodash": "^4.17.15",
@@ -34,8 +34,8 @@
34
34
  "@typescript-eslint/parser": "^3.6.0",
35
35
  "@vue/eslint-config-prettier": "^6.0.0",
36
36
  "@vue/eslint-config-typescript": "^5.0.2",
37
- "@wg-npm/survey-core": "0.3.4126",
38
- "@wg-npm/survey-service-api": "0.3.4126",
37
+ "@wg-npm/survey-core": "0.3.4143",
38
+ "@wg-npm/survey-service-api": "0.3.4143",
39
39
  "acorn": "^7.3.1",
40
40
  "axios": "^0.19.2",
41
41
  "babelrc-rollup": "^3.0.0",
@@ -47,8 +47,8 @@ export default Vue.extend({
47
47
  "survey_creator.question.evaluation.condition.score_template",
48
48
  [
49
49
  payload.minScore,
50
- _.unescape(payload.leftOperator),
51
- _.unescape(payload.rightOperator),
50
+ payload.leftOperator,
51
+ payload.rightOperator,
52
52
  payload.maxScore,
53
53
  ]
54
54
  );