@objectstack/platform-objects 14.7.0 → 14.8.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.
- package/dist/apps/index.js +135 -135
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +135 -135
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +50 -50
- package/dist/audit/index.d.ts +50 -50
- package/dist/identity/index.d.mts +110 -110
- package/dist/identity/index.d.ts +110 -110
- package/dist/index.js +236 -174
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +236 -174
- package/dist/index.mjs.map +1 -1
- package/dist/pages/index.js +101 -39
- package/dist/pages/index.js.map +1 -1
- package/dist/pages/index.mjs +101 -39
- package/dist/pages/index.mjs.map +1 -1
- package/dist/plugin.js +135 -135
- package/dist/plugin.js.map +1 -1
- package/dist/plugin.mjs +135 -135
- package/dist/plugin.mjs.map +1 -1
- package/dist/system/index.d.mts +15 -15
- package/dist/system/index.d.ts +15 -15
- package/package.json +3 -3
package/dist/audit/index.d.mts
CHANGED
|
@@ -487,6 +487,11 @@ declare const SysNotification: Omit<{
|
|
|
487
487
|
schemaId: string;
|
|
488
488
|
schema?: Record<string, unknown> | undefined;
|
|
489
489
|
} | undefined;
|
|
490
|
+
emptyState?: {
|
|
491
|
+
title?: string | undefined;
|
|
492
|
+
message?: string | undefined;
|
|
493
|
+
icon?: string | undefined;
|
|
494
|
+
} | undefined;
|
|
490
495
|
tree?: {
|
|
491
496
|
[x: string]: unknown;
|
|
492
497
|
parentField?: string | undefined;
|
|
@@ -646,11 +651,6 @@ declare const SysNotification: Omit<{
|
|
|
646
651
|
} | undefined;
|
|
647
652
|
showRecordCount?: boolean | undefined;
|
|
648
653
|
allowPrinting?: boolean | undefined;
|
|
649
|
-
emptyState?: {
|
|
650
|
-
title?: string | undefined;
|
|
651
|
-
message?: string | undefined;
|
|
652
|
-
icon?: string | undefined;
|
|
653
|
-
} | undefined;
|
|
654
654
|
performance?: {
|
|
655
655
|
lazyLoad?: boolean | undefined;
|
|
656
656
|
virtualScroll?: {
|
|
@@ -3044,6 +3044,11 @@ declare const SysAttachment: Omit<{
|
|
|
3044
3044
|
schemaId: string;
|
|
3045
3045
|
schema?: Record<string, unknown> | undefined;
|
|
3046
3046
|
} | undefined;
|
|
3047
|
+
emptyState?: {
|
|
3048
|
+
title?: string | undefined;
|
|
3049
|
+
message?: string | undefined;
|
|
3050
|
+
icon?: string | undefined;
|
|
3051
|
+
} | undefined;
|
|
3047
3052
|
tree?: {
|
|
3048
3053
|
[x: string]: unknown;
|
|
3049
3054
|
parentField?: string | undefined;
|
|
@@ -3203,11 +3208,6 @@ declare const SysAttachment: Omit<{
|
|
|
3203
3208
|
} | undefined;
|
|
3204
3209
|
showRecordCount?: boolean | undefined;
|
|
3205
3210
|
allowPrinting?: boolean | undefined;
|
|
3206
|
-
emptyState?: {
|
|
3207
|
-
title?: string | undefined;
|
|
3208
|
-
message?: string | undefined;
|
|
3209
|
-
icon?: string | undefined;
|
|
3210
|
-
} | undefined;
|
|
3211
3211
|
performance?: {
|
|
3212
3212
|
lazyLoad?: boolean | undefined;
|
|
3213
3213
|
virtualScroll?: {
|
|
@@ -6285,6 +6285,11 @@ declare const SysEmail: Omit<{
|
|
|
6285
6285
|
schemaId: string;
|
|
6286
6286
|
schema?: Record<string, unknown> | undefined;
|
|
6287
6287
|
} | undefined;
|
|
6288
|
+
emptyState?: {
|
|
6289
|
+
title?: string | undefined;
|
|
6290
|
+
message?: string | undefined;
|
|
6291
|
+
icon?: string | undefined;
|
|
6292
|
+
} | undefined;
|
|
6288
6293
|
tree?: {
|
|
6289
6294
|
[x: string]: unknown;
|
|
6290
6295
|
parentField?: string | undefined;
|
|
@@ -6444,11 +6449,6 @@ declare const SysEmail: Omit<{
|
|
|
6444
6449
|
} | undefined;
|
|
6445
6450
|
showRecordCount?: boolean | undefined;
|
|
6446
6451
|
allowPrinting?: boolean | undefined;
|
|
6447
|
-
emptyState?: {
|
|
6448
|
-
title?: string | undefined;
|
|
6449
|
-
message?: string | undefined;
|
|
6450
|
-
icon?: string | undefined;
|
|
6451
|
-
} | undefined;
|
|
6452
6452
|
performance?: {
|
|
6453
6453
|
lazyLoad?: boolean | undefined;
|
|
6454
6454
|
virtualScroll?: {
|
|
@@ -10622,6 +10622,11 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10622
10622
|
schemaId: string;
|
|
10623
10623
|
schema?: Record<string, unknown> | undefined;
|
|
10624
10624
|
} | undefined;
|
|
10625
|
+
emptyState?: {
|
|
10626
|
+
title?: string | undefined;
|
|
10627
|
+
message?: string | undefined;
|
|
10628
|
+
icon?: string | undefined;
|
|
10629
|
+
} | undefined;
|
|
10625
10630
|
tree?: {
|
|
10626
10631
|
[x: string]: unknown;
|
|
10627
10632
|
parentField?: string | undefined;
|
|
@@ -10781,11 +10786,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10781
10786
|
} | undefined;
|
|
10782
10787
|
showRecordCount?: boolean | undefined;
|
|
10783
10788
|
allowPrinting?: boolean | undefined;
|
|
10784
|
-
emptyState?: {
|
|
10785
|
-
title?: string | undefined;
|
|
10786
|
-
message?: string | undefined;
|
|
10787
|
-
icon?: string | undefined;
|
|
10788
|
-
} | undefined;
|
|
10789
10789
|
performance?: {
|
|
10790
10790
|
lazyLoad?: boolean | undefined;
|
|
10791
10791
|
virtualScroll?: {
|
|
@@ -14605,6 +14605,11 @@ declare const SysSavedReport: Omit<{
|
|
|
14605
14605
|
schemaId: string;
|
|
14606
14606
|
schema?: Record<string, unknown> | undefined;
|
|
14607
14607
|
} | undefined;
|
|
14608
|
+
emptyState?: {
|
|
14609
|
+
title?: string | undefined;
|
|
14610
|
+
message?: string | undefined;
|
|
14611
|
+
icon?: string | undefined;
|
|
14612
|
+
} | undefined;
|
|
14608
14613
|
tree?: {
|
|
14609
14614
|
[x: string]: unknown;
|
|
14610
14615
|
parentField?: string | undefined;
|
|
@@ -14764,11 +14769,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14764
14769
|
} | undefined;
|
|
14765
14770
|
showRecordCount?: boolean | undefined;
|
|
14766
14771
|
allowPrinting?: boolean | undefined;
|
|
14767
|
-
emptyState?: {
|
|
14768
|
-
title?: string | undefined;
|
|
14769
|
-
message?: string | undefined;
|
|
14770
|
-
icon?: string | undefined;
|
|
14771
|
-
} | undefined;
|
|
14772
14772
|
performance?: {
|
|
14773
14773
|
lazyLoad?: boolean | undefined;
|
|
14774
14774
|
virtualScroll?: {
|
|
@@ -17483,6 +17483,11 @@ declare const SysReportSchedule: Omit<{
|
|
|
17483
17483
|
schemaId: string;
|
|
17484
17484
|
schema?: Record<string, unknown> | undefined;
|
|
17485
17485
|
} | undefined;
|
|
17486
|
+
emptyState?: {
|
|
17487
|
+
title?: string | undefined;
|
|
17488
|
+
message?: string | undefined;
|
|
17489
|
+
icon?: string | undefined;
|
|
17490
|
+
} | undefined;
|
|
17486
17491
|
tree?: {
|
|
17487
17492
|
[x: string]: unknown;
|
|
17488
17493
|
parentField?: string | undefined;
|
|
@@ -17642,11 +17647,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17642
17647
|
} | undefined;
|
|
17643
17648
|
showRecordCount?: boolean | undefined;
|
|
17644
17649
|
allowPrinting?: boolean | undefined;
|
|
17645
|
-
emptyState?: {
|
|
17646
|
-
title?: string | undefined;
|
|
17647
|
-
message?: string | undefined;
|
|
17648
|
-
icon?: string | undefined;
|
|
17649
|
-
} | undefined;
|
|
17650
17650
|
performance?: {
|
|
17651
17651
|
lazyLoad?: boolean | undefined;
|
|
17652
17652
|
virtualScroll?: {
|
|
@@ -21449,6 +21449,11 @@ declare const SysJob: Omit<{
|
|
|
21449
21449
|
schemaId: string;
|
|
21450
21450
|
schema?: Record<string, unknown> | undefined;
|
|
21451
21451
|
} | undefined;
|
|
21452
|
+
emptyState?: {
|
|
21453
|
+
title?: string | undefined;
|
|
21454
|
+
message?: string | undefined;
|
|
21455
|
+
icon?: string | undefined;
|
|
21456
|
+
} | undefined;
|
|
21452
21457
|
tree?: {
|
|
21453
21458
|
[x: string]: unknown;
|
|
21454
21459
|
parentField?: string | undefined;
|
|
@@ -21608,11 +21613,6 @@ declare const SysJob: Omit<{
|
|
|
21608
21613
|
} | undefined;
|
|
21609
21614
|
showRecordCount?: boolean | undefined;
|
|
21610
21615
|
allowPrinting?: boolean | undefined;
|
|
21611
|
-
emptyState?: {
|
|
21612
|
-
title?: string | undefined;
|
|
21613
|
-
message?: string | undefined;
|
|
21614
|
-
icon?: string | undefined;
|
|
21615
|
-
} | undefined;
|
|
21616
21616
|
performance?: {
|
|
21617
21617
|
lazyLoad?: boolean | undefined;
|
|
21618
21618
|
virtualScroll?: {
|
|
@@ -24680,6 +24680,11 @@ declare const SysJobRun: Omit<{
|
|
|
24680
24680
|
schemaId: string;
|
|
24681
24681
|
schema?: Record<string, unknown> | undefined;
|
|
24682
24682
|
} | undefined;
|
|
24683
|
+
emptyState?: {
|
|
24684
|
+
title?: string | undefined;
|
|
24685
|
+
message?: string | undefined;
|
|
24686
|
+
icon?: string | undefined;
|
|
24687
|
+
} | undefined;
|
|
24683
24688
|
tree?: {
|
|
24684
24689
|
[x: string]: unknown;
|
|
24685
24690
|
parentField?: string | undefined;
|
|
@@ -24839,11 +24844,6 @@ declare const SysJobRun: Omit<{
|
|
|
24839
24844
|
} | undefined;
|
|
24840
24845
|
showRecordCount?: boolean | undefined;
|
|
24841
24846
|
allowPrinting?: boolean | undefined;
|
|
24842
|
-
emptyState?: {
|
|
24843
|
-
title?: string | undefined;
|
|
24844
|
-
message?: string | undefined;
|
|
24845
|
-
icon?: string | undefined;
|
|
24846
|
-
} | undefined;
|
|
24847
24847
|
performance?: {
|
|
24848
24848
|
lazyLoad?: boolean | undefined;
|
|
24849
24849
|
virtualScroll?: {
|
|
@@ -27373,6 +27373,11 @@ declare const SysJobQueue: Omit<{
|
|
|
27373
27373
|
schemaId: string;
|
|
27374
27374
|
schema?: Record<string, unknown> | undefined;
|
|
27375
27375
|
} | undefined;
|
|
27376
|
+
emptyState?: {
|
|
27377
|
+
title?: string | undefined;
|
|
27378
|
+
message?: string | undefined;
|
|
27379
|
+
icon?: string | undefined;
|
|
27380
|
+
} | undefined;
|
|
27376
27381
|
tree?: {
|
|
27377
27382
|
[x: string]: unknown;
|
|
27378
27383
|
parentField?: string | undefined;
|
|
@@ -27532,11 +27537,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27532
27537
|
} | undefined;
|
|
27533
27538
|
showRecordCount?: boolean | undefined;
|
|
27534
27539
|
allowPrinting?: boolean | undefined;
|
|
27535
|
-
emptyState?: {
|
|
27536
|
-
title?: string | undefined;
|
|
27537
|
-
message?: string | undefined;
|
|
27538
|
-
icon?: string | undefined;
|
|
27539
|
-
} | undefined;
|
|
27540
27540
|
performance?: {
|
|
27541
27541
|
lazyLoad?: boolean | undefined;
|
|
27542
27542
|
virtualScroll?: {
|
|
@@ -31713,6 +31713,11 @@ declare const SysImportJob: Omit<{
|
|
|
31713
31713
|
schemaId: string;
|
|
31714
31714
|
schema?: Record<string, unknown> | undefined;
|
|
31715
31715
|
} | undefined;
|
|
31716
|
+
emptyState?: {
|
|
31717
|
+
title?: string | undefined;
|
|
31718
|
+
message?: string | undefined;
|
|
31719
|
+
icon?: string | undefined;
|
|
31720
|
+
} | undefined;
|
|
31716
31721
|
tree?: {
|
|
31717
31722
|
[x: string]: unknown;
|
|
31718
31723
|
parentField?: string | undefined;
|
|
@@ -31872,11 +31877,6 @@ declare const SysImportJob: Omit<{
|
|
|
31872
31877
|
} | undefined;
|
|
31873
31878
|
showRecordCount?: boolean | undefined;
|
|
31874
31879
|
allowPrinting?: boolean | undefined;
|
|
31875
|
-
emptyState?: {
|
|
31876
|
-
title?: string | undefined;
|
|
31877
|
-
message?: string | undefined;
|
|
31878
|
-
icon?: string | undefined;
|
|
31879
|
-
} | undefined;
|
|
31880
31880
|
performance?: {
|
|
31881
31881
|
lazyLoad?: boolean | undefined;
|
|
31882
31882
|
virtualScroll?: {
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -487,6 +487,11 @@ declare const SysNotification: Omit<{
|
|
|
487
487
|
schemaId: string;
|
|
488
488
|
schema?: Record<string, unknown> | undefined;
|
|
489
489
|
} | undefined;
|
|
490
|
+
emptyState?: {
|
|
491
|
+
title?: string | undefined;
|
|
492
|
+
message?: string | undefined;
|
|
493
|
+
icon?: string | undefined;
|
|
494
|
+
} | undefined;
|
|
490
495
|
tree?: {
|
|
491
496
|
[x: string]: unknown;
|
|
492
497
|
parentField?: string | undefined;
|
|
@@ -646,11 +651,6 @@ declare const SysNotification: Omit<{
|
|
|
646
651
|
} | undefined;
|
|
647
652
|
showRecordCount?: boolean | undefined;
|
|
648
653
|
allowPrinting?: boolean | undefined;
|
|
649
|
-
emptyState?: {
|
|
650
|
-
title?: string | undefined;
|
|
651
|
-
message?: string | undefined;
|
|
652
|
-
icon?: string | undefined;
|
|
653
|
-
} | undefined;
|
|
654
654
|
performance?: {
|
|
655
655
|
lazyLoad?: boolean | undefined;
|
|
656
656
|
virtualScroll?: {
|
|
@@ -3044,6 +3044,11 @@ declare const SysAttachment: Omit<{
|
|
|
3044
3044
|
schemaId: string;
|
|
3045
3045
|
schema?: Record<string, unknown> | undefined;
|
|
3046
3046
|
} | undefined;
|
|
3047
|
+
emptyState?: {
|
|
3048
|
+
title?: string | undefined;
|
|
3049
|
+
message?: string | undefined;
|
|
3050
|
+
icon?: string | undefined;
|
|
3051
|
+
} | undefined;
|
|
3047
3052
|
tree?: {
|
|
3048
3053
|
[x: string]: unknown;
|
|
3049
3054
|
parentField?: string | undefined;
|
|
@@ -3203,11 +3208,6 @@ declare const SysAttachment: Omit<{
|
|
|
3203
3208
|
} | undefined;
|
|
3204
3209
|
showRecordCount?: boolean | undefined;
|
|
3205
3210
|
allowPrinting?: boolean | undefined;
|
|
3206
|
-
emptyState?: {
|
|
3207
|
-
title?: string | undefined;
|
|
3208
|
-
message?: string | undefined;
|
|
3209
|
-
icon?: string | undefined;
|
|
3210
|
-
} | undefined;
|
|
3211
3211
|
performance?: {
|
|
3212
3212
|
lazyLoad?: boolean | undefined;
|
|
3213
3213
|
virtualScroll?: {
|
|
@@ -6285,6 +6285,11 @@ declare const SysEmail: Omit<{
|
|
|
6285
6285
|
schemaId: string;
|
|
6286
6286
|
schema?: Record<string, unknown> | undefined;
|
|
6287
6287
|
} | undefined;
|
|
6288
|
+
emptyState?: {
|
|
6289
|
+
title?: string | undefined;
|
|
6290
|
+
message?: string | undefined;
|
|
6291
|
+
icon?: string | undefined;
|
|
6292
|
+
} | undefined;
|
|
6288
6293
|
tree?: {
|
|
6289
6294
|
[x: string]: unknown;
|
|
6290
6295
|
parentField?: string | undefined;
|
|
@@ -6444,11 +6449,6 @@ declare const SysEmail: Omit<{
|
|
|
6444
6449
|
} | undefined;
|
|
6445
6450
|
showRecordCount?: boolean | undefined;
|
|
6446
6451
|
allowPrinting?: boolean | undefined;
|
|
6447
|
-
emptyState?: {
|
|
6448
|
-
title?: string | undefined;
|
|
6449
|
-
message?: string | undefined;
|
|
6450
|
-
icon?: string | undefined;
|
|
6451
|
-
} | undefined;
|
|
6452
6452
|
performance?: {
|
|
6453
6453
|
lazyLoad?: boolean | undefined;
|
|
6454
6454
|
virtualScroll?: {
|
|
@@ -10622,6 +10622,11 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10622
10622
|
schemaId: string;
|
|
10623
10623
|
schema?: Record<string, unknown> | undefined;
|
|
10624
10624
|
} | undefined;
|
|
10625
|
+
emptyState?: {
|
|
10626
|
+
title?: string | undefined;
|
|
10627
|
+
message?: string | undefined;
|
|
10628
|
+
icon?: string | undefined;
|
|
10629
|
+
} | undefined;
|
|
10625
10630
|
tree?: {
|
|
10626
10631
|
[x: string]: unknown;
|
|
10627
10632
|
parentField?: string | undefined;
|
|
@@ -10781,11 +10786,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10781
10786
|
} | undefined;
|
|
10782
10787
|
showRecordCount?: boolean | undefined;
|
|
10783
10788
|
allowPrinting?: boolean | undefined;
|
|
10784
|
-
emptyState?: {
|
|
10785
|
-
title?: string | undefined;
|
|
10786
|
-
message?: string | undefined;
|
|
10787
|
-
icon?: string | undefined;
|
|
10788
|
-
} | undefined;
|
|
10789
10789
|
performance?: {
|
|
10790
10790
|
lazyLoad?: boolean | undefined;
|
|
10791
10791
|
virtualScroll?: {
|
|
@@ -14605,6 +14605,11 @@ declare const SysSavedReport: Omit<{
|
|
|
14605
14605
|
schemaId: string;
|
|
14606
14606
|
schema?: Record<string, unknown> | undefined;
|
|
14607
14607
|
} | undefined;
|
|
14608
|
+
emptyState?: {
|
|
14609
|
+
title?: string | undefined;
|
|
14610
|
+
message?: string | undefined;
|
|
14611
|
+
icon?: string | undefined;
|
|
14612
|
+
} | undefined;
|
|
14608
14613
|
tree?: {
|
|
14609
14614
|
[x: string]: unknown;
|
|
14610
14615
|
parentField?: string | undefined;
|
|
@@ -14764,11 +14769,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14764
14769
|
} | undefined;
|
|
14765
14770
|
showRecordCount?: boolean | undefined;
|
|
14766
14771
|
allowPrinting?: boolean | undefined;
|
|
14767
|
-
emptyState?: {
|
|
14768
|
-
title?: string | undefined;
|
|
14769
|
-
message?: string | undefined;
|
|
14770
|
-
icon?: string | undefined;
|
|
14771
|
-
} | undefined;
|
|
14772
14772
|
performance?: {
|
|
14773
14773
|
lazyLoad?: boolean | undefined;
|
|
14774
14774
|
virtualScroll?: {
|
|
@@ -17483,6 +17483,11 @@ declare const SysReportSchedule: Omit<{
|
|
|
17483
17483
|
schemaId: string;
|
|
17484
17484
|
schema?: Record<string, unknown> | undefined;
|
|
17485
17485
|
} | undefined;
|
|
17486
|
+
emptyState?: {
|
|
17487
|
+
title?: string | undefined;
|
|
17488
|
+
message?: string | undefined;
|
|
17489
|
+
icon?: string | undefined;
|
|
17490
|
+
} | undefined;
|
|
17486
17491
|
tree?: {
|
|
17487
17492
|
[x: string]: unknown;
|
|
17488
17493
|
parentField?: string | undefined;
|
|
@@ -17642,11 +17647,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17642
17647
|
} | undefined;
|
|
17643
17648
|
showRecordCount?: boolean | undefined;
|
|
17644
17649
|
allowPrinting?: boolean | undefined;
|
|
17645
|
-
emptyState?: {
|
|
17646
|
-
title?: string | undefined;
|
|
17647
|
-
message?: string | undefined;
|
|
17648
|
-
icon?: string | undefined;
|
|
17649
|
-
} | undefined;
|
|
17650
17650
|
performance?: {
|
|
17651
17651
|
lazyLoad?: boolean | undefined;
|
|
17652
17652
|
virtualScroll?: {
|
|
@@ -21449,6 +21449,11 @@ declare const SysJob: Omit<{
|
|
|
21449
21449
|
schemaId: string;
|
|
21450
21450
|
schema?: Record<string, unknown> | undefined;
|
|
21451
21451
|
} | undefined;
|
|
21452
|
+
emptyState?: {
|
|
21453
|
+
title?: string | undefined;
|
|
21454
|
+
message?: string | undefined;
|
|
21455
|
+
icon?: string | undefined;
|
|
21456
|
+
} | undefined;
|
|
21452
21457
|
tree?: {
|
|
21453
21458
|
[x: string]: unknown;
|
|
21454
21459
|
parentField?: string | undefined;
|
|
@@ -21608,11 +21613,6 @@ declare const SysJob: Omit<{
|
|
|
21608
21613
|
} | undefined;
|
|
21609
21614
|
showRecordCount?: boolean | undefined;
|
|
21610
21615
|
allowPrinting?: boolean | undefined;
|
|
21611
|
-
emptyState?: {
|
|
21612
|
-
title?: string | undefined;
|
|
21613
|
-
message?: string | undefined;
|
|
21614
|
-
icon?: string | undefined;
|
|
21615
|
-
} | undefined;
|
|
21616
21616
|
performance?: {
|
|
21617
21617
|
lazyLoad?: boolean | undefined;
|
|
21618
21618
|
virtualScroll?: {
|
|
@@ -24680,6 +24680,11 @@ declare const SysJobRun: Omit<{
|
|
|
24680
24680
|
schemaId: string;
|
|
24681
24681
|
schema?: Record<string, unknown> | undefined;
|
|
24682
24682
|
} | undefined;
|
|
24683
|
+
emptyState?: {
|
|
24684
|
+
title?: string | undefined;
|
|
24685
|
+
message?: string | undefined;
|
|
24686
|
+
icon?: string | undefined;
|
|
24687
|
+
} | undefined;
|
|
24683
24688
|
tree?: {
|
|
24684
24689
|
[x: string]: unknown;
|
|
24685
24690
|
parentField?: string | undefined;
|
|
@@ -24839,11 +24844,6 @@ declare const SysJobRun: Omit<{
|
|
|
24839
24844
|
} | undefined;
|
|
24840
24845
|
showRecordCount?: boolean | undefined;
|
|
24841
24846
|
allowPrinting?: boolean | undefined;
|
|
24842
|
-
emptyState?: {
|
|
24843
|
-
title?: string | undefined;
|
|
24844
|
-
message?: string | undefined;
|
|
24845
|
-
icon?: string | undefined;
|
|
24846
|
-
} | undefined;
|
|
24847
24847
|
performance?: {
|
|
24848
24848
|
lazyLoad?: boolean | undefined;
|
|
24849
24849
|
virtualScroll?: {
|
|
@@ -27373,6 +27373,11 @@ declare const SysJobQueue: Omit<{
|
|
|
27373
27373
|
schemaId: string;
|
|
27374
27374
|
schema?: Record<string, unknown> | undefined;
|
|
27375
27375
|
} | undefined;
|
|
27376
|
+
emptyState?: {
|
|
27377
|
+
title?: string | undefined;
|
|
27378
|
+
message?: string | undefined;
|
|
27379
|
+
icon?: string | undefined;
|
|
27380
|
+
} | undefined;
|
|
27376
27381
|
tree?: {
|
|
27377
27382
|
[x: string]: unknown;
|
|
27378
27383
|
parentField?: string | undefined;
|
|
@@ -27532,11 +27537,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27532
27537
|
} | undefined;
|
|
27533
27538
|
showRecordCount?: boolean | undefined;
|
|
27534
27539
|
allowPrinting?: boolean | undefined;
|
|
27535
|
-
emptyState?: {
|
|
27536
|
-
title?: string | undefined;
|
|
27537
|
-
message?: string | undefined;
|
|
27538
|
-
icon?: string | undefined;
|
|
27539
|
-
} | undefined;
|
|
27540
27540
|
performance?: {
|
|
27541
27541
|
lazyLoad?: boolean | undefined;
|
|
27542
27542
|
virtualScroll?: {
|
|
@@ -31713,6 +31713,11 @@ declare const SysImportJob: Omit<{
|
|
|
31713
31713
|
schemaId: string;
|
|
31714
31714
|
schema?: Record<string, unknown> | undefined;
|
|
31715
31715
|
} | undefined;
|
|
31716
|
+
emptyState?: {
|
|
31717
|
+
title?: string | undefined;
|
|
31718
|
+
message?: string | undefined;
|
|
31719
|
+
icon?: string | undefined;
|
|
31720
|
+
} | undefined;
|
|
31716
31721
|
tree?: {
|
|
31717
31722
|
[x: string]: unknown;
|
|
31718
31723
|
parentField?: string | undefined;
|
|
@@ -31872,11 +31877,6 @@ declare const SysImportJob: Omit<{
|
|
|
31872
31877
|
} | undefined;
|
|
31873
31878
|
showRecordCount?: boolean | undefined;
|
|
31874
31879
|
allowPrinting?: boolean | undefined;
|
|
31875
|
-
emptyState?: {
|
|
31876
|
-
title?: string | undefined;
|
|
31877
|
-
message?: string | undefined;
|
|
31878
|
-
icon?: string | undefined;
|
|
31879
|
-
} | undefined;
|
|
31880
31880
|
performance?: {
|
|
31881
31881
|
lazyLoad?: boolean | undefined;
|
|
31882
31882
|
virtualScroll?: {
|