@acorex/platform 20.3.0-next.8 → 20.3.0-next.9
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/common/index.d.ts +0 -2
- package/core/index.d.ts +72 -62
- package/fesm2022/acorex-platform-common.mjs +5 -10
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +115 -115
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +420 -24
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +1266 -153
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +19 -12
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +454 -505
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +14 -21
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-BXbkGGei.mjs → acorex-platform-themes-default-entity-master-create-view.component-Ct-ri59W.mjs} +3 -3
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Ct-ri59W.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-gQIK6PIx.mjs → acorex-platform-themes-default-entity-master-list-view.component-7BB4LdjK.mjs} +9 -9
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-7BB4LdjK.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BDJR088o.mjs +101 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BDJR088o.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +8 -8
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-shared-settings.provider-CXiRmniv.mjs → acorex-platform-themes-shared-settings.provider-CLUKU4y0.mjs} +2 -2
- package/fesm2022/acorex-platform-themes-shared-settings.provider-CLUKU4y0.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-shared.mjs +154 -23
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-file-list-popup.component-rW2RD35f.mjs → acorex-platform-widgets-file-list-popup.component-Cmtq2bBV.mjs} +3 -3
- package/fesm2022/acorex-platform-widgets-file-list-popup.component-Cmtq2bBV.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-page-widget-designer.component-DNvnQ4Mc.mjs → acorex-platform-widgets-page-widget-designer.component-D8ivmxzT.mjs} +2 -2
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-D8ivmxzT.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-CPVRbE8B.mjs → acorex-platform-widgets-tabular-data-edit-popup.component-CMqq_iOj.mjs} +8 -8
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-CMqq_iOj.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +4943 -4858
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/index.d.ts +60 -5
- package/layout/components/index.d.ts +501 -54
- package/layout/designer/index.d.ts +4 -2
- package/layout/entity/index.d.ts +45 -9
- package/package.json +9 -9
- package/widgets/index.d.ts +352 -300
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-BXbkGGei.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-gQIK6PIx.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Bp1JLsj1.mjs +0 -101
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Bp1JLsj1.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-shared-settings.provider-CXiRmniv.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-file-list-popup.component-rW2RD35f.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-DNvnQ4Mc.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-CPVRbE8B.mjs.map +0 -1
package/common/index.d.ts
CHANGED
|
@@ -510,11 +510,9 @@ interface AXPEntity {
|
|
|
510
510
|
}[];
|
|
511
511
|
module: string;
|
|
512
512
|
name: string;
|
|
513
|
-
source: string;
|
|
514
513
|
icon?: string;
|
|
515
514
|
parentKey?: string;
|
|
516
515
|
category?: AXPCategoryEntity;
|
|
517
|
-
versionHistory?: AXPEntityVersionHistory;
|
|
518
516
|
title: string;
|
|
519
517
|
formats: {
|
|
520
518
|
individual: string;
|
package/core/index.d.ts
CHANGED
|
@@ -237,7 +237,7 @@ interface AXPSystemAction {
|
|
|
237
237
|
color?: string;
|
|
238
238
|
critical?: boolean;
|
|
239
239
|
descriptions: {
|
|
240
|
-
|
|
240
|
+
title: string;
|
|
241
241
|
tooltip: string;
|
|
242
242
|
permission: string;
|
|
243
243
|
audit: string;
|
|
@@ -250,7 +250,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
250
250
|
readonly icon: "fa-light fa-eye";
|
|
251
251
|
readonly color: "primary";
|
|
252
252
|
readonly descriptions: {
|
|
253
|
-
readonly
|
|
253
|
+
readonly title: string;
|
|
254
254
|
readonly tooltip: string;
|
|
255
255
|
readonly permission: string;
|
|
256
256
|
readonly audit: string;
|
|
@@ -262,7 +262,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
262
262
|
readonly icon: "fa-light fa-plus";
|
|
263
263
|
readonly color: "primary";
|
|
264
264
|
readonly descriptions: {
|
|
265
|
-
readonly
|
|
265
|
+
readonly title: string;
|
|
266
266
|
readonly tooltip: string;
|
|
267
267
|
readonly permission: string;
|
|
268
268
|
readonly audit: string;
|
|
@@ -274,7 +274,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
274
274
|
readonly icon: "fa-light fa-pen";
|
|
275
275
|
readonly color: "default";
|
|
276
276
|
readonly descriptions: {
|
|
277
|
-
readonly
|
|
277
|
+
readonly title: string;
|
|
278
278
|
readonly tooltip: string;
|
|
279
279
|
readonly permission: string;
|
|
280
280
|
readonly audit: string;
|
|
@@ -287,7 +287,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
287
287
|
readonly color: "danger";
|
|
288
288
|
readonly critical: true;
|
|
289
289
|
readonly descriptions: {
|
|
290
|
-
readonly
|
|
290
|
+
readonly title: string;
|
|
291
291
|
readonly tooltip: string;
|
|
292
292
|
readonly permission: string;
|
|
293
293
|
readonly audit: string;
|
|
@@ -300,7 +300,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
300
300
|
readonly color: "success";
|
|
301
301
|
readonly critical: true;
|
|
302
302
|
readonly descriptions: {
|
|
303
|
-
readonly
|
|
303
|
+
readonly title: string;
|
|
304
304
|
readonly tooltip: string;
|
|
305
305
|
readonly permission: string;
|
|
306
306
|
readonly audit: string;
|
|
@@ -312,7 +312,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
312
312
|
readonly icon: "fa-light fa-paper-plane";
|
|
313
313
|
readonly color: "primary";
|
|
314
314
|
readonly descriptions: {
|
|
315
|
-
readonly
|
|
315
|
+
readonly title: string;
|
|
316
316
|
readonly tooltip: string;
|
|
317
317
|
readonly permission: string;
|
|
318
318
|
readonly audit: string;
|
|
@@ -325,7 +325,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
325
325
|
readonly color: "danger";
|
|
326
326
|
readonly critical: true;
|
|
327
327
|
readonly descriptions: {
|
|
328
|
-
readonly
|
|
328
|
+
readonly title: string;
|
|
329
329
|
readonly tooltip: string;
|
|
330
330
|
readonly permission: string;
|
|
331
331
|
readonly audit: string;
|
|
@@ -337,7 +337,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
337
337
|
readonly icon: "fa-light fa-download";
|
|
338
338
|
readonly color: "default";
|
|
339
339
|
readonly descriptions: {
|
|
340
|
-
readonly
|
|
340
|
+
readonly title: string;
|
|
341
341
|
readonly tooltip: string;
|
|
342
342
|
readonly permission: string;
|
|
343
343
|
readonly audit: string;
|
|
@@ -349,7 +349,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
349
349
|
readonly icon: "fa-light fa-upload";
|
|
350
350
|
readonly color: "default";
|
|
351
351
|
readonly descriptions: {
|
|
352
|
-
readonly
|
|
352
|
+
readonly title: string;
|
|
353
353
|
readonly tooltip: string;
|
|
354
354
|
readonly permission: string;
|
|
355
355
|
readonly audit: string;
|
|
@@ -361,7 +361,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
361
361
|
readonly icon: "fa-light fa-print";
|
|
362
362
|
readonly color: "default";
|
|
363
363
|
readonly descriptions: {
|
|
364
|
-
readonly
|
|
364
|
+
readonly title: string;
|
|
365
365
|
readonly tooltip: string;
|
|
366
366
|
readonly permission: string;
|
|
367
367
|
readonly audit: string;
|
|
@@ -373,7 +373,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
373
373
|
readonly icon: "fa-light fa-clone";
|
|
374
374
|
readonly color: "warning";
|
|
375
375
|
readonly descriptions: {
|
|
376
|
-
readonly
|
|
376
|
+
readonly title: string;
|
|
377
377
|
readonly tooltip: string;
|
|
378
378
|
readonly permission: string;
|
|
379
379
|
readonly audit: string;
|
|
@@ -385,7 +385,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
385
385
|
readonly icon: "fa-light fa-box-archive";
|
|
386
386
|
readonly color: "default";
|
|
387
387
|
readonly descriptions: {
|
|
388
|
-
readonly
|
|
388
|
+
readonly title: string;
|
|
389
389
|
readonly tooltip: string;
|
|
390
390
|
readonly permission: string;
|
|
391
391
|
readonly audit: string;
|
|
@@ -397,7 +397,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
397
397
|
readonly icon: "fa-light fa-arrow-rotate-left";
|
|
398
398
|
readonly color: "default";
|
|
399
399
|
readonly descriptions: {
|
|
400
|
-
readonly
|
|
400
|
+
readonly title: string;
|
|
401
401
|
readonly tooltip: string;
|
|
402
402
|
readonly permission: string;
|
|
403
403
|
readonly audit: string;
|
|
@@ -409,7 +409,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
409
409
|
readonly icon: "fa-light fa-user-plus";
|
|
410
410
|
readonly color: "primary";
|
|
411
411
|
readonly descriptions: {
|
|
412
|
-
readonly
|
|
412
|
+
readonly title: string;
|
|
413
413
|
readonly tooltip: string;
|
|
414
414
|
readonly permission: string;
|
|
415
415
|
readonly audit: string;
|
|
@@ -421,7 +421,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
421
421
|
readonly icon: "fa-light fa-lock";
|
|
422
422
|
readonly color: "warning";
|
|
423
423
|
readonly descriptions: {
|
|
424
|
-
readonly
|
|
424
|
+
readonly title: string;
|
|
425
425
|
readonly tooltip: string;
|
|
426
426
|
readonly permission: string;
|
|
427
427
|
readonly audit: string;
|
|
@@ -433,7 +433,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
433
433
|
readonly icon: "fa-light fa-unlock";
|
|
434
434
|
readonly color: "success";
|
|
435
435
|
readonly descriptions: {
|
|
436
|
-
readonly
|
|
436
|
+
readonly title: string;
|
|
437
437
|
readonly tooltip: string;
|
|
438
438
|
readonly permission: string;
|
|
439
439
|
readonly audit: string;
|
|
@@ -445,7 +445,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
445
445
|
readonly icon: "fa-light fa-share-nodes";
|
|
446
446
|
readonly color: "info";
|
|
447
447
|
readonly descriptions: {
|
|
448
|
-
readonly
|
|
448
|
+
readonly title: string;
|
|
449
449
|
readonly tooltip: string;
|
|
450
450
|
readonly permission: string;
|
|
451
451
|
readonly audit: string;
|
|
@@ -457,7 +457,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
457
457
|
readonly icon: "fa-light fa-sliders";
|
|
458
458
|
readonly color: "primary";
|
|
459
459
|
readonly descriptions: {
|
|
460
|
-
readonly
|
|
460
|
+
readonly title: string;
|
|
461
461
|
readonly tooltip: string;
|
|
462
462
|
readonly permission: string;
|
|
463
463
|
readonly audit: string;
|
|
@@ -469,7 +469,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
469
469
|
readonly icon: "fa-light fa-arrow-down-up-across-line";
|
|
470
470
|
readonly color: "default";
|
|
471
471
|
readonly descriptions: {
|
|
472
|
-
readonly
|
|
472
|
+
readonly title: string;
|
|
473
473
|
readonly tooltip: string;
|
|
474
474
|
readonly permission: string;
|
|
475
475
|
readonly audit: string;
|
|
@@ -481,7 +481,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
481
481
|
readonly icon: "fa-light fa-magnifying-glass";
|
|
482
482
|
readonly color: "default";
|
|
483
483
|
readonly descriptions: {
|
|
484
|
-
readonly
|
|
484
|
+
readonly title: string;
|
|
485
485
|
readonly tooltip: string;
|
|
486
486
|
readonly permission: string;
|
|
487
487
|
readonly audit: string;
|
|
@@ -493,7 +493,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
493
493
|
readonly icon: "fa-light fa-globe";
|
|
494
494
|
readonly color: "success";
|
|
495
495
|
readonly descriptions: {
|
|
496
|
-
readonly
|
|
496
|
+
readonly title: string;
|
|
497
497
|
readonly tooltip: string;
|
|
498
498
|
readonly permission: string;
|
|
499
499
|
readonly audit: string;
|
|
@@ -505,7 +505,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
505
505
|
readonly icon: "fa-light fa-globe-slash";
|
|
506
506
|
readonly color: "danger";
|
|
507
507
|
readonly descriptions: {
|
|
508
|
-
readonly
|
|
508
|
+
readonly title: string;
|
|
509
509
|
readonly tooltip: string;
|
|
510
510
|
readonly permission: string;
|
|
511
511
|
readonly audit: string;
|
|
@@ -517,7 +517,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
517
517
|
readonly icon: "fa-light fa-upload";
|
|
518
518
|
readonly color: "default";
|
|
519
519
|
readonly descriptions: {
|
|
520
|
-
readonly
|
|
520
|
+
readonly title: string;
|
|
521
521
|
readonly tooltip: string;
|
|
522
522
|
readonly permission: string;
|
|
523
523
|
readonly audit: string;
|
|
@@ -529,7 +529,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
529
529
|
readonly icon: "fa-light fa-download";
|
|
530
530
|
readonly color: "default";
|
|
531
531
|
readonly descriptions: {
|
|
532
|
-
readonly
|
|
532
|
+
readonly title: string;
|
|
533
533
|
readonly tooltip: string;
|
|
534
534
|
readonly permission: string;
|
|
535
535
|
readonly audit: string;
|
|
@@ -541,7 +541,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
541
541
|
readonly icon: "fa-light fa-copy";
|
|
542
542
|
readonly color: "default";
|
|
543
543
|
readonly descriptions: {
|
|
544
|
-
readonly
|
|
544
|
+
readonly title: string;
|
|
545
545
|
readonly tooltip: string;
|
|
546
546
|
readonly permission: string;
|
|
547
547
|
readonly audit: string;
|
|
@@ -553,7 +553,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
553
553
|
readonly icon: "fa-light fa-arrow-right-arrow-left";
|
|
554
554
|
readonly color: "default";
|
|
555
555
|
readonly descriptions: {
|
|
556
|
-
readonly
|
|
556
|
+
readonly title: string;
|
|
557
557
|
readonly tooltip: string;
|
|
558
558
|
readonly permission: string;
|
|
559
559
|
readonly audit: string;
|
|
@@ -565,7 +565,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
565
565
|
readonly icon: "fa-light fa-pen";
|
|
566
566
|
readonly color: "default";
|
|
567
567
|
readonly descriptions: {
|
|
568
|
-
readonly
|
|
568
|
+
readonly title: string;
|
|
569
569
|
readonly tooltip: string;
|
|
570
570
|
readonly permission: string;
|
|
571
571
|
readonly audit: string;
|
|
@@ -577,7 +577,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
577
577
|
readonly icon: "fa-light fa-gear";
|
|
578
578
|
readonly color: "default";
|
|
579
579
|
readonly descriptions: {
|
|
580
|
-
readonly
|
|
580
|
+
readonly title: string;
|
|
581
581
|
readonly tooltip: string;
|
|
582
582
|
readonly permission: string;
|
|
583
583
|
readonly audit: string;
|
|
@@ -589,7 +589,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
589
589
|
readonly icon: "fa-light fa-info";
|
|
590
590
|
readonly color: "default";
|
|
591
591
|
readonly descriptions: {
|
|
592
|
-
readonly
|
|
592
|
+
readonly title: string;
|
|
593
593
|
readonly tooltip: string;
|
|
594
594
|
readonly permission: string;
|
|
595
595
|
readonly audit: string;
|
|
@@ -601,7 +601,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
601
601
|
readonly icon: "fa-light fa-check";
|
|
602
602
|
readonly color: "success";
|
|
603
603
|
readonly descriptions: {
|
|
604
|
-
readonly
|
|
604
|
+
readonly title: string;
|
|
605
605
|
readonly tooltip: string;
|
|
606
606
|
readonly permission: string;
|
|
607
607
|
readonly audit: string;
|
|
@@ -613,7 +613,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
613
613
|
readonly icon: "fa-light fa-paintbrush";
|
|
614
614
|
readonly color: "default";
|
|
615
615
|
readonly descriptions: {
|
|
616
|
-
readonly
|
|
616
|
+
readonly title: string;
|
|
617
617
|
readonly tooltip: string;
|
|
618
618
|
readonly permission: string;
|
|
619
619
|
readonly audit: string;
|
|
@@ -625,7 +625,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
625
625
|
readonly icon: "fa-light fa-history";
|
|
626
626
|
readonly color: "default";
|
|
627
627
|
readonly descriptions: {
|
|
628
|
-
readonly
|
|
628
|
+
readonly title: string;
|
|
629
629
|
readonly tooltip: string;
|
|
630
630
|
readonly permission: string;
|
|
631
631
|
readonly audit: string;
|
|
@@ -637,7 +637,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
637
637
|
readonly icon: "fa-light fa-code-compare";
|
|
638
638
|
readonly color: "default";
|
|
639
639
|
readonly descriptions: {
|
|
640
|
-
readonly
|
|
640
|
+
readonly title: string;
|
|
641
641
|
readonly tooltip: string;
|
|
642
642
|
readonly permission: string;
|
|
643
643
|
readonly audit: string;
|
|
@@ -649,7 +649,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
649
649
|
readonly icon: "fa-light fa-comments";
|
|
650
650
|
readonly color: "default";
|
|
651
651
|
readonly descriptions: {
|
|
652
|
-
readonly
|
|
652
|
+
readonly title: string;
|
|
653
653
|
readonly tooltip: string;
|
|
654
654
|
readonly permission: string;
|
|
655
655
|
readonly audit: string;
|
|
@@ -661,7 +661,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
661
661
|
readonly icon: "fa-light fa-signature";
|
|
662
662
|
readonly color: "default";
|
|
663
663
|
readonly descriptions: {
|
|
664
|
-
readonly
|
|
664
|
+
readonly title: string;
|
|
665
665
|
readonly tooltip: string;
|
|
666
666
|
readonly permission: string;
|
|
667
667
|
readonly audit: string;
|
|
@@ -673,7 +673,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
673
673
|
readonly icon: "fa-light fa-cog";
|
|
674
674
|
readonly color: "default";
|
|
675
675
|
readonly descriptions: {
|
|
676
|
-
readonly
|
|
676
|
+
readonly title: string;
|
|
677
677
|
readonly tooltip: string;
|
|
678
678
|
readonly permission: string;
|
|
679
679
|
readonly audit: string;
|
|
@@ -685,7 +685,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
685
685
|
readonly icon: "fa-light fa-envelope";
|
|
686
686
|
readonly color: "default";
|
|
687
687
|
readonly descriptions: {
|
|
688
|
-
readonly
|
|
688
|
+
readonly title: string;
|
|
689
689
|
readonly tooltip: string;
|
|
690
690
|
readonly permission: string;
|
|
691
691
|
readonly audit: string;
|
|
@@ -697,7 +697,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
697
697
|
readonly icon: "fa-light fa-chart-line";
|
|
698
698
|
readonly color: "default";
|
|
699
699
|
readonly descriptions: {
|
|
700
|
-
readonly
|
|
700
|
+
readonly title: string;
|
|
701
701
|
readonly tooltip: string;
|
|
702
702
|
readonly permission: string;
|
|
703
703
|
readonly audit: string;
|
|
@@ -709,7 +709,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
709
709
|
readonly icon: "fa-light fa-paper-plane";
|
|
710
710
|
readonly color: "default";
|
|
711
711
|
readonly descriptions: {
|
|
712
|
-
readonly
|
|
712
|
+
readonly title: string;
|
|
713
713
|
readonly tooltip: string;
|
|
714
714
|
readonly permission: string;
|
|
715
715
|
readonly audit: string;
|
|
@@ -721,7 +721,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
721
721
|
readonly icon: "fa-light fa-eye";
|
|
722
722
|
readonly color: "default";
|
|
723
723
|
readonly descriptions: {
|
|
724
|
-
readonly
|
|
724
|
+
readonly title: string;
|
|
725
725
|
readonly tooltip: string;
|
|
726
726
|
readonly permission: string;
|
|
727
727
|
readonly audit: string;
|
|
@@ -733,7 +733,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
733
733
|
readonly icon: "fa-light fa-wand-magic-sparkles";
|
|
734
734
|
readonly color: "primary";
|
|
735
735
|
readonly descriptions: {
|
|
736
|
-
readonly
|
|
736
|
+
readonly title: string;
|
|
737
737
|
readonly tooltip: string;
|
|
738
738
|
readonly permission: string;
|
|
739
739
|
readonly audit: string;
|
|
@@ -745,7 +745,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
745
745
|
readonly icon: "fa-light fa-arrows-rotate";
|
|
746
746
|
readonly color: "default";
|
|
747
747
|
readonly descriptions: {
|
|
748
|
-
readonly
|
|
748
|
+
readonly title: string;
|
|
749
749
|
readonly tooltip: string;
|
|
750
750
|
readonly permission: string;
|
|
751
751
|
readonly audit: string;
|
|
@@ -757,7 +757,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
757
757
|
readonly icon: "fa-light fa-arrows-rotate";
|
|
758
758
|
readonly color: "default";
|
|
759
759
|
readonly descriptions: {
|
|
760
|
-
readonly
|
|
760
|
+
readonly title: string;
|
|
761
761
|
readonly tooltip: string;
|
|
762
762
|
readonly permission: string;
|
|
763
763
|
readonly audit: string;
|
|
@@ -769,7 +769,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
769
769
|
readonly icon: "fa-light fa-magnifying-glass";
|
|
770
770
|
readonly color: "default";
|
|
771
771
|
readonly descriptions: {
|
|
772
|
-
readonly
|
|
772
|
+
readonly title: string;
|
|
773
773
|
readonly tooltip: string;
|
|
774
774
|
readonly permission: string;
|
|
775
775
|
readonly audit: string;
|
|
@@ -781,7 +781,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
781
781
|
readonly icon: "fa-light fa-filter";
|
|
782
782
|
readonly color: "default";
|
|
783
783
|
readonly descriptions: {
|
|
784
|
-
readonly
|
|
784
|
+
readonly title: string;
|
|
785
785
|
readonly tooltip: string;
|
|
786
786
|
readonly permission: string;
|
|
787
787
|
readonly audit: string;
|
|
@@ -793,7 +793,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
793
793
|
readonly icon: "fa-light fa-arrow-down-up-across-line";
|
|
794
794
|
readonly color: "default";
|
|
795
795
|
readonly descriptions: {
|
|
796
|
-
readonly
|
|
796
|
+
readonly title: string;
|
|
797
797
|
readonly tooltip: string;
|
|
798
798
|
readonly permission: string;
|
|
799
799
|
readonly audit: string;
|
|
@@ -805,7 +805,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
805
805
|
readonly icon: "fa-light fa-play";
|
|
806
806
|
readonly color: "success";
|
|
807
807
|
readonly descriptions: {
|
|
808
|
-
readonly
|
|
808
|
+
readonly title: string;
|
|
809
809
|
readonly tooltip: string;
|
|
810
810
|
readonly permission: string;
|
|
811
811
|
readonly audit: string;
|
|
@@ -818,7 +818,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
818
818
|
readonly color: "danger";
|
|
819
819
|
readonly critical: true;
|
|
820
820
|
readonly descriptions: {
|
|
821
|
-
readonly
|
|
821
|
+
readonly title: string;
|
|
822
822
|
readonly tooltip: string;
|
|
823
823
|
readonly permission: string;
|
|
824
824
|
readonly audit: string;
|
|
@@ -830,7 +830,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
830
830
|
readonly icon: "fa-light fa-pause";
|
|
831
831
|
readonly color: "warning";
|
|
832
832
|
readonly descriptions: {
|
|
833
|
-
readonly
|
|
833
|
+
readonly title: string;
|
|
834
834
|
readonly tooltip: string;
|
|
835
835
|
readonly permission: string;
|
|
836
836
|
readonly audit: string;
|
|
@@ -843,7 +843,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
843
843
|
readonly color: "danger";
|
|
844
844
|
readonly critical: true;
|
|
845
845
|
readonly descriptions: {
|
|
846
|
-
readonly
|
|
846
|
+
readonly title: string;
|
|
847
847
|
readonly tooltip: string;
|
|
848
848
|
readonly permission: string;
|
|
849
849
|
readonly audit: string;
|
|
@@ -855,7 +855,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
855
855
|
readonly icon: "fa-light fa-xmark";
|
|
856
856
|
readonly color: "default";
|
|
857
857
|
readonly descriptions: {
|
|
858
|
-
readonly
|
|
858
|
+
readonly title: string;
|
|
859
859
|
readonly tooltip: string;
|
|
860
860
|
readonly permission: string;
|
|
861
861
|
readonly audit: string;
|
|
@@ -867,7 +867,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
867
867
|
readonly icon: "fa-light fa-check";
|
|
868
868
|
readonly color: "success";
|
|
869
869
|
readonly descriptions: {
|
|
870
|
-
readonly
|
|
870
|
+
readonly title: string;
|
|
871
871
|
readonly tooltip: string;
|
|
872
872
|
readonly permission: string;
|
|
873
873
|
readonly audit: string;
|
|
@@ -879,7 +879,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
879
879
|
readonly icon: "fa-light fa-floppy-disk";
|
|
880
880
|
readonly color: "primary";
|
|
881
881
|
readonly descriptions: {
|
|
882
|
-
readonly
|
|
882
|
+
readonly title: string;
|
|
883
883
|
readonly tooltip: string;
|
|
884
884
|
readonly permission: string;
|
|
885
885
|
readonly audit: string;
|
|
@@ -891,7 +891,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
891
891
|
readonly icon: "fa-light fa-floppy-disk";
|
|
892
892
|
readonly color: "default";
|
|
893
893
|
readonly descriptions: {
|
|
894
|
-
readonly
|
|
894
|
+
readonly title: string;
|
|
895
895
|
readonly tooltip: string;
|
|
896
896
|
readonly permission: string;
|
|
897
897
|
readonly audit: string;
|
|
@@ -903,7 +903,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
903
903
|
readonly icon: "fa-light fa-arrows-rotate";
|
|
904
904
|
readonly color: "default";
|
|
905
905
|
readonly descriptions: {
|
|
906
|
-
readonly
|
|
906
|
+
readonly title: string;
|
|
907
907
|
readonly tooltip: string;
|
|
908
908
|
readonly permission: string;
|
|
909
909
|
readonly audit: string;
|
|
@@ -916,7 +916,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
916
916
|
readonly color: "warning";
|
|
917
917
|
readonly critical: true;
|
|
918
918
|
readonly descriptions: {
|
|
919
|
-
readonly
|
|
919
|
+
readonly title: string;
|
|
920
920
|
readonly tooltip: string;
|
|
921
921
|
readonly permission: string;
|
|
922
922
|
readonly audit: string;
|
|
@@ -928,7 +928,7 @@ declare const AXPSystemActions: Readonly<{
|
|
|
928
928
|
readonly icon: "fa-light fa-eraser";
|
|
929
929
|
readonly color: "default";
|
|
930
930
|
readonly descriptions: {
|
|
931
|
-
readonly
|
|
931
|
+
readonly title: string;
|
|
932
932
|
readonly tooltip: string;
|
|
933
933
|
readonly permission: string;
|
|
934
934
|
readonly audit: string;
|
|
@@ -1019,11 +1019,11 @@ interface AXPQueryRequest {
|
|
|
1019
1019
|
};
|
|
1020
1020
|
}
|
|
1021
1021
|
type AXPDataType = 'string' | 'number' | 'object' | 'boolean' | 'array';
|
|
1022
|
-
interface AXPCategoryEntity {
|
|
1023
|
-
id:
|
|
1022
|
+
interface AXPCategoryEntity<TKey = string> {
|
|
1023
|
+
id: TKey;
|
|
1024
1024
|
title: string;
|
|
1025
1025
|
description?: string;
|
|
1026
|
-
parentId?:
|
|
1026
|
+
parentId?: TKey;
|
|
1027
1027
|
childCount: number;
|
|
1028
1028
|
}
|
|
1029
1029
|
interface AXPCategoryEntityWithItems<T> extends AXPCategoryEntity {
|
|
@@ -1357,6 +1357,16 @@ declare enum AXPExportTemplateToken {
|
|
|
1357
1357
|
UUID = "{uuid}"
|
|
1358
1358
|
}
|
|
1359
1359
|
|
|
1360
|
+
interface AXPMiddlewareErrorResponse {
|
|
1361
|
+
success: false;
|
|
1362
|
+
error: {
|
|
1363
|
+
code?: string;
|
|
1364
|
+
message: string;
|
|
1365
|
+
status?: number;
|
|
1366
|
+
details?: any;
|
|
1367
|
+
};
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1360
1370
|
interface AXPDataSourceDataFieldDefinition {
|
|
1361
1371
|
name: string;
|
|
1362
1372
|
title: string;
|
|
@@ -1739,4 +1749,4 @@ declare class AXPHookService {
|
|
|
1739
1749
|
}
|
|
1740
1750
|
|
|
1741
1751
|
export { AXHighlightService, AXPActivityLogProvider, AXPActivityLogService, AXPAppStartUpProvider, AXPAppStartUpService, AXPBroadcastEventService, AXPComponentLogoConfig, AXPContentCheckerDirective, AXPContextChangeEvent, AXPContextStore, AXPCountdownPipe, AXPDataGenerator, AXPDataSourceDefinitionProviderService, AXPDblClickDirective, AXPDistributedEventListenerService, AXPElementDataDirective, AXPExportTemplateToken, AXPExpressionEvaluatorScopeProviderContext, AXPExpressionEvaluatorScopeProviderService, AXPExpressionEvaluatorService, AXPGridLayoutDirective, AXPHookService, AXPImageUrlLogoConfig, AXPPlatformScope, AXPSystemActionType, AXPSystemActions, AXP_ACTIVITY_LOG_PROVIDER, AXP_DATASOURCE_DEFINITION_PROVIDER, AXP_DISTRIBUTED_EVENT_LISTENER_PROVIDER, AXP_EXPRESSION_EVALUATOR_SCOPE_PROVIDER, applyFilterArray, applyPagination, applyQueryArray, applySortArray, applySystemActionDefault, cleanDeep, extractNestedFieldsWildcard, extractTextFromHtml, extractValue, getActionButton, getChangedPaths, getDetailedChanges, getEnumValues, getNestedKeys, getSmart, getSystemActions, objectKeyValueTransforms, resolveActionLook, resolvePlatformScopeKey, resolvePlatformScopeName, setSmart };
|
|
1742
|
-
export type { AXPActionMenuItem, AXPActivityLog, AXPActivityLogChange, AXPApplicationUserReference, AXPBackButton, AXPBadge, AXPBreadcrumbItem, AXPCategorizedEntity, AXPCategorizedEntityDto, AXPCategoryEntity, AXPCategoryEntityWithItems, AXPColumnQuery, AXPContent, AXPContentDirection, AXPContentType, AXPContextData, AXPContextState, AXPDataSource, AXPDataSourceDataFieldDefinition, AXPDataSourceDefinition, AXPDataSourceDefinitionProvider, AXPDataType, AXPDistributedEventListenerProvider, AXPDistributedEventListenerProviderToken, AXPEntityReference, AXPEqualValidationRule, AXPExecuteCommand, AXPExecuteCommandResult, AXPExportCsvOptions, AXPExportExcelOptions, AXPExportOptions, AXPExportPdfOptions, AXPExportPrintOptions, AXPExpression, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviders, AXPFileListItem, AXPFileSource, AXPFileStatus, AXPFilterDefinition, AXPFilterLogic, AXPFilterOperation, AXPFilterQuery, AXPFlowDirection, AXPGridLayoutOptions, AXPGridPlacement, AXPLogoConfig, AXPMaxLengthValidationRule, AXPMetaData, AXPMinLengthValidationRule, AXPNavigateActionCommand, AXPNavigateActionOptions, AXPOptionsData, AXPPagedListResult, AXPPartialNested, AXPPlatformScopeKey, AXPQueryFetchResult, AXPQueryRequest, AXPReqexValidationRule, AXPRequiredValidationRule, AXPSortDefinition, AXPSortQuery, AXPStartUpTask, AXPStringValidationRules, AXPSystemAction, AXPUserReference, AXPValidationRule, AXPValidationRules, AXPValueTransformerFunction, AXPValueTransformerFunctions, AXPValueUnit, AXPValueUnits, AXPViewBlockDefinition, AXPViewDefinition, AXPViewFieldDefinition, AXPViewQuery, AXPWidgetTrigger, AXPWidgetTriggers };
|
|
1752
|
+
export type { AXPActionMenuItem, AXPActivityLog, AXPActivityLogChange, AXPApplicationUserReference, AXPBackButton, AXPBadge, AXPBreadcrumbItem, AXPCategorizedEntity, AXPCategorizedEntityDto, AXPCategoryEntity, AXPCategoryEntityWithItems, AXPColumnQuery, AXPContent, AXPContentDirection, AXPContentType, AXPContextData, AXPContextState, AXPDataSource, AXPDataSourceDataFieldDefinition, AXPDataSourceDefinition, AXPDataSourceDefinitionProvider, AXPDataType, AXPDistributedEventListenerProvider, AXPDistributedEventListenerProviderToken, AXPEntityReference, AXPEqualValidationRule, AXPExecuteCommand, AXPExecuteCommandResult, AXPExportCsvOptions, AXPExportExcelOptions, AXPExportOptions, AXPExportPdfOptions, AXPExportPrintOptions, AXPExpression, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviders, AXPFileListItem, AXPFileSource, AXPFileStatus, AXPFilterDefinition, AXPFilterLogic, AXPFilterOperation, AXPFilterQuery, AXPFlowDirection, AXPGridLayoutOptions, AXPGridPlacement, AXPLogoConfig, AXPMaxLengthValidationRule, AXPMetaData, AXPMiddlewareErrorResponse, AXPMinLengthValidationRule, AXPNavigateActionCommand, AXPNavigateActionOptions, AXPOptionsData, AXPPagedListResult, AXPPartialNested, AXPPlatformScopeKey, AXPQueryFetchResult, AXPQueryRequest, AXPReqexValidationRule, AXPRequiredValidationRule, AXPSortDefinition, AXPSortQuery, AXPStartUpTask, AXPStringValidationRules, AXPSystemAction, AXPUserReference, AXPValidationRule, AXPValidationRules, AXPValueTransformerFunction, AXPValueTransformerFunctions, AXPValueUnit, AXPValueUnits, AXPViewBlockDefinition, AXPViewDefinition, AXPViewFieldDefinition, AXPViewQuery, AXPWidgetTrigger, AXPWidgetTriggers };
|
|
@@ -126,7 +126,7 @@ function createAllQueryView(params = {
|
|
|
126
126
|
conditions: [],
|
|
127
127
|
}) {
|
|
128
128
|
params = Object.assign({ columns: [], sorts: [], conditions: [] }, params);
|
|
129
|
-
return createQueryView('all', '
|
|
129
|
+
return createQueryView('all', '@general:terms.interface.selection.all-items', true, {
|
|
130
130
|
columns: params.columns ?? [],
|
|
131
131
|
conditions: params.conditions ?? [],
|
|
132
132
|
sorts: params.sorts ?? [],
|
|
@@ -893,7 +893,7 @@ class AXPHomePageSettingProvider {
|
|
|
893
893
|
this.defaultHomePageKey = inject(AXP_HOME_PAGE_DEFAULT_KEY, { optional: true }) ?? 'home';
|
|
894
894
|
}
|
|
895
895
|
async provide(context) {
|
|
896
|
-
const trans = async (key) => await this.translateService.translateAsync(
|
|
896
|
+
const trans = async (key) => await this.translateService.translateAsync(`@general:settings.${key}`);
|
|
897
897
|
const list = await this.homePageService.getRegisteredList().map((c) => ({ id: c.key, title: c.title }));
|
|
898
898
|
if (list.length === 0) {
|
|
899
899
|
return;
|
|
@@ -1162,9 +1162,7 @@ class AXPStickyDirective {
|
|
|
1162
1162
|
this._isSticky = false;
|
|
1163
1163
|
this.onParentScroll = () => {
|
|
1164
1164
|
this.zone.runOutsideAngular(() => {
|
|
1165
|
-
const scrollTop = this.parentElement === window
|
|
1166
|
-
? window.scrollY
|
|
1167
|
-
: this.parentElement.scrollTop;
|
|
1165
|
+
const scrollTop = this.parentElement === window ? window.scrollY : this.parentElement.scrollTop;
|
|
1168
1166
|
const shouldStick = scrollTop + this.stickyOffset >= this.topOffset;
|
|
1169
1167
|
if (shouldStick !== this.isSticky) {
|
|
1170
1168
|
this.zone.run(() => {
|
|
@@ -1194,12 +1192,9 @@ class AXPStickyDirective {
|
|
|
1194
1192
|
this.parentElement = this.stickyParent;
|
|
1195
1193
|
}
|
|
1196
1194
|
else {
|
|
1197
|
-
this.parentElement =
|
|
1198
|
-
document.querySelector(this.stickyParent) || window;
|
|
1195
|
+
this.parentElement = document.querySelector(this.stickyParent) || window;
|
|
1199
1196
|
}
|
|
1200
|
-
this.targetElement =
|
|
1201
|
-
document.querySelector(this.stickyTarget) ||
|
|
1202
|
-
this.element.nativeElement;
|
|
1197
|
+
this.targetElement = document.querySelector(this.stickyTarget) || this.element.nativeElement;
|
|
1203
1198
|
this.updateTopOffset();
|
|
1204
1199
|
this.parentElement.addEventListener('scroll', this.onParentScroll);
|
|
1205
1200
|
}
|