@linzjs/lui 15.1.4 → 15.1.7
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/CHANGELOG.md +21 -0
- package/dist/assets/icons/apps.svg +1 -1
- package/dist/assets/icons/arrow_drop_right.svg +1 -1
- package/dist/assets/icons/attachment.svg +1 -1
- package/dist/assets/icons/blocked.svg +1 -0
- package/dist/assets/icons/cancel_clear.svg +1 -0
- package/dist/assets/icons/change_password.svg +1 -1
- package/dist/assets/icons/control_point.svg +1 -1
- package/dist/assets/icons/copy.svg +1 -1
- package/dist/assets/icons/feedback_lightbulb.svg +1 -1
- package/dist/assets/icons/file_attached_outline.svg +1 -0
- package/dist/assets/icons/hourglass.svg +1 -1
- package/dist/assets/icons/launch_modal.svg +1 -0
- package/dist/assets/icons/link.svg +1 -1
- package/dist/assets/icons/menu.svg +1 -1
- package/dist/assets/icons/minimise.svg +1 -1
- package/dist/assets/icons/more_vert.svg +1 -1
- package/dist/assets/icons/numbered_list.svg +1 -1
- package/dist/assets/icons/save_download.svg +1 -1
- package/dist/assets/icons/unlink.svg +1 -1
- package/dist/assets/icons/visiblity_off.svg +1 -1
- package/dist/assets/icons/zoom_centre.svg +1 -1
- package/dist/assets/svg-content.tsx +39 -15
- package/dist/components/LuiBadge/LuiBadge.d.ts +1 -0
- package/dist/index.js +89 -52
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +89 -52
- package/dist/lui.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/lui.esm.js
CHANGED
|
@@ -492,7 +492,7 @@ iconMap['ic_arrow_back_ios'] = (React__default.createElement("svg", { xmlns: "ht
|
|
|
492
492
|
React__default.createElement("path", { d: "M17.836 3.891 9.727 12l8.109 8.109-1.781 1.781-9.891-9.891 9.891-9.891z" })));
|
|
493
493
|
iconMap['ic_arrow_drop_down'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
494
494
|
React__default.createElement("path", { d: "M6.984 9.492h10.031l-5.016 5.016z" })));
|
|
495
|
-
iconMap['ic_arrow_drop_right'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
495
|
+
iconMap['ic_arrow_drop_right'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
496
496
|
React__default.createElement("path", { d: "M9.492 6.984 14.508 12l-5.016 5.016V6.984z" })));
|
|
497
497
|
iconMap['ic_arrow_drop_up'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
498
498
|
React__default.createElement("path", { d: "M6.984 14.508 12 9.492l5.016 5.016H6.985z" })));
|
|
@@ -506,9 +506,13 @@ iconMap['ic_attach_file'] = (React__default.createElement("svg", { viewBox: "0 0
|
|
|
506
506
|
React__default.createElement("path", { d: "M0 0h24v24H0z" })))));
|
|
507
507
|
iconMap['ic_attachment'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
508
508
|
React__default.createElement("path", { d: "M2.016 12.023c0-1.531.531-2.836 1.594-3.914C4.673 7.03 5.97 6.492 7.501 6.492h10.5c1.094 0 2.032.398 2.813 1.195.781.797 1.172 1.742 1.172 2.836 0 1.094-.39 2.032-1.172 2.813-.781.781-1.719 1.172-2.813 1.172H9.517a2.472 2.472 0 0 1-1.781-.727c-.5-.485-.75-1.07-.75-1.758 0-.687.25-1.281.75-1.781s1.094-.75 1.781-.75h7.5v2.016H9.423c-.281 0-.422.164-.422.492 0 .328.14.492.422.492h8.578c.531 0 1-.195 1.406-.586.406-.39.609-.852.609-1.383s-.203-1-.609-1.406c-.406-.406-.875-.61-1.406-.61h-10.5c-.969 0-1.797.345-2.484 1.032a3.386 3.386 0 0 0-1.031 2.484c0 .969.344 1.789 1.031 2.46a3.425 3.425 0 0 0 2.484 1.009h9.516v2.016H7.501c-1.531 0-2.828-.531-3.891-1.594-1.063-1.063-1.594-2.36-1.594-3.891Z" })));
|
|
509
|
+
iconMap['ic_blocked'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
510
|
+
React__default.createElement("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2ZM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9A7.902 7.902 0 0 1 4 12Zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1A7.902 7.902 0 0 1 20 12c0 4.42-3.58 8-8 8Z" })));
|
|
509
511
|
iconMap['ic_border_color'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
510
512
|
React__default.createElement("path", { d: "M0 20.016h24V24H0v-3.984zM20.719 4.031 18.75 6 15 2.25 16.969.281Q17.25 0 17.672 0t.703.281l2.344 2.344q.281.281.281.703t-.281.703zm-2.953 2.953L7.735 17.015h-3.75v-3.75L14.016 3.234z" })));
|
|
511
|
-
iconMap['
|
|
513
|
+
iconMap['ic_cancel_clear'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
514
|
+
React__default.createElement("path", { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2Zm4.3 14.3a.996.996 0 0 1-1.41 0L12 13.41 9.11 16.3a.996.996 0 1 1-1.41-1.41L10.59 12 7.7 9.11A.996.996 0 1 1 9.11 7.7L12 10.59l2.89-2.89a.996.996 0 1 1 1.41 1.41L13.41 12l2.89 2.89c.38.38.38 1.02 0 1.41Z" })));
|
|
515
|
+
iconMap['ic_change_password'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
512
516
|
React__default.createElement("path", { d: "M12.65 10a5.998 5.998 0 0 0-6.88-3.88c-2.29.46-4.15 2.29-4.63 4.58A6.006 6.006 0 0 0 7 18a5.99 5.99 0 0 0 5.65-4H17v2c0 1.1.9 2 2 2s2-.9 2-2v-2c1.1 0 2-.9 2-2s-.9-2-2-2h-8.35ZM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Z" })));
|
|
513
517
|
iconMap['ic_check'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
514
518
|
React__default.createElement("path", { d: "M8.789 15.891 19.383 5.297l1.406 1.406-12 12-5.578-5.578 1.406-1.406z" })));
|
|
@@ -522,11 +526,11 @@ iconMap['ic_clear'] = (React__default.createElement("svg", { xmlns: "http://www.
|
|
|
522
526
|
React__default.createElement("path", { d: "M18.984 6.422 13.406 12l5.578 5.578-1.406 1.406L12 13.406l-5.578 5.578-1.406-1.406L10.594 12 5.016 6.422l1.406-1.406L12 10.594l5.578-5.578z" })));
|
|
523
527
|
iconMap['ic_columns'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
524
528
|
React__default.createElement("path", { d: "M14.67 6v12c0 .55-.45 1-1 1h-3.33c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h3.33c.55 0 1 .45 1 1Zm2 13H20c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1h-3.33c-.55 0-1 .45-1 1v12c0 .55.44 1 1 1Zm-8.34-1V6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3.33c.56 0 1-.45 1-1Z" })));
|
|
525
|
-
iconMap['ic_control_point'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
529
|
+
iconMap['ic_control_point'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
526
530
|
React__default.createElement("path", { d: "M19.446 12.6h-2.9v2.3h2.9v-2.3zm-9.1-2.3c1.9 0 3.4 1.5 3.4 3.4s-1.5 3.4-3.4 3.4-3.4-1.5-3.4-3.4 1.5-3.4 3.4-3.4zm0 1.7c-.9 0-1.7.8-1.7 1.7s.8 1.7 1.7 1.7c.9 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7zm-6.3.6h-2.9v2.3h2.9v-2.3zm7.4-8h-2.3v2.9h2.3V4.6zm0 15.4h-2.3v2.9h2.3V20z" }),
|
|
527
531
|
React__default.createElement("path", { d: "M15.546 11.4c.3.7.5 1.5.5 2.3 0 3.2-2.6 5.7-5.7 5.7-3.2 0-5.7-2.6-5.7-5.7s2.5-5.7 5.7-5.7c.8 0 1.6.2 2.3.5V6.6c-.7-.2-1.5-.4-2.3-.4-4.1 0-7.4 3.3-7.4 7.4s3.3 7.4 7.4 7.4 7.4-3.3 7.4-7.4c0-.8-.1-1.6-.4-2.3h-1.8v.1z" }),
|
|
528
532
|
React__default.createElement("path", { d: "M21.146 1.1h-5.7c-.9 0-1.7.8-1.7 1.7v5.7c0 .9.8 1.7 1.7 1.7h5.7c.9 0 1.7-.8 1.7-1.7V2.9c.1-1-.7-1.8-1.7-1.8z" })));
|
|
529
|
-
iconMap['ic_copy'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
533
|
+
iconMap['ic_copy'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
530
534
|
React__default.createElement("path", { d: "M8.5 20h10V7c0-.55.45-1 1-1s1 .45 1 1v13c0 1.1-.9 2-2 2h-10c-.55 0-1-.45-1-1s.45-1 1-1zm-5-4V4c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-9c-1.1 0-2-.9-2-2zm2 0h9V4h-9v12z" })));
|
|
531
535
|
iconMap['ic_corporate_fare'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
532
536
|
React__default.createElement("path", { d: "M12 6.984V3H2.016v18h19.969V6.984h-9.984zm-2.016 12h-6v-1.969h6v1.969zm0-3.984h-6v-2.016h6V15zm0-3.984h-6V9h6v2.016zm0-4.032h-6V5.015h6v1.969zm10.032 12H12V9h8.016v9.984zM18 11.016h-3.984v1.969H18v-1.969zM18 15h-3.984v2.016H18V15z" })));
|
|
@@ -548,8 +552,10 @@ iconMap['ic_expand_less'] = (React__default.createElement("svg", { xmlns: "http:
|
|
|
548
552
|
React__default.createElement("path", { d: "m12 8.297 6 6-1.406 1.406L12 11.109l-4.594 4.594L6 14.297z" })));
|
|
549
553
|
iconMap['ic_expand_more'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
550
554
|
React__default.createElement("path", { d: "M16.594 8.297 18 9.703l-6 6-6-6 1.406-1.406L12 12.891z" })));
|
|
551
|
-
iconMap['ic_feedback_lightbulb'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
555
|
+
iconMap['ic_feedback_lightbulb'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
552
556
|
React__default.createElement("path", { d: "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2Zm-3-3h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1Zm3-17C7.86 2 4.5 5.36 4.5 9.5c0 3.82 2.66 5.86 3.77 6.5h7.46c1.11-.64 3.77-2.68 3.77-6.5C19.5 5.36 16.14 2 12 2Z" })));
|
|
557
|
+
iconMap['ic_file_attached_outline'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
558
|
+
React__default.createElement("path", { d: "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6ZM6 20V4h7v5h5v11H6Z" })));
|
|
553
559
|
iconMap['ic_filter_list'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
554
560
|
React__default.createElement("path", { d: "M6 12.984v-1.969h12v1.969H6zM3 6h18v2.016H3V6zm6.984 12v-2.016h4.031V18H9.984z" })));
|
|
555
561
|
iconMap['ic_flag'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
@@ -562,7 +568,7 @@ iconMap['ic_grid_view'] = (React__default.createElement("svg", { viewBox: "0 0 2
|
|
|
562
568
|
React__default.createElement("path", { d: "M3 3h8v8H3V3Zm0 10h8v8H3v-8ZM21 3h-8v8h8V3Zm-8 10h8v8h-8v-8Z" })));
|
|
563
569
|
iconMap['ic_history'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
564
570
|
React__default.createElement("path", { d: "M13.552 3.003c-5.09-.14-9.26 3.95-9.26 9h-1.79c-.45 0-.67.54-.35.85l2.79 2.8c.2.2.51.2.71 0l2.79-2.8a.5.5 0 0 0-.36-.85h-1.79c0-3.9 3.18-7.05 7.1-7 3.72.05 6.85 3.18 6.9 6.9.05 3.91-3.1 7.1-7 7.1-1.61 0-3.1-.55-4.28-1.48a.994.994 0 0 0-1.32.08c-.42.42-.39 1.13.08 1.49a8.858 8.858 0 0 0 5.52 1.91c5.05 0 9.14-4.17 9-9.26-.13-4.69-4.05-8.61-8.74-8.74Zm-.51 5c-.41 0-.75.34-.75.75v3.68c0 .35.19.68.49.86l3.12 1.85c.36.21.82.09 1.03-.26.21-.36.09-.82-.26-1.03l-2.88-1.71v-3.4c0-.4-.34-.74-.75-.74Z" })));
|
|
565
|
-
iconMap['ic_hourglass'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
571
|
+
iconMap['ic_hourglass'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
566
572
|
React__default.createElement("path", { d: "M8 2c-1.1 0-2 .9-2 2v3.17c0 .53.21 1.04.59 1.42L10 12l-3.42 3.42c-.37.38-.58.89-.58 1.42V20c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-3.16c0-.53-.21-1.04-.58-1.41L14 12l3.41-3.4c.38-.38.59-.89.59-1.42V4c0-1.1-.9-2-2-2H8Zm8 14.5V19c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-2.5l4-4 4 4Zm-4-5-4-4V5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.5l-4 4Z" })));
|
|
567
573
|
iconMap['ic_info'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
568
574
|
React__default.createElement("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 15c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1Zm1-8h-2V7h2v2Z" })));
|
|
@@ -580,6 +586,8 @@ iconMap['ic_keyboard_arrow_right'] = (React__default.createElement("svg", { xmln
|
|
|
580
586
|
React__default.createElement("path", { d: "M8.297 16.594 12.891 12 8.297 7.406 9.703 6l6 6-6 6z" })));
|
|
581
587
|
iconMap['ic_keyboard_arrow_up'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
582
588
|
React__default.createElement("path", { d: "M7.406 15.703 6 14.297l6-6 6 6-1.406 1.406L12 11.109z" })));
|
|
589
|
+
iconMap['ic_launch_modal'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
590
|
+
React__default.createElement("path", { d: "M12 2.313c-5.523 0-10 4.478-10 10 0 5.523 4.477 10 10 10s10-4.477 10-10c0-5.522-4.477-10-10-10Zm2.928 8.376L9.52 16.095a.696.696 0 0 1-.981-.013.696.696 0 0 1-.013-.98l5.407-5.408-4.788-.063a.713.713 0 0 1-.7-.7.67.67 0 0 1 .682-.683l6.465.085a.713.713 0 0 1 .7.701l.086 6.465a.67.67 0 0 1-.682.683.722.722 0 0 1-.706-.706l-.063-4.787Z" })));
|
|
583
591
|
iconMap['ic_launch_new window_open'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
584
592
|
React__default.createElement("path", { d: "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1ZM14 4c0 .55.45 1 1 1h2.59l-9.13 9.13a.996.996 0 1 0 1.41 1.41L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V3h-6c-.55 0-1 .45-1 1Z" })));
|
|
585
593
|
iconMap['ic_layers'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
@@ -590,7 +598,7 @@ iconMap['ic_line_irregular'] = (React__default.createElement("svg", { viewBox: "
|
|
|
590
598
|
React__default.createElement("path", { d: "M2.7 17.29c.39.39 1.02.39 1.41 0L8.7 12.7a.996.996 0 0 1 1.41 0l1.17 1.17a3 3 0 0 0 4.24 0L19.7 9.7l1.44 1.44a.5.5 0 0 0 .85-.35V6.5a.48.48 0 0 0-.49-.5h-4.29c-.45 0-.67.54-.35.85l1.44 1.44-4.17 4.17a.996.996 0 0 1-1.41 0l-1.17-1.17a3 3 0 0 0-4.24 0L2.7 15.88c-.38.39-.38 1.03 0 1.41Z" })));
|
|
591
599
|
iconMap['ic_line_vector'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
592
600
|
React__default.createElement("path", { d: "m21.65 11.65-2.79-2.79a.501.501 0 0 0-.86.35V11H4c-.55 0-1 .45-1 1s.45 1 1 1h14v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7Z" })));
|
|
593
|
-
iconMap['ic_link'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
601
|
+
iconMap['ic_link'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
594
602
|
React__default.createElement("path", { d: "M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8v-2z" })));
|
|
595
603
|
iconMap['ic_list_add'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
596
604
|
React__default.createElement("path", { d: "M21.02 5H19V2.98c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98V5h-2.01c-.54 0-.98.44-.99.98v.03c0 .55.44.99.99.99H17v2.01c0 .54.44.99.99.98h.03c.54 0 .98-.44.98-.98V7h2.02c.54 0 .98-.44.98-.98v-.04c0-.54-.44-.98-.98-.98ZM18 12c-.55 0-1 .45-1 1v5.22c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1Z" }),
|
|
@@ -606,11 +614,11 @@ iconMap['ic_mark_linking'] = (React__default.createElement("svg", { viewBox: "0
|
|
|
606
614
|
React__default.createElement("path", { d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3Z" })));
|
|
607
615
|
iconMap['ic_marks'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
608
616
|
React__default.createElement("path", { d: "M7 18c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4Zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm4-2c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4Zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm5.6 17.6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4Zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Z" })));
|
|
609
|
-
iconMap['ic_menu'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
617
|
+
iconMap['ic_menu'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
610
618
|
React__default.createElement("path", { d: "M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z" })));
|
|
611
|
-
iconMap['ic_minimise'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
619
|
+
iconMap['ic_minimise'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
612
620
|
React__default.createElement("path", { d: "M7 19h10c.55 0 1 .45 1 1s-.45 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1z" })));
|
|
613
|
-
iconMap['ic_more_vert'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
621
|
+
iconMap['ic_more_vert'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
614
622
|
React__default.createElement("path", { d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" })));
|
|
615
623
|
iconMap['ic_navigate_before'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
616
624
|
React__default.createElement("path", { d: "M15.703 7.406 11.109 12l4.594 4.594L14.297 18l-6-6 6-6z" })));
|
|
@@ -618,7 +626,7 @@ iconMap['ic_navigate_next'] = (React__default.createElement("svg", { xmlns: "htt
|
|
|
618
626
|
React__default.createElement("path", { d: "m9.703 6 6 6-6 6-1.406-1.406L12.891 12 8.297 7.406z" })));
|
|
619
627
|
iconMap['ic_note_add'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
620
628
|
React__default.createElement("path", { d: "M13 11h-2v3H8v2h3v3h2v-3h3v-2h-3v-3Zm1-9H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6Zm4 18H6V4h7v5h5v11Z" })));
|
|
621
|
-
iconMap['ic_numbered_list'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
629
|
+
iconMap['ic_numbered_list'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
622
630
|
React__default.createElement("path", { d: "M21 16h-2c-.28 0-.5.22-.5.5s.22.5.5.5h1.5v.5H20c-.28 0-.5.22-.5.5s.22.5.5.5h.5v.5H19c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5zM19 5h.5v2.5c0 .28.22.5.5.5s.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5zm2.5 5.72v-.22c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h1.3l-1.68 1.96a.49.49 0 0 0-.12.32v.22c0 .28.22.5.5.5h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.3l1.68-1.96a.49.49 0 0 0 .12-.32zM15.5 5h-12c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0 12h-12c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0-6h-12c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z" })));
|
|
623
631
|
iconMap['ic_office_building_corporate'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
624
632
|
React__default.createElement("path", { d: "M12 6.984V3H2.016v18h19.969V6.984H12Zm-2.016 12h-6v-1.969h6v1.969Zm0-3.984h-6v-2.016h6V15Zm0-3.984h-6V9h6v2.016Zm0-4.032h-6V5.015h6v1.969Zm10.032 12H12V9h8.016v9.984ZM18 11.016h-3.984v1.969H18v-1.969ZM18 15h-3.984v2.016H18V15Z" })));
|
|
@@ -658,7 +666,7 @@ iconMap['ic_requisitions'] = (React__default.createElement("svg", { viewBox: "0
|
|
|
658
666
|
iconMap['ic_round_selection'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
659
667
|
React__default.createElement("path", { d: "M21.02 17H19v-2.02c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98V17h-2.01c-.54 0-.98.44-.99.98v.03c0 .55.44.99.99.99H17v2.01c0 .54.44.99.99.98h.03c.54 0 .98-.44.98-.98V19h2.02c.54 0 .98-.44.98-.98v-.04c0-.54-.44-.98-.98-.98Z" }),
|
|
660
668
|
React__default.createElement("path", { d: "M12.98 21.953a10.12 10.12 0 0 1-1.96 0l.193-1.991a8.1 8.1 0 0 0 1.574 0l.193 1.99Zm-3.884-.381.58-1.914a7.947 7.947 0 0 1-1.446-.6l-.945 1.763c.573.307 1.179.56 1.811.75Zm-3.44-1.842 1.27-1.545a8.062 8.062 0 0 1-1.111-1.11L4.27 18.343c.415.506.88.97 1.386 1.386Zm-2.477-3.015 1.763-.944a7.938 7.938 0 0 1-.6-1.447l-1.914.58a9.93 9.93 0 0 0 .751 1.81ZM2.047 12.98l1.991-.193a8.12 8.12 0 0 1 0-1.574l-1.99-.193a10.123 10.123 0 0 0 0 1.96Zm.381-3.884 1.914.58c.153-.505.355-.989.6-1.446l-1.763-.945a9.938 9.938 0 0 0-.75 1.811Zm1.842-3.44 1.545 1.27a8.06 8.06 0 0 1 1.11-1.111L5.657 4.27c-.506.415-.97.88-1.386 1.386Zm3.015-2.477.945 1.763a7.938 7.938 0 0 1 1.446-.6l-.58-1.914a9.938 9.938 0 0 0-1.81.751Zm3.735-1.132a10.123 10.123 0 0 1 1.96 0l-.193 1.991a8.12 8.12 0 0 0-1.574 0l-.193-1.99Zm3.884.381-.58 1.914c.505.153.989.355 1.447.6l.944-1.763a9.936 9.936 0 0 0-1.811-.75Zm3.44 1.842-1.27 1.545c.406.333.778.705 1.111 1.11l1.545-1.269a10.06 10.06 0 0 0-1.386-1.386Zm2.477 3.015-1.763.945c.245.457.447.941.6 1.446l1.914-.58a9.937 9.937 0 0 0-.751-1.81Zm1.131 3.735-1.99.193a8.1 8.1 0 0 1 0 1.574l1.99.194a10.123 10.123 0 0 0 0-1.961Z" })));
|
|
661
|
-
iconMap['ic_save_download'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
669
|
+
iconMap['ic_save_download'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
662
670
|
React__default.createElement("path", { d: "M19 13v5c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-5c0-.55-.45-1-1-1s-1 .45-1 1v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1Zm-6-.33 1.88-1.88a.996.996 0 1 1 1.41 1.41l-3.59 3.59a.996.996 0 0 1-1.41 0L7.7 12.2a.996.996 0 1 1 1.41-1.41L11 12.67V4c0-.55.45-1 1-1s1 .45 1 1v8.67Z" })));
|
|
663
671
|
iconMap['ic_saved_area_interest'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
664
672
|
React__default.createElement("path", { d: "M5 14H3v4c0 1.1.9 2 2 2h4v-2H5v-4Zm0-8h4V4H5c-1.1 0-2 .9-2 2v4h2V6Zm14-2h-4v2h4v4h2V6c0-1.1-.9-2-2-2Zm0 14h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4Zm-5.027-2.36-1.94-1.13-1.94 1.13a.502.502 0 0 1-.74-.55l.51-2.2-1.69-1.46c-.33-.29-.16-.84.28-.88l2.23-.19.88-2.06c.17-.4.75-.4.92 0l.88 2.06 2.23.19a.5.5 0 0 1 .28.88l-1.69 1.46.51 2.2a.49.49 0 0 1-.72.55Z" })));
|
|
@@ -686,7 +694,7 @@ iconMap['ic_title_allocation_swap'] = (React__default.createElement("svg", { vie
|
|
|
686
694
|
React__default.createElement("path", { d: "m6.14 11.86-2.78 2.79c-.19.2-.19.51 0 .71l2.78 2.79c.31.32.85.09.85-.35V16H13c.55 0 1-.45 1-1s-.45-1-1-1H6.99v-1.79c0-.45-.54-.67-.85-.35Zm14.51-3.21-2.78-2.79c-.31-.32-.85-.09-.85.35V8H11c-.55 0-1 .45-1 1s.45 1 1 1h6.01v1.79c0 .45.54.67.85.35l2.78-2.79c.2-.19.2-.51.01-.7Z" })));
|
|
687
695
|
iconMap['ic_tune_setting_configure'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
688
696
|
React__default.createElement("path", { d: "M3 18c0 .55.45 1 1 1h5v-2H4c-.55 0-1 .45-1 1ZM3 6c0 .55.45 1 1 1h9V5H4c-.55 0-1 .45-1 1Zm10 14v-1h7c.55 0 1-.45 1-1s-.45-1-1-1h-7v-1c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1ZM7 10v1H4c-.55 0-1 .45-1 1s.45 1 1 1h3v1c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1Zm14 2c0-.55-.45-1-1-1h-9v2h9c.55 0 1-.45 1-1Zm-5-3c.55 0 1-.45 1-1V7h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1Z" })));
|
|
689
|
-
iconMap['ic_unlink'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
697
|
+
iconMap['ic_unlink'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
690
698
|
React__default.createElement("path", { d: "m14.39 11.065 1.61 1.61v-1.61h-1.61zm2.61-4h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-.77 2.37-1.87 2.84l1.4 1.4a4.986 4.986 0 0 0 2.37-4.24c0-2.76-2.24-5-5-5zM2 4.335l3.11 3.11A4.991 4.991 0 0 0 2 12.065c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07l2.07 2.07H8v2h2.73l2.27 2.27v1.73h1.73l4.01 4.01 1.41-1.41L3.41 2.925 2 4.335z" })));
|
|
691
699
|
iconMap['ic_upload'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
692
700
|
React__default.createElement("path", { d: "M5 4h14v2H5V4Zm0 10h4v6h6v-6h4l-7-7-7 7Zm8-2v6h-2v-6H9.83L12 9.83 14.17 12H13Z" })));
|
|
@@ -700,7 +708,7 @@ iconMap['ic_view_sidebar'] = (React__default.createElement("svg", { viewBox: "0
|
|
|
700
708
|
React__default.createElement("path", { d: "M15.984 20.016H2.015V3.986h13.969v16.03Zm2.016-12h3.984v-4.03H18v4.03Zm0 12h3.984v-4.03H18v4.03Zm0-6h3.984v-4.03H18v4.03Z" })));
|
|
701
709
|
iconMap['ic_view_week'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
702
710
|
React__default.createElement("path", { d: "M13.476 5.016q.422 0 .727.281t.305.703v12q0 .422-.305.703t-.727.281h-3q-.422 0-.703-.281T9.492 18V6q0-.422.281-.703t.703-.281h3zm7.032 0q.422 0 .703.281t.281.703v12q0 .422-.281.703t-.703.281h-3q-.422 0-.727-.281T16.476 18V6q0-.422.305-.703t.727-.281h3zm-14.016 0q.422 0 .703.281T7.476 6v12q0 .422-.281.703t-.703.281h-3q-.422 0-.703-.281T2.508 18V6q0-.422.281-.703t.703-.281h3z" })));
|
|
703
|
-
iconMap['ic_visiblity_off'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
711
|
+
iconMap['ic_visiblity_off'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
704
712
|
React__default.createElement("path", { d: "M12 6.5c2.76 0 5 2.24 5 5 0 .51-.1 1-.24 1.46l3.06 3.06c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l2.17 2.17c.47-.14.96-.24 1.47-.24ZM2.71 3.16a.996.996 0 0 0 0 1.41l1.97 1.97A11.892 11.892 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.97-.3 4.31-.82l2.72 2.72a.996.996 0 1 0 1.41-1.41L4.13 3.16c-.39-.39-1.03-.39-1.42 0ZM12 16.5c-2.76 0-5-2.24-5-5 0-.77.18-1.5.49-2.14l1.57 1.57c-.03.18-.06.37-.06.57 0 1.66 1.34 3 3 3 .2 0 .38-.03.57-.07L14.14 16c-.65.32-1.37.5-2.14.5Zm2.97-5.33a2.97 2.97 0 0 0-2.64-2.64l2.64 2.64Z" })));
|
|
705
713
|
iconMap['ic_warning'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
706
714
|
React__default.createElement("path", { d: "M4.1 20.844h15.8c1.616 0 2.623-1.752 1.815-3.148l-7.9-13.65c-.808-1.395-2.822-1.395-3.63 0l-7.9 13.65c-.808 1.396.2 3.148 1.815 3.148Zm7.9-7.345c-.577 0-1.05-.472-1.05-1.049V9.186c0-.577.473-1.049 1.05-1.049.577 0 1.05.472 1.05 1.05v3.263c0 .577-.473 1.05-1.05 1.05Zm1.05 4.197h-2.1v-2.098h2.1v2.098Z" })));
|
|
@@ -710,7 +718,7 @@ iconMap['ic_waves'] = (React__default.createElement("svg", { viewBox: "0 0 24 24
|
|
|
710
718
|
React__default.createElement("path", { d: "M17 16.99c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.42 2.95-.8.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8Zm0-4.45c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8Zm2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8-1.38 0-2.2.42-2.95.8-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6.88 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V5.04c-.9 0-1.4-.25-2.05-.58ZM17 8.09c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8-1.38 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.87 0 1.4.25 2.05.6.75.38 1.57.8 2.95.8 1.38 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V9.49c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8Z" })));
|
|
711
719
|
iconMap['ic_xml_file'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
712
720
|
React__default.createElement("path", { d: "M6 2h8l6 6v12c0 1.1-.9 2-2 2H5.99C4.89 22 4 21.1 4 20l.01-16c0-1.1.89-2 1.99-2Zm0 2v8h12V9h-5V4H6Zm-.98 15 1.513-2.51L5 14h1.433l.897 1.46.79-1.46h1.433l-1.547 2.55L9.52 19H8.087l-.87-1.407L6.452 19H5.02Zm4.804 0 .59-5h1.218l1.024 3.513L13.681 14h1.205l.596 5H14.23l-.322-2.698L13.252 19h-1.218l-.65-2.638L11.076 19H9.824Zm6.39-.31c.206.207.534.31.985.31H19v-1.17h-1.446c-.232 0-.348-.118-.348-.35V14h-1.3v3.701c0 .453.103.783.309.99Z" })));
|
|
713
|
-
iconMap['ic_zoom_centre'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" },
|
|
721
|
+
iconMap['ic_zoom_centre'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
714
722
|
React__default.createElement("path", { d: "M17 12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-5 3c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm-7 0H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z" })));
|
|
715
723
|
iconMap['ic_zoom_out'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
716
724
|
React__default.createElement("path", { d: "M19 13H5v-2h14v2Z" })));
|
|
@@ -739,7 +747,7 @@ var LuiIcon = function (_a) {
|
|
|
739
747
|
var name = _a.name, className = _a.className, _b = _a.size, size = _b === void 0 ? 'ns' : _b, title = _a.title, alt = _a.alt, _c = _a.status, status = _c === void 0 ? 'none' : _c, spanProps = _a.spanProps;
|
|
740
748
|
var iconSVG = ICONS[name];
|
|
741
749
|
if (!iconSVG) {
|
|
742
|
-
console.warn("No icon found for: " + iconSVG);
|
|
750
|
+
console.warn("<LuiIcon>: No icon found for: " + iconSVG);
|
|
743
751
|
return null;
|
|
744
752
|
}
|
|
745
753
|
return (React.createElement("span", __assign({ className: clsx('LuiIcon', className, size && ICON_SIZES[size], status && ICON_STATUS[status]), "data-icon": name, title: title, "aria-label": alt }, spanProps), iconSVG));
|
|
@@ -4820,13 +4828,13 @@ function na(a,b,c,d){if(null===b||"undefined"===typeof b||ma(a,b,c,d))return !0;
|
|
|
4820
4828
|
pa);D[b]=new B(b,1,!1,a,null,!1,!1);});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var b=a.replace(oa,pa);D[b]=new B(b,1,!1,a,"http://www.w3.org/1999/xlink",!1,!1);});["xml:base","xml:lang","xml:space"].forEach(function(a){var b=a.replace(oa,pa);D[b]=new B(b,1,!1,a,"http://www.w3.org/XML/1998/namespace",!1,!1);});["tabIndex","crossOrigin"].forEach(function(a){D[a]=new B(a,1,!1,a.toLowerCase(),null,!1,!1);});
|
|
4821
4829
|
D.xlinkHref=new B("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(a){D[a]=new B(a,1,!1,a.toLowerCase(),null,!0,!0);});
|
|
4822
4830
|
function qa(a,b,c,d){var e=D.hasOwnProperty(b)?D[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||"o"!==b[0]&&"O"!==b[0]||"n"!==b[1]&&"N"!==b[1]?!1:!0;f||(na(b,c,e,d)&&(c=null),d||null===e?la(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,""+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:"":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?"":""+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))));}
|
|
4823
|
-
var ra=aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,sa=60103,ta=60106,ua
|
|
4824
|
-
if("function"===typeof Symbol&&Symbol.for){var E=Symbol.for;sa=E("react.element");ta=E("react.portal");ua
|
|
4831
|
+
var ra=aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,sa=60103,ta=60106,ua=60107,wa=60108,xa=60114,ya=60109,za=60110,Aa=60112,Ba=60113,Ca=60120,Da=60115,Ea=60116,Fa=60121,Ga=60128,Ha=60129,Ia=60130,Ja=60131;
|
|
4832
|
+
if("function"===typeof Symbol&&Symbol.for){var E=Symbol.for;sa=E("react.element");ta=E("react.portal");ua=E("react.fragment");wa=E("react.strict_mode");xa=E("react.profiler");ya=E("react.provider");za=E("react.context");Aa=E("react.forward_ref");Ba=E("react.suspense");Ca=E("react.suspense_list");Da=E("react.memo");Ea=E("react.lazy");Fa=E("react.block");E("react.scope");Ga=E("react.opaque.id");Ha=E("react.debug_trace_mode");Ia=E("react.offscreen");Ja=E("react.legacy_hidden");}
|
|
4825
4833
|
var Ka="function"===typeof Symbol&&Symbol.iterator;function La(a){if(null===a||"object"!==typeof a)return null;a=Ka&&a[Ka]||a["@@iterator"];return "function"===typeof a?a:null}var Ma;function Na(a){if(void 0===Ma)try{throw Error();}catch(c){var b=c.stack.trim().match(/\n( *(at )?)/);Ma=b&&b[1]||"";}return "\n"+Ma+a}var Oa=!1;
|
|
4826
4834
|
function Pa(a,b){if(!a||Oa)return "";Oa=!0;var c=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(b)if(b=function(){throw Error();},Object.defineProperty(b.prototype,"props",{set:function(){throw Error();}}),"object"===typeof Reflect&&Reflect.construct){try{Reflect.construct(b,[]);}catch(k){var d=k;}Reflect.construct(a,[],b);}else {try{b.call();}catch(k){d=k;}a.call(b.prototype);}else {try{throw Error();}catch(k){d=k;}a();}}catch(k){if(k&&d&&"string"===typeof k.stack){for(var e=k.stack.split("\n"),
|
|
4827
4835
|
f=d.stack.split("\n"),g=e.length-1,h=f.length-1;1<=g&&0<=h&&e[g]!==f[h];)h--;for(;1<=g&&0<=h;g--,h--)if(e[g]!==f[h]){if(1!==g||1!==h){do if(g--,h--,0>h||e[g]!==f[h])return "\n"+e[g].replace(" at new "," at ");while(1<=g&&0<=h)}break}}}finally{Oa=!1,Error.prepareStackTrace=c;}return (a=a?a.displayName||a.name:"")?Na(a):""}
|
|
4828
4836
|
function Qa(a){switch(a.tag){case 5:return Na(a.type);case 16:return Na("Lazy");case 13:return Na("Suspense");case 19:return Na("SuspenseList");case 0:case 2:case 15:return a=Pa(a.type,!1),a;case 11:return a=Pa(a.type.render,!1),a;case 22:return a=Pa(a.type._render,!1),a;case 1:return a=Pa(a.type,!0),a;default:return ""}}
|
|
4829
|
-
function Ra(a){if(null==a)return null;if("function"===typeof a)return a.displayName||a.name||null;if("string"===typeof a)return a;switch(a){case ua
|
|
4837
|
+
function Ra(a){if(null==a)return null;if("function"===typeof a)return a.displayName||a.name||null;if("string"===typeof a)return a;switch(a){case ua:return "Fragment";case ta:return "Portal";case xa:return "Profiler";case wa:return "StrictMode";case Ba:return "Suspense";case Ca:return "SuspenseList"}if("object"===typeof a)switch(a.$$typeof){case za:return (a.displayName||"Context")+".Consumer";case ya:return (a._context.displayName||"Context")+".Provider";case Aa:var b=a.render;b=b.displayName||b.name||"";
|
|
4830
4838
|
return a.displayName||(""!==b?"ForwardRef("+b+")":"ForwardRef");case Da:return Ra(a.type);case Fa:return Ra(a._render);case Ea:b=a._payload;a=a._init;try{return Ra(a(b))}catch(c){}}return null}function Sa(a){switch(typeof a){case "boolean":case "number":case "object":case "string":case "undefined":return a;default:return ""}}function Ta(a){var b=a.type;return (a=a.nodeName)&&"input"===a.toLowerCase()&&("checkbox"===b||"radio"===b)}
|
|
4831
4839
|
function Ua(a){var b=Ta(a)?"checked":"value",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=""+a[b];if(!a.hasOwnProperty(b)&&"undefined"!==typeof c&&"function"===typeof c.get&&"function"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=""+a;f.call(this,a);}});Object.defineProperty(a,b,{enumerable:c.enumerable});return {getValue:function(){return d},setValue:function(a){d=""+a;},stopTracking:function(){a._valueTracker=
|
|
4832
4840
|
null;delete a[b];}}}}function Va(a){a._valueTracker||(a._valueTracker=Ua(a));}function Wa(a){if(!a)return !1;var b=a._valueTracker;if(!b)return !0;var c=b.getValue();var d="";a&&(d=Ta(a)?a.checked?"true":"false":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}function Xa(a){a=a||("undefined"!==typeof document?document:void 0);if("undefined"===typeof a)return null;try{return a.activeElement||a.body}catch(b){return a.body}}
|
|
@@ -4940,12 +4948,12 @@ function Rg(a,b){if("textarea"!==a.type)throw Error(y$1(31,"[object Object]"===O
|
|
|
4940
4948
|
function Sg(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.flags=8;}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b){a=Tg(a,b);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.flags=2,
|
|
4941
4949
|
c):d;b.flags=2;return c}function g(b){a&&null===b.alternate&&(b.flags=2);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=Ug(c,a.mode,d),b.return=a,b;b=e(b,c);b.return=a;return b}function k(a,b,c,d){if(null!==b&&b.elementType===c.type)return d=e(b,c.props),d.ref=Qg(a,b,c),d.return=a,d;d=Vg(c.type,c.key,c.props,null,a.mode,d);d.ref=Qg(a,b,c);d.return=a;return d}function l(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==c.implementation)return b=
|
|
4942
4950
|
Wg(c,a.mode,d),b.return=a,b;b=e(b,c.children||[]);b.return=a;return b}function n(a,b,c,d,f){if(null===b||7!==b.tag)return b=Xg(c,a.mode,d,f),b.return=a,b;b=e(b,c);b.return=a;return b}function A(a,b,c){if("string"===typeof b||"number"===typeof b)return b=Ug(""+b,a.mode,c),b.return=a,b;if("object"===typeof b&&null!==b){switch(b.$$typeof){case sa:return c=Vg(b.type,b.key,b.props,null,a.mode,c),c.ref=Qg(a,null,b),c.return=a,c;case ta:return b=Wg(b,a.mode,c),b.return=a,b}if(Pg(b)||La(b))return b=Xg(b,
|
|
4943
|
-
a.mode,c,null),b.return=a,b;Rg(a,b);}return null}function p(a,b,c,d){var e=null!==b?b.key:null;if("string"===typeof c||"number"===typeof c)return null!==e?null:h(a,b,""+c,d);if("object"===typeof c&&null!==c){switch(c.$$typeof){case sa:return c.key===e?c.type===ua
|
|
4944
|
-
null,h(b,a,""+d,e);if("object"===typeof d&&null!==d){switch(d.$$typeof){case sa:return a=a.get(null===d.key?c:d.key)||null,d.type===ua
|
|
4951
|
+
a.mode,c,null),b.return=a,b;Rg(a,b);}return null}function p(a,b,c,d){var e=null!==b?b.key:null;if("string"===typeof c||"number"===typeof c)return null!==e?null:h(a,b,""+c,d);if("object"===typeof c&&null!==c){switch(c.$$typeof){case sa:return c.key===e?c.type===ua?n(a,b,c.props.children,d,e):k(a,b,c,d):null;case ta:return c.key===e?l(a,b,c,d):null}if(Pg(c)||La(c))return null!==e?null:n(a,b,c,d,null);Rg(a,c);}return null}function C(a,b,c,d,e){if("string"===typeof d||"number"===typeof d)return a=a.get(c)||
|
|
4952
|
+
null,h(b,a,""+d,e);if("object"===typeof d&&null!==d){switch(d.$$typeof){case sa:return a=a.get(null===d.key?c:d.key)||null,d.type===ua?n(b,a,d.props.children,e,d.key):k(b,a,d,e);case ta:return a=a.get(null===d.key?c:d.key)||null,l(b,a,d,e)}if(Pg(d)||La(d))return a=a.get(c)||null,n(b,a,d,e,null);Rg(b,d);}return null}function x(e,g,h,k){for(var l=null,t=null,u=g,z=g=0,q=null;null!==u&&z<h.length;z++){u.index>z?(q=u,u=null):q=u.sibling;var n=p(e,u,h[z],k);if(null===n){null===u&&(u=q);break}a&&u&&null===
|
|
4945
4953
|
n.alternate&&b(e,u);g=f(n,g,z);null===t?l=n:t.sibling=n;t=n;u=q;}if(z===h.length)return c(e,u),l;if(null===u){for(;z<h.length;z++)u=A(e,h[z],k),null!==u&&(g=f(u,g,z),null===t?l=u:t.sibling=u,t=u);return l}for(u=d(e,u);z<h.length;z++)q=C(u,e,z,h[z],k),null!==q&&(a&&null!==q.alternate&&u.delete(null===q.key?z:q.key),g=f(q,g,z),null===t?l=q:t.sibling=q,t=q);a&&u.forEach(function(a){return b(e,a)});return l}function w(e,g,h,k){var l=La(h);if("function"!==typeof l)throw Error(y$1(150));h=l.call(h);if(null==
|
|
4946
4954
|
h)throw Error(y$1(151));for(var t=l=null,u=g,z=g=0,q=null,n=h.next();null!==u&&!n.done;z++,n=h.next()){u.index>z?(q=u,u=null):q=u.sibling;var w=p(e,u,n.value,k);if(null===w){null===u&&(u=q);break}a&&u&&null===w.alternate&&b(e,u);g=f(w,g,z);null===t?l=w:t.sibling=w;t=w;u=q;}if(n.done)return c(e,u),l;if(null===u){for(;!n.done;z++,n=h.next())n=A(e,n.value,k),null!==n&&(g=f(n,g,z),null===t?l=n:t.sibling=n,t=n);return l}for(u=d(e,u);!n.done;z++,n=h.next())n=C(u,e,z,n.value,k),null!==n&&(a&&null!==n.alternate&&
|
|
4947
|
-
u.delete(null===n.key?z:n.key),g=f(n,g,z),null===t?l=n:t.sibling=n,t=n);a&&u.forEach(function(a){return b(e,a)});return l}return function(a,d,f,h){var k="object"===typeof f&&null!==f&&f.type===ua
|
|
4948
|
-
d=e(k,f.props);d.ref=Qg(a,k,f);d.return=a;a=d;break a}}c(a,k);break}else b(a,k);k=k.sibling;}f.type===ua
|
|
4955
|
+
u.delete(null===n.key?z:n.key),g=f(n,g,z),null===t?l=n:t.sibling=n,t=n);a&&u.forEach(function(a){return b(e,a)});return l}return function(a,d,f,h){var k="object"===typeof f&&null!==f&&f.type===ua&&null===f.key;k&&(f=f.props.children);var l="object"===typeof f&&null!==f;if(l)switch(f.$$typeof){case sa:a:{l=f.key;for(k=d;null!==k;){if(k.key===l){switch(k.tag){case 7:if(f.type===ua){c(a,k.sibling);d=e(k,f.props.children);d.return=a;a=d;break a}break;default:if(k.elementType===f.type){c(a,k.sibling);
|
|
4956
|
+
d=e(k,f.props);d.ref=Qg(a,k,f);d.return=a;a=d;break a}}c(a,k);break}else b(a,k);k=k.sibling;}f.type===ua?(d=Xg(f.props.children,a.mode,h,f.key),d.return=a,a=d):(h=Vg(f.type,f.key,f.props,null,a.mode,h),h.ref=Qg(a,d,f),h.return=a,a=h);}return g(a);case ta:a:{for(k=f.key;null!==d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[]);d.return=a;a=d;break a}else {c(a,d);break}else b(a,d);d=d.sibling;}d=
|
|
4949
4957
|
Wg(f,a.mode,h);d.return=a;a=d;}return g(a)}if("string"===typeof f||"number"===typeof f)return f=""+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f),d.return=a,a=d):(c(a,d),d=Ug(f,a.mode,h),d.return=a,a=d),g(a);if(Pg(f))return x(a,d,f,h);if(La(f))return w(a,d,f,h);l&&Rg(a,f);if("undefined"===typeof f&&!k)switch(a.tag){case 1:case 22:case 0:case 11:case 15:throw Error(y$1(152,Ra(a.type)||"Component"));}return c(a,d)}}var Yg=Sg(!0),Zg=Sg(!1),$g={},ah=Bf($g),bh=Bf($g),ch=Bf($g);
|
|
4950
4958
|
function dh(a){if(a===$g)throw Error(y$1(174));return a}function eh(a,b){I(ch,b);I(bh,a);I(ah,$g);a=b.nodeType;switch(a){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:mb(null,"");break;default:a=8===a?b.parentNode:b,b=a.namespaceURI||null,a=a.tagName,b=mb(b,a);}H(ah);I(ah,b);}function fh(){H(ah);H(bh);H(ch);}function gh(a){dh(ch.current);var b=dh(ah.current);var c=mb(b,a.type);b!==c&&(I(bh,a),I(ah,c));}function hh(a){bh.current===a&&(H(ah),H(bh));}var P=Bf(0);
|
|
4951
4959
|
function ih(a){for(var b=a;null!==b;){if(13===b.tag){var c=b.memoizedState;if(null!==c&&(c=c.dehydrated,null===c||"$?"===c.data||"$!"===c.data))return b}else if(19===b.tag&&void 0!==b.memoizedProps.revealOrder){if(0!==(b.flags&64))return b}else if(null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return null;b=b.return;}b.sibling.return=b.return;b=b.sibling;}return null}var jh=null,kh=null,lh=!1;
|
|
@@ -5075,7 +5083,7 @@ f.unstable_observedBits),d=d(e),b.flags|=1,fi(a,b,d,c),b.child;case 14:return e=
|
|
|
5075
5083
|
function hk(a){if("function"===typeof a)return ji(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===Aa)return 11;if(a===Da)return 14}return 2}
|
|
5076
5084
|
function Tg(a,b){var c=a.alternate;null===c?(c=nh(a.tag,b,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=b,c.type=a.type,c.flags=0,c.nextEffect=null,c.firstEffect=null,c.lastEffect=null);c.childLanes=a.childLanes;c.lanes=a.lanes;c.child=a.child;c.memoizedProps=a.memoizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;b=a.dependencies;c.dependencies=null===b?null:{lanes:b.lanes,firstContext:b.firstContext};
|
|
5077
5085
|
c.sibling=a.sibling;c.index=a.index;c.ref=a.ref;return c}
|
|
5078
|
-
function Vg(a,b,c,d,e,f){var g=2;d=a;if("function"===typeof a)ji(a)&&(g=1);else if("string"===typeof a)g=5;else a:switch(a){case ua
|
|
5086
|
+
function Vg(a,b,c,d,e,f){var g=2;d=a;if("function"===typeof a)ji(a)&&(g=1);else if("string"===typeof a)g=5;else a:switch(a){case ua:return Xg(c.children,e,f,b);case Ha:g=8;e|=16;break;case wa:g=8;e|=1;break;case xa:return a=nh(12,c,b,e|8),a.elementType=xa,a.type=xa,a.lanes=f,a;case Ba:return a=nh(13,c,b,e),a.type=Ba,a.elementType=Ba,a.lanes=f,a;case Ca:return a=nh(19,c,b,e),a.elementType=Ca,a.lanes=f,a;case Ia:return vi(c,e,f,b);case Ja:return a=nh(24,c,b,e),a.elementType=Ja,a.lanes=f,a;default:if("object"===
|
|
5079
5087
|
typeof a&&null!==a)switch(a.$$typeof){case ya:g=10;break a;case za:g=9;break a;case Aa:g=11;break a;case Da:g=14;break a;case Ea:g=16;d=null;break a;case Fa:g=22;break a}throw Error(y$1(130,null==a?a:typeof a,""));}b=nh(g,c,b,e);b.elementType=a;b.type=d;b.lanes=f;return b}function Xg(a,b,c,d){a=nh(7,a,d,b);a.lanes=c;return a}function vi(a,b,c,d){a=nh(23,a,d,b);a.elementType=Ia;a.lanes=c;return a}function Ug(a,b,c){a=nh(6,a,null,b);a.lanes=c;return a}
|
|
5080
5088
|
function Wg(a,b,c){b=nh(4,null!==a.children?a.children:[],a.key,b);b.lanes=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}
|
|
5081
5089
|
function jk(a,b,c){this.tag=b;this.containerInfo=a;this.finishedWork=this.pingCache=this.current=this.pendingChildren=null;this.timeoutHandle=-1;this.pendingContext=this.context=null;this.hydrate=c;this.callbackNode=null;this.callbackPriority=0;this.eventTimes=Zc(0);this.expirationTimes=Zc(-1);this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0;this.entanglements=Zc(0);this.mutableSourceEagerHydrationData=null;}
|
|
@@ -58065,7 +58073,7 @@ var createPopper = /*#__PURE__*/popperGenerator({
|
|
|
58065
58073
|
}); // eslint-disable-next-line import/no-unused-modules
|
|
58066
58074
|
|
|
58067
58075
|
/**!
|
|
58068
|
-
* tippy.js v6.3.
|
|
58076
|
+
* tippy.js v6.3.7
|
|
58069
58077
|
* (c) 2017-2021 atomiks
|
|
58070
58078
|
* MIT License
|
|
58071
58079
|
*/
|
|
@@ -58078,6 +58086,9 @@ var TOUCH_OPTIONS = {
|
|
|
58078
58086
|
passive: true,
|
|
58079
58087
|
capture: true
|
|
58080
58088
|
};
|
|
58089
|
+
var TIPPY_DEFAULT_APPEND_TO = function TIPPY_DEFAULT_APPEND_TO() {
|
|
58090
|
+
return document.body;
|
|
58091
|
+
};
|
|
58081
58092
|
|
|
58082
58093
|
function hasOwnProperty(obj, key) {
|
|
58083
58094
|
return {}.hasOwnProperty.call(obj, key);
|
|
@@ -58203,7 +58214,7 @@ function getOwnerDocument(elementOrElements) {
|
|
|
58203
58214
|
element = _normalizeToArray[0]; // Elements created via a <template> have an ownerDocument with no reference to the body
|
|
58204
58215
|
|
|
58205
58216
|
|
|
58206
|
-
return
|
|
58217
|
+
return element != null && (_element$ownerDocumen = element.ownerDocument) != null && _element$ownerDocumen.body ? element.ownerDocument : document;
|
|
58207
58218
|
}
|
|
58208
58219
|
function isCursorOutsideInteractiveBorder(popperTreeData, event) {
|
|
58209
58220
|
var clientX = event.clientX,
|
|
@@ -58239,6 +58250,26 @@ function updateTransitionEndListener(box, action, listener) {
|
|
|
58239
58250
|
box[method](event, listener);
|
|
58240
58251
|
});
|
|
58241
58252
|
}
|
|
58253
|
+
/**
|
|
58254
|
+
* Compared to xxx.contains, this function works for dom structures with shadow
|
|
58255
|
+
* dom
|
|
58256
|
+
*/
|
|
58257
|
+
|
|
58258
|
+
function actualContains(parent, child) {
|
|
58259
|
+
var target = child;
|
|
58260
|
+
|
|
58261
|
+
while (target) {
|
|
58262
|
+
var _target$getRootNode;
|
|
58263
|
+
|
|
58264
|
+
if (parent.contains(target)) {
|
|
58265
|
+
return true;
|
|
58266
|
+
}
|
|
58267
|
+
|
|
58268
|
+
target = target.getRootNode == null ? void 0 : (_target$getRootNode = target.getRootNode()) == null ? void 0 : _target$getRootNode.host;
|
|
58269
|
+
}
|
|
58270
|
+
|
|
58271
|
+
return false;
|
|
58272
|
+
}
|
|
58242
58273
|
|
|
58243
58274
|
var currentInput = {
|
|
58244
58275
|
isTouch: false
|
|
@@ -58302,8 +58333,8 @@ function bindGlobalEventListeners() {
|
|
|
58302
58333
|
}
|
|
58303
58334
|
|
|
58304
58335
|
var isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined';
|
|
58305
|
-
var
|
|
58306
|
-
|
|
58336
|
+
var isIE11 = isBrowser ? // @ts-ignore
|
|
58337
|
+
!!window.msCrypto : false;
|
|
58307
58338
|
|
|
58308
58339
|
function createMemoryLeakWarning(method) {
|
|
58309
58340
|
var txt = method === 'destroy' ? 'n already-' : ' ';
|
|
@@ -58378,9 +58409,7 @@ var renderProps = {
|
|
|
58378
58409
|
zIndex: 9999
|
|
58379
58410
|
};
|
|
58380
58411
|
var defaultProps = Object.assign({
|
|
58381
|
-
appendTo:
|
|
58382
|
-
return document.body;
|
|
58383
|
-
},
|
|
58412
|
+
appendTo: TIPPY_DEFAULT_APPEND_TO,
|
|
58384
58413
|
aria: {
|
|
58385
58414
|
content: 'auto',
|
|
58386
58415
|
expanded: 'auto'
|
|
@@ -58415,7 +58444,7 @@ var defaultProps = Object.assign({
|
|
|
58415
58444
|
touch: true,
|
|
58416
58445
|
trigger: 'mouseenter focus',
|
|
58417
58446
|
triggerTarget: null
|
|
58418
|
-
}, pluginProps,
|
|
58447
|
+
}, pluginProps, renderProps);
|
|
58419
58448
|
var defaultKeys = Object.keys(defaultProps);
|
|
58420
58449
|
var setDefaultProps = function setDefaultProps(partialProps) {
|
|
58421
58450
|
/* istanbul ignore else */
|
|
@@ -58435,12 +58464,14 @@ function getExtendedPassedProps(passedProps) {
|
|
|
58435
58464
|
defaultValue = plugin.defaultValue;
|
|
58436
58465
|
|
|
58437
58466
|
if (name) {
|
|
58438
|
-
|
|
58467
|
+
var _name;
|
|
58468
|
+
|
|
58469
|
+
acc[name] = passedProps[name] !== undefined ? passedProps[name] : (_name = defaultProps[name]) != null ? _name : defaultValue;
|
|
58439
58470
|
}
|
|
58440
58471
|
|
|
58441
58472
|
return acc;
|
|
58442
58473
|
}, {});
|
|
58443
|
-
return Object.assign({}, passedProps,
|
|
58474
|
+
return Object.assign({}, passedProps, pluginProps);
|
|
58444
58475
|
}
|
|
58445
58476
|
function getDataAttributeProps(reference, plugins) {
|
|
58446
58477
|
var propKeys = plugins ? Object.keys(getExtendedPassedProps(Object.assign({}, defaultProps, {
|
|
@@ -58471,7 +58502,7 @@ function evaluateProps(reference, props) {
|
|
|
58471
58502
|
var out = Object.assign({}, props, {
|
|
58472
58503
|
content: invokeWithArgsOrReturn(props.content, [reference])
|
|
58473
58504
|
}, props.ignoreAttributes ? {} : getDataAttributeProps(reference, props.plugins));
|
|
58474
|
-
out.aria = Object.assign({}, defaultProps.aria,
|
|
58505
|
+
out.aria = Object.assign({}, defaultProps.aria, out.aria);
|
|
58475
58506
|
out.aria = {
|
|
58476
58507
|
expanded: out.aria.expanded === 'auto' ? props.interactive : out.aria.expanded,
|
|
58477
58508
|
content: out.aria.content === 'auto' ? props.interactive ? null : 'describedby' : out.aria.content
|
|
@@ -58632,7 +58663,7 @@ var mouseMoveListeners = []; // Used by `hideAll()`
|
|
|
58632
58663
|
|
|
58633
58664
|
var mountedInstances = [];
|
|
58634
58665
|
function createTippy(reference, passedProps) {
|
|
58635
|
-
var props = evaluateProps(reference, Object.assign({}, defaultProps,
|
|
58666
|
+
var props = evaluateProps(reference, Object.assign({}, defaultProps, getExtendedPassedProps(removeUndefinedProps(passedProps)))); // ===========================================================================
|
|
58636
58667
|
// 🔒 Private members
|
|
58637
58668
|
// ===========================================================================
|
|
58638
58669
|
|
|
@@ -58732,10 +58763,9 @@ function createTippy(reference, passedProps) {
|
|
|
58732
58763
|
instance.clearDelayTimeouts();
|
|
58733
58764
|
}
|
|
58734
58765
|
});
|
|
58735
|
-
popper.addEventListener('mouseleave', function (
|
|
58766
|
+
popper.addEventListener('mouseleave', function () {
|
|
58736
58767
|
if (instance.props.interactive && instance.props.trigger.indexOf('mouseenter') >= 0) {
|
|
58737
58768
|
getDocument().addEventListener('mousemove', debouncedOnMouseMove);
|
|
58738
|
-
debouncedOnMouseMove(event);
|
|
58739
58769
|
}
|
|
58740
58770
|
});
|
|
58741
58771
|
return instance; // ===========================================================================
|
|
@@ -58755,7 +58785,7 @@ function createTippy(reference, passedProps) {
|
|
|
58755
58785
|
var _instance$props$rende;
|
|
58756
58786
|
|
|
58757
58787
|
// @ts-ignore
|
|
58758
|
-
return !!((_instance$props$rende = instance.props.render)
|
|
58788
|
+
return !!((_instance$props$rende = instance.props.render) != null && _instance$props$rende.$$tippy);
|
|
58759
58789
|
}
|
|
58760
58790
|
|
|
58761
58791
|
function getCurrentTarget() {
|
|
@@ -58782,8 +58812,12 @@ function createTippy(reference, passedProps) {
|
|
|
58782
58812
|
return getValueAtIndexOrReturn(instance.props.delay, isShow ? 0 : 1, defaultProps.delay);
|
|
58783
58813
|
}
|
|
58784
58814
|
|
|
58785
|
-
function handleStyles() {
|
|
58786
|
-
|
|
58815
|
+
function handleStyles(fromHide) {
|
|
58816
|
+
if (fromHide === void 0) {
|
|
58817
|
+
fromHide = false;
|
|
58818
|
+
}
|
|
58819
|
+
|
|
58820
|
+
popper.style.pointerEvents = instance.props.interactive && !fromHide ? '' : 'none';
|
|
58787
58821
|
popper.style.zIndex = "" + instance.props.zIndex;
|
|
58788
58822
|
}
|
|
58789
58823
|
|
|
@@ -58794,7 +58828,7 @@ function createTippy(reference, passedProps) {
|
|
|
58794
58828
|
|
|
58795
58829
|
pluginsHooks.forEach(function (pluginHooks) {
|
|
58796
58830
|
if (pluginHooks[hook]) {
|
|
58797
|
-
pluginHooks[hook].apply(
|
|
58831
|
+
pluginHooks[hook].apply(pluginHooks, args);
|
|
58798
58832
|
}
|
|
58799
58833
|
});
|
|
58800
58834
|
|
|
@@ -58860,15 +58894,18 @@ function createTippy(reference, passedProps) {
|
|
|
58860
58894
|
if (didTouchMove || event.type === 'mousedown') {
|
|
58861
58895
|
return;
|
|
58862
58896
|
}
|
|
58863
|
-
}
|
|
58897
|
+
}
|
|
58864
58898
|
|
|
58899
|
+
var actualTarget = event.composedPath && event.composedPath()[0] || event.target; // Clicked on interactive popper
|
|
58865
58900
|
|
|
58866
|
-
if (instance.props.interactive && popper
|
|
58901
|
+
if (instance.props.interactive && actualContains(popper, actualTarget)) {
|
|
58867
58902
|
return;
|
|
58868
58903
|
} // Clicked on the event listeners target
|
|
58869
58904
|
|
|
58870
58905
|
|
|
58871
|
-
if (
|
|
58906
|
+
if (normalizeToArray(instance.props.triggerTarget || reference).some(function (el) {
|
|
58907
|
+
return actualContains(el, actualTarget);
|
|
58908
|
+
})) {
|
|
58872
58909
|
if (currentInput.isTouch) {
|
|
58873
58910
|
return;
|
|
58874
58911
|
}
|
|
@@ -58996,7 +59033,7 @@ function createTippy(reference, passedProps) {
|
|
|
58996
59033
|
break;
|
|
58997
59034
|
|
|
58998
59035
|
case 'focus':
|
|
58999
|
-
on(
|
|
59036
|
+
on(isIE11 ? 'focusout' : 'blur', onBlurOrFocusOut);
|
|
59000
59037
|
break;
|
|
59001
59038
|
|
|
59002
59039
|
case 'focusin':
|
|
@@ -59222,7 +59259,7 @@ function createTippy(reference, passedProps) {
|
|
|
59222
59259
|
|
|
59223
59260
|
var node = getCurrentTarget();
|
|
59224
59261
|
|
|
59225
|
-
if (instance.props.interactive && appendTo ===
|
|
59262
|
+
if (instance.props.interactive && appendTo === TIPPY_DEFAULT_APPEND_TO || appendTo === 'parent') {
|
|
59226
59263
|
parentNode = node.parentNode;
|
|
59227
59264
|
} else {
|
|
59228
59265
|
parentNode = invokeWithArgsOrReturn(appendTo, [node]);
|
|
@@ -59234,6 +59271,7 @@ function createTippy(reference, passedProps) {
|
|
|
59234
59271
|
parentNode.appendChild(popper);
|
|
59235
59272
|
}
|
|
59236
59273
|
|
|
59274
|
+
instance.state.isMounted = true;
|
|
59237
59275
|
createPopperInstance();
|
|
59238
59276
|
/* istanbul ignore else */
|
|
59239
59277
|
|
|
@@ -59341,7 +59379,7 @@ function createTippy(reference, passedProps) {
|
|
|
59341
59379
|
invokeHook('onBeforeUpdate', [instance, partialProps]);
|
|
59342
59380
|
removeListeners();
|
|
59343
59381
|
var prevProps = instance.props;
|
|
59344
|
-
var nextProps = evaluateProps(reference, Object.assign({},
|
|
59382
|
+
var nextProps = evaluateProps(reference, Object.assign({}, prevProps, removeUndefinedProps(partialProps), {
|
|
59345
59383
|
ignoreAttributes: true
|
|
59346
59384
|
}));
|
|
59347
59385
|
instance.props = nextProps;
|
|
@@ -59470,7 +59508,6 @@ function createTippy(reference, passedProps) {
|
|
|
59470
59508
|
// popper has been positioned for the first time
|
|
59471
59509
|
|
|
59472
59510
|
(_instance$popperInsta2 = instance.popperInstance) == null ? void 0 : _instance$popperInsta2.forceUpdate();
|
|
59473
|
-
instance.state.isMounted = true;
|
|
59474
59511
|
invokeHook('onMount', [instance]);
|
|
59475
59512
|
|
|
59476
59513
|
if (instance.props.animation && getIsDefaultRenderFn()) {
|
|
@@ -59517,7 +59554,7 @@ function createTippy(reference, passedProps) {
|
|
|
59517
59554
|
|
|
59518
59555
|
cleanupInteractiveMouseListeners();
|
|
59519
59556
|
removeDocumentPress();
|
|
59520
|
-
handleStyles();
|
|
59557
|
+
handleStyles(true);
|
|
59521
59558
|
|
|
59522
59559
|
if (getIsDefaultRenderFn()) {
|
|
59523
59560
|
var _getDefaultTemplateCh4 = getDefaultTemplateChildren(),
|
|
@@ -59681,7 +59718,7 @@ tippy.setDefaultProps({
|
|
|
59681
59718
|
render: render
|
|
59682
59719
|
});
|
|
59683
59720
|
|
|
59684
|
-
var css_248z$1 = ".tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:\"\";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}";
|
|
59721
|
+
var css_248z$1 = ".tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:\"\";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}";
|
|
59685
59722
|
styleInject(css_248z$1);
|
|
59686
59723
|
|
|
59687
59724
|
var css_248z = ".tippy-box{border:1px transparent}.tippy-box[data-placement^=top]>.tippy-arrow:after{border-top-color:inherit;border-width:8px 8px 0;bottom:-8px;left:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:inherit;border-width:0 8px 8px;top:-8px;left:0}.tippy-box[data-placement^=left]>.tippy-arrow:after{border-left-color:inherit;border-width:8px 0 8px 8px;right:-8px;top:0}.tippy-box[data-placement^=right]>.tippy-arrow:after{border-width:8px 8px 8px 0;left:-8px;top:0;border-right-color:inherit}.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg:first-child:not(:last-child){top:17px}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg:first-child:not(:last-child){bottom:17px}.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg:first-child:not(:last-child){left:12px}.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg:first-child:not(:last-child){right:12px}.tippy-arrow{border-color:inherit}.tippy-arrow:after{content:\"\";z-index:-1;position:absolute;border-color:transparent;border-style:solid}";
|
|
@@ -59741,7 +59778,7 @@ function useClickedOutsideElement(refElement, handleClickOutside) {
|
|
|
59741
59778
|
}, []);
|
|
59742
59779
|
}
|
|
59743
59780
|
|
|
59744
|
-
var LuiBadge = function (props) { return (React__default.createElement("p", { className: clsx('LuiBadge', props.size === 'sm' && 'LuiBadge--sm', props.size === 'lg' && 'LuiBadge--lg', props.backgroundFill && 'LuiBadge--fill', props.variation === 'warning' && 'LuiBadge--warning') }, props.children)); };
|
|
59781
|
+
var LuiBadge = function (props) { return (React__default.createElement("p", { className: clsx('LuiBadge', props.size === 'sm' && 'LuiBadge--sm', props.size === 'lg' && 'LuiBadge--lg', props.backgroundFill && 'LuiBadge--fill', props.variation === 'warning' && 'LuiBadge--warning'), "aria-roledescription": props.ariaRoleDescription }, props.children)); };
|
|
59745
59782
|
|
|
59746
59783
|
export { FIRM_KEY, FIRM_NAME_KEY, GLOBAL_CLIENT_REFERENCE_KEY, LOLActiveFirmMessage, LOLAuthorisedLink, LOLCommonDrawerMenu, LOLCommonDrawerMenuAfterLinks, LOLDrawerMenu, LOLFirmSwitcherMenu, LOLGlobalClientRefContext, LOLGlobalClientRefContextProvider, LOLLogoutLink, LOLUserContext, LOLUserContextProvider, LOLUserLastLogin, LuiAlertModal, LuiAlertModalButtons, LuiBadge, LuiBanner, LuiBannerContent, LuiBearingFormikInput, LuiBearingInput, LuiButton, LuiButtonGroup, LuiCheckboxInput, LuiCloseableHeaderMenuContext, LuiCloseableHeaderMenuItem, LuiComboSelect, LuiControlledMenu, LuiDrawerMenu, LuiDrawerMenuDivider, LuiDrawerMenuOption, LuiDrawerMenuOptions, LuiDrawerMenuSection, LuiDropdownMenu, LuiErrorPage, LuiExpandableBanner, LuiFileInputBox, LuiFilterContainer, LuiFilterMenu, LuiFooter, LuiFormSectionHeader, LuiFormikCheckbox, LuiFormikForm, LuiFormikFormLabel, LuiFormikFormSubmitButton, LuiFormikRadioButton, LuiFormikRadioGroup, LuiFormikSelect, LuiFormikTextInput, LuiHeader, LuiHeaderMenuItem, LuiIcon, LuiLoadingSpinner, LuiLoadingSpinnerChristmas, LuiLoadingSpinnerEaster, LuiMenu, LuiMenuCloseButton, LuiMessagingContextProvider, LuiMiniSpinner, LuiModal, LuiRadioInput, LuiSelectInput, LuiStaticMessage, LuiStatusSpinner, LuiTab, LuiTabs, LuiTabsContext, LuiTabsGroup, LuiTabsPanel, LuiTabsPanelSwitch, LuiTextAreaInput, LuiTextInput, LuiToastMessage, LuiTooltip, LuiUpdatesSplashModal, isChromatic, useClickedOutsideElement, useLOLGlobalClientRefContext, useLOLUserContext, useShowLUIMessage };
|
|
59747
59784
|
//# sourceMappingURL=lui.esm.js.map
|