@wg-npm/survey-response 0.3.47 → 0.3.377-8.develop

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.
@@ -1219,19 +1219,19 @@ var script$2 = Vue.extend({
1219
1219
  Card,
1220
1220
  Icon,
1221
1221
  STAR: Star,
1222
- EXPR: Expr
1222
+ EXPR: Expr,
1223
1223
  },
1224
1224
  mixins: [LocaleMixin],
1225
1225
  inject: ["$rootComponent"],
1226
1226
  props: {
1227
1227
  question: {
1228
1228
  type: Object,
1229
- required: true
1229
+ required: true,
1230
1230
  },
1231
1231
  answer: {
1232
1232
  type: Object,
1233
- required: true
1234
- }
1233
+ required: true,
1234
+ },
1235
1235
  },
1236
1236
  methods: {
1237
1237
  iconType(id) {
@@ -1243,8 +1243,8 @@ var script$2 = Vue.extend({
1243
1243
  return this.answer.answer == id
1244
1244
  ? "evaluation-cards evaluation-cards-current"
1245
1245
  : "evaluation-cards";
1246
- }
1247
- }
1246
+ },
1247
+ },
1248
1248
  });
1249
1249
 
1250
1250
  /* script */
@@ -1257,11 +1257,11 @@ var __vue_staticRenderFns__$2 = [];
1257
1257
  /* style */
1258
1258
  const __vue_inject_styles__$2 = function (inject) {
1259
1259
  if (!inject) return
1260
- inject("data-v-3cf97b80_0", { source: ".card-text[data-v-3cf97b80]{width:100%}", map: undefined, media: undefined });
1260
+ inject("data-v-71844af4_0", { source: ".card-text[data-v-71844af4]{width:100%}", map: undefined, media: undefined });
1261
1261
 
1262
1262
  };
1263
1263
  /* scoped */
1264
- const __vue_scope_id__$2 = "data-v-3cf97b80";
1264
+ const __vue_scope_id__$2 = "data-v-71844af4";
1265
1265
  /* module identifier */
1266
1266
  const __vue_module_identifier__$2 = undefined;
1267
1267
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-response",
3
- "version": "0.3.47",
3
+ "version": "0.3.3778.develop",
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.47",
16
- "@wg-npm/survey-service-api": "0.3.47",
15
+ "@wg-npm/survey-core": "0.3.3778.develop",
16
+ "@wg-npm/survey-service-api": "0.3.3778.develop",
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.47",
38
- "@wg-npm/survey-service-api": "0.3.47",
37
+ "@wg-npm/survey-core": "0.3.3778.develop",
38
+ "@wg-npm/survey-service-api": "0.3.3778.develop",
39
39
  "acorn": "^7.3.1",
40
40
  "axios": "^0.19.2",
41
41
  "babelrc-rollup": "^3.0.0",
@@ -51,19 +51,19 @@ export default Vue.extend({
51
51
  Card,
52
52
  Icon,
53
53
  STAR: Star,
54
- EXPR: Expr
54
+ EXPR: Expr,
55
55
  },
56
56
  mixins: [LocaleMixin],
57
57
  inject: ["$rootComponent"],
58
58
  props: {
59
59
  question: {
60
60
  type: Object as () => QuestionEvaluationModel,
61
- required: true
61
+ required: true,
62
62
  },
63
63
  answer: {
64
64
  type: Object,
65
- required: true
66
- }
65
+ required: true,
66
+ },
67
67
  },
68
68
  methods: {
69
69
  iconType(id) {
@@ -75,13 +75,13 @@ export default Vue.extend({
75
75
  return this.answer.answer == id
76
76
  ? "evaluation-cards evaluation-cards-current"
77
77
  : "evaluation-cards";
78
- }
79
- }
78
+ },
79
+ },
80
80
  });
81
81
  </script>
82
82
 
83
83
  <style lang="less" scoped>
84
- .card-text {
85
- width: 100%;
86
- }
84
+ .card-text {
85
+ width: 100%;
86
+ }
87
87
  </style>