mali-ui-plus 1.1.90 → 1.1.91
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.
|
@@ -64913,7 +64913,10 @@ const _hoisted_27 = ["src"];
|
|
|
64913
64913
|
}, {
|
|
64914
64914
|
title: '大小',
|
|
64915
64915
|
field: 'fileSize',
|
|
64916
|
-
minWidth: 100
|
|
64916
|
+
minWidth: 100,
|
|
64917
|
+
slots: {
|
|
64918
|
+
default: 'fileSize'
|
|
64919
|
+
}
|
|
64917
64920
|
}, {
|
|
64918
64921
|
title: '状态',
|
|
64919
64922
|
field: 'status',
|
|
@@ -65121,7 +65124,7 @@ const _hoisted_27 = ["src"];
|
|
|
65121
65124
|
tempName: `${file.name}_${index}`,
|
|
65122
65125
|
[nameField.value]: file.name,
|
|
65123
65126
|
[typeField.value]: fileSuffix,
|
|
65124
|
-
[sizeField.value]:
|
|
65127
|
+
[sizeField.value]: file.size,
|
|
65125
65128
|
stauts: 0
|
|
65126
65129
|
};
|
|
65127
65130
|
});
|
|
@@ -65142,7 +65145,7 @@ const _hoisted_27 = ["src"];
|
|
|
65142
65145
|
status: 100,
|
|
65143
65146
|
[nameField.value]: res[nameField.value] || file.name,
|
|
65144
65147
|
[typeField.value]: res[typeField.value] || fileSuffix,
|
|
65145
|
-
[sizeField.value]:
|
|
65148
|
+
[sizeField.value]: file.size
|
|
65146
65149
|
};
|
|
65147
65150
|
emit('success', {
|
|
65148
65151
|
item,
|
|
@@ -65487,6 +65490,9 @@ const _hoisted_27 = ["src"];
|
|
|
65487
65490
|
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlIcon, {
|
|
65488
65491
|
name: "attachment"
|
|
65489
65492
|
}), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(row[(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(nameField)]), 1)], 8, MlUploadvue_type_script_lang_ts_setup_true_hoisted_13)]),
|
|
65493
|
+
fileSize: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(({
|
|
65494
|
+
row
|
|
65495
|
+
}) => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(formatFileSizeMath(row[(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(sizeField)])), 1)]),
|
|
65490
65496
|
status: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(({
|
|
65491
65497
|
row
|
|
65492
65498
|
}) => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(row.status) + "%", 1)]),
|
|
@@ -71410,7 +71416,7 @@ function index_config(options) {
|
|
|
71410
71416
|
return config_0;
|
|
71411
71417
|
}
|
|
71412
71418
|
const MaliUI = {
|
|
71413
|
-
version: "1.1.
|
|
71419
|
+
version: "1.1.90",
|
|
71414
71420
|
install: index_install,
|
|
71415
71421
|
config: index_config,
|
|
71416
71422
|
renderer: {
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -64923,7 +64923,10 @@ const _hoisted_27 = ["src"];
|
|
|
64923
64923
|
}, {
|
|
64924
64924
|
title: '大小',
|
|
64925
64925
|
field: 'fileSize',
|
|
64926
|
-
minWidth: 100
|
|
64926
|
+
minWidth: 100,
|
|
64927
|
+
slots: {
|
|
64928
|
+
default: 'fileSize'
|
|
64929
|
+
}
|
|
64927
64930
|
}, {
|
|
64928
64931
|
title: '状态',
|
|
64929
64932
|
field: 'status',
|
|
@@ -65131,7 +65134,7 @@ const _hoisted_27 = ["src"];
|
|
|
65131
65134
|
tempName: `${file.name}_${index}`,
|
|
65132
65135
|
[nameField.value]: file.name,
|
|
65133
65136
|
[typeField.value]: fileSuffix,
|
|
65134
|
-
[sizeField.value]:
|
|
65137
|
+
[sizeField.value]: file.size,
|
|
65135
65138
|
stauts: 0
|
|
65136
65139
|
};
|
|
65137
65140
|
});
|
|
@@ -65152,7 +65155,7 @@ const _hoisted_27 = ["src"];
|
|
|
65152
65155
|
status: 100,
|
|
65153
65156
|
[nameField.value]: res[nameField.value] || file.name,
|
|
65154
65157
|
[typeField.value]: res[typeField.value] || fileSuffix,
|
|
65155
|
-
[sizeField.value]:
|
|
65158
|
+
[sizeField.value]: file.size
|
|
65156
65159
|
};
|
|
65157
65160
|
emit('success', {
|
|
65158
65161
|
item,
|
|
@@ -65497,6 +65500,9 @@ const _hoisted_27 = ["src"];
|
|
|
65497
65500
|
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlIcon, {
|
|
65498
65501
|
name: "attachment"
|
|
65499
65502
|
}), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(row[(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(nameField)]), 1)], 8, MlUploadvue_type_script_lang_ts_setup_true_hoisted_13)]),
|
|
65503
|
+
fileSize: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(({
|
|
65504
|
+
row
|
|
65505
|
+
}) => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(formatFileSizeMath(row[(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(sizeField)])), 1)]),
|
|
65500
65506
|
status: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(({
|
|
65501
65507
|
row
|
|
65502
65508
|
}) => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(row.status) + "%", 1)]),
|
|
@@ -71420,7 +71426,7 @@ function index_config(options) {
|
|
|
71420
71426
|
return config_0;
|
|
71421
71427
|
}
|
|
71422
71428
|
const MaliUI = {
|
|
71423
|
-
version: "1.1.
|
|
71429
|
+
version: "1.1.90",
|
|
71424
71430
|
install: index_install,
|
|
71425
71431
|
config: index_config,
|
|
71426
71432
|
renderer: {
|