vxe-pc-ui 4.10.24 → 4.10.26
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/es/icon/style.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/upload/src/upload.js +57 -51
- package/es/upload/style.css +1 -1
- package/es/upload/style.min.css +1 -1
- package/es/vxe-upload/style.css +1 -1
- package/es/vxe-upload/style.min.css +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +18 -6
- package/lib/index.umd.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/upload/src/upload.js +16 -4
- package/lib/upload/src/upload.min.js +1 -1
- package/lib/upload/style/style.css +1 -1
- package/lib/upload/style/style.min.css +1 -1
- package/lib/vxe-upload/style/style.css +1 -1
- package/lib/vxe-upload/style/style.min.css +1 -1
- package/package.json +1 -1
- package/packages/upload/src/upload.ts +55 -49
- package/styles/components/upload.scss +1 -1
- package/types/components/table.d.ts +4 -0
- package/types/components/upload.d.ts +3 -2
- /package/es/icon/{iconfont.1763014441538.ttf → iconfont.1763085370609.ttf} +0 -0
- /package/es/icon/{iconfont.1763014441538.woff → iconfont.1763085370609.woff} +0 -0
- /package/es/icon/{iconfont.1763014441538.woff2 → iconfont.1763085370609.woff2} +0 -0
- /package/es/{iconfont.1763014441538.ttf → iconfont.1763085370609.ttf} +0 -0
- /package/es/{iconfont.1763014441538.woff → iconfont.1763085370609.woff} +0 -0
- /package/es/{iconfont.1763014441538.woff2 → iconfont.1763085370609.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1763014441538.ttf → iconfont.1763085370609.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1763014441538.woff → iconfont.1763085370609.woff} +0 -0
- /package/lib/icon/style/{iconfont.1763014441538.woff2 → iconfont.1763085370609.woff2} +0 -0
- /package/lib/{iconfont.1763014441538.ttf → iconfont.1763085370609.ttf} +0 -0
- /package/lib/{iconfont.1763014441538.woff → iconfont.1763085370609.woff} +0 -0
- /package/lib/{iconfont.1763014441538.woff2 → iconfont.1763085370609.woff2} +0 -0
|
@@ -390,7 +390,7 @@ export namespace VxeUploadSlotTypes {
|
|
|
390
390
|
option: VxeUploadDefines.FileObjItem
|
|
391
391
|
isMoreView: boolean
|
|
392
392
|
}
|
|
393
|
-
export interface
|
|
393
|
+
export interface ActionSlotParams extends OptionSlotParams {}
|
|
394
394
|
export interface NameSlotParams extends OptionSlotParams {}
|
|
395
395
|
|
|
396
396
|
export interface MoreButtonSlotParams {
|
|
@@ -405,7 +405,8 @@ export namespace VxeUploadSlotTypes {
|
|
|
405
405
|
export interface VxeUploadSlots {
|
|
406
406
|
default?: (params: VxeUploadSlotTypes.DefaultSlotParams) => any
|
|
407
407
|
tip?: (params: VxeUploadSlotTypes.TipSlotParams) => any
|
|
408
|
-
|
|
408
|
+
action?: (params: VxeUploadSlotTypes.ActionSlotParams) => any
|
|
409
|
+
corner?: (params: VxeUploadSlotTypes.ActionSlotParams) => any
|
|
409
410
|
name?: (params: VxeUploadSlotTypes.NameSlotParams) => any
|
|
410
411
|
option?: (params: VxeUploadSlotTypes.OptionSlotParams) => any
|
|
411
412
|
moreButton?: (params: VxeUploadSlotTypes.MoreButtonSlotParams) => any
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|