@flywheel-io/vision 1.3.2 → 1.4.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 (90) hide show
  1. package/assets/fonts/Flywheel-Vision-Icons.svg +5 -1
  2. package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
  3. package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
  4. package/assets/svg/browser-internet-web-windows.svg +8 -0
  5. package/assets/svg/hammer-legal-square.svg +7 -0
  6. package/components/dialog/dialog-actions.component.d.ts +9 -0
  7. package/components/dialog/dialog-confirm.component.d.ts +3 -1
  8. package/components/dialog/dialog-content.component.d.ts +10 -0
  9. package/components/dialog/dialog-header.component.d.ts +9 -0
  10. package/components/dialog/dialog-simple.component.d.ts +7 -1
  11. package/components/dialog/dialog.component.d.ts +3 -20
  12. package/components/dialog/dialogs.module.d.ts +13 -10
  13. package/components/icon/icon.component.d.ts +7 -1
  14. package/components/layouts/layout-group.component.d.ts +3 -1
  15. package/components/layouts/layouts.module.d.ts +6 -4
  16. package/components/layouts/panel/panel.component.d.ts +9 -0
  17. package/components/layouts/sidebar/sidebar.component.d.ts +9 -0
  18. package/components/layouts/toolbar/toolbar.component.d.ts +3 -1
  19. package/components/menu/menu-header/menu-header.component.d.ts +1 -1
  20. package/components/menu/menu-item/menu-item.component.d.ts +2 -1
  21. package/components/menu/menu-sub-item/menu-sub-item.component.d.ts +1 -1
  22. package/components/menu/menu.module.d.ts +6 -5
  23. package/components/select-menu/select-menu.component.d.ts +5 -3
  24. package/components/text-input/text-input.component.d.ts +9 -1
  25. package/components/textarea-input/textarea-input.component.d.ts +28 -0
  26. package/components/textarea-input/textarea-input.module.d.ts +11 -0
  27. package/esm2020/components/alert/alert.component.mjs +1 -1
  28. package/esm2020/components/app-icon/app-icon.component.mjs +2 -2
  29. package/esm2020/components/avatar/avatar.component.mjs +2 -2
  30. package/esm2020/components/badge/badge.component.mjs +2 -2
  31. package/esm2020/components/breadcrumbs/crumb.component.mjs +1 -1
  32. package/esm2020/components/button/button.component.mjs +1 -1
  33. package/esm2020/components/card/card-attribute/card-attribute.component.mjs +1 -1
  34. package/esm2020/components/card/card-content/card-content.component.mjs +2 -2
  35. package/esm2020/components/card/card-header/card-header.component.mjs +2 -2
  36. package/esm2020/components/card/card.component.mjs +2 -2
  37. package/esm2020/components/chip/chip.component.mjs +2 -2
  38. package/esm2020/components/dialog/dialog-actions.component.mjs +32 -0
  39. package/esm2020/components/dialog/dialog-confirm.component.mjs +11 -4
  40. package/esm2020/components/dialog/dialog-content.component.mjs +38 -0
  41. package/esm2020/components/dialog/dialog-header.component.mjs +35 -0
  42. package/esm2020/components/dialog/dialog-simple.component.mjs +20 -4
  43. package/esm2020/components/dialog/dialog.component.mjs +9 -76
  44. package/esm2020/components/dialog/dialog.service.mjs +2 -2
  45. package/esm2020/components/dialog/dialogs.module.mjs +5 -2
  46. package/esm2020/components/icon/icon.component.mjs +37 -6
  47. package/esm2020/components/icon-button/icon-button.component.mjs +1 -1
  48. package/esm2020/components/layouts/context/context.component.mjs +1 -1
  49. package/esm2020/components/layouts/grid/grid.component.mjs +4 -4
  50. package/esm2020/components/layouts/layout-group.component.mjs +13 -4
  51. package/esm2020/components/layouts/layouts.module.mjs +11 -1
  52. package/esm2020/components/layouts/panel/panel.component.mjs +26 -0
  53. package/esm2020/components/layouts/sidebar/sidebar.component.mjs +26 -0
  54. package/esm2020/components/layouts/toolbar/toolbar.component.mjs +15 -5
  55. package/esm2020/components/legacy/notification/notification-container/notification-container.component.mjs +1 -1
  56. package/esm2020/components/menu/menu-container/menu-container.component.mjs +2 -2
  57. package/esm2020/components/menu/menu-header/menu-header.component.mjs +3 -3
  58. package/esm2020/components/menu/menu-item/menu-item.component.mjs +6 -3
  59. package/esm2020/components/menu/menu-sub-item/menu-sub-item.component.mjs +3 -3
  60. package/esm2020/components/menu/menu.component.mjs +6 -3
  61. package/esm2020/components/menu/menu.module.mjs +5 -1
  62. package/esm2020/components/paginator/paginator-advanced/paginator-advanced.component.mjs +1 -1
  63. package/esm2020/components/paginator/paginator.component.mjs +1 -1
  64. package/esm2020/components/phone-input/phone-input.component.mjs +2 -2
  65. package/esm2020/components/popover/popover-panel/popover-panel.component.mjs +2 -2
  66. package/esm2020/components/section-heading/back-button/back-button.component.mjs +1 -1
  67. package/esm2020/components/section-heading/section-heading.component.mjs +1 -1
  68. package/esm2020/components/section-heading/subsection-heading/subsection-heading.component.mjs +1 -1
  69. package/esm2020/components/select-menu/multi-select-menu/multi-select-menu.component.mjs +1 -1
  70. package/esm2020/components/select-menu/select-menu.component.mjs +47 -27
  71. package/esm2020/components/snackbar/snackbar/snackbar.component.mjs +2 -2
  72. package/esm2020/components/stepper/step.component.mjs +1 -1
  73. package/esm2020/components/tabs/tab/tab.component.mjs +1 -1
  74. package/esm2020/components/text-input/text-input.component.mjs +24 -5
  75. package/esm2020/components/textarea-input/textarea-input.component.mjs +86 -0
  76. package/esm2020/components/textarea-input/textarea-input.module.mjs +39 -0
  77. package/esm2020/public-api.mjs +8 -1
  78. package/fesm2015/flywheel-io-vision.mjs +510 -198
  79. package/fesm2015/flywheel-io-vision.mjs.map +1 -1
  80. package/fesm2020/flywheel-io-vision.mjs +510 -198
  81. package/fesm2020/flywheel-io-vision.mjs.map +1 -1
  82. package/global.scss +1 -2
  83. package/package.json +1 -1
  84. package/public-api.d.ts +7 -0
  85. package/public-api.scss +1 -0
  86. package/scss/config/overlay.scss +93 -0
  87. package/scss/config/shadows.scss +0 -4
  88. package/scss/config/typography.scss +53 -0
  89. package/scss/icons/_icon-glyphs.scss +6 -0
  90. package/styles.css +175 -5
@@ -287,6 +287,7 @@
287
287
  <glyph unicode="&#xea15;" glyph-name="freehand-vector-poly" d="M432.644 739.383c-17.491 0-31.998-14.507-31.998-32s14.507-32 31.998-32c17.493 0 32 14.507 32 32s-14.507 32-32 32zM336.646 707.383c0 52.907 43.093 96 95.998 96 52.907 0 96-43.093 96-96s-43.093-96-96-96c-4.693 0-9.385 0-14.078 0.853l-160-359.679c5.12-5.547 9.387-11.947 13.227-18.347l472.318 74.24c8.107 44.8 47.36 78.507 94.293 78.507 52.907 0 96-43.093 96-96s-43.093-96-96-96c-36.267 0-68.267 20.48-84.48 50.347l-471.891-74.24c-8.107-44.8-47.36-78.933-94.293-78.933-52.907 0-96 43.093-96 96s43.093 96 96 96c4.693 0 9.813 0 14.507-0.853l159.573 359.679c-15.787 17.067-25.6 40.107-25.6 64.853l0.427-0.427zM838.831 322.957c-17.493 0-32-14.507-32-32s14.507-32 32-32c17.493 0 32 14.507 32 32s-14.507 32-32 32zM187.74 219.703c-17.493 0-32-14.507-32-32s14.507-32 32-32c17.493 0 32 14.507 32 32s-14.507 32-32 32z" />
288
288
  <glyph unicode="&#xea16;" glyph-name="pen-edit-circle" d="M490.667 32.747c-217.6 0-394.667 177.067-394.667 394.667s177.067 394.668 394.667 394.668c17.493 0 32-14.507 32-32s-14.507-32-32-32c-182.613 0-330.667-148.48-330.667-330.668s148.48-330.667 330.667-330.667c182.187 0 330.667 148.48 330.667 330.667 0 17.493 14.507 32 32 32s32-14.507 32-32c0-217.6-177.067-394.667-394.667-394.667zM346.453 283.627l25.6 179.627c2.133 15.787 9.813 31.147 21.333 42.24l241.92 241.922c0 0 1.707 1.707 2.133 2.56s1.707 1.707 2.56 2.133l75.947 75.947c46.933 46.933 128.853 46.933 175.787 0 23.467-23.467 36.267-54.613 36.267-87.893s-12.8-64.427-36.267-87.893l-325.547-325.548c-11.947-11.52-27.307-19.2-43.52-21.333l-176.213-21.76zM660.053 682.135l-221.867-221.868c0 0-2.56-3.84-2.987-5.973l-13.653-96.853 93.013 11.52c2.56 0 4.693 1.28 6.4 2.987l224.853 224.855-85.333 85.333h-0.427zM705.28 727.362l85.333-85.333 55.467 55.467c23.467 23.467 23.467 61.867 0 85.333s-61.867 23.467-85.333 0l-55.467-55.467z" />
289
289
  <glyph unicode="&#xea17;" glyph-name="private-mode-protection-circle" d="M392.211 352c-20.619 0-37.333-16.717-37.333-37.333s16.715-37.333 37.333-37.333c20.619 0 37.331 16.717 37.331 37.333s-16.713 37.333-37.331 37.333zM290.878 314.667c0 55.966 45.368 101.333 101.333 101.333 41.137 0 76.55-24.516 92.427-59.733h51.324c15.876 35.217 51.29 59.733 92.429 59.733 55.966 0 101.333-45.367 101.333-101.333s-45.367-101.333-101.333-101.333c-48.269 0-88.653 33.745-98.85 78.933h-38.481c-10.193-45.188-50.581-78.933-98.848-78.933-55.965 0-101.333 45.367-101.333 101.333zM628.39 352c-20.617 0-37.333-16.717-37.333-37.333s16.717-37.333 37.333-37.333c20.621 0 37.333 16.717 37.333 37.333s-16.713 37.333-37.333 37.333zM668.015 645.158c-6.69 40.122-41.417 69.523-82.091 69.509h-147.904c-40.657-0.011-75.349-29.408-82.034-69.51l-20.425-122.49h-36.894c-17.673 0-32-14.327-32-32s14.327-32 32-32h63.475c0.377-0.009 0.753-0.009 1.127 0h297.489c0.358-0.004 0.717-0.004 1.075 0h63.501c17.673 0 32 14.327 32 32s-14.327 32-32 32h-36.894l-20.425 122.491zM400.445 522.667l18.67 111.965c1.541 9.247 9.54 16.028 18.914 16.035h147.9c9.387 0.005 17.412-6.777 18.957-16.033l18.671-111.967h-223.112zM512 821.333c-206.186 0-373.333-167.147-373.333-373.333s167.147-373.333 373.333-373.333c206.187 0 373.333 167.147 373.333 373.333s-167.147 373.333-373.333 373.333zM74.667 448c0 241.533 195.801 437.333 437.333 437.333s437.333-195.801 437.333-437.333c0-241.532-195.802-437.333-437.333-437.333s-437.333 195.802-437.333 437.333z" />
