@teamix/pro 2.0.0-beta.1 → 2.0.0-beta.2
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/pro.min.css +1 -1
- package/dist/pro.min.js +1 -1
- package/es/index.d.ts +2 -4
- package/es/index.js +2 -4
- package/es/nocode/pages/editor.d.ts +1 -0
- package/es/nocode/pages/renderer.d.ts +1 -0
- package/es/templates/List/index.d.ts +1 -0
- package/lib/index.d.ts +2 -4
- package/lib/index.js +2 -2
- package/lib/nocode/pages/editor.d.ts +1 -0
- package/lib/nocode/pages/renderer.d.ts +1 -0
- package/lib/templates/List/index.d.ts +1 -0
- package/package.json +2 -2
package/es/index.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import TeamixIcon from '@teamix/icon';
|
|
2
|
-
import
|
|
3
|
-
import ProField from '@teamix/pro-field';
|
|
4
|
-
import ProForm from '@teamix/pro-field';
|
|
2
|
+
import { default as ProField, default as ProForm } from '@teamix/pro-field';
|
|
5
3
|
import ProInfo from '@teamix/pro-info';
|
|
6
4
|
import ProPageContainer from '@teamix/pro-page-container';
|
|
7
5
|
import ProPageHeader from '@teamix/pro-page-header';
|
|
8
6
|
import ProTable from '@teamix/pro-table';
|
|
7
|
+
import ProAction from '../../actions/src';
|
|
9
8
|
import * as utils from '@teamix/utils';
|
|
10
9
|
import './global.scss';
|
|
11
10
|
import hooks from './hooks';
|
|
@@ -15,7 +14,6 @@ export * from '@teamix/pro-field';
|
|
|
15
14
|
export * from '@teamix/pro-form';
|
|
16
15
|
export * from '@teamix/pro-info';
|
|
17
16
|
export * from '@teamix/pro-page-header';
|
|
18
|
-
export * from '@teamix/pro-page-header';
|
|
19
17
|
export * from '@teamix/pro-skeleton';
|
|
20
18
|
export * from '@teamix/pro-table';
|
|
21
19
|
export * from '@teamix/utils';
|
package/es/index.js
CHANGED
|
@@ -3,13 +3,12 @@ var _window;
|
|
|
3
3
|
// import utils from './utils';
|
|
4
4
|
|
|
5
5
|
import TeamixIcon from '@teamix/icon';
|
|
6
|
-
import
|
|
7
|
-
import ProField from '@teamix/pro-field';
|
|
8
|
-
import ProForm from '@teamix/pro-field';
|
|
6
|
+
import { default as ProField, default as ProForm } from '@teamix/pro-field';
|
|
9
7
|
import ProInfo from '@teamix/pro-info';
|
|
10
8
|
import ProPageContainer from '@teamix/pro-page-container';
|
|
11
9
|
import ProPageHeader from '@teamix/pro-page-header';
|
|
12
10
|
import ProTable from '@teamix/pro-table';
|
|
11
|
+
import ProAction from "../../actions/src";
|
|
13
12
|
// import { ProTimeline } from '../../timeline';
|
|
14
13
|
import * as utils from '@teamix/utils';
|
|
15
14
|
import "./global.scss";
|
|
@@ -26,7 +25,6 @@ export * from '@teamix/pro-field';
|
|
|
26
25
|
export * from '@teamix/pro-form';
|
|
27
26
|
export * from '@teamix/pro-info';
|
|
28
27
|
export * from '@teamix/pro-page-header';
|
|
29
|
-
export * from '@teamix/pro-page-header';
|
|
30
28
|
// export * from '@teamix/pro-sidebar';
|
|
31
29
|
export * from '@teamix/pro-skeleton';
|
|
32
30
|
export * from '@teamix/pro-table';
|
package/lib/index.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import TeamixIcon from '@teamix/icon';
|
|
2
|
-
import
|
|
3
|
-
import ProField from '@teamix/pro-field';
|
|
4
|
-
import ProForm from '@teamix/pro-field';
|
|
2
|
+
import { default as ProField, default as ProForm } from '@teamix/pro-field';
|
|
5
3
|
import ProInfo from '@teamix/pro-info';
|
|
6
4
|
import ProPageContainer from '@teamix/pro-page-container';
|
|
7
5
|
import ProPageHeader from '@teamix/pro-page-header';
|
|
8
6
|
import ProTable from '@teamix/pro-table';
|
|
7
|
+
import ProAction from '../../actions/src';
|
|
9
8
|
import * as utils from '@teamix/utils';
|
|
10
9
|
import './global.scss';
|
|
11
10
|
import hooks from './hooks';
|
|
@@ -15,7 +14,6 @@ export * from '@teamix/pro-field';
|
|
|
15
14
|
export * from '@teamix/pro-form';
|
|
16
15
|
export * from '@teamix/pro-info';
|
|
17
16
|
export * from '@teamix/pro-page-header';
|
|
18
|
-
export * from '@teamix/pro-page-header';
|
|
19
17
|
export * from '@teamix/pro-skeleton';
|
|
20
18
|
export * from '@teamix/pro-table';
|
|
21
19
|
export * from '@teamix/utils';
|
package/lib/index.js
CHANGED
|
@@ -7,13 +7,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
var _exportNames = {
|
|
8
8
|
version: true,
|
|
9
9
|
TeamixIcon: true,
|
|
10
|
-
ProAction: true,
|
|
11
10
|
ProField: true,
|
|
12
11
|
ProForm: true,
|
|
13
12
|
ProInfo: true,
|
|
14
13
|
ProPageContainer: true,
|
|
15
14
|
ProPageHeader: true,
|
|
16
15
|
ProTable: true,
|
|
16
|
+
ProAction: true,
|
|
17
17
|
utils: true,
|
|
18
18
|
hooks: true
|
|
19
19
|
};
|
|
@@ -74,7 +74,6 @@ Object.defineProperty(exports, "hooks", {
|
|
|
74
74
|
});
|
|
75
75
|
exports.version = exports.utils = void 0;
|
|
76
76
|
var _icon = _interopRequireDefault(require("@teamix/icon"));
|
|
77
|
-
var _src = _interopRequireDefault(require("../../actions/src"));
|
|
78
77
|
var _proField = _interopRequireWildcard(require("@teamix/pro-field"));
|
|
79
78
|
Object.keys(_proField).forEach(function (key) {
|
|
80
79
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -124,6 +123,7 @@ Object.keys(_proTable).forEach(function (key) {
|
|
|
124
123
|
}
|
|
125
124
|
});
|
|
126
125
|
});
|
|
126
|
+
var _src = _interopRequireDefault(require("../../actions/src"));
|
|
127
127
|
var utils = _interopRequireWildcard(require("@teamix/utils"));
|
|
128
128
|
exports.utils = utils;
|
|
129
129
|
Object.keys(utils).forEach(function (key) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamix/pro",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.2",
|
|
4
4
|
"description": "TeamixPro大包",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aliyun",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@teamix/pro-field": "^2.0.0-beta.1",
|
|
58
58
|
"@teamix/pro-page-header": "^2.0.0-beta.1",
|
|
59
59
|
"@teamix/pro-page-container": "^2.0.0-beta.1",
|
|
60
|
-
"@teamix/pro-
|
|
60
|
+
"@teamix/pro-skeleton": "^2.0.0-beta.1",
|
|
61
61
|
"@teamix/pro-action": "^2.0.0-beta.1",
|
|
62
62
|
"@teamix/utils": "^2.0.0-beta.1"
|
|
63
63
|
|