@tachybase/module-cloud-component 1.3.17 → 1.3.18

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