@aplus-frontend/ui 0.5.37 → 0.6.0-beta.0

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 (278) hide show
  1. package/es/index.mjs +74 -72
  2. package/es/src/ap-field/select/index.vue.d.ts +2 -2
  3. package/es/src/ap-field/tree-select/index.vue.d.ts +3 -3
  4. package/es/src/ap-form/drawer-form/index.vue.d.ts +10 -10
  5. package/es/src/ap-form/interface.d.ts +31 -1
  6. package/es/src/ap-form/item/index.vue.d.ts +22 -22
  7. package/es/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
  8. package/es/src/ap-form/items/date/index.vue.d.ts +3 -3
  9. package/es/src/ap-form/items/date-range/index.vue.d.ts +3 -3
  10. package/es/src/ap-form/items/number/index.vue.d.ts +13 -13
  11. package/es/src/ap-form/items/radio/index.vue.d.ts +3 -3
  12. package/es/src/ap-form/items/select/index.vue.d.ts +31 -31
  13. package/es/src/ap-form/items/switch/index.vue.d.ts +3 -3
  14. package/es/src/ap-form/items/text/index.vue.d.ts +15 -15
  15. package/es/src/ap-form/items/text/password.vue.d.ts +15 -15
  16. package/es/src/ap-form/items/text-area/index.vue.d.ts +3 -3
  17. package/es/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
  18. package/es/src/ap-form/modal-form/index.vue.d.ts +10 -10
  19. package/es/src/ap-form/render/item.vue.d.ts +2 -2
  20. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +4 -0
  21. package/es/src/ap-form/search-form/components/popover-filter.vue.mjs +4 -0
  22. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +102 -0
  23. package/es/src/ap-form/search-form/components/popover-sorter/index.vue.d.ts +4 -0
  24. package/es/src/ap-form/search-form/components/popover-sorter/index.vue.mjs +4 -0
  25. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +128 -0
  26. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.d.ts +6 -0
  27. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.mjs +4 -0
  28. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +39 -0
  29. package/es/src/ap-form/search-form/hooks/use-count-per-row.d.ts +3 -0
  30. package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +17 -0
  31. package/es/src/ap-form/search-form/index.vue.d.ts +14 -16
  32. package/es/src/ap-form/search-form/index.vue.mjs +127 -127
  33. package/es/src/ap-grid/index.vue.mjs +97 -93
  34. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +21 -16
  35. package/es/src/ap-table/ap-table.vue2.mjs +108 -104
  36. package/es/src/ap-table/constants.d.ts +161 -161
  37. package/es/src/ap-table/context.d.ts +5 -0
  38. package/es/src/ap-table/context.mjs +13 -5
  39. package/es/src/ap-table/utils.d.ts +147 -147
  40. package/es/src/ap-upload/apUpload.vue.d.ts +8 -8
  41. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +14 -1
  42. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +65 -51
  43. package/es/src/business/ap-batch-action-group/index.d.ts +3 -1
  44. package/es/src/business/ap-size-input/ApSizeInput.d.ts +1 -1
  45. package/es/src/business/ap-size-input/index.d.ts +3 -3
  46. package/es/src/business/ap-table-modal/index.d.ts +15 -15
  47. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +5 -5
  48. package/es/src/business/ap-view/ap-view.vue.d.ts +6 -0
  49. package/es/src/business/ap-view/ap-view.vue.mjs +4 -0
  50. package/es/src/business/ap-view/ap-view.vue2.mjs +171 -0
  51. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +831 -0
  52. package/es/src/business/ap-view/components/main-button-content.vue.mjs +4 -0
  53. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +175 -0
  54. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +832 -0
  55. package/es/src/business/ap-view/components/menu-list-content.vue.mjs +4 -0
  56. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +156 -0
  57. package/es/src/business/ap-view/hooks/use-view-provide.d.ts +14 -0
  58. package/es/src/business/ap-view/hooks/use-view-provide.mjs +8 -0
  59. package/es/src/business/ap-view/icons/line-delete.vue.d.ts +3 -0
  60. package/es/src/business/ap-view/icons/line-delete.vue.mjs +29 -0
  61. package/es/src/business/ap-view/icons/line-down.vue.d.ts +3 -0
  62. package/es/src/business/ap-view/icons/line-down.vue.mjs +29 -0
  63. package/es/src/business/ap-view/icons/line-eye.vue.d.ts +3 -0
  64. package/es/src/business/ap-view/icons/line-eye.vue.mjs +29 -0
  65. package/es/src/business/ap-view/index.d.ts +27 -0
  66. package/es/src/business/ap-view/index.mjs +8 -0
  67. package/es/src/business/ap-view/interface.d.ts +54 -0
  68. package/es/src/business/ap-view/interface.mjs +1 -0
  69. package/es/src/business/ap-view/style/css.d.ts +0 -0
  70. package/es/src/business/ap-view/style/css.js +1 -0
  71. package/es/src/business/ap-view/style/index.d.ts +0 -0
  72. package/es/src/business/ap-view/style/index.js +1 -0
  73. package/es/src/business/ap-view/utils/enum.d.ts +1 -0
  74. package/es/src/business/ap-view/utils/enum.mjs +4 -0
  75. package/es/src/business/ap-view/utils/uuid.d.ts +5 -0
  76. package/es/src/business/ap-view/utils/uuid.mjs +22 -0
  77. package/es/src/business/batch-input-group/form-item.vue.d.ts +3 -3
  78. package/es/src/business/batch-input-group/index.vue.d.ts +6 -6
  79. package/es/src/business/index.d.ts +1 -0
  80. package/es/src/business/index.mjs +25 -23
  81. package/es/src/config-provider/config-provider-props.d.ts +5 -0
  82. package/es/src/config-provider/config-provider-props.mjs +4 -0
  83. package/es/src/config-provider/config-provider.d.ts +25 -1
  84. package/es/src/config-provider/config-provider.mjs +21 -20
  85. package/es/src/config-provider/css-var.d.ts +14 -0
  86. package/es/src/config-provider/css-var.mjs +40 -12
  87. package/es/src/config-provider/hooks/use-global-config.d.ts +5 -0
  88. package/es/src/config-provider/index.d.ts +89 -3
  89. package/es/src/full-screen/interface.d.ts +1 -1
  90. package/es/src/index.mjs +61 -59
  91. package/es/src/locale/lang/en.mjs +22 -1
  92. package/es/src/locale/lang/zh-cn.mjs +22 -1
  93. package/es/src/path-map.mjs +2 -1
  94. package/es/src/utils/config-provider-preset.d.ts +4 -4
  95. package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -6
  96. package/lib/index.js +1 -1
  97. package/lib/src/ap-field/select/index.vue.d.ts +2 -2
  98. package/lib/src/ap-field/tree-select/index.vue.d.ts +3 -3
  99. package/lib/src/ap-form/drawer-form/index.vue.d.ts +10 -10
  100. package/lib/src/ap-form/interface.d.ts +31 -1
  101. package/lib/src/ap-form/item/index.vue.d.ts +22 -22
  102. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
  103. package/lib/src/ap-form/items/date/index.vue.d.ts +3 -3
  104. package/lib/src/ap-form/items/date-range/index.vue.d.ts +3 -3
  105. package/lib/src/ap-form/items/number/index.vue.d.ts +13 -13
  106. package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
  107. package/lib/src/ap-form/items/select/index.vue.d.ts +31 -31
  108. package/lib/src/ap-form/items/switch/index.vue.d.ts +3 -3
  109. package/lib/src/ap-form/items/text/index.vue.d.ts +15 -15
  110. package/lib/src/ap-form/items/text/password.vue.d.ts +15 -15
  111. package/lib/src/ap-form/items/text-area/index.vue.d.ts +3 -3
  112. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
  113. package/lib/src/ap-form/modal-form/index.vue.d.ts +10 -10
  114. package/lib/src/ap-form/render/item.vue.d.ts +2 -2
  115. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +4 -0
  116. package/lib/src/ap-form/search-form/components/popover-filter.vue.js +1 -0
  117. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -0
  118. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue.d.ts +4 -0
  119. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue.js +1 -0
  120. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -0
  121. package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.d.ts +6 -0
  122. package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.js +1 -0
  123. package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.js +1 -0
  124. package/lib/src/ap-form/search-form/hooks/use-count-per-row.d.ts +3 -0
  125. package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -0
  126. package/lib/src/ap-form/search-form/index.vue.d.ts +14 -16
  127. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  128. package/lib/src/ap-grid/index.vue.js +1 -1
  129. package/lib/src/ap-info-layout/ApInfoLayout.vue.js +1 -1
  130. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  131. package/lib/src/ap-table/constants.d.ts +161 -161
  132. package/lib/src/ap-table/context.d.ts +5 -0
  133. package/lib/src/ap-table/context.js +1 -1
  134. package/lib/src/ap-table/utils.d.ts +147 -147
  135. package/lib/src/ap-upload/apUpload.vue.d.ts +8 -8
  136. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +14 -1
  137. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  138. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -1
  139. package/lib/src/business/ap-size-input/ApSizeInput.d.ts +1 -1
  140. package/lib/src/business/ap-size-input/index.d.ts +3 -3
  141. package/lib/src/business/ap-table-modal/index.d.ts +15 -15
  142. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +5 -5
  143. package/lib/src/business/ap-view/ap-view.vue.d.ts +6 -0
  144. package/lib/src/business/ap-view/ap-view.vue.js +1 -0
  145. package/lib/src/business/ap-view/ap-view.vue2.js +1 -0
  146. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +831 -0
  147. package/lib/src/business/ap-view/components/main-button-content.vue.js +1 -0
  148. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -0
  149. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +832 -0
  150. package/lib/src/business/ap-view/components/menu-list-content.vue.js +1 -0
  151. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -0
  152. package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +14 -0
  153. package/lib/src/business/ap-view/hooks/use-view-provide.js +1 -0
  154. package/lib/src/business/ap-view/icons/line-delete.vue.d.ts +3 -0
  155. package/lib/src/business/ap-view/icons/line-delete.vue.js +1 -0
  156. package/lib/src/business/ap-view/icons/line-down.vue.d.ts +3 -0
  157. package/lib/src/business/ap-view/icons/line-down.vue.js +1 -0
  158. package/lib/src/business/ap-view/icons/line-eye.vue.d.ts +3 -0
  159. package/lib/src/business/ap-view/icons/line-eye.vue.js +1 -0
  160. package/lib/src/business/ap-view/index.d.ts +27 -0
  161. package/lib/src/business/ap-view/index.js +1 -0
  162. package/lib/src/business/ap-view/interface.d.ts +54 -0
  163. package/lib/src/business/ap-view/interface.js +1 -0
  164. package/lib/src/business/ap-view/style/css.cjs +1 -0
  165. package/lib/src/business/ap-view/style/css.d.ts +0 -0
  166. package/lib/src/business/ap-view/style/index.cjs +1 -0
  167. package/lib/src/business/ap-view/style/index.d.ts +0 -0
  168. package/lib/src/business/ap-view/utils/enum.d.ts +1 -0
  169. package/lib/src/business/ap-view/utils/enum.js +1 -0
  170. package/lib/src/business/ap-view/utils/uuid.d.ts +5 -0
  171. package/lib/src/business/ap-view/utils/uuid.js +1 -0
  172. package/lib/src/business/batch-input-group/form-item.vue.d.ts +3 -3
  173. package/lib/src/business/batch-input-group/index.vue.d.ts +6 -6
  174. package/lib/src/business/index.d.ts +1 -0
  175. package/lib/src/business/index.js +1 -1
  176. package/lib/src/config-provider/config-provider-props.d.ts +5 -0
  177. package/lib/src/config-provider/config-provider-props.js +1 -1
  178. package/lib/src/config-provider/config-provider.d.ts +25 -1
  179. package/lib/src/config-provider/config-provider.js +1 -1
  180. package/lib/src/config-provider/css-var.d.ts +14 -0
  181. package/lib/src/config-provider/css-var.js +1 -1
  182. package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -0
  183. package/lib/src/config-provider/index.d.ts +89 -3
  184. package/lib/src/full-screen/interface.d.ts +1 -1
  185. package/lib/src/index.js +1 -1
  186. package/lib/src/locale/lang/en.js +1 -1
  187. package/lib/src/locale/lang/zh-cn.js +1 -1
  188. package/lib/src/path-map.js +1 -1
  189. package/lib/src/utils/config-provider-preset.d.ts +4 -4
  190. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -6
  191. package/package.json +7 -7
  192. package/theme/ap-action/item-dropdown.css +28 -0
  193. package/theme/ap-action/item-dropdown.less +1 -1
  194. package/theme/ap-action/item.css +35 -1
  195. package/theme/ap-action/item.less +1 -2
  196. package/theme/ap-appendix/ap-appendix.css +28 -0
  197. package/theme/ap-attachment/ap-attachment.css +28 -0
  198. package/theme/ap-batch-action/ap-batch-action.css +28 -0
  199. package/theme/ap-button/ap-button.css +28 -0
  200. package/theme/ap-card/ap-card.css +28 -0
  201. package/theme/ap-descriptions/ap-descriptions.css +28 -0
  202. package/theme/ap-download/ap-download.css +28 -0
  203. package/theme/ap-expand-alert/ap-expand-alert.css +28 -0
  204. package/theme/ap-field/checkbox.css +28 -0
  205. package/theme/ap-field/index.css +28 -0
  206. package/theme/ap-field/number.css +28 -0
  207. package/theme/ap-field/radio.css +28 -0
  208. package/theme/ap-field/text-area.css +28 -0
  209. package/theme/ap-form/ap-form-item-group.css +28 -0
  210. package/theme/ap-form/ap-form-item.css +28 -0
  211. package/theme/ap-form/drawer-form.css +28 -0
  212. package/theme/ap-form/index.css +169 -0
  213. package/theme/ap-form/item-text-group.css +28 -0
  214. package/theme/ap-form/item-text.css +28 -0
  215. package/theme/ap-form/modal-form.css +28 -0
  216. package/theme/ap-form/search-form-sorter.css +120 -0
  217. package/theme/ap-form/search-form-sorter.less +71 -0
  218. package/theme/ap-form/search-form.css +169 -0
  219. package/theme/ap-form/search-form.less +56 -0
  220. package/theme/ap-grid/editable.css +28 -0
  221. package/theme/ap-grid/index.css +176 -1
  222. package/theme/ap-group-search/ap-extension-select.css +28 -0
  223. package/theme/ap-group-search/ap-group-search.css +28 -0
  224. package/theme/ap-group-search/ap-popover-select.css +28 -0
  225. package/theme/ap-image/ap-image.css +28 -0
  226. package/theme/ap-input-radio/ap-input-radio.css +28 -0
  227. package/theme/ap-label/ap-label.css +28 -0
  228. package/theme/ap-ladder/ap-ladder.css +28 -0
  229. package/theme/ap-layout/ap-info-layout.css +28 -0
  230. package/theme/ap-list/index.css +28 -0
  231. package/theme/ap-product-info/ap-product-info.css +28 -0
  232. package/theme/ap-select-layout/ap-select-layout.css +28 -0
  233. package/theme/ap-size-input/ap-size-input.css +28 -0
  234. package/theme/ap-status/ap-status.css +28 -0
  235. package/theme/ap-summary/index.css +28 -0
  236. package/theme/ap-table/ap-table-index.css +28 -0
  237. package/theme/ap-table/ap-table-paragraph-ellipsis.css +28 -0
  238. package/theme/ap-table/ap-table.css +190 -13
  239. package/theme/ap-table/ap-table.less +0 -1
  240. package/theme/ap-table/setting/index.css +42 -0
  241. package/theme/ap-table/setting/modal.css +36 -0
  242. package/theme/ap-table/setting/modal.less +1 -0
  243. package/theme/ap-table/setting/select-group.css +28 -0
  244. package/theme/ap-table/setting/sortable-item-meta.css +28 -0
  245. package/theme/ap-table/setting/sortable-item.css +28 -0
  246. package/theme/ap-table/setting/sorter.css +34 -0
  247. package/theme/ap-table/setting/sorter.less +1 -2
  248. package/theme/ap-table-modal/index.css +190 -13
  249. package/theme/ap-tag/ap-tag-group.css +28 -0
  250. package/theme/ap-tag/ap-tag.css +28 -0
  251. package/theme/ap-title/ap-title.css +28 -0
  252. package/theme/ap-upload/index.css +28 -0
  253. package/theme/ap-upload/multiple-file.css +28 -0
  254. package/theme/ap-upload/picture.css +28 -0
  255. package/theme/ap-upload/single-file.css +28 -0
  256. package/theme/ap-upload/upload.css +28 -0
  257. package/theme/ap-upload-single/index.css +28 -0
  258. package/theme/ap-view/ap-view.css +149 -0
  259. package/theme/ap-view/ap-view.less +128 -0
  260. package/theme/batch-input-group/index.css +28 -0
  261. package/theme/batch-input-group/popover-input.css +28 -0
  262. package/theme/check-card/index.css +49 -1
  263. package/theme/check-card/index.less +3 -4
  264. package/theme/editable-table/index.css +176 -1
  265. package/theme/full-screen/index.css +28 -0
  266. package/theme/index.css +340 -15
  267. package/theme/index.less +1 -0
  268. package/theme/mask/index.css +28 -0
  269. package/theme/mixins/config.less +1 -0
  270. package/theme/mixins/mixins.css +28 -0
  271. package/theme/mixins/mixins.less +35 -0
  272. package/theme/scroll-bar/index.css +28 -0
  273. package/theme/scroll-view/index.css +28 -0
  274. package/theme/splitter/index.css +28 -0
  275. package/theme/text/group.css +28 -0
  276. package/theme/text/index.css +36 -1
  277. package/theme/text/index.less +1 -1
  278. package/theme/work-order-modal/index.css +28 -0
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 14px;
7
+ font-family: inherit;
8
+ line-height: 22px;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 14px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-form-item--bordered {
2
30
  box-sizing: border-box;
3
31
  border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
@@ -74,6 +102,98 @@
74
102
  padding-inline: 11px;
75
103
  flex: 1;
76
104
  }
