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.
Files changed (81) hide show
  1. package/es/button/src/button-group.js +1 -0
  2. package/es/button/src/button.js +16 -5
  3. package/es/button/style.css +4 -3
  4. package/es/button/style.min.css +1 -1
  5. package/es/button-group/style.css +8 -2
  6. package/es/button-group/style.min.css +1 -1
  7. package/es/date-picker/src/date-picker.js +104 -32
  8. package/es/date-picker/style.css +37 -12
  9. package/es/date-picker/style.min.css +1 -1
  10. package/es/icon/style.css +1 -1
  11. package/es/image/style.css +4 -0
  12. package/es/image/style.min.css +1 -1
  13. package/es/style.css +1 -1
  14. package/es/style.min.css +1 -1
  15. package/es/ui/index.js +8 -2
  16. package/es/ui/src/log.js +1 -1
  17. package/es/vxe-button/style.css +4 -3
  18. package/es/vxe-button/style.min.css +1 -1
  19. package/es/vxe-button-group/style.css +8 -2
  20. package/es/vxe-button-group/style.min.css +1 -1
  21. package/es/vxe-date-picker/style.css +37 -12
  22. package/es/vxe-date-picker/style.min.css +1 -1
  23. package/es/vxe-image/style.css +4 -0
  24. package/es/vxe-image/style.min.css +1 -1
  25. package/lib/button/src/button-group.js +1 -0
  26. package/lib/button/src/button-group.min.js +1 -1
  27. package/lib/button/src/button.js +17 -5
  28. package/lib/button/src/button.min.js +1 -1
  29. package/lib/button/style/style.css +4 -3
  30. package/lib/button/style/style.min.css +1 -1
  31. package/lib/button-group/style/style.css +8 -2
  32. package/lib/button-group/style/style.min.css +1 -1
  33. package/lib/date-picker/src/date-picker.js +114 -31
  34. package/lib/date-picker/src/date-picker.min.js +1 -1
  35. package/lib/date-picker/style/style.css +37 -12
  36. package/lib/date-picker/style/style.min.css +1 -1
  37. package/lib/icon/style/style.css +1 -1
  38. package/lib/icon/style/style.min.css +1 -1
  39. package/lib/image/style/style.css +4 -0
  40. package/lib/image/style/style.min.css +1 -1
  41. package/lib/index.umd.js +141 -39
  42. package/lib/index.umd.min.js +1 -1
  43. package/lib/style.css +1 -1
  44. package/lib/style.min.css +1 -1
  45. package/lib/ui/index.js +8 -2
  46. package/lib/ui/index.min.js +1 -1
  47. package/lib/ui/src/log.js +1 -1
  48. package/lib/ui/src/log.min.js +1 -1
  49. package/lib/vxe-button/style/style.css +4 -3
  50. package/lib/vxe-button/style/style.min.css +1 -1
  51. package/lib/vxe-button-group/style/style.css +8 -2
  52. package/lib/vxe-button-group/style/style.min.css +1 -1
  53. package/lib/vxe-date-picker/style/style.css +37 -12
  54. package/lib/vxe-date-picker/style/style.min.css +1 -1
  55. package/lib/vxe-image/style/style.css +4 -0
  56. package/lib/vxe-image/style/style.min.css +1 -1
  57. package/package.json +1 -1
  58. package/packages/button/src/button-group.ts +1 -0
  59. package/packages/button/src/button.ts +17 -5
  60. package/packages/date-picker/src/date-picker.ts +106 -33
  61. package/packages/ui/index.ts +7 -1
  62. package/styles/components/button-group.scss +14 -2
  63. package/styles/components/button.scss +7 -5
  64. package/styles/components/date-picker.scss +33 -11
  65. package/styles/components/image.scss +2 -0
  66. package/types/components/button-group.d.ts +3 -1
  67. package/types/components/button.d.ts +2 -2
  68. package/types/components/date-picker.d.ts +32 -1
  69. package/types/components/table.d.ts +24 -1
  70. /package/es/icon/{iconfont.1735974888106.ttf → iconfont.1736093254019.ttf} +0 -0
  71. /package/es/icon/{iconfont.1735974888106.woff → iconfont.1736093254019.woff} +0 -0
  72. /package/es/icon/{iconfont.1735974888106.woff2 → iconfont.1736093254019.woff2} +0 -0
  73. /package/es/{iconfont.1735974888106.ttf → iconfont.1736093254019.ttf} +0 -0
  74. /package/es/{iconfont.1735974888106.woff → iconfont.1736093254019.woff} +0 -0
  75. /package/es/{iconfont.1735974888106.woff2 → iconfont.1736093254019.woff2} +0 -0
  76. /package/lib/icon/style/{iconfont.1735974888106.ttf → iconfont.1736093254019.ttf} +0 -0
  77. /package/lib/icon/style/{iconfont.1735974888106.woff → iconfont.1736093254019.woff} +0 -0
  78. /package/lib/icon/style/{iconfont.1735974888106.woff2 → iconfont.1736093254019.woff2} +0 -0
  79. /package/lib/{iconfont.1735974888106.ttf → iconfont.1736093254019.ttf} +0 -0
  80. /package/lib/{iconfont.1735974888106.woff → iconfont.1736093254019.woff} +0 -0
  81. /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