@steedos-widgets/amis-lib 6.10.52-beta.21 → 6.10.52-beta.23
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/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/workflow/approve.d.ts +19 -71
- package/package.json +2 -2
|
@@ -270,37 +270,13 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
270
270
|
};
|
|
271
271
|
body: ({
|
|
272
272
|
type: string;
|
|
273
|
+
multiple: boolean;
|
|
273
274
|
label: boolean;
|
|
274
275
|
name: string;
|
|
275
276
|
id: string;
|
|
276
277
|
hiddenOn: string;
|
|
277
|
-
|
|
278
|
-
required: boolean;
|
|
279
|
-
className: string;
|
|
280
|
-
onEvent: {
|
|
281
|
-
change: {
|
|
282
|
-
weight: number;
|
|
283
|
-
actions: any[];
|
|
284
|
-
};
|
|
285
|
-
};
|
|
286
|
-
multiple?: undefined;
|
|
287
|
-
source?: undefined;
|
|
288
|
-
labelField?: undefined;
|
|
289
|
-
valueField?: undefined;
|
|
290
|
-
value?: undefined;
|
|
291
|
-
joinValues?: undefined;
|
|
292
|
-
extractValue?: undefined;
|
|
293
|
-
tpl?: undefined;
|
|
294
|
-
visibleOn?: undefined;
|
|
295
|
-
} | {
|
|
296
|
-
type: string;
|
|
297
|
-
label: boolean;
|
|
298
|
-
name: string;
|
|
299
|
-
id: string;
|
|
300
|
-
hiddenOn: string;
|
|
301
|
-
disabledOn: string;
|
|
278
|
+
readonly: string;
|
|
302
279
|
required: boolean;
|
|
303
|
-
multiple: boolean;
|
|
304
280
|
className: string;
|
|
305
281
|
onEvent: {
|
|
306
282
|
change: {
|
|
@@ -308,6 +284,7 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
308
284
|
actions: any[];
|
|
309
285
|
};
|
|
310
286
|
};
|
|
287
|
+
disabledOn?: undefined;
|
|
311
288
|
source?: undefined;
|
|
312
289
|
labelField?: undefined;
|
|
313
290
|
valueField?: undefined;
|
|
@@ -325,6 +302,7 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
325
302
|
hiddenOn: string;
|
|
326
303
|
multiple: boolean;
|
|
327
304
|
className: string;
|
|
305
|
+
disabledOn: string;
|
|
328
306
|
source: {
|
|
329
307
|
url: string;
|
|
330
308
|
method: string;
|
|
@@ -350,22 +328,23 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
350
328
|
actions: any[];
|
|
351
329
|
};
|
|
352
330
|
};
|
|
353
|
-
|
|
331
|
+
readonly?: undefined;
|
|
354
332
|
tpl?: undefined;
|
|
355
333
|
visibleOn?: undefined;
|
|
356
334
|
} | {
|
|
357
335
|
type: string;
|
|
358
336
|
tpl: string;
|
|
359
337
|
visibleOn: string;
|
|
338
|
+
multiple?: undefined;
|
|
360
339
|
label?: undefined;
|
|
361
340
|
name?: undefined;
|
|
362
341
|
id?: undefined;
|
|
363
342
|
hiddenOn?: undefined;
|
|
364
|
-
|
|
343
|
+
readonly?: undefined;
|
|
365
344
|
required?: undefined;
|
|
366
345
|
className?: undefined;
|
|
367
346
|
onEvent?: undefined;
|
|
368
|
-
|
|
347
|
+
disabledOn?: undefined;
|
|
369
348
|
source?: undefined;
|
|
370
349
|
labelField?: undefined;
|
|
371
350
|
valueField?: undefined;
|
|
@@ -446,17 +425,6 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
446
425
|
id: string;
|
|
447
426
|
className: string;
|
|
448
427
|
level: string;
|
|
449
|
-
actionType?: undefined;
|
|
450
|
-
componentId?: undefined;
|
|
451
|
-
} | {
|
|
452
|
-
type: string;
|
|
453
|
-
label: string;
|
|
454
|
-
actionType: string;
|
|
455
|
-
componentId: string;
|
|
456
|
-
onEvent?: undefined;
|
|
457
|
-
id?: undefined;
|
|
458
|
-
className?: undefined;
|
|
459
|
-
level?: undefined;
|
|
460
428
|
} | {
|
|
461
429
|
type: string;
|
|
462
430
|
label: string;
|
|
@@ -472,8 +440,6 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
472
440
|
};
|
|
473
441
|
id: string;
|
|
474
442
|
level?: undefined;
|
|
475
|
-
actionType?: undefined;
|
|
476
|
-
componentId?: undefined;
|
|
477
443
|
})[];
|
|
478
444
|
})[];
|
|
479
445
|
onEvent: {
|
|
@@ -682,37 +648,13 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
682
648
|
};
|
|
683
649
|
body: ({
|
|
684
650
|
type: string;
|
|
651
|
+
multiple: boolean;
|
|
685
652
|
label: boolean;
|
|
686
653
|
name: string;
|
|
687
654
|
id: string;
|
|
688
655
|
hiddenOn: string;
|
|
689
|
-
|
|
690
|
-
required: boolean;
|
|
691
|
-
className: string;
|
|
692
|
-
onEvent: {
|
|
693
|
-
change: {
|
|
694
|
-
weight: number;
|
|
695
|
-
actions: any[];
|
|
696
|
-
};
|
|
697
|
-
};
|
|
698
|
-
multiple?: undefined;
|
|
699
|
-
source?: undefined;
|
|
700
|
-
labelField?: undefined;
|
|
701
|
-
valueField?: undefined;
|
|
702
|
-
value?: undefined;
|
|
703
|
-
joinValues?: undefined;
|
|
704
|
-
extractValue?: undefined;
|
|
705
|
-
tpl?: undefined;
|
|
706
|
-
visibleOn?: undefined;
|
|
707
|
-
} | {
|
|
708
|
-
type: string;
|
|
709
|
-
label: boolean;
|
|
710
|
-
name: string;
|
|
711
|
-
id: string;
|
|
712
|
-
hiddenOn: string;
|
|
713
|
-
disabledOn: string;
|
|
656
|
+
readonly: string;
|
|
714
657
|
required: boolean;
|
|
715
|
-
multiple: boolean;
|
|
716
658
|
className: string;
|
|
717
659
|
onEvent: {
|
|
718
660
|
change: {
|
|
@@ -720,6 +662,7 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
720
662
|
actions: any[];
|
|
721
663
|
};
|
|
722
664
|
};
|
|
665
|
+
disabledOn?: undefined;
|
|
723
666
|
source?: undefined;
|
|
724
667
|
labelField?: undefined;
|
|
725
668
|
valueField?: undefined;
|
|
@@ -737,6 +680,7 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
737
680
|
hiddenOn: string;
|
|
738
681
|
multiple: boolean;
|
|
739
682
|
className: string;
|
|
683
|
+
disabledOn: string;
|
|
740
684
|
source: {
|
|
741
685
|
url: string;
|
|
742
686
|
method: string;
|
|
@@ -762,22 +706,23 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
762
706
|
actions: any[];
|
|
763
707
|
};
|
|
764
708
|
};
|
|
765
|
-
|
|
709
|
+
readonly?: undefined;
|
|
766
710
|
tpl?: undefined;
|
|
767
711
|
visibleOn?: undefined;
|
|
768
712
|
} | {
|
|
769
713
|
type: string;
|
|
770
714
|
tpl: string;
|
|
771
715
|
visibleOn: string;
|
|
716
|
+
multiple?: undefined;
|
|
772
717
|
label?: undefined;
|
|
773
718
|
name?: undefined;
|
|
774
719
|
id?: undefined;
|
|
775
720
|
hiddenOn?: undefined;
|
|
776
|
-
|
|
721
|
+
readonly?: undefined;
|
|
777
722
|
required?: undefined;
|
|
778
723
|
className?: undefined;
|
|
779
724
|
onEvent?: undefined;
|
|
780
|
-
|
|
725
|
+
disabledOn?: undefined;
|
|
781
726
|
source?: undefined;
|
|
782
727
|
labelField?: undefined;
|
|
783
728
|
valueField?: undefined;
|
|
@@ -838,6 +783,9 @@ export function getApprovalDrawerSchema(instance: any, events: any): Promise<{
|
|
|
838
783
|
args: {};
|
|
839
784
|
}[];
|
|
840
785
|
};
|
|
786
|
+
next_step_auto_selected: {
|
|
787
|
+
actions: any[];
|
|
788
|
+
};
|
|
841
789
|
inited: {
|
|
842
790
|
actions: any[];
|
|
843
791
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.10.52-beta.
|
|
4
|
+
"version": "6.10.52-beta.23",
|
|
5
5
|
"unpkg": "./dist/index.umd.js",
|
|
6
6
|
"main": "./dist/index.cjs.js",
|
|
7
7
|
"module": "./dist/index.esm.js",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"i18next": "24.2.2",
|
|
60
60
|
"lodash": "^4.17.21"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "74c140cb7b4d4ea33c63993e10069f5d2c942b9a"
|
|
63
63
|
}
|