105
+ .aplus-search-form-sorter-content {
106
+ width: 560px;
107
+ }
108
+ .aplus-search-form-sorter-header {
109
+ padding: 16px 16px 0px;
110
+ }
111
+ .aplus-search-form-sorter-header-title {
112
+ box-sizing: border-box;
113
+ margin: 0;
114
+ padding: 0;
115
+ color: rgba(0 0 0 / 85%);
116
+ font-size: 14px;
117
+ font-family: inherit;
118
+ line-height: 22px;
119
+ list-style: none;
120
+ font-size: 16px;
121
+ font-weight: 700;
122
+ display: inline-block;
123
+ padding-bottom: 4px;
124
+ }
125
+ .aplus-search-form-sorter-header-desc {
126
+ box-sizing: border-box;
127
+ margin: 0;
128
+ padding: 0;
129
+ color: rgba(0 0 0 / 85%);
130
+ font-size: 14px;
131
+ font-family: inherit;
132
+ line-height: 22px;
133
+ list-style: none;
134
+ color: #8896b0;
135
+ }
136
+ .aplus-search-form-sorter-header-action-wrapper {
137
+ padding: 8px;
138
+ margin: -8px;
139
+ cursor: pointer;
140
+ }
141
+ .aplus-search-form-sorter-header-reset-btn {
142
+ box-sizing: border-box;
143
+ margin: 0;
144
+ padding: 0;
145
+ color: rgba(0 0 0 / 85%);
146
+ font-size: 14px;
147
+ font-family: inherit;
148
+ line-height: 22px;
149
+ list-style: none;
150
+ color: #0070ff;
151
+ }
152
+ .aplus-search-form-sorter-sorter-wrapper {
153
+ display: flex;
154
+ flex-direction: row;
155
+ flex-wrap: wrap;
156
+ margin-left: -4px;
157
+ margin-right: -4px;
158
+ row-gap: 8px;
159
+ }
160
+ .aplus-search-form-sorter-sorter-item {
161
+ flex: 0 0 33.333333%;
162
+ max-width: 33.333333%;
163
+ padding-inline: 4px;
164
+ }
165
+ .aplus-search-form-sorter-sorter-item > div {
166
+ border: 1px solid #E9EDF3;
167
+ border-radius: 4px;
168
+ padding: 8px;
169
+ display: flex;
170
+ align-items: center;
171
+ }
172
+ .aplus-search-form-sorter-sorter-item > div:hover {
173
+ border-color: var(--basic-color-primary, #0070ff);
174
+ cursor: pointer;
175
+ }
176
+ .aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
177
+ color: var(--basic-color-primary, #0070ff) !important;
178
+ }
179
+ .aplus-search-form-sorter-sorter-item--hidden {
180
+ display: none;
181
+ }
182
+ .aplus-search-form-sorter-sorter-item-text {
183
+ box-sizing: border-box;
184
+ margin: 0;
185
+ padding: 0;
186
+ color: rgba(0 0 0 / 85%);
187
+ font-size: 14px;
188
+ font-family: inherit;
189
+ line-height: 22px;
190
+ list-style: none;
191
+ padding-left: 4px;
192
+ max-width: 100%;
193
+ white-space: nowrap;
194
+ overflow: hidden;
195
+ text-overflow: ellipsis;
196
+ }
77
197
  .aplus-ap-form-search-form .ant-form-item {
78
198
  margin-bottom: 16px;
79
199
  }
@@ -83,3 +203,52 @@
83
203
  .aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
84
204
  width: 100%;
85
205
  }
