@zanichelli/albe-web-components 9.1.0-RC1 → 9.1.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.
Files changed (56) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/dist/cjs/{icons-a9849a41.js → icons-bff00e77.js} +11 -0
  3. package/dist/cjs/index-e3299e0a.js +4 -4
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/web-components-library.cjs.js +1 -1
  6. package/dist/cjs/z-app-header_11.cjs.entry.js +1 -1
  7. package/dist/cjs/z-book-card.cjs.entry.js +19 -26
  8. package/dist/cjs/z-carousel.cjs.entry.js +1 -1
  9. package/dist/cjs/z-navigation-tab-link.cjs.entry.js +1 -1
  10. package/dist/cjs/z-navigation-tab.cjs.entry.js +1 -1
  11. package/dist/cjs/z-table.cjs.entry.js +1 -3
  12. package/dist/collection/components/icons/icons.js +11 -0
  13. package/dist/collection/components/table/z-table/index.js +1 -3
  14. package/dist/collection/components/z-book-card/index.js +19 -41
  15. package/dist/collection/components/z-book-card/styles.css +92 -61
  16. package/dist/collection/components/z-carousel/index.js +1 -1
  17. package/dist/esm/{icons-6cd265c6.js → icons-cc83787f.js} +11 -0
  18. package/dist/esm/index-a2ca4b97.js +4 -4
  19. package/dist/esm/loader.js +1 -1
  20. package/dist/esm/web-components-library.js +1 -1
  21. package/dist/esm/z-app-header_11.entry.js +1 -1
  22. package/dist/esm/z-book-card.entry.js +20 -27
  23. package/dist/esm/z-carousel.entry.js +1 -1
  24. package/dist/esm/z-navigation-tab-link.entry.js +1 -1
  25. package/dist/esm/z-navigation-tab.entry.js +1 -1
  26. package/dist/esm/z-table.entry.js +1 -3
  27. package/dist/types/components/icons/icons.d.ts +22 -0
  28. package/dist/types/components/table/z-table/index.d.ts +1 -3
  29. package/dist/types/components/z-book-card/index.d.ts +1 -5
  30. package/dist/web-components-library/p-4d1bfd27.entry.js +1 -0
  31. package/dist/web-components-library/{p-9e18b3a5.entry.js → p-8b569b6d.entry.js} +1 -1
  32. package/{www/build/p-6e324199.entry.js → dist/web-components-library/p-dbec0359.entry.js} +1 -1
  33. package/dist/web-components-library/p-dc12178a.entry.js +1 -0
  34. package/dist/web-components-library/p-def17ce8.js +1 -0
  35. package/{www/build/p-75a7954d.entry.js → dist/web-components-library/p-f2ea3bb8.entry.js} +1 -1
  36. package/dist/web-components-library/web-components-library.esm.js +1 -1
  37. package/package.json +1 -1
  38. package/www/build/p-177ec447.js +1 -0
  39. package/www/build/p-4d1bfd27.entry.js +1 -0
  40. package/www/build/{p-9e18b3a5.entry.js → p-8b569b6d.entry.js} +1 -1
  41. package/{dist/web-components-library/p-6e324199.entry.js → www/build/p-dbec0359.entry.js} +1 -1
  42. package/www/build/p-dc12178a.entry.js +1 -0
  43. package/www/build/p-def17ce8.js +1 -0
  44. package/{dist/web-components-library/p-75a7954d.entry.js → www/build/p-f2ea3bb8.entry.js} +1 -1
  45. package/www/build/p-f39bb490.css +2 -0
  46. package/www/build/web-components-library.esm.js +1 -1
  47. package/www/index.html +1 -1
  48. package/www/pages/book-cards.html +6 -6
  49. package/dist/web-components-library/p-912df398.entry.js +0 -1
  50. package/dist/web-components-library/p-bb85c467.js +0 -1
  51. package/dist/web-components-library/p-d19e1987.entry.js +0 -1
  52. package/www/build/p-912df398.entry.js +0 -1
  53. package/www/build/p-b8842f77.js +0 -129
  54. package/www/build/p-bb85c467.js +0 -1
  55. package/www/build/p-bc2bd463.css +0 -1617
  56. package/www/build/p-d19e1987.entry.js +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,58 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [9.1.0](https://github.com/ZanichelliEditore/design-system/compare/v9.0.1...v9.1.0) (2023-07-20)
6
+
7
+
8
+ ### Features
9
+
10
+ * accessibility ([827e408](https://github.com/ZanichelliEditore/design-system/commit/827e408c611b78e8b796dec2b9a774f22e16d1a6))
11
+ * add icon button code ([ab30fbb](https://github.com/ZanichelliEditore/design-system/commit/ab30fbb902a8cd43a5e1325a6dc95bbc1fc67ea1))
12
+ * add new icons ([e503009](https://github.com/ZanichelliEditore/design-system/commit/e50300921bccb24ab22b951c29b7721b7ab7c186))
13
+ * added fallback cover prop ([727ca16](https://github.com/ZanichelliEditore/design-system/commit/727ca169d78780705bd4b5fe2365bb0563afe533))
14
+ * prevent overflow text for isbn and ribbon ([dd6c279](https://github.com/ZanichelliEditore/design-system/commit/dd6c279ee3842a96441558bdaebc5e3a2068f7d9))
15
+ * readme ([0e53d2b](https://github.com/ZanichelliEditore/design-system/commit/0e53d2b48156ee00785358e4e0f254454741dbbb))
16
+ * storybook ([a2d2373](https://github.com/ZanichelliEditore/design-system/commit/a2d237344e829f9ed52c64c7210047b923cd2a4a))
17
+ * storybook ([05447b9](https://github.com/ZanichelliEditore/design-system/commit/05447b98ab9e00eda276bfb16371fc1119df6c83))
18
+ * tests ([ee63451](https://github.com/ZanichelliEditore/design-system/commit/ee6345111f4f1b346577a831bd4cfee471cd5490))
19
+ * tests ([29456f2](https://github.com/ZanichelliEditore/design-system/commit/29456f2d56c27c333245a08bd65c508b652a33d4))
20
+ * wip base layout ([2617e42](https://github.com/ZanichelliEditore/design-system/commit/2617e42e674ef73913e692f571cf353754b33dfa))
21
+ * wip contents ([02fd7ce](https://github.com/ZanichelliEditore/design-system/commit/02fd7ce1f065374a008eda8cc0c8dac35c2fe07c))
22
+ * z-book-card add slotted footer cta as story in SB ([5f0c3ea](https://github.com/ZanichelliEditore/design-system/commit/5f0c3ea93c317d11ca4e237cdf7de32e31811dce))
23
+ * z-book-card added search variant ([e519129](https://github.com/ZanichelliEditore/design-system/commit/e519129da3f5e8b9dec45abd67f49eb0481196c6))
24
+ * z-book-card compact changed cover ratio ([c650a30](https://github.com/ZanichelliEditore/design-system/commit/c650a30a17fddc51f52036dbe7cf5b0867a2e238))
25
+ * z-book-card compact storybook ([f1e68d5](https://github.com/ZanichelliEditore/design-system/commit/f1e68d58134b3087dd6654ba8b665ab86788115f))
26
+ * z-book-card compact tests ([1e0bc93](https://github.com/ZanichelliEditore/design-system/commit/1e0bc93d39d2a6d733c60c6b924af894111194c7))
27
+ * z-book-card compact variant ([21901bc](https://github.com/ZanichelliEditore/design-system/commit/21901bce75632d0a6875bf3bbaad1d330f76ee6a))
28
+ * z-book-card fix cover fit ([92fc898](https://github.com/ZanichelliEditore/design-system/commit/92fc898da9475f4affd4441b1814a5ef7c4d7691))
29
+ * z-book-card fix cover width ([8bde3be](https://github.com/ZanichelliEditore/design-system/commit/8bde3be0550502abd0164d4bc5f51abd0ffaccd2))
30
+ * z-book-card fix storybook ([392c681](https://github.com/ZanichelliEditore/design-system/commit/392c681f0102f24f1d90306bddb3b97df66c8d66))
31
+ * z-book-card lint ([39592f1](https://github.com/ZanichelliEditore/design-system/commit/39592f17973f547a317f26c8ae638dc3a79664ac))
32
+ * z-book-card linter ([7e2bfb0](https://github.com/ZanichelliEditore/design-system/commit/7e2bfb040035035e20871de610379609cf243ba6))
33
+ * z-book-card max-width ([217bd6d](https://github.com/ZanichelliEditore/design-system/commit/217bd6df2b27ed512a39b32b645a7addd70117c9))
34
+ * z-book-card refactor + storybook ([757ba00](https://github.com/ZanichelliEditore/design-system/commit/757ba009efe5bf7c369d4ecd7c604cd8bff5cd1e))
35
+ * z-book-card refactor storybook ([753302b](https://github.com/ZanichelliEditore/design-system/commit/753302be6c4ea4aae891d7d61ee6e32c169410af))
36
+ * z-book-card tests ([391a9d5](https://github.com/ZanichelliEditore/design-system/commit/391a9d541e3dae59d8faf0d6f0dcfbfa8ca12f3b))
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * added aria-hidden ([0703466](https://github.com/ZanichelliEditore/design-system/commit/0703466732395146b58f38334c9503de38321f16))
42
+ * broken css ([6ef235a](https://github.com/ZanichelliEditore/design-system/commit/6ef235ab88d428d22b33b49f206f5b6a982eeb74))
43
+ * css ([6cc0adb](https://github.com/ZanichelliEditore/design-system/commit/6cc0adb788b8bbffc086b1b182c65802743c9f81))
44
+ * css ([eb4001e](https://github.com/ZanichelliEditore/design-system/commit/eb4001e47c56691eecbe9b8995ab2e2d02c8f48d))
45
+ * expanded image radius ([27b214f](https://github.com/ZanichelliEditore/design-system/commit/27b214fc2bcb2ff6a5d7b94140ba6f4a896e12bb))
46
+ * pr review ([967e5bf](https://github.com/ZanichelliEditore/design-system/commit/967e5bf56d16ad752994db993e77a86b044f3117))
47
+ * pr review ([21bbda9](https://github.com/ZanichelliEditore/design-system/commit/21bbda9974b163d1ca6bd06387ea052673a85236))
48
+ * pr review ([2a97f7d](https://github.com/ZanichelliEditore/design-system/commit/2a97f7dc1ee257304267cb3a062799dd9113552f))
49
+ * removed tabindex ([291f7b4](https://github.com/ZanichelliEditore/design-system/commit/291f7b4f996c8bae4380af6b89c0443a1af5c5ce))
50
+ * stylelint rule ([9ae6c68](https://github.com/ZanichelliEditore/design-system/commit/9ae6c681955b3b63309b3ed6ae6b82d448717a2c))
51
+ * z-book-card compact css ([bcba3c0](https://github.com/ZanichelliEditore/design-system/commit/bcba3c02eca5dbedf1096605e22d905afab0163d))
52
+ * zBookCard tablet ([c91cf79](https://github.com/ZanichelliEditore/design-system/commit/c91cf79b1cbd42ef184ab53462209a0120d030ed))
53
+ * zBookCard tablet ([fc444e1](https://github.com/ZanichelliEditore/design-system/commit/fc444e1e69db870cbc38a917d22a67a29b57f79d))
54
+
55
+ ### [9.0.1](https://github.com/ZanichelliEditore/design-system/compare/v9.0.0...v9.0.1) (2023-07-17)
56
+
5
57
  ## [9.0.0](https://github.com/ZanichelliEditore/design-system/compare/v8.0.1...v9.0.0) (2023-07-05)
6
58
 
7
59
 
@@ -4,6 +4,7 @@
4
4
  * Object containing SVG d path of `stroke` icons.
5
5
  */
6
6
  const STROKE_ICONS = {
7
+ "accessibility": "M500 1000Q344 1000 232 943.5 120 887 60 774.5 0 662 0 498 0 346 60.5 233.5 121 121 233.5 60.5 346 0 500 0 654 0 766.5 60.5 879 121 939.5 233.5 1000 346 1000 498 1000 662 940 774.5 880 887 768 943.5 656 1000 500 1000ZM82 558Q82 665 133 748.5 184 832 278 878L425 603 403 454 218 454 218 386 788 386 788 454 598 454 576 605 723 881Q817 836 867.5 751.5 918 667 918 558L918 438Q918 338 863.5 254.5 809 171 713.5 122.5 618 74 500 74 382 74 286.5 122.5 191 171 136.5 254.5 82 338 82 438L82 558ZM347 905Q418 926 504 926 581 926 647 909L500 634 499 634 347 905ZM405 249Q405 158 501 158 548 158 572.5 181 597 204 597 249 597 337 501 337 453 337 429 315.5 405 294 405 249Z",
7
8
  "active-note": "M118 980Q91 980 75.5 964.5 60 949 60 922L60 78Q60 51 75.5 35.5 91 20 118 20L872 20Q899 20 914.5 35.5 930 51 930 78L930 516 854 516 854 92 136 92 136 908 500 908 500 980 118 980ZM204 687Q204 670 217 658 230 646 248 646 265 646 278 658 291 670 291 687 291 705 278.5 717.5 266 730 248 730 230 730 217 717.5 204 705 204 687ZM204 533Q204 516 217 504 230 492 248 492 265 492 278 504 291 516 291 533 291 551 278.5 563.5 266 576 248 576 230 576 217 563.5 204 551 204 533ZM204 379Q204 362 217 350 230 338 248 338 265 338 278 350 291 362 291 379 291 397 278.5 409.5 266 422 248 422 230 422 217 409.5 204 397 204 379ZM204 225Q204 208 217 196 230 184 248 184 265 184 278 196 291 208 291 225 291 243 278.5 255.5 266 268 248 268 230 268 217 255.5 204 243 204 225ZM354 654L540 654 540 723 354 723ZM354 500L706 500 706 569 354 569ZM354 346L540 346 540 415 354 415ZM354 192L706 192 706 261 354 261ZM587 815Q587 765 610.5 724.5 634 684 676.5 660.5 719 637 772 637 822 637 862.5 660 903 683 926.5 724 950 765 950 815 950 868 926.5 910 903 952 862.5 976 822 1000 772 1000 718 1000 676 976.5 634 953 610.5 910.5 587 868 587 815ZM735 912L779 912 877 745 838 722 756 862 709 791 671 818Z",
8
9
  "add-note": "M118 980Q91 980 75.5 964.5 60 949 60 922L60 78Q60 51 75.5 35.5 91 20 118 20L872 20Q899 20 914.5 35.5 930 51 930 78L930 516 854 516 854 92 136 92 136 908 500 908 500 980 118 980ZM204 687Q204 670 217 658 230 646 248 646 265 646 278 658 291 670 291 687 291 705 278.5 717.5 266 730 248 730 230 730 217 717.5 204 705 204 687ZM204 533Q204 516 217 504 230 492 248 492 265 492 278 504 291 516 291 533 291 551 278.5 563.5 266 576 248 576 230 576 217 563.5 204 551 204 533ZM204 379Q204 362 217 350 230 338 248 338 265 338 278 350 291 362 291 379 291 397 278.5 409.5 266 422 248 422 230 422 217 409.5 204 397 204 379ZM204 225Q204 208 217 196 230 184 248 184 265 184 278 196 291 208 291 225 291 243 278.5 255.5 266 268 248 268 230 268 217 255.5 204 243 204 225ZM354 654L540 654 540 723 354 723ZM354 500L706 500 706 569 354 569ZM354 346L540 346 540 415 354 415ZM354 192L706 192 706 261 354 261ZM587 815Q587 765 610.5 724.5 634 684 676.5 660.5 719 637 772 637 822 637 862.5 660 903 683 926.5 724 950 765 950 815 950 868 926.5 910 903 952 862.5 976 822 1000 772 1000 718 1000 676 976.5 634 953 610.5 910.5 587 868 587 815ZM745 843L745 924 794 924 794 843 875 843 875 794 794 794 794 712 745 712 745 794 663 794 663 843Z",
9
10
  "app-switcher": "M499 619Q444 619 412 589 380 559 380 501 380 442 412 410.5 444 379 499 379 554 379 587 410.5 620 442 620 501 620 559 587.5 589 555 619 499 619ZM0 882Q0 824 31.5 793 63 762 119 762 174 762 206.5 793 239 824 239 882 239 940 206.5 970 174 1000 119 1000 63 1000 31.5 970 0 940 0 882ZM0 501Q0 442 31.5 410.5 63 379 119 379 174 379 206.5 410.5 239 442 239 501 239 559 206.5 589 174 619 119 619 63 619 31.5 589 0 559 0 501ZM0 120Q0 62 31.5 31 63 0 119 0 174 0 206.5 31.5 239 63 239 120 239 178 206.5 208 174 238 119 238 63 238 31.5 208 0 178 0 120ZM380 882Q380 824 412 793 444 762 499 762 554 762 587 793 620 824 620 882 620 940 587 970 554 1000 499 1000 444 1000 412 970 380 940 380 882ZM380 120Q380 63 412.5 31.5 445 0 499 0 554 0 587 31.5 620 63 620 120 620 178 587 208 554 238 499 238 444 238 412 208 380 178 380 120ZM761 882Q761 824 793 793 825 762 880 762 935 762 967.5 793 1000 824 1000 882 1000 940 968 970 936 1000 880 1000 825 1000 793 970 761 940 761 882ZM761 501Q761 442 793 410.5 825 379 880 379 935 379 967.5 410.5 1000 442 1000 501 1000 559 968 589 936 619 880 619 825 619 793 589 761 559 761 501ZM761 120Q761 62 793 31 825 0 880 0 935 0 967.5 31.5 1000 63 1000 120 1000 178 968 208 936 238 880 238 825 238 793 208 761 178 761 120Z",
@@ -96,6 +97,7 @@ const STROKE_ICONS = {
96
97
  "clean": "M661 34L331 536Q409 585 409 693 409 743 426 789 443 835 465 866 487 897 499 906 515 917 523.5 928 532 939 532 951 532 965 523.5 972.5 515 980 500 980L34 980Q19 980 9.5 971.5 0 963 0 949 0 807 30 708 60 609 111 559.5 162 510 224 510 245 510 272 515L609 0ZM146 917Q137 889 131 854 125 819 125 792L188 792Q191 827 195.5 854 200 881 211 917L280 917Q250 865 250 814L313 814Q316 872 358 917L425 917Q400 883 383.5 844.5 367 806 353 753L119 649Q90 709 76.5 773.5 63 838 63 917ZM344 682Q344 632 315.5 602 287 572 237 572 195 572 160 600ZM755 720L755 652 528 652 528 720ZM867 850L867 782 558 782 558 850ZM980 980L980 912 588 912 588 980Z",
97
98
  "cloud-delete": "M288 514Q171 514 114.5 470.5 58 427 58 352 58 313 80 276.5 102 240 139 217.5 176 195 220 195 235 195 250 198 268 104 327 52 386 0 502 0 616 0 674 52 732 104 750 198 765 195 780 195 824 195 861 217.5 898 240 920 276.5 942 313 942 352 942 427 885.5 470.5 829 514 712 514L288 514ZM140 355Q140 402 176 423.5 212 445 288 445L712 445Q788 445 824 423.5 860 402 860 355 860 312 822.5 283 785 254 728 254 706 254 686 258 667 71 502 71 333 71 314 258 294 254 272 254 215 254 177.5 283 140 312 140 355ZM444 785L285 626 340 572 499 731 658 571 714 626 554 786 713 945 658 999 499 840 340 1000 284 945Z",
98
99
  "cloud-download": "M288 514Q171 514 114.5 470.5 58 427 58 352 58 313 80 276.5 102 240 139 217.5 176 195 220 195 235 195 250 198 268 104 327 52 386 0 502 0 616 0 674 52 732 104 750 198 765 195 780 195 824 195 861 217.5 898 240 920 276.5 942 313 942 352 942 427 885.5 470.5 829 514 712 514L288 514ZM140 355Q140 402 176 423.5 212 445 288 445L712 445Q788 445 824 423.5 860 402 860 355 860 312 822.5 283 785 254 728 254 706 254 686 258 667 71 502 71 333 71 314 258 294 254 272 254 215 254 177.5 283 140 312 140 355ZM306 688L461 860 461 568 539 568 539 860 694 688 746 738 500 1000 254 738Z",
100
+ "code": "M751 285L709 328 884 504 709 680 751 723 970 504ZM249 723L291 680 116 504 291 328 249 285 30 504ZM446 817L610 208 551 192 388 800Z",
99
101
  "collezioni": "M500 1000Q344 1000 232 943.5 120 887 60 774.5 0 662 0 498 0 346 60.5 233.5 121 121 233.5 60.5 346 0 500 0 654 0 766.5 60.5 879 121 939.5 233.5 1000 346 1000 498 1000 662 940 774.5 880 887 768 943.5 656 1000 500 1000ZM918 498L918 438Q918 337 863.5 253 809 169 713.5 119.5 618 70 500 70 382 70 286.5 119 191 168 136.5 252.5 82 337 82 438L82 498ZM122 729Q170 823 268.5 876.5 367 930 504 930 640 930 737 876.5 834 823 880 729L122 729Z",
100
102
  "color-selected": "M385 621Q353 621 326.5 628.5 300 636 267 651 240 662 221 668 202 674 182 674 143 674 114.5 636 86 598 86 536 86 492 101.5 436.5 117 381 163 283 260 70 516 70 641 70 730.5 124.5 820 179 866 273.5 912 368 912 488 912 577 876 669 840 761 779 821 718 881 649 881 609 881 588.5 855 568 829 549 761 529 684 485 652.5 441 621 385 621ZM0 527Q0 596 24.5 648.5 49 701 90.5 729 132 757 180 757 202 757 222.5 750 243 743 276 729 309 715 329.5 708.5 350 702 371 702 410 702 434 727.5 458 753 472 802 493 889 534 928 575 967 643 967 740 967 822 895.5 904 824 952 710.5 1000 597 1000 479 1000 339 941.5 228 883 117 774 53.5 665-10 519-10 352-10 238.5 69.5 125 149 60 290 0 416 0 527ZM158 467Q158 423 187 396 216 369 257 369 297 369 326.5 396 356 423 356 467 356 505 328 535 300 565 257 565 219 565 188.5 538 158 511 158 467ZM207 467Q207 490 222 504 237 518 257 518 280 518 293.5 503 307 488 307 467 307 444 292 430 277 416 257 416 235 416 221 430 207 444 207 467ZM300 248Q300 212 323.5 190 347 168 381 168 414 168 438 190 462 212 462 248 462 279 439 303.5 416 328 381 328 350 328 325 306 300 284 300 248ZM542 241Q542 205 565.5 183 589 161 623 161 656 161 680 183 704 205 704 241 704 272 681 296.5 658 321 623 321 592 321 567 299 542 277 542 241ZM616 662Q616 626 639.5 604 663 582 697 582 730 582 754 604 778 626 778 662 778 693 755 717.5 732 742 697 742 666 742 641 720 616 698 616 662ZM686 435Q686 399 709.5 377 733 355 767 355 800 355 824 377 848 399 848 435 848 466 825 490.5 802 515 767 515 736 515 711 493 686 471 686 435Z",
101
103
  "compare": "M501 980Q459 980 437 957.5 415 935 415 894L415 750 106 750Q64 750 42 727.5 20 705 20 664L20 106Q20 65 43 42.5 66 20 106 20L499 20Q540 20 562.5 42.5 585 65 585 106L585 250 894 250Q935 250 957.5 272.5 980 295 980 336L980 894Q980 935 957.5 957.5 935 980 894 980L501 980ZM510 681L510 89 95 89 95 351 312 351 209 256 249 214 411 380 249 546 209 504 312 409 95 409 95 681ZM905 911L905 639 708 639 811 734 771 776 609 610 771 444 811 486 708 581 905 581 905 319 585 319 585 664Q585 704 562.5 727 540 750 499 750L490 750 490 911Z",
@@ -125,6 +127,7 @@ const STROKE_ICONS = {
125
127
  "exercises-interactive": "M106 980Q64 980 42 957.5 20 935 20 894L20 106Q20 65 43 42.5 66 20 106 20L894 20Q935 20 957.5 42.5 980 65 980 106L980 894Q980 935 957.5 957.5 935 980 894 980L106 980ZM902 908L902 92 98 92 98 908ZM225 314L379 460 652 156 708 209 555 377Q558 376 565 376 617 376 617 433L617 491 617 531Q627 527 641 527 659 527 669.5 535 680 543 684 551 697 540 716 540 737 540 749 551 761 562 763 575 773 565 793 565 818 565 831 579.5 844 594 844 617L844 679Q844 745 833.5 782.5 823 820 797 837 771 854 723 854L627 854Q604 854 579 841 554 828 522.5 803 491 778 415 714 388 691 388 658 388 635 401 619 419 596 446 596 466 596 485 609L511 626 511 433 511 425 380 569 170 369ZM434 642Q428 649 428 658 428 668 438 677L480 712Q552 772 578.5 790.5 605 809 627 809L743 809Q767 809 780.5 798.5 794 788 800.5 760 807 732 807 679L807 617Q807 608 802 602 797 596 788 596 770 596 770 617L770 663 730 663 730 585Q730 567 713 567 698 567 698 584L699 663 659 663 658 573Q658 553 641 553 623 553 623 573L623 662 583 662 583 429Q583 406 565 406 547 406 547 429L547 693 469 641Q457 634 449 634 439 634 434 642Z",
126
128
  "exercises-online": "M106 980Q64 980 42 957.5 20 935 20 894L20 106Q20 65 43 42.5 66 20 106 20L894 20Q935 20 957.5 42.5 980 65 980 106L980 894Q980 935 957.5 957.5 935 980 894 980L106 980ZM902 908L902 92 98 92 98 908ZM225 314L379 460 652 156 708 209 380 569 170 369ZM482 674Q482 728 508.5 772 535 816 579.5 841 624 866 674 866 724 866 768.5 841 813 816 839.5 772 866 728 866 674 866 620 839.5 576 813 532 768.5 507 724 482 674 482 624 482 579.5 507 535 532 508.5 576 482 620 482 674ZM512 674Q512 641 521 628L585 628Q578 645 578 674 578 695 583 720L521 720Q512 707 512 674ZM590 750Q604 795 637 836 602 827 574 804.5 546 782 530 750ZM530 598Q547 566 576.5 543 606 520 642 512 608 549 592 598L530 598ZM614 675Q614 653 623 628L725 628Q730 638 731.5 647.5 733 657 733 673 733 702 725 720L620 720Q614 699 614 675ZM717 750Q709 778 699 799 689 820 673 839 643 801 626 750ZM630 598Q642 550 673 511 703 546 717 598L630 598ZM706 512Q741 520 771.5 543.5 802 567 818 598L756 598Q749 578 739 561.5 729 545 719.5 531.5 710 518 706 512ZM710 836Q742 792 756 750L818 750Q802 782 774 804.5 746 827 710 836ZM762 720Q769 702 769 674 769 640 764 628L827 628Q836 641 836 674 836 707 827 720L762 720Z",
127
129
  "exercises-plus": "M106 980Q64 980 42 957.5 20 935 20 894L20 106Q20 65 43 42.5 66 20 106 20L894 20Q935 20 957.5 42.5 980 65 980 106L980 894Q980 935 957.5 957.5 935 980 894 980L106 980ZM902 908L902 92 98 92 98 908ZM225 314L379 460 652 156 708 209 380 569 170 369ZM505 676Q505 626 527 588.5 549 551 587 531 625 511 670 511 716 511 754 531 792 551 814 588.5 836 626 836 676 836 726 814 764 792 802 754 822 716 842 670 842 625 842 587 822 549 802 527 764 505 726 505 676ZM648 697L648 793 694 793 694 697 788 698 788 656 694 656 694 559 648 559 648 656 554 656 554 698Z",
130
+ "facebook": "M833 115Q850 115 862.5 127.5 875 140 875 157L875 823Q875 840 862.5 852.5 850 865 833 865L643 865 643 575 741 575 755 461 643 461 643 389Q643 361 654.5 347.5 666 334 699 334L759 334 759 233Q730 228 672 228 605 228 565.5 267.5 526 307 526 378L526 462 428 462 428 575 526 575 526 865 167 865Q150 865 137.5 852.5 125 840 125 823L125 157Q125 140 137.5 127.5 150 115 167 115L833 115Z",
128
131
  "favorites": "M500 1000Q378 922 269.5 814.5 161 707 90.5 573.5 20 440 20 297 20 202 50.5 135 81 68 134 34 187 0 254 0 333 0 398.5 51.5 464 103 500 215 535 103 600.5 51.5 666 0 746 0 813 0 866 34 919 68 949.5 135 980 202 980 297 980 440 909.5 573.5 839 707 730.5 814.5 622 922 500 1000ZM102 300Q102 424 163.5 541.5 225 659 316 751 407 843 500 903 593 843 684 751 775 659 836.5 541.5 898 424 898 300 898 202 856.5 141 815 80 745 80 672 80 616 153.5 560 227 501 388L499 388Q439 227 383 153.5 327 80 255 80 185 80 143.5 141 102 202 102 300Z",
129
132
  "feed": "M460 982Q420 982 398 959 376 936 376 899L376 800 211 800 40 943 20 943 20 107Q20 67 42 43.5 64 20 107 20L718 20Q759 20 781.5 42.5 804 65 804 106L804 260 893 260Q936 260 958 283.5 980 307 980 347L980 896Q980 937 957.5 959.5 935 982 894 982L460 982ZM185 728L728 728 728 92 96 92 96 803ZM196 536L628 536 628 608 196 608ZM196 364L538 364 538 436 196 436ZM196 192L628 192 628 264 196 264Z",
130
133
  "file-zip": "M324 980Q282 980 260 957.5 238 935 238 894L238 783 208 783Q166 783 144 761.5 122 740 122 699L122 507Q122 466 145 443.5 168 421 208 421L238 421 238 106Q238 65 261 42.5 284 20 324 20L668 20 878 231 878 894Q878 935 855.5 957.5 833 980 792 980L324 980ZM387 703L387 673 273 673 381 531 381 501 242 501 242 531 345 531 235 673 235 703ZM802 912L802 320 654 320Q614 320 591 297 568 274 568 234L568 88 314 88 314 421 644 421Q685 421 707.5 443.5 730 466 730 507L730 699Q730 740 708 761.5 686 783 644 783L314 783 314 912ZM463 703L463 501 431 501 431 703ZM552 703L552 617 605 617Q665 617 665 558 665 501 607 501L519 501 519 703ZM552 531L607 531Q620 531 625.5 536.5 631 542 631 558 631 574 625.5 580 620 586 607 586L552 586ZM802 252L636 88 636 252Z",
@@ -289,13 +292,16 @@ const STROKE_ICONS = {
289
292
  "word": "M83 800Q40 791 40 746L40 250Q40 226 48.5 211.5 57 197 80 192L540 95Q554 92 565 92 590 92 601 107 612 122 612 151L612 220 870 220Q913 220 936.5 241 960 262 960 303L960 690Q960 726 937 748.5 914 771 875 771L612 771 612 843Q612 899 564 899 552 899 540 896ZM184 653L244 653 312 416 313 416 381 653 443 653 498 355 451 355 411 601 343 355 284 355 218 601 177 355 128 355ZM790 667L790 604 612 604 612 667ZM850 527L850 464 612 464 612 527ZM790 387L790 324 612 324 612 387Z",
290
293
  "working-bag": "M110 899Q68 899 44 875 20 851 20 809L20 369Q20 326 43 302.5 66 279 110 279L232 279 232 189Q232 146 254.5 122.5 277 99 320 99L680 99Q721 99 744.5 123 768 147 768 189L768 279 890 279Q933 279 956.5 302.5 980 326 980 369L980 809Q980 851 956.5 875 933 899 890 899L110 899ZM902 831L902 581 590 581 590 651 410 651 410 581 98 581 98 831ZM902 511L902 347 98 347 98 511ZM690 279L690 167 310 167 310 279Z",
291
294
  "workspace-zanichelli": "M794 1000Q701 1000 646.5 944 592 888 592 794 592 702 646.5 647 701 592 794 592 889 592 944.5 646.5 1000 701 1000 794 1000 888 944.5 944 889 1000 794 1000ZM0 794Q0 702 54.5 647 109 592 202 592 297 592 352.5 646.5 408 701 408 794 408 888 352.5 944 297 1000 202 1000 109 1000 54.5 944 0 888 0 794ZM0 202Q0 110 54.5 55 109 0 202 0 297 0 352.5 54.5 408 109 408 202 408 296 352.5 352 297 408 202 408 109 408 54.5 352 0 296 0 202ZM82 794Q82 856 112 890 142 924 202 924 264 924 295 890 326 856 326 794 326 732 295 698 264 664 202 664 142 664 112 698 82 732 82 794ZM82 202Q82 264 112 298 142 332 202 332 264 332 295 298 326 264 326 202 326 140 295 106 264 72 202 72 142 72 112 106 82 140 82 202ZM645 388L893 88 648 88 648 20 994 20 994 80 738 390 1000 390 1000 458 645 458ZM674 794Q674 856 704 890 734 924 794 924 856 924 887 890 918 856 918 794 918 732 887 698 856 664 794 664 734 664 704 698 674 732 674 794Z",
295
+ "youtube": "M919 286Q929 333 933 383.5 937 434 938 497 938 621 919 708 913 736 892 756.5 871 777 842 785 809 794 712.5 798.5 616 803 500 803 384 803 287 798.5 190 794 157 785 128 777 107 756.5 86 736 80 708 62 625 62 497 62 369 80 286 86 258 107 237.5 128 217 157 209 190 200 287 195.5 384 191 500 191 616 191 712.5 195.5 809 200 842 209 871 217 892 237.5 913 258 919 286ZM640 497L412 366 412 628Z",
292
296
  "zoom-in": "M367 744Q260 744 177 701.5 94 659 47 575 0 491 0 370 0 256 47.5 172.5 95 89 179.5 44.5 264 0 370 0 477 0 561.5 44.5 646 89 694 173 742 257 742 370 742 526 661 623L1000 936 942 993 603 677Q507 744 367 744ZM82 424Q82 493 118.5 549 155 605 220.5 637.5 286 670 368 670 452 670 518.5 638 585 606 622.5 550 660 494 660 424L660 326Q660 256 620 198 580 140 513 107 446 74 370 74 295 74 229 107 163 140 122.5 198 82 256 82 326L82 424ZM211 339L336 339 336 206 406 206 406 339 531 339 531 405 406 405 406 538 336 538 336 405 211 405Z",
293
297
  "zoom-out": "M367 744Q260 744 177 701.5 94 659 47 575 0 491 0 370 0 256 47.5 172.5 95 89 179.5 44.5 264 0 370 0 477 0 561.5 44.5 646 89 694 173 742 257 742 370 742 526 661 623L1000 936 942 993 603 677Q507 744 367 744ZM82 424Q82 493 118.5 549 155 605 220.5 637.5 286 670 368 670 452 670 518.5 638 585 606 622.5 550 660 494 660 424L660 326Q660 256 620 198 580 140 513 107 446 74 370 74 295 74 229 107 163 140 122.5 198 82 256 82 326L82 424ZM213 335L529 335 529 409 213 409Z",
298
+ "zte": "M315 271L315 681 20 681 20 271ZM247 609L247 559 154 559 245 397 245 341 94 341 94 391 177 391 86 553 86 609ZM352 271L648 271 648 681 352 681ZM468 391L468 609 533 609 533 391 591 391 591 341 411 341 411 391ZM685 271L980 271 980 681 685 681ZM904 609L904 561 831 561 831 496 897 496 897 450 831 450 831 389 904 389 904 341 766 341 766 609Z",
294
299
  };
295
300
  /**
296
301
  * Object containing SVG d paths of `filled` icons.
297
302
  */
298
303
  const FILLED_ICONS = {
304
+ "accessibility-filled": "M500 1000Q399 1000 316 976L500 635 688 975Q606 1000 500 1000ZM0 498Q0 346 60.5 233.5 121 121 233.5 60.5 346 0 500 0 654 0 766.5 60.5 879 121 939.5 233.5 1000 346 1000 498 1000 667 936.5 781 873 895 756 947L573 623 599 454 808 454 808 386 198 386 198 454 402 454 428 622 247 950Q128 897 64 782.5 0 668 0 498ZM405 249Q405 294 429 315.5 453 337 501 337 597 337 597 249 597 204 572.5 181 548 158 501 158 405 158 405 249Z",
299
305
  "active-note-filled": "M118 980Q91 980 75.5 964.5 60 949 60 922L60 78Q60 51 75.5 35.5 91 20 118 20L872 20Q899 20 914.5 35.5 930 51 930 78L930 516 854 516 854 92 136 92 136 908 500 908 500 980 118 980ZM204 687Q204 670 217 658 230 646 248 646 265 646 278 658 291 670 291 687 291 705 278.5 717.5 266 730 248 730 230 730 217 717.5 204 705 204 687ZM204 533Q204 516 217 504 230 492 248 492 265 492 278 504 291 516 291 533 291 551 278.5 563.5 266 576 248 576 230 576 217 563.5 204 551 204 533ZM204 379Q204 362 217 350 230 338 248 338 265 338 278 350 291 362 291 379 291 397 278.5 409.5 266 422 248 422 230 422 217 409.5 204 397 204 379ZM204 225Q204 208 217 196 230 184 248 184 265 184 278 196 291 208 291 225 291 243 278.5 255.5 266 268 248 268 230 268 217 255.5 204 243 204 225ZM354 654L540 654 540 723 354 723ZM354 500L706 500 706 569 354 569ZM354 346L540 346 540 415 354 415ZM354 192L706 192 706 261 354 261ZM587 815Q587 765 610.5 724.5 634 684 676.5 660.5 719 637 772 637 822 637 862.5 660 903 683 926.5 724 950 765 950 815 950 868 926.5 910 903 952 862.5 976 822 1000 772 1000 718 1000 676 976.5 634 953 610.5 910.5 587 868 587 815ZM735 912L779 912 877 745 838 722 756 862 709 791 671 818Z",
300
306
  "add-note-filled": "M118 980Q91 980 75.5 964.5 60 949 60 922L60 78Q60 51 75.5 35.5 91 20 118 20L872 20Q899 20 914.5 35.5 930 51 930 78L930 516 854 516 854 92 136 92 136 908 500 908 500 980 118 980ZM204 687Q204 670 217 658 230 646 248 646 265 646 278 658 291 670 291 687 291 705 278.5 717.5 266 730 248 730 230 730 217 717.5 204 705 204 687ZM204 533Q204 516 217 504 230 492 248 492 265 492 278 504 291 516 291 533 291 551 278.5 563.5 266 576 248 576 230 576 217 563.5 204 551 204 533ZM204 379Q204 362 217 350 230 338 248 338 265 338 278 350 291 362 291 379 291 397 278.5 409.5 266 422 248 422 230 422 217 409.5 204 397 204 379ZM204 225Q204 208 217 196 230 184 248 184 265 184 278 196 291 208 291 225 291 243 278.5 255.5 266 268 248 268 230 268 217 255.5 204 243 204 225ZM354 654L540 654 540 723 354 723ZM354 500L706 500 706 569 354 569ZM354 346L540 346 540 415 354 415ZM354 192L706 192 706 261 354 261ZM587 815Q587 765 610.5 724.5 634 684 676.5 660.5 719 637 772 637 822 637 862.5 660 903 683 926.5 724 950 765 950 815 950 868 926.5 910 903 952 862.5 976 822 1000 772 1000 718 1000 676 976.5 634 953 610.5 910.5 587 868 587 815ZM745 843L745 924 794 924 794 843 875 843 875 794 794 794 794 712 745 712 745 794 663 794 663 843Z",
301
307
  "app-switcher-filled": "M499 619Q444 619 412 589 380 559 380 501 380 442 412 410.5 444 379 499 379 554 379 587 410.5 620 442 620 501 620 559 587.5 589 555 619 499 619ZM0 882Q0 824 31.5 793 63 762 119 762 174 762 206.5 793 239 824 239 882 239 940 206.5 970 174 1000 119 1000 63 1000 31.5 970 0 940 0 882ZM0 501Q0 442 31.5 410.5 63 379 119 379 174 379 206.5 410.5 239 442 239 501 239 559 206.5 589 174 619 119 619 63 619 31.5 589 0 559 0 501ZM0 120Q0 62 31.5 31 63 0 119 0 174 0 206.5 31.5 239 63 239 120 239 178 206.5 208 174 238 119 238 63 238 31.5 208 0 178 0 120ZM380 882Q380 824 412 793 444 762 499 762 554 762 587 793 620 824 620 882 620 940 587 970 554 1000 499 1000 444 1000 412 970 380 940 380 882ZM380 120Q380 63 412.5 31.5 445 0 499 0 554 0 587 31.5 620 63 620 120 620 178 587 208 554 238 499 238 444 238 412 208 380 178 380 120ZM761 882Q761 824 793 793 825 762 880 762 935 762 967.5 793 1000 824 1000 882 1000 940 968 970 936 1000 880 1000 825 1000 793 970 761 940 761 882ZM761 501Q761 442 793 410.5 825 379 880 379 935 379 967.5 410.5 1000 442 1000 501 1000 559 968 589 936 619 880 619 825 619 793 589 761 559 761 501ZM761 120Q761 62 793 31 825 0 880 0 935 0 967.5 31.5 1000 63 1000 120 1000 178 968 208 936 238 880 238 825 238 793 208 761 178 761 120Z",
@@ -388,6 +394,7 @@ const FILLED_ICONS = {
388
394
  "clean-filled": "M661 34L331 536Q409 585 409 693 409 743 426 789 443 835 465 866 487 897 499 906 515 917 523.5 928 532 939 532 951 532 965 523.5 972.5 515 980 500 980L34 980Q19 980 9.5 971.5 0 963 0 949 0 807 30 708 60 609 111 559.5 162 510 224 510 245 510 272 515L609 0ZM146 917Q137 889 131 854 125 819 125 792L188 792Q191 827 195.5 854 200 881 211 917L280 917Q250 865 250 814L313 814Q316 872 358 917L425 917Q400 883 383.5 844.5 367 806 353 753L119 649Q90 709 76.5 773.5 63 838 63 917ZM755 720L755 652 528 652 528 720ZM867 850L867 782 558 782 558 850ZM980 980L980 912 588 912 588 980Z",
389
395
  "cloud-delete-filled": "M288 504Q169 504 113.5 465 58 426 58 350 58 309 79 273 100 237 136.5 216 173 195 217 195 234 195 250 198 268 104 327 52 386 0 502 0 616 0 674 52 732 104 750 198 767 195 783 195 827 195 863.5 216 900 237 921 273 942 309 942 350 942 426 886.5 465 831 504 712 504L288 504ZM444 785L285 626 340 572 499 731 658 571 714 626 554 786 713 945 658 999 499 840 340 1000 284 945Z",
390
396
  "cloud-download-filled": "M288 504Q169 504 113.5 465 58 426 58 350 58 309 79 273 100 237 136.5 216 173 195 217 195 234 195 250 198 268 104 327 52 386 0 502 0 616 0 674 52 732 104 750 198 767 195 783 195 827 195 863.5 216 900 237 921 273 942 309 942 350 942 426 886.5 465 831 504 712 504L288 504ZM306 688L461 860 461 568 539 568 539 860 694 688 746 738 500 1000 254 738Z",
397
+ "code-filled": "M751 285L709 328 884 504 709 680 751 723 970 504ZM249 723L291 680 116 504 291 328 249 285 30 504ZM446 817L610 208 551 192 388 800Z",
391
398
  "collezioni-filled": "M0 498Q0 354 61 241 122 128 235 64 348 0 500 0 652 0 765 64 878 128 939 241 1000 354 1000 498L1000 500 0 500ZM961 728Q908 862 790 931 672 1000 500 1000 328 1000 210 931 92 862 39 728Z",
392
399
  "color-selected-filled": "M60 290Q0 416 0 527 0 596 24.5 648.5 49 701 90.5 729 132 757 180 757 202 757 222.5 750 243 743 276 729 309 715 329.5 708.5 350 702 371 702 410 702 434 727.5 458 753 472 802 493 889 534 928 575 967 643 967 740 967 822 895.5 904 824 952 710.5 1000 597 1000 479 1000 339 941.5 228 883 117 774 53.5 665-10 519-10 352-10 238.5 69.5 125 149 60 290ZM137 487Q137 443 166 416 195 389 236 389 276 389 305.5 416 335 443 335 487 335 525 307 555 279 585 236 585 198 585 167.5 558 137 531 137 487ZM183 487Q183 511 199 526 215 541 236 541 260 541 274.5 525 289 509 289 487 289 462 273.5 447.5 258 433 236 433 213 433 198 447.5 183 462 183 487ZM280 228Q280 192 303.5 170 327 148 361 148 394 148 418 170 442 192 442 228 442 259 419 283.5 396 308 361 308 330 308 305 286 280 264 280 228ZM551 207Q551 171 574.5 149 598 127 632 127 665 127 689 149 713 171 713 207 713 238 690 262.5 667 287 632 287 601 287 576 265 551 243 551 207ZM616 692Q616 656 639.5 634 663 612 697 612 730 612 754 634 778 656 778 692 778 723 755 747.5 732 772 697 772 666 772 641 750 616 728 616 692ZM715 432Q715 396 738.5 374 762 352 796 352 829 352 853 374 877 396 877 432 877 463 854 487.5 831 512 796 512 765 512 740 490 715 468 715 432Z",
393
400
  "compare-filled": "M501 980Q459 980 437 957.5 415 935 415 894L415 750 106 750Q64 750 42 727.5 20 705 20 664L20 409 352 409 249 504 289 546 451 380 289 214 249 256 352 351 20 351 20 106Q20 65 43 42.5 66 20 106 20L499 20Q540 20 562.5 42.5 585 65 585 106L585 250 894 250Q935 250 957.5 272.5 980 295 980 336L980 581 668 581 771 486 731 444 569 610 731 776 771 734 668 639 980 639 980 894Q980 935 957.5 957.5 935 980 894 980L501 980Z",
@@ -417,6 +424,7 @@ const FILLED_ICONS = {
417
424
  "exercises-interactive-filled": "M86 1000Q46 1000 23 977.5 0 955 0 914L0 86Q0 45 22 22.5 44 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM346 609L744 211 694 162 345 515 175 340 126 389ZM489 693Q478 707 478 726 478 758 505 781 574 839 606 864 638 889 662 901 686 913 708 913L800 913Q846 913 871 896.5 896 880 905.5 845 915 810 915 748L915 703Q915 670 906 655 897 640 877 640 863 640 853.5 649.5 844 659 839 686 837 647 829 631 821 615 801 615 787 615 778 623.5 769 632 765 658 763 631 754.5 617.5 746 604 725 604 705 604 695.5 620 686 636 686 660L686 527Q686 467 642 467 621 467 609 483 597 499 597 527L597 713 572 697Q544 679 520 679 500 679 489 693Z",
418
425
  "exercises-online-filled": "M86 1000Q46 1000 23 977.5 0 955 0 914L0 86Q0 45 22 22.5 44 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM316 579L714 181 664 132 315 485 145 310 96 359ZM490 695Q490 729 500 758L578 758Q573 734 573 695 573 665 580 632L500 632Q490 661 490 695ZM513 790Q533 830 568 857.5 603 885 646 896 602 843 586 790L513 790ZM588 600Q605 546 650 494 606 503 570 531 534 559 513 600ZM612 694Q612 728 618 758L764 758Q770 728 770 694 770 660 764 632L619 632Q612 665 612 694ZM626 790Q644 844 691 901 739 845 756 790L626 790ZM754 600Q738 547 691 492 645 548 628 600ZM732 493Q778 547 795 600L871 600Q850 559 813.5 531 777 503 732 493ZM736 896Q780 885 815.5 857.5 851 830 871 790L797 790Q780 843 736 896ZM884 758Q894 729 894 695 894 661 884 632L804 632Q810 670 810 695 810 729 804 758Z",
419
426
  "exercises-plus-filled": "M86 1000Q46 1000 23 977.5 0 955 0 914L0 86Q0 45 22 22.5 44 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM316 579L714 181 664 132 315 485 145 310 96 359ZM503 701Q503 762 529.5 807.5 556 853 602 877.5 648 902 704 902 760 902 806 877.5 852 853 878.5 807.5 905 762 905 701 905 640 878.5 594.5 852 549 806 524.5 760 500 704 500 648 500 602 524.5 556 549 529.5 594.5 503 640 503 701ZM563 676L676 676 676 559 733 559 733 676 846 676 846 727 733 726 733 842 676 842 676 726 563 727Z",
427
+ "facebook-filled": "M833 115Q850 115 862.5 127.5 875 140 875 157L875 823Q875 840 862.5 852.5 850 865 833 865L643 865 643 575 741 575 755 461 643 461 643 389Q643 361 654.5 347.5 666 334 699 334L759 334 759 233Q730 228 672 228 605 228 565.5 267.5 526 307 526 378L526 462 428 462 428 575 526 575 526 865 167 865Q150 865 137.5 852.5 125 840 125 823L125 157Q125 140 137.5 127.5 150 115 167 115L833 115Z",
420
428
  "favorites-filled": "M500 1000Q378 922 269.5 814.5 161 707 90.5 573.5 20 440 20 297 20 202 50.5 135 81 68 134 34 187 0 253 0 339 0 402.5 67.5 466 135 500 296 533 135 596.5 67.5 660 0 747 0 813 0 866 34 919 68 949.5 135 980 202 980 297 980 440 909.5 573.5 839 707 730.5 814.5 622 922 500 1000Z",
421
429
  "feed-filled": "M460 982Q420 982 398 959 376 936 376 899L376 800 211 800 40 943 20 943 20 107Q20 67 42 43.5 64 20 107 20L718 20Q759 20 781.5 42.5 804 65 804 106L804 260 893 260Q936 260 958 283.5 980 307 980 347L980 896Q980 937 957.5 959.5 935 982 894 982L460 982ZM185 728L728 728 728 92 96 92 96 803ZM196 536L628 536 628 608 196 608ZM196 364L538 364 538 436 196 436ZM196 192L628 192 628 264 196 264Z",
422
430
  "file-zip-filled": "M316 980Q274 980 252 957.5 230 935 230 894L230 788 196 788Q154 788 132 765.5 110 743 110 702L110 491Q110 450 133 427.5 156 405 196 405L230 405 230 106Q230 65 253 42.5 276 20 316 20L582 20 582 214Q582 254 605 277 628 300 668 300L870 300 870 894Q870 935 847.5 957.5 825 980 784 980L316 980ZM377 703L377 668 245 668 370 503 370 468 209 468 209 503 328 503 200 668 200 703ZM468 703L468 468 431 468 431 703ZM575 703L575 603 637 603Q707 603 707 535 707 468 639 468L537 468 537 703ZM575 503L639 503Q655 503 661 509.5 667 516 667 535 667 553 660.5 560 654 567 639 567L575 567ZM870 232L650 232 650 20 648 20Z",
@@ -581,8 +589,10 @@ const FILLED_ICONS = {
581
589
  "word-filled": "M83 800Q40 791 40 746L40 250Q40 226 48.5 211.5 57 197 80 192L540 95Q554 92 565 92 590 92 601 107 612 122 612 151L612 220 870 220Q913 220 936.5 241 960 262 960 303L960 690Q960 726 937 748.5 914 771 875 771L612 771 612 843Q612 899 564 899 552 899 540 896ZM184 653L244 653 312 416 313 416 381 653 443 653 498 355 451 355 411 601 343 355 284 355 218 601 177 355 128 355ZM790 667L790 604 612 604 612 667ZM850 527L850 464 612 464 612 527ZM790 387L790 324 612 324 612 387Z",
582
590
  "working-bag-filled": "M110 899Q68 899 44 875 20 851 20 809L20 569 410 569 410 637 590 637 590 569 980 569 980 809Q980 851 956.5 875 933 899 890 899L110 899ZM20 369Q20 326 43 302.5 66 279 110 279L232 279 232 189Q232 146 254.5 122.5 277 99 320 99L680 99Q721 99 744.5 123 768 147 768 189L768 279 890 279Q933 279 956.5 302.5 980 326 980 369L980 501 20 501ZM690 279L690 167 310 167 310 279Z",
583
591
  "workspace-zanichelli-filled": "M794 1000Q701 1000 646.5 944 592 888 592 794 592 702 646.5 647 701 592 794 592 889 592 944.5 646.5 1000 701 1000 794 1000 888 944.5 944 889 1000 794 1000ZM0 794Q0 702 54.5 647 109 592 202 592 297 592 352.5 646.5 408 701 408 794 408 888 352.5 944 297 1000 202 1000 109 1000 54.5 944 0 888 0 794ZM0 202Q0 110 54.5 55 109 0 202 0 297 0 352.5 54.5 408 109 408 202 408 296 352.5 352 297 408 202 408 109 408 54.5 352 0 296 0 202ZM645 388L893 88 648 88 648 20 994 20 994 80 738 390 1000 390 1000 458 645 458Z",
592
+ "youtube-filled": "M919 286Q929 333 933 383.5 937 434 938 497 938 621 919 708 913 736 892 756.5 871 777 842 785 809 794 712.5 798.5 616 803 500 803 384 803 287 798.5 190 794 157 785 128 777 107 756.5 86 736 80 708 62 625 62 497 62 369 80 286 86 258 107 237.5 128 217 157 209 190 200 287 195.5 384 191 500 191 616 191 712.5 195.5 809 200 842 209 871 217 892 237.5 913 258 919 286ZM640 497L412 366 412 628Z",
584
593
  "zoom-in-filled": "M367 744Q260 744 177 701.5 94 659 47 575 0 491 0 370 0 256 47.5 172.5 95 89 179.5 44.5 264 0 370 0 477 0 561.5 44.5 646 89 694 173 742 257 742 370 742 526 661 623L1000 936 942 993 603 677Q507 744 367 744ZM82 424Q82 493 118.5 549 155 605 220.5 637.5 286 670 368 670 452 670 518.5 638 585 606 622.5 550 660 494 660 424L660 326Q660 256 620 198 580 140 513 107 446 74 370 74 295 74 229 107 163 140 122.5 198 82 256 82 326L82 424ZM211 339L336 339 336 206 406 206 406 339 531 339 531 405 406 405 406 538 336 538 336 405 211 405Z",
585
594
  "zoom-out-filled": "M367 744Q260 744 177 701.5 94 659 47 575 0 491 0 370 0 256 47.5 172.5 95 89 179.5 44.5 264 0 370 0 477 0 561.5 44.5 646 89 694 173 742 257 742 370 742 526 661 623L1000 936 942 993 603 677Q507 744 367 744ZM82 424Q82 493 118.5 549 155 605 220.5 637.5 286 670 368 670 452 670 518.5 638 585 606 622.5 550 660 494 660 424L660 326Q660 256 620 198 580 140 513 107 446 74 370 74 295 74 229 107 163 140 122.5 198 82 256 82 326L82 424ZM213 335L529 335 529 409 213 409Z",
595
+ "zte-filled": "M315 271L315 681 20 681 20 271ZM247 609L247 559 154 559 245 397 245 341 94 341 94 391 177 391 86 553 86 609ZM352 271L648 271 648 681 352 681ZM468 391L468 609 533 609 533 391 591 391 591 341 411 341 411 391ZM685 271L980 271 980 681 685 681ZM904 609L904 561 831 561 831 496 897 496 897 450 831 450 831 389 904 389 904 341 766 341 766 609Z",
586
596
  };
587
597
  /**
588
598
  * Object containing SVG d path of `button` icons.
@@ -593,6 +603,7 @@ const BUTTON_ICONS = {
593
603
  "burger-menu-booktab-button": "M86 1000Q44 1000 22 977.5 0 955 0 914L0 85Q0 38 22.5 19 45 0 99 0L897 0Q955 0 977.5 19 1000 38 1000 87L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM530 668L530 604 110 604 110 668ZM530 532L530 468 110 468 110 532ZM530 396L530 332 110 332 110 396ZM281 794Q281 834 304 857 327 880 367 880L754 880Q795 880 817.5 857 840 834 840 794L840 206Q840 165 817.5 142.5 795 120 754 120L367 120Q327 120 304 142.5 281 165 281 206L281 262 359 262 359 192 762 192 762 808 359 808 359 728 281 728 281 794Z",
594
604
  "check-task-button": "M86 1000Q44 1000 22 977.5 0 955 0 914L0 85Q0 38 22.5 19 45 0 99 0L897 0Q955 0 977.5 19 1000 38 1000 87L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM160 787Q160 814 175.5 829.5 191 845 218 845L473 845 473 796 213 796 213 189 684 189 684 436 737 436 737 198Q737 171 721.5 155.5 706 140 679 140L218 140Q191 140 175.5 155.5 160 171 160 198L160 787ZM280 624Q280 635 287.5 642.5 295 650 306 650 317 650 324 642.5 331 635 331 624 331 613 324 606 317 599 306 599 295 599 287.5 606 280 613 280 624ZM280 514Q280 525 287.5 532.5 295 540 306 540 317 540 324 532.5 331 525 331 514 331 503 324 496 317 489 306 489 295 489 287.5 496 280 503 280 514ZM280 404Q280 415 287.5 422.5 295 430 306 430 317 430 324 422.5 331 415 331 404 331 393 324 386 317 379 306 379 295 379 287.5 386 280 393 280 404ZM280 294Q280 305 287.5 312.5 295 320 306 320 317 320 324 312.5 331 305 331 294 331 283 324 276 317 269 306 269 295 269 287.5 276 280 283 280 294ZM536 645L536 604 362 604 362 645ZM496 535L496 494 362 494 362 535ZM536 425L536 384 362 384 362 425ZM596 315L596 274 362 274 362 315ZM687 845L917 617Q933 601 933 584 933 566 916 549L853 485Q837 469 819 469 800 469 784 485L555 712 555 845ZM594 736L746 583 819 654 665 809 594 809ZM821 510L892 581 847 625 777 555Z",
595
605
  "checkmark-square-button": "M86 1000Q46 1000 23 977.5 0 955 0 914L0 86Q0 45 22 22.5 44 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM416 719L814 321 764 272 415 625 245 450 196 499Z",
606
+ "code-button": "M701 285L659 328 834 504 659 680 701 723 920 504ZM0 86Q0 45 23 22.5 46 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000Q44 1000 22 977.5 0 955 0 914ZM299 723L341 680 166 504 341 328 299 285 80 504ZM446 817L610 208 551 192 388 800Z",
596
607
  "cursor-index-button": "M86 1000Q44 1000 22 977.5 0 955 0 914L0 86Q0 45 23 22.5 46 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM455 543L584 822 675 780 544 502 758 521 336 156 332 719Z",
597
608
  "document-button": "M86 1000Q44 1000 22 977.5 0 955 0 914L0 86Q0 45 23 22.5 46 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM190 824Q190 865 212 887.5 234 910 276 910L724 910Q765 910 787.5 887.5 810 865 810 824L810 301 600 90 276 90Q236 90 213 112.5 190 135 190 176L190 824ZM266 158L500 158 500 304Q500 344 523 367 546 390 586 390L734 390 734 842 266 842ZM554 718L554 650 346 650 346 718ZM654 558L654 490 346 490 346 558ZM568 158L734 322 568 322Z",
598
609
  "excel-doc-button": "M86 1000Q44 1000 22 977.5 0 955 0 914L0 86Q0 45 23 22.5 46 0 86 0L914 0Q955 0 977.5 22.5 1000 45 1000 86L1000 914Q1000 955 977.5 977.5 955 1000 914 1000L86 1000ZM122 668Q122 709 144 730.5 166 752 208 752L238 752 238 824Q238 865 260 887.5 282 910 324 910L792 910Q833 910 855.5 887.5 878 865 878 824L878 301 668 90 324 90Q284 90 261 112.5 238 135 238 176L238 390 208 390Q168 390 145 412.5 122 435 122 476L122 668ZM313 571L243 471 287 471 338 542 386 471 431 471 361 572 430 672 386 672 337 600 287 672 242 672ZM314 752L474 752Q516 752 538 730.5 560 709 560 668L560 476Q560 435 537.5 412.5 515 390 474 390L314 390 314 158 568 158 568 304Q568 344 591 367 614 390 654 390L802 390 802 842 314 842ZM636 158L802 322 636 322Z",
@@ -2222,6 +2222,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2222
2222
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2223
2223
  /* webpackMode: "lazy" */
2224
2224
  './z-table-header.cjs.entry.js')); }).then(processMod, consoleError);
2225
+ case 'z-link.cjs':
2226
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2227
+ /* webpackMode: "lazy" */
2228
+ './z-link.cjs.entry.js')); }).then(processMod, consoleError);
2225
2229
  case 'z-myz-list-item.cjs':
2226
2230
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2227
2231
  /* webpackMode: "lazy" */
@@ -2230,10 +2234,6 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2230
2234
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2231
2235
  /* webpackMode: "lazy" */
2232
2236
  './z-typography.cjs.entry.js')); }).then(processMod, consoleError);
2233
- case 'z-link.cjs':
2234
- return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2235
- /* webpackMode: "lazy" */
2236
- './z-link.cjs.entry.js')); }).then(processMod, consoleError);
2237
2237
  case 'z-popover.cjs':
2238
2238
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2239
2239
  /* webpackMode: "lazy" */
@@ -14,7 +14,7 @@ const patchEsm = () => {
14
14
  const defineCustomElements = (win, options) => {
15
15
  if (typeof window === 'undefined') return Promise.resolve();
16
16
  return patchEsm().then(() => {
17
- return index.bootstrapLazy(JSON.parse("[[\"z-app-header_11.cjs\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"enableSearch\":[516,\"enable-search\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"searchPageUrl\":[1,\"search-page-url\"],\"_stuck\":[32],\"currentViewport\":[32],\"menuLength\":[32]},[[9,\"resize\",\"evaluateViewport\"]]],[1,\"z-searchbar\",{\"htmlid\":[513],\"preventSubmit\":[4,\"prevent-submit\"],\"value\":[1],\"placeholder\":[1],\"autocomplete\":[4],\"autocompleteMinChars\":[2,\"autocomplete-min-chars\"],\"resultsCount\":[2,\"results-count\"],\"resultsEllipsis\":[4,\"results-ellipsis\"],\"searchHelperLabel\":[1,\"search-helper-label\"],\"resultsItems\":[1,\"results-items\"],\"sortResultsItems\":[4,\"sort-results-items\"],\"showSearchButton\":[4,\"show-search-button\"],\"searchButtonIconOnly\":[4,\"search-button-icon-only\"],\"size\":[1],\"variant\":[1],\"searchString\":[32],\"currResultsCount\":[32],\"showResults\":[32]},[[4,\"click\",\"handleOutsideClick\"]]],[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513],\"skipLoadAnimation\":[1028,\"skip-load-animation\"]}],[1,\"z-list-element\",{\"alignButton\":[513,\"align-button\"],\"clickable\":[516],\"dividerColor\":[1,\"divider-color\"],\"dividerType\":[1,\"divider-type\"],\"dividerSize\":[1,\"divider-size\"],\"expandable\":[516],\"expandableStyle\":[1,\"expandable-style\"],\"listElementId\":[514,\"list-element-id\"],\"size\":[513],\"color\":[513],\"disabled\":[516],\"isContextualMenu\":[516,\"is-contextual-menu\"],\"listElementPosition\":[513,\"list-element-position\"],\"listType\":[513,\"list-type\"],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list\",{\"size\":[513],\"listType\":[513,\"list-type\"]}],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"],\"listType\":[513,\"list-type\"]}],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"value\":[1025],\"disabled\":[516],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"labelPosition\":[1,\"label-position\"],\"autocomplete\":[1],\"hasclearicon\":[4],\"icon\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"pattern\":[1],\"size\":[513],\"isTyping\":[32],\"passwordHidden\":[32],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[1,\"z-input-message\",{\"message\":[1],\"status\":[513],\"statusRole\":[32]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[6,\"z-button\",{\"ariaLabel\":[513,\"aria-label\"],\"href\":[1],\"target\":[1],\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-select.cjs\",[[2,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"autocomplete\":[4],\"noresultslabel\":[1],\"hasGroupItems\":[4,\"has-group-items\"],\"isfixed\":[4],\"resetItem\":[1,\"reset-item\"],\"size\":[1],\"isOpen\":[32],\"selectedItem\":[32],\"searchString\":[32],\"getSelectedItem\":[64],\"getValue\":[64],\"setValue\":[64]}]]],[\"z-breadcrumb.cjs\",[[1,\"z-breadcrumb\",{\"pathStyle\":[513,\"path-style\"],\"homepageVariant\":[1,\"homepage-variant\"],\"maxNodesToShow\":[2,\"max-nodes-to-show\"],\"preventFollowUrl\":[4,\"prevent-follow-url\"],\"overflowMenuItemRows\":[2,\"overflow-menu-item-rows\"],\"truncateChar\":[2,\"truncate-char\"],\"viewPortWidth\":[32],\"hasOverflow\":[32],\"popoverEllipsisOpen\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"z-combobox.cjs\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"disabled\":[516],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"hasgroupitems\":[4],\"size\":[1],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32]},[[0,\"inputCheck\",\"inputCheckListener\"]]]]],[\"z-contextual-menu.cjs\",[[1,\"z-contextual-menu\",{\"elements\":[1],\"color\":[1],\"popoverPosition\":[513,\"popover-position\"]}]]],[\"z-myz-card-dictionary.cjs\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-file-upload.cjs\",[[1,\"z-file-upload\",{\"type\":[513],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"files\":[32],\"invalidFiles\":[32],\"getFiles\":[64]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-messages-pocket.cjs\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-pagination.cjs\",[[0,\"z-pagination\",{\"label\":[1],\"navArrows\":[4,\"nav-arrows\"],\"totalPages\":[2,\"total-pages\"],\"skip\":[2],\"edges\":[4],\"split\":[2],\"visiblePages\":[2,\"visible-pages\"],\"currentPage\":[1026,\"current-page\"],\"goToPage\":[4,\"go-to-page\"],\"_visiblePages\":[32],\"isMobile\":[32],\"goToPageValue\":[32]},[[9,\"resize\",\"onResize\"]]]]],[\"z-table-header-row.cjs\",[[4,\"z-table-header-row\",{\"expandable\":[516]}]]],[\"z-carousel.cjs\",[[4,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"label\":[1],\"single\":[4],\"arrowsPosition\":[1,\"arrows-position\"],\"progressMode\":[1,\"progress-mode\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"],\"current\":[32],\"items\":[32],\"highlightedIndicator\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]}]]],[\"z-date-picker.cjs\",[[4,\"z-date-picker\",{\"datePickerId\":[1,\"date-picker-id\"],\"ariaLabel\":[1,\"aria-label\"],\"label\":[1],\"mode\":[1],\"flatpickrPosition\":[32],\"inputError\":[32]},[[18,\"keydown\",\"handleKeyDown\"]]]]],[\"z-file.cjs\",[[2,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"fileName\":[1,\"file-name\"],\"allowPopover\":[32],\"popoverVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-range-picker.cjs\",[[0,\"z-range-picker\",{\"rangePickerId\":[1,\"range-picker-id\"],\"firstAriaLabel\":[1,\"first-aria-label\"],\"firstLabel\":[1,\"first-label\"],\"secondAriaLabel\":[1,\"second-aria-label\"],\"secondLabel\":[1,\"second-label\"],\"mode\":[1],\"flatpickrPosition\":[32],\"activeInput\":[32],\"firstInputError\":[32],\"lastInputError\":[32]},[[18,\"click\",\"handleClick\"],[18,\"keyup\",\"handleKeyDown\"]]]]],[\"z-table-deprecated.cjs\",[[4,\"z-table-deprecated\",{\"lines\":[514],\"errorMessage\":[1,\"error-message\"],\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"error\":[4],\"errorLink\":[1,\"error-link\"],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]]]],[\"z-table-row.cjs\",[[4,\"z-table-row\",{\"expandedType\":[513,\"expanded-type\"],\"expanded\":[32]}]]],[\"z-td.cjs\",[[1,\"z-td\",{\"colspan\":[2],\"sticky\":[516],\"showMenu\":[513,\"show-menu\"],\"isMenuOpen\":[32]}]]],[\"z-th.cjs\",[[1,\"z-th\",{\"colspan\":[2],\"showMenu\":[513,\"show-menu\"],\"sticky\":[516],\"sortDirection\":[1025,\"sort-direction\"],\"isMenuOpen\":[32]}]]],[\"z-anchor-navigation.cjs\",[[4,\"z-anchor-navigation\",{\"hideUnselected\":[516,\"hide-unselected\"],\"collapsed\":[32]}]]],[\"z-book-card.cjs\",[[1,\"z-book-card\",{\"variant\":[1],\"cover\":[1],\"operaTitle\":[1,\"opera-title\"],\"volumeTitle\":[1,\"volume-title\"],\"authors\":[1],\"isbn\":[1],\"ribbon\":[1],\"borderless\":[4],\"fallbackCover\":[1,\"fallback-cover\"],\"operaTitleTag\":[1,\"opera-title-tag\"],\"isMobile\":[32],\"hasResources\":[32],\"showResources\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleResize\"]]]]],[\"z-myz-card-alert.cjs\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info.cjs\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-myz-list.cjs\",[[1,\"z-myz-list\",{\"inputrawdata\":[1],\"list\":[1040]}]]],[\"z-otp.cjs\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-panel-elem.cjs\",[[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descrSlotName\":[1,\"descr-slot-name\"]}]]],[\"z-skip-to-content.cjs\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-body.cjs\",[[1,\"z-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-button-sort.cjs\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-card.cjs\",[[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"showShadow\":[516,\"show-shadow\"],\"clickable\":[516],\"hasCoverImage\":[32]}]]],[\"z-heading.cjs\",[[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-info-box.cjs\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-info-reveal.cjs\",[[1,\"z-info-reveal\",{\"icon\":[1],\"position\":[513],\"label\":[1],\"open\":[32],\"currentIndex\":[32]}]]],[\"z-menu.cjs\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"verticalContext\":[516,\"vertical-context\"],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-menu-section.cjs\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon.cjs\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tab.cjs\",[[0,\"z-navigation-tab\",{\"ariaControls\":[1,\"aria-controls\"],\"tabId\":[1,\"tab-id\"],\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"icon\":[1],\"label\":[1],\"htmlTitle\":[1,\"html-title\"]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tab-link.cjs\",[[0,\"z-navigation-tab-link\",{\"ariaControls\":[1,\"aria-controls\"],\"tabId\":[1,\"tab-id\"],\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"htmlTitle\":[1,\"html-title\"],\"target\":[1],\"href\":[1],\"icon\":[1],\"label\":[1]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tabs.cjs\",[[1,\"z-navigation-tabs\",{\"ariaLabel\":[1,\"aria-label\"],\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32],\"tabFocus\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"onTabSelected\"],[0,\"keydown\",\"navigateThroughTabs\"]]]]],[\"z-notification.cjs\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-pocket-message.cjs\",[[1,\"z-pocket-message\"]]],[\"z-section-title.cjs\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow.cjs\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"z-tag.cjs\",[[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}]]],[\"z-toast-notification.cjs\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32]}]]],[\"z-toggle-button.cjs\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-toggle-switch.cjs\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-tooltip.cjs\",[[1,\"z-tooltip\",{\"position\":[513],\"dark\":[516],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"closable\":[4]},[[0,\"openChange\",\"onPopoverOpenChange\"]]]]],[\"z-tr.cjs\",[[1,\"z-tr\",{\"expandable\":[516],\"expanded\":[32],\"expandableContentId\":[32]},[[0,\"colspanchange\",\"updateColumns\"]]]]],[\"z-aria-alert.cjs\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar.cjs\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-cover-hero.cjs\",[[1,\"z-cover-hero\",{\"variant\":[513],\"contentPosition\":[513,\"content-position\"],\"preserveAspectRatio\":[516,\"preserve-aspect-ratio\"]},[[2,\"load\",\"onImgLoad\"]]]]],[\"z-logo.cjs\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}]]],[\"z-myz-card-footer.cjs\",[[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"customContent\":[4,\"custom-content\"],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]]]],[\"z-myz-card-footer-sections.cjs\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list.cjs\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-stepper.cjs\",[[1,\"z-stepper\"]]],[\"z-stepper-item.cjs\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table.cjs\",[[1,\"z-table\",{\"bordered\":[516],\"expandable\":[32]}]]],[\"z-table-body.cjs\",[[6,\"z-table-body\"]]],[\"z-table-expanded-row.cjs\",[[1,\"z-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}]]],[\"z-table-footer.cjs\",[[6,\"z-table-footer\"]]],[\"z-table-head.cjs\",[[6,\"z-table-head\"]]],[\"z-table-sticky-footer.cjs\",[[6,\"z-table-sticky-footer\"]]],[\"z-tbody.cjs\",[[1,\"z-tbody\"]]],[\"z-tfoot.cjs\",[[1,\"z-tfoot\",{\"sticky\":[516]}]]],[\"z-thead.cjs\",[[1,\"z-thead\",{\"sticky\":[516]}]]],[\"z-toast-notification-list.cjs\",[[1,\"z-toast-notification-list\",{\"position\":[513],\"newestontop\":[4]}]]],[\"z-visually-hidden.cjs\",[[1,\"z-visually-hidden\"]]],[\"z-table-header.cjs\",[[1,\"z-table-header\",{\"columnId\":[1,\"column-id\"],\"padding\":[513],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortDirection\":[1025,\"sort-direction\"]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]]]],[\"z-table-cell.cjs\",[[1,\"z-table-cell\",{\"showButton\":[4,\"show-button\"],\"padding\":[513],\"isMenuOpened\":[32]}]]],[\"z-chip.cjs\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-alert.cjs\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-ghost-loading.cjs\",[[1,\"z-ghost-loading\"]]],[\"z-table-empty-box.cjs\",[[6,\"z-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}]]],[\"z-dragdrop-area_2.cjs\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"],\"alertdialog\":[4],\"closable\":[4],\"open\":[64],\"close\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]],[1,\"z-dragdrop-area\"]]],[\"z-myz-list-item.cjs\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-typography.cjs\",[[1,\"z-typography\",{\"level\":[1],\"variant\":[1],\"component\":[1]}]]],[\"z-link.cjs\",[[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[516],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}]]],[\"z-pocket_3.cjs\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]]],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-myz-card_4.cjs\",[[1,\"z-myz-card\",{\"faded\":[4],\"cardtype\":[1],\"ispressed\":[4],\"ishighlighted\":[4]}],[1,\"z-myz-card-body\"],[1,\"z-myz-card-cover\",{\"img\":[1],\"titolo\":[1],\"faded\":[4],\"defaultimg\":[1]}],[1,\"z-myz-card-header\",{\"titolo\":[1],\"faded\":[4],\"cardtype\":[1],\"allowTooltip\":[32]}]]],[\"z-popover.cjs\",[[1,\"z-popover\",{\"position\":[513],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"showArrow\":[516,\"show-arrow\"],\"center\":[516],\"closable\":[4],\"currentPosition\":[32]},[[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]]]]]"), options);
17
+ return index.bootstrapLazy(JSON.parse("[[\"z-app-header_11.cjs\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"enableSearch\":[516,\"enable-search\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"searchPageUrl\":[1,\"search-page-url\"],\"_stuck\":[32],\"currentViewport\":[32],\"menuLength\":[32]},[[9,\"resize\",\"evaluateViewport\"]]],[1,\"z-searchbar\",{\"htmlid\":[513],\"preventSubmit\":[4,\"prevent-submit\"],\"value\":[1],\"placeholder\":[1],\"autocomplete\":[4],\"autocompleteMinChars\":[2,\"autocomplete-min-chars\"],\"resultsCount\":[2,\"results-count\"],\"resultsEllipsis\":[4,\"results-ellipsis\"],\"searchHelperLabel\":[1,\"search-helper-label\"],\"resultsItems\":[1,\"results-items\"],\"sortResultsItems\":[4,\"sort-results-items\"],\"showSearchButton\":[4,\"show-search-button\"],\"searchButtonIconOnly\":[4,\"search-button-icon-only\"],\"size\":[1],\"variant\":[1],\"searchString\":[32],\"currResultsCount\":[32],\"showResults\":[32]},[[4,\"click\",\"handleOutsideClick\"]]],[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513],\"skipLoadAnimation\":[1028,\"skip-load-animation\"]}],[1,\"z-list-element\",{\"alignButton\":[513,\"align-button\"],\"clickable\":[516],\"dividerColor\":[1,\"divider-color\"],\"dividerType\":[1,\"divider-type\"],\"dividerSize\":[1,\"divider-size\"],\"expandable\":[516],\"expandableStyle\":[1,\"expandable-style\"],\"listElementId\":[514,\"list-element-id\"],\"size\":[513],\"color\":[513],\"disabled\":[516],\"isContextualMenu\":[516,\"is-contextual-menu\"],\"listElementPosition\":[513,\"list-element-position\"],\"listType\":[513,\"list-type\"],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list\",{\"size\":[513],\"listType\":[513,\"list-type\"]}],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"],\"listType\":[513,\"list-type\"]}],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"value\":[1025],\"disabled\":[516],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"labelPosition\":[1,\"label-position\"],\"autocomplete\":[1],\"hasclearicon\":[4],\"icon\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"pattern\":[1],\"size\":[513],\"isTyping\":[32],\"passwordHidden\":[32],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[1,\"z-input-message\",{\"message\":[1],\"status\":[513],\"statusRole\":[32]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[6,\"z-button\",{\"ariaLabel\":[513,\"aria-label\"],\"href\":[1],\"target\":[1],\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-select.cjs\",[[2,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"autocomplete\":[4],\"noresultslabel\":[1],\"hasGroupItems\":[4,\"has-group-items\"],\"isfixed\":[4],\"resetItem\":[1,\"reset-item\"],\"size\":[1],\"isOpen\":[32],\"selectedItem\":[32],\"searchString\":[32],\"getSelectedItem\":[64],\"getValue\":[64],\"setValue\":[64]}]]],[\"z-breadcrumb.cjs\",[[1,\"z-breadcrumb\",{\"pathStyle\":[513,\"path-style\"],\"homepageVariant\":[1,\"homepage-variant\"],\"maxNodesToShow\":[2,\"max-nodes-to-show\"],\"preventFollowUrl\":[4,\"prevent-follow-url\"],\"overflowMenuItemRows\":[2,\"overflow-menu-item-rows\"],\"truncateChar\":[2,\"truncate-char\"],\"viewPortWidth\":[32],\"hasOverflow\":[32],\"popoverEllipsisOpen\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"z-combobox.cjs\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"disabled\":[516],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"hasgroupitems\":[4],\"size\":[1],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32]},[[0,\"inputCheck\",\"inputCheckListener\"]]]]],[\"z-contextual-menu.cjs\",[[1,\"z-contextual-menu\",{\"elements\":[1],\"color\":[1],\"popoverPosition\":[513,\"popover-position\"]}]]],[\"z-myz-card-dictionary.cjs\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-file-upload.cjs\",[[1,\"z-file-upload\",{\"type\":[513],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"files\":[32],\"invalidFiles\":[32],\"getFiles\":[64]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-messages-pocket.cjs\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-pagination.cjs\",[[0,\"z-pagination\",{\"label\":[1],\"navArrows\":[4,\"nav-arrows\"],\"totalPages\":[2,\"total-pages\"],\"skip\":[2],\"edges\":[4],\"split\":[2],\"visiblePages\":[2,\"visible-pages\"],\"currentPage\":[1026,\"current-page\"],\"goToPage\":[4,\"go-to-page\"],\"_visiblePages\":[32],\"isMobile\":[32],\"goToPageValue\":[32]},[[9,\"resize\",\"onResize\"]]]]],[\"z-table-header-row.cjs\",[[4,\"z-table-header-row\",{\"expandable\":[516]}]]],[\"z-carousel.cjs\",[[4,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"label\":[1],\"single\":[4],\"arrowsPosition\":[1,\"arrows-position\"],\"progressMode\":[1,\"progress-mode\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"],\"current\":[32],\"items\":[32],\"highlightedIndicator\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]}]]],[\"z-date-picker.cjs\",[[4,\"z-date-picker\",{\"datePickerId\":[1,\"date-picker-id\"],\"ariaLabel\":[1,\"aria-label\"],\"label\":[1],\"mode\":[1],\"flatpickrPosition\":[32],\"inputError\":[32]},[[18,\"keydown\",\"handleKeyDown\"]]]]],[\"z-file.cjs\",[[2,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"fileName\":[1,\"file-name\"],\"allowPopover\":[32],\"popoverVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-range-picker.cjs\",[[0,\"z-range-picker\",{\"rangePickerId\":[1,\"range-picker-id\"],\"firstAriaLabel\":[1,\"first-aria-label\"],\"firstLabel\":[1,\"first-label\"],\"secondAriaLabel\":[1,\"second-aria-label\"],\"secondLabel\":[1,\"second-label\"],\"mode\":[1],\"flatpickrPosition\":[32],\"activeInput\":[32],\"firstInputError\":[32],\"lastInputError\":[32]},[[18,\"click\",\"handleClick\"],[18,\"keyup\",\"handleKeyDown\"]]]]],[\"z-table-deprecated.cjs\",[[4,\"z-table-deprecated\",{\"lines\":[514],\"errorMessage\":[1,\"error-message\"],\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"error\":[4],\"errorLink\":[1,\"error-link\"],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]]]],[\"z-table-row.cjs\",[[4,\"z-table-row\",{\"expandedType\":[513,\"expanded-type\"],\"expanded\":[32]}]]],[\"z-td.cjs\",[[1,\"z-td\",{\"colspan\":[2],\"sticky\":[516],\"showMenu\":[513,\"show-menu\"],\"isMenuOpen\":[32]}]]],[\"z-th.cjs\",[[1,\"z-th\",{\"colspan\":[2],\"showMenu\":[513,\"show-menu\"],\"sticky\":[516],\"sortDirection\":[1025,\"sort-direction\"],\"isMenuOpen\":[32]}]]],[\"z-anchor-navigation.cjs\",[[4,\"z-anchor-navigation\",{\"hideUnselected\":[516,\"hide-unselected\"],\"collapsed\":[32]}]]],[\"z-myz-card-alert.cjs\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info.cjs\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-myz-list.cjs\",[[1,\"z-myz-list\",{\"inputrawdata\":[1],\"list\":[1040]}]]],[\"z-otp.cjs\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-panel-elem.cjs\",[[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descrSlotName\":[1,\"descr-slot-name\"]}]]],[\"z-skip-to-content.cjs\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-body.cjs\",[[1,\"z-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-book-card.cjs\",[[1,\"z-book-card\",{\"variant\":[1],\"cover\":[1],\"operaTitle\":[1,\"opera-title\"],\"volumeTitle\":[1,\"volume-title\"],\"authors\":[1],\"isbn\":[1],\"ribbon\":[1],\"borderless\":[4],\"fallbackCover\":[1,\"fallback-cover\"],\"operaTitleTag\":[1,\"opera-title-tag\"],\"isMobile\":[32],\"hasResources\":[32],\"showResources\":[32]}]]],[\"z-button-sort.cjs\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-card.cjs\",[[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"showShadow\":[516,\"show-shadow\"],\"clickable\":[516],\"hasCoverImage\":[32]}]]],[\"z-heading.cjs\",[[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-info-box.cjs\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-info-reveal.cjs\",[[1,\"z-info-reveal\",{\"icon\":[1],\"position\":[513],\"label\":[1],\"open\":[32],\"currentIndex\":[32]}]]],[\"z-menu.cjs\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"verticalContext\":[516,\"vertical-context\"],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-menu-section.cjs\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon.cjs\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tab.cjs\",[[0,\"z-navigation-tab\",{\"ariaControls\":[1,\"aria-controls\"],\"tabId\":[1,\"tab-id\"],\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"icon\":[1],\"label\":[1],\"htmlTitle\":[1,\"html-title\"]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tab-link.cjs\",[[0,\"z-navigation-tab-link\",{\"ariaControls\":[1,\"aria-controls\"],\"tabId\":[1,\"tab-id\"],\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"htmlTitle\":[1,\"html-title\"],\"target\":[1],\"href\":[1],\"icon\":[1],\"label\":[1]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tabs.cjs\",[[1,\"z-navigation-tabs\",{\"ariaLabel\":[1,\"aria-label\"],\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32],\"tabFocus\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"onTabSelected\"],[0,\"keydown\",\"navigateThroughTabs\"]]]]],[\"z-notification.cjs\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-pocket-message.cjs\",[[1,\"z-pocket-message\"]]],[\"z-section-title.cjs\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow.cjs\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"z-tag.cjs\",[[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}]]],[\"z-toast-notification.cjs\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32]}]]],[\"z-toggle-button.cjs\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-toggle-switch.cjs\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-tooltip.cjs\",[[1,\"z-tooltip\",{\"position\":[513],\"dark\":[516],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"closable\":[4]},[[0,\"openChange\",\"onPopoverOpenChange\"]]]]],[\"z-tr.cjs\",[[1,\"z-tr\",{\"expandable\":[516],\"expanded\":[32],\"expandableContentId\":[32]},[[0,\"colspanchange\",\"updateColumns\"]]]]],[\"z-aria-alert.cjs\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar.cjs\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-cover-hero.cjs\",[[1,\"z-cover-hero\",{\"variant\":[513],\"contentPosition\":[513,\"content-position\"],\"preserveAspectRatio\":[516,\"preserve-aspect-ratio\"]},[[2,\"load\",\"onImgLoad\"]]]]],[\"z-logo.cjs\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}]]],[\"z-myz-card-footer.cjs\",[[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"customContent\":[4,\"custom-content\"],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]]]],[\"z-myz-card-footer-sections.cjs\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list.cjs\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-stepper.cjs\",[[1,\"z-stepper\"]]],[\"z-stepper-item.cjs\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table.cjs\",[[1,\"z-table\",{\"bordered\":[516],\"expandable\":[32]}]]],[\"z-table-body.cjs\",[[6,\"z-table-body\"]]],[\"z-table-expanded-row.cjs\",[[1,\"z-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}]]],[\"z-table-footer.cjs\",[[6,\"z-table-footer\"]]],[\"z-table-head.cjs\",[[6,\"z-table-head\"]]],[\"z-table-sticky-footer.cjs\",[[6,\"z-table-sticky-footer\"]]],[\"z-tbody.cjs\",[[1,\"z-tbody\"]]],[\"z-tfoot.cjs\",[[1,\"z-tfoot\",{\"sticky\":[516]}]]],[\"z-thead.cjs\",[[1,\"z-thead\",{\"sticky\":[516]}]]],[\"z-toast-notification-list.cjs\",[[1,\"z-toast-notification-list\",{\"position\":[513],\"newestontop\":[4]}]]],[\"z-visually-hidden.cjs\",[[1,\"z-visually-hidden\"]]],[\"z-table-header.cjs\",[[1,\"z-table-header\",{\"columnId\":[1,\"column-id\"],\"padding\":[513],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortDirection\":[1025,\"sort-direction\"]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]]]],[\"z-table-cell.cjs\",[[1,\"z-table-cell\",{\"showButton\":[4,\"show-button\"],\"padding\":[513],\"isMenuOpened\":[32]}]]],[\"z-chip.cjs\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-alert.cjs\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-ghost-loading.cjs\",[[1,\"z-ghost-loading\"]]],[\"z-table-empty-box.cjs\",[[6,\"z-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}]]],[\"z-dragdrop-area_2.cjs\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"],\"alertdialog\":[4],\"closable\":[4],\"open\":[64],\"close\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]],[1,\"z-dragdrop-area\"]]],[\"z-link.cjs\",[[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[516],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}]]],[\"z-myz-list-item.cjs\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-typography.cjs\",[[1,\"z-typography\",{\"level\":[1],\"variant\":[1],\"component\":[1]}]]],[\"z-pocket_3.cjs\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]]],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-myz-card_4.cjs\",[[1,\"z-myz-card\",{\"faded\":[4],\"cardtype\":[1],\"ispressed\":[4],\"ishighlighted\":[4]}],[1,\"z-myz-card-body\"],[1,\"z-myz-card-cover\",{\"img\":[1],\"titolo\":[1],\"faded\":[4],\"defaultimg\":[1]}],[1,\"z-myz-card-header\",{\"titolo\":[1],\"faded\":[4],\"cardtype\":[1],\"allowTooltip\":[32]}]]],[\"z-popover.cjs\",[[1,\"z-popover\",{\"position\":[513],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"showArrow\":[516,\"show-arrow\"],\"center\":[516],\"closable\":[4],\"currentPosition\":[32]},[[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]]]]]"), options);
18
18
  });
19
19
  };
20
20
 
@@ -15,5 +15,5 @@ const patchBrowser = () => {
15
15
  };
16
16
 
17
17
  patchBrowser().then(options => {
18
- return index.bootstrapLazy(JSON.parse("[[\"z-app-header_11.cjs\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"enableSearch\":[516,\"enable-search\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"searchPageUrl\":[1,\"search-page-url\"],\"_stuck\":[32],\"currentViewport\":[32],\"menuLength\":[32]},[[9,\"resize\",\"evaluateViewport\"]]],[1,\"z-searchbar\",{\"htmlid\":[513],\"preventSubmit\":[4,\"prevent-submit\"],\"value\":[1],\"placeholder\":[1],\"autocomplete\":[4],\"autocompleteMinChars\":[2,\"autocomplete-min-chars\"],\"resultsCount\":[2,\"results-count\"],\"resultsEllipsis\":[4,\"results-ellipsis\"],\"searchHelperLabel\":[1,\"search-helper-label\"],\"resultsItems\":[1,\"results-items\"],\"sortResultsItems\":[4,\"sort-results-items\"],\"showSearchButton\":[4,\"show-search-button\"],\"searchButtonIconOnly\":[4,\"search-button-icon-only\"],\"size\":[1],\"variant\":[1],\"searchString\":[32],\"currResultsCount\":[32],\"showResults\":[32]},[[4,\"click\",\"handleOutsideClick\"]]],[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513],\"skipLoadAnimation\":[1028,\"skip-load-animation\"]}],[1,\"z-list-element\",{\"alignButton\":[513,\"align-button\"],\"clickable\":[516],\"dividerColor\":[1,\"divider-color\"],\"dividerType\":[1,\"divider-type\"],\"dividerSize\":[1,\"divider-size\"],\"expandable\":[516],\"expandableStyle\":[1,\"expandable-style\"],\"listElementId\":[514,\"list-element-id\"],\"size\":[513],\"color\":[513],\"disabled\":[516],\"isContextualMenu\":[516,\"is-contextual-menu\"],\"listElementPosition\":[513,\"list-element-position\"],\"listType\":[513,\"list-type\"],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list\",{\"size\":[513],\"listType\":[513,\"list-type\"]}],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"],\"listType\":[513,\"list-type\"]}],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"value\":[1025],\"disabled\":[516],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"labelPosition\":[1,\"label-position\"],\"autocomplete\":[1],\"hasclearicon\":[4],\"icon\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"pattern\":[1],\"size\":[513],\"isTyping\":[32],\"passwordHidden\":[32],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[1,\"z-input-message\",{\"message\":[1],\"status\":[513],\"statusRole\":[32]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[6,\"z-button\",{\"ariaLabel\":[513,\"aria-label\"],\"href\":[1],\"target\":[1],\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-select.cjs\",[[2,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"autocomplete\":[4],\"noresultslabel\":[1],\"hasGroupItems\":[4,\"has-group-items\"],\"isfixed\":[4],\"resetItem\":[1,\"reset-item\"],\"size\":[1],\"isOpen\":[32],\"selectedItem\":[32],\"searchString\":[32],\"getSelectedItem\":[64],\"getValue\":[64],\"setValue\":[64]}]]],[\"z-breadcrumb.cjs\",[[1,\"z-breadcrumb\",{\"pathStyle\":[513,\"path-style\"],\"homepageVariant\":[1,\"homepage-variant\"],\"maxNodesToShow\":[2,\"max-nodes-to-show\"],\"preventFollowUrl\":[4,\"prevent-follow-url\"],\"overflowMenuItemRows\":[2,\"overflow-menu-item-rows\"],\"truncateChar\":[2,\"truncate-char\"],\"viewPortWidth\":[32],\"hasOverflow\":[32],\"popoverEllipsisOpen\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"z-combobox.cjs\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"disabled\":[516],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"hasgroupitems\":[4],\"size\":[1],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32]},[[0,\"inputCheck\",\"inputCheckListener\"]]]]],[\"z-contextual-menu.cjs\",[[1,\"z-contextual-menu\",{\"elements\":[1],\"color\":[1],\"popoverPosition\":[513,\"popover-position\"]}]]],[\"z-myz-card-dictionary.cjs\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-file-upload.cjs\",[[1,\"z-file-upload\",{\"type\":[513],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"files\":[32],\"invalidFiles\":[32],\"getFiles\":[64]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-messages-pocket.cjs\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-pagination.cjs\",[[0,\"z-pagination\",{\"label\":[1],\"navArrows\":[4,\"nav-arrows\"],\"totalPages\":[2,\"total-pages\"],\"skip\":[2],\"edges\":[4],\"split\":[2],\"visiblePages\":[2,\"visible-pages\"],\"currentPage\":[1026,\"current-page\"],\"goToPage\":[4,\"go-to-page\"],\"_visiblePages\":[32],\"isMobile\":[32],\"goToPageValue\":[32]},[[9,\"resize\",\"onResize\"]]]]],[\"z-table-header-row.cjs\",[[4,\"z-table-header-row\",{\"expandable\":[516]}]]],[\"z-carousel.cjs\",[[4,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"label\":[1],\"single\":[4],\"arrowsPosition\":[1,\"arrows-position\"],\"progressMode\":[1,\"progress-mode\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"],\"current\":[32],\"items\":[32],\"highlightedIndicator\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]}]]],[\"z-date-picker.cjs\",[[4,\"z-date-picker\",{\"datePickerId\":[1,\"date-picker-id\"],\"ariaLabel\":[1,\"aria-label\"],\"label\":[1],\"mode\":[1],\"flatpickrPosition\":[32],\"inputError\":[32]},[[18,\"keydown\",\"handleKeyDown\"]]]]],[\"z-file.cjs\",[[2,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"fileName\":[1,\"file-name\"],\"allowPopover\":[32],\"popoverVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-range-picker.cjs\",[[0,\"z-range-picker\",{\"rangePickerId\":[1,\"range-picker-id\"],\"firstAriaLabel\":[1,\"first-aria-label\"],\"firstLabel\":[1,\"first-label\"],\"secondAriaLabel\":[1,\"second-aria-label\"],\"secondLabel\":[1,\"second-label\"],\"mode\":[1],\"flatpickrPosition\":[32],\"activeInput\":[32],\"firstInputError\":[32],\"lastInputError\":[32]},[[18,\"click\",\"handleClick\"],[18,\"keyup\",\"handleKeyDown\"]]]]],[\"z-table-deprecated.cjs\",[[4,\"z-table-deprecated\",{\"lines\":[514],\"errorMessage\":[1,\"error-message\"],\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"error\":[4],\"errorLink\":[1,\"error-link\"],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]]]],[\"z-table-row.cjs\",[[4,\"z-table-row\",{\"expandedType\":[513,\"expanded-type\"],\"expanded\":[32]}]]],[\"z-td.cjs\",[[1,\"z-td\",{\"colspan\":[2],\"sticky\":[516],\"showMenu\":[513,\"show-menu\"],\"isMenuOpen\":[32]}]]],[\"z-th.cjs\",[[1,\"z-th\",{\"colspan\":[2],\"showMenu\":[513,\"show-menu\"],\"sticky\":[516],\"sortDirection\":[1025,\"sort-direction\"],\"isMenuOpen\":[32]}]]],[\"z-anchor-navigation.cjs\",[[4,\"z-anchor-navigation\",{\"hideUnselected\":[516,\"hide-unselected\"],\"collapsed\":[32]}]]],[\"z-book-card.cjs\",[[1,\"z-book-card\",{\"variant\":[1],\"cover\":[1],\"operaTitle\":[1,\"opera-title\"],\"volumeTitle\":[1,\"volume-title\"],\"authors\":[1],\"isbn\":[1],\"ribbon\":[1],\"borderless\":[4],\"fallbackCover\":[1,\"fallback-cover\"],\"operaTitleTag\":[1,\"opera-title-tag\"],\"isMobile\":[32],\"hasResources\":[32],\"showResources\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleResize\"]]]]],[\"z-myz-card-alert.cjs\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info.cjs\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-myz-list.cjs\",[[1,\"z-myz-list\",{\"inputrawdata\":[1],\"list\":[1040]}]]],[\"z-otp.cjs\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-panel-elem.cjs\",[[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descrSlotName\":[1,\"descr-slot-name\"]}]]],[\"z-skip-to-content.cjs\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-body.cjs\",[[1,\"z-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-button-sort.cjs\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-card.cjs\",[[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"showShadow\":[516,\"show-shadow\"],\"clickable\":[516],\"hasCoverImage\":[32]}]]],[\"z-heading.cjs\",[[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-info-box.cjs\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-info-reveal.cjs\",[[1,\"z-info-reveal\",{\"icon\":[1],\"position\":[513],\"label\":[1],\"open\":[32],\"currentIndex\":[32]}]]],[\"z-menu.cjs\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"verticalContext\":[516,\"vertical-context\"],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-menu-section.cjs\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon.cjs\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tab.cjs\",[[0,\"z-navigation-tab\",{\"ariaControls\":[1,\"aria-controls\"],\"tabId\":[1,\"tab-id\"],\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"icon\":[1],\"label\":[1],\"htmlTitle\":[1,\"html-title\"]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tab-link.cjs\",[[0,\"z-navigation-tab-link\",{\"ariaControls\":[1,\"aria-controls\"],\"tabId\":[1,\"tab-id\"],\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"htmlTitle\":[1,\"html-title\"],\"target\":[1],\"href\":[1],\"icon\":[1],\"label\":[1]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tabs.cjs\",[[1,\"z-navigation-tabs\",{\"ariaLabel\":[1,\"aria-label\"],\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32],\"tabFocus\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"onTabSelected\"],[0,\"keydown\",\"navigateThroughTabs\"]]]]],[\"z-notification.cjs\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-pocket-message.cjs\",[[1,\"z-pocket-message\"]]],[\"z-section-title.cjs\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow.cjs\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"z-tag.cjs\",[[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}]]],[\"z-toast-notification.cjs\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32]}]]],[\"z-toggle-button.cjs\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-toggle-switch.cjs\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-tooltip.cjs\",[[1,\"z-tooltip\",{\"position\":[513],\"dark\":[516],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"closable\":[4]},[[0,\"openChange\",\"onPopoverOpenChange\"]]]]],[\"z-tr.cjs\",[[1,\"z-tr\",{\"expandable\":[516],\"expanded\":[32],\"expandableContentId\":[32]},[[0,\"colspanchange\",\"updateColumns\"]]]]],[\"z-aria-alert.cjs\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar.cjs\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-cover-hero.cjs\",[[1,\"z-cover-hero\",{\"variant\":[513],\"contentPosition\":[513,\"content-position\"],\"preserveAspectRatio\":[516,\"preserve-aspect-ratio\"]},[[2,\"load\",\"onImgLoad\"]]]]],[\"z-logo.cjs\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}]]],[\"z-myz-card-footer.cjs\",[[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"customContent\":[4,\"custom-content\"],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]]]],[\"z-myz-card-footer-sections.cjs\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list.cjs\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-stepper.cjs\",[[1,\"z-stepper\"]]],[\"z-stepper-item.cjs\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table.cjs\",[[1,\"z-table\",{\"bordered\":[516],\"expandable\":[32]}]]],[\"z-table-body.cjs\",[[6,\"z-table-body\"]]],[\"z-table-expanded-row.cjs\",[[1,\"z-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}]]],[\"z-table-footer.cjs\",[[6,\"z-table-footer\"]]],[\"z-table-head.cjs\",[[6,\"z-table-head\"]]],[\"z-table-sticky-footer.cjs\",[[6,\"z-table-sticky-footer\"]]],[\"z-tbody.cjs\",[[1,\"z-tbody\"]]],[\"z-tfoot.cjs\",[[1,\"z-tfoot\",{\"sticky\":[516]}]]],[\"z-thead.cjs\",[[1,\"z-thead\",{\"sticky\":[516]}]]],[\"z-toast-notification-list.cjs\",[[1,\"z-toast-notification-list\",{\"position\":[513],\"newestontop\":[4]}]]],[\"z-visually-hidden.cjs\",[[1,\"z-visually-hidden\"]]],[\"z-table-header.cjs\",[[1,\"z-table-header\",{\"columnId\":[1,\"column-id\"],\"padding\":[513],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortDirection\":[1025,\"sort-direction\"]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]]]],[\"z-table-cell.cjs\",[[1,\"z-table-cell\",{\"showButton\":[4,\"show-button\"],\"padding\":[513],\"isMenuOpened\":[32]}]]],[\"z-chip.cjs\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-alert.cjs\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-ghost-loading.cjs\",[[1,\"z-ghost-loading\"]]],[\"z-table-empty-box.cjs\",[[6,\"z-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}]]],[\"z-dragdrop-area_2.cjs\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"],\"alertdialog\":[4],\"closable\":[4],\"open\":[64],\"close\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]],[1,\"z-dragdrop-area\"]]],[\"z-myz-list-item.cjs\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-typography.cjs\",[[1,\"z-typography\",{\"level\":[1],\"variant\":[1],\"component\":[1]}]]],[\"z-link.cjs\",[[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[516],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}]]],[\"z-pocket_3.cjs\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]]],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-myz-card_4.cjs\",[[1,\"z-myz-card\",{\"faded\":[4],\"cardtype\":[1],\"ispressed\":[4],\"ishighlighted\":[4]}],[1,\"z-myz-card-body\"],[1,\"z-myz-card-cover\",{\"img\":[1],\"titolo\":[1],\"faded\":[4],\"defaultimg\":[1]}],[1,\"z-myz-card-header\",{\"titolo\":[1],\"faded\":[4],\"cardtype\":[1],\"allowTooltip\":[32]}]]],[\"z-popover.cjs\",[[1,\"z-popover\",{\"position\":[513],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"showArrow\":[516,\"show-arrow\"],\"center\":[516],\"closable\":[4],\"currentPosition\":[32]},[[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]]]]]"), options);
18
+ return index.bootstrapLazy(JSON.parse("[[\"z-app-header_11.cjs\",[[1,\"z-app-header\",{\"stuck\":[516],\"hero\":[1],\"overlay\":[516],\"flow\":[513],\"drawerOpen\":[516,\"drawer-open\"],\"enableSearch\":[516,\"enable-search\"],\"searchPlaceholder\":[1,\"search-placeholder\"],\"searchPageUrl\":[1,\"search-page-url\"],\"_stuck\":[32],\"currentViewport\":[32],\"menuLength\":[32]},[[9,\"resize\",\"evaluateViewport\"]]],[1,\"z-searchbar\",{\"htmlid\":[513],\"preventSubmit\":[4,\"prevent-submit\"],\"value\":[1],\"placeholder\":[1],\"autocomplete\":[4],\"autocompleteMinChars\":[2,\"autocomplete-min-chars\"],\"resultsCount\":[2,\"results-count\"],\"resultsEllipsis\":[4,\"results-ellipsis\"],\"searchHelperLabel\":[1,\"search-helper-label\"],\"resultsItems\":[1,\"results-items\"],\"sortResultsItems\":[4,\"sort-results-items\"],\"showSearchButton\":[4,\"show-search-button\"],\"searchButtonIconOnly\":[4,\"search-button-icon-only\"],\"size\":[1],\"variant\":[1],\"searchString\":[32],\"currResultsCount\":[32],\"showResults\":[32]},[[4,\"click\",\"handleOutsideClick\"]]],[6,\"z-offcanvas\",{\"variant\":[513],\"open\":[1540],\"transitiondirection\":[513],\"skipLoadAnimation\":[1028,\"skip-load-animation\"]}],[1,\"z-list-element\",{\"alignButton\":[513,\"align-button\"],\"clickable\":[516],\"dividerColor\":[1,\"divider-color\"],\"dividerType\":[1,\"divider-type\"],\"dividerSize\":[1,\"divider-size\"],\"expandable\":[516],\"expandableStyle\":[1,\"expandable-style\"],\"listElementId\":[514,\"list-element-id\"],\"size\":[513],\"color\":[513],\"disabled\":[516],\"isContextualMenu\":[516,\"is-contextual-menu\"],\"listElementPosition\":[513,\"list-element-position\"],\"listType\":[513,\"list-type\"],\"showInnerContent\":[32]},[[4,\"accessibleFocus\",\"accessibleFocusHandler\"]]],[1,\"z-list\",{\"size\":[513],\"listType\":[513,\"list-type\"]}],[1,\"z-list-group\",{\"size\":[513],\"dividerType\":[513,\"divider-type\"],\"dividerSize\":[513,\"divider-size\"],\"dividerColor\":[513,\"divider-color\"],\"listType\":[513,\"list-type\"]}],[2,\"z-input\",{\"htmlid\":[1],\"type\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"value\":[1025],\"disabled\":[516],\"readonly\":[4],\"required\":[4],\"checked\":[1028],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"labelPosition\":[1,\"label-position\"],\"autocomplete\":[1],\"hasclearicon\":[4],\"icon\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"pattern\":[1],\"size\":[513],\"isTyping\":[32],\"passwordHidden\":[32],\"isChecked\":[64]},[[4,\"inputCheck\",\"inputCheckListener\"]]],[1,\"z-input-message\",{\"message\":[1],\"status\":[513],\"statusRole\":[32]}],[2,\"z-divider\",{\"size\":[1],\"color\":[1],\"orientation\":[1]}],[6,\"z-button\",{\"ariaLabel\":[513,\"aria-label\"],\"href\":[1],\"target\":[1],\"htmlid\":[1],\"name\":[1],\"disabled\":[516],\"type\":[1],\"variant\":[513],\"icon\":[1],\"size\":[513]}],[1,\"z-icon\",{\"name\":[1],\"height\":[2],\"width\":[2],\"iconid\":[1],\"fill\":[1]}]]],[\"z-select.cjs\",[[2,\"z-select\",{\"htmlid\":[1],\"items\":[1],\"name\":[1],\"label\":[1],\"ariaLabel\":[1,\"aria-label\"],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"htmltitle\":[1],\"status\":[1],\"message\":[8],\"autocomplete\":[4],\"noresultslabel\":[1],\"hasGroupItems\":[4,\"has-group-items\"],\"isfixed\":[4],\"resetItem\":[1,\"reset-item\"],\"size\":[1],\"isOpen\":[32],\"selectedItem\":[32],\"searchString\":[32],\"getSelectedItem\":[64],\"getValue\":[64],\"setValue\":[64]}]]],[\"z-breadcrumb.cjs\",[[1,\"z-breadcrumb\",{\"pathStyle\":[513,\"path-style\"],\"homepageVariant\":[1,\"homepage-variant\"],\"maxNodesToShow\":[2,\"max-nodes-to-show\"],\"preventFollowUrl\":[4,\"prevent-follow-url\"],\"overflowMenuItemRows\":[2,\"overflow-menu-item-rows\"],\"truncateChar\":[2,\"truncate-char\"],\"viewPortWidth\":[32],\"hasOverflow\":[32],\"popoverEllipsisOpen\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"z-combobox.cjs\",[[1,\"z-combobox\",{\"inputid\":[1],\"items\":[1],\"label\":[1],\"disabled\":[516],\"hassearch\":[4],\"searchlabel\":[1],\"searchplaceholder\":[1],\"searchtitle\":[1],\"noresultslabel\":[1],\"isopen\":[1028],\"isfixed\":[4],\"closesearchtext\":[1],\"hascheckall\":[4],\"checkalltext\":[1],\"uncheckalltext\":[1],\"maxcheckableitems\":[2],\"hasgroupitems\":[4],\"size\":[1],\"searchValue\":[32],\"selectedCounter\":[32],\"renderItemsList\":[32]},[[0,\"inputCheck\",\"inputCheckListener\"]]]]],[\"z-contextual-menu.cjs\",[[1,\"z-contextual-menu\",{\"elements\":[1],\"color\":[1],\"popoverPosition\":[513,\"popover-position\"]}]]],[\"z-myz-card-dictionary.cjs\",[[1,\"z-myz-card-dictionary\",{\"name\":[1],\"cover\":[1],\"disabled\":[4],\"flipped\":[1028],\"flipbuttonlabel\":[1],\"hideinfobtn\":[4]},[[0,\"flipCard\",\"handleFlipCard\"]]]]],[\"z-file-upload.cjs\",[[1,\"z-file-upload\",{\"type\":[513],\"buttonVariant\":[1,\"button-variant\"],\"acceptedFormat\":[1,\"accepted-format\"],\"fileMaxSize\":[2,\"file-max-size\"],\"mainTitle\":[1,\"main-title\"],\"description\":[1],\"files\":[32],\"invalidFiles\":[32],\"getFiles\":[64]},[[0,\"removeFile\",\"removeFileListener\"],[0,\"fileDropped\",\"fileDroppedListener\"]]]]],[\"z-messages-pocket.cjs\",[[1,\"z-messages-pocket\",{\"pocketid\":[1],\"messages\":[2],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]]]],[\"z-pagination.cjs\",[[0,\"z-pagination\",{\"label\":[1],\"navArrows\":[4,\"nav-arrows\"],\"totalPages\":[2,\"total-pages\"],\"skip\":[2],\"edges\":[4],\"split\":[2],\"visiblePages\":[2,\"visible-pages\"],\"currentPage\":[1026,\"current-page\"],\"goToPage\":[4,\"go-to-page\"],\"_visiblePages\":[32],\"isMobile\":[32],\"goToPageValue\":[32]},[[9,\"resize\",\"onResize\"]]]]],[\"z-table-header-row.cjs\",[[4,\"z-table-header-row\",{\"expandable\":[516]}]]],[\"z-carousel.cjs\",[[4,\"z-carousel\",{\"isLoading\":[4,\"is-loading\"],\"label\":[1],\"single\":[4],\"arrowsPosition\":[1,\"arrows-position\"],\"progressMode\":[1,\"progress-mode\"],\"ghostLoadingHeight\":[2,\"ghost-loading-height\"],\"current\":[32],\"items\":[32],\"highlightedIndicator\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32]}]]],[\"z-date-picker.cjs\",[[4,\"z-date-picker\",{\"datePickerId\":[1,\"date-picker-id\"],\"ariaLabel\":[1,\"aria-label\"],\"label\":[1],\"mode\":[1],\"flatpickrPosition\":[32],\"inputError\":[32]},[[18,\"keydown\",\"handleKeyDown\"]]]]],[\"z-file.cjs\",[[2,\"z-file\",{\"fileNumber\":[2,\"file-number\"],\"fileName\":[1,\"file-name\"],\"allowPopover\":[32],\"popoverVisible\":[32]},[[1,\"mouseover\",\"onMouseOver\"],[1,\"mouseleave\",\"onMouseLeave\"],[0,\"interactiveIconClick\",\"onInteractiveIconClick\"]]]]],[\"z-range-picker.cjs\",[[0,\"z-range-picker\",{\"rangePickerId\":[1,\"range-picker-id\"],\"firstAriaLabel\":[1,\"first-aria-label\"],\"firstLabel\":[1,\"first-label\"],\"secondAriaLabel\":[1,\"second-aria-label\"],\"secondLabel\":[1,\"second-label\"],\"mode\":[1],\"flatpickrPosition\":[32],\"activeInput\":[32],\"firstInputError\":[32],\"lastInputError\":[32]},[[18,\"click\",\"handleClick\"],[18,\"keyup\",\"handleKeyDown\"]]]]],[\"z-table-deprecated.cjs\",[[4,\"z-table-deprecated\",{\"lines\":[514],\"errorMessage\":[1,\"error-message\"],\"bordered\":[4],\"callToActionLabel\":[1,\"call-to-action-label\"],\"callToActionTwoLabel\":[1,\"call-to-action-two-label\"],\"columnSticky\":[4,\"column-sticky\"],\"empty\":[4],\"error\":[4],\"errorLink\":[1,\"error-link\"],\"headerSticky\":[4,\"header-sticky\"],\"message\":[1],\"subtitle\":[1],\"hasTableBody\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[8,\"orientationchange\",\"handleOrientationChange\"]]]]],[\"z-table-row.cjs\",[[4,\"z-table-row\",{\"expandedType\":[513,\"expanded-type\"],\"expanded\":[32]}]]],[\"z-td.cjs\",[[1,\"z-td\",{\"colspan\":[2],\"sticky\":[516],\"showMenu\":[513,\"show-menu\"],\"isMenuOpen\":[32]}]]],[\"z-th.cjs\",[[1,\"z-th\",{\"colspan\":[2],\"showMenu\":[513,\"show-menu\"],\"sticky\":[516],\"sortDirection\":[1025,\"sort-direction\"],\"isMenuOpen\":[32]}]]],[\"z-anchor-navigation.cjs\",[[4,\"z-anchor-navigation\",{\"hideUnselected\":[516,\"hide-unselected\"],\"collapsed\":[32]}]]],[\"z-myz-card-alert.cjs\",[[1,\"z-myz-card-alert\",{\"iconname\":[1],\"contenttext\":[1],\"actiontext\":[1],\"type\":[1]}]]],[\"z-myz-card-info.cjs\",[[1,\"z-myz-card-info\",{\"data\":[1],\"htmltabindex\":[2],\"hiddenContent\":[32],\"tooltip\":[32]}]]],[\"z-myz-list.cjs\",[[1,\"z-myz-list\",{\"inputrawdata\":[1],\"list\":[1040]}]]],[\"z-otp.cjs\",[[1,\"z-otp\",{\"inputNum\":[2,\"input-num\"],\"status\":[1],\"message\":[1]}]]],[\"z-panel-elem.cjs\",[[1,\"z-panel-elem\",{\"elemid\":[1],\"imgurl\":[1],\"imgalt\":[1],\"linkicon\":[1],\"linklabel\":[1],\"url\":[1],\"target\":[1],\"isdisabled\":[4],\"descrSlotName\":[1,\"descr-slot-name\"]}]]],[\"z-skip-to-content.cjs\",[[2,\"z-skip-to-content\",{\"variant\":[513],\"links\":[1025],\"visible\":[32],\"visibleLink\":[32]},[[4,\"focusout\",\"handleFocusOutSkipToContent\"],[4,\"focusin\",\"handleFocusSkipToContent\"]]]]],[\"z-body.cjs\",[[1,\"z-body\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-book-card.cjs\",[[1,\"z-book-card\",{\"variant\":[1],\"cover\":[1],\"operaTitle\":[1,\"opera-title\"],\"volumeTitle\":[1,\"volume-title\"],\"authors\":[1],\"isbn\":[1],\"ribbon\":[1],\"borderless\":[4],\"fallbackCover\":[1,\"fallback-cover\"],\"operaTitleTag\":[1,\"opera-title-tag\"],\"isMobile\":[32],\"hasResources\":[32],\"showResources\":[32]}]]],[\"z-button-sort.cjs\",[[1,\"z-button-sort\",{\"buttonid\":[1],\"label\":[1],\"desclabel\":[1],\"counter\":[2],\"sortlabelasc\":[1],\"sortlabeldesc\":[1],\"isselected\":[1028],\"sortasc\":[1028],\"allowTooltip\":[32]}]]],[\"z-card.cjs\",[[1,\"z-card\",{\"variant\":[513],\"coverIcon\":[1,\"cover-icon\"],\"showShadow\":[516,\"show-shadow\"],\"clickable\":[516],\"hasCoverImage\":[32]}]]],[\"z-heading.cjs\",[[1,\"z-heading\",{\"level\":[2],\"variant\":[1],\"component\":[1]}]]],[\"z-info-box.cjs\",[[1,\"z-info-box\",{\"boxid\":[1],\"isclosable\":[4]}]]],[\"z-info-reveal.cjs\",[[1,\"z-info-reveal\",{\"icon\":[1],\"position\":[513],\"label\":[1],\"open\":[32],\"currentIndex\":[32]}]]],[\"z-menu.cjs\",[[1,\"z-menu\",{\"active\":[516],\"floating\":[516],\"open\":[1540],\"verticalContext\":[516,\"vertical-context\"],\"hasHeader\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-menu-section.cjs\",[[1,\"z-menu-section\",{\"active\":[516],\"open\":[32],\"hasContent\":[32]},[[4,\"click\",\"handleClick\"]]]]],[\"z-myz-card-icon.cjs\",[[1,\"z-myz-card-icon\",{\"icon\":[1],\"isdisabled\":[4],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-navigation-tab.cjs\",[[0,\"z-navigation-tab\",{\"ariaControls\":[1,\"aria-controls\"],\"tabId\":[1,\"tab-id\"],\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"icon\":[1],\"label\":[1],\"htmlTitle\":[1,\"html-title\"]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tab-link.cjs\",[[0,\"z-navigation-tab-link\",{\"ariaControls\":[1,\"aria-controls\"],\"tabId\":[1,\"tab-id\"],\"selected\":[1540],\"disabled\":[516],\"orientation\":[513],\"size\":[513],\"htmlTitle\":[1,\"html-title\"],\"target\":[1],\"href\":[1],\"icon\":[1],\"label\":[1]},[[0,\"click\",\"onClick\"]]]]],[\"z-navigation-tabs.cjs\",[[1,\"z-navigation-tabs\",{\"ariaLabel\":[1,\"aria-label\"],\"orientation\":[513],\"size\":[513],\"canNavigate\":[32],\"canNavigatePrev\":[32],\"canNavigateNext\":[32],\"tabFocus\":[32]},[[9,\"resize\",\"checkScrollVisible\"],[0,\"selected\",\"onTabSelected\"],[0,\"keydown\",\"navigateThroughTabs\"]]]]],[\"z-notification.cjs\",[[1,\"z-notification\",{\"contenticonname\":[1],\"actiontext\":[1],\"type\":[513],\"showclose\":[4],\"showshadow\":[516],\"sticky\":[516]}]]],[\"z-pocket-message.cjs\",[[1,\"z-pocket-message\"]]],[\"z-section-title.cjs\",[[1,\"z-section-title\",{\"dividerPosition\":[1,\"divider-position\"],\"uppercase\":[516]}]]],[\"z-slideshow.cjs\",[[1,\"z-slideshow\",{\"slideshowid\":[1],\"data\":[1],\"device\":[32],\"currentSlide\":[32]}]]],[\"z-tag.cjs\",[[6,\"z-tag\",{\"icon\":[1],\"expandable\":[4]}]]],[\"z-toast-notification.cjs\",[[1,\"z-toast-notification\",{\"heading\":[1],\"message\":[1],\"closebutton\":[4],\"autoclose\":[2],\"pauseonfocusloss\":[4],\"type\":[1],\"isdraggable\":[4],\"draggablepercentage\":[2],\"transition\":[1],\"percentage\":[32]}]]],[\"z-toggle-button.cjs\",[[1,\"z-toggle-button\",{\"label\":[1],\"isdisabled\":[4],\"avoidclick\":[4],\"opened\":[1028],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-toggle-switch.cjs\",[[6,\"z-toggle-switch\",{\"disabled\":[516],\"labelPosition\":[513,\"label-position\"],\"checked\":[1028],\"htmlid\":[1]}]]],[\"z-tooltip.cjs\",[[1,\"z-tooltip\",{\"position\":[513],\"dark\":[516],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"closable\":[4]},[[0,\"openChange\",\"onPopoverOpenChange\"]]]]],[\"z-tr.cjs\",[[1,\"z-tr\",{\"expandable\":[516],\"expanded\":[32],\"expandableContentId\":[32]},[[0,\"colspanchange\",\"updateColumns\"]]]]],[\"z-aria-alert.cjs\",[[4,\"z-aria-alert\",{\"mode\":[1]}]]],[\"z-avatar.cjs\",[[1,\"z-avatar\",{\"size\":[1],\"text\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"image\":[1025]}]]],[\"z-cover-hero.cjs\",[[1,\"z-cover-hero\",{\"variant\":[513],\"contentPosition\":[513,\"content-position\"],\"preserveAspectRatio\":[516,\"preserve-aspect-ratio\"]},[[2,\"load\",\"onImgLoad\"]]]]],[\"z-logo.cjs\",[[1,\"z-logo\",{\"width\":[2],\"height\":[2],\"imageAlt\":[1,\"image-alt\"],\"link\":[1],\"targetBlank\":[4,\"target-blank\"],\"mobileLogo\":[4,\"mobile-logo\"]}]]],[\"z-myz-card-footer.cjs\",[[1,\"z-myz-card-footer\",{\"titolo\":[1],\"autori\":[1],\"isbn\":[1],\"faded\":[4],\"cardtype\":[1],\"opened\":[4],\"customContent\":[4,\"custom-content\"],\"isOpen\":[32],\"allowTooltipAuthors\":[32]},[[0,\"toggleClick\",\"handleToggle\"]]]]],[\"z-myz-card-footer-sections.cjs\",[[1,\"z-myz-card-footer-sections\"]]],[\"z-myz-card-list.cjs\",[[1,\"z-myz-card-list\",{\"listdata\":[1]}]]],[\"z-stepper.cjs\",[[1,\"z-stepper\"]]],[\"z-stepper-item.cjs\",[[1,\"z-stepper-item\",{\"index\":[2],\"href\":[1],\"pressed\":[4],\"disabled\":[4]}]]],[\"z-table.cjs\",[[1,\"z-table\",{\"bordered\":[516],\"expandable\":[32]}]]],[\"z-table-body.cjs\",[[6,\"z-table-body\"]]],[\"z-table-expanded-row.cjs\",[[1,\"z-table-expanded-row\",{\"colSpan\":[2,\"col-span\"]}]]],[\"z-table-footer.cjs\",[[6,\"z-table-footer\"]]],[\"z-table-head.cjs\",[[6,\"z-table-head\"]]],[\"z-table-sticky-footer.cjs\",[[6,\"z-table-sticky-footer\"]]],[\"z-tbody.cjs\",[[1,\"z-tbody\"]]],[\"z-tfoot.cjs\",[[1,\"z-tfoot\",{\"sticky\":[516]}]]],[\"z-thead.cjs\",[[1,\"z-thead\",{\"sticky\":[516]}]]],[\"z-toast-notification-list.cjs\",[[1,\"z-toast-notification-list\",{\"position\":[513],\"newestontop\":[4]}]]],[\"z-visually-hidden.cjs\",[[1,\"z-visually-hidden\"]]],[\"z-table-header.cjs\",[[1,\"z-table-header\",{\"columnId\":[1,\"column-id\"],\"padding\":[513],\"sortable\":[4],\"showButton\":[4,\"show-button\"],\"defaultSortDirection\":[1,\"default-sort-direction\"],\"sortDirection\":[1025,\"sort-direction\"]},[[18,\"click\",\"handleOutsideClick\"],[18,\"click\",\"handleClickHeaders\"]]]]],[\"z-table-cell.cjs\",[[1,\"z-table-cell\",{\"showButton\":[4,\"show-button\"],\"padding\":[513],\"isMenuOpened\":[32]}]]],[\"z-chip.cjs\",[[6,\"z-chip\",{\"icon\":[1],\"type\":[513],\"interactiveIcon\":[513,\"interactive-icon\"],\"disabled\":[516],\"ariaLabel\":[1,\"aria-label\"]}]]],[\"z-alert.cjs\",[[1,\"z-alert\",{\"type\":[1]}]]],[\"z-ghost-loading.cjs\",[[1,\"z-ghost-loading\"]]],[\"z-table-empty-box.cjs\",[[6,\"z-table-empty-box\",{\"message\":[1],\"subtitle\":[1]}]]],[\"z-dragdrop-area_2.cjs\",[[1,\"z-modal\",{\"modalid\":[1],\"modaltitle\":[1],\"modalsubtitle\":[1],\"closeButtonLabel\":[1,\"close-button-label\"],\"alertdialog\":[4],\"closable\":[4],\"open\":[64],\"close\":[64]},[[0,\"keydown\",\"handleKeyDown\"]]],[1,\"z-dragdrop-area\"]]],[\"z-link.cjs\",[[1,\"z-link\",{\"htmlid\":[1],\"href\":[1],\"target\":[1],\"htmltabindex\":[2],\"isdisabled\":[4],\"isactive\":[4],\"iswhite\":[4],\"textcolor\":[1],\"icon\":[1],\"big\":[516],\"iconposition\":[1],\"underline\":[4],\"iconSize\":[32]}]]],[\"z-myz-list-item.cjs\",[[1,\"z-myz-list-item\",{\"text\":[1],\"link\":[1],\"linktarget\":[1],\"icon\":[1],\"listitemid\":[1],\"action\":[1],\"underlined\":[4]}]]],[\"z-typography.cjs\",[[1,\"z-typography\",{\"level\":[1],\"variant\":[1],\"component\":[1]}]]],[\"z-pocket_3.cjs\",[[1,\"z-pocket\",{\"pocketid\":[1],\"status\":[1025],\"open\":[64],\"close\":[64]},[[0,\"pocketHeaderClick\",\"handlePocketHeaderClick\"],[0,\"pocketHeaderPan\",\"handlePocketHeaderPan\"]]],[1,\"z-pocket-body\",{\"pocketid\":[1],\"status\":[1025]},[[16,\"pocketToggle\",\"handlePocketToggle\"]]],[1,\"z-pocket-header\",{\"pocketid\":[1]}]]],[\"z-myz-card_4.cjs\",[[1,\"z-myz-card\",{\"faded\":[4],\"cardtype\":[1],\"ispressed\":[4],\"ishighlighted\":[4]}],[1,\"z-myz-card-body\"],[1,\"z-myz-card-cover\",{\"img\":[1],\"titolo\":[1],\"faded\":[4],\"defaultimg\":[1]}],[1,\"z-myz-card-header\",{\"titolo\":[1],\"faded\":[4],\"cardtype\":[1],\"allowTooltip\":[32]}]]],[\"z-popover.cjs\",[[1,\"z-popover\",{\"position\":[513],\"open\":[1540],\"bindTo\":[1,\"bind-to\"],\"showArrow\":[516,\"show-arrow\"],\"center\":[516],\"closable\":[4],\"currentPosition\":[32]},[[8,\"keyup\",\"closePopoverWithKeyboard\"],[18,\"click\",\"handleOutsideClick\"]]]]]]"), options);
19
19
  });
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e3299e0a.js');
6
6
  const index$1 = require('./index-28bcd719.js');
7
- const icons = require('./icons-a9849a41.js');
7
+ const icons = require('./icons-bff00e77.js');
8
8
  const utils = require('./utils-1b75af6b.js');
9
9
  require('./breakpoints-ebe1a437.js');
10
10