@dczy/tie-mobile 0.1.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/base/DCell/index.d.ts +198 -0
- package/dist/base/DCell/index.d.ts.map +1 -0
- package/dist/base/DCell/index.vue.d.ts +118 -0
- package/dist/base/DCell/index.vue.d.ts.map +1 -0
- package/dist/base/DCell/type.d.ts +12 -0
- package/dist/base/DCell/type.d.ts.map +1 -0
- package/dist/base/DInput/index.d.ts +12 -0
- package/dist/base/DInput/index.d.ts.map +1 -0
- package/dist/base/DInput/index.vue.d.ts +11 -0
- package/dist/base/DInput/index.vue.d.ts.map +1 -0
- package/dist/base/DSearch/index.d.ts +340 -0
- package/dist/base/DSearch/index.d.ts.map +1 -0
- package/dist/base/DSearch/index.vue.d.ts +195 -0
- package/dist/base/DSearch/index.vue.d.ts.map +1 -0
- package/dist/base/DSearch/type.d.ts +12 -0
- package/dist/base/DSearch/type.d.ts.map +1 -0
- package/dist/base/DTab/index.d.ts +85 -0
- package/dist/base/DTab/index.d.ts.map +1 -0
- package/dist/base/DTab/index.vue.d.ts +53 -0
- package/dist/base/DTab/index.vue.d.ts.map +1 -0
- package/dist/base/DTab/type.d.ts +7 -0
- package/dist/base/DTab/type.d.ts.map +1 -0
- package/dist/base/DTabs/index.d.ts +277 -0
- package/dist/base/DTabs/index.d.ts.map +1 -0
- package/dist/base/DTabs/index.vue.d.ts +158 -0
- package/dist/base/DTabs/index.vue.d.ts.map +1 -0
- package/dist/base/DTabs/type.d.ts +7 -0
- package/dist/base/DTabs/type.d.ts.map +1 -0
- package/dist/base/DczyCard/DczyCard.vue.d.ts +29 -0
- package/dist/base/DczyCard/DczyCard.vue.d.ts.map +1 -0
- package/dist/base/DczyCard/index.d.ts +3 -0
- package/dist/base/DczyCard/index.d.ts.map +1 -0
- package/dist/base/DczyCard/types.d.ts +9 -0
- package/dist/base/DczyCard/types.d.ts.map +1 -0
- package/dist/base/index.d.ts +13 -0
- package/dist/base/index.d.ts.map +1 -0
- package/dist/business/DDateSelect/index.d.ts +3 -0
- package/dist/business/DDateSelect/index.d.ts.map +1 -0
- package/dist/business/DDateSelect/index.vue.d.ts +3 -0
- package/dist/business/DDateSelect/index.vue.d.ts.map +1 -0
- package/dist/business/index.d.ts +2 -0
- package/dist/business/index.d.ts.map +1 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/install.d.ts +1015 -0
- package/dist/install.d.ts.map +1 -0
- package/dist/provider/DThemeProvider/index.vue.d.ts +13 -0
- package/dist/provider/DThemeProvider/index.vue.d.ts.map +1 -0
- package/dist/provider/index.d.ts +3 -0
- package/dist/provider/index.d.ts.map +1 -0
- package/dist/store/modules/useHostStore.d.ts +6 -0
- package/dist/store/modules/useHostStore.d.ts.map +1 -0
- package/dist/store/modules/useThemeStore.d.ts +6 -0
- package/dist/store/modules/useThemeStore.d.ts.map +1 -0
- package/dist/store/piniaHelper.d.ts +6 -0
- package/dist/store/piniaHelper.d.ts.map +1 -0
- package/dist/store/type.d.ts +16 -0
- package/dist/store/type.d.ts.map +1 -0
- package/dist/tie-mobile.css +1 -0
- package/dist/tie-mobile.js +578 -0
- package/dist/tie-mobile.umd.cjs +1 -0
- package/dist/ui/DCard/index.d.ts +62 -0
- package/dist/ui/DCard/index.d.ts.map +1 -0
- package/dist/ui/DCard/index.vue.d.ts +31 -0
- package/dist/ui/DCard/index.vue.d.ts.map +1 -0
- package/dist/ui/DCard/types.d.ts +14 -0
- package/dist/ui/DCard/types.d.ts.map +1 -0
- package/dist/ui/DNoData/index.d.ts +58 -0
- package/dist/ui/DNoData/index.d.ts.map +1 -0
- package/dist/ui/DNoData/index.vue.d.ts +29 -0
- package/dist/ui/DNoData/index.vue.d.ts.map +1 -0
- package/dist/ui/DNoData/type.d.ts +14 -0
- package/dist/ui/DNoData/type.d.ts.map +1 -0
- package/dist/ui/DcAliIcon/index.d.ts +9 -0
- package/dist/ui/DcAliIcon/index.d.ts.map +1 -0
- package/dist/ui/DcAliIcon/index.vue.d.ts +9 -0
- package/dist/ui/DcAliIcon/index.vue.d.ts.map +1 -0
- package/dist/ui/DcAliIcon/type.d.ts +15 -0
- package/dist/ui/DcAliIcon/type.d.ts.map +1 -0
- package/dist/ui/index.d.ts +6 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/typescript.d.ts +23 -0
- package/dist/utils/typescript.d.ts.map +1 -0
- package/dist/utils/withInstall.d.ts +9 -0
- package/dist/utils/withInstall.d.ts.map +1 -0
- package/package.json +58 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import "vant/lib/tab/style/index";
|
|
2
|
+
declare var __VLS_11: {}, __VLS_13: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
title?: (props: typeof __VLS_11) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_13) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
|
+
to: import("vue").PropType<import("vue-router").RouteLocationRaw>;
|
|
10
|
+
url: StringConstructor;
|
|
11
|
+
replace: BooleanConstructor;
|
|
12
|
+
} & {
|
|
13
|
+
dot: BooleanConstructor;
|
|
14
|
+
name: (NumberConstructor | StringConstructor)[];
|
|
15
|
+
badge: (NumberConstructor | StringConstructor)[];
|
|
16
|
+
title: StringConstructor;
|
|
17
|
+
disabled: BooleanConstructor;
|
|
18
|
+
titleClass: import("vue").PropType<unknown>;
|
|
19
|
+
titleStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
20
|
+
showZeroBadge: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: true;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
to: import("vue").PropType<import("vue-router").RouteLocationRaw>;
|
|
26
|
+
url: StringConstructor;
|
|
27
|
+
replace: BooleanConstructor;
|
|
28
|
+
} & {
|
|
29
|
+
dot: BooleanConstructor;
|
|
30
|
+
name: (NumberConstructor | StringConstructor)[];
|
|
31
|
+
badge: (NumberConstructor | StringConstructor)[];
|
|
32
|
+
title: StringConstructor;
|
|
33
|
+
disabled: BooleanConstructor;
|
|
34
|
+
titleClass: import("vue").PropType<unknown>;
|
|
35
|
+
titleStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
36
|
+
showZeroBadge: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: true;
|
|
39
|
+
};
|
|
40
|
+
}>> & Readonly<{}>, {
|
|
41
|
+
replace: boolean;
|
|
42
|
+
disabled: boolean;
|
|
43
|
+
dot: boolean;
|
|
44
|
+
showZeroBadge: boolean;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
47
|
+
export default _default;
|
|
48
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$slots: S;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/base/DTab/index.vue"],"names":[],"mappings":"AAkCA,OAAO,0BAA0B,CAAC;AAwDlC,QAAA,IAAuB,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAClE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAuBhD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export interface DTabEmits {
|
|
2
|
+
(eventName: "click-tab", name: string | number, title: string, event: MouseEvent, disabled: boolean): void;
|
|
3
|
+
(eventName: "clickImages", name: string | number, title: string): void;
|
|
4
|
+
(eventName: "click", name: string | number, title: string): void;
|
|
5
|
+
(eventName: "click", name: string | number, title: string): void;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/base/DTab/type.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,SAAS;IACxB,CAAC,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3G,CAAC,SAAS,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACvE,CAAC,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACjE,CAAC,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAClE"}
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
export declare const DTabs: import("../../utils/typescript").SFCWithInstall<{
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
+
transparent: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
customClass: {
|
|
8
|
+
type: import("vue").PropType<string | string[]>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
type: {
|
|
12
|
+
type: import("vue").PropType<import("vant").TabsType>;
|
|
13
|
+
default: import("vant").TabsType;
|
|
14
|
+
};
|
|
15
|
+
color: StringConstructor;
|
|
16
|
+
border: BooleanConstructor;
|
|
17
|
+
sticky: BooleanConstructor;
|
|
18
|
+
shrink: BooleanConstructor;
|
|
19
|
+
active: {
|
|
20
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
21
|
+
default: number;
|
|
22
|
+
};
|
|
23
|
+
duration: {
|
|
24
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
25
|
+
default: number;
|
|
26
|
+
};
|
|
27
|
+
animated: BooleanConstructor;
|
|
28
|
+
ellipsis: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: true;
|
|
31
|
+
};
|
|
32
|
+
swipeable: BooleanConstructor;
|
|
33
|
+
scrollspy: BooleanConstructor;
|
|
34
|
+
offsetTop: {
|
|
35
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
background: StringConstructor;
|
|
39
|
+
lazyRender: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: true;
|
|
42
|
+
};
|
|
43
|
+
showHeader: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: true;
|
|
46
|
+
};
|
|
47
|
+
lineWidth: (NumberConstructor | StringConstructor)[];
|
|
48
|
+
lineHeight: (NumberConstructor | StringConstructor)[];
|
|
49
|
+
beforeChange: import("vue").PropType<import("vant/lib/utils").Interceptor>;
|
|
50
|
+
swipeThreshold: {
|
|
51
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
52
|
+
default: number;
|
|
53
|
+
};
|
|
54
|
+
titleActiveColor: StringConstructor;
|
|
55
|
+
titleInactiveColor: StringConstructor;
|
|
56
|
+
}>> & Readonly<{
|
|
57
|
+
"onClick-tab"?: ((name: string | number, title: string, event: MouseEvent, disabled: boolean) => any) | undefined;
|
|
58
|
+
onChange?: ((name: string | number, title: string) => any) | undefined;
|
|
59
|
+
onRendered?: ((name: string | number, title: string) => any) | undefined;
|
|
60
|
+
onScroll?: ((name: string | number, title: string) => any) | undefined;
|
|
61
|
+
"onUpdate:active"?: ((value: string) => any) | undefined;
|
|
62
|
+
}>, {
|
|
63
|
+
resize: () => void;
|
|
64
|
+
scrollTo: (name: import("vant/lib/utils").Numeric) => void;
|
|
65
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
66
|
+
"update:active": (value: string) => any;
|
|
67
|
+
} & {
|
|
68
|
+
"click-tab": (name: string | number, title: string, event: MouseEvent, disabled: boolean) => any;
|
|
69
|
+
change: (name: string | number, title: string) => any;
|
|
70
|
+
rendered: (name: string | number, title: string) => any;
|
|
71
|
+
scroll: (name: string | number, title: string) => any;
|
|
72
|
+
}, import("vue").PublicProps, {
|
|
73
|
+
type: import("vant").TabsType;
|
|
74
|
+
border: boolean;
|
|
75
|
+
transparent: boolean;
|
|
76
|
+
customClass: string | string[];
|
|
77
|
+
sticky: boolean;
|
|
78
|
+
shrink: boolean;
|
|
79
|
+
active: string | number;
|
|
80
|
+
duration: string | number;
|
|
81
|
+
animated: boolean;
|
|
82
|
+
ellipsis: boolean;
|
|
83
|
+
swipeable: boolean;
|
|
84
|
+
scrollspy: boolean;
|
|
85
|
+
offsetTop: string | number;
|
|
86
|
+
lazyRender: boolean;
|
|
87
|
+
showHeader: boolean;
|
|
88
|
+
swipeThreshold: string | number;
|
|
89
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
90
|
+
P: {};
|
|
91
|
+
B: {};
|
|
92
|
+
D: {};
|
|
93
|
+
C: {};
|
|
94
|
+
M: {};
|
|
95
|
+
Defaults: {};
|
|
96
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
97
|
+
transparent: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
customClass: {
|
|
102
|
+
type: import("vue").PropType<string | string[]>;
|
|
103
|
+
default: string;
|
|
104
|
+
};
|
|
105
|
+
type: {
|
|
106
|
+
type: import("vue").PropType<import("vant").TabsType>;
|
|
107
|
+
default: import("vant").TabsType;
|
|
108
|
+
};
|
|
109
|
+
color: StringConstructor;
|
|
110
|
+
border: BooleanConstructor;
|
|
111
|
+
sticky: BooleanConstructor;
|
|
112
|
+
shrink: BooleanConstructor;
|
|
113
|
+
active: {
|
|
114
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
115
|
+
default: number;
|
|
116
|
+
};
|
|
117
|
+
duration: {
|
|
118
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
119
|
+
default: number;
|
|
120
|
+
};
|
|
121
|
+
animated: BooleanConstructor;
|
|
122
|
+
ellipsis: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
default: true;
|
|
125
|
+
};
|
|
126
|
+
swipeable: BooleanConstructor;
|
|
127
|
+
scrollspy: BooleanConstructor;
|
|
128
|
+
offsetTop: {
|
|
129
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
130
|
+
default: number;
|
|
131
|
+
};
|
|
132
|
+
background: StringConstructor;
|
|
133
|
+
lazyRender: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
default: true;
|
|
136
|
+
};
|
|
137
|
+
showHeader: {
|
|
138
|
+
type: BooleanConstructor;
|
|
139
|
+
default: true;
|
|
140
|
+
};
|
|
141
|
+
lineWidth: (NumberConstructor | StringConstructor)[];
|
|
142
|
+
lineHeight: (NumberConstructor | StringConstructor)[];
|
|
143
|
+
beforeChange: import("vue").PropType<import("vant/lib/utils").Interceptor>;
|
|
144
|
+
swipeThreshold: {
|
|
145
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
146
|
+
default: number;
|
|
147
|
+
};
|
|
148
|
+
titleActiveColor: StringConstructor;
|
|
149
|
+
titleInactiveColor: StringConstructor;
|
|
150
|
+
}>> & Readonly<{
|
|
151
|
+
"onClick-tab"?: ((name: string | number, title: string, event: MouseEvent, disabled: boolean) => any) | undefined;
|
|
152
|
+
onChange?: ((name: string | number, title: string) => any) | undefined;
|
|
153
|
+
onRendered?: ((name: string | number, title: string) => any) | undefined;
|
|
154
|
+
onScroll?: ((name: string | number, title: string) => any) | undefined;
|
|
155
|
+
"onUpdate:active"?: ((value: string) => any) | undefined;
|
|
156
|
+
}>, {
|
|
157
|
+
resize: () => void;
|
|
158
|
+
scrollTo: (name: import("vant/lib/utils").Numeric) => void;
|
|
159
|
+
}, {}, {}, {}, {
|
|
160
|
+
type: import("vant").TabsType;
|
|
161
|
+
border: boolean;
|
|
162
|
+
transparent: boolean;
|
|
163
|
+
customClass: string | string[];
|
|
164
|
+
sticky: boolean;
|
|
165
|
+
shrink: boolean;
|
|
166
|
+
active: string | number;
|
|
167
|
+
duration: string | number;
|
|
168
|
+
animated: boolean;
|
|
169
|
+
ellipsis: boolean;
|
|
170
|
+
swipeable: boolean;
|
|
171
|
+
scrollspy: boolean;
|
|
172
|
+
offsetTop: string | number;
|
|
173
|
+
lazyRender: boolean;
|
|
174
|
+
showHeader: boolean;
|
|
175
|
+
swipeThreshold: string | number;
|
|
176
|
+
}>;
|
|
177
|
+
__isFragment?: never;
|
|
178
|
+
__isTeleport?: never;
|
|
179
|
+
__isSuspense?: never;
|
|
180
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
181
|
+
transparent: {
|
|
182
|
+
type: BooleanConstructor;
|
|
183
|
+
default: boolean;
|
|
184
|
+
};
|
|
185
|
+
customClass: {
|
|
186
|
+
type: import("vue").PropType<string | string[]>;
|
|
187
|
+
default: string;
|
|
188
|
+
};
|
|
189
|
+
type: {
|
|
190
|
+
type: import("vue").PropType<import("vant").TabsType>;
|
|
191
|
+
default: import("vant").TabsType;
|
|
192
|
+
};
|
|
193
|
+
color: StringConstructor;
|
|
194
|
+
border: BooleanConstructor;
|
|
195
|
+
sticky: BooleanConstructor;
|
|
196
|
+
shrink: BooleanConstructor;
|
|
197
|
+
active: {
|
|
198
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
199
|
+
default: number;
|
|
200
|
+
};
|
|
201
|
+
duration: {
|
|
202
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
203
|
+
default: number;
|
|
204
|
+
};
|
|
205
|
+
animated: BooleanConstructor;
|
|
206
|
+
ellipsis: {
|
|
207
|
+
type: BooleanConstructor;
|
|
208
|
+
default: true;
|
|
209
|
+
};
|
|
210
|
+
swipeable: BooleanConstructor;
|
|
211
|
+
scrollspy: BooleanConstructor;
|
|
212
|
+
offsetTop: {
|
|
213
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
214
|
+
default: number;
|
|
215
|
+
};
|
|
216
|
+
background: StringConstructor;
|
|
217
|
+
lazyRender: {
|
|
218
|
+
type: BooleanConstructor;
|
|
219
|
+
default: true;
|
|
220
|
+
};
|
|
221
|
+
showHeader: {
|
|
222
|
+
type: BooleanConstructor;
|
|
223
|
+
default: true;
|
|
224
|
+
};
|
|
225
|
+
lineWidth: (NumberConstructor | StringConstructor)[];
|
|
226
|
+
lineHeight: (NumberConstructor | StringConstructor)[];
|
|
227
|
+
beforeChange: import("vue").PropType<import("vant/lib/utils").Interceptor>;
|
|
228
|
+
swipeThreshold: {
|
|
229
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
230
|
+
default: number;
|
|
231
|
+
};
|
|
232
|
+
titleActiveColor: StringConstructor;
|
|
233
|
+
titleInactiveColor: StringConstructor;
|
|
234
|
+
}>> & Readonly<{
|
|
235
|
+
"onClick-tab"?: ((name: string | number, title: string, event: MouseEvent, disabled: boolean) => any) | undefined;
|
|
236
|
+
onChange?: ((name: string | number, title: string) => any) | undefined;
|
|
237
|
+
onRendered?: ((name: string | number, title: string) => any) | undefined;
|
|
238
|
+
onScroll?: ((name: string | number, title: string) => any) | undefined;
|
|
239
|
+
"onUpdate:active"?: ((value: string) => any) | undefined;
|
|
240
|
+
}>, {
|
|
241
|
+
resize: () => void;
|
|
242
|
+
scrollTo: (name: import("vant/lib/utils").Numeric) => void;
|
|
243
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
244
|
+
"update:active": (value: string) => any;
|
|
245
|
+
} & {
|
|
246
|
+
"click-tab": (name: string | number, title: string, event: MouseEvent, disabled: boolean) => any;
|
|
247
|
+
change: (name: string | number, title: string) => any;
|
|
248
|
+
rendered: (name: string | number, title: string) => any;
|
|
249
|
+
scroll: (name: string | number, title: string) => any;
|
|
250
|
+
}, string, {
|
|
251
|
+
type: import("vant").TabsType;
|
|
252
|
+
border: boolean;
|
|
253
|
+
transparent: boolean;
|
|
254
|
+
customClass: string | string[];
|
|
255
|
+
sticky: boolean;
|
|
256
|
+
shrink: boolean;
|
|
257
|
+
active: string | number;
|
|
258
|
+
duration: string | number;
|
|
259
|
+
animated: boolean;
|
|
260
|
+
ellipsis: boolean;
|
|
261
|
+
swipeable: boolean;
|
|
262
|
+
scrollspy: boolean;
|
|
263
|
+
offsetTop: string | number;
|
|
264
|
+
lazyRender: boolean;
|
|
265
|
+
showHeader: boolean;
|
|
266
|
+
swipeThreshold: string | number;
|
|
267
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
268
|
+
$slots: {
|
|
269
|
+
navLeft?: () => any;
|
|
270
|
+
navRight?: () => any;
|
|
271
|
+
navBottom?: () => any;
|
|
272
|
+
default?: () => any;
|
|
273
|
+
};
|
|
274
|
+
})> & Record<string, any>;
|
|
275
|
+
export default DTabs;
|
|
276
|
+
export * from "./index.vue";
|
|
277
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/base/DTabs/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAoB,CAAC;AACvC,eAAe,KAAK,CAAC;AAErB,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import "vant/lib/tabs/style/index";
|
|
2
|
+
import type { PropType } from "vue";
|
|
3
|
+
type __VLS_Slots = {
|
|
4
|
+
navLeft?: () => any;
|
|
5
|
+
navRight?: () => any;
|
|
6
|
+
navBottom?: () => any;
|
|
7
|
+
default?: () => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
|
+
transparent: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
customClass: {
|
|
15
|
+
type: PropType<string | string[]>;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
type: {
|
|
19
|
+
type: PropType<import("vant").TabsType>;
|
|
20
|
+
default: import("vant").TabsType;
|
|
21
|
+
};
|
|
22
|
+
color: StringConstructor;
|
|
23
|
+
border: BooleanConstructor;
|
|
24
|
+
sticky: BooleanConstructor;
|
|
25
|
+
shrink: BooleanConstructor;
|
|
26
|
+
active: {
|
|
27
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
duration: {
|
|
31
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
animated: BooleanConstructor;
|
|
35
|
+
ellipsis: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: true;
|
|
38
|
+
};
|
|
39
|
+
swipeable: BooleanConstructor;
|
|
40
|
+
scrollspy: BooleanConstructor;
|
|
41
|
+
offsetTop: {
|
|
42
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
43
|
+
default: number;
|
|
44
|
+
};
|
|
45
|
+
background: StringConstructor;
|
|
46
|
+
lazyRender: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: true;
|
|
49
|
+
};
|
|
50
|
+
showHeader: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: true;
|
|
53
|
+
};
|
|
54
|
+
lineWidth: (NumberConstructor | StringConstructor)[];
|
|
55
|
+
lineHeight: (NumberConstructor | StringConstructor)[];
|
|
56
|
+
beforeChange: PropType<import("vant/lib/utils/interceptor.js").Interceptor>;
|
|
57
|
+
swipeThreshold: {
|
|
58
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
59
|
+
default: number;
|
|
60
|
+
};
|
|
61
|
+
titleActiveColor: StringConstructor;
|
|
62
|
+
titleInactiveColor: StringConstructor;
|
|
63
|
+
}>, {
|
|
64
|
+
resize: () => void;
|
|
65
|
+
scrollTo: (name: import("vant/lib/utils/basic.js").Numeric) => void;
|
|
66
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
67
|
+
"update:active": (value: string) => any;
|
|
68
|
+
} & {
|
|
69
|
+
"click-tab": (name: string | number, title: string, event: MouseEvent, disabled: boolean) => any;
|
|
70
|
+
change: (name: string | number, title: string) => any;
|
|
71
|
+
rendered: (name: string | number, title: string) => any;
|
|
72
|
+
scroll: (name: string | number, title: string) => any;
|
|
73
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
74
|
+
transparent: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
customClass: {
|
|
79
|
+
type: PropType<string | string[]>;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
type: {
|
|
83
|
+
type: PropType<import("vant").TabsType>;
|
|
84
|
+
default: import("vant").TabsType;
|
|
85
|
+
};
|
|
86
|
+
color: StringConstructor;
|
|
87
|
+
border: BooleanConstructor;
|
|
88
|
+
sticky: BooleanConstructor;
|
|
89
|
+
shrink: BooleanConstructor;
|
|
90
|
+
active: {
|
|
91
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
92
|
+
default: number;
|
|
93
|
+
};
|
|
94
|
+
duration: {
|
|
95
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
96
|
+
default: number;
|
|
97
|
+
};
|
|
98
|
+
animated: BooleanConstructor;
|
|
99
|
+
ellipsis: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
default: true;
|
|
102
|
+
};
|
|
103
|
+
swipeable: BooleanConstructor;
|
|
104
|
+
scrollspy: BooleanConstructor;
|
|
105
|
+
offsetTop: {
|
|
106
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
107
|
+
default: number;
|
|
108
|
+
};
|
|
109
|
+
background: StringConstructor;
|
|
110
|
+
lazyRender: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: true;
|
|
113
|
+
};
|
|
114
|
+
showHeader: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
default: true;
|
|
117
|
+
};
|
|
118
|
+
lineWidth: (NumberConstructor | StringConstructor)[];
|
|
119
|
+
lineHeight: (NumberConstructor | StringConstructor)[];
|
|
120
|
+
beforeChange: PropType<import("vant/lib/utils/interceptor.js").Interceptor>;
|
|
121
|
+
swipeThreshold: {
|
|
122
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
123
|
+
default: number;
|
|
124
|
+
};
|
|
125
|
+
titleActiveColor: StringConstructor;
|
|
126
|
+
titleInactiveColor: StringConstructor;
|
|
127
|
+
}>> & Readonly<{
|
|
128
|
+
"onClick-tab"?: ((name: string | number, title: string, event: MouseEvent, disabled: boolean) => any) | undefined;
|
|
129
|
+
onChange?: ((name: string | number, title: string) => any) | undefined;
|
|
130
|
+
onRendered?: ((name: string | number, title: string) => any) | undefined;
|
|
131
|
+
onScroll?: ((name: string | number, title: string) => any) | undefined;
|
|
132
|
+
"onUpdate:active"?: ((value: string) => any) | undefined;
|
|
133
|
+
}>, {
|
|
134
|
+
type: import("vant").TabsType;
|
|
135
|
+
border: boolean;
|
|
136
|
+
transparent: boolean;
|
|
137
|
+
customClass: string | string[];
|
|
138
|
+
sticky: boolean;
|
|
139
|
+
shrink: boolean;
|
|
140
|
+
active: string | number;
|
|
141
|
+
duration: string | number;
|
|
142
|
+
animated: boolean;
|
|
143
|
+
ellipsis: boolean;
|
|
144
|
+
swipeable: boolean;
|
|
145
|
+
scrollspy: boolean;
|
|
146
|
+
offsetTop: string | number;
|
|
147
|
+
lazyRender: boolean;
|
|
148
|
+
showHeader: boolean;
|
|
149
|
+
swipeThreshold: string | number;
|
|
150
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
151
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
152
|
+
export default _default;
|
|
153
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
154
|
+
new (): {
|
|
155
|
+
$slots: S;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/base/DTabs/index.vue"],"names":[],"mappings":"AA8HA,OAAO,2BAA2B,CAAC;AAInC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAyBpC,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,MAAM,GAAG,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,GAAG,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,GAAG,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,GAAG,CAAC;CACrB,CAAC;AA+KF,QAAA,MAAM,eAAe;;;;;;cAgBD,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA3B,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAK7C,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export interface DTabsEmits {
|
|
2
|
+
(eventName: "click-tab", name: string | number, title: string, event: MouseEvent, disabled: boolean): void;
|
|
3
|
+
(eventName: "change", name: string | number, title: string): void;
|
|
4
|
+
(eventName: "rendered", name: string | number, title: string): void;
|
|
5
|
+
(eventName: "scroll", name: string | number, title: string): void;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/base/DTabs/type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,CACE,SAAS,EAAE,WAAW,EACtB,IAAI,EAAE,MAAM,GAAG,MAAM,EACrB,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,OAAO,GAChB,IAAI,CAAC;IACR,CAAC,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAClE,CAAC,SAAS,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACpE,CAAC,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACnE"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { DczyCardProps } from "./types";
|
|
2
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
title?: (props: typeof __VLS_1) => any;
|
|
5
|
+
} & {
|
|
6
|
+
status?: (props: typeof __VLS_3) => any;
|
|
7
|
+
} & {
|
|
8
|
+
default?: (props: typeof __VLS_5) => any;
|
|
9
|
+
} & {
|
|
10
|
+
footer?: (props: typeof __VLS_7) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<DczyCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
click: (event: MouseEvent | KeyboardEvent) => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<DczyCardProps> & Readonly<{
|
|
15
|
+
onClick?: ((event: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
description: string;
|
|
18
|
+
status: import("./types").DczyCardStatus;
|
|
19
|
+
statusText: string;
|
|
20
|
+
clickable: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=DczyCard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DczyCard.vue.d.ts","sourceRoot":"","sources":["../../../src/base/DczyCard/DczyCard.vue"],"names":[],"mappings":"AAuEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAmG5C,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AACjF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAyB9C,QAAA,MAAM,eAAe;;;;;;;;;6EAQnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/base/DczyCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA;AACxC,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/base/DczyCard/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAA;AAE7D,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,CAAC,EAAE,cAAc,CAAA;IACvB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { default as DczyCard } from "./DczyCard/DczyCard.vue";
|
|
2
|
+
export type { DczyCardProps, DczyCardStatus } from "./DczyCard/types";
|
|
3
|
+
export { DInput, default as DInputPlugin } from "./DInput";
|
|
4
|
+
export { DCell, default as DCellPlugin } from "./DCell";
|
|
5
|
+
export { DSearch, default as DSearchPlugin } from "./DSearch";
|
|
6
|
+
export { DTab, default as DTabPlugin } from "./DTab";
|
|
7
|
+
export { DTabs, default as DTabsPlugin } from "./DTabs";
|
|
8
|
+
export { DInput as DczyInput } from "./DInput";
|
|
9
|
+
export { DCell as DczyCell } from "./DCell";
|
|
10
|
+
export { DSearch as DczySearch } from "./DSearch";
|
|
11
|
+
export { DTab as DczyTab } from "./DTab";
|
|
12
|
+
export { DTabs as DczyTabs } from "./DTabs";
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/base/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,yBAAyB,CAAA;AAC7D,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAErE,OAAO,EAAE,MAAM,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,UAAU,CAAA;AAC1D,OAAO,EAAE,KAAK,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,SAAS,CAAA;AACvD,OAAO,EAAE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,WAAW,CAAA;AAC7D,OAAO,EAAE,IAAI,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,QAAQ,CAAA;AACpD,OAAO,EAAE,KAAK,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,SAAS,CAAA;AAEvD,OAAO,EAAE,MAAM,IAAI,SAAS,EAAE,MAAM,UAAU,CAAA;AAC9C,OAAO,EAAE,KAAK,IAAI,QAAQ,EAAE,MAAM,SAAS,CAAA;AAC3C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,WAAW,CAAA;AACjD,OAAO,EAAE,IAAI,IAAI,OAAO,EAAE,MAAM,QAAQ,CAAA;AACxC,OAAO,EAAE,KAAK,IAAI,QAAQ,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const DDateSelect: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
2
|
+
export default DDateSelect;
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/business/DDateSelect/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,sVAA0B,CAAA;AAClD,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/business/DDateSelect/index.vue"],"names":[],"mappings":";AA4CA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/business/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,eAAe,CAAA"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import "virtual:uno.css";
|
|
2
|
+
import "./styles/index.css";
|
|
3
|
+
import "./styles/legacy-reset.less";
|
|
4
|
+
export { default as DczyCard } from "./base/DczyCard/DczyCard.vue";
|
|
5
|
+
export type { DczyCardProps, DczyCardStatus } from "./base/DczyCard/types";
|
|
6
|
+
export { default } from "./install";
|
|
7
|
+
export * from "./base";
|
|
8
|
+
export * from "./ui";
|
|
9
|
+
export * from "./business";
|
|
10
|
+
export * from "./provider";
|
|
11
|
+
export type { IConfig as DczyMobileInstallConfig } from "./utils/typescript";
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,CAAA;AACxB,OAAO,oBAAoB,CAAA;AAC3B,OAAO,4BAA4B,CAAA;AAEnC,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,8BAA8B,CAAA;AAClE,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAE1E,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,cAAc,QAAQ,CAAA;AACtB,cAAc,MAAM,CAAA;AACpB,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,YAAY,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,oBAAoB,CAAA"}
|