@teamix/pro 1.0.22 → 1.0.23

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/es/index.d.ts CHANGED
@@ -18,5 +18,5 @@ export * from '@teamix/pro-page-container';
18
18
  export * from '@teamix/pro-page-header';
19
19
  export * from '@teamix/pro-skeleton';
20
20
  export * from '@teamix/pro-table';
21
- declare const version = "1.0.21";
21
+ declare const version = "1.0.22";
22
22
  export { ProAction, ProCard, ProField, ProForm, ProPageContainer, ProPageHeader, ProSkeleton, ProTable, hooks, nocode, templates, utils, version, };
package/es/index.js CHANGED
@@ -21,5 +21,5 @@ export * from '@teamix/pro-page-container';
21
21
  export * from '@teamix/pro-page-header';
22
22
  export * from '@teamix/pro-skeleton';
23
23
  export * from '@teamix/pro-table';
24
- var version = '1.0.21';
24
+ var version = '1.0.22';
25
25
  export { ProAction, ProCard, ProField, ProForm, ProPageContainer, ProPageHeader, ProSkeleton, ProTable, hooks, nocode, templates, utils, version };
package/lib/index.d.ts CHANGED
@@ -18,5 +18,5 @@ export * from '@teamix/pro-page-container';
18
18
  export * from '@teamix/pro-page-header';
19
19
  export * from '@teamix/pro-skeleton';
20
20
  export * from '@teamix/pro-table';
21
- declare const version = "1.0.21";
21
+ declare const version = "1.0.22";
22
22
  export { ProAction, ProCard, ProField, ProForm, ProPageContainer, ProPageHeader, ProSkeleton, ProTable, hooks, nocode, templates, utils, version, };
package/lib/index.js CHANGED
@@ -209,5 +209,5 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
209
209
  // 设置图标源
210
210
  _icon.default.setConfig(utils.getTeamixIconConfig());
211
211
 
212
- var version = '1.0.21';
212
+ var version = '1.0.22';
213
213
  exports.version = version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamix/pro",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "pro大包",
5
5
  "repository": "http://gitlab.alibaba-inc.com/teamix/pro",
6
6
  "author": "Velociraptor(迅猛龙)",