luyoumin-ui 0.0.69 → 0.0.72
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/components/LymBadge.vue.d.ts +1 -1
- package/dist/components/LymBubbleContainer.vue.d.ts +1 -1
- package/dist/components/LymButton.vue.d.ts +4 -4
- package/dist/components/LymCarousel.vue.d.ts +1 -1
- package/dist/components/LymCheckBox.vue.d.ts +1 -1
- package/dist/components/LymCheckBoxGroup.vue.d.ts +1 -1
- package/dist/components/LymDialog.vue.d.ts +3 -3
- package/dist/components/LymDrawer.vue.d.ts +3 -3
- package/dist/components/LymFormItem.vue.d.ts +1 -1
- package/dist/components/LymInput.vue.d.ts +4 -4
- package/dist/components/LymLink.vue.d.ts +3 -3
- package/dist/components/LymPagination.vue.d.ts +2 -2
- package/dist/components/LymProgress.vue.d.ts +1 -1
- package/dist/components/LymRate.vue.d.ts +2 -2
- package/dist/components/LymSelect.vue.d.ts +6 -6
- package/dist/components/LymSlider.vue.d.ts +2 -2
- package/dist/components/LymSteps.vue.d.ts +2 -2
- package/dist/components/LymSwitch.vue.d.ts +1 -1
- package/dist/components/LymTag.vue.d.ts +2 -2
- package/dist/components/cascader/LymCascader.vue.d.ts +2 -2
- package/dist/components/collapse/LymCollapseItem.vue.d.ts +1 -1
- package/dist/components/date/LymTimePicker.vue.d.ts +1 -1
- package/dist/components/generic-img/LymGenericImg.vue.d.ts +10 -6
- package/dist/components/loading/LymLoading.vue.d.ts +2 -2
- package/dist/components/notification/LymNotification.vue.d.ts +1 -1
- package/dist/components/table/LymTable.vue.d.ts +9 -9
- package/dist/components/table/LymTableColumn.vue.d.ts +3 -3
- package/dist/components/tabs/LymTabPane.vue.d.ts +1 -1
- package/dist/components/tabs/LymTabs.vue.d.ts +3 -3
- package/dist/components/tree/LymTree.vue.d.ts +3 -3
- package/dist/components/tree/LymTreeNode.vue.d.ts +3 -3
- package/dist/components/tree/LymTreeSelect.vue.d.ts +7 -7
- package/dist/luyoumin-ui.es.js +14 -12
- package/dist/luyoumin-ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/string_utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/luyoumin-ui.es.js
CHANGED
|
@@ -1805,7 +1805,7 @@ const __vite_glob_0_34 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
1805
1805
|
__proto__: null,
|
|
1806
1806
|
default: LymSvgIcons
|
|
1807
1807
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1808
|
-
const _withScopeId$5 = (n) => (pushScopeId("data-v-
|
|
1808
|
+
const _withScopeId$5 = (n) => (pushScopeId("data-v-21993e67"), n = n(), popScopeId(), n);
|
|
1809
1809
|
const _hoisted_1$u = ["src"];
|
|
1810
1810
|
const _hoisted_2$c = ["fill"];
|
|
1811
1811
|
const _hoisted_3$c = ["href"];
|
|
@@ -1939,8 +1939,10 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
1939
1939
|
default: false
|
|
1940
1940
|
}
|
|
1941
1941
|
},
|
|
1942
|
-
|
|
1942
|
+
emits: ["error"],
|
|
1943
|
+
setup(__props, { emit: __emit }) {
|
|
1943
1944
|
const props = __props;
|
|
1945
|
+
const emit = __emit;
|
|
1944
1946
|
const isLoadFailed = ref(false);
|
|
1945
1947
|
const isLoading = ref(false);
|
|
1946
1948
|
const hideLoading2 = ref(true);
|
|
@@ -2016,6 +2018,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
2016
2018
|
hideLoading2.value = true;
|
|
2017
2019
|
setTimeout(() => {
|
|
2018
2020
|
isLoading.value = false;
|
|
2021
|
+
emit("error");
|
|
2019
2022
|
}, 300);
|
|
2020
2023
|
}
|
|
2021
2024
|
function handleLoadedImg() {
|
|
@@ -2116,7 +2119,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
2116
2119
|
key: 0,
|
|
2117
2120
|
href: __props.hoverUrl,
|
|
2118
2121
|
rel: "external nofollow",
|
|
2119
|
-
class: normalizeClass([
|
|
2122
|
+
class: normalizeClass([__props.hoverUrl.replace("#", "")])
|
|
2120
2123
|
}, null, 10, _hoisted_3$c)) : (openBlock(), createElementBlock("use", {
|
|
2121
2124
|
key: 1,
|
|
2122
2125
|
href: imgUrl.value,
|
|
@@ -2200,7 +2203,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
2200
2203
|
};
|
|
2201
2204
|
}
|
|
2202
2205
|
});
|
|
2203
|
-
const LymGenericImg = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-
|
|
2206
|
+
const LymGenericImg = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-21993e67"]]);
|
|
2204
2207
|
const __vite_glob_0_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2205
2208
|
__proto__: null,
|
|
2206
2209
|
default: LymGenericImg
|
|
@@ -5312,13 +5315,14 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
5312
5315
|
__props.showPassword ? (openBlock(), createElementBlock("div", _hoisted_7$3, [
|
|
5313
5316
|
createVNode(LymGenericImg, {
|
|
5314
5317
|
src: isShowPassword.value ? "password-hide" : "password-show",
|
|
5318
|
+
"hover-url": isShowPassword.value ? "#password-hide" : "#password-show",
|
|
5315
5319
|
type: "svgicon",
|
|
5316
5320
|
"fill-color": "#a8abb2",
|
|
5317
5321
|
"hover-color": "#909399",
|
|
5318
5322
|
size: "16",
|
|
5319
5323
|
"need-change-hover-cusor": "",
|
|
5320
5324
|
onClick: _cache2[2] || (_cache2[2] = ($event) => isShowPassword.value = !isShowPassword.value)
|
|
5321
|
-
}, null, 8, ["src"])
|
|
5325
|
+
}, null, 8, ["src", "hover-url"])
|
|
5322
5326
|
])) : createCommentVNode("", true),
|
|
5323
5327
|
__props.suffixIcon ? (openBlock(), createElementBlock("div", _hoisted_8$3, [
|
|
5324
5328
|
createVNode(LymGenericImg, {
|
|
@@ -5340,7 +5344,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
5340
5344
|
};
|
|
5341
5345
|
}
|
|
5342
5346
|
});
|
|
5343
|
-
const LymInput = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-
|
|
5347
|
+
const LymInput = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-2776b363"]]);
|
|
5344
5348
|
const __vite_glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5345
5349
|
__proto__: null,
|
|
5346
5350
|
default: LymInput
|
|
@@ -5942,7 +5946,7 @@ const __vite_glob_0_27 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
5942
5946
|
__proto__: null,
|
|
5943
5947
|
default: LymCascader
|
|
5944
5948
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5945
|
-
const _withScopeId$3 = (n) => (pushScopeId("data-v-
|
|
5949
|
+
const _withScopeId$3 = (n) => (pushScopeId("data-v-9e51ab42"), n = n(), popScopeId(), n);
|
|
5946
5950
|
const _hoisted_1$k = { class: "lym-select__wrapper lym-flex-cb no-select" };
|
|
5947
5951
|
const _hoisted_2$6 = { style: { "flex": "1" } };
|
|
5948
5952
|
const _hoisted_3$6 = { class: "lym-flex-c lym-select__multiple-item" };
|
|
@@ -6247,10 +6251,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
6247
6251
|
});
|
|
6248
6252
|
}
|
|
6249
6253
|
function setDropdownBoxPoints(x, y) {
|
|
6250
|
-
console.log("lymSelectRef.value----", lymSelectRef.value.offsetLeft, lymSelectRef.value.offsetTop);
|
|
6251
6254
|
dropdownBoxPoints.value.x = x + lymSelectRef.value.offsetLeft;
|
|
6252
6255
|
dropdownBoxPoints.value.y = y + lymSelectRef.value.offsetTop + lymSelectRef.value.offsetHeight + 15;
|
|
6253
|
-
console.log("dropdownBoxPoints.value----", dropdownBoxPoints.value);
|
|
6254
6256
|
}
|
|
6255
6257
|
function onMouseEnter(e) {
|
|
6256
6258
|
const targetDom = e.target;
|
|
@@ -6747,7 +6749,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
6747
6749
|
};
|
|
6748
6750
|
}
|
|
6749
6751
|
});
|
|
6750
|
-
const LymSelect = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-
|
|
6752
|
+
const LymSelect = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-9e51ab42"]]);
|
|
6751
6753
|
const __vite_glob_0_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6752
6754
|
__proto__: null,
|
|
6753
6755
|
default: LymSelect
|
|
@@ -9543,7 +9545,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
9543
9545
|
const closeTimeout = ref(null);
|
|
9544
9546
|
const baseTop2 = ref(0);
|
|
9545
9547
|
const typeResources = {
|
|
9546
|
-
"success": { color: "#67c23a", icon: "success-
|
|
9548
|
+
"success": { color: "#67c23a", icon: "success-line" },
|
|
9547
9549
|
"warning": { color: "#e6a23c", icon: "warning-icon" },
|
|
9548
9550
|
"danger": { color: "#f56c6c", icon: "error-icon" },
|
|
9549
9551
|
"default": { color: "#909399", icon: "message-icon" }
|
|
@@ -9645,7 +9647,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
9645
9647
|
};
|
|
9646
9648
|
}
|
|
9647
9649
|
});
|
|
9648
|
-
const LymNotification$1 = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
9650
|
+
const LymNotification$1 = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-48e86de8"]]);
|
|
9649
9651
|
const __vite_glob_0_36 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9650
9652
|
__proto__: null,
|
|
9651
9653
|
default: LymNotification$1
|