@esportsplus/ui 0.0.84 → 0.0.85
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/build/components/alert/index.d.ts +10 -14
- package/build/components/alert/index.js +92 -92
- package/build/components/field/checkbox.d.ts +17 -21
- package/build/components/field/checkbox.js +14 -14
- package/build/components/field/description.d.ts +4 -8
- package/build/components/field/description.js +7 -7
- package/build/components/field/error.d.ts +4 -8
- package/build/components/field/error.js +9 -9
- package/build/components/field/file.d.ts +18 -22
- package/build/components/field/file.js +17 -17
- package/build/components/field/index.d.ts +222 -254
- package/build/components/field/index.js +8 -8
- package/build/components/field/optional.d.ts +92 -100
- package/build/components/field/optional.js +16 -16
- package/build/components/field/select.d.ts +32 -36
- package/build/components/field/select.js +50 -50
- package/build/components/field/switch.d.ts +3 -7
- package/build/components/field/switch.js +6 -6
- package/build/components/field/text.d.ts +21 -25
- package/build/components/field/text.js +17 -17
- package/build/components/field/textarea.d.ts +3 -7
- package/build/components/field/textarea.js +5 -5
- package/build/components/field/title.d.ts +5 -9
- package/build/components/field/title.js +9 -9
- package/build/components/form/action.d.ts +2 -6
- package/build/components/form/action.js +46 -46
- package/build/components/form/index.d.ts +27 -31
- package/build/components/form/index.js +4 -4
- package/build/components/form/input.d.ts +9 -9
- package/build/components/form/input.js +10 -10
- package/build/components/form/layout.d.ts +13 -17
- package/build/components/form/layout.js +3 -3
- package/build/components/form/types.d.ts +12 -12
- package/build/components/form/types.js +1 -1
- package/build/components/index.d.ts +9 -9
- package/build/components/index.js +9 -9
- package/build/components/overlay/index.d.ts +6 -10
- package/build/components/overlay/index.js +2 -2
- package/build/components/page/header.d.ts +6 -10
- package/build/components/page/header.js +2 -2
- package/build/components/page/index.d.ts +15 -23
- package/build/components/page/index.js +4 -4
- package/build/components/page/layout.d.ts +5 -9
- package/build/components/page/layout.js +2 -2
- package/build/components/root/index.d.ts +8 -8
- package/build/components/root/index.js +3 -3
- package/build/components/root/queue.d.ts +4 -4
- package/build/components/root/queue.js +18 -18
- package/build/components/scrollbar/index.d.ts +8 -16
- package/build/components/scrollbar/index.js +27 -27
- package/build/components/site/index.d.ts +9 -13
- package/build/components/site/index.js +9 -9
- package/build/components/tooltip/index.d.ts +51 -53
- package/build/components/tooltip/index.js +73 -73
- package/build/components/tooltip/menu.d.ts +25 -29
- package/build/components/tooltip/menu.js +15 -15
- package/build/index.d.ts +2 -2
- package/build/index.js +2 -2
- package/build/types.d.ts +5 -5
- package/build/types.js +1 -1
- package/css/0177605565c3081637cf.css +1 -0
- package/css/components/2dcc6798ba04880cdf5a.css +23 -0
- package/css/components/b296e959a632e7fdbe65.css +26 -0
- package/css/fonts/716af1291514abb1e027.css +1 -0
- package/css/utilities/822835c12ae0b64188b4.css +11 -0
- package/css/utilities/98f5bec25ab2703bc173.css +15 -0
- package/package.json +8 -8
- package/src/components/form/action.ts +8 -8
- package/src/components/scrollbar/index.ts +6 -6
- package/src/components/tooltip/index.ts +14 -14
- package/src/components/tooltip/menu.ts +1 -1
- package/webpack.config.ts +1 -0
- package/css/components/styles.css +0 -1
- package/css/components/variables.css +0 -1
- package/css/fonts/montserrat.css +0 -1
- package/css/normalizer.css +0 -1
- package/css/utilities/styles.css +0 -1
- package/css/utilities/variables.css +0 -1
- /package/{fonts → assets}/0af89c10df9bc2f8d646.woff2 +0 -0
- /package/{fonts → assets}/109e3207d9afea8524be.woff2 +0 -0
- /package/{fonts → assets}/16663c3f6ab1da2d6c86.woff +0 -0
- /package/{fonts → assets}/16e8721ef5837bc6375e.woff +0 -0
- /package/{fonts → assets}/2a3e005f58bfca9c117e.woff +0 -0
- /package/{fonts → assets}/58a8d7ebc386843b62c5.woff2 +0 -0
- /package/{fonts → assets}/593de7c561e5ffe80c3e.woff2 +0 -0
- /package/{fonts → assets}/68b7982c2b30b51bf932.woff2 +0 -0
- /package/{fonts → assets}/a04b5e24af93da353f0e.woff +0 -0
- /package/{fonts → assets}/bf331673b91821715c08.woff +0 -0
- /package/{fonts → assets}/c54b0f4340f2914802d1.woff +0 -0
- /package/{fonts → assets}/dd8646a41e4397b77fc4.woff2 +0 -0
- /package/{fonts → assets}/e06c107cc50506570954.woff2 +0 -0
- /package/{fonts → assets}/ecdfe4c05425592708aa.woff2 +0 -0
- /package/{fonts → assets}/f0032576ac7462ccbd0c.woff +0 -0
- /package/{fonts → assets}/f872e621917a45943fbc.woff +0 -0
|
@@ -1,254 +1,222 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
checkbox: (data: {
|
|
3
|
-
class?: string | undefined;
|
|
4
|
-
field?: {
|
|
5
|
-
content?: any;
|
|
6
|
-
} | undefined;
|
|
7
|
-
mask?: {
|
|
8
|
-
class?: string | undefined;
|
|
9
|
-
style?: string | undefined;
|
|
10
|
-
} | undefined;
|
|
11
|
-
name?: string | undefined;
|
|
12
|
-
style?: string | undefined;
|
|
13
|
-
title: string;
|
|
14
|
-
value?: any;
|
|
15
|
-
} & {
|
|
16
|
-
description?: string | undefined;
|
|
17
|
-
}) =>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
} | undefined;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
class?: string | undefined;
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
} | undefined;
|
|
166
|
-
|
|
167
|
-
class?: string | undefined;
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}) =>
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
} | undefined;
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
} & {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
content: string;
|
|
224
|
-
type: string;
|
|
225
|
-
values: never[];
|
|
226
|
-
};
|
|
227
|
-
text: (data: {
|
|
228
|
-
class?: string | undefined;
|
|
229
|
-
mask?: {
|
|
230
|
-
class?: string | undefined;
|
|
231
|
-
content?: any;
|
|
232
|
-
style?: string | undefined;
|
|
233
|
-
} | undefined;
|
|
234
|
-
name?: string | undefined;
|
|
235
|
-
placeholder?: string | undefined;
|
|
236
|
-
style?: string | undefined;
|
|
237
|
-
tag?: {
|
|
238
|
-
class?: string | undefined;
|
|
239
|
-
} | undefined;
|
|
240
|
-
textarea?: boolean | undefined;
|
|
241
|
-
type?: string | undefined;
|
|
242
|
-
value?: unknown;
|
|
243
|
-
} & {
|
|
244
|
-
description?: string | undefined;
|
|
245
|
-
} & {
|
|
246
|
-
required?: boolean | undefined;
|
|
247
|
-
title?: string | undefined;
|
|
248
|
-
}) => {
|
|
249
|
-
content: string;
|
|
250
|
-
type: string;
|
|
251
|
-
values: never[];
|
|
252
|
-
};
|
|
253
|
-
};
|
|
254
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
checkbox: (data: {
|
|
3
|
+
class?: string | undefined;
|
|
4
|
+
field?: {
|
|
5
|
+
content?: any;
|
|
6
|
+
} | undefined;
|
|
7
|
+
mask?: {
|
|
8
|
+
class?: string | undefined;
|
|
9
|
+
style?: string | undefined;
|
|
10
|
+
} | undefined;
|
|
11
|
+
name?: string | undefined;
|
|
12
|
+
style?: string | undefined;
|
|
13
|
+
title: string;
|
|
14
|
+
value?: any;
|
|
15
|
+
} & {
|
|
16
|
+
description?: string | undefined;
|
|
17
|
+
}) => import("@esportsplus/template/build/types").Template;
|
|
18
|
+
file: (data: {
|
|
19
|
+
accept?: string | undefined;
|
|
20
|
+
class?: string | undefined;
|
|
21
|
+
mask?: {
|
|
22
|
+
class?: string | undefined;
|
|
23
|
+
content?: any;
|
|
24
|
+
style?: string | undefined;
|
|
25
|
+
} | undefined;
|
|
26
|
+
name?: string | undefined;
|
|
27
|
+
placeholder?: string | undefined;
|
|
28
|
+
style?: string | undefined;
|
|
29
|
+
type?: string | undefined;
|
|
30
|
+
value?: unknown;
|
|
31
|
+
} & {
|
|
32
|
+
description?: string | undefined;
|
|
33
|
+
} & {
|
|
34
|
+
required?: boolean | undefined;
|
|
35
|
+
title?: string | undefined;
|
|
36
|
+
}) => import("@esportsplus/template/build/types").Template;
|
|
37
|
+
optional: {
|
|
38
|
+
select: (data: {
|
|
39
|
+
class?: string | undefined;
|
|
40
|
+
field?: {
|
|
41
|
+
content?: any;
|
|
42
|
+
} | undefined;
|
|
43
|
+
mask?: {
|
|
44
|
+
class?: string | undefined;
|
|
45
|
+
style?: string | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
name?: string | undefined;
|
|
48
|
+
style?: string | undefined;
|
|
49
|
+
title: string;
|
|
50
|
+
value?: any;
|
|
51
|
+
} & {
|
|
52
|
+
description?: string | undefined;
|
|
53
|
+
} & {
|
|
54
|
+
field: {
|
|
55
|
+
class?: string | undefined;
|
|
56
|
+
effect?: ((selected: string | number) => void) | undefined;
|
|
57
|
+
mask?: {
|
|
58
|
+
class?: string | undefined;
|
|
59
|
+
content?: any;
|
|
60
|
+
style?: string | undefined;
|
|
61
|
+
} | undefined;
|
|
62
|
+
name?: string | undefined;
|
|
63
|
+
options: Record<string | number, string | number>;
|
|
64
|
+
option?: {
|
|
65
|
+
class?: string | undefined;
|
|
66
|
+
style?: string | undefined;
|
|
67
|
+
} | undefined;
|
|
68
|
+
selected?: any;
|
|
69
|
+
scrollbar?: {
|
|
70
|
+
style?: string | undefined;
|
|
71
|
+
} | undefined;
|
|
72
|
+
style?: string | undefined;
|
|
73
|
+
text?: {
|
|
74
|
+
class?: string | undefined;
|
|
75
|
+
} | undefined;
|
|
76
|
+
tooltip?: {
|
|
77
|
+
class?: string | undefined;
|
|
78
|
+
direction?: any;
|
|
79
|
+
style?: string | undefined;
|
|
80
|
+
} | undefined;
|
|
81
|
+
} & {
|
|
82
|
+
description?: string | undefined;
|
|
83
|
+
} & {
|
|
84
|
+
required?: boolean | undefined;
|
|
85
|
+
title?: string | undefined;
|
|
86
|
+
};
|
|
87
|
+
}) => import("@esportsplus/template/build/types").Template;
|
|
88
|
+
text: (data: {
|
|
89
|
+
class?: string | undefined;
|
|
90
|
+
field?: {
|
|
91
|
+
content?: any;
|
|
92
|
+
} | undefined;
|
|
93
|
+
mask?: {
|
|
94
|
+
class?: string | undefined;
|
|
95
|
+
style?: string | undefined;
|
|
96
|
+
} | undefined;
|
|
97
|
+
name?: string | undefined;
|
|
98
|
+
style?: string | undefined;
|
|
99
|
+
title: string;
|
|
100
|
+
value?: any;
|
|
101
|
+
} & {
|
|
102
|
+
description?: string | undefined;
|
|
103
|
+
} & {
|
|
104
|
+
field: {
|
|
105
|
+
class?: string | undefined;
|
|
106
|
+
mask?: {
|
|
107
|
+
class?: string | undefined;
|
|
108
|
+
content?: any;
|
|
109
|
+
style?: string | undefined;
|
|
110
|
+
} | undefined;
|
|
111
|
+
name?: string | undefined;
|
|
112
|
+
placeholder?: string | undefined;
|
|
113
|
+
style?: string | undefined;
|
|
114
|
+
tag?: {
|
|
115
|
+
class?: string | undefined;
|
|
116
|
+
} | undefined;
|
|
117
|
+
textarea?: boolean | undefined;
|
|
118
|
+
type?: string | undefined;
|
|
119
|
+
value?: unknown;
|
|
120
|
+
} & {
|
|
121
|
+
description?: string | undefined;
|
|
122
|
+
} & {
|
|
123
|
+
required?: boolean | undefined;
|
|
124
|
+
title?: string | undefined;
|
|
125
|
+
};
|
|
126
|
+
}) => import("@esportsplus/template/build/types").Template;
|
|
127
|
+
};
|
|
128
|
+
select: (data: {
|
|
129
|
+
class?: string | undefined;
|
|
130
|
+
effect?: ((selected: string | number) => void) | undefined;
|
|
131
|
+
mask?: {
|
|
132
|
+
class?: string | undefined;
|
|
133
|
+
content?: any;
|
|
134
|
+
style?: string | undefined;
|
|
135
|
+
} | undefined;
|
|
136
|
+
name?: string | undefined;
|
|
137
|
+
options: Record<string | number, string | number>;
|
|
138
|
+
option?: {
|
|
139
|
+
class?: string | undefined;
|
|
140
|
+
style?: string | undefined;
|
|
141
|
+
} | undefined;
|
|
142
|
+
selected?: any;
|
|
143
|
+
scrollbar?: {
|
|
144
|
+
style?: string | undefined;
|
|
145
|
+
} | undefined;
|
|
146
|
+
style?: string | undefined;
|
|
147
|
+
text?: {
|
|
148
|
+
class?: string | undefined;
|
|
149
|
+
} | undefined;
|
|
150
|
+
tooltip?: {
|
|
151
|
+
class?: string | undefined;
|
|
152
|
+
direction?: any;
|
|
153
|
+
style?: string | undefined;
|
|
154
|
+
} | undefined;
|
|
155
|
+
} & {
|
|
156
|
+
description?: string | undefined;
|
|
157
|
+
} & {
|
|
158
|
+
required?: boolean | undefined;
|
|
159
|
+
title?: string | undefined;
|
|
160
|
+
}) => import("@esportsplus/template/build/types").Template;
|
|
161
|
+
switch: (data: {
|
|
162
|
+
class?: string | undefined;
|
|
163
|
+
field?: {
|
|
164
|
+
content?: any;
|
|
165
|
+
} | undefined;
|
|
166
|
+
mask?: {
|
|
167
|
+
class?: string | undefined;
|
|
168
|
+
style?: string | undefined;
|
|
169
|
+
} | undefined;
|
|
170
|
+
name?: string | undefined;
|
|
171
|
+
style?: string | undefined;
|
|
172
|
+
title: string;
|
|
173
|
+
value?: any;
|
|
174
|
+
} & {
|
|
175
|
+
description?: string | undefined;
|
|
176
|
+
}) => import("@esportsplus/template/build/types").Template;
|
|
177
|
+
textarea: (data: {
|
|
178
|
+
class?: string | undefined;
|
|
179
|
+
mask?: {
|
|
180
|
+
class?: string | undefined;
|
|
181
|
+
content?: any;
|
|
182
|
+
style?: string | undefined;
|
|
183
|
+
} | undefined;
|
|
184
|
+
name?: string | undefined;
|
|
185
|
+
placeholder?: string | undefined;
|
|
186
|
+
style?: string | undefined;
|
|
187
|
+
tag?: {
|
|
188
|
+
class?: string | undefined;
|
|
189
|
+
} | undefined;
|
|
190
|
+
textarea?: boolean | undefined;
|
|
191
|
+
type?: string | undefined;
|
|
192
|
+
value?: unknown;
|
|
193
|
+
} & {
|
|
194
|
+
description?: string | undefined;
|
|
195
|
+
} & {
|
|
196
|
+
required?: boolean | undefined;
|
|
197
|
+
title?: string | undefined;
|
|
198
|
+
}) => import("@esportsplus/template/build/types").Template;
|
|
199
|
+
text: (data: {
|
|
200
|
+
class?: string | undefined;
|
|
201
|
+
mask?: {
|
|
202
|
+
class?: string | undefined;
|
|
203
|
+
content?: any;
|
|
204
|
+
style?: string | undefined;
|
|
205
|
+
} | undefined;
|
|
206
|
+
name?: string | undefined;
|
|
207
|
+
placeholder?: string | undefined;
|
|
208
|
+
style?: string | undefined;
|
|
209
|
+
tag?: {
|
|
210
|
+
class?: string | undefined;
|
|
211
|
+
} | undefined;
|
|
212
|
+
textarea?: boolean | undefined;
|
|
213
|
+
type?: string | undefined;
|
|
214
|
+
value?: unknown;
|
|
215
|
+
} & {
|
|
216
|
+
description?: string | undefined;
|
|
217
|
+
} & {
|
|
218
|
+
required?: boolean | undefined;
|
|
219
|
+
title?: string | undefined;
|
|
220
|
+
}) => import("@esportsplus/template/build/types").Template;
|
|
221
|
+
};
|
|
222
|
+
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import checkbox from './checkbox';
|
|
2
|
-
import file from './file';
|
|
3
|
-
import optional from './optional';
|
|
4
|
-
import select from './select';
|
|
5
|
-
import s from './switch';
|
|
6
|
-
import textarea from './textarea';
|
|
7
|
-
import text from './text';
|
|
8
|
-
export default { checkbox, file, optional, select, switch: s, textarea, text };
|
|
1
|
+
import checkbox from './checkbox';
|
|
2
|
+
import file from './file';
|
|
3
|
+
import optional from './optional';
|
|
4
|
+
import select from './select';
|
|
5
|
+
import s from './switch';
|
|
6
|
+
import textarea from './textarea';
|
|
7
|
+
import text from './text';
|
|
8
|
+
export default { checkbox, file, optional, select, switch: s, textarea, text };
|