290
+ <glyph unicode="&#xea18;" glyph-name="hammer-legal-square" d="M725.333 864h-426.667c-111.787 0-202.667-90.88-202.667-202.667v-427.093c0-111.787 90.88-202.667 202.667-202.667h427.093c111.787 0 202.667 90.88 202.667 202.667v427.093c0 111.787-90.88 202.667-202.667 202.667zM864 234.667c0-76.373-62.293-138.667-138.667-138.667h-426.667c-76.373 0-138.667 62.293-138.667 138.667v426.667c0 76.373 62.293 138.667 138.667 138.667h427.093c76.373 0 138.667-62.293 138.667-138.667v-427.093zM619.52 509.44l15.36 12.373c21.333 17.067 34.56 42.667 36.267 69.973s-8.533 54.187-27.733 73.387l-41.813 41.813c-19.2 19.627-46.080 29.867-73.387 28.16-27.307-1.28-52.907-14.507-69.973-35.84l-50.773-63.147c-11.947-14.507-25.173-27.733-39.68-39.68l-63.573-50.773c-21.333-17.067-34.56-42.667-36.267-69.973s8.533-54.187 27.733-73.387l41.813-41.813c19.2-19.627 46.080-29.867 73.387-28.16 27.307 1.28 52.907 14.507 69.973 35.84l8.533 10.24 129.28-142.507c26.453-29.013 66.56-40.96 104.533-30.72 37.973 9.813 66.987 40.107 75.52 78.507 8.533 37.973-4.693 78.080-34.56 103.253l-144.64 122.453zM478.293 471.893l-17.92-22.613s-1.28-1.707-1.707-2.133l-30.72-38.4c-5.973-7.253-14.507-11.52-23.467-11.947-9.387-0.427-18.347 2.987-24.747 9.387l-41.813 41.813c-6.4 6.4-9.813 15.36-9.387 24.747s5.12 17.92 11.947 23.467l63.573 50.347c18.347 14.507 34.987 31.147 49.92 49.493l50.773 63.147c5.973 7.253 14.507 11.52 23.467 11.947 9.387 0.427 18.347-2.987 24.747-9.387l41.813-41.813c6.4-6.4 9.813-15.36 9.387-24.747s-5.12-17.92-11.947-23.467l-45.227-35.84s-0.853-0.427-1.28-0.853l-17.067-13.653c-18.347-14.507-34.987-31.147-49.493-49.493zM736 297.813c-3.413-14.933-14.933-26.88-29.44-30.72-14.933-3.84-30.293 0.853-40.96 11.947v0s-135.68 149.76-135.68 149.76l1.707 2.133c11.093 13.653 23.467 26.027 36.693 37.12l154.027-130.56c11.52-9.813 16.64-25.6 13.227-40.533zM454.4 266.667h-155.733c-17.493 0-32-14.507-32-32s14.507-32 32-32h155.733c17.493 0 32 14.507 32 32s-14.507 32-32 32z" />
290
291
  <glyph unicode="&#xea19;" glyph-name="ai" d="M885.338 575.997c0 17.673 14.327 32 32 32h21.333c17.673 0 32-14.327 32-32s-14.327-32-32-32h-21.333c-17.673 0-32 14.327-32 32zM885.338 447.996c0 17.673 14.327 32 32 32h21.333c17.673 0 32-14.327 32-32s-14.327-32-32-32h-21.333c-17.673 0-32 14.327-32 32zM885.338 319.996c0 17.673 14.327 32 32 32h21.333c17.673 0 32-14.327 32-32s-14.327-32-32-32h-21.333c-17.673 0-32 14.327-32 32zM181.336 580.739c0 109.312 88.614 197.926 197.926 197.926h265.483c109.312 0 197.926-88.614 197.926-197.926v-265.48c0-109.312-88.614-197.926-197.926-197.926h-265.483c-109.312 0-197.926 88.614-197.926 197.926v265.48zM379.262 714.665c-73.965 0-133.926-59.961-133.926-133.926v-265.48c0-73.967 59.961-133.926 133.926-133.926h265.483c73.963 0 133.926 59.959 133.926 133.926v265.48c0 73.965-59.964 133.926-133.926 133.926h-265.483zM53.338 575.998c0 17.673 14.327 32 32.001 32h21.333c17.673 0 32-14.327 31.999-32.001s-14.327-32-32-31.999h-21.333c-17.673 0-32 14.327-32 32zM53.338 448c0 17.673 14.327 31.996 32.001 31.996h21.333c17.673 0 32-14.327 31.999-32s-14.327-32-32-32h-21.333c-17.673 0-32 14.327-32 32.004zM53.338 320c0 17.673 14.327 31.996 32.001 31.996h21.333c17.673 0 32-14.327 31.999-32s-14.327-32-32-32h-21.333c-17.673 0-32 14.327-32 32.004zM384.006 906.664c17.673 0 32-14.327 32-32v-21.333c0-17.673-14.327-32-32-32s-32 14.327-32 32v21.333c0 17.673 14.327 32 32 32zM512.004 906.664c17.673 0 32-14.327 32-32v-21.333c0-17.673-14.327-32-32-32s-32 14.327-32 32v21.333c0 17.673 14.327 32 32 32zM640.004 906.664c17.673 0 32-14.327 32-32v-21.333c0-17.673-14.327-32-32-32s-32 14.327-32 32v21.333c0 17.673 14.327 32 32 32zM384.005 74.662c17.673 0 32-14.327 32-32v-21.333c0-17.673-14.327-32-32-32s-32 14.327-32 32v21.333c0 17.673 14.327 32 32 32zM512.004 74.662c17.673 0 32-14.327 32-32v-21.333c0-17.673-14.327-32-32-32s-32 14.327-32 32v21.333c0 17.673 14.327 32 32 32zM640.004 74.662c17.673 0 32-14.327 32-32v-21.333c0-17.673-14.327-32-32-32s-32 14.327-32 32v21.333c0 17.673 14.327 32 32 32zM343.395 390.4c0 17.673 14.327 32 32 32h147.938c17.673 0 32-14.327 32-32s-14.327-32-32-32h-147.938c-17.673 0-32 14.327-32 32zM394.99 553.862c4.276 13.198 16.569 22.137 30.442 22.137h48.386c13.871 0 26.163-8.939 30.438-22.137l62.208-192.002c5.449-16.811-3.763-34.854-20.578-40.303-16.811-5.449-34.859 3.767-40.303 20.578l-55.036 169.865h-1.847l-55.034-169.865c-5.447-16.811-23.493-26.027-40.305-20.578s-26.026 23.492-20.579 40.303l62.208 192.002zM641.604 575.999c17.673 0 32-14.327 32-32v-191.999c0-17.673-14.327-32-32-32-17.677 0-32 14.327-32 32v191.999c0 17.673 14.323 32 32 32z" />
291
292
  <glyph unicode="&#xea1a;" glyph-name="reader-studies" d="M256 800h512c53.018 0 96-42.981 96-96v-96h-704v96c0 53.019 42.981 96 96 96zM928 704c0 88.366-71.633 160-160 160h-512c-88.366 0-160-71.634-160-160v-512c0-88.367 71.634-160 160-160h213.333c17.673 0 32 14.327 32 32s-14.327 32-32 32h-213.333c-53.019 0-96 42.982-96 96v352h704v-138.667c0-17.673 14.327-32 32-32s32 14.327 32 32v298.667zM340.039 726.841c12.497 12.497 32.758 12.497 45.255 0l0.213-0.213c12.497-12.497 12.497-32.758 0-45.255l-0.213-0.213c-12.497-12.497-32.758-12.497-45.255 0l-0.213 0.213c-12.497 12.497-12.497 32.758 0 45.255l0.213 0.213zM233.373 726.841c12.497 12.497 32.758 12.497 45.255 0l0.213-0.213c12.497-12.497 12.497-32.758 0-45.255l-0.213-0.213c-12.497-12.497-32.758-12.497-45.255 0l-0.213 0.213c-12.497 12.497-12.497 32.758 0 45.255l0.213 0.213zM446.707 726.841c12.497 12.497 32.755 12.497 45.252 0l0.213-0.213c12.497-12.497 12.497-32.758 0-45.255l-0.213-0.213c-12.497-12.497-32.755-12.497-45.252 0l-0.213 0.213c-12.497 12.497-12.497 32.758 0 45.255l0.213 0.213zM726.626 449.293c12.497-12.497 12.497-32.755 0-45.252l-21.333-21.333c-12.497-12.497-32.755-12.497-45.252 0s-12.497 32.755 0 45.252l21.333 21.333c12.497 12.497 32.755 12.497 45.252 0zM489.374 427.959c12.497 12.497 32.755 12.497 45.252 0l21.333-21.333c12.497-12.497 12.497-32.755 0-45.252s-32.755-12.497-45.252 0l-21.333 21.333c-12.497 12.497-12.497 32.755 0 45.252zM612.979 304.354c13.594 13.594 33.446 18.82 51.972 13.679l170.637-47.364c18.274-5.077 32.482-19.477 37.308-37.815 4.826-18.342-0.452-37.871-13.858-51.281l-39.010-39.010 45.265-45.269c12.497-12.497 12.497-32.755 0-45.252s-32.755-12.497-45.252 0l-45.269 45.265-39.006-39.006c-13.414-13.41-32.943-18.692-51.285-13.862-18.342 4.826-32.738 19.029-37.815 37.308l-47.364 170.633c-5.137 18.526 0.085 38.383 13.679 51.977zM800.849 213.892l-134.835 37.427 37.427-134.835 97.408 97.408zM534.626 257.293c12.497-12.497 12.497-32.755 0-45.252l-21.333-21.333c-12.497-12.497-32.755-12.497-45.252 0s-12.497 32.755 0 45.252l21.333 21.333c12.497 12.497 32.755 12.497 45.252 0z" />
292
293
  <glyph unicode="&#xea1b;" glyph-name="shapes-objects" d="M805.973 638.293h-113.493c-34.133 130.133-152.32 226.133-293.12 226.133-167.253 0-303.36-135.68-303.36-303.36 0-140.8 96-258.987 226.133-293.12v-113.493c0-67.413 54.613-122.453 122.453-122.453h361.813c67.413 0 122.453 54.613 122.453 122.453v361.813c0 67.413-54.613 122.453-122.453 122.453zM638.72 561.067c0-132.267-107.093-239.36-239.36-239.36-4.267 0-8.96 0-13.227 0v193.707c0 32.427 26.027 58.453 58.453 58.453h193.707c0-4.267 0-8.96 0-13.227zM321.28 516.267v-181.333c-94.293 32-162.133 121.173-162.133 226.56 0 132.267 107.093 239.36 239.36 239.36 104.96 0 194.133-67.84 226.56-162.133h-181.333c-67.413 0-122.453-54.613-122.453-122.453zM864 154.027c0-32.427-26.027-58.453-58.453-58.453h-361.813c-32.427 0-58.453 26.027-58.453 58.453v103.68c4.267 0 8.96 0 13.227 0 167.253 0 303.36 135.68 303.36 303.36 0 4.267 0 8.96 0 13.227h103.68c32.427 0 58.453-26.027 58.453-58.453v-361.813z" />
@@ -300,7 +301,8 @@
300
301
  <glyph unicode="&#xea23;" glyph-name="bucket-paint" d="M127.572 396.373l159.573-159.573c23.893-23.893 55.040-35.84 86.613-35.84s62.721 11.947 86.615 35.84l240.213 240.213c5.973 5.973 9.387 13.653 9.387 22.613 0 9.387-4.267 17.493-10.667 23.467l-286.295 286.293-46.080 46.933c-12.373 12.373-32.427 12.8-45.227 0-12.8-12.373-12.8-32.853 0-45.227l24.32-24.747-218.027-218.027c-15.787-15.787-26.453-35.84-32-57.173-0.853-3.413-1.707-6.827-2.133-10.667 0-0.427 0-1.28 0-1.707 0 0 0 0 0-0.427-0.853-5.547-1.707-10.667-1.707-16.213 0-32.853 12.8-63.573 35.84-86.613l-0.427 0.853zM600.32 532.053h-419.841l209.92 209.92 209.921-209.92zM414.719 282.027c-22.613-22.613-59.733-22.613-82.347 0l-159.573 159.573c-7.253 7.253-11.52 16.64-14.080 26.453h442.028l-186.028-186.027zM829.013 393.813c-12.373 13.227-34.987 13.227-46.933 0-16.64-17.92-98.987-110.507-98.987-179.627s55.040-122.453 122.453-122.453c67.413 0 122.453 55.040 122.453 122.453s-82.347 161.707-98.987 179.627zM805.547 155.733c-32 0-58.453 26.027-58.453 58.453 0 25.6 29.44 72.107 58.453 108.8 29.013-36.693 58.453-83.2 58.453-108.8 0-32-26.027-58.453-58.453-58.453zM512 77.227h-366.081c-17.493 0-32-14.507-32-32s14.507-32 32-32h366.081c17.493 0 32 14.507 32 32s-14.507 32-32 32z" />
301
302
  <glyph unicode="&#xea24;" glyph-name="edit-erase" d="M529.694 788.919l-204.83-204.829c-0.798-0.657-1.572-1.359-2.318-2.104s-1.448-1.52-2.104-2.318l-192.968-192.967c-45.819-45.82-45.819-120.098 0-165.918l110.754-110.754c0.007-0.004-0.007 0.009 0 0 21.962-22.007 51.781-34.381 82.924-34.381h56.98c0.949-0.085 1.91-0.128 2.881-0.128h514.987c17.673 0 32 14.327 32 32s-14.327 32-32 32h-402.359l134.694 134.694c0.341 0.316 0.678 0.64 1.011 0.969 0.333 0.333 0.657 0.67 0.973 1.015l206.046 206.046c45.82 45.82 45.82 120.098 0 165.918l-140.757 140.757c-45.82 45.819-120.094 45.819-165.914 0zM345.28 513.997l216.162-216.162-142.555-142.558c-10.006-10.005-23.587-15.629-37.703-15.629h-60.032c-14.159 0-27.68 5.619-37.63 15.599l-110.793 110.793c-20.826 20.826-20.826 54.579 0 75.405l172.551 172.553zM606.699 343.087l-216.164 216.165 184.411 184.413c20.826 20.826 54.583 20.826 75.409 0l140.757-140.757c20.826-20.826 20.826-54.581 0-75.407l-184.414-184.414z" />
