3h1-ui 3.0.0-next.5 → 3.0.0-next.6
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/es/index.js +10 -10
- package/es/style.css +30 -20
- package/lib/index.js +10 -10
- package/lib/style.css +30 -20
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -25900,7 +25900,7 @@ const styles = `.vue-colorful {
|
|
|
25900
25900
|
border-color: transparent;
|
|
25901
25901
|
border-bottom: 12px solid #000;
|
|
25902
25902
|
border-radius: 8px 8px 0 0;
|
|
25903
|
-
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
|
|
25903
|
+
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),\r
|
|
25904
25904
|
linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
|
|
25905
25905
|
}
|
|
25906
25906
|
.vue-colorful__pointer-fill, .vue-colorful__alpha-gradient {
|
|
@@ -25921,15 +25921,15 @@ const styles = `.vue-colorful {
|
|
|
25921
25921
|
height: 24px;
|
|
25922
25922
|
}
|
|
25923
25923
|
.vue-colorful__hue {
|
|
25924
|
-
background: linear-gradient(
|
|
25925
|
-
to right
|
|
25926
|
-
#f00 0
|
|
25927
|
-
#ff0 17
|
|
25928
|
-
#0f0 33
|
|
25929
|
-
#0ff 50
|
|
25930
|
-
#00f 67
|
|
25931
|
-
#f0f 83
|
|
25932
|
-
#f00 100
|
|
25924
|
+
background: linear-gradient(\r
|
|
25925
|
+
to right,\r
|
|
25926
|
+
#f00 0%,\r
|
|
25927
|
+
#ff0 17%,\r
|
|
25928
|
+
#0f0 33%,\r
|
|
25929
|
+
#0ff 50%,\r
|
|
25930
|
+
#00f 67%,\r
|
|
25931
|
+
#f0f 83%,\r
|
|
25932
|
+
#f00 100%\r
|
|
25933
25933
|
);
|
|
25934
25934
|
}
|
|
25935
25935
|
.vue-colorful__last-control {
|
package/es/style.css
CHANGED
|
@@ -1058,6 +1058,25 @@ span.iconify {
|
|
|
1058
1058
|
.ant-modal .ant-modal-body > .scrollbar {
|
|
1059
1059
|
padding: 14px;
|
|
1060
1060
|
}
|
|
1061
|
+
.ant-modal-content {
|
|
1062
|
+
padding: 0 !important;
|
|
1063
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
1064
|
+
}
|
|
1065
|
+
.ant-modal-close {
|
|
1066
|
+
top: unset !important;
|
|
1067
|
+
width: unset !important;
|
|
1068
|
+
height: unset !important;
|
|
1069
|
+
font-weight: normal;
|
|
1070
|
+
outline: none;
|
|
1071
|
+
}
|
|
1072
|
+
.ant-modal-close:hover, .ant-modal-close:active {
|
|
1073
|
+
background: unset !important;
|
|
1074
|
+
}
|
|
1075
|
+
.ant-modal-close-x .shy-basic-modal-close {
|
|
1076
|
+
justify-content: flex-end;
|
|
1077
|
+
height: 56px;
|
|
1078
|
+
line-height: 56px;
|
|
1079
|
+
}
|
|
1061
1080
|
.ant-modal-title {
|
|
1062
1081
|
font-size: 16px;
|
|
1063
1082
|
font-weight: bold;
|
|
@@ -1080,24 +1099,15 @@ span.iconify {
|
|
|
1080
1099
|
.ant-modal-header {
|
|
1081
1100
|
padding: 16px;
|
|
1082
1101
|
}
|
|
1083
|
-
.ant-modal-content {
|
|
1084
|
-
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
1085
|
-
}
|
|
1086
1102
|
.ant-modal-footer {
|
|
1087
|
-
|
|
1103
|
+
border-radius: unset !important;
|
|
1088
1104
|
}
|
|
1089
1105
|
.ant-modal-footer button + button {
|
|
1090
1106
|
margin-left: 10px;
|
|
1091
1107
|
}
|
|
1092
|
-
.ant-modal-close {
|
|
1093
|
-
font-weight: normal;
|
|
1094
|
-
outline: none;
|
|
1095
|
-
}
|
|
1096
1108
|
.ant-modal-close-x {
|
|
1097
1109
|
display: inline-block;
|
|
1098
1110
|
width: 96px !important;
|
|
1099
|
-
height: 56px;
|
|
1100
|
-
line-height: 56px;
|
|
1101
1111
|
}
|
|
1102
1112
|
.ant-modal-confirm-body .ant-modal-confirm-content > * {
|
|
1103
1113
|
color: #909399;
|
|
@@ -8077,7 +8087,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8077
8087
|
border-color: transparent;
|
|
8078
8088
|
border-bottom: 12px solid #000;
|
|
8079
8089
|
border-radius: 8px 8px 0 0;
|
|
8080
|
-
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
|
|
8090
|
+
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
|
|
8081
8091
|
linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
|
|
8082
8092
|
}
|
|
8083
8093
|
.vue-colorful__pointer-fill, .vue-colorful__alpha-gradient {
|
|
@@ -8098,15 +8108,15 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8098
8108
|
height: 24px;
|
|
8099
8109
|
}
|
|
8100
8110
|
.vue-colorful__hue {
|
|
8101
|
-
background: linear-gradient(
|
|
8102
|
-
to right,
|
|
8103
|
-
#f00 0%,
|
|
8104
|
-
#ff0 17%,
|
|
8105
|
-
#0f0 33%,
|
|
8106
|
-
#0ff 50%,
|
|
8107
|
-
#00f 67%,
|
|
8108
|
-
#f0f 83%,
|
|
8109
|
-
#f00 100%
|
|
8111
|
+
background: linear-gradient(
|
|
8112
|
+
to right,
|
|
8113
|
+
#f00 0%,
|
|
8114
|
+
#ff0 17%,
|
|
8115
|
+
#0f0 33%,
|
|
8116
|
+
#0ff 50%,
|
|
8117
|
+
#00f 67%,
|
|
8118
|
+
#f0f 83%,
|
|
8119
|
+
#f00 100%
|
|
8110
8120
|
);
|
|
8111
8121
|
}
|
|
8112
8122
|
.vue-colorful__last-control {
|
package/lib/index.js
CHANGED
|
@@ -25924,7 +25924,7 @@ const styles = `.vue-colorful {
|
|
|
25924
25924
|
border-color: transparent;
|
|
25925
25925
|
border-bottom: 12px solid #000;
|
|
25926
25926
|
border-radius: 8px 8px 0 0;
|
|
25927
|
-
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
|
|
25927
|
+
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),\r
|
|
25928
25928
|
linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
|
|
25929
25929
|
}
|
|
25930
25930
|
.vue-colorful__pointer-fill, .vue-colorful__alpha-gradient {
|
|
@@ -25945,15 +25945,15 @@ const styles = `.vue-colorful {
|
|
|
25945
25945
|
height: 24px;
|
|
25946
25946
|
}
|
|
25947
25947
|
.vue-colorful__hue {
|
|
25948
|
-
background: linear-gradient(
|
|
25949
|
-
to right
|
|
25950
|
-
#f00 0
|
|
25951
|
-
#ff0 17
|
|
25952
|
-
#0f0 33
|
|
25953
|
-
#0ff 50
|
|
25954
|
-
#00f 67
|
|
25955
|
-
#f0f 83
|
|
25956
|
-
#f00 100
|
|
25948
|
+
background: linear-gradient(\r
|
|
25949
|
+
to right,\r
|
|
25950
|
+
#f00 0%,\r
|
|
25951
|
+
#ff0 17%,\r
|
|
25952
|
+
#0f0 33%,\r
|
|
25953
|
+
#0ff 50%,\r
|
|
25954
|
+
#00f 67%,\r
|
|
25955
|
+
#f0f 83%,\r
|
|
25956
|
+
#f00 100%\r
|
|
25957
25957
|
);
|
|
25958
25958
|
}
|
|
25959
25959
|
.vue-colorful__last-control {
|
package/lib/style.css
CHANGED
|
@@ -1058,6 +1058,25 @@ span.iconify {
|
|
|
1058
1058
|
.ant-modal .ant-modal-body > .scrollbar {
|
|
1059
1059
|
padding: 14px;
|
|
1060
1060
|
}
|
|
1061
|
+
.ant-modal-content {
|
|
1062
|
+
padding: 0 !important;
|
|
1063
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
1064
|
+
}
|
|
1065
|
+
.ant-modal-close {
|
|
1066
|
+
top: unset !important;
|
|
1067
|
+
width: unset !important;
|
|
1068
|
+
height: unset !important;
|
|
1069
|
+
font-weight: normal;
|
|
1070
|
+
outline: none;
|
|
1071
|
+
}
|
|
1072
|
+
.ant-modal-close:hover, .ant-modal-close:active {
|
|
1073
|
+
background: unset !important;
|
|
1074
|
+
}
|
|
1075
|
+
.ant-modal-close-x .shy-basic-modal-close {
|
|
1076
|
+
justify-content: flex-end;
|
|
1077
|
+
height: 56px;
|
|
1078
|
+
line-height: 56px;
|
|
1079
|
+
}
|
|
1061
1080
|
.ant-modal-title {
|
|
1062
1081
|
font-size: 16px;
|
|
1063
1082
|
font-weight: bold;
|
|
@@ -1080,24 +1099,15 @@ span.iconify {
|
|
|
1080
1099
|
.ant-modal-header {
|
|
1081
1100
|
padding: 16px;
|
|
1082
1101
|
}
|
|
1083
|
-
.ant-modal-content {
|
|
1084
|
-
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
1085
|
-
}
|
|
1086
1102
|
.ant-modal-footer {
|
|
1087
|
-
|
|
1103
|
+
border-radius: unset !important;
|
|
1088
1104
|
}
|
|
1089
1105
|
.ant-modal-footer button + button {
|
|
1090
1106
|
margin-left: 10px;
|
|
1091
1107
|
}
|
|
1092
|
-
.ant-modal-close {
|
|
1093
|
-
font-weight: normal;
|
|
1094
|
-
outline: none;
|
|
1095
|
-
}
|
|
1096
1108
|
.ant-modal-close-x {
|
|
1097
1109
|
display: inline-block;
|
|
1098
1110
|
width: 96px !important;
|
|
1099
|
-
height: 56px;
|
|
1100
|
-
line-height: 56px;
|
|
1101
1111
|
}
|
|
1102
1112
|
.ant-modal-confirm-body .ant-modal-confirm-content > * {
|
|
1103
1113
|
color: #909399;
|
|
@@ -8077,7 +8087,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8077
8087
|
border-color: transparent;
|
|
8078
8088
|
border-bottom: 12px solid #000;
|
|
8079
8089
|
border-radius: 8px 8px 0 0;
|
|
8080
|
-
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
|
|
8090
|
+
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
|
|
8081
8091
|
linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
|
|
8082
8092
|
}
|
|
8083
8093
|
.vue-colorful__pointer-fill, .vue-colorful__alpha-gradient {
|
|
@@ -8098,15 +8108,15 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8098
8108
|
height: 24px;
|
|
8099
8109
|
}
|
|
8100
8110
|
.vue-colorful__hue {
|
|
8101
|
-
background: linear-gradient(
|
|
8102
|
-
to right,
|
|
8103
|
-
#f00 0%,
|
|
8104
|
-
#ff0 17%,
|
|
8105
|
-
#0f0 33%,
|
|
8106
|
-
#0ff 50%,
|
|
8107
|
-
#00f 67%,
|
|
8108
|
-
#f0f 83%,
|
|
8109
|
-
#f00 100%
|
|
8111
|
+
background: linear-gradient(
|
|
8112
|
+
to right,
|
|
8113
|
+
#f00 0%,
|
|
8114
|
+
#ff0 17%,
|
|
8115
|
+
#0f0 33%,
|
|
8116
|
+
#0ff 50%,
|
|
8117
|
+
#00f 67%,
|
|
8118
|
+
#f0f 83%,
|
|
8119
|
+
#f00 100%
|
|
8110
8120
|
);
|
|
8111
8121
|
}
|
|
8112
8122
|
.vue-colorful__last-control {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
32
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
33
|
-
"@shy-plugins/
|
|
34
|
-
"@shy-plugins/
|
|
33
|
+
"@shy-plugins/utils": "1.0.0-next.1",
|
|
34
|
+
"@shy-plugins/use": "1.0.0-next.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|