@aplus-frontend/ui 0.4.24 → 0.4.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.
Files changed (72) hide show
  1. package/es/src/ap-form/ap-form.vue.d.ts +1 -2
  2. package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  3. package/es/src/ap-form/modal-form/index.vue.d.ts +3 -4
  4. package/es/src/ap-form/search-form/index.vue.d.ts +3 -4
  5. package/es/src/ap-list/index.vue.d.ts +2 -4
  6. package/es/src/ap-table/ap-table.vue.d.ts +2 -4
  7. package/es/src/ap-table/ap-table.vue2.mjs +157 -154
  8. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  9. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  10. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -7
  11. package/es/src/business/ap-attachment/ApAttachment.mjs +31 -31
  12. package/es/src/business/ap-attachment/interface.d.ts +2 -2
  13. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +6 -2
  14. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +36 -32
  15. package/es/src/business/ap-batch-action-group/index.d.ts +16 -7
  16. package/es/src/business/ap-batch-action-group/interface.d.ts +5 -0
  17. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  18. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  19. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  20. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  21. package/es/src/config-provider/config-provider.d.ts +0 -3
  22. package/es/src/config-provider/css-var.d.ts +0 -4
  23. package/es/src/config-provider/css-var.mjs +14 -22
  24. package/es/src/config-provider/index.d.ts +0 -15
  25. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  26. package/es/src/editable-table/index.vue.d.ts +2 -4
  27. package/es/src/locale/lang/en.mjs +4 -2
  28. package/es/src/locale/lang/zh-cn.mjs +3 -2
  29. package/es/src/scroll-view/index.vue.d.ts +5 -5
  30. package/es/src/tests/wrapper.d.ts +4 -4
  31. package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -4
  32. package/es/src/work-order-modal/work-order-modal.vue.mjs +24 -21
  33. package/lib/src/ap-form/ap-form.vue.d.ts +1 -2
  34. package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  35. package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -4
  36. package/lib/src/ap-form/search-form/index.vue.d.ts +3 -4
  37. package/lib/src/ap-list/index.vue.d.ts +2 -4
  38. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  39. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  40. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  41. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  42. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
  43. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  44. package/lib/src/business/ap-attachment/interface.d.ts +2 -2
  45. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +6 -2
  46. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  47. package/lib/src/business/ap-batch-action-group/index.d.ts +16 -7
  48. package/lib/src/business/ap-batch-action-group/interface.d.ts +5 -0
  49. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  50. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  51. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  52. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  53. package/lib/src/config-provider/config-provider.d.ts +0 -3
  54. package/lib/src/config-provider/css-var.d.ts +0 -4
  55. package/lib/src/config-provider/css-var.js +1 -1
  56. package/lib/src/config-provider/index.d.ts +0 -15
  57. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  58. package/lib/src/editable-table/index.vue.d.ts +2 -4
  59. package/lib/src/locale/lang/en.js +1 -1
  60. package/lib/src/locale/lang/zh-cn.js +1 -1
  61. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  62. package/lib/src/tests/wrapper.d.ts +4 -4
  63. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -4
  64. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  65. package/package.json +3 -3
  66. package/theme/ap-scroll-bar/index.css +31 -0
  67. package/theme/ap-scroll-bar/index.less +39 -0
  68. package/theme/ap-table/ap-table.css +2 -2
  69. package/theme/ap-table/ap-table.less +5 -2
  70. package/theme/ap-table-modal/index.css +2 -2
  71. package/theme/index.css +2 -2
  72. package/index.ts +0 -19
package/index.ts DELETED
@@ -1,19 +0,0 @@
1
- import * as components from './src/index';
2
- import { App } from 'vue';
3
- import pathMap from './src/path-map';
4
-
5
- export * from './src/index';
6
- export * from './src/hooks';
7
-
8
- export { pathMap };
9
-
10
- export default {
11
- install: (app: App) => {
12
- for (const c in components) {
13
- const comp = (components as any)[c];
14
- if (comp.install) {
15
- app.use(comp);
16
- }
17
- }
18
- }
19
- };