@julingbase/jly-arco-design 0.0.6 → 0.0.7
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/README.md +6 -0
- package/dist/arco-vue.js +1 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1 -1
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/_utils/style.d.ts +1 -1
- package/es/date-picker/index.d.ts +3 -3
- package/es/date-picker/picker.d.ts +2 -2
- package/es/date-picker/range-picker.d.ts +3 -3
- package/es/input/index.d.ts +4 -4
- package/es/input/input-password.d.ts +1 -1
- package/es/input/input.d.ts +1 -1
- package/es/mention/index.d.ts +3 -3
- package/es/mention/mention.d.ts +1 -1
- package/es/message/message.d.ts +1 -1
- package/es/radio/index.d.ts +4 -4
- package/es/radio/radio-group.d.ts +1 -1
- package/es/radio/radio.d.ts +1 -1
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/table-operation-td.d.ts +4 -4
- package/es/time-picker/index.d.ts +9 -9
- package/es/time-picker/time-picker.d.ts +4 -4
- package/es/typography/edit-content.d.ts +12 -12
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +2 -2
- package/es/upload/upload.js +1 -1
- package/json/vetur-attributes.json +1842 -1842
- package/json/vetur-tags.json +743 -743
- package/json/web-types.json +4025 -4025
- package/lib/upload/upload.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/arco-vue.js
CHANGED
|
@@ -49035,7 +49035,7 @@
|
|
|
49035
49035
|
for (let i2 = 0; i2 < files.length; i2++) {
|
|
49036
49036
|
const file = files[i2];
|
|
49037
49037
|
if (isFunction$1(props.onBeforeUpload)) {
|
|
49038
|
-
Promise.resolve(props.onBeforeUpload(file)).then((result) => {
|
|
49038
|
+
Promise.resolve(props.onBeforeUpload(file, files.length)).then((result) => {
|
|
49039
49039
|
if (result) {
|
|
49040
49040
|
initUpload(isBoolean$1(result) ? file : result, i2);
|
|
49041
49041
|
}
|