@aplus-frontend/ui 6.22.0-beta.0 → 6.22.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 (90) hide show
  1. package/es/index.mjs +164 -161
  2. package/es/src/ag-grid/components/header-cell/index.vue2.mjs +42 -36
  3. package/es/src/ag-grid/context.d.ts +18 -0
  4. package/es/src/ag-grid/context.mjs +17 -0
  5. package/es/src/ag-grid/index.vue.d.ts +4 -2
  6. package/es/src/ag-grid/index.vue.mjs +340 -205
  7. package/es/src/ag-grid/interface.d.ts +105 -3
  8. package/es/src/ag-grid/theme.d.ts +3 -0
  9. package/es/src/ag-grid/theme.mjs +25 -0
  10. package/es/src/ap-field/number/index.vue.mjs +25 -25
  11. package/es/src/ap-grid/utils/col.d.ts +1 -1
  12. package/es/src/ap-grid/utils/col.mjs +29 -29
  13. package/es/src/ap-pro-card/components/card/index.vue2.mjs +108 -98
  14. package/es/src/ap-pro-card/components/divider/index.vue.d.ts +13 -0
  15. package/es/src/ap-pro-card/components/divider/index.vue.mjs +4 -0
  16. package/es/src/ap-pro-card/components/divider/index.vue2.mjs +29 -0
  17. package/es/src/ap-pro-card/components/operation/index.vue.d.ts +18 -0
  18. package/es/src/ap-pro-card/components/operation/index.vue.mjs +4 -0
  19. package/es/src/ap-pro-card/components/operation/index.vue2.mjs +20 -0
  20. package/es/src/ap-pro-card/components/statistic/index.vue.d.ts +51 -0
  21. package/es/src/ap-pro-card/components/statistic/index.vue.mjs +4 -0
  22. package/es/src/ap-pro-card/components/statistic/index.vue2.mjs +134 -0
  23. package/es/src/ap-pro-card/components/statistic-card/index.vue.d.ts +25 -0
  24. package/es/src/ap-pro-card/components/statistic-card/index.vue.mjs +4 -0
  25. package/es/src/ap-pro-card/components/statistic-card/index.vue2.mjs +116 -0
  26. package/es/src/ap-pro-card/components/title/index.vue.d.ts +23 -0
  27. package/es/src/ap-pro-card/components/title/index.vue.mjs +4 -0
  28. package/es/src/ap-pro-card/components/title/index.vue2.mjs +28 -0
  29. package/es/src/ap-pro-card/index.d.ts +20 -42
  30. package/es/src/ap-pro-card/index.mjs +22 -4
  31. package/es/src/ap-pro-card/interface.d.ts +66 -2
  32. package/es/src/ap-tag/ap-tag-group.vue.mjs +42 -42
  33. package/es/src/business/ap-label/group/ApLabelGroup.mjs +17 -15
  34. package/es/src/business/hooks/index.d.ts +1 -0
  35. package/es/src/business/hooks/index.mjs +8 -6
  36. package/es/src/business/hooks/usePageListAgGrid.d.ts +37 -0
  37. package/es/src/business/hooks/usePageListAgGrid.mjs +88 -0
  38. package/es/src/index.mjs +277 -274
  39. package/es/src/version.d.ts +1 -1
  40. package/es/src/version.mjs +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/src/ag-grid/components/header-cell/index.vue2.js +1 -1
  43. package/lib/src/ag-grid/context.d.ts +18 -0
  44. package/lib/src/ag-grid/context.js +1 -0
  45. package/lib/src/ag-grid/index.vue.d.ts +4 -2
  46. package/lib/src/ag-grid/index.vue.js +1 -1
  47. package/lib/src/ag-grid/interface.d.ts +105 -3
  48. package/lib/src/ag-grid/theme.d.ts +3 -0
  49. package/lib/src/ag-grid/theme.js +1 -0
  50. package/lib/src/ap-field/number/index.vue.js +1 -1
  51. package/lib/src/ap-grid/utils/col.d.ts +1 -1
  52. package/lib/src/ap-grid/utils/col.js +1 -1
  53. package/lib/src/ap-pro-card/components/card/index.vue2.js +1 -1
  54. package/lib/src/ap-pro-card/components/divider/index.vue.d.ts +13 -0
  55. package/lib/src/ap-pro-card/components/divider/index.vue.js +1 -0
  56. package/lib/src/ap-pro-card/components/divider/index.vue2.js +1 -0
  57. package/lib/src/ap-pro-card/components/operation/index.vue.d.ts +18 -0
  58. package/lib/src/ap-pro-card/components/operation/index.vue.js +1 -0
  59. package/lib/src/ap-pro-card/components/operation/index.vue2.js +1 -0
  60. package/lib/src/ap-pro-card/components/statistic/index.vue.d.ts +51 -0
  61. package/lib/src/ap-pro-card/components/statistic/index.vue.js +1 -0
  62. package/lib/src/ap-pro-card/components/statistic/index.vue2.js +1 -0
  63. package/lib/src/ap-pro-card/components/statistic-card/index.vue.d.ts +25 -0
  64. package/lib/src/ap-pro-card/components/statistic-card/index.vue.js +1 -0
  65. package/lib/src/ap-pro-card/components/statistic-card/index.vue2.js +1 -0
  66. package/lib/src/ap-pro-card/components/title/index.vue.d.ts +23 -0
  67. package/lib/src/ap-pro-card/components/title/index.vue.js +1 -0
  68. package/lib/src/ap-pro-card/components/title/index.vue2.js +1 -0
  69. package/lib/src/ap-pro-card/index.d.ts +20 -42
  70. package/lib/src/ap-pro-card/index.js +1 -1
  71. package/lib/src/ap-pro-card/interface.d.ts +66 -2
  72. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  73. package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
  74. package/lib/src/business/hooks/index.d.ts +1 -0
  75. package/lib/src/business/hooks/index.js +1 -1
  76. package/lib/src/business/hooks/usePageListAgGrid.d.ts +37 -0
  77. package/lib/src/business/hooks/usePageListAgGrid.js +1 -0
  78. package/lib/src/index.js +1 -1
  79. package/lib/src/version.d.ts +1 -1
  80. package/lib/src/version.js +1 -1
  81. package/package.json +1 -1
  82. package/theme/ag-grid/index.css +468 -0
  83. package/theme/ag-grid/index.less +25 -0
  84. package/theme/ap-button/ap-button.css +1 -1
  85. package/theme/ap-button/ap-button.less +1 -1
  86. package/theme/ap-pro-card/index.css +199 -0
  87. package/theme/ap-pro-card/index.less +203 -0
  88. package/theme/ap-tag/ap-tag.css +1 -1
  89. package/theme/ap-tag/ap-tag.less +1 -1
  90. package/theme/index.css +218 -2
