@aplus-frontend/ui 0.1.23 → 0.1.25

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 (134) hide show
  1. package/es/index.mjs +86 -80
  2. package/es/src/ap-download/ap-download.vue.d.ts +0 -3
  3. package/es/src/ap-download/ap-download.vue.mjs +10 -10
  4. package/es/src/ap-field/number/index.vue.mjs +20 -19
  5. package/es/src/ap-form/ap-form-item.vue.mjs +27 -25
  6. package/es/src/ap-form/ap-form.vue.d.ts +1 -1
  7. package/es/src/ap-form/ap-form.vue2.mjs +18 -18
  8. package/es/src/ap-form/interface.d.ts +2 -2
  9. package/es/src/ap-form/modal-form/index.vue.d.ts +2 -2
  10. package/es/src/ap-form/search-form/index.vue.d.ts +2 -2
  11. package/es/src/ap-form/search-form/index.vue.mjs +1 -0
  12. package/es/src/ap-layout/ApInfoLayout.vue.d.ts +81 -0
  13. package/es/src/ap-layout/ApInfoLayout.vue.mjs +41 -0
  14. package/es/src/ap-layout/ApInfoLayout.vue2.mjs +4 -0
  15. package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +48 -0
  16. package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs +4 -0
  17. package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +42 -0
  18. package/es/src/ap-layout/{ap-info-layout → ap-info-layout-aplus}/ap-info-layout.vue.d.ts +3 -3
  19. package/es/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue.mjs +4 -0
  20. package/es/src/ap-layout/index.d.ts +2 -1
  21. package/es/src/ap-layout/index.mjs +2 -1
  22. package/es/src/ap-layout/interface.d.ts +8 -2
  23. package/es/src/ap-layout/interface.mjs +1 -0
  24. package/es/src/ap-layout/style/ap-info-layout.css +17 -0
  25. package/es/src/ap-table/utils.mjs +1 -1
  26. package/es/src/business/ap-attachment/ApAttachment.d.ts +97 -0
  27. package/es/src/business/ap-attachment/ApAttachment.mjs +82 -0
  28. package/es/src/business/ap-attachment/constans.d.ts +44 -0
  29. package/es/src/business/ap-attachment/constans.mjs +42 -0
  30. package/es/src/business/ap-attachment/index.d.ts +3 -0
  31. package/es/src/business/ap-attachment/interface.d.ts +13 -0
  32. package/es/src/business/ap-attachment/style.css +62 -0
  33. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +2 -0
  34. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +37 -24
  35. package/es/src/business/ap-input-radio/interface.d.ts +9 -2
  36. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +159 -0
  37. package/es/src/business/ap-ladder/ApLadder.vue.mjs +4 -0
  38. package/es/src/business/ap-ladder/ApLadder.vue2.mjs +146 -0
  39. package/es/src/business/ap-ladder/interface.d.ts +92 -0
  40. package/es/src/business/ap-ladder/style.css +56 -0
  41. package/es/src/business/hooks/index.d.ts +2 -0
  42. package/es/src/business/hooks/index.mjs +6 -0
  43. package/es/src/business/hooks/usePageListApTable.d.ts +46 -0
  44. package/es/src/business/hooks/usePageListApTable.mjs +68 -0
  45. package/es/src/business/hooks/useTableRefresh.d.ts +18 -0
  46. package/es/src/business/hooks/useTableRefresh.mjs +16 -0
  47. package/es/src/business/index.d.ts +835 -5
  48. package/es/src/business/index.mjs +34 -28
  49. package/es/src/components.d.ts +1 -0
  50. package/es/src/editable-table/form-item.vue.mjs +80 -77
  51. package/es/src/editable-table/hooks/use-get-columns.mjs +30 -30
  52. package/es/src/editable-table/interface.d.ts +2 -2
  53. package/es/src/index.mjs +219 -213
  54. package/es/src/locale/lang/en.mjs +4 -0
  55. package/es/src/locale/lang/zh-cn.mjs +4 -0
  56. package/es/src/theme/antd-global-overwrite/aplus/index.css +8 -0
  57. package/es/src/theme/antd-global-overwrite/aplus/table.css +8 -0
  58. package/es/src/theme/ap-attachment/ap-attachment.css +62 -0
  59. package/es/src/theme/ap-ladder/ap-ladder.css +56 -0
  60. package/es/src/theme/ap-layout/ap-info-layout.css +17 -0
  61. package/lib/index.js +1 -1
  62. package/lib/src/ap-download/ap-download.vue.d.ts +0 -3
  63. package/lib/src/ap-download/ap-download.vue.js +1 -1
  64. package/lib/src/ap-field/number/index.vue.js +1 -1
  65. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  66. package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
  67. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  68. package/lib/src/ap-form/interface.d.ts +2 -2
  69. package/lib/src/ap-form/modal-form/index.vue.d.ts +2 -2
  70. package/lib/src/ap-form/search-form/index.vue.d.ts +2 -2
  71. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  72. package/lib/src/ap-layout/ApInfoLayout.vue.d.ts +81 -0
  73. package/lib/src/ap-layout/ApInfoLayout.vue.js +1 -0
  74. package/lib/src/ap-layout/ApInfoLayout.vue2.js +1 -0
  75. package/lib/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +48 -0
  76. package/lib/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.js +1 -0
  77. package/lib/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +1 -0
  78. package/lib/src/ap-layout/{ap-info-layout → ap-info-layout-aplus}/ap-info-layout.vue.d.ts +3 -3
  79. package/lib/src/ap-layout/{ap-info-layout/ap-info-layout.vue2.js → ap-info-layout-aplus/ap-info-layout.vue.js} +1 -1
  80. package/lib/src/ap-layout/index.d.ts +2 -1
  81. package/lib/src/ap-layout/index.js +1 -1
  82. package/lib/src/ap-layout/interface.d.ts +8 -2
  83. package/lib/src/ap-layout/interface.js +1 -0
  84. package/lib/src/ap-layout/style/ap-info-layout.css +17 -0
  85. package/lib/src/ap-table/utils.js +1 -1
  86. package/lib/src/business/ap-attachment/ApAttachment.d.ts +97 -0
  87. package/lib/src/business/ap-attachment/ApAttachment.js +1 -0
  88. package/lib/src/business/ap-attachment/constans.d.ts +44 -0
  89. package/lib/src/business/ap-attachment/constans.js +1 -0
  90. package/lib/src/business/ap-attachment/index.d.ts +3 -0
  91. package/lib/src/business/ap-attachment/interface.d.ts +13 -0
  92. package/lib/src/business/ap-attachment/style.css +62 -0
  93. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +2 -0
  94. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  95. package/lib/src/business/ap-input-radio/interface.d.ts +9 -2
  96. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +159 -0
  97. package/lib/src/business/ap-ladder/ApLadder.vue.js +1 -0
  98. package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -0
  99. package/lib/src/business/ap-ladder/interface.d.ts +92 -0
  100. package/lib/src/business/ap-ladder/style.css +56 -0
  101. package/lib/src/business/hooks/index.d.ts +2 -0
  102. package/lib/src/business/hooks/index.js +1 -0
  103. package/lib/src/business/hooks/usePageListApTable.d.ts +46 -0
  104. package/lib/src/business/hooks/usePageListApTable.js +1 -0
  105. package/lib/src/business/hooks/useTableRefresh.d.ts +18 -0
  106. package/lib/src/business/hooks/useTableRefresh.js +1 -0
  107. package/lib/src/business/index.d.ts +835 -5
  108. package/lib/src/business/index.js +1 -1
  109. package/lib/src/components.d.ts +1 -0
  110. package/lib/src/editable-table/form-item.vue.js +1 -1
  111. package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
  112. package/lib/src/editable-table/interface.d.ts +2 -2
  113. package/lib/src/index.js +1 -1
  114. package/lib/src/locale/lang/en.js +1 -1
  115. package/lib/src/locale/lang/zh-cn.js +1 -1
  116. package/lib/src/theme/antd-global-overwrite/aplus/index.css +8 -0
  117. package/lib/src/theme/antd-global-overwrite/aplus/table.css +8 -0
  118. package/lib/src/theme/ap-attachment/ap-attachment.css +62 -0
  119. package/lib/src/theme/ap-ladder/ap-ladder.css +56 -0
  120. package/lib/src/theme/ap-layout/ap-info-layout.css +17 -0
  121. package/package.json +2 -2
  122. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue2.mjs +0 -4
  123. /package/es/src/ap-layout/{ap-info-layout/ap-info-layout.vue.mjs → ap-info-layout-aplus/ap-info-layout.vue2.mjs} +0 -0
  124. /package/es/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue.d.ts +0 -0
  125. /package/es/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue.mjs +0 -0
  126. /package/es/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue2.mjs +0 -0
  127. /package/es/src/business/{expandAlert → ap-expand-alert}/interface.d.ts +0 -0
  128. /package/es/src/business/{expandAlert → ap-expand-alert}/style.css +0 -0
  129. /package/lib/src/ap-layout/{ap-info-layout/ap-info-layout.vue.js → ap-info-layout-aplus/ap-info-layout.vue2.js} +0 -0
  130. /package/lib/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue.d.ts +0 -0
  131. /package/lib/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue.js +0 -0
  132. /package/lib/src/business/{expandAlert → ap-expand-alert}/ApExpandAlert.vue2.js +0 -0
  133. /package/lib/src/business/{expandAlert → ap-expand-alert}/interface.d.ts +0 -0
  134. /package/lib/src/business/{expandAlert → ap-expand-alert}/style.css +0 -0
