@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.
- package/dist/client/cloud-library-manager/CloudLibraryManager.schema.d.ts +4 -5
- package/dist/client/index.js +28 -28
- package/dist/externalVersion.js +7 -7
- package/dist/node_modules/@babel/core/lib/index.js +19 -19
- 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 +3 -7
- package/dist/node_modules/@babel/preset-env/lib/available-plugins.js +0 -4
- package/dist/node_modules/@babel/preset-env/lib/index.js +85 -104
- package/dist/node_modules/@babel/preset-env/package.json +1 -1
- package/dist/node_modules/@babel/preset-react/lib/index.js +20 -20
- package/dist/node_modules/@babel/preset-react/package.json +1 -1
- package/dist/node_modules/@babel/preset-typescript/lib/index.js +19 -19
- 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 +11 -11
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
844
|
+
openMode: string;
|
|
846
845
|
icon: string;
|
|
847
846
|
};
|
|
848
847
|
'x-decorator': string;
|