@wx-design/components 1.2.2 → 1.3.0-alpha.2

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 (80) hide show
  1. package/es/core/ConfigProvider/index.d.ts +8 -3
  2. package/es/core/ConfigProvider/index.vue.d.ts +12 -16
  3. package/es/core/Modal/index.vue.d.ts +61 -110
  4. package/es/core/Select/index.vue.d.ts +25 -44
  5. package/es/core/Table/components/CellEditors/Boolean.d.ts +133 -33
  6. package/es/core/Table/components/CellEditors/Cascader.d.ts +8 -11
  7. package/es/core/Table/components/CellEditors/Color.d.ts +4 -7
  8. package/es/core/Table/components/CellEditors/DatePicker.d.ts +3 -8
  9. package/es/core/Table/components/CellEditors/DynamicCell.d.ts +1 -4
  10. package/es/core/Table/components/CellEditors/Image.d.ts +5 -8
  11. package/es/core/Table/components/CellEditors/Input.d.ts +3 -6
  12. package/es/core/Table/components/CellEditors/InputNumber.d.ts +3 -8
  13. package/es/core/Table/components/CellEditors/PopOver.d.ts +2 -5
  14. package/es/core/Table/components/CellEditors/Select.d.ts +9 -12
  15. package/es/core/Table/components/CellEditors/utils.d.ts +1 -1
  16. package/es/core/Table/components/CellRender.d.ts +2 -21
  17. package/es/core/Table/components/FilterTagsDisplay/index.vue.d.ts +37 -0
  18. package/es/core/Table/components/HeaderRender/index.d.ts +10 -8
  19. package/es/core/Table/components/TableSet/ColumnSet.vue.d.ts +476 -26
  20. package/es/core/Table/components/TableSet/index.vue.d.ts +6 -15
  21. package/es/core/Table/components/TableSet/utils.d.ts +1 -1
  22. package/es/core/Table/components/Toolbar/index.vue.d.ts +20 -0
  23. package/es/core/Table/configs/column.d.ts +2 -2
  24. package/es/core/Table/configs/table.d.ts +1 -1
  25. package/es/core/Table/hooks/useTableEvents.d.ts +4 -3
  26. package/es/core/Table/index.d.ts +3 -2
  27. package/es/core/Table/index.vue.d.ts +51 -53
  28. package/es/core/Table/renderer/FilterRender/index.vue.d.ts +13 -11
  29. package/es/core/Table/utils/autoColumnWidth.d.ts +1 -1
  30. package/es/core/Table/utils/footer.d.ts +2 -2
  31. package/es/core/Table/utils/tree-helper.d.ts +1 -1
  32. package/es/index.d.ts +7 -7
  33. package/es/index.mjs +13024 -12633
  34. package/es/locales/lang/bn.d.ts +6 -0
  35. package/es/locales/lang/en.d.ts +6 -0
  36. package/es/locales/lang/vi.d.ts +6 -0
  37. package/es/locales/lang/zh-cn.d.ts +6 -0
  38. package/es/locales/useLocale.d.ts +8 -2
  39. package/es/style.css +1 -1
  40. package/lib/core/ConfigProvider/index.d.ts +8 -3
  41. package/lib/core/ConfigProvider/index.vue.d.ts +12 -16
  42. package/lib/core/Modal/index.vue.d.ts +61 -110
  43. package/lib/core/Select/index.vue.d.ts +25 -44
  44. package/lib/core/Table/components/CellEditors/Boolean.d.ts +133 -33
  45. package/lib/core/Table/components/CellEditors/Cascader.d.ts +8 -11
  46. package/lib/core/Table/components/CellEditors/Color.d.ts +4 -7
  47. package/lib/core/Table/components/CellEditors/DatePicker.d.ts +3 -8
  48. package/lib/core/Table/components/CellEditors/DynamicCell.d.ts +1 -4
  49. package/lib/core/Table/components/CellEditors/Image.d.ts +5 -8
  50. package/lib/core/Table/components/CellEditors/Input.d.ts +3 -6
  51. package/lib/core/Table/components/CellEditors/InputNumber.d.ts +3 -8
  52. package/lib/core/Table/components/CellEditors/PopOver.d.ts +2 -5
  53. package/lib/core/Table/components/CellEditors/Select.d.ts +9 -12
  54. package/lib/core/Table/components/CellEditors/utils.d.ts +1 -1
  55. package/lib/core/Table/components/CellRender.d.ts +2 -21
  56. package/lib/core/Table/components/FilterTagsDisplay/index.vue.d.ts +37 -0
  57. package/lib/core/Table/components/HeaderRender/index.d.ts +10 -8
  58. package/lib/core/Table/components/TableSet/ColumnSet.vue.d.ts +476 -26
  59. package/lib/core/Table/components/TableSet/index.vue.d.ts +6 -15
  60. package/lib/core/Table/components/TableSet/utils.d.ts +1 -1
  61. package/lib/core/Table/components/Toolbar/index.vue.d.ts +20 -0
  62. package/lib/core/Table/configs/column.d.ts +2 -2
  63. package/lib/core/Table/configs/table.d.ts +1 -1
  64. package/lib/core/Table/hooks/useTableEvents.d.ts +4 -3
  65. package/lib/core/Table/index.d.ts +3 -2
  66. package/lib/core/Table/index.vue.d.ts +51 -53
  67. package/lib/core/Table/renderer/FilterRender/index.vue.d.ts +13 -11
  68. package/lib/core/Table/utils/autoColumnWidth.d.ts +1 -1
  69. package/lib/core/Table/utils/footer.d.ts +2 -2
  70. package/lib/core/Table/utils/tree-helper.d.ts +1 -1
  71. package/lib/index.d.ts +7 -7
  72. package/lib/index.js +7 -7
  73. package/lib/locales/lang/bn.d.ts +6 -0
  74. package/lib/locales/lang/en.d.ts +6 -0
  75. package/lib/locales/lang/vi.d.ts +6 -0
  76. package/lib/locales/lang/zh-cn.d.ts +6 -0
  77. package/lib/locales/useLocale.d.ts +8 -2
  78. package/lib/style.css +1 -1
  79. package/package.json +2 -2
  80. package/types/table/table.d.ts +6 -0
