@tachybase/module-cloud-component 1.3.18 → 1.3.19

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.
@@ -1,4 +1,3 @@
1
- import { OpenMode } from '@tachybase/client';
2
1
  export declare const table: {
3
2
  type: string;
4
3
  'x-decorator': string;
@@ -46,7 +45,7 @@ export declare const table: {
46
45
  'x-component': string;
47
46
  'x-decorator': string;
48
47
  'x-component-props': {
49
- openMode: OpenMode;
48
+ openMode: string;
50
49
  type: string;
51
50
  component: string;
52
51
  icon: string;
@@ -302,7 +301,7 @@ export declare const table: {
302
301
  'x-action': string;
303
302
  'x-component': string;
304
303
  'x-component-props': {
305
- openMode: OpenMode;
304
+ openMode: string;
306
305
  icon: string;
307
306
  };
308
307
  'x-decorator': string;
@@ -586,7 +585,7 @@ export declare const schema: {
586
585
  'x-component': string;
587
586
  'x-decorator': string;
588
587
  'x-component-props': {
589
- openMode: OpenMode;
588
+ openMode: string;
590
589
  type: string;
591
590
  component: string;
592
591
  icon: string;
@@ -842,7 +841,7 @@ export declare const schema: {
842
841
  'x-action': string;
843
842
  'x-component': string;
844
843
  'x-component-props': {
845
- openMode: OpenMode;
844
+ openMode: string;
846
845
  icon: string;
847
846
  };
848
847
  'x-decorator': string;