mali-ui-plus 1.0.71 → 1.0.73
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.
|
@@ -68367,6 +68367,12 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_26 = {
|
|
|
68367
68367
|
await getList();
|
|
68368
68368
|
tableLoading.value = false;
|
|
68369
68369
|
};
|
|
68370
|
+
const clearTable = () => {
|
|
68371
|
+
tableData.value = [];
|
|
68372
|
+
pageVO.currPage = 1;
|
|
68373
|
+
pageVO.total = 0;
|
|
68374
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)();
|
|
68375
|
+
};
|
|
68370
68376
|
const getCard = () => {
|
|
68371
68377
|
if (props.cardMethod) {
|
|
68372
68378
|
return new Promise(resolve => {
|
|
@@ -68717,6 +68723,7 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_26 = {
|
|
|
68717
68723
|
props,
|
|
68718
68724
|
query,
|
|
68719
68725
|
reload,
|
|
68726
|
+
clearTable,
|
|
68720
68727
|
reloadTable,
|
|
68721
68728
|
reloadCard
|
|
68722
68729
|
};
|
|
@@ -73128,7 +73135,7 @@ function index_config(options) {
|
|
|
73128
73135
|
return config_0;
|
|
73129
73136
|
}
|
|
73130
73137
|
const MaliUI = {
|
|
73131
|
-
version: "1.0.
|
|
73138
|
+
version: "1.0.72",
|
|
73132
73139
|
install: index_install,
|
|
73133
73140
|
config: index_config,
|
|
73134
73141
|
renderer: index_esm.renderer,
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -68377,6 +68377,12 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_26 = {
|
|
|
68377
68377
|
await getList();
|
|
68378
68378
|
tableLoading.value = false;
|
|
68379
68379
|
};
|
|
68380
|
+
const clearTable = () => {
|
|
68381
|
+
tableData.value = [];
|
|
68382
|
+
pageVO.currPage = 1;
|
|
68383
|
+
pageVO.total = 0;
|
|
68384
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.nextTick)();
|
|
68385
|
+
};
|
|
68380
68386
|
const getCard = () => {
|
|
68381
68387
|
if (props.cardMethod) {
|
|
68382
68388
|
return new Promise(resolve => {
|
|
@@ -68727,6 +68733,7 @@ const MlGridvue_type_script_lang_ts_setup_true_hoisted_26 = {
|
|
|
68727
68733
|
props,
|
|
68728
68734
|
query,
|
|
68729
68735
|
reload,
|
|
68736
|
+
clearTable,
|
|
68730
68737
|
reloadTable,
|
|
68731
68738
|
reloadCard
|
|
68732
68739
|
};
|
|
@@ -73138,7 +73145,7 @@ function index_config(options) {
|
|
|
73138
73145
|
return config_0;
|
|
73139
73146
|
}
|
|
73140
73147
|
const MaliUI = {
|
|
73141
|
-
version: "1.0.
|
|
73148
|
+
version: "1.0.72",
|
|
73142
73149
|
install: index_install,
|
|
73143
73150
|
config: index_config,
|
|
73144
73151
|
renderer: index_esm.renderer,
|