@yzsf2e/render-core 1.0.2-alpha.228 → 1.0.2-alpha.229
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/render-core.mjs +6 -4
- package/dist/render-core.umd.js +18 -18
- package/package.json +1 -1
package/dist/render-core.mjs
CHANGED
|
@@ -5,10 +5,10 @@ import { CloseOutlined as Vu, ShrinkOutlined as qu, ArrowsAltOutlined as Wu, Hol
|
|
|
5
5
|
import { useI18n as qa } from "vue-i18n";
|
|
6
6
|
import { useRouter as Ju } from "vue-router";
|
|
7
7
|
/*!
|
|
8
|
-
* @yzsf2e/render-core v1.0.2-alpha.
|
|
8
|
+
* @yzsf2e/render-core v1.0.2-alpha.229 Wed Nov 19 2025 17:13:21 GMT+0800 (中国标准时间)
|
|
9
9
|
* (c) 2023 @yzsf2e.
|
|
10
10
|
*/
|
|
11
|
-
const Qu = "@yzsf2e/render-core", tc = "1.0.2-alpha.
|
|
11
|
+
const Qu = "@yzsf2e/render-core", tc = "1.0.2-alpha.229", ec = "dist/render-core", rc = "dist/render-core", nc = [
|
|
12
12
|
"dist"
|
|
13
13
|
], ic = {
|
|
14
14
|
dev: "storybook dev -p 6006",
|
|
@@ -7233,7 +7233,9 @@ const Hv = "Enter", Vv = 13, vs = "FuzzySelect", ki = "QuerySelect", qv = "Input
|
|
|
7233
7233
|
otherProps: i
|
|
7234
7234
|
} = c.value;
|
|
7235
7235
|
function o(j = {}) {
|
|
7236
|
-
if (["
|
|
7236
|
+
if (["FuzzySelect"].includes(c.value.type) && j.dropdownMatchSelectWidth !== !1 && (j.dropdownMatchSelectWidth = !1, j.dropdownStyle = {
|
|
7237
|
+
maxWidth: "400px"
|
|
7238
|
+
}), ["RangePicker"].includes(c.value.type) && (g.value = "yzs-range-picker", j.class = g), ["DatePicker", "RangePicker"].includes(c.value.type) && j && !j.format && (!j.picker || j.picker == "date") && (j.format = "YY-MM-DD"), ["Select"].includes(c.value.type) && j && j.mode === "multiple" && (j.maxTagCount || (j.maxTagCount = "responsive", j.maxTagTextLength = j.maxTagTextLength || 8)), !j || !j.style || Object.prototype.toString.call(j.style) === "[object Object]")
|
|
7237
7239
|
return j;
|
|
7238
7240
|
const {
|
|
7239
7241
|
style: F,
|
|
@@ -7361,7 +7363,7 @@ const bu = /* @__PURE__ */ Se({
|
|
|
7361
7363
|
...(c = t.value.otherProps) == null ? void 0 : c.selectProps,
|
|
7362
7364
|
size: "small"
|
|
7363
7365
|
};
|
|
7364
|
-
return ["YzsEnumFuzzyCustomSelect", "YzsEnumCustomSelect"].includes(t.value.type) && g.dropdownMatchSelectWidth !== !1 && (g.dropdownMatchSelectWidth = !1, g.dropdownStyle = {
|
|
7366
|
+
return ["YzsEnumFuzzyCustomSelect", "YzsEnumCustomSelect", "YzsEnumFuzzySelect"].includes(t.value.type) && g.dropdownMatchSelectWidth !== !1 && (g.dropdownMatchSelectWidth = !1, g.dropdownStyle = {
|
|
7365
7367
|
maxWidth: "400px"
|
|
7366
7368
|
}), g.mode === "multiple" && (g.maxTagCount || (g.maxTagCount = "responsive", g.maxTagTextLength = g.maxTagTextLength || 8)), () => b ? er(b, {
|
|
7367
7369
|
...t.value.otherProps,
|