302
303
  <glyph unicode="&#xea25;" glyph-name="grid-dot-square" d="M95.839 618.826c0 135.494 109.839 245.333 245.333 245.333h341.652c135.497 0 245.333-109.839 245.333-245.333v-341.654c0-135.492-109.837-245.333-245.333-245.333h-341.653c-135.494 0-245.333 109.841-245.333 245.333v341.655zM341.172 800.159c-100.148 0-181.333-81.186-181.333-181.333v-341.655c0-100.147 81.185-181.333 181.333-181.333h341.653c100.147 0 181.333 81.186 181.333 181.333v341.654c0 100.148-81.186 181.333-181.333 181.333h-341.652zM405.287 588.844c-18.851 0-34.134-15.283-34.134-34.135s15.282-34.134 34.134-34.134c18.852 0 34.132 15.282 34.132 34.134s-15.281 34.135-34.132 34.135zM512 695.555c-18.854 0-34.138-15.282-34.138-34.134s15.283-34.134 34.138-34.134c18.85 0 34.133 15.282 34.133 34.134s-15.283 34.134-34.133 34.134zM594.573 578.847c6.4 6.401 15.083 9.998 24.137 9.998 18.85 0 34.133-15.282 34.133-34.135s-15.283-34.134-34.133-34.134c-18.85 0-34.133 15.282-34.133 34.134 0 9.053 3.597 17.735 9.997 24.137zM332.71 661.421c0 18.852-15.282 34.134-34.134 34.134s-34.134-15.282-34.134-34.134c0-18.852 15.282-34.134 34.134-34.134s34.134 15.282 34.134 34.134zM725.419 695.555c-18.85 0-34.133-15.282-34.133-34.134s15.283-34.134 34.133-34.134c18.854 0 34.138 15.282 34.138 34.134s-15.283 34.134-34.138 34.134zM477.862 448c0 18.85 15.283 34.133 34.138 34.133 18.85 0 34.133-15.283 34.133-34.133 0-18.854-15.283-34.133-34.133-34.133-18.854 0-34.138 15.279-34.138 34.133zM691.285 448c0-18.854 15.283-34.133 34.133-34.133 18.854 0 34.138 15.279 34.138 34.133 0 18.85-15.283 34.133-34.138 34.133-18.85 0-34.133-15.283-34.133-34.133zM264.442 448c0 18.85 15.282 34.133 34.134 34.133s34.134-15.283 34.134-34.133c0-18.854-15.282-34.133-34.134-34.133s-34.134 15.279-34.134 34.133zM405.287 375.424c-18.852 0-34.134-15.283-34.134-34.138 0-18.85 15.282-34.133 34.134-34.133s34.132 15.283 34.132 34.133c0 18.854-15.281 34.138-34.132 34.138zM477.862 234.577c0 18.85 15.283 34.133 34.138 34.133 18.85 0 34.133-15.283 34.133-34.133s-15.283-34.133-34.133-34.133c-18.854 0-34.138 15.283-34.138 34.133zM691.285 234.577c0-18.85 15.283-34.133 34.133-34.133 18.854 0 34.138 15.283 34.138 34.133s-15.283 34.133-34.138 34.133c-18.85 0-34.133-15.283-34.133-34.133zM264.442 234.577c0 18.85 15.282 34.133 34.134 34.133s34.134-15.283 34.134-34.133c0-18.85-15.282-34.133-34.134-34.133s-34.134 15.283-34.134 34.133zM584.576 341.286c0-18.85 15.283-34.133 34.133-34.133s34.133 15.283 34.133 34.133c0 18.854-15.283 34.138-34.133 34.138s-34.133-15.283-34.133-34.138z" />
303
- <glyph unicode="" glyph-name="grid-dot-square" d="M95.839 618.826c0 135.494 109.839 245.333 245.333 245.333h341.652c135.497 0 245.333-109.839 245.333-245.333v-341.654c0-135.492-109.837-245.333-245.333-245.333h-341.653c-135.494 0-245.333 109.841-245.333 245.333v341.655zM341.172 800.159c-100.148 0-181.333-81.186-181.333-181.333v-341.655c0-100.147 81.185-181.333 181.333-181.333h341.653c100.147 0 181.333 81.186 181.333 181.333v341.654c0 100.148-81.186 181.333-181.333 181.333h-341.652zM405.287 588.844c-18.851 0-34.134-15.283-34.134-34.135s15.282-34.134 34.134-34.134c18.852 0 34.132 15.282 34.132 34.134s-15.281 34.135-34.132 34.135zM512 695.555c-18.854 0-34.138-15.282-34.138-34.134s15.283-34.134 34.138-34.134c18.85 0 34.133 15.282 34.133 34.134s-15.283 34.134-34.133 34.134zM594.573 578.847c6.4 6.401 15.083 9.998 24.137 9.998 18.85 0 34.133-15.282 34.133-34.135s-15.283-34.134-34.133-34.134c-18.85 0-34.133 15.282-34.133 34.134 0 9.053 3.597 17.735 9.997 24.137zM332.71 661.421c0 18.852-15.282 34.134-34.134 34.134s-34.134-15.282-34.134-34.134c0-18.852 15.282-34.134 34.134-34.134s34.134 15.282 34.134 34.134zM725.419 695.555c-18.85 0-34.133-15.282-34.133-34.134s15.283-34.134 34.133-34.134c18.854 0 34.138 15.282 34.138 34.134s-15.283 34.134-34.138 34.134zM477.862 448c0 18.85 15.283 34.133 34.138 34.133 18.85 0 34.133-15.283 34.133-34.133 0-18.854-15.283-34.133-34.133-34.133-18.854 0-34.138 15.279-34.138 34.133zM691.285 448c0-18.854 15.283-34.133 34.133-34.133 18.854 0 34.138 15.279 34.138 34.133 0 18.85-15.283 34.133-34.138 34.133-18.85 0-34.133-15.283-34.133-34.133zM264.442 448c0 18.85 15.282 34.133 34.134 34.133s34.134-15.283 34.134-34.133c0-18.854-15.282-34.133-34.134-34.133s-34.134 15.279-34.134 34.133zM405.287 375.424c-18.852 0-34.134-15.283-34.134-34.138 0-18.85 15.282-34.133 34.134-34.133s34.132 15.283 34.132 34.133c0 18.854-15.281 34.138-34.132 34.138zM477.862 234.577c0 18.85 15.283 34.133 34.138 34.133 18.85 0 34.133-15.283 34.133-34.133s-15.283-34.133-34.133-34.133c-18.854 0-34.138 15.283-34.138 34.133zM691.285 234.577c0-18.85 15.283-34.133 34.133-34.133 18.854 0 34.138 15.283 34.138 34.133s-15.283 34.133-34.138 34.133c-18.85 0-34.133-15.283-34.133-34.133zM264.442 234.577c0 18.85 15.282 34.133 34.134 34.133s34.134-15.283 34.134-34.133c0-18.85-15.282-34.133-34.134-34.133s-34.134 15.283-34.134 34.133zM584.576 341.286c0-18.85 15.283-34.133 34.133-34.133s34.133 15.283 34.133 34.133c0 18.854-15.283 34.138-34.133 34.138s-34.133-15.283-34.133-34.138z" />
304
+ <glyph unicode="&#xea26;" glyph-name="browser-internet-web-windows" d="M810.667 864h-426.667c-64.853 0-117.333-52.48-117.333-117.333v-53.333h-53.333c-64.853 0-117.333-52.48-117.333-117.333v-426.667c0-64.853 52.48-117.333 117.333-117.333h426.667c64.853 0 117.333 52.48 117.333 117.333v96h53.333c64.853 0 117.333 52.48 117.333 117.333v384c0 64.853-52.48 117.333-117.333 117.333zM693.333 149.333c0-29.44-23.893-53.333-53.333-53.333h-426.667c-29.44 0-53.333 23.893-53.333 53.333v266.667h533.333v-266.667zM693.333 480h-533.333v96c0 29.44 23.893 53.333 53.333 53.333h426.667c29.44 0 53.333-23.893 53.333-53.333v-96zM861.867 361.813c0-29.44-23.893-53.333-53.333-53.333h-53.333v266.667c0 64.853-52.48 117.333-117.333 117.333h-309.333v53.333c0 29.44 23.893 53.333 53.333 53.333h426.667c29.44 0 53.333-23.893 53.333-53.333v-384zM256 586.667c-17.92 0-32.427-14.507-32.427-32.427s14.507-32.427 32.427-32.427 32.427 14.507 32.427 32.427-14.507 32.427-32.427 32.427zM362.667 586.667c-17.92 0-32.427-14.507-32.427-32.427s14.507-32.427 32.427-32.427 32.427 14.507 32.427 32.427-14.507 32.427-32.427 32.427zM469.76 586.667c-17.92 0-32.427-14.507-32.427-32.427s14.507-32.427 32.427-32.427 32.427 14.507 32.427 32.427-14.507 32.427-32.427 32.427z" />
305
+ <glyph unicode="" glyph-name="browser-internet-web-windows" d="M810.667 864h-426.667c-64.853 0-117.333-52.48-117.333-117.333v-53.333h-53.333c-64.853 0-117.333-52.48-117.333-117.333v-426.667c0-64.853 52.48-117.333 117.333-117.333h426.667c64.853 0 117.333 52.48 117.333 117.333v96h53.333c64.853 0 117.333 52.48 117.333 117.333v384c0 64.853-52.48 117.333-117.333 117.333zM693.333 149.333c0-29.44-23.893-53.333-53.333-53.333h-426.667c-29.44 0-53.333 23.893-53.333 53.333v266.667h533.333v-266.667zM693.333 480h-533.333v96c0 29.44 23.893 53.333 53.333 53.333h426.667c29.44 0 53.333-23.893 53.333-53.333v-96zM861.867 361.813c0-29.44-23.893-53.333-53.333-53.333h-53.333v266.667c0 64.853-52.48 117.333-117.333 117.333h-309.333v53.333c0 29.44 23.893 53.333 53.333 53.333h426.667c29.44 0 53.333-23.893 53.333-53.333v-384zM256 586.667c-17.92 0-32.427-14.507-32.427-32.427s14.507-32.427 32.427-32.427 32.427 14.507 32.427 32.427-14.507 32.427-32.427 32.427zM362.667 586.667c-17.92 0-32.427-14.507-32.427-32.427s14.507-32.427 32.427-32.427 32.427 14.507 32.427 32.427-14.507 32.427-32.427 32.427zM469.76 586.667c-17.92 0-32.427-14.507-32.427-32.427s14.507-32.427 32.427-32.427 32.427 14.507 32.427 32.427-14.507 32.427-32.427 32.427z" />
304
306
  <glyph unicode="zendesk-logo" glyph-name="zendesk-logo" d="M479.326 606.897v-463.998h-384.322l384.322 463.998zM479.326 773.404c0-50.964-20.245-99.841-56.284-135.878-36.037-36.037-84.913-56.282-135.878-56.282s-99.841 20.245-135.878 56.282c-36.037 36.037-56.283 84.914-56.283 135.878h384.322zM542.639 142.861c0 50.961 20.245 99.84 56.282 135.876s84.915 56.282 135.876 56.282c50.965 0 99.844-20.245 135.881-56.282s56.282-84.915 56.282-135.876h-384.32zM542.639 309.367v464.036h384.401l-384.401-464.036z" />
305
307
  <glyph unicode="youtube" glyph-name="youtube" d="M512 66.987c-27.733 0-273.493 0.427-343.040 22.187-47.787 14.933-84.907 58.027-97.28 111.787-18.347 80.213-18.773 240.64-18.773 247.040s0 166.826 18.773 247.040c12.373 54.187 49.493 96.853 97.28 111.787 69.12 21.76 315.306 22.187 343.040 22.187s273.92-0.427 343.040-22.187c47.787-14.933 84.907-57.6 97.28-111.787 18.347-80.213 18.773-240.64 18.773-247.040s0-166.827-18.773-247.040c-12.373-54.187-49.493-96.853-97.28-111.787-69.12-21.76-315.307-22.187-343.040-22.187zM512 765.013c-72.96 0-273.066-3.413-323.84-19.2-26.027-8.107-46.507-32.853-53.76-64.853-16.64-73.387-17.067-231.253-17.067-232.96s0-159.573 17.067-232.96c7.253-32 27.733-56.747 53.76-64.853 50.773-15.787 250.88-19.2 323.84-19.2s273.067 3.413 323.84 19.2c26.027 8.107 46.507 32.853 53.76 64.853 16.64 73.387 17.067 231.253 17.067 232.96s0 159.573-17.067 232.96c-7.253 32-27.733 56.747-53.76 64.853-50.773 15.787-250.88 19.2-323.84 19.2zM426.667 288c-5.546 0-11.093 1.28-16.213 4.267-9.813 5.547-16.213 16.213-16.213 27.733v256c0 11.52 5.973 22.187 16.213 27.733 9.813 5.547 22.186 5.547 32 0l221.867-128c9.813-5.547 16.213-16.213 16.213-27.733s-5.973-22.187-16.213-27.733l-221.867-128c-5.12-2.987-10.667-4.267-16.213-4.267h0.426zM458.667 520.533v-145.067l125.867 72.533-125.867 72.533z" />