@@ -257,3 +257,202 @@
257
257
  background: var(--ap-pro-card-colo-bg-container);
258
258
  padding: var(--ap-pro-card-actions-padding);
259
259
  }
260
+ .aplus-pro-card-title-default {
261
+ position: relative;
262
+ font-weight: bold;
263
+ font-size: 12px;
264
+ display: flex;
265
+ align-items: center;
266
+ }
267
+ .aplus-pro-card-title-default-aplus {
268
+ padding-left: 10px;
269
+ }
270
+ .aplus-pro-card-title-default-aplus::before {
271
+ position: absolute;
272
+ content: '';
273
+ left: 0;
274
+ top: 50%;
275
+ transform: translateY(-50%);
276
+ width: 3px;
277
+ height: 14px;
278
+ background: #0070ff;
279
+ border-radius: 0px 4px 4px 0px;
280
+ }
281
+ .aplus-pro-card-title-default-admin {
282
+ padding-left: 14px;
283
+ }
284
+ .aplus-pro-card-title-default-admin::before {
285
+ position: absolute;
286
+ content: '';
287
+ left: 0;
288
+ top: 50%;
289
+ transform: translateY(-50%);
290
+ width: 8px;
291
+ height: 8px;
292
+ border-radius: 50%;
293
+ border-width: 2px;
294
+ border-style: solid;
295
+ border-color: #34b77c;
296
+ background: #fff;
297
+ }
298
+ .aplus-pro-card-divider {
299
+ flex: none;
300
+ background: var(--ap-pro-card-border-color-split);
301
+ }
302
+ .aplus-pro-card-divider-vertical {
303
+ width: var(--ap-pro-card-border-line-width);
304
+ margin-inline: 8px;
305
+ margin-block: 24px;
306
+ }
307
+ .aplus-pro-card-divider-horizontal {
308
+ height: var(--ap-pro-card-border-line-width);
309
+ margin-inline: 24px;
310
+ margin-block: 8px;
311
+ }
312
+ .aplus-pro-card-operation {
313
+ display: flex;
314
+ flex-direction: column;
315
+ justify-content: flex-end;
316
+ margin-block: 24px;
317
+ margin-inline: 0;
318
+ font-weight: 500;
319
+ font-size: 20px;
320
+ line-height: 38px;
321
+ }
322
+ .aplus-pro-card-statistic {
323
+ display: flex;
324
+ }
325
+ .aplus-pro-card-statistic + .aplus-pro-card-statistic {
326
+ margin-block-start: 4px;
327
+ }
328
+ .aplus-pro-card-statistic-tip {
329
+ margin-inline-start: 4px;
330
+ color: var(--ap-text-color-3);
331
+ }
332
+ .aplus-pro-card-statistic-wrapper {
333
+ display: flex;
334
+ width: 100%;
335
+ }
336
+ .aplus-pro-card-statistic-status {
337
+ width: 14px;
338
+ }
339
+ .aplus-pro-card-statistic-status.ant-badge.ant-badge-status {
340
+ line-height: 18px;
341
+ }
342
+ .aplus-pro-card-statistic-icon {
343
+ margin-inline-end: 16px;
344
+ }
345
+ .aplus-pro-card-statistic-trend-icon {
346
+ width: 0;
347
+ height: 0;
348
+ border-inline-end: 3px solid transparent;
349
+ border-block-end: 6px solid #000;
350
+ border-inline-start: 3px solid transparent;
351
+ }
352
+ .aplus-pro-card-statistic-trend-icon-up {
353
+ transform: rotate(0deg) translateY(-1px);
354
+ }
355
+ .aplus-pro-card-statistic-trend-icon-down {
356
+ transform: rotate(180deg) translateY(1px);
357
+ }
358
+ .aplus-pro-card-statistic-content {
359
+ width: 100%;
360
+ }
361
+ .aplus-pro-card-statistic-content .ant-statistic-content-value-int {
362
+ font-size: 24px;
363
+ }
364
+ .aplus-pro-card-statistic-content .ant-statistic-content-value {
365
+ font-size: 24px;
366
+ }
367
+ .aplus-pro-card-statistic-content .ant-statistic-content-value-decimal {
368
+ font-size: 24px;
369
+ }
370
+ .aplus-pro-card-statistic-description {
371
+ width: 100%;
372
+ }
373
+ .aplus-pro-card-statistic .ant-statistic-title {
374
+ color: var(--ap-text-color-2);
375
+ line-height: 18px;
376
+ }
377
+ .aplus-pro-card-statistic-trend-up .ant-statistic-content {
378
+ color: var(--ap-color-error);
379
+ }
380
+ .aplus-pro-card-statistic-trend-up .aplus-pro-card-statistic-trend-icon {
381
+ border-block-end-color: var(--ap-color-error);
382
+ }
383
+ .aplus-pro-card-statistic-trend-down .ant-statistic-content {
384
+ color: var(--ap-color-success);
385
+ }
386
+ .aplus-pro-card-statistic-trend-down .aplus-pro-card-statistic-trend-icon {
387
+ border-block-end-color: var(--ap-color-success);
388
+ }
389
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal {
390
+ display: flex;
391
+ justify-content: space-between;
392
+ }
393
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-title {
394
+ margin-block-end: 0;
395
+ }
396
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value {
397
+ font-weight: 500;
398
+ }
399
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-title,
400
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value,
401
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value-int,
402
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content,
403
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-suffix,
404
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-prefix,
405
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value-decimal {
406
+ font-size: 14px;
407
+ }
408
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline {
409
+ display: inline-flex;
410
+ color: var(--ap-text-color-1);
411
+ }
412
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-title {
413
+ margin-inline-end: 6px;
414
+ margin-block-end: 0;
415
+ }
416
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content {
417
+ color: var(--ap-text-color-1);
418
+ }
419
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-title,
420
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-value,
421
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-value-int,
422
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content,
423
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-suffix,
424
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-prefix,
425
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-value-decimal {
426
+ font-size: 12px;
427
+ }
428
+ .aplus-statistic-card-chart {
429
+ display: flex;
430
+ flex-direction: column;
431
+ margin-block-start: 8px;
432
+ margin-block-end: 8px;
433
+ }
434
+ .aplus-statistic-card-chart-left {
435
+ margin-block-start: 0;
436
+ margin-inline-end: 16px;
437
+ }
438
+ .aplus-statistic-card-chart-right {
439
+ margin-block-start: 0;
440
+ margin-inline-start: 16px;
441
+ }
442
+ .aplus-statistic-card-content {
443
+ display: flex;
444
+ flex-direction: column;
445
+ }
446
+ .aplus-statistic-card-content-horizontal {
447
+ flex-direction: row;
448
+ }
449
+ .aplus-statistic-card-chart {
450
+ width: 100%;
451
+ align-items: center;
452
+ align-self: flex-start;
453
+ }
454
+ .aplus-statistic-card-footer {
455
+ margin-block-start: 8px;
456
+ padding-block-start: 16px;
457
+ border-block-start: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
458
+ }
@@ -127,3 +127,206 @@
127
127
  padding: var(--ap-pro-card-actions-padding);
