@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.
- package/dist/client/cloud-library-manager/CloudLibraryManager.schema.d.ts +5 -4
- package/dist/client/index.js +314 -314
- package/dist/externalVersion.js +8 -8
- package/dist/node_modules/@babel/core/lib/index.js +23 -23
- package/dist/node_modules/@babel/core/node_modules/.bin/parser +4 -4
- package/dist/node_modules/@babel/core/package.json +1 -1
- package/dist/node_modules/@babel/parser/lib/index.js +1 -1
- package/dist/node_modules/@babel/parser/package.json +1 -1
- package/dist/node_modules/@babel/parser/typings/babel-parser.d.ts +7 -3
- package/dist/node_modules/@babel/preset-env/lib/available-plugins.js +4 -0
- package/dist/node_modules/@babel/preset-env/lib/index.js +54 -35
- package/dist/node_modules/@babel/preset-env/package.json +1 -1
- package/dist/node_modules/@babel/preset-react/lib/index.js +24 -24
- package/dist/node_modules/@babel/preset-react/package.json +1 -1
- package/dist/node_modules/@babel/preset-typescript/lib/index.js +23 -23
- package/dist/node_modules/@babel/preset-typescript/package.json +1 -1
- package/dist/node_modules/@babel/traverse/lib/index.js +3 -3
- package/dist/node_modules/@babel/traverse/node_modules/.bin/parser +4 -4
- package/dist/node_modules/@babel/traverse/package.json +1 -1
- package/dist/node_modules/@hapi/topo/package.json +1 -1
- package/package.json +13 -13
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
845
|
+
openMode: OpenMode;
|
|
845
846
|
icon: string;
|
|
846
847
|
};
|
|
847
848
|
'x-decorator': string;
|