@tachybase/plugin-workflow-approval 0.23.47 → 0.23.58
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/client/base/ApprovalPane.schema.d.ts +53 -0
- package/dist/client/index.js +20 -20
- package/dist/externalVersion.js +10 -10
- package/package.json +11 -11
|
@@ -90,6 +90,11 @@ export declare const schemaApprovalPanne: {
|
|
|
90
90
|
};
|
|
91
91
|
'x-align': string;
|
|
92
92
|
};
|
|
93
|
+
fuzzySearch: {
|
|
94
|
+
type: string;
|
|
95
|
+
'x-component': string;
|
|
96
|
+
'x-align': string;
|
|
97
|
+
};
|
|
93
98
|
refresh: {
|
|
94
99
|
type: string;
|
|
95
100
|
title: string;
|
|
@@ -249,6 +254,9 @@ export declare const schemaApprovalPanne: {
|
|
|
249
254
|
type: string;
|
|
250
255
|
'x-decorator': string;
|
|
251
256
|
'x-component': string;
|
|
257
|
+
'x-component-props': {
|
|
258
|
+
sorter: boolean;
|
|
259
|
+
};
|
|
252
260
|
properties: {
|
|
253
261
|
title: {
|
|
254
262
|
type: string;
|
|
@@ -274,6 +282,7 @@ export declare const schemaApprovalPanne: {
|
|
|
274
282
|
'x-decorator': string;
|
|
275
283
|
'x-component': string;
|
|
276
284
|
'x-component-props': {
|
|
285
|
+
sorter: boolean;
|
|
277
286
|
width: number;
|
|
278
287
|
};
|
|
279
288
|
properties: {
|
|
@@ -290,6 +299,7 @@ export declare const schemaApprovalPanne: {
|
|
|
290
299
|
'x-decorator': string;
|
|
291
300
|
'x-component': string;
|
|
292
301
|
'x-component-props': {
|
|
302
|
+
sorter: boolean;
|
|
293
303
|
width: number;
|
|
294
304
|
};
|
|
295
305
|
properties: {
|
|
@@ -528,6 +538,49 @@ export declare const schemaApprovalPanne: {
|
|
|
528
538
|
};
|
|
529
539
|
};
|
|
530
540
|
};
|
|
541
|
+
updatedAt: {
|
|
542
|
+
type: string;
|
|
543
|
+
'x-decorator': string;
|
|
544
|
+
'x-component': string;
|
|
545
|
+
'x-component-props': {
|
|
546
|
+
sorter: boolean;
|
|
547
|
+
width: number;
|
|
548
|
+
align: string;
|
|
549
|
+
style: {
|
|
550
|
+
display: string;
|
|
551
|
+
placeItems: string;
|
|
552
|
+
};
|
|
553
|
+
};
|
|
554
|
+
properties: {
|
|
555
|
+
updatedAt: {
|
|
556
|
+
type: string;
|
|
557
|
+
'x-component': string;
|
|
558
|
+
'x-read-pretty': boolean;
|
|
559
|
+
};
|
|
560
|
+
};
|
|
561
|
+
};
|
|
562
|
+
updatedBy: {
|
|
563
|
+
type: string;
|
|
564
|
+
'x-decorator': string;
|
|
565
|
+
'x-component': string;
|
|
566
|
+
'x-component-props': {
|
|
567
|
+
sorter: boolean;
|
|
568
|
+
width: number;
|
|
569
|
+
align: string;
|
|
570
|
+
style: {
|
|
571
|
+
display: string;
|
|
572
|
+
placeItems: string;
|
|
573
|
+
};
|
|
574
|
+
};
|
|
575
|
+
properties: {
|
|
576
|
+
updatedBy: {
|
|
577
|
+
type: string;
|
|
578
|
+
'x-collection-field': string;
|
|
579
|
+
'x-component': string;
|
|
580
|
+
'x-read-pretty': boolean;
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
};
|
|
531
584
|
actions: {
|
|
532
585
|
type: string;
|
|
533
586
|
title: string;
|