128
128
  }
129
129
  });
130
+
131
+ .b(pro-card-title, {
132
+ &-default {
133
+ position: relative;
134
+ font-weight: bold;
135
+ font-size: 12px;
136
+ display: flex;
137
+ align-items: center;
138
+ &-aplus {
139
+ padding-left: 10px;
140
+ &::before {
141
+ position: absolute;
142
+ content: '';
143
+ left: 0;
144
+ top: 50%;
145
+ transform: translateY(-50%);
146
+ width: 3px;
147
+ height: 14px;
148
+ background: #0070ff;
149
+ border-radius: 0px 4px 4px 0px;
150
+ }
151
+ }
152
+ &-admin {
153
+ padding-left: 14px;
154
+ &::before {
155
+ position: absolute;
156
+ content: '';
157
+ left: 0;
158
+ top: 50%;
159
+ transform: translateY(-50%);
160
+ width: 8px;
161
+ height: 8px;
162
+ border-radius: 50%;
163
+ border-width: 2px;
164
+ border-style: solid;
165
+ border-color: #34b77c;
166
+ background: #fff;
167
+ }
168
+ }
169
+ }
170
+ });
171
+
172
+ .b(pro-card-divider, {
173
+ flex: none;
174
+ background: var(--ap-pro-card-border-color-split);
175
+ &-vertical {
176
+ width: var(--ap-pro-card-border-line-width);
177
+ margin-inline: 8px;
178
+ margin-block: 24px;
179
+ }
180
+ &-horizontal {
181
+ height: var(--ap-pro-card-border-line-width);
182
+ margin-inline: 24px;
183
+ margin-block: 8px;
184
+ }
185
+ });
186
+
187
+ .b(pro-card-operation, {
188
+ display: flex;
189
+ flex-direction: column;
190
+ justify-content: flex-end;
191
+ margin-block: 24px;
192
+ margin-inline: 0;
193
+ font-weight: 500;
194
+ font-size: 20px;
195
+ line-height: 38px;
196
+ });
197
+
198
+ .b(pro-card-statistic, {
199
+ display: flex;
200
+ & + & {
201
+ margin-block-start: 4px;
202
+ }
203
+ &-tip {
204
+ margin-inline-start: 4px;
205
+ color: var(--ap-text-color-3);
206
+ }
207
+ &-wrapper {
208
+ display: flex;
209
+ width: 100%;
210
+ }
211
+ &-status {
212
+ width: 14px;
213
+ &.ant-badge.ant-badge-status {
214
+ line-height: 18px;
215
+ }
216
+ }
217
+ &-icon {
218
+ margin-inline-end: 16px;
219
+ }
220
+ &-trend-icon {
221
+ width: 0;
222
+ height: 0;
223
+ border-inline-end: 3px solid transparent;
224
+ border-block-end: 6px solid #000;
225
+ border-inline-start: 3px solid transparent;
226
+ &-up {
227
+ transform: rotate(0deg) translateY(-1px);
228
+ }
229
+ &-down {
230
+ transform: rotate(180deg) translateY(1px);
231
+ }
232
+ }
233
+ &-content {
234
+ width: 100%;
235
+ .ant-statistic-content {
236
+ &-value-int {
237
+ font-size: 24px;
238
+ }
239
+ &-value {
240
+ font-size: 24px;
241
+ }
242
+ &-value-decimal {
243
+ font-size: 24px;
244
+ }
245
+ }
246
+ }
247
+ &-description {
248
+ width: 100%;
249
+ }
250
+ .ant-statistic-title {
251
+ color: var(--ap-text-color-2);
252
+ line-height: 18px;
253
+ }
254
+ &-trend-up {
255
+ .ant-statistic-content {
256
+ color: var(--ap-color-error);
257
+ }
258
+ }
259
+ &-trend-up &-trend-icon {
260
+ border-block-end-color: var(--ap-color-error);
261
+ }
262
+ &-trend-down {
263
+ .ant-statistic-content {
264
+ color: var(--ap-color-success);
265
+ }
266
+ }
267
+ &-trend-down &-trend-icon {
268
+ border-block-end-color: var(--ap-color-success);
269
+ }
270
+
271
+ & &-layout-horizontal {
272
+ display: flex;
273
+ justify-content: space-between;
274
+ .ant-statistic-title {
275
+ margin-block-end: 0;
276
+ }
277
+ .ant-statistic-content-value {
278
+ font-weight: 500;
279
+ }
280
+ .ant-statistic-title,.ant-statistic-content-value,.ant-statistic-content-value-int,.ant-statistic-content,.ant-statistic-content-suffix,.ant-statistic-content-prefix,.ant-statistic-content-value-decimal {
281
+ font-size: 14px;
282
+ }
283
+ }
284
+ & &-layout-inline {
285
+ display: inline-flex;
286
+ color: var(--ap-text-color-1);
287
+ .ant-statistic-title {
288
+ margin-inline-end: 6px;
289
+ margin-block-end: 0;
290
+ }
291
+ .ant-statistic-content {
292
+ color: var(--ap-text-color-1);
293
+ }
294
+ .ant-statistic-title,.ant-statistic-content-value,.ant-statistic-content-value-int,.ant-statistic-content,.ant-statistic-content-suffix,.ant-statistic-content-prefix,.ant-statistic-content-value-decimal {
295
+ font-size: 12px;
296
+ }
297
+ }
298
+ });
299
+
300
+ .b(statistic-card, {
301
+ &-chart {
302
+ display: flex;
303
+ flex-direction: column;
304
+ margin-block-start: 8px;
305
+ margin-block-end: 8px;
306
+ &-left {
307
+ margin-block-start: 0;
308
+ margin-inline-end: 16px;
309
+ }
310
+ &-right {
311
+ margin-block-start: 0;
312
+ margin-inline-start: 16px;
313
+ }
314
+ }
315
+ &-content {
316
+ display: flex;
317
+ flex-direction: column;
318
+ &-horizontal {
319
+ flex-direction: row;
320
+ }
321
+ }
322
+ &-chart {
323
+ width: 100%;
324
+ align-items: center;
325
+ align-self: flex-start;
326
+ }
327
+ &-footer {
328
+ margin-block-start: 8px;
329
+ padding-block-start: 16px;
330
+ border-block-start: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
331
+ }
332
+ });
@@ -78,7 +78,7 @@
78
78
  color: var(--ap-text-color-2);