package/es/src/index.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  import { Icon as n, SvgIcon as A } from "./icon/index.mjs";
2
2
  import { APConfigProvider as T } from "./config-provider/index.mjs";
3
3
  import { Scrollbar as C } from "./scroll-bar/index.mjs";
4
- import { CollapseContainer as b, ScrollContainer as I } from "./container/index.mjs";
5
- import { IconPicker as D } from "./icon-picker/index.mjs";
4
+ import { CollapseContainer as S, ScrollContainer as I } from "./container/index.mjs";
5
+ import { IconPicker as P } from "./icon-picker/index.mjs";
6
6
  import "./locale/index.mjs";
7
- import { BasicArrow as h, BasicHelp as M, BasicTitle as R } from "./basic/index.mjs";
8
- import { ExpandTransition as v, ExpandXTransition as B, FadeTransition as w, ScaleRotateTransition as k, ScaleTransition as L, ScrollXReverseTransition as N, ScrollXTransition as y, ScrollYReverseTransition as E, ScrollYTransition as K, SlideXReverseTransition as X, SlideXTransition as Y, SlideYReverseTransition as H, SlideYTransition as O } from "./transition/index.mjs";
7
+ import { BasicArrow as D, BasicHelp as R, BasicTitle as M } from "./basic/index.mjs";
8
+ import { ExpandTransition as v, ExpandXTransition as B, FadeTransition as L, ScaleRotateTransition as w, ScaleTransition as k, ScrollXReverseTransition as N, ScrollXTransition as y, ScrollYReverseTransition as E, ScrollYTransition as K, SlideXReverseTransition as X, SlideXTransition as Y, SlideYReverseTransition as H, SlideYTransition as O } from "./transition/index.mjs";
9
9
  import { Description as z } from "./description/index.mjs";
