@wg-npm/survey-response 0.5.719 → 0.5.720

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.
@@ -17198,7 +17198,7 @@ const __vue_script__$e = script$e;
17198
17198
  var __vue_render__$e = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('FormItem',{attrs:{"prop":_vm.answerProp,"rules":{
17199
17199
  required: _vm.question.options.required,
17200
17200
  message: _vm.t('survey_response.question.question_required'),
17201
- }}},[_c('quill-rich-text',{attrs:{"disabled":_vm.question.options.readonly,"placeholder":_vm.placeholder,"maxlength":_vm.question.options.wordLimit,"video-screen-shot-button-name":_vm.t(
17201
+ }}},[_c('quill-rich-text',{attrs:{"disabled":_vm.readonly || _vm.question.options.readonly,"placeholder":_vm.placeholder,"maxlength":_vm.question.options.wordLimit,"video-screen-shot-button-name":_vm.t(
17202
17202
  'survey_response.common.tips.get_screen_shot_name',
17203
17203
  _vm.$rootComponent.currentLanguage
17204
17204
  ),"upload-image-exceed-limit":_vm.t(
@@ -17213,11 +17213,11 @@ var __vue_staticRenderFns__$e = [];
17213
17213
  /* style */
17214
17214
  const __vue_inject_styles__$e = function (inject) {
17215
17215
  if (!inject) return
17216
- inject("data-v-3bf50b80_0", { source: ".processed-answer[data-v-3bf50b80]{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc;width:100%;min-height:94px;border:1px solid #dcdee2;border-radius:4px;padding:4px 8px;line-height:1.5}", map: undefined, media: undefined });
17216
+ inject("data-v-100517c2_0", { source: ".processed-answer[data-v-100517c2]{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc;width:100%;min-height:94px;border:1px solid #dcdee2;border-radius:4px;padding:4px 8px;line-height:1.5}", map: undefined, media: undefined });
17217
17217
 
17218
17218
  };
17219
17219
  /* scoped */
17220
- const __vue_scope_id__$e = "data-v-3bf50b80";
17220
+ const __vue_scope_id__$e = "data-v-100517c2";
17221
17221
  /* module identifier */
17222
17222
  const __vue_module_identifier__$e = undefined;
17223
17223
  /* functional template */
@@ -17713,7 +17713,7 @@ const __vue_script__$a = script$a;
17713
17713
  var __vue_render__$a = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('FormItem',{attrs:{"prop":_vm.answerProp,"rules":{
17714
17714
  required: _vm.question.options.required,
17715
17715
  message: _vm.t('survey_response.question.question_required'),
17716
- }}},[_c('quill-rich-text',{attrs:{"placeholder":_vm.placeholder,"disabled":_vm.question.options.readonly,"video-screen-shot-button-name":_vm.t(
17716
+ }}},[_c('quill-rich-text',{attrs:{"placeholder":_vm.placeholder,"disabled":_vm.readonly || _vm.question.options.readonly,"video-screen-shot-button-name":_vm.t(
17717
17717
  'survey_response.common.tips.get_screen_shot_name',
17718
17718
  _vm.$rootComponent.currentLanguage
17719
17719
  ),"upload-image-exceed-limit":_vm.t(
@@ -17728,11 +17728,11 @@ var __vue_staticRenderFns__$a = [];
17728
17728
  /* style */
17729
17729
  const __vue_inject_styles__$a = function (inject) {
17730
17730
  if (!inject) return
17731
- inject("data-v-705075d9_0", { source: ".processed-answer[data-v-705075d9]{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc;width:100%;min-height:32px;border:1px solid #dcdee2;border-radius:4px;padding:4px 8px;line-height:1.5}", map: undefined, media: undefined });
17731
+ inject("data-v-1dfa4252_0", { source: ".processed-answer[data-v-1dfa4252]{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc;width:100%;min-height:32px;border:1px solid #dcdee2;border-radius:4px;padding:4px 8px;line-height:1.5}", map: undefined, media: undefined });
17732
17732
 
17733
17733
  };
17734
17734
  /* scoped */
17735
- const __vue_scope_id__$a = "data-v-705075d9";
17735
+ const __vue_scope_id__$a = "data-v-1dfa4252";
17736
17736
  /* module identifier */
17737
17737
  const __vue_module_identifier__$a = undefined;
17738
17738
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-response",
3
- "version": "0.5.719",
3
+ "version": "0.5.720",
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.719",
16
- "@wg-npm/survey-service-api": "0.5.719",
15
+ "@wg-npm/survey-core": "0.5.720",
16
+ "@wg-npm/survey-service-api": "0.5.720",
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.719",
38
- "@wg-npm/survey-service-api": "0.5.719",
37
+ "@wg-npm/survey-core": "0.5.720",
38
+ "@wg-npm/survey-service-api": "0.5.720",
39
39
  "acorn": "^7.3.1",
40
40
  "axios": "^0.19.2",
41
41
  "babelrc-rollup": "^3.0.0",
@@ -72,7 +72,7 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "a1830f73b7c481bc7cb041e900b9360aabb9c99b",
75
+ "gitHead": "6d6b034b4a9fdcca57dc8de08c658ca7c90ace51",
76
76
  "rollup": {
77
77
  "external": [
78
78
  "vue",
@@ -10,7 +10,7 @@
10
10
  <quill-rich-text
11
11
  v-model.trim="value.answer"
12
12
  :placeholder="placeholder"
13
- :disabled="question.options.readonly"
13
+ :disabled="readonly || question.options.readonly"
14
14
  :video-screen-shot-button-name="
15
15
  t(
16
16
  'survey_response.common.tips.get_screen_shot_name',
@@ -9,7 +9,7 @@
9
9
  >
10
10
  <quill-rich-text
11
11
  v-model.trim="value.answer"
12
- :disabled="question.options.readonly"
12
+ :disabled="readonly || question.options.readonly"
13
13
  :placeholder="placeholder"
14
14
  :maxlength="question.options.wordLimit"
15
15
  :video-screen-shot-button-name="