@zscreate/form-component 1.1.696 → 1.1.703
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.
- package/dist/form-component.css +66 -66
- package/dist/form-component.umd.js +217 -174
- package/package.json +1 -1
|
@@ -71308,7 +71308,7 @@ let getFileExt = filename => {
|
|
|
71308
71308
|
/* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(29414);
|
|
71309
71309
|
/* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(78393);
|
|
71310
71310
|
/* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(92241);
|
|
71311
|
-
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
71311
|
+
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(79380);
|
|
71312
71312
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(15934);
|
|
71313
71313
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_19__);
|
|
71314
71314
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(9274);
|
|
@@ -72485,14 +72485,26 @@ let getFileExt = filename => {
|
|
|
72485
72485
|
}
|
|
72486
72486
|
}
|
|
72487
72487
|
this.freezeModels(model);
|
|
72488
|
-
let tableData
|
|
72489
|
-
|
|
72490
|
-
|
|
72491
|
-
|
|
72492
|
-
|
|
72493
|
-
|
|
72494
|
-
|
|
72495
|
-
|
|
72488
|
+
let tableData;
|
|
72489
|
+
if (this.tableModel[model].options.layoutModel === 'design') {
|
|
72490
|
+
tableData = Array.from({
|
|
72491
|
+
length: this.models[model].length
|
|
72492
|
+
}, () => JSON.parse(JSON.stringify(dataTemp)));
|
|
72493
|
+
tableData.forEach((el, index) => {
|
|
72494
|
+
if (!el.hashKey) {
|
|
72495
|
+
el.hashKey = new Date().getTime() + Math.ceil(Math.random() * 10000) + '' + index;
|
|
72496
|
+
}
|
|
72497
|
+
});
|
|
72498
|
+
} else {
|
|
72499
|
+
tableData = Array.from({
|
|
72500
|
+
length: this.models[model].length
|
|
72501
|
+
}, (_, index) => ({
|
|
72502
|
+
model: dataTemp.model,
|
|
72503
|
+
hashKey: new Date().getTime() + Math.ceil(Math.random() * 10000) + '' + index,
|
|
72504
|
+
columns: dataTemp.columns,
|
|
72505
|
+
_clone: true
|
|
72506
|
+
}));
|
|
72507
|
+
}
|
|
72496
72508
|
this.tableData[model] = tableData;
|
|
72497
72509
|
this.tableLoading = false;
|
|
72498
72510
|
if (this.tableNum > 0) this.tableNum--;
|
|
@@ -77112,7 +77124,7 @@ module.exports = {
|
|
|
77112
77124
|
|
|
77113
77125
|
/***/ },
|
|
77114
77126
|
|
|
77115
|
-
/***/
|
|
77127
|
+
/***/ 79380
|
|
77116
77128
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
77117
77129
|
|
|
77118
77130
|
"use strict";
|
|
@@ -78400,7 +78412,7 @@ if(templist.includes('匹配条件字段的值')){
|
|
|
78400
78412
|
components: {
|
|
78401
78413
|
JEllipsis: JEllipsis,
|
|
78402
78414
|
codemirror: vue_codemirror.codemirror,
|
|
78403
|
-
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
78415
|
+
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 65063))
|
|
78404
78416
|
},
|
|
78405
78417
|
props: {
|
|
78406
78418
|
datalist: {
|
|
@@ -93637,14 +93649,14 @@ var UserSelector_component_component = (0,componentNormalizer/* default */.A)(
|
|
|
93637
93649
|
)
|
|
93638
93650
|
|
|
93639
93651
|
/* harmony default export */ const UserSelector_component = (UserSelector_component_component.exports);
|
|
93640
|
-
;// ./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/UserSelector/widgetSetup.vue?vue&type=template&id=
|
|
93641
|
-
var
|
|
93652
|
+
;// ./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/UserSelector/widgetSetup.vue?vue&type=template&id=6e75563f&scoped=true
|
|
93653
|
+
var widgetSetupvue_type_template_id_6e75563f_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"},[(!_vm.widget.options.accurate)?_c('a-form-model-item',{attrs:{"label":"是否默认回显数据:"}},[_c('a-switch',{model:{value:(_vm.widget.options.defaultShowData),callback:function ($$v) {_vm.$set(_vm.widget.options, "defaultShowData", $$v)},expression:"widget.options.defaultShowData"}})],1):_vm._e(),(!_vm.widget.options.accurate)?_c('a-form-model-item',{attrs:{"label":"是否与申请人部门关联:"}},[_c('a-switch',{model:{value:(_vm.widget.options.departRelation),callback:function ($$v) {_vm.$set(_vm.widget.options, "departRelation", $$v)},expression:"widget.options.departRelation"}})],1):_vm._e(),(!_vm.widget.options.accurate)?_c('a-form-model-item',{attrs:{"label":"是否与发起人部门关联:"}},[_c('a-switch',{model:{value:(_vm.widget.options.startUserDepartRelation),callback:function ($$v) {_vm.$set(_vm.widget.options, "startUserDepartRelation", $$v)},expression:"widget.options.startUserDepartRelation"}})],1):_vm._e(),(!_vm.widget.options.accurate)?_c('a-form-model-item',{attrs:{"label":"是否展示详细信息:"}},[_c('a-switch',{model:{value:(_vm.widget.options.showfield),callback:function ($$v) {_vm.$set(_vm.widget.options, "showfield", $$v)},expression:"widget.options.showfield"}})],1):_vm._e(),(!_vm.widget.options.accurate)?_c('a-form-model-item',{attrs:{"label":"关联关系矩阵:"}},[_c('list-common-modal',{attrs:{"value":_vm.widget.options.tagConfig,"listUrl":"/zhxymatrix/tags/list","row-key":"id","multi":"","model-str":_vm.tagConfigStr,"placeholder":"请选择关系矩阵","columns":[
|
|
93642
93654
|
{ title: '标签名称', dataIndex: 'tagName', key: 'tagName' },
|
|
93643
93655
|
{ title: '标签描述', dataIndex: 'tagRemark', key: 'tagRemark' }
|
|
93644
93656
|
]},on:{"ok":function (key, selectRow) { return _vm.$set(_vm.widget.options, 'tagConfig', selectRow); }},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
93645
93657
|
var queryParam = ref.queryParam;
|
|
93646
93658
|
return [_c('a-space',[_c('a-input',{attrs:{"placeholder":"标签名称"},model:{value:(queryParam.tagName),callback:function ($$v) {_vm.$set(queryParam, "tagName", $$v)},expression:"queryParam.tagName"}}),_c('a-input',{attrs:{"placeholder":"标签描述"},model:{value:(queryParam.tagRemark),callback:function ($$v) {_vm.$set(queryParam, "tagRemark", $$v)},expression:"queryParam.tagRemark"}})],1)]}}],null,false,1235668312)})],1):_vm._e(),_c('a-form-model-item',{attrs:{"label":"字段联动"}},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.showModal}},[_vm._v("联动配置")]),_c('br'),(!_vm.widget.options.accurate)?_c('user-linkage',{attrs:{"widget":_vm.widget,"datalist":_vm.datalist}}):_vm._e()],1),_c('a-form-model-item',{ref:"title",attrs:{"label":"默认值","prop":"title"}},[_c('a-radio-group',{attrs:{"button-style":"solid"},model:{value:(_vm.widget.options.source),callback:function ($$v) {_vm.$set(_vm.widget.options, "source", $$v)},expression:"widget.options.source"}},[_c('a-radio-button',{attrs:{"value":"1"}},[_vm._v("选择数据")]),_c('a-radio-button',{attrs:{"value":"2"}},[_vm._v("表单绑定")]),(!_vm.isFormDesignSQL)?_c('a-radio-button',{attrs:{"value":"4"}},[_vm._v("数据集")]):_vm._e()],1),(_vm.widget.options.source == '1')?_c('j-dict-select-tag',{attrs:{"triggerChange":true,"dictCode":"BDMRZ","placeholder":"请选择默认值"},on:{"change":_vm.input},model:{value:(_vm.widget.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widget.options, "defaultValue", $$v)},expression:"widget.options.defaultValue"}}):_vm._e(),(_vm.widget.options.source == '2')?_c('a-input',{attrs:{"placeholder":"请点击选择绑定表单字段","read-only":""},on:{"click":_vm.openformDataBindModal},model:{value:(_vm.widget.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widget.options, "defaultValue", $$v)},expression:"widget.options.defaultValue"}}):_vm._e(),(_vm.widget.options.source == '4')?_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.openDefaultValueWithSql}},[_vm._v("关联数据集")]):_vm._e()],1),_c('a-form-model-item',{attrs:{"label":"申请人是否可选:"}},[_c('a-switch',{attrs:{"checked":_vm.isUserSelectByMyself},on:{"change":_vm.changeUserSelectByMyself}})],1),(!_vm.widget.options.accurate)?_c('a-form-model-item',{attrs:{"label":"选人互斥"}},[_c('a-select',{attrs:{"mode":"multiple","placeholder":"请选择人员互斥组件"},on:{"focus":_vm.handlemutex},model:{value:(_vm.widget.options.mutexs),callback:function ($$v) {_vm.$set(_vm.widget.options, "mutexs", $$v)},expression:"widget.options.mutexs"}},_vm._l((_vm.mutexList),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.model}},[_vm._v(_vm._s(item.name))])}),1)],1):_vm._e(),_c('a-form-model-item',{attrs:{"label":"角色"}},[_c('a-input',{attrs:{"read-only":"","type":"hidden"},model:{value:(_vm.widget.options.role),callback:function ($$v) {_vm.$set(_vm.widget.options, "role", $$v)},expression:"widget.options.role"}}),_c('a-input',{attrs:{"placeholder":"请选择角色","allowClear":""},on:{"click":_vm.selectRole},model:{value:(_vm.roleName),callback:function ($$v) {_vm.roleName=$$v},expression:"roleName"}})],1)],1),_c('form-data-bind-modal',{ref:"formDataBindModal",on:{"okSubStr":_vm.okSubStr}}),_c('relate-sub-modal',{ref:"relateSubModal",attrs:{"datalist":_vm.datalist,"widget":_vm.widget},on:{"okSubStr":_vm.okSubStr}}),_c('select-role-modal',{ref:"selectRoleModal",on:{"ok":_vm.handleRoleOk}}),_c('datasetManagement',{ref:"datasetManagement",on:{"setDateOk":_vm.setDateOk}})],1)])}
|
|
93647
|
-
var
|
|
93659
|
+
var widgetSetupvue_type_template_id_6e75563f_scoped_true_staticRenderFns = []
|
|
93648
93660
|
|
|
93649
93661
|
|
|
93650
93662
|
;// ./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/Modals/selectRoleModal.vue?vue&type=template&id=1fa3eaee
|
|
@@ -94382,6 +94394,7 @@ var listCommonModal_component = (0,componentNormalizer/* default */.A)(
|
|
|
94382
94394
|
//
|
|
94383
94395
|
//
|
|
94384
94396
|
//
|
|
94397
|
+
//
|
|
94385
94398
|
//
|
|
94386
94399
|
|
|
94387
94400
|
|
|
@@ -94551,10 +94564,10 @@ var listCommonModal_component = (0,componentNormalizer/* default */.A)(
|
|
|
94551
94564
|
});
|
|
94552
94565
|
;// ./src/form/modules/components/UserSelector/widgetSetup.vue?vue&type=script&lang=js
|
|
94553
94566
|
/* harmony default export */ const components_UserSelector_widgetSetupvue_type_script_lang_js = (UserSelector_widgetSetupvue_type_script_lang_js);
|
|
94554
|
-
;// ./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/UserSelector/widgetSetup.vue?vue&type=style&index=0&id=
|
|
94567
|
+
;// ./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/UserSelector/widgetSetup.vue?vue&type=style&index=0&id=6e75563f&prod&lang=less&scoped=true
|
|
94555
94568
|
// extracted by mini-css-extract-plugin
|
|
94556
94569
|
|
|
94557
|
-
;// ./src/form/modules/components/UserSelector/widgetSetup.vue?vue&type=style&index=0&id=
|
|
94570
|
+
;// ./src/form/modules/components/UserSelector/widgetSetup.vue?vue&type=style&index=0&id=6e75563f&prod&lang=less&scoped=true
|
|
94558
94571
|
|
|
94559
94572
|
;// ./src/form/modules/components/UserSelector/widgetSetup.vue
|
|
94560
94573
|
|
|
@@ -94567,11 +94580,11 @@ var listCommonModal_component = (0,componentNormalizer/* default */.A)(
|
|
|
94567
94580
|
|
|
94568
94581
|
var UserSelector_widgetSetup_component = (0,componentNormalizer/* default */.A)(
|
|
94569
94582
|
components_UserSelector_widgetSetupvue_type_script_lang_js,
|
|
94570
|
-
|
|
94571
|
-
|
|
94583
|
+
widgetSetupvue_type_template_id_6e75563f_scoped_true_render,
|
|
94584
|
+
widgetSetupvue_type_template_id_6e75563f_scoped_true_staticRenderFns,
|
|
94572
94585
|
false,
|
|
94573
94586
|
null,
|
|
94574
|
-
"
|
|
94587
|
+
"6e75563f",
|
|
94575
94588
|
null
|
|
94576
94589
|
|
|
94577
94590
|
)
|
|
@@ -96844,7 +96857,7 @@ var componentvue_type_template_id_52ddc521_scoped_true_staticRenderFns = []
|
|
|
96844
96857
|
|
|
96845
96858
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.error.cause.js
|
|
96846
96859
|
var es_error_cause = __webpack_require__(52331);
|
|
96847
|
-
;// ./node_modules/_preact@10.29.
|
|
96860
|
+
;// ./node_modules/_preact@10.29.2@preact/dist/preact.module.js
|
|
96848
96861
|
|
|
96849
96862
|
|
|
96850
96863
|
|
|
@@ -96868,8 +96881,8 @@ var n,
|
|
|
96868
96881
|
e,
|
|
96869
96882
|
f,
|
|
96870
96883
|
c,
|
|
96871
|
-
s,
|
|
96872
96884
|
a,
|
|
96885
|
+
s,
|
|
96873
96886
|
h,
|
|
96874
96887
|
p,
|
|
96875
96888
|
v,
|
|
@@ -96953,8 +96966,8 @@ function H() {
|
|
|
96953
96966
|
i.length = H.__r = 0;
|
|
96954
96967
|
}
|
|
96955
96968
|
}
|
|
96956
|
-
function L(n, l, u, t, i, r, o, e, f, c,
|
|
96957
|
-
var
|
|
96969
|
+
function L(n, l, u, t, i, r, o, e, f, c, a) {
|
|
96970
|
+
var s,
|
|
96958
96971
|
h,
|
|
96959
96972
|
p,
|
|
96960
96973
|
v,
|
|
@@ -96963,7 +96976,7 @@ function L(n, l, u, t, i, r, o, e, f, c, s) {
|
|
|
96963
96976
|
g,
|
|
96964
96977
|
m = t && t.__k || w,
|
|
96965
96978
|
b = l.length;
|
|
96966
|
-
for (f = T(u, l, m, f, b),
|
|
96979
|
+
for (f = T(u, l, m, f, b), s = 0; s < b; s++) null != (p = u.__k[s]) && (h = -1 != p.__i && m[p.__i] || d, p.__i = s, _ = q(n, p, h, i, r, o, e, f, c, a), v = p.__e, p.ref && h.ref != p.ref && (h.ref && J(h.ref, null, p), a.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);
|
|
96967
96980
|
return u.__e = y, f;
|
|
96968
96981
|
}
|
|
96969
96982
|
function T(n, l, u, t, i) {
|
|
@@ -96972,13 +96985,13 @@ function T(n, l, u, t, i) {
|
|
|
96972
96985
|
e,
|
|
96973
96986
|
f,
|
|
96974
96987
|
c,
|
|
96975
|
-
|
|
96976
|
-
|
|
96988
|
+
a = u.length,
|
|
96989
|
+
s = a,
|
|
96977
96990
|
h = 0;
|
|
96978
96991
|
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, {
|
|
96979
96992
|
children: o
|
|
96980
|
-
}, 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,
|
|
96981
|
-
if (
|
|
96993
|
+
}, 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, s)) && (s--, (e = u[c]) && (e.__u |= 2)), null == e || null == e.__v ? (-1 == c && (i > a ? h-- : i < a && 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;
|
|
96994
|
+
if (s) for (r = 0; r < a; r++) null != (e = u[r]) && 0 == (2 & e.__u) && (e.__e == t && (t = $(e)), K(e, e));
|
|
96982
96995
|
return t;
|
|
96983
96996
|
}
|
|
96984
96997
|
function j(n, l, u, t) {
|
|
@@ -97005,9 +97018,9 @@ function O(n, l, u, t) {
|
|
|
97005
97018
|
e = n.key,
|
|
97006
97019
|
f = n.type,
|
|
97007
97020
|
c = l[u],
|
|
97008
|
-
|
|
97009
|
-
if (null === c && null == e ||
|
|
97010
|
-
if (t > (
|
|
97021
|
+
a = null != c && 0 == (2 & c.__u);
|
|
97022
|
+
if (null === c && null == e || a && e == c.key && f == c.type) return u;
|
|
97023
|
+
if (t > (a ? 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;
|
|
97011
97024
|
return -1;
|
|
97012
97025
|
}
|
|
97013
97026
|
function z(n, l, u) {
|
|
@@ -97020,7 +97033,7 @@ function N(n, l, u, t, i) {
|
|
|
97020
97033
|
if ("string" == typeof t && (n.style.cssText = t = ""), t) for (l in t) u && l in u || z(n.style, l, "");
|
|
97021
97034
|
if (u) for (l in u) t && u[l] == t[l] || z(n.style, l, u[l]);
|
|
97022
97035
|
}
|
|
97023
|
-
} else if ("o" == l[0] && "n" == l[1]) r = l != (l = l.replace(
|
|
97036
|
+
} else if ("o" == l[0] && "n" == l[1]) r = l != (l = l.replace(s, "$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[a] = t[a] : (u[a] = h, n.addEventListener(l, r ? v : p, r)) : n.removeEventListener(l, r ? v : p, r);else {
|
|
97024
97037
|
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 {
|
|
97025
97038
|
n[l] = null == u ? "" : u;
|
|
97026
97039
|
break n;
|
|
@@ -97032,13 +97045,13 @@ function V(n) {
|
|
|
97032
97045
|
return function (u) {
|
|
97033
97046
|
if (this.l) {
|
|
97034
97047
|
var t = this.l[u.type + n];
|
|
97035
|
-
if (null == u[c]) u[c] = h++;else if (u[c] < t[
|
|
97048
|
+
if (null == u[c]) u[c] = h++;else if (u[c] < t[a]) return;
|
|
97036
97049
|
return t(l.event ? l.event(u) : u);
|
|
97037
97050
|
}
|
|
97038
97051
|
};
|
|
97039
97052
|
}
|
|
97040
|
-
function q(n, u, t, i, r, o, e, f, c,
|
|
97041
|
-
var
|
|
97053
|
+
function q(n, u, t, i, r, o, e, f, c, a) {
|
|
97054
|
+
var s,
|
|
97042
97055
|
h,
|
|
97043
97056
|
p,
|
|
97044
97057
|
v,
|
|
@@ -97055,9 +97068,9 @@ function q(n, u, t, i, r, o, e, f, c, s) {
|
|
|
97055
97068
|
H,
|
|
97056
97069
|
T = u.type;
|
|
97057
97070
|
if (void 0 !== u.constructor) return null;
|
|
97058
|
-
128 & t.__u && (c = !!(32 & t.__u), o = [f = u.__e = t.__e]), (
|
|
97071
|
+
128 & t.__u && (c = !!(32 & t.__u), o = [f = u.__e = t.__e]), (s = l.__b) && s(u);
|
|
97059
97072
|
n: if ("function" == typeof T) try {
|
|
97060
|
-
if (k = u.props, x = T.prototype && T.prototype.render, M = (
|
|
97073
|
+
if (k = u.props, x = T.prototype && T.prototype.render, M = (s = T.contextType) && i[s.__c], $ = s ? M ? M.props.value : s.__ : 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 {
|
|
97061
97074
|
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, $)) {
|
|
97062
97075
|
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) {
|
|
97063
97076
|
n && (n.__ = u);
|
|
@@ -97068,10 +97081,10 @@ function q(n, u, t, i, r, o, e, f, c, s) {
|
|
|
97068
97081
|
h.componentDidUpdate(v, y, d);
|
|
97069
97082
|
});
|
|
97070
97083
|
}
|
|
97071
|
-
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),
|
|
97072
|
-
h.__d = !1, I && I(u),
|
|
97084
|
+
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), s = h.render(h.props, h.state, h.context), w.push.apply(h.__h, h._sb), h._sb = [];else do {
|
|
97085
|
+
h.__d = !1, I && I(u), s = h.render(h.props, h.state, h.context), h.state = h.__s;
|
|
97073
97086
|
} while (h.__d && ++P < 25);
|
|
97074
|
-
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 !=
|
|
97087
|
+
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 != s && s.type === S && null == s.key ? E(s.props.children) : s, f = L(n, g(A) ? A : [A], u, t, i, r, o, e, f, c, a), h.base = u.__e, u.__u &= -161, h.__h.length && e.push(h), _ && (h.__E = h.__ = null);
|
|
97075
97088
|
} catch (n) {
|
|
97076
97089
|
if (u.__v = null, c || null != o) {
|
|
97077
97090
|
if (n.then) {
|
|
@@ -97083,8 +97096,8 @@ function q(n, u, t, i, r, o, e, f, c, s) {
|
|
|
97083
97096
|
}
|
|
97084
97097
|
} else u.__e = t.__e, u.__k = t.__k, n.then || B(u);
|
|
97085
97098
|
l.__e(n, u, t);
|
|
97086
|
-
} 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,
|
|
97087
|
-
return (
|
|
97099
|
+
} 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, a);
|
|
97100
|
+
return (s = l.diffed) && s(u), 128 & u.__u ? void 0 : f;
|
|
97088
97101
|
}
|
|
97089
97102
|
function B(n) {
|
|
97090
97103
|
n && (n.__c && (n.__c.__e = !0), n.__k && n.__k.some(B));
|
|
@@ -97102,10 +97115,10 @@ function D(n, u, t) {
|
|
|
97102
97115
|
});
|
|
97103
97116
|
}
|
|
97104
97117
|
function E(n) {
|
|
97105
|
-
return "object" != typeof n || null == n || n.__b > 0 ? n : g(n) ? n.map(E) : m({}, n);
|
|
97118
|
+
return "object" != typeof n || null == n || n.__b > 0 ? n : g(n) ? n.map(E) : void 0 !== n.constructor ? null : m({}, n);
|
|
97106
97119
|
}
|
|
97107
|
-
function G(u, t, i, r, o, e, f, c,
|
|
97108
|
-
var
|
|
97120
|
+
function G(u, t, i, r, o, e, f, c, a) {
|
|
97121
|
+
var s,
|
|
97109
97122
|
h,
|
|
97110
97123
|
p,
|
|
97111
97124
|
v,
|
|
@@ -97115,8 +97128,8 @@ function G(u, t, i, r, o, e, f, c, s) {
|
|
|
97115
97128
|
m = i.props || d,
|
|
97116
97129
|
k = t.props,
|
|
97117
97130
|
x = t.type;
|
|
97118
|
-
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 (
|
|
97119
|
-
u = y, e[
|
|
97131
|
+
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 (s = 0; s < e.length; s++) if ((y = e[s]) && "setAttribute" in y == !!x && (x ? y.localName == x : 3 == y.nodeType)) {
|
|
97132
|
+
u = y, e[s] = null;
|
|
97120
97133
|
break;
|
|
97121
97134
|
}
|
|
97122
97135
|
if (null == u) {
|
|
@@ -97124,11 +97137,11 @@ function G(u, t, i, r, o, e, f, c, s) {
|
|
|
97124
97137
|
u = document.createElementNS(o, x, k.is && k), c && (l.__m && l.__m(t, e), c = !1), e = null;
|
|
97125
97138
|
}
|
|
97126
97139
|
if (null == x) m === k || c && u.data == k || (u.data = k);else {
|
|
97127
|
-
if (e = e && n.call(u.childNodes), !c && null != e) for (m = {},
|
|
97128
|
-
for (
|
|
97129
|
-
for (
|
|
97130
|
-
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,
|
|
97131
|
-
c || (
|
|
97140
|
+
if (e = "textarea" == x && null != k.defaultValue ? null : e && n.call(u.childNodes), !c && null != e) for (m = {}, s = 0; s < u.attributes.length; s++) m[(y = u.attributes[s]).name] = y.value;
|
|
97141
|
+
for (s in m) y = m[s], "dangerouslySetInnerHTML" == s ? p = y : "children" == s || s in k || "value" == s && "defaultValue" in k || "checked" == s && "defaultChecked" in k || N(u, s, null, y, o);
|
|
97142
|
+
for (s in k) y = k[s], "children" == s ? v = y : "dangerouslySetInnerHTML" == s ? h = y : "value" == s ? w = y : "checked" == s ? _ = y : c && "function" != typeof y || m[s] === y || N(u, s, y, m[s], o);
|
|
97143
|
+
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, a), null != e) for (s = e.length; s--;) b(e[s]);
|
|
97144
|
+
c && "textarea" != x || (s = "value", "progress" == x && null == w ? u.removeAttribute("value") : null != w && (w !== u[s] || "progress" == x && !w || "option" == x && w != m[s]) && N(u, s, w, m[s], o), s = "checked", null != _ && _ != u[s] && N(u, s, _, m[s], o));
|
|
97132
97145
|
}
|
|
97133
97146
|
return u;
|
|
97134
97147
|
}
|
|
@@ -97215,7 +97228,7 @@ n = w.slice, l = {
|
|
|
97215
97228
|
this.__v && (this.__e = !0, n && this.__h.push(n), A(this));
|
|
97216
97229
|
}, C.prototype.render = S, i = [], o = "function" == typeof Promise ? Promise.prototype.then.bind(Promise.resolve()) : setTimeout, e = function (n, l) {
|
|
97217
97230
|
return n.__v.__b - l.__v.__b;
|
|
97218
|
-
}, H.__r = 0, f = Math.random().toString(8), c = "__d" + f,
|
|
97231
|
+
}, H.__r = 0, f = Math.random().toString(8), c = "__d" + f, a = "__a" + f, s = /(PointerCapture)$|Capture$/i, h = 0, p = V(!1), v = V(!0), y = 0;
|
|
97219
97232
|
|
|
97220
97233
|
;// ./node_modules/_@uppy_utils@5.9.0@@uppy/utils/lib/isDOMElement.js
|
|
97221
97234
|
/**
|
|
@@ -101579,7 +101592,7 @@ function getSafeFileId(file, instanceId) {
|
|
|
101579
101592
|
type: fileType
|
|
101580
101593
|
}, instanceId);
|
|
101581
101594
|
}
|
|
101582
|
-
;// ./node_modules/_preact@10.29.
|
|
101595
|
+
;// ./node_modules/_preact@10.29.2@preact/hooks/dist/hooks.module.js
|
|
101583
101596
|
|
|
101584
101597
|
|
|
101585
101598
|
|
|
@@ -135515,7 +135528,7 @@ var staticRenderFns = []
|
|
|
135515
135528
|
|
|
135516
135529
|
|
|
135517
135530
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
|
|
135518
|
-
var components = __webpack_require__(
|
|
135531
|
+
var components = __webpack_require__(79380);
|
|
135519
135532
|
;// ./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
|
|
135520
135533
|
//
|
|
135521
135534
|
//
|
|
@@ -137748,7 +137761,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
137748
137761
|
|
|
137749
137762
|
/***/ },
|
|
137750
137763
|
|
|
137751
|
-
/***/
|
|
137764
|
+
/***/ 65063
|
|
137752
137765
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
137753
137766
|
|
|
137754
137767
|
"use strict";
|
|
@@ -137760,7 +137773,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
137760
137773
|
"default": () => (/* binding */ layoutForPaper)
|
|
137761
137774
|
});
|
|
137762
137775
|
|
|
137763
|
-
;// ./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/layout/layoutForPaper.vue?vue&type=template&id=
|
|
137776
|
+
;// ./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/layout/layoutForPaper.vue?vue&type=template&id=07cf5ada&scoped=true
|
|
137764
137777
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-spin',{staticClass:"layout layout-input-all-setting",class:{ 'no-border': !_vm.data.config.border, 'save-pdf': _vm.showLine, 'ant-form-noBorder': _vm.data.config.componentsNoBorder },style:({ 'overflow-x': _vm.data.config.layout === 'horizontal' ? 'auto' : 'initial' }),attrs:{"spinning":_vm.formLoading,"tip":_vm.formLoadingTip}},[(_vm.pageLoading && _vm.showLayoutLoading)?_c('div',{class:{ form_skeleton: _vm.pageLoading }},[(_vm.pageLoading)?_c('a-skeleton',{attrs:{"active":"","loading":_vm.pageLoading,"paragraph":{ rows: 12 }}}):_vm._e()],1):_vm._e(),_c('a-form-model',{ref:"Form",attrs:{"hideRequiredMark":true,"model":_vm.models,"rules":_vm.rules,"wrapper-col":{}},on:{"update:rules":function($event){_vm.rules=$event},"validate":_vm.validate}},_vm._l((_vm.widgetList),function(list,listindex){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.widgetList[0].length > 0),expression:"widgetList[0].length > 0"}],key:listindex,staticClass:"paper",style:(_vm.contentStyle)},[(listindex == 0)?_vm._t("default"):_vm._e(),(listindex == 0)?_c('div',{staticClass:"form-title",style:(Object.assign({}, _vm.formNameStyle))},[_c('span',{staticStyle:{"font-size":"inherit"},domProps:{"innerHTML":_vm._s(_vm.data.config.formNameLeftContent || '')}}),_vm._v(_vm._s(_vm.data.config.formName)),_c('span',{staticStyle:{"font-size":"inherit"},domProps:{"innerHTML":_vm._s(_vm.data.config.formNameRightContent || '')}})]):_vm._e(),(_vm.value && _vm.value.formIndex)?_c('div',{staticStyle:{"text-align":"right","font-weight":"bold"}},[_vm._v(_vm._s(_vm.value.formIndex))]):_vm._e(),(_vm.data.config.pageHeader && listindex === 0)?_c('div',{style:(_vm.data.config.headerHeight),domProps:{"innerHTML":_vm._s(_vm.data.config.pageHeader)}}):_vm._e(),_c('div',{staticClass:"page-border",style:({ borderColor: _vm.data.config.borderColor })},[_vm._l((list),function(widget,index){return [(widget.type == 'table')?[(
|
|
137765
137778
|
widget.options.layoutModel === 'auto' ||
|
|
137766
137779
|
widget.options.layoutModel === undefined
|
|
@@ -137807,15 +137820,15 @@ var staticRenderFns = []
|
|
|
137807
137820
|
var layoutForPapervue_type_script_lang_js = __webpack_require__(49218);
|
|
137808
137821
|
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=script&lang=js
|
|
137809
137822
|
/* harmony default export */ const layout_layoutForPapervue_type_script_lang_js = (layoutForPapervue_type_script_lang_js/* default */.A);
|
|
137810
|
-
;// ./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/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
137823
|
+
;// ./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/layout/layoutForPaper.vue?vue&type=style&index=1&id=07cf5ada&prod&lang=less&scoped=true
|
|
137811
137824
|
// extracted by mini-css-extract-plugin
|
|
137812
137825
|
|
|
137813
|
-
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=
|
|
137826
|
+
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=1&id=07cf5ada&prod&lang=less&scoped=true
|
|
137814
137827
|
|
|
137815
|
-
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-12.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-12.use[2]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
137828
|
+
;// ./node_modules/_mini-css-extract-plugin@2.10.2@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.11.0@css-loader/dist/cjs.js??clonedRuleSet-12.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-12.use[2]!./node_modules/_vue-loader@15.11.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=07cf5ada&prod&lang=css
|
|
137816
137829
|
// extracted by mini-css-extract-plugin
|
|
137817
137830
|
|
|
137818
|
-
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=
|
|
137831
|
+
;// ./src/form/modules/layout/layoutForPaper.vue?vue&type=style&index=2&id=07cf5ada&prod&lang=css
|
|
137819
137832
|
|
|
137820
137833
|
// EXTERNAL MODULE: ./node_modules/_vue-loader@15.11.1@vue-loader/lib/runtime/componentNormalizer.js
|
|
137821
137834
|
var componentNormalizer = __webpack_require__(64008);
|
|
@@ -137835,7 +137848,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
137835
137848
|
staticRenderFns,
|
|
137836
137849
|
false,
|
|
137837
137850
|
null,
|
|
137838
|
-
"
|
|
137851
|
+
"07cf5ada",
|
|
137839
137852
|
null
|
|
137840
137853
|
|
|
137841
137854
|
)
|
|
@@ -137917,7 +137930,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
137917
137930
|
|
|
137918
137931
|
/* harmony default export */ const CorrectionModal = (component.exports);
|
|
137919
137932
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
|
|
137920
|
-
var components = __webpack_require__(
|
|
137933
|
+
var components = __webpack_require__(79380);
|
|
137921
137934
|
// EXTERNAL MODULE: ./node_modules/_pubsub-js@1.9.5@pubsub-js/src/pubsub.js
|
|
137922
137935
|
var pubsub = __webpack_require__(15934);
|
|
137923
137936
|
var pubsub_default = /*#__PURE__*/__webpack_require__.n(pubsub);
|
|
@@ -139111,7 +139124,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
|
|
|
139111
139124
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
139112
139125
|
var manage = __webpack_require__(5335);
|
|
139113
139126
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
|
|
139114
|
-
var components = __webpack_require__(
|
|
139127
|
+
var components = __webpack_require__(79380);
|
|
139115
139128
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
139116
139129
|
var Bus = __webpack_require__(31227);
|
|
139117
139130
|
// EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
|
|
@@ -155793,7 +155806,7 @@ function toString(value) {
|
|
|
155793
155806
|
(module) {
|
|
155794
155807
|
|
|
155795
155808
|
"use strict";
|
|
155796
|
-
module.exports = {"rE":"1.1.
|
|
155809
|
+
module.exports = {"rE":"1.1.703"};
|
|
155797
155810
|
|
|
155798
155811
|
/***/ }
|
|
155799
155812
|
|
|
@@ -155911,7 +155924,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
155911
155924
|
"default": () => (/* binding */ entry_lib)
|
|
155912
155925
|
});
|
|
155913
155926
|
|
|
155914
|
-
// NAMESPACE OBJECT: ./node_modules/_axios@1.16.
|
|
155927
|
+
// NAMESPACE OBJECT: ./node_modules/_axios@1.16.1@axios/lib/platform/common/utils.js
|
|
155915
155928
|
var common_utils_namespaceObject = {};
|
|
155916
155929
|
__webpack_require__.r(common_utils_namespaceObject);
|
|
155917
155930
|
__webpack_require__.d(common_utils_namespaceObject, {
|
|
@@ -169780,7 +169793,7 @@ var SvgIcon_component = (0,componentNormalizer/* default */.A)(
|
|
|
169780
169793
|
|
|
169781
169794
|
/* harmony default export */ const SvgIcon = (SvgIcon_component.exports);
|
|
169782
169795
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutForPaper.vue + 6 modules
|
|
169783
|
-
var layoutForPaper = __webpack_require__(
|
|
169796
|
+
var layoutForPaper = __webpack_require__(65063);
|
|
169784
169797
|
// EXTERNAL MODULE: ./src/form/modules/layout/layoutItem.vue + 10 modules
|
|
169785
169798
|
var layoutItem = __webpack_require__(92241);
|
|
169786
169799
|
;// ./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/Container.vue?vue&type=template&id=3c2ba7a1
|
|
@@ -171238,7 +171251,7 @@ var es_array_unshift = __webpack_require__(7702);
|
|
|
171238
171251
|
// EXTERNAL MODULE: ./src/form/util/util.js
|
|
171239
171252
|
var util_util = __webpack_require__(78393);
|
|
171240
171253
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 1014 modules
|
|
171241
|
-
var components = __webpack_require__(
|
|
171254
|
+
var components = __webpack_require__(79380);
|
|
171242
171255
|
// EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
|
|
171243
171256
|
var widgetFormItem = __webpack_require__(7693);
|
|
171244
171257
|
// EXTERNAL MODULE: ./src/form/modules/WidgetIdeaSignItem.vue + 5 modules
|
|
@@ -176813,7 +176826,7 @@ var web_immediate = __webpack_require__(47945);
|
|
|
176813
176826
|
var web_queue_microtask = __webpack_require__(71023);
|
|
176814
176827
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/web.self.js
|
|
176815
176828
|
var web_self = __webpack_require__(43648);
|
|
176816
|
-
;// ./node_modules/_axios@1.16.
|
|
176829
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/bind.js
|
|
176817
176830
|
|
|
176818
176831
|
|
|
176819
176832
|
/**
|
|
@@ -176828,7 +176841,7 @@ function bind(fn, thisArg) {
|
|
|
176828
176841
|
return fn.apply(thisArg, arguments);
|
|
176829
176842
|
};
|
|
176830
176843
|
}
|
|
176831
|
-
;// ./node_modules/_axios@1.16.
|
|
176844
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/utils.js
|
|
176832
176845
|
|
|
176833
176846
|
|
|
176834
176847
|
|
|
@@ -177567,10 +177580,10 @@ function isSpecCompliantForm(thing) {
|
|
|
177567
177580
|
* @returns {Object} The JSON-compatible object.
|
|
177568
177581
|
*/
|
|
177569
177582
|
const toJSONObject = obj => {
|
|
177570
|
-
const
|
|
177571
|
-
const visit =
|
|
177583
|
+
const visited = new WeakSet();
|
|
177584
|
+
const visit = source => {
|
|
177572
177585
|
if (utils_isObject(source)) {
|
|
177573
|
-
if (
|
|
177586
|
+
if (visited.has(source)) {
|
|
177574
177587
|
return;
|
|
177575
177588
|
}
|
|
177576
177589
|
|
|
@@ -177579,19 +177592,20 @@ const toJSONObject = obj => {
|
|
|
177579
177592
|
return source;
|
|
177580
177593
|
}
|
|
177581
177594
|
if (!('toJSON' in source)) {
|
|
177582
|
-
|
|
177595
|
+
// add-on descent / delete-on-ascent: preserves path semantics, so DAG nodes serialise at every occurrence (see #7230).
|
|
177596
|
+
visited.add(source);
|
|
177583
177597
|
const target = utils_isArray(source) ? [] : {};
|
|
177584
177598
|
forEach(source, (value, key) => {
|
|
177585
|
-
const reducedValue = visit(value
|
|
177599
|
+
const reducedValue = visit(value);
|
|
177586
177600
|
!isUndefined(reducedValue) && (target[key] = reducedValue);
|
|
177587
177601
|
});
|
|
177588
|
-
|
|
177602
|
+
visited.delete(source);
|
|
177589
177603
|
return target;
|
|
177590
177604
|
}
|
|
177591
177605
|
}
|
|
177592
177606
|
return source;
|
|
177593
177607
|
};
|
|
177594
|
-
return visit(obj
|
|
177608
|
+
return visit(obj);
|
|
177595
177609
|
};
|
|
177596
177610
|
|
|
177597
177611
|
/**
|
|
@@ -177716,7 +177730,7 @@ const isIterable = thing => thing != null && utils_isFunction(thing[iterator]);
|
|
|
177716
177730
|
});
|
|
177717
177731
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.iterator.to-array.js
|
|
177718
177732
|
var es_iterator_to_array = __webpack_require__(82873);
|
|
177719
|
-
;// ./node_modules/_axios@1.16.
|
|
177733
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/parseHeaders.js
|
|
177720
177734
|
|
|
177721
177735
|
|
|
177722
177736
|
|
|
@@ -177767,18 +177781,13 @@ const ignoreDuplicateOf = utils.toObjectSet(['age', 'authorization', 'content-le
|
|
|
177767
177781
|
return parsed;
|
|
177768
177782
|
});
|
|
177769
177783
|
(Object.getOwnPropertyDescriptor(parseHeaders, "name") || {}).writable || Object.defineProperty(parseHeaders, "name", { value: "default", configurable: true });
|
|
177770
|
-
;// ./node_modules/_axios@1.16.
|
|
177771
|
-
|
|
177772
|
-
|
|
177773
|
-
|
|
177784
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/sanitizeHeaderValue.js
|
|
177774
177785
|
|
|
177775
177786
|
|
|
177776
177787
|
|
|
177777
177788
|
|
|
177778
177789
|
|
|
177779
177790
|
|
|
177780
|
-
const $internals = Symbol('internals');
|
|
177781
|
-
const INVALID_HEADER_VALUE_CHARS_RE = /[^\x09\x20-\x7E\x80-\xFF]/g;
|
|
177782
177791
|
function trimSPorHTAB(str) {
|
|
177783
177792
|
let start = 0;
|
|
177784
177793
|
let end = str.length;
|
|
@@ -177798,12 +177807,42 @@ function trimSPorHTAB(str) {
|
|
|
177798
177807
|
}
|
|
177799
177808
|
return start === 0 && end === str.length ? str : str.slice(start, end);
|
|
177800
177809
|
}
|
|
177810
|
+
|
|
177811
|
+
// The control-code ranges are intentional: header sanitization strips C0/DEL bytes.
|
|
177812
|
+
// eslint-disable-next-line no-control-regex
|
|
177813
|
+
const INVALID_UNICODE_HEADER_VALUE_CHARS = new RegExp('[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+', 'g');
|
|
177814
|
+
// eslint-disable-next-line no-control-regex
|
|
177815
|
+
const INVALID_BYTE_STRING_HEADER_VALUE_CHARS = new RegExp('[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+', 'g');
|
|
177816
|
+
function sanitizeValue(value, invalidChars) {
|
|
177817
|
+
if (utils.isArray(value)) {
|
|
177818
|
+
return value.map(item => sanitizeValue(item, invalidChars));
|
|
177819
|
+
}
|
|
177820
|
+
return trimSPorHTAB(String(value).replace(invalidChars, ''));
|
|
177821
|
+
}
|
|
177822
|
+
const sanitizeHeaderValue = value => sanitizeValue(value, INVALID_UNICODE_HEADER_VALUE_CHARS);
|
|
177823
|
+
const sanitizeByteStringHeaderValue = value => sanitizeValue(value, INVALID_BYTE_STRING_HEADER_VALUE_CHARS);
|
|
177824
|
+
function toByteStringHeaderObject(headers) {
|
|
177825
|
+
const byteStringHeaders = Object.create(null);
|
|
177826
|
+
utils.forEach(headers.toJSON(), (value, header) => {
|
|
177827
|
+
byteStringHeaders[header] = sanitizeByteStringHeaderValue(value);
|
|
177828
|
+
});
|
|
177829
|
+
return byteStringHeaders;
|
|
177830
|
+
}
|
|
177831
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/core/AxiosHeaders.js
|
|
177832
|
+
|
|
177833
|
+
|
|
177834
|
+
|
|
177835
|
+
|
|
177836
|
+
|
|
177837
|
+
|
|
177838
|
+
|
|
177839
|
+
|
|
177840
|
+
|
|
177841
|
+
|
|
177842
|
+
const $internals = Symbol('internals');
|
|
177801
177843
|
function normalizeHeader(header) {
|
|
177802
177844
|
return header && String(header).trim().toLowerCase();
|
|
177803
177845
|
}
|
|
177804
|
-
function sanitizeHeaderValue(str) {
|
|
177805
|
-
return trimSPorHTAB(str.replace(INVALID_HEADER_VALUE_CHARS_RE, ''));
|
|
177806
|
-
}
|
|
177807
177846
|
function normalizeValue(value) {
|
|
177808
177847
|
if (value === false || value == null) {
|
|
177809
177848
|
return value;
|
|
@@ -178036,7 +178075,7 @@ utils.reduceDescriptors(AxiosHeaders.prototype, ({
|
|
|
178036
178075
|
});
|
|
178037
178076
|
utils.freezeMethods(AxiosHeaders);
|
|
178038
178077
|
/* harmony default export */ const core_AxiosHeaders = (AxiosHeaders);
|
|
178039
|
-
;// ./node_modules/_axios@1.16.
|
|
178078
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/core/AxiosError.js
|
|
178040
178079
|
|
|
178041
178080
|
|
|
178042
178081
|
|
|
@@ -178204,10 +178243,10 @@ AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
|
|
|
178204
178243
|
AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
|
|
178205
178244
|
AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED = 'ERR_FORM_DATA_DEPTH_EXCEEDED';
|
|
178206
178245
|
/* harmony default export */ const core_AxiosError = (AxiosError);
|
|
178207
|
-
;// ./node_modules/_axios@1.16.
|
|
178246
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/null.js
|
|
178208
178247
|
// eslint-disable-next-line strict
|
|
178209
178248
|
/* harmony default export */ const helpers_null = (null);
|
|
178210
|
-
;// ./node_modules/_axios@1.16.
|
|
178249
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/toFormData.js
|
|
178211
178250
|
|
|
178212
178251
|
|
|
178213
178252
|
|
|
@@ -178414,7 +178453,7 @@ function toFormData(obj, formData, options) {
|
|
|
178414
178453
|
return formData;
|
|
178415
178454
|
}
|
|
178416
178455
|
/* harmony default export */ const helpers_toFormData = (toFormData);
|
|
178417
|
-
;// ./node_modules/_axios@1.16.
|
|
178456
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/AxiosURLSearchParams.js
|
|
178418
178457
|
|
|
178419
178458
|
|
|
178420
178459
|
|
|
@@ -178469,7 +178508,7 @@ AxiosURLSearchParams_prototype.toString = function toString(encoder) {
|
|
|
178469
178508
|
}, '').join('&');
|
|
178470
178509
|
};
|
|
178471
178510
|
/* harmony default export */ const helpers_AxiosURLSearchParams = (AxiosURLSearchParams);
|
|
178472
|
-
;// ./node_modules/_axios@1.16.
|
|
178511
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/buildURL.js
|
|
178473
178512
|
|
|
178474
178513
|
|
|
178475
178514
|
|
|
@@ -178520,7 +178559,7 @@ function buildURL(url, params, options) {
|
|
|
178520
178559
|
}
|
|
178521
178560
|
return url;
|
|
178522
178561
|
}
|
|
178523
|
-
;// ./node_modules/_axios@1.16.
|
|
178562
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/core/InterceptorManager.js
|
|
178524
178563
|
|
|
178525
178564
|
|
|
178526
178565
|
|
|
@@ -178594,7 +178633,7 @@ class InterceptorManager {
|
|
|
178594
178633
|
}
|
|
178595
178634
|
}
|
|
178596
178635
|
/* harmony default export */ const core_InterceptorManager = (InterceptorManager);
|
|
178597
|
-
;// ./node_modules/_axios@1.16.
|
|
178636
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/defaults/transitional.js
|
|
178598
178637
|
|
|
178599
178638
|
|
|
178600
178639
|
/* harmony default export */ const defaults_transitional = ({
|
|
@@ -178603,7 +178642,7 @@ class InterceptorManager {
|
|
|
178603
178642
|
clarifyTimeoutError: false,
|
|
178604
178643
|
legacyInterceptorReqResOrdering: true
|
|
178605
178644
|
});
|
|
178606
|
-
;// ./node_modules/_axios@1.16.
|
|
178645
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/platform/browser/classes/URLSearchParams.js
|
|
178607
178646
|
|
|
178608
178647
|
|
|
178609
178648
|
|
|
@@ -178611,15 +178650,15 @@ class InterceptorManager {
|
|
|
178611
178650
|
|
|
178612
178651
|
|
|
178613
178652
|
/* harmony default export */ const classes_URLSearchParams = (typeof URLSearchParams !== 'undefined' ? URLSearchParams : helpers_AxiosURLSearchParams);
|
|
178614
|
-
;// ./node_modules/_axios@1.16.
|
|
178653
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/platform/browser/classes/FormData.js
|
|
178615
178654
|
|
|
178616
178655
|
|
|
178617
178656
|
/* harmony default export */ const classes_FormData = (typeof FormData !== 'undefined' ? FormData : null);
|
|
178618
|
-
;// ./node_modules/_axios@1.16.
|
|
178657
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/platform/browser/classes/Blob.js
|
|
178619
178658
|
|
|
178620
178659
|
|
|
178621
178660
|
/* harmony default export */ const classes_Blob = (typeof Blob !== 'undefined' ? Blob : null);
|
|
178622
|
-
;// ./node_modules/_axios@1.16.
|
|
178661
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/platform/browser/index.js
|
|
178623
178662
|
|
|
178624
178663
|
|
|
178625
178664
|
|
|
@@ -178632,7 +178671,7 @@ class InterceptorManager {
|
|
|
178632
178671
|
},
|
|
178633
178672
|
protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
|
|
178634
178673
|
});
|
|
178635
|
-
;// ./node_modules/_axios@1.16.
|
|
178674
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/platform/common/utils.js
|
|
178636
178675
|
|
|
178637
178676
|
const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
|
|
178638
178677
|
const _navigator = typeof navigator === 'object' && navigator || undefined;
|
|
@@ -178672,14 +178711,14 @@ const hasStandardBrowserWebWorkerEnv = (() => {
|
|
|
178672
178711
|
})();
|
|
178673
178712
|
const origin = hasBrowserEnv && window.location.href || 'http://localhost';
|
|
178674
178713
|
|
|
178675
|
-
;// ./node_modules/_axios@1.16.
|
|
178714
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/platform/index.js
|
|
178676
178715
|
|
|
178677
178716
|
|
|
178678
178717
|
/* harmony default export */ const platform = ({
|
|
178679
178718
|
...common_utils_namespaceObject,
|
|
178680
178719
|
...platform_browser
|
|
178681
178720
|
});
|
|
178682
|
-
;// ./node_modules/_axios@1.16.
|
|
178721
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/toURLEncodedForm.js
|
|
178683
178722
|
|
|
178684
178723
|
|
|
178685
178724
|
|
|
@@ -178699,7 +178738,7 @@ function toURLEncodedForm(data, options) {
|
|
|
178699
178738
|
}
|
|
178700
178739
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.49.0@core-js/modules/es.string.match-all.js
|
|
178701
178740
|
var es_string_match_all = __webpack_require__(20222);
|
|
178702
|
-
;// ./node_modules/_axios@1.16.
|
|
178741
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/formDataToJSON.js
|
|
178703
178742
|
|
|
178704
178743
|
|
|
178705
178744
|
|
|
@@ -178766,7 +178805,7 @@ function formDataToJSON(formData) {
|
|
|
178766
178805
|
}
|
|
178767
178806
|
return !isNumericKey;
|
|
178768
178807
|
}
|
|
178769
|
-
if (!target
|
|
178808
|
+
if (!utils.hasOwnProp(target, name) || !utils.isObject(target[name])) {
|
|
178770
178809
|
target[name] = [];
|
|
178771
178810
|
}
|
|
178772
178811
|
const result = buildPath(path, value, target[name], index);
|
|
@@ -178785,7 +178824,7 @@ function formDataToJSON(formData) {
|
|
|
178785
178824
|
return null;
|
|
178786
178825
|
}
|
|
178787
178826
|
/* harmony default export */ const helpers_formDataToJSON = (formDataToJSON);
|
|
178788
|
-
;// ./node_modules/_axios@1.16.
|
|
178827
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/defaults/index.js
|
|
178789
178828
|
|
|
178790
178829
|
|
|
178791
178830
|
|
|
@@ -178919,7 +178958,7 @@ utils.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'query'], method
|
|
|
178919
178958
|
defaults.headers[method] = {};
|
|
178920
178959
|
});
|
|
178921
178960
|
/* harmony default export */ const lib_defaults = (defaults);
|
|
178922
|
-
;// ./node_modules/_axios@1.16.
|
|
178961
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/core/transformData.js
|
|
178923
178962
|
|
|
178924
178963
|
|
|
178925
178964
|
|
|
@@ -178947,13 +178986,13 @@ function transformData(fns, response) {
|
|
|
178947
178986
|
headers.normalize();
|
|
178948
178987
|
return data;
|
|
178949
178988
|
}
|
|
178950
|
-
;// ./node_modules/_axios@1.16.
|
|
178989
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/cancel/isCancel.js
|
|
178951
178990
|
|
|
178952
178991
|
|
|
178953
178992
|
function isCancel(value) {
|
|
178954
178993
|
return !!(value && value.__CANCEL__);
|
|
178955
178994
|
}
|
|
178956
|
-
;// ./node_modules/_axios@1.16.
|
|
178995
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/cancel/CanceledError.js
|
|
178957
178996
|
|
|
178958
178997
|
|
|
178959
178998
|
|
|
@@ -178974,7 +179013,7 @@ class CanceledError extends core_AxiosError {
|
|
|
178974
179013
|
}
|
|
178975
179014
|
}
|
|
178976
179015
|
/* harmony default export */ const cancel_CanceledError = (CanceledError);
|
|
178977
|
-
;// ./node_modules/_axios@1.16.
|
|
179016
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/core/settle.js
|
|
178978
179017
|
|
|
178979
179018
|
|
|
178980
179019
|
|
|
@@ -178996,14 +179035,14 @@ function settle(resolve, reject, response) {
|
|
|
178996
179035
|
reject(new core_AxiosError('Request failed with status code ' + response.status, response.status >= 400 && response.status < 500 ? core_AxiosError.ERR_BAD_REQUEST : core_AxiosError.ERR_BAD_RESPONSE, response.config, response.request, response));
|
|
178997
179036
|
}
|
|
178998
179037
|
}
|
|
178999
|
-
;// ./node_modules/_axios@1.16.
|
|
179038
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/parseProtocol.js
|
|
179000
179039
|
|
|
179001
179040
|
|
|
179002
179041
|
function parseProtocol(url) {
|
|
179003
179042
|
const match = /^([-+\w]{1,25}):(?:\/\/)?/.exec(url);
|
|
179004
179043
|
return match && match[1] || '';
|
|
179005
179044
|
}
|
|
179006
|
-
;// ./node_modules/_axios@1.16.
|
|
179045
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/speedometer.js
|
|
179007
179046
|
|
|
179008
179047
|
|
|
179009
179048
|
/**
|
|
@@ -179046,7 +179085,7 @@ function speedometer(samplesCount, min) {
|
|
|
179046
179085
|
};
|
|
179047
179086
|
}
|
|
179048
179087
|
/* harmony default export */ const helpers_speedometer = (speedometer);
|
|
179049
|
-
;// ./node_modules/_axios@1.16.
|
|
179088
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/throttle.js
|
|
179050
179089
|
/**
|
|
179051
179090
|
* Throttle decorator
|
|
179052
179091
|
* @param {Function} fn
|
|
@@ -179086,7 +179125,7 @@ function throttle(fn, freq) {
|
|
|
179086
179125
|
return [throttled, flush];
|
|
179087
179126
|
}
|
|
179088
179127
|
/* harmony default export */ const helpers_throttle = (throttle);
|
|
179089
|
-
;// ./node_modules/_axios@1.16.
|
|
179128
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/progressEventReducer.js
|
|
179090
179129
|
|
|
179091
179130
|
|
|
179092
179131
|
|
|
@@ -179094,6 +179133,9 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
179094
179133
|
let bytesNotified = 0;
|
|
179095
179134
|
const _speedometer = helpers_speedometer(50, 250);
|
|
179096
179135
|
return helpers_throttle(e => {
|
|
179136
|
+
if (!e || typeof e.loaded !== 'number') {
|
|
179137
|
+
return;
|
|
179138
|
+
}
|
|
179097
179139
|
const rawLoaded = e.loaded;
|
|
179098
179140
|
const total = e.lengthComputable ? e.total : undefined;
|
|
179099
179141
|
const loaded = total != null ? Math.min(rawLoaded, total) : rawLoaded;
|
|
@@ -179123,7 +179165,7 @@ const progressEventDecorator = (total, throttled) => {
|
|
|
179123
179165
|
}), throttled[1]];
|
|
179124
179166
|
};
|
|
179125
179167
|
const asyncDecorator = fn => (...args) => utils.asap(() => fn(...args));
|
|
179126
|
-
;// ./node_modules/_axios@1.16.
|
|
179168
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/isURLSameOrigin.js
|
|
179127
179169
|
|
|
179128
179170
|
|
|
179129
179171
|
|
|
@@ -179133,7 +179175,7 @@ const asyncDecorator = fn => (...args) => utils.asap(() => fn(...args));
|
|
|
179133
179175
|
url = new URL(url, platform.origin);
|
|
179134
179176
|
return origin.protocol === url.protocol && origin.host === url.host && (isMSIE || origin.port === url.port);
|
|
179135
179177
|
})(new URL(platform.origin), platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)) : () => true);
|
|
179136
|
-
;// ./node_modules/_axios@1.16.
|
|
179178
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/cookies.js
|
|
179137
179179
|
|
|
179138
179180
|
|
|
179139
179181
|
|
|
@@ -179189,7 +179231,7 @@ const asyncDecorator = fn => (...args) => utils.asap(() => fn(...args));
|
|
|
179189
179231
|
},
|
|
179190
179232
|
remove() {}
|
|
179191
179233
|
});
|
|
179192
|
-
;// ./node_modules/_axios@1.16.
|
|
179234
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/isAbsoluteURL.js
|
|
179193
179235
|
|
|
179194
179236
|
|
|
179195
179237
|
/**
|
|
@@ -179208,7 +179250,7 @@ function isAbsoluteURL(url) {
|
|
|
179208
179250
|
}
|
|
179209
179251
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
|
|
179210
179252
|
}
|
|
179211
|
-
;// ./node_modules/_axios@1.16.
|
|
179253
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/combineURLs.js
|
|
179212
179254
|
|
|
179213
179255
|
|
|
179214
179256
|
/**
|
|
@@ -179222,7 +179264,7 @@ function isAbsoluteURL(url) {
|
|
|
179222
179264
|
function combineURLs(baseURL, relativeURL) {
|
|
179223
179265
|
return relativeURL ? baseURL.replace(/\/?\/$/, '') + '/' + relativeURL.replace(/^\/+/, '') : baseURL;
|
|
179224
179266
|
}
|
|
179225
|
-
;// ./node_modules/_axios@1.16.
|
|
179267
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/core/buildFullPath.js
|
|
179226
179268
|
|
|
179227
179269
|
|
|
179228
179270
|
|
|
@@ -179245,7 +179287,7 @@ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
|
|
|
179245
179287
|
}
|
|
179246
179288
|
return requestedURL;
|
|
179247
179289
|
}
|
|
179248
|
-
;// ./node_modules/_axios@1.16.
|
|
179290
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/core/mergeConfig.js
|
|
179249
179291
|
|
|
179250
179292
|
|
|
179251
179293
|
|
|
@@ -179372,7 +179414,7 @@ function mergeConfig(config1, config2) {
|
|
|
179372
179414
|
});
|
|
179373
179415
|
return config;
|
|
179374
179416
|
}
|
|
179375
|
-
;// ./node_modules/_axios@1.16.
|
|
179417
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/resolveConfig.js
|
|
179376
179418
|
|
|
179377
179419
|
|
|
179378
179420
|
|
|
@@ -179460,7 +179502,8 @@ const encodeUTF8 = str => encodeURIComponent(str).replace(/%([0-9A-F]{2})/gi, (_
|
|
|
179460
179502
|
return newConfig;
|
|
179461
179503
|
});
|
|
179462
179504
|
(Object.getOwnPropertyDescriptor(resolveConfig, "name") || {}).writable || Object.defineProperty(resolveConfig, "name", { value: "default", configurable: true });
|
|
179463
|
-
;// ./node_modules/_axios@1.16.
|
|
179505
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/adapters/xhr.js
|
|
179506
|
+
|
|
179464
179507
|
|
|
179465
179508
|
|
|
179466
179509
|
|
|
@@ -179593,7 +179636,7 @@ const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
|
|
|
179593
179636
|
|
|
179594
179637
|
// Add headers to the request
|
|
179595
179638
|
if ('setRequestHeader' in request) {
|
|
179596
|
-
utils.forEach(requestHeaders
|
|
179639
|
+
utils.forEach(toByteStringHeaderObject(requestHeaders), function setRequestHeader(val, key) {
|
|
179597
179640
|
request.setRequestHeader(key, val);
|
|
179598
179641
|
});
|
|
179599
179642
|
}
|
|
@@ -179647,7 +179690,7 @@ const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
|
|
|
179647
179690
|
request.send(requestData || null);
|
|
179648
179691
|
});
|
|
179649
179692
|
});
|
|
179650
|
-
;// ./node_modules/_axios@1.16.
|
|
179693
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/composeSignals.js
|
|
179651
179694
|
|
|
179652
179695
|
|
|
179653
179696
|
|
|
@@ -179656,44 +179699,44 @@ const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
|
|
|
179656
179699
|
|
|
179657
179700
|
|
|
179658
179701
|
const composeSignals = (signals, timeout) => {
|
|
179659
|
-
|
|
179660
|
-
|
|
179661
|
-
|
|
179662
|
-
if (timeout || length) {
|
|
179663
|
-
let controller = new AbortController();
|
|
179664
|
-
let aborted;
|
|
179665
|
-
const onabort = function (reason) {
|
|
179666
|
-
if (!aborted) {
|
|
179667
|
-
aborted = true;
|
|
179668
|
-
unsubscribe();
|
|
179669
|
-
const err = reason instanceof Error ? reason : this.reason;
|
|
179670
|
-
controller.abort(err instanceof core_AxiosError ? err : new cancel_CanceledError(err instanceof Error ? err.message : err));
|
|
179671
|
-
}
|
|
179672
|
-
};
|
|
179673
|
-
let timer = timeout && setTimeout(() => {
|
|
179674
|
-
timer = null;
|
|
179675
|
-
onabort(new core_AxiosError(`timeout of ${timeout}ms exceeded`, core_AxiosError.ETIMEDOUT));
|
|
179676
|
-
}, timeout);
|
|
179677
|
-
const unsubscribe = () => {
|
|
179678
|
-
if (signals) {
|
|
179679
|
-
timer && clearTimeout(timer);
|
|
179680
|
-
timer = null;
|
|
179681
|
-
signals.forEach(signal => {
|
|
179682
|
-
signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);
|
|
179683
|
-
});
|
|
179684
|
-
signals = null;
|
|
179685
|
-
}
|
|
179686
|
-
};
|
|
179687
|
-
signals.forEach(signal => signal.addEventListener('abort', onabort));
|
|
179688
|
-
const {
|
|
179689
|
-
signal
|
|
179690
|
-
} = controller;
|
|
179691
|
-
signal.unsubscribe = () => utils.asap(unsubscribe);
|
|
179692
|
-
return signal;
|
|
179702
|
+
signals = signals ? signals.filter(Boolean) : [];
|
|
179703
|
+
if (!timeout && !signals.length) {
|
|
179704
|
+
return;
|
|
179693
179705
|
}
|
|
179706
|
+
const controller = new AbortController();
|
|
179707
|
+
let aborted = false;
|
|
179708
|
+
const onabort = function (reason) {
|
|
179709
|
+
if (!aborted) {
|
|
179710
|
+
aborted = true;
|
|
179711
|
+
unsubscribe();
|
|
179712
|
+
const err = reason instanceof Error ? reason : this.reason;
|
|
179713
|
+
controller.abort(err instanceof core_AxiosError ? err : new cancel_CanceledError(err instanceof Error ? err.message : err));
|
|
179714
|
+
}
|
|
179715
|
+
};
|
|
179716
|
+
let timer = timeout && setTimeout(() => {
|
|
179717
|
+
timer = null;
|
|
179718
|
+
onabort(new core_AxiosError(`timeout of ${timeout}ms exceeded`, core_AxiosError.ETIMEDOUT));
|
|
179719
|
+
}, timeout);
|
|
179720
|
+
const unsubscribe = () => {
|
|
179721
|
+
if (!signals) {
|
|
179722
|
+
return;
|
|
179723
|
+
}
|
|
179724
|
+
timer && clearTimeout(timer);
|
|
179725
|
+
timer = null;
|
|
179726
|
+
signals.forEach(signal => {
|
|
179727
|
+
signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);
|
|
179728
|
+
});
|
|
179729
|
+
signals = null;
|
|
179730
|
+
};
|
|
179731
|
+
signals.forEach(signal => signal.addEventListener('abort', onabort));
|
|
179732
|
+
const {
|
|
179733
|
+
signal
|
|
179734
|
+
} = controller;
|
|
179735
|
+
signal.unsubscribe = () => utils.asap(unsubscribe);
|
|
179736
|
+
return signal;
|
|
179694
179737
|
};
|
|
179695
179738
|
/* harmony default export */ const helpers_composeSignals = (composeSignals);
|
|
179696
|
-
;// ./node_modules/_axios@1.16.
|
|
179739
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/trackStream.js
|
|
179697
179740
|
|
|
179698
179741
|
|
|
179699
179742
|
|
|
@@ -179790,7 +179833,7 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
179790
179833
|
highWaterMark: 2
|
|
179791
179834
|
});
|
|
179792
179835
|
};
|
|
179793
|
-
;// ./node_modules/_axios@1.16.
|
|
179836
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/estimateDataURLDecodedBytes.js
|
|
179794
179837
|
/**
|
|
179795
179838
|
* Estimate decoded byte length of a data:// URL *without* allocating large buffers.
|
|
179796
179839
|
* - For base64: compute exact decoded size using length and padding;
|
|
@@ -179880,9 +179923,10 @@ function estimateDataURLDecodedBytes(url) {
|
|
|
179880
179923
|
}
|
|
179881
179924
|
return bytes;
|
|
179882
179925
|
}
|
|
179883
|
-
;// ./node_modules/_axios@1.16.
|
|
179884
|
-
const VERSION = "1.16.
|
|
179885
|
-
;// ./node_modules/_axios@1.16.
|
|
179926
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/env/data.js
|
|
179927
|
+
const VERSION = "1.16.1";
|
|
179928
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/adapters/fetch.js
|
|
179929
|
+
|
|
179886
179930
|
|
|
179887
179931
|
|
|
179888
179932
|
|
|
@@ -179924,8 +179968,7 @@ const test = (fn, ...args) => {
|
|
|
179924
179968
|
}
|
|
179925
179969
|
};
|
|
179926
179970
|
const factory = env => {
|
|
179927
|
-
|
|
179928
|
-
const globalObject = (_utils$global = utils.global) !== null && _utils$global !== void 0 ? _utils$global : globalThis;
|
|
179971
|
+
const globalObject = utils.global !== undefined && utils.global !== null ? utils.global : globalThis;
|
|
179929
179972
|
const {
|
|
179930
179973
|
ReadableStream,
|
|
179931
179974
|
TextEncoder
|
|
@@ -180094,7 +180137,7 @@ const factory = env => {
|
|
|
180094
180137
|
...fetchOptions,
|
|
180095
180138
|
signal: composedSignal,
|
|
180096
180139
|
method: method.toUpperCase(),
|
|
180097
|
-
headers: headers.normalize()
|
|
180140
|
+
headers: toByteStringHeaderObject(headers.normalize()),
|
|
180098
180141
|
body: data,
|
|
180099
180142
|
duplex: 'half',
|
|
180100
180143
|
credentials: isCredentialsSupported ? withCredentials : undefined
|
|
@@ -180211,7 +180254,7 @@ const getFetch = config => {
|
|
|
180211
180254
|
};
|
|
180212
180255
|
const adapter = getFetch();
|
|
180213
180256
|
/* harmony default export */ const adapters_fetch = ((/* unused pure expression or super */ null && (adapter)));
|
|
180214
|
-
;// ./node_modules/_axios@1.16.
|
|
180257
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/adapters/adapters.js
|
|
180215
180258
|
|
|
180216
180259
|
|
|
180217
180260
|
|
|
@@ -180330,7 +180373,7 @@ function getAdapter(adapters, config) {
|
|
|
180330
180373
|
*/
|
|
180331
180374
|
adapters: knownAdapters
|
|
180332
180375
|
});
|
|
180333
|
-
;// ./node_modules/_axios@1.16.
|
|
180376
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/core/dispatchRequest.js
|
|
180334
180377
|
|
|
180335
180378
|
|
|
180336
180379
|
|
|
@@ -180405,7 +180448,7 @@ function dispatchRequest(config) {
|
|
|
180405
180448
|
return Promise.reject(reason);
|
|
180406
180449
|
});
|
|
180407
180450
|
}
|
|
180408
|
-
;// ./node_modules/_axios@1.16.
|
|
180451
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/validator.js
|
|
180409
180452
|
|
|
180410
180453
|
|
|
180411
180454
|
|
|
@@ -180493,7 +180536,7 @@ function assertOptions(options, schema, allowUnknown) {
|
|
|
180493
180536
|
assertOptions,
|
|
180494
180537
|
validators
|
|
180495
180538
|
});
|
|
180496
|
-
;// ./node_modules/_axios@1.16.
|
|
180539
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/core/Axios.js
|
|
180497
180540
|
|
|
180498
180541
|
|
|
180499
180542
|
|
|
@@ -180728,7 +180771,7 @@ utils.forEach(['post', 'put', 'patch', 'query'], function forEachMethodWithData(
|
|
|
180728
180771
|
}
|
|
180729
180772
|
});
|
|
180730
180773
|
/* harmony default export */ const core_Axios = (Axios);
|
|
180731
|
-
;// ./node_modules/_axios@1.16.
|
|
180774
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/cancel/CancelToken.js
|
|
180732
180775
|
|
|
180733
180776
|
|
|
180734
180777
|
|
|
@@ -180850,7 +180893,7 @@ class CancelToken {
|
|
|
180850
180893
|
}
|
|
180851
180894
|
}
|
|
180852
180895
|
/* harmony default export */ const cancel_CancelToken = (CancelToken);
|
|
180853
|
-
;// ./node_modules/_axios@1.16.
|
|
180896
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/spread.js
|
|
180854
180897
|
|
|
180855
180898
|
|
|
180856
180899
|
/**
|
|
@@ -180879,7 +180922,7 @@ function spread(callback) {
|
|
|
180879
180922
|
return callback.apply(null, arr);
|
|
180880
180923
|
};
|
|
180881
180924
|
}
|
|
180882
|
-
;// ./node_modules/_axios@1.16.
|
|
180925
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/isAxiosError.js
|
|
180883
180926
|
|
|
180884
180927
|
|
|
180885
180928
|
|
|
@@ -180894,7 +180937,7 @@ function spread(callback) {
|
|
|
180894
180937
|
function isAxiosError(payload) {
|
|
180895
180938
|
return utils.isObject(payload) && payload.isAxiosError === true;
|
|
180896
180939
|
}
|
|
180897
|
-
;// ./node_modules/_axios@1.16.
|
|
180940
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/helpers/HttpStatusCode.js
|
|
180898
180941
|
|
|
180899
180942
|
|
|
180900
180943
|
const HttpStatusCode = {
|
|
@@ -180972,7 +181015,7 @@ Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
|
180972
181015
|
HttpStatusCode[value] = key;
|
|
180973
181016
|
});
|
|
180974
181017
|
/* harmony default export */ const helpers_HttpStatusCode = (HttpStatusCode);
|
|
180975
|
-
;// ./node_modules/_axios@1.16.
|
|
181018
|
+
;// ./node_modules/_axios@1.16.1@axios/lib/axios.js
|
|
180976
181019
|
|
|
180977
181020
|
|
|
180978
181021
|
|
|
@@ -183587,7 +183630,7 @@ var formula_edit_component = (0,componentNormalizer/* default */.A)(
|
|
|
183587
183630
|
}
|
|
183588
183631
|
},
|
|
183589
183632
|
components: {
|
|
183590
|
-
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
183633
|
+
layoutForPaper: () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 65063)),
|
|
183591
183634
|
FormulaEdit: formula_edit
|
|
183592
183635
|
},
|
|
183593
183636
|
data() {
|