luyoumin-ui 0.0.56 → 0.0.57
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/{charts-data-BkxXBS4W.js → charts-data-Efhsb3Am.js} +1 -1
- package/dist/components/LymButton.vue.d.ts +1 -1
- package/dist/components/LymCheckBox.vue.d.ts +1 -1
- package/dist/components/LymDrawer.vue.d.ts +1 -1
- package/dist/components/LymSelect.vue.d.ts +1 -1
- package/dist/components/tabs/LymTabPane.vue.d.ts +2 -2
- package/dist/components/tabs/LymTabs.vue.d.ts +3 -3
- package/dist/components/tree/LymTreeSelect.vue.d.ts +1 -1
- package/dist/{index-CVqNNnSs.js → index-CPEqSdp4.js} +7 -6
- package/dist/luyoumin-ui.es.js +1 -1
- package/dist/luyoumin-ui.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value2) => {
|
|
|
4
4
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value2);
|
|
5
5
|
return value2;
|
|
6
6
|
};
|
|
7
|
-
import { e as each, f as formatTime, m as modifyHSL, p as parseDate, a as format, r as round, c as clipRectByRect, b as addCommas, l as lift, d as linearMap } from "./index-
|
|
7
|
+
import { e as each, f as formatTime, m as modifyHSL, p as parseDate, a as format, r as round, c as clipRectByRect, b as addCommas, l as lift, d as linearMap } from "./index-CPEqSdp4.js";
|
|
8
8
|
const rawData = [
|
|
9
9
|
["Income", "Life Expectancy", "Population", "Country", "Year"],
|
|
10
10
|
[815, 34.05, 351014, "Australia", 1800],
|
|
@@ -142,11 +142,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
142
142
|
circle: boolean;
|
|
143
143
|
fontSize: string;
|
|
144
144
|
fontWeight: string;
|
|
145
|
+
disabled: boolean;
|
|
145
146
|
padding: string;
|
|
146
147
|
borderRadius: string;
|
|
147
148
|
circlePadding: string;
|
|
148
149
|
plain: boolean;
|
|
149
|
-
disabled: boolean;
|
|
150
150
|
icon: string;
|
|
151
151
|
iconSize: string | number;
|
|
152
152
|
loading: boolean;
|
|
@@ -110,10 +110,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
110
110
|
}, {
|
|
111
111
|
title: string;
|
|
112
112
|
modelValue: boolean;
|
|
113
|
+
size: string;
|
|
113
114
|
padding: string;
|
|
114
115
|
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
115
116
|
zIndex: number;
|
|
116
|
-
size: string;
|
|
117
117
|
isTitleCenter: boolean;
|
|
118
118
|
isFooterCenter: boolean;
|
|
119
119
|
canCloseByClickCover: boolean;
|
|
@@ -245,8 +245,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
245
245
|
}, {
|
|
246
246
|
modelValue: string | any[];
|
|
247
247
|
fontSize: string | number;
|
|
248
|
-
padding: string;
|
|
249
248
|
disabled: boolean;
|
|
249
|
+
padding: string;
|
|
250
250
|
width: string | number;
|
|
251
251
|
clearable: boolean;
|
|
252
252
|
options: any[];
|
|
@@ -46,9 +46,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
46
46
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
47
47
|
}, {
|
|
48
48
|
label: string;
|
|
49
|
-
disabled: boolean;
|
|
50
|
-
identifier: string | number;
|
|
51
49
|
closable: boolean;
|
|
50
|
+
identifier: string | number;
|
|
51
|
+
disabled: boolean;
|
|
52
52
|
lazy: boolean;
|
|
53
53
|
}, {}>, {
|
|
54
54
|
default?(_: {}): any;
|
|
@@ -160,13 +160,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
160
160
|
color: string;
|
|
161
161
|
modelValue: string | number;
|
|
162
162
|
type: "" | "card" | "border-card";
|
|
163
|
-
fontSize: string | number;
|
|
164
|
-
fontWeight: string;
|
|
165
|
-
closable: boolean;
|
|
166
163
|
tabPosition: "left" | "right" | "bottom" | "top";
|
|
164
|
+
closable: boolean;
|
|
167
165
|
editable: boolean;
|
|
168
166
|
addable: boolean;
|
|
169
167
|
stretch: boolean;
|
|
168
|
+
fontSize: string | number;
|
|
169
|
+
fontWeight: string;
|
|
170
170
|
activeColor: string;
|
|
171
171
|
headerLineColor: string;
|
|
172
172
|
headerActiveLineColor: string;
|
|
@@ -221,8 +221,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
221
221
|
}, {
|
|
222
222
|
modelValue: string | any[];
|
|
223
223
|
fontSize: string | number;
|
|
224
|
-
padding: string;
|
|
225
224
|
disabled: boolean;
|
|
225
|
+
padding: string;
|
|
226
226
|
width: string | number;
|
|
227
227
|
clearable: boolean;
|
|
228
228
|
options: any[];
|
|
@@ -341,7 +341,8 @@ function isArray$2(obj) {
|
|
|
341
341
|
const _sfc_main$r = {};
|
|
342
342
|
const _hoisted_1$i = {
|
|
343
343
|
width: "0",
|
|
344
|
-
height: "0"
|
|
344
|
+
height: "0",
|
|
345
|
+
style: { "position": "fixed", "top": "-10000px", "left": "-10000px" }
|
|
345
346
|
};
|
|
346
347
|
const _hoisted_2$9 = /* @__PURE__ */ createElementVNode("defs", null, [
|
|
347
348
|
/* @__PURE__ */ createElementVNode("symbol", {
|
|
@@ -1613,7 +1614,7 @@ const __vite_glob_0_18 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
1613
1614
|
__proto__: null,
|
|
1614
1615
|
default: SvgIcons
|
|
1615
1616
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1616
|
-
const _withScopeId$5 = (n) => (pushScopeId("data-v-
|
|
1617
|
+
const _withScopeId$5 = (n) => (pushScopeId("data-v-71d9a3e2"), n = n(), popScopeId(), n);
|
|
1617
1618
|
const _hoisted_1$h = ["src"];
|
|
1618
1619
|
const _hoisted_2$8 = ["fill"];
|
|
1619
1620
|
const _hoisted_3$8 = ["href"];
|
|
@@ -1968,12 +1969,12 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
1968
1969
|
])
|
|
1969
1970
|
])
|
|
1970
1971
|
])) : createCommentVNode("", true),
|
|
1971
|
-
createVNode$1(SvgIcons
|
|
1972
|
+
createVNode$1(SvgIcons)
|
|
1972
1973
|
], 36);
|
|
1973
1974
|
};
|
|
1974
1975
|
}
|
|
1975
1976
|
});
|
|
1976
|
-
const GenericImg = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-
|
|
1977
|
+
const GenericImg = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-71d9a3e2"]]);
|
|
1977
1978
|
const __vite_glob_0_17 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1978
1979
|
__proto__: null,
|
|
1979
1980
|
default: GenericImg
|
|
@@ -80800,7 +80801,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
80800
80801
|
}
|
|
80801
80802
|
});
|
|
80802
80803
|
async function getCahrtData() {
|
|
80803
|
-
const asd = await import("./charts-data-
|
|
80804
|
+
const asd = await import("./charts-data-Efhsb3Am.js");
|
|
80804
80805
|
chartSamples.value = asd.default.chartSamples;
|
|
80805
80806
|
}
|
|
80806
80807
|
function changeTheme(type) {
|
|
@@ -81771,7 +81772,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
81771
81772
|
};
|
|
81772
81773
|
}
|
|
81773
81774
|
});
|
|
81774
|
-
const LymTabs = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
81775
|
+
const LymTabs = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-666949e4"]]);
|
|
81775
81776
|
const __vite_glob_0_23 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
81776
81777
|
__proto__: null,
|
|
81777
81778
|
default: LymTabs
|
package/dist/luyoumin-ui.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G, v, L, t, g, _, h, q, i, u, j, o, k, n, y, z, x, s, D, C, w, A, B, E } from "./index-
|
|
1
|
+
import { G, v, L, t, g, _, h, q, i, u, j, o, k, n, y, z, x, s, D, C, w, A, B, E } from "./index-CPEqSdp4.js";
|
|
2
2
|
export {
|
|
3
3
|
G as GenericImg,
|
|
4
4
|
v as LymBubbleContainer,
|