10
10
  import { Field as j } from "./pro-form/index.mjs";
11
11
  import { BaseButton as J } from "./base-button/index.mjs";
@@ -26,181 +26,185 @@ import "./ap-tag/index.mjs";
26
26
  import "./ap-layout/index.mjs";
27
27
  import "./ap-upload/index.mjs";
28
28
  import "./ap-download/index.mjs";
29
- import { CheckCard as So } from "./check-card/index.mjs";
29
+ import { CheckCard as bo } from "./check-card/index.mjs";
30
30
  import { ApModal as Io } from "./ap-modal/index.mjs";
31
31
  import "./ap-list/index.mjs";
32
- import { ApBatchAction as Do, ApBatchActionGroup as Po, ApExpandAlert as ho, ApExportGroup as Mo, ApImage as Ro, ApInputRadio as Go, ApLabel as vo, ApLabelGroup as Bo, ApSelectLayout as wo, ApStatus as ko, ApStatusGroup as Lo, ApTitle as No } from "./business/index.mjs";
32
+ import { ApAttachment as Po, ApBatchAction as ho, ApBatchActionGroup as Do, ApExpandAlert as Ro, ApExportGroup as Mo, ApImage as Go, ApInputRadio as vo, ApLabel as Bo, ApLabelGroup as Lo, ApLadder as wo, ApSelectLayout as ko, ApStatus as No, ApStatusGroup as yo, ApTitle as Eo } from "./business/index.mjs";
33
33
  import "./ap-table/index.mjs";
34
34
  import "./editable-table/index.mjs";
35
35
  import "./ap-descriptions/index.mjs";
