bee-front-components 1.0.3 → 1.0.4
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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* @param {Omit<ButtonProps, "icon">} otherButtonProps 导出按钮的其他属性
|
|
9
9
|
*/
|
|
10
10
|
import React from "react";
|
|
11
|
-
import type { IExcelExportProps } from "
|
|
11
|
+
import type { IExcelExportProps } from "components/ExcelExportPro";
|
|
12
12
|
import type { ButtonProps } from "choerodon-ui/pro/lib/button/Button";
|
|
13
13
|
interface IProps extends Omit<IExcelExportProps, "buttonText" | "otherButtonProps"> {
|
|
14
14
|
/** dom元素标识 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bee-front-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
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": {
|