206
+ .aplus-ap-form-search-form__popover .ant-form-item {
207
+ margin-bottom: 16px;
208
+ }
209
+ .aplus-ap-form-search-form__popover .ant-popover-arrow {
210
+ display: none;
211
+ }
212
+ .aplus-ap-form-search-form__popover .ant-popover-inner {
213
+ padding: 0;
214
+ }
215
+ .aplus-ap-form-search-form__popover-content {
216
+ padding: 12px 16px 16px;
217
+ }
218
+ .aplus-ap-form-search-form__popover-content textarea {
219
+ padding: 0;
220
+ }
221
+ .aplus-ap-form-search-form__popover-footer {
222
+ padding: 12px 16px;
223
+ }
224
+ .aplus-ap-form-search-form__popover-footer-confirm-btn {
225
+ margin-left: 10px;
226
+ }
227
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper {
228
+ flex-shrink: 0;
229
+ }
230
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child {
231
+ border-top-right-radius: 0px;
232
+ border-bottom-right-radius: 0px;
233
+ }
234
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child:hover {
235
+ z-index: 1;
236
+ }
237
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child {
238
+ border-top-left-radius: 0px;
239
+ border-bottom-left-radius: 0px;
240
+ margin-left: -1px;
241
+ }
242
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child:hover {
243
+ z-index: 1;
244
+ }
245
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper span.aplus-frontend-icon {
246
+ line-height: 0px;
247
+ vertical-align: -0.125em;
248
+ }
249
+ .aplus-ap-form-search-form-action-btn {
250
+ padding-inline: 12px;
251
+ }
252
+ .aplus-ap-form-search-form-action-btn-reset {
253
+ background-color: #E9EDF3;
254
+ }
@@ -1,5 +1,7 @@
1
1
  @import '../mixins/mixins.less';