79
79
  }
80
80
  .aplus-tag-wrapper-border > * {
81
- border: 1px solid var(--tag-main-color);
81
+ outline: 1px solid var(--tag-main-color);
82
82
  background-color: var(--tag-main-color-opacity);
83
83
  color: var(--tag-main-color);
84
84
  }
@@ -39,7 +39,7 @@
39
39
  }
40
40
  &-wrapper-border {
41
41
  & > * {
42
- border: 1px solid var(--tag-main-color);
42
+ outline: 1px solid var(--tag-main-color);
43
43
  background-color: var(--tag-main-color-opacity);
44
44
  color: var(--tag-main-color);
45
45
  }
package/theme/index.css CHANGED
@@ -829,7 +829,7 @@
829
829
  margin-bottom: 8px;
830
830
  border-bottom: 1px solid var(--ap-color-bg);
831
831
  }
832
- .aplus-ap-action-button-border-link:not(:disabled):hover,
832
+ .ant-btn.aplus-ap-action-button-border-link:not(:disabled):hover,
833
833
  .aplus-ap-action-button-border-link:not(:disabled):active,
834
834
  .aplus-ap-action-button-border-link:not(:disabled):focus {
835
835
  border-color: var(--button-border-color);
@@ -2370,7 +2370,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2370
2370
  color: var(--ap-text-color-2);
2371
2371
  }