@@ -15,6 +15,12 @@ declare const _default: {
15
15
  filter: string;
16
16
  reset: string;
17
17
  };
18
+ filterTags: {
19
+ label: string;
20
+ clearAll: string;
21
+ booleanTrue: string;
22
+ booleanFalse: string;
23
+ };
18
24
  loadingText: string;
19
25
  emptyText: string;
20
26
  total: string;
@@ -15,6 +15,12 @@ declare const _default: {
15
15
  filter: string;
16
16
  reset: string;
17
17
  };
18
+ filterTags: {
19
+ label: string;
20
+ clearAll: string;
21
+ booleanTrue: string;
22
+ booleanFalse: string;
23
+ };
18
24
  loadingText: string;
19
25
  emptyText: string;
20
26
  total: string;
@@ -15,6 +15,12 @@ declare const _default: {
15
15
  filter: string;
16
16
  reset: string;
17
17
  };
18
+ filterTags: {
19
+ label: string;
20
+ clearAll: string;
21
+ booleanTrue: string;
22
+ booleanFalse: string;
23
+ };
18
24
  loadingText: string;
19
25
  emptyText: string;
20
26
  total: string;
@@ -15,6 +15,12 @@ declare const _default: {
15
15
  filter: string;
16
16
  reset: string;
17
17
  };
18
+ filterTags: {
19
+ label: string;
20
+ clearAll: string;
21
+ booleanTrue: string;
22
+ booleanFalse: string;
23
+ };
18
24
  loadingText: string;
19
25
  emptyText: string;
20
26
  total: string;
@@ -1,6 +1,6 @@
1
- import { Ref } from "vue";
1
+ import { Ref } from 'vue';
2
2
  declare const useLocale: (lang: Ref<string>) => {
3
- locale: import("vue").ComputedRef<{
3
+ locale: import('vue').ComputedRef<{
4
4
  sabDesign: {
5
5
  table: {
6
6
  set: {
@@ -17,6 +17,12 @@ declare const useLocale: (lang: Ref<string>) => {
17
17
  filter: string;
18
18
  reset: string;
19
19
  };
20
+ filterTags: {
21
+ label: string;
22
+ clearAll: string;
23
+ booleanTrue: string;
24
+ booleanFalse: string;
25
+ };
20
26
  loadingText: string;
21
27
  emptyText: string;
22
28
  total: string;