@desynova-digital/components 9.0.17 → 9.0.19
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/atoms/icon/icons.json +146 -42
- package/molecules/filter/filter.js +17 -8
- package/molecules/table/table.js +2 -0
- package/package.json +2 -2
package/atoms/icon/icons.json
CHANGED
|
@@ -16,7 +16,9 @@
|
|
|
16
16
|
"height": 18
|
|
17
17
|
},
|
|
18
18
|
"arrow-left": {
|
|
19
|
-
"paths": [
|
|
19
|
+
"paths": [
|
|
20
|
+
"M16 7H3.83l5.59-5.59L8 0 0 8l8 8 1.41-1.41L3.83 9H16z"
|
|
21
|
+
],
|
|
20
22
|
"width": 16,
|
|
21
23
|
"height": 16
|
|
22
24
|
},
|
|
@@ -39,12 +41,16 @@
|
|
|
39
41
|
"transform": "translate(-552, -37)"
|
|
40
42
|
},
|
|
41
43
|
"arrow-up": {
|
|
42
|
-
"paths": [
|
|
44
|
+
"paths": [
|
|
45
|
+
"M9.333 24V5.107L14.12 9.88 16 8 8 0 0 8l1.88 1.88 4.787-4.773V24z"
|
|
46
|
+
],
|
|
43
47
|
"width": 16,
|
|
44
48
|
"height": 24
|
|
45
49
|
},
|
|
46
50
|
"chevron-down": {
|
|
47
|
-
"paths": [
|
|
51
|
+
"paths": [
|
|
52
|
+
"M16 0l8 8 10-10z"
|
|
53
|
+
],
|
|
48
54
|
"width": 14,
|
|
49
55
|
"height": 14,
|
|
50
56
|
"transform": "translate(-17,-2)"
|
|
@@ -156,7 +162,9 @@
|
|
|
156
162
|
"height": 17
|
|
157
163
|
},
|
|
158
164
|
"ingest-angle-right": {
|
|
159
|
-
"paths": [
|
|
165
|
+
"paths": [
|
|
166
|
+
"M.912 8.912L4.73 5.087.912 1.262 2.088.087l5 5-5 5z"
|
|
167
|
+
],
|
|
160
168
|
"width": 8,
|
|
161
169
|
"height": 11
|
|
162
170
|
},
|
|
@@ -212,7 +220,9 @@
|
|
|
212
220
|
"height": 12
|
|
213
221
|
},
|
|
214
222
|
"ott": {
|
|
215
|
-
"paths": [
|
|
223
|
+
"paths": [
|
|
224
|
+
"M20 13.333V0H0v13.333h20zM7.917 9.313V4.02L12.5 6.667 7.917 9.313z"
|
|
225
|
+
],
|
|
216
226
|
"width": 20,
|
|
217
227
|
"height": 14
|
|
218
228
|
},
|
|
@@ -253,7 +263,9 @@
|
|
|
253
263
|
"height": 14
|
|
254
264
|
},
|
|
255
265
|
"angle-left": {
|
|
256
|
-
"paths": [
|
|
266
|
+
"paths": [
|
|
267
|
+
"M6 0 L0 6 L6 12"
|
|
268
|
+
],
|
|
257
269
|
"width": 10,
|
|
258
270
|
"height": 20,
|
|
259
271
|
"transform": "translate(2, 2)",
|
|
@@ -261,7 +273,9 @@
|
|
|
261
273
|
"strokeWidth": 2
|
|
262
274
|
},
|
|
263
275
|
"angle-right": {
|
|
264
|
-
"paths": [
|
|
276
|
+
"paths": [
|
|
277
|
+
"M0 0 L6 6 L0 12"
|
|
278
|
+
],
|
|
265
279
|
"width": 10,
|
|
266
280
|
"height": 20,
|
|
267
281
|
"transform": "translate(2, 2)",
|
|
@@ -269,7 +283,10 @@
|
|
|
269
283
|
"strokeWidth": 2
|
|
270
284
|
},
|
|
271
285
|
"angle-left-double": {
|
|
272
|
-
"paths": [
|
|
286
|
+
"paths": [
|
|
287
|
+
"M6 0 L0 6 L6 12",
|
|
288
|
+
"M12 0 L6 6 L12 12"
|
|
289
|
+
],
|
|
273
290
|
"width": 20,
|
|
274
291
|
"height": 20,
|
|
275
292
|
"transform": "translate(2, 2)",
|
|
@@ -277,7 +294,10 @@
|
|
|
277
294
|
"strokeWidth": 2
|
|
278
295
|
},
|
|
279
296
|
"angle-right-double": {
|
|
280
|
-
"paths": [
|
|
297
|
+
"paths": [
|
|
298
|
+
"M0 0 L6 6 L0 12",
|
|
299
|
+
"M6 0 L12 6 L6 12"
|
|
300
|
+
],
|
|
281
301
|
"width": 20,
|
|
282
302
|
"height": 20,
|
|
283
303
|
"transform": "translate(2, 2)",
|
|
@@ -285,22 +305,30 @@
|
|
|
285
305
|
"strokeWidth": 2
|
|
286
306
|
},
|
|
287
307
|
"angle-bottom": {
|
|
288
|
-
"paths": [
|
|
308
|
+
"paths": [
|
|
309
|
+
"M1.645 0L7 5.343 12.355 0 14 1.645l-7 7-7-7z"
|
|
310
|
+
],
|
|
289
311
|
"width": 14,
|
|
290
312
|
"height": 9
|
|
291
313
|
},
|
|
292
314
|
"first-page": {
|
|
293
|
-
"paths": [
|
|
315
|
+
"paths": [
|
|
316
|
+
"M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"
|
|
317
|
+
],
|
|
294
318
|
"width": 24,
|
|
295
319
|
"height": 24
|
|
296
320
|
},
|
|
297
321
|
"last-page": {
|
|
298
|
-
"paths": [
|
|
322
|
+
"paths": [
|
|
323
|
+
"M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"
|
|
324
|
+
],
|
|
299
325
|
"width": 24,
|
|
300
326
|
"height": 24
|
|
301
327
|
},
|
|
302
328
|
"play": {
|
|
303
|
-
"paths": [
|
|
329
|
+
"paths": [
|
|
330
|
+
"M61 27 61 52.3333333 81 39.6666667z"
|
|
331
|
+
],
|
|
304
332
|
"width": 20,
|
|
305
333
|
"height": 26,
|
|
306
334
|
"transform": "translate(-60, -26)"
|
|
@@ -327,12 +355,16 @@
|
|
|
327
355
|
"height": 14
|
|
328
356
|
},
|
|
329
357
|
"triangle-double-left": {
|
|
330
|
-
"paths": [
|
|
358
|
+
"paths": [
|
|
359
|
+
"M8.522 8.867l5.478 4.2V0L8.522 4.2V0L0 6.533l8.522 6.534v-4.2z"
|
|
360
|
+
],
|
|
331
361
|
"width": 14,
|
|
332
362
|
"height": 13
|
|
333
363
|
},
|
|
334
364
|
"triangle-double-right": {
|
|
335
|
-
"paths": [
|
|
365
|
+
"paths": [
|
|
366
|
+
"M5.478 8.867L0 13.067V0l5.478 4.2V0L14 6.533l-8.522 6.534v-4.2z"
|
|
367
|
+
],
|
|
336
368
|
"width": 14,
|
|
337
369
|
"height": 13
|
|
338
370
|
},
|
|
@@ -366,12 +398,16 @@
|
|
|
366
398
|
"height": 16
|
|
367
399
|
},
|
|
368
400
|
"fullscreen": {
|
|
369
|
-
"paths": [
|
|
401
|
+
"paths": [
|
|
402
|
+
"M2 9H0v5h5v-2H2V9zM0 5h2V2h3V0H0v5zm12 7H9v2h5V9h-2v3zM9 0v2h3v3h2V0H9z"
|
|
403
|
+
],
|
|
370
404
|
"width": 14,
|
|
371
405
|
"height": 14
|
|
372
406
|
},
|
|
373
407
|
"send": {
|
|
374
|
-
"paths": [
|
|
408
|
+
"paths": [
|
|
409
|
+
"M.01 17.143L20 8.57.01 0 0 6.667 14.286 8.57 0 10.476z"
|
|
410
|
+
],
|
|
375
411
|
"width": 20,
|
|
376
412
|
"height": 18
|
|
377
413
|
},
|
|
@@ -440,7 +476,9 @@
|
|
|
440
476
|
"height": 27
|
|
441
477
|
},
|
|
442
478
|
"in-marker": {
|
|
443
|
-
"paths": [
|
|
479
|
+
"paths": [
|
|
480
|
+
"M0 0h4.768v1.435H1.772V16.34h3.123v1.424H0V0zm10 8.825L5.05 12.32V5.33L10 8.826z"
|
|
481
|
+
],
|
|
444
482
|
"width": 10,
|
|
445
483
|
"height": 18
|
|
446
484
|
},
|
|
@@ -542,7 +580,9 @@
|
|
|
542
580
|
"height": 17
|
|
543
581
|
},
|
|
544
582
|
"check": {
|
|
545
|
-
"paths": [
|
|
583
|
+
"paths": [
|
|
584
|
+
"M5.09 9.636L1.274 5.818 0 7.091l5.09 5.09L16 1.274 14.727 0z"
|
|
585
|
+
],
|
|
546
586
|
"width": 16,
|
|
547
587
|
"height": 13
|
|
548
588
|
},
|
|
@@ -586,7 +626,10 @@
|
|
|
586
626
|
"fillRule": "evenodd"
|
|
587
627
|
},
|
|
588
628
|
"align_bottom": {
|
|
589
|
-
"paths": [
|
|
629
|
+
"paths": [
|
|
630
|
+
"M.5.5h23v15H.5z",
|
|
631
|
+
"M4 10v1.778h16V10z"
|
|
632
|
+
],
|
|
590
633
|
"width": 24,
|
|
591
634
|
"height": 16
|
|
592
635
|
},
|
|
@@ -598,7 +641,10 @@
|
|
|
598
641
|
"height": 16
|
|
599
642
|
},
|
|
600
643
|
"align_top": {
|
|
601
|
-
"paths": [
|
|
644
|
+
"paths": [
|
|
645
|
+
"M.5.5h23v15H.5z",
|
|
646
|
+
"M4 4v1.778h16V4z"
|
|
647
|
+
],
|
|
602
648
|
"width": 16,
|
|
603
649
|
"height": 16
|
|
604
650
|
},
|
|
@@ -610,7 +656,10 @@
|
|
|
610
656
|
"height": 16
|
|
611
657
|
},
|
|
612
658
|
"align_middle": {
|
|
613
|
-
"paths": [
|
|
659
|
+
"paths": [
|
|
660
|
+
"M.5.5h23v15H.5z",
|
|
661
|
+
"M4 7v1.778h16V7z"
|
|
662
|
+
],
|
|
614
663
|
"width": 16,
|
|
615
664
|
"height": 16
|
|
616
665
|
},
|
|
@@ -650,7 +699,9 @@
|
|
|
650
699
|
"height": 15
|
|
651
700
|
},
|
|
652
701
|
"mute": {
|
|
653
|
-
"paths": [
|
|
702
|
+
"paths": [
|
|
703
|
+
"M0 5.556v6.666h4.444L10 17.778V0L4.444 5.556z"
|
|
704
|
+
],
|
|
654
705
|
"width": 10,
|
|
655
706
|
"height": 18
|
|
656
707
|
},
|
|
@@ -718,7 +769,9 @@
|
|
|
718
769
|
"height": 24
|
|
719
770
|
},
|
|
720
771
|
"reingest": {
|
|
721
|
-
"paths": [
|
|
772
|
+
"paths": [
|
|
773
|
+
"M12 8.41L16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41zM6 18h12v-2H6v2z"
|
|
774
|
+
],
|
|
722
775
|
"width": 24,
|
|
723
776
|
"height": 24
|
|
724
777
|
},
|
|
@@ -772,7 +825,9 @@
|
|
|
772
825
|
"height": 14
|
|
773
826
|
},
|
|
774
827
|
"expand": {
|
|
775
|
-
"paths": [
|
|
828
|
+
"paths": [
|
|
829
|
+
"M6 0 L0 6 L6 12"
|
|
830
|
+
],
|
|
776
831
|
"width": 20,
|
|
777
832
|
"height": 14,
|
|
778
833
|
"transform": "translate(16, 4) rotate(90)",
|
|
@@ -780,7 +835,9 @@
|
|
|
780
835
|
"strokeWidth": 2
|
|
781
836
|
},
|
|
782
837
|
"collapse": {
|
|
783
|
-
"paths": [
|
|
838
|
+
"paths": [
|
|
839
|
+
"M0 0 L6 6 L0 12"
|
|
840
|
+
],
|
|
784
841
|
"width": 20,
|
|
785
842
|
"height": 14,
|
|
786
843
|
"transform": "translate(16, 4) rotate(90)",
|
|
@@ -795,7 +852,9 @@
|
|
|
795
852
|
"height": 30
|
|
796
853
|
},
|
|
797
854
|
"filter": {
|
|
798
|
-
"paths": [
|
|
855
|
+
"paths": [
|
|
856
|
+
"M7 12h4v-2H7v2zM0 0v2h18V0H0zm3 7h12V5H3v2z"
|
|
857
|
+
],
|
|
799
858
|
"width": 18,
|
|
800
859
|
"height": 12
|
|
801
860
|
},
|
|
@@ -896,7 +955,9 @@
|
|
|
896
955
|
"height": 22
|
|
897
956
|
},
|
|
898
957
|
"carousel": {
|
|
899
|
-
"paths": [
|
|
958
|
+
"paths": [
|
|
959
|
+
"M7 19h10V4H7v15zm-5-2h4V6H2v11zM18 6v11h4V6h-4z"
|
|
960
|
+
],
|
|
900
961
|
"width": 24,
|
|
901
962
|
"height": 24
|
|
902
963
|
},
|
|
@@ -957,7 +1018,9 @@
|
|
|
957
1018
|
"height": 12
|
|
958
1019
|
},
|
|
959
1020
|
"document": {
|
|
960
|
-
"paths": [
|
|
1021
|
+
"paths": [
|
|
1022
|
+
"M7.5 9H0v1.5h7.5V9zM12 3H0v1.5h12V3zM0 7.5h12V6H0v1.5zM0 0v1.5h12V0H0z"
|
|
1023
|
+
],
|
|
961
1024
|
"width": 12,
|
|
962
1025
|
"height": 11
|
|
963
1026
|
},
|
|
@@ -977,7 +1040,9 @@
|
|
|
977
1040
|
"height": 16
|
|
978
1041
|
},
|
|
979
1042
|
"long-arrow": {
|
|
980
|
-
"paths": [
|
|
1043
|
+
"paths": [
|
|
1044
|
+
"M0 5h14.17l-3.58-3.59L12 0l6 6-6 6-1.41-1.41L14.17 7H0z"
|
|
1045
|
+
],
|
|
981
1046
|
"width": 18,
|
|
982
1047
|
"height": 12
|
|
983
1048
|
},
|
|
@@ -1011,7 +1076,9 @@
|
|
|
1011
1076
|
"height": 12
|
|
1012
1077
|
},
|
|
1013
1078
|
"delivery": {
|
|
1014
|
-
"paths": [
|
|
1079
|
+
"paths": [
|
|
1080
|
+
"M.006 10.286L12 5.143.006 0 0 4l8.571 1.143L0 6.286z"
|
|
1081
|
+
],
|
|
1015
1082
|
"width": 12,
|
|
1016
1083
|
"height": 11
|
|
1017
1084
|
},
|
|
@@ -1101,7 +1168,9 @@
|
|
|
1101
1168
|
"height": 24
|
|
1102
1169
|
},
|
|
1103
1170
|
"upload-asset": {
|
|
1104
|
-
"paths": [
|
|
1171
|
+
"paths": [
|
|
1172
|
+
"M0 6L1.0575 7.0575L5.25 2.8725V12H6.75V2.8725L10.935 7.065L12 6L6 0L0 6Z"
|
|
1173
|
+
],
|
|
1105
1174
|
"width": 24,
|
|
1106
1175
|
"height": 24
|
|
1107
1176
|
},
|
|
@@ -1148,19 +1217,25 @@
|
|
|
1148
1217
|
"height": 16
|
|
1149
1218
|
},
|
|
1150
1219
|
"text_position_top": {
|
|
1151
|
-
"paths": [
|
|
1220
|
+
"paths": [
|
|
1221
|
+
"M0 0H24V16H0V0ZM2 2H22V14H2V2ZM4 5.77778V4H20V5.77778H4Z"
|
|
1222
|
+
],
|
|
1152
1223
|
"width": 24,
|
|
1153
1224
|
"height": 20,
|
|
1154
1225
|
"fillRule": "evenodd"
|
|
1155
1226
|
},
|
|
1156
1227
|
"text_position_center": {
|
|
1157
|
-
"paths": [
|
|
1228
|
+
"paths": [
|
|
1229
|
+
"M0 0H24V16H0V0ZM2 2H22V14H2V2ZM4 8.77778V7H20V8.77778H4Z"
|
|
1230
|
+
],
|
|
1158
1231
|
"width": 24,
|
|
1159
1232
|
"height": 20,
|
|
1160
1233
|
"fillRule": "evenodd"
|
|
1161
1234
|
},
|
|
1162
1235
|
"text_position_bottom": {
|
|
1163
|
-
"paths": [
|
|
1236
|
+
"paths": [
|
|
1237
|
+
"M0 0H24V16H0V0ZM2 2H22V14H2V2ZM4 11.7778V10H20V11.7778H4Z"
|
|
1238
|
+
],
|
|
1164
1239
|
"width": 24,
|
|
1165
1240
|
"height": 20,
|
|
1166
1241
|
"fillRule": "evenodd"
|
|
@@ -1305,12 +1380,17 @@
|
|
|
1305
1380
|
"height": 7
|
|
1306
1381
|
},
|
|
1307
1382
|
"stitching": {
|
|
1308
|
-
"paths": [
|
|
1383
|
+
"paths": [
|
|
1384
|
+
"M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z"
|
|
1385
|
+
],
|
|
1309
1386
|
"width": 24,
|
|
1310
1387
|
"height": 24
|
|
1311
1388
|
},
|
|
1312
1389
|
"publishing": {
|
|
1313
|
-
"paths": [
|
|
1390
|
+
"paths": [
|
|
1391
|
+
"M15.5 5H11l5 7-5 7h4.5l5-7z",
|
|
1392
|
+
"M8.5 5H4l5 7-5 7h4.5l5-7z"
|
|
1393
|
+
],
|
|
1314
1394
|
"width": 24,
|
|
1315
1395
|
"height": 24
|
|
1316
1396
|
},
|
|
@@ -1351,12 +1431,16 @@
|
|
|
1351
1431
|
"height": 12
|
|
1352
1432
|
},
|
|
1353
1433
|
"triangle-carat": {
|
|
1354
|
-
"paths": [
|
|
1434
|
+
"paths": [
|
|
1435
|
+
"M3.5 5.6001L7 9.77516e-05H0L3.5 5.6001Z"
|
|
1436
|
+
],
|
|
1355
1437
|
"width": 7,
|
|
1356
1438
|
"height": 6
|
|
1357
1439
|
},
|
|
1358
1440
|
"download-icon": {
|
|
1359
|
-
"paths": [
|
|
1441
|
+
"paths": [
|
|
1442
|
+
"M12 6L10.9425 4.9425L6.75 9.1275V0H5.25V9.1275L1.065 4.935L0 6L6 12L12 6Z"
|
|
1443
|
+
],
|
|
1360
1444
|
"width": 12,
|
|
1361
1445
|
"height": 12
|
|
1362
1446
|
},
|
|
@@ -1382,7 +1466,9 @@
|
|
|
1382
1466
|
"height": 13
|
|
1383
1467
|
},
|
|
1384
1468
|
"remove_small": {
|
|
1385
|
-
"paths": [
|
|
1469
|
+
"paths": [
|
|
1470
|
+
"M6 0.929408H0V0.0722656H6V0.929408Z"
|
|
1471
|
+
],
|
|
1386
1472
|
"width": 6,
|
|
1387
1473
|
"height": 1
|
|
1388
1474
|
},
|
|
@@ -1429,7 +1515,9 @@
|
|
|
1429
1515
|
"height": 8
|
|
1430
1516
|
},
|
|
1431
1517
|
"web_reupload": {
|
|
1432
|
-
"paths": [
|
|
1518
|
+
"paths": [
|
|
1519
|
+
"M6.75 12H11.25V7.5H14.25L9 2.25L3.75 7.5H6.75V12ZM3.75 13.5H14.25V15H3.75V13.5Z"
|
|
1520
|
+
],
|
|
1433
1521
|
"width": 18,
|
|
1434
1522
|
"height": 18
|
|
1435
1523
|
},
|
|
@@ -1593,6 +1681,22 @@
|
|
|
1593
1681
|
],
|
|
1594
1682
|
"width": 60,
|
|
1595
1683
|
"height": 60
|
|
1684
|
+
},
|
|
1685
|
+
"landscape-screenshot": {
|
|
1686
|
+
"paths": [
|
|
1687
|
+
"M13.9955 0.005L2.32285 0C1.03886 0 0 0.45 0 1V10C0 10.55 1.03886 11 2.32285 11H13.9955C15.2795 11 16 10.55 16 10V1C16 0.45 15.2795 0.005 13.9955 0.005ZM14.5 9.5H1.5L1.52698 1.5H14.5V9.5Z",
|
|
1688
|
+
"M8.675 2.578L8.651 2.566L8.648 2.572C8.438 2.527 8.222 2.5 8 2.5C6.344 2.5 5 3.844 5 5.5C5 7.156 6.344 8.5 8 8.5C9.656 8.5 11 7.156 11 5.5C11 4.075 10.007 2.884 8.675 2.578ZM10.223 4.6H7.826L8.639 3.19C9.359 3.388 9.944 3.916 10.223 4.6ZM8.33 3.124L7.481 4.6L7.136 5.2L6.32 3.79C6.752 3.364 7.346 3.1 8 3.1C8.111 3.1 8.222 3.109 8.33 3.124ZM6.11 4.027L6.962 5.5L7.307 6.1H5.678C5.63 5.908 5.6 5.707 5.6 5.5C5.6 4.945 5.792 4.435 6.11 4.027ZM5.777 6.4H8.171L7.358 7.81C6.638 7.609 6.056 7.084 5.777 6.4ZM7.67 7.873L8.867 5.8L9.683 7.21C9.248 7.636 8.654 7.9 8 7.9C7.886 7.9 7.778 7.888 7.67 7.873ZM9.89 6.973L8.69 4.9H10.319C10.37 5.092 10.4 5.293 10.4 5.5C10.4 6.055 10.208 6.565 9.89 6.973Z"
|
|
1689
|
+
],
|
|
1690
|
+
"width": 16,
|
|
1691
|
+
"height": 11
|
|
1692
|
+
},
|
|
1693
|
+
"portrait-screenshot": {
|
|
1694
|
+
"paths": [
|
|
1695
|
+
"M2.505 2.00453L2.5 13.6771C2.5 14.9611 2.95 16 3.5 16H12.5C13.05 16 13.5 14.9611 13.5 13.6771V2.00453C13.5 0.720537 13.05 0 12.5 0H3.5C2.95 0 2.505 0.720537 2.505 2.00453ZM12 1.5V14.5L4 14.473L4 1.5H12Z",
|
|
1696
|
+
"M5.078 7.325L5.066 7.349L5.072 7.352C5.027 7.562 5 7.778 5 8C5 9.656 6.344 11 8 11C9.656 11 11 9.656 11 8C11 6.344 9.656 5 8 5C6.575 5 5.384 5.993 5.078 7.325ZM7.1 5.777V8.174L5.69 7.361C5.888 6.641 6.416 6.056 7.1 5.777ZM5.624 7.67L7.1 8.519L7.7 8.864L6.29 9.68C5.864 9.248 5.6 8.654 5.6 8C5.6 7.889 5.609 7.778 5.624 7.67ZM6.527 9.89L8 9.038L8.6 8.693V10.322C8.408 10.37 8.207 10.4 8 10.4C7.445 10.4 6.935 10.208 6.527 9.89ZM8.9 10.223V7.829L10.31 8.642C10.109 9.362 9.584 9.944 8.9 10.223ZM10.373 8.33L8.3 7.133L9.71 6.317C10.136 6.752 10.4 7.346 10.4 8C10.4 8.114 10.388 8.222 10.373 8.33ZM9.473 6.11L7.4 7.31V5.681C7.592 5.63 7.793 5.6 8 5.6C8.555 5.6 9.065 5.792 9.473 6.11Z"
|
|
1697
|
+
],
|
|
1698
|
+
"width": 16,
|
|
1699
|
+
"height": 16
|
|
1596
1700
|
}
|
|
1597
1701
|
}
|
|
1598
|
-
}
|
|
1702
|
+
}
|
|
@@ -354,17 +354,24 @@ var Filter = function (_Component) {
|
|
|
354
354
|
selectedUserIds = _this$state.selectedUserIds;
|
|
355
355
|
var _this$props = _this.props,
|
|
356
356
|
applyFilters = _this$props.applyFilters,
|
|
357
|
-
initialFilters = _this$props.initialFilters
|
|
357
|
+
initialFilters = _this$props.initialFilters,
|
|
358
|
+
refreshDashboard = _this$props.refreshDashboard,
|
|
359
|
+
tableLoadingActionFunc = _this$props.tableLoadingActionFunc;
|
|
358
360
|
|
|
359
361
|
_this.toggleFiltersMenu(false);
|
|
360
362
|
if (forData === 'reset') {
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
363
|
+
if (refreshDashboard && tableLoadingActionFunc) {
|
|
364
|
+
tableLoadingActionFunc(true);
|
|
365
|
+
refreshDashboard();
|
|
366
|
+
} else {
|
|
367
|
+
_this.setState({
|
|
368
|
+
selectedFiltersObj: initialFilters,
|
|
369
|
+
showDropDownOptions: false,
|
|
370
|
+
selectedUserIds: []
|
|
371
|
+
}, function () {
|
|
372
|
+
applyFilters(_this.state.selectedFiltersObj, 'reset');
|
|
373
|
+
});
|
|
374
|
+
}
|
|
368
375
|
} else if (forData === 'cancel') {
|
|
369
376
|
_this.setState({
|
|
370
377
|
selectedFiltersObj: _this.props.selectedFilters,
|
|
@@ -875,6 +882,8 @@ var Filter = function (_Component) {
|
|
|
875
882
|
Filter.propTypes = {
|
|
876
883
|
theme: _propTypes2.default.oneOf(['light', 'dark', 'nexc']),
|
|
877
884
|
applyFilters: _propTypes2.default.func,
|
|
885
|
+
refreshDashboard: _propTypes2.default.func,
|
|
886
|
+
tableLoadingActionFunc: _propTypes2.default.func,
|
|
878
887
|
initialFilters: _propTypes2.default.instanceOf(Object),
|
|
879
888
|
selectedFilters: _propTypes2.default.instanceOf(Object),
|
|
880
889
|
filtersStructure: _propTypes2.default.instanceOf(Object),
|
package/molecules/table/table.js
CHANGED
|
@@ -1443,6 +1443,8 @@ var Table = function (_Component) {
|
|
|
1443
1443
|
theme: this.props.theme,
|
|
1444
1444
|
ref: this._filterRef,
|
|
1445
1445
|
initialFilters: this.props.initialFilters,
|
|
1446
|
+
refreshDashboard: this.props.refreshDashboard,
|
|
1447
|
+
tableLoadingActionFunc: this.props.tableLoadingActionFunc,
|
|
1446
1448
|
filtersStructure: this.props.filtersStructure,
|
|
1447
1449
|
selectedFilters: this.props.selectedFilters,
|
|
1448
1450
|
applyFilters: this.props.applyFilters,
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.19",
|
|
4
4
|
"description": "Components for Desynova Digital",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "desynova-digital",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": "desynova-digital",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@desynova-digital/tokens": "9.0.
|
|
10
|
+
"@desynova-digital/tokens": "9.0.19",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|