vxe-pc-ui 4.3.62 → 4.3.64
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/button/src/button-group.js +1 -0
- package/es/button/src/button.js +16 -5
- package/es/button/style.css +4 -3
- package/es/button/style.min.css +1 -1
- package/es/button-group/style.css +8 -2
- package/es/button-group/style.min.css +1 -1
- package/es/date-picker/src/date-picker.js +104 -32
- package/es/date-picker/style.css +37 -12
- package/es/date-picker/style.min.css +1 -1
- package/es/icon/style.css +1 -1
- package/es/image/style.css +4 -0
- package/es/image/style.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/ui/index.js +8 -2
- package/es/ui/src/log.js +1 -1
- package/es/vxe-button/style.css +4 -3
- package/es/vxe-button/style.min.css +1 -1
- package/es/vxe-button-group/style.css +8 -2
- package/es/vxe-button-group/style.min.css +1 -1
- package/es/vxe-date-picker/style.css +37 -12
- package/es/vxe-date-picker/style.min.css +1 -1
- package/es/vxe-image/style.css +4 -0
- package/es/vxe-image/style.min.css +1 -1
- package/lib/button/src/button-group.js +1 -0
- package/lib/button/src/button-group.min.js +1 -1
- package/lib/button/src/button.js +17 -5
- package/lib/button/src/button.min.js +1 -1
- package/lib/button/style/style.css +4 -3
- package/lib/button/style/style.min.css +1 -1
- package/lib/button-group/style/style.css +8 -2
- package/lib/button-group/style/style.min.css +1 -1
- package/lib/date-picker/src/date-picker.js +114 -31
- package/lib/date-picker/src/date-picker.min.js +1 -1
- package/lib/date-picker/style/style.css +37 -12
- package/lib/date-picker/style/style.min.css +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/image/style/style.css +4 -0
- package/lib/image/style/style.min.css +1 -1
- package/lib/index.umd.js +141 -39
- 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 +8 -2
- 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/vxe-button/style/style.css +4 -3
- package/lib/vxe-button/style/style.min.css +1 -1
- package/lib/vxe-button-group/style/style.css +8 -2
- package/lib/vxe-button-group/style/style.min.css +1 -1
- package/lib/vxe-date-picker/style/style.css +37 -12
- package/lib/vxe-date-picker/style/style.min.css +1 -1
- package/lib/vxe-image/style/style.css +4 -0
- package/lib/vxe-image/style/style.min.css +1 -1
- package/package.json +1 -1
- package/packages/button/src/button-group.ts +1 -0
- package/packages/button/src/button.ts +17 -5
- package/packages/date-picker/src/date-picker.ts +106 -33
- package/packages/ui/index.ts +7 -1
- package/styles/components/button-group.scss +14 -2
- package/styles/components/button.scss +7 -5
- package/styles/components/date-picker.scss +33 -11
- package/styles/components/image.scss +2 -0
- package/types/components/button-group.d.ts +3 -1
- package/types/components/button.d.ts +2 -2
- package/types/components/date-picker.d.ts +32 -1
- package/types/components/table.d.ts +24 -1
- /package/es/icon/{iconfont.1735974888106.ttf → iconfont.1736093254019.ttf} +0 -0
- /package/es/icon/{iconfont.1735974888106.woff → iconfont.1736093254019.woff} +0 -0
- /package/es/icon/{iconfont.1735974888106.woff2 → iconfont.1736093254019.woff2} +0 -0
- /package/es/{iconfont.1735974888106.ttf → iconfont.1736093254019.ttf} +0 -0
- /package/es/{iconfont.1735974888106.woff → iconfont.1736093254019.woff} +0 -0
- /package/es/{iconfont.1735974888106.woff2 → iconfont.1736093254019.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1735974888106.ttf → iconfont.1736093254019.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1735974888106.woff → iconfont.1736093254019.woff} +0 -0
- /package/lib/icon/style/{iconfont.1735974888106.woff2 → iconfont.1736093254019.woff2} +0 -0
- /package/lib/{iconfont.1735974888106.ttf → iconfont.1736093254019.ttf} +0 -0
- /package/lib/{iconfont.1735974888106.woff → iconfont.1736093254019.woff} +0 -0
- /package/lib/{iconfont.1735974888106.woff2 → iconfont.1736093254019.woff2} +0 -0
|
@@ -749,7 +749,18 @@ export namespace VxeTablePropTypes {
|
|
|
749
749
|
multiple?: boolean
|
|
750
750
|
chronological?: boolean
|
|
751
751
|
trigger?: 'default' | 'cell'
|
|
752
|
+
/**
|
|
753
|
+
* 是否显示排序按钮图标
|
|
754
|
+
*/
|
|
752
755
|
showIcon?: boolean
|
|
756
|
+
/**
|
|
757
|
+
* 排序按钮图标的显示方法,该方法的返回值用于决定该列是否显示排序按钮图标
|
|
758
|
+
* @param params
|
|
759
|
+
*/
|
|
760
|
+
iconVisibleMethod?(params: {
|
|
761
|
+
$table: VxeTableConstructor<D>
|
|
762
|
+
column: VxeTableDefines.ColumnInfo<D>
|
|
763
|
+
}): boolean
|
|
753
764
|
iconLayout?: 'horizontal' | 'vertical'
|
|
754
765
|
iconAsc?: string
|
|
755
766
|
iconDesc?: string
|
|
@@ -771,7 +782,18 @@ export namespace VxeTablePropTypes {
|
|
|
771
782
|
column: VxeTableDefines.ColumnInfo<D>
|
|
772
783
|
}) => any
|
|
773
784
|
remote?: boolean
|
|
785
|
+
/**
|
|
786
|
+
* 是否显示筛选按钮图标
|
|
787
|
+
*/
|
|
774
788
|
showIcon?: boolean
|
|
789
|
+
/**
|
|
790
|
+
* 筛选按钮图标的显示方法,该方法的返回值用于决定该列是否显示筛选按钮图标
|
|
791
|
+
* @param params
|
|
792
|
+
*/
|
|
793
|
+
iconVisibleMethod?(params: {
|
|
794
|
+
$table: VxeTableConstructor<D>
|
|
795
|
+
column: VxeTableDefines.ColumnInfo<D>
|
|
796
|
+
}): boolean
|
|
775
797
|
iconNone?: string
|
|
776
798
|
iconMatch?: string
|
|
777
799
|
destroyOnClose?: boolean
|
|
@@ -3696,7 +3718,7 @@ export interface TablePrivateMethods<D = any> {
|
|
|
3696
3718
|
updateAllCheckboxStatus(): void
|
|
3697
3719
|
checkSelectionStatus(): void
|
|
3698
3720
|
handleBatchSelectRows(rows: any[], value: any, isForce?: boolean): void
|
|
3699
|
-
handleResizeDblclickEvent(evnt: MouseEvent, params: VxeTableDefines.CellRenderHeaderParams): void
|
|
3721
|
+
handleResizeDblclickEvent(evnt: MouseEvent, params: VxeTableDefines.CellRenderHeaderParams & { $table: VxeTableConstructor & VxeTablePrivateMethods }): void
|
|
3700
3722
|
/**
|
|
3701
3723
|
* use handleBatchSelectRows
|
|
3702
3724
|
* @deprecated
|
|
@@ -4108,6 +4130,7 @@ export namespace VxeTableDefines {
|
|
|
4108
4130
|
type: string
|
|
4109
4131
|
isHidden: boolean
|
|
4110
4132
|
hasFilter: boolean
|
|
4133
|
+
firstFilterOption: VxeColumnPropTypes.FilterItem | null
|
|
4111
4134
|
|
|
4112
4135
|
checked?: boolean
|
|
4113
4136
|
indeterminate?: boolean
|
|
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
|