@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
|
@@ -475,6 +475,11 @@ declare const SysUser: Omit<{
|
|
|
475
475
|
schemaId: string;
|
|
476
476
|
schema?: Record<string, unknown> | undefined;
|
|
477
477
|
} | undefined;
|
|
478
|
+
emptyState?: {
|
|
479
|
+
title?: string | undefined;
|
|
480
|
+
message?: string | undefined;
|
|
481
|
+
icon?: string | undefined;
|
|
482
|
+
} | undefined;
|
|
478
483
|
tree?: {
|
|
479
484
|
[x: string]: unknown;
|
|
480
485
|
parentField?: string | undefined;
|
|
@@ -634,11 +639,6 @@ declare const SysUser: Omit<{
|
|
|
634
639
|
} | undefined;
|
|
635
640
|
showRecordCount?: boolean | undefined;
|
|
636
641
|
allowPrinting?: boolean | undefined;
|
|
637
|
-
emptyState?: {
|
|
638
|
-
title?: string | undefined;
|
|
639
|
-
message?: string | undefined;
|
|
640
|
-
icon?: string | undefined;
|
|
641
|
-
} | undefined;
|
|
642
642
|
performance?: {
|
|
643
643
|
lazyLoad?: boolean | undefined;
|
|
644
644
|
virtualScroll?: {
|
|
@@ -6374,6 +6374,11 @@ declare const SysSession: Omit<{
|
|
|
6374
6374
|
schemaId: string;
|
|
6375
6375
|
schema?: Record<string, unknown> | undefined;
|
|
6376
6376
|
} | undefined;
|
|
6377
|
+
emptyState?: {
|
|
6378
|
+
title?: string | undefined;
|
|
6379
|
+
message?: string | undefined;
|
|
6380
|
+
icon?: string | undefined;
|
|
6381
|
+
} | undefined;
|
|
6377
6382
|
tree?: {
|
|
6378
6383
|
[x: string]: unknown;
|
|
6379
6384
|
parentField?: string | undefined;
|
|
@@ -6533,11 +6538,6 @@ declare const SysSession: Omit<{
|
|
|
6533
6538
|
} | undefined;
|
|
6534
6539
|
showRecordCount?: boolean | undefined;
|
|
6535
6540
|
allowPrinting?: boolean | undefined;
|
|
6536
|
-
emptyState?: {
|
|
6537
|
-
title?: string | undefined;
|
|
6538
|
-
message?: string | undefined;
|
|
6539
|
-
icon?: string | undefined;
|
|
6540
|
-
} | undefined;
|
|
6541
6541
|
performance?: {
|
|
6542
6542
|
lazyLoad?: boolean | undefined;
|
|
6543
6543
|
virtualScroll?: {
|
|
@@ -9869,6 +9869,11 @@ declare const SysAccount: Omit<{
|
|
|
9869
9869
|
schemaId: string;
|
|
9870
9870
|
schema?: Record<string, unknown> | undefined;
|
|
9871
9871
|
} | undefined;
|
|
9872
|
+
emptyState?: {
|
|
9873
|
+
title?: string | undefined;
|
|
9874
|
+
message?: string | undefined;
|
|
9875
|
+
icon?: string | undefined;
|
|
9876
|
+
} | undefined;
|
|
9872
9877
|
tree?: {
|
|
9873
9878
|
[x: string]: unknown;
|
|
9874
9879
|
parentField?: string | undefined;
|
|
@@ -10028,11 +10033,6 @@ declare const SysAccount: Omit<{
|
|
|
10028
10033
|
} | undefined;
|
|
10029
10034
|
showRecordCount?: boolean | undefined;
|
|
10030
10035
|
allowPrinting?: boolean | undefined;
|
|
10031
|
-
emptyState?: {
|
|
10032
|
-
title?: string | undefined;
|
|
10033
|
-
message?: string | undefined;
|
|
10034
|
-
icon?: string | undefined;
|
|
10035
|
-
} | undefined;
|
|
10036
10036
|
performance?: {
|
|
10037
10037
|
lazyLoad?: boolean | undefined;
|
|
10038
10038
|
virtualScroll?: {
|
|
@@ -13420,6 +13420,11 @@ declare const SysVerification: Omit<{
|
|
|
13420
13420
|
schemaId: string;
|
|
13421
13421
|
schema?: Record<string, unknown> | undefined;
|
|
13422
13422
|
} | undefined;
|
|
13423
|
+
emptyState?: {
|
|
13424
|
+
title?: string | undefined;
|
|
13425
|
+
message?: string | undefined;
|
|
13426
|
+
icon?: string | undefined;
|
|
13427
|
+
} | undefined;
|
|
13423
13428
|
tree?: {
|
|
13424
13429
|
[x: string]: unknown;
|
|
13425
13430
|
parentField?: string | undefined;
|
|
@@ -13579,11 +13584,6 @@ declare const SysVerification: Omit<{
|
|
|
13579
13584
|
} | undefined;
|
|
13580
13585
|
showRecordCount?: boolean | undefined;
|
|
13581
13586
|
allowPrinting?: boolean | undefined;
|
|
13582
|
-
emptyState?: {
|
|
13583
|
-
title?: string | undefined;
|
|
13584
|
-
message?: string | undefined;
|
|
13585
|
-
icon?: string | undefined;
|
|
13586
|
-
} | undefined;
|
|
13587
13587
|
performance?: {
|
|
13588
13588
|
lazyLoad?: boolean | undefined;
|
|
13589
13589
|
virtualScroll?: {
|
|
@@ -15376,6 +15376,11 @@ declare const SysOrganization: Omit<{
|
|
|
15376
15376
|
schemaId: string;
|
|
15377
15377
|
schema?: Record<string, unknown> | undefined;
|
|
15378
15378
|
} | undefined;
|
|
15379
|
+
emptyState?: {
|
|
15380
|
+
title?: string | undefined;
|
|
15381
|
+
message?: string | undefined;
|
|
15382
|
+
icon?: string | undefined;
|
|
15383
|
+
} | undefined;
|
|
15379
15384
|
tree?: {
|
|
15380
15385
|
[x: string]: unknown;
|
|
15381
15386
|
parentField?: string | undefined;
|
|
@@ -15535,11 +15540,6 @@ declare const SysOrganization: Omit<{
|
|
|
15535
15540
|
} | undefined;
|
|
15536
15541
|
showRecordCount?: boolean | undefined;
|
|
15537
15542
|
allowPrinting?: boolean | undefined;
|
|
15538
|
-
emptyState?: {
|
|
15539
|
-
title?: string | undefined;
|
|
15540
|
-
message?: string | undefined;
|
|
15541
|
-
icon?: string | undefined;
|
|
15542
|
-
} | undefined;
|
|
15543
15543
|
performance?: {
|
|
15544
15544
|
lazyLoad?: boolean | undefined;
|
|
15545
15545
|
virtualScroll?: {
|
|
@@ -17822,6 +17822,11 @@ declare const SysMember: Omit<{
|
|
|
17822
17822
|
schemaId: string;
|
|
17823
17823
|
schema?: Record<string, unknown> | undefined;
|
|
17824
17824
|
} | undefined;
|
|
17825
|
+
emptyState?: {
|
|
17826
|
+
title?: string | undefined;
|
|
17827
|
+
message?: string | undefined;
|
|
17828
|
+
icon?: string | undefined;
|
|
17829
|
+
} | undefined;
|
|
17825
17830
|
tree?: {
|
|
17826
17831
|
[x: string]: unknown;
|
|
17827
17832
|
parentField?: string | undefined;
|
|
@@ -17981,11 +17986,6 @@ declare const SysMember: Omit<{
|
|
|
17981
17986
|
} | undefined;
|
|
17982
17987
|
showRecordCount?: boolean | undefined;
|
|
17983
17988
|
allowPrinting?: boolean | undefined;
|
|
17984
|
-
emptyState?: {
|
|
17985
|
-
title?: string | undefined;
|
|
17986
|
-
message?: string | undefined;
|
|
17987
|
-
icon?: string | undefined;
|
|
17988
|
-
} | undefined;
|
|
17989
17989
|
performance?: {
|
|
17990
17990
|
lazyLoad?: boolean | undefined;
|
|
17991
17991
|
virtualScroll?: {
|
|
@@ -19686,6 +19686,11 @@ declare const SysInvitation: Omit<{
|
|
|
19686
19686
|
schemaId: string;
|
|
19687
19687
|
schema?: Record<string, unknown> | undefined;
|
|
19688
19688
|
} | undefined;
|
|
19689
|
+
emptyState?: {
|
|
19690
|
+
title?: string | undefined;
|
|
19691
|
+
message?: string | undefined;
|
|
19692
|
+
icon?: string | undefined;
|
|
19693
|
+
} | undefined;
|
|
19689
19694
|
tree?: {
|
|
19690
19695
|
[x: string]: unknown;
|
|
19691
19696
|
parentField?: string | undefined;
|
|
@@ -19845,11 +19850,6 @@ declare const SysInvitation: Omit<{
|
|
|
19845
19850
|
} | undefined;
|
|
19846
19851
|
showRecordCount?: boolean | undefined;
|
|
19847
19852
|
allowPrinting?: boolean | undefined;
|
|
19848
|
-
emptyState?: {
|
|
19849
|
-
title?: string | undefined;
|
|
19850
|
-
message?: string | undefined;
|
|
19851
|
-
icon?: string | undefined;
|
|
19852
|
-
} | undefined;
|
|
19853
19853
|
performance?: {
|
|
19854
19854
|
lazyLoad?: boolean | undefined;
|
|
19855
19855
|
virtualScroll?: {
|
|
@@ -22354,6 +22354,11 @@ declare const SysTeam: Omit<{
|
|
|
22354
22354
|
schemaId: string;
|
|
22355
22355
|
schema?: Record<string, unknown> | undefined;
|
|
22356
22356
|
} | undefined;
|
|
22357
|
+
emptyState?: {
|
|
22358
|
+
title?: string | undefined;
|
|
22359
|
+
message?: string | undefined;
|
|
22360
|
+
icon?: string | undefined;
|
|
22361
|
+
} | undefined;
|
|
22357
22362
|
tree?: {
|
|
22358
22363
|
[x: string]: unknown;
|
|
22359
22364
|
parentField?: string | undefined;
|
|
@@ -22513,11 +22518,6 @@ declare const SysTeam: Omit<{
|
|
|
22513
22518
|
} | undefined;
|
|
22514
22519
|
showRecordCount?: boolean | undefined;
|
|
22515
22520
|
allowPrinting?: boolean | undefined;
|
|
22516
|
-
emptyState?: {
|
|
22517
|
-
title?: string | undefined;
|
|
22518
|
-
message?: string | undefined;
|
|
22519
|
-
icon?: string | undefined;
|
|
22520
|
-
} | undefined;
|
|
22521
22521
|
performance?: {
|
|
22522
22522
|
lazyLoad?: boolean | undefined;
|
|
22523
22523
|
virtualScroll?: {
|
|
@@ -24220,6 +24220,11 @@ declare const SysTeamMember: Omit<{
|
|
|
24220
24220
|
schemaId: string;
|
|
24221
24221
|
schema?: Record<string, unknown> | undefined;
|
|
24222
24222
|
} | undefined;
|
|
24223
|
+
emptyState?: {
|
|
24224
|
+
title?: string | undefined;
|
|
24225
|
+
message?: string | undefined;
|
|
24226
|
+
icon?: string | undefined;
|
|
24227
|
+
} | undefined;
|
|
24223
24228
|
tree?: {
|
|
24224
24229
|
[x: string]: unknown;
|
|
24225
24230
|
parentField?: string | undefined;
|
|
@@ -24379,11 +24384,6 @@ declare const SysTeamMember: Omit<{
|
|
|
24379
24384
|
} | undefined;
|
|
24380
24385
|
showRecordCount?: boolean | undefined;
|
|
24381
24386
|
allowPrinting?: boolean | undefined;
|
|
24382
|
-
emptyState?: {
|
|
24383
|
-
title?: string | undefined;
|
|
24384
|
-
message?: string | undefined;
|
|
24385
|
-
icon?: string | undefined;
|
|
24386
|
-
} | undefined;
|
|
24387
24387
|
performance?: {
|
|
24388
24388
|
lazyLoad?: boolean | undefined;
|
|
24389
24389
|
virtualScroll?: {
|
|
@@ -25856,6 +25856,11 @@ declare const SysBusinessUnit: Omit<{
|
|
|
25856
25856
|
schemaId: string;
|
|
25857
25857
|
schema?: Record<string, unknown> | undefined;
|
|
25858
25858
|
} | undefined;
|
|
25859
|
+
emptyState?: {
|
|
25860
|
+
title?: string | undefined;
|
|
25861
|
+
message?: string | undefined;
|
|
25862
|
+
icon?: string | undefined;
|
|
25863
|
+
} | undefined;
|
|
25859
25864
|
tree?: {
|
|
25860
25865
|
[x: string]: unknown;
|
|
25861
25866
|
parentField?: string | undefined;
|
|
@@ -26015,11 +26020,6 @@ declare const SysBusinessUnit: Omit<{
|
|
|
26015
26020
|
} | undefined;
|
|
26016
26021
|
showRecordCount?: boolean | undefined;
|
|
26017
26022
|
allowPrinting?: boolean | undefined;
|
|
26018
|
-
emptyState?: {
|
|
26019
|
-
title?: string | undefined;
|
|
26020
|
-
message?: string | undefined;
|
|
26021
|
-
icon?: string | undefined;
|
|
26022
|
-
} | undefined;
|
|
26023
26023
|
performance?: {
|
|
26024
26024
|
lazyLoad?: boolean | undefined;
|
|
26025
26025
|
virtualScroll?: {
|
|
@@ -29208,6 +29208,11 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
29208
29208
|
schemaId: string;
|
|
29209
29209
|
schema?: Record<string, unknown> | undefined;
|
|
29210
29210
|
} | undefined;
|
|
29211
|
+
emptyState?: {
|
|
29212
|
+
title?: string | undefined;
|
|
29213
|
+
message?: string | undefined;
|
|
29214
|
+
icon?: string | undefined;
|
|
29215
|
+
} | undefined;
|
|
29211
29216
|
tree?: {
|
|
29212
29217
|
[x: string]: unknown;
|
|
29213
29218
|
parentField?: string | undefined;
|
|
@@ -29367,11 +29372,6 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
29367
29372
|
} | undefined;
|
|
29368
29373
|
showRecordCount?: boolean | undefined;
|
|
29369
29374
|
allowPrinting?: boolean | undefined;
|
|
29370
|
-
emptyState?: {
|
|
29371
|
-
title?: string | undefined;
|
|
29372
|
-
message?: string | undefined;
|
|
29373
|
-
icon?: string | undefined;
|
|
29374
|
-
} | undefined;
|
|
29375
29375
|
performance?: {
|
|
29376
29376
|
lazyLoad?: boolean | undefined;
|
|
29377
29377
|
virtualScroll?: {
|
|
@@ -31709,6 +31709,11 @@ declare const SysApiKey: Omit<{
|
|
|
31709
31709
|
schemaId: string;
|
|
31710
31710
|
schema?: Record<string, unknown> | undefined;
|
|
31711
31711
|
} | undefined;
|
|
31712
|
+
emptyState?: {
|
|
31713
|
+
title?: string | undefined;
|
|
31714
|
+
message?: string | undefined;
|
|
31715
|
+
icon?: string | undefined;
|
|
31716
|
+
} | undefined;
|
|
31712
31717
|
tree?: {
|
|
31713
31718
|
[x: string]: unknown;
|
|
31714
31719
|
parentField?: string | undefined;
|
|
@@ -31868,11 +31873,6 @@ declare const SysApiKey: Omit<{
|
|
|
31868
31873
|
} | undefined;
|
|
31869
31874
|
showRecordCount?: boolean | undefined;
|
|
31870
31875
|
allowPrinting?: boolean | undefined;
|
|
31871
|
-
emptyState?: {
|
|
31872
|
-
title?: string | undefined;
|
|
31873
|
-
message?: string | undefined;
|
|
31874
|
-
icon?: string | undefined;
|
|
31875
|
-
} | undefined;
|
|
31876
31876
|
performance?: {
|
|
31877
31877
|
lazyLoad?: boolean | undefined;
|
|
31878
31878
|
virtualScroll?: {
|
|
@@ -34702,6 +34702,11 @@ declare const SysTwoFactor: Omit<{
|
|
|
34702
34702
|
schemaId: string;
|
|
34703
34703
|
schema?: Record<string, unknown> | undefined;
|
|
34704
34704
|
} | undefined;
|
|
34705
|
+
emptyState?: {
|
|
34706
|
+
title?: string | undefined;
|
|
34707
|
+
message?: string | undefined;
|
|
34708
|
+
icon?: string | undefined;
|
|
34709
|
+
} | undefined;
|
|
34705
34710
|
tree?: {
|
|
34706
34711
|
[x: string]: unknown;
|
|
34707
34712
|
parentField?: string | undefined;
|
|
@@ -34861,11 +34866,6 @@ declare const SysTwoFactor: Omit<{
|
|
|
34861
34866
|
} | undefined;
|
|
34862
34867
|
showRecordCount?: boolean | undefined;
|
|
34863
34868
|
allowPrinting?: boolean | undefined;
|
|
34864
|
-
emptyState?: {
|
|
34865
|
-
title?: string | undefined;
|
|
34866
|
-
message?: string | undefined;
|
|
34867
|
-
icon?: string | undefined;
|
|
34868
|
-
} | undefined;
|
|
34869
34869
|
performance?: {
|
|
34870
34870
|
lazyLoad?: boolean | undefined;
|
|
34871
34871
|
virtualScroll?: {
|
|
@@ -36956,6 +36956,11 @@ declare const SysDeviceCode: Omit<{
|
|
|
36956
36956
|
schemaId: string;
|
|
36957
36957
|
schema?: Record<string, unknown> | undefined;
|
|
36958
36958
|
} | undefined;
|
|
36959
|
+
emptyState?: {
|
|
36960
|
+
title?: string | undefined;
|
|
36961
|
+
message?: string | undefined;
|
|
36962
|
+
icon?: string | undefined;
|
|
36963
|
+
} | undefined;
|
|
36959
36964
|
tree?: {
|
|
36960
36965
|
[x: string]: unknown;
|
|
36961
36966
|
parentField?: string | undefined;
|
|
@@ -37115,11 +37120,6 @@ declare const SysDeviceCode: Omit<{
|
|
|
37115
37120
|
} | undefined;
|
|
37116
37121
|
showRecordCount?: boolean | undefined;
|
|
37117
37122
|
allowPrinting?: boolean | undefined;
|
|
37118
|
-
emptyState?: {
|
|
37119
|
-
title?: string | undefined;
|
|
37120
|
-
message?: string | undefined;
|
|
37121
|
-
icon?: string | undefined;
|
|
37122
|
-
} | undefined;
|
|
37123
37123
|
performance?: {
|
|
37124
37124
|
lazyLoad?: boolean | undefined;
|
|
37125
37125
|
virtualScroll?: {
|
|
@@ -40034,6 +40034,11 @@ declare const SysUserPreference: Omit<{
|
|
|
40034
40034
|
schemaId: string;
|
|
40035
40035
|
schema?: Record<string, unknown> | undefined;
|
|
40036
40036
|
} | undefined;
|
|
40037
|
+
emptyState?: {
|
|
40038
|
+
title?: string | undefined;
|
|
40039
|
+
message?: string | undefined;
|
|
40040
|
+
icon?: string | undefined;
|
|
40041
|
+
} | undefined;
|
|
40037
40042
|
tree?: {
|
|
40038
40043
|
[x: string]: unknown;
|
|
40039
40044
|
parentField?: string | undefined;
|
|
@@ -40193,11 +40198,6 @@ declare const SysUserPreference: Omit<{
|
|
|
40193
40198
|
} | undefined;
|
|
40194
40199
|
showRecordCount?: boolean | undefined;
|
|
40195
40200
|
allowPrinting?: boolean | undefined;
|
|
40196
|
-
emptyState?: {
|
|
40197
|
-
title?: string | undefined;
|
|
40198
|
-
message?: string | undefined;
|
|
40199
|
-
icon?: string | undefined;
|
|
40200
|
-
} | undefined;
|
|
40201
40201
|
performance?: {
|
|
40202
40202
|
lazyLoad?: boolean | undefined;
|
|
40203
40203
|
virtualScroll?: {
|
|
@@ -42055,6 +42055,11 @@ declare const SysOauthApplication: Omit<{
|
|
|
42055
42055
|
schemaId: string;
|
|
42056
42056
|
schema?: Record<string, unknown> | undefined;
|
|
42057
42057
|
} | undefined;
|
|
42058
|
+
emptyState?: {
|
|
42059
|
+
title?: string | undefined;
|
|
42060
|
+
message?: string | undefined;
|
|
42061
|
+
icon?: string | undefined;
|
|
42062
|
+
} | undefined;
|
|
42058
42063
|
tree?: {
|
|
42059
42064
|
[x: string]: unknown;
|
|
42060
42065
|
parentField?: string | undefined;
|
|
@@ -42214,11 +42219,6 @@ declare const SysOauthApplication: Omit<{
|
|
|
42214
42219
|
} | undefined;
|
|
42215
42220
|
showRecordCount?: boolean | undefined;
|
|
42216
42221
|
allowPrinting?: boolean | undefined;
|
|
42217
|
-
emptyState?: {
|
|
42218
|
-
title?: string | undefined;
|
|
42219
|
-
message?: string | undefined;
|
|
42220
|
-
icon?: string | undefined;
|
|
42221
|
-
} | undefined;
|
|
42222
42222
|
performance?: {
|
|
42223
42223
|
lazyLoad?: boolean | undefined;
|
|
42224
42224
|
virtualScroll?: {
|
|
@@ -48664,6 +48664,11 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
48664
48664
|
schemaId: string;
|
|
48665
48665
|
schema?: Record<string, unknown> | undefined;
|
|
48666
48666
|
} | undefined;
|
|
48667
|
+
emptyState?: {
|
|
48668
|
+
title?: string | undefined;
|
|
48669
|
+
message?: string | undefined;
|
|
48670
|
+
icon?: string | undefined;
|
|
48671
|
+
} | undefined;
|
|
48667
48672
|
tree?: {
|
|
48668
48673
|
[x: string]: unknown;
|
|
48669
48674
|
parentField?: string | undefined;
|
|
@@ -48823,11 +48828,6 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
48823
48828
|
} | undefined;
|
|
48824
48829
|
showRecordCount?: boolean | undefined;
|
|
48825
48830
|
allowPrinting?: boolean | undefined;
|
|
48826
|
-
emptyState?: {
|
|
48827
|
-
title?: string | undefined;
|
|
48828
|
-
message?: string | undefined;
|
|
48829
|
-
icon?: string | undefined;
|
|
48830
|
-
} | undefined;
|
|
48831
48831
|
performance?: {
|
|
48832
48832
|
lazyLoad?: boolean | undefined;
|
|
48833
48833
|
virtualScroll?: {
|
|
@@ -51361,6 +51361,11 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
51361
51361
|
schemaId: string;
|
|
51362
51362
|
schema?: Record<string, unknown> | undefined;
|
|
51363
51363
|
} | undefined;
|
|
51364
|
+
emptyState?: {
|
|
51365
|
+
title?: string | undefined;
|
|
51366
|
+
message?: string | undefined;
|
|
51367
|
+
icon?: string | undefined;
|
|
51368
|
+
} | undefined;
|
|
51364
51369
|
tree?: {
|
|
51365
51370
|
[x: string]: unknown;
|
|
51366
51371
|
parentField?: string | undefined;
|
|
@@ -51520,11 +51525,6 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
51520
51525
|
} | undefined;
|
|
51521
51526
|
showRecordCount?: boolean | undefined;
|
|
51522
51527
|
allowPrinting?: boolean | undefined;
|
|
51523
|
-
emptyState?: {
|
|
51524
|
-
title?: string | undefined;
|
|
51525
|
-
message?: string | undefined;
|
|
51526
|
-
icon?: string | undefined;
|
|
51527
|
-
} | undefined;
|
|
51528
51528
|
performance?: {
|
|
51529
51529
|
lazyLoad?: boolean | undefined;
|
|
51530
51530
|
virtualScroll?: {
|
|
@@ -54242,6 +54242,11 @@ declare const SysOauthConsent: Omit<{
|
|
|
54242
54242
|
schemaId: string;
|
|
54243
54243
|
schema?: Record<string, unknown> | undefined;
|
|
54244
54244
|
} | undefined;
|
|
54245
|
+
emptyState?: {
|
|
54246
|
+
title?: string | undefined;
|
|
54247
|
+
message?: string | undefined;
|
|
54248
|
+
icon?: string | undefined;
|
|
54249
|
+
} | undefined;
|
|
54245
54250
|
tree?: {
|
|
54246
54251
|
[x: string]: unknown;
|
|
54247
54252
|
parentField?: string | undefined;
|
|
@@ -54401,11 +54406,6 @@ declare const SysOauthConsent: Omit<{
|
|
|
54401
54406
|
} | undefined;
|
|
54402
54407
|
showRecordCount?: boolean | undefined;
|
|
54403
54408
|
allowPrinting?: boolean | undefined;
|
|
54404
|
-
emptyState?: {
|
|
54405
|
-
title?: string | undefined;
|
|
54406
|
-
message?: string | undefined;
|
|
54407
|
-
icon?: string | undefined;
|
|
54408
|
-
} | undefined;
|
|
54409
54409
|
performance?: {
|
|
54410
54410
|
lazyLoad?: boolean | undefined;
|
|
54411
54411
|
virtualScroll?: {
|
|
@@ -56377,6 +56377,11 @@ declare const SysJwks: Omit<{
|
|
|
56377
56377
|
schemaId: string;
|
|
56378
56378
|
schema?: Record<string, unknown> | undefined;
|
|
56379
56379
|
} | undefined;
|
|
56380
|
+
emptyState?: {
|
|
56381
|
+
title?: string | undefined;
|
|
56382
|
+
message?: string | undefined;
|
|
56383
|
+
icon?: string | undefined;
|
|
56384
|
+
} | undefined;
|
|
56380
56385
|
tree?: {
|
|
56381
56386
|
[x: string]: unknown;
|
|
56382
56387
|
parentField?: string | undefined;
|
|
@@ -56536,11 +56541,6 @@ declare const SysJwks: Omit<{
|
|
|
56536
56541
|
} | undefined;
|
|
56537
56542
|
showRecordCount?: boolean | undefined;
|
|
56538
56543
|
allowPrinting?: boolean | undefined;
|
|
56539
|
-
emptyState?: {
|
|
56540
|
-
title?: string | undefined;
|
|
56541
|
-
message?: string | undefined;
|
|
56542
|
-
icon?: string | undefined;
|
|
56543
|
-
} | undefined;
|
|
56544
56544
|
performance?: {
|
|
56545
56545
|
lazyLoad?: boolean | undefined;
|
|
56546
56546
|
virtualScroll?: {
|
|
@@ -58152,6 +58152,11 @@ declare const SysSsoProvider: Omit<{
|
|
|
58152
58152
|
schemaId: string;
|
|
58153
58153
|
schema?: Record<string, unknown> | undefined;
|
|
58154
58154
|
} | undefined;
|
|
58155
|
+
emptyState?: {
|
|
58156
|
+
title?: string | undefined;
|
|
58157
|
+
message?: string | undefined;
|
|
58158
|
+
icon?: string | undefined;
|
|
58159
|
+
} | undefined;
|
|
58155
58160
|
tree?: {
|
|
58156
58161
|
[x: string]: unknown;
|
|
58157
58162
|
parentField?: string | undefined;
|
|
@@ -58311,11 +58316,6 @@ declare const SysSsoProvider: Omit<{
|
|
|
58311
58316
|
} | undefined;
|
|
58312
58317
|
showRecordCount?: boolean | undefined;
|
|
58313
58318
|
allowPrinting?: boolean | undefined;
|
|
58314
|
-
emptyState?: {
|
|
58315
|
-
title?: string | undefined;
|
|
58316
|
-
message?: string | undefined;
|
|
58317
|
-
icon?: string | undefined;
|
|
58318
|
-
} | undefined;
|
|
58319
58319
|
performance?: {
|
|
58320
58320
|
lazyLoad?: boolean | undefined;
|
|
58321
58321
|
virtualScroll?: {
|
|
@@ -61270,6 +61270,11 @@ declare const SysScimProvider: Omit<{
|
|
|
61270
61270
|
schemaId: string;
|
|
61271
61271
|
schema?: Record<string, unknown> | undefined;
|
|
61272
61272
|
} | undefined;
|
|
61273
|
+
emptyState?: {
|
|
61274
|
+
title?: string | undefined;
|
|
61275
|
+
message?: string | undefined;
|
|
61276
|
+
icon?: string | undefined;
|
|
61277
|
+
} | undefined;
|
|
61273
61278
|
tree?: {
|
|
61274
61279
|
[x: string]: unknown;
|
|
61275
61280
|
parentField?: string | undefined;
|
|
@@ -61429,11 +61434,6 @@ declare const SysScimProvider: Omit<{
|
|
|
61429
61434
|
} | undefined;
|
|
61430
61435
|
showRecordCount?: boolean | undefined;
|
|
61431
61436
|
allowPrinting?: boolean | undefined;
|
|
61432
|
-
emptyState?: {
|
|
61433
|
-
title?: string | undefined;
|
|
61434
|
-
message?: string | undefined;
|
|
61435
|
-
icon?: string | undefined;
|
|
61436
|
-
} | undefined;
|
|
61437
61437
|
performance?: {
|
|
61438
61438
|
lazyLoad?: boolean | undefined;
|
|
61439
61439
|
virtualScroll?: {
|