36
- import { configProviderProps as Eo } from "./config-provider/config-provider-props.mjs";
37
- import { configProviderContextKey as Xo, tableDefaultConfig as Yo } from "./config-provider/constants.mjs";
38
- import { keysOf as Oo, provideGlobalConfig as Wo, useGlobalConfig as zo } from "./config-provider/hooks/use-global-config.mjs";
39
- import { buildLocaleContext as jo, buildTranslator as qo, localeContextKey as Jo, translate as Qo, useLocale as Vo } from "./config-provider/hooks/use-locale.mjs";
40
- import { defaultNamespace as _o, namespaceContextKey as $o, useGetDerivedNamespace as oe, useNamespace as ee } from "./config-provider/hooks/use-namespace.mjs";
41
- import { ConfigProvider as te, globalConfigCached as ae } from "./config-provider/config-provider.mjs";
42
- import { default as fe } from "./locale/lang/zh-cn.mjs";
43
- import { default as le } from "./locale/lang/en.mjs";
44
- import { default as se } from "./transition/collapse-transition.vue.mjs";
45
- import { useDescription as ie } from "./description/use-description.mjs";
46
- import { useComponentRegister as ne } from "./pro-form/hooks/use-component-register.mjs";
47
- import { useForm as ce } from "./pro-form/hooks/use-form.mjs";
48
- import { isComponentFormSchema as Fe, isSlotFormSchema as Ce } from "./pro-form/types/form.mjs";
49
- import { default as be } from "./pro-form/components/api-cascader.vue.mjs";
50
- import { default as ge } from "./pro-form/components/api-radio-group.vue.mjs";
51
- import { default as Pe } from "./pro-form/components/api-select.vue.mjs";
52
- import { default as Me } from "./pro-form/components/api-transfer.vue.mjs";
53
- import { default as Ge } from "./pro-form/components/api-tree.vue.mjs";
54
- import { default as Be } from "./pro-form/components/radio-button-group.vue.mjs";
55
- import { default as ke } from "./pro-form/pro-form.vue.mjs";
56
- import { default as Ne } from "./pro-form/components/api-tree-select.vue.mjs";
57
- import { default as Ee } from "./pro-form/table-form.vue.mjs";
58
- import { default as Xe } from "./pro-form/table-form-inner.vue.mjs";
59
- import { default as He } from "./base-button/modal-button.vue.mjs";
60
- import { default as We } from "./base-button/pop-confirm-button.vue.mjs";
61
- import { useModalContext as Ue } from "./modal/hooks/use-modal-context.mjs";
62
- import { useModal as qe, useModalInner as Je } from "./modal/hooks/use-modal.mjs";
63
- import { default as Ve } from "./pro-table/pro-table.vue.mjs";
64
- import { default as _e } from "./pro-table/components/table-action.vue.mjs";
65
- import { default as or } from "./pro-table/components/edit-table-header-icon.vue.mjs";
66
- import { default as rr } from "./pro-table/components/table-image.vue.mjs";
67
- import { useTable as ar } from "./pro-table/hooks/use-table.mjs";
68
- import { ApFormItemText as fr } from "./ap-form/items/text/index.mjs";
69
- import { default as lr } from "./ap-form/items/text-area/index.vue.mjs";
70
- import { default as sr } from "./ap-form/items/number/index.vue.mjs";
71
- import { default as ir } from "./ap-form/items/date/index.vue.mjs";
72
- import { default as nr } from "./ap-form/items/date-range/index.vue.mjs";
73
- import { default as cr } from "./ap-form/items/radio/index.vue.mjs";
74
- import { default as Fr } from "./ap-form/items/select/index.vue.mjs";
75
- import { default as Sr } from "./ap-form/items/switch/index.vue.mjs";
76
- import { default as Ir } from "./ap-form/items/checkbox/index.vue.mjs";
36
+ import { configProviderProps as Xo } from "./config-provider/config-provider-props.mjs";
37
+ import { configProviderContextKey as Ho, tableDefaultConfig as Oo } from "./config-provider/constants.mjs";
38
+ import { keysOf as zo, provideGlobalConfig as Uo, useGlobalConfig as jo } from "./config-provider/hooks/use-global-config.mjs";
39
+ import { buildLocaleContext as Jo, buildTranslator as Qo, localeContextKey as Vo, translate as Zo, useLocale as _o } from "./config-provider/hooks/use-locale.mjs";
40
+ import { defaultNamespace as oe, namespaceContextKey as ee, useGetDerivedNamespace as re, useNamespace as te } from "./config-provider/hooks/use-namespace.mjs";
41
+ import { ConfigProvider as pe, globalConfigCached as fe } from "./config-provider/config-provider.mjs";
42
+ import { default as le } from "./locale/lang/zh-cn.mjs";
43
+ import { default as se } from "./locale/lang/en.mjs";
44
+ import { default as ie } from "./transition/collapse-transition.vue.mjs";
45
+ import { useDescription as ne } from "./description/use-description.mjs";
46
+ import { useComponentRegister as ce } from "./pro-form/hooks/use-component-register.mjs";
47
+ import { useForm as Fe } from "./pro-form/hooks/use-form.mjs";
48
+ import { isComponentFormSchema as be, isSlotFormSchema as Se } from "./pro-form/types/form.mjs";
49
+ import { default as ge } from "./pro-form/components/api-cascader.vue.mjs";
50
+ import { default as he } from "./pro-form/components/api-radio-group.vue.mjs";
51
+ import { default as Re } from "./pro-form/components/api-select.vue.mjs";
52
+ import { default as Ge } from "./pro-form/components/api-transfer.vue.mjs";
53
+ import { default as Be } from "./pro-form/components/api-tree.vue.mjs";
54
+ import { default as we } from "./pro-form/components/radio-button-group.vue.mjs";
55
+ import { default as Ne } from "./pro-form/pro-form.vue.mjs";
56
+ import { default as Ee } from "./pro-form/components/api-tree-select.vue.mjs";
57
+ import { default as Xe } from "./pro-form/table-form.vue.mjs";
58
+ import { default as He } from "./pro-form/table-form-inner.vue.mjs";
59
+ import { default as We } from "./base-button/modal-button.vue.mjs";
60
+ import { default as Ue } from "./base-button/pop-confirm-button.vue.mjs";
61
+ import { useModalContext as qe } from "./modal/hooks/use-modal-context.mjs";
62
+ import { useModal as Qe, useModalInner as Ve } from "./modal/hooks/use-modal.mjs";
63
+ import { default as _e } from "./pro-table/pro-table.vue.mjs";
64
+ import { default as or } from "./pro-table/components/table-action.vue.mjs";
65
+ import { default as rr } from "./pro-table/components/edit-table-header-icon.vue.mjs";
66
+ import { default as ar } from "./pro-table/components/table-image.vue.mjs";
67
+ import { useTable as fr } from "./pro-table/hooks/use-table.mjs";
68
+ import { ApFormItemText as lr } from "./ap-form/items/text/index.mjs";
69
+ import { default as sr } from "./ap-form/items/text-area/index.vue.mjs";
70
+ import { default as ir } from "./ap-form/items/number/index.vue.mjs";
71
+ import { default as nr } from "./ap-form/items/date/index.vue.mjs";
72
+ import { default as cr } from "./ap-form/items/date-range/index.vue.mjs";
73
+ import { default as Fr } from "./ap-form/items/radio/index.vue.mjs";
74
+ import { default as br } from "./ap-form/items/select/index.vue.mjs";
75
+ import { default as Ir } from "./ap-form/items/switch/index.vue.mjs";
76
+ import { default as Pr } from "./ap-form/items/checkbox/index.vue.mjs";
77
77
  import { default as Dr } from "./ap-form/items/text/password.vue.mjs";
