@jiaozhiye/qm-design-react 1.7.0 → 1.7.2
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.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +5 -6
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/hooks/useImperativeMethod.d.ts +1 -0
- package/lib/table/src/hooks/useTableRef.d.ts +3 -0
- package/lib/table/src/table/types.d.ts +1 -1
- package/lib/tabs/src/tabs.d.ts +1 -0
- package/package.json +2 -2
package/lib/style/index.css
CHANGED
|
@@ -28025,13 +28025,13 @@ table {
|
|
|
28025
28025
|
* @Last Modified time: 2022-04-16 09:25:12
|
|
28026
28026
|
*/
|
|
28027
28027
|
/*!
|
|
28028
|
-
* Cropper.js v1.5.
|
|
28028
|
+
* Cropper.js v1.5.12
|
|
28029
28029
|
* https://fengyuanchen.github.io/cropperjs
|
|
28030
28030
|
*
|
|
28031
28031
|
* Copyright 2015-present Chen Fengyuan
|
|
28032
28032
|
* Released under the MIT license
|
|
28033
28033
|
*
|
|
28034
|
-
* Date:
|
|
28034
|
+
* Date: 2021-06-12T08:00:11.623Z
|
|
28035
28035
|
*/
|
|
28036
28036
|
.cropper-container {
|
|
28037
28037
|
direction: ltr;
|
|
@@ -28044,7 +28044,6 @@ table {
|
|
|
28044
28044
|
user-select: none;
|
|
28045
28045
|
}
|
|
28046
28046
|
.cropper-container img {
|
|
28047
|
-
backface-visibility: hidden;
|
|
28048
28047
|
display: block;
|
|
28049
28048
|
height: 100%;
|
|
28050
28049
|
image-orientation: 0deg;
|
|
@@ -28119,7 +28118,7 @@ table {
|
|
|
28119
28118
|
.cropper-center::before,
|
|
28120
28119
|
.cropper-center::after {
|
|
28121
28120
|
background-color: #eee;
|
|
28122
|
-
content:
|
|
28121
|
+
content: ' ';
|
|
28123
28122
|
display: block;
|
|
28124
28123
|
position: absolute;
|
|
28125
28124
|
}
|
|
@@ -28251,7 +28250,7 @@ table {
|
|
|
28251
28250
|
.cropper-point.point-se::before {
|
|
28252
28251
|
background-color: #39f;
|
|
28253
28252
|
bottom: -50%;
|
|
28254
|
-
content:
|
|
28253
|
+
content: ' ';
|
|
28255
28254
|
display: block;
|
|
28256
28255
|
height: 200%;
|
|
28257
28256
|
opacity: 0;
|
|
@@ -28263,7 +28262,7 @@ table {
|
|
|
28263
28262
|
opacity: 0;
|
|
28264
28263
|
}
|
|
28265
28264
|
.cropper-bg {
|
|
28266
|
-
background-image: url(
|
|
28265
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
|
|
28267
28266
|
}
|
|
28268
28267
|
.cropper-hide {
|
|
28269
28268
|
display: block;
|