@yzsf2e/render-core 1.0.2-alpha.178 → 1.0.2-alpha.179
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 +3 -3
- package/dist/render-core.umd.js +3 -3
- package/package.json +1 -1
package/dist/render-core.mjs
CHANGED
|
@@ -5,10 +5,10 @@ import { CloseOutlined as Fu, ShrinkOutlined as Lu, ArrowsAltOutlined as $u, Hol
|
|
|
5
5
|
import { useI18n as Ua } from "vue-i18n";
|
|
6
6
|
import { useRouter as Wu } from "vue-router";
|
|
7
7
|
/*!
|
|
8
|
-
* @yzsf2e/render-core v1.0.2-alpha.
|
|
8
|
+
* @yzsf2e/render-core v1.0.2-alpha.179 Tue Jul 08 2025 10:27:10 GMT+0800 (中国标准时间)
|
|
9
9
|
* (c) 2023 @yzsf2e.
|
|
10
10
|
*/
|
|
11
|
-
const Ku = "@yzsf2e/render-core", Xu = "1.0.2-alpha.
|
|
11
|
+
const Ku = "@yzsf2e/render-core", Xu = "1.0.2-alpha.179", Yu = "dist/render-core", Gu = "dist/render-core", Zu = [
|
|
12
12
|
"dist"
|
|
13
13
|
], Ju = {
|
|
14
14
|
dev: "storybook dev -p 6006",
|
|
@@ -6806,7 +6806,7 @@ const [wv] = er("input-range"), _v = {
|
|
|
6806
6806
|
otherProps: i
|
|
6807
6807
|
} = u.value;
|
|
6808
6808
|
function s(I = {}) {
|
|
6809
|
-
if (["RangePicker"].includes(u.value.type) && (g.value = "yzs-range-picker", I.class = g), ["DatePicker", "RangePicker"].includes(u.value.type) && I && !I.format && (I.format = "YY-MM-DD"), ["Select"].includes(u.value.type) && I && I.mode === "multiple" && (I.maxTagCount || (I.maxTagCount = "responsive", I.maxTagTextLength = I.maxTagTextLength || 8)), !I || !I.style || Object.prototype.toString.call(I.style) === "[object Object]")
|
|
6809
|
+
if (["RangePicker"].includes(u.value.type) && (g.value = "yzs-range-picker", I.class = g), ["DatePicker", "RangePicker"].includes(u.value.type) && I && !I.format && (!I.picker || I.picker == "date") && (I.format = "YY-MM-DD"), ["Select"].includes(u.value.type) && I && I.mode === "multiple" && (I.maxTagCount || (I.maxTagCount = "responsive", I.maxTagTextLength = I.maxTagTextLength || 8)), !I || !I.style || Object.prototype.toString.call(I.style) === "[object Object]")
|
|
6810
6810
|
return I;
|
|
6811
6811
|
const {
|
|
6812
6812
|
style: D,
|