78
- import { default as hr } from "./ap-form/ap-form-item.vue.mjs";
79
- import { default as Rr } from "./ap-form/ap-form-item-group/index.vue.mjs";
80
- import { default as vr } from "./ap-form/ap-form-list.vue.mjs";
81
- import { default as wr } from "./ap-form/search-form/index.vue.mjs";
82
- import { default as Lr } from "./ap-form/modal-form/index.vue.mjs";
83
- import { ApFieldText as yr } from "./ap-field/text/index.mjs";
84
- import { default as Kr } from "./ap-field/checkbox/index.vue.mjs";
85
- import { default as Yr } from "./ap-field/date/index.vue.mjs";
86
- import { default as Or } from "./ap-field/number/index.vue.mjs";
87
- import { default as zr } from "./ap-field/radio/index.vue.mjs";
88
- import { default as jr } from "./ap-field/switch/index.vue.mjs";
89
- import { default as Jr } from "./ap-field/text-area/index.vue.mjs";
90
- import { default as Vr } from "./ap-field/date-range/index.vue.mjs";
91
- import { default as _r } from "./ap-field/select/index.vue.mjs";
92
- import { default as ot } from "./ap-field/text/password.vue.mjs";
93
- import { default as rt } from "./ap-field/slider/index.vue.mjs";
94
- import { default as at } from "./ap-field/segmented/index.vue.mjs";
95
- import { default as ft } from "./ap-field/rate/index.vue.mjs";
96
- import { default as lt } from "./ap-action/item-modal/index.vue.mjs";
97
- import { default as st } from "./ap-action/item-popconfirm/index.vue.mjs";
98
- import { default as it } from "./ap-action/item-dropdown/index.vue.mjs";
99
- import { default as nt } from "./ap-action/group/index.vue.mjs";
100
- import { generateTableList as ct } from "./ap-custom-column/utils.mjs";
101
- import { useCacheColumnSetting as Ft } from "./ap-custom-column/useCacheColumnSetting.mjs";
102
- import { default as St } from "./ap-custom-column/custom-column.vue.mjs";
103
- import { default as It } from "./ap-custom-column/column-select.vue.mjs";
78
+ import { default as Mr } from "./ap-form/ap-form-item.vue.mjs";
79
+ import { default as vr } from "./ap-form/ap-form-item-group/index.vue.mjs";
80
+ import { default as Lr } from "./ap-form/ap-form-list.vue.mjs";
81
+ import { default as kr } from "./ap-form/search-form/index.vue.mjs";
82
+ import { default as yr } from "./ap-form/modal-form/index.vue.mjs";
83
+ import { ApFieldText as Kr } from "./ap-field/text/index.mjs";
84
+ import { default as Yr } from "./ap-field/checkbox/index.vue.mjs";
85
+ import { default as Or } from "./ap-field/date/index.vue.mjs";
86
+ import { default as zr } from "./ap-field/number/index.vue.mjs";
87
+ import { default as jr } from "./ap-field/radio/index.vue.mjs";
88
+ import { default as Jr } from "./ap-field/switch/index.vue.mjs";
89
+ import { default as Vr } from "./ap-field/text-area/index.vue.mjs";
90
+ import { default as _r } from "./ap-field/date-range/index.vue.mjs";
91
+ import { default as ot } from "./ap-field/select/index.vue.mjs";
92
+ import { default as rt } from "./ap-field/text/password.vue.mjs";
93
+ import { default as at } from "./ap-field/slider/index.vue.mjs";
94
+ import { default as ft } from "./ap-field/segmented/index.vue.mjs";
95
+ import { default as lt } from "./ap-field/rate/index.vue.mjs";
96
+ import { default as st } from "./ap-action/item-modal/index.vue.mjs";
97
+ import { default as it } from "./ap-action/item-popconfirm/index.vue.mjs";
98
+ import { default as nt } from "./ap-action/item-dropdown/index.vue.mjs";
99
+ import { default as ct } from "./ap-action/group/index.vue.mjs";
100
+ import { generateTableList as Ft } from "./ap-custom-column/utils.mjs";
101
+ import { useCacheColumnSetting as bt } from "./ap-custom-column/useCacheColumnSetting.mjs";
102
+ import { default as It } from "./ap-custom-column/custom-column.vue.mjs";
103
+ import { default as Pt } from "./ap-custom-column/column-select.vue.mjs";
104
104
  import { DictCode as Dt } from "./work-order-modal/interfaces.mjs";