306
308
  <glyph unicode="workspace-mode" glyph-name="workspace-mode" d="M96 832c0 17.673 14.327 32 32 32h256c17.673 0 32-14.327 32-32s-14.327-32-32-32h-256c-17.673 0-32 14.327-32 32zM597.333 800c-5.879 0-10.667-4.788-10.667-10.667v-256c0-5.879 4.787-10.667 10.667-10.667h256c5.879 0 10.667 4.787 10.667 10.667v256c0 5.879-4.787 10.667-10.667 10.667h-256zM522.667 789.333c0 41.225 33.442 74.667 74.667 74.667h256c41.225 0 74.667-33.442 74.667-74.667v-256c0-41.225-33.442-74.667-74.667-74.667h-256c-41.225 0-74.667 33.442-74.667 74.667v256zM96 661.333c0 17.673 14.327 32 32 32h256c17.673 0 32-14.327 32-32s-14.327-32-32-32h-256c-17.673 0-32 14.327-32 32zM96 490.667c0 17.673 14.327 32 32 32h256c17.673 0 32-14.327 32-32s-14.327-32-32-32h-256c-17.673 0-32 14.327-32 32zM170.667 288c-5.879 0-10.667-4.787-10.667-10.667v-170.667c0-5.879 4.788-10.667 10.667-10.667h682.667c5.879 0 10.667 4.787 10.667 10.667v170.667c0 5.879-4.787 10.667-10.667 10.667h-682.667zM96 277.333c0 41.225 33.442 74.667 74.667 74.667h682.667c41.225 0 74.667-33.442 74.667-74.667v-170.667c0-41.225-33.442-74.667-74.667-74.667h-682.667c-41.225 0-74.667 33.442-74.667 74.667v170.667z" />
@@ -470,6 +472,7 @@
470
472
  <glyph unicode="header-form-element" glyph-name="header-form-element" d="M138.525 448c0 17.673 14.327 32 32 32h512.215c17.673 0 32-14.327 32-32s-14.327-32-32-32h-512.215c-17.673 0-32 14.327-32 32zM138.525 277.261c0 17.673 14.327 32 32 32h640.266c17.673 0 32-14.327 32-32s-14.327-32-32-32h-640.266c-17.673 0-32 14.327-32 32zM138.525 106.526c0 17.673 14.327 32 32 32h298.792c17.673 0 32-14.327 32-32 0-17.677-14.327-32-32-32h-298.792c-17.673 0-32 14.323-32 32zM138.525 746.809c0 41.237 33.429 74.667 74.667 74.667h597.616c41.237 0 74.667-33.43 74.667-74.667v-85.405c0-41.237-33.429-74.667-74.667-74.667h-597.616c-41.237 0-74.667 33.429-74.667 74.667v85.405zM213.191 757.475c-5.891 0-10.667-4.776-10.667-10.667v-85.405c0-5.891 4.776-10.667 10.667-10.667h597.616c5.892 0 10.667 4.776 10.667 10.667v85.405c0 5.891-4.774 10.667-10.667 10.667h-597.616z" />
471
473
  <glyph unicode="hand-money-currency" glyph-name="hand-money-currency" d="M768 821.333h-512c-88.32 0-160-71.68-160-160v-85.333c0-17.493 14.507-32 32-32s32 14.507 32 32v85.333c0 52.907 43.093 96 96 96h512c52.907 0 96-43.093 96-96v-298.667c0-52.907-43.093-96-96-96h-85.333c-17.493 0-32-14.507-32-32s14.507-32 32-32h85.333c88.32 0 160 71.68 160 160v298.667c0 88.32-71.68 160-160 160zM547.84 624.64c-47.787 12.8-98.987-0.853-133.973-35.84-12.373-12.373-12.373-32.853 0-45.227s32.853-12.373 45.227 0c18.773 18.773 46.507 26.453 72.107 19.2 25.6-6.827 46.080-27.307 52.907-52.907s-0.427-53.333-19.2-72.107c-12.373-12.373-12.373-32.853 0-45.227 6.4-6.4 14.507-9.387 22.613-9.387s16.213 2.987 22.613 9.387c34.987 34.987 48.64 86.187 35.84 133.973s-50.347 85.333-98.133 98.133zM451.413 224c5.547 14.080 8.107 29.013 6.827 44.373-2.133 29.44-16.64 56.32-40.107 73.813l-95.573 71.68c-20.053 14.933-45.227 23.467-70.4 23.467h-124.16c-17.493 0-32-14.507-32-32s14.507-32 32-32h124.16c11.52 0 22.613-3.84 32-10.667l95.573-71.68c8.533-6.4 14.080-16.213 14.933-27.307 0.853-10.667-2.987-21.333-10.667-29.013-12.8-13.227-34.133-14.507-48.64-3.413l-59.733 44.8c-14.080 10.667-34.133 7.68-44.8-6.4s-7.68-34.133 6.4-44.8l59.733-44.8c18.773-14.080 41.813-20.053 62.72-20.053 1.28 0 2.133 0 3.413 0h170.667c17.493 0 32-14.507 32-32s-14.507-32-32-32h-279.893c-21.333 0-42.667 5.12-61.867 14.507l-49.493 24.747c-15.787 7.68-34.987 1.707-43.093-14.080s-1.707-34.987 14.507-43.093l49.493-24.747c28.16-14.080 59.307-21.333 90.453-21.333h279.893c52.907 0 96 43.093 96 96s-43.093 96-96 96h-82.347z" />
472
474
  <glyph unicode="hammer-screwdriver" glyph-name="hammer-screwdriver" d="M832 442.88v140.8l74.24 74.24c22.613 22.613 28.587 57.6 14.080 86.187l-50.347 101.12c-8.96 18.347-27.307 29.44-47.787 29.44h-43.947c-20.48 0-38.4-11.093-47.787-29.44l-50.347-101.12c-14.507-28.587-8.96-63.573 14.080-86.187l74.24-74.24v-140.8c-49.067-14.080-85.333-58.88-85.333-112.213v-213.333c0-64.853 52.48-117.333 117.333-117.333s117.333 52.48 117.333 117.333v213.333c0 53.333-36.267 98.133-85.333 112.213h-0.427zM737.28 715.52l47.787 95.147h30.72l47.36-95.147c2.133-4.267 1.28-8.96-2.133-12.373l-61.013-61.013-61.013 61.013c-3.413 3.413-3.84 8.107-2.133 12.373h0.427zM853.333 117.333c0-29.44-23.893-53.333-53.333-53.333s-53.333 23.893-53.333 53.333v213.333c0 29.44 23.893 53.333 53.333 53.333s53.333-23.893 53.333-53.333v-213.333zM501.333 874.667h-298.667c-8.533 0-16.64-3.413-22.613-9.387l-128-128c-5.973-5.973-9.387-14.080-9.387-22.613v-85.333c0-17.493 14.507-32 32-32h138.667v-480c0-64.853 52.48-117.333 117.333-117.333s117.333 52.48 117.333 117.333v480h53.333c40.96 0 74.667 33.707 74.667 74.667v128c0 40.96-33.707 74.667-74.667 74.667zM384 117.333c0-29.44-23.893-53.333-53.333-53.333s-53.333 23.893-53.333 53.333v480h106.667v-480zM512 672c0-5.973-4.693-10.667-10.667-10.667h-394.667v40.107l109.227 109.227h285.44c5.973 0 10.667-4.693 10.667-10.667v-128z" />
475
+ <glyph unicode="hammer-legal-square" glyph-name="hammer-legal-square" d="M725.333 864h-426.667c-111.787 0-202.667-90.88-202.667-202.667v-427.093c0-111.787 90.88-202.667 202.667-202.667h427.093c111.787 0 202.667 90.88 202.667 202.667v427.093c0 111.787-90.88 202.667-202.667 202.667zM864 234.667c0-76.373-62.293-138.667-138.667-138.667h-426.667c-76.373 0-138.667 62.293-138.667 138.667v426.667c0 76.373 62.293 138.667 138.667 138.667h427.093c76.373 0 138.667-62.293 138.667-138.667v-427.093zM619.52 509.44l15.36 12.373c21.333 17.067 34.56 42.667 36.267 69.973s-8.533 54.187-27.733 73.387l-41.813 41.813c-19.2 19.627-46.080 29.867-73.387 28.16-27.307-1.28-52.907-14.507-69.973-35.84l-50.773-63.147c-11.947-14.507-25.173-27.733-39.68-39.68l-63.573-50.773c-21.333-17.067-34.56-42.667-36.267-69.973s8.533-54.187 27.733-73.387l41.813-41.813c19.2-19.627 46.080-29.867 73.387-28.16 27.307 1.28 52.907 14.507 69.973 35.84l8.533 10.24 129.28-142.507c26.453-29.013 66.56-40.96 104.533-30.72 37.973 9.813 66.987 40.107 75.52 78.507 8.533 37.973-4.693 78.080-34.56 103.253l-144.64 122.453zM478.293 471.893l-17.92-22.613s-1.28-1.707-1.707-2.133l-30.72-38.4c-5.973-7.253-14.507-11.52-23.467-11.947-9.387-0.427-18.347 2.987-24.747 9.387l-41.813 41.813c-6.4 6.4-9.813 15.36-9.387 24.747s5.12 17.92 11.947 23.467l63.573 50.347c18.347 14.507 34.987 31.147 49.92 49.493l50.773 63.147c5.973 7.253 14.507 11.52 23.467 11.947 9.387 0.427 18.347-2.987 24.747-9.387l41.813-41.813c6.4-6.4 9.813-15.36 9.387-24.747s-5.12-17.92-11.947-23.467l-45.227-35.84s-0.853-0.427-1.28-0.853l-17.067-13.653c-18.347-14.507-34.987-31.147-49.493-49.493zM736 297.813c-3.413-14.933-14.933-26.88-29.44-30.72-14.933-3.84-30.293 0.853-40.96 11.947v0s-135.68 149.76-135.68 149.76l1.707 2.133c11.093 13.653 23.467 26.027 36.693 37.12l154.027-130.56c11.52-9.813 16.64-25.6 13.227-40.533zM454.4 266.667h-155.733c-17.493 0-32-14.507-32-32s14.507-32 32-32h155.733c17.493 0 32 14.507 32 32s-14.507 32-32 32z" />
473
476
  <glyph unicode="grid-layout" glyph-name="grid-layout" d="M213.333 800c-29.474 0-53.333-23.86-53.333-53.333v-117.333c0-29.474 23.86-53.333 53.333-53.333h117.333c29.474 0 53.333 23.86 53.333 53.333v117.333c0 29.474-23.86 53.333-53.333 53.333h-117.333zM96 746.667c0 64.82 52.514 117.333 117.333 117.333h117.333c64.82 0 117.333-52.514 117.333-117.333v-117.333c0-64.82-52.514-117.333-117.333-117.333h-117.333c-64.82 0-117.333 52.514-117.333 117.333v117.333zM693.333 800c-29.474 0-53.333-23.86-53.333-53.333v-117.333c0-29.474 23.859-53.333 53.333-53.333h117.333c29.474 0 53.333 23.86 53.333 53.333v117.333c0 29.474-23.859 53.333-53.333 53.333h-117.333zM576 746.667c0 64.82 52.514 117.333 117.333 117.333h117.333c64.819 0 117.333-52.514 117.333-117.333v-117.333c0-64.82-52.514-117.333-117.333-117.333h-117.333c-64.819 0-117.333 52.514-117.333 117.333v117.333zM213.333 320c-29.474 0-53.333-23.859-53.333-53.333v-117.333c0-29.474 23.86-53.333 53.333-53.333h117.333c29.474 0 53.333 23.859 53.333 53.333v117.333c0 29.474-23.86 53.333-53.333 53.333h-117.333zM96 266.667c0 64.819 52.514 117.333 117.333 117.333h117.333c64.82 0 117.333-52.514 117.333-117.333v-117.333c0-64.819-52.514-117.333-117.333-117.333h-117.333c-64.82 0-117.333 52.514-117.333 117.333v117.333zM693.333 320c-29.474 0-53.333-23.859-53.333-53.333v-117.333c0-29.474 23.859-53.333 53.333-53.333h117.333c29.474 0 53.333 23.859 53.333 53.333v117.333c0 29.474-23.859 53.333-53.333 53.333h-117.333zM576 266.667c0 64.819 52.514 117.333 117.333 117.333h117.333c64.819 0 117.333-52.514 117.333-117.333v-117.333c0-64.819-52.514-117.333-117.333-117.333h-117.333c-64.819 0-117.333 52.514-117.333 117.333v117.333z" />
