3h1-ui 3.0.0-next.70 → 3.0.0-next.71
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 +3 -3
- package/es/style.css +18 -15
- package/lib/index.js +3 -3
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -39724,7 +39724,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39724
39724
|
return openBlock(), createBlock(unref(TimelineItem), { key: index2 }, {
|
|
39725
39725
|
dot: withCtx(() => [
|
|
39726
39726
|
createElementVNode("div", {
|
|
39727
|
-
class: normalizeClass(["process-dot", { ["process-dot-
|
|
39727
|
+
class: normalizeClass(["process-dot", { ["process-dot-first"]: +index2 === 0 }])
|
|
39728
39728
|
}, null, 2)
|
|
39729
39729
|
]),
|
|
39730
39730
|
default: withCtx(() => [
|
|
@@ -39750,8 +39750,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39750
39750
|
};
|
|
39751
39751
|
}
|
|
39752
39752
|
});
|
|
39753
|
-
const
|
|
39754
|
-
const Process = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
39753
|
+
const Process_vue_vue_type_style_index_0_scoped_0a03ee4b_lang = "";
|
|
39754
|
+
const Process = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0a03ee4b"]]);
|
|
39755
39755
|
export {
|
|
39756
39756
|
_sfc_main$T as AdvancedSearch,
|
|
39757
39757
|
ApiCascader$1 as ApiCascader,
|
package/es/style.css
CHANGED
|
@@ -1016,6 +1016,9 @@ input:focus.ant-input {
|
|
|
1016
1016
|
.ant-btn-dashed.ant-btn-dashed:hover, .ant-btn-dashed.ant-btn-dashed:active, .ant-btn-dashed.ant-btn-dashed:focus {
|
|
1017
1017
|
color: var(--gray-0);
|
|
1018
1018
|
background-color: var(--primary-5);
|
|
1019
|
+
}
|
|
1020
|
+
.ant-popconfirm-buttons {
|
|
1021
|
+
display: flex;
|
|
1019
1022
|
}.shy-strength-meter-bar[data-v-c8d77eaa] {
|
|
1020
1023
|
position: relative;
|
|
1021
1024
|
margin: 10px auto 6px;
|
|
@@ -8338,7 +8341,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8338
8341
|
}.shy-ant-form {
|
|
8339
8342
|
display: flex;
|
|
8340
8343
|
justify-content: space-between;
|
|
8341
|
-
padding
|
|
8344
|
+
padding: 1px;
|
|
8342
8345
|
}
|
|
8343
8346
|
.shy-ant-form :is(.ant-input-number) {
|
|
8344
8347
|
width: 100%;
|
|
@@ -9030,7 +9033,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9030
9033
|
}
|
|
9031
9034
|
.shy-container-footer-cancel-right {
|
|
9032
9035
|
flex-direction: row-reverse;
|
|
9033
|
-
}.process-wrapper[data-v-
|
|
9036
|
+
}.process-wrapper[data-v-0a03ee4b] {
|
|
9034
9037
|
position: relative;
|
|
9035
9038
|
display: flex;
|
|
9036
9039
|
flex-direction: column;
|
|
@@ -9046,39 +9049,39 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9046
9049
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
9047
9050
|
z-index: 100;
|
|
9048
9051
|
}
|
|
9049
|
-
.process-wrapper .process-header[data-v-
|
|
9052
|
+
.process-wrapper .process-header[data-v-0a03ee4b] {
|
|
9050
9053
|
font-family: PingFangSC, PingFang SC;
|
|
9051
9054
|
font-weight: 500;
|
|
9052
9055
|
color: #1b1f24;
|
|
9053
9056
|
text-align: left;
|
|
9054
9057
|
font-style: normal;
|
|
9055
9058
|
}
|
|
9056
|
-
.process-wrapper .process-body[data-v-
|
|
9059
|
+
.process-wrapper .process-body[data-v-0a03ee4b] {
|
|
9057
9060
|
padding-top: 4px;
|
|
9058
9061
|
padding-left: 10px;
|
|
9059
9062
|
overflow-y: auto;
|
|
9060
9063
|
}
|
|
9061
|
-
.process-wrapper .process-body[data-v-
|
|
9064
|
+
.process-wrapper .process-body[data-v-0a03ee4b]::-webkit-scrollbar {
|
|
9062
9065
|
position: absolute;
|
|
9063
9066
|
height: 10px;
|
|
9064
9067
|
width: 10px;
|
|
9065
9068
|
}
|
|
9066
|
-
.process-wrapper .process-body[data-v-
|
|
9069
|
+
.process-wrapper .process-body[data-v-0a03ee4b]::-webkit-scrollbar-thumb {
|
|
9067
9070
|
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
9068
9071
|
border: solid 2px transparent;
|
|
9069
9072
|
background-color: transparent;
|
|
9070
9073
|
border-radius: 10px;
|
|
9071
9074
|
}
|
|
9072
|
-
.process-wrapper .process-body[data-v-
|
|
9075
|
+
.process-wrapper .process-body[data-v-0a03ee4b]::-webkit-scrollbar-thumb:active, .process-wrapper .process-body[data-v-0a03ee4b]::-webkit-scrollbar-thumb:hover {
|
|
9073
9076
|
box-shadow: inset 0 0 10px 10px var(--gray-3);
|
|
9074
9077
|
background-color: transparent;
|
|
9075
9078
|
}
|
|
9076
|
-
.process-wrapper .process-body[data-v-
|
|
9079
|
+
.process-wrapper .process-body[data-v-0a03ee4b]::-webkit-scrollbar-track {
|
|
9077
9080
|
border-radius: 10px;
|
|
9078
9081
|
border: solid 2px transparent;
|
|
9079
9082
|
background: transparent;
|
|
9080
9083
|
}
|
|
9081
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9084
|
+
.process-wrapper .process-body .process-item[data-v-0a03ee4b] {
|
|
9082
9085
|
font-family: PingFangSC, PingFang SC;
|
|
9083
9086
|
font-weight: 400;
|
|
9084
9087
|
font-size: 12px;
|
|
@@ -9088,21 +9091,21 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9088
9091
|
font-style: normal;
|
|
9089
9092
|
padding: 2px 0;
|
|
9090
9093
|
}
|
|
9091
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9094
|
+
.process-wrapper .process-body .process-item[data-v-0a03ee4b]:nth-child(1) {
|
|
9092
9095
|
padding: 3px 0;
|
|
9093
9096
|
font-size: 14px;
|
|
9094
9097
|
}
|
|
9095
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
9098
|
+
.process-wrapper .process-body .process-item[data-v-0a03ee4b]:nth-last-child(1) {
|
|
9096
9099
|
font-family: unset;
|
|
9097
9100
|
color: var(--gray-4);
|
|
9098
9101
|
}
|
|
9099
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9102
|
+
.process-wrapper .process-body .process-dot[data-v-0a03ee4b] {
|
|
9100
9103
|
width: 12px;
|
|
9101
9104
|
height: 12px;
|
|
9102
9105
|
border-radius: 12px;
|
|
9103
9106
|
border: 1px solid var(--gray-3);
|
|
9104
9107
|
}
|
|
9105
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
9108
|
+
.process-wrapper .process-body .process-dot[data-v-0a03ee4b]::before {
|
|
9106
9109
|
content: '';
|
|
9107
9110
|
width: 6px;
|
|
9108
9111
|
height: 6px;
|
|
@@ -9113,9 +9116,9 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
9113
9116
|
left: 50%;
|
|
9114
9117
|
transform: translate(-50%, -50%);
|
|
9115
9118
|
}
|
|
9116
|
-
.process-wrapper .process-body .process-dot-
|
|
9119
|
+
.process-wrapper .process-body .process-dot-first[data-v-0a03ee4b] {
|
|
9117
9120
|
border: 1px solid var(--primary-5);
|
|
9118
9121
|
}
|
|
9119
|
-
.process-wrapper .process-body .process-dot-
|
|
9122
|
+
.process-wrapper .process-body .process-dot-first[data-v-0a03ee4b]::before {
|
|
9120
9123
|
background: var(--primary-5);
|
|
9121
9124
|
}
|
package/lib/index.js
CHANGED
|
@@ -39748,7 +39748,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
39748
39748
|
return vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.TimelineItem), { key: index2 }, {
|
|
39749
39749
|
dot: vue.withCtx(() => [
|
|
39750
39750
|
vue.createElementVNode("div", {
|
|
39751
|
-
class: vue.normalizeClass(["process-dot", { ["process-dot-
|
|
39751
|
+
class: vue.normalizeClass(["process-dot", { ["process-dot-first"]: +index2 === 0 }])
|
|
39752
39752
|
}, null, 2)
|
|
39753
39753
|
]),
|
|
39754
39754
|
default: vue.withCtx(() => [
|
|
@@ -39774,8 +39774,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
39774
39774
|
};
|
|
39775
39775
|
}
|
|
39776
39776
|
});
|
|
39777
|
-
const
|
|
39778
|
-
const Process = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
39777
|
+
const Process_vue_vue_type_style_index_0_scoped_0a03ee4b_lang = "";
|
|
39778
|
+
const Process = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0a03ee4b"]]);
|
|
39779
39779
|
exports.AdvancedSearch = _sfc_main$T;
|
|
39780
39780
|
exports.ApiCascader = ApiCascader$1;
|
|
39781
39781
|
exports.ApiModalSelect = ApiModalSelect$1;
|
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.71",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"vue-json-pretty": "^2.2.3",
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
|
-
"@shy-plugins/use": "1.0.1-next.1",
|
|
33
32
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
34
|
-
"@shy-plugins/utils": "1.0.0-next.1"
|
|
33
|
+
"@shy-plugins/utils": "1.0.0-next.1",
|
|
34
|
+
"@shy-plugins/use": "1.0.1-next.1"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|