@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,198 @@
|
|
|
1
|
+
export declare const DCell: import("../../utils/typescript").SFCWithInstall<{
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
+
valueLayout: {
|
|
4
|
+
type: () => "left" | "right" | "center";
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
cellWarpClass: {
|
|
8
|
+
type: import("vue").PropType<string | string[]>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
tag: {
|
|
12
|
+
type: import("vue").PropType<keyof HTMLElementTagNameMap>;
|
|
13
|
+
default: keyof HTMLElementTagNameMap;
|
|
14
|
+
};
|
|
15
|
+
icon: StringConstructor;
|
|
16
|
+
size: import("vue").PropType<import("vant").CellSize>;
|
|
17
|
+
title: (NumberConstructor | StringConstructor)[];
|
|
18
|
+
value: (NumberConstructor | StringConstructor)[];
|
|
19
|
+
label: (NumberConstructor | StringConstructor)[];
|
|
20
|
+
center: BooleanConstructor;
|
|
21
|
+
isLink: BooleanConstructor;
|
|
22
|
+
border: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: true;
|
|
25
|
+
};
|
|
26
|
+
iconPrefix: StringConstructor;
|
|
27
|
+
valueClass: import("vue").PropType<unknown>;
|
|
28
|
+
labelClass: import("vue").PropType<unknown>;
|
|
29
|
+
titleClass: import("vue").PropType<unknown>;
|
|
30
|
+
titleStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
31
|
+
arrowDirection: import("vue").PropType<import("vant").CellArrowDirection>;
|
|
32
|
+
required: {
|
|
33
|
+
type: import("vue").PropType<boolean | "auto">;
|
|
34
|
+
default: null;
|
|
35
|
+
};
|
|
36
|
+
clickable: {
|
|
37
|
+
type: import("vue").PropType<boolean | null>;
|
|
38
|
+
default: null;
|
|
39
|
+
};
|
|
40
|
+
to: import("vue").PropType<import("vue-router").RouteLocationRaw>;
|
|
41
|
+
url: StringConstructor;
|
|
42
|
+
replace: BooleanConstructor;
|
|
43
|
+
}>> & Readonly<{
|
|
44
|
+
onClick?: (() => any) | undefined;
|
|
45
|
+
onTitleClick?: (() => any) | undefined;
|
|
46
|
+
onValueClick?: (() => any) | undefined;
|
|
47
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
48
|
+
click: () => any;
|
|
49
|
+
titleClick: () => any;
|
|
50
|
+
valueClick: () => any;
|
|
51
|
+
}, import("vue").PublicProps, {
|
|
52
|
+
clickable: boolean | null;
|
|
53
|
+
replace: boolean;
|
|
54
|
+
required: boolean | "auto";
|
|
55
|
+
tag: keyof HTMLElementTagNameMap;
|
|
56
|
+
center: boolean;
|
|
57
|
+
isLink: boolean;
|
|
58
|
+
border: boolean;
|
|
59
|
+
valueLayout: "center" | "left" | "right";
|
|
60
|
+
cellWarpClass: string | string[];
|
|
61
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
62
|
+
P: {};
|
|
63
|
+
B: {};
|
|
64
|
+
D: {};
|
|
65
|
+
C: {};
|
|
66
|
+
M: {};
|
|
67
|
+
Defaults: {};
|
|
68
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
+
valueLayout: {
|
|
70
|
+
type: () => "left" | "right" | "center";
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
cellWarpClass: {
|
|
74
|
+
type: import("vue").PropType<string | string[]>;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
tag: {
|
|
78
|
+
type: import("vue").PropType<keyof HTMLElementTagNameMap>;
|
|
79
|
+
default: keyof HTMLElementTagNameMap;
|
|
80
|
+
};
|
|
81
|
+
icon: StringConstructor;
|
|
82
|
+
size: import("vue").PropType<import("vant").CellSize>;
|
|
83
|
+
title: (NumberConstructor | StringConstructor)[];
|
|
84
|
+
value: (NumberConstructor | StringConstructor)[];
|
|
85
|
+
label: (NumberConstructor | StringConstructor)[];
|
|
86
|
+
center: BooleanConstructor;
|
|
87
|
+
isLink: BooleanConstructor;
|
|
88
|
+
border: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default: true;
|
|
91
|
+
};
|
|
92
|
+
iconPrefix: StringConstructor;
|
|
93
|
+
valueClass: import("vue").PropType<unknown>;
|
|
94
|
+
labelClass: import("vue").PropType<unknown>;
|
|
95
|
+
titleClass: import("vue").PropType<unknown>;
|
|
96
|
+
titleStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
97
|
+
arrowDirection: import("vue").PropType<import("vant").CellArrowDirection>;
|
|
98
|
+
required: {
|
|
99
|
+
type: import("vue").PropType<boolean | "auto">;
|
|
100
|
+
default: null;
|
|
101
|
+
};
|
|
102
|
+
clickable: {
|
|
103
|
+
type: import("vue").PropType<boolean | null>;
|
|
104
|
+
default: null;
|
|
105
|
+
};
|
|
106
|
+
to: import("vue").PropType<import("vue-router").RouteLocationRaw>;
|
|
107
|
+
url: StringConstructor;
|
|
108
|
+
replace: BooleanConstructor;
|
|
109
|
+
}>> & Readonly<{
|
|
110
|
+
onClick?: (() => any) | undefined;
|
|
111
|
+
onTitleClick?: (() => any) | undefined;
|
|
112
|
+
onValueClick?: (() => any) | undefined;
|
|
113
|
+
}>, {}, {}, {}, {}, {
|
|
114
|
+
clickable: boolean | null;
|
|
115
|
+
replace: boolean;
|
|
116
|
+
required: boolean | "auto";
|
|
117
|
+
tag: keyof HTMLElementTagNameMap;
|
|
118
|
+
center: boolean;
|
|
119
|
+
isLink: boolean;
|
|
120
|
+
border: boolean;
|
|
121
|
+
valueLayout: "center" | "left" | "right";
|
|
122
|
+
cellWarpClass: string | string[];
|
|
123
|
+
}>;
|
|
124
|
+
__isFragment?: never;
|
|
125
|
+
__isTeleport?: never;
|
|
126
|
+
__isSuspense?: never;
|
|
127
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
128
|
+
valueLayout: {
|
|
129
|
+
type: () => "left" | "right" | "center";
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
cellWarpClass: {
|
|
133
|
+
type: import("vue").PropType<string | string[]>;
|
|
134
|
+
default: string;
|
|
135
|
+
};
|
|
136
|
+
tag: {
|
|
137
|
+
type: import("vue").PropType<keyof HTMLElementTagNameMap>;
|
|
138
|
+
default: keyof HTMLElementTagNameMap;
|
|
139
|
+
};
|
|
140
|
+
icon: StringConstructor;
|
|
141
|
+
size: import("vue").PropType<import("vant").CellSize>;
|
|
142
|
+
title: (NumberConstructor | StringConstructor)[];
|
|
143
|
+
value: (NumberConstructor | StringConstructor)[];
|
|
144
|
+
label: (NumberConstructor | StringConstructor)[];
|
|
145
|
+
center: BooleanConstructor;
|
|
146
|
+
isLink: BooleanConstructor;
|
|
147
|
+
border: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: true;
|
|
150
|
+
};
|
|
151
|
+
iconPrefix: StringConstructor;
|
|
152
|
+
valueClass: import("vue").PropType<unknown>;
|
|
153
|
+
labelClass: import("vue").PropType<unknown>;
|
|
154
|
+
titleClass: import("vue").PropType<unknown>;
|
|
155
|
+
titleStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
156
|
+
arrowDirection: import("vue").PropType<import("vant").CellArrowDirection>;
|
|
157
|
+
required: {
|
|
158
|
+
type: import("vue").PropType<boolean | "auto">;
|
|
159
|
+
default: null;
|
|
160
|
+
};
|
|
161
|
+
clickable: {
|
|
162
|
+
type: import("vue").PropType<boolean | null>;
|
|
163
|
+
default: null;
|
|
164
|
+
};
|
|
165
|
+
to: import("vue").PropType<import("vue-router").RouteLocationRaw>;
|
|
166
|
+
url: StringConstructor;
|
|
167
|
+
replace: BooleanConstructor;
|
|
168
|
+
}>> & Readonly<{
|
|
169
|
+
onClick?: (() => any) | undefined;
|
|
170
|
+
onTitleClick?: (() => any) | undefined;
|
|
171
|
+
onValueClick?: (() => any) | undefined;
|
|
172
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
173
|
+
click: () => any;
|
|
174
|
+
titleClick: () => any;
|
|
175
|
+
valueClick: () => any;
|
|
176
|
+
}, string, {
|
|
177
|
+
clickable: boolean | null;
|
|
178
|
+
replace: boolean;
|
|
179
|
+
required: boolean | "auto";
|
|
180
|
+
tag: keyof HTMLElementTagNameMap;
|
|
181
|
+
center: boolean;
|
|
182
|
+
isLink: boolean;
|
|
183
|
+
border: boolean;
|
|
184
|
+
valueLayout: "center" | "left" | "right";
|
|
185
|
+
cellWarpClass: string | string[];
|
|
186
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
187
|
+
$slots: {
|
|
188
|
+
title?: () => any;
|
|
189
|
+
value?: () => any;
|
|
190
|
+
label?: () => any;
|
|
191
|
+
icon?: () => any;
|
|
192
|
+
'right-icon'?: () => any;
|
|
193
|
+
extra?: () => any;
|
|
194
|
+
};
|
|
195
|
+
})> & Record<string, any>;
|
|
196
|
+
export default DCell;
|
|
197
|
+
export * from "./index.vue";
|
|
198
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/base/DCell/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAoB,CAAC;AACvC,eAAe,KAAK,CAAC;AAErB,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
type __VLS_Slots = {
|
|
3
|
+
title?: () => any;
|
|
4
|
+
value?: () => any;
|
|
5
|
+
label?: () => any;
|
|
6
|
+
icon?: () => any;
|
|
7
|
+
'right-icon'?: () => any;
|
|
8
|
+
extra?: () => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
11
|
+
valueLayout: {
|
|
12
|
+
type: () => "left" | "right" | "center";
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
cellWarpClass: {
|
|
16
|
+
type: PropType<string | string[]>;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
tag: {
|
|
20
|
+
type: PropType<keyof HTMLElementTagNameMap>;
|
|
21
|
+
default: keyof HTMLElementTagNameMap;
|
|
22
|
+
};
|
|
23
|
+
icon: StringConstructor;
|
|
24
|
+
size: PropType<import("vant").CellSize>;
|
|
25
|
+
title: (NumberConstructor | StringConstructor)[];
|
|
26
|
+
value: (NumberConstructor | StringConstructor)[];
|
|
27
|
+
label: (NumberConstructor | StringConstructor)[];
|
|
28
|
+
center: BooleanConstructor;
|
|
29
|
+
isLink: BooleanConstructor;
|
|
30
|
+
border: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: true;
|
|
33
|
+
};
|
|
34
|
+
iconPrefix: StringConstructor;
|
|
35
|
+
valueClass: PropType<unknown>;
|
|
36
|
+
labelClass: PropType<unknown>;
|
|
37
|
+
titleClass: PropType<unknown>;
|
|
38
|
+
titleStyle: PropType<string | import("vue").CSSProperties>;
|
|
39
|
+
arrowDirection: PropType<import("vant").CellArrowDirection>;
|
|
40
|
+
required: {
|
|
41
|
+
type: PropType<boolean | "auto">;
|
|
42
|
+
default: null;
|
|
43
|
+
};
|
|
44
|
+
clickable: {
|
|
45
|
+
type: PropType<boolean | null>;
|
|
46
|
+
default: null;
|
|
47
|
+
};
|
|
48
|
+
to: PropType<import("vue-router").RouteLocationRaw>;
|
|
49
|
+
url: StringConstructor;
|
|
50
|
+
replace: BooleanConstructor;
|
|
51
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
52
|
+
click: () => any;
|
|
53
|
+
titleClick: () => any;
|
|
54
|
+
valueClick: () => any;
|
|
55
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
|
+
valueLayout: {
|
|
57
|
+
type: () => "left" | "right" | "center";
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
cellWarpClass: {
|
|
61
|
+
type: PropType<string | string[]>;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
tag: {
|
|
65
|
+
type: PropType<keyof HTMLElementTagNameMap>;
|
|
66
|
+
default: keyof HTMLElementTagNameMap;
|
|
67
|
+
};
|
|
68
|
+
icon: StringConstructor;
|
|
69
|
+
size: PropType<import("vant").CellSize>;
|
|
70
|
+
title: (NumberConstructor | StringConstructor)[];
|
|
71
|
+
value: (NumberConstructor | StringConstructor)[];
|
|
72
|
+
label: (NumberConstructor | StringConstructor)[];
|
|
73
|
+
center: BooleanConstructor;
|
|
74
|
+
isLink: BooleanConstructor;
|
|
75
|
+
border: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: true;
|
|
78
|
+
};
|
|
79
|
+
iconPrefix: StringConstructor;
|
|
80
|
+
valueClass: PropType<unknown>;
|
|
81
|
+
labelClass: PropType<unknown>;
|
|
82
|
+
titleClass: PropType<unknown>;
|
|
83
|
+
titleStyle: PropType<string | import("vue").CSSProperties>;
|
|
84
|
+
arrowDirection: PropType<import("vant").CellArrowDirection>;
|
|
85
|
+
required: {
|
|
86
|
+
type: PropType<boolean | "auto">;
|
|
87
|
+
default: null;
|
|
88
|
+
};
|
|
89
|
+
clickable: {
|
|
90
|
+
type: PropType<boolean | null>;
|
|
91
|
+
default: null;
|
|
92
|
+
};
|
|
93
|
+
to: PropType<import("vue-router").RouteLocationRaw>;
|
|
94
|
+
url: StringConstructor;
|
|
95
|
+
replace: BooleanConstructor;
|
|
96
|
+
}>> & Readonly<{
|
|
97
|
+
onClick?: (() => any) | undefined;
|
|
98
|
+
onTitleClick?: (() => any) | undefined;
|
|
99
|
+
onValueClick?: (() => any) | undefined;
|
|
100
|
+
}>, {
|
|
101
|
+
clickable: boolean | null;
|
|
102
|
+
replace: boolean;
|
|
103
|
+
required: boolean | "auto";
|
|
104
|
+
tag: keyof HTMLElementTagNameMap;
|
|
105
|
+
center: boolean;
|
|
106
|
+
isLink: boolean;
|
|
107
|
+
border: boolean;
|
|
108
|
+
valueLayout: "center" | "left" | "right";
|
|
109
|
+
cellWarpClass: string | string[];
|
|
110
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
111
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
112
|
+
export default _default;
|
|
113
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
114
|
+
new (): {
|
|
115
|
+
$slots: S;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/base/DCell/index.vue"],"names":[],"mappings":"AAqGA,OAAO,EAAY,QAAQ,EAAE,MAAM,KAAK,CAAC;AAkBzC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,GAAG,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,CAAC;CACnB,CAAC;AA2JF,QAAA,MAAM,eAAe;;cASD,MAAM,MAAM,GAAG,OAAO,GAAG,QAAQ;;;;cAIxB,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAJpC,MAAM,MAAM,GAAG,OAAO,GAAG,QAAQ;;;;cAIxB,QAAQ,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAItD,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,12 @@
|
|
|
1
|
+
export interface DCellProps {
|
|
2
|
+
layout?: "left" | "right";
|
|
3
|
+
title: string;
|
|
4
|
+
value: string;
|
|
5
|
+
isLink?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface DCellEmits {
|
|
8
|
+
(eventName: "click"): void;
|
|
9
|
+
(eventName: "titleClick"): void;
|
|
10
|
+
(eventName: "valueClick"): void;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/base/DCell/type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,UAAU;IACzB,CAAC,SAAS,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B,CAAC,SAAS,EAAE,YAAY,GAAG,IAAI,CAAC;IAChC,CAAC,SAAS,EAAE,YAAY,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const DInput: import("../../utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
+
"update:modelValue": (value: string) => any;
|
|
5
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
6
|
+
modelValue?: string;
|
|
7
|
+
}> & Readonly<{
|
|
8
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>> & Record<string, any>;
|
|
10
|
+
export default DInput;
|
|
11
|
+
export * from './index.vue';
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/base/DInput/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;yGAAqB,CAAC;AACzC,eAAe,MAAM,CAAC;AAEtB,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const modelValue: import("vue").ModelRef<string, string, string, string>;
|
|
2
|
+
type __VLS_PublicProps = {
|
|
3
|
+
modelValue?: typeof modelValue['value'];
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: string) => any;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
8
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/base/DInput/index.vue"],"names":[],"mappings":"AAqBA,QAAA,MAAM,UAAU,wDAGd,CAAC;AAOH,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,UAAU,CAAC,OAAO,CAAC,CAAC;CACvC,CAAC;;;;;;AA2CF,wBAOG"}
|