2
+ @import '../mixins/config.less';
2
3
  @import './ap-form-item.less';
4
+ @import './search-form-sorter.less';
3
5
 
4
6
  .b(ap-form-search-form, {
5
7
  .ant-form-item {
@@ -13,4 +15,58 @@
13
15
  width: 100%;
14
16
  }
15
17
  }
18
+ &__popover {
19
+ .ant-form-item {
20
+ margin-bottom: 16px;
21
+ }
22
+ & .ant-popover-arrow {
23
+ display: none;
24
+ }
25
+
26
+ & .ant-popover-inner {
27
+ padding: 0;
28
+ }
29
+ &-content {
30
+ padding: 12px 16px 16px;
31
+ textarea {
32
+ padding: 0;
33
+ }
34
+ }
35
+ &-footer {
36
+ padding: 12px 16px;
37
+ &-confirm-btn {
38
+ margin-left: 10px;
39
+ }
40
+ }
41
+ }
42
+ &-column-setting-trigger-wrapper {
43
+ flex-shrink: 0;
44
+ .ant-btn:not(:only-child) {
45
+ &:first-child {
46
+ border-top-right-radius: 0px;
47
+ border-bottom-right-radius: 0px;
48
+ &:hover {
49
+ z-index: 1;
50
+ }
51
+ }
52
+ &:last-child {
53
+ border-top-left-radius: 0px;
54
+ border-bottom-left-radius: 0px;
55
+ margin-left: -1px;
56
+ &:hover {
57
+ z-index: 1;
58
+ }
59
+ }
60
+ }
61
+ span.aplus-frontend-icon {
62
+ line-height: 0px;
63
+ vertical-align: -0.125em;
64
+ }
65
+ }
66
+ &-action-btn {
67
+ padding-inline: 12px;
68
+ }
69
+ &-action-btn-reset {
70
+ background-color: #E9EDF3;
71
+ }
16
72
  });
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 14px;
7
+ font-family: inherit;
8
+ line-height: 22px;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 14px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-editable-grid__header-cell--required {
2
30
  color: #FF4D4F;
3
31
  padding-right: 2px;
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 14px;
7
+ font-family: inherit;
8
+ line-height: 22px;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 14px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-form-item-group .ant-form-item-control .ant-picker {
2
30
  display: flex;
3
31
  }
@@ -119,6 +147,98 @@
119
147
  .aplus-ap-form-modal-form .ant-modal-close {
120
148
  top: 16px;
121
149
  }
150
+ .aplus-search-form-sorter-content {
151
+ width: 560px;
152
+ }
153
+ .aplus-search-form-sorter-header {
154
+ padding: 16px 16px 0px;
155
+ }
156
+ .aplus-search-form-sorter-header-title {
157
+ box-sizing: border-box;
158
+ margin: 0;
159
+ padding: 0;
160
+ color: rgba(0 0 0 / 85%);
161
+ font-size: 14px;
162
+ font-family: inherit;
163
+ line-height: 22px;
164
+ list-style: none;
165
+ font-size: 16px;
166
+ font-weight: 700;
167
+ display: inline-block;
168
+ padding-bottom: 4px;
169
+ }
170
+ .aplus-search-form-sorter-header-desc {
171
+ box-sizing: border-box;
172
+ margin: 0;
173
+ padding: 0;
174
+ color: rgba(0 0 0 / 85%);
175
+ font-size: 14px;
176
+ font-family: inherit;
177
+ line-height: 22px;
178
+ list-style: none;
179
+ color: #8896b0;
180
+ }
181
+ .aplus-search-form-sorter-header-action-wrapper {
182
+ padding: 8px;
183
+ margin: -8px;
184
+ cursor: pointer;
185
+ }
186
+ .aplus-search-form-sorter-header-reset-btn {
187
+ box-sizing: border-box;
188
+ margin: 0;
189
+ padding: 0;
190
+ color: rgba(0 0 0 / 85%);
191
+ font-size: 14px;
192
+ font-family: inherit;
193
+ line-height: 22px;
194
+ list-style: none;
195
+ color: #0070ff;
196
+ }
197
+ .aplus-search-form-sorter-sorter-wrapper {
198
+ display: flex;
199
+ flex-direction: row;
200
+ flex-wrap: wrap;
201
+ margin-left: -4px;
202
+ margin-right: -4px;
203
+ row-gap: 8px;
204
+ }
205
+ .aplus-search-form-sorter-sorter-item {
206
+ flex: 0 0 33.333333%;
207
+ max-width: 33.333333%;
208
+ padding-inline: 4px;
209
+ }
210
+ .aplus-search-form-sorter-sorter-item > div {
211
+ border: 1px solid #E9EDF3;
212
+ border-radius: 4px;
213
+ padding: 8px;
214
+ display: flex;
215
+ align-items: center;
216
+ }
217
+ .aplus-search-form-sorter-sorter-item > div:hover {
218
+ border-color: var(--basic-color-primary, #0070ff);
219
+ cursor: pointer;
220
+ }
221
+ .aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
222
+ color: var(--basic-color-primary, #0070ff) !important;
223
+ }
224
+ .aplus-search-form-sorter-sorter-item--hidden {
225
+ display: none;
226
+ }
227
+ .aplus-search-form-sorter-sorter-item-text {
228
+ box-sizing: border-box;
229
+ margin: 0;
230
+ padding: 0;
231
+ color: rgba(0 0 0 / 85%);
232
+ font-size: 14px;
233
+ font-family: inherit;
234
+ line-height: 22px;
235
+ list-style: none;
236
+ padding-left: 4px;
237
+ max-width: 100%;
238
+ white-space: nowrap;
239
+ overflow: hidden;
240
+ text-overflow: ellipsis;
241
+ }
122
242
  .aplus-ap-form-search-form .ant-form-item {
123
243
  margin-bottom: 16px;
124
244
  }
@@ -128,6 +248,55 @@
128
248
  .aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
129
249
  width: 100%;
130
250
  }
251
+ .aplus-ap-form-search-form__popover .ant-form-item {
252
+ margin-bottom: 16px;
253
+ }
254
+ .aplus-ap-form-search-form__popover .ant-popover-arrow {
255
+ display: none;
256
+ }
257
+ .aplus-ap-form-search-form__popover .ant-popover-inner {
258
+ padding: 0;
259
+ }
260
+ .aplus-ap-form-search-form__popover-content {
261
+ padding: 12px 16px 16px;
262
+ }
263
+ .aplus-ap-form-search-form__popover-content textarea {
264
+ padding: 0;
265
+ }
266
+ .aplus-ap-form-search-form__popover-footer {
267
+ padding: 12px 16px;
268
+ }
269
+ .aplus-ap-form-search-form__popover-footer-confirm-btn {
270
+ margin-left: 10px;
271
+ }
272
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper {
273
+ flex-shrink: 0;
274
+ }
275
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child {
276
+ border-top-right-radius: 0px;
277
+ border-bottom-right-radius: 0px;
278
+ }
279
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child:hover {
280
+ z-index: 1;
281
+ }
282
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child {
283
+ border-top-left-radius: 0px;
284
+ border-bottom-left-radius: 0px;
285
+ margin-left: -1px;
286
+ }
287
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child:hover {
288
+ z-index: 1;
289
+ }
290
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper span.aplus-frontend-icon {
291
+ line-height: 0px;
292
+ vertical-align: -0.125em;
293
+ }
294
+ .aplus-ap-form-search-form-action-btn {
295
+ padding-inline: 12px;
296
+ }
297
+ .aplus-ap-form-search-form-action-btn-reset {
298
+ background-color: #E9EDF3;
299
+ }
131
300
  .aplus-ap-form-item-text-group-compact .ant-select-focused {
132
301
  z-index: 1;
133
302
  }
@@ -203,9 +372,15 @@
203
372
  word-break: break-all;
204
373
  }
