vxe-pc-ui 3.3.12 → 3.3.14
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/es/date-picker/src/date-picker.js +13 -1
- package/es/form/render/index.js +14 -0
- package/es/form/src/form.js +8 -2
- package/es/icon/style.css +1 -1
- package/es/input/src/input.js +13 -1
- package/es/language/ar-EG.js +678 -0
- package/es/language/de-DE.js +678 -0
- package/es/language/en-US.js +2 -1
- package/es/language/es-ES.js +2 -1
- package/es/language/fr-FR.js +678 -0
- package/es/language/hu-HU.js +2 -1
- package/es/language/hy-AM.js +678 -0
- package/es/language/ja-JP.js +2 -1
- package/es/language/ko-KR.js +2 -1
- package/es/language/nb-NO.js +678 -0
- package/es/language/pt-BR.js +2 -1
- package/es/language/ru-RU.js +2 -1
- package/es/language/ug-CN.js +678 -0
- package/es/language/uk-UA.js +2 -1
- package/es/language/vi-VN.js +2 -1
- package/es/language/zh-CHT.js +2 -1
- package/es/language/zh-CN.js +2 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/tabs/src/tabs.js +7 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/date-picker/src/date-picker.js +18 -6
- package/lib/date-picker/src/date-picker.min.js +1 -1
- package/lib/form/render/index.js +14 -0
- package/lib/form/render/index.min.js +1 -1
- package/lib/form/src/form.js +7 -2
- package/lib/form/src/form.min.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +377 -302
- package/lib/index.umd.min.js +1 -1
- package/lib/input/src/input.js +18 -6
- package/lib/input/src/input.min.js +1 -1
- package/lib/language/ar-EG.js +684 -0
- package/lib/language/ar-EG.min.js +1 -0
- package/lib/language/de-DE.js +684 -0
- package/lib/language/de-DE.min.js +1 -0
- package/lib/language/en-US.js +2 -1
- package/lib/language/en-US.min.js +1 -1
- package/lib/language/en-US.umd.js +2 -1
- package/lib/language/es-ES.js +2 -1
- package/lib/language/es-ES.min.js +1 -1
- package/lib/language/es-ES.umd.js +2 -1
- package/lib/language/fr-FR.js +684 -0
- package/lib/language/fr-FR.min.js +1 -0
- package/lib/language/hu-HU.js +2 -1
- package/lib/language/hu-HU.min.js +1 -1
- package/lib/language/hu-HU.umd.js +2 -1
- package/lib/language/hy-AM.js +684 -0
- package/lib/language/hy-AM.min.js +1 -0
- package/lib/language/ja-JP.js +2 -1
- package/lib/language/ja-JP.min.js +1 -1
- package/lib/language/ja-JP.umd.js +2 -1
- package/lib/language/ko-KR.js +2 -1
- package/lib/language/ko-KR.min.js +1 -1
- package/lib/language/ko-KR.umd.js +2 -1
- package/lib/language/nb-NO.js +684 -0
- package/lib/language/nb-NO.min.js +1 -0
- package/lib/language/pt-BR.js +2 -1
- package/lib/language/pt-BR.min.js +1 -1
- package/lib/language/pt-BR.umd.js +2 -1
- package/lib/language/ru-RU.js +2 -1
- package/lib/language/ru-RU.min.js +1 -1
- package/lib/language/ru-RU.umd.js +2 -1
- package/lib/language/ug-CN.js +684 -0
- package/lib/language/ug-CN.min.js +1 -0
- package/lib/language/uk-UA.js +2 -1
- package/lib/language/uk-UA.min.js +1 -1
- package/lib/language/uk-UA.umd.js +2 -1
- package/lib/language/vi-VN.js +2 -1
- package/lib/language/vi-VN.min.js +1 -1
- package/lib/language/zh-CHT.js +2 -1
- package/lib/language/zh-CHT.min.js +1 -1
- package/lib/language/zh-CHT.umd.js +2 -1
- package/lib/language/zh-CN.js +2 -1
- package/lib/language/zh-CN.min.js +1 -1
- package/lib/language/zh-CN.umd.js +2 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/tabs/src/tabs.js +4 -1
- package/lib/tabs/src/tabs.min.js +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +2 -2
- package/packages/date-picker/src/date-picker.ts +13 -1
- package/packages/form/render/index.ts +14 -0
- package/packages/form/src/form.ts +7 -2
- package/packages/input/src/input.ts +13 -1
- package/packages/language/ar-EG.ts +678 -0
- package/packages/language/de-DE.ts +678 -0
- package/packages/language/en-US.ts +2 -1
- package/packages/language/es-ES.ts +2 -1
- package/packages/language/fr-FR.ts +678 -0
- package/packages/language/hu-HU.ts +2 -1
- package/packages/language/hy-AM.ts +678 -0
- package/packages/language/ja-JP.ts +2 -1
- package/packages/language/ko-KR.ts +2 -1
- package/packages/language/nb-NO.ts +678 -0
- package/packages/language/pt-BR.ts +2 -1
- package/packages/language/ru-RU.ts +2 -1
- package/packages/language/ug-CN.ts +678 -0
- package/packages/language/uk-UA.ts +2 -1
- package/packages/language/vi-VN.ts +2 -1
- package/packages/language/zh-CHT.ts +2 -1
- package/packages/language/zh-CN.ts +2 -1
- package/packages/tabs/src/tabs.ts +7 -1
- package/types/components/form-item.d.ts +2 -2
- package/types/components/table-plugins/extend-cell-area.d.ts +1 -1
- package/types/components/table.d.ts +19 -2
- package/types/components/tabs.d.ts +5 -0
- package/types/ui/index.d.ts +0 -2
- package/types/ui/renderer.d.ts +1 -1
- /package/es/icon/{iconfont.1732854924024.ttf → iconfont.1733096961335.ttf} +0 -0
- /package/es/icon/{iconfont.1732854924024.woff → iconfont.1733096961335.woff} +0 -0
- /package/es/icon/{iconfont.1732854924024.woff2 → iconfont.1733096961335.woff2} +0 -0
- /package/es/{iconfont.1732854924024.ttf → iconfont.1733096961335.ttf} +0 -0
- /package/es/{iconfont.1732854924024.woff → iconfont.1733096961335.woff} +0 -0
- /package/es/{iconfont.1732854924024.woff2 → iconfont.1733096961335.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1732854924024.ttf → iconfont.1733096961335.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1732854924024.woff → iconfont.1733096961335.woff} +0 -0
- /package/lib/icon/style/{iconfont.1732854924024.woff2 → iconfont.1733096961335.woff2} +0 -0
- /package/lib/{iconfont.1732854924024.ttf → iconfont.1733096961335.ttf} +0 -0
- /package/lib/{iconfont.1732854924024.woff → iconfont.1733096961335.woff} +0 -0
- /package/lib/{iconfont.1732854924024.woff2 → iconfont.1733096961335.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -10422,6 +10422,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
10422
10422
|
VxeCollapse: function() { return /* reexport */ VxeCollapse; },
|
|
10423
10423
|
VxeCollapsePane: function() { return /* reexport */ VxeCollapsePane; },
|
|
10424
10424
|
VxeColorPicker: function() { return /* reexport */ VxeColorPicker; },
|
|
10425
|
+
VxeCore: function() { return /* reexport */ VxeCore; },
|
|
10425
10426
|
VxeCountdown: function() { return /* reexport */ VxeCountdown; },
|
|
10426
10427
|
VxeDatePicker: function() { return /* reexport */ VxeDatePicker; },
|
|
10427
10428
|
VxeDrawer: function() { return /* reexport */ VxeDrawer; },
|
|
@@ -10475,7 +10476,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
10475
10476
|
VxeTooltip: function() { return /* reexport */ VxeTooltip; },
|
|
10476
10477
|
VxeTree: function() { return /* reexport */ VxeTree; },
|
|
10477
10478
|
VxeTreeSelect: function() { return /* reexport */ VxeTreeSelect; },
|
|
10478
|
-
VxeUI: function() { return /* reexport */
|
|
10479
|
+
VxeUI: function() { return /* reexport */ index_esm_VxeUI; },
|
|
10479
10480
|
VxeUpload: function() { return /* reexport */ VxeUpload; },
|
|
10480
10481
|
VxeWatermark: function() { return /* reexport */ VxeWatermark; },
|
|
10481
10482
|
Vxeempty: function() { return /* reexport */ Vxeempty; },
|
|
@@ -10630,6 +10631,7 @@ __webpack_require__.d(components_namespaceObject, {
|
|
|
10630
10631
|
VxeCollapse: function() { return VxeCollapse; },
|
|
10631
10632
|
VxeCollapsePane: function() { return VxeCollapsePane; },
|
|
10632
10633
|
VxeColorPicker: function() { return VxeColorPicker; },
|
|
10634
|
+
VxeCore: function() { return VxeCore; },
|
|
10633
10635
|
VxeCountdown: function() { return VxeCountdown; },
|
|
10634
10636
|
VxeDatePicker: function() { return VxeDatePicker; },
|
|
10635
10637
|
VxeDrawer: function() { return VxeDrawer; },
|
|
@@ -10683,7 +10685,7 @@ __webpack_require__.d(components_namespaceObject, {
|
|
|
10683
10685
|
VxeTooltip: function() { return VxeTooltip; },
|
|
10684
10686
|
VxeTree: function() { return VxeTree; },
|
|
10685
10687
|
VxeTreeSelect: function() { return VxeTreeSelect; },
|
|
10686
|
-
VxeUI: function() { return
|
|
10688
|
+
VxeUI: function() { return index_esm_VxeUI; },
|
|
10687
10689
|
VxeUpload: function() { return VxeUpload; },
|
|
10688
10690
|
VxeWatermark: function() { return VxeWatermark; },
|
|
10689
10691
|
Vxeempty: function() { return Vxeempty; },
|
|
@@ -10765,89 +10767,24 @@ if (typeof window !== 'undefined') {
|
|
|
10765
10767
|
var es_object_to_string = __webpack_require__(6099);
|
|
10766
10768
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
10767
10769
|
var web_dom_collections_for_each = __webpack_require__(3500);
|
|
10768
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.js
|
|
10769
|
-
var es_symbol = __webpack_require__(2675);
|
|
10770
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.description.js
|
|
10771
|
-
var es_symbol_description = __webpack_require__(9463);
|
|
10772
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.iterator.js
|
|
10773
|
-
var es_symbol_iterator = __webpack_require__(2259);
|
|
10774
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.iterator.js
|
|
10775
|
-
var es_array_iterator = __webpack_require__(3792);
|
|
10776
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.iterator.js
|
|
10777
|
-
var es_string_iterator = __webpack_require__(7764);
|
|
10778
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.iterator.js
|
|
10779
|
-
var web_dom_collections_iterator = __webpack_require__(2953);
|
|
10780
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
10781
|
-
|
|
10782
|
-
|
|
10783
|
-
|
|
10784
|
-
|
|
10785
|
-
|
|
10786
|
-
|
|
10787
|
-
|
|
10788
|
-
function _typeof(o) {
|
|
10789
|
-
"@babel/helpers - typeof";
|
|
10790
|
-
|
|
10791
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
10792
|
-
return typeof o;
|
|
10793
|
-
} : function (o) {
|
|
10794
|
-
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
10795
|
-
}, _typeof(o);
|
|
10796
|
-
}
|
|
10797
|
-
|
|
10798
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.to-primitive.js
|
|
10799
|
-
var es_symbol_to_primitive = __webpack_require__(5700);
|
|
10800
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.error.cause.js
|
|
10801
|
-
var es_error_cause = __webpack_require__(6280);
|
|
10802
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.date.to-primitive.js
|
|
10803
|
-
var es_date_to_primitive = __webpack_require__(9572);
|
|
10804
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
|
|
10805
|
-
var es_number_constructor = __webpack_require__(2892);
|
|
10806
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
10807
|
-
|
|
10808
|
-
|
|
10809
|
-
|
|
10810
|
-
|
|
10811
|
-
|
|
10812
|
-
function toPrimitive(t, r) {
|
|
10813
|
-
if ("object" != _typeof(t) || !t) return t;
|
|
10814
|
-
var e = t[Symbol.toPrimitive];
|
|
10815
|
-
if (void 0 !== e) {
|
|
10816
|
-
var i = e.call(t, r || "default");
|
|
10817
|
-
if ("object" != _typeof(i)) return i;
|
|
10818
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
10819
|
-
}
|
|
10820
|
-
return ("string" === r ? String : Number)(t);
|
|
10821
|
-
}
|
|
10822
|
-
|
|
10823
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
10824
|
-
|
|
10825
|
-
|
|
10826
|
-
function toPropertyKey(t) {
|
|
10827
|
-
var i = toPrimitive(t, "string");
|
|
10828
|
-
return "symbol" == _typeof(i) ? i : i + "";
|
|
10829
|
-
}
|
|
10830
|
-
|
|
10831
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
10832
|
-
|
|
10833
|
-
function _defineProperty(e, r, t) {
|
|
10834
|
-
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
10835
|
-
value: t,
|
|
10836
|
-
enumerable: !0,
|
|
10837
|
-
configurable: !0,
|
|
10838
|
-
writable: !0
|
|
10839
|
-
}) : e[r] = t, e;
|
|
10840
|
-
}
|
|
10841
|
-
|
|
10842
10770
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
10843
10771
|
var es_array_push = __webpack_require__(4114);
|
|
10844
10772
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
10845
10773
|
var es_function_name = __webpack_require__(2010);
|
|
10846
10774
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.assign.js
|
|
10847
10775
|
var es_object_assign = __webpack_require__(9085);
|
|
10776
|
+
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/core.js
|
|
10777
|
+
var coreVersion = "3.0.17";
|
|
10778
|
+
var VxeCore = {
|
|
10779
|
+
coreVersion: coreVersion,
|
|
10780
|
+
uiVersion: '',
|
|
10781
|
+
tableVersion: ''
|
|
10782
|
+
};
|
|
10848
10783
|
// EXTERNAL MODULE: external {"root":"XEUtils","commonjs":"xe-utils","commonjs2":"xe-utils","amd":"xe-utils"}
|
|
10849
10784
|
var external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_ = __webpack_require__(8871);
|
|
10850
10785
|
var external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default = /*#__PURE__*/__webpack_require__.n(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_);
|
|
10786
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
|
|
10787
|
+
var es_number_constructor = __webpack_require__(2892);
|
|
10851
10788
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.exec.js
|
|
10852
10789
|
var es_regexp_exec = __webpack_require__(7495);
|
|
10853
10790
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.test.js
|
|
@@ -11019,34 +10956,139 @@ var globalConfigStore = {
|
|
|
11019
10956
|
zIndex: 999,
|
|
11020
10957
|
resizeInterval: 500
|
|
11021
10958
|
};
|
|
11022
|
-
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/dataStore.js
|
|
11023
|
-
var globalStore = {};
|
|
11024
|
-
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/iconStore.js
|
|
11025
|
-
var iconConfigStore = {};
|
|
11026
10959
|
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/themeStore.js
|
|
11027
10960
|
var themeConfigStore = {
|
|
11028
10961
|
theme: ''
|
|
11029
10962
|
};
|
|
11030
|
-
|
|
11031
|
-
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(9274);
|
|
11032
|
-
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
|
|
11033
|
-
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/i18nStore.js
|
|
10963
|
+
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/theme.js
|
|
11034
10964
|
|
|
11035
|
-
|
|
11036
|
-
|
|
11037
|
-
|
|
11038
|
-
|
|
11039
|
-
|
|
11040
|
-
|
|
10965
|
+
|
|
10966
|
+
function setTheme(name) {
|
|
10967
|
+
var theme = !name || name === 'default' ? 'light' : name;
|
|
10968
|
+
themeConfigStore.theme = theme;
|
|
10969
|
+
if (typeof document !== 'undefined') {
|
|
10970
|
+
var documentElement = document.documentElement;
|
|
10971
|
+
if (documentElement) {
|
|
10972
|
+
documentElement.setAttribute('data-vxe-ui-theme', theme);
|
|
10973
|
+
}
|
|
11041
10974
|
}
|
|
11042
|
-
|
|
11043
|
-
|
|
10975
|
+
return VxeCore;
|
|
10976
|
+
}
|
|
10977
|
+
function getTheme() {
|
|
10978
|
+
return themeConfigStore.theme;
|
|
10979
|
+
}
|
|
10980
|
+
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/config.js
|
|
10981
|
+
|
|
10982
|
+
|
|
10983
|
+
|
|
10984
|
+
|
|
10985
|
+
|
|
10986
|
+
/**
|
|
10987
|
+
* 全局参数设置
|
|
10988
|
+
*/
|
|
10989
|
+
function setConfig(options) {
|
|
10990
|
+
if (options) {
|
|
10991
|
+
if (options.zIndex) {
|
|
10992
|
+
index_esm.setCurrent(options.zIndex);
|
|
10993
|
+
}
|
|
10994
|
+
if (options.theme) {
|
|
10995
|
+
setTheme(options.theme);
|
|
10996
|
+
}
|
|
10997
|
+
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().merge(globalConfigStore, options);
|
|
10998
|
+
}
|
|
10999
|
+
return VxeCore;
|
|
11000
|
+
}
|
|
11001
|
+
/**
|
|
11002
|
+
* 获取全局参数
|
|
11003
|
+
*/
|
|
11004
|
+
function getConfig(key, defaultValue) {
|
|
11005
|
+
return arguments.length ? external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().get(globalConfigStore, key, defaultValue) : globalConfigStore;
|
|
11006
|
+
}
|
|
11007
|
+
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/dataStore.js
|
|
11008
|
+
var globalStore = {};
|
|
11009
|
+
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/iconStore.js
|
|
11010
|
+
var iconConfigStore = {};
|
|
11011
|
+
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/icon.js
|
|
11012
|
+
|
|
11013
|
+
|
|
11014
|
+
|
|
11015
|
+
|
|
11016
|
+
function setIcon(options) {
|
|
11017
|
+
if (options) {
|
|
11018
|
+
Object.assign(iconConfigStore, options);
|
|
11019
|
+
}
|
|
11020
|
+
return VxeCore;
|
|
11021
|
+
}
|
|
11022
|
+
function getIcon(key) {
|
|
11023
|
+
return arguments.length ? external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().get(iconConfigStore, key) : iconConfigStore;
|
|
11024
|
+
}
|
|
11025
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.error.cause.js
|
|
11026
|
+
var es_error_cause = __webpack_require__(6280);
|
|
11044
11027
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js
|
|
11045
11028
|
|
|
11046
11029
|
function _classCallCheck(a, n) {
|
|
11047
11030
|
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
11048
11031
|
}
|
|
11049
11032
|
|
|
11033
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.js
|
|
11034
|
+
var es_symbol = __webpack_require__(2675);
|
|
11035
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.description.js
|
|
11036
|
+
var es_symbol_description = __webpack_require__(9463);
|
|
11037
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.iterator.js
|
|
11038
|
+
var es_symbol_iterator = __webpack_require__(2259);
|
|
11039
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.iterator.js
|
|
11040
|
+
var es_array_iterator = __webpack_require__(3792);
|
|
11041
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.iterator.js
|
|
11042
|
+
var es_string_iterator = __webpack_require__(7764);
|
|
11043
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.iterator.js
|
|
11044
|
+
var web_dom_collections_iterator = __webpack_require__(2953);
|
|
11045
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
11046
|
+
|
|
11047
|
+
|
|
11048
|
+
|
|
11049
|
+
|
|
11050
|
+
|
|
11051
|
+
|
|
11052
|
+
|
|
11053
|
+
function _typeof(o) {
|
|
11054
|
+
"@babel/helpers - typeof";
|
|
11055
|
+
|
|
11056
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
11057
|
+
return typeof o;
|
|
11058
|
+
} : function (o) {
|
|
11059
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
11060
|
+
}, _typeof(o);
|
|
11061
|
+
}
|
|
11062
|
+
|
|
11063
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.to-primitive.js
|
|
11064
|
+
var es_symbol_to_primitive = __webpack_require__(5700);
|
|
11065
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.date.to-primitive.js
|
|
11066
|
+
var es_date_to_primitive = __webpack_require__(9572);
|
|
11067
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
11068
|
+
|
|
11069
|
+
|
|
11070
|
+
|
|
11071
|
+
|
|
11072
|
+
|
|
11073
|
+
function toPrimitive(t, r) {
|
|
11074
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
11075
|
+
var e = t[Symbol.toPrimitive];
|
|
11076
|
+
if (void 0 !== e) {
|
|
11077
|
+
var i = e.call(t, r || "default");
|
|
11078
|
+
if ("object" != _typeof(i)) return i;
|
|
11079
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
11080
|
+
}
|
|
11081
|
+
return ("string" === r ? String : Number)(t);
|
|
11082
|
+
}
|
|
11083
|
+
|
|
11084
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
11085
|
+
|
|
11086
|
+
|
|
11087
|
+
function toPropertyKey(t) {
|
|
11088
|
+
var i = toPrimitive(t, "string");
|
|
11089
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
11090
|
+
}
|
|
11091
|
+
|
|
11050
11092
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/createClass.js
|
|
11051
11093
|
|
|
11052
11094
|
function _defineProperties(e, r) {
|
|
@@ -11299,10 +11341,39 @@ var globalResize = {
|
|
|
11299
11341
|
return new XEResizeObserver(callback);
|
|
11300
11342
|
}
|
|
11301
11343
|
};
|
|
11344
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
11345
|
+
|
|
11346
|
+
function _defineProperty(e, r, t) {
|
|
11347
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
11348
|
+
value: t,
|
|
11349
|
+
enumerable: !0,
|
|
11350
|
+
configurable: !0,
|
|
11351
|
+
writable: !0
|
|
11352
|
+
}) : e[r] = t, e;
|
|
11353
|
+
}
|
|
11354
|
+
|
|
11355
|
+
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
11356
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(9274);
|
|
11357
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
|
|
11358
|
+
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/i18nStore.js
|
|
11359
|
+
|
|
11360
|
+
var I18nStore = external_commonjs_vue_commonjs2_vue_root_Vue_default().extend({
|
|
11361
|
+
data: function data() {
|
|
11362
|
+
return {
|
|
11363
|
+
language: '',
|
|
11364
|
+
langMaps: {}
|
|
11365
|
+
};
|
|
11366
|
+
}
|
|
11367
|
+
});
|
|
11368
|
+
var i18nConfigStore = new I18nStore();
|
|
11302
11369
|
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/i18n.js
|
|
11303
11370
|
|
|
11304
11371
|
|
|
11305
11372
|
|
|
11373
|
+
|
|
11374
|
+
|
|
11375
|
+
|
|
11376
|
+
var checkInstall = false;
|
|
11306
11377
|
function getI18n(key, args) {
|
|
11307
11378
|
var langMaps = i18nConfigStore.langMaps,
|
|
11308
11379
|
language = i18nConfigStore.language;
|
|
@@ -11310,8 +11381,23 @@ function getI18n(key, args) {
|
|
|
11310
11381
|
if (i18n) {
|
|
11311
11382
|
return "".concat(i18n(key, args) || '');
|
|
11312
11383
|
}
|
|
11384
|
+
if (!checkInstall) {
|
|
11385
|
+
if (!langMaps[language]) {
|
|
11386
|
+
console.error("[vxe core] \u8BED\u8A00\u5305\u672A\u5B89\u88C5\u3002Language not installed. https://".concat(VxeCore.uiVersion ? 'vxeui.com' : 'vxetable.cn', "/#/start/i18n"));
|
|
11387
|
+
}
|
|
11388
|
+
checkInstall = true;
|
|
11389
|
+
}
|
|
11313
11390
|
return external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().toFormatString(external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().get(langMaps[language], key, key), args);
|
|
11314
11391
|
}
|
|
11392
|
+
function setLanguage(locale) {
|
|
11393
|
+
i18nConfigStore.language = locale || 'zh-CN';
|
|
11394
|
+
return VxeCore;
|
|
11395
|
+
}
|
|
11396
|
+
function setI18n(locale, data) {
|
|
11397
|
+
var langMaps = i18nConfigStore.langMaps;
|
|
11398
|
+
i18nConfigStore.langMaps = Object.assign({}, langMaps, _defineProperty({}, locale, Object.assign({}, data)));
|
|
11399
|
+
return VxeCore;
|
|
11400
|
+
}
|
|
11315
11401
|
function hasLanguage(language) {
|
|
11316
11402
|
var langMaps = i18nConfigStore.langMaps;
|
|
11317
11403
|
return !!langMaps[language];
|
|
@@ -11332,7 +11418,7 @@ function createLog(type, name) {
|
|
|
11332
11418
|
return msg;
|
|
11333
11419
|
};
|
|
11334
11420
|
}
|
|
11335
|
-
var version = "3.0.
|
|
11421
|
+
var version = "3.0.17";
|
|
11336
11422
|
var log = {
|
|
11337
11423
|
create: createLog,
|
|
11338
11424
|
warn: createLog('warn', "v".concat(version)),
|
|
@@ -11866,10 +11952,7 @@ var globalMixins = {
|
|
|
11866
11952
|
sizeMixin: sizeMixin,
|
|
11867
11953
|
permissionMixin: permissionMixin
|
|
11868
11954
|
};
|
|
11869
|
-
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/
|
|
11870
|
-
|
|
11871
|
-
|
|
11872
|
-
|
|
11955
|
+
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/index.esm.js
|
|
11873
11956
|
|
|
11874
11957
|
|
|
11875
11958
|
|
|
@@ -11891,69 +11974,15 @@ var globalMixins = {
|
|
|
11891
11974
|
|
|
11892
11975
|
|
|
11893
11976
|
|
|
11894
|
-
function setTheme(name) {
|
|
11895
|
-
var theme = !name || name === 'default' ? 'light' : name;
|
|
11896
|
-
themeConfigStore.theme = theme;
|
|
11897
|
-
if (typeof document !== 'undefined') {
|
|
11898
|
-
var documentElement = document.documentElement;
|
|
11899
|
-
if (documentElement) {
|
|
11900
|
-
documentElement.setAttribute('data-vxe-ui-theme', theme);
|
|
11901
|
-
}
|
|
11902
|
-
}
|
|
11903
|
-
return core_VxeUI;
|
|
11904
|
-
}
|
|
11905
|
-
function getTheme() {
|
|
11906
|
-
return themeConfigStore.theme;
|
|
11907
|
-
}
|
|
11908
|
-
function setLanguage(locale) {
|
|
11909
|
-
i18nConfigStore.language = locale || 'zh-CN';
|
|
11910
|
-
return core_VxeUI;
|
|
11911
|
-
}
|
|
11912
|
-
function setI18n(locale, data) {
|
|
11913
|
-
var langMaps = i18nConfigStore.langMaps;
|
|
11914
|
-
i18nConfigStore.langMaps = Object.assign({}, langMaps, _defineProperty({}, locale, Object.assign({}, data)));
|
|
11915
|
-
return core_VxeUI;
|
|
11916
|
-
}
|
|
11917
|
-
/**
|
|
11918
|
-
* 全局参数设置
|
|
11919
|
-
*/
|
|
11920
|
-
function setConfig(options) {
|
|
11921
|
-
if (options) {
|
|
11922
|
-
if (options.zIndex) {
|
|
11923
|
-
index_esm.setCurrent(options.zIndex);
|
|
11924
|
-
}
|
|
11925
|
-
if (options.theme) {
|
|
11926
|
-
setTheme(options.theme);
|
|
11927
|
-
}
|
|
11928
|
-
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().merge(globalConfigStore, options);
|
|
11929
|
-
}
|
|
11930
|
-
return core_VxeUI;
|
|
11931
|
-
}
|
|
11932
|
-
/**
|
|
11933
|
-
* 获取全局参数
|
|
11934
|
-
*/
|
|
11935
|
-
function getConfig(key, defaultValue) {
|
|
11936
|
-
return arguments.length ? external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().get(globalConfigStore, key, defaultValue) : globalConfigStore;
|
|
11937
|
-
}
|
|
11938
|
-
function setIcon(options) {
|
|
11939
|
-
if (options) {
|
|
11940
|
-
Object.assign(iconConfigStore, options);
|
|
11941
|
-
}
|
|
11942
|
-
return core_VxeUI;
|
|
11943
|
-
}
|
|
11944
|
-
function getIcon(key) {
|
|
11945
|
-
return arguments.length ? external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().get(iconConfigStore, key) : iconConfigStore;
|
|
11946
|
-
}
|
|
11947
|
-
var coreVersion = "3.0.14";
|
|
11948
11977
|
var installedPlugins = [];
|
|
11949
11978
|
function use(Plugin, options) {
|
|
11950
11979
|
if (Plugin && Plugin.install) {
|
|
11951
11980
|
if (installedPlugins.indexOf(Plugin) === -1) {
|
|
11952
|
-
Plugin.install(
|
|
11981
|
+
Plugin.install(index_esm_VxeUI, options);
|
|
11953
11982
|
installedPlugins.push(Plugin);
|
|
11954
11983
|
}
|
|
11955
11984
|
}
|
|
11956
|
-
return
|
|
11985
|
+
return index_esm_VxeUI;
|
|
11957
11986
|
}
|
|
11958
11987
|
var components = {};
|
|
11959
11988
|
function getComponent(name) {
|
|
@@ -11968,8 +11997,7 @@ function renderEmptyElement(_vm) {
|
|
|
11968
11997
|
var _e = _vm._e;
|
|
11969
11998
|
return _e();
|
|
11970
11999
|
}
|
|
11971
|
-
var
|
|
11972
|
-
coreVersion: coreVersion,
|
|
12000
|
+
var index_esm_VxeUI = Object.assign(VxeCore, {
|
|
11973
12001
|
renderEmptyElement: renderEmptyElement,
|
|
11974
12002
|
setTheme: setTheme,
|
|
11975
12003
|
getTheme: getTheme,
|
|
@@ -12000,7 +12028,7 @@ var core_VxeUI = {
|
|
|
12000
12028
|
getComponent: getComponent,
|
|
12001
12029
|
globalMixins: globalMixins,
|
|
12002
12030
|
use: use
|
|
12003
|
-
};
|
|
12031
|
+
});
|
|
12004
12032
|
setTheme();
|
|
12005
12033
|
|
|
12006
12034
|
|
|
@@ -12016,11 +12044,11 @@ setTheme();
|
|
|
12016
12044
|
|
|
12017
12045
|
|
|
12018
12046
|
|
|
12019
|
-
/* harmony default export */ var core = ((/* unused pure expression or super */ null && (core_VxeUI)));
|
|
12020
|
-
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/index.esm.js
|
|
12021
12047
|
|
|
12022
12048
|
|
|
12023
|
-
|
|
12049
|
+
|
|
12050
|
+
|
|
12051
|
+
/* harmony default export */ var es_index_esm = ((/* unused pure expression or super */ null && (index_esm_VxeUI)));
|
|
12024
12052
|
;// CONCATENATED MODULE: ./packages/language/zh-CN.ts
|
|
12025
12053
|
/* harmony default export */ var zh_CN = ({
|
|
12026
12054
|
vxe: {
|
|
@@ -12070,7 +12098,8 @@ setTheme();
|
|
|
12070
12098
|
notType: '不支持的文件类型 "{0}"',
|
|
12071
12099
|
notExp: '该浏览器不支持导入/导出功能',
|
|
12072
12100
|
impFields: '导入失败,请检查字段名和数据格式是否正确',
|
|
12073
|
-
treeNotImp: '树表格不支持导入'
|
|
12101
|
+
treeNotImp: '树表格不支持导入',
|
|
12102
|
+
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
12074
12103
|
},
|
|
12075
12104
|
table: {
|
|
12076
12105
|
emptyText: '暂无数据',
|
|
@@ -12799,7 +12828,7 @@ function handleBooleanDefaultValue(value) {
|
|
|
12799
12828
|
}
|
|
12800
12829
|
;// CONCATENATED MODULE: ./packages/ui/src/log.ts
|
|
12801
12830
|
|
|
12802
|
-
var log_version = "ui v".concat("3.3.
|
|
12831
|
+
var log_version = "ui v".concat("3.3.14");
|
|
12803
12832
|
var warnLog = log.create('warn', log_version);
|
|
12804
12833
|
var errLog = log.create('error', log_version);
|
|
12805
12834
|
;// CONCATENATED MODULE: ./packages/ui/index.ts
|
|
@@ -12807,13 +12836,13 @@ var errLog = log.create('error', log_version);
|
|
|
12807
12836
|
|
|
12808
12837
|
|
|
12809
12838
|
|
|
12810
|
-
var ui_version = "3.3.
|
|
12811
|
-
|
|
12812
|
-
|
|
12813
|
-
|
|
12814
|
-
|
|
12815
|
-
|
|
12816
|
-
|
|
12839
|
+
var ui_version = "3.3.14";
|
|
12840
|
+
index_esm_VxeUI.version = ui_version;
|
|
12841
|
+
index_esm_VxeUI.uiVersion = ui_version;
|
|
12842
|
+
index_esm_VxeUI.tableVersion = '';
|
|
12843
|
+
index_esm_VxeUI.t = index_esm_VxeUI.getI18n;
|
|
12844
|
+
index_esm_VxeUI._t = getFuncText;
|
|
12845
|
+
index_esm_VxeUI.dynamicApp = dynamicApp;
|
|
12817
12846
|
function config(options) {
|
|
12818
12847
|
if (true) {
|
|
12819
12848
|
warnLog('vxe.error.delFunc', ['config', 'setConfig']);
|
|
@@ -12826,8 +12855,8 @@ function setup(options) {
|
|
|
12826
12855
|
}
|
|
12827
12856
|
return setConfig(options);
|
|
12828
12857
|
}
|
|
12829
|
-
|
|
12830
|
-
|
|
12858
|
+
index_esm_VxeUI.config = config;
|
|
12859
|
+
index_esm_VxeUI.setup = setup;
|
|
12831
12860
|
setConfig({
|
|
12832
12861
|
alert: {},
|
|
12833
12862
|
anchor: {},
|
|
@@ -13444,7 +13473,7 @@ var VxeAlert = Object.assign({}, src_alert, {
|
|
|
13444
13473
|
}
|
|
13445
13474
|
});
|
|
13446
13475
|
dynamicApp.use(VxeAlert);
|
|
13447
|
-
|
|
13476
|
+
index_esm_VxeUI.component(src_alert);
|
|
13448
13477
|
var Alert = VxeAlert;
|
|
13449
13478
|
/* harmony default export */ var packages_alert = (VxeAlert);
|
|
13450
13479
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.join.js
|
|
@@ -14079,7 +14108,7 @@ var VxeAnchor = Object.assign({}, src_anchor, {
|
|
|
14079
14108
|
}
|
|
14080
14109
|
});
|
|
14081
14110
|
dynamicApp.use(VxeAnchor);
|
|
14082
|
-
|
|
14111
|
+
index_esm_VxeUI.component(src_anchor);
|
|
14083
14112
|
var Anchor = VxeAnchor;
|
|
14084
14113
|
/* harmony default export */ var packages_anchor = (VxeAnchor);
|
|
14085
14114
|
;// CONCATENATED MODULE: ./packages/anchor-link/index.ts
|
|
@@ -14094,7 +14123,7 @@ var VxeAnchorLink = Object.assign({}, anchor_link, {
|
|
|
14094
14123
|
}
|
|
14095
14124
|
});
|
|
14096
14125
|
dynamicApp.use(VxeAnchorLink);
|
|
14097
|
-
|
|
14126
|
+
index_esm_VxeUI.component(anchor_link);
|
|
14098
14127
|
var AnchorLink = VxeAnchorLink;
|
|
14099
14128
|
/* harmony default export */ var packages_anchor_link = (VxeAnchorLink);
|
|
14100
14129
|
;// CONCATENATED MODULE: ./packages/avatar/src/avatar.ts
|
|
@@ -14240,7 +14269,7 @@ var VxeAvatar = Object.assign({}, avatar, {
|
|
|
14240
14269
|
}
|
|
14241
14270
|
});
|
|
14242
14271
|
dynamicApp.use(VxeAvatar);
|
|
14243
|
-
|
|
14272
|
+
index_esm_VxeUI.component(avatar);
|
|
14244
14273
|
var Avatar = VxeAvatar;
|
|
14245
14274
|
/* harmony default export */ var packages_avatar = (VxeAvatar);
|
|
14246
14275
|
;// CONCATENATED MODULE: ./packages/badge/src/badge.ts
|
|
@@ -14328,7 +14357,7 @@ var VxeBadge = Object.assign({}, badge, {
|
|
|
14328
14357
|
}
|
|
14329
14358
|
});
|
|
14330
14359
|
dynamicApp.use(VxeBadge);
|
|
14331
|
-
|
|
14360
|
+
index_esm_VxeUI.component(badge);
|
|
14332
14361
|
var Badge = VxeBadge;
|
|
14333
14362
|
/* harmony default export */ var packages_badge = (VxeBadge);
|
|
14334
14363
|
;// CONCATENATED MODULE: ./packages/breadcrumb/src/breadcrumb-item.ts
|
|
@@ -14522,7 +14551,7 @@ var VxeBreadcrumb = Object.assign({}, breadcrumb, {
|
|
|
14522
14551
|
}
|
|
14523
14552
|
});
|
|
14524
14553
|
dynamicApp.use(VxeBreadcrumb);
|
|
14525
|
-
|
|
14554
|
+
index_esm_VxeUI.component(breadcrumb);
|
|
14526
14555
|
var Breadcrumb = VxeBreadcrumb;
|
|
14527
14556
|
/* harmony default export */ var packages_breadcrumb = (VxeBreadcrumb);
|
|
14528
14557
|
;// CONCATENATED MODULE: ./packages/breadcrumb-item/index.ts
|
|
@@ -14537,7 +14566,7 @@ var VxeBreadcrumbItem = Object.assign({}, breadcrumb_item, {
|
|
|
14537
14566
|
}
|
|
14538
14567
|
});
|
|
14539
14568
|
dynamicApp.use(VxeBreadcrumbItem);
|
|
14540
|
-
|
|
14569
|
+
index_esm_VxeUI.component(breadcrumb_item);
|
|
14541
14570
|
var BreadcrumbItem = VxeBreadcrumbItem;
|
|
14542
14571
|
/* harmony default export */ var packages_breadcrumb_item = (VxeBreadcrumbItem);
|
|
14543
14572
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
|
@@ -15869,7 +15898,7 @@ var VxeButton = Object.assign({}, src_button, {
|
|
|
15869
15898
|
}
|
|
15870
15899
|
});
|
|
15871
15900
|
dynamicApp.use(VxeButton);
|
|
15872
|
-
|
|
15901
|
+
index_esm_VxeUI.component(src_button);
|
|
15873
15902
|
var Button = VxeButton;
|
|
15874
15903
|
/* harmony default export */ var packages_button = (VxeButton);
|
|
15875
15904
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.find.js
|
|
@@ -15983,7 +16012,7 @@ var VxeButtonGroup = Object.assign({}, button_group, {
|
|
|
15983
16012
|
}
|
|
15984
16013
|
});
|
|
15985
16014
|
dynamicApp.use(VxeButtonGroup);
|
|
15986
|
-
|
|
16015
|
+
index_esm_VxeUI.component(button_group);
|
|
15987
16016
|
var ButtonGroup = VxeButtonGroup;
|
|
15988
16017
|
/* harmony default export */ var packages_button_group = (VxeButtonGroup);
|
|
15989
16018
|
;// CONCATENATED MODULE: ./packages/date-picker/src/util.ts
|
|
@@ -17328,7 +17357,7 @@ var VxeCalendar = Object.assign({}, calendar, {
|
|
|
17328
17357
|
}
|
|
17329
17358
|
});
|
|
17330
17359
|
dynamicApp.use(VxeCalendar);
|
|
17331
|
-
|
|
17360
|
+
index_esm_VxeUI.component(calendar);
|
|
17332
17361
|
var Calendar = VxeCalendar;
|
|
17333
17362
|
/* harmony default export */ var packages_calendar = (VxeCalendar);
|
|
17334
17363
|
;// CONCATENATED MODULE: ./packages/loading/src/loading.ts
|
|
@@ -17624,7 +17653,7 @@ var VxeCard = Object.assign({}, card, {
|
|
|
17624
17653
|
}
|
|
17625
17654
|
});
|
|
17626
17655
|
dynamicApp.use(VxeCard);
|
|
17627
|
-
|
|
17656
|
+
index_esm_VxeUI.component(card);
|
|
17628
17657
|
var Card = VxeCard;
|
|
17629
17658
|
/* harmony default export */ var packages_card = (VxeCard);
|
|
17630
17659
|
;// CONCATENATED MODULE: ./packages/carousel/src/carousel.ts
|
|
@@ -18076,7 +18105,7 @@ var VxeCarousel = Object.assign({}, carousel, {
|
|
|
18076
18105
|
}
|
|
18077
18106
|
});
|
|
18078
18107
|
dynamicApp.use(VxeCarousel);
|
|
18079
|
-
|
|
18108
|
+
index_esm_VxeUI.component(carousel);
|
|
18080
18109
|
var Carousel = VxeCarousel;
|
|
18081
18110
|
/* harmony default export */ var packages_carousel = (VxeCarousel);
|
|
18082
18111
|
;// CONCATENATED MODULE: ./packages/carousel/src/util.ts
|
|
@@ -18218,7 +18247,7 @@ var VxeCarouselItem = Object.assign({}, carousel_item, {
|
|
|
18218
18247
|
}
|
|
18219
18248
|
});
|
|
18220
18249
|
dynamicApp.use(VxeCarouselItem);
|
|
18221
|
-
|
|
18250
|
+
index_esm_VxeUI.component(carousel_item);
|
|
18222
18251
|
var CarouselItem = VxeCarouselItem;
|
|
18223
18252
|
/* harmony default export */ var packages_carousel_item = (VxeCarouselItem);
|
|
18224
18253
|
;// CONCATENATED MODULE: ./packages/checkbox/src/checkbox.ts
|
|
@@ -18407,7 +18436,7 @@ var VxeCheckbox = Object.assign(src_checkbox, {
|
|
|
18407
18436
|
}
|
|
18408
18437
|
});
|
|
18409
18438
|
dynamicApp.use(VxeCheckbox);
|
|
18410
|
-
|
|
18439
|
+
index_esm_VxeUI.component(src_checkbox);
|
|
18411
18440
|
var Checkbox = VxeCheckbox;
|
|
18412
18441
|
/* harmony default export */ var packages_checkbox = (VxeCheckbox);
|
|
18413
18442
|
;// CONCATENATED MODULE: ./packages/checkbox/src/group.ts
|
|
@@ -18596,7 +18625,7 @@ var VxeCheckboxGroup = Object.assign(group, {
|
|
|
18596
18625
|
}
|
|
18597
18626
|
});
|
|
18598
18627
|
dynamicApp.use(VxeCheckboxGroup);
|
|
18599
|
-
|
|
18628
|
+
index_esm_VxeUI.component(group);
|
|
18600
18629
|
var CheckboxGroup = VxeCheckboxGroup;
|
|
18601
18630
|
/* harmony default export */ var checkbox_group = (VxeCheckboxGroup);
|
|
18602
18631
|
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
|
|
@@ -18797,7 +18826,7 @@ var VxeCol = Object.assign({}, col, {
|
|
|
18797
18826
|
}
|
|
18798
18827
|
});
|
|
18799
18828
|
dynamicApp.use(VxeCol);
|
|
18800
|
-
|
|
18829
|
+
index_esm_VxeUI.component(col);
|
|
18801
18830
|
var Col = VxeCol;
|
|
18802
18831
|
/* harmony default export */ var packages_col = (VxeCol);
|
|
18803
18832
|
;// CONCATENATED MODULE: ./packages/collapse/src/collapse.ts
|
|
@@ -19051,7 +19080,7 @@ var VxeCollapse = Object.assign({}, collapse, {
|
|
|
19051
19080
|
}
|
|
19052
19081
|
});
|
|
19053
19082
|
dynamicApp.use(VxeCollapse);
|
|
19054
|
-
|
|
19083
|
+
index_esm_VxeUI.component(collapse);
|
|
19055
19084
|
var Collapse = VxeCollapse;
|
|
19056
19085
|
/* harmony default export */ var packages_collapse = (VxeCollapse);
|
|
19057
19086
|
;// CONCATENATED MODULE: ./packages/collapse/src/util.ts
|
|
@@ -19213,7 +19242,7 @@ var VxeCollapsePane = Object.assign({}, collapse_pane, {
|
|
|
19213
19242
|
}
|
|
19214
19243
|
});
|
|
19215
19244
|
dynamicApp.use(VxeCollapsePane);
|
|
19216
|
-
|
|
19245
|
+
index_esm_VxeUI.component(collapse_pane);
|
|
19217
19246
|
var CollapsePane = VxeCollapsePane;
|
|
19218
19247
|
/* harmony default export */ var packages_collapse_pane = (VxeCollapsePane);
|
|
19219
19248
|
;// CONCATENATED MODULE: ./packages/color-picker/src/color-picker.ts
|
|
@@ -19279,7 +19308,7 @@ var VxeColorPicker = Object.assign({}, color_picker, {
|
|
|
19279
19308
|
}
|
|
19280
19309
|
});
|
|
19281
19310
|
dynamicApp.use(VxeColorPicker);
|
|
19282
|
-
|
|
19311
|
+
index_esm_VxeUI.component(color_picker);
|
|
19283
19312
|
var ColorPicker = VxeColorPicker;
|
|
19284
19313
|
/* harmony default export */ var packages_color_picker = (VxeColorPicker);
|
|
19285
19314
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.pad-start.js
|
|
@@ -19336,16 +19365,16 @@ var es_string_pad_start = __webpack_require__(8156);
|
|
|
19336
19365
|
var contentEl = $xeText.$refs.refContentElem;
|
|
19337
19366
|
var copyVal = (contentEl ? contentEl.textContent : '') || content;
|
|
19338
19367
|
if (copyVal) {
|
|
19339
|
-
if (
|
|
19340
|
-
if (
|
|
19341
|
-
|
|
19368
|
+
if (index_esm_VxeUI.clipboard.copy(copyVal)) {
|
|
19369
|
+
if (index_esm_VxeUI.modal) {
|
|
19370
|
+
index_esm_VxeUI.modal.message({
|
|
19342
19371
|
content: getI18n('vxe.text.copySuccess'),
|
|
19343
19372
|
status: 'success'
|
|
19344
19373
|
});
|
|
19345
19374
|
}
|
|
19346
19375
|
} else {
|
|
19347
|
-
if (
|
|
19348
|
-
|
|
19376
|
+
if (index_esm_VxeUI.modal) {
|
|
19377
|
+
index_esm_VxeUI.modal.message({
|
|
19349
19378
|
content: getI18n('vxe.text.copyError'),
|
|
19350
19379
|
status: 'error'
|
|
19351
19380
|
});
|
|
@@ -19676,7 +19705,7 @@ var VxeCountdown = Object.assign({}, countdown, {
|
|
|
19676
19705
|
}
|
|
19677
19706
|
});
|
|
19678
19707
|
dynamicApp.use(VxeCountdown);
|
|
19679
|
-
|
|
19708
|
+
index_esm_VxeUI.component(countdown);
|
|
19680
19709
|
var Countdown = VxeCountdown;
|
|
19681
19710
|
/* harmony default export */ var packages_countdown = (VxeCountdown);
|
|
19682
19711
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.promise.js
|
|
@@ -20899,12 +20928,24 @@ var es_promise = __webpack_require__(3362);
|
|
|
20899
20928
|
var reactData = $xeDatePicker.reactData;
|
|
20900
20929
|
var disabledMethod = props.disabledMethod;
|
|
20901
20930
|
var datePanelType = reactData.datePanelType;
|
|
20902
|
-
|
|
20903
|
-
|
|
20904
|
-
|
|
20905
|
-
|
|
20906
|
-
|
|
20907
|
-
}
|
|
20931
|
+
var dateStartTime = $xeDatePicker.computeDateStartTime;
|
|
20932
|
+
var dateEndTime = $xeDatePicker.computeDateEndTime;
|
|
20933
|
+
var date = item.date;
|
|
20934
|
+
if (dateStartTime && dateStartTime.getTime() > date.getTime()) {
|
|
20935
|
+
return true;
|
|
20936
|
+
}
|
|
20937
|
+
if (dateEndTime && dateEndTime.getTime() < date.getTime()) {
|
|
20938
|
+
return true;
|
|
20939
|
+
}
|
|
20940
|
+
if (disabledMethod) {
|
|
20941
|
+
return disabledMethod({
|
|
20942
|
+
type: datePanelType,
|
|
20943
|
+
viewType: datePanelType,
|
|
20944
|
+
date: date,
|
|
20945
|
+
$datePicker: $xeDatePicker
|
|
20946
|
+
});
|
|
20947
|
+
}
|
|
20948
|
+
return false;
|
|
20908
20949
|
},
|
|
20909
20950
|
dateSelectItem: function dateSelectItem(date) {
|
|
20910
20951
|
var $xeDatePicker = this;
|
|
@@ -22159,7 +22200,7 @@ var VxeDatePicker = Object.assign({}, date_picker, {
|
|
|
22159
22200
|
}
|
|
22160
22201
|
});
|
|
22161
22202
|
dynamicApp.use(VxeDatePicker);
|
|
22162
|
-
|
|
22203
|
+
index_esm_VxeUI.component(date_picker);
|
|
22163
22204
|
var DatePicker = VxeDatePicker;
|
|
22164
22205
|
/* harmony default export */ var packages_date_picker = (VxeDatePicker);
|
|
22165
22206
|
;// CONCATENATED MODULE: ./packages/loading/index.ts
|
|
@@ -22188,8 +22229,8 @@ var LoadingController = {
|
|
|
22188
22229
|
}
|
|
22189
22230
|
};
|
|
22190
22231
|
dynamicApp.use(VxeLoading);
|
|
22191
|
-
|
|
22192
|
-
|
|
22232
|
+
index_esm_VxeUI.component(src_loading);
|
|
22233
|
+
index_esm_VxeUI.loading = LoadingController;
|
|
22193
22234
|
var Loading = VxeLoading;
|
|
22194
22235
|
/* harmony default export */ var packages_loading = (VxeLoading);
|
|
22195
22236
|
;// CONCATENATED MODULE: ./packages/drawer/src/drawer.ts
|
|
@@ -22898,9 +22939,9 @@ var VxeDrawer = Object.assign(drawer, {
|
|
|
22898
22939
|
app.component(drawer.name, drawer);
|
|
22899
22940
|
}
|
|
22900
22941
|
});
|
|
22901
|
-
|
|
22942
|
+
index_esm_VxeUI.drawer = DrawerController;
|
|
22902
22943
|
dynamicApp.use(VxeDrawer);
|
|
22903
|
-
|
|
22944
|
+
index_esm_VxeUI.component(drawer);
|
|
22904
22945
|
var Drawer = VxeDrawer;
|
|
22905
22946
|
/* harmony default export */ var packages_drawer = (VxeDrawer);
|
|
22906
22947
|
;// CONCATENATED MODULE: ./packages/empty/src/empty.ts
|
|
@@ -22984,7 +23025,7 @@ var Vxeempty = Object.assign({}, empty, {
|
|
|
22984
23025
|
}
|
|
22985
23026
|
});
|
|
22986
23027
|
dynamicApp.use(Vxeempty);
|
|
22987
|
-
|
|
23028
|
+
index_esm_VxeUI.component(empty);
|
|
22988
23029
|
var empty_empty = Vxeempty;
|
|
22989
23030
|
/* harmony default export */ var packages_empty = (Vxeempty);
|
|
22990
23031
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.trim.js
|
|
@@ -24051,8 +24092,13 @@ var validErrorRuleValue = function validErrorRuleValue(rule, val) {
|
|
|
24051
24092
|
data: props.data,
|
|
24052
24093
|
field: field
|
|
24053
24094
|
});
|
|
24054
|
-
} else
|
|
24055
|
-
|
|
24095
|
+
} else {
|
|
24096
|
+
if (autoFocus === true) {
|
|
24097
|
+
// 自动匹配模式,会自动匹配第一个可输入元素
|
|
24098
|
+
inputElem = el.querySelector(".".concat(item.id, " input,textarea"));
|
|
24099
|
+
} else if (autoFocus) {
|
|
24100
|
+
inputElem = el.querySelector(".".concat(item.id, " ").concat(autoFocus));
|
|
24101
|
+
}
|
|
24056
24102
|
}
|
|
24057
24103
|
if (inputElem) {
|
|
24058
24104
|
inputElem.focus();
|
|
@@ -24831,12 +24877,15 @@ function oldFormItemRadioAndCheckboxRender(h, renderOpts, params) {
|
|
|
24831
24877
|
*/
|
|
24832
24878
|
renderer.mixin({
|
|
24833
24879
|
input: {
|
|
24880
|
+
formItemAutoFocus: 'input',
|
|
24834
24881
|
renderFormItemContent: nativeItemRender
|
|
24835
24882
|
},
|
|
24836
24883
|
textarea: {
|
|
24884
|
+
formItemAutoFocus: 'textarea',
|
|
24837
24885
|
renderFormItemContent: nativeItemRender
|
|
24838
24886
|
},
|
|
24839
24887
|
select: {
|
|
24888
|
+
formItemAutoFocus: 'input',
|
|
24840
24889
|
renderFormItemContent: function renderFormItemContent(h, renderOpts, params) {
|
|
24841
24890
|
return [h('select', {
|
|
24842
24891
|
class: 'vxe-default-select',
|
|
@@ -24846,18 +24895,23 @@ renderer.mixin({
|
|
|
24846
24895
|
}
|
|
24847
24896
|
},
|
|
24848
24897
|
VxeInput: {
|
|
24898
|
+
formItemAutoFocus: 'input',
|
|
24849
24899
|
renderFormItemContent: defaultItemRender
|
|
24850
24900
|
},
|
|
24851
24901
|
VxeNumberInput: {
|
|
24902
|
+
formItemAutoFocus: 'input',
|
|
24852
24903
|
renderFormItemContent: defaultItemRender
|
|
24853
24904
|
},
|
|
24854
24905
|
VxePasswordInput: {
|
|
24906
|
+
formItemAutoFocus: 'input',
|
|
24855
24907
|
renderFormItemContent: defaultItemRender
|
|
24856
24908
|
},
|
|
24857
24909
|
VxeTextarea: {
|
|
24910
|
+
formItemAutoFocus: 'textarea',
|
|
24858
24911
|
renderFormItemContent: defaultItemRender
|
|
24859
24912
|
},
|
|
24860
24913
|
VxeDatePicker: {
|
|
24914
|
+
formItemAutoFocus: 'input',
|
|
24861
24915
|
renderFormItemContent: defaultItemRender
|
|
24862
24916
|
},
|
|
24863
24917
|
VxeButton: {
|
|
@@ -24878,6 +24932,7 @@ renderer.mixin({
|
|
|
24878
24932
|
}
|
|
24879
24933
|
},
|
|
24880
24934
|
VxeSelect: {
|
|
24935
|
+
formItemAutoFocus: 'input',
|
|
24881
24936
|
renderFormItemContent: function renderFormItemContent(h, renderOpts, params) {
|
|
24882
24937
|
var data = params.data,
|
|
24883
24938
|
field = params.field;
|
|
@@ -24898,6 +24953,7 @@ renderer.mixin({
|
|
|
24898
24953
|
}
|
|
24899
24954
|
},
|
|
24900
24955
|
VxeTreeSelect: {
|
|
24956
|
+
formItemAutoFocus: 'input',
|
|
24901
24957
|
renderFormItemContent: function renderFormItemContent(h, renderOpts, params) {
|
|
24902
24958
|
var data = params.data,
|
|
24903
24959
|
field = params.field;
|
|
@@ -24914,6 +24970,7 @@ renderer.mixin({
|
|
|
24914
24970
|
}
|
|
24915
24971
|
},
|
|
24916
24972
|
VxeTableSelect: {
|
|
24973
|
+
formItemAutoFocus: 'input',
|
|
24917
24974
|
renderFormItemContent: function renderFormItemContent(h, renderOpts, params) {
|
|
24918
24975
|
var data = params.data,
|
|
24919
24976
|
field = params.field;
|
|
@@ -24986,9 +25043,11 @@ renderer.mixin({
|
|
|
24986
25043
|
},
|
|
24987
25044
|
// 以下已废弃
|
|
24988
25045
|
$input: {
|
|
25046
|
+
formItemAutoFocus: 'input',
|
|
24989
25047
|
renderFormItemContent: oldItemRender
|
|
24990
25048
|
},
|
|
24991
25049
|
$textarea: {
|
|
25050
|
+
formItemAutoFocus: 'textarea',
|
|
24992
25051
|
renderFormItemContent: oldItemRender
|
|
24993
25052
|
},
|
|
24994
25053
|
$button: {
|
|
@@ -24998,6 +25057,7 @@ renderer.mixin({
|
|
|
24998
25057
|
renderFormItemContent: oldButtonsItemRender
|
|
24999
25058
|
},
|
|
25000
25059
|
$select: {
|
|
25060
|
+
formItemAutoFocus: 'input',
|
|
25001
25061
|
renderFormItemContent: function renderFormItemContent(h, renderOpts, params) {
|
|
25002
25062
|
var data = params.data,
|
|
25003
25063
|
field = params.field;
|
|
@@ -25041,7 +25101,7 @@ var VxeForm = Object.assign(src_form, {
|
|
|
25041
25101
|
}
|
|
25042
25102
|
});
|
|
25043
25103
|
dynamicApp.use(VxeForm);
|
|
25044
|
-
|
|
25104
|
+
index_esm_VxeUI.component(src_form);
|
|
25045
25105
|
var Form = VxeForm;
|
|
25046
25106
|
/* harmony default export */ var packages_form = (VxeForm);
|
|
25047
25107
|
;// CONCATENATED MODULE: ./packages/form/src/form-item.ts
|
|
@@ -25380,7 +25440,7 @@ var VxeFormGather = Object.assign(VxeFormGatherComponent, {
|
|
|
25380
25440
|
}
|
|
25381
25441
|
});
|
|
25382
25442
|
dynamicApp.use(VxeFormGather);
|
|
25383
|
-
|
|
25443
|
+
index_esm_VxeUI.component(VxeFormGatherComponent);
|
|
25384
25444
|
var FormGather = VxeFormGather;
|
|
25385
25445
|
/* harmony default export */ var form_gather = (VxeFormGather);
|
|
25386
25446
|
;// CONCATENATED MODULE: ./packages/form-group/index.ts
|
|
@@ -25395,7 +25455,7 @@ var VxeFormGroup = Object.assign(form_group, {
|
|
|
25395
25455
|
}
|
|
25396
25456
|
});
|
|
25397
25457
|
dynamicApp.use(VxeFormGroup);
|
|
25398
|
-
|
|
25458
|
+
index_esm_VxeUI.component(form_group);
|
|
25399
25459
|
var FormGroup = VxeFormGroup;
|
|
25400
25460
|
/* harmony default export */ var packages_form_group = (VxeFormGroup);
|
|
25401
25461
|
;// CONCATENATED MODULE: ./packages/form-item/index.ts
|
|
@@ -25410,7 +25470,7 @@ var VxeFormItem = Object.assign(form_item, {
|
|
|
25410
25470
|
}
|
|
25411
25471
|
});
|
|
25412
25472
|
dynamicApp.use(VxeFormItem);
|
|
25413
|
-
|
|
25473
|
+
index_esm_VxeUI.component(form_item);
|
|
25414
25474
|
var FormItem = VxeFormItem;
|
|
25415
25475
|
/* harmony default export */ var packages_form_item = (VxeFormItem);
|
|
25416
25476
|
;// CONCATENATED MODULE: ./packages/icon/index.ts
|
|
@@ -25425,7 +25485,7 @@ var VxeIcon = Object.assign({}, icon, {
|
|
|
25425
25485
|
}
|
|
25426
25486
|
});
|
|
25427
25487
|
dynamicApp.use(VxeIcon);
|
|
25428
|
-
|
|
25488
|
+
index_esm_VxeUI.component(icon);
|
|
25429
25489
|
var Icon = VxeIcon;
|
|
25430
25490
|
/* harmony default export */ var packages_icon = (VxeIcon);
|
|
25431
25491
|
;// CONCATENATED MODULE: ./packages/icon-picker/src/icon-picker.ts
|
|
@@ -26090,7 +26150,7 @@ var VxeIconPicker = Object.assign(icon_picker, {
|
|
|
26090
26150
|
}
|
|
26091
26151
|
});
|
|
26092
26152
|
dynamicApp.use(VxeIconPicker);
|
|
26093
|
-
|
|
26153
|
+
index_esm_VxeUI.component(icon_picker);
|
|
26094
26154
|
var IconPicker = VxeIconPicker;
|
|
26095
26155
|
/* harmony default export */ var packages_icon_picker = (VxeIconPicker);
|
|
26096
26156
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.to-fixed.js
|
|
@@ -26393,8 +26453,8 @@ var es_number_to_fixed = __webpack_require__(9868);
|
|
|
26393
26453
|
var activeIndex = reactData.activeIndex;
|
|
26394
26454
|
var imgList = $xeImagePreview.computeImgList;
|
|
26395
26455
|
var imgUrl = imgList[activeIndex || 0];
|
|
26396
|
-
if (
|
|
26397
|
-
|
|
26456
|
+
if (index_esm_VxeUI.print) {
|
|
26457
|
+
index_esm_VxeUI.print({
|
|
26398
26458
|
align: 'center',
|
|
26399
26459
|
pageBreaks: [{
|
|
26400
26460
|
bodyHtml: "<img src=\"".concat(imgUrl, "\" style=\"max-width:100%;max-height:100%;\">")
|
|
@@ -26410,18 +26470,18 @@ var es_number_to_fixed = __webpack_require__(9868);
|
|
|
26410
26470
|
},
|
|
26411
26471
|
handleDefaultDownload: function handleDefaultDownload(evnt, imgUrl) {
|
|
26412
26472
|
var $xeImagePreview = this;
|
|
26413
|
-
if (
|
|
26473
|
+
if (index_esm_VxeUI.saveFile) {
|
|
26414
26474
|
fetch(imgUrl).then(function (res) {
|
|
26415
26475
|
return res.blob().then(function (blob) {
|
|
26416
|
-
|
|
26476
|
+
index_esm_VxeUI.saveFile({
|
|
26417
26477
|
filename: imgUrl,
|
|
26418
26478
|
content: blob
|
|
26419
26479
|
});
|
|
26420
26480
|
$xeImagePreview.handleDownloadEvent(evnt, imgUrl);
|
|
26421
26481
|
});
|
|
26422
26482
|
}).catch(function () {
|
|
26423
|
-
if (
|
|
26424
|
-
|
|
26483
|
+
if (index_esm_VxeUI.modal) {
|
|
26484
|
+
index_esm_VxeUI.modal.message({
|
|
26425
26485
|
content: getI18n('vxe.error.downErr'),
|
|
26426
26486
|
status: 'error'
|
|
26427
26487
|
});
|
|
@@ -26756,14 +26816,14 @@ var es_number_to_fixed = __webpack_require__(9868);
|
|
|
26756
26816
|
|
|
26757
26817
|
|
|
26758
26818
|
var openPreviewImage = function openPreviewImage(options) {
|
|
26759
|
-
if (
|
|
26819
|
+
if (index_esm_VxeUI.modal) {
|
|
26760
26820
|
var opts = Object.assign({
|
|
26761
26821
|
escClosable: true
|
|
26762
26822
|
}, options);
|
|
26763
26823
|
var urlList = opts.urlList,
|
|
26764
26824
|
activeIndex = opts.activeIndex;
|
|
26765
26825
|
var modalId = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().uniqueId('image-preview');
|
|
26766
|
-
|
|
26826
|
+
index_esm_VxeUI.modal.open({
|
|
26767
26827
|
id: modalId,
|
|
26768
26828
|
title: '预览',
|
|
26769
26829
|
width: '100%',
|
|
@@ -26789,7 +26849,7 @@ var openPreviewImage = function openPreviewImage(options) {
|
|
|
26789
26849
|
},
|
|
26790
26850
|
on: {
|
|
26791
26851
|
close: function close() {
|
|
26792
|
-
|
|
26852
|
+
index_esm_VxeUI.modal.close(modalId);
|
|
26793
26853
|
}
|
|
26794
26854
|
}
|
|
26795
26855
|
});
|
|
@@ -26988,7 +27048,7 @@ var VxeImage = Object.assign({}, src_image, {
|
|
|
26988
27048
|
}
|
|
26989
27049
|
});
|
|
26990
27050
|
dynamicApp.use(VxeImage);
|
|
26991
|
-
|
|
27051
|
+
index_esm_VxeUI.component(src_image);
|
|
26992
27052
|
var Image = VxeImage;
|
|
26993
27053
|
/* harmony default export */ var packages_image = (VxeImage);
|
|
26994
27054
|
;// CONCATENATED MODULE: ./packages/image/src/group.ts
|
|
@@ -27145,7 +27205,7 @@ var VxeImageGroup = Object.assign({}, src_group, {
|
|
|
27145
27205
|
}
|
|
27146
27206
|
});
|
|
27147
27207
|
dynamicApp.use(VxeImageGroup);
|
|
27148
|
-
|
|
27208
|
+
index_esm_VxeUI.component(src_group);
|
|
27149
27209
|
var ImageGroup = VxeImageGroup;
|
|
27150
27210
|
/* harmony default export */ var image_group = (VxeImageGroup);
|
|
27151
27211
|
;// CONCATENATED MODULE: ./packages/image-preview/index.ts
|
|
@@ -27158,11 +27218,11 @@ var ImageGroup = VxeImageGroup;
|
|
|
27158
27218
|
var VxeImagePreview = Object.assign(preview, {
|
|
27159
27219
|
install: function install(app) {
|
|
27160
27220
|
app.component(preview.name, preview);
|
|
27161
|
-
|
|
27221
|
+
index_esm_VxeUI.previewImage = openPreviewImage;
|
|
27162
27222
|
}
|
|
27163
27223
|
});
|
|
27164
27224
|
dynamicApp.use(VxeImagePreview);
|
|
27165
|
-
|
|
27225
|
+
index_esm_VxeUI.component(preview);
|
|
27166
27226
|
var ImagePreview = VxeImagePreview;
|
|
27167
27227
|
/* harmony default export */ var image_preview = (VxeImagePreview);
|
|
27168
27228
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.to-exponential.js
|
|
@@ -28780,12 +28840,24 @@ function toFloatValueFixed(inputValue, digitsValue) {
|
|
|
28780
28840
|
var reactData = $xeInput.reactData;
|
|
28781
28841
|
var disabledMethod = props.disabledMethod;
|
|
28782
28842
|
var datePanelType = reactData.datePanelType;
|
|
28783
|
-
|
|
28784
|
-
|
|
28785
|
-
|
|
28786
|
-
|
|
28787
|
-
|
|
28788
|
-
}
|
|
28843
|
+
var dateStartTime = $xeInput.computeDateStartTime;
|
|
28844
|
+
var dateEndTime = $xeInput.computeDateEndTime;
|
|
28845
|
+
var date = item.date;
|
|
28846
|
+
if (dateStartTime && dateStartTime.getTime() > date.getTime()) {
|
|
28847
|
+
return true;
|
|
28848
|
+
}
|
|
28849
|
+
if (dateEndTime && dateEndTime.getTime() < date.getTime()) {
|
|
28850
|
+
return true;
|
|
28851
|
+
}
|
|
28852
|
+
if (disabledMethod) {
|
|
28853
|
+
return disabledMethod({
|
|
28854
|
+
type: datePanelType,
|
|
28855
|
+
viewType: datePanelType,
|
|
28856
|
+
date: date,
|
|
28857
|
+
$input: $xeInput
|
|
28858
|
+
});
|
|
28859
|
+
}
|
|
28860
|
+
return false;
|
|
28789
28861
|
},
|
|
28790
28862
|
dateSelectItem: function dateSelectItem(date) {
|
|
28791
28863
|
var $xeInput = this;
|
|
@@ -30132,7 +30204,7 @@ var VxeInput = Object.assign(input, {
|
|
|
30132
30204
|
}
|
|
30133
30205
|
});
|
|
30134
30206
|
dynamicApp.use(VxeInput);
|
|
30135
|
-
|
|
30207
|
+
index_esm_VxeUI.component(input);
|
|
30136
30208
|
var Input = VxeInput;
|
|
30137
30209
|
/* harmony default export */ var packages_input = (VxeInput);
|
|
30138
30210
|
;// CONCATENATED MODULE: ./packages/layout-aside/src/layout-aside.ts
|
|
@@ -30252,7 +30324,7 @@ var VxeLayoutAside = Object.assign({}, layout_aside, {
|
|
|
30252
30324
|
}
|
|
30253
30325
|
});
|
|
30254
30326
|
dynamicApp.use(VxeLayoutAside);
|
|
30255
|
-
|
|
30327
|
+
index_esm_VxeUI.component(layout_aside);
|
|
30256
30328
|
var LayoutAside = VxeLayoutAside;
|
|
30257
30329
|
/* harmony default export */ var packages_layout_aside = (VxeLayoutAside);
|
|
30258
30330
|
;// CONCATENATED MODULE: ./packages/layout-body/src/layout-body.ts
|
|
@@ -30336,7 +30408,7 @@ var VxeLayoutBody = Object.assign({}, layout_body, {
|
|
|
30336
30408
|
}
|
|
30337
30409
|
});
|
|
30338
30410
|
dynamicApp.use(VxeLayoutBody);
|
|
30339
|
-
|
|
30411
|
+
index_esm_VxeUI.component(layout_body);
|
|
30340
30412
|
var LayoutBody = VxeLayoutBody;
|
|
30341
30413
|
/* harmony default export */ var packages_layout_body = (VxeLayoutBody);
|
|
30342
30414
|
;// CONCATENATED MODULE: ./packages/layout-container/src/layout-container.ts
|
|
@@ -30407,7 +30479,7 @@ var VxeLayoutContainer = Object.assign({}, layout_container, {
|
|
|
30407
30479
|
}
|
|
30408
30480
|
});
|
|
30409
30481
|
dynamicApp.use(VxeLayoutContainer);
|
|
30410
|
-
|
|
30482
|
+
index_esm_VxeUI.component(layout_container);
|
|
30411
30483
|
var LayoutContainer = VxeLayoutContainer;
|
|
30412
30484
|
/* harmony default export */ var packages_layout_container = (VxeLayoutContainer);
|
|
30413
30485
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.fixed.js
|
|
@@ -30474,7 +30546,7 @@ var VxeLayoutFooter = Object.assign({}, layout_footer, {
|
|
|
30474
30546
|
}
|
|
30475
30547
|
});
|
|
30476
30548
|
dynamicApp.use(VxeLayoutFooter);
|
|
30477
|
-
|
|
30549
|
+
index_esm_VxeUI.component(layout_footer);
|
|
30478
30550
|
var LayoutFooter = VxeLayoutFooter;
|
|
30479
30551
|
/* harmony default export */ var packages_layout_footer = (VxeLayoutFooter);
|
|
30480
30552
|
;// CONCATENATED MODULE: ./packages/layout-header/src/layout-header.ts
|
|
@@ -30536,7 +30608,7 @@ var VxeLayoutHeader = Object.assign({}, layout_header, {
|
|
|
30536
30608
|
}
|
|
30537
30609
|
});
|
|
30538
30610
|
dynamicApp.use(VxeLayoutHeader);
|
|
30539
|
-
|
|
30611
|
+
index_esm_VxeUI.component(layout_header);
|
|
30540
30612
|
var LayoutHeader = VxeLayoutHeader;
|
|
30541
30613
|
/* harmony default export */ var packages_layout_header = (VxeLayoutHeader);
|
|
30542
30614
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.link.js
|
|
@@ -30678,7 +30750,7 @@ var VxeLink = Object.assign({}, src_link, {
|
|
|
30678
30750
|
}
|
|
30679
30751
|
});
|
|
30680
30752
|
dynamicApp.use(VxeLink);
|
|
30681
|
-
|
|
30753
|
+
index_esm_VxeUI.component(src_link);
|
|
30682
30754
|
var Link = VxeLink;
|
|
30683
30755
|
/* harmony default export */ var packages_link = (VxeLink);
|
|
30684
30756
|
;// CONCATENATED MODULE: ./packages/list/src/list.ts
|
|
@@ -31118,7 +31190,7 @@ var VxeList = Object.assign(list, {
|
|
|
31118
31190
|
}
|
|
31119
31191
|
});
|
|
31120
31192
|
dynamicApp.use(VxeList);
|
|
31121
|
-
|
|
31193
|
+
index_esm_VxeUI.component(list);
|
|
31122
31194
|
var List = VxeList;
|
|
31123
31195
|
/* harmony default export */ var packages_list = (VxeList);
|
|
31124
31196
|
;// CONCATENATED MODULE: ./packages/menu/src/menu.ts
|
|
@@ -31613,7 +31685,7 @@ var VxeMenu = Object.assign({}, menu, {
|
|
|
31613
31685
|
}
|
|
31614
31686
|
});
|
|
31615
31687
|
dynamicApp.use(VxeMenu);
|
|
31616
|
-
|
|
31688
|
+
index_esm_VxeUI.component(menu);
|
|
31617
31689
|
var Menu = VxeMenu;
|
|
31618
31690
|
/* harmony default export */ var packages_menu = (VxeMenu);
|
|
31619
31691
|
;// CONCATENATED MODULE: ./packages/modal/src/modal.ts
|
|
@@ -32323,8 +32395,8 @@ var lockScrollCssWidthKey = '--vxe-ui-modal-lock-scroll-view-width';
|
|
|
32323
32395
|
var mList = isHorizontalLayout ? hlMList : vlMList;
|
|
32324
32396
|
// 如果配置最小化最大数量
|
|
32325
32397
|
if (minimizeMaxSize && mList.length >= minimizeMaxSize) {
|
|
32326
|
-
if (
|
|
32327
|
-
|
|
32398
|
+
if (index_esm_VxeUI.modal) {
|
|
32399
|
+
index_esm_VxeUI.modal.message({
|
|
32328
32400
|
status: 'error',
|
|
32329
32401
|
content: getI18n('vxe.modal.miniMaxSize', [minimizeMaxSize])
|
|
32330
32402
|
});
|
|
@@ -33368,9 +33440,9 @@ var VxeModal = Object.assign(modal, {
|
|
|
33368
33440
|
}
|
|
33369
33441
|
}
|
|
33370
33442
|
});
|
|
33371
|
-
|
|
33443
|
+
index_esm_VxeUI.modal = ModalController;
|
|
33372
33444
|
dynamicApp.use(VxeModal);
|
|
33373
|
-
|
|
33445
|
+
index_esm_VxeUI.component(modal);
|
|
33374
33446
|
var Modal = VxeModal;
|
|
33375
33447
|
/* harmony default export */ var packages_modal = (VxeModal);
|
|
33376
33448
|
;// CONCATENATED MODULE: ./packages/notice-bar/src/notice-bar.ts
|
|
@@ -33516,7 +33588,7 @@ var VxeNoticeBar = Object.assign({}, notice_bar, {
|
|
|
33516
33588
|
}
|
|
33517
33589
|
});
|
|
33518
33590
|
dynamicApp.use(VxeNoticeBar);
|
|
33519
|
-
|
|
33591
|
+
index_esm_VxeUI.component(notice_bar);
|
|
33520
33592
|
var NoticeBar = VxeNoticeBar;
|
|
33521
33593
|
/* harmony default export */ var packages_notice_bar = (VxeNoticeBar);
|
|
33522
33594
|
;// CONCATENATED MODULE: ./packages/number-input/src/number-input.ts
|
|
@@ -34426,7 +34498,7 @@ var VxeNumberInput = Object.assign({}, number_input, {
|
|
|
34426
34498
|
}
|
|
34427
34499
|
});
|
|
34428
34500
|
dynamicApp.use(VxeNumberInput);
|
|
34429
|
-
|
|
34501
|
+
index_esm_VxeUI.component(number_input);
|
|
34430
34502
|
var NumberInput = VxeNumberInput;
|
|
34431
34503
|
/* harmony default export */ var packages_number_input = (VxeNumberInput);
|
|
34432
34504
|
;// CONCATENATED MODULE: ./packages/select/src/option-info.ts
|
|
@@ -34602,7 +34674,7 @@ var VxeOptgroup = Object.assign(optgroup, {
|
|
|
34602
34674
|
}
|
|
34603
34675
|
});
|
|
34604
34676
|
dynamicApp.use(VxeOptgroup);
|
|
34605
|
-
|
|
34677
|
+
index_esm_VxeUI.component(optgroup);
|
|
34606
34678
|
var Optgroup = VxeOptgroup;
|
|
34607
34679
|
/* harmony default export */ var packages_optgroup = (VxeOptgroup);
|
|
34608
34680
|
;// CONCATENATED MODULE: ./packages/select/src/option.ts
|
|
@@ -34706,7 +34778,7 @@ var VxeOption = Object.assign(src_option, {
|
|
|
34706
34778
|
}
|
|
34707
34779
|
});
|
|
34708
34780
|
dynamicApp.use(VxeOption);
|
|
34709
|
-
|
|
34781
|
+
index_esm_VxeUI.component(src_option);
|
|
34710
34782
|
var Option = VxeOption;
|
|
34711
34783
|
/* harmony default export */ var packages_option = (VxeOption);
|
|
34712
34784
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.promise.finally.js
|
|
@@ -36947,7 +37019,7 @@ var VxePager = Object.assign(pager, {
|
|
|
36947
37019
|
}
|
|
36948
37020
|
});
|
|
36949
37021
|
dynamicApp.use(VxePager);
|
|
36950
|
-
|
|
37022
|
+
index_esm_VxeUI.component(pager);
|
|
36951
37023
|
var Pager = VxePager;
|
|
36952
37024
|
/* harmony default export */ var packages_pager = (VxePager);
|
|
36953
37025
|
;// CONCATENATED MODULE: ./packages/password-input/src/password-input.ts
|
|
@@ -37388,7 +37460,7 @@ var VxePasswordInput = Object.assign({}, password_input, {
|
|
|
37388
37460
|
}
|
|
37389
37461
|
});
|
|
37390
37462
|
dynamicApp.use(VxePasswordInput);
|
|
37391
|
-
|
|
37463
|
+
index_esm_VxeUI.component(password_input);
|
|
37392
37464
|
var PasswordInput = VxePasswordInput;
|
|
37393
37465
|
/* harmony default export */ var packages_password_input = (VxePasswordInput);
|
|
37394
37466
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.url.js
|
|
@@ -37644,7 +37716,7 @@ var VxePrintPageBreak = Object.assign({}, page_break, {
|
|
|
37644
37716
|
app.component(page_break.name, page_break);
|
|
37645
37717
|
}
|
|
37646
37718
|
});
|
|
37647
|
-
|
|
37719
|
+
index_esm_VxeUI.component(page_break);
|
|
37648
37720
|
var PrintPageBreak = VxePrintPageBreak;
|
|
37649
37721
|
/* harmony default export */ var print_page_break = (VxePrintPageBreak);
|
|
37650
37722
|
;// CONCATENATED MODULE: ./packages/print/src/print.ts
|
|
@@ -37867,8 +37939,8 @@ var VxePrint = Object.assign({}, print, {
|
|
|
37867
37939
|
}
|
|
37868
37940
|
});
|
|
37869
37941
|
dynamicApp.use(VxePrint);
|
|
37870
|
-
|
|
37871
|
-
|
|
37942
|
+
index_esm_VxeUI.component(print);
|
|
37943
|
+
index_esm_VxeUI.print = printHtml;
|
|
37872
37944
|
var Print = VxePrint;
|
|
37873
37945
|
/* harmony default export */ var packages_print = (VxePrint);
|
|
37874
37946
|
;// CONCATENATED MODULE: ./packages/pulldown/src/pulldown.ts
|
|
@@ -38366,7 +38438,7 @@ var VxePulldown = Object.assign(pulldown, {
|
|
|
38366
38438
|
}
|
|
38367
38439
|
});
|
|
38368
38440
|
dynamicApp.use(VxePulldown);
|
|
38369
|
-
|
|
38441
|
+
index_esm_VxeUI.component(pulldown);
|
|
38370
38442
|
var Pulldown = VxePulldown;
|
|
38371
38443
|
/* harmony default export */ var packages_pulldown = (VxePulldown);
|
|
38372
38444
|
;// CONCATENATED MODULE: ./packages/radio/src/radio.ts
|
|
@@ -38573,7 +38645,7 @@ var VxeRadio = Object.assign(src_radio, {
|
|
|
38573
38645
|
}
|
|
38574
38646
|
});
|
|
38575
38647
|
dynamicApp.use(VxeRadio);
|
|
38576
|
-
|
|
38648
|
+
index_esm_VxeUI.component(src_radio);
|
|
38577
38649
|
var Radio = VxeRadio;
|
|
38578
38650
|
/* harmony default export */ var packages_radio = (VxeRadio);
|
|
38579
38651
|
;// CONCATENATED MODULE: ./packages/radio/src/button.ts
|
|
@@ -38775,7 +38847,7 @@ var VxeRadioButton = Object.assign(radio_src_button, {
|
|
|
38775
38847
|
}
|
|
38776
38848
|
});
|
|
38777
38849
|
dynamicApp.use(VxeRadioButton);
|
|
38778
|
-
|
|
38850
|
+
index_esm_VxeUI.component(radio_src_button);
|
|
38779
38851
|
var RadioButton = VxeRadioButton;
|
|
38780
38852
|
/* harmony default export */ var radio_button = (VxeRadioButton);
|
|
38781
38853
|
;// CONCATENATED MODULE: ./packages/radio/src/group.ts
|
|
@@ -38946,7 +39018,7 @@ var VxeRadioGroup = Object.assign(radio_src_group, {
|
|
|
38946
39018
|
}
|
|
38947
39019
|
});
|
|
38948
39020
|
dynamicApp.use(VxeRadioGroup);
|
|
38949
|
-
|
|
39021
|
+
index_esm_VxeUI.component(radio_src_group);
|
|
38950
39022
|
var RadioGroup = VxeRadioGroup;
|
|
38951
39023
|
/* harmony default export */ var radio_group = (VxeRadioGroup);
|
|
38952
39024
|
;// CONCATENATED MODULE: ./packages/rate/src/rate.ts
|
|
@@ -39119,7 +39191,7 @@ var VxeRate = Object.assign({}, rate, {
|
|
|
39119
39191
|
}
|
|
39120
39192
|
});
|
|
39121
39193
|
dynamicApp.use(VxeRate);
|
|
39122
|
-
|
|
39194
|
+
index_esm_VxeUI.component(rate);
|
|
39123
39195
|
var Rate = VxeRate;
|
|
39124
39196
|
/* harmony default export */ var packages_rate = (VxeRate);
|
|
39125
39197
|
;// CONCATENATED MODULE: ./packages/result/src/result.ts
|
|
@@ -39213,7 +39285,7 @@ var VxeResult = Object.assign({}, result, {
|
|
|
39213
39285
|
}
|
|
39214
39286
|
});
|
|
39215
39287
|
dynamicApp.use(VxeResult);
|
|
39216
|
-
|
|
39288
|
+
index_esm_VxeUI.component(result);
|
|
39217
39289
|
var Result = VxeResult;
|
|
39218
39290
|
/* harmony default export */ var packages_result = (VxeResult);
|
|
39219
39291
|
;// CONCATENATED MODULE: ./packages/row/src/row.ts
|
|
@@ -39339,7 +39411,7 @@ var VxeRow = Object.assign({}, row, {
|
|
|
39339
39411
|
}
|
|
39340
39412
|
});
|
|
39341
39413
|
dynamicApp.use(VxeRow);
|
|
39342
|
-
|
|
39414
|
+
index_esm_VxeUI.component(row);
|
|
39343
39415
|
var Row = VxeRow;
|
|
39344
39416
|
/* harmony default export */ var packages_row = (VxeRow);
|
|
39345
39417
|
;// CONCATENATED MODULE: ./packages/select/index.ts
|
|
@@ -39354,7 +39426,7 @@ var VxeSelect = Object.assign(src_select, {
|
|
|
39354
39426
|
}
|
|
39355
39427
|
});
|
|
39356
39428
|
dynamicApp.use(VxeSelect);
|
|
39357
|
-
|
|
39429
|
+
index_esm_VxeUI.component(src_select);
|
|
39358
39430
|
var Select = VxeSelect;
|
|
39359
39431
|
/* harmony default export */ var packages_select = (VxeSelect);
|
|
39360
39432
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.sort.js
|
|
@@ -39685,7 +39757,7 @@ var VxeSlider = Object.assign({}, slider, {
|
|
|
39685
39757
|
}
|
|
39686
39758
|
});
|
|
39687
39759
|
dynamicApp.use(VxeSlider);
|
|
39688
|
-
|
|
39760
|
+
index_esm_VxeUI.component(slider);
|
|
39689
39761
|
var Slider = VxeSlider;
|
|
39690
39762
|
/* harmony default export */ var packages_slider = (VxeSlider);
|
|
39691
39763
|
;// CONCATENATED MODULE: ./packages/steps/src/steps.ts
|
|
@@ -39751,7 +39823,7 @@ var VxeSteps = Object.assign({}, steps, {
|
|
|
39751
39823
|
}
|
|
39752
39824
|
});
|
|
39753
39825
|
dynamicApp.use(VxeSteps);
|
|
39754
|
-
|
|
39826
|
+
index_esm_VxeUI.component(steps);
|
|
39755
39827
|
var Steps = VxeSteps;
|
|
39756
39828
|
/* harmony default export */ var packages_steps = (VxeSteps);
|
|
39757
39829
|
;// CONCATENATED MODULE: ./packages/switch/src/switch.ts
|
|
@@ -39990,7 +40062,7 @@ var VxeSwitch = Object.assign(src_switch, {
|
|
|
39990
40062
|
}
|
|
39991
40063
|
});
|
|
39992
40064
|
dynamicApp.use(VxeSwitch);
|
|
39993
|
-
|
|
40065
|
+
index_esm_VxeUI.component(src_switch);
|
|
39994
40066
|
var Switch = VxeSwitch;
|
|
39995
40067
|
/* harmony default export */ var packages_switch = (VxeSwitch);
|
|
39996
40068
|
;// CONCATENATED MODULE: ./packages/tabs/src/util.ts
|
|
@@ -40155,7 +40227,7 @@ var VxeTabPane = Object.assign({}, tab_pane, {
|
|
|
40155
40227
|
}
|
|
40156
40228
|
});
|
|
40157
40229
|
dynamicApp.use(VxeTabPane);
|
|
40158
|
-
|
|
40230
|
+
index_esm_VxeUI.component(tab_pane);
|
|
40159
40231
|
var TabPane = VxeTabPane;
|
|
40160
40232
|
/* harmony default export */ var packages_tab_pane = (VxeTabPane);
|
|
40161
40233
|
;// CONCATENATED MODULE: ./packages/table-select/src/table-select.ts
|
|
@@ -40765,7 +40837,7 @@ function getRowUniqueId() {
|
|
|
40765
40837
|
// Render
|
|
40766
40838
|
//
|
|
40767
40839
|
renderVN: function renderVN(h) {
|
|
40768
|
-
var VxeTableGridComponent =
|
|
40840
|
+
var VxeTableGridComponent = index_esm_VxeUI.getComponent('VxeGrid');
|
|
40769
40841
|
var $xeTableSelect = this;
|
|
40770
40842
|
var props = $xeTableSelect;
|
|
40771
40843
|
var slots = $xeTableSelect.$scopedSlots;
|
|
@@ -40895,7 +40967,7 @@ function getRowUniqueId() {
|
|
|
40895
40967
|
mounted: function mounted() {
|
|
40896
40968
|
var $xeTableSelect = this;
|
|
40897
40969
|
if (true) {
|
|
40898
|
-
var VxeTableGridComponent =
|
|
40970
|
+
var VxeTableGridComponent = index_esm_VxeUI.getComponent('VxeGrid');
|
|
40899
40971
|
$xeTableSelect.$nextTick(function () {
|
|
40900
40972
|
if (!VxeTableGridComponent) {
|
|
40901
40973
|
errLog('vxe.error.reqComp', ['vxe-grid']);
|
|
@@ -40932,7 +41004,7 @@ var VxeTableSelect = Object.assign({}, table_select, {
|
|
|
40932
41004
|
}
|
|
40933
41005
|
});
|
|
40934
41006
|
dynamicApp.use(VxeTableSelect);
|
|
40935
|
-
|
|
41007
|
+
index_esm_VxeUI.component(table_select);
|
|
40936
41008
|
var TableSelect = VxeTableSelect;
|
|
40937
41009
|
/* harmony default export */ var packages_table_select = (VxeTableSelect);
|
|
40938
41010
|
;// CONCATENATED MODULE: ./packages/tabs/src/tabs.ts
|
|
@@ -41616,6 +41688,7 @@ var TableSelect = VxeTableSelect;
|
|
|
41616
41688
|
var tabOptions = $xeTabs.computeTabOptions;
|
|
41617
41689
|
var tabStaticOptions = $xeTabs.computeTabStaticOptions;
|
|
41618
41690
|
var defaultSlot = slots.default;
|
|
41691
|
+
var footerSlot = slots.footer;
|
|
41619
41692
|
var tabList = defaultSlot ? tabStaticOptions : tabOptions;
|
|
41620
41693
|
return h('div', {
|
|
41621
41694
|
ref: 'refElem',
|
|
@@ -41630,7 +41703,9 @@ var TableSelect = VxeTableSelect;
|
|
|
41630
41703
|
class: 'vxe-tabs-slots'
|
|
41631
41704
|
}, defaultSlot ? $xeTabs.callSlot(defaultSlot, {}, h) : []), $xeTabs.renderTabHeader(h, tabList), h('div', {
|
|
41632
41705
|
class: 'vxe-tabs-pane'
|
|
41633
|
-
}, $xeTabs.renderTabContent(h, tabList))
|
|
41706
|
+
}, $xeTabs.renderTabContent(h, tabList)), footerSlot ? h('div', {
|
|
41707
|
+
class: 'vxe-tabs-footer'
|
|
41708
|
+
}, $xeTabs.callSlot(footerSlot, {}, h)) : renderEmptyElement($xeTabs)]);
|
|
41634
41709
|
}
|
|
41635
41710
|
},
|
|
41636
41711
|
watch: {
|
|
@@ -41699,7 +41774,7 @@ var VxeTabs = Object.assign({}, tabs, {
|
|
|
41699
41774
|
}
|
|
41700
41775
|
});
|
|
41701
41776
|
dynamicApp.use(VxeTabs);
|
|
41702
|
-
|
|
41777
|
+
index_esm_VxeUI.component(tabs);
|
|
41703
41778
|
var Tabs = VxeTabs;
|
|
41704
41779
|
/* harmony default export */ var packages_tabs = (VxeTabs);
|
|
41705
41780
|
;// CONCATENATED MODULE: ./packages/tag/src/tag.ts
|
|
@@ -41800,7 +41875,7 @@ var VxeTag = Object.assign({}, tag, {
|
|
|
41800
41875
|
}
|
|
41801
41876
|
});
|
|
41802
41877
|
dynamicApp.use(VxeTag);
|
|
41803
|
-
|
|
41878
|
+
index_esm_VxeUI.component(tag);
|
|
41804
41879
|
var Tag = VxeTag;
|
|
41805
41880
|
/* harmony default export */ var packages_tag = (VxeTag);
|
|
41806
41881
|
;// CONCATENATED MODULE: ./packages/text-ellipsis/src/text-ellipsis.ts
|
|
@@ -42043,7 +42118,7 @@ var VxeTextEllipsis = Object.assign({}, text_ellipsis, {
|
|
|
42043
42118
|
}
|
|
42044
42119
|
});
|
|
42045
42120
|
dynamicApp.use(VxeTextEllipsis);
|
|
42046
|
-
|
|
42121
|
+
index_esm_VxeUI.component(text_ellipsis);
|
|
42047
42122
|
var TextEllipsis = VxeTextEllipsis;
|
|
42048
42123
|
/* harmony default export */ var packages_text_ellipsis = (VxeTextEllipsis);
|
|
42049
42124
|
;// CONCATENATED MODULE: ./packages/text/index.ts
|
|
@@ -42058,7 +42133,7 @@ var VxeText = Object.assign({}, src_text, {
|
|
|
42058
42133
|
}
|
|
42059
42134
|
});
|
|
42060
42135
|
dynamicApp.use(VxeText);
|
|
42061
|
-
|
|
42136
|
+
index_esm_VxeUI.component(src_text);
|
|
42062
42137
|
var Text = VxeText;
|
|
42063
42138
|
/* harmony default export */ var packages_text = (VxeText);
|
|
42064
42139
|
;// CONCATENATED MODULE: ./packages/textarea/src/textarea.ts
|
|
@@ -42492,7 +42567,7 @@ var VxeTextarea = Object.assign(src_textarea, {
|
|
|
42492
42567
|
}
|
|
42493
42568
|
});
|
|
42494
42569
|
dynamicApp.use(VxeTextarea);
|
|
42495
|
-
|
|
42570
|
+
index_esm_VxeUI.component(src_textarea);
|
|
42496
42571
|
var Textarea = VxeTextarea;
|
|
42497
42572
|
/* harmony default export */ var packages_textarea = (VxeTextarea);
|
|
42498
42573
|
;// CONCATENATED MODULE: ./packages/tip/src/tip.ts
|
|
@@ -42602,7 +42677,7 @@ var VxeTip = Object.assign({}, tip, {
|
|
|
42602
42677
|
}
|
|
42603
42678
|
});
|
|
42604
42679
|
dynamicApp.use(VxeTip);
|
|
42605
|
-
|
|
42680
|
+
index_esm_VxeUI.component(tip);
|
|
42606
42681
|
var Tips = VxeTip;
|
|
42607
42682
|
var Tip = VxeTip;
|
|
42608
42683
|
/* harmony default export */ var packages_tip = (VxeTip);
|
|
@@ -42618,7 +42693,7 @@ var VxeTooltip = Object.assign({}, tooltip, {
|
|
|
42618
42693
|
}
|
|
42619
42694
|
});
|
|
42620
42695
|
dynamicApp.use(VxeTooltip);
|
|
42621
|
-
|
|
42696
|
+
index_esm_VxeUI.component(tooltip);
|
|
42622
42697
|
var Tooltip = VxeTooltip;
|
|
42623
42698
|
/* harmony default export */ var packages_tooltip = (VxeTooltip);
|
|
42624
42699
|
;// CONCATENATED MODULE: ./packages/tree/src/tree.ts
|
|
@@ -43967,7 +44042,7 @@ var VxeTree = Object.assign({}, tree, {
|
|
|
43967
44042
|
}
|
|
43968
44043
|
});
|
|
43969
44044
|
dynamicApp.use(VxeTree);
|
|
43970
|
-
|
|
44045
|
+
index_esm_VxeUI.component(tree);
|
|
43971
44046
|
var Tree = VxeTree;
|
|
43972
44047
|
/* harmony default export */ var packages_tree = (VxeTree);
|
|
43973
44048
|
;// CONCATENATED MODULE: ./packages/tree-select/src/tree-select.ts
|
|
@@ -44716,7 +44791,7 @@ var VxeTreeSelect = Object.assign({}, tree_select, {
|
|
|
44716
44791
|
}
|
|
44717
44792
|
});
|
|
44718
44793
|
dynamicApp.use(VxeTreeSelect);
|
|
44719
|
-
|
|
44794
|
+
index_esm_VxeUI.component(tree_select);
|
|
44720
44795
|
var TreeSelect = VxeTreeSelect;
|
|
44721
44796
|
/* harmony default export */ var packages_tree_select = (VxeTreeSelect);
|
|
44722
44797
|
;// CONCATENATED MODULE: ./packages/upload/src/util.ts
|
|
@@ -44801,8 +44876,8 @@ var readLocalFile = function readLocalFile(options) {
|
|
|
44801
44876
|
});
|
|
44802
44877
|
} else {
|
|
44803
44878
|
if (opts.message !== false) {
|
|
44804
|
-
if (
|
|
44805
|
-
|
|
44879
|
+
if (index_esm_VxeUI.modal) {
|
|
44880
|
+
index_esm_VxeUI.modal.message({
|
|
44806
44881
|
content: getI18n('vxe.error.notType', [errType]),
|
|
44807
44882
|
status: 'error'
|
|
44808
44883
|
});
|
|
@@ -45391,8 +45466,8 @@ function handleTransferFiles(items) {
|
|
|
45391
45466
|
if (imagePreviewTypes.concat(imageTypes || []).some(function (type) {
|
|
45392
45467
|
return "".concat(type).toLowerCase() === "".concat(item[typeProp]).toLowerCase();
|
|
45393
45468
|
})) {
|
|
45394
|
-
if (
|
|
45395
|
-
|
|
45469
|
+
if (index_esm_VxeUI.previewImage) {
|
|
45470
|
+
index_esm_VxeUI.previewImage({
|
|
45396
45471
|
urlList: [$xeUpload.getFileUrl(item)],
|
|
45397
45472
|
showDownloadButton: showDownloadButton,
|
|
45398
45473
|
beforeDownloadMethod: beforeDownloadFn ? function () {
|
|
@@ -45428,8 +45503,8 @@ function handleTransferFiles(items) {
|
|
|
45428
45503
|
var fileList = reactData.fileList;
|
|
45429
45504
|
var beforeDownloadFn = props.beforeDownloadMethod || getConfig().upload.beforeDownloadMethod;
|
|
45430
45505
|
if (props.showPreview) {
|
|
45431
|
-
if (
|
|
45432
|
-
|
|
45506
|
+
if (index_esm_VxeUI.previewImage) {
|
|
45507
|
+
index_esm_VxeUI.previewImage({
|
|
45433
45508
|
urlList: fileList.map(function (item) {
|
|
45434
45509
|
return $xeUpload.getFileUrl(item);
|
|
45435
45510
|
}),
|
|
@@ -45553,8 +45628,8 @@ function handleTransferFiles(items) {
|
|
|
45553
45628
|
if (multiple && limitMaxCount) {
|
|
45554
45629
|
// 校验文件数量
|
|
45555
45630
|
if (fileList.length >= limitMaxCount) {
|
|
45556
|
-
if (
|
|
45557
|
-
|
|
45631
|
+
if (index_esm_VxeUI.modal) {
|
|
45632
|
+
index_esm_VxeUI.modal.notification({
|
|
45558
45633
|
title: getI18n('vxe.modal.errTitle'),
|
|
45559
45634
|
status: 'error',
|
|
45560
45635
|
content: getI18n('vxe.upload.overCountErr', [limitMaxCount])
|
|
@@ -45565,8 +45640,8 @@ function handleTransferFiles(items) {
|
|
|
45565
45640
|
var overNum = selectFiles.length - (limitMaxCount - fileList.length);
|
|
45566
45641
|
if (overNum > 0) {
|
|
45567
45642
|
var overExtraList = selectFiles.slice(limitMaxCount - fileList.length);
|
|
45568
|
-
if (
|
|
45569
|
-
|
|
45643
|
+
if (index_esm_VxeUI.modal) {
|
|
45644
|
+
index_esm_VxeUI.modal.notification({
|
|
45570
45645
|
title: getI18n('vxe.modal.errTitle'),
|
|
45571
45646
|
status: 'error',
|
|
45572
45647
|
slots: {
|
|
@@ -45593,8 +45668,8 @@ function handleTransferFiles(items) {
|
|
|
45593
45668
|
for (var i = 0; i < files.length; i++) {
|
|
45594
45669
|
var file = files[0];
|
|
45595
45670
|
if (file.size > limitMaxSizeB) {
|
|
45596
|
-
if (
|
|
45597
|
-
|
|
45671
|
+
if (index_esm_VxeUI.modal) {
|
|
45672
|
+
index_esm_VxeUI.modal.notification({
|
|
45598
45673
|
title: getI18n('vxe.modal.errTitle'),
|
|
45599
45674
|
status: 'error',
|
|
45600
45675
|
content: getI18n('vxe.upload.overSizeErr', [limitSizeUnit])
|
|
@@ -45797,8 +45872,8 @@ function handleTransferFiles(items) {
|
|
|
45797
45872
|
}
|
|
45798
45873
|
// 如果全部不满足条件
|
|
45799
45874
|
if (!files.length) {
|
|
45800
|
-
if (
|
|
45801
|
-
|
|
45875
|
+
if (index_esm_VxeUI.modal) {
|
|
45876
|
+
index_esm_VxeUI.modal.notification({
|
|
45802
45877
|
title: getI18n('vxe.modal.errTitle'),
|
|
45803
45878
|
status: 'error',
|
|
45804
45879
|
content: getI18n('vxe.upload.uploadTypeErr')
|
|
@@ -45830,8 +45905,8 @@ function handleTransferFiles(items) {
|
|
|
45830
45905
|
var reactData = $xeUpload.reactData;
|
|
45831
45906
|
var formReadonly = $xeUpload.computeFormReadonly;
|
|
45832
45907
|
var isImage = $xeUpload.computeIsImage;
|
|
45833
|
-
if (
|
|
45834
|
-
|
|
45908
|
+
if (index_esm_VxeUI.modal) {
|
|
45909
|
+
index_esm_VxeUI.modal.open({
|
|
45835
45910
|
title: formReadonly ? getI18n('vxe.upload.morePopup.readTitle') : getI18n("vxe.upload.morePopup.".concat(isImage ? 'imageTitle' : 'fileTitle')),
|
|
45836
45911
|
width: 660,
|
|
45837
45912
|
height: 500,
|
|
@@ -46331,9 +46406,9 @@ var VxeUpload = Object.assign({}, upload, {
|
|
|
46331
46406
|
}
|
|
46332
46407
|
});
|
|
46333
46408
|
dynamicApp.use(VxeUpload);
|
|
46334
|
-
|
|
46335
|
-
|
|
46336
|
-
|
|
46409
|
+
index_esm_VxeUI.component(upload);
|
|
46410
|
+
index_esm_VxeUI.saveFile = saveLocalFile;
|
|
46411
|
+
index_esm_VxeUI.readFile = readLocalFile;
|
|
46337
46412
|
var Upload = VxeUpload;
|
|
46338
46413
|
/* harmony default export */ var packages_upload = (VxeUpload);
|
|
46339
46414
|
;// CONCATENATED MODULE: ./packages/watermark/src/util.ts
|
|
@@ -46678,7 +46753,7 @@ var VxeWatermark = Object.assign({}, watermark, {
|
|
|
46678
46753
|
}
|
|
46679
46754
|
});
|
|
46680
46755
|
dynamicApp.use(VxeWatermark);
|
|
46681
|
-
|
|
46756
|
+
index_esm_VxeUI.component(watermark);
|
|
46682
46757
|
var WatermarkController = {
|
|
46683
46758
|
load: function load(options) {
|
|
46684
46759
|
checkDynamic();
|
|
@@ -46690,7 +46765,7 @@ var WatermarkController = {
|
|
|
46690
46765
|
return Promise.resolve();
|
|
46691
46766
|
}
|
|
46692
46767
|
};
|
|
46693
|
-
|
|
46768
|
+
index_esm_VxeUI.watermark = WatermarkController;
|
|
46694
46769
|
var Watermark = VxeWatermark;
|
|
46695
46770
|
/* harmony default export */ var packages_watermark = (VxeWatermark);
|
|
46696
46771
|
;// CONCATENATED MODULE: ./packages/components.ts
|