@aplus-frontend/ui 6.37.0 → 6.39.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 (153) hide show
  1. package/es/index.mjs +215 -218
  2. package/es/src/ag-grid/components/row/index.vue.d.ts +6 -0
  3. package/es/src/ag-grid/components/row/index.vue.mjs +4 -0
  4. package/es/src/ag-grid/components/row/index.vue2.mjs +14 -0
  5. package/es/src/ag-grid/editable/form-item.vue.mjs +10 -9
  6. package/es/src/ag-grid/editable/index.vue.mjs +17 -16
  7. package/es/src/ag-grid/hooks/use-columns-def.mjs +73 -71
  8. package/es/src/ag-grid/hooks/use-row-selection.d.ts +1 -1
  9. package/es/src/ag-grid/hooks/use-row-selection.mjs +81 -68
  10. package/es/src/ag-grid/index.vue.d.ts +2 -1
  11. package/es/src/ag-grid/index.vue.mjs +282 -257
  12. package/es/src/ag-grid/interface.d.ts +54 -3
  13. package/es/src/ap-action/group/index.vue.mjs +24 -21
  14. package/es/src/ap-action/item/index.vue2.mjs +28 -20
  15. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +72 -71
  16. package/es/src/ap-table/interface.d.ts +6 -0
  17. package/es/src/business/ag-grid-modal/constants.d.ts +4 -0
  18. package/es/src/business/ag-grid-modal/constants.mjs +6 -0
  19. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-instance.d.ts +33 -0
  20. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-instance.mjs +50 -0
  21. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-modal.d.ts +3 -0
  22. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-modal.mjs +58 -0
  23. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.d.ts +2 -0
  24. package/es/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs +122 -0
  25. package/es/src/business/ag-grid-modal/hooks/use-modal-title.d.ts +24 -0
  26. package/es/src/business/ag-grid-modal/hooks/use-modal-title.mjs +49 -0
  27. package/es/src/business/ag-grid-modal/index.d.ts +2 -0
  28. package/es/src/business/ag-grid-modal/index.mjs +6 -0
  29. package/es/src/business/ag-grid-modal/interface.d.ts +130 -0
  30. package/es/src/business/ag-grid-modal/modal-layout/index.vue.d.ts +43 -0
  31. package/es/src/business/ag-grid-modal/modal-layout/index.vue.mjs +4 -0
  32. package/es/src/business/ag-grid-modal/modal-layout/index.vue2.mjs +102 -0
  33. package/es/src/business/ag-grid-modal/style/css.js +1 -0
  34. package/es/src/business/ag-grid-modal/style/index.js +1 -0
  35. package/es/src/business/ag-grid-modal/utils.d.ts +52 -0
  36. package/es/src/business/ag-grid-modal/utils.mjs +72 -0
  37. package/es/src/business/ag-grid-modal/wrapper/index.vue.d.ts +23 -0
  38. package/es/src/business/ag-grid-modal/wrapper/index.vue.mjs +4 -0
  39. package/es/src/business/ag-grid-modal/wrapper/index.vue2.mjs +25 -0
  40. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -0
  41. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -0
  42. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -0
  43. package/es/src/business/ap-table-modal/index.d.ts +3 -0
  44. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +1 -0
  45. package/es/src/business/hooks/usePageListApTable.d.ts +1 -0
  46. package/es/src/business/index.d.ts +1 -0
  47. package/es/src/business/index.mjs +55 -54
  48. package/es/src/index.d.ts +0 -1
  49. package/es/src/index.mjs +280 -284
  50. package/es/src/path-map.mjs +3 -2
  51. package/es/src/version.d.ts +1 -1
  52. package/es/src/version.mjs +1 -1
  53. package/lib/index.js +1 -1
  54. package/lib/src/ag-grid/components/row/index.vue.d.ts +6 -0
  55. package/lib/src/ag-grid/components/row/index.vue.js +1 -0
  56. package/lib/src/ag-grid/components/row/index.vue2.js +1 -0
  57. package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
  58. package/lib/src/ag-grid/editable/index.vue.js +1 -1
  59. package/lib/src/ag-grid/hooks/use-columns-def.js +1 -1
  60. package/lib/src/ag-grid/hooks/use-row-selection.d.ts +1 -1
  61. package/lib/src/ag-grid/hooks/use-row-selection.js +1 -1
  62. package/lib/src/ag-grid/index.vue.d.ts +2 -1
  63. package/lib/src/ag-grid/index.vue.js +1 -1
  64. package/lib/src/ag-grid/interface.d.ts +54 -3
  65. package/lib/src/ap-action/group/index.vue.js +1 -1
  66. package/lib/src/ap-action/item/index.vue2.js +1 -1
  67. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  68. package/lib/src/ap-table/interface.d.ts +6 -0
  69. package/lib/src/business/ag-grid-modal/constants.d.ts +4 -0
  70. package/lib/src/business/ag-grid-modal/constants.js +1 -0
  71. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-instance.d.ts +33 -0
  72. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-instance.js +1 -0
  73. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-modal.d.ts +3 -0
  74. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-modal.js +1 -0
  75. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.d.ts +2 -0
  76. package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.js +1 -0
  77. package/lib/src/business/ag-grid-modal/hooks/use-modal-title.d.ts +24 -0
  78. package/lib/src/business/ag-grid-modal/hooks/use-modal-title.js +1 -0
  79. package/lib/src/business/ag-grid-modal/index.d.ts +2 -0
  80. package/lib/src/business/ag-grid-modal/index.js +1 -0
  81. package/lib/src/business/ag-grid-modal/interface.d.ts +130 -0
  82. package/lib/src/business/ag-grid-modal/modal-layout/index.vue.d.ts +43 -0
  83. package/lib/src/business/ag-grid-modal/modal-layout/index.vue.js +1 -0
  84. package/lib/src/business/ag-grid-modal/modal-layout/index.vue2.js +1 -0
  85. package/lib/src/business/ag-grid-modal/style/css.cjs +1 -0
  86. package/lib/src/business/ag-grid-modal/style/index.cjs +1 -0
  87. package/lib/src/business/ag-grid-modal/utils.d.ts +52 -0
  88. package/lib/src/business/ag-grid-modal/utils.js +1 -0
  89. package/lib/src/business/ag-grid-modal/wrapper/index.vue.d.ts +23 -0
  90. package/lib/src/business/ag-grid-modal/wrapper/index.vue.js +1 -0
  91. package/lib/src/business/ag-grid-modal/wrapper/index.vue2.js +1 -0
  92. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +1 -0
  93. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +1 -0
  94. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +1 -0
  95. package/lib/src/business/ap-table-modal/index.d.ts +3 -0
  96. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +1 -0
  97. package/lib/src/business/hooks/usePageListApTable.d.ts +1 -0
  98. package/lib/src/business/index.d.ts +1 -0
  99. package/lib/src/business/index.js +1 -1
  100. package/lib/src/index.d.ts +0 -1
  101. package/lib/src/index.js +1 -1
  102. package/lib/src/path-map.js +1 -1
  103. package/lib/src/version.d.ts +1 -1
  104. package/lib/src/version.js +1 -1
  105. package/package.json +1 -1
  106. package/theme/ag-grid/index.css +3 -0
  107. package/theme/ag-grid-modal/index.css +773 -0
  108. package/theme/ag-grid-modal/index.less +58 -0
  109. package/theme/ap-form/ap-form-item.css +3 -0
  110. package/theme/ap-form/ap-form-item.less +3 -0
  111. package/theme/ap-form/index.css +3 -0
  112. package/theme/ap-form/search-form.css +3 -0
  113. package/theme/ap-grid/index.css +3 -0
  114. package/theme/ap-table/ap-table.css +3 -0
  115. package/theme/ap-table-modal/index.css +3 -0
  116. package/theme/ap-upload/index.css +5 -0
  117. package/theme/ap-upload/multiple-file.css +5 -0
  118. package/theme/ap-upload/multiple-file.less +6 -0
  119. package/theme/editable-table/index.css +3 -0
  120. package/theme/index.css +54 -3
  121. package/theme/index.less +1 -1
  122. package/es/src/work-order-modal/createWorkOrder.d.ts +0 -3
  123. package/es/src/work-order-modal/createWorkOrder.mjs +0 -32
  124. package/es/src/work-order-modal/help-message.vue.d.ts +0 -3
  125. package/es/src/work-order-modal/help-message.vue.mjs +0 -4
  126. package/es/src/work-order-modal/help-message.vue2.mjs +0 -36
  127. package/es/src/work-order-modal/index.d.ts +0 -4
  128. package/es/src/work-order-modal/index.mjs +0 -8
  129. package/es/src/work-order-modal/interfaces.d.ts +0 -31
  130. package/es/src/work-order-modal/interfaces.mjs +0 -9
  131. package/es/src/work-order-modal/style/css.js +0 -4
  132. package/es/src/work-order-modal/style/index.js +0 -4
  133. package/es/src/work-order-modal/work-order-modal.vue.d.ts +0 -846
  134. package/es/src/work-order-modal/work-order-modal.vue.mjs +0 -192
  135. package/es/src/work-order-modal/work-order-modal.vue2.mjs +0 -4
  136. package/lib/src/work-order-modal/createWorkOrder.d.ts +0 -3
  137. package/lib/src/work-order-modal/createWorkOrder.js +0 -1
  138. package/lib/src/work-order-modal/help-message.vue.d.ts +0 -3
  139. package/lib/src/work-order-modal/help-message.vue.js +0 -1
  140. package/lib/src/work-order-modal/help-message.vue2.js +0 -1
  141. package/lib/src/work-order-modal/index.d.ts +0 -4
  142. package/lib/src/work-order-modal/index.js +0 -1
  143. package/lib/src/work-order-modal/interfaces.d.ts +0 -31
  144. package/lib/src/work-order-modal/interfaces.js +0 -1
  145. package/lib/src/work-order-modal/style/css.cjs +0 -4
  146. package/lib/src/work-order-modal/style/index.cjs +0 -4
  147. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +0 -846
  148. package/lib/src/work-order-modal/work-order-modal.vue.js +0 -1
  149. package/lib/src/work-order-modal/work-order-modal.vue2.js +0 -1
  150. /package/es/src/{work-order-modal → business/ag-grid-modal}/style/css.d.ts +0 -0
  151. /package/es/src/{work-order-modal → business/ag-grid-modal}/style/index.d.ts +0 -0
  152. /package/lib/src/{work-order-modal → business/ag-grid-modal}/style/css.d.ts +0 -0
  153. /package/lib/src/{work-order-modal → business/ag-grid-modal}/style/index.d.ts +0 -0
