@wg-npm/survey-response 0.5.154 → 0.5.155
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-446f39c4_0", { source: ".ivu-row-flex-start[data-v-446f39c4]{align-items:center}.ivu-checkbox-group-item[data-v-446f39c4]{display:flex;flex-direction:row}.choice-title[data-v-446f39c4]{margin-left:8px;margin-right:8px}.choice-score[data-v-446f39c4]{margin-right:8px}[data-v-446f39c4] .ivu-checkbox-disabled .ivu-checkbox-inner{margin-top:8px}.ivu-checkbox-wrapper[data-v-446f39c4]{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-446f39c4";
|
|
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-380efea3_0", { source: ".ivu-row-flex-start[data-v-380efea3]{align-items:center}.ivu-radio-group-item[data-v-380efea3]{display:flex;flex-direction:row}.choice-title[data-v-380efea3]{margin-left:8px;margin-right:8px}[data-v-380efea3] .ivu-radio-disabled .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-380efea3";
|
|
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.155",
|
|
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.155",
|
|
16
|
+
"@wg-npm/survey-service-api": "0.5.155",
|
|
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.155",
|
|
38
|
+
"@wg-npm/survey-service-api": "0.5.155",
|
|
39
39
|
"acorn": "^7.3.1",
|
|
40
40
|
"axios": "^0.19.2",
|
|
41
41
|
"babelrc-rollup": "^3.0.0",
|
|
@@ -183,7 +183,6 @@ export default Vue.extend({
|
|
|
183
183
|
.ivu-checkbox-group-item {
|
|
184
184
|
display: flex;
|
|
185
185
|
flex-direction: row;
|
|
186
|
-
align-items: center;
|
|
187
186
|
}
|
|
188
187
|
|
|
189
188
|
.choice-title {
|
|
@@ -194,4 +193,12 @@ export default Vue.extend({
|
|
|
194
193
|
.choice-score {
|
|
195
194
|
margin-right: 8px;
|
|
196
195
|
}
|
|
196
|
+
|
|
197
|
+
/deep/ .ivu-checkbox-disabled .ivu-checkbox-inner {
|
|
198
|
+
margin-top: 8px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.ivu-checkbox-wrapper{
|
|
202
|
+
white-space: nowrap;
|
|
203
|
+
}
|
|
197
204
|
</style>
|
|
@@ -184,11 +184,14 @@ export default Vue.extend({
|
|
|
184
184
|
.ivu-radio-group-item {
|
|
185
185
|
display: flex;
|
|
186
186
|
flex-direction: row;
|
|
187
|
-
align-items: center;
|
|
188
187
|
}
|
|
189
188
|
|
|
190
189
|
.choice-title {
|
|
191
190
|
margin-left: 8px;
|
|
192
191
|
margin-right: 8px;
|
|
193
192
|
}
|
|
193
|
+
|
|
194
|
+
/deep/ .ivu-radio-disabled .ivu-radio-inner{
|
|
195
|
+
margin-top: 8px;
|
|
196
|
+
}
|
|
194
197
|
</style>
|