@wg-npm/survey-response 0.5.155 → 0.5.157
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.
|
@@ -433,11 +433,11 @@ var __vue_staticRenderFns__$f = [];
|
|
|
433
433
|
/* style */
|
|
434
434
|
const __vue_inject_styles__$f = function (inject) {
|
|
435
435
|
if (!inject) return
|
|
436
|
-
inject("data-v-
|
|
436
|
+
inject("data-v-3976b9fb_0", { source: ".ivu-row-flex-start[data-v-3976b9fb]{align-items:center}.ivu-checkbox-group-item[data-v-3976b9fb]{display:flex;flex-direction:row}.choice-title[data-v-3976b9fb]{margin-left:8px;margin-right:8px}.choice-score[data-v-3976b9fb]{margin-right:8px}[data-v-3976b9fb] .ivu-checkbox-inner{margin-top:8px}.ivu-checkbox-wrapper[data-v-3976b9fb]{white-space:nowrap}", map: undefined, media: undefined });
|
|
437
437
|
|
|
438
438
|
};
|
|
439
439
|
/* scoped */
|
|
440
|
-
const __vue_scope_id__$f = "data-v-
|
|
440
|
+
const __vue_scope_id__$f = "data-v-3976b9fb";
|
|
441
441
|
/* module identifier */
|
|
442
442
|
const __vue_module_identifier__$f = undefined;
|
|
443
443
|
/* functional template */
|
|
@@ -671,11 +671,11 @@ var __vue_staticRenderFns__$d = [];
|
|
|
671
671
|
/* style */
|
|
672
672
|
const __vue_inject_styles__$d = function (inject) {
|
|
673
673
|
if (!inject) return
|
|
674
|
-
inject("data-v-
|
|
674
|
+
inject("data-v-eb1364b8_0", { source: ".ivu-row-flex-start[data-v-eb1364b8]{align-items:center}.ivu-radio-group-item[data-v-eb1364b8]{display:flex;flex-direction:row}.choice-title[data-v-eb1364b8]{margin-left:8px;margin-right:8px}[data-v-eb1364b8] .ivu-radio-inner{margin-top:8px}", map: undefined, media: undefined });
|
|
675
675
|
|
|
676
676
|
};
|
|
677
677
|
/* scoped */
|
|
678
|
-
const __vue_scope_id__$d = "data-v-
|
|
678
|
+
const __vue_scope_id__$d = "data-v-eb1364b8";
|
|
679
679
|
/* module identifier */
|
|
680
680
|
const __vue_module_identifier__$d = undefined;
|
|
681
681
|
/* functional template */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wg-npm/survey-response",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.157",
|
|
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.5.
|
|
16
|
-
"@wg-npm/survey-service-api": "0.5.
|
|
15
|
+
"@wg-npm/survey-core": "0.5.157",
|
|
16
|
+
"@wg-npm/survey-service-api": "0.5.157",
|
|
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.5.
|
|
38
|
-
"@wg-npm/survey-service-api": "0.5.
|
|
37
|
+
"@wg-npm/survey-core": "0.5.157",
|
|
38
|
+
"@wg-npm/survey-service-api": "0.5.157",
|
|
39
39
|
"acorn": "^7.3.1",
|
|
40
40
|
"axios": "^0.19.2",
|
|
41
41
|
"babelrc-rollup": "^3.0.0",
|
|
@@ -190,11 +190,12 @@ export default Vue.extend({
|
|
|
190
190
|
margin-right: 8px;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
+
|
|
193
194
|
.choice-score {
|
|
194
195
|
margin-right: 8px;
|
|
195
196
|
}
|
|
196
197
|
|
|
197
|
-
/deep/ .ivu-checkbox-
|
|
198
|
+
/deep/ .ivu-checkbox-inner {
|
|
198
199
|
margin-top: 8px;
|
|
199
200
|
}
|
|
200
201
|
|