105
- import { createWorkOrderModal as ht } from "./work-order-modal/createWorkOrder.mjs";
106
- import { default as Rt } from "./work-order-modal/work-order-modal.vue.mjs";
107
- import { default as vt } from "./ap-tag/ap-tag.vue.mjs";
108
- import { default as wt } from "./ap-tag/ap-tag-group.vue.mjs";
109
- import { default as Lt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
110
- import { NeedNameKeyDefault as yt } from "./ap-upload/apUploadTypes.mjs";
111
- import { default as Kt } from "./ap-upload/apUpload.vue.mjs";
112
- import { ApDownLoadNeedNameKeyDefault as Yt } from "./ap-download/interface.mjs";
113
- import { default as Ot } from "./ap-download/ap-download.vue.mjs";
114
- import { default as zt } from "./check-card/group.vue.mjs";
115
- import { default as jt } from "./ap-list/index.vue.mjs";
116
- import { default as Jt } from "./business/ap-table-modal/index.mjs";
117
- import { useTableModal as Vt } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
118
- import { useTableSelectModal as _t } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
119
- import { ApTransformDataHelper as oa } from "./utils/ap-trans-data/index.mjs";
120
- import { useTablePaging as ra } from "./ap-table/hooks/use-table-paging.mjs";
121
- import { default as aa } from "./ap-table/ap-table.vue.mjs";
122
- import { default as fa } from "./editable-table/index.vue.mjs";
123
- import { default as la } from "./editable-table/form-item.vue.mjs";
124
- import { default as sa } from "./ap-descriptions/ap-descriptions.vue.mjs";
105
+ import { createWorkOrderModal as Mt } from "./work-order-modal/createWorkOrder.mjs";
106
+ import { default as vt } from "./work-order-modal/work-order-modal.vue.mjs";
107
+ import { default as Lt } from "./ap-tag/ap-tag.vue.mjs";
108
+ import { default as kt } from "./ap-tag/ap-tag-group.vue.mjs";
109
+ import { default as yt } from "./ap-layout/ApInfoLayout.vue.mjs";
110
+ import { NeedNameKeyDefault as Kt } from "./ap-upload/apUploadTypes.mjs";
111
+ import { default as Yt } from "./ap-upload/apUpload.vue.mjs";
112
+ import { ApDownLoadNeedNameKeyDefault as Ot } from "./ap-download/interface.mjs";
113
+ import { default as zt } from "./ap-download/ap-download.vue.mjs";
114
+ import { default as jt } from "./check-card/group.vue.mjs";
115
+ import { default as Jt } from "./ap-list/index.vue.mjs";
116
+ import { usePageListApTable as Vt } from "./business/hooks/usePageListApTable.mjs";
117
+ import { useTableRefresh as _t } from "./business/hooks/useTableRefresh.mjs";
118
+ import { default as oa } from "./business/ap-table-modal/index.mjs";
119
+ import { useTableModal as ra } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
120
+ import { useTableSelectModal as aa } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
121
+ import { ApTransformDataHelper as fa } from "./utils/ap-trans-data/index.mjs";
122
+ import { useTablePaging as la } from "./ap-table/hooks/use-table-paging.mjs";
123
+ import { default as sa } from "./ap-table/ap-table.vue.mjs";
124
+ import { default as ia } from "./editable-table/index.vue.mjs";
125
+ import { default as na } from "./editable-table/form-item.vue.mjs";
126
+ import { default as ca } from "./ap-descriptions/ap-descriptions.vue.mjs";
125
127
  export {
126
128
  T as APConfigProvider,
127
- nt as ApActionGroup,
129
+ ct as ApActionGroup,
128
130
  Fo as ApActionItem,
129
- it as ApActionItemDropdown,
130
- lt as ApActionItemModal,
131
- st as ApActionItemPopconfirm,
132
- Do as ApBatchAction,
133
- Po as ApBatchActionGroup,
134
- St as ApCustomColumn,
135
- It as ApCustomSelect,
136
- sa as ApDescriptions,
137
- Yt as ApDownLoadNeedNameKeyDefault,
138
- Ot as ApDownload,
139
- ho as ApExpandAlert,
131
+ nt as ApActionItemDropdown,
132
+ st as ApActionItemModal,
133
+ it as ApActionItemPopconfirm,
134
+ Po as ApAttachment,
135
+ ho as ApBatchAction,
136
+ Do as ApBatchActionGroup,
137
+ It as ApCustomColumn,
138
+ Pt as ApCustomSelect,
139
+ ca as ApDescriptions,
140
+ Ot as ApDownLoadNeedNameKeyDefault,
141
+ zt as ApDownload,
142
+ Ro as ApExpandAlert,
140
143
  Mo as ApExportGroup,
141
144
  uo as ApField,
142
- Kr as ApFieldCheckbox,
143
- Yr as ApFieldDate,
144
- Vr as ApFieldDateRange,
145
- Or as ApFieldNumber,
146
- ot as ApFieldPassword,
147
- zr as ApFieldRadio,
148
- ft as ApFieldRate,
149
- at as ApFieldSegmented,
150
- _r as ApFieldSelect,
151
- rt as ApFieldSlider,
152
- jr as ApFieldSwitch,
153
- yr as ApFieldText,
154
- Jr as ApFieldTextArea,
145
+ Yr as ApFieldCheckbox,
146
+ Or as ApFieldDate,
147
+ _r as ApFieldDateRange,
148
+ zr as ApFieldNumber,
149
+ rt as ApFieldPassword,
150
+ jr as ApFieldRadio,
151
+ lt as ApFieldRate,
152
+ ft as ApFieldSegmented,
153
+ ot as ApFieldSelect,
154
+ at as ApFieldSlider,
155
+ Jr as ApFieldSwitch,
156
+ Kr as ApFieldText,
157
+ Vr as ApFieldTextArea,
155
158
  xo as ApForm,
156
- hr as ApFormItem,
157
- Ir as ApFormItemCheckbox,
158
- ir as ApFormItemDate,
159
- nr as ApFormItemDateRange,
160
- Rr as ApFormItemGroup,
161
- sr as ApFormItemNumber,
162
- cr as ApFormItemRadio,
163
- Fr as ApFormItemSelect,
164
- Sr as ApFormItemSwitch,
165
- fr as ApFormItemText,
166
- lr as ApFormItemTextArea,
159
+ Mr as ApFormItem,
160
+ Pr as ApFormItemCheckbox,
161
+ nr as ApFormItemDate,
162
+ cr as ApFormItemDateRange,
163
+ vr as ApFormItemGroup,
164
+ ir as ApFormItemNumber,
165
+ Fr as ApFormItemRadio,
166
+ br as ApFormItemSelect,
167
+ Ir as ApFormItemSwitch,
168
+ lr as ApFormItemText,
169
+ sr as ApFormItemTextArea,
167
170
  Dr as ApFormItemTextPassword,
168
- vr as ApFormList,
169
- Lr as ApFormModalForm,
170
- wr as ApFormSearchForm,
171
- Ro as ApImage,
172
- Lt as ApInfoLayout,
173
- Go as ApInputRadio,
174
- vo as ApLabel,
175
- Bo as ApLabelGroup,
176
- jt as ApList,
171
+ Lr as ApFormList,
172
+ yr as ApFormModalForm,
173
+ kr as ApFormSearchForm,
174
+ Go as ApImage,
175
+ yt as ApInfoLayout,
176
+ vo as ApInputRadio,
177
+ Bo as ApLabel,
178
+ Lo as ApLabelGroup,
179
+ wo as ApLadder,
180
+ Jt as ApList,
177
181
  Io as ApModal,
178
- wo as ApSelectLayout,
179
- ko as ApStatus,
180
- Lo as ApStatusGroup,
181
- aa as ApTable,
182
- Jt as ApTableModal,
183
- vt as ApTag,
184
- wt as ApTagGroup,
185
- No as ApTitle,
186
- oa as ApTransformDataHelper,
187
- Kt as ApUpload,
188
- be as ApiCascader,
189
- ge as ApiRadioGroup,
190
- Pe as ApiSelect,
191
- Me as ApiTransfer,
192
- Ge as ApiTree,
193
- Ne as ApiTreeSelect,
182
+ ko as ApSelectLayout,
183
+ No as ApStatus,
184
+ yo as ApStatusGroup,
185
+ sa as ApTable,
186
+ oa as ApTableModal,
187
+ Lt as ApTag,
188
+ kt as ApTagGroup,
189
+ Eo as ApTitle,
190
+ fa as ApTransformDataHelper,
191
+ Yt as ApUpload,
192
+ ge as ApiCascader,
193
+ he as ApiRadioGroup,
194
+ Re as ApiSelect,
195
+ Ge as ApiTransfer,
196
+ Be as ApiTree,
197
+ Ee as ApiTreeSelect,
194
198
  J as BaseButton,
195
199
  _ as BaseModal,
196
- h as BasicArrow,
197
- M as BasicHelp,
198
- R as BasicTitle,
199
- So as CheckCard,
200
- zt as CheckCardGroup,
201
- b as CollapseContainer,
202
- se as CollapseTransition,
203
- te as ConfigProvider,
200
+ D as BasicArrow,
201
+ R as BasicHelp,
202
+ M as BasicTitle,
203
+ bo as CheckCard,
204
+ jt as CheckCardGroup,
205
+ S as CollapseContainer,
206
+ ie as CollapseTransition,
207
+ pe as ConfigProvider,
204
208
  to as CountdownButton,
205
209
  ao as CountdownInput,
206
210
  oo as CropperAvatar,
@@ -208,25 +212,25 @@ export {
208
212
  z as Description,
209
213
  Dt as DictCode,
210
214
  lo as Dropdown,
211
- or as EditTableHeaderIcon,
212
- fa as EditableTable,
213
- la as EditableTableFormItem,
215
+ rr as EditTableHeaderIcon,
216
+ ia as EditableTable,
217
+ na as EditableTableFormItem,
214
218
  v as ExpandTransition,
215
219
  B as ExpandXTransition,
216
- w as FadeTransition,
220
+ L as FadeTransition,
217
221
  j as Field,
218
222
  n as Icon,
219
- D as IconPicker,
220
- He as ModalButton,
221
- yt as NeedNameKeyDefault,
222
- We as PopConfirmButton,
223
- ke as ProForm,
224
- Ve as ProTable,
225
- Ee as ProTableForm,
226
- Xe as ProTableFormInner,
227
- Be as RadioButtonGroup,
228
- k as ScaleRotateTransition,
229
- L as ScaleTransition,
223
+ P as IconPicker,
224
+ We as ModalButton,
225
+ Kt as NeedNameKeyDefault,
226
+ Ue as PopConfirmButton,
227
+ Ne as ProForm,
228
+ _e as ProTable,
229
+ Xe as ProTableForm,
230
+ He as ProTableFormInner,
231
+ we as RadioButtonGroup,
232
+ w as ScaleRotateTransition,
233
+ k as ScaleTransition,
230
234
  I as ScrollContainer,
231
235
  N as ScrollXReverseTransition,
232
236
  y as ScrollXTransition,
@@ -239,43 +243,45 @@ export {
239
243
  O as SlideYTransition,
240
244
  V as StrengthMeter,
241
245
  A as SvgIcon,
242
- _e as TableAction,
243
- rr as TableImg,
244
- Rt as WorkOrderModal,
246
+ or as TableAction,
247
+ ar as TableImg,
248
+ vt as WorkOrderModal,
245
249
  Ao as adminToken,
246
250
  co as aplusToken,
247
- jo as buildLocaleContext,
248
- qo as buildTranslator,
249
- Xo as configProviderContextKey,
250
- Eo as configProviderProps,
251
+ Jo as buildLocaleContext,
252
+ Qo as buildTranslator,
253
+ Ho as configProviderContextKey,
254
+ Xo as configProviderProps,
251
255
  fo as createPrompt,
252
- ht as createWorkOrderModal,
253
- _o as defaultNamespace,
254
- le as en,
255
- ct as generateTableList,
256
- ae as globalConfigCached,
257
- Fe as isComponentFormSchema,
258
- Ce as isSlotFormSchema,
259
- Oo as keysOf,
260
- Jo as localeContextKey,
261
- $o as namespaceContextKey,
262
- Wo as provideGlobalConfig,
263
- Yo as tableDefaultConfig,
264
- Qo as translate,
265
- Ft as useCacheColumnSetting,
266
- ne as useComponentRegister,
267
- ie as useDescription,
268
- ce as useForm,
269
- oe as useGetDerivedNamespace,
270
- zo as useGlobalConfig,
271
- Vo as useLocale,
272
- qe as useModal,
273
- Ue as useModalContext,
274
- Je as useModalInner,
275
- ee as useNamespace,
276
- ar as useTable,
277
- Vt as useTableModal,
278
- ra as useTablePaging,
279
- _t as useTableSelectModal,
280
- fe as zhCn
256
+ Mt as createWorkOrderModal,
257
+ oe as defaultNamespace,
258
+ se as en,
259
+ Ft as generateTableList,
260
+ fe as globalConfigCached,
261
+ be as isComponentFormSchema,
262
+ Se as isSlotFormSchema,
263
+ zo as keysOf,
264
+ Vo as localeContextKey,
265
+ ee as namespaceContextKey,
266
+ Uo as provideGlobalConfig,
267
+ Oo as tableDefaultConfig,
268
+ Zo as translate,
269
+ bt as useCacheColumnSetting,
270
+ ce as useComponentRegister,
271
+ ne as useDescription,
272
+ Fe as useForm,
273
+ re as useGetDerivedNamespace,
274
+ jo as useGlobalConfig,
275
+ _o as useLocale,
276
+ Qe as useModal,
277
+ qe as useModalContext,
278
+ Ve as useModalInner,
279
+ te as useNamespace,
280
+ Vt as usePageListApTable,
281
+ fr as useTable,
282
+ ra as useTableModal,
283
+ la as useTablePaging,
284
+ _t as useTableRefresh,
285
+ aa as useTableSelectModal,
286
+ le as zhCn
281
287
  };
@@ -149,6 +149,10 @@ const e = {
149
149
  titleSuffixTwo: "Added",
150
150
  titleSuffixThree: "",
151
151
  messageMaxCount: "You can select up to {maxCount} data entries"
152
+ },
153
+ apAttachment: {
154
+ downloadall: "Download All",
155
+ more: "More"
152
156
  }
153
157
  }
154
158
  };
@@ -149,6 +149,10 @@ const e = {
149
149
  titleSuffixTwo: "已添加",
150
150
  titleSuffixThree: "个",
151
151
  messageMaxCount: "最多选择{maxCount}条数据"
152
+ },
153
+ apAttachment: {
154
+ downloadall: "下载全部",
155
+ more: "更多"
152
156
  }
153
157
  }
