@aloudata/aloudata-design 0.3.0-beta.1 → 0.3.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/es/Breadcrumb/style/index.less +11 -3
- package/es/Button/index.js +17 -2
- package/es/Button/style/index.less +41 -39
- package/es/Button/style/variables.less +9 -2
- package/es/Checkbox/style/index.less +19 -0
- package/es/Dropdown/Button.js +1 -1
- package/es/Form/style/index.less +8 -0
- package/es/Icon/antdIconfont.d.ts +4 -0
- package/es/Icon/antdIconfont.js +2 -0
- package/es/Icon/components/Icon.d.ts +32 -0
- package/es/Icon/components/Icon.js +27 -0
- package/es/Icon/components/createFromScripts.d.ts +1 -0
- package/es/Icon/components/createFromScripts.js +35 -0
- package/es/Icon/iconSvgs/arrows_right_sm.svg +3 -0
- package/es/Icon/icons/AddLine.d.ts +13 -0
- package/es/Icon/icons/AddLine.js +66 -0
- package/es/Icon/icons/AlertFill.d.ts +13 -0
- package/es/Icon/icons/AlertFill.js +73 -0
- package/es/Icon/icons/ArrowsDownLine.d.ts +13 -0
- package/es/Icon/icons/ArrowsDownLine.js +66 -0
- package/es/Icon/icons/CancelFill.d.ts +13 -0
- package/es/Icon/icons/CancelFill.js +73 -0
- package/es/Icon/icons/CheckFill.d.ts +13 -0
- package/es/Icon/icons/CheckFill.js +73 -0
- package/es/Icon/icons/CloseLine.d.ts +13 -0
- package/es/Icon/icons/CloseLine.js +66 -0
- package/es/Icon/icons/DatabaseLine.d.ts +13 -0
- package/es/Icon/icons/DatabaseLine.js +66 -0
- package/es/Icon/icons/Deleteline.d.ts +13 -0
- package/es/Icon/icons/Deleteline.js +66 -0
- package/es/Icon/icons/DownloadLine.d.ts +13 -0
- package/es/Icon/icons/DownloadLine.js +73 -0
- package/es/Icon/icons/ErrorFill.d.ts +13 -0
- package/es/Icon/icons/ErrorFill.js +73 -0
- package/es/Icon/icons/EyeOffLine.d.ts +13 -0
- package/es/Icon/icons/EyeOffLine.js +73 -0
- package/es/Icon/icons/EyeOnLine.d.ts +13 -0
- package/es/Icon/icons/EyeOnLine.js +66 -0
- package/es/Icon/icons/FileLine.d.ts +13 -0
- package/es/Icon/icons/FileLine.js +73 -0
- package/es/Icon/icons/HomeFill.d.ts +13 -0
- package/es/Icon/icons/HomeFill.js +73 -0
- package/es/Icon/icons/IconBase.withSpan.tpl +58 -0
- package/es/Icon/icons/LightningLine.d.ts +13 -0
- package/es/Icon/icons/LightningLine.js +66 -0
- package/es/Icon/icons/Loading.d.ts +13 -0
- package/es/Icon/icons/Loading.js +66 -0
- package/es/Icon/icons/More.d.ts +13 -0
- package/es/Icon/icons/More.js +66 -0
- package/es/Icon/icons/NewWindowsLine.d.ts +13 -0
- package/es/Icon/icons/NewWindowsLine.js +74 -0
- package/es/Icon/icons/SearchLine.d.ts +13 -0
- package/es/Icon/icons/SearchLine.js +73 -0
- package/es/Icon/icons/SortAscendingLine.d.ts +13 -0
- package/es/Icon/icons/SortAscendingLine.js +66 -0
- package/es/Icon/icons/SortDescendingLine.d.ts +13 -0
- package/es/Icon/icons/SortDescendingLine.js +66 -0
- package/es/Icon/icons/TextLine.d.ts +13 -0
- package/es/Icon/icons/TextLine.js +73 -0
- package/es/Icon/icons/UserLine.d.ts +13 -0
- package/es/Icon/icons/UserLine.js +73 -0
- package/es/Icon/icons/style.css +9 -0
- package/es/Icon/icons/style.css.d.ts +10 -0
- package/es/Icon/index.d.ts +2 -13
- package/es/Icon/index.js +2 -53
- package/es/Icon/index.less +9 -17
- package/es/Icon/style/index.d.ts +1 -0
- package/es/Icon/style/index.js +1 -0
- package/es/Icon/style/index.less +0 -0
- package/es/Input/components/Password/index.js +6 -5
- package/es/Input/style/index.less +1 -1
- package/es/InputNumber/style/index.less +88 -16
- package/es/Menu/style/index.less +4 -3
- package/es/Modal/index.js +6 -4
- package/es/Modal/style/index.less +3 -3
- package/es/Navigator/style/index.less +46 -5
- package/es/Select/index.d.ts +2 -1
- package/es/Select/index.js +2 -1
- package/es/Select/rc-select/Selector/MultipleSelector.js +2 -2
- package/es/Select/rc-select/hooks/useOptions.d.ts +1 -1
- package/es/Select/style/index.d.ts +0 -1
- package/es/Select/style/index.js +0 -1
- package/es/Select/style/index.less +81 -10
- package/es/Select/style/variables.less +20 -9
- package/es/Select/style/variables.less.d.ts +4 -1
- package/es/Select/utils/iconUtil.js +5 -10
- package/es/Table/Table.d.ts +0 -1
- package/es/Table/Table.js +20 -11
- package/es/Table/style/index.less +7 -0
- package/es/Tabs/index.d.ts +2 -1
- package/es/Tabs/index.js +10 -4
- package/es/Tabs/style/index.less +35 -1
- package/es/index.d.ts +1 -0
- package/es/index.js +2 -1
- package/es/style/index.less +1 -0
- package/es/style/themes/default/scrollBar.less +13 -0
- package/lib/Breadcrumb/style/index.less +11 -3
- package/lib/Button/index.js +18 -2
- package/lib/Button/style/index.less +41 -39
- package/lib/Button/style/variables.less +9 -2
- package/lib/Checkbox/style/index.less +19 -0
- package/lib/Dropdown/Button.js +1 -1
- package/lib/Form/style/index.less +8 -0
- package/lib/Icon/antdIconfont.d.ts +4 -0
- package/lib/Icon/antdIconfont.js +13 -0
- package/lib/Icon/components/Icon.d.ts +32 -0
- package/lib/Icon/components/Icon.js +38 -0
- package/lib/Icon/components/createFromScripts.d.ts +1 -0
- package/lib/Icon/components/createFromScripts.js +41 -0
- package/lib/Icon/iconSvgs/arrows_right_sm.svg +3 -0
- package/lib/Icon/icons/AddLine.d.ts +13 -0
- package/lib/Icon/icons/AddLine.js +83 -0
- package/lib/Icon/icons/AlertFill.d.ts +13 -0
- package/lib/Icon/icons/AlertFill.js +90 -0
- package/lib/Icon/icons/ArrowsDownLine.d.ts +13 -0
- package/lib/Icon/icons/ArrowsDownLine.js +83 -0
- package/lib/Icon/icons/CancelFill.d.ts +13 -0
- package/lib/Icon/icons/CancelFill.js +90 -0
- package/lib/Icon/icons/CheckFill.d.ts +13 -0
- package/lib/Icon/icons/CheckFill.js +90 -0
- package/lib/Icon/icons/CloseLine.d.ts +13 -0
- package/lib/Icon/icons/CloseLine.js +83 -0
- package/lib/Icon/icons/DatabaseLine.d.ts +13 -0
- package/lib/Icon/icons/DatabaseLine.js +83 -0
- package/lib/Icon/icons/Deleteline.d.ts +13 -0
- package/lib/Icon/icons/Deleteline.js +83 -0
- package/lib/Icon/icons/DownloadLine.d.ts +13 -0
- package/lib/Icon/icons/DownloadLine.js +90 -0
- package/lib/Icon/icons/ErrorFill.d.ts +13 -0
- package/lib/Icon/icons/ErrorFill.js +90 -0
- package/lib/Icon/icons/EyeOffLine.d.ts +13 -0
- package/lib/Icon/icons/EyeOffLine.js +90 -0
- package/lib/Icon/icons/EyeOnLine.d.ts +13 -0
- package/lib/Icon/icons/EyeOnLine.js +83 -0
- package/lib/Icon/icons/FileLine.d.ts +13 -0
- package/lib/Icon/icons/FileLine.js +90 -0
- package/lib/Icon/icons/HomeFill.d.ts +13 -0
- package/lib/Icon/icons/HomeFill.js +90 -0
- package/lib/Icon/icons/IconBase.withSpan.tpl +58 -0
- package/lib/Icon/icons/LightningLine.d.ts +13 -0
- package/lib/Icon/icons/LightningLine.js +83 -0
- package/lib/Icon/icons/Loading.d.ts +13 -0
- package/lib/Icon/icons/Loading.js +83 -0
- package/lib/Icon/icons/More.d.ts +13 -0
- package/lib/Icon/icons/More.js +83 -0
- package/lib/Icon/icons/NewWindowsLine.d.ts +13 -0
- package/lib/Icon/icons/NewWindowsLine.js +91 -0
- package/lib/Icon/icons/SearchLine.d.ts +13 -0
- package/lib/Icon/icons/SearchLine.js +90 -0
- package/lib/Icon/icons/SortAscendingLine.d.ts +13 -0
- package/lib/Icon/icons/SortAscendingLine.js +83 -0
- package/lib/Icon/icons/SortDescendingLine.d.ts +13 -0
- package/lib/Icon/icons/SortDescendingLine.js +83 -0
- package/lib/Icon/icons/TextLine.d.ts +13 -0
- package/lib/Icon/icons/TextLine.js +90 -0
- package/lib/Icon/icons/UserLine.d.ts +13 -0
- package/lib/Icon/icons/UserLine.js +90 -0
- package/lib/Icon/icons/style.css +9 -0
- package/lib/Icon/icons/style.css.d.ts +10 -0
- package/lib/Icon/index.d.ts +2 -13
- package/lib/Icon/index.js +2 -59
- package/lib/Icon/index.less +9 -17
- package/lib/Icon/style/index.d.ts +1 -0
- package/lib/Icon/style/index.js +1 -0
- package/lib/Icon/style/index.less +0 -0
- package/lib/Input/components/Password/index.js +7 -5
- package/lib/Input/style/index.less +1 -1
- package/lib/InputNumber/style/index.less +88 -16
- package/lib/Menu/style/index.less +4 -3
- package/lib/Modal/index.js +6 -4
- package/lib/Modal/style/index.less +3 -3
- package/lib/Navigator/style/index.less +46 -5
- package/lib/Select/index.d.ts +2 -1
- package/lib/Select/index.js +2 -1
- package/lib/Select/rc-select/Selector/MultipleSelector.js +2 -2
- package/lib/Select/rc-select/hooks/useOptions.d.ts +1 -1
- package/lib/Select/style/index.d.ts +0 -1
- package/lib/Select/style/index.js +0 -2
- package/lib/Select/style/index.less +81 -10
- package/lib/Select/style/variables.less +20 -9
- package/lib/Select/style/variables.less.d.ts +4 -1
- package/lib/Select/utils/iconUtil.js +5 -12
- package/lib/Table/Table.d.ts +0 -1
- package/lib/Table/Table.js +22 -12
- package/lib/Table/style/index.less +7 -0
- package/lib/Tabs/index.d.ts +2 -1
- package/lib/Tabs/index.js +11 -4
- package/lib/Tabs/style/index.less +35 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +8 -0
- package/lib/style/index.less +1 -0
- package/lib/style/themes/default/scrollBar.less +13 -0
- package/package.json +1 -1
- package/es/Icon/iconfont/demo.css +0 -539
- package/es/Icon/iconfont/demo_index.html +0 -720
- package/es/Icon/iconfont/iconfont.css +0 -109
- package/es/Icon/iconfont/iconfont.js +0 -46
- package/es/Icon/iconfont/iconfont.json +0 -170
- package/es/Icon/iconfont/iconfont.ttf +0 -0
- package/es/Icon/iconfont/iconfont.woff +0 -0
- package/es/Icon/iconfont/iconfont.woff2 +0 -0
- package/es/Table/components/Empty/empty-img.png +0 -0
- package/es/Table/components/Empty/index.d.ts +0 -4
- package/es/Table/components/Empty/index.js +0 -16
- package/es/Table/components/Empty/index.less +0 -24
- package/lib/Icon/iconfont/demo.css +0 -539
- package/lib/Icon/iconfont/demo_index.html +0 -720
- package/lib/Icon/iconfont/iconfont.css +0 -109
- package/lib/Icon/iconfont/iconfont.js +0 -48
- package/lib/Icon/iconfont/iconfont.json +0 -170
- package/lib/Icon/iconfont/iconfont.ttf +0 -0
- package/lib/Icon/iconfont/iconfont.woff +0 -0
- package/lib/Icon/iconfont/iconfont.woff2 +0 -0
- package/lib/Table/components/Empty/empty-img.png +0 -0
- package/lib/Table/components/Empty/index.d.ts +0 -4
- package/lib/Table/components/Empty/index.js +0 -30
- package/lib/Table/components/Empty/index.less +0 -24
|
@@ -16,25 +16,11 @@
|
|
|
16
16
|
align-items: center;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
height: @height-base;
|
|
19
|
-
padding: @Button-padding;
|
|
20
19
|
font-weight: 500;
|
|
21
20
|
font-size: 12px;
|
|
22
21
|
line-height: @height-base;
|
|
23
22
|
text-shadow: none;
|
|
24
|
-
|
|
25
|
-
.@{ald-iconfont-css-prefix} {
|
|
26
|
-
+ span {
|
|
27
|
-
margin-left: 4px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
&-icon-left {
|
|
31
|
-
margin-left: -4px;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&-icon-right {
|
|
35
|
-
margin-right: -4px;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
23
|
+
vertical-align: bottom;
|
|
38
24
|
}
|
|
39
25
|
|
|
40
26
|
&.ant-btn-loading::before {
|
|
@@ -116,9 +102,16 @@
|
|
|
116
102
|
}
|
|
117
103
|
}
|
|
118
104
|
|
|
105
|
+
&.ant-btn-circle {
|
|
106
|
+
justify-content: center;
|
|
107
|
+
min-width: @height-base;
|
|
108
|
+
height: @height-base;
|
|
109
|
+
padding: 0;
|
|
110
|
+
border-radius: 50%;
|
|
111
|
+
}
|
|
112
|
+
|
|
119
113
|
&-default,
|
|
120
114
|
&-secondary {
|
|
121
|
-
padding: @Button-border-padding;
|
|
122
115
|
color: @Button-secondary-color;
|
|
123
116
|
background-color: @Button-secondary-bgColor;
|
|
124
117
|
border: 1px solid;
|
|
@@ -163,14 +156,14 @@
|
|
|
163
156
|
border: none;
|
|
164
157
|
box-shadow: none;
|
|
165
158
|
|
|
166
|
-
&:focus
|
|
159
|
+
&:focus,
|
|
160
|
+
&:active {
|
|
167
161
|
color: @Button-text-color;
|
|
168
162
|
background-color: @Button-text-bgColor;
|
|
169
163
|
box-shadow: none;
|
|
170
164
|
}
|
|
171
165
|
|
|
172
166
|
&:hover,
|
|
173
|
-
&:active,
|
|
174
167
|
&.ant-btn-loading {
|
|
175
168
|
color: @Button-text-color-active;
|
|
176
169
|
background-color: @Button-text-bgColor-active;
|
|
@@ -233,8 +226,7 @@
|
|
|
233
226
|
|
|
234
227
|
&.ant-btn-icon-only {
|
|
235
228
|
justify-content: center;
|
|
236
|
-
width:
|
|
237
|
-
height: @height-base;
|
|
229
|
+
width: initial;
|
|
238
230
|
padding: 0;
|
|
239
231
|
vertical-align: bottom;
|
|
240
232
|
|
|
@@ -245,94 +237,104 @@
|
|
|
245
237
|
display: flex;
|
|
246
238
|
align-items: center;
|
|
247
239
|
justify-content: center;
|
|
248
|
-
margin
|
|
240
|
+
margin: 0;
|
|
249
241
|
}
|
|
250
242
|
}
|
|
251
243
|
|
|
252
|
-
&-circle {
|
|
253
|
-
justify-content: center;
|
|
254
|
-
width: @height-base;
|
|
255
|
-
min-width: auto;
|
|
256
|
-
padding: 0;
|
|
257
|
-
border-radius: 50%;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
244
|
&-large {
|
|
261
245
|
min-width: auto;
|
|
262
246
|
height: @Button-height-large;
|
|
247
|
+
padding: @Button-border-padding-large;
|
|
263
248
|
font-size: @Button-text-size-large;
|
|
264
249
|
border-radius: @Button-borderRadius-large;
|
|
265
250
|
|
|
266
251
|
&.ant-btn-icon-only {
|
|
267
|
-
width: @Button-height-large;
|
|
268
|
-
min-width: auto;
|
|
252
|
+
min-width: @Button-height-large;
|
|
269
253
|
height: @Button-height-large;
|
|
270
254
|
border-radius: @Button-borderRadius-large;
|
|
271
255
|
}
|
|
272
256
|
|
|
273
257
|
&.ant-btn-circle {
|
|
274
|
-
width: @Button-height-large;
|
|
258
|
+
min-width: @Button-height-large;
|
|
275
259
|
height: @Button-height-large;
|
|
276
260
|
border-radius: 50%;
|
|
277
261
|
}
|
|
262
|
+
|
|
263
|
+
.aldicon-icon-left + span {
|
|
264
|
+
margin-left: @Button-leftIcon-marginRight-large;
|
|
265
|
+
}
|
|
278
266
|
}
|
|
279
267
|
|
|
280
268
|
&-middle {
|
|
281
269
|
min-width: auto;
|
|
282
270
|
height: @Button-height-middle;
|
|
271
|
+
padding: @Button-border-padding-middle;
|
|
283
272
|
font-size: @Button-text-size-middle;
|
|
284
273
|
border-radius: @Button-borderRadius-middle;
|
|
285
274
|
|
|
286
275
|
&.ant-btn-icon-only {
|
|
287
|
-
width: @Button-height-middle;
|
|
288
|
-
min-width: auto;
|
|
276
|
+
min-width: @Button-height-middle;
|
|
289
277
|
height: @Button-height-middle;
|
|
290
278
|
border-radius: @Button-borderRadius-middle;
|
|
291
279
|
}
|
|
292
280
|
|
|
293
281
|
&.ant-btn-circle {
|
|
294
|
-
width: @Button-height-middle;
|
|
282
|
+
min-width: @Button-height-middle;
|
|
295
283
|
height: @Button-height-middle;
|
|
296
284
|
border-radius: 50%;
|
|
297
285
|
}
|
|
286
|
+
|
|
287
|
+
.aldicon-icon-left + span {
|
|
288
|
+
margin-left: @Button-leftIcon-marginRight-middle;
|
|
289
|
+
}
|
|
298
290
|
}
|
|
299
291
|
|
|
300
292
|
&-small {
|
|
301
293
|
height: @Button-height-small;
|
|
294
|
+
padding: @Button-border-padding-small;
|
|
302
295
|
font-size: @Button-text-size-small;
|
|
303
296
|
line-height: 22px;
|
|
304
297
|
border-radius: @Button-borderRadius-small;
|
|
305
298
|
|
|
306
299
|
&.ant-btn-icon-only {
|
|
307
|
-
width: @Button-height-small;
|
|
300
|
+
min-width: @Button-height-small;
|
|
308
301
|
height: @Button-height-small;
|
|
309
302
|
border-radius: @Button-borderRadius-small;
|
|
310
303
|
}
|
|
311
304
|
|
|
312
305
|
&.ant-btn-circle {
|
|
313
|
-
width: @Button-height-small;
|
|
306
|
+
min-width: @Button-height-small;
|
|
314
307
|
height: @Button-height-small;
|
|
315
308
|
border-radius: 50%;
|
|
316
309
|
}
|
|
310
|
+
|
|
311
|
+
.aldicon-icon-left + span {
|
|
312
|
+
margin-left: @Button-leftIcon-marginRight-small;
|
|
313
|
+
}
|
|
317
314
|
}
|
|
318
315
|
|
|
319
316
|
&-mini {
|
|
320
317
|
height: @Button-height-mini;
|
|
318
|
+
padding: @Button-border-padding-mini;
|
|
321
319
|
font-size: @Button-text-size-mini;
|
|
322
320
|
line-height: 22px;
|
|
323
321
|
border-radius: @Button-borderRadius-mini;
|
|
324
322
|
|
|
325
323
|
&.ant-btn-icon-only {
|
|
326
|
-
width: @Button-height-mini;
|
|
324
|
+
min-width: @Button-height-mini;
|
|
327
325
|
height: @Button-height-mini;
|
|
328
326
|
border-radius: @Button-borderRadius-mini;
|
|
329
327
|
}
|
|
330
328
|
|
|
331
329
|
&.ant-btn-circle {
|
|
332
|
-
width: @Button-height-mini;
|
|
330
|
+
min-width: @Button-height-mini;
|
|
333
331
|
height: @Button-height-mini;
|
|
334
332
|
border-radius: 50%;
|
|
335
333
|
}
|
|
334
|
+
|
|
335
|
+
.aldicon-icon-left + span {
|
|
336
|
+
margin-left: @Button-leftIcon-marginRight-mini;
|
|
337
|
+
}
|
|
336
338
|
}
|
|
337
339
|
}
|
|
338
340
|
}
|
|
@@ -2,24 +2,31 @@
|
|
|
2
2
|
@ald-iconfont-css-prefix: aldicon;
|
|
3
3
|
|
|
4
4
|
@Button-padding: 0 12px;
|
|
5
|
-
@Button-border-padding: 0 11px;
|
|
6
5
|
|
|
7
6
|
/** size控制 **/
|
|
8
7
|
@Button-height-large: 36px;
|
|
9
8
|
@Button-text-size-large: 16px;
|
|
10
9
|
@Button-borderRadius-large: 8px;
|
|
10
|
+
@Button-border-padding-large: 0 11px;
|
|
11
|
+
@Button-leftIcon-marginRight-large: 8px;
|
|
11
12
|
|
|
12
13
|
@Button-height-middle: 32px;
|
|
13
14
|
@Button-text-size-middle: 14px;
|
|
14
15
|
@Button-borderRadius-middle: 6px;
|
|
16
|
+
@Button-border-padding-middle: 0 11px;
|
|
17
|
+
@Button-leftIcon-marginRight-middle: 8px;
|
|
15
18
|
|
|
16
19
|
@Button-height-small: 28px;
|
|
17
20
|
@Button-text-size-small: 12px;
|
|
18
21
|
@Button-borderRadius-small: 4px;
|
|
22
|
+
@Button-border-padding-small: 0 7px;
|
|
23
|
+
@Button-leftIcon-marginRight-small: 4px;
|
|
19
24
|
|
|
20
25
|
@Button-height-mini: 24px;
|
|
21
26
|
@Button-text-size-mini: 12px;
|
|
22
27
|
@Button-borderRadius-mini: 4px;
|
|
28
|
+
@Button-border-padding-mini: 0 7px;
|
|
29
|
+
@Button-leftIcon-marginRight-mini: 4px;
|
|
23
30
|
|
|
24
31
|
/**** type控制 ****/
|
|
25
32
|
@Button-primary-bgColor: @B60;
|
|
@@ -45,7 +52,7 @@
|
|
|
45
52
|
@Button-secondary-borderColor: @NL90;
|
|
46
53
|
@Button-secondary-borderColor-active: @B60;
|
|
47
54
|
|
|
48
|
-
@Button-text-bgColor:
|
|
55
|
+
@Button-text-bgColor: transparent;
|
|
49
56
|
@Button-text-bgColor-active: @NL97;
|
|
50
57
|
@Button-text-bgColor-disable: @BG100;
|
|
51
58
|
@Button-text-color: @NL30;
|
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
@import '../../style/index.less';
|
|
2
2
|
|
|
3
3
|
.ald-checkbox {
|
|
4
|
+
height: 20px;
|
|
5
|
+
color: @NL0;
|
|
6
|
+
font-size: 14px;
|
|
7
|
+
line-height: 20px;
|
|
8
|
+
|
|
9
|
+
.ant-checkbox-wrapper {
|
|
10
|
+
height: 20px;
|
|
11
|
+
color: @NL0;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
line-height: 20px;
|
|
15
|
+
}
|
|
16
|
+
|
|
4
17
|
.ant-checkbox-inner {
|
|
5
18
|
width: 16px;
|
|
6
19
|
height: 16px;
|
|
@@ -39,6 +52,7 @@
|
|
|
39
52
|
cursor: default;
|
|
40
53
|
|
|
41
54
|
& + span {
|
|
55
|
+
color: @NL0;
|
|
42
56
|
cursor: default;
|
|
43
57
|
}
|
|
44
58
|
|
|
@@ -72,6 +86,11 @@
|
|
|
72
86
|
}
|
|
73
87
|
}
|
|
74
88
|
}
|
|
89
|
+
|
|
90
|
+
.ant-checkbox + span {
|
|
91
|
+
padding-right: 10px;
|
|
92
|
+
padding-left: 10px;
|
|
93
|
+
}
|
|
75
94
|
}
|
|
76
95
|
|
|
77
96
|
.ant-checkbox-group.ald-checkbox,
|
package/lib/Dropdown/Button.js
CHANGED
|
@@ -41,6 +41,6 @@ function DropdownButton(props) {
|
|
|
41
41
|
disabled: disabled,
|
|
42
42
|
onVisibleChange: onVisibleChange
|
|
43
43
|
}, /*#__PURE__*/_react.default.createElement(_Button.default, Object.assign({}, buttonProps), children, /*#__PURE__*/_react.default.createElement(_Icon.default, {
|
|
44
|
-
type: "
|
|
44
|
+
type: "arrows-down-line"
|
|
45
45
|
})));
|
|
46
46
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "createFromIconfontCN", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _icons.createFromIconfontCN;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var _icons = require("@ant-design/icons");
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IBaseIconProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
type?: string;
|
|
5
|
+
size?: number | string;
|
|
6
|
+
color?: string;
|
|
7
|
+
style?: React.CSSProperties;
|
|
8
|
+
}
|
|
9
|
+
declare global {
|
|
10
|
+
interface IIconParkIconAttributes<T> extends IBaseIconProps, React.HTMLAttributes<T> {
|
|
11
|
+
'icon-id'?: string;
|
|
12
|
+
name?: string;
|
|
13
|
+
size?: string;
|
|
14
|
+
type?: string;
|
|
15
|
+
width?: string;
|
|
16
|
+
height?: string;
|
|
17
|
+
color?: string;
|
|
18
|
+
stroke?: string;
|
|
19
|
+
fill?: string;
|
|
20
|
+
rtl?: boolean;
|
|
21
|
+
spin?: boolean;
|
|
22
|
+
className?: string;
|
|
23
|
+
style?: React.CSSProperties;
|
|
24
|
+
}
|
|
25
|
+
namespace JSX {
|
|
26
|
+
interface IntrinsicElements {
|
|
27
|
+
'iconpark-icon': React.DetailedHTMLProps<IIconParkIconAttributes<HTMLElement>, HTMLElement>;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
export { IBaseIconProps };
|
|
32
|
+
export default function Icon(props: IBaseIconProps): JSX.Element;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = Icon;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
+
|
|
12
|
+
var _excluded = ["type", "size", "className", "color"];
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
|
|
16
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
17
|
+
|
|
18
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
+
|
|
20
|
+
function Icon(props) {
|
|
21
|
+
var type = props.type,
|
|
22
|
+
_props$size = props.size,
|
|
23
|
+
size = _props$size === void 0 ? '1em' : _props$size,
|
|
24
|
+
_props$className = props.className,
|
|
25
|
+
className = _props$className === void 0 ? 'ald-icon' : _props$className,
|
|
26
|
+
_props$color = props.color,
|
|
27
|
+
color = _props$color === void 0 ? 'currentColor' : _props$color,
|
|
28
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
29
|
+
|
|
30
|
+
return /*#__PURE__*/_react.default.createElement("iconpark-icon", Object.assign({
|
|
31
|
+
name: type,
|
|
32
|
+
// @ts-ignore react里web-component 只能使用class
|
|
33
|
+
class: (0, _classnames.default)('ald-icon', className),
|
|
34
|
+
size: String(size),
|
|
35
|
+
color: color,
|
|
36
|
+
fill: color
|
|
37
|
+
}, rest));
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function createFromScripts(scriptUrl: string[] | string, index?: number): void;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.createFromScripts = createFromScripts;
|
|
7
|
+
var FIRST_INDEX = 0;
|
|
8
|
+
var customCache = new Set();
|
|
9
|
+
|
|
10
|
+
function isValidCustomScriptUrl(scriptUrl) {
|
|
11
|
+
return Boolean(typeof scriptUrl === 'string' && scriptUrl.length && !customCache.has(scriptUrl));
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
function createFromScripts(scriptUrl) {
|
|
15
|
+
var index = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : FIRST_INDEX;
|
|
16
|
+
var scriptUrls = Array.isArray(scriptUrl) ? scriptUrl : [scriptUrl]; // index 表示即将创建的脚本的索引,当所有的脚本链接都创建之后,函数不再往下执行
|
|
17
|
+
|
|
18
|
+
if (index >= scriptUrls.length) {
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
var currentScriptUrl = scriptUrls[index];
|
|
23
|
+
|
|
24
|
+
if (isValidCustomScriptUrl(currentScriptUrl)) {
|
|
25
|
+
var script = document.createElement('script');
|
|
26
|
+
script.setAttribute('src', currentScriptUrl);
|
|
27
|
+
script.setAttribute('data-namespace', currentScriptUrl);
|
|
28
|
+
customCache.add(currentScriptUrl);
|
|
29
|
+
document.body.appendChild(script);
|
|
30
|
+
|
|
31
|
+
if (scriptUrls.length > index + 1) {
|
|
32
|
+
script.onload = function () {
|
|
33
|
+
createFromScripts(scriptUrls, index + 1);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
script.onerror = function () {
|
|
37
|
+
createFromScripts(scriptUrls, index + 1);
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.16252 6.5876C9.39033 6.81541 9.39033 7.18475 9.16252 7.41256L5.66252 10.9126C5.43471 11.1404 5.06537 11.1404 4.83756 10.9126C4.60976 10.6848 4.60976 10.3154 4.83756 10.0876L7.92508 7.00008L4.83756 3.91256C4.60976 3.68475 4.60976 3.31541 4.83756 3.0876C5.06537 2.8598 5.43471 2.8598 5.66252 3.0876L9.16252 6.5876Z" fill="#001A33" fill-opacity="0.5"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: string | number;
|
|
4
|
+
width?: string | number;
|
|
5
|
+
height?: string | number;
|
|
6
|
+
spin?: boolean;
|
|
7
|
+
rtl?: boolean;
|
|
8
|
+
color?: string;
|
|
9
|
+
fill?: string;
|
|
10
|
+
stroke?: string;
|
|
11
|
+
}
|
|
12
|
+
export default function AddLine(props: IconProps): JSX.Element;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = AddLine;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _style = _interopRequireDefault(require("./style.css"));
|
|
13
|
+
|
|
14
|
+
var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
+
|
|
18
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
+
|
|
20
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
+
|
|
22
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
23
|
+
|
|
24
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
25
|
+
|
|
26
|
+
function AddLine(props) {
|
|
27
|
+
var root = (0, _react.useRef)(null);
|
|
28
|
+
|
|
29
|
+
var _props$size = props.size,
|
|
30
|
+
size = _props$size === void 0 ? '1em' : _props$size,
|
|
31
|
+
width = props.width,
|
|
32
|
+
height = props.height,
|
|
33
|
+
spin = props.spin,
|
|
34
|
+
rtl = props.rtl,
|
|
35
|
+
color = props.color,
|
|
36
|
+
fill = props.fill,
|
|
37
|
+
stroke = props.stroke,
|
|
38
|
+
className = props.className,
|
|
39
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
40
|
+
|
|
41
|
+
var _width = width || size;
|
|
42
|
+
|
|
43
|
+
var _height = height || size;
|
|
44
|
+
|
|
45
|
+
var _stroke = stroke || color;
|
|
46
|
+
|
|
47
|
+
var _fill = fill || color;
|
|
48
|
+
|
|
49
|
+
(0, _react.useEffect)(function () {
|
|
50
|
+
if (!_fill) {
|
|
51
|
+
var _root$current;
|
|
52
|
+
|
|
53
|
+
(_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
|
|
54
|
+
item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
if (!_stroke) {
|
|
59
|
+
var _root$current2;
|
|
60
|
+
|
|
61
|
+
(_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
|
|
62
|
+
item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}, [stroke, color, fill]);
|
|
66
|
+
return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
|
|
67
|
+
ref: root,
|
|
68
|
+
width: _width,
|
|
69
|
+
height: _height,
|
|
70
|
+
viewBox: "0 0 24 24",
|
|
71
|
+
preserveAspectRatio: "xMidYMid meet",
|
|
72
|
+
fill: "none",
|
|
73
|
+
role: "presentation",
|
|
74
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
75
|
+
className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
|
|
76
|
+
}, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("path", {
|
|
77
|
+
"data-follow-fill": "#001A33",
|
|
78
|
+
d: "M13 2a1 1 0 0 0-2 0v9H2a1 1 0 1 0 0 2h9v9a1 1 0 1 0 2 0v-9h9a1 1 0 0 0 0-2h-9V2Z",
|
|
79
|
+
clipRule: "evenodd",
|
|
80
|
+
fillRule: "evenodd",
|
|
81
|
+
fill: _fill
|
|
82
|
+
})));
|
|
83
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: string | number;
|
|
4
|
+
width?: string | number;
|
|
5
|
+
height?: string | number;
|
|
6
|
+
spin?: boolean;
|
|
7
|
+
rtl?: boolean;
|
|
8
|
+
color?: string;
|
|
9
|
+
fill?: string;
|
|
10
|
+
stroke?: string;
|
|
11
|
+
}
|
|
12
|
+
export default function AlertFill(props: IconProps): JSX.Element;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = AlertFill;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _style = _interopRequireDefault(require("./style.css"));
|
|
13
|
+
|
|
14
|
+
var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
+
|
|
18
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
+
|
|
20
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
+
|
|
22
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
23
|
+
|
|
24
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
25
|
+
|
|
26
|
+
function AlertFill(props) {
|
|
27
|
+
var root = (0, _react.useRef)(null);
|
|
28
|
+
|
|
29
|
+
var _props$size = props.size,
|
|
30
|
+
size = _props$size === void 0 ? '1em' : _props$size,
|
|
31
|
+
width = props.width,
|
|
32
|
+
height = props.height,
|
|
33
|
+
spin = props.spin,
|
|
34
|
+
rtl = props.rtl,
|
|
35
|
+
color = props.color,
|
|
36
|
+
fill = props.fill,
|
|
37
|
+
stroke = props.stroke,
|
|
38
|
+
className = props.className,
|
|
39
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
40
|
+
|
|
41
|
+
var _width = width || size;
|
|
42
|
+
|
|
43
|
+
var _height = height || size;
|
|
44
|
+
|
|
45
|
+
var _stroke = stroke || color;
|
|
46
|
+
|
|
47
|
+
var _fill = fill || color;
|
|
48
|
+
|
|
49
|
+
(0, _react.useEffect)(function () {
|
|
50
|
+
if (!_fill) {
|
|
51
|
+
var _root$current;
|
|
52
|
+
|
|
53
|
+
(_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
|
|
54
|
+
item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
if (!_stroke) {
|
|
59
|
+
var _root$current2;
|
|
60
|
+
|
|
61
|
+
(_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
|
|
62
|
+
item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}, [stroke, color, fill]);
|
|
66
|
+
return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
|
|
67
|
+
ref: root,
|
|
68
|
+
width: _width,
|
|
69
|
+
height: _height,
|
|
70
|
+
viewBox: "0 0 24 24",
|
|
71
|
+
preserveAspectRatio: "xMidYMid meet",
|
|
72
|
+
fill: "none",
|
|
73
|
+
role: "presentation",
|
|
74
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
75
|
+
className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
|
|
76
|
+
}, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("g", {
|
|
77
|
+
clipPath: "url(#5639c__a)"
|
|
78
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
79
|
+
"data-follow-fill": "#001A33",
|
|
80
|
+
d: "M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0Zm0 19a1 1 0 0 1-1-1v-7.5a1 1 0 1 1 2 0V18a1 1 0 0 1-1 1Zm1-12.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1Z",
|
|
81
|
+
clipRule: "evenodd",
|
|
82
|
+
fillRule: "evenodd",
|
|
83
|
+
fill: _fill
|
|
84
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
85
|
+
id: "5639c__a"
|
|
86
|
+
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
87
|
+
fill: "#fff",
|
|
88
|
+
d: "M0 0h24v24H0z"
|
|
89
|
+
})))));
|
|
90
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: string | number;
|
|
4
|
+
width?: string | number;
|
|
5
|
+
height?: string | number;
|
|
6
|
+
spin?: boolean;
|
|
7
|
+
rtl?: boolean;
|
|
8
|
+
color?: string;
|
|
9
|
+
fill?: string;
|
|
10
|
+
stroke?: string;
|
|
11
|
+
}
|
|
12
|
+
export default function ArrowsDownLine(props: IconProps): JSX.Element;
|
|
13
|
+
export {};
|