3h1-ui 3.0.0-next.30 → 3.0.0-next.32
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 +4 -1
- package/es/style.css +12 -0
- package/lib/index.js +4 -1
- package/lib/style.css +12 -0
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -8088,7 +8088,7 @@ const _sfc_main$1l = defineComponent({
|
|
|
8088
8088
|
const minRealHeightRef = ref(0);
|
|
8089
8089
|
let maxHeightEnum;
|
|
8090
8090
|
((maxHeightEnum2) => {
|
|
8091
|
-
maxHeightEnum2[maxHeightEnum2["small"] =
|
|
8091
|
+
maxHeightEnum2[maxHeightEnum2["small"] = 510] = "small";
|
|
8092
8092
|
maxHeightEnum2[maxHeightEnum2["default"] = 600] = "default";
|
|
8093
8093
|
maxHeightEnum2[maxHeightEnum2["large"] = 700] = "large";
|
|
8094
8094
|
})(maxHeightEnum || (maxHeightEnum = {}));
|
|
@@ -33075,6 +33075,9 @@ const ShyForm = /* @__PURE__ */ defineComponent({
|
|
|
33075
33075
|
"formModel": formModel,
|
|
33076
33076
|
"setFormModel": setFormModel,
|
|
33077
33077
|
"onClearCurrValidate": clearCurrValidate,
|
|
33078
|
+
"class": {
|
|
33079
|
+
[`${prefixCls2}-table-form-item`]: isTableForm.value
|
|
33080
|
+
},
|
|
33078
33081
|
"style": {
|
|
33079
33082
|
[`--col-span`]: `${((_a2 = schema.colProps) == null ? void 0 : _a2.span) / (ROW_SLICE + ACTION_COL) * 100}%`
|
|
33080
33083
|
}
|
package/es/style.css
CHANGED
|
@@ -8235,6 +8235,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8235
8235
|
}.shy-ant-form {
|
|
8236
8236
|
display: flex;
|
|
8237
8237
|
justify-content: space-between;
|
|
8238
|
+
padding-top: 1px;
|
|
8238
8239
|
}
|
|
8239
8240
|
.shy-ant-form :is(.ant-input-number) {
|
|
8240
8241
|
width: 100%;
|
|
@@ -8272,8 +8273,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8272
8273
|
}
|
|
8273
8274
|
.shy-ant-form-content-col > .ant-row > .ant-col {
|
|
8274
8275
|
flex: var(--col-span);
|
|
8276
|
+
width: var(--col-span);
|
|
8275
8277
|
max-width: var(--col-span);
|
|
8276
8278
|
}
|
|
8279
|
+
@media (width > 1920px) {
|
|
8280
|
+
.shy-ant-form-content-col > .ant-row > .shy-ant-form-table-form-item:has(.ant-picker) {
|
|
8281
|
+
flex: var(--col-span);
|
|
8282
|
+
max-width: 410px;
|
|
8283
|
+
}
|
|
8284
|
+
.shy-ant-form-content-col > .ant-row > .shy-ant-form-table-form-item:not(:has(.ant-picker)) {
|
|
8285
|
+
flex: var(--col-span);
|
|
8286
|
+
max-width: 273px;
|
|
8287
|
+
}
|
|
8288
|
+
}
|
|
8277
8289
|
.shy-ant-form-action {
|
|
8278
8290
|
width: 100%;
|
|
8279
8291
|
display: flex;
|
package/lib/index.js
CHANGED
|
@@ -8112,7 +8112,7 @@ const _sfc_main$1l = vue.defineComponent({
|
|
|
8112
8112
|
const minRealHeightRef = vue.ref(0);
|
|
8113
8113
|
let maxHeightEnum;
|
|
8114
8114
|
((maxHeightEnum2) => {
|
|
8115
|
-
maxHeightEnum2[maxHeightEnum2["small"] =
|
|
8115
|
+
maxHeightEnum2[maxHeightEnum2["small"] = 510] = "small";
|
|
8116
8116
|
maxHeightEnum2[maxHeightEnum2["default"] = 600] = "default";
|
|
8117
8117
|
maxHeightEnum2[maxHeightEnum2["large"] = 700] = "large";
|
|
8118
8118
|
})(maxHeightEnum || (maxHeightEnum = {}));
|
|
@@ -33099,6 +33099,9 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
|
|
|
33099
33099
|
"formModel": formModel,
|
|
33100
33100
|
"setFormModel": setFormModel,
|
|
33101
33101
|
"onClearCurrValidate": clearCurrValidate,
|
|
33102
|
+
"class": {
|
|
33103
|
+
[`${prefixCls2}-table-form-item`]: isTableForm.value
|
|
33104
|
+
},
|
|
33102
33105
|
"style": {
|
|
33103
33106
|
[`--col-span`]: `${((_a2 = schema.colProps) == null ? void 0 : _a2.span) / (ROW_SLICE + ACTION_COL) * 100}%`
|
|
33104
33107
|
}
|
package/lib/style.css
CHANGED
|
@@ -8235,6 +8235,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8235
8235
|
}.shy-ant-form {
|
|
8236
8236
|
display: flex;
|
|
8237
8237
|
justify-content: space-between;
|
|
8238
|
+
padding-top: 1px;
|
|
8238
8239
|
}
|
|
8239
8240
|
.shy-ant-form :is(.ant-input-number) {
|
|
8240
8241
|
width: 100%;
|
|
@@ -8272,8 +8273,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8272
8273
|
}
|
|
8273
8274
|
.shy-ant-form-content-col > .ant-row > .ant-col {
|
|
8274
8275
|
flex: var(--col-span);
|
|
8276
|
+
width: var(--col-span);
|
|
8275
8277
|
max-width: var(--col-span);
|
|
8276
8278
|
}
|
|
8279
|
+
@media (width > 1920px) {
|
|
8280
|
+
.shy-ant-form-content-col > .ant-row > .shy-ant-form-table-form-item:has(.ant-picker) {
|
|
8281
|
+
flex: var(--col-span);
|
|
8282
|
+
max-width: 410px;
|
|
8283
|
+
}
|
|
8284
|
+
.shy-ant-form-content-col > .ant-row > .shy-ant-form-table-form-item:not(:has(.ant-picker)) {
|
|
8285
|
+
flex: var(--col-span);
|
|
8286
|
+
max-width: 273px;
|
|
8287
|
+
}
|
|
8288
|
+
}
|
|
8277
8289
|
.shy-ant-form-action {
|
|
8278
8290
|
width: 100%;
|
|
8279
8291
|
display: flex;
|