@steedos-widgets/amis-lib 6.10.3 → 6.10.4

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.
@@ -210,21 +210,6 @@ export function getApprovalDrawerSchema(instance: any, submitEvents: any): Promi
210
210
  args: {};
211
211
  }[];
212
212
  };
213
- validateError: {
214
- weight: number;
215
- actions: {
216
- componentId: string;
217
- args: {
218
- msgType: string;
219
- position: string;
220
- closeButton: boolean;
221
- showIcon: boolean;
222
- title: any;
223
- msg: any;
224
- };
225
- actionType: string;
226
- }[];
227
- };
228
213
  };
229
214
  }[];
230
215
  id: string;
@@ -422,21 +422,6 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
422
422
  args: {};
423
423
  }[];
424
424
  };
425
- validateError: {
426
- weight: number;
427
- actions: {
428
- componentId: string;
429
- args: {
430
- msgType: string;
431
- position: string;
432
- closeButton: boolean;
433
- showIcon: boolean;
434
- title: any;
435
- msg: any;
436
- };
437
- actionType: string;
438
- }[];
439
- };
440
425
  };
441
426
  }[];
442
427
  id: string;
@@ -472,7 +457,10 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
472
457
  };
473
458
  id: string;
474
459
  level: string;
475
- className: string;
460
+ className: {
461
+ "approve-button w-14 h-14 rounded-full fixed bottom-4 right-4 shadow-lg text-white text-base text-center font-semibold bg-blue-500 p-0": boolean;
462
+ hidden: boolean;
463
+ };
476
464
  } | {
477
465
  type: string;
478
466
  debug: boolean;
@@ -600,21 +588,6 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
600
588
  })[];
601
589
  id: string;
602
590
  onEvent: {
603
- validateError: {
604
- weight: number;
605
- actions: {
606
- componentId: string;
607
- args: {
608
- msgType: string;
609
- position: string;
610
- closeButton: boolean;
611
- showIcon: boolean;
612
- title: any;
613
- msg: any;
614
- };
615
- actionType: string;
616
- }[];
617
- };
618
591
  change: {
619
592
  weight: number;
620
593
  actions: any[];
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.3",
4
+ "version": "6.10.4",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "81971e71c721de1cfb2a2d0efde0b3f3eabfb97d"
64
+ "gitHead": "2ff729788cf8cde89acab99189782ce72d8196da"
65
65
  }