luyoumin-ui 0.0.14 → 0.0.16
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/{src/components → components}/JsonExportExcel.vue.d.ts +1 -1
- package/dist/{src/components → components}/LymButton.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymCheckBox.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymCheckBoxGroup.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymColorPicker.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymDialog.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymDrawer.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymInput.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymLink.vue.d.ts +2 -2
- package/dist/{src/components → components}/cascader/LymCascader.vue.d.ts +2 -2
- package/dist/{src/components → components}/generic-img/GenericImg.vue.d.ts +1 -1
- package/dist/components/generic-img/SvgIcons.vue.d.ts +2 -0
- package/dist/index.d.ts +8 -0
- package/dist/luyoumin-ui.es.js +2 -1
- package/dist/luyoumin-ui.es.js.gz +0 -0
- package/dist/luyoumin-ui.es.js.map +1 -1
- package/dist/luyoumin-ui.umd.js +2 -2
- package/dist/luyoumin-ui.umd.js.gz +0 -0
- package/dist/luyoumin-ui.umd.js.map +1 -1
- package/package.json +5 -18
- package/dist/src/components/generic-img/SvgIcons.vue.d.ts +0 -2
- package/dist/src/index.d.ts +0 -9
- package/dist/vite.config.d.ts +0 -5
- /package/dist/{src/main.d.ts → main.d.ts} +0 -0
- /package/dist/{src/utils → utils}/array_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/canvas_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/color_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/date_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/dom_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/event_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/file_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/img_deal.d.ts +0 -0
- /package/dist/{src/utils → utils}/number_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/object_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/string_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/url_utils.d.ts +0 -0
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
11
|
type: ObjectConstructor;
|
|
12
12
|
default: () => void;
|
|
13
13
|
};
|
|
14
|
-
}, {}, unknown, {}, {}, import(
|
|
14
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15
15
|
title: {
|
|
16
16
|
type: StringConstructor;
|
|
17
17
|
default: () => string;
|
|
@@ -63,10 +63,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
63
63
|
type: StringConstructor;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
|
-
}, {}, unknown, {}, {}, import(
|
|
66
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
67
|
"update:modelValue": (val: any) => void;
|
|
68
68
|
click: () => void;
|
|
69
|
-
}, string, import(
|
|
69
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
70
70
|
type: {
|
|
71
71
|
type: StringConstructor;
|
|
72
72
|
default: string;
|
|
@@ -38,10 +38,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
38
38
|
};
|
|
39
39
|
}, {
|
|
40
40
|
setCheck: typeof setCheck;
|
|
41
|
-
}, unknown, {}, {}, import(
|
|
41
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
42
42
|
"update:modelValue": (val: any) => void;
|
|
43
43
|
"update:disabled": (val: any) => void;
|
|
44
|
-
}, string, import(
|
|
44
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
45
45
|
modelValue: {
|
|
46
46
|
type: BooleanConstructor;
|
|
47
47
|
default: boolean;
|
|
@@ -20,10 +20,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
20
20
|
type: NumberConstructor;
|
|
21
21
|
default: number;
|
|
22
22
|
};
|
|
23
|
-
}, {}, unknown, {}, {}, import(
|
|
23
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
24
|
"update:modelValue": (val: any) => void;
|
|
25
25
|
change: (val: any) => void;
|
|
26
|
-
}, string, import(
|
|
26
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
27
|
modelValue: {
|
|
28
28
|
type: {
|
|
29
29
|
(arrayLength: number): any[];
|
|
@@ -24,9 +24,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
24
24
|
};
|
|
25
25
|
default(): never[];
|
|
26
26
|
};
|
|
27
|
-
}, {}, unknown, {}, {}, import(
|
|
27
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
28
|
"update:modelValue": (val: any) => void;
|
|
29
|
-
}, string, import(
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
30
|
modelValue: {
|
|
31
31
|
type: StringConstructor;
|
|
32
32
|
default: string;
|
|
@@ -52,10 +52,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
52
52
|
type: BooleanConstructor;
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
|
-
}, {}, unknown, {}, {}, import(
|
|
55
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
56
|
"update:modelValue": (val: any) => void;
|
|
57
57
|
close: () => void;
|
|
58
|
-
}, string, import(
|
|
58
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
59
59
|
modelValue: {
|
|
60
60
|
type: BooleanConstructor;
|
|
61
61
|
default: boolean;
|
|
@@ -48,11 +48,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
48
48
|
type: FunctionConstructor;
|
|
49
49
|
default: null;
|
|
50
50
|
};
|
|
51
|
-
}, {}, unknown, {}, {}, import(
|
|
51
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
52
52
|
"update:modelValue": (val: any) => void;
|
|
53
53
|
close: () => void;
|
|
54
54
|
beforeClose: (val: any) => void;
|
|
55
|
-
}, string, import(
|
|
55
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
56
56
|
modelValue: {
|
|
57
57
|
type: BooleanConstructor;
|
|
58
58
|
default: boolean;
|
|
@@ -75,9 +75,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
75
75
|
type: NumberConstructor;
|
|
76
76
|
default: number;
|
|
77
77
|
};
|
|
78
|
-
}, {}, unknown, {}, {}, import(
|
|
78
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
79
79
|
"update:modelValue": (val: any) => void;
|
|
80
|
-
}, string, import(
|
|
80
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
81
81
|
modelValue: {
|
|
82
82
|
type: StringConstructor;
|
|
83
83
|
default: string;
|
|
@@ -39,9 +39,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
39
39
|
type: StringConstructor;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
42
|
-
}, {}, unknown, {}, {}, import(
|
|
42
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
43
|
"update:modelValue": (val: any) => void;
|
|
44
|
-
}, string, import(
|
|
44
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
45
45
|
href: {
|
|
46
46
|
type: StringConstructor;
|
|
47
47
|
default: string;
|
|
@@ -3,9 +3,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
|
-
}, {}, unknown, {}, {}, import(
|
|
6
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (val: any) => void;
|
|
8
|
-
}, string, import(
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
9
|
modelValue: {
|
|
10
10
|
type: BooleanConstructor;
|
|
11
11
|
default: boolean;
|
|
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
43
43
|
type: BooleanConstructor;
|
|
44
44
|
default: boolean;
|
|
45
45
|
};
|
|
46
|
-
}, {}, unknown, {}, {}, import(
|
|
46
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
47
47
|
src: {
|
|
48
48
|
type: StringConstructor;
|
|
49
49
|
default: string;
|
package/dist/index.d.ts
ADDED
package/dist/luyoumin-ui.es.js
CHANGED
|
@@ -3116,7 +3116,7 @@ const E1 = /* @__PURE__ */ D(A3, [["render", k3]]), L3 = /* @__PURE__ */ Object.
|
|
|
3116
3116
|
}, Symbol.toStringTag, { value: "Module" })), L2 = {
|
|
3117
3117
|
install(t) {
|
|
3118
3118
|
var l;
|
|
3119
|
-
const o = /* @__PURE__ */ Object.assign({ "
|
|
3119
|
+
const o = /* @__PURE__ */ Object.assign({ "./components/JsonExportExcel.vue": W1, "./components/LymButton.vue": Y1, "./components/LymCheckBox.vue": J1, "./components/LymCheckBoxGroup.vue": t3, "./components/LymColorPicker.vue": x3, "./components/LymDialog.vue": c2, "./components/LymDrawer.vue": n2, "./components/LymInput.vue": z2, "./components/LymLink.vue": w2, "./components/cascader/LymCascader.vue": S2, "./components/generic-img/GenericImg.vue": l2, "./components/generic-img/SvgIcons.vue": L3 });
|
|
3120
3120
|
for (const c in o) {
|
|
3121
3121
|
const a = o[c], i = (l = c.split("/").pop()) == null ? void 0 : l.replace(/\.\w+$/, "");
|
|
3122
3122
|
i && t.component(i, a.default);
|
|
@@ -3124,6 +3124,7 @@ const E1 = /* @__PURE__ */ D(A3, [["render", k3]]), L3 = /* @__PURE__ */ Object.
|
|
|
3124
3124
|
}
|
|
3125
3125
|
};
|
|
3126
3126
|
export {
|
|
3127
|
+
z1 as LymButton,
|
|
3127
3128
|
L2 as default
|
|
3128
3129
|
};
|
|
3129
3130
|
//# sourceMappingURL=luyoumin-ui.es.js.map
|
|
Binary file
|