@@ -0,0 +1,773 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: #182948;
6
+ font-size: 12px;
7
+ font-family: inherit;
8
+ line-height: 18px;
9
+ list-style: none;
10
+ }
11
+ .reset-scrollbar ::-webkit-scrollbar {
12
+ width: 10px;
13
+ height: 10px;
14
+ }
15
+ .reset-scrollbar ::-webkit-scrollbar-thumb {
16
+ background-color: var(--ap-scrollbar-thumb-color-base);
17
+ background-clip: content-box;
18
+ border: 1px solid transparent;
19
+ border-radius: 4px;
20
+ }
21
+ .reset-scrollbar ::-webkit-scrollbar-track,
22
+ .reset-scrollbar ::-webkit-scrollbar-corner {
23
+ background-color: var(--ap-table-header-bg, #f2f6f9);
24
+ }
25
+ .reset-scrollbar ::-webkit-scrollbar-thumb:hover,
26
+ .reset-scrollbar ::-webkit-scrollbar-thumb:active {
27
+ background-color: var(--ap-scrollbar-thumb-color-hover);
28
+ }
29
+ .clear-fix::before {
30
+ display: table;
31
+ content: '';
32
+ }
33
+ .clear-fix::after {
34
+ display: table;
35
+ clear: both;
36
+ content: '';
37
+ }
38
+ .common-style {
39
+ box-sizing: border-box;
40
+ font-size: 12px;
41
+ font-family: inherit;
42
+ }
43
+ .common-style::before,
44
+ .common-style::after {
45
+ box-sizing: border-box;
46
+ }
47
+ .aplus-ag-custom-header {
48
+ display: flex;
49
+ flex-direction: row;
50
+ flex-wrap: nowrap;
51
+ align-items: center;
52
+ flex: 1;
53
+ }
54
+ .aplus-ag-custom-header.sortable:hover {
55
+ cursor: pointer;
56
+ }
57
+ .aplus-ag-custom-header.align-center {
58
+ justify-content: center;
59
+ }
60
+ .aplus-ag-custom-header.align-right {
61
+ justify-content: end;
62
+ }
63
+ .aplus-ag-custom-header__sort-wrapper {
64
+ display: inline-flex;
65
+ flex-direction: column;
66
+ align-items: center;
67
+ color: rgba(0, 0, 0, 0.29);
68
+ margin-left: 4px;
69
+ }
70
+ .aplus-ag-custom-header__sort-wrapper:hover {
71
+ color: rgba(0, 0, 0, 0.57);
72
+ cursor: pointer;
73
+ }
74
+ .aplus-ag-custom-header__sorter-up.active {
75
+ color: var(--ap-color-primary);
76
+ }
77
+ .aplus-ag-custom-header__sorter-down {
78
+ margin-top: -0.3em;
79
+ }
80
+ .aplus-ag-custom-header__sorter-down.active {
81
+ color: var(--ap-color-primary);
82
+ }
83
+ .aplus-ap-form-item-group .ant-form-item-control .ant-picker {
84
+ display: flex;
85
+ }
86
+ .aplus-ap-form-item-group .ant-form-item-control .ant-input-number {
87
+ width: 100%;
88
+ }
89
+ .aplus-ap-form-item-group-col-hidden {
90
+ display: none !important;
91
+ }
92
+ .aplus-ap-form-item--bordered {
93
+ box-sizing: border-box;
94
+ border: 1px solid var(--ap-border-color-base);
95
+ border-radius: 4px;
96
+ padding-inline: 8px;
97
+ }
98
+ .aplus-ap-form-item--bordered .ant-input-affix-wrapper {
99
+ padding: 0;
100
+ }
101
+ .aplus-ap-form-item--bordered:has(.aplus-batch-input-group):has(.ant-select) .ant-input-affix-wrapper {
102
+ padding-right: 8px;
103
+ }
104
+ .aplus-ap-form-item--bordered:has(textarea.ant-input) {
105
+ padding-inline-end: 0;
106
+ }
107
+ .aplus-ap-form-item--bordered:has(textarea.ant-input) .ant-input {
108
+ padding-inline-start: 0;
109
+ }
110
+ .aplus-ap-form-item--bordered .ant-picker {
111
+ padding: 0;
112
+ }
113
+ .aplus-ap-form-item--bordered .ant-form-item-control-input-content > .ant-input-group > .ant-picker-range:nth-child(1) .ant-picker-clear {
114
+ inset-inline-end: 0;
115
+ }
116
+ .aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
117
+ padding-left: 8px;
118
+ }
119
+ .aplus-ap-form-item--bordered .ant-select-selector {
120
+ border-width: 0 !important;
121
+ box-shadow: none !important;
122
+ }
123
+ .aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
124
+ height: 30px !important;
125
+ }
126
+ .aplus-ap-form-item--bordered input.ant-input-number-input {
127
+ padding-left: 0;
128
+ }
129
+ .aplus-ap-form-item--bordered:has(.ant-input-number) {
130
+ padding-right: 0;
131
+ }
132
+ .aplus-ap-form-item--bordered:has(.ant-select) {
133
+ padding-right: 0px;
134
+ }
135
+ .aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
136
+ padding-right: 4px;
137
+ }
138
+ .aplus-ap-form-item--bordered div.ant-form-item-control {
139
+ flex: 1 1 0;
140
+ min-width: 0;
141
+ }
142
+ .aplus-ap-form-item--bordered .ant-form-item-label > label {
143
+ padding-right: 12px;
144
+ height: 30px;
145
+ }
146
+ .aplus-ap-form-item--bordered .ant-form-item-label > label::after {
147
+ margin: 0;
148
+ }
149
+ .aplus-ap-form-item--bordered .ant-form-item-control-input {
150
+ min-height: 30px;
151
+ }
152
+ .aplus-ap-form-item--bordered .ant-form-item-control-input .ant-select-single {
153
+ height: unset;
154
+ }
155
+ .aplus-ap-form-item--bordered:hover {
156
+ border-color: var(--ap-hover-color-base);
157
+ }
158
+ .aplus-ap-form-item--bordered:focus {
159
+ border-color: var(--ap-active-color-base);
160
+ box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
161
+ }
162
+ .aplus-ap-form-item--bordered .aplus-batch-input-group-popover-input__popover {
163
+ width: calc(100% + 12px);
164
+ }
165
+ .aplus-ap-form-item--disabled {
166
+ background-color: var(--color-bg-container-disabled);
167
+ }
168
+ .aplus-ap-form-item--disabled .ant-select-selector {
169
+ background: transparent !important;
170
+ }
171
+ .aplus-ap-form-item--focused {
172
+ border-color: var(--ap-active-color-base);
173
+ box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
174
+ }
175
+ .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
176
+ font-size: 12px;
177
+ line-height: 16px;
178
+ }
179
+ .aplus-ap-form-item .ant-col .ant-form-item-extra {
180
+ line-height: 22px;
181
+ min-height: unset;
182
+ margin-top: 4px;
183
+ margin-bottom: 12px;
184
+ }
185
+ .aplus-ap-form-item .ant-input-group .ant-picker:only-child {
186
+ width: 100%;
187
+ }
188
+ .aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
189
+ padding-inline: 8px;
190
+ flex: 1;
191
+ }
192
+ .aplus-ap-form-drawer-form__resize-bar {
193
+ width: 4px;
194
+ cursor: ew-resize;
195
+ position: absolute;
196
+ top: 0;
197
+ left: 0;
198
+ bottom: 0;
199
+ z-index: 100;
200
+ background-color: transparent;
201
+ }
202
+ .aplus-ap-form-drawer-form__resize-bar--min-disabled {
203
+ cursor: w-resize;
204
+ }
205
+ .aplus-ap-form-drawer-form__resize-bar--max-disabled {
206
+ cursor: e-resize;
207
+ }
208
+ .aplus-ap-form-modal-form .ant-modal-content {
209
+ padding: 0;
210
+ }
211
+ .aplus-ap-form-modal-form .ant-modal-header {
212
+ padding: 15px 20px;
213
+ border-bottom: 1px solid #E9EDF3;
214
+ margin-bottom: 0;
215
+ }
216
+ .aplus-ap-form-modal-form__content {
217
+ padding: 20px 20px 0px;
218
+ }
219
+ .aplus-ap-form-modal-form__footer {
220
+ padding: 12px 20px;
221
+ }
222
+ .aplus-ap-form-modal-form__footer-admin {
223
+ border-top: 1px solid #E9EDF3;
224
+ }
225
+ .aplus-ap-form-modal-form .ant-modal-close {
226
+ top: 16px;
227
+ }
228
+ .aplus-search-form-sorter-content {
229
+ width: 560px;
230
+ }
231
+ .aplus-search-form-sorter-header {
232
+ padding: 16px 16px 0px;
233
+ }
234
+ .aplus-search-form-sorter-header-title {
235
+ box-sizing: border-box;
236
+ margin: 0;
237
+ padding: 0;
238
+ color: #182948;
239
+ font-size: 12px;
240
+ font-family: inherit;
241
+ line-height: 18px;
242
+ list-style: none;
243
+ color: var(--ap-text-color-2);
244
+ font-size: 14px;
245
+ font-weight: 700;
246
+ display: inline-block;
247
+ padding-bottom: 4px;
248
+ }
249
+ .aplus-search-form-sorter-header-desc {
250
+ box-sizing: border-box;
251
+ margin: 0;
252
+ padding: 0;
253
+ color: #182948;
254
+ font-size: 12px;
255
+ font-family: inherit;
256
+ line-height: 18px;
257
+ list-style: none;
258
+ color: var(--ap-text-color-3);
259
+ }
260
+ .aplus-search-form-sorter-header-action-wrapper {
261
+ padding: 8px;
262
+ margin: -8px;
263
+ cursor: pointer;
264
+ }
265
+ .aplus-search-form-sorter-header-reset-btn {
266
+ box-sizing: border-box;
267
+ margin: 0;
268
+ padding: 0;
269
+ color: #182948;
270
+ font-size: 12px;
271
+ font-family: inherit;
272
+ line-height: 18px;
273
+ list-style: none;
274
+ color: var(--ap-color-link);
275
+ }
276
+ .aplus-search-form-sorter-sorter-wrapper {
277
+ display: flex;
278
+ flex-direction: row;
279
+ flex-wrap: wrap;
280
+ margin-left: -4px;
281
+ margin-right: -4px;
282
+ row-gap: 8px;
283
+ }
284
+ .aplus-search-form-sorter-sorter-item {
285
+ flex: 0 0 33.333333%;
286
+ max-width: 33.333333%;
287
+ padding-inline: 4px;
288
+ }
289
+ .aplus-search-form-sorter-sorter-item > div {
290
+ border: 1px solid var(--ap-color-bg);
291
+ border-radius: 4px;
292
+ padding: 8px;
293
+ display: flex;
294
+ align-items: center;
295
+ background-color: #fff;
296
+ }
297
+ .aplus-search-form-sorter-sorter-item > div:hover {
298
+ border-color: var(--ap-color-primary);
299
+ cursor: pointer;
300
+ }
301
+ .aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
302
+ color: var(--ap-color-primary) !important;
303
+ }
304
+ .aplus-search-form-sorter-sorter-item--hidden {
305
+ display: none;
306
+ }
307
+ .aplus-search-form-sorter-sorter-item-text {
308
+ box-sizing: border-box;
309
+ margin: 0;
310
+ padding: 0;
311
+ color: #182948;
312
+ font-size: 12px;
313
+ font-family: inherit;
314
+ line-height: 18px;
315
+ list-style: none;
316
+ padding-left: 4px;
317
+ color: var(--ap-text-color-2);
318
+ max-width: 100%;
319
+ white-space: nowrap;
320
+ overflow: hidden;
321
+ text-overflow: ellipsis;
322
+ }
323
+ .aplus-ap-form-search-form .ant-form-item {
324
+ margin-bottom: 8px;
325
+ }
326
+ .aplus-ap-form-search-form .ant-form-item-control .ant-picker {
327
+ display: flex;
328
+ }
329
+ .aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
330
+ width: 100%;
331
+ }
332
+ .aplus-ap-form-search-form__popover .ant-form-item {
333
+ margin-bottom: 8px;
334
+ }
335
+ .aplus-ap-form-search-form__popover .ant-popover-arrow {
336
+ display: none;
337
+ }
338
+ .aplus-ap-form-search-form__popover .ant-popover-inner {
339
+ padding: 0;
340
+ }
341
+ .aplus-ap-form-search-form__popover-content {
342
+ padding: 12px 16px 16px;
343
+ }
344
+ .aplus-ap-form-search-form__popover-content textarea {
345
+ padding: 0;
346
+ }
347
+ .aplus-ap-form-search-form__popover-footer {
348
+ padding: 12px 16px;
349
+ }
350
+ .aplus-ap-form-search-form__popover-footer-confirm-btn {
351
+ margin-left: 10px;
352
+ }
353
+ .aplus-ap-form-search-form__popover-footer button.ant-btn {
354
+ padding-inline: 16px;
355
+ }
356
+ .aplus-ap-form-search-form-trigger-btn {
357
+ font-size: 0px;
358
+ }
359
+ .aplus-ap-form-search-form-trigger-btn-active {
360
+ color: var(--ap-hover-color-base);
361
+ border-color: var(--ap-hover-color-base);
362
+ z-index: 1;
363
+ }
364
+ .aplus-ap-form-search-form-trigger-btn-badge {
365
+ display: inline-block;
366
+ padding: 2px;
367
+ min-width: 14px;
368
+ height: 14px;
369
+ background-color: var(--ap-color-primary);
370
+ font-size: 10px;
371
+ line-height: 1;
372
+ border-radius: 7px;
373
+ color: #fff;
374
+ position: absolute;
375
+ top: 0;
376
+ left: 0;
377
+ transform: translate(-50%, -50%);
378
+ box-shadow: 0 0 0 1px #fff;
379
+ }
380
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper {
381
+ flex-shrink: 0;
382
+ }
383
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child {
384
+ border-top-right-radius: 0px;
385
+ border-bottom-right-radius: 0px;
386
+ }
387
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child:hover {
388
+ z-index: 1;
389
+ }
390
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child {
391
+ border-top-left-radius: 0px;
392
+ border-bottom-left-radius: 0px;
393
+ margin-left: -1px;
394
+ }
395
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child:hover {
396
+ z-index: 1;
397
+ }
398
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper span.aplus-frontend-icon {
399
+ line-height: 0px;
400
+ vertical-align: -0.125em;
401
+ }
402
+ .aplus-ap-form-search-form-action-btn {
403
+ padding-inline: 12px;
404
+ }
405
+ .aplus-ap-form-search-form-action-btn-reset {
406
+ background-color: var(--ap-color-bg);
407
+ }
408
+ .aplus-ap-form-item-text-group-compact .ant-select-focused {
409
+ z-index: 1;
410
+ }
411
+ .aplus-ap-form-item-text-group-compact .ant-select:hover {
412
+ z-index: 1;
413
+ }
414
+ .aplus-ap-form-item-text-group-compact .ant-picker-focused {
415
+ z-index: 1;
416
+ }
417
+ .aplus-ap-form-item-text-group-compact .ant-picker:hover {
418
+ z-index: 1;
419
+ }
420
+ .aplus-ap-form-item-text-group-compact .ant-input-number-focused {
421
+ z-index: 1;
422
+ }
423
+ .aplus-ap-form-item-text-group-compact .ant-input-number:hover {
424
+ z-index: 1;
425
+ }
426
+ .aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > :first-child,
427
+ .aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
428
+ border-start-end-radius: 0;
429
+ border-end-end-radius: 0;
430
+ }
431
+ .aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > .ant-input-group > :last-child,
432
+ .aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
433
+ border-start-end-radius: 0;
434
+ border-end-end-radius: 0;
435
+ }
436
+ .aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > :first-child,
437
+ .aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
438
+ border-start-start-radius: 0;
439
+ border-end-start-radius: 0;
440
+ }
441
+ .aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > .ant-input-group > :first-child,
442
+ .aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
443
+ border-start-start-radius: 0;
444
+ border-end-start-radius: 0;
445
+ }
446
+ .aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > :first-child,
447
+ .aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
448
+ border-radius: 0;
449
+ }
450
+ .aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > .ant-input-group > *,
451
+ .aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
452
+ border-radius: 0;
453
+ }
454
+ .aplus-ap-form-item-text-group-compact .ant-input-group-addon:first-child {
455
+ border-radius: 0;
456
+ }
457
+ .ant-form-vertical .ant-input-group.ant-input-group-compact > * {
458
+ vertical-align: bottom;
459
+ }
460
+ .aplus-field-checkbox--vertical {
461
+ display: inline-block;
462
+ }
463
+ .aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
464
+ display: flex;
465
+ margin-block-end: 12px;
466
+ }
467
+ .aplus-field-checkbox .ant-checkbox-disabled + span {
468
+ color: unset;
469
+ }
470
+ .aplus-field-number-label-left {
471
+ padding-right: 4px;
472
+ }
473
+ .aplus-field-number-label-right {
474
+ padding-left: 4px;
475
+ }
476
+ .aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
477
+ display: flex;
478
+ margin-block-end: 12px;
479
+ }
480
+ .aplus-field-radio .ant-radio-wrapper-disabled {
481
+ color: unset;
482
+ }
483
+ .aplus-field-text-area {
484
+ white-space: pre-wrap;
485
+ word-wrap: break-word;
486
+ word-break: break-all;
487
+ }
488
+ .aplus-action-item {
489
+ box-sizing: border-box;
490
+ margin: 0;
491
+ padding: 0;
492
+ color: #182948;
493
+ font-size: 12px;
494
+ font-family: inherit;
495
+ line-height: 18px;
496
+ list-style: none;
497
+ display: inline-block;
498
+ cursor: pointer;
499
+ }
500
+ .aplus-action-item--primary {
501
+ color: var(--ap-color-link);
502
+ }
503
+ .aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
504
+ color: var(--ap-color-link-hover);
505
+ }
506
+ .aplus-action-item--success {
507
+ color: var(--ap-color-success);
508
+ }
509
+ .aplus-action-item--error {
510
+ color: var(--ap-color-error);
511
+ }
512
+ .aplus-action-item--warn {
513
+ color: var(--ap-color-warn);
514
+ }
515
+ .aplus-action-item--loading {
516
+ opacity: 0.35;
517
+ transition: opacity 0.2s;
518
+ cursor: default;
519
+ }
520
+ .aplus-action-item--loading .btn-loading-icon {
521
+ margin-right: 4px;
522
+ }
523
+ .aplus-action-item--disabled {
524
+ cursor: not-allowed;
525
+ }
526
+ .aplus-action-item--primary.aplus-action-item--disabled {
527
+ color: var(--ap-color-link-disabled);
528
+ }
529
+ .aplus-action-item--success.aplus-action-item--disabled {
530
+ color: var(--ap-color-success-disabled);
531
+ }
532
+ .aplus-action-item--error.aplus-action-item--disabled {
533
+ color: var(--ap-color-error-disabled);
534
+ }
535
+ .aplus-action-item--warn.aplus-action-item--disabled {
536
+ color: var(--ap-color-warn-disabled);
537
+ }
538
+ .aplus-action-item__icon-wrapper {
539
+ padding-right: 4px;
540
+ }
541
+ .aplus-action-item--icon-first .aplus-action-item__icon-wrapper {
542
+ padding-right: 0;
543
+ }
544
+ .aplus-action-item-dropdown__item .aplus-action-item {
545
+ width: 100%;
546
+ }
547
+ .aplus-action-item-dropdown__wrapper {
548
+ display: inline-flex;
549
+ flex-direction: row;
550
+ align-items: center;
551
+ }
552
+ .aplus-action-item-dropdown__icon {
553
+ color: #0070ff;
554
+ margin-left: 2px;
555
+ font-size: 12px;
556
+ display: inline-flex;
557
+ }
558
+ .aplus-editable-aggrid .ant-form-item {
559
+ margin-bottom: 16px;
560
+ }
561
+ .aplus-editable-aggrid .ag-cell:has(.is-editable) {
562
+ padding-block: 16px 0px !important;
563
+ }
564
+ .aplus-ag-grid ::-webkit-scrollbar {
565
+ width: 10px;
566
+ height: 10px;
567
+ }
568
+ .aplus-ag-grid ::-webkit-scrollbar-thumb {
569
+ background-color: var(--ap-scrollbar-thumb-color-base);
570
+ background-clip: content-box;
571
+ border: 1px solid transparent;
572
+ border-radius: 4px;
573
+ }
574
+ .aplus-ag-grid ::-webkit-scrollbar-track,
575
+ .aplus-ag-grid ::-webkit-scrollbar-corner {
576
+ background-color: var(--ap-table-header-bg, #f2f6f9);
577
+ }
578
+ .aplus-ag-grid ::-webkit-scrollbar-thumb:hover,
579
+ .aplus-ag-grid ::-webkit-scrollbar-thumb:active {
580
+ background-color: var(--ap-scrollbar-thumb-color-hover);
581
+ }
582
+ .aplus-ag-grid-adaptive {
583
+ height: 100%;
584
+ display: flex;
585
+ flex-direction: column;
586
+ }
587
+ .aplus-ag-grid-adaptive .aplus-ag-grid-grid-wrapper {
588
+ min-height: 0;
589
+ flex: 1;
590
+ position: relative;
591
+ }
592
+ .aplus-ag-grid-wrapper {
593
+ padding: 8px;
594
+ padding-bottom: 12px;
595
+ background-color: #fff;
596
+ }
597
+ .aplus-ag-grid-wrapper:has(ul.ant-pagination) {
598
+ padding-bottom: 0;
599
+ }
600
+ .aplus-ag-grid-sticky > .aplus-ag-grid__table-wrapper-card {
601
+ padding-bottom: 0;
602
+ }
603
+ .aplus-ag-grid__search-wrapper {
604
+ padding: 8px;
605
+ padding-bottom: 0;
606
+ background-color: #fff;
607
+ border-radius: 4px;
608
+ margin-bottom: 10px;
609
+ }
610
+ .aplus-ag-grid__table-wrapper {
611
+ flex: 1;
612
+ min-height: 0;
613
+ max-height: 100%;
614
+ width: 100%;
615
+ display: flex;
616
+ flex-direction: column;
617
+ }
618
+ .aplus-ag-grid__table-wrapper-card {
619
+ padding: 8px;
620
+ padding-bottom: 12px;
621
+ border-radius: 4px;
622
+ background-color: #fff;
623
+ }
624
+ .aplus-ag-grid__table-wrapper-card:has(ul.ant-pagination) {
625
+ padding-bottom: 0;
626
+ }
627
+ .aplus-ag-grid-pagination {
628
+ margin-block: 8px;
629
+ display: flex;
630
+ flex-wrap: wrap;
631
+ align-items: center;
632
+ row-gap: 8px;
633
+ }
634
+ .aplus-ag-grid-pagination .ant-pagination-total-text {
635
+ flex: 1;
636
+ height: unset;
637
+ line-height: 18px;
638
+ display: flex;
639
+ align-items: center;
640
+ }
641
+ .aplus-ag-grid__table-loading-wrapper {
642
+ position: absolute;
643
+ top: 0;
644
+ left: 0;
645
+ width: 100%;
646
+ height: 100%;
647
+ z-index: 2;
648
+ display: flex;
649
+ justify-content: center;
650
+ align-items: center;
651
+ background-color: var(--vxe-ui-loading-background-color);
652
+ }
653
+ .aplus-ag-grid-pagination-count-text {
654
+ color: var(--ap-text-color-2);
655
+ }
656
+ .aplus-ag-grid-pagination--total-right {
657
+ padding-left: 12px;
658
+ }
659
+ .aplus-ag-grid-pagination-total-wrapper {
660
+ color: var(--ap-text-color-1);
661
+ }
662
+ .aplus-ag-grid-table-header__title {
663
+ display: -webkit-inline-box;
664
+ -webkit-line-clamp: 2;
665
+ -webkit-box-orient: vertical;
666
+ overflow: hidden;
667
+ text-overflow: ellipsis;
668
+ white-space: normal;
669
+ max-width: 100%;
670
+ vertical-align: middle;
671
+ word-break: break-all;
672
+ flex: 1;
673
+ }
674
+ .aplus-ag-grid-table-header__title--single {
675
+ flex: unset;
676
+ }
677
+ .aplus-ag-grid__cell--left {
678
+ text-align: left;
679
+ }
680
+ .aplus-ag-grid__cell--center {
681
+ text-align: center;
682
+ }
683
+ .aplus-ag-grid__cell--right {
684
+ text-align: right;
685
+ }
686
+ .aplus-ag-grid__cell--multiline .ag-cell-value {
687
+ display: -webkit-box;
688
+ -webkit-box-orient: vertical;
689
+ -webkit-line-clamp: var(--ag-grid-line-clamp);
690
+ word-break: break-all;
691
+ }
692
+ .aplus-ag-grid-size-mini .ag-cell {
693
+ line-height: 18px;
694
+ padding-block: 6px;
695
+ width: 100%;
696
+ display: flex;
697
+ align-items: center;
698
+ }
699
+ .aplus-ag-grid-size-mini .ag-cell > div {
700
+ width: 100%;
701
+ }
702
+ .aplus-ag-grid-size-medium .ag-cell {
703
+ line-height: 18px;
704
+ padding-block: 9px;
705
+ display: flex;
706
+ align-items: center;
707
+ }
708
+ .aplus-ag-grid-size-medium .ag-cell > div {
709
+ width: 100%;
710
+ }
711
+ .aplus-ag-grid__tooltip {
712
+ font-size: 12px;
713
+ max-width: 300px;
714
+ word-break: break-all;
715
+ background-color: #fff;
716
+ padding: 6px 8px;
717
+ border-radius: 4px;
718
+ box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
719
+ }
720
+ .aplus-ag-grid .ag-unselectable {
721
+ -moz-user-select: text;
722
+ user-select: text;
723
+ -webkit-user-select: text;
724
+ }
725
+ .aplus-ag-grid .ag-checkbox.ag-labeled[disabled] .ag-input-field-input[disabled] {
726
+ cursor: not-allowed;
727
+ }
728
+ .aplus-ag-grid-modal--table-layout {
729
+ display: flex;
730
+ flex: 1;
731
+ justify-content: space-between;
732
+ height: 100%;
733
+ }
734
+ .aplus-ag-grid-modal--table-layout.complex-layout {
735
+ height: 100%;
736
+ position: relative;
737
+ }
738
+ .aplus-ag-grid-modal--table-layout-left {
739
+ flex: 1;
740
+ min-width: 0px;
741
+ padding-right: 20px;
742
+ box-sizing: border-box;
743
+ display: flex;
744
+ flex-direction: column;
745
+ }
746
+ .aplus-ag-grid-modal--table-layout-left-content {
747
+ flex: 1;
748
+ }
749
+ .aplus-ag-grid-modal--table-layout-left-content .ant-table-body {
750
+ height: 100%;
751
+ }
752
+ .aplus-ag-grid-modal--table-layout-right {
753
+ max-height: 100%;
754
+ width: 410px;
755
+ padding-left: 20px;
756
+ position: relative;
757
+ display: flex;
758
+ flex-direction: column;
759
+ }
760
+ .aplus-ag-grid-modal--table-layout-right-content {
761
+ flex-grow: 1;
762
+ height: 0;
763
+ overflow-y: auto;
764
+ }
765
+ .aplus-ag-grid-modal--table-layout-right::before {
766
+ content: '';
767
+ height: calc(100% + var(--ag-grid-modal-layout-divider-offset, 16px));
768
+ width: 1px;
769
+ background-color: #dee4ed;
770
+ position: absolute;
771
+ left: 0px;
772
+ top: calc(-1 * var(--ag-grid-modal-layout-divider-offset, 16px));
773
+ }