154
158
  };
@@ -700,6 +700,14 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
700
700
  [class$='-basic-table-row__striped'] td {
701
701
  background-color: #f6f9fa;
702
702
  }
703
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
704
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
705
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
706
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
707
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
708
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper {
709
+ padding-bottom: 0;
710
+ }
703
711
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
704
712
  [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
705
713
  [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
@@ -123,6 +123,14 @@
123
123
  [class$='-basic-table-row__striped'] td {
124
124
  background-color: #f6f9fa;
125
125
  }
126
+ [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
127
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
128
+ [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
129
+ [class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
130
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
131
+ [class*='-pro-table'].ap-table--sticky .ant-table-wrapper {
132
+ padding-bottom: 0;
133
+ }
126
134
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
127
135
  [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
128
136
  [class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
@@ -0,0 +1,62 @@
1
+ .aplus-ap-attachment {
2
+ display: inline-flex;
3
+ justify-content: space-between;
4
+ }
5
+ .aplus-ap-attachment__content {
6
+ display: flex;
7
+ align-items: center;
8
+ }
9
+ .aplus-ap-attachment__text-render {
10
+ color: var(--download-main-color);
11
+ margin-right: 5px;
12
+ }
13
+ .aplus-ap-attachment__text-render:hover {
14
+ color: var(--download-main-color-opacity);
15
+ }
16
+ .aplus-ap-attachment__text-inner {
17
+ max-width: 190px;
18
+ display: inline-block;
19
+ white-space: nowrap;
20
+ overflow: hidden;
21
+ text-overflow: ellipsis;
22
+ font-size: 14px;
23
+ cursor: pointer;
24
+ color: var(--download-main-color);
25
+ }
26
+ .aplus-ap-attachment__text-inner:hover {
27
+ color: var(--download-main-color-opacity);
28
+ }
29
+ .aplus-ap-attachment__more {
30
+ display: inline-block;
31
+ font-size: 14px;
32
+ cursor: pointer;
33
+ color: var(--download-main-color);
34
+ }
35
+ .aplus-ap-attachment__more:hover {
36
+ color: var(--download-main-color-opacity);
37
+ }
38
+ .aplus-ap-attachment__file-list {
39
+ max-width: 312px;
40
+ display: flex;
41
+ flex-direction: column;
42
+ }
43
+ .aplus-ap-attachment__file-item {
44
+ flex: 1;
45
+ flex-wrap: wrap;
46
+ margin-bottom: 16px;
47
+ font-size: 14px;
48
+ color: #000;
49
+ cursor: pointer;
50
+ }
51
+ .aplus-ap-attachment__file-item:hover {
52
+ color: var(--download-main-color);
53
+ }
54
+ .aplus-ap-attachment__down-load-all {
55
+ font-size: 14px;
56
+ color: var(--download-main-color);
57
+ cursor: pointer;
58
+ margin-bottom: 0;
59
+ }
60
+ .aplus-ap-attachment__down-load-all:hover {
61
+ color: var(--download-main-color-opacity);
62
+ }