474
477
  <glyph unicode="grid-dot-square" glyph-name="grid-dot-square" d="M95.839 618.826c0 135.494 109.839 245.333 245.333 245.333h341.652c135.497 0 245.333-109.839 245.333-245.333v-341.654c0-135.492-109.837-245.333-245.333-245.333h-341.653c-135.494 0-245.333 109.841-245.333 245.333v341.655zM341.172 800.159c-100.148 0-181.333-81.186-181.333-181.333v-341.655c0-100.147 81.185-181.333 181.333-181.333h341.653c100.147 0 181.333 81.186 181.333 181.333v341.654c0 100.148-81.186 181.333-181.333 181.333h-341.652zM405.287 588.844c-18.851 0-34.134-15.283-34.134-34.135s15.282-34.134 34.134-34.134c18.852 0 34.132 15.282 34.132 34.134s-15.281 34.135-34.132 34.135zM512 695.555c-18.854 0-34.138-15.282-34.138-34.134s15.283-34.134 34.138-34.134c18.85 0 34.133 15.282 34.133 34.134s-15.283 34.134-34.133 34.134zM594.573 578.847c6.4 6.401 15.083 9.998 24.137 9.998 18.85 0 34.133-15.282 34.133-34.135s-15.283-34.134-34.133-34.134c-18.85 0-34.133 15.282-34.133 34.134 0 9.053 3.597 17.735 9.997 24.137zM332.71 661.421c0 18.852-15.282 34.134-34.134 34.134s-34.134-15.282-34.134-34.134c0-18.852 15.282-34.134 34.134-34.134s34.134 15.282 34.134 34.134zM725.419 695.555c-18.85 0-34.133-15.282-34.133-34.134s15.283-34.134 34.133-34.134c18.854 0 34.138 15.282 34.138 34.134s-15.283 34.134-34.138 34.134zM477.862 448c0 18.85 15.283 34.133 34.138 34.133 18.85 0 34.133-15.283 34.133-34.133 0-18.854-15.283-34.133-34.133-34.133-18.854 0-34.138 15.279-34.138 34.133zM691.285 448c0-18.854 15.283-34.133 34.133-34.133 18.854 0 34.138 15.279 34.138 34.133 0 18.85-15.283 34.133-34.138 34.133-18.85 0-34.133-15.283-34.133-34.133zM264.442 448c0 18.85 15.282 34.133 34.134 34.133s34.134-15.283 34.134-34.133c0-18.854-15.282-34.133-34.134-34.133s-34.134 15.279-34.134 34.133zM405.287 375.424c-18.852 0-34.134-15.283-34.134-34.138 0-18.85 15.282-34.133 34.134-34.133s34.132 15.283 34.132 34.133c0 18.854-15.281 34.138-34.132 34.138zM477.862 234.577c0 18.85 15.283 34.133 34.138 34.133 18.85 0 34.133-15.283 34.133-34.133s-15.283-34.133-34.133-34.133c-18.854 0-34.138 15.283-34.138 34.133zM691.285 234.577c0-18.85 15.283-34.133 34.133-34.133 18.854 0 34.138 15.283 34.138 34.133s-15.283 34.133-34.138 34.133c-18.85 0-34.133-15.283-34.133-34.133zM264.442 234.577c0 18.85 15.282 34.133 34.134 34.133s34.134-15.283 34.134-34.133c0-18.85-15.282-34.133-34.134-34.133s-34.134 15.283-34.134 34.133zM584.576 341.286c0-18.85 15.283-34.133 34.133-34.133s34.133 15.283 34.133 34.133c0 18.854-15.283 34.138-34.133 34.138s-34.133-15.283-34.133-34.138z" />
475
478
  <glyph unicode="graduate-hat" glyph-name="graduate-hat" d="M888.32 665.599l-263.253 146.347c-70.4 39.253-154.88 39.253-225.28 0l-263.253-146.347c-35.84-20.053-57.173-56.32-57.173-96.853s21.333-77.225 57.173-96.852l89.6-49.92v-149.76c0-50.773 25.173-97.707 67.413-125.867l68.693-45.653c45.654-30.293 98.134-45.653 150.614-45.653s104.96 15.36 150.613 45.653l68.693 45.653c42.24 28.16 67.413 75.093 67.413 125.867v149.333l89.6 49.92c35.84 20.053 57.173 56.32 57.173 96.852s-21.333 77.227-57.173 96.853l-0.853 0.427zM738.133 272.213c0-30.293-14.933-58.88-40.533-75.52l-68.693-45.653c-71.253-47.36-162.987-47.36-234.24 0l-68.693 45.653c-25.174 16.64-40.533 45.227-40.533 75.52v116.053l113.493-63.147c35.414-19.627 73.814-29.44 112.64-29.44s77.227 9.813 112.64 29.44l113.493 63.147v-116.053h0.427zM858.88 524.373l-263.253-146.347c-52.053-29.013-114.347-29.013-166.4 0l-263.254 146.347c-16.213 8.96-26.027 25.599-26.027 43.945s9.813 34.987 26.027 43.947l263.254 146.347c52.053 29.013 114.347 29.013 166.4 0l263.253-146.347c16.213-8.96 26.027-25.6 26.027-43.947s-9.813-34.985-26.027-43.945z" />
@@ -565,6 +568,7 @@
565
568
  <glyph unicode="button-form-element" glyph-name="button-form-element" d="M138.667 746.667c0 64.82 52.514 117.333 117.333 117.333h512c64.819 0 117.333-52.514 117.333-117.333v-85.333c0-64.82-52.514-117.333-117.333-117.333h-161.195v-64.653l183.543-28.437c66.987-10.385 111.292-75.2 96.567-141.393zM886.916 309.517l-50.726-228.297c-11.917-53.696-59.558-91.887-114.526-91.887h-197.675c-28.813 0-56.606 10.615-78.071 29.734l-205.883 183.612c-42.207 37.658-44.128 103.078-4.102 143.104 30.228 30.229 76.551 37.487 114.595 17.958l66.283-34.018v214.276h-160.811c-64.82 0-117.333 52.514-117.333 117.333v85.333zM416.811 608v32.981c0 52.475 42.517 95.019 94.976 95.019 52.489 0 95.019-42.53 95.019-95.019v-32.981h161.195c29.474 0 53.333 23.86 53.333 53.333v85.333c0 29.474-23.859 53.333-53.333 53.333h-512c-29.474 0-53.333-23.86-53.333-53.333v-85.333c0-29.474 23.86-53.333 53.333-53.333h160.811zM511.787 672c-17.088 0-30.976-13.862-30.976-31.019v-363.648c0-11.149-5.803-21.495-15.322-27.311-9.515-5.811-21.367-6.251-31.292-1.161l-112.894 57.941c-13.327 6.844-29.554 4.288-40.116-6.272-13.989-13.99-13.346-36.885 1.445-50.091l205.85-183.578c9.766-8.7 22.421-13.53 35.507-13.53h197.675c24.99 0 46.635 17.365 52.045 41.745l50.735 228.322c6.686 30.063-13.431 59.541-43.895 64.26l-210.641 32.64c-15.599 2.419-27.102 15.842-27.102 31.625v189.056c0 17.143-13.875 31.019-31.019 31.019z" />
566
569
  <glyph unicode="bucket-paint" glyph-name="bucket-paint" d="M127.572 396.373l159.573-159.573c23.893-23.893 55.040-35.84 86.613-35.84s62.721 11.947 86.615 35.84l240.213 240.213c5.973 5.973 9.387 13.653 9.387 22.613 0 9.387-4.267 17.493-10.667 23.467l-286.295 286.293-46.080 46.933c-12.373 12.373-32.427 12.8-45.227 0-12.8-12.373-12.8-32.853 0-45.227l24.32-24.747-218.027-218.027c-15.787-15.787-26.453-35.84-32-57.173-0.853-3.413-1.707-6.827-2.133-10.667 0-0.427 0-1.28 0-1.707 0 0 0 0 0-0.427-0.853-5.547-1.707-10.667-1.707-16.213 0-32.853 12.8-63.573 35.84-86.613l-0.427 0.853zM600.32 532.053h-419.841l209.92 209.92 209.921-209.92zM414.719 282.027c-22.613-22.613-59.733-22.613-82.347 0l-159.573 159.573c-7.253 7.253-11.52 16.64-14.080 26.453h442.028l-186.028-186.027zM829.013 393.813c-12.373 13.227-34.987 13.227-46.933 0-16.64-17.92-98.987-110.507-98.987-179.627s55.040-122.453 122.453-122.453c67.413 0 122.453 55.040 122.453 122.453s-82.347 161.707-98.987 179.627zM805.547 155.733c-32 0-58.453 26.027-58.453 58.453 0 25.6 29.44 72.107 58.453 108.8 29.013-36.693 58.453-83.2 58.453-108.8 0-32-26.027-58.453-58.453-58.453zM512 77.227h-366.081c-17.493 0-32-14.507-32-32s14.507-32 32-32h366.081c17.493 0 32 14.507 32 32s-14.507 32-32 32z" />
567
570
  <glyph unicode="brush-edit-create" glyph-name="brush-edit-create" d="M885.333 799.572c-45.227 45.227-118.187 47.787-166.4 5.547l-343.039-299.946c-24.32-21.333-38.827-52.053-40.107-84.48 0-5.12 0.427-9.813 0.853-14.933-16.213 1.707-33.28 0.853-49.92-2.56-53.76-11.52-97.28-49.067-116.48-100.693l-64.853-173.227c-5.973-15.36-3.413-32.853 5.973-46.507s25.173-21.76 41.387-21.76h157.867c72.107 0 133.972 41.387 161.705 107.947 11.52 27.307 15.36 55.467 12.8 83.2 5.547-0.853 11.093-1.707 16.64-1.707 1.28 0 2.56 0 3.84 0 32.427 0.853 63.147 15.787 84.48 40.107l299.947 343.039c41.813 47.787 39.68 121.173-5.547 165.973h0.853zM413.868 193.28c-13.653-33.28-47.787-68.693-102.4-68.693h-138.667l58.027 154.88c11.947 31.573 37.12 53.333 69.973 60.587s65.28-2.56 88.747-26.027c38.825-38.827 37.972-87.893 23.893-120.747h0.427zM504.32 314.453c-14.507-1.28-29.013 5.12-39.68 15.787l-49.065 49.067c-10.667 10.667-16.213 24.747-15.787 39.68s6.827 28.587 18.347 38.4l43.945 38.4 118.613-118.613-38.4-43.947c-9.813-11.093-23.467-17.493-38.4-18.347l0.427-0.427zM842.667 675.412l-219.307-250.879-112.64 112.639 250.88 219.307c11.093 9.387 24.32 14.080 37.973 14.080 14.933 0 29.44-5.547 40.96-16.64 21.333-21.333 22.613-55.893 2.56-78.933l-0.427 0.427z" />
