@aplus-frontend/ui 6.22.0-beta.0 → 6.22.1
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.
- package/es/index.mjs +164 -161
- package/es/src/ag-grid/components/header-cell/index.vue2.mjs +42 -36
- package/es/src/ag-grid/context.d.ts +18 -0
- package/es/src/ag-grid/context.mjs +17 -0
- package/es/src/ag-grid/index.vue.d.ts +4 -2
- package/es/src/ag-grid/index.vue.mjs +337 -201
- package/es/src/ag-grid/interface.d.ts +109 -3
- package/es/src/ag-grid/theme.d.ts +3 -0
- package/es/src/ag-grid/theme.mjs +25 -0
- package/es/src/ap-field/number/index.vue.mjs +25 -25
- package/es/src/ap-grid/utils/col.d.ts +1 -1
- package/es/src/ap-grid/utils/col.mjs +29 -29
- package/es/src/ap-pro-card/components/card/index.vue2.mjs +108 -98
- package/es/src/ap-pro-card/components/divider/index.vue.d.ts +13 -0
- package/es/src/ap-pro-card/components/divider/index.vue.mjs +4 -0
- package/es/src/ap-pro-card/components/divider/index.vue2.mjs +29 -0
- package/es/src/ap-pro-card/components/operation/index.vue.d.ts +18 -0
- package/es/src/ap-pro-card/components/operation/index.vue.mjs +4 -0
- package/es/src/ap-pro-card/components/operation/index.vue2.mjs +20 -0
- package/es/src/ap-pro-card/components/statistic/index.vue.d.ts +51 -0
- package/es/src/ap-pro-card/components/statistic/index.vue.mjs +4 -0
- package/es/src/ap-pro-card/components/statistic/index.vue2.mjs +134 -0
- package/es/src/ap-pro-card/components/statistic-card/index.vue.d.ts +25 -0
- package/es/src/ap-pro-card/components/statistic-card/index.vue.mjs +4 -0
- package/es/src/ap-pro-card/components/statistic-card/index.vue2.mjs +116 -0
- package/es/src/ap-pro-card/components/title/index.vue.d.ts +23 -0
- package/es/src/ap-pro-card/components/title/index.vue.mjs +4 -0
- package/es/src/ap-pro-card/components/title/index.vue2.mjs +28 -0
- package/es/src/ap-pro-card/index.d.ts +20 -42
- package/es/src/ap-pro-card/index.mjs +22 -4
- package/es/src/ap-pro-card/interface.d.ts +66 -2
- package/es/src/ap-tag/ap-tag-group.vue.mjs +42 -42
- package/es/src/business/ap-label/group/ApLabelGroup.mjs +17 -15
- package/es/src/business/hooks/index.d.ts +1 -0
- package/es/src/business/hooks/index.mjs +8 -6
- package/es/src/business/hooks/usePageListAgGrid.d.ts +37 -0
- package/es/src/business/hooks/usePageListAgGrid.mjs +88 -0
- package/es/src/index.mjs +277 -274
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ag-grid/components/header-cell/index.vue2.js +1 -1
- package/lib/src/ag-grid/context.d.ts +18 -0
- package/lib/src/ag-grid/context.js +1 -0
- package/lib/src/ag-grid/index.vue.d.ts +4 -2
- package/lib/src/ag-grid/index.vue.js +1 -1
- package/lib/src/ag-grid/interface.d.ts +109 -3
- package/lib/src/ag-grid/theme.d.ts +3 -0
- package/lib/src/ag-grid/theme.js +1 -0
- package/lib/src/ap-field/number/index.vue.js +1 -1
- package/lib/src/ap-grid/utils/col.d.ts +1 -1
- package/lib/src/ap-grid/utils/col.js +1 -1
- package/lib/src/ap-pro-card/components/card/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/components/divider/index.vue.d.ts +13 -0
- package/lib/src/ap-pro-card/components/divider/index.vue.js +1 -0
- package/lib/src/ap-pro-card/components/divider/index.vue2.js +1 -0
- package/lib/src/ap-pro-card/components/operation/index.vue.d.ts +18 -0
- package/lib/src/ap-pro-card/components/operation/index.vue.js +1 -0
- package/lib/src/ap-pro-card/components/operation/index.vue2.js +1 -0
- package/lib/src/ap-pro-card/components/statistic/index.vue.d.ts +51 -0
- package/lib/src/ap-pro-card/components/statistic/index.vue.js +1 -0
- package/lib/src/ap-pro-card/components/statistic/index.vue2.js +1 -0
- package/lib/src/ap-pro-card/components/statistic-card/index.vue.d.ts +25 -0
- package/lib/src/ap-pro-card/components/statistic-card/index.vue.js +1 -0
- package/lib/src/ap-pro-card/components/statistic-card/index.vue2.js +1 -0
- package/lib/src/ap-pro-card/components/title/index.vue.d.ts +23 -0
- package/lib/src/ap-pro-card/components/title/index.vue.js +1 -0
- package/lib/src/ap-pro-card/components/title/index.vue2.js +1 -0
- package/lib/src/ap-pro-card/index.d.ts +20 -42
- package/lib/src/ap-pro-card/index.js +1 -1
- package/lib/src/ap-pro-card/interface.d.ts +66 -2
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
- package/lib/src/business/hooks/index.d.ts +1 -0
- package/lib/src/business/hooks/index.js +1 -1
- package/lib/src/business/hooks/usePageListAgGrid.d.ts +37 -0
- package/lib/src/business/hooks/usePageListAgGrid.js +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -1
- package/theme/ag-grid/index.css +470 -0
- package/theme/ag-grid/index.less +27 -0
- package/theme/ap-button/ap-button.css +1 -1
- package/theme/ap-button/ap-button.less +1 -1
- package/theme/ap-pro-card/index.css +199 -0
- package/theme/ap-pro-card/index.less +203 -0
- package/theme/ap-tag/ap-tag.css +1 -1
- package/theme/ap-tag/ap-tag.less +1 -1
- package/theme/index.css +220 -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
|
+
});
|
package/theme/ap-tag/ap-tag.css
CHANGED
package/theme/ap-tag/ap-tag.less
CHANGED
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
|
-
|
|
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,25 @@ 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
|
+
padding-block: 6px;
|
|
4312
|
+
width: 100%;
|
|
4313
|
+
display: flex;
|
|
4314
|
+
align-items: center;
|
|
4315
|
+
}
|
|
4316
|
+
.aplus-ag-grid-size-mini .ag-cell > div {
|
|
4317
|
+
width: 100%;
|
|
4318
|
+
}
|
|
4319
|
+
.aplus-ag-grid-size-medium .ag-cell {
|
|
4320
|
+
line-height: 18px;
|
|
4321
|
+
padding-block: 9px;
|
|
4322
|
+
display: flex;
|
|
4323
|
+
align-items: center;
|
|
4324
|
+
}
|
|
4325
|
+
.aplus-ag-grid-size-medium .ag-cell > div {
|
|
4326
|
+
width: 100%;
|
|
4327
|
+
}
|
|
4309
4328
|
.aplus-ap-value-select-card {
|
|
4310
4329
|
position: relative;
|
|
4311
4330
|
margin-top: 8px;
|
|
@@ -4636,3 +4655,202 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
4636
4655
|
background: var(--ap-pro-card-colo-bg-container);
|
|
4637
4656
|
padding: var(--ap-pro-card-actions-padding);
|
|
4638
4657
|
}
|
|
4658
|
+
.aplus-pro-card-title-default {
|
|
4659
|
+
position: relative;
|
|
4660
|
+
font-weight: bold;
|
|
4661
|
+
font-size: 12px;
|
|
4662
|
+
display: flex;
|
|
4663
|
+
align-items: center;
|
|
4664
|
+
}
|
|
4665
|
+
.aplus-pro-card-title-default-aplus {
|
|
4666
|
+
padding-left: 10px;
|
|
4667
|
+
}
|
|
4668
|
+
.aplus-pro-card-title-default-aplus::before {
|
|
4669
|
+
position: absolute;
|
|
4670
|
+
content: '';
|
|
4671
|
+
left: 0;
|
|
4672
|
+
top: 50%;
|
|
4673
|
+
transform: translateY(-50%);
|
|
4674
|
+
width: 3px;
|
|
4675
|
+
height: 14px;
|
|
4676
|
+
background: #0070ff;
|
|
4677
|
+
border-radius: 0px 4px 4px 0px;
|
|
4678
|
+
}
|
|
4679
|
+
.aplus-pro-card-title-default-admin {
|
|
4680
|
+
padding-left: 14px;
|
|
4681
|
+
}
|
|
4682
|
+
.aplus-pro-card-title-default-admin::before {
|
|
4683
|
+
position: absolute;
|
|
4684
|
+
content: '';
|
|
4685
|
+
left: 0;
|
|
4686
|
+
top: 50%;
|
|
4687
|
+
transform: translateY(-50%);
|
|
4688
|
+
width: 8px;
|
|
4689
|
+
height: 8px;
|
|
4690
|
+
border-radius: 50%;
|
|
4691
|
+
border-width: 2px;
|
|
4692
|
+
border-style: solid;
|
|
4693
|
+
border-color: #34b77c;
|
|
4694
|
+
background: #fff;
|
|
4695
|
+
}
|
|
4696
|
+
.aplus-pro-card-divider {
|
|
4697
|
+
flex: none;
|
|
4698
|
+
background: var(--ap-pro-card-border-color-split);
|
|
4699
|
+
}
|
|
4700
|
+
.aplus-pro-card-divider-vertical {
|
|
4701
|
+
width: var(--ap-pro-card-border-line-width);
|
|
4702
|
+
margin-inline: 8px;
|
|
4703
|
+
margin-block: 24px;
|
|
4704
|
+
}
|
|
4705
|
+
.aplus-pro-card-divider-horizontal {
|
|
4706
|
+
height: var(--ap-pro-card-border-line-width);
|
|
4707
|
+
margin-inline: 24px;
|
|
4708
|
+
margin-block: 8px;
|
|
4709
|
+
}
|
|
4710
|
+
.aplus-pro-card-operation {
|
|
4711
|
+
display: flex;
|
|
4712
|
+
flex-direction: column;
|
|
4713
|
+
justify-content: flex-end;
|
|
4714
|
+
margin-block: 24px;
|
|
4715
|
+
margin-inline: 0;
|
|
4716
|
+
font-weight: 500;
|
|
4717
|
+
font-size: 20px;
|
|
4718
|
+
line-height: 38px;
|
|
4719
|
+
}
|
|
4720
|
+
.aplus-pro-card-statistic {
|
|
4721
|
+
display: flex;
|
|
4722
|
+
}
|
|
4723
|
+
.aplus-pro-card-statistic + .aplus-pro-card-statistic {
|
|
4724
|
+
margin-block-start: 4px;
|
|
4725
|
+
}
|
|
4726
|
+
.aplus-pro-card-statistic-tip {
|
|
4727
|
+
margin-inline-start: 4px;
|
|
4728
|
+
color: var(--ap-text-color-3);
|
|
4729
|
+
}
|
|
4730
|
+
.aplus-pro-card-statistic-wrapper {
|
|
4731
|
+
display: flex;
|
|
4732
|
+
width: 100%;
|
|
4733
|
+
}
|
|
4734
|
+
.aplus-pro-card-statistic-status {
|
|
4735
|
+
width: 14px;
|
|
4736
|
+
}
|
|
4737
|
+
.aplus-pro-card-statistic-status.ant-badge.ant-badge-status {
|
|
4738
|
+
line-height: 18px;
|
|
4739
|
+
}
|
|
4740
|
+
.aplus-pro-card-statistic-icon {
|
|
4741
|
+
margin-inline-end: 16px;
|
|
4742
|
+
}
|
|
4743
|
+
.aplus-pro-card-statistic-trend-icon {
|
|
4744
|
+
width: 0;
|
|
4745
|
+
height: 0;
|
|
4746
|
+
border-inline-end: 3px solid transparent;
|
|
4747
|
+
border-block-end: 6px solid #000;
|
|
4748
|
+
border-inline-start: 3px solid transparent;
|
|
4749
|
+
}
|
|
4750
|
+
.aplus-pro-card-statistic-trend-icon-up {
|
|
4751
|
+
transform: rotate(0deg) translateY(-1px);
|
|
4752
|
+
}
|
|
4753
|
+
.aplus-pro-card-statistic-trend-icon-down {
|
|
4754
|
+
transform: rotate(180deg) translateY(1px);
|
|
4755
|
+
}
|
|
4756
|
+
.aplus-pro-card-statistic-content {
|
|
4757
|
+
width: 100%;
|
|
4758
|
+
}
|
|
4759
|
+
.aplus-pro-card-statistic-content .ant-statistic-content-value-int {
|
|
4760
|
+
font-size: 24px;
|
|
4761
|
+
}
|
|
4762
|
+
.aplus-pro-card-statistic-content .ant-statistic-content-value {
|
|
4763
|
+
font-size: 24px;
|
|
4764
|
+
}
|
|
4765
|
+
.aplus-pro-card-statistic-content .ant-statistic-content-value-decimal {
|
|
4766
|
+
font-size: 24px;
|
|
4767
|
+
}
|
|
4768
|
+
.aplus-pro-card-statistic-description {
|
|
4769
|
+
width: 100%;
|
|
4770
|
+
}
|
|
4771
|
+
.aplus-pro-card-statistic .ant-statistic-title {
|
|
4772
|
+
color: var(--ap-text-color-2);
|
|
4773
|
+
line-height: 18px;
|
|
4774
|
+
}
|
|
4775
|
+
.aplus-pro-card-statistic-trend-up .ant-statistic-content {
|
|
4776
|
+
color: var(--ap-color-error);
|
|
4777
|
+
}
|
|
4778
|
+
.aplus-pro-card-statistic-trend-up .aplus-pro-card-statistic-trend-icon {
|
|
4779
|
+
border-block-end-color: var(--ap-color-error);
|
|
4780
|
+
}
|
|
4781
|
+
.aplus-pro-card-statistic-trend-down .ant-statistic-content {
|
|
4782
|
+
color: var(--ap-color-success);
|
|
4783
|
+
}
|
|
4784
|
+
.aplus-pro-card-statistic-trend-down .aplus-pro-card-statistic-trend-icon {
|
|
4785
|
+
border-block-end-color: var(--ap-color-success);
|
|
4786
|
+
}
|
|
4787
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal {
|
|
4788
|
+
display: flex;
|
|
4789
|
+
justify-content: space-between;
|
|
4790
|
+
}
|
|
4791
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-title {
|
|
4792
|
+
margin-block-end: 0;
|
|
4793
|
+
}
|
|
4794
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value {
|
|
4795
|
+
font-weight: 500;
|
|
4796
|
+
}
|
|
4797
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-title,
|
|
4798
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value,
|
|
4799
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value-int,
|
|
4800
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content,
|
|
4801
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-suffix,
|
|
4802
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-prefix,
|
|
4803
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content-value-decimal {
|
|
4804
|
+
font-size: 14px;
|
|
4805
|
+
}
|
|
4806
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline {
|
|
4807
|
+
display: inline-flex;
|
|
4808
|
+
color: var(--ap-text-color-1);
|
|
4809
|
+
}
|
|
4810
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-title {
|
|
4811
|
+
margin-inline-end: 6px;
|
|
4812
|
+
margin-block-end: 0;
|
|
4813
|
+
}
|
|
4814
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content {
|
|
4815
|
+
color: var(--ap-text-color-1);
|
|
4816
|
+
}
|
|
4817
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-title,
|
|
4818
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-value,
|
|
4819
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-value-int,
|
|
4820
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content,
|
|
4821
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-suffix,
|
|
4822
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-prefix,
|
|
4823
|
+
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content-value-decimal {
|
|
4824
|
+
font-size: 12px;
|
|
4825
|
+
}
|
|
4826
|
+
.aplus-statistic-card-chart {
|
|
4827
|
+
display: flex;
|
|
4828
|
+
flex-direction: column;
|
|
4829
|
+
margin-block-start: 8px;
|
|
4830
|
+
margin-block-end: 8px;
|
|
4831
|
+
}
|
|
4832
|
+
.aplus-statistic-card-chart-left {
|
|
4833
|
+
margin-block-start: 0;
|
|
4834
|
+
margin-inline-end: 16px;
|
|
4835
|
+
}
|
|
4836
|
+
.aplus-statistic-card-chart-right {
|
|
4837
|
+
margin-block-start: 0;
|
|
4838
|
+
margin-inline-start: 16px;
|
|
4839
|
+
}
|
|
4840
|
+
.aplus-statistic-card-content {
|
|
4841
|
+
display: flex;
|
|
4842
|
+
flex-direction: column;
|
|
4843
|
+
}
|
|
4844
|
+
.aplus-statistic-card-content-horizontal {
|
|
4845
|
+
flex-direction: row;
|
|
4846
|
+
}
|
|
4847
|
+
.aplus-statistic-card-chart {
|
|
4848
|
+
width: 100%;
|
|
4849
|
+
align-items: center;
|
|
4850
|
+
align-self: flex-start;
|
|
4851
|
+
}
|
|
4852
|
+
.aplus-statistic-card-footer {
|
|
4853
|
+
margin-block-start: 8px;
|
|
4854
|
+
padding-block-start: 16px;
|
|
4855
|
+
border-block-start: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
|
|
4856
|
+
}
|