ll-plus 1.0.3 → 2.0.1
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/es/components/icon/index.d.ts +1 -1
- package/es/components/icon/src/icon.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +1 -1
- package/es/components/table/src/components/header-search.vue.d.ts +1 -1
- package/es/components/table/src/table.vue.d.ts +1 -1
- package/lib/components/icon/index.d.ts +1 -1
- package/lib/components/icon/src/icon.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +1 -1
- package/lib/components/table/src/components/header-search.vue.d.ts +1 -1
- package/lib/components/table/src/table.vue.d.ts +1 -1
- package/package.json +4 -2
- package/types/packages/components/icon/index.d.ts +1 -1
- package/types/packages/components/icon/src/icon.vue.d.ts +1 -1
- package/types/packages/components/table/index.d.ts +1 -1
- package/types/packages/components/table/src/components/header-search.vue.d.ts +1 -1
- package/types/packages/components/table/src/table.vue.d.ts +1 -1
|
@@ -26,10 +26,10 @@ export declare const LlIcon: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
26
26
|
};
|
|
27
27
|
}, {
|
|
28
28
|
props: import("@vue/shared").LooseRequired<{
|
|
29
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
30
29
|
readonly iconName?: string | undefined;
|
|
31
30
|
readonly className?: string | undefined;
|
|
32
31
|
readonly color?: string | undefined;
|
|
32
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
33
33
|
} & {}>;
|
|
34
34
|
iconName: import("vue").ComputedRef<string>;
|
|
35
35
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -26,10 +26,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
};
|
|
27
27
|
}, {
|
|
28
28
|
props: import("@vue/shared").LooseRequired<{
|
|
29
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
30
29
|
readonly iconName?: string | undefined;
|
|
31
30
|
readonly className?: string | undefined;
|
|
32
31
|
readonly color?: string | undefined;
|
|
32
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
33
33
|
} & {}>;
|
|
34
34
|
iconName: import("vue").ComputedRef<string>;
|
|
35
35
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -179,10 +179,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
179
179
|
};
|
|
180
180
|
}, {
|
|
181
181
|
props: import("@vue/shared").LooseRequired<{
|
|
182
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
183
182
|
readonly iconName?: string | undefined;
|
|
184
183
|
readonly className?: string | undefined;
|
|
185
184
|
readonly color?: string | undefined;
|
|
185
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
186
186
|
} & {}>;
|
|
187
187
|
iconName: import("vue").ComputedRef<string>;
|
|
188
188
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -53,10 +53,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
};
|
|
54
54
|
}, {
|
|
55
55
|
props: import("@vue/shared").LooseRequired<{
|
|
56
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
57
56
|
readonly iconName?: string | undefined;
|
|
58
57
|
readonly className?: string | undefined;
|
|
59
58
|
readonly color?: string | undefined;
|
|
59
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
60
60
|
} & {}>;
|
|
61
61
|
iconName: import("vue").ComputedRef<string>;
|
|
62
62
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -179,10 +179,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
179
|
};
|
|
180
180
|
}, {
|
|
181
181
|
props: import("@vue/shared").LooseRequired<{
|
|
182
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
183
182
|
readonly iconName?: string | undefined;
|
|
184
183
|
readonly className?: string | undefined;
|
|
185
184
|
readonly color?: string | undefined;
|
|
185
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
186
186
|
} & {}>;
|
|
187
187
|
iconName: import("vue").ComputedRef<string>;
|
|
188
188
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -26,10 +26,10 @@ export declare const LlIcon: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
26
26
|
};
|
|
27
27
|
}, {
|
|
28
28
|
props: import("@vue/shared").LooseRequired<{
|
|
29
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
30
29
|
readonly iconName?: string | undefined;
|
|
31
30
|
readonly className?: string | undefined;
|
|
32
31
|
readonly color?: string | undefined;
|
|
32
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
33
33
|
} & {}>;
|
|
34
34
|
iconName: import("vue").ComputedRef<string>;
|
|
35
35
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -26,10 +26,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
};
|
|
27
27
|
}, {
|
|
28
28
|
props: import("@vue/shared").LooseRequired<{
|
|
29
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
30
29
|
readonly iconName?: string | undefined;
|
|
31
30
|
readonly className?: string | undefined;
|
|
32
31
|
readonly color?: string | undefined;
|
|
32
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
33
33
|
} & {}>;
|
|
34
34
|
iconName: import("vue").ComputedRef<string>;
|
|
35
35
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -179,10 +179,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
179
179
|
};
|
|
180
180
|
}, {
|
|
181
181
|
props: import("@vue/shared").LooseRequired<{
|
|
182
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
183
182
|
readonly iconName?: string | undefined;
|
|
184
183
|
readonly className?: string | undefined;
|
|
185
184
|
readonly color?: string | undefined;
|
|
185
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
186
186
|
} & {}>;
|
|
187
187
|
iconName: import("vue").ComputedRef<string>;
|
|
188
188
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -53,10 +53,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
};
|
|
54
54
|
}, {
|
|
55
55
|
props: import("@vue/shared").LooseRequired<{
|
|
56
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
57
56
|
readonly iconName?: string | undefined;
|
|
58
57
|
readonly className?: string | undefined;
|
|
59
58
|
readonly color?: string | undefined;
|
|
59
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
60
60
|
} & {}>;
|
|
61
61
|
iconName: import("vue").ComputedRef<string>;
|
|
62
62
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -179,10 +179,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
179
|
};
|
|
180
180
|
}, {
|
|
181
181
|
props: import("@vue/shared").LooseRequired<{
|
|
182
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
183
182
|
readonly iconName?: string | undefined;
|
|
184
183
|
readonly className?: string | undefined;
|
|
185
184
|
readonly color?: string | undefined;
|
|
185
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
186
186
|
} & {}>;
|
|
187
187
|
iconName: import("vue").ComputedRef<string>;
|
|
188
188
|
svgClass: import("vue").ComputedRef<string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ll-plus",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
"jsdelivr": "index.full.js",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"蓝略",
|
|
12
|
-
"ll-plus"
|
|
12
|
+
"ll-plus",
|
|
13
|
+
"vue3",
|
|
14
|
+
"ant-design-vue"
|
|
13
15
|
],
|
|
14
16
|
"homepage": "http://192.168.10.11:9980/wunh/ll-plus.git",
|
|
15
17
|
"repository": {
|
|
@@ -26,10 +26,10 @@ export declare const LlIcon: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
26
26
|
};
|
|
27
27
|
}, {
|
|
28
28
|
props: import("@vue/shared").LooseRequired<{
|
|
29
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
30
29
|
readonly iconName?: string | undefined;
|
|
31
30
|
readonly className?: string | undefined;
|
|
32
31
|
readonly color?: string | undefined;
|
|
32
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
33
33
|
} & {}>;
|
|
34
34
|
iconName: import("vue").ComputedRef<string>;
|
|
35
35
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -26,10 +26,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
};
|
|
27
27
|
}, {
|
|
28
28
|
props: import("@vue/shared").LooseRequired<{
|
|
29
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
30
29
|
readonly iconName?: string | undefined;
|
|
31
30
|
readonly className?: string | undefined;
|
|
32
31
|
readonly color?: string | undefined;
|
|
32
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
33
33
|
} & {}>;
|
|
34
34
|
iconName: import("vue").ComputedRef<string>;
|
|
35
35
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -179,10 +179,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
179
179
|
};
|
|
180
180
|
}, {
|
|
181
181
|
props: import("@vue/shared").LooseRequired<{
|
|
182
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
183
182
|
readonly iconName?: string | undefined;
|
|
184
183
|
readonly className?: string | undefined;
|
|
185
184
|
readonly color?: string | undefined;
|
|
185
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
186
186
|
} & {}>;
|
|
187
187
|
iconName: import("vue").ComputedRef<string>;
|
|
188
188
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -53,10 +53,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
};
|
|
54
54
|
}, {
|
|
55
55
|
props: import("@vue/shared").LooseRequired<{
|
|
56
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
57
56
|
readonly iconName?: string | undefined;
|
|
58
57
|
readonly className?: string | undefined;
|
|
59
58
|
readonly color?: string | undefined;
|
|
59
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
60
60
|
} & {}>;
|
|
61
61
|
iconName: import("vue").ComputedRef<string>;
|
|
62
62
|
svgClass: import("vue").ComputedRef<string>;
|
|
@@ -179,10 +179,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
179
|
};
|
|
180
180
|
}, {
|
|
181
181
|
props: import("@vue/shared").LooseRequired<{
|
|
182
|
-
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
183
182
|
readonly iconName?: string | undefined;
|
|
184
183
|
readonly className?: string | undefined;
|
|
185
184
|
readonly color?: string | undefined;
|
|
185
|
+
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
186
186
|
} & {}>;
|
|
187
187
|
iconName: import("vue").ComputedRef<string>;
|
|
188
188
|
svgClass: import("vue").ComputedRef<string>;
|