@halo-dev/components 1.3.0 → 1.5.0
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/description/Description.vue.d.ts +2 -0
- package/dist/components/description/DescriptionItem.vue.d.ts +35 -0
- package/dist/components/description/index.d.ts +2 -0
- package/dist/components/pagination/Pagination.vue.d.ts +2 -2
- package/dist/components/switch/Switch.vue.d.ts +2 -2
- package/dist/components.d.ts +1 -1
- package/dist/halo-components.es.js +3459 -22189
- package/dist/halo-components.es.js.map +1 -1
- package/dist/halo-components.iife.js +2 -26
- package/dist/halo-components.iife.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -11
- package/dist/components/codemirror/Codemirror.vue.d.ts +0 -72
- package/dist/components/codemirror/index.d.ts +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
label: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
content: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
required: false;
|
|
9
|
+
default: any;
|
|
10
|
+
};
|
|
11
|
+
verticalCenter: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
required: false;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
label: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
content: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
required: false;
|
|
24
|
+
default: any;
|
|
25
|
+
};
|
|
26
|
+
verticalCenter: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
required: false;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
}>>, {
|
|
32
|
+
content: string;
|
|
33
|
+
verticalCenter: boolean;
|
|
34
|
+
}>;
|
|
35
|
+
export default _sfc_main;
|
|
@@ -55,7 +55,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
55
55
|
next: () => void;
|
|
56
56
|
readonly IconArrowLeft: any;
|
|
57
57
|
readonly IconArrowRight: any;
|
|
58
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
58
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:page" | "update:size" | "change")[], "update:page" | "update:size" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
59
|
page: {
|
|
60
60
|
type: NumberConstructor;
|
|
61
61
|
required: false;
|
|
@@ -87,9 +87,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
87
87
|
default: string;
|
|
88
88
|
};
|
|
89
89
|
}>> & {
|
|
90
|
-
onChange?: (...args: any[]) => any;
|
|
91
90
|
"onUpdate:page"?: (...args: any[]) => any;
|
|
92
91
|
"onUpdate:size"?: (...args: any[]) => any;
|
|
92
|
+
onChange?: (...args: any[]) => any;
|
|
93
93
|
}, {
|
|
94
94
|
size: number;
|
|
95
95
|
page: number;
|
|
@@ -16,7 +16,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
16
|
(event: "change", value: boolean): void;
|
|
17
17
|
};
|
|
18
18
|
handleChange: () => void;
|
|
19
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
19
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
modelValue: {
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
required: false;
|
|
@@ -28,8 +28,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
30
|
}>> & {
|
|
31
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
32
31
|
onChange?: (...args: any[]) => any;
|
|
32
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
33
33
|
}, {
|
|
34
34
|
disabled: boolean;
|
|
35
35
|
modelValue: boolean;
|
package/dist/components.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ export * from "./components/tag";
|
|
|
11
11
|
export * from "./components/switch";
|
|
12
12
|
export * from "./components/dialog";
|
|
13
13
|
export * from "./components/pagination";
|
|
14
|
-
export * from "./components/codemirror";
|
|
15
14
|
export * from "./components/empty";
|
|
16
15
|
export * from "./components/status";
|
|
17
16
|
export * from "./components/entity";
|
|
@@ -19,3 +18,4 @@ export * from "./components/toast";
|
|
|
19
18
|
export * from "./components/loading";
|
|
20
19
|
export * from "./components/dropdown";
|
|
21
20
|
export * from "./components/tooltip";
|
|
21
|
+
export * from "./components/description";
|