571
+ <glyph unicode="browser-internet-web-windows" glyph-name="browser-internet-web-windows" d="M810.667 864h-426.667c-64.853 0-117.333-52.48-117.333-117.333v-53.333h-53.333c-64.853 0-117.333-52.48-117.333-117.333v-426.667c0-64.853 52.48-117.333 117.333-117.333h426.667c64.853 0 117.333 52.48 117.333 117.333v96h53.333c64.853 0 117.333 52.48 117.333 117.333v384c0 64.853-52.48 117.333-117.333 117.333zM693.333 149.333c0-29.44-23.893-53.333-53.333-53.333h-426.667c-29.44 0-53.333 23.893-53.333 53.333v266.667h533.333v-266.667zM693.333 480h-533.333v96c0 29.44 23.893 53.333 53.333 53.333h426.667c29.44 0 53.333-23.893 53.333-53.333v-96zM861.867 361.813c0-29.44-23.893-53.333-53.333-53.333h-53.333v266.667c0 64.853-52.48 117.333-117.333 117.333h-309.333v53.333c0 29.44 23.893 53.333 53.333 53.333h426.667c29.44 0 53.333-23.893 53.333-53.333v-384zM256 586.667c-17.92 0-32.427-14.507-32.427-32.427s14.507-32.427 32.427-32.427 32.427 14.507 32.427 32.427-14.507 32.427-32.427 32.427zM362.667 586.667c-17.92 0-32.427-14.507-32.427-32.427s14.507-32.427 32.427-32.427 32.427 14.507 32.427 32.427-14.507 32.427-32.427 32.427zM469.76 586.667c-17.92 0-32.427-14.507-32.427-32.427s14.507-32.427 32.427-32.427 32.427 14.507 32.427 32.427-14.507 32.427-32.427 32.427z" />
568
572
  <glyph unicode="brain" glyph-name="brain" d="M518.878 829.333c42.735 34.135 99.942 44.083 151.693 26.379s90.88-60.609 103.753-113.768l0.158-0.694c0.934-4.268 4.254-7.605 8.512-8.563 59.068-12.077 108.284-52.717 131.315-108.449 23.057-55.807 16.836-119.431-16.602-169.71l-0.196-0.299c-2.475-3.631-2.475-8.401-0.004-12.032l0.205-0.294c33.434-50.283 39.654-113.907 16.597-169.715-23.031-55.731-72.243-96.371-131.315-108.446-4.258-0.96-7.578-4.297-8.512-8.563l-0.137-0.606c-12.732-53.252-51.806-96.299-103.578-114.121-51.772-17.818-109.056-7.936-151.868 26.197l-0.179 0.145c-3.921 3.17-9.523 3.17-13.44 0l-0.158-0.128c-42.735-34.133-99.945-44.083-151.695-26.377-51.75 17.702-90.877 60.608-103.75 113.766l-0.16 0.695c-0.934 4.267-4.254 7.603-8.509 8.563-59.062 12.066-108.276 52.693-131.313 108.412-23.068 55.795-16.865 119.407 16.547 169.694l0.226 0.341c2.482 3.635 2.484 8.418 0.002 12.049l-0.23 0.337c-33.412 50.287-39.613 113.904-16.545 169.698 23.037 55.718 72.25 96.343 131.311 108.413 4.256 0.958 7.577 4.295 8.51 8.564l0.149 0.649c12.803 53.205 51.902 96.181 103.663 113.943s109.007 7.847 151.781-26.287l0.171-0.134c3.499-2.831 8.337-3.135 12.126-0.912 0.474 0.43 0.964 0.847 1.472 1.251zM560.977 780.999c-0.64-0.611-1.306-1.199-2.001-1.76-27.362-22.138-66.462-22.166-93.85-0.082-25.664 20.442-59.988 26.373-91.025 15.723-30.98-10.631-54.401-36.312-62.149-68.123-6.421-28.631-28.911-50.932-57.624-57.096l-0.35-0.075c-38.292-7.772-70.209-34.084-85.138-70.193-14.908-36.058-10.926-77.161 10.618-109.686 17.166-25.31 17.166-58.53 0-83.84-21.544-32.525-25.526-73.63-10.618-109.687 14.929-36.109 46.845-62.421 85.137-70.195l0.351-0.068c28.701-6.161 51.184-28.45 57.616-57.062 7.791-31.782 31.228-57.417 62.199-68.011 31.032-10.615 65.337-4.663 90.975 15.782 27.358 22.059 66.394 22.063 93.756 0.004 25.681-20.433 60.028-26.342 91.068-15.659 30.989 10.667 54.396 36.399 62.101 68.245 6.413 28.642 28.907 50.957 57.63 57.122l0.346 0.077c38.298 7.774 70.217 34.095 85.137 70.212 14.908 36.075 10.906 77.197-10.662 109.717-17.118 25.289-17.118 58.449 0 83.738 21.568 32.521 25.57 73.642 10.662 109.715-14.921 36.117-46.839 62.441-85.137 70.217l-0.35 0.071c-28.698 6.161-51.183 28.449-57.613 57.064-7.791 31.779-31.228 57.413-62.199 68.008-30.195 10.33-63.484 4.974-88.879-14.158zM512 826.683c17.673 0 32-14.327 32-32v-693.324c0-17.673-14.327-32-32-32s-32 14.327-32 32v693.324c0 17.673 14.327 32 32 32zM725.423 330.633c-29.474 0-53.372-23.898-53.372-53.372 0-17.673-14.323-32-32-32-17.673 0-32 14.327-32 32 0 64.823 52.548 117.372 117.372 117.372 17.673 0 32-14.327 32-32s-14.327-32-32-32zM383.946 650.738c17.673 0 32-14.327 32-32 0-64.821-52.548-117.37-117.369-117.37-17.673 0-32 14.327-32 32.001s14.327 32 32 32c29.475 0 53.369 23.894 53.369 53.369 0 17.673 14.327 32 32 32zM266.577 362.633c0 17.673 14.327 32 32 32 64.821 0 117.369-52.548 117.369-117.372 0-17.673-14.327-32-32-32s-32 14.327-32 32c0 29.474-23.894 53.372-53.369 53.372-17.673 0-32 14.327-32 32zM640.051 650.738c17.677 0 32-14.327 32-32 0-29.475 23.898-53.369 53.372-53.369 17.673 0 32-14.327 32-32s-14.327-32.001-32-32.001c-64.823 0-117.372 52.549-117.372 117.37 0 17.673 14.327 32 32 32z" />
569
573
  <glyph unicode="bookmark-plus-add" glyph-name="bookmark-plus-add" d="M789.333 74.667c-11.093 0-21.76 3.413-31.147 10.24l-246.187 175.787-246.614-175.787c-16.213-11.52-37.547-13.227-55.467-3.84-17.92 8.96-29.013 27.307-29.013 47.36v532.907c0 88.32 71.68 160 160 160h341.334c88.32 0 160-71.68 160-160v-533.333c0-20.053-11.093-38.4-29.013-47.36-7.68-3.84-16.213-5.973-24.32-5.973h0.427zM512 327.253c11.093 0 21.76-3.413 31.147-9.813l235.52-168.533v512.427c0 52.907-43.093 96-96 96h-341.334c-52.907 0-96-43.093-96-96v-512.853l235.947 168.533c9.387 6.827 20.053 9.813 31.147 9.813l-0.427 0.427zM512 650.667c17.673 0 32-14.327 32-32v-170.667c0-17.673-14.327-32-32-32s-32 14.327-32 32v170.667c0 17.673 14.327 32 32 32zM394.667 533.333c0 17.673 14.327 32 32 32h170.257c17.673 0 32-14.327 32-32s-14.327-32-32-32h-170.257c-17.673 0-32 14.327-32 32z" />
570
574
  <glyph unicode="bookmark" glyph-name="bookmark" d="M789.333 74.667c-11.093 0-21.76 3.413-31.147 10.24l-246.187 175.787-246.614-175.787c-16.213-11.52-37.547-13.227-55.467-3.84-17.92 8.96-29.013 27.307-29.013 47.36v532.907c0 88.32 71.68 160 160 160h341.334c88.32 0 160-71.68 160-160v-533.333c0-20.053-11.093-38.4-29.013-47.36-7.68-3.84-16.213-5.973-24.32-5.973h0.427zM512 327.253c11.093 0 21.76-3.413 31.147-9.813l235.52-168.533v512.427c0 52.907-43.093 96-96 96h-341.334c-52.907 0-96-43.093-96-96v-512.853l235.947 168.533c9.387 6.827 20.053 9.813 31.147 9.813l-0.427 0.427z" />