2372
2372
  .aplus-tag-wrapper-border > * {
2373
- border: 1px solid var(--tag-main-color);
2373
+ outline: 1px solid var(--tag-main-color);
2374
2374
  background-color: var(--tag-main-color-opacity);
2375
2375
  color: var(--tag-main-color);
2376
2376
  }
@@ -4306,6 +4306,23 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
4306
4306
  .aplus-ag-grid__cell--right {
4307
4307
  text-align: right;
4308
4308
  }
4309
+ .aplus-ag-grid-size-mini .ag-cell {
4310
+ line-height: 18px;
4311
+ width: 100%;
4312
+ display: flex;
4313
+ align-items: center;
4314
+ }
4315
+ .aplus-ag-grid-size-mini .ag-cell > div {
4316
+ width: 100%;
4317
+ }
4318
+ .aplus-ag-grid-size-medium .ag-cell {
4319
+ line-height: 18px;
4320
+ display: flex;
4321
+ align-items: center;
4322
+ }
4323
+ .aplus-ag-grid-size-medium .ag-cell > div {
4324
+ width: 100%;
4325
+ }
4309
4326
  .aplus-ap-value-select-card {
4310
4327
  position: relative;
4311
4328
  margin-top: 8px;
@@ -4636,3 +4653,202 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
4636
4653
  background: var(--ap-pro-card-colo-bg-container);
4637
4654
  padding: var(--ap-pro-card-actions-padding);
4638
4655
  }
