@julingbase/jly-arco-design 0.0.3 → 0.0.4

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 (86) hide show
  1. package/README.md +56 -2
  2. package/dist/arco-vue.js +16 -2
  3. package/dist/arco-vue.js.map +1 -1
  4. package/dist/arco-vue.min.js +166 -163
  5. package/dist/arco-vue.min.js.map +1 -1
  6. package/es/_components/input-label/input-label.d.ts +2 -2
  7. package/es/_components/picker/input-range.d.ts +4 -4
  8. package/es/_components/picker/input.d.ts +2 -2
  9. package/es/_components/select-view/select-view.d.ts +1 -1
  10. package/es/auto-complete/auto-complete.d.ts +3 -3
  11. package/es/auto-complete/index.d.ts +9 -9
  12. package/es/calendar/calendar.d.ts +1 -1
  13. package/es/calendar/index.d.ts +3 -3
  14. package/es/cascader/cascader-panel.d.ts +3 -3
  15. package/es/cascader/cascader.d.ts +6 -6
  16. package/es/cascader/index.d.ts +20 -20
  17. package/es/checkbox/checkbox-group.d.ts +2 -2
  18. package/es/checkbox/checkbox.d.ts +1 -1
  19. package/es/checkbox/index.d.ts +5 -5
  20. package/es/color-picker/color-picker.d.ts +1 -1
  21. package/es/color-picker/index.d.ts +3 -3
  22. package/es/date-picker/index.d.ts +7 -7
  23. package/es/date-picker/picker.d.ts +5 -5
  24. package/es/date-picker/range-picker.d.ts +7 -7
  25. package/es/descriptions/descriptions.d.ts +1 -1
  26. package/es/descriptions/index.d.ts +3 -3
  27. package/es/form/form-item.d.ts +3 -3
  28. package/es/form/index.d.ts +3 -3
  29. package/es/input/index.d.ts +8 -8
  30. package/es/input/input-password.d.ts +2 -2
  31. package/es/input/input.d.ts +2 -2
  32. package/es/input-number/index.d.ts +3 -3
  33. package/es/input-number/input-number.d.ts +1 -1
  34. package/es/input-tag/index.d.ts +18 -18
  35. package/es/input-tag/input-tag.d.ts +6 -6
  36. package/es/list/index.d.ts +3 -3
  37. package/es/list/list.d.ts +1 -1
  38. package/es/mention/index.d.ts +6 -6
  39. package/es/mention/mention.d.ts +2 -2
  40. package/es/menu/item.d.ts +1 -1
  41. package/es/menu/sub-menu-pop.d.ts +1 -1
  42. package/es/pagination/page-jumper.d.ts +3 -3
  43. package/es/pagination/page-options.d.ts +28 -28
  44. package/es/radio/index.d.ts +8 -8
  45. package/es/radio/radio-group.d.ts +2 -2
  46. package/es/radio/radio.d.ts +2 -2
  47. package/es/rate/index.d.ts +9 -9
  48. package/es/rate/rate.d.ts +3 -3
  49. package/es/select/index.d.ts +28 -28
  50. package/es/select/option.d.ts +5 -5
  51. package/es/select/select-dropdown.d.ts +1 -1
  52. package/es/select/select.d.ts +8 -8
  53. package/es/slider/index.d.ts +12 -12
  54. package/es/slider/slider-input.d.ts +3 -3
  55. package/es/slider/slider.d.ts +5 -5
  56. package/es/split/index.d.ts +3 -3
  57. package/es/split/split.d.ts +1 -1
  58. package/es/switch/index.d.ts +3 -3
  59. package/es/switch/switch.d.ts +1 -1
  60. package/es/table/index.d.ts +15 -0
  61. package/es/table/table-operation-td.d.ts +13 -13
  62. package/es/table/table.d.ts +9 -0
  63. package/es/table/table.js +16 -2
  64. package/es/tag/index.d.ts +3 -3
  65. package/es/tag/tag.d.ts +1 -1
  66. package/es/textarea/index.d.ts +6 -6
  67. package/es/textarea/textarea.d.ts +2 -2
  68. package/es/time-picker/index.d.ts +15 -15
  69. package/es/time-picker/time-picker.d.ts +7 -7
  70. package/es/transfer/index.d.ts +22 -22
  71. package/es/transfer/transfer-view.d.ts +8 -8
  72. package/es/transfer/transfer.d.ts +10 -10
  73. package/es/tree/base-node.d.ts +5 -5
  74. package/es/tree/transition-node-list.d.ts +5 -5
  75. package/es/tree-select/index.d.ts +8 -8
  76. package/es/tree-select/tree-select.d.ts +3 -3
  77. package/es/typography/edit-content.d.ts +24 -24
  78. package/es/upload/index.d.ts +3 -3
  79. package/es/upload/upload.d.ts +1 -1
  80. package/es/verification-code/index.d.ts +6 -6
  81. package/es/verification-code/verification-code.d.ts +2 -2
  82. package/json/vetur-attributes.json +2397 -2397
  83. package/json/vetur-tags.json +730 -730
  84. package/json/web-types.json +4781 -4781
  85. package/lib/table/table.js +16 -2
  86. package/package.json +2 -2
