hy-design-ui 0.1.13 → 0.1.15
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/drawer/index.vue.d.ts +5 -5
- package/dist/hy-design-ui.css +1 -1
- package/dist/hy-design-ui.js +2764 -2771
- package/dist/hy-design-ui.umd.cjs +1 -1
- package/dist/types/customInput.d.ts +3 -2
- package/package.json +1 -1
|
@@ -4,15 +4,15 @@ type __VLS_ModelProps = {
|
|
|
4
4
|
modelValue?: boolean;
|
|
5
5
|
};
|
|
6
6
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
-
declare var
|
|
7
|
+
declare var __VLS_24: {}, __VLS_27: {}, __VLS_37: {}, __VLS_47: {};
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
|
-
default?: (props: typeof
|
|
9
|
+
default?: (props: typeof __VLS_24) => any;
|
|
10
10
|
} & {
|
|
11
|
-
beforeButtons?: (props: typeof
|
|
11
|
+
beforeButtons?: (props: typeof __VLS_27) => any;
|
|
12
12
|
} & {
|
|
13
|
-
betweenButtons?: (props: typeof
|
|
13
|
+
betweenButtons?: (props: typeof __VLS_37) => any;
|
|
14
14
|
} & {
|
|
15
|
-
afterButtons?: (props: typeof
|
|
15
|
+
afterButtons?: (props: typeof __VLS_47) => any;
|
|
16
16
|
};
|
|
17
17
|
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
18
18
|
handleClose: () => any;
|