@fewangsit/wangsvue-presets 1.0.88 → 1.0.89-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,267 +1,3 @@
1
- declare namespace _default {
2
- function root({ props }: {
3
- props: any;
4
- }): {
5
- class: (string | {
6
- 'select-none pointer-events-none cursor-default': any;
7
- })[];
8
- };
9
- function input({ props }: {
10
- props: any;
11
- }): {
12
- class: string[];
13
- };
14
- namespace inputicon {
15
- let _class: string[];
16
- export { _class as class };
17
- }
18
- namespace dropdownbutton {
19
- export namespace root_1 {
20
- let _class_1: string[];
21
- export { _class_1 as class };
22
- }
23
- export { root_1 as root };
24
- }
25
- function panel({ props }: {
26
- props: any;
27
- }): {
28
- class: (string | {
29
- absolute: boolean;
30
- 'inline-block': any;
31
- 'min-w-[80vw] w-auto p-2 '?: undefined;
32
- 'p-2 min-w-full'?: undefined;
33
- 'overflow-x-auto'?: undefined;
34
- } | {
35
- 'min-w-[80vw] w-auto p-2 ': any;
36
- absolute?: undefined;
37
- 'inline-block'?: undefined;
38
- 'p-2 min-w-full'?: undefined;
39
- 'overflow-x-auto'?: undefined;
40
- } | {
41
- 'p-2 min-w-full': any;
42
- absolute?: undefined;
43
- 'inline-block'?: undefined;
44
- 'min-w-[80vw] w-auto p-2 '?: undefined;
45
- 'overflow-x-auto'?: undefined;
46
- } | {
47
- 'overflow-x-auto': any;
48
- absolute?: undefined;
49
- 'inline-block'?: undefined;
50
- 'min-w-[80vw] w-auto p-2 '?: undefined;
51
- 'p-2 min-w-full'?: undefined;
52
- })[];
53
- };
54
- namespace datepickerMask {
55
- let _class_2: string[];
56
- export { _class_2 as class };
57
- }
58
- function header({ props, state }: {
59
- props: any;
60
- state: any;
61
- }): {
62
- class: (string | {
63
- hidden: boolean;
64
- })[];
65
- };
66
- function previousbutton({ props }: {
67
- props: any;
68
- }): {
69
- class: string[];
70
- };
71
- function title({ props }: {
72
- props: any;
73
- }): {
74
- class: string[];
75
- };
76
- namespace monthTitle {
77
- let _class_3: string[];
78
- export { _class_3 as class };
79
- }
80
- function yearTitle({ props }: {
81
- props: any;
82
- }): {
83
- class: (string | {
84
- hidden: boolean;
85
- })[];
86
- };
87
- function nextbutton({ props }: {
88
- props: any;
89
- }): {
90
- class: string[];
91
- };
92
- namespace table {
93
- let _class_4: string[];
94
- export { _class_4 as class };
95
- }
96
- namespace tableheadercell {
97
- let _class_5: string[];
98
- export { _class_5 as class };
99
- }
100
- namespace tablebodyrow {
101
- let _class_6: any[];
102
- export { _class_6 as class };
103
- }
104
- namespace weekheader {
105
- let _class_7: string[];
106
- export { _class_7 as class };
107
- }
108
- namespace weeknumber {
109
- let _class_8: string[];
110
- export { _class_8 as class };
111
- }
112
- namespace weekday {
113
- let _class_9: any[];
114
- export { _class_9 as class };
115
- }
116
- namespace day {
117
- let _class_10: string[];
118
- export { _class_10 as class };
119
- }
120
- function weeklabelcontainer({ context }: {
121
- context: any;
122
- }): {
123
- class: (string | {
124
- 'text-surface-600/70 bg-transparent': boolean;
125
- 'text-primary-400 ': boolean;
126
- 'hover:bg-surface-100'?: undefined;
127
- 'opacity-40 cursor-default'?: undefined;
128
- 'cursor-pointer'?: undefined;
129
- } | {
130
- 'hover:bg-surface-100': boolean;
131
- 'text-surface-600/70 bg-transparent'?: undefined;
132
- 'text-primary-400 '?: undefined;
133
- 'opacity-40 cursor-default'?: undefined;
134
- 'cursor-pointer'?: undefined;
135
- } | {
136
- 'opacity-40 cursor-default': any;
137
- 'cursor-pointer': boolean;
138
- 'text-surface-600/70 bg-transparent'?: undefined;
139
- 'text-primary-400 '?: undefined;
140
- 'hover:bg-surface-100'?: undefined;
141
- })[];
142
- };
143
- function daylabel({ context }: {
144
- context: any;
145
- }): {
146
- class: (string | {
147
- 'bg-primary-400 text-white rounded-none': any;
148
- '!rounded-full'?: undefined;
149
- 'hover:bg-primary-400/90'?: undefined;
150
- 'hover:bg-primary-200'?: undefined;
151
- 'opacity-40 cursor-default'?: undefined;
152
- 'cursor-pointer'?: undefined;
153
- } | {
154
- '!rounded-full': boolean;
155
- 'bg-primary-400 text-white rounded-none'?: undefined;
156
- 'hover:bg-primary-400/90'?: undefined;
157
- 'hover:bg-primary-200'?: undefined;
158
- 'opacity-40 cursor-default'?: undefined;
159
- 'cursor-pointer'?: undefined;
160
- } | {
161
- 'hover:bg-primary-400/90': any;
162
- 'hover:bg-primary-200': boolean;
163
- 'bg-primary-400 text-white rounded-none'?: undefined;
164
- '!rounded-full'?: undefined;
165
- 'opacity-40 cursor-default'?: undefined;
166
- 'cursor-pointer'?: undefined;
167
- } | {
168
- 'opacity-40 cursor-default': any;
169
- 'cursor-pointer': boolean;
170
- 'bg-primary-400 text-white rounded-none'?: undefined;
171
- '!rounded-full'?: undefined;
172
- 'hover:bg-primary-400/90'?: undefined;
173
- 'hover:bg-primary-200'?: undefined;
174
- })[];
175
- };
176
- namespace monthpicker {
177
- let _class_11: string[];
178
- export { _class_11 as class };
179
- }
180
- function month({ context }: {
181
- context: any;
182
- }): {
183
- class: (string | {
184
- 'text-grayscale-900 bg-transparent': boolean;
185
- 'bg-primary-400 text-white': boolean;
186
- })[];
187
- 'data-month-in-future': boolean;
188
- };
189
- namespace yearpicker {
190
- let _class_12: string[];
191
- export { _class_12 as class };
192
- }
193
- function year({ context }: {
194
- context: any;
195
- }): {
196
- class: (string | {
197
- 'text-grayscale-900 bg-transparent': boolean;
198
- 'bg-primary-400 text-white': boolean;
199
- })[];
200
- 'data-year-in-future': boolean;
201
- };
202
- namespace timepicker {
203
- let _class_13: string[];
204
- export { _class_13 as class };
205
- }
206
- namespace separatorcontainer {
207
- let _class_14: string[];
208
- export { _class_14 as class };
209
- }
210
- namespace separator {
211
- let _class_15: string[];
212
- export { _class_15 as class };
213
- }
214
- namespace hourpicker {
215
- let _class_16: string[];
216
- export { _class_16 as class };
217
- }
218
- namespace minutepicker {
219
- let _class_17: string[];
220
- export { _class_17 as class };
221
- }
222
- namespace secondPicker {
223
- let _class_18: string[];
224
- export { _class_18 as class };
225
- }
226
- namespace incrementbutton {
227
- let _class_19: string[];
228
- export { _class_19 as class };
229
- }
230
- namespace decrementbutton {
231
- let _class_20: string[];
232
- export { _class_20 as class };
233
- }
234
- namespace groupcontainer {
235
- let _class_21: string[];
236
- export { _class_21 as class };
237
- }
238
- namespace group {
239
- let _class_22: string[];
240
- export { _class_22 as class };
241
- }
242
- namespace buttonbar {
243
- let _class_23: string[];
244
- export { _class_23 as class };
245
- }
246
- namespace todaybutton {
247
- export namespace root_2 {
248
- let _class_24: string[];
249
- export { _class_24 as class };
250
- }
251
- export { root_2 as root };
252
- }
253
- namespace clearbutton {
254
- export namespace root_3 {
255
- let _class_25: string[];
256
- export { _class_25 as class };
257
- }
258
- export { root_3 as root };
259
- }
260
- namespace transition {
261
- let enterFromClass: string;
262
- let enterActiveClass: string;
263
- let leaveActiveClass: string;
264
- let leaveToClass: string;
265
- }
266
- }
267
- export default _default;
1
+ import { CalendarPresetOptions } from 'lib/components/calendar/Calendar.vue.d';
2
+ declare const preset: CalendarPresetOptions;
3
+ export default preset;