@zscreate/form-component 1.1.307-upload.24 → 1.1.307-upload.25

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.
@@ -31863,7 +31863,7 @@ let getFileExt = filename => {
31863
31863
  /* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(9548);
31864
31864
  /* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4063);
31865
31865
  /* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(3051);
31866
- /* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(6054);
31866
+ /* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(6322);
31867
31867
  /* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1528);
31868
31868
  /* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_7__);
31869
31869
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(9274);
@@ -34366,7 +34366,7 @@ module.exports = {
34366
34366
 
34367
34367
  /***/ }),
34368
34368
 
34369
- /***/ 6054:
34369
+ /***/ 6322:
34370
34370
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
34371
34371
 
34372
34372
  "use strict";
@@ -50757,9 +50757,9 @@ var ImgUpload_component_component = (0,componentNormalizer/* default */.A)(
50757
50757
  )
50758
50758
 
50759
50759
  /* harmony default export */ const ImgUpload_component = (ImgUpload_component_component.exports);
50760
- ;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/ImgUpload/widgetSetup.vue?vue&type=template&id=10ef7d2f&scoped=true
50761
- var widgetSetupvue_type_template_id_10ef7d2f_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"control"},[_c('div',{staticClass:"form_wrap"},[_c('div',{staticClass:"form"},[_c('a-form-model',[_c('a-form-model-item',{ref:"title",attrs:{"label":"默认值","prop":"title"}},[_c('common-config-sql',{attrs:{"widget":_vm.widget}})],1),(_vm.widget.options.uploadStyle === '1')?_c('a-form-model-item',{attrs:{"label":"移动端占位内容"}},[_c('a-input',{model:{value:(_vm.widget.options.placeholder),callback:function ($$v) {_vm.$set(_vm.widget.options, "placeholder", $$v)},expression:"widget.options.placeholder"}})],1):_vm._e(),(_vm.widget.options.uploadStyle === '1')?_c('a-form-model-item',{attrs:{"label":"扫码上传"}},[_c('a-switch',{model:{value:(_vm.widget.options.enableQrUpload),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableQrUpload", $$v)},expression:"widget.options.enableQrUpload"}})],1):_vm._e(),_c('a-form-model-item',{attrs:{"label":"加密上传"}},[_c('a-switch',{model:{value:(_vm.widget.options.uploadEncrypt),callback:function ($$v) {_vm.$set(_vm.widget.options, "uploadEncrypt", $$v)},expression:"widget.options.uploadEncrypt"}})],1),(_vm.widget.options.uploadEncrypt)?_c('a-form-model-item',{attrs:{"label":"Token解密下载"}},[_c('a-switch',{model:{value:(_vm.widget.options.downloadVerifyToken),callback:function ($$v) {_vm.$set(_vm.widget.options, "downloadVerifyToken", $$v)},expression:"widget.options.downloadVerifyToken"}})],1):_vm._e(),_c('a-form-model-item',{attrs:{"label":"允许文件上传类型"}},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_c('span',[_vm._v("请输入允许上传的文件后缀,多个以逗号隔开")])]),_c('a-input',{model:{value:(_vm.widget.ext),callback:function ($$v) {_vm.$set(_vm.widget, "ext", $$v)},expression:"widget.ext"}})],2)],1),_c('a-form-model-item',{attrs:{"label":"最大上传数"}},[_c('a-input-number',{attrs:{"max":5,"min":1},model:{value:(_vm.widget.options.length),callback:function ($$v) {_vm.$set(_vm.widget.options, "length", $$v)},expression:"widget.options.length"}})],1),_c('a-form-model-item',{attrs:{"label":"最大上传图片大小kb"}},[_c('a-input',{model:{value:(_vm.widget.options.fileSize),callback:function ($$v) {_vm.$set(_vm.widget.options, "fileSize", $$v)},expression:"widget.options.fileSize"}})],1),_c('a-form-model-item',{attrs:{"label":"图片上传地址"}},[_c('a-input',{model:{value:(_vm.widget.options.action),callback:function ($$v) {_vm.$set(_vm.widget.options, "action", $$v)},expression:"widget.options.action"}})],1),_c('a-form-model-item',{attrs:{"label":"图片宽度"}},[_c('a-input',{model:{value:(_vm.widget.options.size.width),callback:function ($$v) {_vm.$set(_vm.widget.options.size, "width", $$v)},expression:"widget.options.size.width"}})],1),_c('a-form-model-item',{attrs:{"label":"图片高度"}},[_c('a-input',{model:{value:(_vm.widget.options.size.height),callback:function ($$v) {_vm.$set(_vm.widget.options.size, "height", $$v)},expression:"widget.options.size.height"}})],1)],1)],1)])])}
50762
- var widgetSetupvue_type_template_id_10ef7d2f_scoped_true_staticRenderFns = []
50760
+ ;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/ImgUpload/widgetSetup.vue?vue&type=template&id=e1ac8522&scoped=true
50761
+ var widgetSetupvue_type_template_id_e1ac8522_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"control"},[_c('div',{staticClass:"form_wrap"},[_c('div',{staticClass:"form"},[_c('a-form-model',[_c('a-form-model-item',{ref:"title",attrs:{"label":"默认值","prop":"title"}},[_c('common-config-sql',{attrs:{"widget":_vm.widget}})],1),(_vm.widget.options.uploadStyle === '1')?_c('a-form-model-item',{attrs:{"label":"移动端占位内容"}},[_c('a-input',{model:{value:(_vm.widget.options.placeholder),callback:function ($$v) {_vm.$set(_vm.widget.options, "placeholder", $$v)},expression:"widget.options.placeholder"}})],1):_vm._e(),(_vm.widget.options.uploadStyle === '1')?_c('a-form-model-item',{attrs:{"label":"扫码上传"}},[_c('a-switch',{model:{value:(_vm.widget.options.enableQrUpload),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableQrUpload", $$v)},expression:"widget.options.enableQrUpload"}})],1):_vm._e(),_c('a-form-model-item',{attrs:{"label":"加密上传"}},[_c('a-switch',{model:{value:(_vm.widget.options.uploadEncrypt),callback:function ($$v) {_vm.$set(_vm.widget.options, "uploadEncrypt", $$v)},expression:"widget.options.uploadEncrypt"}})],1),(_vm.widget.options.uploadEncrypt)?_c('a-form-model-item',{attrs:{"label":"Token解密下载"}},[_c('a-switch',{model:{value:(_vm.widget.options.downloadVerifyToken),callback:function ($$v) {_vm.$set(_vm.widget.options, "downloadVerifyToken", $$v)},expression:"widget.options.downloadVerifyToken"}})],1):_vm._e(),_c('a-form-model-item',{attrs:{"label":"允许图片上传类型"}},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_c('span',[_vm._v("请输入允许上传的图片后缀,多个以逗号隔开")])]),_c('a-input',{model:{value:(_vm.widget.ext),callback:function ($$v) {_vm.$set(_vm.widget, "ext", $$v)},expression:"widget.ext"}})],2)],1),_c('a-form-model-item',{attrs:{"label":"最大上传数"}},[_c('a-input-number',{attrs:{"max":5,"min":1},model:{value:(_vm.widget.options.length),callback:function ($$v) {_vm.$set(_vm.widget.options, "length", $$v)},expression:"widget.options.length"}})],1),_c('a-form-model-item',{attrs:{"label":"最大上传图片大小kb"}},[_c('a-input',{model:{value:(_vm.widget.options.fileSize),callback:function ($$v) {_vm.$set(_vm.widget.options, "fileSize", $$v)},expression:"widget.options.fileSize"}})],1),_c('a-form-model-item',{attrs:{"label":"图片上传地址"}},[_c('a-input',{model:{value:(_vm.widget.options.action),callback:function ($$v) {_vm.$set(_vm.widget.options, "action", $$v)},expression:"widget.options.action"}})],1),_c('a-form-model-item',{attrs:{"label":"图片宽度"}},[_c('a-input',{model:{value:(_vm.widget.options.size.width),callback:function ($$v) {_vm.$set(_vm.widget.options.size, "width", $$v)},expression:"widget.options.size.width"}})],1),_c('a-form-model-item',{attrs:{"label":"图片高度"}},[_c('a-input',{model:{value:(_vm.widget.options.size.height),callback:function ($$v) {_vm.$set(_vm.widget.options.size, "height", $$v)},expression:"widget.options.size.height"}})],1)],1)],1)])])}
50762
+ var widgetSetupvue_type_template_id_e1ac8522_scoped_true_staticRenderFns = []
50763
50763
 
50764
50764
 
50765
50765
  ;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/commonConfigSql.vue?vue&type=template&id=2df1220e&scoped=true
@@ -50966,11 +50966,11 @@ var commonConfigSql_component = (0,componentNormalizer/* default */.A)(
50966
50966
  ;
50967
50967
  var ImgUpload_widgetSetup_component = (0,componentNormalizer/* default */.A)(
50968
50968
  components_ImgUpload_widgetSetupvue_type_script_lang_js,
50969
- widgetSetupvue_type_template_id_10ef7d2f_scoped_true_render,
50970
- widgetSetupvue_type_template_id_10ef7d2f_scoped_true_staticRenderFns,
50969
+ widgetSetupvue_type_template_id_e1ac8522_scoped_true_render,
50970
+ widgetSetupvue_type_template_id_e1ac8522_scoped_true_staticRenderFns,
50971
50971
  false,
50972
50972
  null,
50973
- "10ef7d2f",
50973
+ "e1ac8522",
50974
50974
  null
50975
50975
 
50976
50976
  )
@@ -97074,7 +97074,7 @@ var staticRenderFns = []
97074
97074
 
97075
97075
 
97076
97076
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 910 modules
97077
- var components = __webpack_require__(6054);
97077
+ var components = __webpack_require__(6322);
97078
97078
  ;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/CorrectionItem.vue?vue&type=script&lang=js
97079
97079
  //
97080
97080
  //
@@ -98431,7 +98431,7 @@ var component = (0,componentNormalizer/* default */.A)(
98431
98431
 
98432
98432
  /* harmony default export */ const CorrectionModal = (component.exports);
98433
98433
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 910 modules
98434
- var components = __webpack_require__(6054);
98434
+ var components = __webpack_require__(6322);
98435
98435
  // EXTERNAL MODULE: ./node_modules/_pubsub-js@1.9.4@pubsub-js/src/pubsub.js
98436
98436
  var pubsub = __webpack_require__(1528);
98437
98437
  var pubsub_default = /*#__PURE__*/__webpack_require__.n(pubsub);
@@ -99570,7 +99570,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
99570
99570
  // EXTERNAL MODULE: ./src/api/manage.js
99571
99571
  var manage = __webpack_require__(8501);
99572
99572
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 910 modules
99573
- var components = __webpack_require__(6054);
99573
+ var components = __webpack_require__(6322);
99574
99574
  // EXTERNAL MODULE: ./src/form/util/Bus.js
99575
99575
  var Bus = __webpack_require__(1509);
99576
99576
  // EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
@@ -111820,7 +111820,7 @@ function toNumber(value) {
111820
111820
  /***/ ((module) => {
111821
111821
 
111822
111822
  "use strict";
111823
- module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.307-upload.24"}');
111823
+ module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.307-upload.25"}');
111824
111824
 
111825
111825
  /***/ })
111826
111826
 
@@ -115152,7 +115152,7 @@ var es_array_sort = __webpack_require__(5833);
115152
115152
  // EXTERNAL MODULE: ./src/form/util/util.js
115153
115153
  var util = __webpack_require__(4063);
115154
115154
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 910 modules
115155
- var components = __webpack_require__(6054);
115155
+ var components = __webpack_require__(6322);
115156
115156
  // EXTERNAL MODULE: ./src/api/manage.js
115157
115157
  var manage = __webpack_require__(8501);
115158
115158
  // EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.307-upload.24",
3
+ "version": "1.1.307-upload.25",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",