mali-ui-plus 1.0.10 → 1.0.11
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/lib/mali-ui-plus.common.js +32 -10
- package/lib/mali-ui-plus.umd.js +32 -10
- package/lib/mali-ui-plus.umd.min.js +2 -2
- package/package.json +1 -1
|
@@ -66661,7 +66661,7 @@ const MlTablevue_type_script_lang_ts_setup_true_hoisted_4 = {
|
|
|
66661
66661
|
dataRef.value++;
|
|
66662
66662
|
});
|
|
66663
66663
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(dataRef, () => {
|
|
66664
|
-
tableData.value = props.data;
|
|
66664
|
+
tableData.value = [...props.data];
|
|
66665
66665
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)(() => {
|
|
66666
66666
|
updateMergeRowspan();
|
|
66667
66667
|
updateRadioStatus();
|
|
@@ -66867,10 +66867,10 @@ const MlTablevue_type_script_lang_ts_setup_true_hoisted_4 = {
|
|
|
66867
66867
|
}));
|
|
66868
66868
|
;// CONCATENATED MODULE: ./components/ml-table/MlTable.vue?vue&type=script&lang=ts&setup=true
|
|
66869
66869
|
|
|
66870
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-table/MlTable.vue?vue&type=style&index=0&id=
|
|
66870
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-table/MlTable.vue?vue&type=style&index=0&id=3df59792&lang=scss
|
|
66871
66871
|
// extracted by mini-css-extract-plugin
|
|
66872
66872
|
|
|
66873
|
-
;// CONCATENATED MODULE: ./components/ml-table/MlTable.vue?vue&type=style&index=0&id=
|
|
66873
|
+
;// CONCATENATED MODULE: ./components/ml-table/MlTable.vue?vue&type=style&index=0&id=3df59792&lang=scss
|
|
66874
66874
|
|
|
66875
66875
|
;// CONCATENATED MODULE: ./components/ml-table/MlTable.vue
|
|
66876
66876
|
|
|
@@ -67270,7 +67270,7 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_23 = {
|
|
|
67270
67270
|
dataRef.value++;
|
|
67271
67271
|
});
|
|
67272
67272
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(dataRef, () => {
|
|
67273
|
-
tableData.value = props.data;
|
|
67273
|
+
tableData.value = [...props.data];
|
|
67274
67274
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)(() => {
|
|
67275
67275
|
updateMergeRowspan();
|
|
67276
67276
|
updateRadioStatus();
|
|
@@ -67309,8 +67309,16 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_23 = {
|
|
|
67309
67309
|
return;
|
|
67310
67310
|
}
|
|
67311
67311
|
pageVO.currPage = 1;
|
|
67312
|
-
|
|
67312
|
+
await query();
|
|
67313
|
+
await (0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)();
|
|
67314
|
+
// if (this.radioConfig && this.radioConfig.reserve && !this.radioConfig.remote) {
|
|
67315
|
+
// this.clearRadioReserve()
|
|
67316
|
+
// }
|
|
67317
|
+
// if (this.checkboxConfig && this.checkboxConfig.reserve && !this.checkboxConfig.remote) {
|
|
67318
|
+
// this.clearCheckboxReserve()
|
|
67319
|
+
// }
|
|
67313
67320
|
};
|
|
67321
|
+
|
|
67314
67322
|
const reloadCard = async () => {
|
|
67315
67323
|
if (tableLoading.value) {
|
|
67316
67324
|
return;
|
|
@@ -67501,7 +67509,14 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_23 = {
|
|
|
67501
67509
|
items: rightformItems
|
|
67502
67510
|
});
|
|
67503
67511
|
getQuery(true);
|
|
67504
|
-
reload()
|
|
67512
|
+
reload().then(() => {
|
|
67513
|
+
// if (this.radioConfig && this.radioConfig.reserve && this.radioConfig.remote) {
|
|
67514
|
+
// this.clearRadioReserve()
|
|
67515
|
+
// }
|
|
67516
|
+
// if (this.checkboxConfig && this.checkboxConfig.reserve && this.checkboxConfig.remote) {
|
|
67517
|
+
// this.clearCheckboxReserve()
|
|
67518
|
+
// }
|
|
67519
|
+
});
|
|
67505
67520
|
};
|
|
67506
67521
|
const submitUpform = () => {
|
|
67507
67522
|
const {
|
|
@@ -67538,7 +67553,14 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_23 = {
|
|
|
67538
67553
|
items: upformItems
|
|
67539
67554
|
});
|
|
67540
67555
|
getQuery(true);
|
|
67541
|
-
reload()
|
|
67556
|
+
reload().then(() => {
|
|
67557
|
+
// if (this.radioConfig && this.radioConfig.reserve && this.radioConfig.remote) {
|
|
67558
|
+
// this.clearRadioReserve()
|
|
67559
|
+
// }
|
|
67560
|
+
// if (this.checkboxConfig && this.checkboxConfig.reserve && this.checkboxConfig.remote) {
|
|
67561
|
+
// this.clearCheckboxReserve()
|
|
67562
|
+
// }
|
|
67563
|
+
});
|
|
67542
67564
|
};
|
|
67543
67565
|
const updateRadioStatus = () => {
|
|
67544
67566
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)(() => {
|
|
@@ -67863,10 +67885,10 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_23 = {
|
|
|
67863
67885
|
}));
|
|
67864
67886
|
;// CONCATENATED MODULE: ./components/ml-table/MlGrid.vue?vue&type=script&lang=ts&setup=true
|
|
67865
67887
|
|
|
67866
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-table/MlGrid.vue?vue&type=style&index=0&id=
|
|
67888
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-table/MlGrid.vue?vue&type=style&index=0&id=548123cd&lang=scss
|
|
67867
67889
|
// extracted by mini-css-extract-plugin
|
|
67868
67890
|
|
|
67869
|
-
;// CONCATENATED MODULE: ./components/ml-table/MlGrid.vue?vue&type=style&index=0&id=
|
|
67891
|
+
;// CONCATENATED MODULE: ./components/ml-table/MlGrid.vue?vue&type=style&index=0&id=548123cd&lang=scss
|
|
67870
67892
|
|
|
67871
67893
|
;// CONCATENATED MODULE: ./components/ml-table/MlGrid.vue
|
|
67872
67894
|
|
|
@@ -71420,7 +71442,7 @@ function index_config(options) {
|
|
|
71420
71442
|
return config_0;
|
|
71421
71443
|
}
|
|
71422
71444
|
const MaliUI = {
|
|
71423
|
-
version: "1.0.
|
|
71445
|
+
version: "1.0.10",
|
|
71424
71446
|
modal: index_esm.modal,
|
|
71425
71447
|
install: index_install,
|
|
71426
71448
|
config: index_config,
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -66671,7 +66671,7 @@ const MlTablevue_type_script_lang_ts_setup_true_hoisted_4 = {
|
|
|
66671
66671
|
dataRef.value++;
|
|
66672
66672
|
});
|
|
66673
66673
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(dataRef, () => {
|
|
66674
|
-
tableData.value = props.data;
|
|
66674
|
+
tableData.value = [...props.data];
|
|
66675
66675
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)(() => {
|
|
66676
66676
|
updateMergeRowspan();
|
|
66677
66677
|
updateRadioStatus();
|
|
@@ -66877,10 +66877,10 @@ const MlTablevue_type_script_lang_ts_setup_true_hoisted_4 = {
|
|
|
66877
66877
|
}));
|
|
66878
66878
|
;// CONCATENATED MODULE: ./components/ml-table/MlTable.vue?vue&type=script&lang=ts&setup=true
|
|
66879
66879
|
|
|
66880
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-table/MlTable.vue?vue&type=style&index=0&id=
|
|
66880
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-table/MlTable.vue?vue&type=style&index=0&id=3df59792&lang=scss
|
|
66881
66881
|
// extracted by mini-css-extract-plugin
|
|
66882
66882
|
|
|
66883
|
-
;// CONCATENATED MODULE: ./components/ml-table/MlTable.vue?vue&type=style&index=0&id=
|
|
66883
|
+
;// CONCATENATED MODULE: ./components/ml-table/MlTable.vue?vue&type=style&index=0&id=3df59792&lang=scss
|
|
66884
66884
|
|
|
66885
66885
|
;// CONCATENATED MODULE: ./components/ml-table/MlTable.vue
|
|
66886
66886
|
|
|
@@ -67280,7 +67280,7 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_23 = {
|
|
|
67280
67280
|
dataRef.value++;
|
|
67281
67281
|
});
|
|
67282
67282
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.watch)(dataRef, () => {
|
|
67283
|
-
tableData.value = props.data;
|
|
67283
|
+
tableData.value = [...props.data];
|
|
67284
67284
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)(() => {
|
|
67285
67285
|
updateMergeRowspan();
|
|
67286
67286
|
updateRadioStatus();
|
|
@@ -67319,8 +67319,16 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_23 = {
|
|
|
67319
67319
|
return;
|
|
67320
67320
|
}
|
|
67321
67321
|
pageVO.currPage = 1;
|
|
67322
|
-
|
|
67322
|
+
await query();
|
|
67323
|
+
await (0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)();
|
|
67324
|
+
// if (this.radioConfig && this.radioConfig.reserve && !this.radioConfig.remote) {
|
|
67325
|
+
// this.clearRadioReserve()
|
|
67326
|
+
// }
|
|
67327
|
+
// if (this.checkboxConfig && this.checkboxConfig.reserve && !this.checkboxConfig.remote) {
|
|
67328
|
+
// this.clearCheckboxReserve()
|
|
67329
|
+
// }
|
|
67323
67330
|
};
|
|
67331
|
+
|
|
67324
67332
|
const reloadCard = async () => {
|
|
67325
67333
|
if (tableLoading.value) {
|
|
67326
67334
|
return;
|
|
@@ -67511,7 +67519,14 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_23 = {
|
|
|
67511
67519
|
items: rightformItems
|
|
67512
67520
|
});
|
|
67513
67521
|
getQuery(true);
|
|
67514
|
-
reload()
|
|
67522
|
+
reload().then(() => {
|
|
67523
|
+
// if (this.radioConfig && this.radioConfig.reserve && this.radioConfig.remote) {
|
|
67524
|
+
// this.clearRadioReserve()
|
|
67525
|
+
// }
|
|
67526
|
+
// if (this.checkboxConfig && this.checkboxConfig.reserve && this.checkboxConfig.remote) {
|
|
67527
|
+
// this.clearCheckboxReserve()
|
|
67528
|
+
// }
|
|
67529
|
+
});
|
|
67515
67530
|
};
|
|
67516
67531
|
const submitUpform = () => {
|
|
67517
67532
|
const {
|
|
@@ -67548,7 +67563,14 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_23 = {
|
|
|
67548
67563
|
items: upformItems
|
|
67549
67564
|
});
|
|
67550
67565
|
getQuery(true);
|
|
67551
|
-
reload()
|
|
67566
|
+
reload().then(() => {
|
|
67567
|
+
// if (this.radioConfig && this.radioConfig.reserve && this.radioConfig.remote) {
|
|
67568
|
+
// this.clearRadioReserve()
|
|
67569
|
+
// }
|
|
67570
|
+
// if (this.checkboxConfig && this.checkboxConfig.reserve && this.checkboxConfig.remote) {
|
|
67571
|
+
// this.clearCheckboxReserve()
|
|
67572
|
+
// }
|
|
67573
|
+
});
|
|
67552
67574
|
};
|
|
67553
67575
|
const updateRadioStatus = () => {
|
|
67554
67576
|
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)(() => {
|
|
@@ -67873,10 +67895,10 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_23 = {
|
|
|
67873
67895
|
}));
|
|
67874
67896
|
;// CONCATENATED MODULE: ./components/ml-table/MlGrid.vue?vue&type=script&lang=ts&setup=true
|
|
67875
67897
|
|
|
67876
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-table/MlGrid.vue?vue&type=style&index=0&id=
|
|
67898
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/ml-table/MlGrid.vue?vue&type=style&index=0&id=548123cd&lang=scss
|
|
67877
67899
|
// extracted by mini-css-extract-plugin
|
|
67878
67900
|
|
|
67879
|
-
;// CONCATENATED MODULE: ./components/ml-table/MlGrid.vue?vue&type=style&index=0&id=
|
|
67901
|
+
;// CONCATENATED MODULE: ./components/ml-table/MlGrid.vue?vue&type=style&index=0&id=548123cd&lang=scss
|
|
67880
67902
|
|
|
67881
67903
|
;// CONCATENATED MODULE: ./components/ml-table/MlGrid.vue
|
|
67882
67904
|
|
|
@@ -71430,7 +71452,7 @@ function index_config(options) {
|
|
|
71430
71452
|
return config_0;
|
|
71431
71453
|
}
|
|
71432
71454
|
const MaliUI = {
|
|
71433
|
-
version: "1.0.
|
|
71455
|
+
version: "1.0.10",
|
|
71434
71456
|
modal: index_esm.modal,
|
|
71435
71457
|
install: index_install,
|
|
71436
71458
|
config: index_config,
|