@teamix/pro 2.0.0-beta.4 → 2.0.0-beta.5
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.js +1 -1
- package/es/index.d.ts +3 -3
- package/es/index.js +3 -3
- package/lib/index.d.ts +3 -3
- package/lib/index.js +6 -6
- package/package.json +1 -1
package/es/index.d.ts
CHANGED
|
@@ -6,11 +6,11 @@ import ProPageHeader from '@teamix/pro-page-header';
|
|
|
6
6
|
import ProTable from '@teamix/pro-table';
|
|
7
7
|
import ProAction from '@teamix/pro-action';
|
|
8
8
|
import ProCard from '@teamix/pro-action';
|
|
9
|
-
import TeamixProProvider from '@teamix/
|
|
9
|
+
import TeamixProProvider from '@teamix/provider';
|
|
10
10
|
import * as utils from '@teamix/utils';
|
|
11
11
|
import './global.scss';
|
|
12
12
|
import hooks from './hooks';
|
|
13
|
-
declare const version = "2.0.0-beta.
|
|
13
|
+
declare const version = "2.0.0-beta.5";
|
|
14
14
|
export * from '@teamix/pro-action';
|
|
15
15
|
export * from '@teamix/pro-field';
|
|
16
16
|
export * from '@teamix/pro-form';
|
|
@@ -19,7 +19,7 @@ export * from '@teamix/pro-page-header';
|
|
|
19
19
|
export * from '@teamix/pro-skeleton';
|
|
20
20
|
export * from '@teamix/pro-table';
|
|
21
21
|
export * from '@teamix/pro-card';
|
|
22
|
-
export * from '@teamix/
|
|
22
|
+
export * from '@teamix/provider';
|
|
23
23
|
export * from '@teamix/utils';
|
|
24
24
|
export { version, ProAction, ProField, ProForm, ProInfo, ProCard, TeamixProProvider, ProPageContainer, ProPageHeader, ProTable, TeamixIcon, hooks, utils, };
|
|
25
25
|
export default version;
|
package/es/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import ProPageHeader from '@teamix/pro-page-header';
|
|
|
10
10
|
import ProTable from '@teamix/pro-table';
|
|
11
11
|
import ProAction from '@teamix/pro-action';
|
|
12
12
|
import ProCard from '@teamix/pro-action';
|
|
13
|
-
import TeamixProProvider from '@teamix/
|
|
13
|
+
import TeamixProProvider from '@teamix/provider';
|
|
14
14
|
// import { ProTimeline } from '../../timeline';
|
|
15
15
|
import * as utils from '@teamix/utils';
|
|
16
16
|
import "./global.scss";
|
|
@@ -21,7 +21,7 @@ import hooks from "./hooks";
|
|
|
21
21
|
if (!((_window = window) !== null && _window !== void 0 && _window.TEAMIXPRO_WITHOUT_ICON)) {
|
|
22
22
|
TeamixIcon.setConfig(utils.getTeamixIconConfig());
|
|
23
23
|
}
|
|
24
|
-
var version = '2.0.0-beta.
|
|
24
|
+
var version = '2.0.0-beta.5';
|
|
25
25
|
export * from '@teamix/pro-action';
|
|
26
26
|
export * from '@teamix/pro-field';
|
|
27
27
|
export * from '@teamix/pro-form';
|
|
@@ -31,7 +31,7 @@ export * from '@teamix/pro-page-header';
|
|
|
31
31
|
export * from '@teamix/pro-skeleton';
|
|
32
32
|
export * from '@teamix/pro-table';
|
|
33
33
|
export * from '@teamix/pro-card';
|
|
34
|
-
export * from '@teamix/
|
|
34
|
+
export * from '@teamix/provider';
|
|
35
35
|
// export * from '../../timeline';
|
|
36
36
|
export * from '@teamix/utils';
|
|
37
37
|
export { version, ProAction, ProField, ProForm, ProInfo, ProCard, TeamixProProvider,
|
package/lib/index.d.ts
CHANGED
|
@@ -6,11 +6,11 @@ import ProPageHeader from '@teamix/pro-page-header';
|
|
|
6
6
|
import ProTable from '@teamix/pro-table';
|
|
7
7
|
import ProAction from '@teamix/pro-action';
|
|
8
8
|
import ProCard from '@teamix/pro-action';
|
|
9
|
-
import TeamixProProvider from '@teamix/
|
|
9
|
+
import TeamixProProvider from '@teamix/provider';
|
|
10
10
|
import * as utils from '@teamix/utils';
|
|
11
11
|
import './global.scss';
|
|
12
12
|
import hooks from './hooks';
|
|
13
|
-
declare const version = "2.0.0-beta.
|
|
13
|
+
declare const version = "2.0.0-beta.5";
|
|
14
14
|
export * from '@teamix/pro-action';
|
|
15
15
|
export * from '@teamix/pro-field';
|
|
16
16
|
export * from '@teamix/pro-form';
|
|
@@ -19,7 +19,7 @@ export * from '@teamix/pro-page-header';
|
|
|
19
19
|
export * from '@teamix/pro-skeleton';
|
|
20
20
|
export * from '@teamix/pro-table';
|
|
21
21
|
export * from '@teamix/pro-card';
|
|
22
|
-
export * from '@teamix/
|
|
22
|
+
export * from '@teamix/provider';
|
|
23
23
|
export * from '@teamix/utils';
|
|
24
24
|
export { version, ProAction, ProField, ProForm, ProInfo, ProCard, TeamixProProvider, ProPageContainer, ProPageHeader, ProTable, TeamixIcon, hooks, utils, };
|
|
25
25
|
export default version;
|
package/lib/index.js
CHANGED
|
@@ -76,7 +76,7 @@ Object.defineProperty(exports, "TeamixIcon", {
|
|
|
76
76
|
Object.defineProperty(exports, "TeamixProProvider", {
|
|
77
77
|
enumerable: true,
|
|
78
78
|
get: function get() {
|
|
79
|
-
return
|
|
79
|
+
return _provider.default;
|
|
80
80
|
}
|
|
81
81
|
});
|
|
82
82
|
exports.default = void 0;
|
|
@@ -149,15 +149,15 @@ Object.keys(_proAction).forEach(function (key) {
|
|
|
149
149
|
}
|
|
150
150
|
});
|
|
151
151
|
});
|
|
152
|
-
var
|
|
153
|
-
Object.keys(
|
|
152
|
+
var _provider = _interopRequireWildcard(require("@teamix/provider"));
|
|
153
|
+
Object.keys(_provider).forEach(function (key) {
|
|
154
154
|
if (key === "default" || key === "__esModule") return;
|
|
155
155
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
156
|
-
if (key in exports && exports[key] ===
|
|
156
|
+
if (key in exports && exports[key] === _provider[key]) return;
|
|
157
157
|
Object.defineProperty(exports, key, {
|
|
158
158
|
enumerable: true,
|
|
159
159
|
get: function get() {
|
|
160
|
-
return
|
|
160
|
+
return _provider[key];
|
|
161
161
|
}
|
|
162
162
|
});
|
|
163
163
|
});
|
|
@@ -221,7 +221,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
221
221
|
if (!((_window = window) !== null && _window !== void 0 && _window.TEAMIXPRO_WITHOUT_ICON)) {
|
|
222
222
|
_icon.default.setConfig(utils.getTeamixIconConfig());
|
|
223
223
|
}
|
|
224
|
-
var version = '2.0.0-beta.
|
|
224
|
+
var version = '2.0.0-beta.5';
|
|
225
225
|
exports.version = version;
|
|
226
226
|
// By TeamixTest
|
|
227
227
|
window.postMessage({
|