package/README.md CHANGED
@@ -1,2 +1,56 @@
1
- # jly-arco-design
2
- 一个基于arco-design二次封装的vue3组件库
1
+ # 更新日志
2
+
3
+ ## 0.0.4
4
+ `2025-12-24`
5
+ ### 新增功能
6
+
7
+ - **Table组件**
8
+ - 新增行头固定行插槽
9
+
10
+ ## 0.0.3
11
+ `2025-12-13`
12
+ ### 新增功能
13
+
14
+ - **Dropdown组件**
15
+ - 新增popupMinHeight配置 用于控制弹出层最小高度
16
+
17
+ ### 问题修复
18
+
19
+ - **Dropdown组件**
20
+ - 修复组件popupMaxHeigh无法识别属性传入的问题
21
+
22
+ ## 0.0.2
23
+ `2025-11-24`
24
+ ### 新增功能
25
+
26
+ - **Dropdown组件**
27
+ - 新增auto-fit-position配置 用于控制弹出层是否自动调整位置
28
+
29
+
30
+ ## ============================浩哥伟大的分割线=======================================
31
+
32
+ ## 2.57.0
33
+
34
+ `2025-03-10`
35
+
36
+ ### 🆕 新增功能
37
+
38
+ - **input:** 新增`prepend`、`append`属性 ([#3452](https://github.com/arco-design/arco-design-vue/pull/3452))
39
+ - **drawer:** 增加 bodyClass 和 bodyStyle ([#3437](https://github.com/arco-design/arco-design-vue/pull/3437))
40
+
41
+ ### 🐛 问题修复
42
+
43
+ - **form:** 修复表单 `id` 属性被消费无法透传问题 ([#3450](https://github.com/arco-design/arco-design-vue/pull/3450))
44
+ - **input:** 修复 input 内 preValue 计算错误问题 ([#3427](https://github.com/arco-design/arco-design-vue/pull/3427))
45
+ - **tabs:** 解决`wheel`事件监听器性能警告 ([#3413](https://github.com/arco-design/arco-design-vue/pull/3413))
46
+ - **tabs:** 优化标签页动态增减时内存释放问题 ([#3413](https://github.com/arco-design/arco-design-vue/pull/3413))
47
+ - **descriptions:** 修复 `span` 分配布局的错误使其更遵循用户配置 ([#3409](https://github.com/arco-design/arco-design-vue/pull/3409))
48
+ - **message:** 修复 message 定位会受到布局影响,从而不显示的问题 ([#3406](https://github.com/arco-design/arco-design-vue/pull/3406))
49
+ - **table:** 修复暗黑模式下固定列选中背景样式透明 ([#3398](https://github.com/arco-design/arco-design-vue/pull/3398))
50
+ - **slider:** 修复拖动更改滑块值在移动端无效 ([#3343](https://github.com/arco-design/arco-design-vue/pull/3343))
51
+
52
+ ### 💎 功能优化
53
+
54
+ - **modal:** 修复执行 onBeforeOk 时错误未传播的问题 ([#3407](https://github.com/arco-design/arco-design-vue/pull/3407))
55
+ - **drawer:** 修复执行 onBeforeOk 时错误未传播的问题 ([#3407](https://github.com/arco-design/arco-design-vue/pull/3407))
56
+ - **popconfirm:** 修复执行 onBeforeOk 时错误未传播的问题 ([#3407](https://github.com/arco-design/arco-design-vue/pull/3407))
package/dist/arco-vue.js CHANGED
@@ -40919,6 +40919,10 @@
40919
40919
  showEmptyTree: {
40920
40920
  type: Boolean,
40921
40921
  default: false
40922
+ },
40923
+ enabledHeaderRowSlot: {
40924
+ type: Boolean,
40925
+ default: false
40922
40926
  }
40923
40927
  },
40924
40928
  emits: {
@@ -40965,7 +40969,8 @@
40965
40969
  draggable,
40966
40970
  summarySpanMethod,
40967
40971
  scrollbar,
40968
- showEmptyTree
40972
+ showEmptyTree,
40973
+ enabledHeaderRowSlot
40969
40974
  } = vue.toRefs(props);
40970
40975
  const prefixCls = getPrefixCls("table");
40971
40976
  const configCtx = vue.inject(configProviderInjectionKey, void 0);
@@ -41876,7 +41881,16 @@
41876
41881
  handleDrop(ev);
41877
41882
  }
41878
41883
  } : {};
41879
- return vue.createVNode(vue.Fragment, null, [vue.createVNode(Tr, vue.mergeProps({
41884
+ return vue.createVNode(vue.Fragment, null, [enabledHeaderRowSlot.value && vue.createVNode(Tr, null, {
41885
+ default: () => {
41886
+ var _a2;
41887
+ return [(_a2 = slots.headerRow) == null ? void 0 : _a2.call(slots, {
41888
+ record: record.raw,
41889
+ dataColumnLength: dataColumns.value.length,
41890
+ operationColumnLength: operations.value.length
41891
+ })];
41892
+ }
41893
+ }), vue.createVNode(Tr, vue.mergeProps({
41880
41894
  "key": currentKey,
41881
41895
  "class": [{
41882
41896
  [`${prefixCls}-tr-draggable`]: dragType.value === "row",