@tachybase/module-cloud-component 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.
@@ -26,6 +26,17 @@ export declare const table: {
26
26
  };
27
27
  };
28
28
  properties: {
29
+ refresh: {
30
+ type: string;
31
+ title: string;
32
+ 'x-action': string;
33
+ 'x-component': string;
34
+ 'x-settings': string;
35
+ 'x-component-props': {
36
+ icon: string;
37
+ };
38
+ 'x-use-component-props': string;
39
+ };
29
40
  create: {
30
41
  type: string;
31
42
  'x-action': string;
@@ -504,25 +515,16 @@ export declare const table: {
504
515
  type: string;
505
516
  title: string;
506
517
  'x-action': string;
518
+ 'x-acl-action': string;
519
+ 'x-decorator': string;
507
520
  'x-component': string;
521
+ 'x-visible': string;
508
522
  'x-component-props': {
509
523
  confirm: {
510
524
  title: string;
511
525
  content: string;
512
526
  };
513
527
  };
514
- 'x-decorator': string;
515
- 'x-use-component-props': string;
516
- };
517
- export: {
518
- type: string;
519
- title: string;
520
- 'x-action': string;
521
- 'x-component': string;
522
- 'x-component-props': {
523
- disabled: boolean;
524
- };
525
- 'x-decorator': string;
526
528
  'x-use-component-props': string;
527
529
  };
528
530
  };
@@ -564,6 +566,17 @@ export declare const schema: {
564
566
  };
565
567
  };
566
568
  properties: {
569
+ refresh: {
570
+ type: string;
571
+ title: string;
572
+ 'x-action': string;
573
+ 'x-component': string;
574
+ 'x-settings': string;
575
+ 'x-component-props': {
576
+ icon: string;
577
+ };
578
+ 'x-use-component-props': string;
579
+ };
567
580
  create: {
568
581
  type: string;
569
582
  'x-action': string;
@@ -1042,25 +1055,16 @@ export declare const schema: {
1042
1055
  type: string;
1043
1056
  title: string;
1044
1057
  'x-action': string;
1058
+ 'x-acl-action': string;
1059
+ 'x-decorator': string;
1045
1060
  'x-component': string;
1061
+ 'x-visible': string;
1046
1062
  'x-component-props': {
1047
1063
  confirm: {
1048
1064
  title: string;
1049
1065
  content: string;
1050
1066
  };
1051
1067
  };
1052
- 'x-decorator': string;
1053
- 'x-use-component-props': string;
1054
- };
1055
- export: {
1056
- type: string;
1057
- title: string;
1058
- 'x-action': string;
1059
- 'x-component': string;
1060
- 'x-component-props': {
1061
- disabled: boolean;
1062
- };
1063
- 'x-decorator': string;
1064
1068
  'x-use-component-props': string;
1065
1069
  };
1066
1070
  };
@@ -0,0 +1,3 @@
1
+ export declare const useComponentDestroyProps: () => {
2
+ onClick(): Promise<boolean>;
3
+ };