205
374
  .aplus-action-item {
206
- display: inline-block;
375
+ box-sizing: border-box;
376
+ margin: 0;
377
+ padding: 0;
378
+ color: rgba(0 0 0 / 85%);
207
379
  font-size: 14px;
380
+ font-family: inherit;
208
381
  line-height: 22px;
382
+ list-style: none;
383
+ display: inline-block;
209
384
  cursor: pointer;
210
385
  }
211
386
  .aplus-action-item--primary {
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 14px;
7
+ font-family: inherit;
8
+ line-height: 22px;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 14px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-extension-select.ant-select .ant-select-selection-placeholder {
2
30
  inset-inline-end: 25px !important;
3
31
  }
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 14px;
7
+ font-family: inherit;
8
+ line-height: 22px;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 14px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-group-search__search > .ant-select-selector {
2
30
  padding: 0px 10px 0 0 !important;
3
31
  }
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 14px;
7
+ font-family: inherit;
8
+ line-height: 22px;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 14px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-popover-select__popover {
2
30
  width: 100%;
3
31
  left: 0 !important;
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 14px;
7
+ font-family: inherit;
8
+ line-height: 22px;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 14px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-image-toolbar {
2
30
  display: flex;
3
31
  align-items: center;
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 14px;
7
+ font-family: inherit;
8
+ line-height: 22px;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 14px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-input-radio {
2
30
  display: flex;
3
31
  align-items: center;
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 14px;
7
+ font-family: inherit;
8
+ line-height: 22px;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 14px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-label {
2
30
  display: flex;
3
31
  flex-direction: column;
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 14px;
7
+ font-family: inherit;
8
+ line-height: 22px;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 14px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-ladder {
2
30
  position: relative;
3
31
  width: inherit;