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 +0 -1
- package/lib/index.js +0 -1
- package/lib/styles/_variable.less +1 -0
- package/package.json +24 -24
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";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bee-front-components",
|
|
3
|
-
"version": "1.0.
|
|
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.
|
|
33
|
-
"./BaseModal": "./lib/components/BaseModal/index.
|
|
34
|
-
"./Buttons": "./lib/components/Buttons/index.
|
|
35
|
-
"./ContentHeader": "./lib/components/ContentHeader/index.
|
|
36
|
-
"./Empty": "./lib/components/Empty/index.
|
|
37
|
-
"./ExcelExport": "./lib/components/ExcelExport/index.
|
|
38
|
-
"./Modal": "./lib/components/Modal/index.
|
|
39
|
-
"./PageHeader": "./lib/components/PageHeader/index.
|
|
40
|
-
"./PdfViewer": "./lib/components/PdfViewer/index.
|
|
41
|
-
"./QueryBar": "./lib/components/QueryBar/index.
|
|
42
|
-
"./RemainDay": "./lib/components/RemainDay/index.
|
|
43
|
-
"./Scanner": "./lib/components/Scanner/index.
|
|
44
|
-
"./StatusTab": "./lib/components/StatusTab/index.
|
|
45
|
-
"./StatusTag": "./lib/components/StatusTag/index.
|
|
46
|
-
"./StepProgress": "./lib/components/StepProgress/index.
|
|
47
|
-
"./Table": "./lib/components/Table/index.
|
|
48
|
-
"./TableOperationColumn": "./lib/components/TableOperationColumn/index.
|
|
49
|
-
"./Tabs": "./lib/components/Tabs/index.
|
|
50
|
-
"./Upload": "./lib/components/Upload/index.
|
|
51
|
-
"./VipFlag": "./lib/components/VipFlag/index.
|
|
52
|
-
"./utils/const": "./lib/utils/const.
|
|
53
|
-
"./utils/
|
|
54
|
-
"./utils/utils": "./lib/utils/utils.
|
|
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": {
|