@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/dist/arco-vue.min.js
CHANGED
|
@@ -11479,7 +11479,7 @@
|
|
|
11479
11479
|
else
|
|
11480
11480
|
for (let o3 = 0; o3 < e2.length; o3++) {
|
|
11481
11481
|
const l3 = e2[o3];
|
|
11482
|
-
u(t2.onBeforeUpload) ? Promise.resolve(t2.onBeforeUpload(l3)).then((e3) => {
|
|
11482
|
+
u(t2.onBeforeUpload) ? Promise.resolve(t2.onBeforeUpload(l3, e2.length)).then((e3) => {
|
|
11483
11483
|
e3 && P2(n(e3) ? l3 : e3, o3);
|
|
11484
11484
|
}).catch((e3) => {
|
|
11485
11485
|
console.error(e3);
|