4656
+ .aplus-pro-card-title-default {
4657
+ position: relative;
4658
+ font-weight: bold;
4659
+ font-size: 12px;
4660
+ display: flex;
4661
+ align-items: center;
4662
+ }
4663
+ .aplus-pro-card-title-default-aplus {
4664
+ padding-left: 10px;
4665
+ }
4666
+ .aplus-pro-card-title-default-aplus::before {
4667
+ position: absolute;
4668
+ content: '';
4669
+ left: 0;
4670
+ top: 50%;
4671
+ transform: translateY(-50%);
4672
+ width: 3px;
4673
+ height: 14px;
4674
+ background: #0070ff;
4675
+ border-radius: 0px 4px 4px 0px;
4676
+ }
4677
+ .aplus-pro-card-title-default-admin {
4678
+ padding-left: 14px;
4679
+ }
4680
+ .aplus-pro-card-title-default-admin::before {
4681
+ position: absolute;
4682
+ content: '';
4683
+ left: 0;
4684
+ top: 50%;
4685
+ transform: translateY(-50%);
4686
+ width: 8px;
4687
+ height: 8px;
4688
+ border-radius: 50%;
4689
+ border-width: 2px;
4690
+ border-style: solid;
4691
+ border-color: #34b77c;
4692
+ background: #fff;
4693
+ }
4694
+ .aplus-pro-card-divider {
4695
+ flex: none;
4696
+ background: var(--ap-pro-card-border-color-split);
4697
+ }
4698
+ .aplus-pro-card-divider-vertical {
4699
+ width: var(--ap-pro-card-border-line-width);
4700
+ margin-inline: 8px;
4701
+ margin-block: 24px;
4702
+ }
4703
+ .aplus-pro-card-divider-horizontal {
4704
+ height: var(--ap-pro-card-border-line-width);
4705
+ margin-inline: 24px;
4706
+ margin-block: 8px;
4707
+ }
4708
+ .aplus-pro-card-operation {
4709
+ display: flex;
4710
+ flex-direction: column;
4711
+ justify-content: flex-end;
4712
+ margin-block: 24px;
4713
+ margin-inline: 0;
4714
+ font-weight: 500;
4715
+ font-size: 20px;
4716
+ line-height: 38px;
4717
+ }
4718
+ .aplus-pro-card-statistic {
4719
+ display: flex;
4720
+ }
4721
+ .aplus-pro-card-statistic + .aplus-pro-card-statistic {
4722
+ margin-block-start: 4px;
4723
+ }
4724
+ .aplus-pro-card-statistic-tip {
4725
+ margin-inline-start: 4px;
4726
+ color: var(--ap-text-color-3);
4727
+ }
4728
+ .aplus-pro-card-statistic-wrapper {
4729
+ display: flex;
4730
+ width: 100%;
4731
+ }
4732
+ .aplus-pro-card-statistic-status {
4733
+ width: 14px;
4734
+ }
4735
+ .aplus-pro-card-statistic-status.ant-badge.ant-badge-status {
4736
+ line-height: 18px;
4737
+ }
4738
+ .aplus-pro-card-statistic-icon {
4739
+ margin-inline-end: 16px;
4740
+ }
4741
+ .aplus-pro-card-statistic-trend-icon {
4742
+ width: 0;
4743
+ height: 0;
4744
+ border-inline-end: 3px solid transparent;
4745
+ border-block-end: 6px solid #000;
4746
+ border-inline-start: 3px solid transparent;
4747
+ }
4748
+ .aplus-pro-card-statistic-trend-icon-up {
4749
+ transform: rotate(0deg) translateY(-1px);
4750
+ }
4751
+ .aplus-pro-card-statistic-trend-icon-down {
4752
+ transform: rotate(180deg) translateY(1px);
4753
+ }
4754
+ .aplus-pro-card-statistic-content {
4755
+ width: 100%;
4756
+ }
4757
+ .aplus-pro-card-statistic-content .ant-statistic-content-value-int {
4758
+ font-size: 24px;
4759
+ }
4760
+ .aplus-pro-card-statistic-content .ant-statistic-content-value {
4761
+ font-size: 24px;
4762
+ }
4763
+ .aplus-pro-card-statistic-content .ant-statistic-content-value-decimal {
4764
+ font-size: 24px;
4765
+ }
4766
+ .aplus-pro-card-statistic-description {
4767
+ width: 100%;
4768
+ }
4769
+ .aplus-pro-card-statistic .ant-statistic-title {
4770
+ color: var(--ap-text-color-2);
4771
+ line-height: 18px;
4772
+ }
4773
+ .aplus-pro-card-statistic-trend-up .ant-statistic-content {
4774
+ color: var(--ap-color-error);
4775
+ }
4776
+ .aplus-pro-card-statistic-trend-up .aplus-pro-card-statistic-trend-icon {
4777
+ border-block-end-color: var(--ap-color-error);
4778
+ }
4779
+ .aplus-pro-card-statistic-trend-down .ant-statistic-content {
4780
+ color: var(--ap-color-success);
4781
+ }
4782
+ .aplus-pro-card-statistic-trend-down .aplus-pro-card-statistic-trend-icon {
4783
+ border-block-end-color: var(--ap-color-success);
4784
+ }
4785
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal {
4786
+ display: flex;
4787
+ justify-content: space-between;
4788
+ }
4789
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-title {
4790
+ margin-block-end: 0;
4791
+ }
4792
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value {
4793
+ font-weight: 500;
4794
+ }
4795
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-title,
4796
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value,
4797
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value-int,
4798
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content,
4799
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-suffix,
4800
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-prefix,
4801
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value-decimal {
4802
+ font-size: 14px;
4803
+ }
4804
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline {
4805
+ display: inline-flex;
4806
+ color: var(--ap-text-color-1);
4807
+ }
4808
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-title {
4809
+ margin-inline-end: 6px;
4810
+ margin-block-end: 0;
4811
+ }
4812
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content {
4813
+ color: var(--ap-text-color-1);
4814
+ }
4815
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-title,
4816
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-value,
4817
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-value-int,
4818
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content,
4819
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-suffix,
4820
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-prefix,
4821
+ .aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-value-decimal {
4822
+ font-size: 12px;
4823
+ }
4824
+ .aplus-statistic-card-chart {
4825
+ display: flex;
4826
+ flex-direction: column;
4827
+ margin-block-start: 8px;
4828
+ margin-block-end: 8px;
4829
+ }
4830
+ .aplus-statistic-card-chart-left {
4831
+ margin-block-start: 0;
4832
+ margin-inline-end: 16px;
4833
+ }
4834
+ .aplus-statistic-card-chart-right {
4835
+ margin-block-start: 0;
4836
+ margin-inline-start: 16px;
4837
+ }
4838
+ .aplus-statistic-card-content {
4839
+ display: flex;
4840
+ flex-direction: column;
4841
+ }
4842
+ .aplus-statistic-card-content-horizontal {
4843
+ flex-direction: row;
4844
+ }
4845
+ .aplus-statistic-card-chart {
4846
+ width: 100%;
4847
+ align-items: center;
4848
+ align-self: flex-start;
4849
+ }
4850
+ .aplus-statistic-card-footer {
4851
+ margin-block-start: 8px;
4852
+ padding-block-start: 16px;
4853
+ border-block-start: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
4854
+ }