bee-front-components 1.0.3 → 1.0.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/lib/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import "./styles/_variable.less";
2
- import "//at.alicdn.com/t/c/font_5189798_vx6yinyr8o.css";
3
2
  export { default as BaseModal } from "./components/BaseModal";
4
3
  export { Button, ButtonPermission } from "./components/Buttons";
5
4
  export { default as ContentHeader } from "./components/ContentHeader";
package/lib/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  import "./styles/_variable.less";
2
- import "//at.alicdn.com/t/c/font_5189798_vx6yinyr8o.css";
3
2
  export { default as BaseModal } from "./components/BaseModal";
4
3
  export { Button, ButtonPermission } from "./components/Buttons";
5
4
  export { default as ContentHeader } from "./components/ContentHeader";
@@ -1,4 +1,5 @@
1
1
  // @import '~choerodon-ui/lib/style/themes/default.less';
2
+ @import "//at.alicdn.com/t/c/font_5189798_vx6yinyr8o.css";
2
3
  // 全局属性变量
3
4
  /** 主要主题色 */
4
5
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bee-front-components",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "cross-env UMI_ENV=dev node ../../node_modules/umi/bin/umi.js dev",
@@ -29,29 +29,29 @@
29
29
  "registry": "https://registry.npmjs.org/"
30
30
  },
31
31
  "exports": {
32
- ".": "./lib/index.ts",
33
- "./BaseModal": "./lib/components/BaseModal/index.tsx",
34
- "./Buttons": "./lib/components/Buttons/index.ts",
35
- "./ContentHeader": "./lib/components/ContentHeader/index.tsx",
36
- "./Empty": "./lib/components/Empty/index.tsx",
37
- "./ExcelExport": "./lib/components/ExcelExport/index.tsx",
38
- "./Modal": "./lib/components/Modal/index.tsx",
39
- "./PageHeader": "./lib/components/PageHeader/index.tsx",
40
- "./PdfViewer": "./lib/components/PdfViewer/index.tsx",
41
- "./QueryBar": "./lib/components/QueryBar/index.tsx",
42
- "./RemainDay": "./lib/components/RemainDay/index.tsx",
43
- "./Scanner": "./lib/components/Scanner/index.tsx",
44
- "./StatusTab": "./lib/components/StatusTab/index.tsx",
45
- "./StatusTag": "./lib/components/StatusTag/index.tsx",
46
- "./StepProgress": "./lib/components/StepProgress/index.tsx",
47
- "./Table": "./lib/components/Table/index.tsx",
48
- "./TableOperationColumn": "./lib/components/TableOperationColumn/index.tsx",
49
- "./Tabs": "./lib/components/Tabs/index.ts",
50
- "./Upload": "./lib/components/Upload/index.ts",
51
- "./VipFlag": "./lib/components/VipFlag/index.tsx",
52
- "./utils/const": "./lib/utils/const.ts",
53
- "./utils/menuTabs": "./lib/utils/menuTabs.ts",
54
- "./utils/utils": "./lib/utils/utils.ts",
32
+ ".": "./lib/index.js",
33
+ "./BaseModal": "./lib/components/BaseModal/index.js",
34
+ "./Buttons": "./lib/components/Buttons/index.js",
35
+ "./ContentHeader": "./lib/components/ContentHeader/index.js",
36
+ "./Empty": "./lib/components/Empty/index.js",
37
+ "./ExcelExport": "./lib/components/ExcelExport/index.js",
38
+ "./Modal": "./lib/components/Modal/index.js",
39
+ "./PageHeader": "./lib/components/PageHeader/index.js",
40
+ "./PdfViewer": "./lib/components/PdfViewer/index.js",
41
+ "./QueryBar": "./lib/components/QueryBar/index.js",
42
+ "./RemainDay": "./lib/components/RemainDay/index.js",
43
+ "./Scanner": "./lib/components/Scanner/index.js",
44
+ "./StatusTab": "./lib/components/StatusTab/index.js",
45
+ "./StatusTag": "./lib/components/StatusTag/index.js",
46
+ "./StepProgress": "./lib/components/StepProgress/index.js",
47
+ "./Table": "./lib/components/Table/index.js",
48
+ "./TableOperationColumn": "./lib/components/TableOperationColumn/index.js",
49
+ "./Tabs": "./lib/components/Tabs/index.js",
50
+ "./Upload": "./lib/components/Upload/index.js",
51
+ "./VipFlag": "./lib/components/VipFlag/index.js",
52
+ "./utils/const": "./lib/utils/const.js",
53
+ "./utils/menuTab": "./lib/utils/menuTab.js",
54
+ "./utils/utils": "./lib/utils/utils.js",
55
55
  "./package.json": "./package.json"
56
56
  },
57
57
  "peerDependencies": {