@@ -0,0 +1,8 @@
1
+ <!-- Generated by IcoMoon.io -->
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
3
+ <title>browser-internet-web-windows</title>
4
+ <path d="M25.333 3h-13.333c-2.027 0-3.667 1.64-3.667 3.667v1.667h-1.667c-2.027 0-3.667 1.64-3.667 3.667v13.333c0 2.027 1.64 3.667 3.667 3.667h13.333c2.027 0 3.667-1.64 3.667-3.667v-3h1.667c2.027 0 3.667-1.64 3.667-3.667v-12c0-2.027-1.64-3.667-3.667-3.667zM21.667 25.333c0 0.92-0.747 1.667-1.667 1.667h-13.333c-0.92 0-1.667-0.747-1.667-1.667v-8.333h16.667v8.333zM21.667 15h-16.667v-3c0-0.92 0.747-1.667 1.667-1.667h13.333c0.92 0 1.667 0.747 1.667 1.667v3zM26.933 18.693c0 0.92-0.747 1.667-1.667 1.667h-1.667v-8.333c0-2.027-1.64-3.667-3.667-3.667h-9.667v-1.667c0-0.92 0.747-1.667 1.667-1.667h13.333c0.92 0 1.667 0.747 1.667 1.667v12z"></path>
5
+ <path d="M8 11.667c-0.56 0-1.013 0.453-1.013 1.013s0.453 1.013 1.013 1.013 1.013-0.453 1.013-1.013-0.453-1.013-1.013-1.013z"></path>
6
+ <path d="M11.333 11.667c-0.56 0-1.013 0.453-1.013 1.013s0.453 1.013 1.013 1.013 1.013-0.453 1.013-1.013-0.453-1.013-1.013-1.013z"></path>
7
+ <path d="M14.68 11.667c-0.56 0-1.013 0.453-1.013 1.013s0.453 1.013 1.013 1.013 1.013-0.453 1.013-1.013-0.453-1.013-1.013-1.013z"></path>
8
+ </svg>
@@ -0,0 +1,7 @@
1
+ <!-- Generated by IcoMoon.io -->
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
3
+ <title>hammer-legal-square</title>
4
+ <path d="M22.667 3h-13.333c-3.493 0-6.333 2.84-6.333 6.333v13.347c0 3.493 2.84 6.333 6.333 6.333h13.347c3.493 0 6.333-2.84 6.333-6.333v-13.347c0-3.493-2.84-6.333-6.333-6.333zM27 22.667c0 2.387-1.947 4.333-4.333 4.333h-13.333c-2.387 0-4.333-1.947-4.333-4.333v-13.333c0-2.387 1.947-4.333 4.333-4.333h13.347c2.387 0 4.333 1.947 4.333 4.333v13.347z"></path>
5
+ <path d="M19.36 14.080l0.48-0.387c0.667-0.533 1.080-1.333 1.133-2.187s-0.267-1.693-0.867-2.293l-1.307-1.307c-0.6-0.613-1.44-0.933-2.293-0.88-0.853 0.040-1.653 0.453-2.187 1.12l-1.587 1.973c-0.373 0.453-0.787 0.867-1.24 1.24l-1.987 1.587c-0.667 0.533-1.080 1.333-1.133 2.187s0.267 1.693 0.867 2.293l1.307 1.307c0.6 0.613 1.44 0.933 2.293 0.88 0.853-0.040 1.653-0.453 2.187-1.12l0.267-0.32 4.040 4.453c0.827 0.907 2.080 1.28 3.267 0.96 1.187-0.307 2.093-1.253 2.36-2.453 0.267-1.187-0.147-2.44-1.080-3.227l-4.52-3.827zM14.947 15.253l-0.56 0.707s-0.040 0.053-0.053 0.067l-0.96 1.2c-0.187 0.227-0.453 0.36-0.733 0.373-0.293 0.013-0.573-0.093-0.773-0.293l-1.307-1.307c-0.2-0.2-0.307-0.48-0.293-0.773s0.16-0.56 0.373-0.733l1.987-1.573c0.573-0.453 1.093-0.973 1.56-1.547l1.587-1.973c0.187-0.227 0.453-0.36 0.733-0.373 0.293-0.013 0.573 0.093 0.773 0.293l1.307 1.307c0.2 0.2 0.307 0.48 0.293 0.773s-0.16 0.56-0.373 0.733l-1.413 1.12s-0.027 0.013-0.040 0.027l-0.533 0.427c-0.573 0.453-1.093 0.973-1.547 1.547zM23 20.693c-0.107 0.467-0.467 0.84-0.92 0.96-0.467 0.12-0.947-0.027-1.28-0.373v0s-4.24-4.68-4.24-4.68l0.053-0.067c0.347-0.427 0.733-0.813 1.147-1.16l4.813 4.080c0.36 0.307 0.52 0.8 0.413 1.267z"></path>
6
+ <path d="M14.2 21.667h-4.867c-0.547 0-1 0.453-1 1s0.453 1 1 1h4.867c0.547 0 1-0.453 1-1s-0.453-1-1-1z"></path>
7
+ </svg>
@@ -0,0 +1,9 @@
1
+ import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FwDialogActionsComponent {
4
+ private sanitizer;
5
+ get style(): SafeStyle;
6
+ constructor(sanitizer: DomSanitizer);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogActionsComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogActionsComponent, "fw-dialog-actions", never, {}, {}, never, ["*"], false>;
9
+ }
@@ -5,6 +5,8 @@ import * as i0 from "@angular/core";
5
5
  export declare class FwDialogConfirmComponent {
6
6
  dialogRef: DialogRef;
7
7
  title?: string;
8
+ icon?: string;
9
+ iconColor?: 'primary' | 'secondary' | 'red' | 'orange' | 'green' | 'slate';
8
10
  confirmColor?: 'primary' | 'secondary' | 'danger' | 'slate' | 'warning' | 'success';
9
11
  confirmButtonText?: string;
10
12
  confirmButtonIcon?: string;
@@ -18,5 +20,5 @@ export declare class FwDialogConfirmComponent {
18
20
  constructor(dialogRef: DialogRef);
19
21
  handleCloseButton(): void;
20
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogConfirmComponent, [{ optional: true; }]>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogConfirmComponent, "fw-dialog-confirm", never, { "title": "title"; "confirmColor": "confirmColor"; "confirmButtonText": "confirmButtonText"; "confirmButtonIcon": "confirmButtonIcon"; "cancelButtonText": "cancelButtonText"; "contentIcon": "contentIcon"; "contentTitle": "contentTitle"; "contentText": "contentText"; }, { "close": "close"; "confirm": "confirm"; }, never, never, false>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogConfirmComponent, "fw-dialog-confirm", never, { "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "confirmColor": "confirmColor"; "confirmButtonText": "confirmButtonText"; "confirmButtonIcon": "confirmButtonIcon"; "cancelButtonText": "cancelButtonText"; "contentIcon": "contentIcon"; "contentTitle": "contentTitle"; "contentText": "contentText"; }, { "close": "close"; "confirm": "confirm"; }, never, never, false>;
22
24
  }
@@ -0,0 +1,10 @@
1
+ import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FwDialogContentComponent {
4
+ private sanitizer;
5
+ padded?: boolean;
6
+ get style(): SafeStyle;
7
+ constructor(sanitizer: DomSanitizer);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogContentComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogContentComponent, "fw-dialog-content", never, { "padded": "padded"; }, {}, never, ["*"], false>;
10
+ }
@@ -0,0 +1,9 @@
1
+ import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FwDialogHeaderComponent {
4
+ private sanitizer;
5
+ get style(): SafeStyle;
6
+ constructor(sanitizer: DomSanitizer);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogHeaderComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogHeaderComponent, "fw-dialog-header", never, {}, {}, never, ["*"], false>;
9
+ }
@@ -5,14 +5,20 @@ export declare class FwDialogSimpleComponent {
5
5
  dialogRef: DialogRef;
6
6
  width?: 'extra-small' | 'small' | 'medium' | 'large' | 'extra-large';
7
7
  title?: string;
8
+ icon?: string;
9
+ iconColor?: 'primary' | 'secondary' | 'red' | 'orange' | 'green' | 'slate';
8
10
  showClose?: boolean;
9
11
  actionButtonText?: string;
12
+ actionButtonIcon?: string;
10
13
  cancelButtonText?: string;
14
+ alternateButtonText?: string;
15
+ alternateButtonIcon?: string;
11
16
  contentText?: string;
12
17
  close: EventEmitter<void>;
13
18
  action: EventEmitter<void>;
19
+ alternateAction: EventEmitter<void>;
14
20
  constructor(dialogRef: DialogRef);
15
21
  handleCloseButton(): void;
16
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogSimpleComponent, [{ optional: true; }]>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogSimpleComponent, "fw-dialog-simple", never, { "width": "width"; "title": "title"; "showClose": "showClose"; "actionButtonText": "actionButtonText"; "cancelButtonText": "cancelButtonText"; "contentText": "contentText"; }, { "close": "close"; "action": "action"; }, never, ["fw-dialog-content"], false>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogSimpleComponent, "fw-dialog-simple", never, { "width": "width"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "showClose": "showClose"; "actionButtonText": "actionButtonText"; "actionButtonIcon": "actionButtonIcon"; "cancelButtonText": "cancelButtonText"; "alternateButtonText": "alternateButtonText"; "alternateButtonIcon": "alternateButtonIcon"; "contentText": "contentText"; }, { "close": "close"; "action": "action"; "alternateAction": "alternateAction"; }, never, ["fw-dialog-content"], false>;
18
24
  }
@@ -1,6 +1,5 @@
1
1
  import { DialogRef } from '@angular/cdk/dialog';
2
2
  import { EventEmitter } from '@angular/core';
3
- import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare enum DialogWidth {
6
5
  ExtraSmall = "extra-small",
@@ -13,29 +12,13 @@ export declare class FwDialogComponent {
13
12
  protected dialogRef: DialogRef;
14
13
  width?: 'extra-small' | 'small' | 'medium' | 'large' | 'extra-large';
15
14
  title?: string;
15
+ icon?: string;
16
+ iconColor?: 'primary' | 'secondary' | 'red' | 'orange' | 'green' | 'slate';
16
17
  showClose?: boolean;
17
18
  close: EventEmitter<void>;
18
19
  constructor(dialogRef: DialogRef);
19
20
  get classes(): string;
20
21
  protected handleCloseButton(): void;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogComponent, [{ optional: true; }]>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogComponent, "fw-dialog", never, { "width": "width"; "title": "title"; "showClose": "showClose"; }, { "close": "close"; }, never, ["fw-dialog-header", "fw-dialog-content", "fw-dialog-actions"], false>;
23
- }
24
- export declare class FwDialogHeaderComponent {
25
- private sanitizer;
26
- get style(): SafeStyle;
27
- constructor(sanitizer: DomSanitizer);
28
- static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogHeaderComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogHeaderComponent, "fw-dialog-header", never, {}, {}, never, ["*"], false>;
30
- }
31
- export declare class FwDialogContentComponent {
32
- static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogContentComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogContentComponent, "fw-dialog-content", never, {}, {}, never, ["*"], false>;
34
- }
35
- export declare class FwDialogActionsComponent {
36
- private sanitizer;
37
- get style(): SafeStyle;
38
- constructor(sanitizer: DomSanitizer);
39
- static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogActionsComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogActionsComponent, "fw-dialog-actions", never, {}, {}, never, ["*"], false>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwDialogComponent, "fw-dialog", never, { "width": "width"; "title": "title"; "icon": "icon"; "iconColor": "iconColor"; "showClose": "showClose"; }, { "close": "close"; }, never, ["fw-dialog-header", "fw-dialog-content", "fw-dialog-actions"], false>;
41
24
  }
@@ -1,15 +1,18 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./dialog.component";
3
- import * as i2 from "./dialog-confirm.component";
4
- import * as i3 from "./dialog-simple.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@angular/cdk/dialog";
7
- import * as i6 from "../button/button.module";
8
- import * as i7 from "../icon-button/icon-button.module";
9
- import * as i8 from "../icon/icon.module";
10
- import * as i9 from "../shared/pipes/pipes.module";
2
+ import * as i1 from "./dialog-actions.component";
3
+ import * as i2 from "./dialog.component";
4
+ import * as i3 from "./dialog-confirm.component";
5
+ import * as i4 from "./dialog-content.component";
6
+ import * as i5 from "./dialog-header.component";
7
+ import * as i6 from "./dialog-simple.component";
8
+ import * as i7 from "@angular/common";
9
+ import * as i8 from "@angular/cdk/dialog";
10
+ import * as i9 from "../button/button.module";
11
+ import * as i10 from "../icon-button/icon-button.module";
12
+ import * as i11 from "../icon/icon.module";
13
+ import * as i12 from "../shared/pipes/pipes.module";
11
14
  export declare class FwDialogsModule {
12
15
  static ɵfac: i0.ɵɵFactoryDeclaration<FwDialogsModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwDialogsModule, [typeof i1.FwDialogActionsComponent, typeof i1.FwDialogComponent, typeof i2.FwDialogConfirmComponent, typeof i1.FwDialogContentComponent, typeof i1.FwDialogHeaderComponent, typeof i3.FwDialogSimpleComponent], [typeof i4.CommonModule, typeof i5.DialogModule, typeof i6.FwButtonModule, typeof i7.FwIconButtonModule, typeof i8.FwIconModule, typeof i9.PipesModule], [typeof i1.FwDialogActionsComponent, typeof i1.FwDialogComponent, typeof i2.FwDialogConfirmComponent, typeof i1.FwDialogContentComponent, typeof i1.FwDialogHeaderComponent, typeof i3.FwDialogSimpleComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwDialogsModule, [typeof i1.FwDialogActionsComponent, typeof i2.FwDialogComponent, typeof i3.FwDialogConfirmComponent, typeof i4.FwDialogContentComponent, typeof i5.FwDialogHeaderComponent, typeof i6.FwDialogSimpleComponent], [typeof i7.CommonModule, typeof i8.DialogModule, typeof i9.FwButtonModule, typeof i10.FwIconButtonModule, typeof i11.FwIconModule, typeof i12.PipesModule], [typeof i1.FwDialogActionsComponent, typeof i2.FwDialogComponent, typeof i3.FwDialogConfirmComponent, typeof i4.FwDialogContentComponent, typeof i5.FwDialogHeaderComponent, typeof i6.FwDialogSimpleComponent]>;
14
17
  static ɵinj: i0.ɵɵInjectorDeclaration<FwDialogsModule>;
15
18
  }
@@ -1,7 +1,13 @@
1
+ import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class FwIconComponent {
4
+ private sanitizer;
5
+ size?: 'large' | 'medium' | 'small';
6
+ color?: 'primary' | 'secondary' | 'red' | 'orange' | 'green' | 'slate' | 'typography';
3
7
  class: string;
4
8
  role: string;
9
+ get style(): SafeStyle;
10
+ constructor(sanitizer: DomSanitizer);
5
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FwIconComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<FwIconComponent, "fw-icon", never, {}, {}, never, ["*"], false>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwIconComponent, "fw-icon", never, { "size": "size"; "color": "color"; }, {}, never, ["*"], false>;
7
13
  }
@@ -1,7 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FwLayoutGroupComponent {
3
3
  stackable: boolean;
4
+ padded: boolean;
5
+ justify: 'space-between' | 'space-around' | 'space-evenly' | 'flex-end' | 'flex-start';
4
6
  get classes(): string;
5
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutGroupComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutGroupComponent, "fw-layout-group", never, { "stackable": "stackable"; }, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutGroupComponent, "fw-layout-group", never, { "stackable": "stackable"; "padded": "padded"; "justify": "justify"; }, {}, never, ["*"], false>;
7
9
  }
@@ -2,11 +2,13 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./context/context.component";
3
3
  import * as i2 from "./toolbar/toolbar.component";
4
4
  import * as i3 from "./layout-group.component";
5
- import * as i4 from "./grid/grid.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "../icon/icon.module";
5
+ import * as i4 from "./panel/panel.component";
6
+ import * as i5 from "./sidebar/sidebar.component";
7
+ import * as i6 from "./grid/grid.component";
8
+ import * as i7 from "@angular/common";
9
+ import * as i8 from "../icon/icon.module";
8
10
  export declare class FwLayoutsModule {
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutsModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwLayoutsModule, [typeof i1.FwLayoutContextComponent, typeof i2.FwLayoutToolbarComponent, typeof i3.FwLayoutGroupComponent, typeof i4.FwGridComponent, typeof i4.FwGridItemComponent], [typeof i5.CommonModule, typeof i6.FwIconModule], [typeof i1.FwLayoutContextComponent, typeof i2.FwLayoutToolbarComponent, typeof i3.FwLayoutGroupComponent, typeof i4.FwGridComponent, typeof i4.FwGridItemComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwLayoutsModule, [typeof i1.FwLayoutContextComponent, typeof i2.FwLayoutToolbarComponent, typeof i3.FwLayoutGroupComponent, typeof i4.FwLayoutPanelComponent, typeof i5.FwLayoutSidebarComponent, typeof i6.FwGridComponent, typeof i6.FwGridItemComponent], [typeof i7.CommonModule, typeof i8.FwIconModule], [typeof i1.FwLayoutContextComponent, typeof i2.FwLayoutToolbarComponent, typeof i3.FwLayoutGroupComponent, typeof i4.FwLayoutPanelComponent, typeof i5.FwLayoutSidebarComponent, typeof i6.FwGridComponent, typeof i6.FwGridItemComponent]>;
11
13
  static ɵinj: i0.ɵɵInjectorDeclaration<FwLayoutsModule>;
12
14
  }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class FwLayoutPanelComponent {
3
+ height?: string;
4
+ fitted?: boolean;
5
+ border?: 'all' | 'left' | 'right' | 'none';
6
+ rounded?: boolean;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutPanelComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutPanelComponent, "fw-layout-panel", never, { "height": "height"; "fitted": "fitted"; "border": "border"; "rounded": "rounded"; }, {}, never, ["header", "*", "footer"], false>;
9
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class FwLayoutSidebarComponent {
3
+ outlined: boolean;
4
+ rounded: boolean;
5
+ width?: 'third' | 'half' | 'fourth' | 'closed';
6
+ direction?: 'row' | 'row-reverse';
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutSidebarComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutSidebarComponent, "fw-layout-sidebar", never, { "outlined": "outlined"; "rounded": "rounded"; "width": "width"; "direction": "direction"; }, {}, never, ["*", "aside"], false>;
9
+ }
@@ -1,5 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FwLayoutToolbarComponent {
3
+ dense?: boolean;
4
+ get classes(): string;
3
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FwLayoutToolbarComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutToolbarComponent, "fw-layout-toolbar", never, {}, {}, never, ["*"], false>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwLayoutToolbarComponent, "fw-layout-toolbar", never, { "dense": "dense"; }, {}, never, ["*"], false>;
5
7
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FwMenuHeaderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuHeaderComponent, "fw-menu-header", never, {}, {}, never, ["*"], false>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuHeaderComponent, "fw-menu-header", never, {}, {}, never, ["*", "fw-icon-button", "fw-badge"], false>;
5
5
  }
@@ -8,6 +8,7 @@ export declare class FwMenuItemComponent implements OnChanges, OnDestroy, AfterC
8
8
  title: string;
9
9
  description?: string;
10
10
  icon?: string;
11
+ iconColor?: 'primary' | 'secondary' | 'red' | 'orange' | 'green' | 'slate' | 'typography';
11
12
  disabled?: boolean;
12
13
  showCheckbox?: boolean;
13
14
  multiSelect?: boolean;
@@ -29,5 +30,5 @@ export declare class FwMenuItemComponent implements OnChanges, OnDestroy, AfterC
29
30
  toggleSubItemsView(): void;
30
31
  handleClick(evt?: Event): void;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuItemComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuItemComponent, "fw-menu-item", never, { "value": "value"; "variant": "variant"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "showCheckbox": "showCheckbox"; "multiSelect": "multiSelect"; "hidden": "hidden"; "showTooltip": "showTooltip"; "collapsed": "collapsed"; "href": "href"; "target": "target"; "subItemsOpen": "subItemsOpen"; "focused": "focused"; "selected": "selected"; }, { "click": "click"; }, ["subItems"], ["fw-avatar", "p", "fw-icon", "fw-icon-button", "fw-menu-sub-item"], false>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuItemComponent, "fw-menu-item", never, { "value": "value"; "variant": "variant"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "iconColor": "iconColor"; "disabled": "disabled"; "showCheckbox": "showCheckbox"; "multiSelect": "multiSelect"; "hidden": "hidden"; "showTooltip": "showTooltip"; "collapsed": "collapsed"; "href": "href"; "target": "target"; "subItemsOpen": "subItemsOpen"; "focused": "focused"; "selected": "selected"; }, { "click": "click"; }, ["subItems"], ["fw-avatar", "p", "fw-badge", "fw-icon", "fw-icon-button", "fw-menu-sub-item"], false>;
33
34
  }
@@ -17,5 +17,5 @@ export declare class FwMenuSubItemComponent {
17
17
  selected?: boolean;
18
18
  handleClick(evt?: Event): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuSubItemComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuSubItemComponent, "fw-menu-sub-item", never, { "value": "value"; "variant": "variant"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "hidden": "hidden"; "href": "href"; "target": "target"; "collapsed": "collapsed"; "focused": "focused"; "selected": "selected"; }, { "click": "click"; }, never, ["p", "fw-icon"], false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwMenuSubItemComponent, "fw-menu-sub-item", never, { "value": "value"; "variant": "variant"; "size": "size"; "title": "title"; "description": "description"; "icon": "icon"; "disabled": "disabled"; "hidden": "hidden"; "href": "href"; "target": "target"; "collapsed": "collapsed"; "focused": "focused"; "selected": "selected"; }, { "click": "click"; }, never, ["p", "fw-badge", "fw-icon", "fw-icon-button"], false>;
21
21
  }
@@ -9,12 +9,13 @@ import * as i7 from "./menu-close-triggers.directive";
9
9
  import * as i8 from "@angular/cdk/menu";
10
10
  import * as i9 from "@angular/common";
11
11
  import * as i10 from "@angular/forms";
12
- import * as i11 from "../icon-button/icon-button.module";
13
- import * as i12 from "../icon/icon.module";
14
- import * as i13 from "../text-input/text-input.module";
15
- import * as i14 from "../tooltip/tooltip.module";
12
+ import * as i11 from "../badge/badge.module";
13
+ import * as i12 from "../icon-button/icon-button.module";
14
+ import * as i13 from "../icon/icon.module";
15
+ import * as i14 from "../text-input/text-input.module";
16
+ import * as i15 from "../tooltip/tooltip.module";
16
17
  export declare class FwMenuModule {
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<FwMenuModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<FwMenuModule, [typeof i1.FwMenuComponent, typeof i2.FwMenuContainerComponent, typeof i3.FwMenuHeaderComponent, typeof i4.FwMenuItemComponent, typeof i5.FwMenuSeparatorComponent, typeof i6.FwMenuSubItemComponent, typeof i7.FwMenuCloseTriggersDirective], [typeof i8.CdkMenuModule, typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.FwIconButtonModule, typeof i12.FwIconModule, typeof i13.FwTextInputModule, typeof i14.FwTooltipModule], [typeof i1.FwMenuComponent, typeof i2.FwMenuContainerComponent, typeof i3.FwMenuHeaderComponent, typeof i4.FwMenuItemComponent, typeof i5.FwMenuSeparatorComponent, typeof i6.FwMenuSubItemComponent, typeof i7.FwMenuCloseTriggersDirective]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwMenuModule, [typeof i1.FwMenuComponent, typeof i2.FwMenuContainerComponent, typeof i3.FwMenuHeaderComponent, typeof i4.FwMenuItemComponent, typeof i5.FwMenuSeparatorComponent, typeof i6.FwMenuSubItemComponent, typeof i7.FwMenuCloseTriggersDirective], [typeof i8.CdkMenuModule, typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.FwBadgeModule, typeof i12.FwIconButtonModule, typeof i13.FwIconModule, typeof i14.FwTextInputModule, typeof i15.FwTooltipModule], [typeof i1.FwMenuComponent, typeof i2.FwMenuContainerComponent, typeof i3.FwMenuHeaderComponent, typeof i4.FwMenuItemComponent, typeof i5.FwMenuSeparatorComponent, typeof i6.FwMenuSubItemComponent, typeof i7.FwMenuCloseTriggersDirective]>;
19
20
  static ɵinj: i0.ɵɵInjectorDeclaration<FwMenuModule>;
20
21
  }
@@ -1,16 +1,17 @@
1
1
  import { CdkMenuTrigger } from '@angular/cdk/menu';
2
- import { AfterContentInit, ChangeDetectorRef, OnDestroy, QueryList } from '@angular/core';
2
+ import { AfterContentInit, ChangeDetectorRef, EventEmitter, OnDestroy, QueryList } from '@angular/core';
3
3
  import { ControlValueAccessor } from '@angular/forms';
4
4
  import { FwMenuComponent } from '../menu/menu.component';
5
5
  import { FwMenuItemComponent } from '../menu/menu-item/menu-item.component';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class FwSelectMenuComponent implements ControlValueAccessor, AfterContentInit, OnDestroy {
8
8
  protected _changeDetectorRef: ChangeDetectorRef;
9
- outsideClick(): void;
9
+ outsideClick(evt: any): void;
10
10
  options: object[];
11
11
  valueProperty?: string;
12
12
  titleProperty?: string;
13
13
  iconProperty?: string;
14
+ descriptionProperty?: string;
14
15
  showFilter?: boolean;
15
16
  disabled?: boolean;
16
17
  width: string;
@@ -20,6 +21,7 @@ export declare class FwSelectMenuComponent implements ControlValueAccessor, Afte
20
21
  trigger: CdkMenuTrigger;
21
22
  menu: FwMenuComponent;
22
23
  menuItems: QueryList<FwMenuItemComponent>;
24
+ change: EventEmitter<any>;
23
25
  selectValue: string;
24
26
  selectTitle: string;
25
27
  selectIcon: string;
@@ -68,5 +70,5 @@ export declare class FwSelectMenuComponent implements ControlValueAccessor, Afte
68
70
  handleKeyDown(event: KeyboardEvent): void;
69
71
  updateValue(value: any): void;
70
72
  static ɵfac: i0.ɵɵFactoryDeclaration<FwSelectMenuComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<FwSelectMenuComponent, "fw-select", never, { "options": "options"; "valueProperty": "valueProperty"; "titleProperty": "titleProperty"; "iconProperty": "iconProperty"; "showFilter": "showFilter"; "disabled": "disabled"; "width": "width"; "optionsWidth": "optionsWidth"; "maxOptionsHeight": "maxOptionsHeight"; "placeholder": "placeholder"; "value": "value"; }, {}, ["menuItems"], ["[fw-menu-item, fw-menu-separator]"], false>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwSelectMenuComponent, "fw-select", never, { "options": "options"; "valueProperty": "valueProperty"; "titleProperty": "titleProperty"; "iconProperty": "iconProperty"; "descriptionProperty": "descriptionProperty"; "showFilter": "showFilter"; "disabled": "disabled"; "width": "width"; "optionsWidth": "optionsWidth"; "maxOptionsHeight": "maxOptionsHeight"; "placeholder": "placeholder"; "value": "value"; }, { "change": "change"; }, ["menuItems"], ["[fw-menu-item, fw-menu-separator]"], false>;
72
74
  }
@@ -1,9 +1,13 @@
1
+ import { EventEmitter } from '@angular/core';
1
2
  import { ControlValueAccessor, FormControl } from '@angular/forms';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class FwTextInputComponent implements ControlValueAccessor {
4
5
  disabled?: boolean;
6
+ useActionableIcons?: boolean;
5
7
  leftIcon?: string;
8
+ leftIconAction?: EventEmitter<void>;
6
9
  rightIcon?: string;
10
+ rightIconAction?: EventEmitter<void>;
7
11
  context?: string;
8
12
  helperText?: string;
9
13
  errorText?: string;
@@ -12,6 +16,8 @@ export declare class FwTextInputComponent implements ControlValueAccessor {
12
16
  size?: 'small' | 'medium' | 'large';
13
17
  type?: string;
14
18
  maxLength?: number;
19
+ autofocus?: string;
20
+ autocomplete?: string;
15
21
  error?: boolean;
16
22
  textInput: any;
17
23
  value: string;
@@ -24,6 +30,8 @@ export declare class FwTextInputComponent implements ControlValueAccessor {
24
30
  setDisabledState(isDisabled: boolean): void;
25
31
  changeHandler(event: KeyboardEvent): void;
26
32
  blurHandler(): void;
33
+ onLeftIconClick(): void;
34
+ onRightIconClick(): void;
27
35
  static ɵfac: i0.ɵɵFactoryDeclaration<FwTextInputComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<FwTextInputComponent, "fw-text-input", never, { "disabled": "disabled"; "leftIcon": "leftIcon"; "rightIcon": "rightIcon"; "context": "context"; "helperText": "helperText"; "errorText": "errorText"; "placeholder": "placeholder"; "readOnly": "readOnly"; "size": "size"; "type": "type"; "maxLength": "maxLength"; "error": "error"; "value": "value"; }, {}, ["textInput"], ["input", "*"], false>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwTextInputComponent, "fw-text-input", never, { "disabled": "disabled"; "useActionableIcons": "useActionableIcons"; "leftIcon": "leftIcon"; "rightIcon": "rightIcon"; "context": "context"; "helperText": "helperText"; "errorText": "errorText"; "placeholder": "placeholder"; "readOnly": "readOnly"; "size": "size"; "type": "type"; "maxLength": "maxLength"; "autofocus": "autofocus"; "autocomplete": "autocomplete"; "error": "error"; "value": "value"; }, { "leftIconAction": "leftIconAction"; "rightIconAction": "rightIconAction"; }, ["textInput"], ["input", "*"], false>;
29
37
  }
@@ -0,0 +1,28 @@
1
+ import { ControlValueAccessor, FormControl } from '@angular/forms';
2
+ import { min } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FwTextAreaInputComponent implements ControlValueAccessor {
5
+ minRows: number;
6
+ maxRows: number;
7
+ disabled?: boolean;
8
+ helperText?: string;
9
+ errorText?: string;
10
+ placeholder?: string;
11
+ readOnly?: boolean;
12
+ autofocus?: string;
13
+ width?: string;
14
+ error?: boolean;
15
+ value: string;
16
+ externalControl: FormControl;
17
+ onTouch: () => void;
18
+ onChange: (value: string) => void;
19
+ writeValue(obj: string): void;
20
+ registerOnChange(fn: any): void;
21
+ registerOnTouched(fn: any): void;
22
+ setDisabledState(isDisabled: boolean): void;
23
+ changeHandler(event: KeyboardEvent): void;
24
+ blurHandler(): void;
25
+ protected readonly min: typeof min;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<FwTextAreaInputComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<FwTextAreaInputComponent, "fw-textarea-input", never, { "minRows": "minRows"; "maxRows": "maxRows"; "disabled": "disabled"; "helperText": "helperText"; "errorText": "errorText"; "placeholder": "placeholder"; "readOnly": "readOnly"; "autofocus": "autofocus"; "width": "width"; "error": "error"; "value": "value"; }, {}, never, never, false>;
28
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./textarea-input.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/cdk/text-field";
6
+ import * as i5 from "../icon/icon.module";
7
+ export declare class FwTextAreaInputModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<FwTextAreaInputModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FwTextAreaInputModule, [typeof i1.FwTextAreaInputComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.TextFieldModule, typeof i5.FwIconModule], [typeof i1.FwTextAreaInputComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<FwTextAreaInputModule>;
11
+ }