@objectstack/plugin-approvals 14.6.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/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +26 -0
- package/dist/index.d.mts +50 -15
- package/dist/index.d.ts +50 -15
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-approvals@14.
|
|
2
|
+
> @objectstack/plugin-approvals@14.8.0 build /home/runner/work/framework/framework/packages/plugins/plugin-approvals
|
|
3
3
|
> tsup --config ../../../tsup.config.ts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[32mCJS[39m [1mdist/index.js [22m[32m123.99 KB[39m
|
|
14
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m220.47 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in 305ms
|
|
16
13
|
[32mESM[39m [1mdist/index.mjs [22m[32m122.33 KB[39m
|
|
17
14
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m219.27 KB[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 240ms
|
|
16
|
+
[32mCJS[39m [1mdist/index.js [22m[32m123.99 KB[39m
|
|
17
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m220.47 KB[39m
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 253ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 17956ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m387.51 KB[39m
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m387.51 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @objectstack/plugin-approvals
|
|
2
2
|
|
|
3
|
+
## 14.8.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [16b4bf6]
|
|
8
|
+
- Updated dependencies [16b4bf6]
|
|
9
|
+
- Updated dependencies [10e8983]
|
|
10
|
+
- Updated dependencies [607aaf4]
|
|
11
|
+
- Updated dependencies [bb71321]
|
|
12
|
+
- @objectstack/spec@14.8.0
|
|
13
|
+
- @objectstack/platform-objects@14.8.0
|
|
14
|
+
- @objectstack/core@14.8.0
|
|
15
|
+
- @objectstack/formula@14.8.0
|
|
16
|
+
- @objectstack/metadata-core@14.8.0
|
|
17
|
+
|
|
18
|
+
## 14.7.0
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [d6a72eb]
|
|
23
|
+
- @objectstack/spec@14.7.0
|
|
24
|
+
- @objectstack/core@14.7.0
|
|
25
|
+
- @objectstack/formula@14.7.0
|
|
26
|
+
- @objectstack/metadata-core@14.7.0
|
|
27
|
+
- @objectstack/platform-objects@14.7.0
|
|
28
|
+
|
|
3
29
|
## 14.6.0
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -256,6 +256,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
256
256
|
generatedBy?: string | undefined;
|
|
257
257
|
} | undefined;
|
|
258
258
|
} | undefined;
|
|
259
|
+
widget?: string | undefined;
|
|
259
260
|
requiredPermissions?: string[] | undefined;
|
|
260
261
|
system?: boolean | undefined;
|
|
261
262
|
inlineHelpText?: string | undefined;
|
|
@@ -487,6 +488,11 @@ declare const SysApprovalRequest: Omit<{
|
|
|
487
488
|
schemaId: string;
|
|
488
489
|
schema?: Record<string, unknown> | undefined;
|
|
489
490
|
} | undefined;
|
|
491
|
+
emptyState?: {
|
|
492
|
+
title?: string | undefined;
|
|
493
|
+
message?: string | undefined;
|
|
494
|
+
icon?: string | undefined;
|
|
495
|
+
} | undefined;
|
|
490
496
|
tree?: {
|
|
491
497
|
[x: string]: unknown;
|
|
492
498
|
parentField?: string | undefined;
|
|
@@ -646,11 +652,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
646
652
|
} | undefined;
|
|
647
653
|
showRecordCount?: boolean | undefined;
|
|
648
654
|
allowPrinting?: boolean | undefined;
|
|
649
|
-
emptyState?: {
|
|
650
|
-
title?: string | undefined;
|
|
651
|
-
message?: string | undefined;
|
|
652
|
-
icon?: string | undefined;
|
|
653
|
-
} | undefined;
|
|
654
655
|
performance?: {
|
|
655
656
|
lazyLoad?: boolean | undefined;
|
|
656
657
|
virtualScroll?: {
|
|
@@ -957,6 +958,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
957
958
|
readonly precision?: number | undefined;
|
|
958
959
|
readonly required?: boolean | undefined;
|
|
959
960
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
961
|
+
readonly widget?: string | undefined;
|
|
960
962
|
readonly multiple?: boolean | undefined;
|
|
961
963
|
readonly dependencies?: string[] | undefined;
|
|
962
964
|
readonly externalId?: boolean | undefined;
|
|
@@ -1140,6 +1142,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1140
1142
|
readonly precision?: number | undefined;
|
|
1141
1143
|
readonly required?: boolean | undefined;
|
|
1142
1144
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1145
|
+
readonly widget?: string | undefined;
|
|
1143
1146
|
readonly multiple?: boolean | undefined;
|
|
1144
1147
|
readonly dependencies?: string[] | undefined;
|
|
1145
1148
|
readonly externalId?: boolean | undefined;
|
|
@@ -1323,6 +1326,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1323
1326
|
readonly precision?: number | undefined;
|
|
1324
1327
|
readonly required?: boolean | undefined;
|
|
1325
1328
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1329
|
+
readonly widget?: string | undefined;
|
|
1326
1330
|
readonly multiple?: boolean | undefined;
|
|
1327
1331
|
readonly dependencies?: string[] | undefined;
|
|
1328
1332
|
readonly externalId?: boolean | undefined;
|
|
@@ -1506,6 +1510,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1506
1510
|
readonly precision?: number | undefined;
|
|
1507
1511
|
readonly required?: boolean | undefined;
|
|
1508
1512
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1513
|
+
readonly widget?: string | undefined;
|
|
1509
1514
|
readonly multiple?: boolean | undefined;
|
|
1510
1515
|
readonly dependencies?: string[] | undefined;
|
|
1511
1516
|
readonly externalId?: boolean | undefined;
|
|
@@ -1689,6 +1694,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1689
1694
|
readonly precision?: number | undefined;
|
|
1690
1695
|
readonly required?: boolean | undefined;
|
|
1691
1696
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1697
|
+
readonly widget?: string | undefined;
|
|
1692
1698
|
readonly multiple?: boolean | undefined;
|
|
1693
1699
|
readonly dependencies?: string[] | undefined;
|
|
1694
1700
|
readonly externalId?: boolean | undefined;
|
|
@@ -1872,6 +1878,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1872
1878
|
readonly precision?: number | undefined;
|
|
1873
1879
|
readonly required?: boolean | undefined;
|
|
1874
1880
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1881
|
+
readonly widget?: string | undefined;
|
|
1875
1882
|
readonly multiple?: boolean | undefined;
|
|
1876
1883
|
readonly dependencies?: string[] | undefined;
|
|
1877
1884
|
readonly externalId?: boolean | undefined;
|
|
@@ -2055,6 +2062,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2055
2062
|
readonly precision?: number | undefined;
|
|
2056
2063
|
readonly required?: boolean | undefined;
|
|
2057
2064
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2065
|
+
readonly widget?: string | undefined;
|
|
2058
2066
|
readonly multiple?: boolean | undefined;
|
|
2059
2067
|
readonly dependencies?: string[] | undefined;
|
|
2060
2068
|
readonly externalId?: boolean | undefined;
|
|
@@ -2238,6 +2246,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2238
2246
|
readonly precision?: number | undefined;
|
|
2239
2247
|
readonly required?: boolean | undefined;
|
|
2240
2248
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2249
|
+
readonly widget?: string | undefined;
|
|
2241
2250
|
readonly multiple?: boolean | undefined;
|
|
2242
2251
|
readonly dependencies?: string[] | undefined;
|
|
2243
2252
|
readonly externalId?: boolean | undefined;
|
|
@@ -2421,6 +2430,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2421
2430
|
readonly precision?: number | undefined;
|
|
2422
2431
|
readonly required?: boolean | undefined;
|
|
2423
2432
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2433
|
+
readonly widget?: string | undefined;
|
|
2424
2434
|
readonly multiple?: boolean | undefined;
|
|
2425
2435
|
readonly dependencies?: string[] | undefined;
|
|
2426
2436
|
readonly externalId?: boolean | undefined;
|
|
@@ -2604,6 +2614,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2604
2614
|
readonly precision?: number | undefined;
|
|
2605
2615
|
readonly required?: boolean | undefined;
|
|
2606
2616
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2617
|
+
readonly widget?: string | undefined;
|
|
2607
2618
|
readonly multiple?: boolean | undefined;
|
|
2608
2619
|
readonly dependencies?: string[] | undefined;
|
|
2609
2620
|
readonly externalId?: boolean | undefined;
|
|
@@ -2787,6 +2798,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2787
2798
|
readonly precision?: number | undefined;
|
|
2788
2799
|
readonly required?: boolean | undefined;
|
|
2789
2800
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2801
|
+
readonly widget?: string | undefined;
|
|
2790
2802
|
readonly multiple?: boolean | undefined;
|
|
2791
2803
|
readonly dependencies?: string[] | undefined;
|
|
2792
2804
|
readonly externalId?: boolean | undefined;
|
|
@@ -2970,6 +2982,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2970
2982
|
readonly precision?: number | undefined;
|
|
2971
2983
|
readonly required?: boolean | undefined;
|
|
2972
2984
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2985
|
+
readonly widget?: string | undefined;
|
|
2973
2986
|
readonly multiple?: boolean | undefined;
|
|
2974
2987
|
readonly dependencies?: string[] | undefined;
|
|
2975
2988
|
readonly externalId?: boolean | undefined;
|
|
@@ -3153,6 +3166,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3153
3166
|
readonly precision?: number | undefined;
|
|
3154
3167
|
readonly required?: boolean | undefined;
|
|
3155
3168
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3169
|
+
readonly widget?: string | undefined;
|
|
3156
3170
|
readonly multiple?: boolean | undefined;
|
|
3157
3171
|
readonly dependencies?: string[] | undefined;
|
|
3158
3172
|
readonly externalId?: boolean | undefined;
|
|
@@ -3336,6 +3350,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3336
3350
|
readonly precision?: number | undefined;
|
|
3337
3351
|
readonly required?: boolean | undefined;
|
|
3338
3352
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3353
|
+
readonly widget?: string | undefined;
|
|
3339
3354
|
readonly multiple?: boolean | undefined;
|
|
3340
3355
|
readonly dependencies?: string[] | undefined;
|
|
3341
3356
|
readonly externalId?: boolean | undefined;
|
|
@@ -3519,6 +3534,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3519
3534
|
readonly precision?: number | undefined;
|
|
3520
3535
|
readonly required?: boolean | undefined;
|
|
3521
3536
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3537
|
+
readonly widget?: string | undefined;
|
|
3522
3538
|
readonly multiple?: boolean | undefined;
|
|
3523
3539
|
readonly dependencies?: string[] | undefined;
|
|
3524
3540
|
readonly externalId?: boolean | undefined;
|
|
@@ -3702,6 +3718,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3702
3718
|
readonly precision?: number | undefined;
|
|
3703
3719
|
readonly required?: boolean | undefined;
|
|
3704
3720
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3721
|
+
readonly widget?: string | undefined;
|
|
3705
3722
|
readonly multiple?: boolean | undefined;
|
|
3706
3723
|
readonly dependencies?: string[] | undefined;
|
|
3707
3724
|
readonly externalId?: boolean | undefined;
|
|
@@ -3885,6 +3902,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3885
3902
|
readonly precision?: number | undefined;
|
|
3886
3903
|
readonly required?: boolean | undefined;
|
|
3887
3904
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3905
|
+
readonly widget?: string | undefined;
|
|
3888
3906
|
readonly multiple?: boolean | undefined;
|
|
3889
3907
|
readonly dependencies?: string[] | undefined;
|
|
3890
3908
|
readonly externalId?: boolean | undefined;
|
|
@@ -4068,6 +4086,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
4068
4086
|
readonly precision?: number | undefined;
|
|
4069
4087
|
readonly required?: boolean | undefined;
|
|
4070
4088
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4089
|
+
readonly widget?: string | undefined;
|
|
4071
4090
|
readonly multiple?: boolean | undefined;
|
|
4072
4091
|
readonly dependencies?: string[] | undefined;
|
|
4073
4092
|
readonly externalId?: boolean | undefined;
|
|
@@ -4482,6 +4501,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4482
4501
|
generatedBy?: string | undefined;
|
|
4483
4502
|
} | undefined;
|
|
4484
4503
|
} | undefined;
|
|
4504
|
+
widget?: string | undefined;
|
|
4485
4505
|
requiredPermissions?: string[] | undefined;
|
|
4486
4506
|
system?: boolean | undefined;
|
|
4487
4507
|
inlineHelpText?: string | undefined;
|
|
@@ -4713,6 +4733,11 @@ declare const SysApprovalAction: Omit<{
|
|
|
4713
4733
|
schemaId: string;
|
|
4714
4734
|
schema?: Record<string, unknown> | undefined;
|
|
4715
4735
|
} | undefined;
|
|
4736
|
+
emptyState?: {
|
|
4737
|
+
title?: string | undefined;
|
|
4738
|
+
message?: string | undefined;
|
|
4739
|
+
icon?: string | undefined;
|
|
4740
|
+
} | undefined;
|
|
4716
4741
|
tree?: {
|
|
4717
4742
|
[x: string]: unknown;
|
|
4718
4743
|
parentField?: string | undefined;
|
|
@@ -4872,11 +4897,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
4872
4897
|
} | undefined;
|
|
4873
4898
|
showRecordCount?: boolean | undefined;
|
|
4874
4899
|
allowPrinting?: boolean | undefined;
|
|
4875
|
-
emptyState?: {
|
|
4876
|
-
title?: string | undefined;
|
|
4877
|
-
message?: string | undefined;
|
|
4878
|
-
icon?: string | undefined;
|
|
4879
|
-
} | undefined;
|
|
4880
4900
|
performance?: {
|
|
4881
4901
|
lazyLoad?: boolean | undefined;
|
|
4882
4902
|
virtualScroll?: {
|
|
@@ -5157,6 +5177,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5157
5177
|
readonly precision?: number | undefined;
|
|
5158
5178
|
readonly required?: boolean | undefined;
|
|
5159
5179
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5180
|
+
readonly widget?: string | undefined;
|
|
5160
5181
|
readonly multiple?: boolean | undefined;
|
|
5161
5182
|
readonly dependencies?: string[] | undefined;
|
|
5162
5183
|
readonly externalId?: boolean | undefined;
|
|
@@ -5340,6 +5361,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5340
5361
|
readonly precision?: number | undefined;
|
|
5341
5362
|
readonly required?: boolean | undefined;
|
|
5342
5363
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5364
|
+
readonly widget?: string | undefined;
|
|
5343
5365
|
readonly multiple?: boolean | undefined;
|
|
5344
5366
|
readonly dependencies?: string[] | undefined;
|
|
5345
5367
|
readonly externalId?: boolean | undefined;
|
|
@@ -5523,6 +5545,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5523
5545
|
readonly precision?: number | undefined;
|
|
5524
5546
|
readonly required?: boolean | undefined;
|
|
5525
5547
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5548
|
+
readonly widget?: string | undefined;
|
|
5526
5549
|
readonly multiple?: boolean | undefined;
|
|
5527
5550
|
readonly dependencies?: string[] | undefined;
|
|
5528
5551
|
readonly externalId?: boolean | undefined;
|
|
@@ -5706,6 +5729,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5706
5729
|
readonly precision?: number | undefined;
|
|
5707
5730
|
readonly required?: boolean | undefined;
|
|
5708
5731
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5732
|
+
readonly widget?: string | undefined;
|
|
5709
5733
|
readonly multiple?: boolean | undefined;
|
|
5710
5734
|
readonly dependencies?: string[] | undefined;
|
|
5711
5735
|
readonly externalId?: boolean | undefined;
|
|
@@ -5889,6 +5913,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5889
5913
|
readonly precision?: number | undefined;
|
|
5890
5914
|
readonly required?: boolean | undefined;
|
|
5891
5915
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5916
|
+
readonly widget?: string | undefined;
|
|
5892
5917
|
readonly multiple?: boolean | undefined;
|
|
5893
5918
|
readonly dependencies?: string[] | undefined;
|
|
5894
5919
|
readonly externalId?: boolean | undefined;
|
|
@@ -6072,6 +6097,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
6072
6097
|
readonly precision?: number | undefined;
|
|
6073
6098
|
readonly required?: boolean | undefined;
|
|
6074
6099
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6100
|
+
readonly widget?: string | undefined;
|
|
6075
6101
|
readonly multiple?: boolean | undefined;
|
|
6076
6102
|
readonly dependencies?: string[] | undefined;
|
|
6077
6103
|
readonly externalId?: boolean | undefined;
|
|
@@ -6255,6 +6281,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
6255
6281
|
readonly precision?: number | undefined;
|
|
6256
6282
|
readonly required?: boolean | undefined;
|
|
6257
6283
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6284
|
+
readonly widget?: string | undefined;
|
|
6258
6285
|
readonly multiple?: boolean | undefined;
|
|
6259
6286
|
readonly dependencies?: string[] | undefined;
|
|
6260
6287
|
readonly externalId?: boolean | undefined;
|
|
@@ -6438,6 +6465,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
6438
6465
|
readonly precision?: number | undefined;
|
|
6439
6466
|
readonly required?: boolean | undefined;
|
|
6440
6467
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6468
|
+
readonly widget?: string | undefined;
|
|
6441
6469
|
readonly multiple?: boolean | undefined;
|
|
6442
6470
|
readonly dependencies?: string[] | undefined;
|
|
6443
6471
|
readonly externalId?: boolean | undefined;
|
|
@@ -6621,6 +6649,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
6621
6649
|
readonly precision?: number | undefined;
|
|
6622
6650
|
readonly required?: boolean | undefined;
|
|
6623
6651
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6652
|
+
readonly widget?: string | undefined;
|
|
6624
6653
|
readonly multiple?: boolean | undefined;
|
|
6625
6654
|
readonly dependencies?: string[] | undefined;
|
|
6626
6655
|
readonly externalId?: boolean | undefined;
|
|
@@ -7042,6 +7071,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7042
7071
|
generatedBy?: string | undefined;
|
|
7043
7072
|
} | undefined;
|
|
7044
7073
|
} | undefined;
|
|
7074
|
+
widget?: string | undefined;
|
|
7045
7075
|
requiredPermissions?: string[] | undefined;
|
|
7046
7076
|
system?: boolean | undefined;
|
|
7047
7077
|
inlineHelpText?: string | undefined;
|
|
@@ -7273,6 +7303,11 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7273
7303
|
schemaId: string;
|
|
7274
7304
|
schema?: Record<string, unknown> | undefined;
|
|
7275
7305
|
} | undefined;
|
|
7306
|
+
emptyState?: {
|
|
7307
|
+
title?: string | undefined;
|
|
7308
|
+
message?: string | undefined;
|
|
7309
|
+
icon?: string | undefined;
|
|
7310
|
+
} | undefined;
|
|
7276
7311
|
tree?: {
|
|
7277
7312
|
[x: string]: unknown;
|
|
7278
7313
|
parentField?: string | undefined;
|
|
@@ -7432,11 +7467,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7432
7467
|
} | undefined;
|
|
7433
7468
|
showRecordCount?: boolean | undefined;
|
|
7434
7469
|
allowPrinting?: boolean | undefined;
|
|
7435
|
-
emptyState?: {
|
|
7436
|
-
title?: string | undefined;
|
|
7437
|
-
message?: string | undefined;
|
|
7438
|
-
icon?: string | undefined;
|
|
7439
|
-
} | undefined;
|
|
7440
7470
|
performance?: {
|
|
7441
7471
|
lazyLoad?: boolean | undefined;
|
|
7442
7472
|
virtualScroll?: {
|
|
@@ -7650,6 +7680,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7650
7680
|
readonly precision?: number | undefined;
|
|
7651
7681
|
readonly required?: boolean | undefined;
|
|
7652
7682
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7683
|
+
readonly widget?: string | undefined;
|
|
7653
7684
|
readonly multiple?: boolean | undefined;
|
|
7654
7685
|
readonly dependencies?: string[] | undefined;
|
|
7655
7686
|
readonly externalId?: boolean | undefined;
|
|
@@ -7833,6 +7864,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7833
7864
|
readonly precision?: number | undefined;
|
|
7834
7865
|
readonly required?: boolean | undefined;
|
|
7835
7866
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7867
|
+
readonly widget?: string | undefined;
|
|
7836
7868
|
readonly multiple?: boolean | undefined;
|
|
7837
7869
|
readonly dependencies?: string[] | undefined;
|
|
7838
7870
|
readonly externalId?: boolean | undefined;
|
|
@@ -8016,6 +8048,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8016
8048
|
readonly precision?: number | undefined;
|
|
8017
8049
|
readonly required?: boolean | undefined;
|
|
8018
8050
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8051
|
+
readonly widget?: string | undefined;
|
|
8019
8052
|
readonly multiple?: boolean | undefined;
|
|
8020
8053
|
readonly dependencies?: string[] | undefined;
|
|
8021
8054
|
readonly externalId?: boolean | undefined;
|
|
@@ -8199,6 +8232,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8199
8232
|
readonly precision?: number | undefined;
|
|
8200
8233
|
readonly required?: boolean | undefined;
|
|
8201
8234
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8235
|
+
readonly widget?: string | undefined;
|
|
8202
8236
|
readonly multiple?: boolean | undefined;
|
|
8203
8237
|
readonly dependencies?: string[] | undefined;
|
|
8204
8238
|
readonly externalId?: boolean | undefined;
|
|
@@ -8382,6 +8416,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8382
8416
|
readonly precision?: number | undefined;
|
|
8383
8417
|
readonly required?: boolean | undefined;
|
|
8384
8418
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8419
|
+
readonly widget?: string | undefined;
|
|
8385
8420
|
readonly multiple?: boolean | undefined;
|
|
8386
8421
|
readonly dependencies?: string[] | undefined;
|
|
8387
8422
|
readonly externalId?: boolean | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -256,6 +256,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
256
256
|
generatedBy?: string | undefined;
|
|
257
257
|
} | undefined;
|
|
258
258
|
} | undefined;
|
|
259
|
+
widget?: string | undefined;
|
|
259
260
|
requiredPermissions?: string[] | undefined;
|
|
260
261
|
system?: boolean | undefined;
|
|
261
262
|
inlineHelpText?: string | undefined;
|
|
@@ -487,6 +488,11 @@ declare const SysApprovalRequest: Omit<{
|
|
|
487
488
|
schemaId: string;
|
|
488
489
|
schema?: Record<string, unknown> | undefined;
|
|
489
490
|
} | undefined;
|
|
491
|
+
emptyState?: {
|
|
492
|
+
title?: string | undefined;
|
|
493
|
+
message?: string | undefined;
|
|
494
|
+
icon?: string | undefined;
|
|
495
|
+
} | undefined;
|
|
490
496
|
tree?: {
|
|
491
497
|
[x: string]: unknown;
|
|
492
498
|
parentField?: string | undefined;
|
|
@@ -646,11 +652,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
646
652
|
} | undefined;
|
|
647
653
|
showRecordCount?: boolean | undefined;
|
|
648
654
|
allowPrinting?: boolean | undefined;
|
|
649
|
-
emptyState?: {
|
|
650
|
-
title?: string | undefined;
|
|
651
|
-
message?: string | undefined;
|
|
652
|
-
icon?: string | undefined;
|
|
653
|
-
} | undefined;
|
|
654
655
|
performance?: {
|
|
655
656
|
lazyLoad?: boolean | undefined;
|
|
656
657
|
virtualScroll?: {
|
|
@@ -957,6 +958,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
957
958
|
readonly precision?: number | undefined;
|
|
958
959
|
readonly required?: boolean | undefined;
|
|
959
960
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
961
|
+
readonly widget?: string | undefined;
|
|
960
962
|
readonly multiple?: boolean | undefined;
|
|
961
963
|
readonly dependencies?: string[] | undefined;
|
|
962
964
|
readonly externalId?: boolean | undefined;
|
|
@@ -1140,6 +1142,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1140
1142
|
readonly precision?: number | undefined;
|
|
1141
1143
|
readonly required?: boolean | undefined;
|
|
1142
1144
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1145
|
+
readonly widget?: string | undefined;
|
|
1143
1146
|
readonly multiple?: boolean | undefined;
|
|
1144
1147
|
readonly dependencies?: string[] | undefined;
|
|
1145
1148
|
readonly externalId?: boolean | undefined;
|
|
@@ -1323,6 +1326,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1323
1326
|
readonly precision?: number | undefined;
|
|
1324
1327
|
readonly required?: boolean | undefined;
|
|
1325
1328
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1329
|
+
readonly widget?: string | undefined;
|
|
1326
1330
|
readonly multiple?: boolean | undefined;
|
|
1327
1331
|
readonly dependencies?: string[] | undefined;
|
|
1328
1332
|
readonly externalId?: boolean | undefined;
|
|
@@ -1506,6 +1510,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1506
1510
|
readonly precision?: number | undefined;
|
|
1507
1511
|
readonly required?: boolean | undefined;
|
|
1508
1512
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1513
|
+
readonly widget?: string | undefined;
|
|
1509
1514
|
readonly multiple?: boolean | undefined;
|
|
1510
1515
|
readonly dependencies?: string[] | undefined;
|
|
1511
1516
|
readonly externalId?: boolean | undefined;
|
|
@@ -1689,6 +1694,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1689
1694
|
readonly precision?: number | undefined;
|
|
1690
1695
|
readonly required?: boolean | undefined;
|
|
1691
1696
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1697
|
+
readonly widget?: string | undefined;
|
|
1692
1698
|
readonly multiple?: boolean | undefined;
|
|
1693
1699
|
readonly dependencies?: string[] | undefined;
|
|
1694
1700
|
readonly externalId?: boolean | undefined;
|
|
@@ -1872,6 +1878,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1872
1878
|
readonly precision?: number | undefined;
|
|
1873
1879
|
readonly required?: boolean | undefined;
|
|
1874
1880
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1881
|
+
readonly widget?: string | undefined;
|
|
1875
1882
|
readonly multiple?: boolean | undefined;
|
|
1876
1883
|
readonly dependencies?: string[] | undefined;
|
|
1877
1884
|
readonly externalId?: boolean | undefined;
|
|
@@ -2055,6 +2062,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2055
2062
|
readonly precision?: number | undefined;
|
|
2056
2063
|
readonly required?: boolean | undefined;
|
|
2057
2064
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2065
|
+
readonly widget?: string | undefined;
|
|
2058
2066
|
readonly multiple?: boolean | undefined;
|
|
2059
2067
|
readonly dependencies?: string[] | undefined;
|
|
2060
2068
|
readonly externalId?: boolean | undefined;
|
|
@@ -2238,6 +2246,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2238
2246
|
readonly precision?: number | undefined;
|
|
2239
2247
|
readonly required?: boolean | undefined;
|
|
2240
2248
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2249
|
+
readonly widget?: string | undefined;
|
|
2241
2250
|
readonly multiple?: boolean | undefined;
|
|
2242
2251
|
readonly dependencies?: string[] | undefined;
|
|
2243
2252
|
readonly externalId?: boolean | undefined;
|
|
@@ -2421,6 +2430,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2421
2430
|
readonly precision?: number | undefined;
|
|
2422
2431
|
readonly required?: boolean | undefined;
|
|
2423
2432
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2433
|
+
readonly widget?: string | undefined;
|
|
2424
2434
|
readonly multiple?: boolean | undefined;
|
|
2425
2435
|
readonly dependencies?: string[] | undefined;
|
|
2426
2436
|
readonly externalId?: boolean | undefined;
|
|
@@ -2604,6 +2614,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2604
2614
|
readonly precision?: number | undefined;
|
|
2605
2615
|
readonly required?: boolean | undefined;
|
|
2606
2616
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2617
|
+
readonly widget?: string | undefined;
|
|
2607
2618
|
readonly multiple?: boolean | undefined;
|
|
2608
2619
|
readonly dependencies?: string[] | undefined;
|
|
2609
2620
|
readonly externalId?: boolean | undefined;
|
|
@@ -2787,6 +2798,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2787
2798
|
readonly precision?: number | undefined;
|
|
2788
2799
|
readonly required?: boolean | undefined;
|
|
2789
2800
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2801
|
+
readonly widget?: string | undefined;
|
|
2790
2802
|
readonly multiple?: boolean | undefined;
|
|
2791
2803
|
readonly dependencies?: string[] | undefined;
|
|
2792
2804
|
readonly externalId?: boolean | undefined;
|
|
@@ -2970,6 +2982,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2970
2982
|
readonly precision?: number | undefined;
|
|
2971
2983
|
readonly required?: boolean | undefined;
|
|
2972
2984
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2985
|
+
readonly widget?: string | undefined;
|
|
2973
2986
|
readonly multiple?: boolean | undefined;
|
|
2974
2987
|
readonly dependencies?: string[] | undefined;
|
|
2975
2988
|
readonly externalId?: boolean | undefined;
|
|
@@ -3153,6 +3166,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3153
3166
|
readonly precision?: number | undefined;
|
|
3154
3167
|
readonly required?: boolean | undefined;
|
|
3155
3168
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3169
|
+
readonly widget?: string | undefined;
|
|
3156
3170
|
readonly multiple?: boolean | undefined;
|
|
3157
3171
|
readonly dependencies?: string[] | undefined;
|
|
3158
3172
|
readonly externalId?: boolean | undefined;
|
|
@@ -3336,6 +3350,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3336
3350
|
readonly precision?: number | undefined;
|
|
3337
3351
|
readonly required?: boolean | undefined;
|
|
3338
3352
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3353
|
+
readonly widget?: string | undefined;
|
|
3339
3354
|
readonly multiple?: boolean | undefined;
|
|
3340
3355
|
readonly dependencies?: string[] | undefined;
|
|
3341
3356
|
readonly externalId?: boolean | undefined;
|
|
@@ -3519,6 +3534,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3519
3534
|
readonly precision?: number | undefined;
|
|
3520
3535
|
readonly required?: boolean | undefined;
|
|
3521
3536
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3537
|
+
readonly widget?: string | undefined;
|
|
3522
3538
|
readonly multiple?: boolean | undefined;
|
|
3523
3539
|
readonly dependencies?: string[] | undefined;
|
|
3524
3540
|
readonly externalId?: boolean | undefined;
|
|
@@ -3702,6 +3718,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3702
3718
|
readonly precision?: number | undefined;
|
|
3703
3719
|
readonly required?: boolean | undefined;
|
|
3704
3720
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3721
|
+
readonly widget?: string | undefined;
|
|
3705
3722
|
readonly multiple?: boolean | undefined;
|
|
3706
3723
|
readonly dependencies?: string[] | undefined;
|
|
3707
3724
|
readonly externalId?: boolean | undefined;
|
|
@@ -3885,6 +3902,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3885
3902
|
readonly precision?: number | undefined;
|
|
3886
3903
|
readonly required?: boolean | undefined;
|
|
3887
3904
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3905
|
+
readonly widget?: string | undefined;
|
|
3888
3906
|
readonly multiple?: boolean | undefined;
|
|
3889
3907
|
readonly dependencies?: string[] | undefined;
|
|
3890
3908
|
readonly externalId?: boolean | undefined;
|
|
@@ -4068,6 +4086,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
4068
4086
|
readonly precision?: number | undefined;
|
|
4069
4087
|
readonly required?: boolean | undefined;
|
|
4070
4088
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4089
|
+
readonly widget?: string | undefined;
|
|
4071
4090
|
readonly multiple?: boolean | undefined;
|
|
4072
4091
|
readonly dependencies?: string[] | undefined;
|
|
4073
4092
|
readonly externalId?: boolean | undefined;
|
|
@@ -4482,6 +4501,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4482
4501
|
generatedBy?: string | undefined;
|
|
4483
4502
|
} | undefined;
|
|
4484
4503
|
} | undefined;
|
|
4504
|
+
widget?: string | undefined;
|
|
4485
4505
|
requiredPermissions?: string[] | undefined;
|
|
4486
4506
|
system?: boolean | undefined;
|
|
4487
4507
|
inlineHelpText?: string | undefined;
|
|
@@ -4713,6 +4733,11 @@ declare const SysApprovalAction: Omit<{
|
|
|
4713
4733
|
schemaId: string;
|
|
4714
4734
|
schema?: Record<string, unknown> | undefined;
|
|
4715
4735
|
} | undefined;
|
|
4736
|
+
emptyState?: {
|
|
4737
|
+
title?: string | undefined;
|
|
4738
|
+
message?: string | undefined;
|
|
4739
|
+
icon?: string | undefined;
|
|
4740
|
+
} | undefined;
|
|
4716
4741
|
tree?: {
|
|
4717
4742
|
[x: string]: unknown;
|
|
4718
4743
|
parentField?: string | undefined;
|
|
@@ -4872,11 +4897,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
4872
4897
|
} | undefined;
|
|
4873
4898
|
showRecordCount?: boolean | undefined;
|
|
4874
4899
|
allowPrinting?: boolean | undefined;
|
|
4875
|
-
emptyState?: {
|
|
4876
|
-
title?: string | undefined;
|
|
4877
|
-
message?: string | undefined;
|
|
4878
|
-
icon?: string | undefined;
|
|
4879
|
-
} | undefined;
|
|
4880
4900
|
performance?: {
|
|
4881
4901
|
lazyLoad?: boolean | undefined;
|
|
4882
4902
|
virtualScroll?: {
|
|
@@ -5157,6 +5177,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5157
5177
|
readonly precision?: number | undefined;
|
|
5158
5178
|
readonly required?: boolean | undefined;
|
|
5159
5179
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5180
|
+
readonly widget?: string | undefined;
|
|
5160
5181
|
readonly multiple?: boolean | undefined;
|
|
5161
5182
|
readonly dependencies?: string[] | undefined;
|
|
5162
5183
|
readonly externalId?: boolean | undefined;
|
|
@@ -5340,6 +5361,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5340
5361
|
readonly precision?: number | undefined;
|
|
5341
5362
|
readonly required?: boolean | undefined;
|
|
5342
5363
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5364
|
+
readonly widget?: string | undefined;
|
|
5343
5365
|
readonly multiple?: boolean | undefined;
|
|
5344
5366
|
readonly dependencies?: string[] | undefined;
|
|
5345
5367
|
readonly externalId?: boolean | undefined;
|
|
@@ -5523,6 +5545,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5523
5545
|
readonly precision?: number | undefined;
|
|
5524
5546
|
readonly required?: boolean | undefined;
|
|
5525
5547
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5548
|
+
readonly widget?: string | undefined;
|
|
5526
5549
|
readonly multiple?: boolean | undefined;
|
|
5527
5550
|
readonly dependencies?: string[] | undefined;
|
|
5528
5551
|
readonly externalId?: boolean | undefined;
|
|
@@ -5706,6 +5729,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5706
5729
|
readonly precision?: number | undefined;
|
|
5707
5730
|
readonly required?: boolean | undefined;
|
|
5708
5731
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5732
|
+
readonly widget?: string | undefined;
|
|
5709
5733
|
readonly multiple?: boolean | undefined;
|
|
5710
5734
|
readonly dependencies?: string[] | undefined;
|
|
5711
5735
|
readonly externalId?: boolean | undefined;
|
|
@@ -5889,6 +5913,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5889
5913
|
readonly precision?: number | undefined;
|
|
5890
5914
|
readonly required?: boolean | undefined;
|
|
5891
5915
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5916
|
+
readonly widget?: string | undefined;
|
|
5892
5917
|
readonly multiple?: boolean | undefined;
|
|
5893
5918
|
readonly dependencies?: string[] | undefined;
|
|
5894
5919
|
readonly externalId?: boolean | undefined;
|
|
@@ -6072,6 +6097,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
6072
6097
|
readonly precision?: number | undefined;
|
|
6073
6098
|
readonly required?: boolean | undefined;
|
|
6074
6099
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6100
|
+
readonly widget?: string | undefined;
|
|
6075
6101
|
readonly multiple?: boolean | undefined;
|
|
6076
6102
|
readonly dependencies?: string[] | undefined;
|
|
6077
6103
|
readonly externalId?: boolean | undefined;
|
|
@@ -6255,6 +6281,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
6255
6281
|
readonly precision?: number | undefined;
|
|
6256
6282
|
readonly required?: boolean | undefined;
|
|
6257
6283
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6284
|
+
readonly widget?: string | undefined;
|
|
6258
6285
|
readonly multiple?: boolean | undefined;
|
|
6259
6286
|
readonly dependencies?: string[] | undefined;
|
|
6260
6287
|
readonly externalId?: boolean | undefined;
|
|
@@ -6438,6 +6465,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
6438
6465
|
readonly precision?: number | undefined;
|
|
6439
6466
|
readonly required?: boolean | undefined;
|
|
6440
6467
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6468
|
+
readonly widget?: string | undefined;
|
|
6441
6469
|
readonly multiple?: boolean | undefined;
|
|
6442
6470
|
readonly dependencies?: string[] | undefined;
|
|
6443
6471
|
readonly externalId?: boolean | undefined;
|
|
@@ -6621,6 +6649,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
6621
6649
|
readonly precision?: number | undefined;
|
|
6622
6650
|
readonly required?: boolean | undefined;
|
|
6623
6651
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6652
|
+
readonly widget?: string | undefined;
|
|
6624
6653
|
readonly multiple?: boolean | undefined;
|
|
6625
6654
|
readonly dependencies?: string[] | undefined;
|
|
6626
6655
|
readonly externalId?: boolean | undefined;
|
|
@@ -7042,6 +7071,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7042
7071
|
generatedBy?: string | undefined;
|
|
7043
7072
|
} | undefined;
|
|
7044
7073
|
} | undefined;
|
|
7074
|
+
widget?: string | undefined;
|
|
7045
7075
|
requiredPermissions?: string[] | undefined;
|
|
7046
7076
|
system?: boolean | undefined;
|
|
7047
7077
|
inlineHelpText?: string | undefined;
|
|
@@ -7273,6 +7303,11 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7273
7303
|
schemaId: string;
|
|
7274
7304
|
schema?: Record<string, unknown> | undefined;
|
|
7275
7305
|
} | undefined;
|
|
7306
|
+
emptyState?: {
|
|
7307
|
+
title?: string | undefined;
|
|
7308
|
+
message?: string | undefined;
|
|
7309
|
+
icon?: string | undefined;
|
|
7310
|
+
} | undefined;
|
|
7276
7311
|
tree?: {
|
|
7277
7312
|
[x: string]: unknown;
|
|
7278
7313
|
parentField?: string | undefined;
|
|
@@ -7432,11 +7467,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7432
7467
|
} | undefined;
|
|
7433
7468
|
showRecordCount?: boolean | undefined;
|
|
7434
7469
|
allowPrinting?: boolean | undefined;
|
|
7435
|
-
emptyState?: {
|
|
7436
|
-
title?: string | undefined;
|
|
7437
|
-
message?: string | undefined;
|
|
7438
|
-
icon?: string | undefined;
|
|
7439
|
-
} | undefined;
|
|
7440
7470
|
performance?: {
|
|
7441
7471
|
lazyLoad?: boolean | undefined;
|
|
7442
7472
|
virtualScroll?: {
|
|
@@ -7650,6 +7680,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7650
7680
|
readonly precision?: number | undefined;
|
|
7651
7681
|
readonly required?: boolean | undefined;
|
|
7652
7682
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7683
|
+
readonly widget?: string | undefined;
|
|
7653
7684
|
readonly multiple?: boolean | undefined;
|
|
7654
7685
|
readonly dependencies?: string[] | undefined;
|
|
7655
7686
|
readonly externalId?: boolean | undefined;
|
|
@@ -7833,6 +7864,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7833
7864
|
readonly precision?: number | undefined;
|
|
7834
7865
|
readonly required?: boolean | undefined;
|
|
7835
7866
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7867
|
+
readonly widget?: string | undefined;
|
|
7836
7868
|
readonly multiple?: boolean | undefined;
|
|
7837
7869
|
readonly dependencies?: string[] | undefined;
|
|
7838
7870
|
readonly externalId?: boolean | undefined;
|
|
@@ -8016,6 +8048,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8016
8048
|
readonly precision?: number | undefined;
|
|
8017
8049
|
readonly required?: boolean | undefined;
|
|
8018
8050
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8051
|
+
readonly widget?: string | undefined;
|
|
8019
8052
|
readonly multiple?: boolean | undefined;
|
|
8020
8053
|
readonly dependencies?: string[] | undefined;
|
|
8021
8054
|
readonly externalId?: boolean | undefined;
|
|
@@ -8199,6 +8232,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8199
8232
|
readonly precision?: number | undefined;
|
|
8200
8233
|
readonly required?: boolean | undefined;
|
|
8201
8234
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8235
|
+
readonly widget?: string | undefined;
|
|
8202
8236
|
readonly multiple?: boolean | undefined;
|
|
8203
8237
|
readonly dependencies?: string[] | undefined;
|
|
8204
8238
|
readonly externalId?: boolean | undefined;
|
|
@@ -8382,6 +8416,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8382
8416
|
readonly precision?: number | undefined;
|
|
8383
8417
|
readonly required?: boolean | undefined;
|
|
8384
8418
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8419
|
+
readonly widget?: string | undefined;
|
|
8385
8420
|
readonly multiple?: boolean | undefined;
|
|
8386
8421
|
readonly dependencies?: string[] | undefined;
|
|
8387
8422
|
readonly externalId?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-approvals",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.8.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Multi-step approval engine for ObjectStack — sys_approval_process + sys_approval_request + sys_approval_action + IApprovalService.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@objectstack/core": "14.
|
|
17
|
-
"@objectstack/formula": "14.
|
|
18
|
-
"@objectstack/metadata-core": "14.
|
|
19
|
-
"@objectstack/platform-objects": "14.
|
|
20
|
-
"@objectstack/spec": "14.
|
|
16
|
+
"@objectstack/core": "14.8.0",
|
|
17
|
+
"@objectstack/formula": "14.8.0",
|
|
18
|
+
"@objectstack/metadata-core": "14.8.0",
|
|
19
|
+
"@objectstack/platform-objects": "14.8.0",
|
|
20
|
+
"@objectstack/spec": "14.8.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^26.1.1",
|
|
24
24
|
"typescript": "^6.0.3",
|
|
25
25
|
"vitest": "^4.1.10",
|
|
26
|
-
"@objectstack/service-automation": "14.
|
|
26
|
+
"@objectstack/service-automation": "14.8.0"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"objectstack",
|