luyoumin-ui 0.0.25 → 0.0.26
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/App.vue.d.ts +2 -0
- package/dist/components/JsonExportExcel.vue.d.ts +32 -0
- package/dist/components/LymButton.vue.d.ts +4 -4
- package/dist/components/LymCheckBox.vue.d.ts +5 -5
- package/dist/components/LymCheckBoxGroup.vue.d.ts +3 -3
- package/dist/components/LymColorPicker.vue.d.ts +3 -3
- package/dist/components/LymDialog.vue.d.ts +5 -5
- package/dist/components/LymDrawer.vue.d.ts +5 -5
- package/dist/components/LymInput.vue.d.ts +4 -4
- package/dist/components/LymLink.vue.d.ts +3 -3
- package/dist/components/cascader/LymCascader.vue.d.ts +18 -0
- package/dist/components/generic-img/GenericImg.vue.d.ts +4 -4
- package/dist/components/generic-img/SvgIcons.vue.d.ts +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/luyoumin-ui.es.js +3124 -13
- package/dist/luyoumin-ui.umd.js +2 -2
- package/dist/main.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/GenericImg-55quQbPk.js +0 -1496
- package/dist/LymButton-DU4qDUmJ.js +0 -159
- package/dist/LymCheckBox-XW4CPCov.js +0 -123
- package/dist/LymCheckBoxGroup-BnCYHvZ1.js +0 -62
- package/dist/LymColorPicker-D-yCYhvh.js +0 -482
- package/dist/LymDialog-DTkCmEx0.js +0 -154
- package/dist/LymDrawer-B0QVtDFw.js +0 -169
- package/dist/LymInput-B-aaz_FY.js +0 -297
- package/dist/LymLink-B7RWNnOk.js +0 -117
- package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
- package/dist/dom_utils-CRnuoTwD.js +0 -33
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: () => string;
|
|
5
|
+
};
|
|
6
|
+
jsonData: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
default: () => never[];
|
|
9
|
+
};
|
|
10
|
+
fields: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => void;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
title: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: () => string;
|
|
18
|
+
};
|
|
19
|
+
jsonData: {
|
|
20
|
+
type: ArrayConstructor;
|
|
21
|
+
default: () => never[];
|
|
22
|
+
};
|
|
23
|
+
fields: {
|
|
24
|
+
type: ObjectConstructor;
|
|
25
|
+
default: () => void;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
28
|
+
title: string;
|
|
29
|
+
jsonData: unknown[];
|
|
30
|
+
fields: Record<string, any>;
|
|
31
|
+
}, {}>;
|
|
32
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
type: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
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;
|
|
@@ -136,12 +136,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
136
136
|
onClick?: (() => any) | undefined;
|
|
137
137
|
}, {
|
|
138
138
|
type: string;
|
|
139
|
-
circle: boolean;
|
|
140
139
|
fontSize: string;
|
|
141
140
|
fontWeight: string;
|
|
142
141
|
padding: string;
|
|
143
142
|
borderRadius: string;
|
|
144
143
|
round: boolean;
|
|
144
|
+
circle: boolean;
|
|
145
145
|
circlePadding: string;
|
|
146
146
|
plain: boolean;
|
|
147
147
|
disabled: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function setCheck(checkList: Array<any>): void;
|
|
2
|
-
declare const _default: import(
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
type: BooleanConstructor;
|
|
5
5
|
default: boolean;
|
|
@@ -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;
|
|
@@ -82,10 +82,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
82
82
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
83
83
|
"onUpdate:disabled"?: ((val: any) => any) | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
modelValue: boolean;
|
|
86
|
-
label: string;
|
|
87
85
|
disabled: boolean;
|
|
86
|
+
label: string;
|
|
88
87
|
size: number;
|
|
88
|
+
modelValue: boolean;
|
|
89
89
|
labelSpace: string;
|
|
90
90
|
labelFontSize: string;
|
|
91
91
|
isCircle: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: {
|
|
4
4
|
(arrayLength: number): any[];
|
|
@@ -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[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -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;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function closeDialog(): void;
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
type: BooleanConstructor;
|
|
5
5
|
default: boolean;
|
|
@@ -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;
|
|
@@ -112,9 +112,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
112
112
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
113
113
|
onClose?: (() => any) | undefined;
|
|
114
114
|
}, {
|
|
115
|
-
modelValue: boolean;
|
|
116
|
-
title: string;
|
|
117
115
|
padding: string;
|
|
116
|
+
title: string;
|
|
117
|
+
modelValue: boolean;
|
|
118
118
|
width: string;
|
|
119
119
|
top: string;
|
|
120
120
|
zIndex: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function beforeClose(): void;
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
type: BooleanConstructor;
|
|
5
5
|
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;
|
|
@@ -106,10 +106,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
106
106
|
onClose?: (() => any) | undefined;
|
|
107
107
|
onBeforeClose?: ((val: any) => any) | undefined;
|
|
108
108
|
}, {
|
|
109
|
-
modelValue: boolean;
|
|
110
|
-
title: string;
|
|
111
109
|
padding: string;
|
|
110
|
+
title: string;
|
|
112
111
|
size: string;
|
|
112
|
+
modelValue: boolean;
|
|
113
113
|
zIndex: number;
|
|
114
114
|
isTitleCenter: boolean;
|
|
115
115
|
isFooterCenter: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -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;
|
|
@@ -157,9 +157,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
157
157
|
}>> & {
|
|
158
158
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
159
159
|
}, {
|
|
160
|
-
modelValue: string;
|
|
161
160
|
type: string;
|
|
162
161
|
disabled: boolean;
|
|
162
|
+
modelValue: string;
|
|
163
163
|
width: string | number;
|
|
164
164
|
max: number;
|
|
165
165
|
min: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
href: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
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;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (val: any) => void;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
}>> & {
|
|
14
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
modelValue: boolean;
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
src: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
size: {
|
|
11
|
-
type: (
|
|
11
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
fillColor: {
|
|
@@ -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;
|
|
@@ -53,7 +53,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
53
53
|
default: string;
|
|
54
54
|
};
|
|
55
55
|
size: {
|
|
56
|
-
type: (
|
|
56
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
59
|
fillColor: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
package/dist/index.d.ts
CHANGED