ls-pro-common 1.1.2 → 1.1.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.
- package/dist/common.css +1 -2
- package/dist/common.js +1 -1
- package/dist/common.js.LICENSE.txt +9 -0
- package/dist/common.min.css +1 -2
- package/dist/common.min.js +1 -1
- package/dist/common.min.js.LICENSE.txt +9 -0
- package/es/components/Permission.d.ts +6 -0
- package/es/components/Permission.js +10 -0
- package/es/hooks/useDtl/index.d.ts +2 -2
- package/es/hooks/useDtl/index.js +26 -20
- package/es/hooks/useSingle/index.d.ts +3 -3
- package/es/hooks/useSingle/index.js +31 -25
- package/es/http/index.js +18 -12
- package/es/index.d.ts +4 -2
- package/es/index.js +2 -1
- package/es/utils/index.d.ts +9 -22
- package/es/utils/index.js +52 -71
- package/lib/components/Permission.d.ts +6 -0
- package/lib/components/Permission.js +18 -0
- package/lib/hooks/useDtl/index.d.ts +2 -2
- package/lib/hooks/useDtl/index.js +26 -20
- package/lib/hooks/useSingle/index.d.ts +3 -3
- package/lib/hooks/useSingle/index.js +31 -25
- package/lib/http/index.js +18 -12
- package/lib/index.d.ts +4 -2
- package/lib/index.js +7 -0
- package/lib/utils/index.d.ts +9 -22
- package/lib/utils/index.js +73 -82
- package/package.json +2 -2
|
@@ -21,6 +21,15 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
21
21
|
|
|
22
22
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
23
23
|
|
|
24
|
+
/**
|
|
25
|
+
* @license
|
|
26
|
+
* Lodash <https://lodash.com/>
|
|
27
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
28
|
+
* Released under MIT license <https://lodash.com/license>
|
|
29
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
30
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
31
|
+
*/
|
|
32
|
+
|
|
24
33
|
/** @license React v16.13.1
|
|
25
34
|
* react-is.production.min.js
|
|
26
35
|
*
|
package/dist/common.min.css
CHANGED
|
@@ -529,7 +529,6 @@ a:hover {
|
|
|
529
529
|
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th,
|
|
530
530
|
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td {
|
|
531
531
|
padding: 7px 5px;
|
|
532
|
-
font-size: 12px;
|
|
533
532
|
}
|
|
534
533
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:first-child,
|
|
535
534
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:first-child,
|
|
@@ -2560,7 +2559,6 @@ html {
|
|
|
2560
2559
|
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th,
|
|
2561
2560
|
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td {
|
|
2562
2561
|
padding: 7px 5px;
|
|
2563
|
-
font-size: 12px;
|
|
2564
2562
|
}
|
|
2565
2563
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:first-child,
|
|
2566
2564
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:first-child,
|
|
@@ -2817,6 +2815,7 @@ html {
|
|
|
2817
2815
|
|
|
2818
2816
|
.ant-pro-table-list-toolbar {
|
|
2819
2817
|
line-height: 1;
|
|
2818
|
+
min-height: 44px;
|
|
2820
2819
|
}
|
|
2821
2820
|
.ant-pro-table-list-toolbar-container {
|
|
2822
2821
|
display: flex;
|