@zscreate/form-component 1.1.689-test.4 → 1.1.689-test.6

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.
@@ -67690,7 +67690,7 @@ let getFileExt = filename => {
67690
67690
  /* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(29414);
67691
67691
  /* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(78393);
67692
67692
  /* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(92241);
67693
- /* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(86169);
67693
+ /* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(10819);
67694
67694
  /* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(55469);
67695
67695
  /* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_19__);
67696
67696
  /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(9274);
@@ -71091,7 +71091,7 @@ module.exports = {
71091
71091
 
71092
71092
  /***/ },
71093
71093
 
71094
- /***/ 86169
71094
+ /***/ 10819
71095
71095
  (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
71096
71096
 
71097
71097
  "use strict";
@@ -90810,17 +90810,19 @@ var ImgUpload_widgetDesign_component = (0,componentNormalizer/* default */.A)(
90810
90810
  widgetSetup: ImgUpload_widgetSetup,
90811
90811
  widgetDesign: ImgUpload_widgetDesign
90812
90812
  });
90813
- ;// ./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/FileUpload/component.vue?vue&type=template&id=59f558ef&scoped=true
90814
- var componentvue_type_template_id_59f558ef_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{staticClass:"custom_form_item",style:({ height: _vm.widget.options.height + 'px' })},[_c('a-form-model-item',{ref:_vm.widget.model,attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"prop":_vm.tableKey ? (_vm.tableKey + "." + _vm.tableIndex + "." + (_vm.widget.model)) : _vm.widget.model,"rules":_vm.tableKey ? _vm.rules[_vm.tableKey][_vm.widget.model] : _vm.rules[_vm.widget.model]}},[_c('drag-upload',{directives:[{name:"show",rawName:"v-show",value:(!_vm.widget.options.enableBigUpload && _vm.fileList.length < parseInt(_vm.widget.options.length) && (!_vm.widget.options.disabled || _vm.isdisabled)),expression:"!widget.options.enableBigUpload && fileList.length < parseInt(widget.options.length) && (!widget.options.disabled || isdisabled)"}],ref:"dragUpload",style:(("margin: 10px 0; margin-bottom: " + (_vm.fileList.length ? 0: '10px'))),attrs:{"options":_vm.widget.options,"maxLength":_vm.maxLength,"type":"file","model":_vm.widget.model,"QrData":_vm.QrData,"uploadRef":function () { return _vm.$refs.uploadRef; },"placeholder":_vm.widget.options.placeholder_1,"QrUpload":_vm.widget.options.enableQrUpload},on:{"overLength":_vm.overLengthTip,"add":_vm.uploadAdd}}),_c('a-upload',{ref:"uploadRef",attrs:{"action":_vm.actionUrl,"file-list":_vm.fileList,"headers":_vm.headers,"disabled":_vm.isdisabled ? _vm.show : _vm.widget.options.disabled,"beforeUpload":_vm.beforeUpload,"showUploadList":false},on:{"change":_vm.handleChange,"preview":_vm.handlePreview}},[(_vm.widget.options.enableBigUpload && _vm.fileList.length < parseInt(_vm.widget.options.length) && (!_vm.widget.options.disabled || _vm.isdisabled))?_c('div',[_c('a-button',{on:{"click":function($event){return _vm.handleUploadBtnClick($event)}}},[_c('a-icon',{attrs:{"type":"upload"}}),_vm._v(" "+_vm._s(_vm.widget.options.placeholder)+" ")],1)],1):_vm._e()]),(_vm.fileList.length)?_c('div',{staticClass:"seal-file-list"},_vm._l((_vm.fileList),function(file){return _c('div',{key:file.uid,staticClass:"seal-file-item"},[_c('span',{staticClass:"seal-file-name",on:{"click":function($event){return _vm.handlePreview(file)}}},[_c('a-icon',{attrs:{"type":"paper-clip"}}),_vm._v(" "+_vm._s(file.name)+" ")],1),(_vm.widget.options.enableSeal && !_vm.isdisabled && !_vm.widget.options.disabled)?_c('a-button',{attrs:{"type":"link","size":"small"},on:{"click":function($event){$event.stopPropagation();return _vm.handleSeal(file)}}},[_vm._v("盖章")]):_vm._e(),(!_vm.widget.options.disabled && !_vm.isdisabled)?_c('a-icon',{staticClass:"seal-file-remove",attrs:{"type":"delete"},on:{"click":function($event){return _vm.handleRemoveFile(file)}}}):_vm._e()],1)}),0):_vm._e(),_c('FilePreview',{attrs:{"visible":_vm.previewVisible,"preview-type":_vm.previewType,"src":_vm.previewType === 'picture' ? _vm.previewImage : _vm.previewPdfSrc,"fileDownUrl":_vm.fileDownUrl},on:{"update:visible":function($event){_vm.previewVisible=$event}}}),(_vm.fileList && _vm.fileList.length && _vm.widget.options.downLoadBatch && _vm.models.businessFormDataId)?_c('a-button',{attrs:{"type":"primary","size":"small"},on:{"click":_vm.batchDownload}},[_vm._v("批量下载")]):_vm._e(),(_vm.widget.options.labelWidth !== 0)?_c('div',{class:[
90813
+ ;// ./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/FileUpload/component.vue?vue&type=template&id=20c8b8d0&scoped=true
90814
+ var componentvue_type_template_id_20c8b8d0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{staticClass:"custom_form_item",style:({ height: _vm.widget.options.height + 'px' })},[_c('a-form-model-item',{ref:_vm.widget.model,attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"prop":_vm.tableKey ? (_vm.tableKey + "." + _vm.tableIndex + "." + (_vm.widget.model)) : _vm.widget.model,"rules":_vm.tableKey ? _vm.rules[_vm.tableKey][_vm.widget.model] : _vm.rules[_vm.widget.model]}},[_c('drag-upload',{directives:[{name:"show",rawName:"v-show",value:(!_vm.widget.options.enableBigUpload && _vm.fileList.length < parseInt(_vm.widget.options.length) && (!_vm.widget.options.disabled || _vm.isdisabled)),expression:"!widget.options.enableBigUpload && fileList.length < parseInt(widget.options.length) && (!widget.options.disabled || isdisabled)"}],ref:"dragUpload",style:(("margin: 10px 0; margin-bottom: " + (_vm.fileList.length ? 0: '10px'))),attrs:{"options":_vm.widget.options,"maxLength":_vm.maxLength,"type":"file","model":_vm.widget.model,"QrData":_vm.QrData,"uploadRef":function () { return _vm.$refs.uploadRef; },"placeholder":_vm.widget.options.placeholder_1,"QrUpload":_vm.widget.options.enableQrUpload},on:{"overLength":_vm.overLengthTip,"add":_vm.uploadAdd}}),_c('a-upload',{ref:"uploadRef",attrs:{"action":_vm.actionUrl,"file-list":_vm.fileList,"headers":_vm.headers,"disabled":_vm.isdisabled ? _vm.show : _vm.widget.options.disabled,"beforeUpload":_vm.beforeUpload,"showUploadList":false},on:{"change":_vm.handleChange,"preview":_vm.handlePreview}},[(_vm.widget.options.enableBigUpload && _vm.fileList.length < parseInt(_vm.widget.options.length) && (!_vm.widget.options.disabled || _vm.isdisabled))?_c('div',[_c('a-button',{on:{"click":function($event){return _vm.handleUploadBtnClick($event)}}},[_c('a-icon',{attrs:{"type":"upload"}}),_vm._v(" "+_vm._s(_vm.widget.options.placeholder)+" ")],1)],1):_vm._e()]),(_vm.fileList.length)?_c('div',{staticClass:"seal-file-list"},_vm._l((_vm.fileList),function(file){return _c('div',{key:file.uid,staticClass:"seal-file-item"},[_c('span',{staticClass:"seal-file-name",on:{"click":function($event){return _vm.handlePreview(file)}}},[_c('a-icon',{attrs:{"type":"paper-clip"}}),_vm._v(" "+_vm._s(file.name)+" ")],1),(_vm.sealUploadDesign && _vm.widget.options.enableSeal && !_vm.isdisabled && !_vm.widget.options.disabled)?_c('a-button',{staticStyle:{"margin-right":"10px"},attrs:{"type":"link","size":"small"},on:{"click":function($event){$event.stopPropagation();return _vm.handleSeal(file)}}},[_vm._v("盖章")]):_vm._e(),(!_vm.widget.options.disabled && !_vm.isdisabled)?_c('a-icon',{staticClass:"seal-file-remove",attrs:{"type":"delete"},on:{"click":function($event){return _vm.handleRemoveFile(file)}}}):_vm._e()],1)}),0):_vm._e(),_c('FilePreview',{attrs:{"visible":_vm.previewVisible,"preview-type":_vm.previewType,"src":_vm.previewType === 'picture' ? _vm.previewImage : _vm.previewPdfSrc,"fileDownUrl":_vm.fileDownUrl},on:{"update:visible":function($event){_vm.previewVisible=$event}}}),(_vm.fileList && _vm.fileList.length && _vm.widget.options.downLoadBatch && _vm.models.businessFormDataId)?_c('a-button',{attrs:{"type":"primary","size":"small"},on:{"click":_vm.batchDownload}},[_vm._v("批量下载")]):_vm._e(),(_vm.widget.options.labelWidth !== 0)?_c('div',{class:[
90815
90815
  _vm.config.align,
90816
90816
  _vm.config.validate === true && _vm.widget.options.required === true
90817
90817
  ? 'is_required'
90818
90818
  : 'no_required' ],style:({
90819
90819
  color:_vm.config.color,
90820
90820
  }),attrs:{"slot":"label"},slot:"label"},[_vm._v(_vm._s(_vm.widget.name))]):_vm._e()],1),_c('a-modal',{attrs:{"title":"下载认证","width":"600px","footer":null},model:{value:(_vm.downloadVisible),callback:function ($$v) {_vm.downloadVisible=$$v},expression:"downloadVisible"}},[_c('a-spin',{attrs:{"tip":"页面加载中","spinning":_vm.downloadPageLoading}},[(_vm.downloadVisible)?_c('iframe',{staticStyle:{"width":"100%","height":"400px","border":"none","outline":"none"},attrs:{"src":_vm.downloadPageUrl},on:{"load":function($event){_vm.downloadPageLoading = false}}}):_vm._e()])],1),_c('a-modal',{attrs:{"destroyOnClose":"","title":"文件上传","width":"900px","footer":null},on:{"cancel":function($event){_vm.bigUploadOpen = false; _vm.uppy.cancelAll()}},model:{value:(_vm.bigUploadOpen),callback:function ($$v) {_vm.bigUploadOpen=$$v},expression:"bigUploadOpen"}},[_c('div',{staticStyle:{"display":"flex","justify-content":"center"}},[_c('Dashboard',{attrs:{"uppy":_vm.uppy,"props":_vm.dashboardprops}})],1)])],1):_vm._e()}
90821
- var componentvue_type_template_id_59f558ef_scoped_true_staticRenderFns = []
90821
+ var componentvue_type_template_id_20c8b8d0_scoped_true_staticRenderFns = []
90822
90822
 
90823
90823
 
90824
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.error.cause.js
90825
+ var es_error_cause = __webpack_require__(44394);
90824
90826
  ;// ./node_modules/_preact@10.29.1@preact/dist/preact.module.js
90825
90827
  var n,l,u,t,i,r,o,e,f,c,s,a,h,p,v,y,d={},w=[],_=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,g=Array.isArray;function m(n,l){for(var u in l)n[u]=l[u];return n}function b(n){n&&n.parentNode&&n.parentNode.removeChild(n)}function k(l,u,t){var i,r,o,e={};for(o in u)"key"==o?i=u[o]:"ref"==o?r=u[o]:e[o]=u[o];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===e[o]&&(e[o]=l.defaultProps[o]);return x(l,e,i,r,null)}function x(n,t,i,r,o){var e={type:n,props:t,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==o?++u:o,__i:-1,__u:0};return null==o&&null!=l.vnode&&l.vnode(e),e}function M(){return{current:null}}function S(n){return n.children}function C(n,l){this.props=n,this.context=l}function $(n,l){if(null==l)return n.__?$(n.__,n.__i+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return"function"==typeof n.type?$(n):null}function I(n){if(n.__P&&n.__d){var u=n.__v,t=u.__e,i=[],r=[],o=m({},u);o.__v=u.__v+1,l.vnode&&l.vnode(o),q(n.__P,o,u,n.__n,n.__P.namespaceURI,32&u.__u?[t]:null,i,null==t?$(u):t,!!(32&u.__u),r),o.__v=u.__v,o.__.__k[o.__i]=o,D(i,o,r),u.__e=u.__=null,o.__e!=t&&P(o)}}function P(n){if(null!=(n=n.__)&&null!=n.__c)return n.__e=n.__c.base=null,n.__k.some(function(l){if(null!=l&&null!=l.__e)return n.__e=n.__c.base=l.__e}),P(n)}function A(n){(!n.__d&&(n.__d=!0)&&i.push(n)&&!H.__r++||r!=l.debounceRendering)&&((r=l.debounceRendering)||o)(H)}function H(){try{for(var n,l=1;i.length;)i.length>l&&i.sort(e),n=i.shift(),l=i.length,I(n)}finally{i.length=H.__r=0}}function L(n,l,u,t,i,r,o,e,f,c,s){var a,h,p,v,y,_,g,m=t&&t.__k||w,b=l.length;for(f=T(u,l,m,f,b),a=0;a<b;a++)null!=(p=u.__k[a])&&(h=-1!=p.__i&&m[p.__i]||d,p.__i=a,_=q(n,p,h,i,r,o,e,f,c,s),v=p.__e,p.ref&&h.ref!=p.ref&&(h.ref&&J(h.ref,null,p),s.push(p.ref,p.__c||v,p)),null==y&&null!=v&&(y=v),(g=!!(4&p.__u))||h.__k===p.__k?(f=j(p,f,n,g),g&&h.__e&&(h.__e=null)):"function"==typeof p.type&&void 0!==_?f=_:v&&(f=v.nextSibling),p.__u&=-7);return u.__e=y,f}function T(n,l,u,t,i){var r,o,e,f,c,s=u.length,a=s,h=0;for(n.__k=new Array(i),r=0;r<i;r++)null!=(o=l[r])&&"boolean"!=typeof o&&"function"!=typeof o?("string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?o=n.__k[r]=x(null,o,null,null,null):g(o)?o=n.__k[r]=x(S,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?o=n.__k[r]=x(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):n.__k[r]=o,f=r+h,o.__=n,o.__b=n.__b+1,e=null,-1!=(c=o.__i=O(o,u,f,a))&&(a--,(e=u[c])&&(e.__u|=2)),null==e||null==e.__v?(-1==c&&(i>s?h--:i<s&&h++),"function"!=typeof o.type&&(o.__u|=4)):c!=f&&(c==f-1?h--:c==f+1?h++:(c>f?h--:h++,o.__u|=4))):n.__k[r]=null;if(a)for(r=0;r<s;r++)null!=(e=u[r])&&0==(2&e.__u)&&(e.__e==t&&(t=$(e)),K(e,e));return t}function j(n,l,u,t){var i,r;if("function"==typeof n.type){for(i=n.__k,r=0;i&&r<i.length;r++)i[r]&&(i[r].__=n,l=j(i[r],l,u,t));return l}n.__e!=l&&(t&&(l&&n.type&&!l.parentNode&&(l=$(n)),u.insertBefore(n.__e,l||null)),l=n.__e);do{l=l&&l.nextSibling}while(null!=l&&8==l.nodeType);return l}function F(n,l){return l=l||[],null==n||"boolean"==typeof n||(g(n)?n.some(function(n){F(n,l)}):l.push(n)),l}function O(n,l,u,t){var i,r,o,e=n.key,f=n.type,c=l[u],s=null!=c&&0==(2&c.__u);if(null===c&&null==e||s&&e==c.key&&f==c.type)return u;if(t>(s?1:0))for(i=u-1,r=u+1;i>=0||r<l.length;)if(null!=(c=l[o=i>=0?i--:r++])&&0==(2&c.__u)&&e==c.key&&f==c.type)return o;return-1}function z(n,l,u){"-"==l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||_.test(l)?u:u+"px"}function N(n,l,u,t,i){var r,o;n:if("style"==l)if("string"==typeof u)n.style.cssText=u;else{if("string"==typeof t&&(n.style.cssText=t=""),t)for(l in t)u&&l in u||z(n.style,l,"");if(u)for(l in u)t&&u[l]==t[l]||z(n.style,l,u[l])}else if("o"==l[0]&&"n"==l[1])r=l!=(l=l.replace(a,"$1")),o=l.toLowerCase(),l=o in n||"onFocusOut"==l||"onFocusIn"==l?o.slice(2):l.slice(2),n.l||(n.l={}),n.l[l+r]=u,u?t?u[s]=t[s]:(u[s]=h,n.addEventListener(l,r?v:p,r)):n.removeEventListener(l,r?v:p,r);else{if("http://www.w3.org/2000/svg"==i)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=l&&"height"!=l&&"href"!=l&&"list"!=l&&"form"!=l&&"tabIndex"!=l&&"download"!=l&&"rowSpan"!=l&&"colSpan"!=l&&"role"!=l&&"popover"!=l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null==u||!1===u&&"-"!=l[4]?n.removeAttribute(l):n.setAttribute(l,"popover"==l&&1==u?"":u))}}function V(n){return function(u){if(this.l){var t=this.l[u.type+n];if(null==u[c])u[c]=h++;else if(u[c]<t[s])return;return t(l.event?l.event(u):u)}}}function q(n,u,t,i,r,o,e,f,c,s){var a,h,p,v,y,d,_,k,x,M,$,I,P,A,H,T=u.type;if(void 0!==u.constructor)return null;128&t.__u&&(c=!!(32&t.__u),o=[f=u.__e=t.__e]),(a=l.__b)&&a(u);n:if("function"==typeof T)try{if(k=u.props,x=T.prototype&&T.prototype.render,M=(a=T.contextType)&&i[a.__c],$=a?M?M.props.value:a.__:i,t.__c?_=(h=u.__c=t.__c).__=h.__E:(x?u.__c=h=new T(k,$):(u.__c=h=new C(k,$),h.constructor=T,h.render=Q),M&&M.sub(h),h.state||(h.state={}),h.__n=i,p=h.__d=!0,h.__h=[],h._sb=[]),x&&null==h.__s&&(h.__s=h.state),x&&null!=T.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=m({},h.__s)),m(h.__s,T.getDerivedStateFromProps(k,h.__s))),v=h.props,y=h.state,h.__v=u,p)x&&null==T.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),x&&null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else{if(x&&null==T.getDerivedStateFromProps&&k!==v&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(k,$),u.__v==t.__v||!h.__e&&null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(k,h.__s,$)){u.__v!=t.__v&&(h.props=k,h.state=h.__s,h.__d=!1),u.__e=t.__e,u.__k=t.__k,u.__k.some(function(n){n&&(n.__=u)}),w.push.apply(h.__h,h._sb),h._sb=[],h.__h.length&&e.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(k,h.__s,$),x&&null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(v,y,d)})}if(h.context=$,h.props=k,h.__P=n,h.__e=!1,I=l.__r,P=0,x)h.state=h.__s,h.__d=!1,I&&I(u),a=h.render(h.props,h.state,h.context),w.push.apply(h.__h,h._sb),h._sb=[];else do{h.__d=!1,I&&I(u),a=h.render(h.props,h.state,h.context),h.state=h.__s}while(h.__d&&++P<25);h.state=h.__s,null!=h.getChildContext&&(i=m(m({},i),h.getChildContext())),x&&!p&&null!=h.getSnapshotBeforeUpdate&&(d=h.getSnapshotBeforeUpdate(v,y)),A=null!=a&&a.type===S&&null==a.key?E(a.props.children):a,f=L(n,g(A)?A:[A],u,t,i,r,o,e,f,c,s),h.base=u.__e,u.__u&=-161,h.__h.length&&e.push(h),_&&(h.__E=h.__=null)}catch(n){if(u.__v=null,c||null!=o)if(n.then){for(u.__u|=c?160:128;f&&8==f.nodeType&&f.nextSibling;)f=f.nextSibling;o[o.indexOf(f)]=null,u.__e=f}else{for(H=o.length;H--;)b(o[H]);B(u)}else u.__e=t.__e,u.__k=t.__k,n.then||B(u);l.__e(n,u,t)}else null==o&&u.__v==t.__v?(u.__k=t.__k,u.__e=t.__e):f=u.__e=G(t.__e,u,t,i,r,o,e,c,s);return(a=l.diffed)&&a(u),128&u.__u?void 0:f}function B(n){n&&(n.__c&&(n.__c.__e=!0),n.__k&&n.__k.some(B))}function D(n,u,t){for(var i=0;i<t.length;i++)J(t[i],t[++i],t[++i]);l.__c&&l.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u)})}catch(n){l.__e(n,u.__v)}})}function E(n){return"object"!=typeof n||null==n||n.__b>0?n:g(n)?n.map(E):m({},n)}function G(u,t,i,r,o,e,f,c,s){var a,h,p,v,y,w,_,m=i.props||d,k=t.props,x=t.type;if("svg"==x?o="http://www.w3.org/2000/svg":"math"==x?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),null!=e)for(a=0;a<e.length;a++)if((y=e[a])&&"setAttribute"in y==!!x&&(x?y.localName==x:3==y.nodeType)){u=y,e[a]=null;break}if(null==u){if(null==x)return document.createTextNode(k);u=document.createElementNS(o,x,k.is&&k),c&&(l.__m&&l.__m(t,e),c=!1),e=null}if(null==x)m===k||c&&u.data==k||(u.data=k);else{if(e=e&&n.call(u.childNodes),!c&&null!=e)for(m={},a=0;a<u.attributes.length;a++)m[(y=u.attributes[a]).name]=y.value;for(a in m)y=m[a],"dangerouslySetInnerHTML"==a?p=y:"children"==a||a in k||"value"==a&&"defaultValue"in k||"checked"==a&&"defaultChecked"in k||N(u,a,null,y,o);for(a in k)y=k[a],"children"==a?v=y:"dangerouslySetInnerHTML"==a?h=y:"value"==a?w=y:"checked"==a?_=y:c&&"function"!=typeof y||m[a]===y||N(u,a,y,m[a],o);if(h)c||p&&(h.__html==p.__html||h.__html==u.innerHTML)||(u.innerHTML=h.__html),t.__k=[];else if(p&&(u.innerHTML=""),L("template"==t.type?u.content:u,g(v)?v:[v],t,i,r,"foreignObject"==x?"http://www.w3.org/1999/xhtml":o,e,f,e?e[0]:i.__k&&$(i,0),c,s),null!=e)for(a=e.length;a--;)b(e[a]);c||(a="value","progress"==x&&null==w?u.removeAttribute("value"):null!=w&&(w!==u[a]||"progress"==x&&!w||"option"==x&&w!=m[a])&&N(u,a,w,m[a],o),a="checked",null!=_&&_!=u[a]&&N(u,a,_,m[a],o))}return u}function J(n,u,t){try{if("function"==typeof n){var i="function"==typeof n.__u;i&&n.__u(),i&&null==u||(n.__u=n(u))}else n.current=u}catch(n){l.__e(n,t)}}function K(n,u,t){var i,r;if(l.unmount&&l.unmount(n),(i=n.ref)&&(i.current&&i.current!=n.__e||J(i,null,u)),null!=(i=n.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(n){l.__e(n,u)}i.base=i.__P=null}if(i=n.__k)for(r=0;r<i.length;r++)i[r]&&K(i[r],u,t||"function"!=typeof n.type);t||b(n.__e),n.__c=n.__=n.__e=void 0}function Q(n,l,u){return this.constructor(n,u)}function R(u,t,i){var r,o,e,f;t==document&&(t=document.documentElement),l.__&&l.__(u,t),o=(r="function"==typeof i)?null:i&&i.__k||t.__k,e=[],f=[],q(t,u=(!r&&i||t).__k=k(S,null,[u]),o||d,d,t.namespaceURI,!r&&i?[i]:o?null:t.firstChild?n.call(t.childNodes):null,e,!r&&i?i:o?o.__e:t.firstChild,r,f),D(e,u,f)}function U(n,l){R(n,l,U)}function W(l,u,t){var i,r,o,e,f=m({},l.props);for(o in l.type&&l.type.defaultProps&&(e=l.type.defaultProps),u)"key"==o?i=u[o]:"ref"==o?r=u[o]:f[o]=void 0===u[o]&&null!=e?e[o]:u[o];return arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):t),x(l.type,f,i||l.key,r||l.ref,null)}function X(n){function l(n){var u,t;return this.getChildContext||(u=new Set,(t={})[l.__c]=this,this.getChildContext=function(){return t},this.componentWillUnmount=function(){u=null},this.shouldComponentUpdate=function(n){this.props.value!=n.value&&u.forEach(function(n){n.__e=!0,A(n)})},this.sub=function(n){u.add(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u&&u.delete(n),l&&l.call(n)}}),n.children}return l.__c="__cC"+y++,l.__=n,l.Provider=l.__l=(l.Consumer=function(n,l){return n.children(l)}).contextType=l,l}n=w.slice,l={__e:function(n,l,u,t){for(var i,r,o;l=l.__;)if((i=l.__c)&&!i.__)try{if((r=i.constructor)&&null!=r.getDerivedStateFromError&&(i.setState(r.getDerivedStateFromError(n)),o=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(n,t||{}),o=i.__d),o)return i.__E=i}catch(l){n=l}throw n}},u=0,t=function(n){return null!=n&&void 0===n.constructor},C.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!=this.state?this.__s:this.__s=m({},this.state),"function"==typeof n&&(n=n(m({},u),this.props)),n&&m(u,n),null!=n&&this.__v&&(l&&this._sb.push(l),A(this))},C.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),A(this))},C.prototype.render=S,i=[],o="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,e=function(n,l){return n.__v.__b-l.__v.__b},H.__r=0,f=Math.random().toString(8),c="__d"+f,s="__a"+f,a=/(PointerCapture)$|Capture$/i,h=0,p=V(!1),v=V(!0),y=0;
90826
90828
  //# sourceMappingURL=preact.module.js.map
@@ -90870,9 +90872,20 @@ function getTextDirection(element) {
90870
90872
  }
90871
90873
  /* harmony default export */ const lib_getTextDirection = (getTextDirection);
90872
90874
  ;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/Translator.js
90873
- function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
90875
+
90876
+
90877
+
90878
+
90879
+ function _classPrivateFieldLooseBase(receiver, privateKey) {
90880
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
90881
+ throw new TypeError("attempted to use private field on non-instance");
90882
+ }
90883
+ return receiver;
90884
+ }
90874
90885
  var id = 0;
90875
- function _classPrivateFieldLooseKey(name) { return "__private_" + id++ + "_" + name; }
90886
+ function _classPrivateFieldLooseKey(name) {
90887
+ return "__private_" + id++ + "_" + name;
90888
+ }
90876
90889
  // We're using a generic because languages have different plural rules.
90877
90890
 
90878
90891
  // eslint-disable-next-line no-use-before-define
@@ -91028,6 +91041,7 @@ function _apply2(locale) {
91028
91041
  });
91029
91042
  }
91030
91043
  ;// ./node_modules/_@uppy_core@3.13.1@@uppy/core/lib/BasePlugin.js
91044
+
91031
91045
  /* eslint-disable class-methods-use-this */
91032
91046
 
91033
91047
  /**
@@ -91106,9 +91120,17 @@ class BasePlugin {
91106
91120
  afterUpdate() {}
91107
91121
  }
91108
91122
  ;// ./node_modules/_@uppy_core@3.13.1@@uppy/core/lib/UIPlugin.js
91109
- function UIPlugin_classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
91123
+
91124
+ function UIPlugin_classPrivateFieldLooseBase(receiver, privateKey) {
91125
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
91126
+ throw new TypeError("attempted to use private field on non-instance");
91127
+ }
91128
+ return receiver;
91129
+ }
91110
91130
  var UIPlugin_id = 0;
91111
- function UIPlugin_classPrivateFieldLooseKey(name) { return "__private_" + UIPlugin_id++ + "_" + name; }
91131
+ function UIPlugin_classPrivateFieldLooseKey(name) {
91132
+ return "__private_" + UIPlugin_id++ + "_" + name;
91133
+ }
91112
91134
  /* eslint-disable class-methods-use-this */
91113
91135
 
91114
91136
 
@@ -91270,6 +91292,8 @@ class UIPlugin extends BasePlugin {
91270
91292
  onUnmount() {}
91271
91293
  }
91272
91294
  /* harmony default export */ const lib_UIPlugin = (UIPlugin);
91295
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.iterator.reduce.js
91296
+ var es_iterator_reduce = __webpack_require__(38331);
91273
91297
  ;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/emaFilter.js
91274
91298
  /**
91275
91299
  * Low-pass filter using Exponential Moving Averages (aka exponential smoothing)
@@ -91299,6 +91323,8 @@ function emaFilter(newValue, previousSmoothedValue, halfLife, dt) {
91299
91323
  // EXTERNAL MODULE: ./node_modules/_classnames@2.5.1@classnames/index.js
91300
91324
  var _classnames_2_5_1_classnames = __webpack_require__(95399);
91301
91325
  ;// ./node_modules/_@uppy_status-bar@3.3.3@@uppy/status-bar/lib/calculateProcessingProgress.js
91326
+
91327
+
91302
91328
  function calculateProcessingProgress(files) {
91303
91329
  const values = [];
91304
91330
  let mode = 'indeterminate';
@@ -91981,9 +92007,21 @@ StatusBarUI_StatusBar.defaultProps = {
91981
92007
  }
91982
92008
  });
91983
92009
  ;// ./node_modules/_@uppy_status-bar@3.3.3@@uppy/status-bar/lib/StatusBar.js
91984
- function StatusBar_classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
92010
+
92011
+
92012
+
92013
+
92014
+
92015
+ function StatusBar_classPrivateFieldLooseBase(receiver, privateKey) {
92016
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
92017
+ throw new TypeError("attempted to use private field on non-instance");
92018
+ }
92019
+ return receiver;
92020
+ }
91985
92021
  var StatusBar_id = 0;
91986
- function StatusBar_classPrivateFieldLooseKey(name) { return "__private_" + StatusBar_id++ + "_" + name; }
92022
+ function StatusBar_classPrivateFieldLooseKey(name) {
92023
+ return "__private_" + StatusBar_id++ + "_" + name;
92024
+ }
91987
92025
 
91988
92026
 
91989
92027
 
@@ -92282,6 +92320,11 @@ class FadeIn extends C {
92282
92320
  }
92283
92321
  }
92284
92322
  ;// ./node_modules/_@uppy_informer@3.1.0@@uppy/informer/lib/TransitionGroup.js
92323
+
92324
+
92325
+
92326
+
92327
+
92285
92328
  // INFO: not typing copy pasted libarary code
92286
92329
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
92287
92330
  // @ts-nocheck
@@ -92545,6 +92588,8 @@ TransitionGroup.defaultProps = {
92545
92588
  };
92546
92589
  /* harmony default export */ const lib_TransitionGroup = (TransitionGroup);
92547
92590
  ;// ./node_modules/_@uppy_informer@3.1.0@@uppy/informer/lib/Informer.js
92591
+
92592
+
92548
92593
  /* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
92549
92594
  /* eslint-disable jsx-a11y/click-events-have-key-events */
92550
92595
 
@@ -92600,7 +92645,55 @@ class Informer extends lib_UIPlugin {
92600
92645
  Informer.VERSION = Informer_packageJson.version;
92601
92646
  ;// ./node_modules/_@uppy_informer@3.1.0@@uppy/informer/lib/index.js
92602
92647
 
92648
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.array-buffer.detached.js
92649
+ var es_array_buffer_detached = __webpack_require__(81763);
92650
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.array-buffer.transfer.js
92651
+ var es_array_buffer_transfer = __webpack_require__(85866);
92652
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.array-buffer.transfer-to-fixed-length.js
92653
+ var es_array_buffer_transfer_to_fixed_length = __webpack_require__(97678);
92654
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.typed-array.at.js
92655
+ var es_typed_array_at = __webpack_require__(24106);
92656
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.typed-array.find-last.js
92657
+ var es_typed_array_find_last = __webpack_require__(65941);
92658
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.typed-array.find-last-index.js
92659
+ var es_typed_array_find_last_index = __webpack_require__(81864);
92660
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.typed-array.set.js
92661
+ var es_typed_array_set = __webpack_require__(83603);
92662
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.typed-array.sort.js
92663
+ var es_typed_array_sort = __webpack_require__(46647);
92664
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.typed-array.to-reversed.js
92665
+ var es_typed_array_to_reversed = __webpack_require__(99873);
92666
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.typed-array.to-sorted.js
92667
+ var es_typed_array_to_sorted = __webpack_require__(99574);
92668
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.typed-array.with.js
92669
+ var es_typed_array_with = __webpack_require__(78955);
92670
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.uint8-array.set-from-base64.js
92671
+ var es_uint8_array_set_from_base64 = __webpack_require__(78978);
92672
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.uint8-array.set-from-hex.js
92673
+ var es_uint8_array_set_from_hex = __webpack_require__(94004);
92674
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.uint8-array.to-base64.js
92675
+ var es_uint8_array_to_base64 = __webpack_require__(34356);
92676
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.uint8-array.to-hex.js
92677
+ var es_uint8_array_to_hex = __webpack_require__(12422);
92678
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/web.dom-exception.stack.js
92679
+ var web_dom_exception_stack = __webpack_require__(17305);
92603
92680
  ;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/dataURItoBlob.js
92681
+
92682
+
92683
+
92684
+
92685
+
92686
+
92687
+
92688
+
92689
+
92690
+
92691
+
92692
+
92693
+
92694
+
92695
+
92696
+
92604
92697
  const DATA_URL_PATTERN = /^data:([^/]+\/[^,;]+(?:[^,]*?))(;base64)?,([\s\S]*)$/;
92605
92698
  function dataURItoBlob(dataURI, opts, toFile) {
92606
92699
  var _ref, _opts$mimeType;
@@ -92662,6 +92755,15 @@ function mini_esm_e(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enum
92662
92755
 
92663
92756
 
92664
92757
 
92758
+
92759
+
92760
+
92761
+
92762
+
92763
+
92764
+
92765
+
92766
+
92665
92767
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
92666
92768
  // @ts-ignore untyped
92667
92769
 
@@ -93031,7 +93133,10 @@ function findAllDOMElements(element) {
93031
93133
  * Converts list into array
93032
93134
  */
93033
93135
  /* harmony default export */ const toArray = (Array.from);
93136
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/web.queue-microtask.js
93137
+ var web_queue_microtask = __webpack_require__(90108);
93034
93138
  ;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/getDroppedFiles/utils/webkitGetAsEntryApi/getFilesAndDirectoriesFromDirectory.js
93139
+
93035
93140
  /**
93036
93141
  * Recursive function, calls the original callback() when the directory is entirely parsed.
93037
93142
  */
@@ -93062,6 +93167,8 @@ function getFilesAndDirectoriesFromDirectory(directoryReader, oldEntries, logDro
93062
93167
  }
93063
93168
  ;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/getDroppedFiles/utils/webkitGetAsEntryApi/index.js
93064
93169
 
93170
+
93171
+
93065
93172
  /**
93066
93173
  * Polyfill for the new (experimental) getAsFileSystemHandle API (using the popular webkitGetAsEntry behind the scenes)
93067
93174
  * so that we can switch to the getAsFileSystemHandle API once it (hopefully) becomes standard
@@ -93182,6 +93289,7 @@ function fallbackApi(dataTransfer) {
93182
93289
 
93183
93290
 
93184
93291
 
93292
+
93185
93293
  /**
93186
93294
  * Returns a promise that resolves to the array of dropped files (if a folder is
93187
93295
  * dropped, and browser supports folder parsing - promise resolves to the flat
@@ -93817,6 +93925,13 @@ function getFileType(file) {
93817
93925
  }
93818
93926
  ;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/generateFileID.js
93819
93927
 
93928
+
93929
+
93930
+
93931
+
93932
+
93933
+
93934
+
93820
93935
  function encodeCharacter(character) {
93821
93936
  return character.charCodeAt(0).toString(32);
93822
93937
  }
@@ -93998,6 +94113,8 @@ function User(_ref) {
93998
94113
  }
93999
94114
  ;// ./node_modules/_@uppy_provider-views@3.13.0@@uppy/provider-views/lib/Breadcrumbs.js
94000
94115
 
94116
+
94117
+
94001
94118
  const Breadcrumb = props => {
94002
94119
  const {
94003
94120
  getFolder,
@@ -94055,7 +94172,22 @@ function remoteFileObjToLocal(file) {
94055
94172
  };
94056
94173
  }
94057
94174
  ;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/VirtualList.js
94058
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
94175
+
94176
+
94177
+ function _extends() {
94178
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
94179
+ for (var i = 1; i < arguments.length; i++) {
94180
+ var source = arguments[i];
94181
+ for (var key in source) {
94182
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
94183
+ target[key] = source[key];
94184
+ }
94185
+ }
94186
+ }
94187
+ return target;
94188
+ };
94189
+ return _extends.apply(this, arguments);
94190
+ }
94059
94191
  /**
94060
94192
  * Adapted from preact-virtual-list: https://github.com/developit/preact-virtual-list
94061
94193
  *
@@ -94411,6 +94543,7 @@ function ItemIcon(props) {
94411
94543
  alt: alt
94412
94544
  // @ts-expect-error TS does not understand but attribute exists here.
94413
94545
  ,
94546
+
94414
94547
  referrerPolicy: "no-referrer",
94415
94548
  loading: "lazy",
94416
94549
  width: 16,
@@ -94450,6 +94583,7 @@ function GridListItem(props) {
94450
94583
  onKeyDown: recordShiftKeyPress
94451
94584
  // @ts-expect-error this is fine onMouseDown too
94452
94585
  ,
94586
+
94453
94587
  onMouseDown: recordShiftKeyPress,
94454
94588
  name: "listitem",
94455
94589
  id: id,
@@ -94503,6 +94637,7 @@ function ListItem(props) {
94503
94637
  onMouseDown: recordShiftKeyPress
94504
94638
  // for the <label/>
94505
94639
  ,
94640
+
94506
94641
  name: "listitem",
94507
94642
  id: id,
94508
94643
  checked: isChecked,
@@ -94532,7 +94667,21 @@ function ListItem(props) {
94532
94667
  }, itemIconEl), showTitles && title ? k("span", null, title) : i18n('unnamed')));
94533
94668
  }
94534
94669
  ;// ./node_modules/_@uppy_provider-views@3.13.0@@uppy/provider-views/lib/Item/index.js
94535
- function Item_extends() { Item_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Item_extends.apply(this, arguments); }
94670
+
94671
+ function Item_extends() {
94672
+ Item_extends = Object.assign ? Object.assign.bind() : function (target) {
94673
+ for (var i = 1; i < arguments.length; i++) {
94674
+ var source = arguments[i];
94675
+ for (var key in source) {
94676
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
94677
+ target[key] = source[key];
94678
+ }
94679
+ }
94680
+ }
94681
+ return target;
94682
+ };
94683
+ return Item_extends.apply(this, arguments);
94684
+ }
94536
94685
  /* eslint-disable react/require-default-props */
94537
94686
 
94538
94687
 
@@ -94585,6 +94734,8 @@ function Item(props) {
94585
94734
  }
94586
94735
  }
94587
94736
  ;// ./node_modules/_@uppy_provider-views@3.13.0@@uppy/provider-views/lib/Browser.js
94737
+
94738
+
94588
94739
  /* eslint-disable react/require-default-props */
94589
94740
 
94590
94741
 
@@ -94738,6 +94889,7 @@ function Browser(props) {
94738
94889
  role: "listbox"
94739
94890
  // making <ul> not focusable for firefox
94740
94891
  ,
94892
+
94741
94893
  tabIndex: -1
94742
94894
  }, rows.map(f => k(Browser_ListItem, {
94743
94895
  currentSelection: currentSelection,
@@ -94779,6 +94931,17 @@ class CloseWrapper extends C {
94779
94931
  ;// ./node_modules/_@uppy_provider-views@3.13.0@@uppy/provider-views/lib/View.js
94780
94932
 
94781
94933
 
94934
+
94935
+
94936
+
94937
+
94938
+
94939
+
94940
+
94941
+
94942
+
94943
+
94944
+
94782
94945
  // Conditional type for selecting the plugin
94783
94946
 
94784
94947
  // Conditional type for selecting the provider from the selected plugin
@@ -94974,9 +95137,22 @@ class View {
94974
95137
  }
94975
95138
  }
94976
95139
  ;// ./node_modules/_@uppy_provider-views@3.13.0@@uppy/provider-views/lib/ProviderView/ProviderView.js
94977
- function ProviderView_classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
95140
+
95141
+
95142
+
95143
+
95144
+
95145
+
95146
+ function ProviderView_classPrivateFieldLooseBase(receiver, privateKey) {
95147
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
95148
+ throw new TypeError("attempted to use private field on non-instance");
95149
+ }
95150
+ return receiver;
95151
+ }
94978
95152
  var ProviderView_id = 0;
94979
- function ProviderView_classPrivateFieldLooseKey(name) { return "__private_" + ProviderView_id++ + "_" + name; }
95153
+ function ProviderView_classPrivateFieldLooseKey(name) {
95154
+ return "__private_" + ProviderView_id++ + "_" + name;
95155
+ }
94980
95156
 
94981
95157
 
94982
95158
 
@@ -95557,9 +95733,21 @@ ProviderView.VERSION = ProviderView_packageJson.version;
95557
95733
  ;// ./node_modules/_@uppy_provider-views@3.13.0@@uppy/provider-views/lib/ProviderView/index.js
95558
95734
 
95559
95735
  ;// ./node_modules/_@uppy_provider-views@3.13.0@@uppy/provider-views/lib/SearchProviderView/SearchProviderView.js
95560
- function SearchProviderView_classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
95736
+
95737
+
95738
+
95739
+
95740
+
95741
+ function SearchProviderView_classPrivateFieldLooseBase(receiver, privateKey) {
95742
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
95743
+ throw new TypeError("attempted to use private field on non-instance");
95744
+ }
95745
+ return receiver;
95746
+ }
95561
95747
  var SearchProviderView_id = 0;
95562
- function SearchProviderView_classPrivateFieldLooseKey(name) { return "__private_" + SearchProviderView_id++ + "_" + name; }
95748
+ function SearchProviderView_classPrivateFieldLooseKey(name) {
95749
+ return "__private_" + SearchProviderView_id++ + "_" + name;
95750
+ }
95563
95751
 
95564
95752
 
95565
95753
 
@@ -96188,6 +96376,9 @@ function FilePreview_FilePreview(props) {
96188
96376
  }
96189
96377
  ;// ./node_modules/_@uppy_dashboard@3.9.1@@uppy/dashboard/lib/components/FileItem/MetaErrorMessage.js
96190
96378
 
96379
+
96380
+
96381
+
96191
96382
  const metaFieldIdToName = (metaFieldId, metaFields) => {
96192
96383
  const fields = typeof metaFields === 'function' ? metaFields() : metaFields;
96193
96384
  const field = fields.filter(f => f.id === metaFieldId);
@@ -96544,6 +96735,7 @@ function FileInfo(props) {
96544
96735
  file: props.file
96545
96736
  // eslint-disable-next-line no-alert
96546
96737
  ,
96738
+
96547
96739
  onClick: () => alert(props.file.error) // TODO: move to a custom alert implementation
96548
96740
  })), k("div", {
96549
96741
  className: "uppy-Dashboard-Item-status"
@@ -96882,6 +97074,11 @@ class FileItem extends C {
96882
97074
  ;// ./node_modules/_@uppy_dashboard@3.9.1@@uppy/dashboard/lib/components/FileList.js
96883
97075
 
96884
97076
 
97077
+
97078
+
97079
+
97080
+
97081
+
96885
97082
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
96886
97083
  // @ts-ignore untyped
96887
97084
 
@@ -96956,21 +97153,26 @@ function FileList(_ref) {
96956
97153
  key: fileID
96957
97154
  // @ts-expect-error it's fine
96958
97155
  ,
97156
+
96959
97157
  uppy: uppy
96960
97158
  // FIXME This is confusing, it's actually the Dashboard's plugin ID
96961
97159
  ,
97160
+
96962
97161
  id: id,
96963
97162
  error: error
96964
97163
  // TODO move this to context
96965
97164
  ,
97165
+
96966
97166
  i18n: i18n
96967
97167
  // features
96968
97168
  ,
97169
+
96969
97170
  acquirers: acquirers,
96970
97171
  resumableUploads: resumableUploads,
96971
97172
  individualCancellation: individualCancellation
96972
97173
  // visual options
96973
97174
  ,
97175
+
96974
97176
  hideRetryButton: hideRetryButton,
96975
97177
  hidePauseResumeButton: hidePauseResumeButton,
96976
97178
  hideCancelButton: hideCancelButton,
@@ -96984,6 +97186,7 @@ function FileList(_ref) {
96984
97186
  containerHeight: containerHeight
96985
97187
  // callbacks
96986
97188
  ,
97189
+
96987
97190
  toggleFileCard: toggleFileCard,
96988
97191
  handleRequestThumbnail: handleRequestThumbnail,
96989
97192
  handleCancelThumbnail: handleCancelThumbnail,
@@ -97007,6 +97210,9 @@ function FileList(_ref) {
97007
97210
  });
97008
97211
  }
97009
97212
  ;// ./node_modules/_@uppy_dashboard@3.9.1@@uppy/dashboard/lib/components/AddFiles.js
97213
+
97214
+
97215
+
97010
97216
  let _Symbol$for;
97011
97217
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
97012
97218
  // @ts-nocheck Typing this file requires more work, skipping it to unblock the rest of the transition.
@@ -97417,6 +97623,8 @@ function PickerPanelContent(_ref) {
97417
97623
  }
97418
97624
  /* harmony default export */ const components_PickerPanelContent = (PickerPanelContent);
97419
97625
  ;// ./node_modules/_@uppy_dashboard@3.9.1@@uppy/dashboard/lib/components/EditorPanel.js
97626
+
97627
+
97420
97628
  /* eslint-disable react/destructuring-assignment */
97421
97629
 
97422
97630
 
@@ -97587,6 +97795,8 @@ function PanelTopBar(props) {
97587
97795
  /* harmony default export */ const PickerPanelTopBar = (PanelTopBar);
97588
97796
  ;// ./node_modules/_@uppy_dashboard@3.9.1@@uppy/dashboard/lib/components/FileCard/RenderMetaFields.js
97589
97797
 
97798
+
97799
+
97590
97800
  function RenderMetaFields(props) {
97591
97801
  const {
97592
97802
  computedMetaFields,
@@ -97635,6 +97845,8 @@ function RenderMetaFields(props) {
97635
97845
 
97636
97846
 
97637
97847
 
97848
+
97849
+
97638
97850
  function FileCard(props) {
97639
97851
  var _getMetaFields;
97640
97852
  const {
@@ -97747,6 +97959,7 @@ function FileCard(props) {
97747
97959
  // If `form` attribute is supported, we want a submit button to trigger the form validation.
97748
97960
  // Otherwise, fallback to a classic button with a onClick event handler.
97749
97961
  ,
97962
+
97750
97963
  type: "submit",
97751
97964
  form: form.id
97752
97965
  }, i18n('saveChanges')), k("button", {
@@ -97832,7 +98045,23 @@ function Slide(_ref) {
97832
98045
  }
97833
98046
  /* harmony default export */ const components_Slide = (Slide);
97834
98047
  ;// ./node_modules/_@uppy_dashboard@3.9.1@@uppy/dashboard/lib/components/Dashboard.js
97835
- function Dashboard_extends() { Dashboard_extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return Dashboard_extends.apply(this, arguments); }
98048
+
98049
+
98050
+
98051
+ function Dashboard_extends() {
98052
+ Dashboard_extends = Object.assign ? Object.assign.bind() : function (target) {
98053
+ for (var i = 1; i < arguments.length; i++) {
98054
+ var source = arguments[i];
98055
+ for (var key in source) {
98056
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
98057
+ target[key] = source[key];
98058
+ }
98059
+ }
98060
+ }
98061
+ return target;
98062
+ };
98063
+ return Dashboard_extends.apply(this, arguments);
98064
+ }
97836
98065
  /* eslint-disable react/destructuring-assignment, react/jsx-props-no-spreading */
97837
98066
 
97838
98067
 
@@ -98108,9 +98337,24 @@ function Dashboard_Dashboard(props) {
98108
98337
  }
98109
98338
  });
98110
98339
  ;// ./node_modules/_@uppy_dashboard@3.9.1@@uppy/dashboard/lib/Dashboard.js
98111
- function Dashboard_classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
98340
+
98341
+
98342
+
98343
+
98344
+
98345
+
98346
+
98347
+
98348
+ function Dashboard_classPrivateFieldLooseBase(receiver, privateKey) {
98349
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
98350
+ throw new TypeError("attempted to use private field on non-instance");
98351
+ }
98352
+ return receiver;
98353
+ }
98112
98354
  var Dashboard_id = 0;
98113
- function Dashboard_classPrivateFieldLooseKey(name) { return "__private_" + Dashboard_id++ + "_" + name; }
98355
+ function Dashboard_classPrivateFieldLooseKey(name) {
98356
+ return "__private_" + Dashboard_id++ + "_" + name;
98357
+ }
98114
98358
 
98115
98359
 
98116
98360
 
@@ -99527,6 +99771,9 @@ const isVue2 = function () {
99527
99771
 
99528
99772
 
99529
99773
 
99774
+
99775
+
99776
+
99530
99777
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
99531
99778
  // @ts-ignore We don't want TS to generate types for the package.json
99532
99779
  const DragDrop_packageJson = {
@@ -99678,6 +99925,7 @@ class DragDrop extends lib_UIPlugin {
99678
99925
  multiple: restrictions.maxNumberOfFiles !== 1
99679
99926
  // @ts-expect-error We actually want to coerce the array to a string (or keep it as null/undefined)
99680
99927
  ,
99928
+
99681
99929
  accept: restrictions.allowedFileTypes,
99682
99930
  onChange: this.onInputChange
99683
99931
  });
@@ -100062,6 +100310,8 @@ ProgressBar.VERSION = ProgressBar_packageJson.version;
100062
100310
 
100063
100311
 
100064
100312
 
100313
+
100314
+
100065
100315
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
100066
100316
  // @ts-ignore We don't want TS to generate types for the package.json
100067
100317
  const FileInput_packageJson = {
@@ -100257,14 +100507,43 @@ FileInput.VERSION = FileInput_packageJson.version;
100257
100507
 
100258
100508
 
100259
100509
 
100510
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.aggregate-error.js
100511
+ var es_aggregate_error = __webpack_require__(86793);
100512
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.aggregate-error.cause.js
100513
+ var es_aggregate_error_cause = __webpack_require__(41496);
100514
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.array.unscopables.flat-map.js
100515
+ var es_array_unscopables_flat_map = __webpack_require__(84315);
100516
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.iterator.flat-map.js
100517
+ var es_iterator_flat_map = __webpack_require__(36781);
100518
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.object.from-entries.js
100519
+ var es_object_from_entries = __webpack_require__(98331);
100520
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.object.has-own.js
100521
+ var es_object_has_own = __webpack_require__(55705);
100260
100522
  // EXTERNAL MODULE: ./node_modules/_namespace-emitter@2.0.1@namespace-emitter/index.js
100261
100523
  var _namespace_emitter_2_0_1_namespace_emitter = __webpack_require__(75431);
100262
100524
  // EXTERNAL MODULE: ./node_modules/_lodash@4.18.1@lodash/throttle.js
100263
100525
  var throttle = __webpack_require__(63770);
100264
100526
  ;// ./node_modules/_@uppy_store-default@3.2.2@@uppy/store-default/lib/index.js
100265
- function lib_classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
100527
+
100528
+
100529
+
100530
+
100531
+
100532
+
100533
+
100534
+
100535
+
100536
+
100537
+ function lib_classPrivateFieldLooseBase(receiver, privateKey) {
100538
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
100539
+ throw new TypeError("attempted to use private field on non-instance");
100540
+ }
100541
+ return receiver;
100542
+ }
100266
100543
  var lib_id = 0;
100267
- function lib_classPrivateFieldLooseKey(name) { return "__private_" + lib_id++ + "_" + name; }
100544
+ function lib_classPrivateFieldLooseKey(name) {
100545
+ return "__private_" + lib_id++ + "_" + name;
100546
+ }
100268
100547
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
100269
100548
  // @ts-ignore We don't want TS to generate types for the package.json
100270
100549
  const store_default_lib_packageJson = {
@@ -100423,6 +100702,14 @@ const debugLogger = {
100423
100702
  // EXTERNAL MODULE: ./node_modules/_mime-match@1.0.2@mime-match/index.js
100424
100703
  var _mime_match_1_0_2_mime_match = __webpack_require__(49769);
100425
100704
  ;// ./node_modules/_@uppy_core@3.13.1@@uppy/core/lib/Restricter.js
100705
+
100706
+
100707
+
100708
+
100709
+
100710
+
100711
+
100712
+
100426
100713
  /* eslint-disable @typescript-eslint/ban-ts-comment */
100427
100714
  /* eslint-disable max-classes-per-file, class-methods-use-this */
100428
100715
 
@@ -100641,10 +100928,43 @@ class Restricter {
100641
100928
  }
100642
100929
  });
100643
100930
  ;// ./node_modules/_@uppy_core@3.13.1@@uppy/core/lib/Uppy.js
100931
+
100932
+
100933
+
100934
+
100935
+
100936
+
100937
+
100938
+
100939
+
100940
+
100941
+
100942
+
100943
+
100944
+
100945
+
100946
+
100947
+
100948
+
100949
+
100950
+
100951
+
100952
+
100953
+
100954
+
100955
+
100956
+
100644
100957
  let Uppy_Symbol$for, _Symbol$for2;
100645
- function Uppy_classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
100958
+ function Uppy_classPrivateFieldLooseBase(receiver, privateKey) {
100959
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
100960
+ throw new TypeError("attempted to use private field on non-instance");
100961
+ }
100962
+ return receiver;
100963
+ }
100646
100964
  var Uppy_id = 0;
100647
- function Uppy_classPrivateFieldLooseKey(name) { return "__private_" + Uppy_id++ + "_" + name; }
100965
+ function Uppy_classPrivateFieldLooseKey(name) {
100966
+ return "__private_" + Uppy_id++ + "_" + name;
100967
+ }
100648
100968
  /* eslint-disable max-classes-per-file */
100649
100969
  /* global AggregateError */
100650
100970
 
@@ -102426,6 +102746,8 @@ Uppy.VERSION = Uppy_packageJson.version;
102426
102746
  ;// ./node_modules/_@uppy_core@3.13.1@@uppy/core/dist/style.min.css
102427
102747
  // extracted by mini-css-extract-plugin
102428
102748
 
102749
+ // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.promise.all-settled.js
102750
+ var es_promise_all_settled = __webpack_require__(46889);
102429
102751
  ;// ./node_modules/_js-base64@3.7.8@js-base64/base64.mjs
102430
102752
  /**
102431
102753
  * base64.ts
@@ -104474,9 +104796,18 @@ var _window = window,
104474
104796
  var isSupported = browser_XMLHttpRequest && browser_Blob && typeof browser_Blob.prototype.slice === 'function';
104475
104797
 
104476
104798
  ;// ./node_modules/_@uppy_core@3.13.1@@uppy/core/lib/EventManager.js
104477
- function EventManager_classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
104799
+
104800
+
104801
+ function EventManager_classPrivateFieldLooseBase(receiver, privateKey) {
104802
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
104803
+ throw new TypeError("attempted to use private field on non-instance");
104804
+ }
104805
+ return receiver;
104806
+ }
104478
104807
  var EventManager_id = 0;
104479
- function EventManager_classPrivateFieldLooseKey(name) { return "__private_" + EventManager_id++ + "_" + name; }
104808
+ function EventManager_classPrivateFieldLooseKey(name) {
104809
+ return "__private_" + EventManager_id++ + "_" + name;
104810
+ }
104480
104811
  var _uppy = /*#__PURE__*/EventManager_classPrivateFieldLooseKey("uppy");
104481
104812
  var _events = /*#__PURE__*/EventManager_classPrivateFieldLooseKey("events");
104482
104813
  /**
@@ -104561,6 +104892,7 @@ class EventManager {
104561
104892
  }
104562
104893
  }
104563
104894
  ;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/NetworkError.js
104895
+
104564
104896
  class NetworkError extends Error {
104565
104897
  constructor(error, xhr) {
104566
104898
  if (xhr === void 0) {
@@ -104582,9 +104914,20 @@ function isNetworkError(xhr) {
104582
104914
  }
104583
104915
  /* harmony default export */ const lib_isNetworkError = (isNetworkError);
104584
104916
  ;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/RateLimitedQueue.js
104585
- function RateLimitedQueue_classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
104917
+
104918
+
104919
+
104920
+
104921
+ function RateLimitedQueue_classPrivateFieldLooseBase(receiver, privateKey) {
104922
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
104923
+ throw new TypeError("attempted to use private field on non-instance");
104924
+ }
104925
+ return receiver;
104926
+ }
104586
104927
  var RateLimitedQueue_id = 0;
104587
- function RateLimitedQueue_classPrivateFieldLooseKey(name) { return "__private_" + RateLimitedQueue_id++ + "_" + name; }
104928
+ function RateLimitedQueue_classPrivateFieldLooseKey(name) {
104929
+ return "__private_" + RateLimitedQueue_id++ + "_" + name;
104930
+ }
104588
104931
  function createCancelError(cause) {
104589
104932
  return new Error('Cancelled', {
104590
104933
  cause
@@ -104891,6 +105234,8 @@ function has(object, key) {
104891
105234
  return Object.prototype.hasOwnProperty.call(object, key);
104892
105235
  }
104893
105236
  ;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/fileFilters.js
105237
+
105238
+
104894
105239
  function filterNonFailedFiles(files) {
104895
105240
  const hasError = file => 'error' in file && !!file.error;
104896
105241
  return files.filter(file => !hasError(file));
@@ -104936,9 +105281,21 @@ function getFingerprint(uppyFile) {
104936
105281
  };
104937
105282
  }
104938
105283
  ;// ./node_modules/_@uppy_tus@3.5.5@@uppy/tus/lib/index.js
104939
- function tus_lib_classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
105284
+
105285
+
105286
+
105287
+
105288
+
105289
+ function tus_lib_classPrivateFieldLooseBase(receiver, privateKey) {
105290
+ if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
105291
+ throw new TypeError("attempted to use private field on non-instance");
105292
+ }
105293
+ return receiver;
105294
+ }
104940
105295
  var tus_lib_id = 0;
104941
- function tus_lib_classPrivateFieldLooseKey(name) { return "__private_" + tus_lib_id++ + "_" + name; }
105296
+ function tus_lib_classPrivateFieldLooseKey(name) {
105297
+ return "__private_" + tus_lib_id++ + "_" + name;
105298
+ }
104942
105299
 
104943
105300
 
104944
105301
 
@@ -105505,7 +105862,7 @@ html,body{width:100%;height:100%;overflow:hidden;font-family:"Microsoft YaHei",s
105505
105862
  <div class="sidebar">
105506
105863
  <div class="title">盖章操作</div>
105507
105864
  <div class="btns">
105508
- <button id="bu" class="p" disabled onclick="doUpload()">上传服务器</button>
105865
+ <button id="bu" class="p" disabled onclick="doUpload()">保存</button>
105509
105866
  <button onclick="doClose()">关闭窗口</button>
105510
105867
  </div>
105511
105868
  <div id="st" class="status">正在连接AIP...</div>
@@ -105773,6 +106130,7 @@ init();
105773
106130
  //
105774
106131
  //
105775
106132
  //
106133
+ //
105776
106134
  //
105777
106135
 
105778
106136
 
@@ -105866,6 +106224,9 @@ function componentvue_type_script_lang_js_getBase64(file) {
105866
106224
  return (window._CONFIG['businessBaseUrl'] || window._CONFIG['domianURL']) + url;
105867
106225
  // return (window._CONFIG['formActionURL'] || window._CONFIG['domianURL']) + url
105868
106226
  }
106227
+ },
106228
+ sealUploadDesign() {
106229
+ return !!window._CONFIG.sealUploadDesign;
105869
106230
  }
105870
106231
  },
105871
106232
  beforeDestroy() {
@@ -106274,10 +106635,10 @@ function componentvue_type_script_lang_js_getBase64(file) {
106274
106635
  });
106275
106636
  ;// ./src/form/modules/components/FileUpload/component.vue?vue&type=script&lang=js
106276
106637
  /* harmony default export */ const components_FileUpload_componentvue_type_script_lang_js = (FileUpload_componentvue_type_script_lang_js);
106277
- ;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/component.vue?vue&type=style&index=0&id=59f558ef&prod&lang=less&scoped=true
106638
+ ;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/FileUpload/component.vue?vue&type=style&index=0&id=20c8b8d0&prod&lang=less&scoped=true
106278
106639
  // extracted by mini-css-extract-plugin
106279
106640
 
106280
- ;// ./src/form/modules/components/FileUpload/component.vue?vue&type=style&index=0&id=59f558ef&prod&lang=less&scoped=true
106641
+ ;// ./src/form/modules/components/FileUpload/component.vue?vue&type=style&index=0&id=20c8b8d0&prod&lang=less&scoped=true
106281
106642
 
106282
106643
  ;// ./src/form/modules/components/FileUpload/component.vue
106283
106644
 
@@ -106290,19 +106651,19 @@ function componentvue_type_script_lang_js_getBase64(file) {
106290
106651
 
106291
106652
  var FileUpload_component_component = (0,componentNormalizer/* default */.A)(
106292
106653
  components_FileUpload_componentvue_type_script_lang_js,
106293
- componentvue_type_template_id_59f558ef_scoped_true_render,
106294
- componentvue_type_template_id_59f558ef_scoped_true_staticRenderFns,
106654
+ componentvue_type_template_id_20c8b8d0_scoped_true_render,
106655
+ componentvue_type_template_id_20c8b8d0_scoped_true_staticRenderFns,
106295
106656
  false,
106296
106657
  null,
106297
- "59f558ef",
106658
+ "20c8b8d0",
106298
106659
  null
106299
106660
 
106300
106661
  )
106301
106662
 
106302
106663
  /* harmony default export */ const FileUpload_component = (FileUpload_component_component.exports);
106303
- ;// ./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/FileUpload/widgetSetup.vue?vue&type=template&id=0f527599&scoped=true
106304
- var widgetSetupvue_type_template_id_0f527599_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',{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.h5PreviewOptions.length)?_c('a-form-model-item',{attrs:{"label":"移动端H5预览"}},[_c('a-switch',{model:{value:(_vm.widget.options.h5_preview),callback:function ($$v) {_vm.$set(_vm.widget.options, "h5_preview", $$v)},expression:"widget.options.h5_preview"}}),(_vm.widget.options.h5_preview)?_c('div',{staticStyle:{"margin-left":"20px"}},[_c('a-form-model-item',{attrs:{"label":"预览配置"}},[_c('a-select',{on:{"change":_vm.h5PreviewChange},model:{value:(_vm.widget.options.h5_preview_type),callback:function ($$v) {_vm.$set(_vm.widget.options, "h5_preview_type", $$v)},expression:"widget.options.h5_preview_type"}},_vm._l((_vm.h5PreviewOptions),function(dict,idx){return _c('a-select-option',{key:idx,attrs:{"name":dict.title,"value":dict.value,"desc":dict.description}},[_vm._v(_vm._s(dict.title))])}),1)],1)],1):_vm._e()],1):_vm._e(),_c('a-form-model-item',{attrs:{"label":"Ctrl+v粘贴文件"}},[_c('a-switch',{model:{value:(_vm.widget.options.isCVFile),callback:function ($$v) {_vm.$set(_vm.widget.options, "isCVFile", $$v)},expression:"widget.options.isCVFile"}})],1),(!_vm.widget.options.enableBigUpload)?[_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),_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()]:_vm._e(),_c('a-form-model-item',{attrs:{"label":"大文件上传"}},[_c('a-switch',{model:{value:(_vm.widget.options.enableBigUpload),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableBigUpload", $$v)},expression:"widget.options.enableBigUpload"}})],1),(_vm.widget.options.enableBigUpload)?_c('a-form-model-item',{attrs:{"label":"大文件上传地址"}},[_c('a-input',{attrs:{"type":"url"},model:{value:(_vm.widget.options.bigUploadUrl),callback:function ($$v) {_vm.$set(_vm.widget.options, "bigUploadUrl", $$v)},expression:"widget.options.bigUploadUrl"}})],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',{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-switch',{model:{value:(_vm.widget.options.enableSeal),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableSeal", $$v)},expression:"widget.options.enableSeal"}})],1),(_vm.widget.options.enableSeal)?_c('a-form-model-item',{attrs:{"label":"盖章上传地址"}},[_c('a-input',{attrs:{"placeholder":"留空则使用文件上传地址"},model:{value:(_vm.widget.options.sealUploadUrl),callback:function ($$v) {_vm.$set(_vm.widget.options, "sealUploadUrl", $$v)},expression:"widget.options.sealUploadUrl"}})],1):_vm._e()],2)],1)])])}
106305
- var widgetSetupvue_type_template_id_0f527599_scoped_true_staticRenderFns = []
106664
+ ;// ./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/FileUpload/widgetSetup.vue?vue&type=template&id=43fc7eb9&scoped=true
106665
+ var widgetSetupvue_type_template_id_43fc7eb9_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',{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.h5PreviewOptions.length)?_c('a-form-model-item',{attrs:{"label":"移动端H5预览"}},[_c('a-switch',{model:{value:(_vm.widget.options.h5_preview),callback:function ($$v) {_vm.$set(_vm.widget.options, "h5_preview", $$v)},expression:"widget.options.h5_preview"}}),(_vm.widget.options.h5_preview)?_c('div',{staticStyle:{"margin-left":"20px"}},[_c('a-form-model-item',{attrs:{"label":"预览配置"}},[_c('a-select',{on:{"change":_vm.h5PreviewChange},model:{value:(_vm.widget.options.h5_preview_type),callback:function ($$v) {_vm.$set(_vm.widget.options, "h5_preview_type", $$v)},expression:"widget.options.h5_preview_type"}},_vm._l((_vm.h5PreviewOptions),function(dict,idx){return _c('a-select-option',{key:idx,attrs:{"name":dict.title,"value":dict.value,"desc":dict.description}},[_vm._v(_vm._s(dict.title))])}),1)],1)],1):_vm._e()],1):_vm._e(),_c('a-form-model-item',{attrs:{"label":"Ctrl+v粘贴文件"}},[_c('a-switch',{model:{value:(_vm.widget.options.isCVFile),callback:function ($$v) {_vm.$set(_vm.widget.options, "isCVFile", $$v)},expression:"widget.options.isCVFile"}})],1),(!_vm.widget.options.enableBigUpload)?[_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),_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()]:_vm._e(),_c('a-form-model-item',{attrs:{"label":"大文件上传"}},[_c('a-switch',{model:{value:(_vm.widget.options.enableBigUpload),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableBigUpload", $$v)},expression:"widget.options.enableBigUpload"}})],1),(_vm.widget.options.enableBigUpload)?_c('a-form-model-item',{attrs:{"label":"大文件上传地址"}},[_c('a-input',{attrs:{"type":"url"},model:{value:(_vm.widget.options.bigUploadUrl),callback:function ($$v) {_vm.$set(_vm.widget.options, "bigUploadUrl", $$v)},expression:"widget.options.bigUploadUrl"}})],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',{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),(_vm.sealUploadDesign)?_c('a-form-model-item',{attrs:{"label":"启用盖章"}},[_c('a-switch',{model:{value:(_vm.widget.options.enableSeal),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableSeal", $$v)},expression:"widget.options.enableSeal"}})],1):_vm._e(),(_vm.sealUploadDesign && _vm.widget.options.enableSeal)?_c('a-form-model-item',{attrs:{"label":"盖章上传地址"}},[_c('a-input',{attrs:{"placeholder":"留空则使用文件上传地址"},model:{value:(_vm.widget.options.sealUploadUrl),callback:function ($$v) {_vm.$set(_vm.widget.options, "sealUploadUrl", $$v)},expression:"widget.options.sealUploadUrl"}})],1):_vm._e()],2)],1)])])}
106666
+ var widgetSetupvue_type_template_id_43fc7eb9_scoped_true_staticRenderFns = []
106306
106667
 
106307
106668
 
106308
106669
  ;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@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/components/FileUpload/widgetSetup.vue?vue&type=script&lang=js
@@ -106390,6 +106751,11 @@ var widgetSetupvue_type_template_id_0f527599_scoped_true_staticRenderFns = []
106390
106751
  source: "1"
106391
106752
  };
106392
106753
  },
106754
+ computed: {
106755
+ sealUploadDesign() {
106756
+ return !!window._CONFIG.sealUploadDesign;
106757
+ }
106758
+ },
106393
106759
  props: {
106394
106760
  widget: {
106395
106761
  type: Object,
@@ -106428,11 +106794,11 @@ var widgetSetupvue_type_template_id_0f527599_scoped_true_staticRenderFns = []
106428
106794
  ;
106429
106795
  var FileUpload_widgetSetup_component = (0,componentNormalizer/* default */.A)(
106430
106796
  components_FileUpload_widgetSetupvue_type_script_lang_js,
106431
- widgetSetupvue_type_template_id_0f527599_scoped_true_render,
106432
- widgetSetupvue_type_template_id_0f527599_scoped_true_staticRenderFns,
106797
+ widgetSetupvue_type_template_id_43fc7eb9_scoped_true_render,
106798
+ widgetSetupvue_type_template_id_43fc7eb9_scoped_true_staticRenderFns,
106433
106799
  false,
106434
106800
  null,
106435
- "0f527599",
106801
+ "43fc7eb9",
106436
106802
  null
106437
106803
 
106438
106804
  )
@@ -107418,8 +107784,6 @@ var componentvue_type_template_id_7931a7e0_scoped_true_render = function () {var
107418
107784
  var componentvue_type_template_id_7931a7e0_scoped_true_staticRenderFns = []
107419
107785
 
107420
107786
 
107421
- // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.iterator.reduce.js
107422
- var es_iterator_reduce = __webpack_require__(38331);
107423
107787
  ;// ./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/addDataSetTable.vue?vue&type=template&id=00aabf06&scoped=true
107424
107788
  var addDataSetTablevue_type_template_id_00aabf06_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":"请选择数据","width":900,"visible":_vm.visible,"destroyOnClose":true,"centered":true,"cancelText":"关闭","wrapClassName":"ant-modal-cust-warp","maskClosable":false},on:{"ok":_vm.handleOk,"cancel":_vm.handleCancel}},[_c('a-table',{staticClass:"add-table-scroll",staticStyle:{"margin-top":"20px"},attrs:{"columns":_vm.columns,"dataSource":_vm.dataSource,"loading":_vm.loading,"bordered":"","pagination":_vm.ipagination,"rowKey":_vm.rowKey,"scroll":{ x: _vm.isScorll },"row-selection":{type: _vm.isRadio ? 'radio' : 'checkbox', selectedRowKeys: _vm.selectedTableRowKeys, onChange: _vm.onSelectTableChange, onSelectAll: _vm.onSelectAll }},on:{"change":_vm.handleTableChange},scopedSlots:_vm._u([{key:"filterDropdown",fn:function(ref){
107425
107789
  var setSelectedKeys = ref.setSelectedKeys;
@@ -108274,8 +108638,6 @@ var componentvue_type_template_id_fdb6ba1e_scoped_true_render = function () {var
108274
108638
  var componentvue_type_template_id_fdb6ba1e_scoped_true_staticRenderFns = []
108275
108639
 
108276
108640
 
108277
- // EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.error.cause.js
108278
- var es_error_cause = __webpack_require__(44394);
108279
108641
  // EXTERNAL MODULE: ./node_modules/_moment@2.30.1@moment/moment.js
108280
108642
  var moment = __webpack_require__(50522);
108281
108643
  var moment_default = /*#__PURE__*/__webpack_require__.n(moment);
@@ -141081,7 +141443,7 @@ var staticRenderFns = []
141081
141443
 
141082
141444
 
141083
141445
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 1015 modules
141084
- var components = __webpack_require__(86169);
141446
+ var components = __webpack_require__(10819);
141085
141447
  ;// ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.4.1@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
141086
141448
  //
141087
141449
  //
@@ -143481,7 +143843,7 @@ var component = (0,componentNormalizer/* default */.A)(
143481
143843
 
143482
143844
  /* harmony default export */ const CorrectionModal = (component.exports);
143483
143845
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 1015 modules
143484
- var components = __webpack_require__(86169);
143846
+ var components = __webpack_require__(10819);
143485
143847
  // EXTERNAL MODULE: ./node_modules/_pubsub-js@1.9.5@pubsub-js/src/pubsub.js
143486
143848
  var pubsub = __webpack_require__(55469);
143487
143849
  var pubsub_default = /*#__PURE__*/__webpack_require__.n(pubsub);
@@ -144675,7 +145037,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
144675
145037
  // EXTERNAL MODULE: ./src/api/manage.js
144676
145038
  var manage = __webpack_require__(5335);
144677
145039
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 1015 modules
144678
- var components = __webpack_require__(86169);
145040
+ var components = __webpack_require__(10819);
144679
145041
  // EXTERNAL MODULE: ./src/form/util/Bus.js
144680
145042
  var Bus = __webpack_require__(31227);
144681
145043
  // EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
@@ -148922,6 +149284,57 @@ module.exports = function (iterator, fn, value, ENTRIES) {
148922
149284
  };
148923
149285
 
148924
149286
 
149287
+ /***/ },
149288
+
149289
+ /***/ 85826
149290
+ (module, __unused_webpack_exports, __webpack_require__) {
149291
+
149292
+ "use strict";
149293
+
149294
+ var wellKnownSymbol = __webpack_require__(65857);
149295
+
149296
+ var ITERATOR = wellKnownSymbol('iterator');
149297
+ var SAFE_CLOSING = false;
149298
+
149299
+ try {
149300
+ var called = 0;
149301
+ var iteratorWithReturn = {
149302
+ next: function () {
149303
+ return { done: !!called++ };
149304
+ },
149305
+ 'return': function () {
149306
+ SAFE_CLOSING = true;
149307
+ }
149308
+ };
149309
+ // eslint-disable-next-line unicorn/no-immediate-mutation -- ES3 syntax limitation
149310
+ iteratorWithReturn[ITERATOR] = function () {
149311
+ return this;
149312
+ };
149313
+ // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing
149314
+ Array.from(iteratorWithReturn, function () { throw 2; });
149315
+ } catch (error) { /* empty */ }
149316
+
149317
+ module.exports = function (exec, SKIP_CLOSING) {
149318
+ try {
149319
+ if (!SKIP_CLOSING && !SAFE_CLOSING) return false;
149320
+ } catch (error) { return false; } // workaround of old WebKit + `eval` bug
149321
+ var ITERATION_SUPPORT = false;
149322
+ try {
149323
+ var object = {};
149324
+ // eslint-disable-next-line unicorn/no-immediate-mutation -- ES3 syntax limitation
149325
+ object[ITERATOR] = function () {
149326
+ return {
149327
+ next: function () {
149328
+ return { done: ITERATION_SUPPORT = true };
149329
+ }
149330
+ };
149331
+ };
149332
+ exec(object);
149333
+ } catch (error) { /* empty */ }
149334
+ return ITERATION_SUPPORT;
149335
+ };
149336
+
149337
+
148925
149338
  /***/ },
148926
149339
 
148927
149340
  /***/ 93534
@@ -149368,6 +149781,30 @@ var UA = __webpack_require__(94677);
149368
149781
  module.exports = /MSIE|Trident/.test(UA);
149369
149782
 
149370
149783
 
149784
+ /***/ },
149785
+
149786
+ /***/ 39167
149787
+ (module, __unused_webpack_exports, __webpack_require__) {
149788
+
149789
+ "use strict";
149790
+
149791
+ var userAgent = __webpack_require__(94677);
149792
+
149793
+ module.exports = /ipad|iphone|ipod/i.test(userAgent) && typeof Pebble != 'undefined';
149794
+
149795
+
149796
+ /***/ },
149797
+
149798
+ /***/ 86466
149799
+ (module, __unused_webpack_exports, __webpack_require__) {
149800
+
149801
+ "use strict";
149802
+
149803
+ var userAgent = __webpack_require__(94677);
149804
+
149805
+ module.exports = /ipad|iphone|ipod/i.test(userAgent) && /applewebkit/i.test(userAgent);
149806
+
149807
+
149371
149808
  /***/ },
149372
149809
 
149373
149810
  /***/ 12311
@@ -149380,6 +149817,18 @@ var ENVIRONMENT = __webpack_require__(49001);
149380
149817
  module.exports = ENVIRONMENT === 'NODE';
149381
149818
 
149382
149819
 
149820
+ /***/ },
149821
+
149822
+ /***/ 40174
149823
+ (module, __unused_webpack_exports, __webpack_require__) {
149824
+
149825
+ "use strict";
149826
+
149827
+ var userAgent = __webpack_require__(94677);
149828
+
149829
+ module.exports = /web0s(?!.*chrome)/i.test(userAgent);
149830
+
149831
+
149383
149832
  /***/ },
149384
149833
 
149385
149834
  /***/ 94677
@@ -149852,6 +150301,25 @@ module.exports = function (obj) {
149852
150301
  };
149853
150302
 
149854
150303
 
150304
+ /***/ },
150305
+
150306
+ /***/ 92672
150307
+ (module, __unused_webpack_exports, __webpack_require__) {
150308
+
150309
+ "use strict";
150310
+
150311
+ var call = __webpack_require__(65759);
150312
+ var anObject = __webpack_require__(24261);
150313
+ var getIteratorDirect = __webpack_require__(17657);
150314
+ var getIteratorMethod = __webpack_require__(58105);
150315
+
150316
+ module.exports = function (obj, stringHandling) {
150317
+ if (!stringHandling || typeof obj !== 'string') anObject(obj);
150318
+ var method = getIteratorMethod(obj);
150319
+ return getIteratorDirect(anObject(method !== undefined ? call(method, obj) : obj));
150320
+ };
150321
+
150322
+
149855
150323
  /***/ },
149856
150324
 
149857
150325
  /***/ 58105
@@ -150982,6 +151450,93 @@ module.exports = Math.trunc || function trunc(x) {
150982
151450
  };
150983
151451
 
150984
151452
 
151453
+ /***/ },
151454
+
151455
+ /***/ 15321
151456
+ (module, __unused_webpack_exports, __webpack_require__) {
151457
+
151458
+ "use strict";
151459
+
151460
+ var globalThis = __webpack_require__(4570);
151461
+ var safeGetBuiltIn = __webpack_require__(10667);
151462
+ var bind = __webpack_require__(29346);
151463
+ var macrotask = (__webpack_require__(39231).set);
151464
+ var Queue = __webpack_require__(68339);
151465
+ var IS_IOS = __webpack_require__(86466);
151466
+ var IS_IOS_PEBBLE = __webpack_require__(39167);
151467
+ var IS_WEBOS_WEBKIT = __webpack_require__(40174);
151468
+ var IS_NODE = __webpack_require__(12311);
151469
+
151470
+ var MutationObserver = globalThis.MutationObserver || globalThis.WebKitMutationObserver;
151471
+ var document = globalThis.document;
151472
+ var process = globalThis.process;
151473
+ var Promise = globalThis.Promise;
151474
+ var microtask = safeGetBuiltIn('queueMicrotask');
151475
+ var notify, toggle, node, promise, then;
151476
+
151477
+ // modern engines have queueMicrotask method
151478
+ if (!microtask) {
151479
+ var queue = new Queue();
151480
+
151481
+ var flush = function () {
151482
+ var parent, fn;
151483
+ if (IS_NODE && (parent = process.domain)) parent.exit();
151484
+ while (fn = queue.get()) try {
151485
+ fn();
151486
+ } catch (error) {
151487
+ if (queue.head) notify();
151488
+ throw error;
151489
+ }
151490
+ if (parent) parent.enter();
151491
+ };
151492
+
151493
+ // browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339
151494
+ // also except WebOS Webkit https://github.com/zloirock/core-js/issues/898
151495
+ if (!IS_IOS && !IS_NODE && !IS_WEBOS_WEBKIT && MutationObserver && document) {
151496
+ toggle = true;
151497
+ node = document.createTextNode('');
151498
+ new MutationObserver(flush).observe(node, { characterData: true });
151499
+ notify = function () {
151500
+ node.data = toggle = !toggle;
151501
+ };
151502
+ // environments with maybe non-completely correct, but existent Promise
151503
+ } else if (!IS_IOS_PEBBLE && Promise && Promise.resolve) {
151504
+ // Promise.resolve without an argument throws an error in LG WebOS 2
151505
+ promise = Promise.resolve(undefined);
151506
+ // workaround of WebKit ~ iOS Safari 10.1 bug
151507
+ promise.constructor = Promise;
151508
+ then = bind(promise.then, promise);
151509
+ notify = function () {
151510
+ then(flush);
151511
+ };
151512
+ // Node.js without promises
151513
+ } else if (IS_NODE) {
151514
+ notify = function () {
151515
+ process.nextTick(flush);
151516
+ };
151517
+ // for other environments - macrotask based on:
151518
+ // - setImmediate
151519
+ // - MessageChannel
151520
+ // - window.postMessage
151521
+ // - onreadystatechange
151522
+ // - setTimeout
151523
+ } else {
151524
+ // `webpack` dev server bug on IE global methods - use bind(fn, global)
151525
+ macrotask = bind(macrotask, globalThis);
151526
+ notify = function () {
151527
+ macrotask(flush);
151528
+ };
151529
+ }
151530
+
151531
+ microtask = function (fn) {
151532
+ if (!queue.head) notify();
151533
+ queue.add(fn);
151534
+ };
151535
+ }
151536
+
151537
+ module.exports = microtask;
151538
+
151539
+
150985
151540
  /***/ },
150986
151541
 
150987
151542
  /***/ 98877
@@ -151001,6 +151556,35 @@ module.exports = !fails(function () {
151001
151556
  });
151002
151557
 
151003
151558
 
151559
+ /***/ },
151560
+
151561
+ /***/ 84325
151562
+ (module, __unused_webpack_exports, __webpack_require__) {
151563
+
151564
+ "use strict";
151565
+
151566
+ var aCallable = __webpack_require__(57704);
151567
+
151568
+ var $TypeError = TypeError;
151569
+
151570
+ var PromiseCapability = function (C) {
151571
+ var resolve, reject;
151572
+ this.promise = new C(function ($$resolve, $$reject) {
151573
+ if (resolve !== undefined || reject !== undefined) throw new $TypeError('Bad Promise constructor');
151574
+ resolve = $$resolve;
151575
+ reject = $$reject;
151576
+ });
151577
+ this.resolve = aCallable(resolve);
151578
+ this.reject = aCallable(reject);
151579
+ };
151580
+
151581
+ // `NewPromiseCapability` abstract operation
151582
+ // https://tc39.es/ecma262/#sec-newpromisecapability
151583
+ module.exports.f = function (C) {
151584
+ return new PromiseCapability(C);
151585
+ };
151586
+
151587
+
151004
151588
  /***/ },
151005
151589
 
151006
151590
  /***/ 8257
@@ -151526,6 +152110,105 @@ module.exports = function (source, i) {
151526
152110
  };
151527
152111
 
151528
152112
 
152113
+ /***/ },
152114
+
152115
+ /***/ 89233
152116
+ (module) {
152117
+
152118
+ "use strict";
152119
+
152120
+ module.exports = function (exec) {
152121
+ try {
152122
+ return { error: false, value: exec() };
152123
+ } catch (error) {
152124
+ return { error: true, value: error };
152125
+ }
152126
+ };
152127
+
152128
+
152129
+ /***/ },
152130
+
152131
+ /***/ 28062
152132
+ (module, __unused_webpack_exports, __webpack_require__) {
152133
+
152134
+ "use strict";
152135
+
152136
+ var globalThis = __webpack_require__(4570);
152137
+ var NativePromiseConstructor = __webpack_require__(41392);
152138
+ var isCallable = __webpack_require__(88571);
152139
+ var isForced = __webpack_require__(60858);
152140
+ var inspectSource = __webpack_require__(97220);
152141
+ var wellKnownSymbol = __webpack_require__(65857);
152142
+ var ENVIRONMENT = __webpack_require__(49001);
152143
+ var IS_PURE = __webpack_require__(46581);
152144
+ var V8_VERSION = __webpack_require__(17917);
152145
+
152146
+ var NativePromisePrototype = NativePromiseConstructor && NativePromiseConstructor.prototype;
152147
+ var SPECIES = wellKnownSymbol('species');
152148
+ var SUBCLASSING = false;
152149
+ var NATIVE_PROMISE_REJECTION_EVENT = isCallable(globalThis.PromiseRejectionEvent);
152150
+
152151
+ var FORCED_PROMISE_CONSTRUCTOR = isForced('Promise', function () {
152152
+ var PROMISE_CONSTRUCTOR_SOURCE = inspectSource(NativePromiseConstructor);
152153
+ var GLOBAL_CORE_JS_PROMISE = PROMISE_CONSTRUCTOR_SOURCE !== String(NativePromiseConstructor);
152154
+ // V8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables
152155
+ // https://bugs.chromium.org/p/chromium/issues/detail?id=830565
152156
+ // We can't detect it synchronously, so just check versions
152157
+ if (!GLOBAL_CORE_JS_PROMISE && V8_VERSION === 66) return true;
152158
+ // We need Promise#{ catch, finally } in the pure version for preventing prototype pollution
152159
+ if (IS_PURE && !(NativePromisePrototype['catch'] && NativePromisePrototype['finally'])) return true;
152160
+ // We can't use @@species feature detection in V8 since it causes
152161
+ // deoptimization and performance degradation
152162
+ // https://github.com/zloirock/core-js/issues/679
152163
+ if (!V8_VERSION || V8_VERSION < 51 || !/native code/.test(PROMISE_CONSTRUCTOR_SOURCE)) {
152164
+ // Detect correctness of subclassing with @@species support
152165
+ var promise = new NativePromiseConstructor(function (resolve) { resolve(1); });
152166
+ var FakePromise = function (exec) {
152167
+ exec(function () { /* empty */ }, function () { /* empty */ });
152168
+ };
152169
+ var constructor = promise.constructor = {};
152170
+ constructor[SPECIES] = FakePromise;
152171
+ SUBCLASSING = promise.then(function () { /* empty */ }) instanceof FakePromise;
152172
+ if (!SUBCLASSING) return true;
152173
+ // Unhandled rejections tracking support, NodeJS Promise without it fails @@species test
152174
+ } return !GLOBAL_CORE_JS_PROMISE && (ENVIRONMENT === 'BROWSER' || ENVIRONMENT === 'DENO') && !NATIVE_PROMISE_REJECTION_EVENT;
152175
+ });
152176
+
152177
+ module.exports = {
152178
+ CONSTRUCTOR: FORCED_PROMISE_CONSTRUCTOR,
152179
+ REJECTION_EVENT: NATIVE_PROMISE_REJECTION_EVENT,
152180
+ SUBCLASSING: SUBCLASSING
152181
+ };
152182
+
152183
+
152184
+ /***/ },
152185
+
152186
+ /***/ 41392
152187
+ (module, __unused_webpack_exports, __webpack_require__) {
152188
+
152189
+ "use strict";
152190
+
152191
+ var globalThis = __webpack_require__(4570);
152192
+
152193
+ module.exports = globalThis.Promise;
152194
+
152195
+
152196
+ /***/ },
152197
+
152198
+ /***/ 76655
152199
+ (module, __unused_webpack_exports, __webpack_require__) {
152200
+
152201
+ "use strict";
152202
+
152203
+ var NativePromiseConstructor = __webpack_require__(41392);
152204
+ var checkCorrectnessOfIteration = __webpack_require__(85826);
152205
+ var FORCED_PROMISE_CONSTRUCTOR = (__webpack_require__(28062).CONSTRUCTOR);
152206
+
152207
+ module.exports = FORCED_PROMISE_CONSTRUCTOR || !checkCorrectnessOfIteration(function (iterable) {
152208
+ NativePromiseConstructor.all(iterable).then(undefined, function () { /* empty */ });
152209
+ });
152210
+
152211
+
151529
152212
  /***/ },
151530
152213
 
151531
152214
  /***/ 3102
@@ -151544,6 +152227,39 @@ module.exports = function (Target, Source, key) {
151544
152227
  };
151545
152228
 
151546
152229
 
152230
+ /***/ },
152231
+
152232
+ /***/ 68339
152233
+ (module) {
152234
+
152235
+ "use strict";
152236
+
152237
+ var Queue = function () {
152238
+ this.head = null;
152239
+ this.tail = null;
152240
+ };
152241
+
152242
+ Queue.prototype = {
152243
+ add: function (item) {
152244
+ var entry = { item: item, next: null };
152245
+ var tail = this.tail;
152246
+ if (tail) tail.next = entry;
152247
+ else this.head = entry;
152248
+ this.tail = entry;
152249
+ },
152250
+ get: function () {
152251
+ var entry = this.head;
152252
+ if (entry) {
152253
+ var next = this.head = entry.next;
152254
+ if (next === null) this.tail = null;
152255
+ return entry.item;
152256
+ }
152257
+ }
152258
+ };
152259
+
152260
+ module.exports = Queue;
152261
+
152262
+
151547
152263
  /***/ },
151548
152264
 
151549
152265
  /***/ 34163
@@ -151668,6 +152384,27 @@ module.exports = function (it) {
151668
152384
  };
151669
152385
 
151670
152386
 
152387
+ /***/ },
152388
+
152389
+ /***/ 10667
152390
+ (module, __unused_webpack_exports, __webpack_require__) {
152391
+
152392
+ "use strict";
152393
+
152394
+ var globalThis = __webpack_require__(4570);
152395
+ var DESCRIPTORS = __webpack_require__(49006);
152396
+
152397
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
152398
+ var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
152399
+
152400
+ // Avoid NodeJS experimental warning
152401
+ module.exports = function (name) {
152402
+ if (!DESCRIPTORS) return globalThis[name];
152403
+ var descriptor = getOwnPropertyDescriptor(globalThis, name);
152404
+ return descriptor && descriptor.value;
152405
+ };
152406
+
152407
+
151671
152408
  /***/ },
151672
152409
 
151673
152410
  /***/ 34840
@@ -152169,6 +152906,131 @@ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
152169
152906
  });
152170
152907
 
152171
152908
 
152909
+ /***/ },
152910
+
152911
+ /***/ 39231
152912
+ (module, __unused_webpack_exports, __webpack_require__) {
152913
+
152914
+ "use strict";
152915
+
152916
+ var globalThis = __webpack_require__(4570);
152917
+ var apply = __webpack_require__(72379);
152918
+ var bind = __webpack_require__(29346);
152919
+ var isCallable = __webpack_require__(88571);
152920
+ var hasOwn = __webpack_require__(68859);
152921
+ var fails = __webpack_require__(26537);
152922
+ var html = __webpack_require__(39563);
152923
+ var arraySlice = __webpack_require__(91634);
152924
+ var createElement = __webpack_require__(87257);
152925
+ var validateArgumentsLength = __webpack_require__(71602);
152926
+ var IS_IOS = __webpack_require__(86466);
152927
+ var IS_NODE = __webpack_require__(12311);
152928
+
152929
+ var set = globalThis.setImmediate;
152930
+ var clear = globalThis.clearImmediate;
152931
+ var process = globalThis.process;
152932
+ var Dispatch = globalThis.Dispatch;
152933
+ var Function = globalThis.Function;
152934
+ var MessageChannel = globalThis.MessageChannel;
152935
+ var String = globalThis.String;
152936
+ var counter = 0;
152937
+ var queue = {};
152938
+ var ONREADYSTATECHANGE = 'onreadystatechange';
152939
+ var $location, defer, channel, port;
152940
+
152941
+ fails(function () {
152942
+ // Deno throws a ReferenceError on `location` access without `--location` flag
152943
+ $location = globalThis.location;
152944
+ });
152945
+
152946
+ var run = function (id) {
152947
+ if (hasOwn(queue, id)) {
152948
+ var fn = queue[id];
152949
+ delete queue[id];
152950
+ fn();
152951
+ }
152952
+ };
152953
+
152954
+ var runner = function (id) {
152955
+ return function () {
152956
+ run(id);
152957
+ };
152958
+ };
152959
+
152960
+ var eventListener = function (event) {
152961
+ run(event.data);
152962
+ };
152963
+
152964
+ var globalPostMessageDefer = function (id) {
152965
+ // old engines have not location.origin
152966
+ globalThis.postMessage(String(id), $location.protocol + '//' + $location.host);
152967
+ };
152968
+
152969
+ // Node.js 0.9+ & IE10+ has setImmediate, otherwise:
152970
+ if (!set || !clear) {
152971
+ set = function setImmediate(handler) {
152972
+ validateArgumentsLength(arguments.length, 1);
152973
+ var fn = isCallable(handler) ? handler : Function(handler);
152974
+ var args = arraySlice(arguments, 1);
152975
+ queue[++counter] = function () {
152976
+ apply(fn, undefined, args);
152977
+ };
152978
+ defer(counter);
152979
+ return counter;
152980
+ };
152981
+ clear = function clearImmediate(id) {
152982
+ delete queue[id];
152983
+ };
152984
+ // Node.js 0.8-
152985
+ if (IS_NODE) {
152986
+ defer = function (id) {
152987
+ process.nextTick(runner(id));
152988
+ };
152989
+ // Sphere (JS game engine) Dispatch API
152990
+ } else if (Dispatch && Dispatch.now) {
152991
+ defer = function (id) {
152992
+ Dispatch.now(runner(id));
152993
+ };
152994
+ // Browsers with MessageChannel, includes WebWorkers
152995
+ // except iOS - https://github.com/zloirock/core-js/issues/624
152996
+ } else if (MessageChannel && !IS_IOS) {
152997
+ channel = new MessageChannel();
152998
+ port = channel.port2;
152999
+ channel.port1.onmessage = eventListener;
153000
+ defer = bind(port.postMessage, port);
153001
+ // Browsers with postMessage, skip WebWorkers
153002
+ // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'
153003
+ } else if (
153004
+ globalThis.addEventListener &&
153005
+ isCallable(globalThis.postMessage) &&
153006
+ !globalThis.importScripts &&
153007
+ $location && $location.protocol !== 'file:' &&
153008
+ !fails(globalPostMessageDefer)
153009
+ ) {
153010
+ defer = globalPostMessageDefer;
153011
+ globalThis.addEventListener('message', eventListener, false);
153012
+ // IE8-
153013
+ } else if (ONREADYSTATECHANGE in createElement('script')) {
153014
+ defer = function (id) {
153015
+ html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () {
153016
+ html.removeChild(this);
153017
+ run(id);
153018
+ };
153019
+ };
153020
+ // Rest old browsers
153021
+ } else {
153022
+ defer = function (id) {
153023
+ setTimeout(runner(id), 0);
153024
+ };
153025
+ }
153026
+ }
153027
+
153028
+ module.exports = {
153029
+ set: set,
153030
+ clear: clear
153031
+ };
153032
+
153033
+
152172
153034
  /***/ },
152173
153035
 
152174
153036
  /***/ 95328
@@ -152828,6 +153690,107 @@ module.exports = function (FULL_NAME, wrapper, FORCED, IS_AGGREGATE_ERROR) {
152828
153690
  };
152829
153691
 
152830
153692
 
153693
+ /***/ },
153694
+
153695
+ /***/ 41496
153696
+ (__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
153697
+
153698
+ "use strict";
153699
+
153700
+ var $ = __webpack_require__(10388);
153701
+ var getBuiltIn = __webpack_require__(31329);
153702
+ var apply = __webpack_require__(72379);
153703
+ var fails = __webpack_require__(26537);
153704
+ var wrapErrorConstructorWithCause = __webpack_require__(78303);
153705
+
153706
+ var AGGREGATE_ERROR = 'AggregateError';
153707
+ var $AggregateError = getBuiltIn(AGGREGATE_ERROR);
153708
+
153709
+ var FORCED = !fails(function () {
153710
+ return $AggregateError([1]).errors[0] !== 1;
153711
+ }) && fails(function () {
153712
+ return $AggregateError([1], AGGREGATE_ERROR, { cause: 7 }).cause !== 7;
153713
+ });
153714
+
153715
+ // https://tc39.es/ecma262/#sec-aggregate-error
153716
+ $({ global: true, constructor: true, arity: 2, forced: FORCED }, {
153717
+ AggregateError: wrapErrorConstructorWithCause(AGGREGATE_ERROR, function (init) {
153718
+ // eslint-disable-next-line no-unused-vars -- required for functions `.length`
153719
+ return function AggregateError(errors, message) { return apply(init, this, arguments); };
153720
+ }, FORCED, true)
153721
+ });
153722
+
153723
+
153724
+ /***/ },
153725
+
153726
+ /***/ 67955
153727
+ (__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
153728
+
153729
+ "use strict";
153730
+
153731
+ var $ = __webpack_require__(10388);
153732
+ var isPrototypeOf = __webpack_require__(42591);
153733
+ var getPrototypeOf = __webpack_require__(87565);
153734
+ var setPrototypeOf = __webpack_require__(66081);
153735
+ var copyConstructorProperties = __webpack_require__(38374);
153736
+ var create = __webpack_require__(54714);
153737
+ var createNonEnumerableProperty = __webpack_require__(79869);
153738
+ var createPropertyDescriptor = __webpack_require__(73242);
153739
+ var installErrorCause = __webpack_require__(14930);
153740
+ var installErrorStack = __webpack_require__(75937);
153741
+ var iterate = __webpack_require__(70722);
153742
+ var normalizeStringArgument = __webpack_require__(8257);
153743
+ var wellKnownSymbol = __webpack_require__(65857);
153744
+
153745
+ var TO_STRING_TAG = wellKnownSymbol('toStringTag');
153746
+ var $Error = Error;
153747
+ var push = [].push;
153748
+
153749
+ var $AggregateError = function AggregateError(errors, message /* , options */) {
153750
+ var isInstance = isPrototypeOf(AggregateErrorPrototype, this);
153751
+ var that;
153752
+ if (setPrototypeOf) {
153753
+ that = setPrototypeOf(new $Error(), isInstance ? getPrototypeOf(this) : AggregateErrorPrototype);
153754
+ } else {
153755
+ that = isInstance ? this : create(AggregateErrorPrototype);
153756
+ createNonEnumerableProperty(that, TO_STRING_TAG, 'Error');
153757
+ }
153758
+ if (message !== undefined) createNonEnumerableProperty(that, 'message', normalizeStringArgument(message));
153759
+ installErrorStack(that, $AggregateError, that.stack, 1);
153760
+ if (arguments.length > 2) installErrorCause(that, arguments[2]);
153761
+ var errorsArray = [];
153762
+ iterate(errors, push, { that: errorsArray });
153763
+ createNonEnumerableProperty(that, 'errors', errorsArray);
153764
+ return that;
153765
+ };
153766
+
153767
+ if (setPrototypeOf) setPrototypeOf($AggregateError, $Error);
153768
+ else copyConstructorProperties($AggregateError, $Error, { name: true });
153769
+
153770
+ var AggregateErrorPrototype = $AggregateError.prototype = create($Error.prototype, {
153771
+ constructor: createPropertyDescriptor(1, $AggregateError),
153772
+ message: createPropertyDescriptor(1, ''),
153773
+ name: createPropertyDescriptor(1, 'AggregateError')
153774
+ });
153775
+
153776
+ // `AggregateError` constructor
153777
+ // https://tc39.es/ecma262/#sec-aggregate-error-constructor
153778
+ $({ global: true, constructor: true, arity: 2 }, {
153779
+ AggregateError: $AggregateError
153780
+ });
153781
+
153782
+
153783
+ /***/ },
153784
+
153785
+ /***/ 86793
153786
+ (__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
153787
+
153788
+ "use strict";
153789
+
153790
+ // TODO: Remove this module from `core-js@4` since it's replaced to module below
153791
+ __webpack_require__(67955);
153792
+
153793
+
152831
153794
  /***/ },
152832
153795
 
152833
153796
  /***/ 81763
@@ -153085,6 +154048,21 @@ $({ target: 'Array', proto: true, forced: FORCED }, {
153085
154048
  });
153086
154049
 
153087
154050
 
154051
+ /***/ },
154052
+
154053
+ /***/ 84315
154054
+ (__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
154055
+
154056
+ "use strict";
154057
+
154058
+ // this method was added to unscopables after implementation
154059
+ // in popular engines, so it's moved to a separate module
154060
+ var addToUnscopables = __webpack_require__(47255);
154061
+
154062
+ // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
154063
+ addToUnscopables('flatMap');
154064
+
154065
+
153088
154066
  /***/ },
153089
154067
 
153090
154068
  /***/ 79544
@@ -153494,6 +154472,89 @@ $({ target: 'Iterator', proto: true, real: true, forced: findWithoutClosingOnEar
153494
154472
  });
153495
154473
 
153496
154474
 
154475
+ /***/ },
154476
+
154477
+ /***/ 36781
154478
+ (__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
154479
+
154480
+ "use strict";
154481
+
154482
+ var $ = __webpack_require__(10388);
154483
+ var call = __webpack_require__(65759);
154484
+ var aCallable = __webpack_require__(57704);
154485
+ var anObject = __webpack_require__(24261);
154486
+ var getIteratorDirect = __webpack_require__(17657);
154487
+ var getIteratorFlattenable = __webpack_require__(92672);
154488
+ var createIteratorProxy = __webpack_require__(95380);
154489
+ var iteratorClose = __webpack_require__(71889);
154490
+ var IS_PURE = __webpack_require__(46581);
154491
+ var iteratorHelperThrowsOnInvalidIterator = __webpack_require__(15822);
154492
+ var iteratorHelperWithoutClosingOnEarlyError = __webpack_require__(92179);
154493
+
154494
+ // Should not throw an error for an iterator without `return` method. Fixed in Safari 26.2
154495
+ // https://bugs.webkit.org/show_bug.cgi?id=297532
154496
+ function throwsOnIteratorWithoutReturn() {
154497
+ try {
154498
+ // eslint-disable-next-line es/no-map, es/no-iterator, es/no-iterator-prototype-flatmap -- required for testing
154499
+ var it = Iterator.prototype.flatMap.call(new Map([[4, 5]]).entries(), function (v) { return v; });
154500
+ it.next();
154501
+ it['return']();
154502
+ } catch (error) {
154503
+ return true;
154504
+ }
154505
+ }
154506
+
154507
+ var FLAT_MAP_WITHOUT_THROWING_ON_INVALID_ITERATOR = !IS_PURE
154508
+ && !iteratorHelperThrowsOnInvalidIterator('flatMap', function () { /* empty */ });
154509
+ var flatMapWithoutClosingOnEarlyError = !IS_PURE && !FLAT_MAP_WITHOUT_THROWING_ON_INVALID_ITERATOR
154510
+ && iteratorHelperWithoutClosingOnEarlyError('flatMap', TypeError);
154511
+
154512
+ var FORCED = IS_PURE || FLAT_MAP_WITHOUT_THROWING_ON_INVALID_ITERATOR || flatMapWithoutClosingOnEarlyError
154513
+ || throwsOnIteratorWithoutReturn();
154514
+
154515
+ var IteratorProxy = createIteratorProxy(function () {
154516
+ var iterator = this.iterator;
154517
+ var mapper = this.mapper;
154518
+ var result, inner;
154519
+
154520
+ while (true) {
154521
+ if (inner = this.inner) try {
154522
+ result = anObject(call(inner.next, inner.iterator));
154523
+ if (!result.done) return result.value;
154524
+ this.inner = null;
154525
+ } catch (error) { iteratorClose(iterator, 'throw', error); }
154526
+
154527
+ result = anObject(call(this.next, iterator));
154528
+
154529
+ if (this.done = !!result.done) return;
154530
+
154531
+ try {
154532
+ this.inner = getIteratorFlattenable(mapper(result.value, this.counter++), false);
154533
+ } catch (error) { iteratorClose(iterator, 'throw', error); }
154534
+ }
154535
+ });
154536
+
154537
+ // `Iterator.prototype.flatMap` method
154538
+ // https://tc39.es/ecma262/#sec-iterator.prototype.flatmap
154539
+ $({ target: 'Iterator', proto: true, real: true, forced: FORCED }, {
154540
+ flatMap: function flatMap(mapper) {
154541
+ anObject(this);
154542
+ try {
154543
+ aCallable(mapper);
154544
+ } catch (error) {
154545
+ iteratorClose(this, 'throw', error);
154546
+ }
154547
+
154548
+ if (flatMapWithoutClosingOnEarlyError) return call(flatMapWithoutClosingOnEarlyError, this, mapper);
154549
+
154550
+ return new IteratorProxy(getIteratorDirect(this), {
154551
+ mapper: mapper,
154552
+ inner: null
154553
+ });
154554
+ }
154555
+ });
154556
+
154557
+
153497
154558
  /***/ },
153498
154559
 
153499
154560
  /***/ 65546
@@ -154158,6 +155219,99 @@ $({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {
154158
155219
  });
154159
155220
 
154160
155221
 
155222
+ /***/ },
155223
+
155224
+ /***/ 98331
155225
+ (__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
155226
+
155227
+ "use strict";
155228
+
155229
+ var $ = __webpack_require__(10388);
155230
+ var iterate = __webpack_require__(70722);
155231
+ var createProperty = __webpack_require__(33950);
155232
+
155233
+ // `Object.fromEntries` method
155234
+ // https://tc39.es/ecma262/#sec-object.fromentries
155235
+ $({ target: 'Object', stat: true }, {
155236
+ fromEntries: function fromEntries(iterable) {
155237
+ var obj = {};
155238
+ iterate(iterable, function (k, v) {
155239
+ createProperty(obj, k, v);
155240
+ }, { AS_ENTRIES: true });
155241
+ return obj;
155242
+ }
155243
+ });
155244
+
155245
+
155246
+ /***/ },
155247
+
155248
+ /***/ 55705
155249
+ (__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
155250
+
155251
+ "use strict";
155252
+
155253
+ var $ = __webpack_require__(10388);
155254
+ var hasOwn = __webpack_require__(68859);
155255
+
155256
+ // `Object.hasOwn` method
155257
+ // https://tc39.es/ecma262/#sec-object.hasown
155258
+ $({ target: 'Object', stat: true }, {
155259
+ hasOwn: hasOwn
155260
+ });
155261
+
155262
+
155263
+ /***/ },
155264
+
155265
+ /***/ 46889
155266
+ (__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
155267
+
155268
+ "use strict";
155269
+
155270
+ var $ = __webpack_require__(10388);
155271
+ var call = __webpack_require__(65759);
155272
+ var aCallable = __webpack_require__(57704);
155273
+ var newPromiseCapabilityModule = __webpack_require__(84325);
155274
+ var perform = __webpack_require__(89233);
155275
+ var iterate = __webpack_require__(70722);
155276
+ var PROMISE_STATICS_INCORRECT_ITERATION = __webpack_require__(76655);
155277
+
155278
+ // `Promise.allSettled` method
155279
+ // https://tc39.es/ecma262/#sec-promise.allsettled
155280
+ $({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION }, {
155281
+ allSettled: function allSettled(iterable) {
155282
+ var C = this;
155283
+ var capability = newPromiseCapabilityModule.f(C);
155284
+ var resolve = capability.resolve;
155285
+ var reject = capability.reject;
155286
+ var result = perform(function () {
155287
+ var promiseResolve = aCallable(C.resolve);
155288
+ var values = [];
155289
+ var counter = 0;
155290
+ var remaining = 1;
155291
+ iterate(iterable, function (promise) {
155292
+ var index = counter++;
155293
+ var alreadyCalled = false;
155294
+ remaining++;
155295
+ call(promiseResolve, C, promise).then(function (value) {
155296
+ if (alreadyCalled) return;
155297
+ alreadyCalled = true;
155298
+ values[index] = { status: 'fulfilled', value: value };
155299
+ --remaining || resolve(values);
155300
+ }, function (error) {
155301
+ if (alreadyCalled) return;
155302
+ alreadyCalled = true;
155303
+ values[index] = { status: 'rejected', reason: error };
155304
+ --remaining || resolve(values);
155305
+ });
155306
+ });
155307
+ --remaining || resolve(values);
155308
+ });
155309
+ if (result.error) reject(result.value);
155310
+ return capability.promise;
155311
+ }
155312
+ });
155313
+
155314
+
154161
155315
  /***/ },
154162
155316
 
154163
155317
  /***/ 92088
@@ -155060,6 +156214,39 @@ if (PolyfilledDOMExceptionPrototype.constructor !== PolyfilledDOMException) {
155060
156214
  }
155061
156215
 
155062
156216
 
156217
+ /***/ },
156218
+
156219
+ /***/ 90108
156220
+ (__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
156221
+
156222
+ "use strict";
156223
+
156224
+ var $ = __webpack_require__(10388);
156225
+ var globalThis = __webpack_require__(4570);
156226
+ var microtask = __webpack_require__(15321);
156227
+ var aCallable = __webpack_require__(57704);
156228
+ var validateArgumentsLength = __webpack_require__(71602);
156229
+ var fails = __webpack_require__(26537);
156230
+ var DESCRIPTORS = __webpack_require__(49006);
156231
+
156232
+ // Bun ~ 1.0.30 bug
156233
+ // https://github.com/oven-sh/bun/issues/9249
156234
+ var WRONG_ARITY = fails(function () {
156235
+ // getOwnPropertyDescriptor for prevent experimental warning in Node 11
156236
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
156237
+ return DESCRIPTORS && Object.getOwnPropertyDescriptor(globalThis, 'queueMicrotask').value.length !== 1;
156238
+ });
156239
+
156240
+ // `queueMicrotask` method
156241
+ // https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask
156242
+ $({ global: true, enumerable: true, dontCallGetSet: true, forced: WRONG_ARITY }, {
156243
+ queueMicrotask: function queueMicrotask(fn) {
156244
+ validateArgumentsLength(arguments.length, 1);
156245
+ microtask(aCallable(fn));
156246
+ }
156247
+ });
156248
+
156249
+
155063
156250
  /***/ },
155064
156251
 
155065
156252
  /***/ 57017
@@ -162595,7 +163782,7 @@ function toString(value) {
162595
163782
  (module) {
162596
163783
 
162597
163784
  "use strict";
162598
- module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.689-test.4"}');
163785
+ module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.689-test.6"}');
162599
163786
 
162600
163787
  /***/ }
162601
163788
 
@@ -178142,7 +179329,7 @@ var es_array_unshift = __webpack_require__(13255);
178142
179329
  // EXTERNAL MODULE: ./src/form/util/util.js
178143
179330
  var util_util = __webpack_require__(78393);
178144
179331
  // EXTERNAL MODULE: ./src/form/modules/components/index.js + 1015 modules
178145
- var components = __webpack_require__(86169);
179332
+ var components = __webpack_require__(10819);
178146
179333
  // EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
178147
179334
  var widgetFormItem = __webpack_require__(7693);
178148
179335
  // EXTERNAL MODULE: ./src/form/modules/WidgetIdeaSignItem.vue + 5 modules