vxe-table 4.1.5 → 4.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/form/src/form.js +2 -2
- package/es/table/src/table.js +13 -9
- package/es/v-x-e-table/src/conf.js +1 -1
- package/es/validator/src/hook.js +3 -3
- package/lib/form/src/form.js +2 -2
- package/lib/form/src/form.min.js +1 -1
- package/lib/index.umd.js +31 -112
- package/lib/index.umd.min.js +2 -1
- package/lib/table/src/table.js +14 -12
- package/lib/table/src/table.min.js +1 -1
- package/lib/v-x-e-table/src/conf.js +1 -1
- package/lib/v-x-e-table/src/conf.min.js +1 -1
- package/lib/validator/src/hook.js +3 -3
- package/lib/validator/src/hook.min.js +1 -1
- package/package.json +3 -26
- package/packages/form/src/form.ts +2 -2
- package/packages/table/src/table.ts +12 -8
- package/packages/v-x-e-table/src/conf.ts +1 -1
- package/packages/v-x-e-table/src/renderer.ts +1 -1
- package/packages/validator/src/hook.ts +3 -3
- package/types/v-x-e-table/renderer.d.ts +4 -2
package/lib/index.umd.js
CHANGED
|
@@ -8420,6 +8420,7 @@ var GlobalConfig = {
|
|
|
8420
8420
|
showHeader: true,
|
|
8421
8421
|
animat: true,
|
|
8422
8422
|
delayHover: 250,
|
|
8423
|
+
autoResize: true,
|
|
8423
8424
|
// keepSource: false,
|
|
8424
8425
|
// showOverflow: null,
|
|
8425
8426
|
// showHeaderOverflow: null,
|
|
@@ -8427,7 +8428,6 @@ var GlobalConfig = {
|
|
|
8427
8428
|
// resizeInterval: 500,
|
|
8428
8429
|
// size: null,
|
|
8429
8430
|
// zIndex: null,
|
|
8430
|
-
// autoResize: false,
|
|
8431
8431
|
// stripe: false,
|
|
8432
8432
|
// border: false,
|
|
8433
8433
|
// round: false,
|
|
@@ -8927,9 +8927,6 @@ var es_regexp_exec = __webpack_require__("ac1f");
|
|
|
8927
8927
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.replace.js
|
|
8928
8928
|
var es_string_replace = __webpack_require__("5319");
|
|
8929
8929
|
|
|
8930
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.assign.js
|
|
8931
|
-
var es_object_assign = __webpack_require__("cca6");
|
|
8932
|
-
|
|
8933
8930
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
|
|
8934
8931
|
var es_array_concat = __webpack_require__("99af");
|
|
8935
8932
|
|
|
@@ -8954,9 +8951,6 @@ var es_array_slice = __webpack_require__("fb6a");
|
|
|
8954
8951
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
|
|
8955
8952
|
var es_object_to_string = __webpack_require__("d3b7");
|
|
8956
8953
|
|
|
8957
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.promise.js
|
|
8958
|
-
var es_promise = __webpack_require__("e6cf");
|
|
8959
|
-
|
|
8960
8954
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.fixed.js
|
|
8961
8955
|
var es_string_fixed = __webpack_require__("c7cd");
|
|
8962
8956
|
|
|
@@ -8971,7 +8965,6 @@ var es_string_fixed = __webpack_require__("c7cd");
|
|
|
8971
8965
|
|
|
8972
8966
|
|
|
8973
8967
|
|
|
8974
|
-
|
|
8975
8968
|
var columnInfo_ColumnInfo = /*#__PURE__*/function () {
|
|
8976
8969
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
8977
8970
|
function ColumnInfo($xetable, _vm) {
|
|
@@ -9348,7 +9341,6 @@ function dom_triggerEvent(targetElem, type) {
|
|
|
9348
9341
|
|
|
9349
9342
|
|
|
9350
9343
|
|
|
9351
|
-
|
|
9352
9344
|
function restoreScrollLocation($xetable, scrollLeft, scrollTop) {
|
|
9353
9345
|
var internalData = $xetable.internalData;
|
|
9354
9346
|
return $xetable.clearScroll().then(function () {
|
|
@@ -9730,7 +9722,6 @@ function getOnName(type) {
|
|
|
9730
9722
|
|
|
9731
9723
|
|
|
9732
9724
|
|
|
9733
|
-
|
|
9734
9725
|
var componentDefaultModelProp = 'modelValue';
|
|
9735
9726
|
var defaultCompProps = {
|
|
9736
9727
|
transfer: true
|
|
@@ -10520,7 +10511,6 @@ var renderer = {
|
|
|
10520
10511
|
|
|
10521
10512
|
|
|
10522
10513
|
|
|
10523
|
-
|
|
10524
10514
|
/**
|
|
10525
10515
|
* 创建数据仓库
|
|
10526
10516
|
*/
|
|
@@ -10578,7 +10568,6 @@ var store_Store = /*#__PURE__*/function () {
|
|
|
10578
10568
|
/* harmony default export */ var store = (store_Store);
|
|
10579
10569
|
// CONCATENATED MODULE: ./packages/v-x-e-table/src/commands.ts
|
|
10580
10570
|
|
|
10581
|
-
|
|
10582
10571
|
var commands = new store();
|
|
10583
10572
|
|
|
10584
10573
|
if (true) {
|
|
@@ -10588,7 +10577,6 @@ if (true) {
|
|
|
10588
10577
|
}
|
|
10589
10578
|
// CONCATENATED MODULE: ./packages/v-x-e-table/src/menus.ts
|
|
10590
10579
|
|
|
10591
|
-
|
|
10592
10580
|
var menus = new store();
|
|
10593
10581
|
|
|
10594
10582
|
if (true) {
|
|
@@ -10598,7 +10586,6 @@ if (true) {
|
|
|
10598
10586
|
}
|
|
10599
10587
|
// CONCATENATED MODULE: ./packages/v-x-e-table/src/formats.ts
|
|
10600
10588
|
|
|
10601
|
-
|
|
10602
10589
|
var formats = new store();
|
|
10603
10590
|
|
|
10604
10591
|
if (true) {
|
|
@@ -10748,7 +10735,6 @@ var Icon = {
|
|
|
10748
10735
|
|
|
10749
10736
|
|
|
10750
10737
|
|
|
10751
|
-
|
|
10752
10738
|
/* harmony default export */ var panel = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
10753
10739
|
name: 'VxeTableFilter',
|
|
10754
10740
|
props: {
|
|
@@ -10971,7 +10957,6 @@ var Icon = {
|
|
|
10971
10957
|
|
|
10972
10958
|
|
|
10973
10959
|
|
|
10974
|
-
|
|
10975
10960
|
var tableFilterMethodKeys = ['setFilter', 'clearFilter', 'getCheckedFilters'];
|
|
10976
10961
|
var tableFilterHook = {
|
|
10977
10962
|
setupTable: function setupTable($xetable) {
|
|
@@ -11556,7 +11541,6 @@ if (browse.isDoc) {
|
|
|
11556
11541
|
|
|
11557
11542
|
|
|
11558
11543
|
|
|
11559
|
-
|
|
11560
11544
|
var tableMenuMethodKeys = ['closeMenu'];
|
|
11561
11545
|
var tableMenuHook = {
|
|
11562
11546
|
setupTable: function setupTable($xetable) {
|
|
@@ -11981,9 +11965,6 @@ var es_symbol_description = __webpack_require__("e01a");
|
|
|
11981
11965
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.iterator.js
|
|
11982
11966
|
var es_symbol_iterator = __webpack_require__("d28b");
|
|
11983
11967
|
|
|
11984
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.iterator.js
|
|
11985
|
-
var es_array_iterator = __webpack_require__("e260");
|
|
11986
|
-
|
|
11987
11968
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.iterator.js
|
|
11988
11969
|
var es_string_iterator = __webpack_require__("3ca3");
|
|
11989
11970
|
|
|
@@ -12001,7 +11982,6 @@ var es_array_from = __webpack_require__("a630");
|
|
|
12001
11982
|
|
|
12002
11983
|
|
|
12003
11984
|
|
|
12004
|
-
|
|
12005
11985
|
function _iterableToArray(iter) {
|
|
12006
11986
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
12007
11987
|
}
|
|
@@ -12049,7 +12029,6 @@ function _toConsumableArray(arr) {
|
|
|
12049
12029
|
|
|
12050
12030
|
|
|
12051
12031
|
|
|
12052
|
-
|
|
12053
12032
|
var tableEditMethodKeys = ['insert', 'insertAt', 'remove', 'removeCheckboxRow', 'removeRadioRow', 'removeCurrentRow', 'getRecordset', 'getInsertRecords', 'getRemoveRecords', 'getUpdateRecords', 'getActiveRecord', 'getSelectedCell', 'clearActived', 'clearSelected', 'isActiveByRow', 'setActiveRow', 'setActiveCell', 'setSelectCell'];
|
|
12054
12033
|
var editHook = {
|
|
12055
12034
|
setupTable: function setupTable($xetable) {
|
|
@@ -12996,7 +12975,6 @@ function _arrayWithHoles(arr) {
|
|
|
12996
12975
|
|
|
12997
12976
|
|
|
12998
12977
|
|
|
12999
|
-
|
|
13000
12978
|
function _iterableToArrayLimit(arr, i) {
|
|
13001
12979
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
13002
12980
|
|
|
@@ -13067,7 +13045,6 @@ function useSize(props) {
|
|
|
13067
13045
|
|
|
13068
13046
|
|
|
13069
13047
|
|
|
13070
|
-
|
|
13071
13048
|
/* harmony default export */ var src_button = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
13072
13049
|
name: 'VxeButton',
|
|
13073
13050
|
props: {
|
|
@@ -13544,8 +13521,6 @@ function useSize(props) {
|
|
|
13544
13521
|
|
|
13545
13522
|
|
|
13546
13523
|
|
|
13547
|
-
|
|
13548
|
-
|
|
13549
13524
|
|
|
13550
13525
|
var allActivedModals = [];
|
|
13551
13526
|
var msgQueue = [];
|
|
@@ -14762,7 +14737,6 @@ var es_string_pad_start = __webpack_require__("4d90");
|
|
|
14762
14737
|
|
|
14763
14738
|
|
|
14764
14739
|
|
|
14765
|
-
|
|
14766
14740
|
var yearSize = 20;
|
|
14767
14741
|
var monthSize = 20;
|
|
14768
14742
|
var quarterSize = 8;
|
|
@@ -17221,7 +17195,6 @@ var es_string_includes = __webpack_require__("2532");
|
|
|
17221
17195
|
|
|
17222
17196
|
|
|
17223
17197
|
|
|
17224
|
-
|
|
17225
17198
|
/* harmony default export */ var src_checkbox = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
17226
17199
|
name: 'VxeCheckbox',
|
|
17227
17200
|
props: {
|
|
@@ -17347,7 +17320,6 @@ var es_string_includes = __webpack_require__("2532");
|
|
|
17347
17320
|
|
|
17348
17321
|
|
|
17349
17322
|
|
|
17350
|
-
|
|
17351
17323
|
function isOptionVisible(option) {
|
|
17352
17324
|
return option.visible !== false;
|
|
17353
17325
|
}
|
|
@@ -18287,7 +18259,6 @@ function getOptUniqueId() {
|
|
|
18287
18259
|
|
|
18288
18260
|
|
|
18289
18261
|
|
|
18290
|
-
|
|
18291
18262
|
/* harmony default export */ var export_panel = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
18292
18263
|
name: 'VxeExportPanel',
|
|
18293
18264
|
props: {
|
|
@@ -18658,7 +18629,6 @@ function getOptUniqueId() {
|
|
|
18658
18629
|
|
|
18659
18630
|
|
|
18660
18631
|
|
|
18661
|
-
|
|
18662
18632
|
/* harmony default export */ var src_group = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
18663
18633
|
name: 'VxeRadioGroup',
|
|
18664
18634
|
props: {
|
|
@@ -18722,7 +18692,6 @@ function getOptUniqueId() {
|
|
|
18722
18692
|
|
|
18723
18693
|
|
|
18724
18694
|
|
|
18725
|
-
|
|
18726
18695
|
/* harmony default export */ var src_radio = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
18727
18696
|
name: 'VxeRadio',
|
|
18728
18697
|
props: {
|
|
@@ -18839,7 +18808,6 @@ function getOptUniqueId() {
|
|
|
18839
18808
|
|
|
18840
18809
|
|
|
18841
18810
|
|
|
18842
|
-
|
|
18843
18811
|
/* harmony default export */ var import_panel = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
18844
18812
|
name: 'VxeImportPanel',
|
|
18845
18813
|
props: {
|
|
@@ -19028,9 +18996,6 @@ var web_url_search_params = __webpack_require__("9861");
|
|
|
19028
18996
|
|
|
19029
18997
|
|
|
19030
18998
|
|
|
19031
|
-
|
|
19032
|
-
|
|
19033
|
-
|
|
19034
18999
|
// 导入
|
|
19035
19000
|
|
|
19036
19001
|
var fileForm;
|
|
@@ -19256,8 +19221,6 @@ var util_saveLocalFile = function saveLocalFile(options) {
|
|
|
19256
19221
|
|
|
19257
19222
|
|
|
19258
19223
|
|
|
19259
|
-
|
|
19260
|
-
|
|
19261
19224
|
|
|
19262
19225
|
|
|
19263
19226
|
|
|
@@ -20976,7 +20939,6 @@ var tableExportHook = {
|
|
|
20976
20939
|
|
|
20977
20940
|
|
|
20978
20941
|
|
|
20979
|
-
|
|
20980
20942
|
var export_print = function print(options) {
|
|
20981
20943
|
var opts = Object.assign({}, options, {
|
|
20982
20944
|
type: 'html'
|
|
@@ -21015,7 +20977,6 @@ var Export = {
|
|
|
21015
20977
|
|
|
21016
20978
|
|
|
21017
20979
|
|
|
21018
|
-
|
|
21019
20980
|
function getTargetOffset(target, container) {
|
|
21020
20981
|
var offsetTop = 0;
|
|
21021
20982
|
var offsetLeft = 0;
|
|
@@ -21522,9 +21483,6 @@ var Keyboard = {
|
|
|
21522
21483
|
|
|
21523
21484
|
|
|
21524
21485
|
|
|
21525
|
-
|
|
21526
|
-
|
|
21527
|
-
|
|
21528
21486
|
/**
|
|
21529
21487
|
* 校验规则
|
|
21530
21488
|
*/
|
|
@@ -21699,7 +21657,7 @@ var validatorHook = {
|
|
|
21699
21657
|
var ruleProps = Object.keys(validRest);
|
|
21700
21658
|
return Object(external_commonjs_vue_commonjs2_vue_root_Vue_["nextTick"])().then(function () {
|
|
21701
21659
|
if (ruleProps.length) {
|
|
21702
|
-
return
|
|
21660
|
+
return validRest[ruleProps[0]][0];
|
|
21703
21661
|
}
|
|
21704
21662
|
|
|
21705
21663
|
if (cb) {
|
|
@@ -21707,14 +21665,14 @@ var validatorHook = {
|
|
|
21707
21665
|
}
|
|
21708
21666
|
});
|
|
21709
21667
|
}).catch(function (firstErrParams) {
|
|
21710
|
-
return new Promise(function (resolve
|
|
21668
|
+
return new Promise(function (resolve) {
|
|
21711
21669
|
var finish = function finish() {
|
|
21712
21670
|
Object(external_commonjs_vue_commonjs2_vue_root_Vue_["nextTick"])(function () {
|
|
21713
21671
|
if (cb) {
|
|
21714
21672
|
cb(validRest);
|
|
21715
21673
|
resolve();
|
|
21716
21674
|
} else {
|
|
21717
|
-
|
|
21675
|
+
resolve(validRest);
|
|
21718
21676
|
}
|
|
21719
21677
|
});
|
|
21720
21678
|
};
|
|
@@ -22440,7 +22398,6 @@ var renderType = 'header';
|
|
|
22440
22398
|
|
|
22441
22399
|
|
|
22442
22400
|
|
|
22443
|
-
|
|
22444
22401
|
var Header = Object.assign(header, {
|
|
22445
22402
|
install: function install(app) {
|
|
22446
22403
|
dynamicApp.component(header.name, header);
|
|
@@ -22458,7 +22415,6 @@ var Header = Object.assign(header, {
|
|
|
22458
22415
|
|
|
22459
22416
|
|
|
22460
22417
|
|
|
22461
|
-
|
|
22462
22418
|
var footer_renderType = 'footer';
|
|
22463
22419
|
|
|
22464
22420
|
function mergeFooterMethod(mergeFooterList, _rowIndex, _columnIndex) {
|
|
@@ -22818,7 +22774,6 @@ function mergeFooterMethod(mergeFooterList, _rowIndex, _columnIndex) {
|
|
|
22818
22774
|
|
|
22819
22775
|
|
|
22820
22776
|
|
|
22821
|
-
|
|
22822
22777
|
var Footer = Object.assign(footer, {
|
|
22823
22778
|
install: function install(app) {
|
|
22824
22779
|
dynamicApp.component(footer.name, footer);
|
|
@@ -22838,7 +22793,6 @@ var Footer = Object.assign(footer, {
|
|
|
22838
22793
|
|
|
22839
22794
|
|
|
22840
22795
|
|
|
22841
|
-
|
|
22842
22796
|
function renderHelpIcon(params) {
|
|
22843
22797
|
var $table = params.$table,
|
|
22844
22798
|
column = params.column;
|
|
@@ -23937,7 +23891,6 @@ var columnProps = {
|
|
|
23937
23891
|
|
|
23938
23892
|
|
|
23939
23893
|
|
|
23940
|
-
|
|
23941
23894
|
var Column = Object.assign(src_column, {
|
|
23942
23895
|
install: function install(app) {
|
|
23943
23896
|
dynamicApp.component(src_column.name, src_column);
|
|
@@ -23996,7 +23949,6 @@ var Column = Object.assign(src_column, {
|
|
|
23996
23949
|
|
|
23997
23950
|
|
|
23998
23951
|
|
|
23999
|
-
|
|
24000
23952
|
var Colgroup = Object.assign(table_src_group, {
|
|
24001
23953
|
install: function install(app) {
|
|
24002
23954
|
dynamicApp.component(table_src_group.name, table_src_group);
|
|
@@ -24305,8 +24257,6 @@ var es_array_sort = __webpack_require__("4e82");
|
|
|
24305
24257
|
|
|
24306
24258
|
|
|
24307
24259
|
|
|
24308
|
-
|
|
24309
|
-
|
|
24310
24260
|
|
|
24311
24261
|
|
|
24312
24262
|
var tableComponentPropKeys = Object.keys(src_props);
|
|
@@ -25700,7 +25650,6 @@ var gridComponentEmits = [].concat(_toConsumableArray(emits), ['page-change', 'f
|
|
|
25700
25650
|
|
|
25701
25651
|
|
|
25702
25652
|
|
|
25703
|
-
|
|
25704
25653
|
var Grid = Object.assign(grid, {
|
|
25705
25654
|
install: function install(app) {
|
|
25706
25655
|
dynamicApp.component(grid.name, grid);
|
|
@@ -25723,8 +25672,6 @@ var Grid = Object.assign(grid, {
|
|
|
25723
25672
|
|
|
25724
25673
|
|
|
25725
25674
|
|
|
25726
|
-
|
|
25727
|
-
|
|
25728
25675
|
/* harmony default export */ var toolbar = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
25729
25676
|
name: 'VxeToolbar',
|
|
25730
25677
|
props: {
|
|
@@ -26475,7 +26422,6 @@ var Grid = Object.assign(grid, {
|
|
|
26475
26422
|
|
|
26476
26423
|
|
|
26477
26424
|
|
|
26478
|
-
|
|
26479
26425
|
var Toolbar = Object.assign(toolbar, {
|
|
26480
26426
|
install: function install(app) {
|
|
26481
26427
|
dynamicApp.component(toolbar.name, toolbar);
|
|
@@ -26494,7 +26440,6 @@ var Toolbar = Object.assign(toolbar, {
|
|
|
26494
26440
|
|
|
26495
26441
|
|
|
26496
26442
|
|
|
26497
|
-
|
|
26498
26443
|
/* harmony default export */ var pager = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
26499
26444
|
name: 'VxePager',
|
|
26500
26445
|
props: {
|
|
@@ -27057,7 +27002,6 @@ var Toolbar = Object.assign(toolbar, {
|
|
|
27057
27002
|
|
|
27058
27003
|
|
|
27059
27004
|
|
|
27060
|
-
|
|
27061
27005
|
var Pager = Object.assign(pager, {
|
|
27062
27006
|
install: function install(app) {
|
|
27063
27007
|
dynamicApp.component(pager.name, pager);
|
|
@@ -27069,7 +27013,6 @@ var Pager = Object.assign(pager, {
|
|
|
27069
27013
|
|
|
27070
27014
|
|
|
27071
27015
|
|
|
27072
|
-
|
|
27073
27016
|
var Checkbox = Object.assign(src_checkbox, {
|
|
27074
27017
|
install: function install(app) {
|
|
27075
27018
|
dynamicApp.component(src_checkbox.name, src_checkbox);
|
|
@@ -27083,7 +27026,6 @@ var Checkbox = Object.assign(src_checkbox, {
|
|
|
27083
27026
|
|
|
27084
27027
|
|
|
27085
27028
|
|
|
27086
|
-
|
|
27087
27029
|
/* harmony default export */ var checkbox_src_group = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
27088
27030
|
name: 'VxeCheckboxGroup',
|
|
27089
27031
|
props: {
|
|
@@ -27153,7 +27095,6 @@ var Checkbox = Object.assign(src_checkbox, {
|
|
|
27153
27095
|
|
|
27154
27096
|
|
|
27155
27097
|
|
|
27156
|
-
|
|
27157
27098
|
var CheckboxGroup = Object.assign(checkbox_src_group, {
|
|
27158
27099
|
install: function install(app) {
|
|
27159
27100
|
dynamicApp.component(checkbox_src_group.name, checkbox_src_group);
|
|
@@ -27165,7 +27106,6 @@ var CheckboxGroup = Object.assign(checkbox_src_group, {
|
|
|
27165
27106
|
|
|
27166
27107
|
|
|
27167
27108
|
|
|
27168
|
-
|
|
27169
27109
|
var Radio = Object.assign(src_radio, {
|
|
27170
27110
|
install: function install(app) {
|
|
27171
27111
|
dynamicApp.component(src_radio.name, src_radio);
|
|
@@ -27177,7 +27117,6 @@ var Radio = Object.assign(src_radio, {
|
|
|
27177
27117
|
|
|
27178
27118
|
|
|
27179
27119
|
|
|
27180
|
-
|
|
27181
27120
|
var RadioGroup = Object.assign(src_group, {
|
|
27182
27121
|
install: function install(app) {
|
|
27183
27122
|
dynamicApp.component(src_group.name, src_group);
|
|
@@ -27194,7 +27133,6 @@ var RadioGroup = Object.assign(src_group, {
|
|
|
27194
27133
|
|
|
27195
27134
|
|
|
27196
27135
|
|
|
27197
|
-
|
|
27198
27136
|
/* harmony default export */ var radio_src_button = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
27199
27137
|
name: 'VxeRadioButton',
|
|
27200
27138
|
props: {
|
|
@@ -27298,7 +27236,6 @@ var RadioGroup = Object.assign(src_group, {
|
|
|
27298
27236
|
|
|
27299
27237
|
|
|
27300
27238
|
|
|
27301
|
-
|
|
27302
27239
|
var RadioButton = Object.assign(radio_src_button, {
|
|
27303
27240
|
install: function install(app) {
|
|
27304
27241
|
dynamicApp.component(radio_src_button.name, radio_src_button);
|
|
@@ -27310,7 +27247,6 @@ var RadioButton = Object.assign(radio_src_button, {
|
|
|
27310
27247
|
|
|
27311
27248
|
|
|
27312
27249
|
|
|
27313
|
-
|
|
27314
27250
|
var Input = Object.assign(input, {
|
|
27315
27251
|
install: function install(app) {
|
|
27316
27252
|
dynamicApp.component(input.name, input);
|
|
@@ -27331,7 +27267,6 @@ var Input = Object.assign(input, {
|
|
|
27331
27267
|
|
|
27332
27268
|
|
|
27333
27269
|
|
|
27334
|
-
|
|
27335
27270
|
var autoTxtElem;
|
|
27336
27271
|
/* harmony default export */ var src_textarea = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
27337
27272
|
name: 'VxeTextarea',
|
|
@@ -27615,7 +27550,6 @@ var autoTxtElem;
|
|
|
27615
27550
|
|
|
27616
27551
|
|
|
27617
27552
|
|
|
27618
|
-
|
|
27619
27553
|
var Textarea = Object.assign(src_textarea, {
|
|
27620
27554
|
install: function install(app) {
|
|
27621
27555
|
dynamicApp.component(src_textarea.name, src_textarea);
|
|
@@ -27627,7 +27561,6 @@ var Textarea = Object.assign(src_textarea, {
|
|
|
27627
27561
|
|
|
27628
27562
|
|
|
27629
27563
|
|
|
27630
|
-
|
|
27631
27564
|
var Button = Object.assign(src_button, {
|
|
27632
27565
|
install: function install(app) {
|
|
27633
27566
|
dynamicApp.component(src_button.name, src_button);
|
|
@@ -27649,9 +27582,6 @@ var Button = Object.assign(src_button, {
|
|
|
27649
27582
|
|
|
27650
27583
|
|
|
27651
27584
|
|
|
27652
|
-
|
|
27653
|
-
|
|
27654
|
-
|
|
27655
27585
|
function modal_openModal(options) {
|
|
27656
27586
|
// 使用动态组件渲染动态弹框
|
|
27657
27587
|
checkDynamic();
|
|
@@ -27773,7 +27703,6 @@ var Modal = Object.assign(modal, {
|
|
|
27773
27703
|
|
|
27774
27704
|
|
|
27775
27705
|
|
|
27776
|
-
|
|
27777
27706
|
/* harmony default export */ var tooltip = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
27778
27707
|
name: 'VxeTooltip',
|
|
27779
27708
|
props: {
|
|
@@ -28141,7 +28070,6 @@ var Modal = Object.assign(modal, {
|
|
|
28141
28070
|
|
|
28142
28071
|
|
|
28143
28072
|
|
|
28144
|
-
|
|
28145
28073
|
var Tooltip = Object.assign(tooltip, {
|
|
28146
28074
|
install: function install(app) {
|
|
28147
28075
|
VXETable.tooltip = true;
|
|
@@ -28154,7 +28082,6 @@ var Tooltip = Object.assign(tooltip, {
|
|
|
28154
28082
|
|
|
28155
28083
|
|
|
28156
28084
|
|
|
28157
|
-
|
|
28158
28085
|
var itemInfo_ItemInfo = /*#__PURE__*/function () {
|
|
28159
28086
|
function ItemInfo($xeform, item) {
|
|
28160
28087
|
_classCallCheck(this, ItemInfo);
|
|
@@ -28345,9 +28272,6 @@ function renderTitle($xeform, item) {
|
|
|
28345
28272
|
|
|
28346
28273
|
|
|
28347
28274
|
|
|
28348
|
-
|
|
28349
|
-
|
|
28350
|
-
|
|
28351
28275
|
|
|
28352
28276
|
|
|
28353
28277
|
|
|
@@ -28866,7 +28790,7 @@ function getResetValue(value, resetValue) {
|
|
|
28866
28790
|
callback();
|
|
28867
28791
|
}
|
|
28868
28792
|
}).catch(function () {
|
|
28869
|
-
return new Promise(function (resolve
|
|
28793
|
+
return new Promise(function (resolve) {
|
|
28870
28794
|
showErrTime = window.setTimeout(function () {
|
|
28871
28795
|
itemList.forEach(function (item) {
|
|
28872
28796
|
if (item.errRule) {
|
|
@@ -28885,7 +28809,7 @@ function getResetValue(value, resetValue) {
|
|
|
28885
28809
|
callback(validRest);
|
|
28886
28810
|
resolve();
|
|
28887
28811
|
} else {
|
|
28888
|
-
|
|
28812
|
+
resolve(validRest);
|
|
28889
28813
|
}
|
|
28890
28814
|
});
|
|
28891
28815
|
});
|
|
@@ -29245,7 +29169,6 @@ function getResetValue(value, resetValue) {
|
|
|
29245
29169
|
|
|
29246
29170
|
|
|
29247
29171
|
|
|
29248
|
-
|
|
29249
29172
|
var Form = Object.assign(src_form, {
|
|
29250
29173
|
install: function install(app) {
|
|
29251
29174
|
dynamicApp.component(src_form.name, src_form);
|
|
@@ -29441,7 +29364,6 @@ var formItemProps = {
|
|
|
29441
29364
|
|
|
29442
29365
|
|
|
29443
29366
|
|
|
29444
|
-
|
|
29445
29367
|
var FormItem = Object.assign(form_item, {
|
|
29446
29368
|
install: function install(app) {
|
|
29447
29369
|
dynamicApp.component(form_item.name, form_item);
|
|
@@ -29498,7 +29420,6 @@ var FormItem = Object.assign(form_item, {
|
|
|
29498
29420
|
|
|
29499
29421
|
|
|
29500
29422
|
|
|
29501
|
-
|
|
29502
29423
|
var FormGather = Object.assign(form_gather, {
|
|
29503
29424
|
install: function install(app) {
|
|
29504
29425
|
dynamicApp.component(form_gather.name, form_gather);
|
|
@@ -29510,7 +29431,6 @@ var FormGather = Object.assign(form_gather, {
|
|
|
29510
29431
|
|
|
29511
29432
|
|
|
29512
29433
|
|
|
29513
|
-
|
|
29514
29434
|
var Select = Object.assign(src_select, {
|
|
29515
29435
|
install: function install(app) {
|
|
29516
29436
|
dynamicApp.component(src_select.name, src_select);
|
|
@@ -29522,7 +29442,6 @@ var Select = Object.assign(src_select, {
|
|
|
29522
29442
|
|
|
29523
29443
|
|
|
29524
29444
|
|
|
29525
|
-
|
|
29526
29445
|
var optionInfo_OptionInfo = /*#__PURE__*/function () {
|
|
29527
29446
|
function OptionInfo($xeselect, _vm) {
|
|
29528
29447
|
_classCallCheck(this, OptionInfo);
|
|
@@ -29642,7 +29561,6 @@ function destroyOption($xeselect, option) {
|
|
|
29642
29561
|
|
|
29643
29562
|
|
|
29644
29563
|
|
|
29645
|
-
|
|
29646
29564
|
var Optgroup = Object.assign(src_optgroup, {
|
|
29647
29565
|
install: function install(app) {
|
|
29648
29566
|
dynamicApp.component(src_optgroup.name, src_optgroup);
|
|
@@ -29694,7 +29612,6 @@ var Optgroup = Object.assign(src_optgroup, {
|
|
|
29694
29612
|
|
|
29695
29613
|
|
|
29696
29614
|
|
|
29697
|
-
|
|
29698
29615
|
var Option = Object.assign(src_option, {
|
|
29699
29616
|
install: function install(app) {
|
|
29700
29617
|
dynamicApp.component(src_option.name, src_option);
|
|
@@ -29710,7 +29627,6 @@ var Option = Object.assign(src_option, {
|
|
|
29710
29627
|
|
|
29711
29628
|
|
|
29712
29629
|
|
|
29713
|
-
|
|
29714
29630
|
/* harmony default export */ var src_switch = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
29715
29631
|
name: 'VxeSwitch',
|
|
29716
29632
|
props: {
|
|
@@ -29861,7 +29777,6 @@ var Option = Object.assign(src_option, {
|
|
|
29861
29777
|
|
|
29862
29778
|
|
|
29863
29779
|
|
|
29864
|
-
|
|
29865
29780
|
var Switch = Object.assign(src_switch, {
|
|
29866
29781
|
install: function install(app) {
|
|
29867
29782
|
dynamicApp.component(src_switch.name, src_switch);
|
|
@@ -29998,8 +29913,6 @@ function createResizeEvent(callback) {
|
|
|
29998
29913
|
|
|
29999
29914
|
|
|
30000
29915
|
|
|
30001
|
-
|
|
30002
|
-
|
|
30003
29916
|
/* harmony default export */ var src_list = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
30004
29917
|
name: 'VxeList',
|
|
30005
29918
|
props: {
|
|
@@ -30399,7 +30312,6 @@ function createResizeEvent(callback) {
|
|
|
30399
30312
|
|
|
30400
30313
|
|
|
30401
30314
|
|
|
30402
|
-
|
|
30403
30315
|
var List = Object.assign(src_list, {
|
|
30404
30316
|
install: function install(app) {
|
|
30405
30317
|
dynamicApp.component(src_list.name, src_list);
|
|
@@ -30417,8 +30329,6 @@ var List = Object.assign(src_list, {
|
|
|
30417
30329
|
|
|
30418
30330
|
|
|
30419
30331
|
|
|
30420
|
-
|
|
30421
|
-
|
|
30422
30332
|
/* harmony default export */ var pulldown = (Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({
|
|
30423
30333
|
name: 'VxePulldown',
|
|
30424
30334
|
props: {
|
|
@@ -30740,7 +30650,6 @@ var List = Object.assign(src_list, {
|
|
|
30740
30650
|
|
|
30741
30651
|
|
|
30742
30652
|
|
|
30743
|
-
|
|
30744
30653
|
var Pulldown = Object.assign(pulldown, {
|
|
30745
30654
|
install: function install(app) {
|
|
30746
30655
|
dynamicApp.component(pulldown.name, pulldown);
|
|
@@ -30748,6 +30657,15 @@ var Pulldown = Object.assign(pulldown, {
|
|
|
30748
30657
|
}
|
|
30749
30658
|
});
|
|
30750
30659
|
/* harmony default export */ var packages_pulldown = (Pulldown);
|
|
30660
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.assign.js
|
|
30661
|
+
var es_object_assign = __webpack_require__("cca6");
|
|
30662
|
+
|
|
30663
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.promise.js
|
|
30664
|
+
var es_promise = __webpack_require__("e6cf");
|
|
30665
|
+
|
|
30666
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.iterator.js
|
|
30667
|
+
var es_array_iterator = __webpack_require__("e260");
|
|
30668
|
+
|
|
30751
30669
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.map.js
|
|
30752
30670
|
var es_map = __webpack_require__("4ec9");
|
|
30753
30671
|
|
|
@@ -30767,7 +30685,6 @@ var es_map = __webpack_require__("4ec9");
|
|
|
30767
30685
|
|
|
30768
30686
|
|
|
30769
30687
|
|
|
30770
|
-
|
|
30771
30688
|
var body_renderType = 'body';
|
|
30772
30689
|
var lineOffsetSizes = {
|
|
30773
30690
|
mini: 3,
|
|
@@ -35522,6 +35439,18 @@ var visibleStorageKey = 'VXE_TABLE_CUSTOM_COLUMN_VISIBLE';
|
|
|
35522
35439
|
var reserveSelection = [];
|
|
35523
35440
|
|
|
35524
35441
|
if (checkboxOpts.reserve) {
|
|
35442
|
+
var afterFullIdMaps = {};
|
|
35443
|
+
|
|
35444
|
+
if (treeConfig) {
|
|
35445
|
+
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default.a.eachTree(afterFullData, function (row) {
|
|
35446
|
+
afterFullIdMaps[util_getRowid($xetable, row)] = 1;
|
|
35447
|
+
}, treeOpts);
|
|
35448
|
+
} else {
|
|
35449
|
+
afterFullData.forEach(function (row) {
|
|
35450
|
+
afterFullIdMaps[util_getRowid($xetable, row)] = 1;
|
|
35451
|
+
});
|
|
35452
|
+
}
|
|
35453
|
+
|
|
35525
35454
|
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default.a.each(checkboxReserveRowMap, function (oldRow, oldRowid) {
|
|
35526
35455
|
if (oldRow) {
|
|
35527
35456
|
if (isFull) {
|
|
@@ -35529,18 +35458,8 @@ var visibleStorageKey = 'VXE_TABLE_CUSTOM_COLUMN_VISIBLE';
|
|
|
35529
35458
|
reserveSelection.push(oldRow);
|
|
35530
35459
|
}
|
|
35531
35460
|
} else {
|
|
35532
|
-
if (
|
|
35533
|
-
|
|
35534
|
-
return util_getRowid($xetable, row) === oldRowid;
|
|
35535
|
-
}, treeOpts)) {
|
|
35536
|
-
reserveSelection.push(oldRow);
|
|
35537
|
-
}
|
|
35538
|
-
} else {
|
|
35539
|
-
if (!afterFullData.some(function (row) {
|
|
35540
|
-
return util_getRowid($xetable, row) === oldRowid;
|
|
35541
|
-
})) {
|
|
35542
|
-
reserveSelection.push(oldRow);
|
|
35543
|
-
}
|
|
35461
|
+
if (!afterFullIdMaps[oldRowid]) {
|
|
35462
|
+
reserveSelection.push(oldRow);
|
|
35544
35463
|
}
|
|
35545
35464
|
}
|
|
35546
35465
|
}
|
|
@@ -39021,7 +38940,6 @@ var visibleStorageKey = 'VXE_TABLE_CUSTOM_COLUMN_VISIBLE';
|
|
|
39021
38940
|
|
|
39022
38941
|
|
|
39023
38942
|
|
|
39024
|
-
|
|
39025
38943
|
var Table = Object.assign(table, {
|
|
39026
38944
|
install: function install(app) {
|
|
39027
38945
|
dynamicApp.component(table.name, table);
|
|
@@ -39599,4 +39517,5 @@ module.exports = global.Promise;
|
|
|
39599
39517
|
/***/ })
|
|
39600
39518
|
|
|
39601
39519
|
/******/ });
|
|
39602
|
-
});
|
|
39520
|
+
});
|
|
39521
|
+
//# sourceMappingURL=index.umd.js.map
|