linkmore-design 1.0.3
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/LICENSE +21 -0
- package/README.md +81 -0
- package/dist/40b22ad7b4ea2a7e.jpg +0 -0
- package/dist/566891e3103ae07a.png +0 -0
- package/dist/9f788f660abc173c.png +0 -0
- package/dist/f8940d62d6a40f71.png +0 -0
- package/dist/index.umd.css +2167 -0
- package/dist/index.umd.js +69587 -0
- package/dist/index.umd.min.css +1 -0
- package/dist/index.umd.min.js +31 -0
- package/es/ButtonTags/ButtonTags.js +59 -0
- package/es/ButtonTags/index.js +13 -0
- package/es/ButtonTags/style/index.js +3 -0
- package/es/ButtonTags/style/style.css +221 -0
- package/es/CkFilter/baseFilter/filterMenu.js +177 -0
- package/es/CkFilter/baseFilter/index.js +91 -0
- package/es/CkFilter/baseFilter/moreFilters.js +198 -0
- package/es/CkFilter/complexFilter/drawer.js +337 -0
- package/es/CkFilter/complexFilter/index.js +69 -0
- package/es/CkFilter/components/filterTypes.js +530 -0
- package/es/CkFilter/components/modal.js +275 -0
- package/es/CkFilter/context.js +152 -0
- package/es/CkFilter/customFilter/drawer.js +364 -0
- package/es/CkFilter/customFilter/index.js +130 -0
- package/es/CkFilter/customFilter/radioGroup.js +65 -0
- package/es/CkFilter/filter.js +115 -0
- package/es/CkFilter/index.js +13 -0
- package/es/CkFilter/style/index.js +3 -0
- package/es/CkFilter/style/style.css +586 -0
- package/es/CkFilter/utils.js +65 -0
- package/es/CustomerService/assets/question01.png +0 -0
- package/es/CustomerService/assets/send.png +0 -0
- package/es/CustomerService/assets/service.png +0 -0
- package/es/CustomerService/assets/shuoming01.png +0 -0
- package/es/CustomerService/assets/shuoming02.png +0 -0
- package/es/CustomerService/components/question.js +120 -0
- package/es/CustomerService/index.js +291 -0
- package/es/CustomerService/style/index.js +3 -0
- package/es/CustomerService/style/style.css +402 -0
- package/es/EditTable/EditTable.js +489 -0
- package/es/EditTable/index.js +13 -0
- package/es/EditTable/style/index.js +3 -0
- package/es/EditTable/style/style.css +165 -0
- package/es/EnlargeImg/index.js +109 -0
- package/es/EnlargeImg/style/index.js +3 -0
- package/es/EnlargeImg/style/style.css +4 -0
- package/es/Filter/Popover.js +199 -0
- package/es/Filter/baseFilter/Popover.js +214 -0
- package/es/Filter/baseFilter/ToggleFilter.js +112 -0
- package/es/Filter/baseFilter/index.js +100 -0
- package/es/Filter/complex/ComplexFilter.js +149 -0
- package/es/Filter/complex/ComplexItem.js +157 -0
- package/es/Filter/components/Checkbox.js +94 -0
- package/es/Filter/components/Date.js +87 -0
- package/es/Filter/components/Input.js +63 -0
- package/es/Filter/components/Select.js +89 -0
- package/es/Filter/components/Tree.js +64 -0
- package/es/Filter/components/header.js +60 -0
- package/es/Filter/components/index.js +47 -0
- package/es/Filter/context.js +15 -0
- package/es/Filter/edit/editFilter.js +277 -0
- package/es/Filter/index.js +174 -0
- package/es/Filter/popContext.js +15 -0
- package/es/Filter/remember.js +137 -0
- package/es/Filter/style/index.js +3 -0
- package/es/Filter/style/style.css +420 -0
- package/es/Icon/index.js +20 -0
- package/es/Icon/style/index.js +1 -0
- package/es/Icon/style/style.css +0 -0
- package/es/IconFont/index.js +15 -0
- package/es/IconFont/style/index.js +1 -0
- package/es/IconFont/style/style.css +0 -0
- package/es/LeftTable/assets/imgTest.jpg +0 -0
- package/es/LeftTable/index.js +116 -0
- package/es/LeftTable/style/index.js +3 -0
- package/es/LeftTable/style/style.css +231 -0
- package/es/LoadingPage/index.js +33 -0
- package/es/LoadingPage/style/index.js +1 -0
- package/es/LoadingPage/style/style.css +0 -0
- package/es/Modal/add.js +68 -0
- package/es/Modal/confirm.js +88 -0
- package/es/Modal/edit.js +44 -0
- package/es/Modal/exportModal.js +300 -0
- package/es/Modal/index.js +24 -0
- package/es/Modal/style/index.js +3 -0
- package/es/Modal/style/style.css +119 -0
- package/es/PopTable/BseTable.js +113 -0
- package/es/PopTable/index.js +151 -0
- package/es/PopTable/style/index.js +3 -0
- package/es/PopTable/style/style.css +363 -0
- package/es/ProTable/ImgList/body.js +111 -0
- package/es/ProTable/ImgList/cardCell.js +179 -0
- package/es/ProTable/ImgList/context.js +12 -0
- package/es/ProTable/ImgList/empty.js +24 -0
- package/es/ProTable/ImgList/footer.js +59 -0
- package/es/ProTable/ImgList/imgCell.js +181 -0
- package/es/ProTable/ImgList/imgTable.js +110 -0
- package/es/ProTable/ImgList/index.js +13 -0
- package/es/ProTable/Table.js +321 -0
- package/es/ProTable/VList.js +594 -0
- package/es/ProTable/context.js +12 -0
- package/es/ProTable/index.js +16 -0
- package/es/ProTable/resetConfig.js +39 -0
- package/es/ProTable/style/index.js +3 -0
- package/es/ProTable/style/style.css +693 -0
- package/es/TableRender/index.js +15 -0
- package/es/TableRender/state.js +72 -0
- package/es/TableRender/style/index.js +3 -0
- package/es/TableRender/style/style.css +0 -0
- package/es/UploadOss/index.js +18 -0
- package/es/UploadOss/style/index.js +3 -0
- package/es/UploadOss/style/style.css +121 -0
- package/es/UploadOss/uploadBtn.js +141 -0
- package/es/UploadOss/uploadImg.js +282 -0
- package/es/VirtualList/index.js +84 -0
- package/es/VirtualList/style/index.js +3 -0
- package/es/VirtualList/style/style.css +0 -0
- package/es/index.js +135 -0
- package/es/services/newRequest.js +201 -0
- package/es/services/utils.js +72 -0
- package/es/styles/icon.css +15 -0
- package/es/styles/main.css +149 -0
- package/es/styles/resetAntd.css +62 -0
- package/es/styles/them.css +0 -0
- package/lib/ButtonTags/ButtonTags.js +59 -0
- package/lib/ButtonTags/index.js +13 -0
- package/lib/ButtonTags/style/index.js +3 -0
- package/lib/ButtonTags/style/style.css +221 -0
- package/lib/CkFilter/baseFilter/filterMenu.js +177 -0
- package/lib/CkFilter/baseFilter/index.js +91 -0
- package/lib/CkFilter/baseFilter/moreFilters.js +198 -0
- package/lib/CkFilter/complexFilter/drawer.js +337 -0
- package/lib/CkFilter/complexFilter/index.js +69 -0
- package/lib/CkFilter/components/filterTypes.js +530 -0
- package/lib/CkFilter/components/modal.js +275 -0
- package/lib/CkFilter/context.js +152 -0
- package/lib/CkFilter/customFilter/drawer.js +364 -0
- package/lib/CkFilter/customFilter/index.js +130 -0
- package/lib/CkFilter/customFilter/radioGroup.js +65 -0
- package/lib/CkFilter/filter.js +115 -0
- package/lib/CkFilter/index.js +13 -0
- package/lib/CkFilter/style/index.js +3 -0
- package/lib/CkFilter/style/style.css +586 -0
- package/lib/CkFilter/utils.js +65 -0
- package/lib/CustomerService/assets/question01.png +0 -0
- package/lib/CustomerService/assets/send.png +0 -0
- package/lib/CustomerService/assets/service.png +0 -0
- package/lib/CustomerService/assets/shuoming01.png +0 -0
- package/lib/CustomerService/assets/shuoming02.png +0 -0
- package/lib/CustomerService/components/question.js +120 -0
- package/lib/CustomerService/index.js +291 -0
- package/lib/CustomerService/style/index.js +3 -0
- package/lib/CustomerService/style/style.css +402 -0
- package/lib/EditTable/EditTable.js +489 -0
- package/lib/EditTable/index.js +13 -0
- package/lib/EditTable/style/index.js +3 -0
- package/lib/EditTable/style/style.css +165 -0
- package/lib/EnlargeImg/index.js +109 -0
- package/lib/EnlargeImg/style/index.js +3 -0
- package/lib/EnlargeImg/style/style.css +4 -0
- package/lib/Filter/Popover.js +199 -0
- package/lib/Filter/baseFilter/Popover.js +214 -0
- package/lib/Filter/baseFilter/ToggleFilter.js +112 -0
- package/lib/Filter/baseFilter/index.js +100 -0
- package/lib/Filter/complex/ComplexFilter.js +149 -0
- package/lib/Filter/complex/ComplexItem.js +157 -0
- package/lib/Filter/components/Checkbox.js +94 -0
- package/lib/Filter/components/Date.js +87 -0
- package/lib/Filter/components/Input.js +63 -0
- package/lib/Filter/components/Select.js +89 -0
- package/lib/Filter/components/Tree.js +64 -0
- package/lib/Filter/components/header.js +60 -0
- package/lib/Filter/components/index.js +47 -0
- package/lib/Filter/context.js +15 -0
- package/lib/Filter/edit/editFilter.js +277 -0
- package/lib/Filter/index.js +174 -0
- package/lib/Filter/popContext.js +15 -0
- package/lib/Filter/remember.js +137 -0
- package/lib/Filter/style/index.js +3 -0
- package/lib/Filter/style/style.css +420 -0
- package/lib/Icon/index.js +20 -0
- package/lib/Icon/style/index.js +1 -0
- package/lib/Icon/style/style.css +0 -0
- package/lib/IconFont/index.js +15 -0
- package/lib/IconFont/style/index.js +1 -0
- package/lib/IconFont/style/style.css +0 -0
- package/lib/LeftTable/assets/imgTest.jpg +0 -0
- package/lib/LeftTable/index.js +116 -0
- package/lib/LeftTable/style/index.js +3 -0
- package/lib/LeftTable/style/style.css +231 -0
- package/lib/LoadingPage/index.js +33 -0
- package/lib/LoadingPage/style/index.js +1 -0
- package/lib/LoadingPage/style/style.css +0 -0
- package/lib/Modal/add.js +68 -0
- package/lib/Modal/confirm.js +88 -0
- package/lib/Modal/edit.js +44 -0
- package/lib/Modal/exportModal.js +300 -0
- package/lib/Modal/index.js +24 -0
- package/lib/Modal/style/index.js +3 -0
- package/lib/Modal/style/style.css +119 -0
- package/lib/PopTable/BseTable.js +113 -0
- package/lib/PopTable/index.js +151 -0
- package/lib/PopTable/style/index.js +3 -0
- package/lib/PopTable/style/style.css +363 -0
- package/lib/ProTable/ImgList/body.js +111 -0
- package/lib/ProTable/ImgList/cardCell.js +179 -0
- package/lib/ProTable/ImgList/context.js +12 -0
- package/lib/ProTable/ImgList/empty.js +24 -0
- package/lib/ProTable/ImgList/footer.js +59 -0
- package/lib/ProTable/ImgList/imgCell.js +181 -0
- package/lib/ProTable/ImgList/imgTable.js +110 -0
- package/lib/ProTable/ImgList/index.js +13 -0
- package/lib/ProTable/Table.js +321 -0
- package/lib/ProTable/VList.js +594 -0
- package/lib/ProTable/context.js +12 -0
- package/lib/ProTable/index.js +16 -0
- package/lib/ProTable/resetConfig.js +39 -0
- package/lib/ProTable/style/index.js +3 -0
- package/lib/ProTable/style/style.css +693 -0
- package/lib/TableRender/index.js +15 -0
- package/lib/TableRender/state.js +72 -0
- package/lib/TableRender/style/index.js +3 -0
- package/lib/TableRender/style/style.css +0 -0
- package/lib/UploadOss/index.js +18 -0
- package/lib/UploadOss/style/index.js +3 -0
- package/lib/UploadOss/style/style.css +121 -0
- package/lib/UploadOss/uploadBtn.js +141 -0
- package/lib/UploadOss/uploadImg.js +282 -0
- package/lib/VirtualList/index.js +84 -0
- package/lib/VirtualList/style/index.js +3 -0
- package/lib/VirtualList/style/style.css +0 -0
- package/lib/index.js +135 -0
- package/lib/services/newRequest.js +201 -0
- package/lib/services/utils.js +72 -0
- package/lib/styles/icon.css +15 -0
- package/lib/styles/main.css +149 -0
- package/lib/styles/resetAntd.css +62 -0
- package/lib/styles/them.css +0 -0
- package/package.json +102 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
.ant-layout-sider {
|
|
2
|
+
min-height: 100vh;
|
|
3
|
+
background-color: #022766;
|
|
4
|
+
}
|
|
5
|
+
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
|
|
6
|
+
box-shadow: none;
|
|
7
|
+
}
|
|
8
|
+
.ant-menu-submenu-placement-rightTop {
|
|
9
|
+
display: none;
|
|
10
|
+
}
|
|
11
|
+
.ant-table .row-active .ant-table-cell {
|
|
12
|
+
background-color: #FEFFD3 !important;
|
|
13
|
+
}
|
|
14
|
+
.ant-dropdown-menu-item {
|
|
15
|
+
font-size: 12px;
|
|
16
|
+
height: 32px;
|
|
17
|
+
}
|
|
18
|
+
.ant-tabs .ant-tabs-nav .ant-tabs-tab {
|
|
19
|
+
font-size: 14px;
|
|
20
|
+
}
|
|
21
|
+
.ant-tabs.auto_tabs {
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-flow: column;
|
|
24
|
+
height: 100%;
|
|
25
|
+
}
|
|
26
|
+
.ant-tabs.auto_tabs .ant-tabs-nav {
|
|
27
|
+
height: 48px;
|
|
28
|
+
}
|
|
29
|
+
.ant-tabs.auto_tabs .ant-tabs-content-holder {
|
|
30
|
+
flex: 1;
|
|
31
|
+
overflow: auto;
|
|
32
|
+
}
|
|
33
|
+
.ant-drawer.drawer_wrapper .ant-drawer-header {
|
|
34
|
+
padding: 0 24px;
|
|
35
|
+
}
|
|
36
|
+
.ant-drawer.drawer_wrapper .ant-drawer-body {
|
|
37
|
+
position: relative;
|
|
38
|
+
flex: 1;
|
|
39
|
+
padding: 0 24px;
|
|
40
|
+
}
|
|
41
|
+
.ant-modal-wrap.plugin_modal {
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-flow: column;
|
|
44
|
+
justify-content: flex-end;
|
|
45
|
+
}
|
|
46
|
+
.ant-modal-wrap.plugin_modal .ant-modal {
|
|
47
|
+
left: 56px;
|
|
48
|
+
top: 0;
|
|
49
|
+
margin: 0 0 8px 8px;
|
|
50
|
+
padding: 0;
|
|
51
|
+
}
|
|
52
|
+
.ant-modal-wrap.lm_modal_confirm .anticon {
|
|
53
|
+
margin-top: -1px;
|
|
54
|
+
margin-right: 8px;
|
|
55
|
+
}
|
|
56
|
+
.ant-modal-wrap.lm_modal_confirm .ant-modal-body {
|
|
57
|
+
padding: 16px 24px;
|
|
58
|
+
}
|
|
59
|
+
.ant-popover.pop_img .ant-popover-inner-content {
|
|
60
|
+
line-height: 1;
|
|
61
|
+
padding: var(--gap);
|
|
62
|
+
}
|
|
File without changes
|
package/package.json
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "linkmore-design",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"author": {
|
|
5
|
+
"name": "nowthen",
|
|
6
|
+
"email": "rnlvwyx@gmail.com"
|
|
7
|
+
},
|
|
8
|
+
"main": "lib/index.js",
|
|
9
|
+
"module": "es/index.js",
|
|
10
|
+
"unpkg": "dist/index.umd.min.js",
|
|
11
|
+
"files": [
|
|
12
|
+
"es",
|
|
13
|
+
"lib",
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"description": "π πlmη»δ»ΆεΊγπ",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"react-web-pro",
|
|
19
|
+
"react",
|
|
20
|
+
"mobx",
|
|
21
|
+
"webpack4",
|
|
22
|
+
"react-template",
|
|
23
|
+
"nowthen"
|
|
24
|
+
],
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"scripts": {
|
|
27
|
+
"prettier": "prettier --write src/**/*.{js,jsx,tsx,ts,less,md,json}",
|
|
28
|
+
"lint:style": "stylelint src/**/*.less --syntax less",
|
|
29
|
+
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
30
|
+
"lint:fix": "yarn lint:js --fix",
|
|
31
|
+
"build": "node_modules/.bin/father build",
|
|
32
|
+
"prepare": "husky install",
|
|
33
|
+
"dumi": "dumi dev",
|
|
34
|
+
"dumi:build": "dumi build"
|
|
35
|
+
},
|
|
36
|
+
"lint-staged": {
|
|
37
|
+
"gitDir": "../",
|
|
38
|
+
"src/**/*.{less,md,json}": [
|
|
39
|
+
"prettier"
|
|
40
|
+
],
|
|
41
|
+
"src/**/*.{js,jsx,ts,tsx}": [
|
|
42
|
+
"prettier",
|
|
43
|
+
"yarn run lint:js"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@ant-design/compatible": "^1.0.8",
|
|
48
|
+
"@ant-design/icons": "^4.3.0",
|
|
49
|
+
"@ant-design/pro-table": "^2.58.1",
|
|
50
|
+
"@babel/runtime": "^7.17.9",
|
|
51
|
+
"axios": "^0.21.0",
|
|
52
|
+
"classnames": "^2.3.1",
|
|
53
|
+
"dayjs": "^1.9.7",
|
|
54
|
+
"lodash": "^4.17.21",
|
|
55
|
+
"react-cookies": "^0.1.1",
|
|
56
|
+
"react-query": "^3.34.15",
|
|
57
|
+
"react-resizable": "^3.0.4",
|
|
58
|
+
"react-virtual": "^2.10.4",
|
|
59
|
+
"react-virtualized-auto-sizer": "^1.0.6",
|
|
60
|
+
"react-window": "^1.8.6"
|
|
61
|
+
},
|
|
62
|
+
"peerDependencies": {
|
|
63
|
+
"antd": "^4.17.0-alpha.7",
|
|
64
|
+
"react": "^17.0.1",
|
|
65
|
+
"react-dom": "^17.0.1"
|
|
66
|
+
},
|
|
67
|
+
"browserslist": [
|
|
68
|
+
"> 1%",
|
|
69
|
+
"last 2 versions",
|
|
70
|
+
"not ie <= 10"
|
|
71
|
+
],
|
|
72
|
+
"engines": {
|
|
73
|
+
"node": ">=10.0.0"
|
|
74
|
+
},
|
|
75
|
+
"devDependencies": {
|
|
76
|
+
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
77
|
+
"@commitlint/cli": "^11.0.0",
|
|
78
|
+
"@commitlint/config-conventional": "^11.0.0",
|
|
79
|
+
"autoprefixer": "^9.0.0",
|
|
80
|
+
"babel-eslint": "^10.1.0",
|
|
81
|
+
"babel-plugin-import": "^1.13.3",
|
|
82
|
+
"dumi": "^1.1.40",
|
|
83
|
+
"eslint": "^7.15.0",
|
|
84
|
+
"eslint-config-airbnb": "^18.2.1",
|
|
85
|
+
"eslint-config-prettier": "^7.0.0",
|
|
86
|
+
"eslint-friendly-formatter": "^4.0.1",
|
|
87
|
+
"eslint-import-resolver-webpack": "^0.13.2",
|
|
88
|
+
"eslint-plugin-babel": "^5.3.1",
|
|
89
|
+
"eslint-plugin-import": "^2.22.1",
|
|
90
|
+
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
91
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
92
|
+
"eslint-plugin-react": "^7.21.5",
|
|
93
|
+
"eslint-plugin-react-hooks": "^4.2.0",
|
|
94
|
+
"husky": "^7.0.4",
|
|
95
|
+
"lint-staged": "^10.5.3",
|
|
96
|
+
"prettier": "^2.2.1",
|
|
97
|
+
"stylelint": "^13.8.0",
|
|
98
|
+
"stylelint-config-prettier": "^8.0.2",
|
|
99
|
+
"stylelint-config-standard": "^20.0.0",
|
|
100
|
+
"father": "^2.30.17"
|
|
101
|
+
}
|
|
102
|
+
}
|