@economic/taco 2.35.1 → 2.36.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. package/dist/components/Dialog/components/Content.d.ts +5 -0
  2. package/dist/components/Icon/components/index.d.ts +1 -1
  3. package/dist/components/Input/Input.d.ts +1 -1
  4. package/dist/components/Menu/Menu.d.ts +2 -1
  5. package/dist/components/Menu/components/Item.d.ts +1 -1
  6. package/dist/components/Menu/components/Link.d.ts +1 -1
  7. package/dist/components/Menu/components/Separator.d.ts +3 -2
  8. package/dist/components/Navigation2/components/Link.d.ts +1 -1
  9. package/dist/components/Provider/Localization.d.ts +6 -0
  10. package/dist/components/Select2/components/Option.d.ts +2 -2
  11. package/dist/components/Select2/components/Search.d.ts +1 -7
  12. package/dist/components/Table3/Table3.d.ts +4 -0
  13. package/dist/components/Table3/components/Row/Editing/CreateRowButton.d.ts +11 -0
  14. package/dist/components/Table3/features/useTableEditing.d.ts +1 -0
  15. package/dist/components/Table3/types.d.ts +5 -0
  16. package/dist/components/Table3/util/editing.d.ts +1 -0
  17. package/dist/components/Tag/Tag.d.ts +1 -1
  18. package/dist/esm/index.css +41 -21
  19. package/dist/esm/node_modules/babel-plugin-transform-async-to-promises/helpers.mjs.js +161 -1
  20. package/dist/esm/node_modules/babel-plugin-transform-async-to-promises/helpers.mjs.js.map +1 -1
  21. package/dist/esm/packages/taco/src/components/Combobox/useCombobox.js +1 -1
  22. package/dist/esm/packages/taco/src/components/Combobox/useCombobox.js.map +1 -1
  23. package/dist/esm/packages/taco/src/components/Dialog/components/Content.js.map +1 -1
  24. package/dist/esm/packages/taco/src/components/Icon/components/{ESignature.js → DocumentSignedSolid.js} +4 -4
  25. package/dist/esm/packages/taco/src/components/Icon/components/DocumentSignedSolid.js.map +1 -0
  26. package/dist/esm/packages/taco/src/components/Icon/components/{Home2.js → House.js} +4 -4
  27. package/dist/esm/packages/taco/src/components/Icon/components/{Home2.js.map → House.js.map} +1 -1
  28. package/dist/esm/packages/taco/src/components/Icon/components/{Home.js → HouseSolid.js} +4 -4
  29. package/dist/esm/packages/taco/src/components/Icon/components/HouseSolid.js.map +1 -0
  30. package/dist/esm/packages/taco/src/components/Icon/components/index.js +6 -6
  31. package/dist/esm/packages/taco/src/components/Icon/components/index.js.map +1 -1
  32. package/dist/esm/packages/taco/src/components/Menu/Menu.js.map +1 -1
  33. package/dist/esm/packages/taco/src/components/Menu/components/Separator.js +7 -5
  34. package/dist/esm/packages/taco/src/components/Menu/components/Separator.js.map +1 -1
  35. package/dist/esm/packages/taco/src/components/Provider/Localization.js +7 -1
  36. package/dist/esm/packages/taco/src/components/Provider/Localization.js.map +1 -1
  37. package/dist/esm/packages/taco/src/components/Select2/Select2.js +7 -16
  38. package/dist/esm/packages/taco/src/components/Select2/Select2.js.map +1 -1
  39. package/dist/esm/packages/taco/src/components/Select2/components/Search.js +2 -12
  40. package/dist/esm/packages/taco/src/components/Select2/components/Search.js.map +1 -1
  41. package/dist/esm/packages/taco/src/components/Table3/Table3.js +8 -1
  42. package/dist/esm/packages/taco/src/components/Table3/Table3.js.map +1 -1
  43. package/dist/esm/packages/taco/src/components/Table3/components/Columns/Cell/util.js +3 -2
  44. package/dist/esm/packages/taco/src/components/Table3/components/Columns/Cell/util.js.map +1 -1
  45. package/dist/esm/packages/taco/src/components/Table3/components/Row/Editing/CreateRowButton.js +90 -0
  46. package/dist/esm/packages/taco/src/components/Table3/components/Row/Editing/CreateRowButton.js.map +1 -0
  47. package/dist/esm/packages/taco/src/components/Table3/features/useTableEditing.js +53 -15
  48. package/dist/esm/packages/taco/src/components/Table3/features/useTableEditing.js.map +1 -1
  49. package/dist/esm/packages/taco/src/components/Table3/useTable3.js +2 -1
  50. package/dist/esm/packages/taco/src/components/Table3/useTable3.js.map +1 -1
  51. package/dist/esm/packages/taco/src/components/Table3/util/editing.js +20 -1
  52. package/dist/esm/packages/taco/src/components/Table3/util/editing.js.map +1 -1
  53. package/dist/esm/packages/taco/src/primitives/Table/Core/Table.js +5 -2
  54. package/dist/esm/packages/taco/src/primitives/Table/Core/Table.js.map +1 -1
  55. package/dist/esm/packages/taco/src/primitives/Table/Core/components/Header/Header.js +2 -1
  56. package/dist/esm/packages/taco/src/primitives/Table/Core/components/Header/Header.js.map +1 -1
  57. package/dist/esm/packages/taco/src/primitives/Table/Core/components/Header/components/Menu.js +2 -4
  58. package/dist/esm/packages/taco/src/primitives/Table/Core/components/Header/components/Menu.js.map +1 -1
  59. package/dist/esm/packages/taco/src/primitives/Table/Core/components/Row/BuiltIns/DisplayRow.js +2 -3
  60. package/dist/esm/packages/taco/src/primitives/Table/Core/components/Row/BuiltIns/DisplayRow.js.map +1 -1
  61. package/dist/esm/packages/taco/src/primitives/Table/Core/components/Toolbar/components/Filters/ManageFiltersPopover.js +5 -4
  62. package/dist/esm/packages/taco/src/primitives/Table/Core/components/Toolbar/components/Filters/ManageFiltersPopover.js.map +1 -1
  63. package/dist/esm/packages/taco/src/primitives/Table/Core/components/Toolbar/components/Filters/components/FilterValue.js +3 -2
  64. package/dist/esm/packages/taco/src/primitives/Table/Core/components/Toolbar/components/Filters/components/FilterValue.js.map +1 -1
  65. package/dist/esm/packages/taco/src/primitives/Table/Core/features/useTableRenderer.js +1 -1
  66. package/dist/esm/packages/taco/src/primitives/Table/Core/features/useTableRenderer.js.map +1 -1
  67. package/dist/esm/packages/taco/src/primitives/Table/types.js.map +1 -1
  68. package/dist/esm/packages/taco/src/primitives/Table/useTableDataLoader.js +6 -1
  69. package/dist/esm/packages/taco/src/primitives/Table/useTableDataLoader.js.map +1 -1
  70. package/dist/esm/packages/taco/src/primitives/Table/useTableManager/features/useTableRowClick.js +11 -8
  71. package/dist/esm/packages/taco/src/primitives/Table/useTableManager/features/useTableRowClick.js.map +1 -1
  72. package/dist/esm/packages/taco/src/primitives/Table/useTableManager/util/presets.js +3 -1
  73. package/dist/esm/packages/taco/src/primitives/Table/useTableManager/util/presets.js.map +1 -1
  74. package/dist/esm/packages/taco/src/primitives/Table/useTableManager/util/setup.js.map +1 -1
  75. package/dist/esm/packages/taco/src/utils/dom.js +2 -2
  76. package/dist/esm/packages/taco/src/utils/dom.js.map +1 -1
  77. package/dist/index.css +41 -21
  78. package/dist/primitives/Table/Core/components/Header/components/Menu.d.ts +1 -0
  79. package/dist/primitives/Table/types.d.ts +7 -5
  80. package/dist/primitives/Table/useTableManager/features/useTableRowClick.d.ts +4 -4
  81. package/dist/primitives/Table/useTableManager/util/presets.d.ts +1 -1
  82. package/dist/primitives/Table/useTableManager/util/setup.d.ts +2 -2
  83. package/dist/taco.cjs.development.js +419 -109
  84. package/dist/taco.cjs.development.js.map +1 -1
  85. package/dist/taco.cjs.production.min.js +1 -1
  86. package/dist/taco.cjs.production.min.js.map +1 -1
  87. package/dist/utils/dom.d.ts +1 -1
  88. package/package.json +2 -2
  89. package/dist/components/Table/Table.storyexample.d.ts +0 -9
  90. package/dist/esm/packages/taco/src/components/Icon/components/ESignature.js.map +0 -1
  91. package/dist/esm/packages/taco/src/components/Icon/components/Home.js.map +0 -1
  92. /package/dist/components/Icon/components/{ESignature.d.ts → DocumentSignedSolid.d.ts} +0 -0
  93. /package/dist/components/Icon/components/{Home.d.ts → House.d.ts} +0 -0
  94. /package/dist/components/Icon/components/{Home2.d.ts → HouseSolid.d.ts} +0 -0
@@ -1,2 +1,2 @@
1
- "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=require("react"),n=e(t),l=e(require("clsx")),a=require("@radix-ui/react-alert-dialog"),r=require("@radix-ui/react-accordion"),o=require("@radix-ui/react-tooltip"),i=require("react-day-picker"),s=require("@radix-ui/react-checkbox"),c=require("uuid"),u=require("@radix-ui/react-popover"),d=e(require("lodash/debounce")),m=require("date-fns"),f=require("@radix-ui/react-dialog"),g=require("@react-aria/interactions"),v=require("framer-motion"),h=require("@react-aria/focus"),p=require("@radix-ui/react-scroll-area"),w=require("@radix-ui/react-use-controllable-state"),b=require("@radix-ui/react-hover-card"),x=require("@radix-ui/react-collapsible"),E=require("@radix-ui/react-switch"),y=require("@radix-ui/react-dropdown-menu"),z=require("@radix-ui/react-radio-group"),C=require("@radix-ui/react-portal"),R=require("@tanstack/react-table"),S=e(require("lodash/get")),O=require("@tanstack/react-virtual"),A=require("react-intersection-observer"),N=require("@dnd-kit/core"),L=require("@dnd-kit/modifiers"),M=require("@dnd-kit/sortable"),H=require("@dnd-kit/utilities"),k=require("react-table"),V=require("react-window"),I=e(require("react-window-infinite-loader")),j=e(require("lodash/set")),D=e(require("lodash/unset")),T=e(require("lodash/compact")),F=e(require("lodash/pullAt")),P=require("@radix-ui/react-tabs"),B=require("react-joyride"),_=e(B);const G=["green","yellow","red","blue","purple","brown","pink","orange","grey","transparent"],q=e=>{switch(e){case"information":return"blue";case"warning":return"yellow";case"error":return"red";case"success":return"green";default:return"grey"}},K=e=>{switch(e){case"green":return"border-green-700 text-green-700";case"yellow":return"border-yellow-700 text-yellow-700";case"red":return"border-red-500 text-red-500";case"blue":return"border-blue-500 text-blue-500";case"purple":return"border-purple-700 text-purple-700";case"brown":return"border-brown-700 text-brown-700";case"pink":return"border-pink-700 text-pink-700";case"orange":return"border-orange-700 text-orange-700";case"transparent":case"grey":default:return"border-grey-700 text-grey-700"}},$=e=>{switch(e){case"green":return"wcag-green-100";case"yellow":return"wcag-yellow-100";case"red":return"wcag-red-100";case"blue":return"wcag-blue-100";case"purple":return"wcag-purple-100";case"brown":return"wcag-brown-100";case"pink":return"wcag-pink-100";case"orange":return"wcag-orange-100";case"transparent":return"wcag-transparent";case"grey":default:return"wcag-grey-200"}},W=e=>{switch(e){case"green":return"wcag-green-700";case"yellow":return"wcag-yellow-500";case"red":return"wcag-red-500";case"blue":return"wcag-blue-500";case"purple":return"wcag-purple-700";case"brown":return"wcag-brown-700";case"pink":return"wcag-pink-500";case"orange":return"wcag-orange-700";case"transparent":return"wcag-transparent";case"grey":default:return"wcag-grey-700"}};function U(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-4.5 7.25a4.5 4.5 0 013.632 7.158l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.5 4.5 0 11-2.495-8.245zm0 1.5a3 3 0 100 6 3 3 0 000-6zm-7 3.25a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm0-4a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm9-4a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm-9 0a.75.75 0 010 1.5h-.5a.75.75 0 010-1.5h.5z",fill:"currentColor",fillRule:"evenodd"}))}function J(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M4.5 16.25v3a.25.25 0 00.193.243l.057.007H13V21H4.75A1.75 1.75 0 013 19.25v-3h1.5zm4.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.718-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.44l-1.72-1.72a.75.75 0 01-.073-.976l.073-.084a.75.75 0 01.976-.073zM16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75V13h-1.5V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5zm12.804 10.147a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function Y(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25v-3h1.5v3a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zm-6.804 8.147l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function X(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h12.5zM13 17.5H6.5a.5.5 0 00-.492.41L6 18v1.5a.5.5 0 00.41.492L6.5 20H13a.5.5 0 00.492-.41l.008-.09V18a.5.5 0 00-.41-.492L13 17.5zm4.5 0h-2a.5.5 0 00-.492.41L15 18v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 19.5V18a.5.5 0 00-.41-.492l-.09-.008zm-9-3.5h-2a.5.5 0 00-.492.41L6 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L9 16v-1.5a.5.5 0 00-.41-.492L8.5 14zm9 0h-2a.5.5 0 00-.492.41L15 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 16v-1.5a.5.5 0 00-.41-.492L17.5 14zM13 14h-2a.5.5 0 00-.492.41l-.008.09V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L13.5 16v-1.5a.5.5 0 00-.41-.492L13 14zm-4.5-3.5h-2a.5.5 0 00-.492.41L6 11v1.5a.5.5 0 00.41.492L6.5 13h2a.5.5 0 00.492-.41L9 12.5V11a.5.5 0 00-.41-.492L8.5 10.5zm9 0h-2a.5.5 0 00-.492.41L15 11v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 12.5V11a.5.5 0 00-.41-.492l-.09-.008zm-4.5 0h-2a.5.5 0 00-.492.41L10.5 11v1.5a.5.5 0 00.41.492L11 13h2a.5.5 0 00.492-.41l.008-.09V11a.5.5 0 00-.41-.492L13 10.5zM17.5 4h-11a.5.5 0 00-.492.41L6 4.5V8a.5.5 0 00.41.492l.09.008h11a.5.5 0 00.492-.41L18 8V4.5a.5.5 0 00-.41-.492L17.5 4zm-1 1a.5.5 0 01.5.5V7a.5.5 0 01-.5.5h-1A.5.5 0 0115 7V5.5a.5.5 0 01.5-.5h1z",fill:"currentColor",fillRule:"evenodd"}))}function Q(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.823 2.122a.188.188 0 01.352 0l.874 2.364c.02.051.06.092.111.11l2.364.875a.188.188 0 010 .352l-2.364.875a.188.188 0 00-.11.11l-.875 2.364a.188.188 0 01-.352 0l-.875-2.364a.187.187 0 00-.11-.11l-2.364-.875a.188.188 0 010-.352l2.364-.874a.187.187 0 00.11-.111l.875-2.364zm1.667 7a.188.188 0 01.351 0l.515 1.39a.19.19 0 00.11.112l1.39.514a.188.188 0 010 .352l-1.39.514a.188.188 0 00-.11.111l-.515 1.39a.187.187 0 01-.351 0l-.515-1.39a.187.187 0 00-.11-.11l-1.391-.515a.188.188 0 010-.352l1.39-.514a.187.187 0 00.111-.111l.515-1.39zm-5.363-2.36c-.889-.328-1.014-1.455-.374-2.008a12.291 12.291 0 00-3.864-.606C5.979 4.148 2 6.884 2 10.26c0 2.393 1.999 4.463 4.91 5.467L4.513 19.99a.556.556 0 00.832.706l5.406-4.325.426-.003c3.493-.076 6.477-1.538 7.829-3.612l-.879-.325c-1.034-.383-1.034-1.845 0-2.228l.234-.086a1.168 1.168 0 01-.476-.595l-.745-2.013-2.013-.745z",fill:"currentColor"}))}function Z(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("mask",{id:"ai-stars_svg__a",fill:"#fff"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.324 2.476a.188.188 0 01.351 0l.875 2.364c.019.05.06.091.11.11l2.364.875a.188.188 0 010 .352l-2.363.874a.187.187 0 00-.111.11l-.875 2.365a.188.188 0 01-.351 0l-.875-2.364a.188.188 0 00-.11-.11l-2.364-.875a.188.188 0 010-.352l2.363-.875a.188.188 0 00.111-.11l.875-2.364zM8.226 4.931c.266-.719 1.281-.719 1.547 0l1.566 4.23 4.23 1.566c.719.266.719 1.282 0 1.547l-4.23 1.566-1.566 4.23c-.266.72-1.281.72-1.547 0L6.66 13.84l-4.23-1.566c-.719-.265-.719-1.281 0-1.547l4.23-1.566 1.566-4.23zM9 7.16L7.96 9.974a.825.825 0 01-.488.487L4.66 11.5l2.81 1.041a.825.825 0 01.488.487L9 15.84l1.04-2.812a.825.825 0 01.488-.487l2.811-1.04-2.81-1.04a.825.825 0 01-.488-.488L9 7.162zm8.675 7.315a.188.188 0 00-.351 0l-.875 2.364a.188.188 0 01-.11.11l-2.364.875a.188.188 0 000 .352l2.363.874c.052.02.092.06.111.11l.875 2.364c.06.164.291.164.351 0l.875-2.363a.187.187 0 01.11-.11l2.364-.875a.188.188 0 000-.352l-2.363-.875a.187.187 0 01-.111-.11l-.875-2.364z"})),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.324 2.476a.188.188 0 01.351 0l.875 2.364c.019.05.06.091.11.11l2.364.875a.188.188 0 010 .352l-2.363.874a.187.187 0 00-.111.11l-.875 2.365a.188.188 0 01-.351 0l-.875-2.364a.188.188 0 00-.11-.11l-2.364-.875a.188.188 0 010-.352l2.363-.875a.188.188 0 00.111-.11l.875-2.364zM8.226 4.931c.266-.719 1.281-.719 1.547 0l1.566 4.23 4.23 1.566c.719.266.719 1.282 0 1.547l-4.23 1.566-1.566 4.23c-.266.72-1.281.72-1.547 0L6.66 13.84l-4.23-1.566c-.719-.265-.719-1.281 0-1.547l4.23-1.566 1.566-4.23zM9 7.16L7.96 9.974a.825.825 0 01-.488.487L4.66 11.5l2.81 1.041a.825.825 0 01.488.487L9 15.84l1.04-2.812a.825.825 0 01.488-.487l2.811-1.04-2.81-1.04a.825.825 0 01-.488-.488L9 7.162zm8.675 7.315a.188.188 0 00-.351 0l-.875 2.364a.188.188 0 01-.11.11l-2.364.875a.188.188 0 000 .352l2.363.874c.052.02.092.06.111.11l.875 2.364c.06.164.291.164.351 0l.875-2.363a.187.187 0 01.11-.11l2.364-.875a.188.188 0 000-.352l-2.363-.875a.187.187 0 01-.111-.11l-.875-2.364z",fill:"currentColor"}),t.createElement("path",{d:"M17.675 2.476l.704-.26-.704.26zm-.351 0l-.704-.26.704.26zM18.55 4.84l.703-.26-.703.26zm.11.11l-.26.704.26-.704zm2.364.875l.26-.704-.26.704zm0 .352l-.26-.704.26.704zm-2.363.874l-.26-.703.26.703zm-.111.11l.703.261-.703-.26zm-.875 2.365l.704.26-.704-.26zm-.351 0l-.704.26.704-.26zm-.875-2.364l.703-.26-.703.26zm-.11-.11l.26-.704-.26.703zm-2.364-.875l-.26.703.26-.703zm0-.352l-.26-.704.26.704zm2.363-.875l.26.704-.26-.704zm.111-.11l.703.26-.703-.26zm-6.676.09l-.703.26.703-.26zm-1.547 0l.703.26-.703-.26zm3.113 4.231l-.704.26.12.324.323.12.26-.704zm4.23 1.566l-.26.703.26-.703zm0 1.547l-.26-.703.26.704zm-4.23 1.566l-.26-.703-.324.12-.12.323.704.26zm-1.566 4.23l-.703-.26.703.26zm-1.547 0l.703-.26-.703.26zM6.66 13.84l.704-.26-.12-.324-.324-.12-.26.704zm-4.23-1.566l.26-.703-.26.704zm0-1.547l.26.703-.26-.703zm4.23-1.566l.26.704.324-.12.12-.323-.704-.26zm1.3.812l.703.26-.704-.26zM9 7.162l.703-.26L9 5l-.704 1.9.704.26zM7.472 10.46l-.26-.703.26.704zM4.66 11.5l-.26-.703-1.901.704 1.9.703.26-.703zm2.81 1.041l.261-.703-.26.703zm.488.487l.704-.26-.704.26zM9 15.84l-.703.26L9 18l.703-1.9L9 15.84zm1.04-2.812l.704.26-.703-.26zm.488-.487l-.26-.703.26.703zm2.811-1.04l.26.703 1.901-.703-1.9-.704-.26.704zm-2.81-1.04l.26-.704-.26.704zm-.488-.488l.703-.26-.703.26zm7.284 4.503l-.704-.26.704.26zm.351 0l.704-.26-.704.26zM16.45 16.84l.703.26-.703-.26zm-.11.11l.26.704-.26-.704zm-2.364.875l-.26-.703.26.703zm0 .352l.26-.704-.26.704zm2.363.874l-.26.704.26-.704zm.111.11l.703-.26-.703.26zm.875 2.364l-.704.26.704-.26zm.351 0l.704.26-.704-.26zm.875-2.363l.703.26-.703-.26zm.11-.11l.261.703-.26-.704zm2.364-.875l.26.703-.26-.703zm0-.352l.26-.703-.26.703zm-2.363-.875l-.26.704.26-.704zm-.111-.11l.703-.26-.703.26zM18.38 2.216c-.302-.817-1.457-.817-1.759 0l1.407.52a.563.563 0 01-1.055 0l1.407-.52zm.874 2.363l-.874-2.363-1.407.52.875 2.364 1.406-.52zm-.332-.332a.562.562 0 01.332.332l-1.406.52a.937.937 0 00.553.555l.521-1.407zm2.364.874l-2.364-.874-.52 1.407 2.363.874.52-1.407zm0 1.759c.816-.302.816-1.456 0-1.759l-.521 1.407a.563.563 0 010-1.055l.52 1.407zm-2.364.875l2.364-.875-.521-1.407-2.363.875.52 1.407zm.332-.333a.562.562 0 01-.332.333l-.52-1.407a.937.937 0 00-.554.554l1.406.52zm-.874 2.364l.874-2.364-1.406-.52-.875 2.363 1.407.52zm-1.759 0c.302.816 1.457.816 1.759 0l-1.407-.52a.563.563 0 011.055 0l-1.407.52zm-.874-2.364l.874 2.364 1.407-.52-.875-2.364-1.406.52zm.332.333a.562.562 0 01-.332-.333l1.406-.52a.938.938 0 00-.553-.554l-.521 1.407zm-2.364-.875l2.364.875.52-1.407-2.363-.875-.52 1.407zm0-1.759c-.816.303-.816 1.457 0 1.759l.521-1.407c.49.181.49.874 0 1.055l-.52-1.407zm2.364-.874l-2.364.874.521 1.407 2.364-.874-.521-1.407zm-.332.332a.562.562 0 01.332-.332l.52 1.407a.938.938 0 00.555-.554l-1.407-.52zm.874-2.363l-.874 2.363 1.406.52.875-2.363-1.407-.52zM10.477 4.67c-.508-1.37-2.447-1.37-2.955 0l1.407.52a.1.1 0 01.015-.027.041.041 0 01.01-.01A.085.085 0 019 5.142c.021 0 .037.006.045.011a.041.041 0 01.01.01.1.1 0 01.015.028l1.407-.52zm1.565 4.231l-1.565-4.23-1.407.52 1.565 4.23 1.407-.52zm3.788 1.123L11.6 8.458l-.521 1.407 4.23 1.565.521-1.406zm0 2.954c1.371-.508 1.371-2.447 0-2.954l-.52 1.406a.103.103 0 01.028.015.044.044 0 01.009.01.084.084 0 01.011.046.084.084 0 01-.011.045.04.04 0 01-.01.01.102.102 0 01-.028.015l.521 1.407zm-4.23 1.565l4.23-1.565-.52-1.407-4.232 1.566.521 1.406zm-1.123 3.788l1.565-4.23-1.407-.521-1.565 4.23 1.407.521zm-2.955 0c.508 1.371 2.447 1.371 2.955 0l-1.407-.52a.1.1 0 01-.015.028.04.04 0 01-.01.009.085.085 0 01-.045.012.085.085 0 01-.046-.012.04.04 0 01-.01-.01.1.1 0 01-.015-.027l-1.407.52zm-1.565-4.23l1.565 4.23 1.407-.52-1.565-4.231-1.407.52zm-3.788-1.123l4.23 1.565.521-1.406-4.23-1.566-.521 1.407zm0-2.954c-1.371.507-1.371 2.446 0 2.954l.52-1.407a.1.1 0 01-.028-.015.04.04 0 01-.009-.01.085.085 0 01-.011-.045.09.09 0 01.011-.046.043.043 0 01.01-.01.099.099 0 01.028-.015l-.521-1.406zm4.23-1.566l-4.23 1.566.52 1.406L6.92 9.865 6.4 8.458zM7.523 4.67L5.957 8.901l1.407.52 1.565-4.23-1.407-.52zm1.14 5.563l1.04-2.81-1.406-.521-1.04 2.81 1.407.521zm-.93.93c.431-.159.771-.498.93-.93l-1.406-.52a.075.075 0 01-.044.044l.52 1.407zm-2.811 1.041l2.811-1.04-.52-1.407-2.812 1.04.52 1.407zm2.811-.366l-2.811-1.04-.52 1.406 2.81 1.04.521-1.406zm.93.93a1.574 1.574 0 00-.93-.93l-.52 1.406c.02.008.036.024.044.045l1.407-.52zm1.04 2.811l-1.04-2.81-1.406.52 1.04 2.81 1.407-.52zm-.366-2.81l-1.04 2.81 1.407.52 1.04-2.81-1.407-.52zm.93-.931c-.43.16-.77.499-.93.93l1.407.52a.075.075 0 01.044-.044l-.52-1.406zm2.812-1.04l-2.811 1.04.52 1.406 2.812-1.04-.52-1.407zm-2.811.366l2.811 1.04.52-1.407-2.81-1.04-.521 1.407zm-.93-.93c.159.43.499.77.93.93l.52-1.407a.075.075 0 01-.044-.044l-1.407.52zm-1.04-2.812l1.04 2.811 1.406-.52-1.04-2.811-1.407.52zm9.73 7.314a.563.563 0 01-1.055 0l1.407-.52c-.302-.816-1.457-.816-1.759 0l1.407.52zm-.875 2.364l.875-2.364-1.407-.52-.874 2.363 1.406.52zm-.553.554a.938.938 0 00.553-.554l-1.406-.52a.563.563 0 01.332-.333l.52 1.407zm-2.364.874l2.364-.874-.521-1.407-2.364.875.521 1.406zm0-1.055c.49.181.49.874 0 1.055l-.52-1.406c-.817.302-.817 1.456 0 1.758l.52-1.407zm2.364.875l-2.364-.875-.52 1.407 2.363.875.52-1.407zm.553.554a.938.938 0 00-.553-.554l-.521 1.407a.563.563 0 01-.332-.333l1.406-.52zm.875 2.363l-.875-2.363-1.406.52.874 2.364 1.407-.52zm-1.055 0a.563.563 0 011.055 0l-1.407.52c.302.817 1.457.817 1.759 0l-1.407-.52zm.875-2.363l-.875 2.363 1.407.52.874-2.363-1.406-.52zm.553-.554a.937.937 0 00-.553.554l1.406.52a.562.562 0 01-.332.333l-.52-1.407zm2.364-.875l-2.363.875.52 1.407 2.364-.875-.521-1.407zm0 1.055a.563.563 0 010-1.055l.52 1.407c.817-.302.817-1.456 0-1.758l-.52 1.406zm-2.363-.874l2.363.874.52-1.406-2.363-.875-.52 1.407zm-.554-.554a.938.938 0 00.553.554l.521-1.407a.562.562 0 01.332.332l-1.406.52zm-.875-2.364l.875 2.364 1.406-.52-.874-2.364-1.407.52z",fill:"currentColor",mask:"url(#ai-stars_svg__a)"}))}function ee(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M8.25 18h7.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5zM12 4.5a.75.75 0 01.743.648l.007.102v8.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 16l-.029-.002h-.023l-.021-.003-.054-.006-.07-.015-.072-.024-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V5.25A.75.75 0 0112 4.5z",fill:"currentColor",fillRule:"evenodd"}))}function te(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 6.25a.75.75 0 01.743.648L12.75 7l-.001 8.189 2.22-2.22a.75.75 0 011.134.977l-.073.084-3.5 3.5-.038.036-.046.037h-.002l-.008.007-.081.051-.134.056-.085.02-.084.011h-.103l-.12-.018-.12-.039-.078-.038-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L11.25 7a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function ne(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.75 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm-6.554.397l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.018.119-.03.098-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22H5.25a.75.75 0 01-.102-1.493l.102-.007h8.189l-2.22-2.22a.75.75 0 01.977-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function le(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.03 7.97a.75.75 0 01.073.976l-.073.084-2.219 2.219L17 11.25a.75.75 0 01.102 1.493L17 12.75l-8.19-.001 2.22 2.22a.75.75 0 01-.976 1.134l-.084-.073-3.5-3.5-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function ae(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.946 7.897l.084.073 3.5 3.5.036.038.044.056.051.081.05.116.027.103.01.084v.103l-.018.12-.039.12-.038.078-.06.09-.063.071-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.218-2.22H7a.75.75 0 01-.102-1.493L7 11.25h8.189l-2.22-2.22a.75.75 0 01.977-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function re(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.25 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm7.53.47a.75.75 0 01.073.976l-.073.084-2.219 2.22h8.189a.75.75 0 01.102 1.493l-.102.007h-8.189l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089L8 11.965l.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function oe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.86 8.013l.067-.01.125-.001.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219v8.189a.75.75 0 01-1.493.102l-.007-.102v-8.189l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02zM15.75 4.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function ie(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.864 6.262l.089-.01h.095l.123.018.12.039.078.038.09.06.071.063 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L11.25 17V8.81l-2.22 2.22a.75.75 0 01-1.133-.976l.073-.084 3.5-3.5.094-.08.081-.051.134-.056.085-.02z",fill:"currentColor",fillRule:"evenodd"}))}function se(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.916 10.159l1.06 1.06-2.663 2.665a3.75 3.75 0 005.159 5.44l.144-.137 6.657-6.657a.75.75 0 011.128.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.575-7.269l.15-.156 2.664-2.664zm11.771-6.468a3.75 3.75 0 01.137 5.16l-.137.144-9.132 9.132a2.25 2.25 0 01-3.287-3.07l.105-.112 6.657-6.657a.75.75 0 011.128.984l-.067.076-6.657 6.657a.75.75 0 00.984 1.128l.077-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-2.933 2.932-1.061-1.061 2.933-2.932a3.75 3.75 0 015.303 0zM4 9a2 2 0 002 2 2 2 0 00-1.995 1.85L4 13l-.004-.132A2 2 0 002 11a2 2 0 002-2zm6-2.5a2 2 0 002 2 2 2 0 00-1.995 1.85L10 10.5l-.004-.132A2 2 0 008 8.5a2 2 0 002-2zM6.5 2c0 2.21 2.015 4 4.5 4-2.412 0-4.381 1.687-4.495 3.806L6.5 10l-.01-.263C6.338 7.65 4.386 6 2 6c2.485 0 4.5-1.79 4.5-4z",fill:"currentColor",fillRule:"evenodd"}))}function ce(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.026 18.467a.75.75 0 01-.977 1.133l-.084-.073-2.288-2.288-3.005 3.006a5.25 5.25 0 01-7.574-7.269l.15-.156 3.005-3.005-2.288-2.288a.75.75 0 01.977-1.133l.084.073 12 12zm-9.713-7.592l-3.005 3.006a3.75 3.75 0 005.16 5.44l.144-.137 3.005-3.005-1.061-1.061-3.005 3.005a2.25 2.25 0 01-3.287-3.069l.105-.113 3.005-3.005-1.061-1.061zm2.122 2.122L8.43 16.002a.75.75 0 00.984 1.128l.076-.067 3.005-3.006-1.06-1.06zm7.894-.47a.75.75 0 01.067.984l-.067.077-1.53 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.061 0zm.354-8.839a3.75 3.75 0 01.137 5.16l-.137.144-4.006 4.004-1.06-1.06 4.005-4.005a2.25 2.25 0 00-3.07-3.287l-.112.105-4.005 4.005-1.061-1.061 4.005-4.005a3.75 3.75 0 015.304 0zm-4.596 4.597a.75.75 0 01.067.983l-.067.077-1.531 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.062 0z",fill:"currentColor",fillRule:"evenodd"}))}function ue(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.38 3.688a3.75 3.75 0 015.44 5.16l-.137.144-9.132 9.131a2.25 2.25 0 01-3.287-3.069l.105-.113 6.657-6.656a.75.75 0 011.128.983l-.068.077-6.656 6.657a.75.75 0 00.984 1.128l.076-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-9.132 9.132a3.75 3.75 0 005.16 5.44l.144-.137 1.934-1.935a6.062 6.062 0 00.09 2.031l-.964.965a5.25 5.25 0 01-7.574-7.269l.15-.156 9.131-9.132zM22 18a4.5 4.5 0 10-9 0 4.5 4.5 0 009 0zm-5.243-2.852a.75.75 0 011.493.102v3.5l-.007.102a.75.75 0 01-1.493-.102v-3.5l.007-.102zM17.5 20a.75.75 0 100 1.5.75.75 0 000-1.5z",fill:"currentColor"}))}function de(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.38 3.688a3.75 3.75 0 015.44 5.16l-.137.144-9.132 9.131a2.25 2.25 0 01-3.287-3.069l.105-.113 6.657-6.656a.75.75 0 011.128.983l-.067.077-6.657 6.657a.75.75 0 00.984 1.128l.076-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-9.132 9.132a3.75 3.75 0 005.16 5.44l.144-.137 6.657-6.657a.75.75 0 011.127.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.574-7.269l.15-.156 9.131-9.132z",fill:"currentColor",fillRule:"evenodd"}))}function me(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.75 5.75a.25.25 0 00-.193-.243L14.5 5.5H14a.75.75 0 01-.102-1.493L14 4h.5c.372 0 .718.116 1.001.315.242-.17.53-.28.841-.308L16.5 4h.5l.102.007a.75.75 0 010 1.486L17 5.5h-.5l-.057.007a.25.25 0 00-.184.175l-.009.068V8h4c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16h-4v2.25l.007.057a.25.25 0 00.175.184l.068.009h.5l.102.007a.75.75 0 010 1.486L17 20h-.5l-.144-.006a1.74 1.74 0 01-.856-.308 1.734 1.734 0 01-.856.308L14.5 20H14a.75.75 0 01-.102-1.493L14 18.5h.5a.25.25 0 00.243-.193l.007-.057V5.75zm5.5 3.75h-4v5h4a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2zm3.5 0a1 1 0 110 2 1 1 0 010-2zm3.5 0c.087 0 .17.011.25.032v1.936A1.002 1.002 0 0112 12a1 1 0 011-1zm-9.25 5A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h9.5v1.5h-9.5a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h9.5V16h-9.5z",fill:"currentColor",fillRule:"evenodd"}))}function fe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 8c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16H3.75A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2z",fill:"currentColor",fillRule:"evenodd"}))}function ge(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.5 12.25l1.5 1.5V21a1 1 0 01-1 1H5a1 1 0 01-1-1v-7.25l1.5-1.5v8.25h13v-8.25zm-6.875.582l.375.375.375-.375a1.591 1.591 0 112.25 2.25L12 17.707l-2.625-2.625a1.591 1.591 0 012.25-2.25zm.821-10.685l.084.073L17 6.689V5.5a.5.5 0 01.5-.5h.5a.5.5 0 01.5.5v2.689l3.03 3.03a.75.75 0 01-.976 1.134l-.084-.073L12 3.811l-8.47 8.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 9-9a.75.75 0 01.976-.073z",fill:"currentColor",fillRule:"evenodd"}))}function ve(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M15.25 18.999V21h-2.5v-2.001h2.5zM21 16.75v2.5A1.75 1.75 0 0119.25 21h-2.5v-2.001H19V16.75h2zm-11.5-4c.966 0 1.75.784 1.75 1.75v4.75A1.75 1.75 0 019.5 21H4.75A1.75 1.75 0 013 19.25V14.5c0-.966.784-1.75 1.75-1.75H9.5zm11.5 0v2.5h-2v-2.5h2zm0-4v2.5h-2v-2.5h2zm-16 0v2.5H3v-2.5h2zM19.25 3c.966 0 1.75.784 1.75 1.75v2.5h-2V4.999h-2.25V3h2.5zm-12 0v1.999H5V7.25H3v-2.5C3 3.784 3.784 3 4.75 3h2.5zm4 0v1.999h-2.5V3h2.5zm4 0v1.999h-2.5V3h2.5z",fill:"currentColor",fillRule:"evenodd"}))}function he(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.5 19.5a2.5 2.5 0 01-4.995.164L9.5 19.5h5zM12 2c.915 0 1.686.767 1.924 1.815A6.002 6.002 0 0118 9.5V15l1.6 1.2A1 1 0 0119 18H5a1 1 0 01-.6-1.8L6 15V9.5a6.003 6.003 0 014.077-5.685C10.314 2.767 11.085 2 12 2z",fill:"currentColor",fillRule:"evenodd"}))}function pe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17 4.5c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V19.15a.5.5 0 01-.728.445C19.848 18.865 18.424 18.5 17 18.5c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 19.15V6.287a.5.5 0 01.252-.435C3.835 4.951 5.417 4.5 7 4.5c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM17 6c-1.284 0-2.586.363-3.92 1.108l-.308.178L12 7.75l-.772-.463C9.786 6.421 8.383 6 7 6c-1.11 0-2.232.271-3.378.825l-.122.062v10.739l.056-.02a10.363 10.363 0 013.059-.598L7 17c1.585 0 3.156.382 4.704 1.134l.296.149.296-.149c1.429-.694 2.878-1.073 4.339-1.127L17 17c1.027 0 2.05.16 3.065.48l.435.147V6.887l-.122-.062c-1.041-.504-2.064-.773-3.075-.818L17 6zm0 7.75c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 13.75zm0-3c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 10.75zm0-3c.836 0 1.669.115 2.5.344v1.567A7.98 7.98 0 0017 9.25c-1.16 0-2.325.266-3.501.804V8.427A9.628 9.628 0 0117 7.75z",fill:"currentColor",fillRule:"evenodd"}))}function we(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 2a.75.75 0 01.743.648L20 2.75v18.5a.75.75 0 01-.648.743L19.25 22H6.75a2.75 2.75 0 01-2.739-3H4V5l.043.001A.749.749 0 014 4.75a2.75 2.75 0 012.582-2.745L6.75 2h12.5zm-.75 16H6.75a1.25 1.25 0 00-.128 2.494l.128.006H18.5v-.75H6.75a.5.5 0 110-1H18.5V18zM5.506 4.622L5.5 4.75a.749.749 0 01-.043.251L5.5 5v11.8a2.732 2.732 0 011-.289V3.525a1.25 1.25 0 00-.994 1.097zM18.5 3.5h-11v13h11v-13zM14.25 9a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm2-3a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z",fill:"currentColor",fillRule:"evenodd"}))}function be(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.75 11c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0110.75 22h-6A1.75 1.75 0 013 20.25v-7.5c0-.966.784-1.75 1.75-1.75h6zm.25 8.5H9.5v1H11v-1zm-2.5 0h-4v1h4v-1zM14.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v9.836A1.75 1.75 0 0119.25 20H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L14 7.25V3.499L8.25 3.5a.25.25 0 00-.243.193L8 3.75V10H6.5V3.75C6.5 2.784 7.284 2 8.25 2h6.336zM11 17.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm10.016-6.984c.152 0 .333.058.371.263l.008.084v.242c.554.063 1.043.247 1.34.536.21.203.32.418.32.644 0 .29-.239.492-.516.492-.242 0-.437-.074-.648-.234-.328-.25-.586-.348-.93-.348-.379 0-.61.23-.61.48 0 .226.168.369.56.457l.14.028.687.121c1 .176 1.508.68 1.508 1.508 0 .908-.638 1.554-1.67 1.741l-.185.029v.175c0 .27-.207.352-.375.352-.157 0-.34-.065-.38-.269l-.007-.083v-.164c-.649-.047-1.211-.242-1.543-.558-.2-.196-.316-.41-.316-.645 0-.347.265-.543.59-.543.159 0 .308.044.495.162l.118.08c.343.254.726.395 1.043.395.48 0 .722-.203.722-.5 0-.217-.177-.353-.617-.458l-.14-.03-.672-.133c-.996-.192-1.489-.703-1.489-1.54 0-.885.638-1.523 1.633-1.683l.18-.023v-.23c0-.274.21-.348.383-.348zM11 15.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm5-3H4.5v2H11v-2zm4.5-7.881V7.25a.25.25 0 00.193.243l.057.007h2.631L15.5 4.619z",fill:"currentColor",fillRule:"evenodd"}))}function xe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.25 2c.414 0 .75.294.75.656V3h2.25c.966 0 1.75.83 1.75 1.853v14.294C21 20.17 20.216 21 19.25 21H4.75C3.784 21 3 20.17 3 19.147V4.853C3 3.83 3.784 3 4.75 3H7v-.344C7 2.294 7.336 2 7.75 2s.75.294.75.656V3h7v-.344c0-.362.336-.656.75-.656zm3.25 6h-15v11.147c0 .125.082.23.193.258l.057.007h14.5a.254.254 0 00.243-.204l.007-.06V8zm-11 7a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm-9-4.5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2A.5.5 0 016 12v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zM7 4.588H4.75a.254.254 0 00-.243.204l-.007.06V6.5h15V4.853a.262.262 0 00-.193-.258l-.057-.007H17v.256c0 .362-.336.656-.75.656s-.75-.294-.75-.656v-.256h-7v.256c0 .362-.336.656-.75.656S7 5.206 7 4.844v-.256z",fill:"currentColor",fillRule:"evenodd"}))}function Ee(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20 8a2 2 0 012 2v9a2 2 0 01-2 2H8a2 2 0 01-2-2v-9a2 2 0 012-2h12zm.5 5h-13v6a.5.5 0 00.41.492L8 19.5h12a.5.5 0 00.492-.41L20.5 19v-6zM12 15a.5.5 0 01.5.5V17a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1.5a.5.5 0 01.5-.5h2zm4.607-10.568L17.294 7h-1.553l-.583-2.18a.5.5 0 00-.524-.369l-.089.016L3.92 7.314a.5.5 0 00-.369.523l.016.089L5 13.276v3.905a1.992 1.992 0 01-.812-1.14l-2.07-7.727a2 2 0 011.414-2.45l10.625-2.846a2 2 0 012.45 1.414zM20 9.5H8a.5.5 0 00-.492.41L7.5 10v1.5h13V10a.5.5 0 00-.41-.492L20 9.5z",fill:"currentColor"}))}function ye(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1.143 6.234c.215 0 .434.097.48.36l.009.107v.387c.714.091 1.353.338 1.75.725.301.285.463.602.463.902 0 .355-.28.602-.618.602-.29 0-.51-.102-.779-.333-.456-.435-.843-.607-1.38-.607-.634 0-1.037.36-1.037.811 0 .372.266.62.843.762l.15.033 1.016.21c1.353.263 2.02.934 2.02 2.035 0 1.218-.86 2.076-2.251 2.304l-.193.027v.338c0 .344-.247.468-.49.468-.214 0-.437-.098-.484-.361l-.01-.107v-.327c-.816-.07-1.535-.322-1.981-.736-.301-.274-.473-.585-.473-.908 0-.419.306-.655.688-.655.236 0 .43.075.735.333.478.435 1.005.66 1.547.66.758 0 1.166-.338 1.166-.853 0-.374-.264-.605-.921-.77l-.159-.036-1.01-.22c-1.3-.269-1.955-.967-1.955-2.063 0-1.187.855-2.034 2.199-2.223l.186-.022v-.376c0-.349.247-.467.489-.467zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ze(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 4.75a.75.75 0 00-1.5 0v14.5c0 .414.336.75.75.75h18.5a.75.75 0 000-1.5h-1.5V6a.75.75 0 00-1.14-.64l-6.88 4.188-3.045-2.682a.75.75 0 00-.921-.055L3.5 9.745V4.75zm0 6.816V18.5h14.75V7.335l-6.211 3.782a.75.75 0 01-.886-.078l-3.02-2.66L3.5 11.565z",fill:"currentColor"}))}function Ce(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 17.75A1.75 1.75 0 009.25 16h-4.5A1.75 1.75 0 003 17.75v1.5c0 .966.784 1.75 1.75 1.75h4.5A1.75 1.75 0 0011 19.25v-1.5zm6-6.5a1.75 1.75 0 00-1.75-1.75H4.75A1.75 1.75 0 003 11.25v1.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0017 12.75v-1.5zm4-6.5A1.75 1.75 0 0019.25 3H4.75A1.75 1.75 0 003 4.75v1.5C3 7.216 3.784 8 4.75 8h14.5A1.75 1.75 0 0021 6.25v-1.5zm-11.5 13v1.5a.25.25 0 01-.193.243l-.057.007h-4.5a.25.25 0 01-.243-.193L4.5 19.25v-1.5a.25.25 0 01.193-.243l.057-.007h4.5a.25.25 0 01.243.193l.007.057zm6-6.5v1.5a.25.25 0 01-.193.243L15.25 13H4.75a.25.25 0 01-.243-.193L4.5 12.75v-1.5a.25.25 0 01.193-.243L4.75 11h10.5a.25.25 0 01.243.193l.007.057zm4-6.5v1.5a.25.25 0 01-.193.243l-.057.007H4.75a.25.25 0 01-.243-.193L4.5 6.25v-1.5a.25.25 0 01.193-.243L4.75 4.5h14.5a.25.25 0 01.243.193l.007.057z",fill:"currentColor"}))}function Re(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 4.75a.75.75 0 00-1.5 0v14.5c0 .414.336.75.75.75h18.5a.75.75 0 000-1.5H3.5V4.75zm18.06 2.53a.75.75 0 10-1.06-1.06l-5.97 5.97-3.47-3.47a.75.75 0 00-1.06 0l-4.47 4.47a.75.75 0 001.061 1.06l3.94-3.94L14 13.78a.75.75 0 001.06 0l6.5-6.5z",fill:"currentColor"}))}function Se(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.25 4.25A.75.75 0 0111 5v8h8a.75.75 0 01.743.648l.007.102c0 4.97-4.03 8.5-9 8.5a9 9 0 01-9-9c0-4.97 3.53-9 8.5-9zM9.5 5.787l-.209.024c-3.69.47-6.041 3.622-6.041 7.439a7.5 7.5 0 007.5 7.5c3.817 0 6.968-2.352 7.44-6.041l.022-.209H10.25a.75.75 0 01-.743-.648L9.5 13.75V5.787zm3.75-4.037a9 9 0 019 9 .75.75 0 01-.75.75h-8.25a.75.75 0 01-.75-.75V2.5a.75.75 0 01.75-.75zM14 3.287V10h6.712l-.023-.209a7.504 7.504 0 00-6.48-6.48L14 3.287z",fill:"currentColor"}))}function Oe(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 4.5h15v3.75h-15V4.5zM3 9.75V4.5A1.5 1.5 0 014.5 3h15A1.5 1.5 0 0121 4.5v15a1.5 1.5 0 01-1.5 1.5h-15A1.5 1.5 0 013 19.5V9.75zM4.5 14V9.75h4V14h-4zm0 1.5v4h4v-4h-4zm5.5 4h4v-4h-4v4zm5.5 0h4v-4h-4v4zm4-5.5V9.75h-4V14h4zM10 9.75h4V14h-4V9.75z",fill:"currentColor"}))}function Ae(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.557 13.056c1.474.7 2.443 1.881 2.443 3.222 0 1.294-.903 2.44-2.292 3.147l.89 1.582a.556.556 0 01-.748.761l-.084-.055-2.059-1.647a7.87 7.87 0 01-1.263.1c-2.853 0-5.205-1.506-5.52-3.444 2.666-.007 5.071-.766 6.817-1.966a7.924 7.924 0 001.802-1.682l.014-.018zM10.889 3.5c4.91 0 8.889 2.736 8.889 6.111 0 3.309-3.825 6.004-8.601 6.108l-.426.003-5.406 4.324a.556.556 0 01-.832-.706l2.398-4.262C3.999 14.074 2 12.003 2 9.61 2 6.236 5.98 3.5 10.889 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ne(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.313 12.156c.59.664.937 1.466.937 2.344 0 1.01-.467 1.944-1.272 2.68l-.21.179.885 1.77c.174.348.174.753.01 1.096l-.068.125-.084.118c-.352.44-.948.585-1.501.347l-.127-.062-.129-.09-2.446-1.955-.233.021-.19.012-.385.009c-2.065 0-3.908-.798-4.923-2.035a13.97 13.97 0 002.216-.108c.728.397 1.667.643 2.707.643.209 0 .415-.01.619-.03l.303-.037.323-.047 2.059 1.649-.969-1.94.582-.36c.86-.533 1.333-1.252 1.333-1.985 0-.371-.122-.733-.343-1.065.3-.336.562-.69.781-1.06l.125-.219zM11 3.25c4.786 0 8.75 2.725 8.75 6.25 0 3.455-3.81 6.143-8.47 6.247l-.139.001-4.662 3.73a1.25 1.25 0 01-1.567-.004l-.1-.09-.09-.102a1.25 1.25 0 01-.174-1.27l.06-.124 1.737-3.087-.23-.106c-2.193-1.046-3.646-2.768-3.842-4.737l-.017-.228-.006-.23c0-3.525 3.964-6.25 8.75-6.25zm0 1.5c-4.05 0-7.25 2.2-7.25 4.75 0 1.679 1.397 3.263 3.66 4.119l.255.092.85.293-1.969 3.498 4.072-3.255.267.002.384-.002c3.922-.095 6.981-2.253 6.981-4.747 0-2.55-3.2-4.75-7.25-4.75z",fill:"currentColor",fillRule:"evenodd"}))}function Le(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.47 6.47a.75.75 0 01.976-.073l.084.073L12 10.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06zm0 5a.75.75 0 01.976-.073l.084.073L12 15.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06z",fill:"currentColor",fillRule:"evenodd"}))}function Me(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.854 9.354l5.792 5.792a.5.5 0 00.708 0l5.792-5.792a.5.5 0 00-.353-.854H6.207a.5.5 0 00-.353.854z",fill:"currentColor",fillRule:"evenodd"}))}function He(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.47 10.03a.75.75 0 01.976-1.133l.084.073L12 13.439l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5z",fill:"currentColor",fillRule:"evenodd"}))}function ke(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17.53 6.47a.75.75 0 01.073.976l-.073.084L13.061 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 011.06 0zm-5 0a.75.75 0 01.073.976l-.073.084L8.061 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Ve(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5 6.207a.5.5 0 00-.854-.353l-5.792 5.792a.5.5 0 000 .708l5.792 5.792a.5.5 0 00.854-.353V6.207z",fill:"currentColor"}))}function Ie(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.97 6.47a.75.75 0 011.133.976l-.073.084L10.561 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5z",fill:"currentColor",fillRule:"evenodd"}))}function je(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.47 6.47a.75.75 0 01.976-.073l.084.073 5 5 .073.084a.75.75 0 01.007.882l-.08.094-5 5-.084.073a.75.75 0 01-.882.007l-.094-.08-.073-.084a.75.75 0 01-.007-.882l.08-.094L15.939 12l-4.47-4.47-.072-.084a.75.75 0 01.073-.976zm-5 0a.75.75 0 01.976-.073l.084.073 5 5 .073.084a.75.75 0 01.007.882l-.08.094-5 5-.084.073a.75.75 0 01-.882.007l-.094-.08-.073-.084a.75.75 0 01-.007-.882l.08-.094L10.939 12l-4.47-4.47-.072-.084a.75.75 0 01.073-.976z",fill:"currentColor",fillRule:"evenodd"}))}function De(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.5 17.793a.5.5 0 00.854.353l5.792-5.792a.5.5 0 000-.708L9.354 5.854a.5.5 0 00-.854.353v11.586z",fill:"currentColor"}))}function Te(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.03 6.47a.75.75 0 00-1.133.976l.073.084L13.439 12l-4.47 4.47a.75.75 0 00-.072.976l.073.084a.75.75 0 00.976.073l.084-.073 5-5a.75.75 0 00.073-.976l-.073-.084-5-5z",fill:"currentColor",fillRule:"evenodd"}))}function Fe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.47 12.53a.75.75 0 01-.073-.976l.073-.084 5-5 .084-.073a.75.75 0 01.882-.007l.094.08 5 5 .073.084a.75.75 0 01.007.882l-.08.094-.084.073a.75.75 0 01-.882.007l-.094-.08L12 8.061l-4.47 4.47-.084.072a.75.75 0 01-.976-.073zm0 5a.75.75 0 01-.073-.976l.073-.084 5-5 .084-.073a.75.75 0 01.882-.007l.094.08 5 5 .073.084a.75.75 0 01.007.882l-.08.094-.084.073a.75.75 0 01-.882.007l-.094-.08L12 13.061l-4.47 4.47-.084.072a.75.75 0 01-.976-.073z",fill:"currentColor",fillRule:"evenodd"}))}function Pe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.854 14.646l5.792-5.792a.5.5 0 01.708 0l5.792 5.792a.5.5 0 01-.353.854H6.207a.5.5 0 01-.353-.854z",fill:"currentColor",fillRule:"evenodd"}))}function Be(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17.53 13.97a.75.75 0 01-.976 1.133l-.084-.073L12 10.561l-4.47 4.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 01.976-.073l.084.073 5 5z",fill:"currentColor",fillRule:"evenodd"}))}function _e(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd",d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM8.641 8.641a.75.75 0 01.984-.067l.077.067L12 10.94l2.298-2.298a.75.75 0 011.128.984l-.067.077L13.06 12l2.298 2.298a.75.75 0 01-.984 1.128l-.077-.067L12 13.06l-2.298 2.298a.75.75 0 01-1.128-.984l.067-.077L10.94 12 8.641 9.702a.75.75 0 010-1.06z"}))}function Ge(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm-.267 5.753a1 1 0 10-.001-2.001 1 1 0 00.001 2.001zM14 16.754a.75.75 0 000-1.502h-1.267V11.5a.752.752 0 00-.75-.751H10a.75.75 0 000 1.502h1.233v3H10a.75.75 0 000 1.503h4z",fill:"currentColor"}))}function qe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm4 7.75c.934 0 1.027 1.366.102 1.493-8 0 0 0-8.102.007-.934 0-1.027-1.366-.102-1.493z",fill:"currentColor",fillRule:"evenodd"}))}function Ke(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm0 3.75a.75.75 0 01.743.648L12.75 8v3.25H16a.75.75 0 01.102 1.493L16 12.75h-3.25V16a.75.75 0 01-1.493.102L11.25 16v-3.25H8a.75.75 0 01-.102-1.493L8 11.25h3.25V8a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function $e(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm.58 10.15a.71.71 0 00.226-.543v-1.272a.306.306 0 01.045-.143.522.522 0 01.136-.133 3.91 3.91 0 01.285-.18l.028-.016c.112-.066.242-.143.387-.237.706-.454 1.156-1.012 1.156-1.838 0-.673-.37-1.19-.887-1.53-.513-.336-1.183-.508-1.845-.508-.552 0-1.234.096-1.79.317a2.441 2.441 0 00-.574.315c-.09.069-.174.146-.245.232a1.15 1.15 0 00-.154.238 1.474 1.474 0 00-.148.625c0 .075.01.118.02.167.036.159.12.3.254.401a.77.77 0 00.47.147.768.768 0 00.745-.517l.004-.013c.053-.17.226-.306.517-.4.282-.09.611-.116.852-.116.267 0 .575.078.809.213.241.139.345.298.345.44 0 .188-.051.32-.152.444-.11.136-.285.27-.55.444h-.002l-.136.091h-.001c-.232.153-.49.322-.695.513-.252.234-.467.537-.467.938v1.38c0 .226.087.421.248.556.155.13.357.185.56.185.21 0 .41-.064.558-.2zm-.559 3.1c.504 0 .924-.4.924-.904 0-.512-.423-.9-.924-.9a.908.908 0 00-.92.9c0 .504.42.904.92.904z",fill:"currentColor"}))}function We(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm4.403 3.867a.75.75 0 01.282.938l-.052.098-5.091 8a.75.75 0 01-1.145.145l-.074-.08-2.909-3.636a.75.75 0 011.096-1.018l.076.081 2.253 2.817 4.528-7.115a.75.75 0 011.036-.23z",fill:"currentColor",fillRule:"evenodd"}))}function Ue(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm0 3.75a.97.97 0 00-.974.989L11.2 12.5c.01.417.352.749.771.749a.768.768 0 00.77-.74l.23-4.26a.97.97 0 00-.97-1zm0 9.5a1 1 0 100-2 1 1 0 000 2z",fill:"currentColor"}))}function Je(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.03 12.97a.75.75 0 01.073.976l-.073.084-5.72 5.72H8.5a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007-5.051-.002-.12-.018-.068-.019-.06-.023-.07-.035-.082-.054-.08-.07a.749.749 0 01-.096-.118l-.05-.09-.04-.103a.737.737 0 01-.026-.116L2.75 20.5v-5a.75.75 0 011.493-.102l.007.102-.001 3.189 5.72-5.72a.75.75 0 011.061 0zm4.368-10.213l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L19.75 8.5V5.31l-5.72 5.72a.75.75 0 01-1.133-.976l.073-.084 5.718-5.72H15.5a.75.75 0 01-.743-.648L14.75 3.5a.75.75 0 01.648-.743z",fill:"currentColor",fillRule:"evenodd"}))}function Ye(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.398 12.757l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9.75 18.5v-3.19l-5.72 5.72a.75.75 0 01-1.133-.976l.073-.084 5.718-5.72H5.5a.75.75 0 01-.743-.648L4.75 13.5a.75.75 0 01.648-.743zM21.03 2.97a.75.75 0 01.073.976l-.073.084-5.72 5.72h3.19a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007-5.051-.002-.12-.018-.068-.019-.06-.023-.07-.035-.082-.054-.08-.07a.749.749 0 01-.096-.118l-.05-.09-.04-.103a.737.737 0 01-.026-.116l-.007-.102v-5a.75.75 0 011.493-.102l.007.102v3.188l5.72-5.718a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Xe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.554 6.397a.75.75 0 011.049 1.05l-.073.083L13.061 12l4.47 4.47a.75.75 0 01-.977 1.133l-.084-.073L12 13.061l-4.47 4.47-.084.072a.75.75 0 01-1.049-1.05l.073-.083L10.939 12l-4.47-4.47a.75.75 0 01.977-1.133l.084.073L12 10.939l4.47-4.47.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function Qe(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 4.5h-4v15h4v-15zm1.5 0v15h3.75a.25.25 0 00.25-.25V4.75a.25.25 0 00-.25-.25H15.5zM4.75 3A1.75 1.75 0 003 4.75v14.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0021 19.25V4.75A1.75 1.75 0 0019.25 3H4.75z",fill:"currentColor"}))}function Ze(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.6 4.5H14v15h-2.378a2.26 2.26 0 010 1.5h7.628A1.75 1.75 0 0021 19.25V4.75A1.75 1.75 0 0019.25 3H4.75A1.75 1.75 0 003 4.75v6.75c.576 0 1.152.22 1.591.659l1.659 1.659 1.659-1.659a2.244 2.244 0 011.691-.657V4.5zm5.9 15v-15h3.75a.25.25 0 01.25.25v14.5a.25.25 0 01-.25.25H15.5zM2.47 20.78a.75.75 0 010-1.06L5.19 17l-2.72-2.72a.75.75 0 111.06-1.06l2.72 2.72 2.72-2.72a.75.75 0 111.06 1.06L7.31 17l2.72 2.72a.75.75 0 11-1.06 1.06l-2.72-2.72-2.72 2.72a.75.75 0 01-1.06 0z",fill:"currentColor"}))}function et(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 4.5h-4v15h4v-15zm1.5 0v15h3.75a.25.25 0 00.25-.25V4.75a.25.25 0 00-.25-.25H15.5zm-10.75 0H8.5v15H4.75a.25.25 0 01-.25-.25V4.75a.25.25 0 01.25-.25zm0-1.5A1.75 1.75 0 003 4.75v14.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0021 19.25V4.75A1.75 1.75 0 0019.25 3H4.75z",fill:"currentColor"}))}function tt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19 9a3 3 0 11-2.877 3.854H7.877A3.001 3.001 0 012 12a3 3 0 015.93-.647h8.14A3.001 3.001 0 0119 9zM5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm14 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor"}))}function nt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.66 4.174a.75.75 0 01.32.933l-.045.091-8.298 14.373a.75.75 0 01-1.344-.659l.045-.091 8.298-14.373a.75.75 0 011.025-.274zM5 9a3.001 3.001 0 012.935 2.374.685.685 0 01.169-.02h1.814l-.866 1.5h-.948a.75.75 0 01-.22-.033A2.998 2.998 0 012 12a3 3 0 013-3zm14 0a3 3 0 11-2.877 3.854h-1.875l.866-1.5.956-.001A3.001 3.001 0 0119 9zM5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm14 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor"}))}function lt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V18h-.5a.75.75 0 110-1.5H4v-3.75h-.5a.75.75 0 110-1.5H4V8h-.5a.75.75 0 010-1.5H4V3.75C4 2.784 4.784 2 5.75 2h12.5zm0 1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6.5H6A.75.75 0 016 8h-.5v3.25H6a.75.75 0 110 1.5h-.5v3.75H6A.75.75 0 116 18h-.5v2.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5zM11.866 12c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0114.482 18H9.25a1.75 1.75 0 01-1.724-2.05c.46-2.634 1.906-3.95 4.34-3.95zm0-5.5c1.104 0 2 1.12 2 2.5s-.896 2.5-2 2.5c-1.105 0-2-1.12-2-2.5s.895-2.5 2-2.5z",fill:"currentColor",fillRule:"evenodd"}))}function at(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6 5v1.5h-.25a.25.25 0 00-.243.193L5.5 6.75v13.5a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V20H17v.25A1.75 1.75 0 0115.25 22h-9.5A1.75 1.75 0 014 20.25V6.75C4 5.784 4.784 5 5.75 5H6zm7.586-3a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0118.25 19h-9.5A1.75 1.75 0 017 17.25V3.75C7 2.784 7.784 2 8.75 2h4.836zM13 3.5H8.75a.25.25 0 00-.243.193L8.5 3.75v13.5a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm1.5 1.121V7.25a.25.25 0 00.193.243l.057.007h2.629L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function rt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.441 3.441a1.25 1.25 0 01.983-.058l.135.058 9.598 4.799a.85.85 0 01.464.859l-.001 6.151a.75.75 0 11-1.5 0v-4.971L19 11.339V17.5c0 1.657-3.134 3-7 3-3.772 0-6.847-1.278-6.994-2.88L5 17.5v-6.162L1.842 9.76a.85.85 0 01-.421-1.042l.041-.098a.85.85 0 01.286-.325l.094-.055 9.598-4.799zm-4.942 8.647v5.395c.009.095.385.448 1.217.791C8.82 18.73 10.351 19 12 19c1.689 0 3.253-.284 4.359-.757.472-.203.822-.425 1.023-.629l.11-.117c.003-.003.005-.004.006-.003l.002.006v-5.411l-4.941 2.47a1.25 1.25 0 01-.983.058l-.135-.058-4.942-2.471zM12 4.838L3.677 8.999l8.322 4.162 8.323-4.162L12 4.838z",fill:"currentColor"}))}function ot(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.499 15l.001 5.25a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V20H18v.25A1.75 1.75 0 0116.25 22h-9.5A1.75 1.75 0 015 20.25L4.999 15h1.5zm8.087-13a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0119.25 19h-9.5A1.75 1.75 0 018 17.25L7.999 15h1.5l.001 2.25a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057L19.499 9H15.75a1.75 1.75 0 01-1.744-1.606L14 7.25l-.001-3.75H9.75a.25.25 0 00-.243.193L9.5 3.75 9.499 5h-1.5L8 3.75C8 2.784 8.784 2 9.75 2h4.836zM4.392 8.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082L4.341 9.03l.051-.074zM8.25 6a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528A2.5 2.5 0 006.711 8.03a.75.75 0 11-.925-1.181A3.985 3.985 0 018.25 6zm7.249-1.38l.001 2.63a.25.25 0 00.193.243l.057.007h2.629l-2.88-2.88z",fill:"currentColor",fillRule:"evenodd"}))}function it(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2a4.5 4.5 0 014.472 4h-1.514a3 3 0 00-5.917 0H20.25a.75.75 0 110 1.5h-.75V18a4 4 0 01-4 4h-7a4 4 0 01-4-4V7.5h-.75a.75.75 0 010-1.5h3.777A4.5 4.5 0 0112 2zm6 5.5H6V18a2.5 2.5 0 002.336 2.495l.164.005h7a2.5 2.5 0 002.495-2.336L18 18V7.5zm-3.946 3.397a.75.75 0 011.049 1.05l-.073.083L13.061 14l1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073L12 15.061l-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083L10.939 14l-1.97-1.97a.75.75 0 01.977-1.133l.084.073L12 12.939l1.97-1.97.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function st(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2a4.5 4.5 0 014.472 4h3.778a.75.75 0 110 1.5h-.75V18a4 4 0 01-4 4h-7a4 4 0 01-4-4V7.5h-.75a.75.75 0 010-1.5h3.777A4.5 4.5 0 0112 2zm6 5.5H6V18a2.5 2.5 0 002.336 2.495l.164.005h7a2.5 2.5 0 002.495-2.336L18 18V7.5zm-8.25 2a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm4.5 0a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zM12 3.5A3 3 0 009.041 6h5.917A3 3 0 0012 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function ct(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H17v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V8h-15v11.25a.25.25 0 00.193.243l.057.007H7V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM12 11.25a.75.75 0 01.743.648l.007.102v6.439l1.72-1.72a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 1.72 1.719V12a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function ut(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.303 2.787a1.25 1.25 0 01.934 1.39l-.024.126-4 16a1.25 1.25 0 01-2.45-.48l.024-.126 4-16a1.25 1.25 0 011.516-.91zM7.05 5.04a1.25 1.25 0 01.242 1.65l-.082.11L2.877 12l4.333 5.2a1.25 1.25 0 01-.06 1.667l-.1.093a1.25 1.25 0 01-1.667-.06l-.093-.1-5-6a1.25 1.25 0 01-.083-1.49l.083-.11 5-6a1.25 1.25 0 011.76-.16zm9.9 0a1.25 1.25 0 011.667.06l.093.1 5 6 .083.11a1.25 1.25 0 010 1.38l-.083.11-5 6-.093.1a1.25 1.25 0 01-1.558.142l-.11-.082-.1-.093a1.25 1.25 0 01-.14-1.558l.08-.11L21.124 12 16.79 6.8l-.082-.11a1.25 1.25 0 01.242-1.65z",fill:"currentColor",fillRule:"evenodd"}))}function dt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.5 17a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-1 1.5h-2v2h2v-2zm-5-14.75a.75.75 0 01.102 1.493l-.102.007H13a.25.25 0 00-.243.193l-.007.057v5.75h1.75a.75.75 0 01.102 1.493l-.102.007h-1.75v5.75a.25.25 0 00.193.243l.057.007h1.5a.75.75 0 01.102 1.493l-.102.007H13a1.75 1.75 0 01-1.744-1.606l-.006-.144v-5.75H9.5a.75.75 0 01-.102-1.493l.102-.007h1.75V5.5a1.75 1.75 0 011.606-1.744L13 3.75h1.5zm6 5.75a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-13 0a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4A.5.5 0 013 14v-4a.5.5 0 01.5-.5h4zm12 1.5h-2v2h2v-2zm-13 0h-2v2h2v-2zm14-9a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-1 1.5h-2v2h2v-2z",fill:"currentColor",fillRule:"evenodd"}))}function mt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm6.194 13.72a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 2.47 2.469 4.47-4.47a.75.75 0 011.06 0zm-2.4-8.22L14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63z",fill:"currentColor",fillRule:"evenodd"}))}function ft(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V13h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm2.164 11.5a.75.75 0 01.743.648l.007.102V17h2.75a.75.75 0 01.102 1.493l-.102.007H16.5v2.75a.75.75 0 01-1.493.102L15 21.25V18.5h-2.75a.75.75 0 01-.102-1.493L12.25 17H15v-2.75a.75.75 0 01.75-.75zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function gt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.95 11.146l2.219 3.843.868.234a2.5 2.5 0 111.826 2.042l-1.633-.438.845 1.464a2.5 2.5 0 11-2.444-1.235l-.45-.778-4.287-1.148a.75.75 0 11.388-1.45l2.839.761-1.47-2.545a.75.75 0 011.3-.75zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V11h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.176 16.675a1 1 0 101 1.732 1 1 0 00-1-1.732zm3.134-4.084a1 1 0 101.932.518 1 1 0 00-1.932-.518zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function vt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1 12.91c.516 0 .935.333.935.849 0 .515-.42.848-.935.848-.516 0-.94-.333-.94-.848 0-.516.424-.849.94-.849zm0-5.978c.509 0 .883.352.917.807l.001.106-.15 3.62a.754.754 0 01-.768.736.757.757 0 01-.768-.632l-.01-.104-.135-3.62c-.022-.505.37-.913.913-.913zm2.5-5.811V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ht(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v4.336h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h5V22h-5A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm5.664 12.25a.75.75 0 01.743.648L20 15v4.5a.75.75 0 01-1.493.102L18.5 19.5v-2.69l-4.97 4.97a.75.75 0 01-1.133-.976l.073-.084 4.968-4.97H14.75a.75.75 0 01-.743-.648L14 15a.75.75 0 01.648-.743l.102-.007h4.5zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function pt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.586 2a1 1 0 01.707.293l3.414 3.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0119.25 17H15v3.25A1.75 1.75 0 0113.25 22h-8.5A1.75 1.75 0 013 20.25V8.75C3 7.784 3.784 7 4.75 7H9V3.75C9 2.784 9.784 2 10.75 2h5.836zM15.5 3.499l-4.75.001a.25.25 0 00-.243.193l-.007.057V7h1v1.5h-1V10H9V8.5H4.75a.25.25 0 00-.243.193L4.5 8.75v11.5a.25.25 0 00.193.243l.057.007h8.5a.25.25 0 00.243-.193l.007-.057V17h-1v-1.5h1V14H15v1.5h4.25a.25.25 0 00.243-.193l.007-.057V7.5h-2.25a1.75 1.75 0 01-1.744-1.606L15.5 5.75V3.499zM10.5 14v1.25a.25.25 0 00.193.243l.057.007h.75V17h-.75A1.75 1.75 0 019 15.25V14h1.5zm4.5-3v2h-1.5v-2H15zm-4.5 0v2H9v-2h1.5zm2-4h.75c.966 0 1.75.784 1.75 1.75V10h-1.5V8.75a.25.25 0 00-.193-.243L13.25 8.5h-.75V7zM17 4.12v1.63a.25.25 0 00.193.243L17.25 6h1.631L17 4.12z",fill:"currentColor",fillRule:"evenodd"}))}function wt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V12h1.5v8.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5h-2V2h2.586zM4.433 7.25a.5.5 0 01-.717.661l-.07-.057-1-1-.057-.07a.5.5 0 010-.568l.057-.07 1-1 .07-.057a.5.5 0 01.568 0l.07.057.057.07a.5.5 0 01.022.535L6.25 5.75V3.933a.5.5 0 01-.534-.022l-.07-.057a.5.5 0 01-.057-.638l.057-.07 1-1 .07-.057a.5.5 0 01.568 0l.07.057 1 1 .057.07a.5.5 0 010 .568l-.057.07-.07.057a.5.5 0 01-.534.022V5.75h1.817a.5.5 0 01.022-.534l.057-.07a.5.5 0 01.638-.057l.07.057 1 1a.5.5 0 01.057.638l-.057.07-1 1a.5.5 0 01-.787-.604H7.75v1.817a.5.5 0 01.534.022l.07.057a.5.5 0 01.057.638l-.057.07-1 1a.5.5 0 01-.638.057l-.07-.057-1-1a.5.5 0 01.605-.787L6.25 7.25H4.433zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function bt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm.164 10.75a3 3 0 100 6 3 3 0 000-6zm.75-8.129V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zm-.75 15.629a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function xt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V17H20v3.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.032 9.147a.75.75 0 01.882-.007l.094.08.073.084a.75.75 0 01.007.882l-.08.094L12.811 14h6.439l.102.007a.75.75 0 010 1.486l-.102.007h-6.439l1.72 1.72.072.084a.75.75 0 01-1.05 1.049l-.083-.073-3-3-.073-.084a.75.75 0 01-.007-.882l.08-.094 3-3 .084-.073zm.946-6.526V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function Et(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm5.218 13.647a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function yt(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.293 2.293A1 1 0 0013.586 2H5.75A1.75 1.75 0 004 3.75v16.5c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0020 20.25V8.414a1 1 0 00-.293-.707l-5.414-5.414zM5.75 3.5H13v3.75l.006.144A1.75 1.75 0 0014.75 9h3.75v11.25l-.007.057a.25.25 0 01-.243.193H5.75l-.057-.007a.25.25 0 01-.193-.243V3.75l.007-.057A.25.25 0 015.75 3.5zm8.75 1.121V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zm-6.693 9.425C8.183 12.37 9.194 11 10.43 11c1.547 0 1.796 1.624 1 3.337a6.972 6.972 0 01-1.424 2.009l-.156.148.138-.007.17-.017c1.058-.13 1.702-.687 2.014-1.725l.044-.16.026-.08c.239-.613 1.208-.407 1.13.292a10.03 10.03 0 00-.074 1.205l.006.168.084-.093.202-.245c.451-.532.863-.748 1.332-.404.185.135.278.313.343.543l.019.072.033.156.064.387.087-.088.147-.16.172-.202.197-.242.22-.284.23-.312.057-.067a.59.59 0 01.898.758l-.133.182-.252.334-.127.162c-.665.834-1.147 1.225-1.605 1.266-.419.037-.725-.198-.889-.556a1.83 1.83 0 01-.128-.403l-.016-.081-.08.09-.093.096c-.583.591-1.13.773-1.585.251l-.068-.084-.054-.08a1.31 1.31 0 01-.128-.29l-.011-.04-.098.082-.152.112c-.568.398-1.28.616-2.126.645l-.2.003-.167-.005a1.862 1.862 0 01-.843-.253l-.016-.01-.077.046-.256.137a6.378 6.378 0 01-.8.342l-.222.072-.078.018a.59.59 0 01-.267-1.145 5.16 5.16 0 00.806-.324l.15-.08-.043-.116-.056-.188c-.133-.511-.144-1.121-.036-1.775l.031-.17.038-.181zm2.617-.347c.422-.975.323-1.52.004-1.52-.545 0-1.255 1.006-1.502 2.273-.09.462-.108.86-.061 1.178l.025.14.082-.07.197-.186a5.84 5.84 0 001.1-1.488l.091-.185.064-.142z",fill:"currentColor"}))}function zt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20 14v6.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V14h4v1.5H5.5v4.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V15.5H16V14h4zm-6 0v1.5h-4V14h4zm0-3v1.5h-4V11h4zm.5-6.379V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zM4 3.75C4 2.784 4.784 2 5.75 2h7.836a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12.5h-4V11h2.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V11H8v1.5H4V3.75z",fill:"currentColor",fillRule:"evenodd"}))}function Ct(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V10H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM10 10a6 6 0 110 12 6 6 0 010-12zm0 1.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9zm0 .75a.75.75 0 01.743.648l.007.102v3a.75.75 0 01-.648.743L10 16.75H8a.75.75 0 01-.102-1.493L8 15.25l1.25-.001V13a.75.75 0 01.648-.743L10 12.25zm4.5-7.629V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Rt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm2.5 12.25a.75.75 0 01.102 1.493l-.102.007h-7a.75.75 0 01-.102-1.493l.102-.007h7zm0-4a.75.75 0 01.102 1.493l-.102.007h-7a.75.75 0 01-.102-1.493l.102-.007h7zm-1-7.129V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function St(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 16.25a.75.75 0 01.743.648L21 17v1.25a3.75 3.75 0 01-3.55 3.745l-.2.005H6.75a3.75 3.75 0 01-3.745-3.55L3 18.25V17a.75.75 0 011.493-.102L4.5 17v1.25a2.25 2.25 0 002.096 2.245l.154.005h10.5a2.25 2.25 0 002.245-2.096l.005-.154V17a.75.75 0 01.75-.75zm-3.5.75a.75.75 0 110 1.5h-9.5a.75.75 0 110-1.5h9.5zM12 2a.75.75 0 01.743.648l.007.102v9.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 14.5l-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V2.75A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function Ot(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M9.5 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function At(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17 4c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V18.65a.5.5 0 01-.728.445C19.848 18.365 18.424 18 17 18c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 18.65V5.787a.5.5 0 01.252-.435C3.835 4.451 5.417 4 7 4c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM7 13.5c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 13.677 8.226 13.5 7 13.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928c-.897-.359-1.96-.536-3.186-.536zm-10-3c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 10.677 8.226 10.5 7 10.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928c-.897-.359-1.96-.536-3.186-.536zm-10-3c-1.227 0-2.289.177-3.186.536a.5.5 0 00.372.928C4.956 8.656 5.893 8.5 7 8.5s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 7.677 8.226 7.5 7 7.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 00.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C19.289 7.677 18.226 7.5 17 7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Nt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13 2v5.25l.006.144a1.75 1.75 0 001.593 1.6L14.75 9H20v11.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2H13zm-3 7.75c-1.572 0-2.858 1.745-3.337 3.877l-.048.23-.039.217c-.138.832-.124 1.608.046 2.26l.07.238.055.148-.191.101c-.33.166-.672.305-1.025.413a.75.75 0 00.339 1.457l.1-.023.281-.092c.35-.122.691-.268 1.02-.435l.325-.174.098-.059.02.014c.302.18.66.293 1.074.32L9 18.25l.255-.004c1.076-.038 1.983-.315 2.706-.82l.193-.145.124-.104.014.052c.044.14.098.262.164.369l.069.102.086.107c.579.665 1.275.432 2.018-.32l.117-.122.102-.115.021.104c.043.2.09.356.163.512.209.456.598.755 1.132.708.582-.052 1.196-.55 2.042-1.612l.162-.206.32-.425.17-.23a.75.75 0 00-1.144-.965l-.071.085-.293.396-.28.362-.251.308-.22.256-.187.205-.11.112-.082-.493-.042-.199-.024-.09c-.083-.294-.201-.52-.436-.692-.598-.437-1.122-.163-1.695.514l-.258.312-.107.118-.007-.214a12.73 12.73 0 01.094-1.533c.1-.89-1.135-1.152-1.438-.372l-.033.103-.057.203c-.397 1.321-1.216 2.03-2.562 2.195l-.217.022-.176.009.199-.19a8.876 8.876 0 001.813-2.556c1.013-2.18.695-4.247-1.274-4.247zm0 1.5c.406 0 .531.695-.005 1.934l-.081.181-.116.237a7.434 7.434 0 01-1.401 1.893l-.25.236-.105.089-.032-.177c-.06-.406-.037-.911.077-1.5C8.402 12.53 9.306 11.25 10 11.25zm4.5-4V2L20 7.5h-5.25l-.057-.007a.25.25 0 01-.184-.175L14.5 7.25z",fill:"currentColor",fillRule:"evenodd"}))}function Lt(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.013 4.513a1.75 1.75 0 012.35-.114l.124.114 1.586 1.585a1.75 1.75 0 01.114 2.35l-.114.125L8.061 20.586H4v-4.06L16.013 4.512zm-1.514 3.633l-8.999 9v1.94h1.938l9-9.001-1.939-1.939zm2.928-2.573a.25.25 0 00-.3-.04l-.054.04-1.513 1.512 1.939 1.939 1.514-1.511a.25.25 0 00.065-.24l-.025-.06-.04-.054-1.586-1.586z",fill:"currentColor"}))}function Mt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 20.5a.75.75 0 110 1.5H3.75a.75.75 0 110-1.5h16.5zM16.013 2.927a1.75 1.75 0 012.35-.114l.124.114 1.586 1.586a1.75 1.75 0 01.114 2.35l-.114.124L8.061 19H4v-4.06L16.013 2.926zM14.499 6.56l-8.999 9v1.94h1.938l9-9-1.939-1.94zm2.928-2.573a.25.25 0 00-.3-.04l-.054.04L15.56 5.5l1.939 1.94 1.514-1.512a.25.25 0 00.065-.24l-.025-.06-.04-.054-1.586-1.586z",fill:"currentColor",fillRule:"evenodd"}))}function Ht(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 10.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm10 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function kt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function Vt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-2.25 9.5a.75.75 0 110 1.5H6.75a.75.75 0 110-1.5h10.5zm0-3.5a.75.75 0 110 1.5H6.75a.75.75 0 110-1.5h10.5zm0-3.5a.75.75 0 110 1.5H6.75a.75.75 0 010-1.5h10.5z",fill:"currentColor",fillRule:"evenodd"}))}function It(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-7.25 2a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h.5zm-3.5 7.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h2zm8.5 0a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2z",fill:"currentColor",fillRule:"evenodd"}))}function jt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.75 12.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm.5-9.5c.966 0 1.75.784 1.75 1.75l.001 6.687a5.96 5.96 0 00-1.5-.39L19.5 6h-15v13.25a.25.25 0 00.193.243l.057.007h8.544a5.99 5.99 0 00.985 1.5H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-.5 16a.75.75 0 100 1.5.75.75 0 000-1.5zm0-5.5a.75.75 0 00-.743.648L18 14.25v3.5a.75.75 0 001.493.102l.007-.102v-3.5a.75.75 0 00-.75-.75zM12.25 8a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h.5zm-3.5 7.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h2zm8.5 0a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2z",fill:"currentColor",fillRule:"evenodd"}))}function Dt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm.25-12.5a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h7.525c.464 0 .91.184 1.238.513l3.974 3.974c.329.329.513.774.513 1.238V18.25A1.75 1.75 0 0119.25 20h-6.038l-.01-.063a11.184 11.184 0 00-.369-1.437h6.417a.25.25 0 00.243-.193l.007-.057v-10h-3a1.75 1.75 0 01-1.744-1.606L14.75 6.5v-3h-7zm-.25 7c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm9.75 3a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zm0-3a.75.75 0 110 1.5h-6a.75.75 0 110-1.5h6zm1.378-3.75L16.25 4.371V6.5a.25.25 0 00.193.243l.057.007h2.128z",fill:"currentColor",fillRule:"evenodd"}))}function Tt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm14.263-3.75c.155.24.237.491.237.75 0 1.272-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-1.25 0-2.43-.122-3.466-.339a4.583 4.583 0 00-1.063-.672c.175-.294.313-.626.404-.984.945.25 2.042.417 3.225.474l.612.019.288.002.453-.006c3.293-.078 6.014-1.006 6.81-2.243zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm14.263-1.75c.155.24.237.491.237.75 0 1.272-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-1.524 0-2.941-.182-4.125-.494a3.637 3.637 0 00-.68-1.398 3.187 3.187 0 00-.47-.478c1.163.463 2.705.773 4.423.85l.564.018.288.002.453-.006c3.293-.078 6.014-1.006 6.81-2.243zM14.5 3c.77 0 1.514.046 2.214.133l.516.072C20.022 3.642 22 4.728 22 6s-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-.77 0-1.514-.046-2.214-.133l-.516-.072C8.978 8.358 7 7.272 7 6s1.978-2.358 4.77-2.795l.516-.072A18.02 18.02 0 0114.5 3zm0 1.5c-1.835 0-3.538.288-4.746.771-.456.183-.81.381-1.042.57L8.538 6l.082.078c.225.212.613.442 1.134.65 1.208.484 2.91.772 4.746.772 1.835 0 3.538-.288 4.746-.771.456-.183.81-.381 1.042-.57L20.461 6l-.081-.078c-.225-.212-.613-.442-1.134-.65-1.208-.484-2.91-.772-4.746-.772z",fill:"currentColor",fillRule:"evenodd"}))}function Ft(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.275 17.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM14.25 3c.966 0 1.75.784 1.75 1.75V9c-.516 0-1.018.026-1.5.074V5.5h-11v10.75a.25.25 0 00.193.243l.057.007H9V18H3.75A1.75 1.75 0 012 16.25V4.75C2 3.784 2.784 3 3.75 3h10.5zm-3.975 11.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM16 10c3.314 0 6 1.12 6 2.5S19.314 15 16 15s-6-1.12-6-2.5 2.686-2.5 6-2.5zm-8.25 3a.75.75 0 110 1.5h-1.5a.75.75 0 110-1.5h1.5zM16 11.5c-1.425 0-2.742.232-3.666.617a3.354 3.354 0 00-.65.347l-.048.036.048.036c.126.091.292.186.493.278l.157.07c.924.384 2.24.616 3.666.616 1.425 0 2.742-.232 3.666-.617.273-.114.492-.233.65-.347l.047-.037-.047-.035a3.044 3.044 0 00-.493-.278l-.157-.07c-.924-.384-2.24-.616-3.666-.616zM8.25 10a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm3.5-3a.75.75 0 110 1.5h-5.5a.75.75 0 010-1.5h5.5z",fill:"currentColor",fillRule:"evenodd"}))}function Pt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.371 18.835l1.564 1.565a.998.998 0 010 1.414l-.392.393a.996.996 0 01-1.414 0l-1.565-1.565 1.807-1.807zM7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm7.5 2.5l1.498 1.5h-3.286l-.01-.063a11.184 11.184 0 00-.369-1.437H15zm.453-4.586l4.212 4.213-1.808 1.808-4.21-4.213-.005-1.762 1.811-.046zM15.275 2c.464 0 .91.184 1.238.513l3.974 3.974c.329.329.513.774.513 1.238v10.334l-1.5-1.501V8.25h-3a1.75 1.75 0 01-1.744-1.606L14.75 6.5v-3h-7a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h7.525zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm7.25 1a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm1.5-7.129V6.5a.25.25 0 00.193.243l.057.007h2.128L16.25 4.371z",fill:"currentColor",fillRule:"evenodd"}))}function Bt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.5 8l3 3v8.25A1.75 1.75 0 0120.75 21h-7.5a1.75 1.75 0 01-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h6.25zm-1 1.5h-5.25a.25.25 0 00-.243.193L13 9.75v9.5a.25.25 0 00.193.243l.057.007h7.5a.25.25 0 00.243-.193L21 19.25V12h-2.5V9.5zm.25 7a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM6.25 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM18 3a1.75 1.75 0 011.744 1.606l.006.144V7h-6.27a3.11 3.11 0 00-1.955.675l-.152.13a2.654 2.654 0 00-.866 1.757l-.007.188v5.5H8.738a2.5 2.5 0 00-2.324-2.245L6.25 13a2.5 2.5 0 00-2.488 2.25H2.25l-.102-.007a.75.75 0 01-.641-.641L1.5 14.5V9.929l.008-.108a.75.75 0 01.112-.3l.066-.086 3-3.429.076-.075a.75.75 0 01.381-.173l.107-.008h2.5v-1a1.75 1.75 0 011.606-1.744L9.5 3H18zm.75 10.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM7 7.25H5.59L4 9.068V10h3V7.25z",fill:"currentColor",fillRule:"evenodd"}))}function _t(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.775 17.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zm0-3c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM6.25 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM18 3a1.75 1.75 0 011.744 1.606l.006.144.001 4.617A13.959 13.959 0 0016.5 9c-1.809 0-3.443.316-4.627.81-.695.289-1.247.646-1.628 1.029-.458.46-.695.97-.738 1.488L9.5 12.5v2.75h-.762a2.5 2.5 0 00-2.324-2.245L6.25 13a2.5 2.5 0 00-2.488 2.25H2.25l-.102-.007a.75.75 0 01-.641-.641L1.5 14.5V9.929l.008-.108a.75.75 0 01.112-.3l.066-.086 3-3.429.076-.075a.75.75 0 01.381-.173l.107-.008h2.5v-1a1.75 1.75 0 011.606-1.744L9.5 3H18zm-1.5 7c3.314 0 6 1.12 6 2.5s-2.686 2.5-6 2.5-6-1.12-6-2.5 2.686-2.5 6-2.5zm0 1.5c-1.425 0-2.742.232-3.666.617a3.354 3.354 0 00-.65.347l-.048.036.048.036c.126.091.292.186.493.278l.157.07c.924.384 2.24.616 3.666.616 1.425 0 2.742-.232 3.666-.617.273-.114.492-.233.65-.347l.047-.037-.047-.035a3.044 3.044 0 00-.493-.278l-.157-.07c-.924-.384-2.24-.616-3.666-.616zM7 7.25H5.59L4 9.068V10h3V7.25z",fill:"currentColor",fillRule:"evenodd"}))}function Gt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v6.14l-1.5-.001v-5.55l-8.04 6.253a.75.75 0 01-.826.062l-.094-.062L3.5 6.339V18.25a.25.25 0 00.193.243l.057.007H12V20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm1.53 9.72a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 2.47 2.469 4.47-4.47a.75.75 0 011.06 0zM19.134 5.5H4.865L12 11.049 19.134 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function qt(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.137 5.07l8.77 7.016a1.75 1.75 0 002.186 0l8.77-7.016c.088.209.137.439.137.68v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75c0-.241.049-.471.137-.68zM3.28 4.064c.15-.042.307-.064.47-.064h16.5c.163 0 .32.022.47.064l-8.564 6.85a.25.25 0 01-.312 0L3.28 4.064z",fill:"currentColor"}))}function Kt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm.25 2.339l-8.04 6.253a.75.75 0 01-.826.062l-.094-.062L3.5 6.339V18.25a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.339zM19.134 5.5H4.865L12 11.049 19.134 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function $t(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v5.75H3V4.75C3 3.784 3.784 3 4.75 3h14.5zm-9 9c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0110.25 21h-5.5A1.75 1.75 0 013 19.25v-5.5c0-.966.784-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.243.193l-.007.057v5.5a.25.25 0 00.193.243l.057.007h5.5a.25.25 0 00.243-.193l.007-.057v-5.5a.25.25 0 00-.193-.243l-.057-.007zm7.25-7.75a.75.75 0 01.743.648l.007.102V10a.75.75 0 01-1.493.102L16.75 10V8.31l-3.22 3.22a.75.75 0 01-1.133-.976l.073-.084 3.218-3.22H14a.75.75 0 01-.743-.648L13.25 6.5a.75.75 0 01.648-.743L14 5.75h3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Wt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.25 2a1.75 1.75 0 011.744 1.606L20 3.75v16a.75.75 0 01-.177.484l-.074.076-1.813 1.613a.75.75 0 01-.908.068l-.089-.068-1.314-1.17-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068L12 20.753l-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068-1.314-1.17-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068-1.813-1.613a.75.75 0 01-.243-.454L4 19.75v-16a1.75 1.75 0 011.606-1.744L5.75 2h12.5zm0 1.5H5.75a.25.25 0 00-.243.193L5.5 3.75v15.662l1.063.946 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.062-.945V3.75a.25.25 0 00-.13-.22l-.063-.023-.057-.007zm-2.5 9.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5h7.5zm-3-3.5a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm3-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ut(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H12.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v8.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.648 14.507l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9 20.25v-3.19l-4.72 4.72a.75.75 0 01-1.133-.976l.073-.084L7.938 16H4.75a.75.75 0 01-.743-.648L4 15.25a.75.75 0 01.648-.743zM16.5 16.5v2h-4v-2h4zm0-3v2h-4v-2h4zm-5-3v2h-4v-2h4zm5 0v2h-4v-2h4zm-2-5.879V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Jt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H12.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v8.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.648 14.507l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9 20.25v-3.19l-4.72 4.72a.75.75 0 01-1.133-.976l.073-.084L7.938 16H4.75a.75.75 0 01-.743-.648L4 15.25a.75.75 0 01.648-.743zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Yt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M8.5 7.999V9.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5H15.5V7.999L18.25 8c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8l2.75-.001zM11.992 2l.1.006.076.013.08.023.107.047.091.058.084.073 3 3a.75.75 0 01-.976 1.133l-.084-.073-1.72-1.719V15.25a.75.75 0 01-1.493.102l-.007-.102V4.561l-1.72 1.72a.75.75 0 01-1.133-.977l.073-.084 3-3a.753.753 0 01.125-.101l.088-.049.119-.043.106-.021A.754.754 0 0111.992 2z",fill:"currentColor",fillRule:"evenodd"}))}function Xt(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.53 2.47a.75.75 0 00-1.06 1.06l3.605 3.605a10.258 10.258 0 00-4.097 6.208.75.75 0 101.466.314 8.757 8.757 0 013.71-5.443l1.987 1.988a4 4 0 005.656 5.656l5.673 5.672a.75.75 0 101.06-1.06l-18-18zm10.207 12.328l-3.535-3.535a2.5 2.5 0 003.535 3.535zM12.061 9L16 12.94A4 4 0 0012.06 9zM8.815 5.754l1.218 1.218a8.753 8.753 0 0110.523 6.685.75.75 0 101.467-.314C21.032 8.718 16.922 5.25 12 5.25c-1.112 0-2.182.177-3.185.504z",fill:"currentColor"}))}function Qt(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.444 13.657a8.753 8.753 0 0117.112 0 .75.75 0 101.466-.314C21.033 8.718 16.922 5.25 12 5.25c-4.922 0-9.031 3.468-10.022 8.093a.75.75 0 101.466.314zM14.5 13a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm1.5 0a4 4 0 11-8 0 4 4 0 018 0z",fill:"currentColor"}))}function Zt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 2a.75.75 0 01.75.75v2a.75.75 0 01-.15.45l-5.7 7.6a.75.75 0 00-.15.45v6.725a.75.75 0 01-.494.705l-4 1.454A.75.75 0 019.5 21.43v-8.163a.75.75 0 00-.168-.473L3.168 5.207A.75.75 0 013 4.734V2.75A.75.75 0 013.75 2h16.5z",fill:"currentColor",fillRule:"evenodd"}))}function en(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 2a.75.75 0 01.75.75v2a.75.75 0 01-.15.45l-5.7 7.6a.75.75 0 00-.15.45v6.725a.75.75 0 01-.494.705l-4 1.454A.75.75 0 019.5 21.43v-8.163a.75.75 0 00-.168-.473L3.168 5.207A.75.75 0 013 4.734V2.75A.75.75 0 013.75 2h16.5zm-.75 1.5h-15v.967l5.996 7.38c.285.351.457.779.496 1.226l.008.193v7.092l2.5-.91V13.25c0-.426.12-.842.347-1.2l.103-.15 5.55-7.401V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function tn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.75 3.75A.75.75 0 019.5 3h12a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V4.5h-4.5v15h1.25a.75.75 0 010 1.5h-4a.75.75 0 010-1.5h1.25v-15h-4.5v.75a.75.75 0 01-1.5 0v-1.5zM6.5 9.25h4a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-.75h-2.5v8.75H8.5a.75.75 0 010 1.5h-4a.75.75 0 010-1.5h1.25v-8.75h-2.5v.75a.75.75 0 01-1.5 0V10a.75.75 0 01.75-.75h4z",fill:"currentColor"}))}function nn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-.925 3.324a.75.75 0 00-.95.263l-.051.088-4.124 8.591-2.924-6.09-.057-.1a.751.751 0 00-1.238 0l-.057.1-1.724 3.59-.524-1.09-.05-.09a.75.75 0 00-1.34.644l.038.095 1.2 2.5.057.1a.751.751 0 001.238 0l.057-.1L9.6 11.233l2.924 6.092.057.1a.751.751 0 001.238 0l.057-.1 4.8-10 .038-.095a.75.75 0 00-.39-.906z",fill:"currentColor",fillRule:"evenodd"}))}function ln(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.158 2.017a.75.75 0 01.59.79l-.015.102-1.047 4.841H20a.75.75 0 01.102 1.493L20 9.25h-2.638l-1.189 5.5H18.5a.75.75 0 01.102 1.493l-.102.007h-2.652l-1.115 5.159a.75.75 0 01-1.48-.216l.014-.101 1.046-4.842H7.848l-1.115 5.159a.75.75 0 01-1.48-.216l.014-.101 1.046-4.842H4a.75.75 0 01-.102-1.493L4 14.75h2.637l1.189-5.5H5.5a.75.75 0 01-.102-1.493L5.5 7.75h2.651l1.116-5.158a.75.75 0 011.48.216l-.014.1L9.686 7.75h6.465l1.116-5.158a.75.75 0 01.891-.575zM14.637 14.75l1.189-5.5H9.362l-1.189 5.5h6.464z",fill:"currentColor",fillRule:"evenodd"}))}function an(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM3 19.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zM2.25 12a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM3 3.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function rn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 7.5A.75.75 0 013 6.75h8.5a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 4.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function on(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 9A.75.75 0 013 8.25h8.5a.75.75 0 010 1.5H3A.75.75 0 012.25 9zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 3a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function sn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 6A.75.75 0 013 5.25h8.5a.75.75 0 010 1.5H3A.75.75 0 012.25 6zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 6a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function cn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.116 2.823a1.25 1.25 0 011.768 0L17.25 7.19V6a.75.75 0 011.5 0v2.69l2.78 2.78a.75.75 0 01-1.06 1.06l-2.994-2.993-.013-.013L12 4.061l-8.47 8.47a.75.75 0 01-1.06-1.061l8.646-8.647zm1.768 3.25l7 7c.234.235.366.553.366.884v6.293c0 .69-.56 1.25-1.25 1.25h-4c-.69 0-1.25-.56-1.25-1.25V16.5h-3.5v3.75c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25v-6.293c0-.332.132-.65.366-.884l7-7a1.25 1.25 0 011.768 0zM12 7.311l-6.75 6.75V20h3.5v-3.75c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25V20h3.5v-5.94L12 7.31z",fill:"currentColor"}))}function un(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 6l8 8v7a1 1 0 01-1 1h-5v-5a1 1 0 00-.883-.993L13 16h-2a1 1 0 00-.993.883L10 17v5H5a1 1 0 01-1-1v-7l8-8zm.613-3.79l.094.083L17 6.585V4.75a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v3.835l2.707 2.708a1 1 0 01-1.32 1.497l-.094-.083L12 4.415l-8.293 8.292a1 1 0 01-1.32.083l-.094-.083a1 1 0 01-.083-1.32l.083-.094 9-9a1 1 0 011.32-.083z",fill:"currentColor",fillRule:"evenodd"}))}function dn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0120.25 19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 6.75v10.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.75a.25.25 0 00-.193-.243L20.25 6.5zm-9.268 7.993c-.316-1.81-1.31-2.714-2.982-2.714-1.673 0-2.667.905-2.982 2.714a1.204 1.204 0 001.184 1.41h3.595a1.204 1.204 0 001.185-1.41zM8 8c.76 0 1.374.77 1.374 1.718 0 .949-.615 1.718-1.374 1.718-.759 0-1.374-.77-1.374-1.718C6.626 8.769 7.24 8 8 8zm11 .75a.75.75 0 00-.75-.75h-6a.75.75 0 000 1.5h6a.75.75 0 00.75-.75zM18.25 14a.75.75 0 010 1.5h-4.5a.75.75 0 010-1.5h4.5zm.75-2.25a.75.75 0 00-.75-.75h-4.5a.75.75 0 000 1.5h4.5a.75.75 0 00.75-.75z",fill:"currentColor"}))}function mn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.25 6c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0116.25 21H4.75A1.75 1.75 0 013 19.25V7.75C3 6.784 3.784 6 4.75 6h11.5zm0 1.5H4.75a.25.25 0 00-.243.193L4.5 7.75v11.5a.25.25 0 00.193.243l.057.007h11.5a.25.25 0 00.243-.193l.007-.057V7.75a.25.25 0 00-.193-.243L16.25 7.5zm-4.264 6.889l3.164 3.961h-9.5l2.375-3.164 1.605 2.148 2.356-2.945zM19.25 3a1.75 1.75 0 011.744 1.606L21 4.75v12.5a.75.75 0 01-1.493.102l-.007-.102V4.75a.25.25 0 00-.193-.243L19.25 4.5H6.75a.75.75 0 01-.102-1.493L6.75 3h12.5z",fill:"currentColor",fillRule:"evenodd"}))}function fn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M8.5 8v1.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5H15.5V8h2.75c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H8.5zM12 2a.75.75 0 01.743.648l.007.102v10.689l1.72-1.72a.75.75 0 011.133.977l-.073.084-3 3a.753.753 0 01-.125.101l-.088.049-.119.043-.106.021-.041.004-.07.002-.073-.006-.076-.013-.08-.023-.1-.043a.75.75 0 01-.182-.135l-3-3a.75.75 0 01.976-1.133l.084.073 1.72 1.719V2.75A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function gn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.997v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.221a1 1 0 00.916.598h3.694a1 1 0 00.915-.598l.976-2.22a1 1 0 01.915-.599h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.578v3.952a1.75 1.75 0 01-1.607 1.744l-.143.006H3.75A1.75 1.75 0 012 18.247v-3.952c0-.197.033-.393.098-.578L5.09 5.169a1.75 1.75 0 011.652-1.172H12zM17.966 1c2.373 0 4.052 1.688 4.052 3.99 0 .988-.267 1.349-1.03 1.386l-.14.003h-4.72v.404c.01 1.301.836 2.136 2.216 2.136.64 0 1.114-.139 1.502-.41l.403-.307c.267-.196.425-.276.705-.276.483 0 .817.334.817.844 0 .367-.2.72-.554 1.016l-.278.216c-.63.455-1.627.727-2.745.727-2.653 0-4.32-1.515-4.416-4.023l-.005-.23V5.27c0-2.547 1.688-4.27 4.193-4.27zM18 2.763c-1.09 0-1.805.769-1.868 1.932l-.004.186h3.674v-.017c0-1.275-.703-2.101-1.802-2.101z",fill:"currentColor"}))}function vn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 4v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.577v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4H13.5zM20 1l3 3v6c0 .51-.388.935-.884.993L22 11h-6.005a.998.998 0 01-.988-.884L15 10l.005-8a1 1 0 01.879-.993L16 1h4zm-1 1v3h3l-3-3z",fill:"currentColor"}))}function hn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.577v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4H12zm6.167-2.76a.35.35 0 01.631-.074l.036.074 1.145 3.115 3.183.179c.283.016.421.342.286.57l-.043.058-.037.036-2.476 2.104.823 3.226c.073.288-.182.527-.43.46l-.068-.025-.042-.024L18.5 9.121l-2.674 1.816c-.24.163-.535-.018-.552-.286l.003-.075.01-.049.821-3.226-2.475-2.104a.384.384 0 01.088-.637l.068-.02.05-.007 3.183-.179 1.145-3.115z",fill:"currentColor"}))}function pn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.258 4c.744 0 1.407.47 1.652 1.172l2.992 8.547c.065.186.098.382.098.578v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4h10.516zm-.177 2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-2.8-8z",fill:"currentColor"}))}function wn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.75 18.249A.75.75 0 0114 19h-4a.75.75 0 010-1.503h1.233V11H10a.75.75 0 010-1.503h1.983a.75.75 0 01.75.752v7.248H14a.75.75 0 01.75.752z",fill:"currentColor"}),t.createElement("path",{d:"M12.733 6.002a1 1 0 11-2.001.001 1 1 0 012.001-.001z",fill:"currentColor"}))}function bn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-8 12.25H4.5v4a.25.25 0 00.193.243l.057.007h6.5v-4.25zm8.25-5h-6.75v9.25h6.5a.25.25 0 00.243-.193l.007-.057v-9zm-2.996 2.383c.419 0 .71.26.755.67l.007.115v3.945c0 .442-.23.688-.637.688-.373 0-.597-.207-.635-.573l-.006-.115v-3.511h-.015l-.41.277c-.204.129-.313.168-.442.168a.431.431 0 01-.445-.445c0-.165.086-.314.256-.445l.091-.063.637-.426c.305-.195.582-.285.844-.285zM11.25 4.5h-6.5a.25.25 0 00-.243.193L4.5 4.75v9h6.75V4.5zM7.883 6.57c1.074 0 1.86.657 1.86 1.551 0 .505-.224.954-.764 1.519l-1.268 1.282v.055h1.625c.363 0 .59.195.59.515 0 .285-.18.468-.484.502L9.336 12H6.664c-.379 0-.629-.215-.629-.543 0-.208.102-.392.399-.699l.12-.121 1.352-1.39c.418-.427.594-.708.594-1.005 0-.383-.277-.64-.688-.64-.332 0-.574.168-.746.515-.171.266-.32.367-.546.367-.31 0-.524-.21-.524-.507 0-.727.82-1.407 1.887-1.407zM19.25 4.5h-6.5v4.25h6.75v-4a.25.25 0 00-.193-.243L19.25 4.5z",fill:"currentColor",fillRule:"evenodd"}))}function xn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10 15a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm0 2.25a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm11.518-1.94l.04.121a1.25 1.25 0 01-.762 1.492l-.122.04-6.175 1.654.001-.117a4.48 4.48 0 00-.633-2.302l6.16-1.65a1.25 1.25 0 011.491.762zm-3.375-9.442l1.812 6.762a1 1 0 01-.707 1.224l-5.943 1.592a4.496 4.496 0 00-2.268-1.326L9.45 8.197a1 1 0 01.707-1.224l6.761-1.812a1 1 0 011.225.707zM3.657 1.536l.128.049 2.69 1.184c.304.133.54.381.66.686l.044.134L9.97 14l-.18.005a4.475 4.475 0 00-2.218.706L4.919 4.815l-2.141-.942a1.25 1.25 0 01-.69-1.52l.05-.128c.259-.59.918-.879 1.519-.689zM15.44 7.37a.75.75 0 00-.819-.55l-.1.02-1.449.388a.75.75 0 00.288 1.469l.1-.02 1.45-.388a.75.75 0 00.53-.919z",fill:"currentColor",fillRule:"evenodd"}))}function En(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.737 3.668c-.055 1.093.226 2.033.894 2.7.668.669 1.608.95 2.7.897a18.08 18.08 0 01-3.09 4.184 27.666 27.666 0 01-3.127 2.706v3.318a.553.553 0 01-.162.39l-3.975 3.975a.553.553 0 01-.943-.39V18.32a.55.55 0 01.162-.39l1.24-1.24a.553.553 0 00.161-.39v-.133c-1.238.463-2.218.487-2.735-.03-.517-.517-.493-1.497-.03-2.735H7.7a.553.553 0 00-.325.105l-.066.057-1.24 1.24a.553.553 0 01-.303.154l-.087.007H2.553a.553.553 0 01-.455-.867l.064-.076 3.975-3.975a.553.553 0 01.304-.155l.086-.007h3.318a27.666 27.666 0 012.706-3.126 18.078 18.078 0 014.186-3.092zM21.93 2.07c.104.105.095.547-.048 1.212l-.083.35-.107.386-.061.204-.142.43c-.154.444-.345.928-.575 1.436-1.073.193-1.96.04-2.501-.5-.523-.523-.684-1.37-.52-2.395l.019-.107a16.762 16.762 0 011.654-.649l.416-.13.197-.055.368-.095c.76-.18 1.27-.2 1.383-.087z",fill:"currentColor",fillRule:"evenodd"}))}function yn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h6zm10 0a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6z",fill:"currentColor",fillRule:"evenodd"}))}function zn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20 3a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6zM10 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h6zm9.5 1.5h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function Cn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10 3a1 1 0 01.993.883L11 4v16a1 1 0 01-.883.993L10 21H4a1 1 0 01-.993-.883L3 20V4a1 1 0 01.883-.993L4 3h6zm10 0a1 1 0 01.993.883L21 4v16a1 1 0 01-.883.993L20 21h-6a1 1 0 01-.993-.883L13 20V4a1 1 0 01.883-.993L14 3h6zM9.5 4.5h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function Rn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20 3a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6zM10 3a1 1 0 01.993.883L11 4v16a1 1 0 01-.883.993L10 21H4a1 1 0 01-.993-.883L3 20V4a1 1 0 01.883-.993L4 3h6zm9.5 1.5h-5v15h5v-15zm-10 0h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function Sn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM16.326 2.676a1.752 1.752 0 012.349-.113l.125.113.594.593c.59.589.676 1.502.21 2.216l-.094.131-.115.128-7.504 7.5-3 .008-.078-3.067 7.513-7.509zm-.796 2.916l-5.202 5.199.025.957.914-.002 5.209-5.207-.946-.947zM20 9v2.25h-1.5V9H20zM5.5 7.5v3.75H4V7.5h1.5zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm9.687 1.697a.252.252 0 00-.248 0l-.053.04-.796.795.946.947.82-.82a.248.248 0 00.043-.216l-.021-.053-.044-.06-.594-.593-.053-.04zM13 2v1.499L9.5 3.5V2H13z",fill:"currentColor",fillRule:"evenodd"}))}function On(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.5 11.5c1.69 0 3.093.4 4.212 1.198a4.49 4.49 0 00-.83 1.255C12.996 13.307 11.875 13 10.5 13c-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007h6.506L12.5 22H5.993a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm8.725 9.474A1.259 1.259 0 0118 22c-.605 0-1.11-.44-1.225-1.026h2.45zM18 12c.456 0 .841.392.961.927A3 3 0 0121 15.769v2.898l.835.642a.5.5 0 01-.213.888l-.092.008h-7.06a.5.5 0 01-.305-.896l.835-.642v-2.898c0-1.32.854-2.442 2.04-2.843.119-.534.504-.926.96-.926zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function An(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-8.75 9.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function Nn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.25 16.5V18h-2.5a.75.75 0 110-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5v-1.5h2.5zm-7.75 0V18H8.25v-1.5h3.25zm4.25 0V18H12.5v-1.5h3.25zm-8.5-3.501v1.5l-2.5.001a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zM7.25 9.5V11h-2.5a.75.75 0 110-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5V9.5h2.5zm-7.75 0V11H8.25V9.5h3.25zm4.25 0V11H12.5V9.5h3.25zM7.25 6v1.5h-2.5a.75.75 0 010-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5V6h2.5zM11.5 6v1.5H8.25V6h3.25zm4.25 0v1.5H12.5V6h3.25z",fill:"currentColor",fillRule:"evenodd"}))}function Ln(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.567 12.105a.4.4 0 01.1.309l-.29 2.798 2.434 1.41a.4.4 0 01-.116.737l-2.752.587-.587 2.752a.4.4 0 01-.738.116L15.21 18.38l-2.798.292a.4.4 0 01-.339-.666l1.88-2.092-1.141-2.571a.4.4 0 01.528-.528l2.57 1.141 2.093-1.88a.4.4 0 01.565.03zM19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V6h-15v13.25a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-8.5 12.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm0-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm0-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function Mn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75a1.75 1.75 0 01-1.732-1.499L19.25 19.5a.25.25 0 00.243-.193l.007-.057L19.499 6h-15v3.5h-1.5L3 4.75C3 3.784 3.784 3 4.75 3h14.5zM6.28 10.97a.75.75 0 01.073.976l-.073.084-1.719 1.719 5.689.001a.75.75 0 110 1.5l-5.69-.001 1.72 1.72a.75.75 0 01-.976 1.134l-.084-.073-3-3-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3-3a.75.75 0 011.06 0zm10.97 4.53a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-8.5a.75.75 0 010-1.5h8.5z",fill:"currentColor",fillRule:"evenodd"}))}function Hn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 15.25a.75.75 0 01.743.648l.007.102v3.439l1.22-1.22a.75.75 0 011.133.977l-.073.084-2.5 2.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.116.026-.056.006h-.104l-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-2.5-2.5a.75.75 0 01.977-1.133l.084.073 1.22 1.219V16a.75.75 0 01.75-.75zm-4.75-2.751v1.5L4.75 14a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zm-8.5-3.5v1.5l-2.5.001a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zm3.5-3.499a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function kn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 20.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm-2.5-8a.75.75 0 01.743.648l.007.102v3.439l1.22-1.22a.75.75 0 011.133.977l-.073.084-2.5 2.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012-.052.002-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-2.5-2.5a.75.75 0 01.977-1.133l.084.073L16 6.189V2.75a.75.75 0 01.75-.75zm-9.576.004l.128-.002.119.018.098.03.1.047.051.032.038.027.072.064 2.5 2.5a.75.75 0 01-.976 1.133L9.22 5.78 7.999 4.56 8 8a.75.75 0 01-1.493.102L6.5 8l-.001-3.438L5.28 5.78a.75.75 0 01-1.133-.976l.073-.084 2.5-2.5.042-.04.052-.04.114-.068.098-.038.084-.02a.75.75 0 01.064-.01z",fill:"currentColor",fillRule:"evenodd"}))}function Vn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.567 12.105a.4.4 0 01.1.309l-.29 2.798 2.434 1.41a.4.4 0 01-.116.737l-2.752.587-.587 2.752a.4.4 0 01-.738.116L15.21 18.38l-2.798.292a.4.4 0 01-.339-.666l1.88-2.092-1.141-2.571a.4.4 0 01.528-.528l2.57 1.141 2.093-1.88a.4.4 0 01.565.03zM4.5 15v4.25a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V15h1.5zm6.28-1.72l-3 3-.084.073a.75.75 0 01-1.049-1.05l.073-.083 1.718-1.72H2.75a.75.75 0 110-1.5h5.689l-1.72-1.72a.75.75 0 01.977-1.133l.084.073 3 3a.754.754 0 01.092.11l.054.095.035.086.027.103.01.084-.001.121-.017.102-.019.068-.023.06-.035.07-.06.09-.063.071zM19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V6h-15v4.5H3V4.75C3 3.784 3.784 3 4.75 3h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function In(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zM19.25 2c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 20h-6.038l-.01-.063a11.184 11.184 0 00-.369-1.437h6.417a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L19.25 3.5H7.75a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h11.5zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm9.75 3.5a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-4a.75.75 0 110 1.5h-6a.75.75 0 110-1.5h6zm0-4a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function jn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.598 20.501a2.999 2.999 0 01-5.196 0h5.196zm.152-2.251a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zM12 4.5c3.314 0 6 2.716 6 6.067 0 1.502-.517 2.528-1.087 3.398l-.265.392-.39.561c-.418.614-.761 1.208-.82 1.929l-.01.22c0 .256-.112.4-.338.428L15 17.5H9c-.254 0-.395-.114-.423-.342l-.006-.091c0-.774-.328-1.414-.75-2.064l-.262-.392-.273-.402-.24-.364C6.492 12.978 6 11.973 6 10.567 6 7.217 8.686 4.5 12 4.5zM12 6c-2.482 0-4.5 2.04-4.5 4.567 0 .931.245 1.599.876 2.573l.647.96.152.234c.322.512.56.988.709 1.474l.052.192h4.128l.054-.192c.126-.402.314-.796.561-1.208l.156-.25.235-.352.408-.587c.736-1.07 1.022-1.78 1.022-2.844C16.5 8.04 14.482 6 12 6zm-5.846 7.875a.75.75 0 01-.19.968l-.084.057-.866.5a.75.75 0 01-.835-1.243l.085-.057.866-.5a.75.75 0 011.024.275zm12.625-.32l.091.045.866.5a.75.75 0 01-.658 1.344l-.092-.044-.866-.5a.75.75 0 01.659-1.344zm2.33-4.661a.75.75 0 01-.509.844l-.099.025-.985.173a.75.75 0 01-.36-1.453l.1-.024.985-.174a.75.75 0 01.868.609zm-17.451-.62l.101.011.985.174a.75.75 0 01-.159 1.488l-.101-.01-.985-.174a.75.75 0 01.159-1.489zm14.288-4.86a.75.75 0 01.152.974l-.06.083-.643.766a.75.75 0 01-1.209-.882l.06-.082.643-.766a.75.75 0 011.057-.093zM7.04 3.433l.07.074.644.766A.75.75 0 016.675 5.31l-.07-.073-.643-.766A.75.75 0 017.04 3.433zM12 1.25a.75.75 0 01.743.648L12.75 2v1a.75.75 0 01-1.493.102L11.25 3V2a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function Dn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18 11.25a.75.75 0 01.102 1.493L18 12.75H6a.75.75 0 01-.102-1.493L6 11.25h12z",fill:"currentColor",fillRule:"evenodd"}))}function Tn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fill:"currentColor",d:"M11 5.5H7.25A1.75 1.75 0 005.5 7.25v9.5c0 .966.784 1.75 1.75 1.75h9.5a1.75 1.75 0 001.75-1.75V13H17v3.75a.25.25 0 01-.25.25h-9.5a.25.25 0 01-.25-.25v-9.5A.25.25 0 017.25 7H11V5.5z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.75 5.5a.75.75 0 01.743.648l.007.102v3.5a.75.75 0 01-1.493.102L17 9.75V8.06l-3.97 3.97a.75.75 0 01-1.133-.976l.073-.084L15.938 7H14.25a.75.75 0 01-.743-.648L13.5 6.25a.75.75 0 01.648-.743l.102-.007h3.5z",clipRule:"evenodd"}))}function Fn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.25 16a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 01.75-.75h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 17.25h10.25zM6.25 10a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 01.75-.75h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 11.25h10.25zM6.25 4a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5A.75.75 0 013 7.25v-2.5A.75.75 0 013.75 4h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 5.25h10.25z",fill:"currentColor",fillRule:"evenodd"}))}function Pn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17.5 11a4.5 4.5 0 013.632 7.158l.036-.05 1.862 1.862a.75.75 0 01-.976 1.133l-.084-.073-1.863-1.862-.112.077A4.5 4.5 0 1117.5 11zm-6.25 7.5a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm6.25-6a3 3 0 100 6 3 3 0 000-6zm-7.25 1.167a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5zm3-4.834a.75.75 0 110 1.5H2.75a.75.75 0 110-1.5h10.5zm8-4.833a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5h18.5z",fill:"currentColor",fillRule:"evenodd"}))}function Bn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 18a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function _n(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.843 4.568a8.707 8.707 0 0112.314 12.314l-1.187 1.174c-.875.858-2.01 1.962-3.406 3.312a2.25 2.25 0 01-3.128 0l-3.491-3.396c-.44-.431-.806-.794-1.102-1.09a8.707 8.707 0 010-12.314zm11.253 1.06A7.207 7.207 0 106.903 15.822l1.488 1.468c.818.801 1.848 1.801 3.088 3a.75.75 0 001.042 0l3.395-3.3c.47-.461.863-.85 1.18-1.168a7.207 7.207 0 000-10.192zM12 7.999a3.002 3.002 0 110 6.004A3.002 3.002 0 0112 8zm0 1.5a1.502 1.502 0 100 3.004A1.502 1.502 0 0012 9.5z",fill:"currentColor"}))}function Gn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 1a5.001 5.001 0 014.87 3.863.75.75 0 01-1.461.34 3.502 3.502 0 00-6.904.605L8.5 6v2h9.75c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H7V6a5 5 0 015-5zm6.25 8.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5zM12 13a1.5 1.5 0 01.751 2.799l-.001.951a.75.75 0 11-1.5 0v-.95A1.5 1.5 0 0112 13z",fill:"currentColor",fillRule:"evenodd"}))}function qn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1a5 5 0 015 5v2h1.25c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H7V6a5 5 0 015-5zm6.25 8.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5zM12 13a1.5 1.5 0 01.751 2.799l-.001.951a.75.75 0 01-1.5 0v-.95A1.5 1.5 0 0112 13zm0-10.5a3.5 3.5 0 00-3.495 3.308L8.5 6v2h7V6a3.5 3.5 0 00-3.308-3.495L12 2.5z",fill:"currentColor"}))}function Kn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.25 4.5H6.5v15h6.75a1.25 1.25 0 110 2.5h-7A2.25 2.25 0 014 19.75V4.25A2.25 2.25 0 016.25 2h7a1.25 1.25 0 110 2.5zm6.384 2.616l-.102-.091a1.25 1.25 0 00-1.666 1.859l1.867 1.866H11.75l-.128.007a1.25 1.25 0 00.128 2.493h7.982l-1.866 1.866-.091.102a1.25 1.25 0 001.859 1.666l4-4 .08-.089.05-.063.068-.106.058-.112.049-.127.03-.108.016-.088.012-.112L24 12l-.004-.096-.016-.13-.03-.127-.03-.087-.046-.107-.046-.086-.065-.1a1.267 1.267 0 00-.13-.15l-4-4zm4.084 4.094l-.084-.094c.03.03.058.061.084.094z",fill:"currentColor"}))}function $n(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V10.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V19H20v1.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.105 10.074c1.447 0 2.3.875 2.367 2.279l.004.178v.621c0 1.5-.863 2.446-2.371 2.446-1.444 0-2.304-.872-2.371-2.268l-.004-.178v-.62c0-1.516.871-2.458 2.375-2.458zm5.362 0c1.328 0 2.058.776 2.172 1.653l.012.132h-1.25c-.074-.414-.406-.734-.945-.734-.638 0-1.007.443-1.05 1.222l-.005.16v.626c0 .805.293 1.414 1.09 1.414.598 0 .914-.34.956-.745l.005-.095v-.234h-.93v-.903h2.14v1.04c0 1.038-.667 1.988-2.199 1.988-1.57 0-2.3-.987-2.355-2.296l-.004-.165v-.64c0-1.427.84-2.423 2.363-2.423zm-10.182.094v4.262h2.141v1.07H7.376v-5.332h1.285zm4.82.95c-.597 0-1.012.415-1.062 1.23l-.005.168v.64c0 .926.43 1.399 1.067 1.399.593 0 1.008-.416 1.057-1.23l.005-.169v-.64c0-.926-.43-1.399-1.062-1.399zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Wn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7 17.5a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5H7zm5.5 0a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H9a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5h3.5zm5.5 0a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5h-3.5a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5H18zM7 12a.5.5 0 01.5.5V16a.5.5 0 01-.5.5H3.5A.5.5 0 013 16v-3.5a.5.5 0 01.5-.5H7zm5.5 0a.5.5 0 01.5.5V16a.5.5 0 01-.5.5H9a.5.5 0 01-.5-.5v-3.5A.5.5 0 019 12h3.5zm6.97-2.523l.906 3.381a.5.5 0 01-.353.612l-3.381.906a.5.5 0 01-.612-.353l-.906-3.381a.5.5 0 01.353-.612l3.381-.906a.5.5 0 01.612.353zM7 6.5a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5V7a.5.5 0 01.5-.5H7zm3.642-2.376l3.38.906a.5.5 0 01.354.612l-.906 3.38a.5.5 0 01-.612.354l-3.38-.906a.5.5 0 01-.354-.612l.906-3.38a.5.5 0 01.612-.354zM20 2a.5.5 0 01.5.5V6a.5.5 0 01-.5.5h-3.5A.5.5 0 0116 6V2.5a.5.5 0 01.5-.5H20z",fill:"currentColor",fillRule:"evenodd"}))}function Un(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.698 7.314H9.286v9.66h5.412v-9.66z",fill:"#FF5A00"}),t.createElement("path",{d:"M9.646 12.144c0-1.963.929-3.704 2.354-4.83A6.178 6.178 0 008.185 6C4.766 6 2 8.748 2 12.144s2.766 6.143 6.185 6.143A6.178 6.178 0 0012 16.973a6.117 6.117 0 01-2.354-4.83z",fill:"#EB001B"}),t.createElement("path",{d:"M22 12.144c0 3.396-2.766 6.143-6.185 6.143A6.178 6.178 0 0112 16.973a6.095 6.095 0 002.354-4.83A6.146 6.146 0 0012 7.315 6.168 6.168 0 0115.813 6C19.233 6 22 8.766 22 12.144z",fill:"#F79E1B"}))}function Jn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H13l-.001-1.5h5.251a.25.25 0 00.243-.193l.007-.057L18.499 9H14.75a1.75 1.75 0 01-1.744-1.606L13 7.25l-.001-3.75H5.75a.25.25 0 00-.243.193L5.5 3.75 5.499 13H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.142 16.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074zM8 14a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 018 14zm6.499-9.38l.001 2.63a.25.25 0 00.193.243l.057.007h2.629l-2.88-2.88z",fill:"currentColor",fillRule:"evenodd"}))}function Yn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3a1.75 1.75 0 011.744 1.606L21 4.75v14.5a1.75 1.75 0 01-1.606 1.744L19.25 21H12v-1.5h7.25a.25.25 0 00.243-.193l.007-.057V5.996L19.406 6H4.5l.001 6H3V4.75a1.75 1.75 0 011.606-1.744L4.75 3h14.5zM3.696 15.809l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074a.5.5 0 01.55-.147zM7.002 13a4.001 4.001 0 013.92 3.197l.357-.62a.5.5 0 01.602-.221l.081.038a.5.5 0 01.221.601l-.038.082-1.237 2.143a.5.5 0 01-.601.221l-.082-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.034-1.798.75.75 0 11-.924-1.181A3.985 3.985 0 017.002 13zm10.248 2a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm-.125-3.5c.483 0 .875.336.875.75s-.392.75-.875.75h-5.25c-.483 0-.875-.336-.875-.75s.392-.75.875-.75h5.25zM17.25 8a.75.75 0 110 1.5H6.75a.75.75 0 010-1.5h10.5z",fill:"currentColor",fillRule:"evenodd"}))}function Xn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M4 19h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-6h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z",fill:"currentColor"}))}function Qn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10 0 1.806-.479 3.5-1.316 4.962L20.66 17a.75.75 0 01-.933.32l-.091-.045-1.516-.875a.75.75 0 01.659-1.344l.091.044.84.485c.406-.874.67-1.83.757-2.834l-.967-.001a.75.75 0 01-.102-1.493l.102-.007h.967a8.447 8.447 0 00-.757-2.834l-.84.484a.75.75 0 01-.835-1.243l.085-.057.838-.483a8.548 8.548 0 00-2.075-2.075l-.483.838a.75.75 0 01-1.344-.659l.044-.091.484-.84a8.447 8.447 0 00-2.833-.757l-.001.967a.75.75 0 01-1.493.102L11.25 4.5v-.967a8.447 8.447 0 00-2.834.757l.484.84a.75.75 0 01-1.243.835L7.6 5.88l-.483-.838a8.548 8.548 0 00-2.075 2.075l.838.483a.75.75 0 01-.659 1.344L5.13 8.9l-.84-.484a8.447 8.447 0 00-.757 2.834H4.5a.75.75 0 01.102 1.493l-.102.007h-.967a8.427 8.427 0 00.758 2.835l.839-.485a.75.75 0 01.835 1.243l-.085.057-1.516.875A.75.75 0 013.34 17l-.02-.04-.003.003A9.954 9.954 0 012 12C2 6.477 6.477 2 12 2zm4.03 5.97a.75.75 0 01.073.976l-.073.084-2.792 2.794a1.25 1.25 0 11-1.061-1.061L14.97 7.97a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Zn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-10 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function el(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v5.75H3V4.75C3 3.784 3.784 3 4.75 3h14.5zm-9 9c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0110.25 21h-5.5A1.75 1.75 0 013 19.25v-5.5c0-.966.784-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.243.193l-.007.057v5.5a.25.25 0 00.193.243l.057.007h5.5a.25.25 0 00.243-.193l.007-.057v-5.5a.25.25 0 00-.193-.243l-.057-.007zm7.78-7.53a.75.75 0 01.073.976l-.073.084-3.22 3.22h1.69a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007H13a.75.75 0 01-.743-.648L12.25 11V7.5a.75.75 0 011.493-.102l.007.102v1.688l3.22-3.218a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function tl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 8.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm0 5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm0-10a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor",fillRule:"evenodd"}))}function nl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 10a2 2 0 110 4 2 2 0 010-4zm0 6.5a2 2 0 110 4 2 2 0 010-4zm0-13a2 2 0 110 4 2 2 0 010-4z",fill:"currentColor",fillRule:"evenodd"}))}function ll(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.924 6.254l.128-.002.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L6.25 17V8.811l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02a.75.75 0 01.064-.01zM17 6.25a.75.75 0 01.743.648L17.75 7l-.001 8.19 2.22-2.22a.75.75 0 011.134.976l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012-.052.002-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L16.25 7a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function al(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.5 22v-.018A1.75 1.75 0 014 20.25V3.75c0-.882.652-1.61 1.5-1.732V2h12.75c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.5zM9 18.3H5.5v1.95a.25.25 0 00.193.243l.057.007H9v-2.2zm9.25-14.8H10.5v17h7.75a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5zM9 14.6H5.5v2.2H9v-2.2zm0-3.7H5.5v2.2H9v-2.2zm0-3.7H5.5v2.2H9V7.2zm0-3.7H5.75a.25.25 0 00-.243.193L5.5 3.75V5.7H9V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function rl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H14v-1.5h4.25a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V11H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM9.225 20.974A1.259 1.259 0 018 22c-.605 0-1.11-.44-1.225-1.026h2.45zM8 12c.456 0 .841.392.961.927A3 3 0 0111 15.769v2.898l.835.642a.5.5 0 01-.305.896H4.47a.5.5 0 01-.305-.896L5 18.667v-2.898c0-1.32.854-2.442 2.04-2.843.119-.534.504-.926.96-.926zm7.25 2.5a.75.75 0 110 1.5h-1.5a.75.75 0 110-1.5h1.5zm0-3.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z",fill:"currentColor",fillRule:"evenodd"}))}function ol(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.75 2a.75.75 0 01.75.75V3h1.75a1.75 1.75 0 011.744 1.606L21 4.75v14.5a1.75 1.75 0 01-1.606 1.744L19.25 21H4.75a1.75 1.75 0 01-1.744-1.606L3 19.25V4.75a1.75 1.75 0 011.606-1.744L4.75 3H6.5v-.25a.75.75 0 011.5 0V3h3.25v-.25a.75.75 0 111.5 0V3H16v-.25a.75.75 0 01.75-.75zM6.499 4.5H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v14.5l.007.057a.25.25 0 00.175.184l.068.009h14.5l.057-.007a.25.25 0 00.184-.175l.009-.068V4.75l-.007-.057a.25.25 0 00-.175-.184L19.25 4.5H17.5v.25a.75.75 0 11-1.5 0V4.5h-3.25v.25a.75.75 0 11-1.5 0V4.5H7.999L8 4.75a.75.75 0 01-1.5 0l-.001-.25zM16.25 12a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm0-3a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5z",fill:"currentColor",fillRule:"evenodd"}))}function il(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.75 2a.75.75 0 01.75.75V3h1.75a1.75 1.75 0 011.744 1.606L21 4.75V14h-1.5V4.75l-.007-.057a.25.25 0 00-.175-.184L19.25 4.5H17.5v.25a.75.75 0 11-1.5 0V4.5h-3.25v.25a.75.75 0 11-1.5 0V4.5H7.999L8 4.75a.75.75 0 01-1.5 0l-.001-.25H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v14.5l.007.057a.25.25 0 00.175.184l.068.009H14V21H4.75a1.75 1.75 0 01-1.744-1.606L3 19.25V4.75a1.75 1.75 0 011.606-1.744L4.75 3H6.5v-.25a.75.75 0 011.5 0V3h3.25v-.25a.75.75 0 111.5 0V3H16v-.25a.75.75 0 01.75-.75zm-3.94 7.75l7.513 7.513a1.75 1.75 0 01.114 2.35l-.114.124-.586.586a1.75 1.75 0 01-2.35.114l-.124-.114-7.513-7.512V9.75h3.06zm5.697 7.818l-.938.94.754.755a.25.25 0 00.24.065l.06-.025.054-.04.586-.586a.25.25 0 00.04-.3l-.04-.054-.756-.755zm-6.318-6.318h-.939v.939l5.258 5.258.938-.94-5.257-5.257z",fill:"currentColor",fillRule:"evenodd"}))}function sl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M21.484 8.828C19.73 3.592 14.065.768 8.829 2.519 3.592 4.271.767 9.936 2.519 15.172c1.752 5.237 7.418 8.06 12.655 6.308a9.997 9.997 0 006.31-12.653z",fill:"#0D2840"}),t.createElement("path",{d:"M13.977 7.263v5.445l-4.14-5.445H7.264l.78 1.156v7.686h1.919v-5.619l4.28 5.62H15.9V7.262h-1.922z",fill:"#2CD7B3"}))}function cl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M3.203 16.625c0 .602.328.96.875.96.555 0 .875-.35.875-.96V7.898c0-.671-.437-1.132-1.078-1.132-.375 0-.742.14-1.273.515L1.125 8.344c-.367.25-.54.508-.54.789 0 .367.282.656.65.656.195 0 .382-.07.663-.266l1.258-.898h.047v8zm4.149.031c0 .516.414.844 1.046.844h5.22c.53 0 .843-.281.843-.734 0-.461-.328-.743-.844-.743H9.648v-.101l2.665-2.953c1.367-1.492 1.812-2.313 1.812-3.36 0-1.742-1.43-2.984-3.422-2.984-2.086 0-3.492 1.375-3.492 2.742 0 .485.312.813.766.813.367 0 .617-.211.804-.657.266-.906.93-1.43 1.82-1.43 1.063 0 1.774.665 1.774 1.657 0 .688-.344 1.313-1.21 2.266l-3.071 3.406c-.563.601-.742.89-.742 1.234zm8.562-1.375c0 1.242 1.555 2.446 3.617 2.446 2.274 0 3.867-1.297 3.867-3.141 0-1.352-.992-2.484-2.296-2.617v-.11c1.078-.171 1.953-1.257 1.953-2.421 0-1.649-1.461-2.813-3.524-2.813-1.984 0-3.414 1.156-3.414 2.39 0 .454.305.766.742.766.344 0 .578-.164.782-.578.367-.742 1.007-1.156 1.851-1.156 1.086 0 1.828.648 1.828 1.61 0 .952-.758 1.64-1.804 1.64h-.813c-.43 0-.726.305-.726.71 0 .423.304.735.726.735h.86c1.25 0 2.085.719 2.085 1.79 0 1.077-.82 1.765-2.093 1.765-.961 0-1.711-.422-2.14-1.188-.25-.414-.47-.57-.782-.57-.422 0-.719.313-.719.742z",fill:"currentColor"}))}function ul(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M9.884 11.616a1.25 1.25 0 01.091 1.666l-.091.102-1.868 1.866H19a1.25 1.25 0 01.128 2.494L19 17.75H8.017l1.867 1.866a1.25 1.25 0 01-1.666 1.859l-.102-.091-4-4a1.26 1.26 0 01-.13-.152l-.068-.106-.042-.079-.046-.107-.03-.087-.03-.127-.016-.126-.004-.1.002-.08.013-.111.016-.088.03-.108.05-.127.086-.16.062-.088.064-.076 4.043-4.046a1.25 1.25 0 011.768 0zm5.898-9.091l.102.091 4 4c.03.03.058.061.084.094l-.084-.094c.048.048.09.099.13.152l.064.099.046.086.046.107.03.087.03.127.016.13.004.096-.002.08-.013.111-.016.088-.03.108-.05.127-.057.112-.069.106-.048.063-.081.089-4 4a1.25 1.25 0 01-1.859-1.666l.091-.102 1.866-1.866H5a1.25 1.25 0 01-.128-2.494L5 6.25h10.983l-1.867-1.866a1.25 1.25 0 011.666-1.859z",fill:"currentColor",fillRule:"evenodd"}))}function dl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.535 6.5h2.715a.25.25 0 01.25.25v2.715A3.502 3.502 0 0117.535 6.5zm-11.07 0H3.75a.25.25 0 00-.25.25v2.715A3.502 3.502 0 006.465 6.5zm1.51 0A5.002 5.002 0 013.5 10.975v2.05A5.002 5.002 0 017.975 17.5H14.5V19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5c.966 0 1.75.784 1.75 1.75v4.75h-1.5v-.525A5.002 5.002 0 0116.025 6.5h-8.05zM3.5 17.25v-2.715A3.502 3.502 0 016.465 17.5H3.75a.25.25 0 01-.25-.25zM14 12a2 2 0 11-4 0 2 2 0 014 0zm1.5 0a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zm5.095 1.608a.86.86 0 011.049-.14c.344.201.467.603.306.937l-.057.098-3.118 4.152-.07.087a.859.859 0 01-1.17.059l-.079-.08-1.878-2.164-.068-.092a.713.713 0 01.194-.962.863.863 0 011.06.035l.081.082 1.169 1.345 2.51-3.268.071-.089z",fill:"currentColor"}))}function ml(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.535 6.5h2.715a.25.25 0 01.25.25v2.715A3.502 3.502 0 0117.535 6.5zm-11.07 0H3.75a.25.25 0 00-.25.25v2.715A3.502 3.502 0 006.465 6.5zm1.51 0A5.002 5.002 0 013.5 10.975v2.05A5.002 5.002 0 017.975 17.5H14.5V19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5c.966 0 1.75.784 1.75 1.75v4.75h-1.5v-.525A5.002 5.002 0 0116.025 6.5h-8.05zM3.5 17.25v-2.715A3.502 3.502 0 016.465 17.5H3.75a.25.25 0 01-.25-.25zM14 12a2 2 0 11-4 0 2 2 0 014 0zm1.5 0a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zm6.297 1.203a.692.692 0 00-.901-.067l-.078.067L19 15.02l-1.818-1.818-.078-.067a.692.692 0 00-.901 1.046L18.02 16l-1.818 1.818-.067.078a.692.692 0 00.968.968l.078-.067L19 16.98l1.818 1.818.078.067a.692.692 0 00.901-1.046L19.98 16l1.818-1.818.067-.078a.692.692 0 00-.067-.901z",fill:"currentColor"}))}function fl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 6c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 22H7.75A1.75 1.75 0 016 20.25V19h1.5v1.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V7.75a.25.25 0 00-.193-.243L20.25 7.5H19V6h1.25zm-7-5a.75.75 0 01.75.75V2h2.25c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0116.25 18H3.75A1.75 1.75 0 012 16.25V3.75C2 2.784 2.784 2 3.75 2H6v-.25a.75.75 0 011.5 0V2h5v-.25a.75.75 0 01.75-.75zm3.25 6.5h-13v8.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V7.5zm-6.195 1.277c.38 0 .62.21.662.554l.006.107v4.554c0 .356-.235.59-.582.59-.313 0-.538-.19-.58-.487l-.006-.103V9.957H9.78l-.824.574a.48.48 0 01-.312.106.402.402 0 01-.415-.422c0-.15.05-.267.172-.377l.082-.065L9.602 9a1.09 1.09 0 01.703-.223zM6 3.5H3.75a.25.25 0 00-.243.193L3.5 3.75V6h13V3.75a.25.25 0 00-.193-.243L16.25 3.5H14v.25a.75.75 0 11-1.5 0V3.5h-5v.25a.75.75 0 01-1.5 0V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function gl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.75 11.5c4.166 0 6.596 2.43 7.291 7.29A2.813 2.813 0 0119.257 22h-9.014a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm0 1.5c-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007h9.014a1.313 1.313 0 001.3-1.498C19.96 14.84 18.12 13 14.75 13zM6.446 6.397l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H1.75a.75.75 0 01-.102-1.493l.102-.007h5.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM14.75 2c1.933 0 3.5 1.903 3.5 4.25s-1.567 4.25-3.5 4.25-3.5-1.903-3.5-4.25S12.817 2 14.75 2zm0 1.5c-1.033 0-2 1.174-2 2.75s.967 2.75 2 2.75 2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function vl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.25 3.75h-4.5a.75.75 0 00-.102 1.493l.102.007h4.5a.75.75 0 00.102-1.493l-.102-.007zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function hl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm0 1.5a.75.75 0 00-.743.648l-.007.102v1.5h-1.5a.75.75 0 00-.743.648l-.007.102c0 .38.282.693.648.743l.102.007h1.5v1.5c0 .38.282.693.648.743l.102.007a.75.75 0 00.743-.648l.007-.102v-1.5h1.5a.75.75 0 00.743-.648l.007-.102a.75.75 0 00-.648-.743l-.102-.007h-1.5v-1.5a.75.75 0 00-.648-.743L17.5 14.5zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function pl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.403 1.867a.75.75 0 00-.97.141l-.066.09-1.983 3.114-.798-.999-.076-.081a.75.75 0 00-1.159.927l.063.091 1.455 1.819.073.079a.75.75 0 001.081-.059l.064-.086 2.546-4 .052-.098a.75.75 0 00-.282-.938zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function wl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.357 4.384l.891-.58c.835-.542 1.942-.323 2.586.513l1.28 1.663c.56.724.628 1.734.17 2.496l-1.273 2.12c.372.965.962 1.855 1.77 2.67a8.253 8.253 0 002.701 1.844l1.876-1.253c.711-.475 1.645-.398 2.317.19l1.565 1.373c.782.685.99 1.862.487 2.755l-.538.957c-.536.952-1.517 1.508-2.576 1.46-2.498-.115-5.197-1.718-8.096-4.811-2.903-3.098-4.408-5.983-4.514-8.655-.045-1.125.47-2.168 1.354-2.742z",fill:"currentColor"}))}function bl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M4.742 3.998l1.036-.641a2.75 2.75 0 013.58.6l1.39 1.703a2.75 2.75 0 01.2 3.196l-1.082 1.732a.25.25 0 00-.035.17c.06.396.52 1.073 1.397 1.95.638.638 1.174 1.062 1.59 1.27.289.144.43.154.48.123l1.783-1.114a2.75 2.75 0 013.195.201l1.696 1.383a2.75 2.75 0 01.606 3.57l-.639 1.04a3.75 3.75 0 01-3.234 1.788c-2.86-.03-5.846-1.636-8.974-4.763-3.133-3.133-4.739-6.124-4.764-8.986a3.75 3.75 0 011.775-3.222zm.79 1.276a2.25 2.25 0 00-1.065 1.932c.021 2.408 1.445 5.06 4.324 7.939 2.876 2.876 5.524 4.3 7.93 4.324a2.25 2.25 0 001.94-1.072l.639-1.04a1.25 1.25 0 00-.276-1.623l-1.696-1.383a1.25 1.25 0 00-1.452-.092l-1.787 1.117c-1.04.64-2.31.005-3.922-1.607-1.086-1.087-1.698-1.988-1.82-2.786a1.75 1.75 0 01.247-1.19l1.083-1.732a1.25 1.25 0 00-.092-1.453l-1.39-1.704a1.25 1.25 0 00-1.627-.272l-1.036.642z",fill:"currentColor"}))}function xl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM9.8 8a.7.7 0 011.05-.606l.084.057 4.86 3.84a.7.7 0 01.081 1.023l-.081.075-4.86 3.84a.7.7 0 01-1.127-.449l-.007-.1V8zm1.4 1.445v4.789l3.03-2.395-3.03-2.394z",fill:"currentColor",fillRule:"evenodd"}))}function El(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.169 17.055c.43 0 .734-.305.734-.75V13.43h2.649c.453 0 .757-.297.757-.72 0-.429-.304-.726-.757-.726H6.903V9.258c0-.445-.304-.758-.734-.758s-.727.313-.727.758v2.726H2.825c-.445 0-.758.297-.758.727 0 .422.313.719.758.719h2.617v2.875c0 .445.305.75.727.75zm5.598 2.453c.352 0 .64-.211.735-.555l3.453-12.25a1.17 1.17 0 00.047-.258c.007-.406-.336-.75-.766-.75-.36 0-.648.211-.742.547l-3.446 12.25a.749.749 0 00.719 1.016zm9.388-6.11c.578 0 .882-.32.882-.78 0-.462-.304-.766-.882-.766h-3.68c-.57 0-.883.312-.883.765 0 .461.305.781.883.781h3.68z",fill:"currentColor",fillRule:"evenodd"}))}function yl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.75 2c.966 0 1.75.784 1.75 1.75v1.758A3.75 3.75 0 0122 9.25v7.5a1.75 1.75 0 01-1.75 1.75H18.5v1.75A1.75 1.75 0 0116.75 22h-9.5a1.75 1.75 0 01-1.75-1.75V18.5H3.75A1.75 1.75 0 012 16.75v-7.5a3.75 3.75 0 013.5-3.742V3.75C5.5 2.784 6.284 2 7.25 2h9.5zM17 14.5H7v5.75a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193L17 20.25V14.5zM18.25 7H5.75a2.25 2.25 0 00-2.245 2.096L3.5 9.25v7.5a.25.25 0 00.193.243L3.75 17H5.5v-3.25a.75.75 0 01.75-.75h11.5a.75.75 0 01.75.75V17h1.75a.25.25 0 00.243-.193l.007-.057v-7.5a2.25 2.25 0 00-2.096-2.245L18.25 7zm-.5 3a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm-1-6.5h-9.5a.25.25 0 00-.243.193L7 3.75V5.5h10V3.75a.25.25 0 00-.193-.243L16.75 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function zl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.247 2a.75.75 0 01.75.75l-.001.25h2.25c.967 0 1.75.784 1.75 1.75v14.5a1.75 1.75 0 01-1.75 1.75h-7.25v-1.5h7.25a.25.25 0 00.244-.193l.007-.057L19.496 8h-15v4h-1.5V4.75c0-.966.784-1.75 1.75-1.75h2.25v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM3.139 15.956a.5.5 0 01.631-.11l2.144 1.238.073.052a.5.5 0 01.11.631l-.052.074a.5.5 0 01-.631.11l-.878-.506a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.814-.574l1.237-2.143zM6.997 13a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.601.221l-.082-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 016.997 13zm-.001-8.5h-2.25a.25.25 0 00-.243.193l-.006.057-.001 1.75h15V4.75a.25.25 0 00-.192-.243l-.057-.007h-2.251v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function Cl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.797 9c.464 0 .91.184 1.237.513l6.229 6.228a1.75 1.75 0 010 2.475l-4.047 4.047a1.75 1.75 0 01-2.475 0l-6.228-6.229A1.75 1.75 0 012 14.797V10.75C2 9.784 2.784 9 3.75 9h4.047zM18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H14.5v-1.5h3.75a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V8H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM7.797 10.5H3.75a.25.25 0 00-.243.193l-.007.057v4.047a.25.25 0 00.033.125l.04.052 6.228 6.228a.25.25 0 00.3.04l.054-.04 4.047-4.047a.25.25 0 00.04-.3l-.04-.054-6.228-6.228a.25.25 0 00-.112-.064l-.065-.009zm-2.504 1.793a1 1 0 111.414 1.414 1 1 0 01-1.414-1.414zM15.75 9.5a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Rl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.97 9.97 0 003.047 7.187A9.967 9.967 0 0012 22a9.967 9.967 0 006.953-2.813A9.97 9.97 0 0022 12zM5.704 16.936A7.986 7.986 0 0012 20a7.986 7.986 0 006.296-3.064A7 7 0 0012 13a7 7 0 00-6.296 3.936zM12 12a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",fill:"currentColor"}))}function Sl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm0 1.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5zM8.25 15a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h1zm8.5 1a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-3.167a.75.75 0 010 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-3.166a.75.75 0 110 1.5h-4.5a.75.75 0 010-1.5h4.5zM8.25 6.5a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h1zm8.5 0a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ol(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 3a1 1 0 00-.993.883L11 6v6.02l.01.118.022.113.023.077.03.075.047.093.062.096.07.085.072.071.096.075.099.06.075.036 3.5 1.5.11.04a1 1 0 00.782-1.826l-.104-.052L13 11.34V6l-.007-.117A1 1 0 0012 5z",fill:"currentColor",fillRule:"evenodd"}))}function Al(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.367 7.727a.476.476 0 00.484.48h3.147c.274 0 .492-.222.537-.493.184-1.108.965-1.9 2.266-1.9 1.161 0 2.252.623 2.252 2.053 0 1.246-.864 1.841-2.195 2.705-1.714 1.09-2.634 2.534-2.422 4.715l.008.173a.5.5 0 00.5.478h3a.5.5 0 00.5-.5v-.18c0-1.514.665-1.953 2.322-3.072 1.374-.934 2.86-2.025 2.86-4.545 0-3.569-3.002-5.325-6.556-5.325-3.361 0-6.618 1.557-6.703 5.411zm3.432 12.247c0 1.388 1.09 2.322 2.776 2.322 1.741 0 2.817-.934 2.817-2.322 0-1.416-1.09-2.35-2.817-2.35-1.7 0-2.776.934-2.776 2.35z",fill:"currentColor"}))}function Nl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 14.489c.5 0 .838-.302.832-.764v-1.998c.052-.665.604-.8 1.548-1.413C15.415 9.649 16 8.885 16 7.78 16 6.011 14.077 5 12.139 5c-.822 0-1.831.145-2.639.466a3.39 3.39 0 00-.803.438 1.94 1.94 0 00-.317.3c-.076.09-.14.188-.189.29a1.904 1.904 0 00-.132.356c-.04.153-.059.304-.059.448a.65.65 0 00.022.173c.076.335.34.55.748.55a.806.806 0 00.792-.55c.278-.902 1.709-1.078 2.502-1.078.96 0 2.183.555 2.183 1.405 0 .764-.44 1.163-1.268 1.706-.856.573-1.848 1.137-1.848 2.074v2.147c0 .492.369.764.869.764zM12 19c.579 0 1.047-.457 1.047-1.018 0-.566-.468-1.012-1.047-1.012-.573 0-1.042.446-1.042 1.012 0 .561.47 1.018 1.042 1.018z",fill:"currentColor"}))}function Ll(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.102 11.125c.753 0 1.472.295 2.007.817l.142.148 4.806 5.407c.183.206.434.337.705.37l.136.008h3.416L17.22 16.78l-.073-.084a.75.75 0 011.05-1.049l.083.073 2.5 2.5a.753.753 0 01.097.118l.053.094.028.07.023.08.013.075.006.102-.002.042-.009.075-.027.111-.043.102-.038.066-.027.04-.035.043-.039.042-2.5 2.5-.084.073a.75.75 0 01-1.049-1.05l.073-.083 1.095-1.096-3.417.001a2.875 2.875 0 01-2.007-.817l-.142-.148-4.806-5.407a1.125 1.125 0 00-.705-.37l-.136-.008H3.75a.875.875 0 01-.11-1.743l.11-.007h3.352zm11.094-8.978l.084.073 2.5 2.5a.63.63 0 01.101.125l.049.088.043.119.021.106.004.042.002.069-.006.073-.013.076-.023.08-.047.107-.058.091-.073.084-2.5 2.5a.75.75 0 01-1.133-.976l.073-.084 1.095-1.096-3.426.001-.136.008c-.223.027-.433.12-.603.268l-.096.095-2.905 3.215-.085.083a.875.875 0 01-1.287-1.162l.074-.094 2.904-3.215.141-.146a2.875 2.875 0 011.79-.795l.203-.007 3.424-.001L17.22 3.28a.75.75 0 01.976-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function Ml(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm.035 4.982c-.264 0-.533.13-.533.51v.41C9.92 8.05 8.9 8.998 8.9 10.352c0 1.135.646 1.88 1.926 2.202l1.309.288c.844.181 1.178.44 1.178.879 0 .562-.446.931-1.272.931-.592 0-1.166-.246-1.687-.72-.334-.282-.545-.364-.803-.364-.416 0-.75.258-.75.715 0 .352.187.692.515.99.487.452 1.272.727 2.163.803v.358c0 .375.275.51.539.51.263 0 .533-.135.533-.51v-.37c1.64-.193 2.666-1.154 2.666-2.543 0-1.143-.66-1.862-1.997-2.176l-1.314-.273c-.744-.146-1.084-.427-1.084-.867 0-.492.44-.885 1.131-.885.586 0 1.008.188 1.506.662.293.252.533.364.85.364.369 0 .673-.27.673-.657 0-.328-.175-.673-.503-.984-.434-.422-1.131-.691-1.91-.79v-.423c0-.375-.27-.51-.534-.51z",fill:"currentColor",fillRule:"evenodd"}))}function Hl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M21.25 11.25A.75.75 0 0122 12c0 5.523-4.477 10-10 10a9.986 9.986 0 01-7.638-3.545l-.038 1.071a.75.75 0 01-1.496.05l-.003-.102.099-2.827a.75.75 0 01.775-.723l2.827.098a.75.75 0 01.05 1.496l-.102.004-.966-.034A8.5 8.5 0 0020.5 12a.75.75 0 01.75-.75zm-9.215-4.268c.237 0 .48.11.526.405l.007.105v.422c.78.1 1.477.37 1.91.791.329.31.504.656.504.984 0 .387-.304.657-.673.657-.317 0-.557-.112-.85-.364-.498-.474-.92-.662-1.506-.662-.691 0-1.13.393-1.13.885 0 .406.289.677.919.831l.164.036 1.108.229c1.476.287 2.203 1.02 2.203 2.22 0 1.331-.942 2.27-2.464 2.515l-.202.028v.37c0 .375-.27.51-.533.51-.238 0-.485-.11-.532-.405l-.007-.105v-.358c-.891-.076-1.676-.351-2.163-.803-.328-.298-.515-.638-.515-.99 0-.457.334-.715.75-.715.258 0 .469.082.803.364.521.474 1.095.72 1.687.72.826 0 1.271-.369 1.271-.931 0-.41-.29-.662-1.015-.842l-.162-.037-1.102-.24c-1.418-.293-2.133-1.055-2.133-2.25 0-1.298.937-2.223 2.407-2.427l.195-.023v-.41c0-.38.27-.51.533-.51zM12 2c3 0 5.77 1.332 7.639 3.545l.037-1.071a.75.75 0 011.496-.05l.003.102-.099 2.827a.75.75 0 01-.674.72l-.101.003-2.827-.098a.75.75 0 01-.05-1.496l.102-.004.966.034A8.5 8.5 0 003.5 12 .75.75 0 112 12C2 6.477 6.477 2 12 2z",fill:"currentColor",fillRule:"evenodd"}))}function kl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17 7a5 5 0 01.217 9.995L17 17h-2.5a.75.75 0 01-.102-1.493l.102-.007H17a3.5 3.5 0 00.192-6.995L17 8.5h-2.5a.75.75 0 01-.102-1.493L14.5 7H17zM9.5 7a.75.75 0 01.102 1.493L9.5 8.5H7a3.5 3.5 0 00-.192 6.995L7 15.5h2.5a.75.75 0 01.102 1.493L9.5 17H7a5 5 0 01-.217-9.995L7 7h2.5zm7.5 4.25a.75.75 0 110 1.5H7a.75.75 0 110-1.5h10z",fill:"currentColor",fillRule:"evenodd"}))}function Vl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12.268 21.246L12 21.25l-.323-.006-.32-.016-.3-.025-.329-.04a9.166 9.166 0 01-2.067-.534l-.288-.117-.353-.16-.237-.117-.358-.193-.385-.233-.263-.173-.3-.215-.23-.177-.238-.196-.356-.319a9.308 9.308 0 01-.345-.343l-.151-.162a9.197 9.197 0 01-1.662-2.58l-.126-.311-.134-.372-.087-.268-.08-.285A9.229 9.229 0 012.75 12c0-.893.127-1.757.363-2.574l.137-.431.077-.218.169-.421a9.17 9.17 0 01.768-1.431l.171-.25c.213-.303.447-.595.701-.876l.168-.18c.174-.183.356-.36.545-.528l.197-.17.345-.278.328-.239.302-.202.117-.072a8.88 8.88 0 01.664-.375l.484-.23.37-.152.427-.153.353-.11.263-.071.145-.036A9.232 9.232 0 0112 2.75l.24.003.317.014.389.031.284.033.487.079.43.091.287.073.39.116.293.099.336.127.17.07.379.172.259.129.25.135.416.248.255.166a9.12 9.12 0 011.14.911V3.222a.75.75 0 01.638-.742l.111-.008a.75.75 0 01.742.639l.008.11v3.83a.75.75 0 01-.64.741l-.11.008h-3.828a.75.75 0 01-.111-1.492l.11-.008h2.009l-.197-.177-.22-.182-.131-.102-.2-.147-.225-.156-.235-.15-.236-.139-.149-.081-.222-.115-.268-.126-.121-.053a7.709 7.709 0 00-1.013-.352l-.263-.067-.258-.055-.262-.047-.278-.04-.349-.036-.353-.02L12 4.25l-.183.002-.376.018-.294.026-.248.032-.335.055-.344.073-.243.061-.202.058a7.72 7.72 0 00-.54.183l-.282.114-.204.09-.317.156-.24.13a7.755 7.755 0 00-.629.397l-.383.285-.21.174-.075.064a7.796 7.796 0 00-.195.178l-.18.174-.239.25-.175.198-.152.184a7.778 7.778 0 00-.59.84l-.174.305-.116.222-.112.232a7.079 7.079 0 00-.15.346l-.11.29-.122.368-.046.16c-.084.304-.15.612-.197.923l-.05.409.01-.098c-.05.453-.06.91-.03 1.364l.024.285c.031.307.081.611.15.913l.073.3.058.204c.072.245.157.486.255.724l.085.2c.05.112.102.223.156.332l.091.175.137.245.148.246.058.088a7.766 7.766 0 00.436.604l.141.173.093.107.174.191.174.18.18.175.246.22.324.264.349.255.123.083.24.151.2.118.259.14.257.128.33.146.24.095c.195.073.393.139.594.196l.359.094.136.03.124.026.297.053.329.045.246.024.097.008c.091.006.183.011.275.014l.275.005A7.75 7.75 0 0019.75 12a.75.75 0 111.5 0 9.25 9.25 0 01-8.982 9.246z",fill:"currentColor"}))}function Il(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.5 12a1 1 0 011 1v6a1 1 0 01-1 1H4a1 1 0 01-1-1v-6a1 1 0 011-1h2.5zm6.75-5a1 1 0 011 1v11a1 1 0 01-1 1h-2.5a1 1 0 01-1-1V8a1 1 0 011-1h2.5zM20 4a1 1 0 011 1v14a1 1 0 01-1 1h-2.5a1 1 0 01-1-1V5a1 1 0 011-1H20z",fill:"currentColor",fillRule:"evenodd"}))}function jl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.25 12c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 016.25 20h-1.5A1.75 1.75 0 013 18.25v-4.5c0-.966.784-1.75 1.75-1.75h1.5zm6.5-5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0112.75 20h-1.5a1.75 1.75 0 01-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h1.5zm6.5-3c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0119.25 20h-1.5A1.75 1.75 0 0116 18.25V5.75c0-.966.784-1.75 1.75-1.75h1.5zm-13 9.5h-1.5a.25.25 0 00-.243.193l-.007.057v4.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L6.25 13.5zm6.5-5h-1.5a.25.25 0 00-.243.193L11 8.75v9.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193L13 18.25v-9.5a.25.25 0 00-.193-.243L12.75 8.5zm6.5-3h-1.5a.25.25 0 00-.243.193l-.007.057v12.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193l.007-.057V5.75a.25.25 0 00-.193-.243L19.25 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function Dl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18 9.25a.75.75 0 01.743.648l.007.102v8.25a3.75 3.75 0 01-3.55 3.745L15 22h-5a3.75 3.75 0 01-3.745-3.55l-.005-.2V10a.75.75 0 01.648-.743L7 9.25h11zm-.75 1.5h-9.5v7.5a2.25 2.25 0 001.938 2.229l.158.016.154.005h5a2.25 2.25 0 002.245-2.096l.005-.154v-7.5zm-6.75 1.5a.75.75 0 01.743.648l.007.102v5.25a.75.75 0 01-1.493.102l-.007-.102V13a.75.75 0 01.75-.75zm4 0a.75.75 0 01.743.648l.007.102v5.25a.75.75 0 01-1.493.102l-.007-.102V13a.75.75 0 01.75-.75zm2.372-9.849a3.847 3.847 0 012.03 4.45l2.668 1.302a.75.75 0 01-.563 1.386l-.094-.038L9.086 3.732a.75.75 0 01.563-1.386l.094.038 2.373 1.157a3.847 3.847 0 014.756-1.14zM3 4.25a.75.75 0 01.743.648L3.75 5v.63c2.434-1.684 5.714-1.245 7.542 1.11a.75.75 0 11-1.185.919C8.819 6 6.547 5.647 4.777 6.749l.723.001a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743L5.5 8.25H3a.75.75 0 01-.743-.648L2.25 7.5V5A.75.75 0 013 4.25zm10.507-.031l4.005 1.953a2.347 2.347 0 00-4.005-1.953z",fill:"currentColor",fillRule:"evenodd"}))}function Tl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2.75a9.25 9.25 0 016.54 15.79.75.75 0 11-1.06-1.06 7.75 7.75 0 10-13.224-5.797l.714-.713.084-.073a.75.75 0 011.049 1.05l-.073.083-2 2-.084.073a.75.75 0 01-.882.007l-.094-.08-2-2-.073-.084a.75.75 0 01-.007-.882l.08-.094.084-.073a.75.75 0 01.882-.007l.094.08.725.724A9.25 9.25 0 0112 2.75z",fill:"currentColor"}))}function Fl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2.75a9.25 9.25 0 019.245 8.944l.725-.724a.75.75 0 01.976-.073l.084.073a.75.75 0 01.073.976l-.073.084-2 2a.75.75 0 01-.976.073l-.084-.073-2-2a.75.75 0 01.976-1.133l.084.073.714.712A7.75 7.75 0 106.52 17.48a.75.75 0 11-1.06 1.06A9.25 9.25 0 0112 2.75z",fill:"currentColor"}))}function Pl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12.021 23.316c.594 0 1.121-.33 1.121-1.12V21.14c3.546-.382 5.761-2.465 5.761-5.498 0-2.61-1.569-4.192-4.825-4.904l-2.676-.606C9.727 9.763 8.91 8.999 8.91 7.878c0-1.344 1.16-2.32 2.98-2.32 1.476 0 2.504.5 3.651 1.78.58.606 1.029.83 1.635.83.738 0 1.305-.514 1.305-1.279 0-.738-.435-1.542-1.173-2.267-.976-.923-2.439-1.53-4.087-1.74V1.787c0-.777-.527-1.107-1.134-1.107-.593 0-1.12.316-1.12 1.107v1.055c-3.415.317-5.59 2.36-5.59 5.287 0 2.557 1.569 4.258 4.575 4.93l2.676.62c1.951.461 2.755 1.147 2.755 2.307 0 1.503-1.173 2.452-3.27 2.452-1.568 0-2.873-.593-4.06-1.872-.672-.672-1.041-.817-1.542-.817-.805 0-1.411.514-1.411 1.397 0 .778.448 1.582 1.252 2.281 1.055.962 2.703 1.556 4.536 1.727v1.042c0 .79.527 1.12 1.133 1.12z",fill:"currentColor",fillRule:"evenodd"}))}function Bl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M9.75 2a7.75 7.75 0 016.292 12.275l5.592 5.591a1.25 1.25 0 01-1.666 1.859l-.102-.091-5.59-5.592A7.75 7.75 0 119.75 2zm0 2.5a5.25 5.25 0 100 10.5 5.25 5.25 0 000-10.5z",fill:"currentColor",fillRule:"evenodd"}))}function _l(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10 2.25a7.75 7.75 0 015.985 12.674l5.545 5.546a.75.75 0 01-.976 1.133l-.084-.073-5.546-5.545A7.75 7.75 0 1110 2.25zm0 1.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5z",fill:"currentColor",fillRule:"evenodd"}))}function Gl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12.01 2.25a.75.75 0 01.665.402c.72 1.376 3.174 2.323 7.389 2.683a.75.75 0 01.686.748c0 7.747-1.54 11.378-5.945 14.213l-.502.312-.525.306a26.51 26.51 0 01-.834.452l-.29.148-.323.16a.75.75 0 01-.654.003c-6.293-3-8.427-6.542-8.427-15.594a.75.75 0 01.686-.748c4.215-.36 6.67-1.307 7.389-2.683a.75.75 0 01.56-.395l.126-.007zM12 4.245l-.064.067C10.702 5.54 8.479 6.317 5.277 6.705l-.523.058.01.54c.012.53.033 1.039.063 1.525l.052.713c.472 5.577 2.312 8.141 6.618 10.372l.272.139.228.113.262-.133c4.685-2.43 6.538-5.033 6.915-11.21l.038-.743.025-.778.007-.402.001-.136-.522-.058c-3.068-.372-5.238-1.1-6.5-2.242l-.159-.15L12 4.244zm4.903 4.104l.077.067a.75.75 0 01.067.984l-.067.077-5.52 5.52-3.382-3.38a.75.75 0 01.984-1.129l.076.067 2.32 2.322 4.461-4.46a.75.75 0 01.984-.068z",fill:"currentColor",fillRule:"evenodd"}))}function ql(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12.01 2.25a.75.75 0 01.665.402c.72 1.376 3.174 2.323 7.389 2.683a.75.75 0 01.686.748c0 7.747-1.54 11.378-5.945 14.213l-.502.312-.525.306a26.51 26.51 0 01-.834.452l-.29.148-.323.16a.75.75 0 01-.654.003c-6.293-3-8.427-6.542-8.427-15.594a.75.75 0 01.686-.748c4.215-.36 6.67-1.307 7.389-2.683a.75.75 0 01.56-.395l.126-.007zM12 4.245l-.064.067C10.702 5.54 8.479 6.317 5.277 6.705l-.523.058.01.54c.012.53.033 1.039.063 1.525l.052.713c.472 5.577 2.312 8.141 6.618 10.372l.272.139.228.113.262-.133c4.685-2.43 6.538-5.033 6.915-11.21l.038-.743.025-.778.007-.402.001-.136-.522-.058c-3.068-.372-5.238-1.1-6.5-2.242l-.159-.15L12 4.244zM12 8l.15.005a2 2 0 01.98 3.645L14 16h-4l.87-4.35a2 2 0 01.982-3.644L11.999 8z",fill:"currentColor",fillRule:"evenodd"}))}function Kl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13 2a1 1 0 011 1v1.77a7.44 7.44 0 011.698.703l1.252-1.251a1 1 0 011.414 0l1.414 1.414a1 1 0 010 1.414l-1.251 1.252c.3.53.538 1.099.703 1.698H21a1 1 0 011 1v2a1 1 0 01-1 1h-1.77a7.454 7.454 0 01-.703 1.698l1.251 1.252a1 1 0 010 1.414l-1.414 1.414a1 1 0 01-1.414 0l-1.252-1.251a7.47 7.47 0 01-1.697.703L14 21a1 1 0 01-1 1h-2a1 1 0 01-1-1v-1.77a7.454 7.454 0 01-1.698-.703L7.05 19.778a1 1 0 01-1.414 0l-1.414-1.414a1 1 0 010-1.414l1.251-1.252A7.454 7.454 0 014.77 14H3a1 1 0 01-1-1v-2a1 1 0 011-1h1.77a7.44 7.44 0 01.703-1.698L4.222 7.05a1 1 0 010-1.414l1.414-1.414a1 1 0 011.414 0l1.252 1.251c.53-.3 1.099-.538 1.698-.703V3a1 1 0 011-1h2zm-1 6a4 4 0 100 8 4 4 0 000-8z",fill:"currentColor",fillRule:"evenodd"}))}function $l(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.056 2c.918 0 1.67.707 1.744 1.606l.006.144v.787l.243.093.154.063.093.042.554-.553a1.75 1.75 0 012.217-.212l.133.1.125.113 1.492 1.492a1.75 1.75 0 01.114 2.35l-.113.125-.524.523.046.1.068.156.064.157.039.108h.74a1.75 1.75 0 011.725 1.459l.018.148.006.143v2.112a1.75 1.75 0 01-1.606 1.744l-.144.006h-.739l-.04.108-.063.158-.068.156-.047.098.524.524c.553.551.663 1.389.29 2.08l-.08.136-.095.131-.115.128-1.492 1.492c-.59.59-1.502.676-2.216.21l-.131-.095-.128-.115-.554-.554-.093.043-.154.064-.243.092v.789a1.752 1.752 0 01-1.459 1.725l-.148.018-.143.006h-2.111A1.75 1.75 0 019.2 20.393l-.006-.143v-.848l-.08-.03-.148-.06-.214-.097-.602.603a1.75 1.75 0 01-2.217.212l-.133-.1-.125-.113-1.492-1.492a1.75 1.75 0 01-.114-2.35l.114-.125.632-.634-.09-.204-.079-.206h-.897a1.752 1.752 0 01-1.725-1.459l-.018-.148L2 13.056v-2.112A1.75 1.75 0 013.606 9.2l.144-.006h.896l.08-.206.089-.205-.632-.633a1.75 1.75 0 01-.213-2.217l.099-.133.114-.125 1.492-1.492c.59-.59 1.502-.676 2.216-.21l.131.095.128.115.602.601.214-.095.149-.062.079-.03V3.75c0-.791.528-1.469 1.294-1.684l.146-.035.151-.023.16-.008h2.111zm-2.069 1.499l-.073.003a.25.25 0 00-.212.186l-.007.062v1.377a.75.75 0 01-.528.717c-.417.129-.818.3-1.2.51a.75.75 0 01-.809-.054l-.083-.071-.952-.954-.058-.053a.25.25 0 00-.27-.023l-.059.044-1.493 1.493a.25.25 0 00-.04.3l.04.054 1.009 1.008a.75.75 0 01.132.883c-.2.375-.361.769-.483 1.177a.75.75 0 01-.61.528l-.108.008H3.75a.25.25 0 00-.243.193l-.007.057v2.11c0 .12.083.22.193.245l.057.007h1.433a.75.75 0 01.719.537c.121.408.283.802.482 1.176a.75.75 0 01-.061.8l-.071.083-1.009 1.008a.25.25 0 00-.04.3l.04.054 1.493 1.493a.25.25 0 00.3.04l.054-.04.985-.986a.75.75 0 01.893-.126c.38.21.782.382 1.199.511a.75.75 0 01.52.609l.008.108v1.377a.25.25 0 00.192.243l.057.007h2.111a.251.251 0 00.244-.193l.007-.057v-1.331a.75.75 0 01.545-.721 6.398 6.398 0 001.247-.503.75.75 0 01.8.06l.083.072.896.898.058.053a.25.25 0 00.27.023l.059-.044 1.462-1.46.052-.057a.25.25 0 00.023-.27l-.044-.06-.907-.905a.75.75 0 01-.126-.894 6.4 6.4 0 00.533-1.269.75.75 0 01.61-.528l.108-.008h1.275a.25.25 0 00.243-.193l.007-.057v-2.111a.25.25 0 00-.193-.244l-.057-.007h-1.275a.75.75 0 01-.718-.536 6.4 6.4 0 00-.533-1.269.75.75 0 01.055-.81l.071-.083.907-.906a.25.25 0 00.04-.3l-.04-.054-1.493-1.493a.25.25 0 00-.3-.04l-.054.04-.93.93a.75.75 0 01-.882.132 6.398 6.398 0 00-1.247-.503.75.75 0 01-.536-.611l-.008-.11-.001-1.33a.251.251 0 00-.194-.244l-.056-.007-2.069-.001zM12 7.533a4.467 4.467 0 110 8.934 4.467 4.467 0 010-8.934zm0 1.5a2.967 2.967 0 100 5.934 2.967 2.967 0 000-5.934z",fill:"currentColor",fillRule:"evenodd"}))}function Wl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0120.25 19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 6.75v10.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.75a.25.25 0 00-.193-.243L20.25 6.5zM6.5 14a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm9 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h7zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm-12-3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm-12-3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1z",fill:"currentColor",fillRule:"evenodd"}))}function Ul(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 6a1.75 1.75 0 011.744 1.606L21 7.75V11h-1.5V7.75l-.007-.057a.25.25 0 00-.175-.184L19.25 7.5H7.75l-.057.007a.25.25 0 00-.184.175L7.5 7.75v11.5l.007.057a.25.25 0 00.175.184l.068.009H11V21H7.75a1.75 1.75 0 01-1.744-1.606L6 19.25V7.75a1.75 1.75 0 011.606-1.744L7.75 6h11.5zm-2-3l.102.007a.75.75 0 010 1.486l-.102.007H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v12.5l-.007.102a.75.75 0 01-1.486 0L3 17.25V4.75l.006-.144a1.75 1.75 0 011.593-1.6L4.75 3h12.5zm-2.5 8.75a3 3 0 100 6 3 3 0 000-6zm0 7.5a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function Jl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M3.75 4a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 013.75 4zm3.5 0a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 017.25 4zm7.78 3.97a.75.75 0 01.073.976l-.073.084-2.219 2.22h7.439a.75.75 0 01.102 1.493l-.102.007h-7.439l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089-.007-.143.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Yl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M3.75 4a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 013.75 4zm3.5 0a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 017.25 4zm3.5 0a.75.75 0 01.75.75v6.5h6.939l-2.22-2.22a.75.75 0 01.977-1.133l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.003.02-.006.055-.015.07-.024.072-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22h-6.94l.001 6.5a.75.75 0 11-1.5 0V4.75a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function Xl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.5 18v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zm8.25-5.25a3 3 0 100 6 3 3 0 000-6zm-8.25 0v3.75H4v-3.75h1.5zM20 7.5v3.75h-1.5V7.5H20zm-14.5 0v3.75H4V7.5h1.5zM18.25 2c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5zm-.75 18.25a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function Ql(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M2.5 12.75H7a.75.75 0 110 1.5H5.5v7a.75.75 0 11-1.5 0v-7H2.5a.75.75 0 110-1.5zm9.5-2a.75.75 0 01.75.75v9.75a.75.75 0 11-1.5 0V11.5a.75.75 0 01.75-.75zm9.5 4a.75.75 0 110 1.5H20v5a.75.75 0 11-1.5 0v-5H17a.75.75 0 110-1.5h4.5zM19.25 2a.75.75 0 01.75.75v9.75a.75.75 0 11-1.5 0V2.75a.75.75 0 01.75-.75zM4.75 2a.75.75 0 01.75.75v7.75a.75.75 0 11-1.5 0V2.75A.75.75 0 014.75 2zM12 2a.75.75 0 01.75.75v5h1.5a.75.75 0 110 1.5h-4.5a.75.75 0 010-1.5h1.5v-5A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function Zl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75V7.5h-5a5 5 0 00-4.995 4.783L11 12.5a5 5 0 004.783 4.995L16 17.5h5v1.75A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm1.5 6c.69 0 1.25.56 1.25 1.25v4.5c0 .69-.56 1.25-1.25 1.25H16a3.5 3.5 0 010-7h4.75zM16 11a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor",fillRule:"evenodd"}))}function ea(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.25 18a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm12.5-13.5a.75.75 0 01.743.648l.007.102v11.689l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.753.753 0 01-.125.101l-.088.049-.119.043-.106.021-.041.004-.07.002-.073-.006-.076-.013-.08-.023-.1-.043a.75.75 0 01-.182-.135l-3.5-3.5a.75.75 0 01.976-1.133l.084.073L17 16.939V5.25a.75.75 0 01.75-.75zm-9.5 9a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zm3-4.5a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm3-4.5a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5h11.5z",fill:"currentColor",fillRule:"evenodd"}))}function ta(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M8.895 8.726l-6.683.358-.105.012c-.608.114-.833.91-.328 1.319l5.197 4.217-1.725 6.467-.02.098c-.085.616.605 1.08 1.152.725L12 18.28l5.617 3.64.087.05c.56.27 1.214-.242 1.045-.872l-1.726-6.467 5.198-4.217.077-.072c.425-.45.14-1.225-.51-1.26l-6.684-.357L12.7 2.481a.75.75 0 00-1.4 0L8.895 8.726z",fill:"currentColor",fillRule:"evenodd"}))}function na(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M8.895 8.726l-6.683.358-.105.012c-.608.114-.833.91-.328 1.319l5.197 4.217-1.725 6.467-.02.098c-.085.616.605 1.08 1.152.725L12 18.28l5.617 3.64.087.05c.56.27 1.214-.242 1.045-.872l-1.726-6.467 5.198-4.217.077-.072c.425-.45.14-1.225-.51-1.26l-6.684-.357L12.7 2.481a.75.75 0 00-1.4 0L8.895 8.726zM12 4.836l1.88 4.883.046.1a.75.75 0 00.614.38l5.223.278-4.062 3.297-.08.075a.75.75 0 00-.172.7l1.349 5.055-4.39-2.845-.096-.053a.75.75 0 00-.72.053l-4.391 2.845 1.35-5.054.02-.108a.75.75 0 00-.272-.668l-4.063-3.297 5.224-.278a.75.75 0 00.66-.48L12 4.836z",fill:"currentColor",fillRule:"evenodd"}))}function la(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H13l-.001-1.5h5.251a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75 5.499 13H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM4.142 16.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074zM8 14a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 018 14zm7.75-1a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5h7.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function aa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-8.75 9.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function ra(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.356 2c.464 0 .909.184 1.237.513l9.92 9.919a1.75 1.75 0 010 2.475l-6.606 6.606a1.75 1.75 0 01-2.475 0l-9.92-9.92A1.75 1.75 0 012 10.356V3.75C2 2.784 2.784 2 3.75 2h6.606zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 3.75v6.606a.25.25 0 00.033.125l.04.051 9.92 9.92a.25.25 0 00.3.04l.053-.04 6.606-6.606a.25.25 0 00.04-.3l-.04-.053-9.92-9.92a.25.25 0 00-.111-.064l-.065-.009zm1.57 5.394c.365-.007.652.086.852.287.256.255.225.645-.02.89-.215.215-.453.322-.78.366-.512.07-.826.211-1.13.515-.335.335-.335.742-.114.963.203.203.484.176.923-.106l.123-.084.715-.5c1.04-.729 1.934-.732 2.666 0 .809.809.81 1.956.044 3.041l-.12.163.155.155c.238.238.128.494-.02.642-.14.14-.364.246-.581.093l-.072-.062-.145-.145c-.615.532-1.285.857-1.858.87-.349.004-.642-.082-.85-.29-.306-.307-.244-.714.042-1 .145-.146.32-.24.605-.301l.151-.028c.529-.08.991-.293 1.271-.573.425-.425.46-.818.197-1.08-.193-.194-.473-.155-.963.148l-.139.09-.71.476c-1.05.711-1.938.694-2.677-.045-.789-.79-.783-1.929-.026-2.957l.12-.154-.204-.203c-.242-.242-.121-.494.03-.646.138-.137.353-.246.57-.09l.073.062.214.214c.546-.435 1.14-.704 1.657-.71zM6.042 6.043a1 1 0 111.414 1.414 1 1 0 01-1.414-1.414z",fill:"currentColor",fillRule:"evenodd"}))}function oa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM20 7.5v3.75h-1.5V7.5H20zM4 11.25V7.5h9.25a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75H4zM18.25 2c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5z",fill:"currentColor",fillRule:"evenodd"}))}function ia(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM12.25 14a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-4a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM20 7.5v3.75h-1.5V7.5H20zm-14.5 0v3.75H4V7.5h1.5zM15.25 6a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm3-4c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5z",fill:"currentColor",fillRule:"evenodd"}))}function sa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18 11.25a1.75 1.75 0 011.744 1.606l.006.144v4.586c0 .406-.141.797-.396 1.109l-.117.128-3.304 3.305a1.25 1.25 0 01-2.114-1.11l.032-.133.642-2.135H12.5a1.75 1.75 0 01-1.726-1.458l-.018-.148L10.75 17c0-.173.026-.345.076-.51l.059-.163 1.666-4a1.75 1.75 0 011.465-1.07l.15-.007H18zm0 1.5h-3.833a.25.25 0 00-.202.102l-.03.052-1.666 4a.25.25 0 00.174.34l.057.006h2.866a.85.85 0 01.838.99l-.024.104-.606 2.023 2.603-2.604a.25.25 0 00.064-.112l.009-.065V13a.25.25 0 00-.193-.243L18 12.75zm4-1.5c.513 0 .94.441.994 1.003l.006.122v4.5c0 .619-.45 1.125-1 1.125-.513 0-.94-.441-.994-1.003L21 16.875v-4.5c0-.619.45-1.125 1-1.125zM2 6c.513 0 .94.441.994 1.003L3 7.125v4.5c0 .619-.45 1.125-1 1.125-.513 0-.94-.441-.994-1.003L1 11.625v-4.5C1 6.506 1.45 6 2 6zm6.067-4.128a1.25 1.25 0 012.114 1.11l-.032.133-.642 2.135H11.5c.867 0 1.587.63 1.726 1.458l.018.148.006.144c0 .173-.026.345-.076.51l-.059.163-1.666 4a1.75 1.75 0 01-1.465 1.07l-.15.007H6a1.75 1.75 0 01-1.744-1.606L4.25 11V6.414c0-.406.141-.797.396-1.109l.117-.128 3.304-3.305zm.359 1.761L5.823 6.237a.25.25 0 00-.064.112l-.009.065V11a.25.25 0 00.193.243L6 11.25h3.833a.25.25 0 00.202-.102l.03-.052 1.666-4a.25.25 0 00-.174-.34L11.5 6.75H8.634c-.123-.006-.123-.006-.244-.036a.85.85 0 01-.594-.954l.024-.104.606-2.023z",fill:"currentColor",fillRule:"evenodd"}))}function ca(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.839 4c.935 0 1.709.754 1.784 1.705l.006.152v9.277c0 .438-.149.86-.414 1.19l-.105.12-4.96 5.144a1.298 1.298 0 01-1.888.01 1.427 1.427 0 01-.389-1.118l.022-.155.85-4.253H4.687c-1.868 0-3.145-1.925-2.531-3.719l.06-.163 2.919-7.066c.266-.63.84-1.06 1.495-1.117L6.782 4h8.057zm5.37 0c.936 0 1.71.754 1.785 1.705l.006.152v7.43c0 1.02-.806 1.856-1.79 1.856-.936 0-1.71-.754-1.785-1.705l-.006-.152V5.857c0-1.021.806-1.857 1.79-1.857z",fill:"currentColor",fillRule:"evenodd"}))}function ua(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.839 4c.935 0 1.709.754 1.784 1.705l.006.152v9.277c0 .438-.149.86-.414 1.19l-.105.12-4.96 5.144a1.298 1.298 0 01-1.888.01 1.427 1.427 0 01-.389-1.118l.022-.155.85-4.253H4.687c-1.868 0-3.145-1.925-2.531-3.719l.06-.163 2.919-7.066c.266-.63.84-1.06 1.495-1.117L6.782 4h8.057zm0 1.5H6.782a.284.284 0 00-.223.129l-.038.067-2.916 7.062c-.34.83.192 1.728.97 1.808l.112.006h6.888l-1.114 5.57 4.569-4.74a.373.373 0 00.092-.19l.007-.078V5.857c0-.18-.112-.318-.237-.35L14.84 5.5zm5.37-1.5c.936 0 1.71.754 1.785 1.705l.006.152v7.43c0 1.02-.806 1.856-1.79 1.856-.936 0-1.71-.754-1.785-1.705l-.006-.152V5.857c0-1.021.806-1.857 1.79-1.857z",fill:"currentColor",fillRule:"evenodd"}))}function da(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12.85 2.412a1.298 1.298 0 011.888-.01c.287.298.425.705.389 1.118l-.022.155-.85 4.253h5.058c1.868 0 3.145 1.925 2.531 3.719l-.06.163-2.919 7.066a1.811 1.811 0 01-1.495 1.117l-.152.007H9.161c-.935 0-1.709-.754-1.784-1.705l-.006-.152V8.866c0-.438.149-.86.414-1.19l.105-.12 4.96-5.144zM3.79 8.857c.936 0 1.71.754 1.785 1.705l.006.152v7.429C5.58 19.164 4.775 20 3.79 20c-.936 0-1.71-.754-1.785-1.705L2 18.143v-7.43c0-1.02.806-1.856 1.79-1.856z",fill:"currentColor",fillRule:"evenodd"}))}function ma(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.738 2.403c.287.297.425.704.389 1.117l-.022.155-.85 4.253h5.058c1.868 0 3.145 1.925 2.531 3.719l-.06.163-2.919 7.066a1.811 1.811 0 01-1.495 1.117l-.152.007H9.161c-.935 0-1.709-.754-1.784-1.705l-.006-.152V8.866c0-.438.149-.86.414-1.19l.105-.12 4.96-5.144a1.298 1.298 0 011.888-.01zM3.79 8.857c.936 0 1.71.754 1.785 1.705l.006.152v7.429C5.58 19.164 4.775 20 3.79 20c-.936 0-1.71-.754-1.785-1.705L2 18.143v-7.43c0-1.02.806-1.856 1.79-1.856zm9.749-4.999L8.97 8.598a.373.373 0 00-.092.19l-.007.078v9.277c0 .18.112.318.237.35l.053.007h8.057c.08 0 .166-.047.223-.129l.038-.067 2.916-7.062c.34-.83-.192-1.728-.97-1.808l-.112-.006h-6.888l1.114-5.57z",fill:"currentColor",fillRule:"evenodd"}))}function fa(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.832 4.752a1.5 1.5 0 01.416 2.08l-8 12a1.5 1.5 0 01-2.496 0l-4-6a1.5 1.5 0 112.496-1.664L10 15.296l6.752-10.128a1.5 1.5 0 012.08-.416z",fill:"currentColor"}))}function ga(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.867 6.097a.75.75 0 011.318.708l-.052.098-7 11a.75.75 0 01-1.145.145l-.074-.08-4-5A.75.75 0 017.01 11.95l.076.081 3.344 4.181 6.437-10.115z",fill:"currentColor",fillRule:"evenodd"}))}function va(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0119.116 22h-5.232a1.75 1.75 0 01-1.724-2.05c.46-2.634 1.906-3.95 4.34-3.95zM12 2c5.523 0 10 4.477 10 10a9.96 9.96 0 01-1.005 4.374 5.097 5.097 0 00-1.182-1.017A8.488 8.488 0 0020.5 12a8.5 8.5 0 10-9.996 8.369c.02.578.196 1.118.487 1.58C5.942 21.444 2 17.183 2 12 2 6.477 6.477 2 12 2zm4.5 8.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zM12 5.25a.75.75 0 01.743.648L12.75 6v6a.75.75 0 01-.648.743L12 12.75H7.5a.75.75 0 01-.102-1.493l.102-.007h3.75V6a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function ha(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("g",{fill:"none",fillRule:"evenodd"},t.createElement("path",{d:"M18.804 15.647a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z",fill:"#CF3C16",fillRule:"nonzero"}),t.createElement("path",{d:"M5.5 16.5v3.75a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V16.5h1.5zm2.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm.914 2.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"})))}function pa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.5 16.5v3.75a.25.25 0 00.193.243l.057.007h4.75V22H5.75A1.75 1.75 0 014 20.25V16.5h1.5zM16 12a3 3 0 013 3v1a1 1 0 011 1v4a1 1 0 01-1 1h-6a1 1 0 01-1-1v-4a1 1 0 011-1v-1a3 3 0 013-3zm0 5.5a1 1 0 00-.5 1.866V20a.5.5 0 00.992.09L16.5 20l.001-.634A1 1 0 0016 17.5zm-7.554-7.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM16 13.5a1.5 1.5 0 00-1.493 1.356L14.5 15v1h3v-1a1.5 1.5 0 00-1.356-1.493L16 13.5zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V11.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm.914 2.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function wa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V16.5h1.5v3.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm-5.14 8.397l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ba(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.75 4.75l-4 4 4 4",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M3 8.75h13c2.9 0 5.25 2.35 5.25 5.25v0c0 2.9-2.35 5.25-5.25 5.25h-5.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}))}function xa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 5v1.5H4.75a.25.25 0 00-.243.193L4.5 6.75v12.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V12H19v7.25A1.75 1.75 0 0117.25 21H4.75A1.75 1.75 0 013 19.25V6.75C3 5.784 3.784 5 4.75 5H12zm8.25-2a.75.75 0 01.743.648L21 3.75v4.5a.75.75 0 01-1.493.102L19.5 8.25V5.56l-4.97 4.97a.75.75 0 01-1.133-.976l.073-.084 4.968-4.97H15.75a.75.75 0 01-.743-.648L15 3.75a.75.75 0 01.648-.743L15.75 3h4.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ea(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M3.368 4.346l.092.062 18 14a.75.75 0 01-.828 1.246l-.092-.062-3.34-2.597L17 17h-2.5a.75.75 0 01-.102-1.493l.102-.007h.778l-3.536-2.75H7a.75.75 0 110-1.5h2.814l-3.46-2.69a3.501 3.501 0 00.454 6.935L7 15.5h2.5a.75.75 0 01.102 1.493L9.5 17H7a5 5 0 01-2.074-9.55L2.54 5.591a.75.75 0 01.828-1.246zM17 7a5 5 0 013.39 8.676l-1.208-.94a3.5 3.5 0 00-1.99-6.231L17 8.5h-2.5a.75.75 0 01-.102-1.493L14.5 7H17zm0 4.25a.75.75 0 110 1.5h-.372l-1.929-1.5H17z",fill:"currentColor",fillRule:"evenodd"}))}function ya(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13 18a1 1 0 11-2 0 1 1 0 012 0zM11.055 5.99A.97.97 0 0112.03 5a.97.97 0 01.971 1l-.23 7.76a.768.768 0 01-.77.74.768.768 0 01-.77-.748l-.175-7.763z",fill:"currentColor"}))}function za(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11 15.5a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zm5.831 0a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zM11 17a.75.75 0 100 1.5.75.75 0 000-1.5zm5.831 0a.75.75 0 100 1.5.75.75 0 000-1.5zM5.287 4a1.75 1.75 0 011.56.955l.062.138 3.24 8a.25.25 0 00.173.15l.06.007h7.743a.25.25 0 00.204-.105l.028-.054 2.159-5.496a.25.25 0 00-.141-.324l-.045-.013-.047-.005-10.04-.003a.75.75 0 01-.102-1.493l.102-.007 10.04.003A1.75 1.75 0 0121.962 8l-.049.143-2.158 5.497a1.75 1.75 0 01-1.476 1.103l-.153.007h-7.743a1.75 1.75 0 01-1.56-.955l-.062-.138-3.24-8a.25.25 0 00-.173-.15l-.06-.007H2.75a.75.75 0 01-.102-1.493L2.75 4h2.537z",fill:"currentColor",fillRule:"evenodd"}))}function Ca(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm.25 6h-17v8.25a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V10zm-.25-4.5H3.75a.25.25 0 00-.243.193L3.5 5.75V8.5h17V5.75a.25.25 0 00-.193-.243L20.25 5.5zM5.5 6.5v1h-1v-1h1zm2 0v1h-1v-1h1zm2 0v1h-1v-1h1z",fill:"currentColor",fillRule:"evenodd"}))}function Ra(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1l5.762 3.12v6.161L23 13.117v6.763L17.238 23 12 20.164 6.762 23 1 19.88v-6.762l5.238-2.837V4.137L12 1zM6.761 11.183l-4.144 2.244 4.144 2.243 4.143-2.243-4.143-2.244zm4.714 3.12l-4.19 2.269v4.96l4.19-2.27v-4.96zm1.048 4.96l4.19 2.268v-4.96l-4.19-2.268v4.96zm.57-5.837l4.144 2.244 4.144-2.243-4.144-2.244-4.143 2.244zm8.858.877l-4.19 2.269v4.96l4.19-2.27v-4.96zm-9.428-1.753l4.19-2.269V5.305l-4.19 2.27v4.975zm-1.048-4.975l-4.19-2.256v4.962l4.19 2.27V7.574zm-3.62-3.133L12 6.672l4.144-2.243-4.142-2.243-4.145 2.256zm-1.618 17.09v-4.96l-4.19-2.27v4.96l4.19 2.27z",fill:"currentColor"}))}function Sa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.144 16.292a2.853 2.853 0 00-2.754 2.144H7.722a2.857 2.857 0 01-2.856-2.858 2.857 2.857 0 012.856-2.859h1.53a2.842 2.842 0 005.508 0h1.529a4.286 4.286 0 004.283-4.287 4.286 4.286 0 00-4.283-4.288H7.62A2.856 2.856 0 002 4.859a2.856 2.856 0 005.62.715h8.669a2.857 2.857 0 012.855 2.858 2.857 2.857 0 01-2.855 2.858h-1.53a2.842 2.842 0 00-5.508 0h-1.53a4.286 4.286 0 00-4.283 4.288 4.286 4.286 0 004.284 4.287h8.668a2.85 2.85 0 005.6-.964 2.852 2.852 0 00-2.846-2.609zM4.866 6.288a1.429 1.429 0 11.002-2.857 1.429 1.429 0 01-.002 2.857zm7.14 4.287a1.429 1.429 0 11-.002 2.857 1.429 1.429 0 01.001-2.857zm7.138 10.005a1.429 1.429 0 11.002-2.857 1.429 1.429 0 01-.002 2.857z",fill:"currentColor"}))}function Oa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10 2.25a7.75 7.75 0 015.985 12.674l5.545 5.546a.75.75 0 01-.976 1.133l-.084-.073-5.546-5.545A7.75 7.75 0 1110 2.25zm0 1.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5zm0 2.75a.75.75 0 01.75.75v2h2a.75.75 0 110 1.5h-2v2a.75.75 0 11-1.5 0v-2h-2a.75.75 0 110-1.5h2v-2A.75.75 0 0110 6.5z",fill:"currentColor",fillRule:"evenodd"}))}const Aa={"account-preview":t.forwardRef(U),"accounting-year-cancel":t.forwardRef(J),"accounting-year":t.forwardRef(Y),accounting:t.forwardRef(X),"ai-chat-solid":t.forwardRef(Q),"ai-stars":t.forwardRef(Z),"arrow-bottom":t.forwardRef(ee),"arrow-down":t.forwardRef(te),"arrow-end":t.forwardRef(ne),"arrow-left":t.forwardRef(le),"arrow-right":t.forwardRef(ae),"arrow-start":t.forwardRef(re),"arrow-top":t.forwardRef(oe),"arrow-up":t.forwardRef(ie),"attach-auto":t.forwardRef(se),"attach-cancel":t.forwardRef(ce),"attach-warning":t.forwardRef(ue),attach:t.forwardRef(de),"autotext-insert":t.forwardRef(me),autotext:t.forwardRef(fe),"basic-tabs":t.forwardRef(ge),basic:t.forwardRef(ve),"bell-solid":t.forwardRef(he),book:t.forwardRef(pe),booking:t.forwardRef(we),budget:t.forwardRef(be),calendar:t.forwardRef(xe),"cash-account":t.forwardRef(Ee),"cash-reports":t.forwardRef(ye),"chart-area":t.forwardRef(ze),"chart-bar":t.forwardRef(Ce),"chart-line":t.forwardRef(Re),"chart-pie":t.forwardRef(Se),"chart-table":t.forwardRef(Oe),"chat-solid":t.forwardRef(Ae),chat:t.forwardRef(Ne),"chevron-down-double":t.forwardRef(Le),"chevron-down-solid":t.forwardRef(Me),"chevron-down":t.forwardRef(He),"chevron-left-double":t.forwardRef(ke),"chevron-left-solid":t.forwardRef(Ve),"chevron-left":t.forwardRef(Ie),"chevron-right-double":t.forwardRef(je),"chevron-right-solid":t.forwardRef(De),"chevron-right":t.forwardRef(Te),"chevron-up-double":t.forwardRef(Fe),"chevron-up-solid":t.forwardRef(Pe),"chevron-up":t.forwardRef(Be),"circle-close":t.forwardRef(_e),"circle-information":t.forwardRef(Ge),"circle-minus":t.forwardRef(qe),"circle-plus":t.forwardRef(Ke),"circle-questionmark":t.forwardRef($e),"circle-tick":t.forwardRef(We),"circle-warning":t.forwardRef(Ue),"clamp-open":t.forwardRef(Je),clamp:t.forwardRef(Ye),close:t.forwardRef(Xe),"column-freeze":t.forwardRef(Qe),"column-unfreeze":t.forwardRef(Ze),columns:t.forwardRef(et),"connection-enable":t.forwardRef(tt),"connection-revoke":t.forwardRef(nt),contacts:t.forwardRef(lt),copy:t.forwardRef(at),courses:t.forwardRef(rt),credit:t.forwardRef(ot),"delete-permanently":t.forwardRef(it),delete:t.forwardRef(st),depecriate:t.forwardRef(ct),developer:t.forwardRef(ut),"distribution-template":t.forwardRef(dt),"document-approve":t.forwardRef(mt),"document-create-entry":t.forwardRef(ft),"document-cut":t.forwardRef(gt),"document-error":t.forwardRef(vt),"document-isolate-page":t.forwardRef(ht),"document-merge":t.forwardRef(pt),"document-move":t.forwardRef(wt),"document-preview":t.forwardRef(bt),"document-received":t.forwardRef(xt),"document-rejected-request":t.forwardRef(Et),"document-signed":t.forwardRef(yt),"document-split":t.forwardRef(zt),"document-time":t.forwardRef(Ct),document:t.forwardRef(Rt),download:t.forwardRef(St),drag:t.forwardRef(Ot),"e-copedia":t.forwardRef(At),"e-signature":t.forwardRef(Nt),"edit-simple":t.forwardRef(Lt),edit:t.forwardRef(Mt),"ellipsis-horizontal":t.forwardRef(Ht),"ellipsis-vertical":t.forwardRef(kt),"entries-on-account":t.forwardRef(Vt),"entries-open":t.forwardRef(It),"entries-warning":t.forwardRef(jt),"entry-type-customer-invoice":t.forwardRef(Dt),"entry-type-customer-payment":t.forwardRef(Tt),"entry-type-journal-entry":t.forwardRef(Ft),"entry-type-manual-customer-invoice":t.forwardRef(Pt),"entry-type-supplier-invoice":t.forwardRef(Bt),"entry-type-supplier-payment":t.forwardRef(_t),"envelope-approved":t.forwardRef(Gt),"envelope-solid":t.forwardRef(qt),envelope:t.forwardRef(Kt),"expand-view":t.forwardRef($t),expenses:t.forwardRef(Wt),"export-to-excel":t.forwardRef(Ut),"export-to-pdf":t.forwardRef(Jt),export:t.forwardRef(Yt),"eye-off":t.forwardRef(Xt),"eye-on":t.forwardRef(Qt),"filter-solid":t.forwardRef(Zt),filter:t.forwardRef(en),"font-size":t.forwardRef(tn),"graph-solid":t.forwardRef(nn),hash:t.forwardRef(ln),"height-extra-tall":t.forwardRef(an),"height-medium":t.forwardRef(rn),"height-short":t.forwardRef(on),"height-tall":t.forwardRef(sn),home2:t.forwardRef(cn),home:t.forwardRef(un),id:t.forwardRef(dn),images:t.forwardRef(mn),import:t.forwardRef(fn),"inbox-einvoicing":t.forwardRef(gn),"inbox-scanning":t.forwardRef(vn),"inbox-smart":t.forwardRef(hn),inbox:t.forwardRef(pn),info:t.forwardRef(wn),"inventory-matrix":t.forwardRef(bn),inventory:t.forwardRef(xn),"journal-pro":t.forwardRef(En),"layout-both":t.forwardRef(yn),"layout-first":t.forwardRef(zn),"layout-last":t.forwardRef(Cn),"layout-none":t.forwardRef(Rn),layout:t.forwardRef(Sn),"ledger-card-customer-reminder":t.forwardRef(On),"ledger-card-manual-customer-invoice":t.forwardRef(An),"ledger-card-obsolete-stock":t.forwardRef(Nn),"ledger-card-opening-entry":t.forwardRef(Ln),"ledger-card-reserved-entry":t.forwardRef(Mn),"ledger-card-shrinkage-pilferage":t.forwardRef(Hn),"ledger-card-stock-adjustment":t.forwardRef(kn),"ledger-card-transferred-opening-entry":t.forwardRef(Vn),"ledger-card":t.forwardRef(In),lightbulb:t.forwardRef(jn),line:t.forwardRef(Dn),"link-external":t.forwardRef(Tn),"list-bulleted":t.forwardRef(Fn),"list-search":t.forwardRef(Pn),list:t.forwardRef(Bn),location:t.forwardRef(_n),"lock-open":t.forwardRef(Gn),lock:t.forwardRef(qn),"log-out":t.forwardRef(Kn),log:t.forwardRef($n),market:t.forwardRef(Wn),"mastercard-os":t.forwardRef(Un),"match-amount":t.forwardRef(Jn),"match-entries":t.forwardRef(Yn),menu:t.forwardRef(Xn),mileage:t.forwardRef(Qn),"modal-resize":t.forwardRef(Zn),"modal-shrink":t.forwardRef(el),"more-solid":t.forwardRef(tl),more:t.forwardRef(nl),move:t.forwardRef(ll),"navigation-list":t.forwardRef(al),"note-follow-up":t.forwardRef(rl),"note-read":t.forwardRef(ol),note:t.forwardRef(il),"november-first":t.forwardRef(sl),numbers:t.forwardRef(cl),"partner-api":t.forwardRef(ul),"payment-paid":t.forwardRef(dl),"payment-unpaid":t.forwardRef(ml),period:t.forwardRef(fl),"person-change":t.forwardRef(gl),"person-minus":t.forwardRef(vl),"person-plus":t.forwardRef(hl),"person-tick":t.forwardRef(pl),"phone-solid":t.forwardRef(wl),phone:t.forwardRef(bl),play:t.forwardRef(xl),"plus-minus":t.forwardRef(El),print:t.forwardRef(yl),"process-payment":t.forwardRef(zl),"product-ledger-card":t.forwardRef(Cl),profile:t.forwardRef(Rl),"project-cards":t.forwardRef(Sl),projects:t.forwardRef(Ol),"question-mark-bold":t.forwardRef(Al),"question-mark":t.forwardRef(Nl),quicklinks:t.forwardRef(Ll),"rating-bankruptcy":t.forwardRef(Ml),"rating-payment-problems":t.forwardRef(Hl),reconciled:t.forwardRef(kl),refresh:t.forwardRef(Vl),"report-solid":t.forwardRef(Il),report:t.forwardRef(jl),restore:t.forwardRef(Dl),"rotate-left":t.forwardRef(Tl),"rotate-right":t.forwardRef(Fl),sales:t.forwardRef(Pl),"search-bold":t.forwardRef(Bl),search:t.forwardRef(_l),"secure-tick":t.forwardRef(Gl),secure:t.forwardRef(ql),"settings-solid":t.forwardRef(Kl),settings:t.forwardRef($l),shortcuts:t.forwardRef(Wl),"show-all":t.forwardRef(Ul),"show-less":t.forwardRef(Jl),"show-more":t.forwardRef(Yl),"show-template":t.forwardRef(Xl),sliders:t.forwardRef(Ql),smartpay:t.forwardRef(Zl),"sort-by":t.forwardRef(ea),"star-solid":t.forwardRef(ta),star:t.forwardRef(na),subscriptions:t.forwardRef(la),"system-entries":t.forwardRef(aa),tag:t.forwardRef(ra),"template-override":t.forwardRef(oa),templates:t.forwardRef(ia),"thumb-both":t.forwardRef(sa),"thumb-down-solid":t.forwardRef(ca),"thumb-down":t.forwardRef(ua),"thumb-up-solid":t.forwardRef(da),"thumb-up":t.forwardRef(ma),"tick-bold":t.forwardRef(fa),tick:t.forwardRef(ga),time:t.forwardRef(va),"transfer-cancel":t.forwardRef(ha),"transfer-locked":t.forwardRef(pa),transfer:t.forwardRef(wa),undo:t.forwardRef(ba),undock:t.forwardRef(xa),unreconciled:t.forwardRef(Ea),warning:t.forwardRef(ya),webshop:t.forwardRef(za),website:t.forwardRef(Ca),"workflow-template-basic":t.forwardRef(Ra),workflow:t.forwardRef(Sa),zoom:t.forwardRef(Oa)},Na=n.forwardRef((function(e,t){var a;const{name:r,...o}=e,i=Aa[r],s=l("inline-flex h-[1.715em] w-[1.715em] flex-shrink-0",e.className,{"p-[3px]":null===(a=e.className)||void 0===a?void 0:a.includes("rounded-full")});return i?n.createElement(i,Object.assign({},o,{className:s,"data-taco":"icon","data-icon-name":r,focusable:"false",ref:t,role:"img"})):null})),La=t.forwardRef((function(e,n){const{color:a,icon:r,subtle:o,small:i,...s}=e,c=l("rounded-full border overflow-hidden whitespace-nowrap inline-flex items-center justify-center border-transparent [&>*]:max-h-full",{"w-5 h-5":!i},{"w-4 h-4 text-xs":i},{[$(a)]:o,[W(a)]:!o},e.className);return t.createElement("span",Object.assign({},s,{"aria-label":"icon",className:c,"data-taco":"badge-icon",ref:n,role:"status",title:e["aria-label"]}),t.createElement(Na,Object.assign({name:r},{strokeWidth:1,stroke:"currentColor"})))})),Ma=e=>{switch(e){case"information":return"info";case"warning":return"warning";case"error":return"close";case"success":return"tick";default:return"question-mark"}},Ha=n.forwardRef((function(e,t){const{children:a,title:r,state:o,onClose:i}=e,s=l("flex w-full flex-row items-start gap-2 rounded-md border-transparent p-3 "+$(q(o)),e.className);return n.createElement("div",Object.assign({},e,{ref:t,className:s,"data-taco":"alert",role:"alert"}),n.createElement(La,{className:"flex-none",icon:Ma(o),color:q(o)}),n.createElement("div",{className:"grow text-sm"},r&&n.createElement("div",{className:"font-bold"},r),a),i&&n.createElement(Na,{className:"flex-none cursor-pointer",name:"close",onClick:i}))})),ka=n.createContext({props:{},ref:null});function Va(e){return t=>{e.forEach(e=>{"function"==typeof e?e(t):null!=e&&(e.current=t)})}}const Ia=t.forwardRef((function(e,l){const{ref:r,props:o}=n.useContext(ka),i=Va([r,l]);return t.createElement(a.Trigger,Object.assign({},o,e,{ref:i,asChild:!0}))})),ja=t.forwardRef((function(e,n){return t.createElement("div",Object.assign({},e,{className:"flex justify-end gap-2",ref:n}),e.children)})),Da=t.forwardRef((function(e,n){return t.createElement(a.Cancel,Object.assign({},e,{ref:n,asChild:!0}))})),Ta=t.forwardRef((function(e,n){return t.createElement(a.Action,Object.assign({},e,{className:e.className,ref:n,asChild:!0}))})),Fa=t.forwardRef((function(e,n){const a=l("fixed inset-0 cursor-default overflow-y-auto bg-blue-900/[0.3] aria-hidden:invisible print:overflow-visible print:absolute",e.className);return t.createElement("div",Object.assign({},e,{className:a,"data-taco":"backdrop",ref:n}))})),Pa=e=>{switch(e){case"dialog":return"w-128";case"xs":return"w-xs";case"sm":return"w-sm";case"md":return"w-md";case"lg":return"w-lg"}},Ba=t.forwardRef((function(e,n){const r=l("text-center",e.className);return t.createElement(a.Title,Object.assign({},e,{className:r,ref:n}))})),_a=t.forwardRef((function(e,n){const r=l("p-6","mt-16 mx-auto","bg-white rounded animate-[fade-in_150ms] shadow-[0_6px_9px_0_rgba(89,85,98,0.3),0_0_1px_0_rgba(89,85,98,0.2)]",Pa("dialog"));return t.createElement(a.Portal,null,t.createElement(a.Overlay,{asChild:!0},t.createElement(Fa,null,t.createElement(a.Content,Object.assign({},e,{ref:n,className:r,onEscapeKeyDown:e=>e.preventDefault()}),e.children))))})),Ga=t.forwardRef((function(e,n){const{defaultOpen:l,onChange:r,open:o,trigger:i,...s}=e,c=t.useMemo(()=>({props:s,ref:n}),[o,s]);return t.createElement(ka.Provider,{value:c},t.createElement(a.Root,Object.assign({},e,{defaultOpen:l,open:o,onOpenChange:r}),i&&t.createElement(Ia,null,i),e.children))}));Ga.Trigger=Ia,Ga.Content=_a,Ga.Title=Ba,Ga.Cancel=Da,Ga.Action=Ta,Ga.Footer=ja;const qa=n.createContext({as:"h2"}),Ka=n.forwardRef((function(e,t){const a=!!e["aria-expanded"],r=l("w-full inline-flex justify-between items-center align-middle","focus:rounded-sm focus:border-blue-500 focus:yt-focus",e.className);return n.createElement("button",Object.assign({},e,{ref:t,className:r}),e.children,n.createElement(Na,{name:a?"chevron-up":"chevron-down"}))})),$a=n.forwardRef((function(e,t){const{children:l}=e,{as:a}=n.useContext(qa);return n.createElement(r.Header,{asChild:!0},n.createElement(a,{className:"my-3"},n.createElement(r.Trigger,{ref:t,asChild:!0},n.createElement(Ka,null,l))))})),Wa=n.forwardRef((function(e,t){return n.createElement(r.Content,Object.assign({},e,{ref:t}))})),Ua=e=>{const{id:t,defaultId:a,onChange:o,as:i="h2",...s}=e,c=n.useMemo(()=>({as:i}),[i]);let u;u=a?{defaultValue:a||void 0}:{onValueChange:o,value:t||void 0};const d="string"==typeof u.defaultValue||"string"==typeof u.value?"single":"multiple",m=l("divide-y divide-grey-200",e.className);return n.createElement(qa.Provider,{value:c},n.createElement(r.Root,Object.assign({},s,u,{"data-taco":"accordion",className:m,type:d})))};Ua.Item=e=>{const{id:t,...l}=e;return n.createElement(r.Item,Object.assign({},l,{value:t}))},Ua.Trigger=$a,Ua.Content=Wa;const Ja=t.forwardRef((function(e,n){return t.createElement("span",Object.assign({},e,{className:"sr-only",ref:n}))})),Ya=t.forwardRef((function(e,n){const{children:a,compact:r=!1,outline:o=!1,status:i=!1,subtle:s=!1,small:c=!1,color:u,...d}=e,m="transparent"===u,f=l("rounded-full border overflow-hidden whitespace-nowrap inline-flex items-center justify-center",{["border "+K(u)]:o,["border-transparent font-normal "+$(u)]:s,["border-transparent "+W(u)]:!o&&!s,"h-4 min-w-0 py-0 px-1 text-xs":c,"h-2 w-2 min-w-0":r,"font-bold":o||!s,"text-sm":!c,"h-5 py-0 px-1.5":!r&&!c,"!bg-grey-700":r&&m},e.className);return t.createElement("span",Object.assign({},d,{"aria-atomic":"true","aria-live":"polite",className:f,"data-taco":"badge",ref:n,role:"status",title:e["aria-label"]}),r?t.createElement(Ja,null,a):i?t.createElement(t.Fragment,null,t.createElement("div",{className:l("mr-1 h-2 w-2 rounded-full",W(u))}),a):a)})),Xa=e=>{const t=n.useRef(null);return n.useEffect(()=>{e&&("function"==typeof e?e(t.current):e.current=t.current)},[e]),t},Qa=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]",'[tabindex]:not([tabindex="-1"]):not([disabled])',"details:not([disabled])","summary:not(:disabled)"],Za=e=>e?!!e.querySelector(Qa.join(",")):null,er=(e,t=0)=>{let n=0,l=null;const a=e.getBoundingClientRect();for(const r of Array.from(e.children)){if(r.getBoundingClientRect().right-a.left>a.width-t){l=n;break}n++}return l},tr=e=>{switch(null==e?void 0:e.getAttribute("role")){case"dialog":return`[aria-controls='${e.id}']`;case"menu":return"#"+e.getAttribute("aria-labelledby");default:return}};function nr(e,t){var n,l;const a=null!==(n=tr(e))&&void 0!==n?n:tr(null!==(l=null==e?void 0:e.closest("[role=dialog],[role=menu]"))&&void 0!==l?l:null);if(a){if(null!=t&&t.querySelector(a))return!0;const e=document.querySelector(a);return!!e&&nr(e,t)}return!(null==t||!t.contains(e))}function lr(e){return!!e&&["A","BUTTON","INPUT","TEXTAREA","SELECT","LABEL","OPTION"].includes(e.tagName)&&!e.hidden&&!e.disabled&&!e.readOnly}function ar(e){return!(null==e||!e.closest("[data-taco^=table]"))}function rr(e){return sr()?e.metaKey:e.ctrlKey}function or(e,t){const n="string"==typeof t?{key:t,meta:!1,shift:!1}:t;return!(n.meta&&(sr()?!e.metaKey:!e.ctrlKey)||!n.meta&&(sr()?e.metaKey:e.ctrlKey)||n.shift&&!e.shiftKey||!1===n.shift&&e.shiftKey||e.key.toLowerCase()!==n.key.toLowerCase())}function ir(e,t,n=!0){return function(l){var a;l.target!==l.currentTarget&&lr(l.target)&&!rr(l)||or(l,e)&&(n&&(l.stopPropagation(),null===(a=l.stopImmediatePropagation)||void 0===a||a.call(l)),t(l))}}const sr=()=>{var e;return null===(e=window)||void 0===e?void 0:e.navigator.userAgent.includes("Mac")},cr=(e,t)=>{n.useEffect(()=>{let n;return e&&(n=ir(e,t,!1),document.addEventListener("keydown",n)),()=>{n&&document.removeEventListener("keydown",n)}},[e,t])},ur=t.forwardRef((function(e,n){const{disabled:l,shortcut:a,target:r,type:o="button",...i}=e,s=Xa(n);cr(a,e=>{var t;null==e||e.preventDefault();const n=document.querySelector('[role="dialog"]');(!n||null!=n&&n.contains(s.current))&&(null===(t=s.current)||void 0===t||t.click())});const c=e.href?"a":"button";return t.createElement(c,Object.assign({},i,{href:l?void 0:e.href,"aria-disabled":l?"true":void 0,disabled:l,target:"a"===c?r:void 0,type:"a"!==c?o:void 0,ref:s}),t.Children.count(e.children)>1?t.Children.map(e.children,e=>"string"==typeof e?t.createElement("span",null,e):e):e.children)})),dr=t.forwardRef((function(e,n){const{title:a,children:r,placement:i,hide:s=!1,...c}=e,u=l(c.className);return s?r:t.createElement(o.Root,{delayDuration:250},t.createElement(o.Trigger,{asChild:!0,ref:n},r),t.createElement(o.Portal,null,t.createElement(o.Content,Object.assign({},c,{asChild:!0,className:u,side:i,sideOffset:3}),t.createElement("div",{className:"xs:max-w-[theme(spacing.56)] max-w-[theme(spacing.32)] animate-[fade-in_150ms] rounded-sm bg-blue-900 px-2 py-1 text-xs font-bold text-white print:hidden","data-taco":"tooltip",style:{transformOrigin:"var(--radix-tooltip-content-transform-origin)"}},t.createElement(o.Arrow,{className:"-mt-px fill-blue-900/90 stroke-blue-900/90"}),a))))})),mr=(e,t=!1)=>{switch(e){case"primary":return"wcag-blue-500 visited:wcag-blue-500 hover:wcag-blue-700 hover:active:wcag-blue-500 aria-disabled:bg-blue-500/50 aria-disabled:active:bg-blue-500/50";case"danger":return"wcag-red-500 visited:wcag-red-500 hover:wcag-red-700 hover:active:wcag-red-500 aria-disabled:bg-red-500/50 aria-disabled:active:bg-red-500/50";case"ghost":return"bg-white border border-blue-500 text-blue-500 visited:text-blue-500 hover:bg-blue-100 hover:text-blue-700 aria-disabled:border-blue-500/50 aria-disabled:text-blue-500/50 aria-disabled:bg-white";case"discrete":return t?"bg-transparent text-black visited:text-black hover:bg-[#000]/[0.08] aria-disabled:text-black/30":"bg-transparent text-blue-500 visited:text-blue-500 hover:text-blue-700 aria-disabled:text-blue-500/50";case"transparent":return"bg-transparent text-black visited:text-black hover:text-black hover:bg-[#000]/[0.08] aria-disabled:text-black/30 aria-disabled:bg-transparent";default:return"wcag-grey-200 visited:wcag-grey-200 hover:wcag-grey-300 aria-disabled:bg-grey-200/50 aria-disabled:text-black/30"}},fr=(e,t,l)=>{const{tooltip:a,...r}=e,o=n.createElement(ur,Object.assign({},r,{className:t,ref:l}));return a?n.createElement(dr,{title:a},o):o},gr=(e,t)=>{const{dialog:n,drawer:l,hanger:a,menu:r,popover:o}=e;let i=t;return"function"==typeof n?i=n({trigger:i}):"function"==typeof l?i=l({trigger:i}):"function"==typeof r?i=r({trigger:i}):"function"==typeof o&&(i=o({trigger:i})),"function"==typeof a&&(i=a({anchor:i})),i},vr=t.forwardRef((function(e,n){const{icon:a,rounded:r=!1,...o}=e,i=l("w-8","flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center focus-visible:yt-focus aria-disabled:cursor-not-allowed",mr(o.appearance,!0),{"rounded-full":r,rounded:!r},e.className);return a?fr({...o,children:t.createElement(Na,{name:a,className:"m-0 p-0"}),"data-taco":"icon-button"},i,n):null})),hr=t.forwardRef((function(e,n){const{dialog:l,hanger:a,menu:r,popover:o,...i}=e,s=t.createElement(vr,Object.assign({},i,{ref:n}));return gr({dialog:l,hanger:a,menu:r,popover:o},s)})),pr={banner:{close:"Close"},calendar:{months:["January","February","March","April","May","June","July","August","September","October","November","December"],weekdaysShort:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],weekdays:["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],actions:{previousMonth:"Previous month",nextMonth:"Next month",previousYear:"Previous year",nextYear:"Next year",today:"Today"}},combobox:{tooltip:"Search in list"},datepicker:{calendar:"Calendar",clear:"Clear",expand:"Show calendar",shortcuts:"Shortcuts"},dialog:{close:"Close",drag:"Drag"},hanger:{close:"Close"},header:{addAgreement:"Add agreement",logout:"Log off",more:"More",new:"New",search:"Search for agreement..."},listbox:{loading:"Loading results...",empty:"No results found",allOption:"All"},pagination:{label:"Pagination",pageSize:"Items per page",showingXofYofTotal:"Showing [X] - [Y] of [total]",actions:{firstPage:"Goto first page",firstPageWithShortcut:"Goto first page (Home)",previousPage:"Goto previous page",previousPageWithShortcut:"Goto previous page (Page Up)",nextPage:"Goto next page",nextPageWithShortcut:"Goto next page (Page Down)",lastPage:"Goto last page",lastPageWithShortcut:"Goto last page (End)",pageX:"Goto page [X]"}},legacyTable:{actions:"Other actions",edit:"Edit (e)",copy:"Copy (c)",del:"Delete (del)",newSubRow:"New row (shift + n)",loading:"Loading..."},table:{columns:{actions:{tooltip:"Row actions"},drag:{tooltip:"Drag row"},expansion:{collapse:"Collapse row",collapseAll:"Collapse all rows",expand:"Expand row",expandAll:"Expand all rows"},menu:{editFilter:"Edit filter",filter:"Filter",freezeFirstColumn:"Freeze the first column",freezeUptoColumn:"Freeze first [TOTAL] columns",gotoRow:"Go to",hideColumn:"Hide column",unfreezeColumns:"Unfreeze all columns",sorting:"Sorting",sortingOrder:{ascending:"Ascending order",descending:"Descending order",unsorted:"No sorting"}},resize:{tooltip:"Resize column"},select:{deselect:"Deselect row",deselectAll:"Deselect all rows",select:"Select row",selectAll:"Select all rows"}},columnSettings:{search:"Search column...",tooltip:"Column settings",button:"Column settings",noResults:"No results"},filters:{button:"Filters",buttons:{addFilter:"Add new filter",clearFilters:"Clear all filters"},comparators:{contains:"Contains",doesNotContain:"Does not contain",isEqualTo:"Is",isNotEqualTo:"Is not",isGreaterThan:"Is greater than",isLessThan:"Is less than",isBetween:"Is between",isOneOf:"Is one of",isNoneOf:"Is none of",isAllOf:"Is all of",isEmpty:"Is empty",isNotEmpty:"Is not empty",isBefore:"Is before",isAfter:"Is after",isOnOrBefore:"Is on or before",isOnOrAfter:"Is on or after",isLessThanOrEqualTo:"Is less than or equal to",isGreaterThanOrEqualTo:"Is greater than or equal to",hasAnyOf:"Has any of",hasAllOf:"Has all of",hasNoneOf:"Has none of"},conditions:{and:"And",where:"Where"},emptyFilter:{condition:"Condition",value:"Value"},hiddenColumn:"Hidden column",hiddenGroupedColumn:"Hidden grouped column",tooltip:"Apply filters",total:"Viewing [CURRENT] of [TOTAL]"},fontSize:{tooltip:"Font size",sizes:{small:"Small",medium:"Medium",large:"Large"}},footer:{summary:{count:"of",records:"Records:",selected:"Records selected:"}},print:{error:"An error occurred while creating a print preview",loading:"Creating a print preview",tooltip:"Print",warningDialog:{title:"Extra loading time",description:"Please note that printing a large amount of data may result in a slightly longer waiting time due to data loading.",checkboxVisibilityLabel:"Don't show again",cancelButtonText:"Cancel",printButtonText:"Print"},settingsDialog:{title:"Print settings",size:"Paper size",sizeA5:"A5",sizeA4:"A4",sizeA3:"A3",sizeLetter:"Letter",sizeLegal:"Legal",orientation:"Paper orientation",orientationLandscape:"Landscape",orientationPortrait:"Portrait",rows:"Print rows",rowsAll:"All",rowsSelected:"Selected",layout:"Page layout",layoutSplitGroups:"New page for each [COLUMN]"}},rowHeight:{tooltip:"Row height",sizes:{short:"Short",medium:"Medium",tall:"Tall",extraTall:"Extra tall"}},search:{excludeUnmatchedResults:"Show only search results",placeholder:"Search..."},otherOptions:{tooltip:"Table settings"}},table3:{editing:{actions:{tooltip:"Row actions",save:"Save",clear:"Clear changes",exit:"Exit edit mode"},buttons:{edit:{tooltip:"Edit table"}},clearChangesConfirmationDialog:{title:"Discard changes",description:"Are you sure you want to discard changes? Your changes will be lost.",cancel:"Continue editing",confirm:"Discard"},rowIndicator:{rowWillMove:"Row will move due to sorting",rowWillBeHidden:"Row will hide due to filtering",rowWillMoveReasonSearch:"Due to a search filter applied to this table, this row will be hidden as soon as you select another row",rowWillMoveReasonFilter:"Due to a filter applied to the column '[COLUMN]', this row will be hidden as soon as you select another row",rowWillMoveReasonSorting:"Due to sorting applied to the column '[COLUMN]', this row will move position as soon as you select another row"},saving:{progress:"Saving...",complete:"Saved"},validation:{alert:{titleOne:"[COUNT] unsaved entry:",titlePlural:"[COUNT] unsaved entries:",messageOne:"[COLUMN] [ROW] is incomplete and hasn't been saved.",messagePlural:"[COLUMN] [ROW] are incomplete and haven't been saved.",messageRow:"Row",messageAnd:"and"},resetFiltersDialog:{title:"Row is hidden",description:"The row is hidden due to filtering.",cancel:"Cancel",confirm:"Remove filters"}}}},searchInput:{button:"Search",findNext:"Next",findPrevious:"Previous",placeholder:"Search...",clear:"Clear"},select:{allOptionsSelected:"All"},select2:{allSelect:"Select all",allDeselect:"Deselect all",cancel:"Cancel",chooseColor:"Pick a color",create:"Create",delete:"Delete",save:"Save",search:"Search...",searchOrCreate:"Search or create...",selectAll:"Select all",selectAllResults:"Select all results",deselectAll:"Deselect all",deselectAllResults:"Deselect all results"},toasts:{dismiss:"Dismiss"},tour:{back:"Back",close:"Close",skip:"Close and complete",last:"Done",next:"Next",open:"Open"},drawer:{close:"Close",back:"Back"}},wr={locale:"en-GB",texts:pr,formatting:{date:"dd.mm.yy"}},br=t.createContext(wr),xr=({localization:e,children:n})=>t.createElement(br.Provider,{value:null!=e?e:wr},n),Er=()=>t.useContext(br),yr=t.forwardRef((function(e,a){const{children:r,state:o,onClose:i}=e,{texts:s}=Er(),c=l("bg-white relative flex items-center gap-2 py-2 px-4 leading-6 shadow-md z-10",e.className);return t.createElement("div",{className:c,"data-taco":"banner",ref:a},(u=o,n.createElement("div",{className:"mt-[5px] self-start"},(()=>{switch(u){case"success":return n.createElement(La,{icon:"tick",color:"green"});case"error":return n.createElement(La,{icon:"close",color:"red"});case"warning":return n.createElement(La,{icon:"warning",color:"yellow"});case"information":return n.createElement(La,{icon:"info",color:"blue"});default:return null}})())),r,i?t.createElement(hr,{"aria-label":s.banner.close,className:"-mr-2 ml-auto self-start",icon:"close",appearance:"discrete",onClick:i}):null);var u})),zr=t.forwardRef((function(e,t){const{appearance:n,fluid:a,...r}=e,o=l("flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center focus-visible:yt-focus aria-disabled:cursor-not-allowed",mr(n),"rounded px-3",{"w-full":a},e.className);return fr({...r,"data-taco":"button"},o,t)})),Cr=t.forwardRef((function(e,n){const{dialog:l,drawer:a,hanger:r,menu:o,popover:i,...s}=e;let c=s.children;"function"==typeof o&&(c=Array.isArray(c)?[...c,t.createElement(Na,{key:"chevron-down",name:"chevron-down"})]:[c,t.createElement(Na,{key:"chevron-down",name:"chevron-down"})]);const u=t.createElement(zr,Object.assign({},s,{ref:n}),c);return gr({dialog:l,drawer:a,hanger:r,menu:o,popover:i},u)})),Rr=(new Date).getFullYear(),Sr=[];for(let e=Rr-50;e<=Rr+10;e+=1)Sr.push(e);const Or=t.memo(({onMonthChange:e,value:n=new Date})=>{const{texts:{calendar:{actions:l,months:a}}}=Er(),r=t=>{const{year:n,month:l}=t.target.form;e(new Date(n.value,l.value))};return t.createElement("div",{className:"mb-3 flex items-center justify-between"},t.createElement("form",{className:"inline-flex space-x-1"},t.createElement("select",{className:"h-8 px-2",name:"month",onChange:r,value:n.getMonth()},a.map((e,n)=>t.createElement("option",{key:e,value:n},e))),t.createElement("select",{className:"h-8 px-2",name:"year",onChange:r,value:n.getFullYear()},Sr.map(e=>t.createElement("option",{key:e,value:e},String(e))))),t.createElement("div",null,t.createElement(dr,{title:l.previousMonth},t.createElement(hr,{appearance:"discrete",icon:"chevron-left","aria-label":l.previousMonth,onClick:()=>{e(new Date(n.getFullYear(),n.getMonth()-1,n.getDay()))},rounded:!0})),t.createElement(dr,{title:l.nextMonth},t.createElement(hr,{appearance:"discrete",icon:"chevron-right","aria-label":l.nextMonth,onClick:()=>{e(new Date(n.getFullYear(),n.getMonth()+1,n.getDay()))},rounded:!0}))))}),Ar=({handleChange:e})=>{const{texts:n}=Er();return t.createElement(i.Button,{className:"cursor-pointer border-none bg-transparent text-xs text-blue-500 hover:text-blue-300",onClick:()=>{const t=new Date;t.setHours(12),t.setMinutes(0),t.setSeconds(0),e(t)}},n.calendar.actions.today)},Nr=e=>{const{onChange:n,value:a,disabledDays:r,...o}=e,[s,c]=t.useState(null!=a?a:new Date),{texts:u}=Er();t.useEffect(()=>{s!==a&&c(null!=a?a:new Date)},[a]);const d=l("flex bg-white text-xs p-2",o.className);return t.createElement("div",{"data-taco":"calendar"},t.createElement(i.DayPicker,{className:d,captionLayout:"dropdown-buttons",weekStartsOn:1,month:s,numberOfMonths:1,components:{Caption:e=>t.createElement(Or,Object.assign({},e,{onMonthChange:c,value:s})),Footer:()=>t.createElement("tfoot",null,t.createElement("tr",null,t.createElement("td",{colSpan:7,className:"text-center"},t.createElement(Ar,{handleChange:n})))),HeadRow:()=>t.createElement("tr",null,u.calendar.weekdaysShort.map((e,n)=>{const l=u.calendar.weekdays&&u.calendar.weekdays[n];return t.createElement("th",{key:e,"aria-label":l,className:"rdp-head_cell",title:l},e)}))},onDayClick:(e,t,l)=>{t.outside||t.disabled||n(e,l)},selected:a,disabled:r}))},Lr=e=>null!==e&&e.offsetWidth<e.scrollWidth,Mr=({children:e,tooltip:t})=>{const a=n.useRef(null),[r,o]=n.useState(!1),{isTruncated:i}=((e,t=[])=>{const[l,a]=n.useState(Lr(e));return n.useEffect(()=>{a(Lr(e))},[e,...t]),{isTruncated:l}})(a.current,[r]);n.useEffect(()=>(o(!0),()=>o(!1)),[]);const s=n.cloneElement(n.Children.only(e),{ref:a,className:l(e.props.className,"truncate",{"hover:cursor-pointer":i})});return i?n.createElement(dr,{title:t},s):s},Hr=t.forwardRef((function(e,n){const{noPadding:a,...r}=e,o=l("flex-grow overflow-auto",{"mx-4 mb-4":!a},r.className);return t.createElement("div",Object.assign({},r,{className:o,"data-taco":"card-content",ref:n}))})),kr=t.forwardRef((function(e,n){const{title:a,menu:r,children:o}=e,i=l("bg-white flex flex-col rounded-xl border border-solid border-radius-[12px] border-grey-300 hover:border-grey-500",e.className);return t.createElement("div",{className:i,"data-taco":"card",ref:n},t.createElement("div",{className:"mx-4 mb-2 mt-4 flex"},a&&t.createElement(Mr,{tooltip:a},t.createElement("h4",{className:"mb-0 flex-grow truncate text-left"},a)),r?t.createElement(hr,{icon:"ellipsis-horizontal",appearance:"discrete",menu:r,className:"-mt-[4px]"}):null),o)}));kr.Content=Hr;const Vr=e=>n.useMemo(()=>null!=e?e:c.v4(),[]),Ir=n.forwardRef((function(e,t){const{delay:a=350,label:r,...o}=e,[i,s]=n.useState(!a);if(n.useEffect(()=>{let e;return a&&(e=window.setTimeout(()=>s(!0),a)),()=>{e&&clearTimeout(e)}},[a]),!i)return null;const c=l("inline-flex flex-col relative items-center",o.className);return n.createElement("div",Object.assign({},o,{className:c,"data-taco":"spinner",ref:t}),n.createElement("svg",{className:"h-10 w-10 animate-[spinnerRotation_2s_linear_infinite]",viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg"},n.createElement("circle",{cx:"50",cy:"50",r:"45"})),r&&n.createElement("span",{className:"mt-4"},r))})),jr=t.forwardRef((function(e,n){const{checked:a,indeterminate:r,invalid:o,label:i,loading:c,onChange:u,...d}=e,m=Vr(e.id),f=l("bg-white h-5 w-5 border rounded text-sm flex-shrink-0 mt-[0.1rem] focus-visible:yt-focus disabled:cursor-not-allowed text-white",{"self-start":!!i},o?{"border-red-500 hover:border-red-700 aria-checked:border-red-500 aria-checked-mixed:border-red-500 aria-checked:bg-red-500 aria-checked-mixed:bg-red-500 aria-checked:hover:border-red-700 aria-checked-mixed:hover:border-red-700 aria-checked:hover:bg-red-700 aria-checked-mixed:hover:bg-red-700":!e.disabled,"border-red-500/50 aria-checked:wcag-red-500/50 aria-checked-mixed:wcag-red-500/50":e.disabled}:{"border-grey-500 hover:border-grey-700 aria-checked:border-blue-500 aria-checked-mixed:border-blue-500 aria-checked:bg-blue-500 aria-checked-mixed:bg-blue-500 aria-checked:hover:border-blue-700 aria-checked-mixed:hover:border-blue-700 aria-checked:hover:bg-blue-700 aria-checked-mixed:hover:bg-blue-700":!e.disabled,"border-grey-500/50 aria-checked:bg-blue-500/50 aria-checked-mixed:bg-blue-500/50":e.disabled},e.className);let g;u&&(g=e=>u("indeterminate"!==e&&e));let v=null;i&&(v={"aria-labelledby":m+"-label",id:m});const h=l("m-0.5 !h-[calc(100%-theme('spacing.1'))] !w-[calc(100%-theme('spacing.1'))]",{"text-blue-500":!a&&!r}),p=t.createElement(s.Root,Object.assign({},d,v,{"aria-invalid":o?"true":void 0,"data-taco":"checkbox",checked:r?"indeterminate":a,className:f,onCheckedChange:g,onKeyDown:e=>{"Enter"===e.key&&e.currentTarget.click()},ref:n}),c?t.createElement(Ir,{className:h}):t.createElement(s.Indicator,{className:"flex h-full w-full"},t.createElement(Na,{name:r?"line":"tick",className:"!h-full !w-full"})));if(i){const n=l("flex items-center cursor-pointer gap-2",{"cursor-not-allowed text-grey-300":e.disabled});return t.createElement("span",{className:n,"data-taco":"checkbox-container"},p,t.createElement("label",{htmlFor:m,id:m+"-label"},i))}return p}));jr.displayName="Checkbox";const Dr=e=>{const t=e.disabled||!!e["aria-disabled"],n=e.readOnly||!!e["aria-readonly"],a=e.invalid||!!e["aria-invalid"];return l("peer text-black text-sm border font-normal not-italic no-underline rounded flex items-center leading-6 px-2 relative w-full text-ellipsis transition-colors transition-opacity ease-in min-h-[theme(spacing.8)] focus-visible:yt-focus","[appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none",{"bg-white":!e.highlighted&&!n,"border-grey-300 enabled:hover:border-grey-500 disabled:border-grey-200":!a,"text-opacity-25 cursor-not-allowed placeholder:text-grey-700":t,"bg-yellow-100/50":e.highlighted&&t,"bg-yellow-100":e.highlighted&&!t,"border-red-500 enabled:hover:border-red-700 disabled:border-red-500/50":a,"cursor-not-allowed text-black bg-grey-200":n})},Tr=(e,t)=>{let n;return function(...l){clearTimeout(n),n=setTimeout(()=>e.apply(this,l),t)}},Fr=e=>Boolean(e&&(e.offsetWidth||e.offsetHeight||e.getClientRects().length)),Pr=(e,n)=>{const[l,a]=t.useState(void 0),r=Fr(e.current),[o,i]=t.useState(r),s=()=>{var t;o&&a(null===(t=e.current)||void 0===t?void 0:t.getBoundingClientRect())};return t.useEffect(()=>{const e=setTimeout(s,0),t=Tr(s,250);return window.addEventListener("resize",t),()=>{clearTimeout(e),window.removeEventListener("resize",t)}},[e.current,o]),t.useEffect(()=>{const t=Fr(e.current);o!==t&&i(t)}),t.useEffect(()=>{var t;n&&a(null===(t=e.current)||void 0===t?void 0:t.getBoundingClientRect())},n),l},Br=["text","search","url","tel","password"],_r=t.forwardRef((function(e,n){const{highlighted:a,invalid:r,onKeyDown:o,postfix:i,prefix:s,type:c="text",...u}=e,d=Xa(n);t.useLayoutEffect(()=>{var e;d.current&&"number"===c&&(e=d.current.setSelectionRange,d.current.setSelectionRange=function(...t){"number"===this.type?(this.type="text",e.apply(this,t),this.type="number"):e.apply(this,t)})},[]);const m=t.useRef(null),f=Pr(m),g=t.useRef(null),v=Pr(g,[i]),h=l(Dr(e),{"pl-8":!!s,"pr-8":!!i},u.className),p={type:c};return"number"===c&&(p.onWheelCapture=e=>{document.activeElement===e.currentTarget&&requestAnimationFrame(()=>{e.target.focus()}),e.currentTarget.blur()}),t.createElement("div",{className:"relative inline-flex h-fit w-full","data-taco":"input-container",style:{opacity:.999}},t.createElement("input",Object.assign({},u,p,{"aria-invalid":r,className:h,"data-highlighted":a,"data-taco":"input",onKeyDown:e=>{if(1!==e.key.length||rr(e)||e.stopPropagation(),Br.includes(c)&&!e.shiftKey&&("Home"===e.key||"End"===e.key)){e.preventDefault();const t="End"===e.key?e.currentTarget.value.length:0;e.currentTarget.setSelectionRange(t,t),d.current&&(d.current.scrollLeft="End"===e.key?d.current.scrollWidth:0)}"function"==typeof o&&o(e)},ref:d,style:{paddingLeft:f?f.width-1+"px":void 0,paddingRight:v?v.width-1+"px":void 0}})),s?t.createElement(Gr,{type:"prefix",children:s,disabled:u.disabled,ref:m}):null,i?t.createElement(Gr,{type:"postfix",children:i,disabled:u.disabled,ref:g}):null)})),Gr=t.memo(t.forwardRef((function(e,n){const{children:a,disabled:r,type:o}=e;return t.createElement("div",{className:l("group absolute top-0 flex h-full items-center justify-center px-2",'[&_[data-taco="icon"]]:!h-5 [&_[data-taco="icon"]]:!w-5',{"text-grey-300":r,"text-grey-700":!r,"left-0 [&>button]:!-ml-2":"prefix"===o,"right-0 [&>button]:!-mr-2":"postfix"===o}),"data-affix-type":o,ref:n},a)}))),qr=t.forwardRef((function(e,n){var a;const{button:r,icon:o,...i}=e;let s;if(r){const e=r.props.disabled||i.disabled,n=l("items-center focus:z-10 flex justify-center rounded-l-none rounded-r h-full focus:rounded focus:outline-none",((e,t=!1)=>e?l("border border-red-500 group-peer-hover:enabled:border-red-700 transition-colors ease-in",{"border-red-500/30":t}):"border border-grey-300 group-peer-hover:enabled:border-grey-500 transition-colors transition-opacity ease-in")(i.invalid,e),r.props.className);s=t.cloneElement(r,{className:n,disabled:e})}else o&&(s="string"==typeof o?t.createElement(Na,{name:o}):o);return t.createElement(_r,Object.assign({},i,{postfix:null!==(a=i.postfix)&&void 0!==a?a:s,ref:n}))})),Kr=(e,t,n,l="vertical")=>{switch(e){case"horizontal"===l?"ArrowLeft":"ArrowUp":return void 0!==n?n-1<0?0:n-1:n;case"horizontal"===l?"ArrowRight":"ArrowDown":return void 0!==n?n+1>=t?n:n+1:n;case"Home":return 0;case"End":return t-1;default:return}},$r=(e,t)=>({scrollTo:n=>{if(e&&e.current)if(void 0!==n){const l=t[n];l&&l.current&&((e,t)=>{const n=e.clientHeight;if(e.scrollHeight>n){const l=e.scrollTop,a=t.offsetTop+t.offsetHeight;a>n+l?e.scrollTop=a-n:t.offsetTop<l&&(e.scrollTop=t.offsetTop)}})(e.current,l.current)}else e.current.scrollTop=0}}),Wr=(e,t)=>`${e}_${t}`,Ur=(e,t,n)=>{const l=Kr(e.key,t.length,n);if(l){if(l===n)return n;if(t[l]&&t[l].disabled)return Ur(e,t,l)}return l},Jr=t.forwardRef((function(e,n){const{data:a,disabled:r,id:o,loading:i,onChange:s,onClick:c,onFocus:u,onKeyDown:d,readOnly:m,scrollOnFocus:f=!1,value:g,multiselect:v,selectedIndexes:h=[],allOptionsSelected:p=!1,...w}=e,b=Xa(n),x=t.useMemo(()=>a.map(()=>t.createRef()),[a]),{texts:E}=Er(),{scrollTo:y}=$r(b,x);t.useEffect(()=>{var e,t;g&&null!==(e=x[g])&&void 0!==e&&e.current&&(null===(t=x[g].current)||void 0===t||t.scrollIntoView({block:"center"}))},[]),t.useEffect(()=>{y(g)},[g]);const z=e=>t=>{s(e),c&&(t.persist(),c(t,e))},C=(e,t)=>"#ALL-OPTIONS#"===e?p:!(!e||!h)&&-1!==h.findIndex(e=>e===t),R=a.map((e,t)=>{const n=e.path?e.path.split(".").length-1:0;return{"aria-selected":v?C(String(e.value),t):g===t,"data-focused":g===t,children:e.text,className:l("flex items-center px-3 w-full cursor-pointer bg-white flex-[0_0_2rem] focus:wcag-blue-500 focus:border-blue-500",{"sticky top-0 font-bold":0===n&&!!e.hasChildren}),disabled:e.disabled,icon:e.icon,id:Wr(o,e.value),key:Wr(o,e.value),onClick:r||m?void 0:z(t),ref:x[t],role:"option",style:n>0?{paddingLeft:n+1+"rem"}:void 0}}),S={...w,className:l("inline-flex flex-col list-none !p-0 m-0 overflow-y-auto h-auto",Dr(e),{"yt-list--multiselect":v,"pointer-events-none":r,"cursor-not-allowed":r||m},w.className),disabled:r,id:o,onFocus:r||m?void 0:e=>{f&&y(g),u&&(e.persist(),u(e))},onKeyDown:r||m?void 0:e=>{const t=Ur(e,a,g);void 0!==t&&t!==g&&(e.preventDefault(),y(t),s(t)),d&&(e.persist(),d(e,void 0!==t?t:g)),e.stopPropagation()},readOnly:m,ref:b,role:R.length<=0||i?"presentation":"listbox",tabIndex:w.tabIndex||0};return t.createElement("ul",Object.assign({},S,{"data-taco":"scrollable-list"}),i?t.createElement("li",{className:"yt-list__empty"},t.createElement("span",null,t.createElement(Ir,{delay:0})),t.createElement("span",null,E.listbox.loading)):R.length?R.map(({children:e,icon:n,...l})=>t.createElement("li",Object.assign({},l),n,t.createElement("span",{className:"flex-grow truncate text-left"},e),v&&t.createElement(jr,{"aria-hidden":!0,tabIndex:-1,checked:l["aria-selected"],onChange:()=>null,className:"pointer-events-none ml-2 self-center p-px"}))):t.createElement("li",{className:"yt-list__empty"},t.createElement("span",null,E.listbox.empty)))})),Yr=e=>{let t;return"function"==typeof Event?t=new Event(e,{bubbles:!0}):(t=document.createEvent("Event"),t.initEvent(e,!0,!0)),t},Xr=e=>{let t;return"function"==typeof KeyboardEvent?t=new KeyboardEvent(e.type,e):(t=document.createEvent("Event"),t.initEvent(e.type,!0,!0),t.key=e.key,t.charCode=e.charCode),t},Qr=(e,t,n="change")=>{if(!e)return;const l=e.value;e.value=t||"";const a=e._valueTracker;a&&a.setValue(l),e.dispatchEvent(Yr(n))},Zr=e=>String(null!=e?e:""),eo=(e,t,n="change")=>{Qr(e,Zr(t),n)},to=(e,t)=>{const n=e.findIndex(e=>Zr(e.value)===Zr(t));return n>-1?n:void 0},no=(e,t)=>"string"!=typeof t?[]:t.split(",").map(t=>e.findIndex(e=>String(e.value)===t)).filter(e=>-1!==e),lo=(e,t)=>e.find(e=>Zr(e.value)===Zr(t)),ao=(e,t,n="includes")=>{try{var l,a,r;return"string"!=typeof e&&null!==(l=e.props)&&void 0!==l&&l.children?Array.isArray(null===(a=e.props)||void 0===a?void 0:a.children)?!!e.props.children.find(e=>ao(e,t,n)):ao(null===(r=e.props)||void 0===r?void 0:r.children,t,n):e.toString().toLowerCase()[n](String(t).toLowerCase())}catch{return!1}},ro=(e,t,n,l=e.length)=>{const a=e.slice(n,l).findIndex(e=>!e.disabled&&ao(e.text,t,"startsWith"));return a>-1?a+n:-1},oo=(e,t,n)=>void 0!==t&&e[t]?Wr(n,e[t].value):void 0,io=e=>n.useMemo(()=>{const t=[],n=(e,l,a,r)=>{const o=a?`${a}.${l}`:""+l,i=r||e.disabled;t.push({...e,disabled:i,path:o,hasChildren:!!e.children}),e.children&&e.children.forEach((e,t)=>n(e,t,o,i))};return e.forEach((e,t)=>{n(e,t)}),t},[e]),so=e=>{if(e){const{...t}=e;return t}},co=(e,t)=>{var n;const l=null!==(n=null==t?void 0:t.split("."))&&void 0!==n?n:[];if(l.length>1){let t;return l.pop(),l.map(n=>(t=t?[t,n].join("."):n,so(e.find(e=>e.path===t))))}return null},uo=d(e=>e(),200),mo=e=>String(null!=e?e:""),fo=t.forwardRef((function(e,n){const{className:a,dialog:r,style:o,...i}=e,{combobox:s,button:d,input:m,popover:f,list:g}=(({"aria-labelledby":e,data:n=[],defaultValue:l,disabled:a,inline:r,onChange:o,onClick:i,onKeyDown:s,onSearch:u,readOnly:d,value:m,...f},g)=>{const v=Xa(g),h=t.useRef(null),p=t.useRef(null),[w,b]=t.useState(!1),x=t.useMemo(()=>c.v4(),[]),[E,y]=t.useState(mo(m)),z=!u&&(!r||r&&E!==mo(m)),C=io(n),R=t.useMemo(()=>z?((e,t="")=>{if(""===t||null===t)return e;const n=new Set;return e.forEach(l=>{if((e=>!e.disabled&&ao(e.text,String(t)))(l)){const t=co(e,l.path);n.add(l.value),null!==t&&t.forEach(e=>n.add(null==e?void 0:e.value))}}),e.filter(({value:e})=>n.has(e))})(C,E):C,[z,E,C]),[S,O]=t.useState(void 0!==E?to(R,E):void 0),A=e=>{if(void 0!==e){const t=R[e];t&&!t.disabled&&eo(v.current,t.value,"focusout")}},N=e=>{void 0!==e&&(R[e].value!==m?A(e):y(mo(m)))};return t.useEffect(()=>{l&&!m&&A(to(R,l))},[R]),t.useEffect(()=>{void 0!==m&&m!==E&&y(mo(m))},[m]),t.useEffect(()=>{u&&uo(()=>{u(E)})},[E]),t.useEffect(()=>{const e=null!=m&&E===String(m);E&&R.length&&!e?(O(0),w||b(!0)):b(!1)},[E,R]),t.useEffect(()=>{O(w?to(R,E)||0:void 0)},[w]),{combobox:{"aria-expanded":w,"aria-owns":x,"aria-haspopup":"listbox",role:"combobox"},input:{...f,"aria-controls":x,"aria-autocomplete":"list","aria-activedescendant":void 0!==S&&R[S]?Wr(x,String(R[S].value)):void 0,"aria-labelledby":e,disabled:a,onBlur:a||d?void 0:e=>{if(e.persist(),p.current&&e.relatedTarget===p.current)e.preventDefault();else{if(o&&e.target.value!==String(m)){const t=lo(C,e.target.value);e.detail=so(t);const n=co(C,null==t?void 0:t.path);null!==n&&n.length>0&&(e.detail.parents=n),o(e)}f.onBlur&&f.onBlur(e)}},onChange:a||d?void 0:e=>{y(e.target.value)},onClick:a||d?void 0:e=>{(r||!w&&E&&R.length)&&b(!0),i&&(e.persist(),i(e))},onKeyDown:a||d?void 0:e=>{if(e.persist(),!e.ctrlKey&&!e.metaKey){switch(e.key){case"Backspace":return;case"Escape":return e.preventDefault(),y(mo(m)),void b(!1);case"Tab":return N(S),void b(!1);case"Enter":return ar(e.currentTarget)&&(e.preventDefault(),r&&!w?b(!0):h.current&&!w&&h.current.click()),void(w&&(N(S),b(!1)));case"ArrowDown":w?e.preventDefault():r||!h.current||ar(e.currentTarget)||h.current.click();break;case"ArrowUp":case"Home":case"End":w&&e.preventDefault()}if(p.current&&p.current.dispatchEvent(Xr(e)),r&&!w&&("ArrowUp"===e.key||"ArrowDown"===e.key)&&!ar(e.currentTarget)){e.preventDefault();const t="ArrowUp"===e.key?R.length-1:0;O(void 0!==S?S:t),b(!0)}}!e.isDefaultPrevented()&&s&&(e.persist(),s(e))},readOnly:d,ref:v,type:"text",value:null!=E?E:""},list:{"aria-labelledby":e,data:R,disabled:a,id:x,onChange:e=>{O(e)},onClick:(e,t)=>{e.preventDefault(),N(t),b(!1)},ref:p,scrollOnFocus:!1,tabIndex:-1,value:S},button:{ref:h},popover:{open:w,onOpenChange:b}}})(i,n),v=t.useRef(null),{texts:h}=Er(),p=Pr(v),w=l("inline-flex relative",{"yt-combobox--inline":e.inline},a);return t.createElement("span",{className:w,"data-taco":"combobox",style:o},t.createElement(u.Root,Object.assign({},f),t.createElement(u.Anchor,{asChild:!0,ref:v},t.createElement("div",Object.assign({},s,{className:"inline w-full",ref:n}),t.createElement(qr,Object.assign({},m,{autoComplete:"off",button:e.readOnly?void 0:e.inline?t.createElement(hr,{"aria-hidden":!0,appearance:"discrete",className:"!border-l-0 focus:!border-none focus:!shadow-none active:!border-none",icon:f.open?"chevron-up":"chevron-down",onClick:()=>{var e;f.onOpenChange(!0),null===(e=m.ref.current)||void 0===e||e.focus()},tabIndex:-1}):r?t.createElement(hr,{"aria-label":h.combobox.tooltip,icon:"list-search",disabled:e.readOnly||e.disabled,dialog:r,onFocus:e=>{var t;e.preventDefault(),null===(t=m.ref.current)||void 0===t||t.focus()},ref:d.ref,tabIndex:-1,tooltip:h.combobox.tooltip}):void 0})))),t.createElement(u.Portal,null,t.createElement(u.Content,{align:"start",onOpenAutoFocus:e=>{e.preventDefault()},sideOffset:4},t.createElement(Jr,Object.assign({},g,{className:l("max-h-[calc(12rem+2px)] w-auto max-w-[theme(spacing.96)] !border-blue-500"),style:{minWidth:null==p?void 0:p.width},tabIndex:f.open?0:-1}))))))})),go=(e,t)=>e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate(),vo=(e,t="dd.mm.yy")=>{if(!e)return;const n=m.isDate(e)?e:m.toDate(e);if(!m.isValid(n))return;const l=e=>1===String(e).length?"0"+e:e.toString();return t.replace("dd",l(n.getDate())).replace("mm",l(n.getMonth()+1)).replace("yy",String(n.getFullYear()).slice(2))},ho=(e="",t="dd.mm.yy",n,l)=>{if(!e||!e.length)return;const a=t.split(/[^dmy]/),r=a.findIndex(e=>"dd"===e),o=a.findIndex(e=>"mm"===e),i=a.findIndex(e=>"yy"===e||"yyyy"===e);let s,c,u;const d=e=>e&&2===e.length?Number.parseInt(e,10)>50?"19"+e:"20"+e:e,m=e.split(/\D/);if(1===m.length){const e=m[0],n=t.replace(/[^dmy]/g,"");s=e.slice(n.indexOf("d"),n.lastIndexOf("d")+1),c=e.slice(n.indexOf("m"),n.lastIndexOf("m")+1),u=d(e.slice(n.indexOf("y"),n.lastIndexOf("y")+3))}else s=m[r],c=m[o],u=d(m[i]);s=Number.parseInt(s,10),c=Number.parseInt(c,10),u=Number.parseInt(u,10);const f=new Date;return new Date(Object.is(u,NaN)?null!=l?l:f.getFullYear():u,Object.is(c,NaN)?null!=n?n:f.getMonth():c-1,Object.is(s,NaN)?f.getDate():s,12,0)},po=e=>{const t=new Date(e);return m.isValid(t)?ho(vo(new Date(e))):void 0},wo=t.forwardRef((function(e,n){return t.createElement(u.Arrow,{className:"pointer-events-none -mt-px",asChild:!0,offset:2,width:30,height:11},t.createElement("svg",Object.assign({},e,{ref:n,viewBox:"0 19 30 11",style:{transform:"rotateZ(180deg)"}}),t.createElement("path",{className:"text-grey-300 fill-current group-focus:text-blue-300",d:"M23.7,27.1L17,19.9C16.5,19.3,15.8,19,15,19s-1.6,0.3-2.1,0.9l-6.6,7.2C5.3,28.1,3.4,29,2,29h26 C26.7,29,24.6,28.1,23.7,27.1z"}),t.createElement("path",{className:"fill-current",d:"M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"})))})),bo=t.createContext({props:{},ref:null}),xo=t.forwardRef((function(e,n){return t.createElement(u.Anchor,Object.assign({},e,{asChild:!0,ref:n}))})),Eo=t.forwardRef((function(e,n){var l;const{ref:a,props:r}=t.useContext(bo),o=Va([a,n]);let i=e.children;return t.isValidElement(e.children)&&"function"==typeof(null===(l=e.children)||void 0===l?void 0:l.type)&&(console.warn(`Popover.Trigger requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${e.children.type.name}' in React.forwardRef()? Taco has wrapped '${e.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`),i=t.createElement("span",null,e.children)),t.createElement(u.Trigger,Object.assign({},r,e,{ref:o,asChild:!0}),i)})),yo=t.forwardRef((function({children:e,onClick:t},n){return e({close:()=>{t(new CustomEvent("hide"))},ref:n})})),zo=t.forwardRef((function(e,n){const{placement:a,...r}=e,o=l("bg-white focus:border-blue-300 border border-transparent rounded p-3 yt-shadow focus:yt-focus outline-none group",e.className);let i;return i="function"==typeof e.children?t.createElement(u.Close,{asChild:!0},t.createElement(yo,null,e.children)):e.children,t.createElement(u.Portal,null,t.createElement(u.Content,Object.assign({},r,{className:o,"data-taco":"popover",side:a,sideOffset:1,ref:n}),i,t.createElement(wo,{className:"text-white"})))})),Co=t.forwardRef((e,n)=>t.createElement(u.Close,Object.assign({},e,{ref:n,asChild:!0}))),Ro=t.forwardRef((function(e,n){const{anchor:l,children:a,defaultOpen:r,modal:o=!1,open:i,onChange:s,trigger:c,...d}=e,m=t.useMemo(()=>({props:d,ref:n}),[d]);return t.createElement(bo.Provider,{value:m},t.createElement(u.Root,{defaultOpen:r,modal:o,open:i,onOpenChange:s},l?t.createElement(xo,null,l):null,c&&!l?t.createElement(Eo,null,c):null,a))}));Ro.Anchor=xo,Ro.Trigger=Eo,Ro.Content=zo,Ro.Close=Co,Ro.Portal=u.Portal;const So=t.forwardRef((function(e,n){const{className:a,onReset:r,style:o,shortcuts:i,shortcutsText:s,...c}=e,{calendar:u,input:d}=(({calendar:e,onBlur:n,onChange:l,value:a,...r},o)=>{const i=Xa(o),{formatting:s}=Er(),[c,u]=t.useState(a&&m.isValid(a)?vo(a,s.date):"");return t.useEffect(()=>{if(a&&m.isValid(a)){const e=vo(a,s.date);e!==c&&u(e)}else u("")},[a]),{input:{...r,autoComplete:"off",onBlur:e=>{e.persist();const t=ho(e.target.value,"dd.mm.yy",null==a?void 0:a.getMonth(),null==a?void 0:a.getFullYear()),r=t&&vo(t)||"";e.target.value=r,l?(e.detail=t,l(e)):u(r),n&&n(e)},onChange:e=>{u(e.target.value)},onKeyDown:e=>{r.onKeyDown&&r.onKeyDown(e),e.isPropagationStopped()||e.isDefaultPrevented()||"Enter"!==e.key||e.target.dispatchEvent(new Event("focusout",{bubbles:!0}))},ref:i,type:"text",value:c},calendar:{...e,onChange:e=>{Qr(i.current,vo(e,s.date),"focusout")},value:a}}})(c,n),{texts:f}=Er(),g=l("inline-flex w-full text-black font-normal",a),v=t.useRef(null),h=t.useCallback(e=>{var t,n;e.preventDefault();const l=null!==(t=null==v||null===(n=v.current)||void 0===n?void 0:n.querySelector('table button[name="day"][aria-selected="true"]'))&&void 0!==t?t:null;null==l||l.focus()},[v]);return t.createElement("span",{className:g,"data-taco":"datepicker",style:o},t.createElement(qr,Object.assign({},d,{button:d.readOnly?void 0:t.createElement(hr,{"aria-label":f.datepicker.expand,disabled:d.disabled||d.readOnly,icon:"calendar",tabIndex:-1,popover:e=>t.createElement(Ro,Object.assign({},e),t.createElement(Ro.Content,{onOpenAutoFocus:h},({close:e})=>t.createElement("div",{className:'[&_button[name="day"]:focus]:yt-focus -m-3 flex',ref:v},t.createElement(Nr,Object.assign({},u,{onChange:(t,n)=>{u.onChange(t,n),e()}})),i&&t.createElement("div",{className:"border-grey-300 flex flex-col border-l"},t.createElement("span",{className:"m-4 mb-3 flex h-8 w-32 items-center text-xs font-semibold"},null!=s?s:f.datepicker.shortcuts),t.createElement("ul",null,i.map(n=>t.createElement("li",{key:n.text},t.createElement("button",{type:"button",className:"hover:wcag-grey-200 flex w-full items-start px-4 py-1 text-xs",onClick:t=>{t.persist(),n.onClick(t),e()}},n.text)))),r&&t.createElement("button",{type:"button",className:"mx-auto my-4 mt-auto inline-flex cursor-pointer border-none bg-transparent text-xs text-blue-500 hover:text-blue-300",onClick:t=>{t.persist(),r(t),e()}},f.datepicker.clear))))),tooltip:f.datepicker.calendar})})))}));So.displayName="Datepicker";const Oo=t.createContext({closeOnEscape:!0,draggable:!1,drawer:{open:!1,toggle:()=>{}},elements:{drawer:void 0,extra:void 0},onClose:()=>{},props:{},ref:null,showCloseButton:!0,size:"sm"}),Ao=()=>t.useContext(Oo),No=t.forwardRef((function(e,n){const{ref:l,props:a}=Ao(),r=Va([l,n]);return t.createElement(f.Trigger,Object.assign({},a,e,{ref:r,asChild:!0}))})),Lo=e=>{const[t,l]=n.useState({x:0,y:0}),[a,r]=n.useState(!1),{moveProps:o}=g.useMove({onMoveStart(){r(!0)},onMove(t){var n;const a=null===(n=e.current)||void 0===n?void 0:n.getBoundingClientRect();a&&(a.left+t.deltaX<0||a.right+t.deltaX>window.innerWidth||a.top+t.deltaY<0||a.bottom+t.deltaY>window.innerHeight)||l(({x:e,y:n})=>({x:e+=t.deltaX,y:n+=t.deltaY}))},onMoveEnd(){r(!1)}});return{position:t,dragging:a,handleProps:o,resetPosition:()=>{l({x:0,y:0})}}},Mo=t.forwardRef((function(e,n){const a=l("text-center",e.className);return t.createElement(f.Title,Object.assign({},e,{className:a,ref:n}))})),Ho=t.forwardRef((function(e,n){const a=l("mt-8 flex justify-end",e.className);return t.createElement("div",Object.assign({},e,{className:a,ref:n}),e.children)})),ko=t.forwardRef((function(e,n){const l=Ao();return t.createElement(f.Close,Object.assign({onClick:l.onClose},e,{ref:n,asChild:!0}))})),Vo=t.forwardRef((function({children:e,onClick:t,renderProps:n},l){return e({close:()=>{t(new CustomEvent("close"))},ref:l,...n})})),Io=t.forwardRef((function(e,n){const a=Ao(),r=Xa(n),{position:o,dragging:i,handleProps:s}=Lo(r),{texts:c}=Er(),u=l("relative bg-white animate-[fade-in_150ms] rounded","mt-16 mx-auto",Pa(a.size),"print:w-full print:h-full print:m-0 print:overflow-visible"),d=l("bg-white p-6 rounded relative z-10 shadow print:p-0 print:overflow-visible print:h-full",{"rounded-b-none":!!a.elements.extra},e.className);let m;return m="function"==typeof e.children?t.createElement(ko,null,t.createElement(Vo,{renderProps:{drawer:a.drawer}},e.children)):e.children,t.createElement(f.Portal,null,t.createElement(f.Overlay,{asChild:!0},t.createElement(Fa,null,t.createElement(f.Content,Object.assign({},e,{className:u,onEscapeKeyDown:e=>{a.closeOnEscape?a.onClose&&a.onClose():e.preventDefault()},onInteractOutside:e=>e.preventDefault(),ref:r,style:{...e.style,left:a.draggable?o.x+"px":void 0,top:a.draggable?o.y+"px":void 0}}),t.createElement("div",{className:d,"data-taco":"dialog"},m,a.draggable&&t.createElement("div",Object.assign({},s,{role:"button",draggable:!0,"aria-grabbed":i,"aria-label":c.dialog.drag,className:"yt-dialog__drag absolute-center-x bg-grey-100 top-1.5 h-3 w-24 cursor-move rounded text-center print:hidden"})),a.showCloseButton?t.createElement(f.Close,{onClick:a.onClose,asChild:!0},t.createElement(hr,{appearance:"discrete","aria-label":c.dialog.close,className:"absolute right-0 top-0 mr-2 mt-2 print:hidden",icon:"close"})):null),a.elements.drawer,a.elements.extra))))})),jo=t.forwardRef((function(e,n){var a,r;const o=Ao(),i=l("absolute top-0 -ml-[4px] hidden h-full w-full overflow-y-auto rounded-r bg-white p-6 text-left",e.className);return t.createElement(v.motion.div,Object.assign({},e,{className:i,"data-taco":"dialog-drawer","aria-hidden":!(null!==(a=o.drawer)&&void 0!==a&&a.open),variants:{visible:{left:"100%",display:"block",transition:{ease:"easeOut",duration:.2}},hidden:{left:"0%",transition:{ease:"easeOut",duration:.2},transitionEnd:{display:"none"}}},animate:null!==(r=o.drawer)&&void 0!==r&&r.open?"visible":"hidden",ref:n}),"function"==typeof e.children?e.children(o.drawer):e.children)}));jo.displayName="DialogDrawer";const Do=t.forwardRef((function(e,n){const a=l("wcag-grey-100 absolute top-full left-0 -mt-px w-full rounded-t-none rounded-b p-6 text-left",e.className);return t.createElement("div",Object.assign({},e,{className:a,"data-taco":"dialog-extra",ref:n}))}));Do.displayName="DialogExtra";const To=t.forwardRef((function(e,n){const{children:l,closeOnEscape:a=!0,defaultOpen:r,draggable:o=!1,onChange:i,onClose:s,open:c,showCloseButton:u=!0,size:d="sm",trigger:m,...g}=e,[v,h,p]=(e=>t.useMemo(()=>{const n=[];let l,a;return t.Children.toArray(e).forEach(e=>{var t,r;(null===(t=e.type)||void 0===t?void 0:t.displayName)===jo.displayName?l=e:(null===(r=e.type)||void 0===r?void 0:r.displayName)===Do.displayName?a=e:n.push(e)}),[n,l,a]},[e]))(l),[w,b]=t.useState(!1),x=t.useMemo(()=>({closeOnEscape:a,draggable:o,drawer:{open:w,toggle:()=>b(e=>!e)},elements:{drawer:h,extra:p},onClose:s,props:g,showCloseButton:u,size:d,ref:n}),[a,w,o,h,p,c,g,u]);return t.createElement(Oo.Provider,{value:x},t.createElement(f.Root,{defaultOpen:r,open:c,onOpenChange:i},m&&t.createElement(No,null,m),v))}));To.Trigger=No,To.Content=Io,To.Title=Mo,To.Footer=Ho,To.Extra=Do,To.Drawer=jo,To.Close=ko;const Fo=t.forwardRef((function(e,n){const{as:a="span",orientation:r="horizontal",...o}=e,i=l('flex gap-2 [&:has([data-taco="tag"])]:!gap-1',{"flex-col ":"vertical"===r},e.className);return t.createElement(a,Object.assign({},o,{className:i,"data-taco":"group",ref:n}))})),Po=t.createContext(void 0),Bo=()=>t.useContext(Po),_o=t.createContext({closeOnEscape:!0,showCloseButton:!0,onClickBack:()=>{},onClose:()=>{},onResize:()=>{},props:{},ref:null,size:"md",variant:"embedded"}),Go=()=>t.useContext(_o),qo=e=>{const t=l("flex select-none touch-none transition-colors hover:bg-grey",{"w-[7px] hover:w-[14px] mr-[2px] hover:px-[2px] hover:mr-0":"vertical"===e.orientation,"flex-col h-[7px] hover:h-[14px] mb-[2px] hover:py-[2px] hover:mb-0":"horizontal"===e.orientation});return n.createElement(p.Scrollbar,Object.assign({},e,{className:t}))},Ko=e=>n.createElement(p.Thumb,Object.assign({},e,{className:"flex-[1] rounded bg-black opacity-50"})),$o=e=>n.createElement(p.Corner,Object.assign({},e,{className:"bg-grey-500"})),Wo=e=>{const{children:t,...a}=e;return n.createElement(p.Root,Object.assign({},a,{className:l("overflow-hidden",e.className),"data-taco":"scrollarea"}),n.createElement(p.Viewport,{className:"h-full w-full"},t),n.createElement(qo,{orientation:"vertical"},n.createElement(Ko,null)),n.createElement(qo,{orientation:"horizontal"},n.createElement(Ko,null)),n.createElement($o,null))};var Uo;!function(e){e.Visible="visible",e.Hidden="hidden"}(Uo||(Uo={}));const Jo=n.forwardRef((function({children:e,onClick:t,renderProps:n},l){return e({close:()=>{t(new CustomEvent("close"))},ref:l,...n})})),Yo=n.forwardRef((function(e,t){const{className:a,children:r,...o}=e,i=Xa(t),[s,c]=n.useState({}),{texts:u}=Er(),{onClickBack:d}=Go(),m=l("grow-0 py-4 px-4 justify-self-start mb-0 border-b-[1px] border-grey-300 flex items-start",a);return n.useEffect(()=>{var e,t,n,l,a;const r=null==i||null===(e=i.current)||void 0===e?void 0:e.closest('[data-taco="drawer"]'),o=null!==(t=null==r?void 0:r.querySelector(`[aria-label="${u.drawer.close}"]`))&&void 0!==t?t:null,s=null!==(n=null==o?void 0:o.offsetWidth)&&void 0!==n?n:0,d=null!==(l=null==r?void 0:r.querySelector('#taco-drawer-actions[data-taco="group"]'))&&void 0!==l?l:null,m=null!==(a=null==d?void 0:d.offsetWidth)&&void 0!==a?a:0;c({marginRight:s+m+8+8-4})},[i,u.drawer.close]),n.createElement(f.Title,Object.assign({className:m},o,{ref:i}),d?n.createElement(hr,{appearance:"discrete","aria-label":u.drawer.back,className:"mr-3 text-base",icon:"chevron-left",onClick:d}):null,n.createElement("span",{className:"line-clamp-2 inline-block overflow-y-hidden",style:s},r))})),Xo=n.forwardRef((function(e,t){const{...a}=e,r=l("mt-auto flex justify-end grow-0 p-4 border-t-[1px] border-grey-300",e.className);return n.createElement("div",Object.assign({},a,{className:r,ref:t}))})),Qo=n.forwardRef((function(e,t){const{className:a,...r}=e,o=l("absolute top-0 right-10 mr-[8px] mt-4",a);return n.createElement(Fo,Object.assign({},r,{className:o,id:"taco-drawer-actions",ref:t}))})),Zo=n.forwardRef((function(e,t){const{onClose:l}=Go();return n.createElement(f.Close,Object.assign({},e,{onClick:l,ref:t,asChild:!0}))})),ei=n.forwardRef((function(e,t){const{className:a,isScrollable:r=!0,children:o,...i}=e,s=l("grow flex flex-col",{"overflow-y-hidden":r,"p-4":!r},a);return n.createElement("div",Object.assign({},i,{className:s,ref:t}),r?n.createElement(Wo,{className:"w-full gap-y-0.5 p-4"},o):o)})),ti=e=>{const{children:t,...a}=e,{open:r=!1,variant:o,outlet:i}=Go(),s=n.useMemo(()=>(e=>l({block:e,hidden:!e}))(r),[r]);return i?n.createElement(f.Portal,Object.assign({},a,{container:null!=i?i:void 0}),"overlay"===o?n.createElement(f.Overlay,{forceMount:!0},n.createElement(Fa,{className:s})):null,t):null},ni=n.forwardRef((function(e,t){const{onEscape:l,children:a,...r}=e;return cr("Escape",l),n.createElement("div",Object.assign({},r,{ref:t}),n.createElement(h.FocusScope,{autoFocus:!0,restoreFocus:!0},a))})),li=n.forwardRef((function(e,t){const{size:a,onClose:r,onResize:o,open:i=!1,closeOnEscape:s,variant:c,focusTrap:u,showCloseButton:d,setOpen:m}=Go(),{className:g,style:v,children:h,...p}=e,{texts:w}=Er(),b=Xa(t),x=Bo();let E;x&&(E=()=>{x.close()});const y=n.useMemo(()=>l((e=>l("bg-white mx-auto absolute h-full w-full flex flex-col ",{"shadow-[0_6px_9px_0_rgba(89,85,98,0.3),0_0_1px_0_rgba(89,85,98,0.2)]":"overlay"===e,"border-l border-grey-300 h-full":"embedded"===e}))(c),g),[g]),{contentClassName:z,dragHandlerClassName:C}=n.useMemo(()=>({contentClassName:((e,t,n)=>l("bg-white h-full bottom-0 top-0 right-0 transition-none",{block:n,hidden:!n,fixed:"overlay"===t,"relative h-full overflow-hidden":"embedded"===t},(e=>{switch(e){case"lg":return"w-[600px]";case"md":default:return"w-[420px]"}})(e)))(a,c,i),dragHandlerClassName:l("border-[2px] absolute border-transparent top-0 w-2 h-full cursor-ew-resize left-0 hover:border-l-blue-500")}),[a,c,i]),R=e=>{var t;(null===(t=b.current)||void 0===t?void 0:t.contains(e.target))&&(s?(m&&m(!1),r&&r()):e.preventDefault())},[S,O]=n.useState(),A=n.useRef(null),{position:N,dragging:L,handleProps:M,resetPosition:H}=Lo(Xa(A)),k=n.useRef(null);n.useEffect(()=>{o&&o(N.x)},[N]),n.useEffect(()=>{var e;O(null===(e=k.current)||void 0===e?void 0:e.offsetWidth)},[k,i]);const V=n.useMemo(()=>{if(S)return Math.min(1e3,Math.max(360,S-N.x||0))},[S,N]);let I;n.useEffect(()=>{!L&&V&&(O(V),H())},[L]),I="function"==typeof h?n.createElement(Zo,null,n.createElement(Jo,null,h)):h;const j=n.createElement("div",{ref:k,"data-taco":"drawer",className:y},I,n.createElement("div",Object.assign({className:C},M,{"data-testid":"resize-handler",ref:A}),L?n.createElement("div",{"data-testid":"resize-hit-area",className:"fixed bottom-0 left-0 right-0 top-0"}):null),d?n.createElement(Zo,null,n.createElement(hr,{appearance:"discrete","aria-label":w.drawer.close,className:"absolute right-0 top-0 mr-2 mt-4",icon:"close"})):null),D={...v,width:V};return u?n.createElement(f.Content,Object.assign({forceMount:!0},p,{className:z,onEscapeKeyDown:R,onInteractOutside:"overlay"===c?void 0:e=>e.preventDefault(),onCloseAutoFocus:E,ref:b,style:D}),j):n.createElement(ni,{onEscape:R,className:z,style:D,ref:b},j)})),ai=n.forwardRef((function(e,t){const{children:l}=e;return n.createElement(ti,null,n.createElement(li,Object.assign({},e,{ref:t}),l))})),ri=t.forwardRef((function(e,n){return t.createElement(f.Trigger,Object.assign({},e,{ref:n,asChild:!0}))})),oi=t.forwardRef((function(e,n){var a;const r=l("h-full ml-auto overflow-hidden flex-shrink-0",e.className);return t.createElement("div",Object.assign({},e,{className:r,"data-taco":"drawer-outlet","data-taco-outlet-name":null!==(a=e.name)&&void 0!==a?a:"default",ref:n}))}));let ii;const si=t.forwardRef((function(e,n){const{open:l,defaultOpen:a,onChange:r=(()=>{}),variant:o="embedded",closeOnEscape:i=!0,onResize:s,onClose:c,onClickBack:u,size:d="md",trigger:m,children:g,focusTrap:v=void 0===e.focusTrap&&"overlay"===e.variant||e.focusTrap,showCloseButton:h=!0,outletName:p,...b}=e,[x,E]=w.useControllableState({prop:l,defaultProp:a,onChange:r}),[y,z]=t.useState(),C=t.useMemo(()=>({closeOnEscape:i,onClickBack:u,onClose:c,onResize:s,props:b,size:d,ref:n,open:x,setOpen:E,variant:o,focusTrap:v,showCloseButton:h,outlet:y}),[i,x,E,b,o,s,c,d,v,h,y,u]),R=t.useCallback(()=>{E(!1),c&&c()},[]);return t.useEffect(()=>{var e;const t=null!==(e=document.querySelector(`[data-taco="drawer-outlet"][data-taco-outlet-name="${null!=p?p:"default"}"]`))&&void 0!==e?e:document.body;z(t)},[p]),t.useEffect(()=>{x?(ii&&ii(),ii=R):ii===R&&(ii=void 0)},[x]),t.createElement(_o.Provider,{value:C},t.createElement(f.Root,{modal:"overlay"===o,open:x,onOpenChange:E},m&&t.createElement(ri,null,m),g))}));si.Trigger=ri,si.Content=ai,si.InnerContent=ei,si.Title=Yo,si.Footer=Xo,si.Close=Zo,si.Actions=Qo,si.Outlet=oi;const ci=t.forwardRef((function(e,n){const a=t.useRef(null),{disabled:r,children:o,invalid:i=!1,warning:s=!1,message:c,...u}=e,d=l("flex flex-col font-bold text-xs leading-loose pb-4 min-h-[theme(spacing.18)]",{"text-grey-300":r},e.className),m=l("h-4 text-xs text-left leading-normal font-normal truncate -mb-4",{"text-grey-700":!i&&!s,"text-red-500":i,"text-yellow-700":s&&!i,"opacity-50":r});return t.createElement("label",Object.assign({},u,{className:d,"data-taco":"label",ref:n}),o,c&&t.createElement(Mr,{tooltip:c},t.createElement("span",{className:m,"data-taco":"label-message",ref:a,role:i?"alert":void 0},c)))})),ui=t.forwardRef((function(e,n){const{horizontal:a=!1,...r}=e,o=l("yt-form",{"yt-form--horizontal flex flex-wrap":a},e.className);return t.createElement("form",Object.assign({},r,{className:o,"data-taco":"form",ref:n}))})),di=t.createContext({onClose:void 0,props:{},ref:null}),mi=t.forwardRef((function(e,n){var l;const{ref:a,props:r}=t.useContext(di),o=Va([a,n]);let i=e.children;return t.isValidElement(e.children)&&"function"==typeof(null===(l=e.children)||void 0===l?void 0:l.type)&&(console.warn(`Hanger.Anchor requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${e.children.type.name}' in React.forwardRef()? Taco has wrapped '${e.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`),i=t.createElement("span",null,e.children)),t.createElement(u.Anchor,Object.assign({},r,e,{ref:o,asChild:!0}),i)})),fi=t.forwardRef((function(e,n){const a=l("mb-1 text-base font-bold flex w-full",e.className);return t.createElement("span",Object.assign({},e,{className:a,ref:n}))})),gi=t.forwardRef((function(e,n){const{placement:a}=e,r=t.useContext(di),{texts:o}=Er(),i=l("wcag-blue-500 border border-transparent rounded p-3 pr-12 yt-shadow focus:border-transparent max-w-sm",e.className);return t.createElement(u.Portal,null,t.createElement(u.Content,{className:i,"data-taco":"hanger",onInteractOutside:e=>{e.preventDefault()},side:a,sideOffset:1,ref:n},e.children,t.createElement(wo,{className:"text-blue-500"}),t.createElement(u.Close,{asChild:!0},t.createElement(hr,{appearance:"primary","aria-label":o.hanger.close,className:"absolute right-0 top-0 ml-2 mr-2 mt-2 text-white",icon:"close",onClick:r.onClose}))))})),vi=t.forwardRef((function(e,n){const{anchor:l,children:a,defaultOpen:r=!0,onClose:o,...i}=e,s=t.useMemo(()=>({onClose:o,props:i,ref:n}),[o,i]),[c,d]=t.useState(!1);return t.useEffect(()=>{r&&d(r)},[]),t.createElement(di.Provider,{value:s},t.createElement(u.Root,{key:String(c),defaultOpen:c},l&&t.createElement(mi,null,l),a))}));vi.Anchor=mi,vi.Content=gi,vi.Title=fi;const hi=t.forwardRef((function(e,n){return t.createElement(b.Arrow,{className:"pointer-events-none -mt-px",asChild:!0,offset:2,width:30,height:11},t.createElement("svg",Object.assign({},e,{ref:n,viewBox:"0 19 30 11",style:{transform:"rotateZ(180deg)"}}),t.createElement("path",{className:"text-grey-300 fill-current group-focus:text-blue-300",d:"M23.7,27.1L17,19.9C16.5,19.3,15.8,19,15,19s-1.6,0.3-2.1,0.9l-6.6,7.2C5.3,28.1,3.4,29,2,29h26 C26.7,29,24.6,28.1,23.7,27.1z"}),t.createElement("path",{className:"fill-current",d:"M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"})))})),pi=t.forwardRef((function(e,n){return t.createElement(b.Trigger,Object.assign({},e,{asChild:!0,ref:n}))})),wi=t.forwardRef((function(e,n){const{placement:a}=e,r=l("bg-white focus:border-blue-300 border border-transparent rounded p-3 yt-shadow focus:yt-focus outline-none group","min-w-[theme(spacing.40)] max-w-[theme(spacing.96)]",e.className);return t.createElement(b.Portal,null,t.createElement(b.Content,{className:r,"data-taco":"hover-card",side:a,sideOffset:1,ref:n},e.children,t.createElement(hi,{className:"text-white"})))})),bi=e=>t.createElement(b.Root,Object.assign({},e,{openDelay:300}));bi.Trigger=pi,bi.Content=wi;const xi=n.forwardRef((function(e,t){return n.createElement("div",Object.assign({},e,{"data-taco":"list-group",ref:t}))})),Ei=n.forwardRef((function(e,t){const{as:a="div",control:r,description:o,disabled:i,icon:s,color:c,tabIndex:u=0,title:d,...m}=e,f=l("flex shrink-0 h-10 w-10 items-center justify-center rounded-md border border-black/10",$(null!=c?c:"transparent"));return n.createElement(a,Object.assign({},m,{"aria-disabled":!!i||void 0,"data-taco":"list-item",ref:t,tabIndex:i?-1:u}),s?n.createElement("span",{className:f},n.createElement(Na,{name:s})):null,n.createElement("div",{className:"flex grow flex-col justify-center"},n.createElement("span",{className:"font-bold text-black"},d),o?n.createElement("span",{className:"text-grey-700"},o):null),n.createElement("div",{className:"text-grey-700 flex shrink-0 items-center"},r))})),yi=n.forwardRef((function(e,t){const l=e.href.startsWith("http"),a=n.createElement(Na,{name:l?"link-external":"chevron-right"});return n.createElement(Ei,Object.assign({},e,l?{as:"a",target:"_blank",rel:"noopener noreferrer",control:a,ref:t}:{as:"a",control:a,ref:t}))})),zi=n.forwardRef((function(e,t){const{defaultOpen:l=!1,...a}=e,[r,o]=n.useState(l);return n.createElement(x.Root,{"data-taco":"list-item-collapsible",disabled:e.disabled,open:r,onOpenChange:o},n.createElement(x.Trigger,{asChild:!0},n.createElement(Ei,Object.assign({},a,{as:"button",control:n.createElement(Na,{name:r?"chevron-up":"chevron-down"}),ref:t}))),n.createElement(x.Content,null,e.children))})),Ci=t.forwardRef((function(e,n){const{label:a,onChange:r,...o}=e,i=Vr(e.id),s=l("group h-5 w-9 flex flex-shrink-0 rounded-full inline-flex focus-visible:yt-focus",{"mr-2":!!a,"bg-grey-500 hover:bg-grey-700 aria-checked:bg-blue-500 aria-checked:hover:bg-blue-700":!e.disabled,"bg-grey-500/50 aria-checked:bg-blue-500/50 cursor-not-allowed":e.disabled},e.className);let c=null;a&&(c={"aria-labelledby":i+"-label",id:i});const u=t.createElement(E.Root,Object.assign({},o,c,{className:s,"data-taco":"switch",onCheckedChange:r,ref:n}),t.createElement(E.Thumb,{className:"'will-change-transform mt-0.5 h-4 w-4 translate-x-[0.15rem] rounded-full bg-white transition-transform group-disabled:opacity-50 group-aria-checked:translate-x-[1.1rem]"}));if(a){const n=l("flex self-start cursor-pointer",{"cursor-not-allowed text-grey-300":e.disabled});return t.createElement("span",{className:n,"data-taco":"switch-container"},u,t.createElement("label",{htmlFor:i,id:i+"-label"},a))}return u}));Ci.displayName="Switch";const Ri=n.forwardRef((function(e,t){const{controlRef:a,onToggle:r,...o}=e,i=l("group/toggle",e.className);return n.createElement(Ei,Object.assign({},o,{className:i,onClick:function(t){var n;"function"==typeof e.onClick&&e.onClick(t),t.isDefaultPrevented()||t.target===a.current||null!==(n=a.current)&&void 0!==n&&n.contains(t.target)||r()},onKeyDown:function(t){var n;"function"==typeof e.onKeyDown&&e.onKeyDown(t),t.isDefaultPrevented()||"Enter"!==t.key&&" "!==t.key||t.target===a.current||null!==(n=a.current)&&void 0!==n&&n.contains(t.target)||r()},ref:t}))})),Si=n.forwardRef((function(e,t){const{checked:l,onChange:a,...r}=e,[o,i]=n.useState(l),s=n.useRef(null),c=n.useCallback(()=>{i(!o),a(!o)},[o,a]);return n.createElement(Ri,Object.assign({},r,{control:n.createElement(Ci,{checked:o,className:"group-hover/toggle:[&[aria-checked=false]]:bg-grey-700 group-hover/toggle:[&[aria-checked=true]]:bg-blue-700",disabled:e.disabled,onChange:c,ref:s,tabIndex:-1}),controlRef:s,ref:t,onToggle:c}))})),Oi=n.forwardRef((function(e,t){const{checked:l,onChange:a,...r}=e,[o,i]=n.useState(l),s=n.useRef(null),c=n.useCallback(()=>{i(!o),a(!o)},[o,a]);return n.createElement(Ri,Object.assign({},r,{control:n.createElement(jr,{checked:o,className:"group-hover/toggle:[&[aria-checked=false]]:border-grey-700 group-hover/toggle:[&[aria-checked=true]]:border-blue-700 group-hover/checkbox:[&[aria-checked=true]]:bg-blue-700",disabled:e.disabled,onChange:c,ref:s,tabIndex:-1}),controlRef:s,ref:t,onToggle:c}))}));function Ai(e){return n.createElement("div",Object.assign({},e,{"data-taco":"list"}))}function Ni(e=0,n){const l=t.useRef(),[a,r]=t.useState({remaining:e,started:null});return t.useEffect(()=>(e&&(a.started?l.current=window.setTimeout(n,a.remaining):clearTimeout(l.current)),()=>{clearTimeout(l.current)}),[a.started]),{running:!!a.started,start:()=>{r({remaining:e,started:Date.now()})},pause:()=>{a.started&&r({remaining:a.remaining-(Date.now()-a.started),started:null})},resume:()=>{a.remaining&&!a.started&&r({remaining:a.remaining,started:Date.now()})}}}Ai.Button=n.forwardRef((function(e,t){return n.createElement(Ei,Object.assign({},e,{as:"button",ref:t}))})),Ai.Link=yi,Ai.Collapsible=zi,Ai.Switch=Si,Ai.Checkbox=Oi,Ai.Group=xi;const Li=({data:e,currentIndex:n})=>{const l=t.useRef(),a=Ni(1e3,()=>{l.current=void 0});return{getNextIndex:t=>{const r=(l.current?l.current+t:t).toLowerCase(),o=((e,t,n)=>{let l=ro(e,t,void 0===n?0:n+1);return-1===l&&(l=ro(e,t,0,n)),l})(e,r,n);return a.start(),l.current=r,o}}},Mi=t.forwardRef((function(e,n){const{className:a,...r}=e,{list:o,input:i}=(({data:e=[],defaultValue:n,disabled:l,emptyValue:a,id:r,invalid:o,name:i,onChange:s,onFocus:u,onKeyDown:d,value:m=a,...f},g)=>{const v=io(void 0!==a?[{text:"",value:a},...e]:e),h=t.useMemo(()=>r||c.v4(),[r]),p=Xa(g),w=void 0!==m?to(v,m):void 0,{getNextIndex:b}=Li({data:v,currentIndex:w}),x=e=>{if(void 0!==e){const t=v[e];t&&!t.disabled&&eo(p.current,t.value)}};return t.useEffect(()=>{if(v.length&&void 0===w)if(void 0!==n){const e=to(v,n);void 0!==e&&x(e)}else x(0)},[v]),{list:{...f,"aria-activedescendant":oo(v,w,h),data:v,disabled:l,id:h,invalid:o,onChange:e=>{x(e)},onFocus:e=>{void 0===w&&v.length&&x(0),u&&(e.persist(),u(e))},onKeyDown:e=>{const t=e.key;if(1===t.length&&/(\w)/g.test(t)){const e=b(t);e>-1&&e!==w&&x(e)}else d&&(e.persist(),d(e))},scrollOnFocus:!0,tabIndex:l?-1:f.tabIndex?f.tabIndex:0,value:w},input:{name:i,onChange:e=>{if(e.persist(),s){var t,n;const l=lo(v,e.target.value);e.detail=so(l);const a=null!==(t=null==l||null===(n=l.path)||void 0===n?void 0:n.split("."))&&void 0!==t?t:[];if(a.length>1){let t;a.pop(),e.detail.parents=a.map(e=>(t=t?[t,e].join("."):e,so(v.find(e=>e.path===t))))}s(e)}},ref:p,tabIndex:-1,value:null!=m?m:""}}})(r,n),s=l("bg-white inline-flex relative w-full",a);return t.createElement("span",{"data-taco":"listbox",className:s},t.createElement(Jr,Object.assign({},o,{style:{...o.style,maxHeight:"calc(12rem + 2px)"}})),t.createElement("input",Object.assign({},i,{className:"hidden",type:"text"})))})),Hi=t.forwardRef((function(e,n){const{className:a,...r}=e,{list:o,input:i}=(({data:e=[],defaultValue:n,disabled:l,id:a,name:r,onClick:o,onChange:i,onFocus:s,onKeyDown:u,value:d,...m},f)=>{const{texts:g}=Er(),v=t.useMemo(()=>a||c.v4(),[a]),h=Xa(f),p=t.useMemo(()=>[{text:g.listbox.allOption,value:"#ALL-OPTIONS#"},...e],[e]),[w,b]=t.useState(to(p,d)||0),[x,E]=t.useState(!1),{getNextIndex:y}=Li({data:p,currentIndex:w}),[z,C]=t.useState(no(p,d));t.useEffect(()=>{n&&!d&&eo(h.current,n.toString())},[]),t.useEffect(()=>{const e=p.filter(e=>!e.disabled).length-1;E(e===z.length)},[z,p]);const R=e=>{if(void 0!==e){const n=p[e];if(n&&!n.disabled){var t;let e="";const l=null===(t=h.current)||void 0===t?void 0:t.value,a=(null==l?void 0:l.split(","))||[],r=-1!==a.findIndex(e=>e===String(n.value));e="#ALL-OPTIONS#"===n.value?x?"":p.filter((e,t)=>0!==t&&!e.disabled).map(e=>e.value).join(","):r?a.filter(e=>e!==String(n.value)).join(","):l?`${l},${n.value}`:n.value,eo(h.current,e)}}};return{list:{...m,"aria-activedescendant":oo(p,w,v),"aria-multiselectable":!0,data:p,disabled:l,id:v,onChange:()=>null,onClick:(e,t)=>{e.preventDefault(),p[t].disabled||(b(t),R(t)),o&&o(e)},onFocus:e=>{s&&(e.persist(),s(e))},onKeyDown:(e,t)=>{const n=e.key;if(1===n.length&&/(\w)/g.test(n)){const e=y(n);e>-1&&e!==w&&b(e)}else{switch(e.key){case" ":e.preventDefault(),R(t);break;case"Enter":R(t)}b(void 0!==t?t:0),u&&(e.persist(),u(e))}},scrollOnFocus:!1,tabIndex:l?-1:m.tabIndex?m.tabIndex:0,value:w,selectedIndexes:z,multiselect:!0,allOptionsSelected:x},input:{name:r,onChange:e=>{if(e.persist(),C(no(p,e.target.value)),i){const t=[];e.target.value.split(",").forEach(e=>{const n=lo(p,e);n&&t.push(n)}),e.detail=t,i(e)}},ref:h,tabIndex:-1,value:null!=d?d:""}}})(r,n),s=l("bg-white inline-flex relative w-full",a);return t.createElement("span",{"data-taco":"listbox",className:s},t.createElement(Jr,Object.assign({},o,{style:{...o.style,maxHeight:"calc(12rem + 2px + 2px)"}})),t.createElement("input",Object.assign({},i,{className:"hidden",type:"text"})))})),ki=t.forwardRef((function(e,n){const a=Xa(n),r=Bo(),{align:o="start",placement:i,...s}=e,c=l("border border-transparent rounded block outline-none p-1 yt-shadow wcag-white",e.className),u=t.useRef([]),d=t.Children.toArray(e.children).filter(e=>!!e).map((e,n)=>(u.current[n]=t.createRef(),t.cloneElement(e,{ref:u.current[n]})));return t.useEffect(()=>{const e=[];return d.forEach((t,n)=>{t.props.shortcut&&e.push(ir(t.props.shortcut,e=>{e.preventDefault(),null==r||r.open(),setTimeout(()=>{var e,t;return null===(e=u.current[n])||void 0===e||null===(t=e.current)||void 0===t?void 0:t.click()},1)}))}),e.forEach(e=>document.addEventListener("keydown",e)),()=>{e.forEach(e=>document.removeEventListener("keydown",e))}},[d]),t.createElement(y.Portal,null,t.createElement(y.Content,Object.assign({},s,{align:o,className:c,"data-taco":"menu",side:i,sideOffset:3,style:{minWidth:null==r?void 0:r.minWidth},ref:a}),d))})),Vi=e=>{switch(e){case"Escape":return"Esc";case"Delete":return"Del";case"Space":case" ":return"Space";case"ArrowLeft":return"◄";case"ArrowRight":return"►";case"ArrowUp":return"▲";case"ArrowDown":return"▼";default:return 1===e.length?e.toLocaleUpperCase():e}},Ii=({keys:e,...t})=>{const a=l("inline-flex gap-0.5",t.className),r=(e=>{if(!e)return[];if("string"==typeof e)return[Vi(e)];const t=[];return e.shift&&t.push(sr()?"⇧":"Shift"),e.meta&&t.push(sr()?"⌘":"Ctrl"),t.push(Vi(e.key)),t})(e);return n.createElement("span",Object.assign({},t,{className:a}),r.map(e=>n.createElement("kbd",{key:e,className:"font-display text-grey-700 [[data-taco=tooltip]_&]:bg-grey-300/[0.25] rounded-sm bg-black/[0.09] px-1 text-center font-bold [[data-taco=tooltip]_&]:text-white"},e)))},ji=({name:e})=>t.createElement("span",{className:"absolute left-0 ml-1"},t.createElement(Na,{className:"-ml-px -mt-px !h-5 !w-5",name:e})),Di=({disabled:e,indented:n,className:a})=>{const r=Bo();return t.useEffect(()=>{!n||null!=r&&r.indented||null==r||r.registerIndentation()},[n]),l("flex items-center justify-start h-8 pr-1.5 relative rounded w-full focus:outline-none group",{"pl-7":null==r?void 0:r.indented,"pl-1.5":!(null!=r&&r.indented),"cursor-pointer text-black hover:wcag-grey-200 data-[highlighted]:wcag-grey-200":!e,"cursor-not-allowed hover:bg-white text-grey-300":e},a)},Ti=t.forwardRef((function(e,n){var l;const{dialog:a,icon:r,onClick:o,popover:i,shortcut:s,subMenu:c,...u}=e,d=Bo(),m=Di({disabled:e.disabled,indented:!!r,className:e.className});let f;if((null!==(l=e.disabled)&&void 0!==l?l:e["aria-disabled"])&&(f=e=>{e.preventDefault(),e.stopPropagation()}),c)return t.createElement(y.Sub,null,t.createElement(y.SubTrigger,Object.assign({},u,{className:m,onClick:f,ref:n}),r?t.createElement(ji,{name:r}):null,e.children,t.createElement(Na,{className:"-mr-1.5 ml-auto !h-5 !w-5",name:"chevron-right"})),c());let g=t.createElement(y.Item,Object.assign({},u,{className:m,onClick:f,onSelect:t=>{o&&o(t),(e["aria-haspopup"]||"function"==typeof a||"function"==typeof i)&&t.preventDefault()},ref:n}),r?t.createElement(ji,{name:r}):null,e.children,s?t.createElement("span",{className:"ml-auto pl-5"},t.createElement(Ii,{keys:s,className:"text-grey-700"})):null);return"function"==typeof a?g=a({trigger:g,onClose:null==d?void 0:d.close}):"function"==typeof i&&(g=i({trigger:g})),g})),Fi=t.forwardRef((function(e,n){const{href:l,icon:a,onClick:r,...o}=e,i=Bo(),s=Di({disabled:e.disabled,indented:!!a,className:e.className});return t.createElement(y.Item,Object.assign({},o,{asChild:!0,className:s,ref:n,onClick:e=>{null==r||r(e),null==i||i.close()}}),t.createElement("a",{href:l,target:"_blank"},a&&t.createElement(ji,{name:a}),e.children))})),Pi=t.forwardRef((function(e,n){const l=Bo(),a=Xa(n);return t.useEffect(()=>{a.current&&(null==l||l.setMinWidth(a.current.getBoundingClientRect().width))},[a]),t.createElement(y.Trigger,Object.assign({},e,{asChild:!0,ref:a,onKeyDown:e=>{var t;"ArrowDown"===e.key&&ar(e.currentTarget)&&(e.preventDefault(),null===(t=e.currentTarget.parentNode)||void 0===t||t.dispatchEvent(Xr(e)))}}))})),Bi=t.forwardRef((function(e,n){const{checked:l,children:a,onChange:r,...o}=e,i=Di({disabled:e.disabled,indented:!0,className:e.className});return t.createElement(y.CheckboxItem,Object.assign({},o,{checked:l,className:i,onCheckedChange:r,ref:n}),t.createElement(y.ItemIndicator,{className:"absolute left-0 ml-1.5"},t.createElement(Na,{name:"tick",className:"-ml-px !h-4 !w-4"})),a)})),_i=(e=!1,t=!1)=>l("flex flex-shrink-0 items-center justify-center h-4 w-4 mt-[0.2rem] rounded-full bg-white border-2 focus-visible:yt-focus disabled:cursor-not-allowed hover:border-4",t?{"border-red-500 hover:border-red-700 aria-checked:bg-red-500 aria-checked:border-red-500 hover:aria-checked:border-red-700":!e,"border-red-500/50 aria-checked:bg-red-500/50 aria-checked:border-red-500/50":e}:{"border-grey-500 hover:border-grey-700 aria-checked:bg-blue-500 aria-checked:border-blue-500 hover:aria-checked:border-blue-700":!e,"border-grey-500/50 aria-checked:bg-blue-500/50 aria-checked:border-blue-500/50":e}),Gi=e=>String(null!=e?e:""),qi=(e,t)=>e.find(e=>Gi(e)===t),Ki=t.createContext({disabled:!1,invalid:!1}),$i=t.forwardRef((function(e,n){const a=t.useContext(Ki),{children:r,value:o,...i}=e,s=a.disabled||e.disabled,c=l("self-start",_i(s,a.invalid)),u=l("flex items-center gap-2",{"cursor-pointer":!s,"cursor-not-allowed text-grey-300":s},e.className);return t.createElement("label",{className:u},t.createElement(z.Item,Object.assign({},i,{className:c,disabled:s,ref:n,value:Gi(o)}),t.createElement(z.Indicator,{className:"h-2 w-2 rounded-full bg-white"})),r)})),Wi=e=>{const{children:n,defaultValue:l,disabled:a,invalid:r,onChange:o,orientation:i="vertical",value:s,...c}=e,u=t.useMemo(()=>{const e=[];return t.Children.forEach(n,n=>{t.isValidElement(n)&&e.push(n.props.value)}),e},[n]),d=t.useMemo(()=>({disabled:null!=a&&a,invalid:null!=r&&r}),[a,r]);let m;return m=void 0!==o?{onValueChange:e=>o(qi(u,e)),value:void 0!==s?Gi(s):void 0}:{defaultValue:void 0!==l?Gi(l):void 0},{context:d,props:{...c,...m,children:n,disabled:a,orientation:i}}},Ui=t.forwardRef((function(e,n){const{context:a,props:r}=Wi(e),o=l("flex items-start gap-y-2",{"flex-wrap gap-x-4 ":"horizontal"===r.orientation,"flex-col":"vertical"===r.orientation},r.className);return t.createElement(Ki.Provider,{value:a},t.createElement(z.Root,Object.assign({},r,{className:o,"data-taco":"radio-group",ref:n})))}));Ui.Item=$i;const Ji=t.createContext({disabled:!1}),Yi=t.forwardRef((function(e,n){const{context:a,props:r}=Wi(e),o=l("flex flex-col",e.className);return t.createElement(Ji.Provider,{value:a},t.createElement(y.RadioGroup,Object.assign({},r,{className:o,ref:n})))}));Yi.Item=e=>{const n=t.useContext(Ji),{children:l,value:a,...r}=e,o=n.disabled||e.disabled,i=Di({disabled:o,indented:!0,className:e.className});return t.createElement(y.RadioItem,Object.assign({},r,{className:i,disabled:o,value:Gi(a)}),t.createElement(y.ItemIndicator,{className:"absolute left-0 ml-1.5"},t.createElement("span",{className:"ml-1 flex h-1.5 w-1.5 rounded-full bg-current "})),l)};const Xi=t.forwardRef((function(e,n){const a=Bo(),r=l("flex items-center justify-start h-7 pr-1.5 text-xs text-grey-700",{"pl-7":null==a?void 0:a.indented,"pl-1.5":!(null!=a&&a.indented)},e.className);return t.createElement(y.Label,Object.assign({},e,{className:r,ref:n}))})),Qi=t.forwardRef((function(e,n){const a=Xa(n),{children:r,...o}=e,i=l("border border-transparent rounded block outline-none p-1 yt-shadow wcag-white",e.className);return t.createElement(y.Portal,null,t.createElement(y.SubContent,Object.assign({},o,{className:i,"data-taco":"menu-submenu",sideOffset:4,ref:a}),r))})),Zi=t.forwardRef((function(e,n){const{children:l,defaultOpen:a,onChange:r,open:o,trigger:i,...s}=e,[c,u]=t.useState(!1),[d,m]=t.useState(void 0),[f,g]=w.useControllableState({defaultProp:a,onChange:r,prop:o}),v=t.useMemo(()=>({indented:c,registerIndentation:()=>u(!0),minWidth:d,setMinWidth:e=>m(e),open:()=>g(!0),close:()=>g(!1)}),[c,d]);return t.createElement(Po.Provider,{value:v},t.createElement(y.Root,Object.assign({},s,{modal:!1,open:f,onOpenChange:g}),i&&t.createElement(Pi,{ref:n},i),l))}));Zi.Trigger=Pi,Zi.Content=ki,Zi.Item=Ti,Zi.Link=Fi,Zi.Checkbox=Bi,Zi.Separator=()=>t.createElement(y.Separator,{className:"bg-grey-300 my-1 h-px"}),Zi.Header=Xi,Zi.RadioGroup=Yi,Zi.SubMenu=Qi;const es=t.forwardRef((function(e,n){const{onChange:a,...r}=e,o=l("group w-14 h-8 flex flex-shrink-0 rounded-full inline-flex focus-visible:yt-focus p-1",{"bg-grey-500 hover:bg-grey-700 aria-checked:bg-blue-500 aria-checked:hover:bg-blue-700":!e.disabled,"bg-grey-500 aria-checked:bg-blue-500 cursor-not-allowed opacity-50":e.disabled},e.className);return t.createElement(E.Root,Object.assign({},r,{className:o,"data-taco":"mode",onCheckedChange:a,ref:n}),t.createElement(E.Thumb,{className:"'will-change-transform flex h-6 w-6 items-center justify-center rounded-full bg-white transition-transform group-disabled:opacity-50 group-aria-checked:translate-x-[100%]"},t.createElement(Na,{name:"edit-simple",className:"!h-5 !w-5"})))}));es.displayName="ModeSwitch";const ts=n.forwardRef((function(e,t){return n.createElement("a",Object.assign({},e,{ref:t}))})),ns=n.forwardRef((function(e,t){const{children:a,className:r,expanded:o=!1,title:i,fixed:s,onClick:c,...u}=e,[d,m]=n.useState(s||o);n.useEffect(()=>{s||m(s||o)},[s,o]);const f=l("flex-col mb-0",{flex:d,hidden:!d}),g={...u,"aria-expanded":d,role:"treeitem",tabIndex:-1},v="function"==typeof r?r(d):r;return n.createElement("div",Object.assign({},g,{className:v,ref:t}),n.createElement("div",{onClick:e=>{const t=!d;s||m(t),c&&c(e,t)}},"function"==typeof i?i(d):i),n.createElement("ul",{role:"group",className:f},n.Children.toArray(a).filter(e=>!!e).map((e,t)=>n.createElement("li",{key:t,role:"none"},n.cloneElement(e,{role:"treeitem"})))))})),ls=n.forwardRef((function(e,t){return n.createElement("div",Object.assign({},e,{ref:t,role:"tree"}))}));ls.Group=ns,ls.Item=ts;const as=e=>{const[t,l]=n.useState(!1),a=n.useCallback(e=>{e.preventDefault(),l(!0)},[]),r=n.useCallback(e=>{e.preventDefault(),(e.target===e.currentTarget||e.relatedTarget&&!e.currentTarget.contains(e.relatedTarget))&&l(!1)},[]),o=n.useCallback(e=>{e.preventDefault()},[]),i=n.useCallback(t=>{t.preventDefault(),t.persist(),l(!1),e&&e(t)},[e]);return[t,e?{onDragEnter:a,onDragLeave:r,onDragOver:o,onDrop:i}:void 0]},rs=n.forwardRef((function(e,t){const{active:a,children:r,onDrop:o,postfix:i,prefix:s,role:c,...u}=e,d=Xa(t),[m,f]=as(o),g="treeitem"===c,v=l("yt-navigation__item cursor-pointer",{"w-full mb-px py-1 px-3 flex items-center hover:bg-grey-300":g,"bg-white w-full h-10 px-3 flex-shrink-0 flex items-center justify-between cursor-pointer":!g,"yt-navigation__item--active":a&&!m,"bg-grey-300":g&&a&&!m,"yt-navigation__item--dropping bg-blue-500":m},e.className);return n.createElement("span",Object.assign({},f,{className:v,onClick:e=>{e.target instanceof HTMLAnchorElement||e.target instanceof HTMLButtonElement||d.current&&d.current.click()},role:c}),s&&n.createElement("span",{className:"yt-navigation__item__prefix flex items-center"},s),n.createElement("a",Object.assign({},u,{className:"block flex-grow truncate",ref:d}),r),i&&n.createElement("span",{className:"yt-navigation__item__postfix ml-1"},i))})),os=n.forwardRef((function(e,t){return n.createElement("div",Object.assign({},e,{className:l("w-full bg-white p-3",e.className),ref:t}))})),is=n.forwardRef((function(e,t){const a=l("flex-shrink-0 space-y-1 outline-none",{"bg-white pb-2":e.fixed},"function"==typeof e.className?e.className(!1):e.className);return n.createElement(ls.Group,Object.assign({},e,{className:a,title:t=>{const a=l("bg-white h-10 pl-3 pr-1 flex items-center justify-between w-full",{"mb-1":t,"cursor-pointer hover:text-blue-500":!e.fixed});return n.createElement("span",{className:a},"function"==typeof e.title?e.title(t):e.title,!e.fixed&&n.createElement(Na,{name:t?"chevron-up":"chevron-down"}))},ref:t}))})),ss=n.forwardRef((function(e,t){const a=n.useMemo(()=>{const t=[];return n.Children.toArray(e.children).filter(e=>!!e).forEach(e=>{if(e.props.fixed)t.push(e);else{const n=t[t.length-1];Array.isArray(n)?n.push(e):t.push([e])}}),t},[e.children]);return n.createElement(ls,Object.assign({},e,{className:l("divide-grey-100 flex flex-grow flex-col divide-y-2 overflow-y-auto",e.className),ref:t}),a.map((e,t)=>Array.isArray(e)?n.createElement("div",{className:"divide-grey-100 flex h-0 flex-auto flex-shrink-0 flex-grow flex-col divide-y-2 overflow-y-auto",key:t},e):e))}));ss.Group=is;const cs=n.forwardRef((function(e,t){const{children:a,...r}=e,o=l("h-full flex flex-col bg-grey-100 divide-y-2 divide-grey-100",e.className);return n.createElement("div",Object.assign({},r,{className:o,"data-taco":"navigation",ref:t}),a)}));cs.Menu=ss,cs.Item=rs,cs.Panel=os;const us=(e,t)=>{const[l,a]=n.useState({}),r=(e,t)=>{if(t.root){const n=Array.from(t.root.children),l={};e.forEach(e=>{l[n.indexOf(e.target)]=e.isIntersecting}),a(e=>({...e,...l}))}},o=n.useMemo(()=>{const e=Object.values(l).indexOf(!1);return e>-1?e:void 0},[l]),i=void 0!==o&&t;return n.useEffect(()=>{const n=new IntersectionObserver(r,{root:e.current,rootMargin:i?`0px -${t}px 0px 0px`:void 0,threshold:1});return n.root&&Array.from(n.root.children).forEach(e=>{e.hasAttribute("data-observer-ignore")||n.observe(e)}),()=>{n.disconnect()}},[i]),o},ds=(e,t)=>{const l=e.props.to||e.props.href,a=l?Zi.Link:Zi.Item,{as:r,...o}=e.props,i={...o,key:t,target:l?l.startsWith("http")?"_blank":"_self":void 0};return r?n.cloneElement(e,{as:a,...i}):n.createElement(a,Object.assign({},i))},ms=n.forwardRef((function(e,t){var a;const{moreButton:r,...o}=e,i=Xa(t),[s,c]=n.useState(40),u=n.useCallback(e=>{var t;return c(null==e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.width)},[]),{texts:d}=Er(),m=us(i,s),f=n.Children.toArray(e.children),g=void 0!==m?f.slice(m):[],v=g.length,h=null!==(a=null==r?void 0:r(v?`${v} ${d.header.more}`:""))&&void 0!==a?a:n.createElement(hr,{icon:"more"}),p=l("flex overflow-hidden",e.className);return n.createElement("div",Object.assign({},o,{className:p,"data-taco":"overflow-group",ref:i}),f.map((e,t)=>n.cloneElement(e,{className:l(e.props.className,{visible:void 0===m||t<m,"invisible order-[100] pointer-events-none":void 0!==m&&t>=m})})),g.length?n.cloneElement(h,{className:l("sticky right-0 order-[99]",h.props.className),"data-observer-ignore":!0,menu:e=>n.createElement(Zi,Object.assign({},e),n.createElement(Zi.Content,null,g.map(ds))),ref:u}):null)})),fs=({currentPageIndex:e=0,onClick:n,pageCount:l})=>{const a=((e,t)=>{let n=Math.min(t,e),l=Math.min(t,e);for(let t=1;t<5&&t<e;)n>1&&(n--,t++),t<5&&l<e&&(l++,t++);const a=[];for(let e=n;e<=l;e++)a.push(e);return a})(l,e+1),{texts:r}=Er();return t.createElement(t.Fragment,null,a.map(l=>t.createElement(Cr,{appearance:l===e+1?"primary":"default","aria-current":l===e+1?"page":void 0,key:l,onClick:()=>n(l-1),"aria-label":r.pagination.actions.pageX.replace("[X]",String(l)),tooltip:r.pagination.actions.pageX.replace("[X]",String(l))},l)))},gs=t.forwardRef((function(e,n){const{autoFocus:a,className:r,style:o,...i}=e,{button:s,listbox:d,popover:m,input:f,text:g,more:v=0}=(({"aria-label":e,"aria-labelledby":n,data:a=[],defaultValue:r,disabled:o,emptyValue:i,id:s,multiselect:u,onBlur:d,onChange:m,readOnly:f,tabIndex:g,value:v,...h},p)=>{const{texts:w}=Er(),b=io(a),x=Xa(p),[E,y]=t.useState(!1),z=t.useMemo(()=>s||"select_"+c.v4(),[s]),C=t.useRef(null),R=z+"-button",[S,O]=t.useState(v);t.useEffect(()=>{O(v)},[E]),t.useEffect(()=>{void 0===v?void 0!==r&&lo(b,r)?eo(C.current,r):void 0!==i?eo(C.current,i):a.length>0&&eo(C.current,a[0].value):u||lo(b,v)||(void 0!==i?eo(C.current,i):a.length>0&&eo(C.current,a[0].value))},[]);let A="",N=0;if(void 0!==v)if(u){const e=(null==v?void 0:v.toString().split(","))||[];var L,M;e.length===b.filter(e=>!e.disabled).length?A=w.select.allOptionsSelected:(A=null!==(L=null===(M=lo(b,e[0]))||void 0===M?void 0:M.text)&&void 0!==L?L:"",N=e.length>1?e.length-1:0)}else{const e=lo(b,v);e&&(A=e.icon?t.createElement(t.Fragment,null,t.cloneElement(e.icon,{className:l(e.icon.props.className,"mr-1 -mt-px")}),e.text):e.text)}return{button:{"aria-haspopup":"listbox","aria-label":e?`${e} ${A}`:void 0,"aria-labelledby":n?`${n} ${R}`:void 0,"aria-readonly":f?"true":void 0,disabled:o,id:R,onClick:e=>{f&&e.preventDefault()},onFocus:e=>{if(f){const l=e.currentTarget.querySelector(":first-child");var t,n;l&&(null===(t=window.getSelection())||void 0===t||null===(n=t.selectAllChildren)||void 0===n||n.call(t,l))}},onKeyDown:o||f?void 0:e=>{"ArrowUp"!==e.key&&"ArrowDown"!==e.key||(e.preventDefault(),y(!0))},tabIndex:g,type:"button"},listbox:{...h,"aria-label":e,"aria-labelledby":n,data:a,disabled:o,emptyValue:i,onBlur:d,onClick:e=>{e.preventDefault(),u||(y(!1),d&&d(Yr("blur")))},onChange:e=>{eo(C.current,e.target.value)},onKeyDown:e=>{switch(e.key){case"Escape":e.preventDefault(),void 0!==S&&eo(x.current,S),y(!1);break;case"Tab":case"Enter":"Tab"!==e.key&&e.preventDefault(),y(!1)}h.onKeyDown&&h.onKeyDown(e)},ref:x,value:v},input:{onChange:e=>{if(e.persist(),m){var t,n;const l=lo(b,e.target.value);e.detail=so(l);const a=null!==(t=null==l||null===(n=l.path)||void 0===n?void 0:n.split("."))&&void 0!==t?t:[];if(a.length>1){let t;a.pop(),e.detail.parents=a.map(e=>(t=t?[t,e].join("."):e,so(b.find(e=>e.path===t))))}m(e)}},ref:C,value:String(null!=v?v:"")},popover:{open:E,onOpenChange:e=>{!e&&d&&d(Yr("blur")),y(e)}},text:A,more:N}})(i,n),h=t.useRef(null),p=Pr(h),w=l("inline-flex relative w-full",{"yt-select--readonly":e.readOnly},r),b=l(Dr(e),"h-8 text-left !pr-0",{"border-blue-500":m.open,"select-text":i.readOnly});t.useEffect(()=>{a&&h.current&&h.current.focus()},[]);const x={...d,className:"w-auto",invalid:void 0,style:{minWidth:null==p?void 0:p.width},tabIndex:m.open?0:-1};return t.createElement("span",{className:w,"data-taco":"select",style:o},t.createElement(u.Root,Object.assign({},m),t.createElement(u.Trigger,Object.assign({},s,{className:b,ref:h}),e.multiselect?t.createElement(t.Fragment,null,t.createElement("span",{className:"flex-grow truncate text-left"},g),v>0&&t.createElement(Ya,{className:"ml-2"},"+"+v)):t.createElement("span",{className:"flex-grow truncate text-left"},g),t.createElement("span",{className:"flex h-8 w-8 items-center justify-center"},t.createElement(Na,{className:"pointer-events-none",name:m.open?"chevron-up":"chevron-down"}))),t.createElement(u.Portal,null,t.createElement(u.Content,{align:"start",sideOffset:4},t.createElement(e.multiselect?Hi:Mi,Object.assign({},x)))),t.createElement("input",Object.assign({},f,{className:"hidden",type:"text"}))))})),vs=t.forwardRef((function(e,n){const{editable:l,...a}=e;return l?t.createElement(fo,Object.assign({},a,{dialog:void 0,inline:!0,ref:n})):t.createElement(gs,Object.assign({},a,{ref:n}))})),hs=t.forwardRef((function(e,a){const{length:r,pageIndex:o,pageSize:i,pageSizes:s=[10,25,50,100,500],setPageIndex:c,setPageSize:u,showPageControls:d=!0,showPageNumbers:m=!0,showPageSize:f=!0,dangerouslyHijackGlobalKeyboardNavigation:g=!1,...v}=e,{texts:h}=Er(),p=Math.ceil(r/i)-1,w=g;(({setPageIndex:e,maxPageIndex:t,pageIndex:l,dangerouslyHijackGlobalKeyboardNavigation:a})=>{const r=n=>e&&"Home"===n.key?(n.preventDefault(),void e(0)):e&&"End"===n.key?(n.preventDefault(),void e(t)):e&&"PageUp"===n.key?(n.preventDefault(),void e(Math.max(0,l-1))):e&&"PageDown"===n.key?(n.preventDefault(),void e(Math.min(t,l+1))):void 0;n.useEffect(()=>(a&&window.addEventListener("keydown",r),()=>{a&&window.removeEventListener("keydown",r)}),[r,a])})({setPageIndex:c,maxPageIndex:p,pageIndex:o,dangerouslyHijackGlobalKeyboardNavigation:g});const b=Math.ceil(r/i),x=o>0,E=o<b-1,y=l("inline-flex relative justify-between items-center",e.className);return t.createElement("div",Object.assign({},v,{className:y,"data-taco":"pagination",ref:a}),f&&t.createElement("span",{className:"mr-4"},((e,t,n,l)=>{const a=(t+1)*n;return l.pagination.showingXofYofTotal.replace("[X]",0===e?"0":String(t*n+1)).replace("[Y]",String(a>e?e:a)).replace("[total]",String(e))})(r,o,i,h),t.createElement(vs,{"aria-label":h.pagination.pageSize,className:"ml-4 !w-20",data:s.map(e=>({text:String(e),value:e})),onChange:e=>{c(0),u(Number(e.target.value))},value:i})),d&&t.createElement(Fo,{as:"nav","aria-label":h.pagination.label},t.createElement(hr,{appearance:"default",disabled:!x,icon:"arrow-start",onClick:()=>c(0),"aria-label":w?h.pagination.actions.firstPageWithShortcut:h.pagination.actions.firstPage,tooltip:w?h.pagination.actions.firstPageWithShortcut:h.pagination.actions.firstPage}),t.createElement(hr,{appearance:"default",disabled:!x,icon:"arrow-left",onClick:()=>c(o-1),"aria-label":w?h.pagination.actions.previousPageWithShortcut:h.pagination.actions.previousPage,tooltip:w?h.pagination.actions.previousPageWithShortcut:h.pagination.actions.previousPage}),m&&b>0&&t.createElement(fs,{pageCount:b,currentPageIndex:o,onClick:c}),t.createElement(hr,{appearance:"default",disabled:!E,icon:"arrow-right",onClick:()=>c(o+1),"aria-label":w?h.pagination.actions.nextPageWithShortcut:h.pagination.actions.nextPage,tooltip:w?h.pagination.actions.nextPageWithShortcut:h.pagination.actions.nextPage}),t.createElement(hr,{appearance:"default",disabled:!E,icon:"arrow-end",onClick:()=>c(b-1),"aria-label":w?h.pagination.actions.lastPageWithShortcut:h.pagination.actions.lastPage,tooltip:w?h.pagination.actions.lastPageWithShortcut:h.pagination.actions.lastPage})))})),ps=({content:e,lastUpdated:t,onClose:a,options:r,...o})=>{const{texts:i}=Er(),{autoClose:s,type:c="default"}=r,u=l("bg-white relative flex items-center py-1 px-2 mt-3 w-full rounded yt-shadow print:hidden",{"border border-grey-200":"default"===c||"loading"===c||!c,"border border-grey-500":"success"===c,"border border-blue-500":"information"===c,"border border-yellow-700":"warning"===c,"border border-red":"error"===c}),d=Ni(s,a),m=v.useAnimation();return e||console.warn((e=>`Toast requires 'content' property, which can't be empty string, null or undefined. Current content value is set to ${""===e?"empty string":e}.`)(e)),n.useEffect(()=>{s&&d.start()},[s]),n.useEffect(()=>{t&&(function(){try{Promise.resolve(m.start({scale:1.05})).then((function(){return Promise.resolve(m.start({scale:1})).then((function(){}))}))}catch(e){return Promise.reject(e)}}(),d.running&&d.start())},[t]),n.createElement(v.motion.div,Object.assign({},o,{animate:m,className:u,"data-taco":"toast",onMouseEnter:d.pause,onMouseLeave:d.resume}),(e=>n.createElement("div",{className:"mr-2 mt-[5px] flex-shrink-0 self-start"},(()=>{switch(e){case"success":return n.createElement(La,{icon:"tick",color:"green"});case"error":return n.createElement(La,{icon:"close",color:"red"});case"warning":return n.createElement(La,{icon:"warning",color:"yellow"});case"information":return n.createElement(La,{icon:"info",color:"blue"});case"loading":return n.createElement(Ir,{delay:0,className:"h-5 w-5"});default:return null}})()))(c),n.createElement("div",{className:"flex-grow"},e),n.createElement(hr,{appearance:"discrete",className:"text-grey-700 -mr-2 cursor-pointer self-start !px-0",icon:"close","aria-label":i.toasts.dismiss,onClick:a}))},ws=t.createContext({}),bs=(e,t,n,l,a)=>{const r=[...e],o=e.findIndex(e=>JSON.stringify(e.content)===JSON.stringify(n));return o>-1?(r[o].lastDuplicateId=t,r[o].lastUpdated=Date.now()):r.push({id:t,content:"function"==typeof n?n(a):n,options:l}),r},xs=({children:e,...n})=>{const[l,a]=t.useState([]),r=e=>{a(t=>t.filter(t=>t.id!==e))},o=t.useCallback((e,t)=>{const n=c.v4(),l=()=>r(n);a(a=>bs(a,n,e,t,l));const o=(e,t)=>{a(a=>{const r=a.filter(e=>e.lastDuplicateId?e.lastDuplicateId!==n:e.id!==n);return bs(r,c.v4(),e,t,l)})};return{success:(e,t)=>{o(e,{autoClose:7500,...t,type:"success"})},error:(e,t)=>{o(e,{...t,type:"error"})},warning:(e,t)=>{o(e,{...t,type:"warning"})},information:(e,t)=>{o(e,{...t,type:"information"})},loading:(e,t)=>{o(e,{...t,type:"loading"})},close:l}},[]);return t.useEffect(()=>{o.success=(e,t)=>o(e,{autoClose:7500,...t,type:"success"}),o.error=(e,t)=>o(e,{...t,type:"error"}),o.warning=(e,t)=>o(e,{...t,type:"warning"}),o.information=(e,t)=>o(e,{...t,type:"information"}),o.loading=(e,t)=>o(e,{...t,type:"loading"})},[]),t.createElement(ws.Provider,Object.assign({},n,{value:o}),e,t.createElement(C.Portal,null,t.createElement("div",{id:"yt-toast__container",className:"pointer-events-all absolute !left-auto bottom-0 right-0 z-[1000] mb-4 mr-4 flex max-w-md flex-col items-end justify-end",role:"log"},t.createElement(v.AnimatePresence,{initial:!1},l.map(e=>t.createElement(v.motion.div,{key:e.id,transition:{type:"spring",damping:20,stiffness:300},initial:{opacity:0,y:10,scale:.5},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,scale:.5,transition:{duration:.2}}},t.createElement(ps,Object.assign({},e,{onClose:()=>r(e.id)}))))))))},Es=()=>t.useContext(ws),ys=t.createContext({uniqueUserIdentifier:""});var zs;(zs=exports.FontSizes||(exports.FontSizes={})).small="small",zs.medium="medium",zs.large="large";const Cs=n.forwardRef;function Rs(e){return null==e?void 0:e.startsWith("__")}const Ss=(e="medium")=>{switch(e){case exports.FontSizes.small:return 57;case exports.FontSizes.large:return 83;default:case exports.FontSizes.medium:return 72}};function Os(e,t){return null==e?"":m.isDate(e)?null!==(n=vo(e))&&void 0!==n?n:"":"datetime"===t&&"string"==typeof e?null!==(l=vo(po(e)))&&void 0!==l?l:"":String(e);var n,l}function As(e,t,n=[],l=["__actions"]){const a=e.filter(e=>Rs(e.id)&&!l.includes(String(e.id))).map(e=>e.id),r=[];let o=[],i=e;if(Array.isArray(t)&&(i=e.slice().sort((e,n)=>(t.indexOf(e.id)>>>0)-(t.indexOf(n.id)>>>0))),i.forEach(e=>{Rs(e.id)||function e(t,{orderingDisabled:n,orderingEnabled:l}){const a=t;var r;Array.isArray(a.columns)&&a.columns.length>0?a.columns.forEach(t=>e(t,{orderingDisabled:n,orderingEnabled:l})):null!==(r=t.meta)&&void 0!==r&&r.enableOrdering?l.push(t.id):n.push(t.id)}(e,{orderingDisabled:r,orderingEnabled:o})}),t&&t.length>0){const e=[];o=o.reduce((n,l)=>{const a=t.indexOf(l);return a>-1?n[a]=l:e.push(l),n},[]).filter(e=>!!e).concat(e)}Array.isArray(n)&&o.sort((e,t)=>(n.indexOf(e)>>>0)-(n.indexOf(t)>>>0));const s=[...a,...r,...o];return l.forEach(t=>{e.findIndex(e=>e.id===t)>-1&&s.push(t)}),s}function Ns(e){var t;return null!==(t=null==e?void 0:e.filter(e=>Rs(e)&&"__actions"!==e))&&void 0!==t?t:[]}function Ls(e,t){return t.slice(0,e+1)}var Ms,Hs;(Ms=exports.TableFilterComparator||(exports.TableFilterComparator={}))[Ms.Contains=0]="Contains",Ms[Ms.DoesNotContain=1]="DoesNotContain",Ms[Ms.IsEqualTo=2]="IsEqualTo",Ms[Ms.IsNotEqualTo=3]="IsNotEqualTo",Ms[Ms.IsGreaterThan=4]="IsGreaterThan",Ms[Ms.IsLessThan=5]="IsLessThan",Ms[Ms.IsBetween=6]="IsBetween",Ms[Ms.IsEmpty=7]="IsEmpty",Ms[Ms.IsNotEmpty=8]="IsNotEmpty",Ms[Ms.IsLessThanOrEqualTo=9]="IsLessThanOrEqualTo",Ms[Ms.IsGreaterThanOrEqualTo=10]="IsGreaterThanOrEqualTo",Ms[Ms.HasAnyOf=11]="HasAnyOf",Ms[Ms.HasAllOf=12]="HasAllOf",Ms[Ms.HasNoneOf=13]="HasNoneOf",(Hs=exports.TableServerLoadAllState||(exports.TableServerLoadAllState={}))[Hs.Incomplete=0]="Incomplete",Hs[Hs.Loading=1]="Loading",Hs[Hs.Completed=2]="Completed";const ks=e=>String(null!=e?e:"").toLocaleLowerCase(),Vs=(e,t)=>ks(e).includes(ks(t)),Is=(e,t)=>ks(e)===ks(t);function js(e,t){try{if(t.comparator===exports.TableFilterComparator.IsEmpty||t.comparator===exports.TableFilterComparator.IsNotEmpty){const n=null==e||""===e;return t.comparator===exports.TableFilterComparator.IsEmpty?n:!n}if(null==t.value||""===t.value)return!0;switch(t.comparator){case exports.TableFilterComparator.Contains:return Vs(e,t.value);case exports.TableFilterComparator.DoesNotContain:return!Vs(e,t.value);case exports.TableFilterComparator.IsEqualTo:return m.isDate(e)?m.isDate(t.value)&&go(e,t.value):"boolean"==typeof t.value?e===t.value:Is(e,t.value);case exports.TableFilterComparator.IsNotEqualTo:return m.isDate(e)?m.isDate(t.value)&&!1===go(e,t.value):"boolean"==typeof t.value?e!==t.value:!Is(e,t.value);case exports.TableFilterComparator.IsGreaterThan:if(m.isDate(e))return m.isDate(t.value)&&m.isAfter(e,t.value);{const n=parseInt(e);return!isNaN(n)&&void 0!==t.value&&n>t.value}case exports.TableFilterComparator.IsLessThan:if(m.isDate(e))return m.isDate(t.value)&&m.isBefore(e,t.value);{const n=parseInt(e);return!isNaN(n)&&void 0!==t.value&&n<t.value}case exports.TableFilterComparator.IsLessThanOrEqualTo:if(m.isDate(e))return m.isDate(t.value)&&(m.isBefore(e,t.value)||m.isEqual(e,t.value));{const n=parseInt(e);return!isNaN(n)&&void 0!==t.value&&n<=t.value}case exports.TableFilterComparator.IsGreaterThanOrEqualTo:if(m.isDate(e))return m.isDate(t.value)&&(m.isAfter(e,t.value)||m.isEqual(e,t.value));{const n=parseInt(e);return!isNaN(n)&&void 0!==t.value&&n>=t.value}case exports.TableFilterComparator.IsBetween:{const[n,l]=t.value;if(m.isDate(e))return!(m.isDate(n)&&m.isBefore(e,n)||m.isDate(l)&&m.isAfter(e,l));{const t=parseInt(e);return!(isNaN(t)||void 0!==n&&t<n||void 0!==l&&t>l)}}case exports.TableFilterComparator.HasAnyOf:return!(!Array.isArray(t.value)||!Array.isArray(e))&&t.value.some(t=>e.includes(t));case exports.TableFilterComparator.HasNoneOf:return!(!Array.isArray(t.value)||!Array.isArray(e))&&t.value.every(t=>!1===e.includes(t));case exports.TableFilterComparator.HasAllOf:return!(!Array.isArray(t.value)||!Array.isArray(e))&&t.value.filter(t=>e.includes(t)).length===t.value.length}return!1}catch(e){return console.error(e),!0}}function Ds(e,t,n){try{if(e.original){var l,a;const r=null===(l=e._getAllCellsByColumnId()[t])||void 0===l||null===(a=l.column.columnDef.meta)||void 0===a?void 0:a.dataType,o=Os(e.original[t],r);return Vs(o,n)}}catch{}return!1}function Ts(e){const t=e.options.meta,n=e.getState();return{columnOrder:t.columnOrdering.isEnabled?n.columnOrder:void 0,columnPinning:n.columnPinning,columnSizing:Fs(n.columnSizing),columnVisibility:e.options.enableHiding?n.columnVisibility:void 0,excludeUnmatchedRecordsInSearch:e.options.enableGlobalFilter,fontSize:t.fontSize.isEnabled?t.fontSize.size:void 0,rowHeight:t.rowHeight.isEnabled?t.rowHeight.height:void 0,sorting:n.sorting}}function Fs(e){return Object.keys(e).reduce((t,n)=>Rs(n)?t:{...t,[n]:e[n]},{})}function Ps(e,t,n){return t.size&&(n[e]=t.size),{id:e,accessorKey:e,header:t.header,cell:t.renderer,enableColumnFilter:!1,enableGlobalFilter:!1,enableGrouping:!1,enableHiding:!1,enableResizing:!1,enableSorting:!1,size:t.size,minSize:t.size,meta:{...t.meta,enableOrdering:!1,enablePrinting:!1,enableTruncate:!1}}}function Bs(e,t){var n,l,a,r,o,i;const s=e.enableRowSelection||e.enableRowSelectionSingle,c={defaultColumn:{enableColumnFilter:e.enableFiltering||!0,enableGrouping:!1,enableHiding:e.enableColumnHiding||!0,enableResizing:e.enableColumnResizing||!0,enableGlobalFilter:e.enableSearch||!0,enableSorting:e.enableSorting||!0,minSize:1,size:1},enableColumnFilters:null!==(n=e.enableFiltering)&&void 0!==n&&n,enableColumnResizing:null!==(l=e.enableColumnResizing)&&void 0!==l&&l,enableExpanding:null!==(a=e.enableRowExpansion)&&void 0!==a&&a,enableGrouping:!0,enableHiding:null!==(r=e.enableColumnHiding)&&void 0!==r&&r,enablePinning:null!==(o=e.enableColumnFreezing)&&void 0!==o&&o,enableRowSelection:null!=s&&s,enableMultiRowSelection:!0!==e.enableRowSelectionSingle&&s,enableSorting:null!==(i=e.enableSorting)&&void 0!==i&&i,getExpandedRowModel:R.getExpandedRowModel(),getGroupedRowModel:R.getGroupedRowModel(),groupedColumnMode:!1};return c.enableColumnResizing&&(c.columnResizeMode="onChange"),c.enableColumnFilters&&(t.onChangeFilter||(c.getFilteredRowModel=R.getFilteredRowModel(),c.filterFns={tacoFilter:(e,t,n)=>js(e.getValue(t),n)})),e.enableSearch&&(c.getFilteredRowModel=R.getFilteredRowModel(),c.globalFilterFn=Ds,c.getColumnCanGlobalFilter=e=>{var t,n;return null===(t=null===(n=e.columnDef.meta)||void 0===n?void 0:n.enableSearch)||void 0===t||t}),c.enableSorting&&(t.onChangeSort?c.manualSorting=!0:c.getSortedRowModel=R.getSortedRowModel()),c}const _s={enableFiltering:!1,enableSearch:!1,enableSorting:!1,enableColumnFreezing:!1,enableColumnHiding:!1,enableColumnResizing:!1,enableRowExpansion:!1,enableRowSelection:!1,enableRowSelectionSingle:!1,enableColumnOrdering:!1,enableFontSize:!1,enableFooter:!1,enablePrinting:!1,enableRowActive:!0,enableRowActions:!0,enableRowClick:!1,enableRowDrag:!1,enableRowDrop:!1,enableRowGoto:!1,enableRowHeight:!1,enableSaveSettings:!1},Gs={complex:{enableFiltering:!0,enableSearch:!0,enableSorting:!0,enableColumnFreezing:!0,enableColumnHiding:!0,enableColumnResizing:!0,enableRowExpansion:!0,enableRowSelection:!0,enableRowSelectionSingle:!1,enableColumnOrdering:!0,enableFontSize:!0,enableFooter:!0,enablePrinting:!0,enableRowActive:!0,enableRowActions:!0,enableRowClick:!0,enableRowDrag:!0,enableRowDrop:!0,enableRowGoto:!0,enableRowHeight:!0,enableSaveSettings:!0},list:{enableFiltering:!1,enableSearch:!0,enableSorting:!0,enableColumnFreezing:!1,enableColumnHiding:!1,enableColumnResizing:!1,enableRowExpansion:!0,enableRowSelection:!0,enableRowSelectionSingle:!1,enableColumnOrdering:!1,enableFontSize:!1,enableFooter:!1,enablePrinting:!1,enableRowActive:!0,enableRowActions:!0,enableRowClick:!0,enableRowDrag:!1,enableRowDrop:!1,enableRowGoto:!1,enableRowHeight:!1,enableSaveSettings:!0},simple:{enableFiltering:!1,enableSearch:!1,enableSorting:!0,enableColumnFreezing:!1,enableColumnHiding:!1,enableColumnResizing:!1,enableRowExpansion:!0,enableRowSelection:!1,enableRowSelectionSingle:!1,enableColumnOrdering:!1,enableFontSize:!1,enableFooter:!1,enablePrinting:!1,enableRowActive:!0,enableRowActions:!1,enableRowClick:!0,enableRowDrag:!1,enableRowDrop:!1,enableRowGoto:!1,enableRowHeight:!1,enableSaveSettings:!0}};function qs(){return n.useContext(ys)}const Ks=(e,t)=>{const[l,a]=n.useState(()=>{if(!e)return t;try{const n=localStorage.getItem(e);return"string"!=typeof n?(localStorage.setItem(e,JSON.stringify(t)),t):JSON.parse(n||"null")}catch{return t}});return n.useEffect(()=>{if(e)try{const t=JSON.stringify(l);localStorage.setItem(e,t)}catch{}},[e,l]),[l,a,()=>{e&&localStorage.removeItem(e)}]},$s={size:"A4",orientation:"portrait",allRows:!0,splitGroups:!0},Ws=()=>{const[e,t]=n.useState(!1);return n.useEffect(()=>{const n=()=>t(!1);return e&&document.addEventListener("mousemove",n),()=>{document.removeEventListener("mousemove",n)}},[e]),[e,t]};function Us(e=!1,t){const[l,a]=n.useState(t),[r,o]=n.useState(void 0),[i,s]=Ws(),c=(e,t,n)=>{const r=void 0!==l?function(e,t,n){return-1===e?t-1>0?t-1:0:t+1<n?t+1:t}(e,l,t):0;n(r),setTimeout(()=>a(r),50)},u=n.useCallback((t,n,l)=>{if(e&&!t.defaultPrevented)if("ArrowUp"!==t.key&&"ArrowDown"!==t.key||s(!0),"ArrowUp"!==t.key)if("ArrowDown"!==t.key);else if(t.preventDefault(),t.ctrlKey||t.metaKey){const e=n-1;l(e),a(e)}else c(1,n,l);else if(t.preventDefault(),t.ctrlKey||t.metaKey){const e=0;l(e),a(e)}else c(-1,n,l)},[e,l]),d=n.useCallback((t,n,r)=>{e&&!t.isDefaultPrevented()&&(t.target.closest("tbody")||nr(t.target,t.currentTarget)||void 0===l&&n>0&&a(e=>void 0===e?(r(0),0):e))},[l,length,e]);return{isEnabled:e,rowActiveIndex:l,setRowActiveIndex:e?a:()=>{},rowHoverIndex:r,setRowHoverIndex:o,isHoverStatePaused:i,setHoverStatePaused:e?s:()=>{},handleFocus:e?d:()=>{},handleKeyDown:e?u:()=>{}}}function Js(e,t){try{var n=e()}catch(e){return t(e)}return n&&n.then?n.then(void 0,t):n}function Ys(e,t){try{var n=e()}catch(e){return t(!0,e)}return n&&n.then?n.then(t.bind(null,!1),t.bind(null,!0)):t(!1,n)}"undefined"!=typeof Symbol&&(Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"))),"undefined"!=typeof Symbol&&(Symbol.asyncIterator||(Symbol.asyncIterator=Symbol("Symbol.asyncIterator")));const Xs={columnOrder:!0,columnPinning:!0,columnSizing:!0,columnVisibility:!0,excludeUnmatchedRecordsInSearch:!0,fontSize:!0,grouping:!0,rowHeight:!0,sorting:!0};function Qs(e,t){const n={...e};return Object.keys(t).forEach(e=>{t[e]||delete n[e]}),n}function Zs(e,t){const l=n.useRef(!1);n.useEffect(()=>{l.current?e():l.current=!0},t)}function ec(e,t){switch(e){case"short":switch(t){case"small":return"8px";default:return"6px"}case"tall":switch(t){case"small":return"16px";case"large":return"12px";default:return"14px"}case"extra-tall":switch(t){case"small":return"22px";case"large":return"18px";default:return"20px"}default:switch(t){case"small":return"12px";case"large":return"8px";default:return"10px"}}}function tc(e){switch(e){case"small":return"8px";case"medium":return"12px";default:return"16px"}}const nc={short:33,medium:41,tall:49,"extra-tall":57};function lc(e){const{index:t,row:l,table:a}=e;return a.options.meta.server.isEnabled?n.createElement(ac,Object.assign({},e,{index:t})):n.createElement(rc,{cellsCount:l.getVisibleCells().length})}function ac(e){var t,l;const{index:a,row:r,table:o}=e,i=o.options.meta,s=Math.floor(a/i.server.pageSize)*i.server.pageSize/i.server.pageSize,{ref:c,inView:u}=A.useInView({threshold:0,triggerOnce:!0,initialInView:0===s});n.useEffect(()=>{var e,t;u&&(null===(e=(t=i.server).loadPage)||void 0===e||e.call(t,s,o.getState().sorting,o.getState().columnFilters))},[u]);const d=null!==(t=null===(l=o.getState())||void 0===l?void 0:l.grouping.length)&&void 0!==t?t:0,m=r.getVisibleCells().length-d;return n.createElement(rc,{cellsCount:m,ref:c})}const rc=n.forwardRef((function(e,t){const{cellsCount:l}=e;return n.createElement("tr",{ref:t},Array(l).fill(null).map((e,t)=>n.createElement("td",{key:t},n.createElement("span",{className:"bg-grey-100 text-grey-700 h-4 w-full text-center text-xs"}))))})),oc=n.createContext({isHovered:!1,rowIndex:-1});function ic(e){const{renderer:t,cellRenderer:l,...a}=e,r=e.table.options.meta.rowActive.rowHoverIndex===e.index,o=n.useMemo(()=>({isHovered:r,rowIndex:e.index}),[r,e.index]);return void 0===e.row.original?n.createElement(lc,Object.assign({},e)):n.createElement(oc.Provider,{value:o},n.createElement(t,Object.assign({},a,{cellRenderer:l})))}function sc(e){const{actions:t,actionsLength:a,data:r,fontSize:o,isActiveRow:i,rowId:s}=e,{texts:c}=Er(),u=t.map(e=>e(r,s)).filter(e=>!!e),d=u.length===a?u:u.slice(0,a-1),m=u.slice(u.length===a?a:a-1),f=l("-mb-2 flex justify-end text-right bg-[inherit] shadow-[-6px_0px_6px_var(--table-row-actions-shadow)] print:hidden",{"-mt-2":o===exports.FontSizes.small,"-mt-1.5":o!==exports.FontSizes.small});return n.createElement("span",{className:f},d.map((e,t)=>{var l,a;const r=String(null!==(l=null!==(a=e.props.tooltip)&&void 0!==a?a:e.props["aria-label"])&&void 0!==l?l:"");return n.cloneElement(e,{appearance:"transparent",key:t,tabIndex:i?0:-1,tooltip:e.props.shortcut?n.createElement(n.Fragment,null,r,n.createElement(Ii,{className:"ml-2",keys:e.props.shortcut})):r})}),m.length?n.createElement(hr,{appearance:"transparent","aria-label":c.table.columns.actions.tooltip,icon:"more",tabIndex:i?0:-1,menu:e=>n.createElement(Zi,Object.assign({},e),n.createElement(Zi.Content,null,m.map((e,t)=>n.createElement(Zi.Item,Object.assign({key:t},e.props,{shortcut:e.props.shortcut}),e.props["aria-label"]))))}):null)}const cc={rowActions:{header:function(){return null},renderer:n.memo((function(e){const{row:t,table:l}=e,{isHovered:a,rowIndex:r}=n.useContext(oc),o=l.options.meta,i=o.rowActions.rowActions,s=o.rowActions.rowActionsLength,c=o.rowActive.rowActiveIndex===r,u=!!l.getState().columnSizingInfo.isResizingColumn;return null!=i&&i.length&&(c||a&&!o.rowActive.isHoverStatePaused&&!u)?n.createElement(sc,{actions:i,actionsLength:s,data:t.original,fontSize:o.fontSize.size,isActiveRow:c,rowId:t.id}):null})),meta:{align:"right",className:l('print:opacity-0 !px-0 !pr-1 overflow-hidden [table_&]:group-[[data-row-active="true"]]/row:sticky right-0','group-[[data-row-active="true"][data-selected="false"]]/row:text-grey-200','group-[[data-row-selected="true"]]/row:text-blue-100','group-[[data-row-selected="false"]:hover]/row:text-grey-100'),enableSearch:!1,header:""}},rowDrag:{header:function(){return null},renderer:function(e){const{row:t,table:l}=e,{texts:a}=Er(),r=e.table.options.meta;return n.createElement("div",{draggable:!0,onDragStart:e=>{var n,a,o,i;let s=[t];l.options.enableRowSelection&&(s=t.getIsSelected()?l.getSelectedRowModel().rows:[t,...l.getSelectedRowModel().rows]);const c=s.map(e=>e.original);null===(n=(a=r.rowDrag).setDragging)||void 0===n||n.call(a,s.reduce((e,t)=>({...e,[t.id]:!0}),{})),e.dataTransfer.setData("text",JSON.stringify(c)),null===(o=(i=r.rowDrag).handleRowDrag)||void 0===o||o.call(i,c,t=>{const n=document.createElement("div");n.id="taco_table_dragging",n.className="wcag-blue rounded flex w-48 p-4 absolute -ml-[100vw]",n.innerText=t,document.body.appendChild(n),e.dataTransfer.setDragImage(n,0,0)},t=>e.dataTransfer.setData("text",t))},onDragOver:e=>e.preventDefault(),onDragEnd:()=>{var e,t,n;null===(e=document.getElementById("taco_table_dragging"))||void 0===e||e.remove(),null===(t=(n=r.rowDrag).setDragging)||void 0===t||t.call(n,{})}},n.createElement(Na,{"aria-label":a.table.columns.drag.tooltip,name:"drag",className:"text-grey-darkest invisible -mt-1 ml-[2px] cursor-grab active:cursor-grabbing group-hover/row:visible group-[[aria-grabbed='true']]/row:text-white"}))},size:20,meta:{align:"center",className:"!px-0 !pb-0 justify-end",enableSearch:!1,header:"",headerClassName:"!p-0"}},rowExpansion:{header:function(e){const{texts:t}=Er(),{table:l}=e,a=l.getIsSomeRowsExpanded(),r=a?t.table.columns.expansion.collapseAll:t.table.columns.expansion.expandAll;return n.createElement(dr,{title:r},n.createElement(hr,{appearance:"transparent",icon:a?"chevron-down-double":"chevron-right-double",onClick:e=>{e.stopPropagation(),l.toggleAllRowsExpanded(!a)},tabIndex:-1,title:r}))},renderer:function(e){var t,l;const{texts:a}=Er(),r=e.table.options.meta;if(null===(t=(l=r.rowExpansion).rowExpansionRenderer)||void 0===t?void 0:t.call(l,e.row.original)){const t=r.rowActive.rowActiveIndex===e.row.index,l=e.row.getIsExpanded(),o=l?a.table.columns.expansion.collapse:a.table.columns.expansion.expand;return n.createElement(dr,{title:o},n.createElement(hr,{appearance:"discrete",icon:l?"chevron-down":"chevron-right",onClick:t=>{t.stopPropagation(),e.row.toggleExpanded()},tabIndex:t?0:-1,title:o}))}return null},size:40,meta:{align:"center",enableSearch:!1,header:"",headerClassName:"!p-0"}},rowSelection:{header:function(e){const{texts:t}=Er(),{table:l}=e,a=l.options.meta;if(l.options.enableMultiRowSelection){const e=l.getIsAllRowsSelected(),r=l.getIsSomeRowsSelected(),o=e?t.table.columns.select.deselectAll:t.table.columns.select.selectAll,i=function(e){try{function t(){l.toggleAllRowsSelected(e)}const n=function(){if(a.server.loadAllIfNeeded)return Promise.resolve(a.server.loadAllIfNeeded(l.getState().sorting,l.getState().columnFilters)).then((function(){}))}();return Promise.resolve(n&&n.then?n.then(t):t())}catch(e){return Promise.reject(e)}};return n.createElement(dr,{title:o},n.createElement(jr,{"aria-label":o,className:"hover:border-blue !-mt-px",key:String(`${e}_${r}`),checked:e,indeterminate:r,loading:a.server.loadAllStatus===exports.TableServerLoadAllState.Loading,onChange:i}))}return null},renderer:function(e){var t;const{texts:a}=Er(),{row:r,table:o}=e,{rowIndex:i}=n.useContext(oc),s=o.options.meta;if(o.options.enableGrouping&&null!==(t=o.getState().grouping)&&void 0!==t&&t.length&&!r.getIsGrouped())return null;const c=r.getIsGrouped()?r.getIsAllSubRowsSelected():r.getIsSelected(),u=c?a.table.columns.select.deselect:a.table.columns.select.select;if(o.options.enableMultiRowSelection){const e=function(e){try{function t(){s.rowSelection.lastSelectedRowIndex.current=r.index}e.stopPropagation();const n=function(){if(r.getIsGrouped())r.subRows.forEach(e=>e.toggleSelected());else{const t=function(){if(e.shiftKey){var t;function n(){o.setRowSelection(e=>({...e,...c.reduce((e,t)=>({...e,[t.id]:!0}),{})}))}const[e,r]=(l=null!==(t=s.rowSelection.lastSelectedRowIndex.current)&&void 0!==t?t:0,[(a=i)<l?a:l,a>l?a:l]),c=o.getRowModel().rows.slice(e,r+1),u=function(){if(s.server.loadAllIfNeeded&&c.some(e=>void 0===e.original))return Promise.resolve(s.server.loadAllIfNeeded(o.getState().sorting,o.getState().columnFilters)).then((function(){}))}();return u&&u.then?u.then(n):n()}var l,a;r.toggleSelected()}();if(t&&t.then)return t.then((function(){}))}}();return Promise.resolve(n&&n.then?n.then(t):t())}catch(e){return Promise.reject(e)}};return n.createElement(dr,{title:n.createElement(n.Fragment,null,u,n.createElement(Ii,{className:"ml-2",keys:"Space"}))},n.createElement(jr,{"aria-label":u,className:"!mt-0",checked:c,onClick:e,onChange:()=>!1}))}{const e=l("!mt-0",_i());return n.createElement("button",{className:e,"aria-checked":c,onClick:e=>{e.stopPropagation(),r.toggleSelected(),s.rowSelection.lastSelectedRowIndex.current=r.index},role:"radio",type:"button"},c?n.createElement("span",{className:"h-2 w-2 rounded-full bg-white"}):null)}},size:40,meta:{align:"center",className:"!px-1",enableSearch:!1,header:"",headerClassName:"!px-1"}}};function uc(e,t,l,a){const r=Xa(t),o=function(e,t,l){var a,r,o;const i=e.id.replace(".","_"),s=function(e){var t,n,l,a,r,o,i,s,c,u,d,m,f,g,v,h,p,w,b,x,E,y;const z=e.preset?Gs[e.preset]:_s,C=null!==(t=e.enableRowActions)&&void 0!==t?t:z.enableRowActions,R=null!==(n=e.enableRowClick)&&void 0!==n?n:z.enableRowClick,S=null!==(l=e.enableRowDrag)&&void 0!==l?l:z.enableRowDrag,O=null!==(a=e.enableRowDrop)&&void 0!==a?a:z.enableRowDrop,A=null!==(r=e.enableRowGoto)&&void 0!==r?r:z.enableRowGoto,N=null!==(o=e.enableRowExpansion)&&void 0!==o?o:z.enableRowExpansion,L=null!==(i=e.enableRowSelection)&&void 0!==i?i:z.enableRowSelection,M=null!==(s=e.enableRowSelectionSingle)&&void 0!==s?s:z.enableRowSelectionSingle;return{enableFiltering:null!==(c=e.enableFiltering)&&void 0!==c?c:z.enableFiltering,enableSearch:null!==(u=e.enableSearch)&&void 0!==u?u:z.enableSearch,enableSorting:null!==(d=e.enableSorting)&&void 0!==d?d:z.enableSorting,enableColumnFreezing:null!==(m=e.enableColumnFreezing)&&void 0!==m?m:z.enableColumnFreezing,enableColumnHiding:null!==(f=e.enableColumnHiding)&&void 0!==f?f:z.enableColumnHiding,enableColumnResizing:null!==(g=e.enableColumnResizing)&&void 0!==g?g:z.enableColumnResizing,enableRowExpansion:N&&!!e.rowExpansionRenderer,enableRowSelection:L&&!!e.onRowSelect,enableRowSelectionSingle:M&&!!e.onRowSelect,enableColumnOrdering:null!==(v=e.enableColumnOrdering)&&void 0!==v?v:z.enableColumnOrdering,enableFontSize:null!==(h=e.enableFontSize)&&void 0!==h?h:z.enableFontSize,enableFooter:null!==(p=e.enableFooter)&&void 0!==p?p:z.enableFooter,enablePrinting:null!==(w=e.enablePrinting)&&void 0!==w?w:z.enablePrinting,enableRowActive:null!==(b=e.enableRowActive)&&void 0!==b?b:z.enableRowActive,enableRowActions:C&&!(null===(x=e.rowActions)||void 0===x||!x.length),enableRowClick:R&&!!e.onRowClick,enableRowDrag:S&&!!e.onRowDrag,enableRowDrop:O&&!!e.onRowDrop,enableRowGoto:A&&!!e.onRowGoto,enableRowHeight:null!==(E=e.enableRowHeight)&&void 0!==E?E:z.enableRowHeight,enableSaveSettings:null!==(y=e.enableSaveSettings)&&void 0!==y?y:z.enableSaveSettings}}(e),[c,u]=function(e=!1,t,l={},a){const r=(o=t,`taco.${qs().uniqueUserIdentifier}.table.${o}.settings`);var o;const[i,s]=function(e){return n.useMemo(()=>{if(!1===e)return[Object.keys(Xs).reduce((e,t)=>({...e,[t]:!1}),{}),!1];if(!0===e)return[Xs,!0];const t={...Xs,...e};return[t,Object.values(t).some(e=>!0===e)]},[e])}(e),[c,u]=Ks(s?r:void 0,Qs(l,i)),d=n.useCallback(e=>{if(!s)return;const t=Qs(e,i);u(t),"function"==typeof a&&a(t)},[s,a,JSON.stringify(i)]);return s?[c,d]:[l,()=>{}]}(s.enableSaveSettings,i,e.defaultSettings,e.onChangeSettings),d=function(e=!1){const[t,l]=n.useState(!1);return{isEnabled:e,isHorizontallyScrolled:t,handleScroll:e=>{e.currentTarget.scrollLeft>0&&!t?l(!0):0===e.currentTarget.scrollLeft&&t&&l(!1)}}}(s.enableColumnFreezing),m=function(e=!1){return{isEnabled:e}}(s.enableColumnOrdering),f=function(e=!1,t="medium"){const[l,a]=n.useState(t);return{isEnabled:e,size:l,setSize:e?a:()=>{}}}(s.enableFontSize,c.fontSize),g=function(e=!1){return{isEnabled:e}}(s.enableFooter),v=function(e=!1,t){const[l,a]=n.useState(!1),[r,o]=function(e){const t=`taco.${qs().uniqueUserIdentifier}.table.${e}.print.settings`,[n,l]=Ks(t,$s);return[n,function(e,t){l(n=>({...n,[e]:t}))}]}(t);return{isEnabled:e,isPrinting:l,setIsPrinting:a,settings:r,setSetting:o}}(s.enablePrinting,i),h=Us(s.enableRowActive,e.defaultRowActiveIndex),p=function(e=!1,t,n=4){return{isEnabled:e,rowActions:e?t:void 0,rowActionsLength:t?Math.min(t.length,n):0}}(s.enableRowActions,e.rowActions,e.rowActionsLength),w=function(e=!1,t){const l=n.useCallback((function(n,l){if(e&&"function"==typeof t&&!n.defaultPrevented)return l&&"Enter"===n.key?(n.preventDefault(),void t(l)):void 0}),[e,t]),a=n.useCallback((function(n,l){e&&"function"==typeof t&&!n.defaultPrevented&&(n.preventDefault(),t(l))}),[e,t]);return{isEnabled:e,handleClick:a,handleKeyDown:l}}(s.enableRowClick,e.onRowClick),b=function(e=!1,t){const[l,a]=n.useState({});return{isEnabled:e,dragging:l,setDragging:e?a:void 0,handleRowDrag:e?t:void 0}}(s.enableRowDrag,e.onRowDrag),x=function(e=!1,t){return{isEnabled:e,handleDrop:e?t:void 0}}(s.enableRowDrop,e.onRowDrop),E=function(e=!1,t){return{isEnabled:e,rowExpansionRenderer:e?t:void 0}}(s.enableRowExpansion,e.rowExpansionRenderer),y=function(e=!1,t){return{isEnabled:e,handleGoto:e?t:void 0}}(s.enableRowGoto,e.onRowGoto),z={isEnabled:!0,rowActionsForGroup:e.rowActionsForGroup},C=function(e=!1,t="medium"){const[l,a]=n.useState(t);return{isEnabled:e,height:l,setHeight:e?a:()=>{}}}(s.enableRowHeight,c.rowHeight),O=function(e=!1){const t=n.useRef(),l=n.useCallback((t,n)=>{if(!e||!n.options.enableRowSelection||t.defaultPrevented)return;const l=n.getRowModel().rows,a=n.options.meta;if(" "!==t.key)return(t.ctrlKey||t.metaKey)&&"a"===t.key?(t.preventDefault(),void n.toggleAllRowsSelected()):void 0;{t.preventDefault();const e=a.rowActive.rowActiveIndex;var r;void 0!==e&&(null===(r=l[e])||void 0===r||r.toggleSelected())}},[e]);return{isEnabled:e,handleKeyDown:e?l:()=>{},lastSelectedRowIndex:t}}(s.enableRowSelection),A=function(e=!1,t=!1){const[l,a]=n.useState(t),[r,o]=n.useState([]),[i,s]=n.useState(void 0);return{isEnabled:e,enableGlobalFilter:l,setEnableGlobalFilter:function(e,t){a(e);const n=t.getState().globalFilter;n&&setTimeout(()=>{t.setGlobalFilter(""),t.setGlobalFilter(n)},1)},highlightedColumnIndexes:r,setHighlightedColumnIndexes:o,currentHighlightColumnIndex:i,setCurrentHighlightColumnIndex:s}}(s.enableSearch,c.excludeUnmatchedRecordsInSearch),N=function(e,t,l=100){const a=!!e&&!!t,[r,o]=n.useState(!1),[i,s]=n.useState(exports.TableServerLoadAllState.Incomplete);let c,u,d;return"function"==typeof e&&(c=function(...t){try{const n=function(){if("function"==typeof e)return Promise.resolve(e(...t)).then((function(){o(!0)}))}();return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}}),"function"==typeof t&&(u=function(...e){try{const n=function(){if("function"==typeof t)return s(exports.TableServerLoadAllState.Loading),Promise.resolve(t(...e)).then((function(){s(exports.TableServerLoadAllState.Completed),o(!0)}))}();return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},d=function(...e){try{const t=function(){var t;if(i===exports.TableServerLoadAllState.Incomplete)return Promise.resolve(null===(t=u)||void 0===t?void 0:t(...e)).then((function(){}))}();return Promise.resolve(t&&t.then?t.then((function(){})):void 0)}catch(e){return Promise.reject(e)}}),{isEnabled:a,isReady:r,loadPage:c,loadAll:u,loadAllIfNeeded:d,loadAllStatus:i,pageSize:l}}(e.loadPage,e.loadAll,e.pageSize),{columns:L,...M}=function(e,t,l,a){const{children:r,defaultRowGroupColumnId:o}=e,i={},s=[],c={},u=n.Children.toArray(r).reduce((e,l)=>function e(t,l,a,r,o,i,s){const c=R.createColumnHelper();if(n.isValidElement(t)&&t.props.children){const{children:u,id:d,header:m}=t.props;l.push(c.group({id:d,header:m,columns:n.Children.toArray(u).reduce((t,n)=>e(n,t,a,r,o,i,s),[]),enableGrouping:!1}))}else if(n.isValidElement(t)&&(t.props.accessor||t.props.id)){const{id:e,accessor:n=e,renderer:c,aggregate:m,footer:f,header:g,aggregationFn:v,defaultHidden:h,defaultWidth:p,enableFiltering:w=!0,enableGrouping:b=!1,enableHiding:x=!0,enableOrdering:E=!0,enablePrinting:y=!0,enableResizing:z=!0,enableSearch:C=!0,enableSorting:R=!0,enableTruncate:O=!1,minWidth:A=Ss(i.fontSize),sort:N,sortFn:L,...M}=t.props;h&&x&&(o[e]=!1),p&&(a[e]=p);const H=s===e;(void 0!==t.props.sort||H)&&r.push({id:e,desc:"desc"===N});const k={id:e,accessorKey:n,accessorFn:e=>S(e,n),header:g,enableColumnFilter:w,enableGlobalFilter:C,enableGrouping:b,enableHiding:!H&&x,enableResizing:z,enableSorting:R,minSize:A,meta:{...M,defaultWidth:p,enableOrdering:!H&&E,enablePrinting:y,enableTruncate:O,header:g,renderer:c}};"function"==typeof c&&(k.cell=e=>c(e.getValue(),e.row.original)),"function"==typeof f&&(k.footer=e=>f(e.table.getRowModel().rows.flatMap(e=>void 0!==e.original?e.original:[]))),w&&(k.filterFn="tacoFilter"),b&&(k.aggregationFn=v,"function"==typeof m&&(k.aggregatedCell=e=>m(e.getValue(),e.row.original))),R&&(k.sortingFn=(u=t.props.dataType,"function"==typeof(d=L)?(e,t,n)=>d(e.original,t.original,n):d||(u&&"boolean"!==u&&"number"!==u?u:"auto")),k.sortDescFirst=!1,k.sortUndefined=1),l.push(k)}var u,d;return l}(l,e,i,s,c,t,o),[]);if(a){var d;if(l.enableRowExpansion&&e.rowExpansionRenderer&&a.rowExpansion){const e=Ps("__expansion",a.rowExpansion,i);u.unshift(e)}if((l.enableRowSelection||l.enableRowSelectionSingle)&&a.rowSelection){const e=Ps("__select",a.rowSelection,i);u.unshift(e)}if(l.enableRowDrag&&e.onRowDrag&&a.rowDrag){const e=Ps("__drag",a.rowDrag,i);u.unshift(e)}if(l.enableRowActions&&null!==(d=e.rowActions)&&void 0!==d&&d.length&&a.rowActions){const e=Ps("__actions",a.rowActions,i);u.push(e)}}return{columns:u,defaultSizing:i,defaultSorting:s,defaultVisibility:c}}(e,c,s,l),H=function(e,t,l,a){return n.useMemo(()=>{var n,r,o,i,s,c,u,d,m,f,g,v,h,p,w,b,x,E,y,z,C;const R=null!==(n=null!==(r=l.columnPinning)&&void 0!==r?r:null===(o=e.defaultSettings)||void 0===o?void 0:o.columnPinning)&&void 0!==n?n:{},S=As(t,null!==(i=l.columnOrder)&&void 0!==i?i:null===(s=e.defaultSettings)||void 0===s?void 0:s.columnOrder,R.left);R.left=null!=R&&null!==(c=R.left)&&void 0!==c&&c.length?Ls(S.indexOf(R.left[R.left.length-1]),S):e.defaultColumnFreezingIndex?Ls(e.defaultColumnFreezingIndex,S):Ns(S);const O={columnFilters:null!==(u=null!==(d=l.columnFilters)&&void 0!==d?d:null===(m=e.defaultSettings)||void 0===m?void 0:m.columnFilters)&&void 0!==u?u:[],columnOrder:S,columnPinning:R,columnSizing:Fs(null!==(f=null!==(g=null!==(v=l.columnSizing)&&void 0!==v?v:null===(h=e.defaultSettings)||void 0===h?void 0:h.columnSizing)&&void 0!==g?g:a.defaultSizing)&&void 0!==f?f:{}),columnVisibility:null!==(p=null!==(w=null!==(b=l.columnVisibility)&&void 0!==b?b:null===(x=e.defaultSettings)||void 0===x?void 0:x.columnVisibility)&&void 0!==w?w:a.defaultVisibility)&&void 0!==p?p:{},globalFilter:null!==(E=l.searchQuery)&&void 0!==E?E:null===(y=e.defaultSettings)||void 0===y?void 0:y.searchQuery,sorting:l.sorting?l.sorting.filter(e=>t.find(t=>t.id===e.id)):null!==(z=null===(C=e.defaultSettings)||void 0===C?void 0:C.sorting)&&void 0!==z?z:a.defaultSorting};return e.defaultRowGroupColumnId&&(O.grouping=[e.defaultRowGroupColumnId],O.expanded=!0),O},[])}(e,L,c,M),k=null!==(a=e.data)&&void 0!==a?a:[],V=null!==(r=e.length)&&void 0!==r?r:k.length,I=R.useReactTable({data:k,columns:L,initialState:H,getCoreRowModel:R.getCoreRowModel(),...Bs(s,e),enableGlobalFilter:A.enableGlobalFilter,meta:{...t,columnFreezing:d,columnOrdering:m,fontSize:f,footer:g,length:V,printing:v,rowActions:p,rowActive:h,rowClick:w,rowDrag:b,rowDrop:x,rowExpansion:E,rowIdentityColumnId:e.rowIdentityColumnId,rowGoto:y,rowGroups:z,rowHeight:C,rowSelection:O,search:A,server:N}});return function(e){const t=e.options.meta,n=e.getRowModel().rows;Zs(()=>{const e=t.rowActive.rowActiveIndex;void 0!==e&&e>n.length&&t.rowActive.setRowActiveIndex(0)},[n.length])}(I),function(e,t){const n=e.getState().columnFilters;Zs(()=>{e.options.enableColumnFilters&&"function"==typeof t&&(t(n),e.options.enableRowSelection&&e.resetRowSelection())},[e.options.enableColumnFilters,n])}(I,e.onChangeFilter),function(e){const t=e.options.meta,l=n.useRef(t.fontSize.size);Zs(()=>{const n=function(e){switch(e){case`${exports.FontSizes.small}-${exports.FontSizes.medium}`:case`${exports.FontSizes.medium}-${exports.FontSizes.large}`:return 8;case`${exports.FontSizes.medium}-${exports.FontSizes.small}`:case`${exports.FontSizes.large}-${exports.FontSizes.medium}`:return-8;case`${exports.FontSizes.small}-${exports.FontSizes.large}`:return 16;case`${exports.FontSizes.large}-${exports.FontSizes.small}`:return-16;default:return 0}}(`${l.current}-${t.fontSize.size}`),a=Ss(t.fontSize.size);e.setColumnSizing(t=>Object.fromEntries(Object.entries(t).map(([t,l])=>{var r;const o=e.getColumn(t);var i;if(Rs(t))return[t,null!==(i=null==o?void 0:o.getSize())&&void 0!==i?i:l];const s=null!==(r=null==o?void 0:o.columnDef.minSize)&&void 0!==r?r:a;return[t,Math.max(s,l+n)]}))),l.current=t.fontSize.size},[t.fontSize.size])}(I),function(e){const t=e.options.meta;Zs(()=>{"short"===t.rowHeight.height&&t.fontSize.size===exports.FontSizes.large&&t.fontSize.setSize(exports.FontSizes.medium)},[t.rowHeight.height])}(I),function(e,t){const n=e.getState().rowSelection;Zs(()=>{const n=e.getSelectedRowModel().rows;var l,a;e.options.enableRowSelection&&"function"==typeof t&&t(e.options.enableMultiRowSelection?n.map(e=>e.original):null!==(l=[null===(a=n[0])||void 0===a?void 0:a.original])&&void 0!==l?l:[])},[e.options.enableRowSelection,e.options.enableMultiRowSelection,JSON.stringify(n)])}(I,e.onRowSelect),function(e,t){const l=e.options.meta;n.useEffect(()=>{if(l.search.isEnabled){const n=e.getState().globalFilter;!function(e,t){const n=t.options.meta;let l;if(e){const a=[],r=t.getVisibleLeafColumns(),o=t.getState().grouping;t.getRowModel().rows.forEach((t,n)=>{r.forEach((l,r)=>{try{let s=!0;if(null!=o&&o.length&&(t.getIsGrouped()?s=l.getIsGrouped():o.includes(l.id)&&(s=!1)),l.getIsVisible()&&l.columnDef.enableGlobalFilter&&s){var i;const o=Os(S(t.original,l.id),null===(i=l.columnDef.meta)||void 0===i?void 0:i.dataType);void 0!==o&&Vs(o,e)&&a.push([n,r])}}catch(e){}})}),n.search.setHighlightedColumnIndexes(a),a.length?(l=a[0][0],n.search.setCurrentHighlightColumnIndex(0)):n.search.setCurrentHighlightColumnIndex(void 0)}else n.search.setHighlightedColumnIndexes([]),n.search.setCurrentHighlightColumnIndex(void 0);void 0!==l&&n.rowActive.setRowActiveIndex(l)}(n,e),"function"==typeof t&&t(n)}},[l.server.loadAllStatus,l.search.isEnabled,l.search.enableGlobalFilter,e.getRowModel().rows.length,e.getState().globalFilter,JSON.stringify(e.getState().sorting),JSON.stringify(e.getState().columnVisibility),t])}(I,e.onChangeSearch),function(e,t){const l=e.getState().sorting,a=e.getState().columnFilters;n.useEffect(()=>{t&&t(0,l,a)},[])}(I,N.loadPage),function(e,t){const l=e.options.meta,a=e.getState();n.useEffect(()=>{let n;return"function"==typeof t&&(n=setTimeout(()=>{t(Ts(e))},250)),()=>clearTimeout(n)},[a.columnOrder,a.columnPinning,a.columnSizing,a.columnVisibility,e.options.enableGlobalFilter,l.fontSize.size,l.rowHeight.height,a.sorting])}(I,u),function(e,t){const l=e.options.meta,a=e.getRowModel().rows;n.useEffect(()=>{const e=Object.keys(null!=t?t:{}),n=[];if(t&&e.length&&void 0!==l.rowActive.rowActiveIndex){const r=a[l.rowActive.rowActiveIndex];e.forEach(e=>{const l=t[e];let a,o;"function"==typeof l?(a=l,o={key:e}):(a=l.handler,o={key:e,meta:l.meta,shift:l.shift}),n.push(ir(o,e=>{e.preventDefault(),a(null==r?void 0:r.original)}))})}return n.forEach(e=>{document.addEventListener("keydown",e)}),()=>{n.forEach(e=>{document.removeEventListener("keydown",e)})}},[t,l.rowActive.rowActiveIndex,a.length])}(I,e.shortcuts),function(e,t){const n=e.getState().sorting;Zs(()=>{e.options.enableSorting&&"function"==typeof t&&(t(n),e.options.enableRowSelection&&e.resetRowSelection())},[e.options.enableSorting,n])}(I,e.onChangeSort),{id:i,instance:I,meta:null!==(o=I.options.meta)&&void 0!==o?o:{},state:I.getState()}}(e,a,cc),i=function(e,t,l,a){var r,o,i,s,c,u;const d=t.options.meta,m=t.getRowModel().rows,f=!(null===(r=t.getState().grouping)||void 0===r||!r.length),{createRowMeasurer:g,estimateSize:v}=function(e){const t=e.options.meta,l=e.getRowModel().rows,a=e.getState().expanded,[r,o]=n.useState({}),i=n.useMemo(()=>{const e=Object.values(r);return e.length?e.reduce((e,t)=>e+t,0)/e.length:0},[r]);return{estimateSize:n.useCallback(e=>{var n,r;const o=t.rowHeight.height?nc[t.rowHeight.height]:nc.medium;return!0===a||null!==(n=l[e])&&void 0!==n&&null!==(r=n.getIsExpanded)&&void 0!==r&&r.call(n)?o+i:o},[t.rowHeight.height,i,a]),createRowMeasurer:n.useCallback((e,t)=>(n,l)=>{l&&o(e=>({...e,[t.index]:l})),e(t,n+(null!=l?l:0))},[])}}(t),h=function(e){const t=e.getRowModel().rows,l=!!e.getState().grouping.length,a=n.useMemo(()=>{const e=[];return l&&t.forEach((t,n)=>{t.getIsGrouped()&&e.push(n)}),e},[t]),r=n.useCallback(e=>{var t;const n=null!==(t=[...a].reverse().find(t=>e.startIndex>=t))&&void 0!==t?t:a[0];return[...new Set([n,...O.defaultRangeExtractor(e)])].sort((e,t)=>e-t)},[a]);return l?r:void 0}(t),p=nc.medium,w=nc.medium*(t.getHeaderGroups().length>1?1.5:1),b=O.useVirtualizer({count:m.length,estimateSize:v,getScrollElement:()=>l.current,overscan:d.printing.isPrinting?m.length:void 0,rangeExtractor:h,scrollMargin:f?0:p,scrollPaddingStart:p,scrollPaddingEnd:d.footer.isEnabled?2*w:w}),x=b.getTotalSize(),E=b.getVirtualItems(),y=n.useCallback((e,t={align:"auto",behavior:"smooth"})=>{const n={...t,behavior:"auto"};l.current&&(0===e?b.scrollToOffset(0,n):e===m.length-1?l.current.scrollTop=l.current.scrollHeight:b.scrollToIndex(e,t))},[E.length,l.current,x,m.length]),z=f&&m.length>1?1:0,[C,R]=E.length>0?[Math.max(0,null!==(o=(null===(i=E[z])||void 0===i?void 0:i.start)-(null===(s=E[z])||void 0===s?void 0:s.size))&&void 0!==o?o:0),Math.max(0,null!==(c=x-(null===(u=E[E.length-1])||void 0===u?void 0:u.end))&&void 0!==c?c:0)]:[0,0];n.useEffect(()=>{a&&y(a,{align:"center",behavior:"auto"})},[]);let S={},A=null;return m.length&&(S={height:x+"px",paddingBottom:R,paddingTop:C},A=E.map(l=>{if(!l)return null;const a=m[l.index],r=g(b.resizeItem,l);return n.createElement(ic,{key:a.id,row:a,index:l.index,table:t,measureRow:r,renderer:e.row,cellRenderer:e.cell})})),{rows:A,style:S,scrollToIndex:y}}(l,o.instance,r,e.defaultRowActiveIndex),{style:s,stylesheet:c}=function(e,t){const l=t.options.meta,{style:a,stylesheet:r}=function(e,t,l){const a=t.options.meta,r=t.getVisibleLeafColumns(),o=t.getState().columnSizing,i=Ss(l),s=t.getRowModel().rows.length?"min-content 1fr min-content":"min-content 1fr";return n.useMemo(()=>{let n=0;const l=[],c={gridTemplateColumns:r.reduce((e,s,c)=>{var u,d;if(t.options.enableGrouping&&s.getIsGrouped())return e;const m=null!==(u=s.columnDef.minSize)&&void 0!==u?u:i,f=o[s.id];let g;if(Rs(s.id))g="__actions"===s.id?`minmax(${32*a.rowActions.rowActionsLength+8}px, auto)`:s.getSize()+"px";else if(void 0!==f){const e=c===r.length-1;if("grow"===f||Number.isNaN(f)&&!e)g="minmax(max-content, 1fr)";else{const t=f<m?m:f;g=e?`minmax(${t}px, auto)`:t+"px"}}else g="minmax(max-content, auto)";return!1===(null===(d=s.columnDef.meta)||void 0===d?void 0:d.enablePrinting)?l.push(s.id):n++,`${e} ${g}`.trim()},""),gridTemplateRows:s},u=l.map(t=>`table[data-taco^='table']#${e} > thead > tr > th[data-cell-id='${t}']\n,table[data-taco^='table']#${e} > tbody > tr > td[data-cell-id='${t}']\n`).join(",");return{style:c,stylesheet:`@media print { table[data-taco^='table']#${e} { grid-template-columns: repeat(${n}, auto) !important; }\n table[data-taco^='table']#${e} [data-cell-id^='__']${u?", "+u:""} { display: none; }}`}},[r,o,i,a.rowActions.rowActionsLength])}(e,t,l.fontSize.size),{stylesheet:o}=function(e,t){const{columnPinning:l,columnSizing:a}=t.getState();return{stylesheet:n.useMemo(()=>{const n=[],l=t.getFlatHeaders().filter(e=>!e.subHeaders.length).map(e=>e.id),a=t.getLeftFlatHeaders().filter(e=>!e.subHeaders.length),r=t.getRightFlatHeaders().filter(e=>!e.subHeaders.length);if(a.length){a.forEach(t=>{n.push(`table[data-taco^='table']#${e} [data-cell-id="${t.column.id}"] {\n left: ${t.column.getStart(t.column.getIsPinned())}px;\n }`)});const t=a.map(e=>e.id),r=l.indexOf(t[t.length-1]);n.push(`table[data-taco^='table']#${e} > thead > tr > th:nth-child(${r+1}),\n table[data-taco^='table']#${e} > tbody > tr > td:nth-child(${r+1}),\n table[data-taco^='table']#${e} > tfoot > tr > td:nth-child(${r+1}):not([data-cell-id^="__"]) {\n border-right-width: 1px;\n }\ntable[data-taco^='table']#${e} > thead > tr > th:nth-child(${r+1})[data-cell-id^="__"],\n table[data-taco^='table']#${e} > tbody > tr > td:nth-child(${r+1})[data-cell-id^="__"] {\n border-right-color: transparent;\n }\ntable[data-taco^='table']#${e} > thead > tr > th:nth-child(${r+1}):after {\n content: none;\n }\ntable[data-taco^='table'][data-table-horizontally-scrolled="true"]#${e} > thead > tr > th:nth-child(${r+1}),\n table[data-taco^='table'][data-table-horizontally-scrolled="true"]#${e} > tbody > tr > td:nth-child(${r+1}),\n table[data-taco^='table'][data-table-horizontally-scrolled="true"]#${e} > tfoot > tr > td:nth-child(${r+1}) {\n border-right-color: rgb(221, 221, 221);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 6px 0px 6px rgb(0 0 0/8%);\n }`)}if(r.length){r.forEach(t=>{n.push(`table[data-taco^='table']#${e} [data-cell-id="${t.column.id}"] {\n right: ${t.column.getStart(t.column.getIsPinned())}px;\n }`)});const t=r.map(e=>e.id),a=l.indexOf(t[t.length-1]);n.push(`table[data-taco^='table']#${e} > thead > tr > th:nth-child(${a+1}):not([data-cell-id^="__"]),\n table[data-taco^='table']#${e} > tbody > tr > td:nth-child(${a+1}):not([data-cell-id^="__"]) {\n border-left-width: 1px;\n }`)}return n.join("\n")},[l,a])}}(e,t);return{style:{"--table-header-group-depth":t.getHeaderGroups().length,"--table-cell-padding-x":tc(l.fontSize.size),"--table-cell-padding-y":ec(l.rowHeight.height,l.fontSize.size),...a},stylesheet:[r,o].filter(e=>!!e).join("\n")}}(o.id,o.instance);return function(e,t,l){const a=e.options.meta,r=e.getRowModel().rows;n.useEffect(()=>{const n=n=>{const o=n.target;var i,s;null!=(i=o)&&i.closest("[role=dialog],[role=menu]")&&!function(e,t){var n;return!(null==e||null===(n=e.closest("[role=dialog],[role=menu]"))||void 0===n||!n.contains(t))}(o,t.current)||lr(o)&&!nr(o,t.current)||(a.rowActive.handleKeyDown(n,r.length,l),a.rowSelection.handleKeyDown(n,e),void 0!==a.rowActive.rowActiveIndex&&a.rowClick.handleKeyDown(n,null===(s=r[a.rowActive.rowActiveIndex])||void 0===s?void 0:s.original))};return document.addEventListener("keydown",n),()=>{document.removeEventListener("keydown",n)}},[t.current,a.rowActive.rowActiveIndex,l])}(o.instance,r,i.scrollToIndex),function(e,t){n.useEffect(()=>{t.current&&(t.current.instance={resetFiltering:()=>e.resetColumnFilters(),resetRowExpansion:()=>e.resetExpanded(),resetRowSelection:()=>e.resetRowSelection(),resetSorting:()=>e.resetSorting()})},[e,t.current])}(o.instance,r),function(e,t){const l=e.options.meta;n.useEffect(()=>{if(void 0!==l.rowActive.rowActiveIndex){var e,n;const l=null!==(e=null===(n=t.current)||void 0===n?void 0:n.querySelector('tbody tr[data-row-active="true"]'))&&void 0!==e?e:null;var a;nr(document.activeElement,l)||lr(document.activeElement)||null==l||null===(a=l.focus)||void 0===a||a.call(l,{preventScroll:!0})}},[l.rowActive.rowActiveIndex])}(o.instance,r),{...o,props:{customSettings:e.customSettings,emptyState:e.emptyState,toolbarLeft:e.toolbarLeft,toolbarPanel:e.toolbarPanel,toolbarRight:e.toolbarRight},renderer:i,style:s,stylesheet:c,ref:r}}function dc(e,t,n){const l=e.column.columnDef.meta,a=e.column.getIsPinned();return{"data-cell-align":null==l?void 0:l.align,"data-cell-highlighted":n,"data-cell-id":e.column.id,"data-cell-index":t,"data-cell-pinned":!!a||void 0,"data-cell-truncate":!!l.enableTruncate||void 0,className:"function"==typeof l.className?l.className(e.row.original):l.className}}function mc(e){var t,l,a;const{cell:r,cellRef:o,index:i,isHighlighted:s}=e,c=r.getContext().table.options.meta,u=r.column.columnDef.meta,d=dc(r,i,s),{isHovered:m,rowIndex:f}=n.useContext(oc),g=c.rowActive.rowActiveIndex===f||m&&!c.rowActive.isHoverStatePaused,v=r.row.getVisibleCells().filter(e=>!Rs(e.column.id)).length-1,h=null!==(t=null!==(l=null===(a=u.renderer)||void 0===a?void 0:a.call(u,r.getValue(),r.row.original))&&void 0!==l?l:r.getValue())&&void 0!==t?t:null,p=r.getContext().row.subRows.map(e=>e.original);return n.createElement(fc,Object.assign({},d,{canShowActions:g,cellRef:o,colSpan:v,fontSize:c.fontSize.size,rowActions:c.rowGroups.rowActionsForGroup,rowId:r.row.id,subRows:p}),h)}const fc=n.memo((function(e){const{canShowActions:t,cellRef:l,children:a,colSpan:r,fontSize:o,rowActions:i,rowId:s,subRows:c,...u}=e;return n.createElement("td",Object.assign({},u,{ref:l,style:{gridColumn:`span ${r} / span ${r}`}}),n.createElement("span",{className:"grow"},a),null!=i&&i.length&&t?n.createElement(sc,{actions:i,actionsLength:4,data:c,fontSize:o,isActiveRow:!0,rowId:s}):null)}));function gc(e){const{cell:t,index:l,renderer:a}=e,r=n.useRef(null),o=function(e,t,l){const{rowIndex:a}=n.useContext(oc),r=e.getContext(),o=r.table.options.meta,i=e.column.columnDef.meta,s=n.useMemo(()=>{if(!e.column.columnDef.enableGlobalFilter||Rs(e.column.id)||e.getIsAggregated()||e.getIsPlaceholder())return;let n=!1;var l,s;if(r.table.getState().globalFilter&&(l=r.table.getState().globalFilter,n=null!=(s=e.getValue())&&String(Os(s,i.dataType)).toLocaleLowerCase().includes(l.toLocaleLowerCase())),!n||void 0===o.search.currentHighlightColumnIndex)return;const[c,u]=o.search.highlightedColumnIndexes[o.search.currentHighlightColumnIndex];return c!==a||u!==t||"current"},[e.getValue(),r.table.getState().globalFilter,o.search.highlightedColumnIndexes.length,o.search.currentHighlightColumnIndex]);return n.useEffect(()=>{l.current&&"current"===s&&(l.current.scrollIntoView({block:"nearest",inline:"nearest"}),setTimeout(()=>{if(l.current){const t=l.current.closest('table[data-taco^="table"]');setTimeout(()=>{const n=null==t?void 0:t.querySelectorAll('thead tr:last-child th[data-cell-pinned="left"]');if(null!=n&&n.length){var l;const a=null===(l=n.item(n.length-1))||void 0===l?void 0:l.getBoundingClientRect();a&&e.column.getStart()<a.right&&(null==t||t.scrollTo(e.column.getStart()-a.right,t.scrollTop))}},1)}},1))},[s]),s}(t,l,r);if((t.getIsAggregated()||t.getIsPlaceholder())&&!Rs(t.column.id))return null;const i={cell:t,cellRef:r,index:l,isHighlighted:o};return t.getIsGrouped()?n.createElement(mc,Object.assign({},i)):n.createElement(a,Object.assign({},i))}const vc=n.memo((function(e){const{children:t,cellRenderer:a,index:r,measureRow:o,row:i,table:s,...c}=e,u=s.options.meta,d={...c,"data-row-id":i.id,"data-row-index":r,tabIndex:-1},m=n.useCallback(e=>{var t;const n=e.target;null!==(t=e.currentTarget)&&void 0!==t&&t.contains(e.target)&&!lr(n)&&u.rowClick.handleClick(e,i.original)},[i.original]),f=n.useCallback(()=>{requestAnimationFrame(()=>u.rowActive.setRowActiveIndex(r))},[r]);u.rowActive.isEnabled&&(d["data-row-active"]=u.rowActive.rowActiveIndex===r||void 0,d.onClickCapture=f),u.rowClick.isEnabled&&(d.onClick=m),u.rowDrag.isEnabled&&(d["aria-grabbed"]=!!u.rowDrag.dragging[i.id]);const[g,v]=as(e=>{var t,n;return null===(t=(n=u.rowDrop).handleDrop)||void 0===t?void 0:t.call(n,e,i.original)});let h;var p,w,b;u.rowDrop.isEnabled&&(d.onDragEnter=null==v?void 0:v.onDragEnter,d.onDragLeave=null==v?void 0:v.onDragLeave,d.onDragOver=null==v?void 0:v.onDragOver,d.onDrop=null==v?void 0:v.onDrop,d["data-row-dragged-over"]=g),s.options.enableGrouping&&(d["data-row-group"]=!!i.getIsGrouped()||void 0),s.options.enableRowSelection&&(d["data-row-selected"]=!(!i.getIsSelected()&&!i.getIsAllSubRowsSelected())||void 0),u.rowExpansion.isEnabled&&i.getIsExpanded()&&(d["data-row-expanded"]=!0,h=null===(p=(w=u.rowExpansion).rowExpansionRenderer)||void 0===p||null===(b=p.call(w,i.original))||void 0===b?void 0:b());const x=i.original._meta;x&&x.layout&&(d["data-row-meta-layout"]=x.layout);const E=n.useRef(null),y=n.useRef(null);!function(e,t,l,a){n.useEffect(()=>{if(t){const n=t.getBoundingClientRect().height;a&&l?e(n,l.getBoundingClientRect().height):e(n)}},[a,t,l])}(o,E.current,y.current,!!d["data-row-expanded"]);const z=l("group/row",{"hover:cursor-pointer":"function"==typeof d.onClick});return n.createElement(n.Fragment,null,n.createElement("tr",Object.assign({},d,{className:z,ref:E}),t,i.getVisibleCells().map((e,t)=>n.createElement(gc,{key:e.id,cell:e,index:t,renderer:a}))),h?n.createElement("tr",{"data-row-parent-id":i.id,ref:y},n.createElement("td",{className:"col-span-full"},h)):null)}));function hc(e){const{cell:t,cellRef:l,index:a,isHighlighted:r,...o}=e,i=t.column.columnDef.meta,s=dc(t,a,r),c=!!i.enableTruncate,u=t.getValue();let d;var m,f,g;return d=Rs(t.column.id)?R.flexRender(t.column.columnDef.cell,t.getContext()):null!==(m=null!==(f=null===(g=i.renderer)||void 0===g?void 0:g.call(i,u,t.row.original))&&void 0!==f?f:u)&&void 0!==m?m:null,n.createElement(pc,Object.assign({},o,s,{cellRef:l,isTruncated:c}),d)}const pc=n.memo((function(e){const{cellRef:t,children:l,isTruncated:a,...r}=e;return n.createElement("td",Object.assign({},r,{ref:t}),a?n.createElement("span",{className:"truncate print:overflow-visible print:whitespace-normal"},l):l)})),wc={row:vc,cell:hc},bc={asc:n.createElement(Na,{name:"chevron-up-solid",className:"pointer-events-none -my-0.5"}),desc:n.createElement(Na,{name:"chevron-down-solid",className:"pointer-events-none -my-0.5"})};function xc(e){var t;return null!==(t=bc[e.direction])&&void 0!==t?t:null}const Ec={asc:"ascending",desc:"descending"};function yc(e){const{headerRef:t,id:a,isResizing:r,onResize:o,setColumnSizing:i,width:s}=e,{texts:c}=Er(),u=e=>{!Number.isInteger(s)&&t?(i(e=>({...e,[a]:t.getBoundingClientRect().width})),setTimeout(()=>{null==o||o(e)},1)):null==o||o(e)},d=n.createElement("div",{className:l("invisible absolute right-0 top-0 z-10 -mr-2 flex h-full w-4 cursor-col-resize touch-none select-none justify-center rounded py-0.5","group-hover/header:visible","[th:last-child>&]:!mr-0 [th:last-child>&]:w-2",{"!visible":r}),onClick:e=>{e.stopPropagation(),e.preventDefault()},onMouseDown:u,onTouchStart:u},n.createElement("div",{className:l("h-full w-1 rounded",{"!bg-blue-500":r,"bg-grey-500 hover:bg-grey-700":!r})}));return r?d:n.createElement(dr,{placement:"top",title:c.table.columns.resize.tooltip},d)}const zc=t.forwardRef((function({onSearch:e,...n},l){const a=Xa(l),{texts:r}=Er(),o=()=>{var t,n;null==e||e(null!==(t=null===(n=a.current)||void 0===n?void 0:n.value)&&void 0!==t?t:"")};return t.createElement(qr,Object.assign({"aria-label":r.searchInput.placeholder,placeholder:r.searchInput.placeholder},n,{onKeyDown:t=>{var l;if(null===(l=n.onKeyDown)||void 0===l||l.call(n,t),!t.isDefaultPrevented())return"Enter"===t.key?(t.preventDefault(),void o()):void("Escape"!==t.key||null==e||e(""))},postfix:t.createElement(t.Fragment,null,n.disabled||n.readOnly||!n.value?null:t.createElement(hr,{"aria-hidden":!0,"aria-label":r.searchInput.clear,className:"group-peer-focus:visible group-peer-hover:visible !text-grey-700 invisible mr-0.5 !h-5 !min-h-[theme(spacing.4)] !w-5 !min-w-[theme(spacing.4)] text-xs hover:visible group-hover:visible",icon:"close",onClick:()=>{Qr(a.current,"")},rounded:!0,tabIndex:-1,tooltip:r.searchInput.clear}),t.createElement(hr,{"aria-label":r.searchInput.button,icon:"search",className:"group-peer-focus:!border-transparent group-peer-focus:group-peer-active:!border-transparent -mr-2 !border-transparent !bg-transparent focus:!border-transparent",disabled:n.disabled||n.readOnly,onClick:o,tabIndex:-1,tooltip:r.searchInput.button})),ref:a,type:"search"}))}));function Cc(e){const{onGoto:t,trigger:l,...a}=e,{texts:r}=Er();return n.createElement(Ro,Object.assign({},a,{anchor:l}),n.createElement(Ro.Content,null,n.createElement(zc,{"aria-label":r.table.columns.menu.gotoRow,name:"query",onSearch:e=>t(e),onKeyDown:e=>e.stopPropagation(),placeholder:r.table.columns.menu.gotoRow+"..."})))}function Rc(e){const{canFilter:t,canGoto:a,canHide:r,canPin:o,canSort:i,customMenu:s,index:c,isFiltered:u,onFilter:d,onGoto:m,onHide:f,onPin:g,onSortToggle:v,scrollToIndex:h,setRowActiveIndex:p,sortDirection:w}=e,{texts:b}=Er(),[x,E]=n.useState(void 0);let y;if(x){const e=()=>E(void 0);switch(x){case"goto":if(m){const t=function(t){try{const n=Ys((function(){return Js((function(){return Promise.resolve(m(t)).then((function(e){p(e),h(e)}))}),(function(e){console.error(e)}))}),(function(t,n){if(e(),t)throw n;return n}));return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}};y=l=>n.createElement(Cc,Object.assign({},l,{open:!0,onChange:e,onGoto:t}))}}}const z=n.useMemo(()=>{const e=[];if(r&&f&&e.push(n.createElement(Zi.Item,{icon:"eye-off",onClick:e=>setTimeout(()=>f(e),1)},b.table.columns.menu.hideColumn)),i&&e.push(n.createElement(Zi.Item,{icon:"sort-by",subMenu:()=>n.createElement(Zi.SubMenu,null,n.createElement(Zi.RadioGroup,{onChange:v,value:w},n.createElement(Zi.RadioGroup.Item,{value:"asc"},b.table.columns.menu.sortingOrder.ascending),n.createElement(Zi.RadioGroup.Item,{value:"desc"},b.table.columns.menu.sortingOrder.descending),n.createElement(Zi.RadioGroup.Item,{value:!1},b.table.columns.menu.sortingOrder.unsorted)))},b.table.columns.menu.sorting)),a&&e.push(n.createElement(Zi.Item,{icon:"move",onClick:()=>E("goto"),shortcut:"g"},b.table.columns.menu.gotoRow,"...")),o&&g&&(e.push(n.createElement(Zi.Item,{icon:"column-freeze",onClick:()=>g(c)},0===c?b.table.columns.menu.freezeFirstColumn:b.table.columns.menu.freezeUptoColumn.replace("[TOTAL]",String(c+1)))),e.push(n.createElement(Zi.Item,{icon:"column-unfreeze",onClick:()=>g(void 0)},b.table.columns.menu.unfreezeColumns))),t&&d&&e.push(n.createElement(Zi.Item,{icon:u?"filter-solid":"filter",onClick:()=>d()},u?b.table.columns.menu.editFilter:b.table.columns.menu.filter)),s){const t=s({trigger:void 0}),l=n.Children.toArray(t.props.children.props.children);l.length&&(e.length&&e.push(n.createElement(Zi.Separator,null)),e.push(...l))}return e.map((e,t)=>n.cloneElement(e,{key:t}))},[t,a,r,o,i,s,m,v,c,u,w]),C=l("justify-end overflow-hidden","!h-6 !w-0 !min-h-[theme(spacing.6)] !min-w-0","group-hover/header:!w-6 group-hover/header:!min-w-[theme(spacing.6)] group-hover/header:-mr-1","aria-expanded:!w-6 aria-expanded:!min-w-[theme(spacing.6)]","focus:!w-6 focus:!min-w-[theme(spacing.6)]",{"!w-6 !min-w-[theme(spacing.6)]":!!y},e.className);return n.createElement(hr,{className:C,icon:"more",menu:y?void 0:e=>n.createElement(Zi,Object.assign({},e),n.createElement(Zi.Content,null,z)),popover:y,onClickCapture:e=>e.preventDefault(),onKeyDown:e=>{var t;"ArrowUp"!==e.key&&"ArrowDown"!==e.key||null===(t=e.currentTarget)||void 0===t||t.blur()}})}function Sc(e){var t;const{header:a,scrollToIndex:r}=e;if(a.column.getIsGrouped())return null;const{table:o}=a.getContext(),i=o.options.meta,s=null!==(t=a.column.columnDef.meta)&&void 0!==t?t:{},c=!!a.subHeaders.length,u=function(e){var t,n;return null!==(t=e.subHeaders)&&void 0!==t&&t.length?null===(n=e.subHeaders.find(e=>e.column.getIsPinned()))||void 0===n?void 0:n.column.getIsPinned():e.column.getIsPinned()}(a),d=!a.isPlaceholder&&a.column.getCanFilter()&&!!o.options.enableColumnFilters,m=!a.isPlaceholder&&!c&&a.column.getCanHide(),f=!!o.getRowModel().rows.length,g=!a.isPlaceholder&&!c&&a.column.getCanPin(),v=!a.isPlaceholder&&!c&&a.column.getCanResize(),h=!a.isPlaceholder&&!c&&a.column.getCanSort(),p=h&&!a.isPlaceholder&&!c&&i.rowGoto.isEnabled&&!!a.column.getIsSorted(),w=!Rs(a.id)&&(m||p||g||h||!!s.menu),b=o.getState().sorting,x=o.getState().columnFilters,E=o.getState().globalFilter,y={align:s.align,canFilter:d,canHide:m,canGoto:p,canMeasureSize:f,canPin:g,canResize:v,canSort:h,className:l("group/header",s.headerClassName),children:R.flexRender(a.column.columnDef.header,a.getContext()),colSpan:a.colSpan,customMenu:s.menu,defaultWidth:s.defaultWidth,hasMenu:w,id:a.id,isFiltered:a.column.getIsFiltered(),index:a.index,isGroup:c,isPinned:u,isPlaceholder:a.isPlaceholder,offset:a.column.getStart(u),scrollToIndex:r,setRowActiveIndex:i.rowActive.setRowActiveIndex,setColumnSizing:o.setColumnSizing,tooltip:s.tooltip,width:o.getState().columnSizing[a.id]};if(a.isPlaceholder){const e=a.headerGroup.headers[a.index+1];y.className=l("!bg-white before:!content-none",y.className,{"after:!content-none":null==e?void 0:e.isPlaceholder})}if(d&&(y.onFilter=()=>{a.column.setFilterValue({comparator:exports.TableFilterComparator.Contains})}),p&&(y.onGoto=e=>{var t,n;return null===(t=(n=i.rowGoto).handleGoto)||void 0===t?void 0:t.call(n,a.id,e,b,x,E)}),m&&(y.onHide=a.column.getToggleVisibilityHandler()),g&&(y.onPin=e=>{o.setColumnPinning(t=>({...t,left:void 0===e?Ns(t.left):Ls(e,o.getAllLeafColumns().map(e=>e.id))}))}),v&&(y.isResizing=a.column.getIsResizing(),y.onResize=a.getResizeHandler()),h){const e=e=>{!1===e?a.column.clearSorting():a.column.toggleSorting("desc"===e)};y.onSort=a.column.getToggleSortingHandler(),y.onSortToggle=e,y.sortDirection=a.column.getIsSorted()}return n.createElement(Oc,Object.assign({key:a.id},y))}const Oc=n.memo((function(e){const{align:t,canFilter:a,canGoto:r,canHide:o,canMeasureSize:i,canPin:s,canResize:c,canSort:u,children:d,className:m,colSpan:f,customMenu:g,defaultWidth:v,hasMenu:h,id:p,index:w,isFiltered:b,isGroup:x,isPinned:E,isPlaceholder:y,isResizing:z,offset:C,onFilter:R,onGoto:S,onHide:O,onPin:A,onResize:N,onSort:L,onSortToggle:M,scrollToIndex:H,setRowActiveIndex:k,setColumnSizing:V,sortDirection:I,tooltip:j,width:D}=e,[T,F]=n.useState(null);!function(e,t,l,a,r,o){n.useLayoutEffect(()=>{if(r&&a&&!Number.isInteger(l)&&!Rs(e)){const n=()=>o(t=>({...t,[e]:a.getBoundingClientRect().width}));"grow"===t?requestAnimationFrame(n):n()}},[a,r,l])}(p,v,D,T,i,V);const P={};return f>1&&(P.gridColumn="span "+f),E&&(P[E]=C+"px"),n.createElement("th",Object.assign({},function(e,t,n){var l;return e?{"aria-sort":null!==(l=Ec[n])&&void 0!==l?l:"none",onClick:e=>{!e.isDefaultPrevented()&&e.currentTarget.contains(e.target)&&(e.preventDefault(),null==t||t(e))}}:{}}(u,L,I),{className:m,"data-cell-align":x?"center":t,"data-cell-id":p,"data-cell-pinned":E||void 0,style:P,ref:F}),y?null:Rs(p)?d:n.createElement(dr,{title:String(null!=j?j:d),placement:"top"},n.createElement("span",{className:"truncate"},d)),I?n.createElement(xc,{direction:I}):null,h?n.createElement(Rc,{canFilter:a,canGoto:r,canHide:o,canPin:s,canSort:u,className:l({"ml-auto":"right"!==t,"ml-0":"right"===t}),customMenu:g,index:w,isFiltered:b,onFilter:R,onGoto:S,onHide:O,onPin:A,onSortToggle:M,scrollToIndex:H,setRowActiveIndex:k,sortDirection:I}):null,c?n.createElement(yc,{headerRef:T,id:p,isResizing:z,onResize:N,setColumnSizing:V,width:D}):null)})),Ac={accept:e=>!!e.closest('tr[data-row-active="true"]'),tabbable:!0},Nc={accept:e=>{const t=!lr(e)||"-1"!==e.getAttribute("tabindex");return!!e.closest('tr[data-row-active="true"]')&&!Za(e)&&t}};function Lc(){const e=h.useFocusManager();return{focusPrevious:(t=!1)=>e.focusPrevious(t?Nc:Ac),focusNext:(t=!1)=>e.focusNext(t?Nc:Ac),focusFirst:()=>e.focusFirst(Ac),focusLast:()=>e.focusLast(Ac)}}function Mc(e){const{enableHorizontalArrowKeyNavigation:t=!1,scrollToIndex:l,table:a,tableElement:r,...o}=e,i=n.useRef(null),s=Lc(),c=a.options.meta,u=n.useCallback(e=>{var t,n;const l=null===(t=e.target)||void 0===t||null===(n=t.closest("tr"))||void 0===n?void 0:n.getAttribute("data-row-index");l&&c.rowActive.setRowHoverIndex(Number.parseInt(l))},[]),d=n.useCallback(()=>c.rowActive.setRowHoverIndex(void 0),[]);return n.createElement("tbody",Object.assign({},o,{onKeyDown:e=>{if(!e.isDefaultPrevented()&&!e.isPropagationStopped()&&void 0!==c.rowActive.rowActiveIndex){const n=0===c.rowActive.rowActiveIndex,a=c.rowActive.rowActiveIndex===c.length-1;if("Tab"===e.key||t&&("ArrowLeft"===e.key||"ArrowRight"===e.key)){if("Tab"===e.key&&!Za(e.target.closest("tr[data-row-id]")))return;c.rowActive.setHoverStatePaused(!0);const t=rr(e);let o;switch(e.key){case"ArrowLeft":o=t?s.focusFirst():s.focusPrevious(!0);break;case"ArrowRight":o=t?s.focusLast():s.focusNext(!0),t&&r&&(r.scrollLeft=r.scrollWidth);break;default:o=e.shiftKey?s.focusPrevious():s.focusNext()}if(o)return void e.preventDefault();if(e.shiftKey||"ArrowLeft"===e.key){if(!n){e.preventDefault();const t=c.rowActive.rowActiveIndex-1;c.rowActive.setRowActiveIndex(t),requestAnimationFrame(()=>{s.focusLast(),l(t)})}}else if(!a){e.preventDefault();const t=c.rowActive.rowActiveIndex+1;c.rowActive.setRowActiveIndex(t),requestAnimationFrame(()=>{s.focusFirst(),l(t)})}}}},onMouseLeave:d,onMouseMove:u,ref:i}))}function Hc(e){var t;const{table:l}=e,{locale:a,texts:r}=Er(),o=l.options.meta.length,i=l.getRowModel().rows.length;let s,c;const u=l.getSelectedRowModel().rows.length;return u>0?(s=r.table.footer.summary.selected,c=n.createElement(n.Fragment,null,n.createElement("strong",null,new Intl.NumberFormat(a).format(u))," ",r.table.footer.summary.count," ",n.createElement("strong",null,new Intl.NumberFormat(a).format(o)))):null!==(t=l.getState().columnFilters)&&void 0!==t&&t.length||l.getState().globalFilter&&l.options.enableGlobalFilter?(s=r.table.footer.summary.records,c=n.createElement(n.Fragment,null,n.createElement("strong",null,i)," ",r.table.footer.summary.count," ",n.createElement("strong",null,new Intl.NumberFormat(a).format(o)))):(s=r.table.footer.summary.records,c=n.createElement("strong",null,new Intl.NumberFormat(a).format(o))),n.createElement("div",{className:"sticky left-0 z-20 flex h-full w-fit items-center whitespace-nowrap bg-white pr-1 shadow-[12px_0px_6px_white]","data-taco":"table-footer-summary"},s," ",c)}function kc(e){const t=e.table.getFooterGroups()[0].headers.filter(e=>!e.column.getIsGrouped());return n.createElement("tfoot",null,n.createElement("tr",null,t.map((e,t)=>n.createElement(Vc,{key:e.id,header:e,index:t}))))}function Vc(e){return n.createElement(Ic,{footer:e.header,index:e.index})}const Ic=n.memo((function(e){var t,l;const{footer:a,index:r}=e,o=a.column.columnDef.meta,i=null!==(t=a.subHeaders)&&void 0!==t&&t.length?null===(l=a.subHeaders.find(e=>e.column.getIsPinned()))||void 0===l?void 0:l.column.getIsPinned():a.column.getIsPinned(),s={};let c,u;return i&&(s[i]=a.column.getStart(i)+"px"),0===r?(u="left",c=n.createElement(Hc,{table:a.getContext().table})):(u=o.align,c=a.isPlaceholder?null:R.flexRender(a.column.columnDef.footer,a.getContext())),n.createElement("td",{key:a.id,"data-cell-align":u,"data-cell-id":a.id,"data-cell-pinned":i||void 0,style:s},c)}));function jc(e){const{emptyState:t=null,...l}=e;return n.createElement("tbody",Object.assign({},l,{className:"!auto-rows-fr"}),n.createElement("tr",{className:"!auto-rows-fr"},n.createElement("td",{className:"col-span-full !border-0 !p-0 hover:!bg-white"},t?n.createElement(t,null):null)))}const Dc=n.forwardRef((function(e,t){var a,r;const{findCurrent:o,findTotal:i,loading:s=!1,onChange:c,onClear:u,onClickFindNext:d,onClickFindPrevious:m,settingsContent:f,shortcut:g,value:v,...h}=e,p=Xa(t),w=n.useRef(null),[b,x]=n.useState(!1),{texts:E}=Er(),y=null==v?void 0:v.length,z=d&&m&&void 0!==o&&void 0!==i;cr(g,e=>{var t;document.activeElement!==p.current&&(e.preventDefault(),null===(t=p.current)||void 0===t||t.focus())});const C=e=>{var t,n;w.current&&(w.current===e.relatedTarget||null!==(t=w.current)&&void 0!==t&&t.contains(e.relatedTarget))||(x(!1),null===(n=h.onBlur)||void 0===n||n.call(h,e))},R=()=>{requestAnimationFrame(()=>{var e;return null===(e=p.current)||void 0===e?void 0:e.blur()}),c(""),null==u||u()};let S;h.disabled||h.readOnly||!v&&!b?!g||b||v||(S=n.createElement(Ii,{keys:g,onClickCapture:()=>{var e;return null===(e=p.current)||void 0===e?void 0:e.focus()}})):(v&&(S=n.createElement(hr,{"aria-label":E.searchInput.clear,className:"scale-75 !bg-transparent hover:!bg-black/[0.08] [&>svg]:scale-125",icon:"close",onMouseDown:R,tabIndex:-1,tooltip:b?n.createElement(n.Fragment,null,E.searchInput.clear," ",n.createElement(Ii,{keys:"Escape"})):E.searchInput.clear})),z&&y&&(S=n.createElement(n.Fragment,null,n.createElement("span",{className:"text-grey-700 flex h-4 items-center border-r border-black/[0.25] pr-2"},s?n.createElement(Ir,{className:"h-4 w-4"}):`${null!=o?o:0}/${null!=i?i:0}`),o?n.createElement(n.Fragment,null,n.createElement(hr,{"aria-label":E.searchInput.findPrevious,className:"scale-75 !bg-transparent hover:!bg-black/[0.08] [&>svg]:scale-125",icon:"chevron-up",onMouseDown:m,tabIndex:-1,tooltip:b?n.createElement(n.Fragment,null,E.searchInput.findPrevious," ",n.createElement(Ii,{keys:{shift:!0,key:"Enter"}})):E.searchInput.findPrevious}),n.createElement(hr,{"aria-label":E.searchInput.findNext,className:"scale-75 !bg-transparent hover:!bg-black/[0.08] [&>svg]:scale-125",icon:"chevron-down",onMouseDown:d,tabIndex:-1,tooltip:b?n.createElement(n.Fragment,null,E.searchInput.findNext," ",n.createElement(Ii,{keys:"Enter"})):E.searchInput.findNext})):null,S)));const O=l("!pl-7 group-focus-within:!w-72 group-focus-within:yt-focus",z?{"!w-48":!v,"!w-72":v}:"!w-48",{"!wcag-blue-100":y},e.className),A=n.createElement(qr,Object.assign({},h,{"aria-label":null!==(a=h["aria-label"])&&void 0!==a?a:E.searchInput.placeholder,className:O,"data-taco":"search-input2",onBlur:C,onChange:e=>c(e.target.value),onFocus:e=>{var t;x(!0),null===(t=h.onFocus)||void 0===t||t.call(h,e)},onKeyDown:t=>{var n;if(null===(n=e.onKeyDown)||void 0===n||n.call(e,t),!t.isDefaultPrevented())return"Enter"===t.key?(t.preventDefault(),void(z&&y&&(t.shiftKey?null==m||m():null==d||d()))):"Escape"===t.key?(R(),void t.stopPropagation()):void 0},placeholder:null!==(r=h.placeholder)&&void 0!==r?r:E.searchInput.placeholder,prefix:n.createElement(Na,{"aria-label":E.searchInput.button,className:"-ml-0.5 scale-95",name:"search",onClickCapture:()=>{var e;return null===(e=p.current)||void 0===e?void 0:e.focus()}}),postfix:S,ref:p,value:null!=v?v:""}));if(f){const e=l("border-grey-300 absolute left-0 right-0 -mt-0.5 hidden top-full group-focus-within:flex focus-within:flex flex-col gap-y-4 rounded-b border border-t-0 bg-white p-3 shadow !pt-[calc(theme(spacing.3)_+_theme(spacing[0.5]))]");return n.createElement("div",{className:l("group relative",{"z-10 [&_[data-taco=input-container]]:z-10":b}),ref:w,style:{opacity:.999}},A,n.createElement("div",{onBlur:C,className:e,onClickCapture:()=>{var e;return null===(e=p.current)||void 0===e?void 0:e.focus()},tabIndex:-1},f))}return A}));function Tc(e){var t,l;const{scrollToIndex:a,table:r,tableRef:o}=e,{texts:i}=Er(),s=n.useRef(null),c=r.options.meta,u=r.getState().globalFilter,d=e=>a(e,{align:"center"});n.useEffect(()=>{c.search.highlightedColumnIndexes.length&&d(c.search.highlightedColumnIndexes[0][0])},[c.search.highlightedColumnIndexes.length]);const m=n.createElement(Ci,{label:i.table.search.excludeUnmatchedResults,checked:!!r.options.enableGlobalFilter,onChange:e=>{c.search.setEnableGlobalFilter(e,r),requestAnimationFrame(()=>{var e;return null===(e=s.current)||void 0===e?void 0:e.focus()})}});return n.createElement(n.Fragment,null,n.createElement(Dc,{findCurrent:void 0!==c.search.currentHighlightColumnIndex?c.search.currentHighlightColumnIndex+1:null,findTotal:null!==(t=null===(l=c.search.highlightedColumnIndexes)||void 0===l?void 0:l.length)&&void 0!==t?t:null,loading:c.server.loadAllStatus===exports.TableServerLoadAllState.Loading,name:"table-search",onClickFindPrevious:()=>{if(!c.search.highlightedColumnIndexes.length)return;const e=void 0===c.search.currentHighlightColumnIndex?0:0===c.search.currentHighlightColumnIndex?c.search.highlightedColumnIndexes.length-1:c.search.currentHighlightColumnIndex-1;c.search.setCurrentHighlightColumnIndex(e),d(c.search.highlightedColumnIndexes[e][0])},onClickFindNext:()=>{if(!c.search.highlightedColumnIndexes.length)return;const e=void 0===c.search.currentHighlightColumnIndex||c.search.currentHighlightColumnIndex===c.search.highlightedColumnIndexes.length-1?0:c.search.currentHighlightColumnIndex+1;c.search.setCurrentHighlightColumnIndex(e),d(c.search.highlightedColumnIndexes[e][0])},onChange:e=>{r.setGlobalFilter(String(null!=e?e:""))},onFocus:function(){try{const e=function(){if(c.server.loadAllIfNeeded)return Promise.resolve(c.server.loadAllIfNeeded(r.getState().sorting,r.getState().columnFilters)).then((function(){}))}();return Promise.resolve(e&&e.then?e.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},onKeyDown:e=>{if("Escape"===e.key&&void 0!==c.search.currentHighlightColumnIndex){const[e,t]=c.search.highlightedColumnIndexes[c.search.currentHighlightColumnIndex];void 0!==e&&void 0!==t&&(c.rowActive.setRowActiveIndex(e),requestAnimationFrame(()=>{var n;const l=null===(n=o.current)||void 0===n?void 0:n.querySelector(`tbody > tr[data-row-index="${e}"] > td[data-cell-index="${t}"]`);var a;l&&(null===(a=l.focus)||void 0===a||a.call(l))}))}},placeholder:i.table.search.placeholder,settingsContent:m,ref:s,shortcut:{key:"f",meta:!0,shift:!1},value:u}))}function Fc(e,t){var l;const a=n.Children.toArray(e).filter(e=>"SortableList"===e.type.displayName),r=a.find(e=>e.props.id===t);return r?null==r?void 0:r.props:null===(l=a.find(e=>n.Children.toArray(e.props.children).findIndex(e=>e.props.id===t)>-1))||void 0===l?void 0:l.props}function Pc(e){const{children:t,reorder:l,move:a}=e;return n.createElement(N.DndContext,Object.assign({collisionDetection:N.closestCenter},e,{modifiers:[L.restrictToVerticalAxis],onDragOver:function(e){const{active:n,over:l}=e;if(null==n||!n.id||null==l||!l.id)return;const r=Fc(t,n.id),o=Fc(t,l.id);null!=r&&r.id&&null!=o&&o.id&&r.id!==o.id&&a(n.id,null==r?void 0:r.id,o.id)},onDragEnd:function(e){const{active:n,over:a}=e;if(null==n||!n.id||null==a||!a.id)return;const r=Fc(t,n.id),o=Fc(t,a.id);null!=r&&r.id&&null!=o&&o.id&&r.id===o.id&&l(n.id,a.id,o.id)}}),t)}function Bc(e){const{asChild:t,children:l,disabled:a=!1,id:r}=e,{attributes:o,listeners:i,setNodeRef:s,transform:c,transition:u}=M.useSortable({disabled:a,id:r}),d={transform:H.CSS.Transform.toString(c),transition:u},m={...o,...i,onPointerDown:e=>{e.currentTarget.contains(e.target)&&!["BUTTON","INPUT","TEXTAREA","SELECT","FIELDSET"].includes(e.target.nodeName)&&(null==i||i.onPointerDown(e))},ref:s,style:d};return t?n.cloneElement(l,m):n.createElement("div",Object.assign({},m),l)}function _c(e){const{children:t,id:l,...a}=e,{setNodeRef:r}=N.useDroppable({id:l}),o=n.Children.toArray(t).map(e=>e.props);return n.createElement(M.SortableContext,{id:l,items:o,strategy:M.verticalListSortingStrategy},n.createElement("div",Object.assign({},a,{ref:l?r:void 0}),t))}Pc.displayName="SortableContainer",Bc.displayName="SortableListItem",_c.displayName="SortableList";const Gc=n.forwardRef((function(e,t){var a,r,o;const{column:i,draggable:s=!1,...c}=e,u=i.getCanHide(),d=l("group/column flex items-center gap-x-2 rounded py-1 px-2",{"hover:bg-grey-200":u||s,"hover:cursor-pointer":u,"active:cursor-move active:bg-grey-300":s}),m=s?c:void 0,f=i.getIsVisible(),g=null===(a=i.parent)||void 0===a||null===(r=a.columnDef)||void 0===r?void 0:r.header;return n.createElement("div",Object.assign({},m,{className:d,onClick:()=>i.toggleVisibility(!f),ref:t}),s?n.createElement(Na,{name:"drag",className:"text-grey-500 group-hover/column:text-grey-700 -mx-2 !h-5"}):null,n.createElement("span",{className:"flex-grow truncate"},null===(o=i.columnDef.meta)||void 0===o?void 0:o.header,g?n.createElement("span",{className:"italic"},"(",g,")"):null),u?n.createElement(jr,{checked:f,onChange:()=>i.toggleVisibility(!f)}):null)}));function qc(e){const{table:t,trigger:l,...a}=e,{texts:r}=Er(),[o,i]=n.useState(""),s=t.getAllLeafColumns(),c=t.options.meta,u=n.useMemo(()=>s.filter(e=>!Rs(e.id)).filter(e=>{var t,n,l;return null==o||!o.length||(null===(t=e.columnDef.meta)||void 0===t?void 0:t.header.toLowerCase().includes(o.toLowerCase()))||(null===(n=e.parent)||void 0===n||null===(l=n.columnDef.meta)||void 0===l?void 0:l.header.toLowerCase().includes(o.toLowerCase()))}),[s,o]),d="flex max-h-64 flex-col gap-y-px overflow-auto";return n.createElement(Ro,Object.assign({},a,{anchor:l}),n.createElement(Ro.Content,null,n.createElement("div",{className:"flex min-w-[100px] max-w-sm flex-col gap-2"},t.options.enableHiding?n.createElement(qr,{onChange:e=>i(e.target.value),placeholder:r.table.columnSettings.search,value:o}):null,!c.columnOrdering.isEnabled||!u.length||null!=o&&o.length?n.createElement("div",{className:d},u.length?u.map(e=>n.createElement(Gc,{column:e,key:e.id})):r.table.columnSettings.noResults):n.createElement(Pc,{reorder:(e,n)=>{if(u.find(e=>{var t;return e.id===n&&!1===(null===(t=e.columnDef.meta)||void 0===t?void 0:t.enableOrdering)}))return;const l=t.getState().columnOrder,a=As(s,M.arrayMove(l,l.findIndex(t=>t===e),l.findIndex(e=>e===n)));if(t.setColumnOrder(a),t.getIsSomeColumnsPinned()){var r,o;const e=null!==(r=null===(o=t.getState().columnPinning.left)||void 0===o?void 0:o.length)&&void 0!==r?r:-1;e>-1&&t.setColumnPinning(t=>({...t,left:a.slice(0,e)}))}}},n.createElement(_c,{id:"columns",className:d},u.filter(e=>!e.getIsGrouped()).map(e=>{var t,l;return n.createElement(Bc,{key:e.id,id:e.id,disabled:!(null!==(t=e.columnDef.meta)&&void 0!==t&&t.enableOrdering),asChild:!0},n.createElement(Gc,{column:e,draggable:null===(l=e.columnDef.meta)||void 0===l?void 0:l.enableOrdering}))}))))))}function Kc(e){const{customSettings:t,table:l}=e,{texts:a}=Er(),r=l.options.meta,o=l.options.enableHiding||r.columnOrdering.isEnabled,i=r.fontSize.isEnabled,s=r.rowHeight.isEnabled,[c,u]=n.useState(void 0);let d;if(c){const e=()=>u(void 0);switch(c){case"columnSettings":o&&(d=t=>n.createElement(qc,Object.assign({},t,{open:!0,onChange:e,table:l})))}}return n.createElement(hr,{"aria-label":a.table.otherOptions.tooltip,icon:"sliders",menu:d?void 0:e=>n.createElement(Zi,Object.assign({},e),n.createElement(Zi.Content,{align:"end"},o?n.createElement(Zi.Item,{icon:"columns",onClick:()=>u("columnSettings")},a.table.columnSettings.button):null,o&&(s||i||t)?n.createElement(Zi.Separator,null):null,s?n.createElement(Zi.Item,{icon:"height-"+r.rowHeight.height,subMenu:()=>n.createElement(Wc,{tableMeta:r})},a.table.rowHeight.tooltip):null,i?n.createElement(Zi.Item,{icon:"font-size",subMenu:()=>n.createElement($c,{tableMeta:r})},a.table.fontSize.tooltip):null,t?n.createElement(n.Fragment,null,s||i?n.createElement(Zi.Separator,null):null,t(Ts(l)).map((e,t)=>n.createElement(n.Fragment,{key:t},e))):null)),popover:d,onClickCapture:e=>e.preventDefault(),tooltip:a.table.otherOptions.tooltip})}function $c({tableMeta:e}){const{texts:t}=Er();return n.createElement(Zi.SubMenu,null,n.createElement(Zi.RadioGroup,{onChange:e.fontSize.setSize,value:e.fontSize.size},n.createElement(Zi.RadioGroup.Item,{value:exports.FontSizes.small},t.table.fontSize.sizes.small),n.createElement(Zi.RadioGroup.Item,{value:exports.FontSizes.medium},t.table.fontSize.sizes.medium),n.createElement(Zi.RadioGroup.Item,{disabled:"short"===e.rowHeight.height,value:exports.FontSizes.large},t.table.fontSize.sizes.large)))}function Wc({tableMeta:e}){const{texts:t}=Er();return n.createElement(Zi.SubMenu,null,n.createElement(Zi.RadioGroup,{onChange:e.rowHeight.setHeight,value:e.rowHeight.height},n.createElement(Zi.RadioGroup.Item,{value:"short"},t.table.rowHeight.sizes.short),n.createElement(Zi.RadioGroup.Item,{value:"medium"},t.table.rowHeight.sizes.medium),n.createElement(Zi.RadioGroup.Item,{value:"tall"},t.table.rowHeight.sizes.tall),n.createElement(Zi.RadioGroup.Item,{value:"extra-tall"},t.table.rowHeight.sizes.extraTall)))}const Uc=e=>"Enter"===e.key||" "===e.key||"Tab"===e.key,Jc=e=>"ArrowUp"===e.key||"ArrowDown"===e.key||"Home"===e.key||"End"===e.key,Yc=(e,t)=>e.querySelectorAll(t),Xc=n.forwardRef((function(e,t){const{querySelector:l,tabIndex:a=0,...r}=e,o=Xa(t),[i,s]=n.useState(),c=n.useRef(0),u=(e,t,n)=>{var l;null===(l=t.querySelector("[aria-current]"))||void 0===l||l.removeAttribute("aria-current"),n.setAttribute("aria-current","true"),n.scrollIntoView({block:"nearest"}),s(e)},d=n.useCallback(e=>{if(o.current&&e.matches(l)){const t=Yc(o.current,l),n=Array.from(t).indexOf(e);n>-1&&u(n,o.current,e)}},[o.current,l]);return n.useEffect(()=>{o.current&&(o.current.setActiveIndex=d)},[o.current]),n.useEffect(()=>{if(o.current){const e=Yc(o.current,l);if(e.length&&e.length!==c.current){let t=o.current.querySelectorAll('[aria-current="true"]');if(0===t.length&&(t=o.current.querySelectorAll("[aria-selected]")),1===t.length){if(e){const n=t.item(0),l=Array.from(e).indexOf(n);l>-1&&u(l,o.current,n)}}else u(0,o.current,e.item(0))}c.current=e.length}},[e.children]),n.createElement("div",Object.assign({},r,{onClick:e=>{const t=e.target;if(t.matches(l)){const n=Yc(e.currentTarget,l),a=Array.from(n).indexOf(t);a>-1&&u(a,e.currentTarget,t)}},onKeyDown:e=>{if(e.target!==e.currentTarget)return;if(r.onKeyDown&&r.onKeyDown(e),e.isDefaultPrevented())return;const t=Yc(e.currentTarget,l);if(t)if(Jc(e)){e.preventDefault(),e.stopPropagation();const n=Qc(e,t,i);void 0!==n&&n!==i&&u(n,e.currentTarget,t.item(n))}else if(void 0!==i&&t.item(i)){var n;null===(n=t.item(i))||void 0===n||n.dispatchEvent(Xr(e))}},ref:o,tabIndex:a}))})),Qc=(e,t,n,l=!0)=>{const a=((e,t,n)=>{switch(e.key){case"ArrowUp":return void 0===n?t-1:n>0?n-1:n;case"ArrowDown":return void 0===n?0:n<t-1?n+1:n;case"Home":return 0;case"End":return t-1;default:return}})(e,t.length,n);if(void 0!==a){if(a===n)return n;if(t.item(a)&&Zc(t.item(a))){if(l){if(0===a)return Qc(new KeyboardEvent(e.type,{...e,key:"ArrowDown"}),t,a,!1);if(a===t.length-1)return Qc(new KeyboardEvent(e.type,{...e,key:"ArrowUp"}),t,a,!1)}return Qc(e,t,a,l)}}return a},Zc=e=>"presentation"===e.getAttribute("role")||!!e.hasAttribute("disabled")||!!e.getAttribute("aria-disabled")||!!e.getAttribute("aria-hidden");var eu={__proto__:null,Root:Xc};const tu=n.createContext({}),nu=n.forwardRef((function(e,t){const{children:l,customSelector:a,disabled:r=!1,id:o,multiple:i,readOnly:s=!1,setValue:c,value:u,...d}=e,m="listbox2-"+Vr(o),f=n.useMemo(()=>({disabled:r,readOnly:s,setValue:c,value:u}),[r,s,u]);return n.createElement(tu.Provider,{value:f},n.createElement("div",{"data-taco":"listbox2"},n.createElement(Xc,Object.assign({},d,{"aria-multiselectable":!!i||void 0,id:m,querySelector:a?'[role="option"], '+a:'[role="option"]',ref:t,role:"listbox"}),l)))})),lu=n.forwardRef((function(e,t){const{disabled:l,id:a,value:r,...o}=e,{disabled:i,readOnly:s,setValue:c,value:u}=n.useContext(tu),d="option-"+Vr(a),m=Array.isArray(u)?u.includes(r):u===r;return n.createElement("div",Object.assign({},o,{"aria-disabled":i||l?"true":void 0,"aria-selected":m?"true":void 0,id:d,onClick:t=>{l||i||s?t.stopPropagation():(c(r),"function"==typeof e.onClick&&e.onClick(t))},onKeyDown:t=>{l||i||s?t.stopPropagation():"Tab"===t.key&&m||(Uc(t)&&c(r),"function"==typeof e.onKeyDown&&e.onKeyDown(t))},ref:t,role:"option"}))})),au=n.forwardRef((function(e,t){const[l,a]=n.useState();return n.createElement(ru.Provider,{value:{setLabelledById:a}},n.createElement("div",Object.assign({},e,{"aria-labelledby":l,ref:t,role:"group"})))})),ru=n.createContext({}),ou=n.forwardRef((function(e,t){const{id:l,...a}=e,{setLabelledById:r}=n.useContext(ru),o=Vr(l);return n.useEffect(()=>{r(o)},[o]),n.createElement("div",Object.assign({},a,{id:o,ref:t,role:"presentation"}))})),iu=n.forwardRef((e,t)=>{const{children:a,color:r,disabled:o,icon:i,readOnly:s,onDelete:c,...u}=e,d=n.useRef(null),m=l("inline-flex items-center rounded h-6 cursor-default",{"opacity-50":o,"hover:bg-opacity-75":!o,"cursor-pointer":!!u.onClick,"pointer-events-none":o||s},$(r),e.className);return n.createElement("span",Object.assign({},u,{className:m,ref:t,"data-taco":"tag"}),n.createElement("span",{className:"truncate px-2",ref:d},i?"string"==typeof i?n.createElement(Na,{name:i,className:"-ml-1 -mt-0.5 mr-1 !h-5 !w-5"}):n.cloneElement(i,{className:"mr-1 -ml-1 -mt-0.5 !h-5 !w-5"}):null,a),c?n.createElement(Na,{name:"close",onClick:c,className:"-ml-1.5 !h-6 !w-5 flex-shrink-0 cursor-pointer rounded-r p-0.5 hover:bg-black/5"}):null)}),su=(e=!1)=>l("group mb-px flex w-full text-sm flex-shrink-0 font-normal cursor-pointer items-center rounded bg-white px-2 leading-8 text-black aria-hidden:hidden gap-1.5 bg-white aria-current:wcag-grey-200 aria-disabled:text-black/25 aria-disabled:pointer-events-none",{"hover:wcag-grey-200":!e}),cu=e=>{switch(e){case exports.FontSizes.small:return"text-xs";case exports.FontSizes.large:return"text-base";case exports.FontSizes.medium:default:return"text-sm"}},uu=n.createContext({}),du=()=>n.useContext(uu),mu=e=>{const{color:t,text:a,value:r,...o}=e,i=n.useRef(null),{onDelete:s,onEdit:c,searchRef:u,ref:d}=du(),{texts:m}=Er(),[f,g]=n.useState(a),[v,h]=n.useState(t),[p,w]=n.useState(),b=e=>{g(e.target.value),w(void 0)},x=e=>function(t){try{return t.stopPropagation(),"Escape"===t.key?e():"Enter"===t.key&&y(e)(t),Promise.resolve()}catch(e){return Promise.reject(e)}},E=e=>function(t){try{t.stopPropagation(),e();const n=function(){if(s)return Promise.resolve(s(r)).then((function(){}))}();return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},y=e=>function(n){try{const l=function(){if(!c||f===a&&v===t)e();else{const t=Js((function(){return Promise.resolve(c(r,f,v)).then((function(){e()}))}),(function(e){var t;n.preventDefault(),n.stopPropagation(),w(e),null===(t=i.current)||void 0===t||t.focus()}));if(t&&t.then)return t.then((function(){}))}}();return Promise.resolve(l&&l.then?l.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},z=e=>{"Escape"===e.key||"Tab"===e.key||"Tab"===e.key&&e.shiftKey||e.stopPropagation()};return n.createElement(Ro,Object.assign({},o),n.createElement(Ro.Content,{onCloseAutoFocus:e=>{var n,l;e.preventDefault(),g(a),h(t),w(void 0),null!=u&&u.current?null===(n=u.current)||void 0===n||n.focus():null===(l=d.current)||void 0===l||l.focus()},onInteractOutside:()=>{g(a),h(t)},onClick:e=>e.stopPropagation(),onKeyDown:e=>{("Tab"===e.key||"Tab"===e.key&&e.shiftKey)&&e.stopPropagation()},placement:"right",tabIndex:-1,className:"focus:!shadow-none"},({close:e})=>n.createElement(n.Fragment,null,n.createElement("div",{className:"flex w-32 flex-col space-y-2"},c?n.createElement(n.Fragment,null,n.createElement(ci,{className:l("!min-h-fit",{"!pb-0":!p}),invalid:!!p,message:null==p?void 0:p.message},n.createElement(qr,{invalid:!!p,onChange:b,onKeyDown:x(e),ref:i,value:f})),t?n.createElement(n.Fragment,null,n.createElement("h5",null,"Colours"),n.createElement(fu,{color:v,onChangeColor:h,onKeyDown:z})):null,n.createElement(Fo,null,n.createElement(Cr,{onClick:e},m.select2.cancel),n.createElement(Cr,{appearance:"primary",onClick:y(e)},m.select2.save))):null,c&&s?n.createElement("hr",null):null,s?n.createElement("button",{className:"hover:text-grey-700 flex items-center justify-start gap-1",onClick:E(e),onKeyDown:z},n.createElement(Na,{className:"!h-5 !w-5",name:"delete-permanently"})," ",m.select2.delete):null))))},fu=e=>{const{color:t,onChangeColor:a,onClick:r,onKeyDown:o}=e,{texts:i}=Er();return n.createElement(z.Root,{"aria-label":i.select2.chooseColor,className:"grid grid-cols-4 gap-2 focus:outline-none",onClick:r,onKeyDown:o,onValueChange:e=>a(e),value:t},G.map(e=>n.createElement(z.Item,{"aria-label":t,className:l("flex h-6 w-6 cursor-pointer items-center justify-center rounded",$(e)),key:e,onFocus:()=>a(e),value:e},n.createElement(z.Indicator,{asChild:!0},n.createElement(Na,{name:"tick",className:"!h-5 !w-5"})))))},gu=/iPhone|iPad|iPod|Android/i,vu=e=>!(null==e||!e.userAgent)&&gu.test(e.userAgent),hu=n.forwardRef((function(e,t){var a;const{children:r,color:o,description:i,prefix:s,postfix:c,className:u,...d}=e,{fontSize:m,listboxRef:f,multiple:g,onDelete:v,onEdit:h,ref:p,setOpen:w,shouldPauseHoverState:b,tags:x,value:E}=du(),y=l(su(b),cu(m),u),z=Array.isArray(E)?!!E.length:void 0!==E,C=x&&!!o,R=""!==r&&(h||v)?t=>{var l,a;return n.createElement(mu,Object.assign({},t,{color:e.color,key:null!==(l=e.textValue)&&void 0!==l?l:String(e.children),text:null!==(a=e.textValue)&&void 0!==a?a:String(e.children),value:e.value}))}:void 0;return n.createElement(lu,Object.assign({},d,{className:y,onClick:()=>{var e;g?null===(e=p.current)||void 0===e||e.focus():w(!1)},onKeyDown:e=>{Uc(e)&&(g&&"Tab"!==e.key||w(!1))},ref:t}),z?n.createElement(Na,{name:"tick",className:"pointer-events-none invisible -mx-0.5 !h-4 !w-4 group-aria-selected:visible"}):null,C?n.createElement(iu,{className:"pointer-events-none my-1",color:o,icon:s},r):n.createElement(n.Fragment,null,s?"string"==typeof s?n.createElement(Na,{name:s}):s:null,n.createElement("span",{className:"flex w-full justify-between"},n.createElement("span",{className:"flex flex-col"},n.createElement("span",null,r),i?n.createElement("span",{className:"text-grey-700 -mt-1.5 mb-1.5 text-xs"},i):null),n.createElement("span",{className:"flex flex-col self-center"},c?"string"==typeof c?n.createElement(Na,{name:c}):c:null))),R?n.createElement(hr,{icon:"ellipsis-vertical",appearance:"discrete",className:l("group-aria-current:visible invisible -mr-1 ml-auto !h-5 min-h-[theme(spacing.6)] !w-5 min-w-[theme(spacing.6)] hover:!bg-black/[.08] focus:!shadow-none group-hover:visible",{"!visible":vu(null===(a=window)||void 0===a?void 0:a.navigator)}),onClick:e=>{var t;e.stopPropagation(),null==f||null===(t=f.current)||void 0===t||t.setActiveIndex(e.currentTarget.parentElement)},popover:R,tabIndex:-1}):null)})),pu=n.forwardRef((function(e,t){const{children:a,heading:r,hasSeparator:o,...i}=e,s=l("flex flex-col gap-px",{"last:after:content-none after:content-[''] after:bg-grey-300 after:mx-2 after:my-1 after:h-px":o&&a.length},e.className);return n.createElement(au,Object.assign({},i,{className:s,ref:t}),n.createElement(ou,{className:"sticky top-0 bg-white px-2 font-bold leading-8"},r),a)})),wu=n.forwardRef((function(e,t){const a=l("flex items-center text-xs pl-2 h-8",e.className);return n.createElement(ou,Object.assign({},e,{className:a,ref:t}))})),bu=({disabled:e,readOnly:t,...a})=>t?null:n.createElement("div",Object.assign({},a,{className:l({"text-grey-700":e,"text-grey-500":!e})})),xu=n.forwardRef((function(e,t){const{multiple:l,value:a}=du();if(Array.isArray(a)||l){const l=Array.isArray(a)?a:void 0!==a?[a]:void 0;return n.createElement(zu,Object.assign({},e,{ref:t,values:l}))}return n.createElement(yu,Object.assign({},e,{ref:t,value:a}))})),Eu=n.forwardRef((function(e,t){var a;const{children:r,onClick:o,tabIndex:i=0,...s}=e,{disabled:c,fontSize:u,highlighted:d,invalid:m,open:f,readOnly:g}=du(),v=l("px-1.5 h-fit",Dr({...e,disabled:c,highlighted:d,invalid:m,readOnly:g}).replace("w-full","").replace("px-2",""),cu(u),{"select-text":g,"w-full":!(null!==(a=e.className)&&void 0!==a&&a.includes("w-"))},e.className);return n.createElement("button",Object.assign({},s,{"aria-invalid":!!m||void 0,"aria-readonly":!!g||void 0,className:v,disabled:c,onClick:e=>{c||g?e.preventDefault():"function"==typeof o&&o(e)},onFocus:e=>{if(g){const l=e.currentTarget.querySelector(":first-child");var t,n;l&&(null===(t=window.getSelection())||void 0===t||null===(n=t.selectAllChildren)||void 0===n||n.call(t,l))}},ref:t,role:"combobox",tabIndex:c?-1:i,type:"button"}),r,g?null:n.createElement(Na,{name:f?"chevron-up":"chevron-down",className:"pointer-events-none -mr-1 ml-auto"}))})),yu=n.forwardRef((function(e,t){const{children:a,emptyValue:r,value:o,placeholder:i,...s}=e,{disabled:c,readOnly:u,tags:d}=du(),m=l("truncate items-center gap-1"),f=a.find(Ru(o));let g;return i&&void 0===f?g=n.createElement(bu,{disabled:c,readOnly:u},i):f&&(g=d&&r!==o?n.createElement(iu,{className:"truncate",color:f.props.color,disabled:c,icon:f.props.prefix,readOnly:u},f.props.children):n.createElement(n.Fragment,null,f.props.prefix?"string"==typeof f.props.prefix?n.createElement(Na,{name:f.props.prefix,className:"mr-1 !h-5 !w-5"}):f.props.prefix:null,f.props.children)),n.createElement(Eu,Object.assign({},s,{ref:t}),n.createElement("div",{className:m},g))})),zu=n.forwardRef((function(e,t){var a;const{children:r,values:o=[],placeholder:i,...s}=e,{disabled:c,open:u,readOnly:d,setValue:m,tags:f}=du(),g=Xa(t),v=o.map(e=>r.find(t=>t.props.value===e)).filter(e=>!!e);let h,{className:p}=s;return u?(p=l("!absolute z-20 !h-fit",s.className),h=n.createElement(Wo,{className:"my-1 flex max-h-[5.5rem] flex-col"},n.createElement("div",{className:"flex flex-wrap gap-1"},0===v.length?n.createElement(bu,{disabled:c,readOnly:d},i):v.map(e=>n.createElement(iu,{key:String(e.props.value),className:"truncate",color:f?e.props.color:void 0,disabled:c,icon:e.props.prefix,onDelete:t=>{null==t||t.stopPropagation(),null==t||t.preventDefault(),c||d||m(e.props.value)},readOnly:d},e.props.children))))):h=n.createElement(Cu,{key:String(u),valuesAsChildren:v,placeholder:i}),n.createElement("div",{className:"relative inline-flex h-fit flex-grow","data-taco":"select2-container",style:{width:u?null===(a=g.current)||void 0===a?void 0:a.offsetWidth:void 0}},n.createElement(Eu,Object.assign({},s,{className:p,ref:g}),h))})),Cu=({valuesAsChildren:e,placeholder:t})=>{const{disabled:a,open:r,readOnly:o,setValue:i,tags:s}=du(),[c,u]=n.useState(null),d=c?er(c,30):void 0;return n.createElement("div",{className:"relative flex items-center gap-1 overflow-hidden"},n.createElement("div",{className:"flex gap-1 truncate",ref:e=>u(e)},0===e.length?n.createElement(bu,{disabled:a,readOnly:o},t):e.map((e,t)=>{const c=n.createElement(iu,{key:String(e.props.value),className:l("cursor-pointer",{truncate:t===d,hidden:null!=d&&t>d}),color:s?e.props.color:void 0,disabled:a,icon:e.props.prefix,onDelete:r?(u=e.props.value,e=>{null==e||e.stopPropagation(),null==e||e.preventDefault(),a||o||i(u)}):void 0,readOnly:o},e.props.children);var u;return t===d?n.createElement(dr,{key:String(e.props.value),title:String(e.props.children)},c):c})),null!=d&&d<e.length-1?n.createElement(dr,{title:e.slice(d+1).map(e=>e?String(e.props.children):"").join(", ")},n.createElement(Ya,{className:"flex-shrink-0"},"+",e.length-(d+1))):null)},Ru=e=>t=>Array.isArray(e)?e.includes(t.props.value):t.props.value===e,Su=e=>{const{value:t,...l}=e,a=n.useRef(null),r=function(e){const t=n.useRef(e);return n.useEffect(()=>{t.current=e},[e]),t.current}(t);return n.useEffect(()=>{const e=a.current,n=Object.getOwnPropertyDescriptor(window.HTMLSelectElement.prototype,"value").set;if(r!==t&&n){Array.isArray(t)?t.forEach(t=>{const n=e.querySelector(`option[value='${t}']`);n&&(n.selected=!0)}):n.call(e,t);const l=new Event("change",{bubbles:!0});e.dispatchEvent(l)}},[r,t]),n.createElement("select",Object.assign({},l,{defaultValue:t,ref:a,style:{display:"none"}}))},Ou=n.forwardRef((function(e,t){const{onTabKeyPress:a,...r}=e,{listboxRef:o,searchQuery:i,setSearchQuery:s,setValidationError:c,validationError:u,setOpen:d}=du();return n.createElement(ci,{className:l("mx-1.5 mb-1.5 !min-h-fit ",{"!pb-0":!u}),invalid:!!u,message:null==u?void 0:u.message},n.createElement(qr,Object.assign({},r,{"aria-hidden":!0,autoFocus:!0,invalid:!!u,onChange:e=>{u&&c(void 0),s(e.target.value)},onKeyDown:e=>{var t;if(" "!==e.key&&("Tab"===e.key&&(d(!1),a()),Uc(e)||"ArrowDown"===e.key||"ArrowUp"===e.key))return e.preventDefault(),void(null==o||null===(t=o.current)||void 0===t||t.dispatchEvent(Xr(e)))},ref:t,value:i})))})),Au=e=>!!e.props.heading||!!e.props.hasSeparator,Nu=(e,t)=>{var n,l;return!(null===(n=e.props.textValue)||void 0===n||!n.toLowerCase().includes(t.toLowerCase()))||!(null===(l=e.props.description)||void 0===l||!l.toLowerCase().includes(t.toLowerCase()))||String(e.props.children).toLowerCase().includes(t.toLowerCase())},Lu=e=>{const{onCreate:t,options:a}=e,{multiple:r,searchQuery:o,setOpen:i,setSearchQuery:s,setValidationError:c,setValue:u}=du(),{texts:d}=Er(),m=n.useMemo(()=>(e=>{let t={};G.filter(e=>"transparent"!==e).forEach(e=>{t={...t,[e]:0}}),e.reduce((e,t)=>(t.props.color&&(e[t.props.color]=e[t.props.color]?e[t.props.color]+1:1),e),t);const n=Object.keys(t);if(n.length)return n.sort((e,n)=>t[e]-t[n])[0]})(a),[a]);if(!o)return null;const f=l("!w-[calc(100%_-_theme(spacing.3))] ml-1.5",su());return n.createElement("button",{className:f,onClick:function(){try{const e=Js((function(){return Promise.resolve(t(o,m)).then((function(e){u(e.value),r?s(""):i(!1)}))}),(function(e){c(e)}));return Promise.resolve(e&&e.then?e.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},onKeyDown:e=>{Uc(e)&&e.currentTarget.click()}},n.createElement("span",{className:"flex items-center gap-1.5"},d.select2.create,n.createElement(iu,{color:m,className:"cursor-pointer"},o)))},Mu=e=>{const{children:t}=e;return n.createElement(Wo,{className:"flex max-h-[11.5rem] w-full flex-col gap-y-0.5 px-1.5"},t)},Hu=n.forwardRef((function(e,t){const{children:a,defaultValue:r,disabled:o=!1,emptyValue:i,fontSize:s,highlighted:c=!1,invalid:d=!1,loading:m,multiple:f=!1,name:g,onChange:v,onCreate:h,onDelete:p,onEdit:b,placeholder:x,readOnly:E=!1,tags:y=!1,value:z,...C}=e,R=n.useMemo(()=>{if(void 0!==i&&!f)return n.createElement(hu,{key:"__empty",children:"",value:i,className:"h-8"})},[i,f]),S=n.useMemo(()=>R?[R,...a]:a,[R,a]),O=Xa(t),A=n.useRef(null),N=n.useRef(null),{texts:L}=Er(),M=Pr(O),[H,k]=n.useState(!1),[V,I]=n.useState(!1),[j,D]=w.useControllableState({defaultProp:r,onChange:v,prop:z}),T=((e,t)=>n=>{t(t=>Array.isArray(n)?n:e?void 0===t?[n]:Array.isArray(t)?t.includes(n)?t.filter(e=>e!==n):[...t,n]:t===n?[]:[t,n]:n)})(f,D),[F,P]=n.useState(),[B,_]=Ws(),{flattenedChildren:G,filteredChildren:q,searchQuery:K,setSearchQuery:$}=(({children:e,emptyValue:t,multiple:l,open:a,setValue:r,value:o})=>{const[i,s]=n.useState(""),c=n.useMemo(()=>(null==e?void 0:e.map(e=>Au(e)?e.props.children:e).flatMap(e=>e))||[],[e]);n.useEffect(()=>{var e;l||void 0!==t||void 0!==o||r(null==c||null===(e=c[0])||void 0===e?void 0:e.props.value)},[]),n.useEffect(()=>{a||s("")},[a]);const u=n.useMemo(()=>e.map(e=>{if(Au(e)){const t=e.props.children.filter(e=>Nu(e,i));return t.length?n.cloneElement(e,{},t):null}return Nu(e,i)?e:null}).filter(e=>!!e),[c,i]);return{flattenedChildren:c,filteredChildren:u,searchQuery:i,setSearchQuery:s}})({children:S,emptyValue:i,multiple:f,open:V,setValue:T,value:j}),W={disabled:o,highlighted:c,invalid:d,listboxRef:A,multiple:f,onCreate:h,onDelete:p,onEdit:b,open:V,readOnly:E,ref:O,searchQuery:K,searchRef:N,setOpen:I,setSearchQuery:$,setValidationError:P,setValue:T,shouldPauseHoverState:B,setShouldPauseHoverState:_,tags:y,fontSize:s,validationError:F,value:j};let U;C.onBlur&&(U=e=>{var t;const n=e.relatedTarget;if(void 0===n)return;const l=null==n||null===(t=n.closest("[data-radix-popper-content-wrapper] > :first-child"))||void 0===t?void 0:t.id;var a;l&&e.currentTarget.getAttribute("aria-controls")===l||null===(a=C.onBlur)||void 0===a||a.call(C,e)});const J=""===K?G.map(e=>e.props.value):q.map(e=>Au(e)?Array.isArray(e.props.children)&&e.props.children.map(e=>e.props.value):e.props.value).flatMap(e=>e)||[],Y=Array.isArray(j)&&J.every(e=>j.includes(e)),X=n.useMemo(()=>""===K?Y?L.select2.deselectAll:L.select2.selectAll:Y?L.select2.deselectAllResults:L.select2.selectAllResults,[Y,K]),Q=l('border-grey-300 rounded border bg-white py-1.5 shadow-md outline-none"',"flex flex-col gap-px");return n.createElement(uu.Provider,{value:W},n.createElement(u.Root,{open:V,onOpenChange:I},n.createElement(u.Trigger,{asChild:!0,"data-taco":"Select2"},n.createElement(xu,Object.assign({},C,{"aria-haspopup":"listbox",emptyValue:i,onBlur:U,onKeyDown:e=>{var t;if(V)e.preventDefault();else{if(ar(e.currentTarget))return;e.ctrlKey||e.metaKey||"ArrowDown"!==e.key&&!/^[a-z0-9]$/i.test(e.key)||I(!0)}null===(t=A.current)||void 0===t||t.dispatchEvent(Xr(e))},placeholder:x,ref:O}),G)),n.createElement(u.Portal,null,n.createElement(u.Content,{asChild:!0,align:"start",onOpenAutoFocus:()=>{var e;null===(e=O.current)||void 0===e||e.focus()},onCloseAutoFocus:e=>{if(e.preventDefault(),e.stopPropagation(),H){const e=(e=>{if(!e)return null;const t=[...document.querySelectorAll(Qa.join(","))],n=t.indexOf(e);return-1!==n&&n===t.length-1?null:t[n+1]})(O.current);e&&(e.focus(),k(!1))}else{var t;null===(t=O.current)||void 0===t||t.focus()}},sideOffset:4,tabIndex:-1},n.createElement("div",{className:Q,style:{minWidth:null!=M&&M.width?M.width+"px":void 0}},G.length>0||h?n.createElement(n.Fragment,null,n.createElement(Ou,{placeholder:h?L.select2.searchOrCreate:L.select2.search,ref:N,onTabKeyPress:()=>k(!0)}),f&&J.length>1&&n.createElement(n.Fragment,null,n.createElement(Cr,{className:"!justify-start",appearance:"discrete",onClick:Y?()=>{if(""===K)T([]);else{const e=Array.isArray(j)&&j.filter(e=>!J.includes(e));T(e)}}:()=>{if(Array.isArray(j)&&0!==j.length){const e=J.filter(e=>!j.includes(e));T([...j,...e])}else T(J)}},X),n.createElement("div",{className:"border-grey-300 mx-3 rounded border-t"}))):null,m?n.createElement("span",{className:l("text-grey-700 flex items-center italic",s&&cu(s))},n.createElement("span",null,n.createElement(Ir,{delay:0,className:l("ml-3 mr-2 mt-1.5 h-5 w-5",{"!mt-1 !h-3.5 !w-3.5":s===exports.FontSizes.small,"!h-4 !w-4":s===exports.FontSizes.medium,"!h-5 !w-5":s===exports.FontSizes.large})})),n.createElement("span",null,L.listbox.loading)):G.length<=0?n.createElement("div",{className:"text-grey-700 -mt-0.5 flex h-8 items-center px-2",role:"presentation"},"No results found..."):n.createElement(nu,{className:"flex flex-col gap-0.5",customSelector:":scope > button",disabled:o,multiple:f,onKeyDown:e=>{Jc(e)&&_(!0)},readOnly:E,ref:A,setValue:T,tabIndex:-1,value:j},n.createElement(Mu,null,""===K?S:q),h?n.createElement(Lu,{onCreate:h,options:G}):null)))),n.createElement(ku,{emptyValue:i,multiple:f||y,name:g,options:G.map(e=>e.props.value),parentRef:O,setValue:T,value:j})))}));Hu.Option=hu,Hu.Group=pu,Hu.Title=wu;const ku=e=>{const{emptyValue:l,multiple:a,name:r,options:o,parentRef:i,value:s,setValue:c}=e;let u;return((e,n)=>{const[l,a]=t.useState(!1);return t.useEffect(()=>{let t;var l;return e.current&&(t=e.current.closest("form"),a(!!t),n&&t&&t.addEventListener("reset",n),null===(l=e.current.closest("form"))||void 0===l||l.addEventListener("reset",n)),()=>{t&&t.removeEventListener("reset",n)}},[e.current]),l})(i,()=>c(a?[]:void 0))?(void 0!==s&&(u=a?Array.isArray(s)?s.map(String):[null===s?"":String(s)]:null===s?"":String(s)),n.createElement(Su,{"aria-hidden":!0,key:String(u),multiple:a,name:r,value:u},void 0!==l?n.createElement("option",{value:l}):null,o.map(e=>n.createElement("option",{key:String(e),value:String(e)})))):null};function Vu(e){var t,l;const{onAccept:a,table:r,orientation:o,setOrientation:i,size:s,setSize:c,allRows:u,setAllRows:d,splitGroups:m,setSplitGroups:f,...g}=e,{texts:v}=Er(),h=r.getVisibleFlatColumns(),p=r.getRowModel().rows.length*h.length,w=r.getState().grouping.length?null===(t=h.find(e=>e.id===r.getState().grouping[0]))||void 0===t||null===(l=t.columnDef.meta)||void 0===l?void 0:l.header:void 0;return n.createElement(To,Object.assign({},g,{size:"xs"}),n.createElement(To.Content,{"aria-label":v.table.print.warningDialog.title},({close:e})=>n.createElement(n.Fragment,null,n.createElement(To.Title,null,v.table.print.settingsDialog.title),n.createElement("div",{className:"mt-4 flex flex-col gap-2"},n.createElement("div",{className:"grid grid-cols-2 gap-4"},n.createElement(ci,null,v.table.print.settingsDialog.size,n.createElement(Hu,{onChange:c,value:s},n.createElement(Hu.Option,{value:"A5"},v.table.print.settingsDialog.sizeA5),n.createElement(Hu.Option,{value:"A4"},v.table.print.settingsDialog.sizeA4),n.createElement(Hu.Option,{value:"A3"},v.table.print.settingsDialog.sizeA3),n.createElement(Hu.Option,{value:"letter"},v.table.print.settingsDialog.sizeLetter),n.createElement(Hu.Option,{value:"legal"},v.table.print.settingsDialog.sizeLegal))),n.createElement(ci,null,v.table.print.settingsDialog.orientation,n.createElement(Hu,{onChange:i,value:o},n.createElement(Hu.Option,{value:"landscape"},v.table.print.settingsDialog.orientationLandscape),n.createElement(Hu.Option,{value:"portrait"},v.table.print.settingsDialog.orientationPortrait)))),r.options.enableRowSelection&&r.getIsSomeRowsSelected()?n.createElement(ci,null,v.table.print.settingsDialog.rows,n.createElement(Ui,{onChange:d,value:u},n.createElement(Ui.Item,{value:!0},v.table.print.settingsDialog.rowsAll),n.createElement(Ui.Item,{value:!1},v.table.print.settingsDialog.rowsSelected))):void 0,w?n.createElement(ci,null,v.table.print.settingsDialog.layout,n.createElement(jr,{label:v.table.print.settingsDialog.layoutSplitGroups.replace("[COLUMN]",w),checked:m,onChange:f})):null,p>1e4?n.createElement(Ha,{state:"warning"},v.table.print.warningDialog.description):null),n.createElement(To.Footer,null,n.createElement(Fo,null,n.createElement(To.Close,null,n.createElement(Cr,null,v.table.print.warningDialog.cancelButtonText)),n.createElement(Cr,{appearance:"primary",autoFocus:!0,onClick:()=>{e(),setTimeout(()=>a(),1)}},v.table.print.warningDialog.printButtonText))))))}function Iu(e){const{table:t,tableId:l,tableRef:a}=e,{texts:r}=Er(),o=n.useRef(null),i=n.useRef(),s=Es(),c=t.options.meta,{allRows:u,orientation:d,size:m,splitGroups:f}=c.printing.settings,g=n.useCallback(e=>{c.printing.setIsPrinting(e),a.current&&(e?i.current=a.current.scrollTop:void 0!==i.current&&(a.current.scrollTop=i.current,i.current=void 0))},[a.current]);n.useEffect(()=>{const e=()=>{g(!1)};return window.addEventListener("afterprint",e),()=>{window.removeEventListener("afterprint",e)}},[]);const v=function(){try{function e(){n.close(),setTimeout(()=>{g(!0),requestAnimationFrame(()=>{requestAnimationFrame(()=>{if(/^((?!chrome|android).)*safari/i.test(navigator.userAgent))try{document.execCommand("print",!1,void 0)}catch(e){window.print()}else window.print()})})},150)}const n=s.loading(r.table.print.loading),l=function(){if(c.server.isEnabled&&c.server.loadAllIfNeeded){const e=Js((function(){return Promise.resolve(c.server.loadAllIfNeeded(t.getState().sorting,t.getState().columnFilters)).then((function(){}))}),(function(e){const t=`${r.table.print.error}: ${e}`;console.error(t),n.error(t)}));if(e&&e.then)return e.then((function(){}))}}();return Promise.resolve(l&&l.then?l.then(e):e())}catch(e){return Promise.reject(e)}},h=[`@page { size: ${m} ${d}; }`];u||h.push(`table[data-taco^='table']#${l} tr:not([data-row-selected="true"]) { display: none; }`),f&&h.push(`table[data-taco^='table']#${l} tr[data-row-group]:not(:first-child) { break-before: page; }`);const p={key:"p",meta:!0,shift:!1},w=n.createElement(n.Fragment,null,r.table.print.tooltip,n.createElement(Ii,{className:"ml-2",keys:p}));return n.createElement(n.Fragment,null,n.createElement("style",{media:"print"},h.join("\n")),n.createElement(hr,{icon:"print","aria-label":r.table.print.tooltip,dialog:e=>n.createElement(Vu,Object.assign({},e,{table:t,onAccept:v,orientation:d,setOrientation:e=>c.printing.setSetting("orientation",e),size:m,setSize:e=>c.printing.setSetting("size",e),allRows:u,setAllRows:e=>c.printing.setSetting("allRows",e),splitGroups:f,setSplitGroups:e=>c.printing.setSetting("splitGroups",e)})),ref:o,shortcut:p,tooltip:w}))}Hu.displayName="Select2";const ju=(e,t=!1)=>{const[l,a]=n.useState(t),r=n.useCallback(e=>a(e.matches),[]);return n.useEffect(()=>{const t=window.matchMedia(e);return a(t.matches),t.addEventListener("change",r),()=>{t.removeEventListener("change",r)}},[]),l},Du=()=>ju("(min-width: 1024px)",window.innerWidth>1024);function Tu(e,t){var n,l,a,r;return null===(n=e.columnDef.meta)||void 0===n||null===(l=n.header)||void 0===l||null===(a=l.localeCompare)||void 0===a?void 0:a.call(l,null===(r=t.columnDef.meta)||void 0===r?void 0:r.header)}function Fu(e){return!e.value.hasOwnProperty("value")}function Pu(e){var t;const l=null!==(t=null==e?void 0:e.columnDef.meta)&&void 0!==t?t:{};if(Array.isArray(l.filters))return l.filters;if("function"==typeof l.control){const e=l.control({onBlur:()=>{},onFocus:()=>{},setValue:()=>{},value:void 0,disabled:!1,readOnly:!1,ref:void 0});if(n.isValidElement(e)){const{props:t,type:n}=e;if("Select2"===n.displayName)return t.multiple?[exports.TableFilterComparator.HasAnyOf,exports.TableFilterComparator.HasAllOf,exports.TableFilterComparator.IsEqualTo,exports.TableFilterComparator.HasNoneOf,exports.TableFilterComparator.IsEmpty,exports.TableFilterComparator.IsNotEmpty]:[exports.TableFilterComparator.IsEqualTo,exports.TableFilterComparator.IsNotEqualTo,exports.TableFilterComparator.IsEmpty,exports.TableFilterComparator.IsNotEmpty]}}return"number"===l.dataType?[exports.TableFilterComparator.IsEqualTo,exports.TableFilterComparator.IsNotEqualTo,exports.TableFilterComparator.IsGreaterThan,exports.TableFilterComparator.IsLessThan,exports.TableFilterComparator.IsBetween,exports.TableFilterComparator.IsEmpty,exports.TableFilterComparator.IsNotEmpty]:"datepicker"===l.control||"datetime"===l.dataType?[exports.TableFilterComparator.IsEqualTo,exports.TableFilterComparator.IsNotEqualTo,exports.TableFilterComparator.IsBetween,exports.TableFilterComparator.IsLessThan,exports.TableFilterComparator.IsGreaterThan,exports.TableFilterComparator.IsEmpty,exports.TableFilterComparator.IsNotEmpty,exports.TableFilterComparator.IsLessThanOrEqualTo,exports.TableFilterComparator.IsGreaterThanOrEqualTo]:"switch"===l.control?[exports.TableFilterComparator.IsEqualTo]:[exports.TableFilterComparator.Contains,exports.TableFilterComparator.DoesNotContain,exports.TableFilterComparator.IsEqualTo,exports.TableFilterComparator.IsNotEqualTo,exports.TableFilterComparator.IsEmpty,exports.TableFilterComparator.IsNotEmpty]}const Bu=n.forwardRef((e,t)=>{const{allColumns:l,filters:a,onChange:r,value:o=null,...i}=e,{texts:s}=Er(),c=l.find(e=>e.id===o),u=c&&!c.getIsVisible();return n.createElement("div",{className:"flex flex-col"},n.createElement(ci,{message:u?s.table.filters.hiddenColumn:void 0,warning:u,className:"min-h-[theme(spacing.8)]"},n.createElement(Hu,Object.assign({},i,{ref:t,className:"focus:yt-focus !w-32 flex-shrink-0 ",emptyValue:null,onChange:r,value:o}),l.map(e=>{var t,l,r;return n.createElement(Hu.Option,{key:e.id,value:e.id,postfix:!e.getIsVisible()||e.getIsGrouped()?n.createElement(dr,{title:e.getIsGrouped()?s.table.filters.hiddenGroupedColumn:s.table.filters.hiddenColumn},n.createElement(Na,{name:"eye-off",className:"text-grey-500 !h-5 !w-5"})):void 0,disabled:!(e.id===o||e.getCanFilter()&&!a.find(t=>t.id===e.id))},(null===(t=e.columnDef.meta)||void 0===t?void 0:t.header)+(e.parent?` (${null===(l=e.parent)||void 0===l||null===(r=l.columnDef.meta)||void 0===r?void 0:r.header})`:""))}))))});function _u(e){const{column:t,onChange:l,value:a,...r}=e,{texts:o}=Er(),i=Pu(t);return n.createElement(Hu,Object.assign({},r,{className:"!w-32 flex-shrink-0",disabled:!t,onChange:l,value:a}),i.map(e=>n.createElement(Hu.Option,{key:e,value:e},function(e,t,n){var l,a;const r="datepicker"===(null==n||null===(l=n.columnDef)||void 0===l||null===(a=l.meta)||void 0===a?void 0:a.control);switch(e){case exports.TableFilterComparator.Contains:return t.table.filters.comparators.contains;case exports.TableFilterComparator.DoesNotContain:return t.table.filters.comparators.doesNotContain;case exports.TableFilterComparator.IsEqualTo:return t.table.filters.comparators.isEqualTo;case exports.TableFilterComparator.IsNotEqualTo:return t.table.filters.comparators.isNotEqualTo;case exports.TableFilterComparator.IsGreaterThan:return r?t.table.filters.comparators.isAfter:t.table.filters.comparators.isGreaterThan;case exports.TableFilterComparator.IsLessThan:return r?t.table.filters.comparators.isBefore:t.table.filters.comparators.isLessThan;case exports.TableFilterComparator.IsBetween:return t.table.filters.comparators.isBetween;case exports.TableFilterComparator.IsEmpty:return t.table.filters.comparators.isEmpty;case exports.TableFilterComparator.IsNotEmpty:return t.table.filters.comparators.isNotEmpty;case exports.TableFilterComparator.IsLessThanOrEqualTo:return r?t.table.filters.comparators.isOnOrBefore:t.table.filters.comparators.isLessThanOrEqualTo;case exports.TableFilterComparator.IsGreaterThanOrEqualTo:return r?t.table.filters.comparators.isOnOrAfter:t.table.filters.comparators.isGreaterThanOrEqualTo;case exports.TableFilterComparator.HasAnyOf:return t.table.filters.comparators.hasAnyOf;case exports.TableFilterComparator.HasAllOf:return t.table.filters.comparators.hasAllOf;case exports.TableFilterComparator.HasNoneOf:return t.table.filters.comparators.hasNoneOf;default:return""}}(e,o,t))))}function Gu(e){const{column:t,comparator:l,onChange:a,value:r}=e,{texts:o}=Er();if(l===exports.TableFilterComparator.IsEmpty||l===exports.TableFilterComparator.IsNotEmpty)return null;if(l===exports.TableFilterComparator.IsBetween){var i;const e=Array.isArray(r)?r[0]:void 0,l=Array.isArray(r)?r[1]:void 0;return void 0===t?n.createElement(qr,{"aria-label":o.table.filters.emptyFilter.value,className:"flex-grow","data-query-selector":"filter-value",disabled:!0,value:o.table.filters.emptyFilter.value}):"datetime"===(null===(i=t.columnDef.meta)||void 0===i?void 0:i.dataType)?n.createElement("div",{className:"flex flex-grow items-center gap-2"},n.createElement(qu,{column:t,"data-query-selector":"filter-value",onChange:e=>a([e,l]),value:e}),n.createElement(qu,{column:t,"data-query-selector":"filter-value",onChange:t=>a([e,t]),value:l})):n.createElement("div",{className:"flex flex-grow items-center gap-2"},n.createElement(qu,{column:t,"data-query-selector":"filter-value",onChange:e=>a([isNaN(e)?void 0:e,l]),placeholder:"from",value:null!=e?e:""}),n.createElement(qu,{column:t,"data-query-selector":"filter-value",onChange:t=>a([e,isNaN(t)?void 0:t]),placeholder:"to",value:null!=l?l:""}))}return n.createElement(qu,{comparator:l,column:t,"data-query-selector":"filter-value",onChange:a,value:r})}function qu(e){var l,a;const{column:r,onChange:o,value:i,...s}=e,c=null==r||null===(l=r.columnDef.meta)||void 0===l?void 0:l.control,u=null==r||null===(a=r.columnDef.meta)||void 0===a?void 0:a.dataType;return t.useEffect(()=>{"switch"===c&&o(!1)},[]),"function"==typeof c?n.cloneElement(c({...s,setValue:e=>o(e),value:i}),{"data-query-selector":"filter-value",className:"focus:yt-focus"}):"datepicker"===c||"datetime"===u?n.createElement(So,Object.assign({},s,{onChange:e=>o(e.detail),value:i})):"switch"===c?n.createElement(Ci,Object.assign({},s,{className:"m-1.5",checked:Boolean(i),onChange:o})):n.createElement(qr,"input"!==c&&void 0!==c||"number"!==u?Object.assign({disabled:!r},s,{className:"flex-grow",onChange:e=>o(e.target.value),value:String(null!=i?i:"")}):Object.assign({},s,{className:"flex-grow",type:"number",onChange:e=>o(e.target.valueAsNumber),value:String(null!=i?i:"")}))}function Ku(e){const{allColumns:t,filter:l,filters:a,onChange:r,onRemove:o,position:i}=e,{texts:s}=Er(),c=t.find(e=>e.id===l.id),u=n.useRef(null),{id:d,value:{comparator:m,value:f}}=l;return n.useEffect(()=>{u.current&&!d&&u.current.focus()},[d]),n.createElement("div",{className:"flex items-start gap-2"},n.createElement("div",{className:"flex min-h-[theme(spacing.8)] w-14 flex-shrink-0 items-center justify-end pr-2 text-right"},i>0?s.table.filters.conditions.and:s.table.filters.conditions.where),n.createElement(Bu,{allColumns:t,filters:a,onChange:e=>{var n,a,o;const s=t.find(e=>e.id===d),c=t.find(t=>t.id===e);if(null!=s&&null!==(n=s.columnDef.meta)&&void 0!==n&&n.dataType&&(null==s||null===(a=s.columnDef.meta)||void 0===a?void 0:a.dataType)===(null==c||null===(o=c.columnDef.meta)||void 0===o?void 0:o.dataType))return void r(i,{id:e,value:l.value});const u=Pu(c);r(i,{id:e,value:{comparator:u[0],value:void 0}})},value:d,ref:u}),n.createElement(_u,{column:c,onChange:e=>{let t=l.value.value;e!==exports.TableFilterComparator.IsEmpty&&e!==exports.TableFilterComparator.IsNotEmpty||(t=void 0),r(i,{id:d,value:{comparator:e,value:t}})},value:m}),n.createElement(Gu,{column:c,comparator:m,onChange:e=>{r(i,{id:d,value:{...l.value,value:e}})},value:f}),o?n.createElement(hr,{appearance:"discrete",className:"ml-auto",icon:"close",onClick:()=>null==o?void 0:o(i)}):null)}const $u={id:"",value:{comparator:exports.TableFilterComparator.Contains,value:void 0}};function Wu(e){const{length:t,table:l,...a}=e,{locale:r,texts:o}=Er(),i=l.getAllLeafColumns().filter(e=>!Rs(e.id)).sort(Tu),s=l.getState().columnFilters,[c,u]=n.useState(s.length?s:[$u]);n.useEffect(()=>{u(0===s.length?[$u]:s),requestAnimationFrame(()=>{const e=document.querySelectorAll('[data-query-selector="filter-value"]'),t=e.length?e[e.length-1]:void 0;null==t||t.focus()})},[s]);const d=(e,t)=>{u(n=>n.map((n,l)=>l===e?t:n))},m=e=>{u(1!==c.length?t=>t.filter((t,n)=>n!==e):[$u])};return n.createElement(Ro,Object.assign({},a,{onChange:e=>{if(!e){const e=s.filter(e=>!Fu(e));l.setColumnFilters(e),u(0===e.length?[$u]:e)}}}),n.createElement(Ro.Content,null,n.createElement("div",{className:"flex w-[40rem] flex-col gap-4"},n.createElement("div",{className:"flex h-8"},n.createElement("div",{className:"flex w-full items-center gap-2"},n.createElement("h4",{className:"mb-0 inline-flex"},o.table.filters.button),n.createElement("p",{className:"text-grey-700 mb-0 mr-auto mt-px inline-flex"},o.table.filters.total.replace("[CURRENT]",new Intl.NumberFormat(r).format(l.getFilteredRowModel().rows.length)).replace("[TOTAL]",new Intl.NumberFormat(r).format(t))))),n.createElement("div",{className:"flex flex-col gap-2"},c.map((e,t)=>n.createElement(Ku,{key:"filter_"+t,allColumns:i,filter:e,filters:c,position:t,onChange:d,onRemove:c.length>0&&c.some(e=>e.id)||c.length>1?m:void 0})),n.createElement("div",{className:"justify-start"},n.createElement(Cr,{appearance:"discrete",onClick:()=>{u(c.concat($u))}},"+ ",o.table.filters.buttons.addFilter))),n.createElement(Fo,{className:"ml-auto"},n.createElement(Ro.Close,null,n.createElement(Cr,null,"Cancel")),n.createElement(Cr,{onClick:()=>{l.resetColumnFilters(),u([$u])}},"Clear"),n.createElement(Cr,{appearance:"primary",onClick:()=>{l.setColumnFilters(()=>c.filter(e=>{var t,n;if(null===e.id||""===e.id)return!1;const l=null===(t=i.find(t=>t.id===e.id))||void 0===t||null===(n=t.columnDef.meta)||void 0===n?void 0:n.control;return e.value.comparator===exports.TableFilterComparator.IsEmpty||e.value.comparator===exports.TableFilterComparator.IsNotEmpty||"switch"===l||!!e.value.value}))}},"Apply")))))}function Uu(e){const{length:t,table:l}=e,{texts:a}=Er(),r=Du(),o=l.getState().columnFilters,i=o.filter(e=>!Fu(e)),s=n.useRef(null),c={key:"f",meta:!0,shift:!0},u={"aria-label":a.table.filters.tooltip,className:i.length?"!wcag-blue-100":void 0,popover:e=>n.createElement(Wu,Object.assign({},e,{length:t,table:l})),shortcut:c,ref:s,tooltip:n.createElement(n.Fragment,null,a.table.filters.tooltip,n.createElement(Ii,{className:"ml-2",keys:c}))};return n.useEffect(()=>{var e;o.find(Fu)&&(null===(e=s.current)||void 0===e||e.click())},[o]),r||i.length?n.createElement(Cr,Object.assign({},u),n.createElement(Na,{className:r?void 0:"-mr-1.5",name:i.length?"filter-solid":"filter"}),r?a.table.filters.button:"",i.length?`(${i.length})`:""):n.createElement(hr,Object.assign({},u,{icon:"filter"}))}function Ju(e,t){const n=e.options.meta;return e.options.enableHiding||n.columnOrdering.isEnabled||n.fontSize.isEnabled||n.rowHeight.isEnabled||"function"==typeof t}function Yu(e){return n.createElement(n.Fragment,null,e.children)}Yu.Toolbar=function(e){const{children:t,table:l,...a}=e;if(!function(e,t){return t||e.instance.options.enableColumnFilters||e.meta.printing.isEnabled||Ju(e.instance,e.props.customSettings)||e.meta.search.isEnabled||!!e.props.toolbarLeft||!!e.props.toolbarRight}(l,!!t))return null;const r=l.instance.options.enableColumnFilters,o=l.meta.printing.isEnabled,i=Ju(l.instance,l.props.customSettings),s=l.meta.search.isEnabled;return n.createElement(n.Fragment,null,n.createElement("div",Object.assign({},a,{className:"mb-4 flex flex-shrink flex-grow-0 flex-wrap gap-2 print:hidden","data-taco":"table-toolbar"}),l.props.toolbarLeft,n.createElement(Fo,{className:"ml-auto flex-shrink-0 items-center print:hidden"},t,r?n.createElement(Uu,{length:l.meta.length,table:l.instance}):null,l.props.toolbarRight,o?n.createElement(Iu,{table:l.instance,tableId:l.id,tableRef:l.ref}):null,i?n.createElement(Kc,{customSettings:l.props.customSettings,table:l.instance}):null,s?n.createElement(Tc,{scrollToIndex:l.renderer.scrollToIndex,table:l.instance,tableRef:l.ref}):null)),l.props.toolbarPanel?n.createElement("div",{className:"mb-4"},l.props.toolbarPanel):void 0)},Yu.Grid=function(e){var t;const{enableHorizontalArrowKeyNavigation:l,table:a,...r}=e,o=void 0===a.meta.rowActive.rowActiveIndex?e=>{a.meta.rowActive.handleFocus(e,a.meta.length,a.renderer.scrollToIndex)}:void 0;return n.createElement(n.Fragment,null,n.createElement("style",null,a.stylesheet),n.createElement(h.FocusScope,null,n.createElement("table",Object.assign({},r,{id:a.id,"data-table-font-size":a.meta.fontSize.size,"data-table-grouped":!(null===(t=a.state.grouping)||void 0===t||!t.length),"data-table-horizontally-scrolled":!!a.meta.columnFreezing.isHorizontallyScrolled||void 0,"data-table-status":a.meta.server.isEnabled?a.meta.server.isReady?"ready":void 0:"ready","data-table-pause-hover":!!a.meta.rowActive.isHoverStatePaused||void 0,"data-table-resizing":!!a.state.columnSizingInfo.isResizingColumn||void 0,"data-table-row-height":a.meta.rowHeight.height,onFocus:o,onScroll:a.meta.columnFreezing.handleScroll,ref:a.ref,style:a.style,tabIndex:-1}),n.createElement("thead",null,a.instance.getHeaderGroups().map(e=>n.createElement("tr",{key:e.id},e.headers.map(e=>n.createElement(Sc,{key:e.id,header:e,scrollToIndex:a.renderer.scrollToIndex}))))),a.instance.getCoreRowModel().rows.length?n.createElement(n.Fragment,null,n.createElement(Mc,{enableHorizontalArrowKeyNavigation:l,table:a.instance,tableElement:a.ref.current,scrollToIndex:a.renderer.scrollToIndex,style:a.renderer.style},a.renderer.rows),a.meta.footer.isEnabled?n.createElement(kc,{table:a.instance}):null):n.createElement(jc,{emptyState:a.props.emptyState}))))};const Xu=Cs((function(e,t){const l=function(e,t){return uc(e,t,wc)}(e,t);return n.createElement(Yu,null,n.createElement(Yu.Toolbar,{table:l}),n.createElement(Yu.Grid,{"data-taco":"table-report",table:l}))})),Qu=Cs((function(e,t){const l=String(e.children),a=n.useMemo(()=>String("tableKey_"+l),[l]);return n.createElement(Xu,Object.assign({},e,{key:a,ref:t}))}));Qu.Column=function(e){return null},Qu.Group=function(e){return null};const Zu=(e,t)=>{var n;const l={index:e.index,indexPath:e.id,values:e.original};return(null===(n=e.subRows)||void 0===n?void 0:n.length)>0?(l.isExpanded=!!e.isExpanded,l.depth=e.depth,l.toggleRowExpanded=()=>e.toggleRowExpanded(!l.isExpanded)):t&&(l.isExpanded=!!e.isExpanded,l.toggleRowExpanded=()=>e.toggleRowExpanded(!l.isExpanded)),e.toggleRowEditing&&(l.isEditing=!!e.isEditing,l.toggleRowEditing=e.toggleRowEditing),l},ed=(e,t)=>{const l=[];return{columns:n.Children.toArray(e).filter(e=>!!e&&!e.props.hidden).map(({props:{children:e,...n}})=>{const a={...n};if(a.sortType=a.sortType||"auto",a.disableSortBy=a.disableSorting,n.title&&e){a.Header=n.title;const{columns:r,sortRules:o}=ed(e,t);a.columns=r,o.forEach(e=>l.push(e))}else a.accessor=n.accessor,a.Header=n.headRenderer||"",a.Cell=e=>{var l,a;const r={accessor:e.cell.column.id,row:Zu(e.cell.row,t),value:e.cell.value};return r.row.isEditing&&"function"==typeof n.editRenderer?n.editRenderer(r):"function"==typeof n.cellRenderer?null!==(l=n.cellRenderer(r))&&void 0!==l?l:null:null!==(a=r.value)&&void 0!==a?a:null},a.align=n.align,a.flex=n.flex,n.sort&&!n.disableSorting&&l.push({id:n.accessor,desc:"desc"===n.sort});return a}),sortRules:l}},td=e=>null==e?void 0:e.map(e=>({id:e.accessor,desc:e.desc})),nd=e=>{const t="string"==typeof e?new Date(e):e;return null!=t&&t.getTime?t.getTime():void 0},ld=(e="",t=",")=>{if("number"==typeof e)return e;if(null===e||!e.length)return;let n;return n=Number(","===t?e.replace(/\./g,"").replace(",","."):e.replace(/,/g,"")),Number.isNaN(n)?void 0:n},ad=e=>{if(e)return String(e).toLowerCase()},rd=e=>"boolean"==typeof e?e:isNaN(e)?ad(e):Number(e),od=(e,t)=>void 0!==e&&void 0===t?1:e===t?0:e>t?1:-1,id=(e,t,n)=>e&&t?((e,t,n)=>{const l=e.localeCompare(t,n);return 0===l?0:l>0?1:-1})(e,t,n):od(e,t);function sd(e,t){if(t.type===k.actions.init)return{allowEditing:!0,editingRowUniqueId:null,...e};if(t.type===k.actions.resetRowEditing||t.type===k.actions.resetPage||t.type===k.actions.gotoPage)return{...e,editingRowUniqueId:null};if(t.type===k.actions.toggleRowEditing){const{id:n}=t;return{...e,editingRowUniqueId:n}}return t.type===k.actions.toggleEditing?{...e,allowEditing:!e.allowEditing}:e}function cd(e){const{dispatch:t}=e,l=n.useCallback(()=>{t({type:k.actions.resetRowEditing})},[t]),a=n.useCallback(e=>{t({type:k.actions.toggleRowEditing,id:e})},[t]),r=n.useCallback(()=>{t({type:k.actions.toggleEditing})},[t]);Object.assign(e,{resetRowEditing:l,toggleRowEditing:a,toggleEditing:r})}k.actions.resetRowEditing="resetRowEditing",k.actions.toggleRowEditing="toggleRowEditing",k.actions.toggleEditing="toggleEditing";const ud=(e,t)=>{const n=[],l=[];if(e){let a=e.filter(e=>!!e&&"boolean"!=typeof e);t&&(a=a.filter(e=>void 0===e.visible||("function"==typeof e.visible?e.visible(t):e.visible))),a.forEach(e=>{e.showOnRow?n.push(e):l.push(e)})}return[n,l]},dd=(e,t)=>({"aria-label":"function"==typeof e.tooltip?e.tooltip(t):e.tooltip,disabled:"function"==typeof e.disabled?e.disabled(t):e.disabled,onClick:n=>{e.onClick(t,n)}}),md=()=>(n.useEffect(()=>{const e=e=>{var t,n;"Escape"===e.key&&null!==(t=e.target)&&void 0!==t&&null!==(n=t.form)&&void 0!==n&&n.reset&&(e.preventDefault(),e.target.form.reset())};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[]),n.createElement("div",{className:"-mt-1 -mb-1 h-8 flex"},n.createElement(hr,{appearance:"primary",icon:"tick",type:"submit",className:"mr-2"}),n.createElement(hr,{appearance:"ghost",icon:"close",type:"reset"})));function fd(e,t){if(t.type===k.actions.init)return{draggingRowIndexPath:null,...e};if(t.type===k.actions.resetRowDragging)return{...e,draggingRowIndexPath:null};if(t.type===k.actions.toggleRowDragging){const{indexPath:n}=t;return{...e,draggingRowIndexPath:n}}return e}k.actions.resetRowDragging="resetRowDragging",k.actions.toggleRowDragging="toggleRowDragging";const gd=(e,{instance:t})=>{var n;e.toggleRowDragging=()=>{t.dispatch(t.state.draggingRowIndexPath===e.id?{type:k.actions.resetRowDragging}:{type:k.actions.toggleRowDragging,indexPath:e.id})},e.isDragging=!(!t.state.draggingRowIndexPath||t.state.draggingRowIndexPath!==e.id&&(null===(n=t.state.selectedRowIds)||void 0===n||!n[e.id]))},vd=e=>[{id:"draggable",className:"yt-table__cell--draggable flex-col px-0",Cell:()=>n.createElement(Na,{name:"drag",className:"text-grey-700 invisible w-[20px] cursor-grab"}),flex:"0 0 20px"},...e],hd=10,pd=(e,t)=>{var l;const{children:a,data:r,onRowClick:o,onRowDrag:i,onSelectedRows:s,rowClassName:c,rowExpansionRenderer:u,rowHeight:d,selectedRows:m,disableSorting:f,manualSorting:g,onSort:v,sortRules:h,disablePagination:p=!0,length:b,onPaginate:x,pageSize:E=hd,pageIndex:y=0,inlineEditingUniqueId:z,onRowCreate:C,actions:R,onRowEdit:S,onRowCopy:O,onRowDelete:N,onRowActive:L,windowed:M=!1,...H}=e;if(s&&!m||!s&&m)throw new Error("Selected rows in a Table component are fully controlled - you must pass both the `onSelectedRows` and `selectedRows` props when using row selection");const{texts:V,locale:I}=Er(),{columns:j,sortRules:D}=n.useMemo(()=>ed(a,u),[a,u]),T=!p&&!!x&&!!b,{headerGroups:F,rows:P,sortedRows:B,prepareRow:_,state:G,page:q,gotoPage:K,setPageSize:$,...W}=k.useTable({columns:j,data:r,initialState:{sortBy:td(h)||D,pageSize:p?void 0:E,pageIndex:p?void 0:y},manualPagination:T,pageCount:T&&b?Math.ceil(b/E):-1,manualSortBy:g,disableSortBy:f,autoResetExpanded:!1,autoResetSelectedRows:!1,autoResetSortBy:!1,autoResetPage:!1,sortTypes:n.useMemo(()=>(e=>({datetime:(e,t,n)=>{const l=nd(e.values[n]),a=nd(t.values[n]);return od(l,a)},string:(t,n,l)=>{const a=ad(t.values[l]),r=ad(n.values[l]);return id(a,r,e)},number:(e,t,n)=>{const l=ld(e.values[n]),a=ld(t.values[n]);return od(l,a)},boolean:(e,t,n)=>od(!!e.values[n],!!t.values[n]),auto:(t,n,l)=>{const a=rd(t.values[l]),r=rd(n.values[l]);return"string"==typeof a&&"string"==typeof r?id(a,r,e):od(a,r)}}))(I),[]),useControlledState:e=>n.useMemo(()=>({...e,selectedRowIds:m||[]}),[e,m])},k.useRowState,k.useSortBy,k.useExpanded,k.usePagination,(e=>{const t=t=>{if(k.useRowSelect(t),e){const l=(t,n)=>e(e=>{const l={...e};return n?l[t]=!0:delete l[t],l});t.prepareRow.push(e=>{e.toggleRowSelected=()=>l(e.id,!e.isSelected)});const a=n.useRef();t.visibleColumns.push(t=>[{id:"selection",Header:({getToggleAllRowsSelectedProps:t,rows:l})=>{const{...a}=t();return n.createElement(jr,Object.assign({},a,{onChange:t=>{e(t?Object.assign({},Array(l.length).fill(!0)):{})}}))},Cell:({row:e,rows:t})=>{const{...r}=e.getToggleRowSelectedProps(),o=t.findIndex(t=>t.index===e.index);return n.createElement(jr,Object.assign({},r,{className:"!mt-2.5",onClick:n=>{if(n.shiftKey){const[e,n]=[(s=o)<(i=a.current||0)?s:i,s>i?s:i];for(let a=e;a<=n;a++)l(t[a].id,!0)}else l(e.id,!r.checked);var i,s;a.current=o},onChange:()=>!1}))},flex:"0 0 36px",className:"flex-col justify-start !py-0"},...t])}};return t.pluginName="useRowSelect",t})(s),(e=>{const t=t=>{e&&(t.stateReducers.push(fd),t.prepareRow.push(gd),t.visibleColumns.push(vd),t.getRowProps.push((e=>(t,{instance:n,row:l})=>[t,{draggable:!0,onDragStart:t=>{t.persist(),l.toggleRowDragging();const a=[l.id,...Object.keys(n.state.selectedRowIds)],r=n.rows.filter(e=>a.includes(e.id)).map(Zu);e(r,e=>{const n=window.document.createElement("div");n.id="yt-table__drag__placeholder",n.innerText=e,window.document.body.appendChild(n),"function"==typeof DataTransfer.prototype.setDragImage&&t.dataTransfer.setDragImage(n,0,20)},t)},onDragEnd:()=>{const e=document.getElementById("yt-table__drag__placeholder");e&&e.parentNode&&e.parentNode.removeChild(e),l.toggleRowDragging()}}])(e)))};return t.pluginName="useRowDraggable",t})(i),(e=>{const t=t=>{e&&(t.stateReducers.push(sd),t.useInstance.push(cd),t.prepareRow.push((e=>(t,{instance:n})=>{const l=t.original[e];t.toggleRowEditing=()=>{n.state.editingRowUniqueId===l?n.resetRowEditing():n.toggleRowEditing(l)},t.isEditing=t.original._createKey?n.state.editingRowUniqueId===t.original._createKey:n.state.editingRowUniqueId===l,t.canEdit=n.state.allowEditing&&(t.isEditing||!n.state.editingRowUniqueId)})(e)))};return t.pluginName="useRowEditing",t})(z),((e,t,l,a,r,o=!1)=>{const i=!!e,s=((e,t,n)=>{const[l,a]=ud(n);let r=l.length+(a.length?1:0);return t.onRowCreate&&r++,t.onRowCopy&&r++,t.onRowDelete&&r++,(e||t.onRowEdit)&&(r++,r<2&&r++),r})(e,t,l),c=c=>{((e,t,n)=>!!n||t.onRowCreate||t.onRowCopy||t.onRowDelete||!!e||t.onRowEdit)(e,t,l)&&c.visibleColumns.push(e=>[...e,{id:"_actions",className:"flex justify-end px-1 overflow-visible",flex:`0 0 calc((${s} * 2rem) + .5rem)`,Cell:({row:e})=>{if(e.isEditing)return n.createElement(md,null);const s=Zu(e,a),[c,u]=ud(l,s),d=n.createElement(n.Fragment,null,t.onRowCreate&&n.createElement(hr,{appearance:"discrete",icon:"circle-plus","aria-label":r.legacyTable.newSubRow,tooltip:r.legacyTable.newSubRow,disabled:i&&!e.canEdit,onClick:n=>{n.stopPropagation(),n.persist(),e.setActive(),e.isExpanded||e.toggleRowExpanded(),t.onRowCreate(s,n)}}),(i||t.onRowEdit)&&n.createElement(hr,{appearance:"discrete",icon:"edit","aria-label":r.legacyTable.edit,tooltip:r.legacyTable.edit,disabled:i&&!e.canEdit,onClick:n=>{n.stopPropagation(),e.setActive(),i?e.toggleRowEditing():t.onRowEdit&&(n.persist(),t.onRowEdit(s,n))}}),t.onRowCopy&&n.createElement(hr,{appearance:"discrete",icon:"copy","aria-label":r.legacyTable.copy,tooltip:r.legacyTable.copy,disabled:i&&!e.canEdit,onClick:n=>{n.stopPropagation(),n.persist(),e.setActive(),t.onRowCopy(s,n)}}),t.onRowDelete&&n.createElement(hr,{appearance:"discrete",icon:"delete","aria-label":r.legacyTable.del,tooltip:r.legacyTable.del,disabled:i&&!e.canEdit,onClick:n=>{n.stopPropagation(),n.persist(),e.setActive(),t.onRowDelete(s,n)}}),c.map((e,t)=>n.createElement(hr,Object.assign({},dd(e,s),{key:t,appearance:"discrete",icon:"function"==typeof e.icon?e.icon(s):e.icon,tooltip:"function"==typeof e.tooltip?e.tooltip(s):e.tooltip}))),u.length?n.createElement(Zi,null,n.createElement(Zi.Trigger,null,n.createElement(hr,{appearance:"discrete",icon:"ellipsis-vertical","aria-label":r.legacyTable.actions,tooltip:r.legacyTable.actions,disabled:i&&!e.canEdit,onClick:t=>{t.stopPropagation(),e.setActive()}})),n.createElement(Zi.Content,null,u.map((e,t)=>n.createElement(Zi.Item,Object.assign({key:t,icon:"function"==typeof e.icon?e.icon(s):e.icon},dd(e,s)),"function"==typeof e.text?e.text(s):e.text)))):null);return o?n.createElement("div",{className:"-mt-1 -mb-1 h-8 flex"},d):n.createElement(A.InView,{rootMargin:"100px 0px"},({inView:e,ref:t})=>n.createElement("div",{className:"-mt-1 -mb-1 h-8 flex",ref:t},e?d:null))}}])};return c.pluginName="useRowActions",c})(z,{onRowCreate:C,onRowEdit:S,onRowCopy:O,onRowDelete:N},R,u,V,M));((e,t,l)=>{n.useEffect(()=>{!e&&t&&t(l.pageIndex,l.pageSize)},[l.pageIndex,l.pageSize])})(p,x,G),((e,t,l,a,r)=>{n.useEffect(()=>{if(l){const n=r.sortBy.map(e=>({accessor:e.id,desc:e.desc}));if(a)l(n);else{let a;n.length&&null!=t&&t.length&&(a=t.map(e=>e.original)),l(n,a||e)}}},[l&&JSON.stringify(r.sortBy),a])})(r,B,v,!!g,G);const U=((e,t)=>{const l=n.useMemo(()=>({toggleAllRowsExpanded:e.toggleAllRowsExpanded,toggleHideAllColumns:e.toggleHideAllColumns,toggleHideColumn:e.toggleHideColumn,toggleEditing:e.toggleEditing,toggleRowEditing:e.toggleRowEditing,resetRowEditing:e.resetRowEditing,toggleRowExpanded:e.toggleRowExpanded,toggleSortBy:e.toggleSortBy}),[]);return n.useEffect(()=>{null!=t&&t.current&&(t.current.instance=l)},[t]),l})(W,t),J=p||T?P:q,[Y,X,Q,Z]=((e,t,l,a)=>{const r=e.dangerouslyHijackGlobalKeyboardNavigation,[o,i]=w.useControllableState({prop:e.activeIndex,defaultProp:void 0!==e.defaultActiveIndex?e.defaultActiveIndex:r?0:void 0,onChange:t=>{var n;void 0!==t&&(null===(n=e.onChangeActiveIndex)||void 0===n||n.call(e,t))}}),s=e=>{var n,s;const c=e.metaKey||e.ctrlKey||e.altKey||e.shiftKey;if(r&&document.activeElement!==a.current&&"search"!==(null===(n=document.activeElement)||void 0===n?void 0:n.getAttribute("type"))&&document.activeElement!==document.body&&"dialog"!==(null===(s=document.activeElement)||void 0===s?void 0:s.getAttribute("role")))return;if(!r&&document.activeElement!==a.current)return;if(void 0!==o){const n=t[o];if(n){const t=Zu(n,l.rowExpansionRenderer);if(l.onRowClick&&"Enter"===e.key)return e.preventDefault(),void l.onRowClick(t);if(n.toggleRowSelected&&" "===e.key)return e.preventDefault(),void n.toggleRowSelected();if(n.toggleRowExpanded){if(n.isExpanded&&"ArrowLeft"===e.key)return e.preventDefault(),void n.toggleRowExpanded();if(!n.isExpanded&&"ArrowRight"===e.key)return e.preventDefault(),void n.toggleRowExpanded()}if(n.toggleRowEditing&&n.canEdit&&!n.isEditing){if(l.onRowCreate&&e.shiftKey&&"n"===e.key)return e.preventDefault(),n.isExpanded||n.toggleRowExpanded(),void l.onRowCreate(t,e);if("e"===e.key)return e.preventDefault(),void n.toggleRowEditing()}if(l.onRowEdit&&"e"===e.key&&!c)return e.preventDefault(),void l.onRowEdit(t,e);if(l.onRowCopy&&"c"===e.key&&!c)return e.preventDefault(),void l.onRowCopy(t,e);if(l.onRowDelete&&"Delete"===e.key&&!c)return e.preventDefault(),void l.onRowDelete(t,e)}}const u=Kr(e.key,t.length,o);void 0!==u&&(e.preventDefault(),i(u))};return n.useEffect(()=>(r&&window.addEventListener("keydown",s),()=>{r&&window.removeEventListener("keydown",s)}),[s]),[o,i,e=>{r||s(e.nativeEvent)},()=>{void 0===o&&t.length&&i(0)}]})(e,J,{onRowClick:o,onRowCreate:C,onRowEdit:S,onRowCopy:O,onRowDelete:N,rowExpansionRenderer:u},t);((e,t,l,a)=>{n.useEffect(()=>{if(void 0!==e&&t.length&&a){const n=t[e];if(n){const e=Zu(n,l);a(e)}}},[e,t])})(Y,P,u,L);const ee=n.useCallback((e,t)=>{_(e),e.setActive=()=>X(t)},[_,X]);return{rowProps:{activeIndex:Y,setActiveIndex:X,onRowClick:o,rowClassName:c,rowExpansionRenderer:u,rowHeight:d,inlineEditingUniqueId:z},tableProps:{...H,headerGroups:F,onFocus:Z,onKeyDown:Q,tabIndex:null!==(l=H.tabIndex)&&void 0!==l?l:0},state:G,pagination:p?null:{length:T&&b?b:r.length,pageIndex:G.pageIndex,pageSize:G.pageSize,setPageIndex:K,setPageSize:$},rows:J,prepareRow:ee,instance:U}},wd=(e,t)=>{const a={...e.getCellProps(),className:l("yt-table__cell flex-1 truncate p-2 align-middle",e.column.className,{"justify-start text-left":"left"===e.column.align,"justify-end text-right":"right"===e.column.align,"text-center":!e.column.align}),style:{...e.column.style,flex:"function"==typeof e.column.flex?e.column.flex(t):e.column.flex}};return n.createElement("div",Object.assign({},a,{role:"gridcell","data-taco":"table-cell"}),e.render("Cell")||null)},bd=n.forwardRef((function({row:e,index:t,instance:a,...r},o){const{activeIndex:i,onRowClick:s,rowClassName:c,rowExpansionRenderer:u,rowHeight:d,setActiveIndex:m,style:f,inlineEditingUniqueId:g}=r,v=Zu(e,u),p={...e.getRowProps(),style:{...f,minHeight:d?d+"px":void 0,paddingLeft:e.depth?2*e.depth+"rem":void 0},className:l("yt-table__row border-grey-300 flex border-b min-h-[2.5rem] hover:bg-grey-100",{"yt-table__row--active bg-grey-200 hover:bg-grey-200":i===t,"yt-table__row--clickable":!!s,"yt-table__row--dragging":!!e.isDragging,"yt-table__row--editing":!!e.isEditing},"function"==typeof c?c(v):c),onClick:s?e=>{(e.target===e.currentTarget||e.target.classList.contains("yt-table__cell"))&&(e.preventDefault(),e.persist(),m(t),s(v))}:()=>{m(t)}};let w=e.cells;e.depth>0&&(w=e.cells.filter(e=>!e.column.hiddenOnSubRows));const b=u&&e.isExpanded&&n.createElement("div",null,u(v,a)),x=n.useMemo(()=>n.createElement(n.Fragment,null,n.createElement(h.FocusScope,{key:e.original._createKey,contain:!0,restoreFocus:!0,autoFocus:!0},n.createElement("div",Object.assign({},p,{role:"row",ref:o}),n.createElement("input",{type:"hidden",name:"_rowIndexPath",value:e.id}),n.createElement("input",{type:"hidden",name:"_inlineEditingUniqueId",value:e.original[g]}),w.map(e=>wd(e,v)))),b),[e.original._createKey]);return e.isEditing?x:n.createElement(n.Fragment,null,n.createElement("div",Object.assign({},p,{role:"row",ref:o}),w.map(e=>wd(e,v))),b)})),xd=({cell:e})=>{const t={...e.getHeaderProps(),...e.getSortByToggleProps&&e.getSortByToggleProps({title:void 0}),className:l("yt-table__cell flex flex-1 truncate p-2 align-middle text-grey-700 hover:text-black",e.className,{"yt-table__cell__group":!!e.columns,"cursor-pointer":!e.disableSorting,"justify-start text-left":"left"===e.align,"justify-end text-right":"right"===e.align,"justify-center text-center":"center"===e.align||!e.align}),style:{...e.style,flex:e.flex}};return e.isSorted&&(t["aria-sort"]=e.isSortedDesc?"descending":"ascending"),n.createElement("div",Object.assign({},t,{key:e.id,"data-taco":"table-column"}),n.createElement("span",{className:"truncate"},e.render("Header")),e.isSorted?n.createElement(Na,{name:e.isSortedDesc?"chevron-down-solid":"chevron-up-solid",className:"-mt-0.5"}):null)},Ed=()=>null,yd=n.forwardRef((function(e,t){const a=Xa(t),{autoFocus:r,children:o,headerGroups:i,headerRef:s,bodyRef:c,...u}=e;n.useEffect(()=>{r&&a.current&&a.current.focus()},[]);const d=l("yt-table flex flex-col focus:yt-focus focus:rounded-sm",e.className);return n.createElement("div",Object.assign({},u,{role:"table",className:d,ref:a}),n.createElement("div",{role:"rowgroup",className:"yt-table__head",ref:s},null==i?void 0:i.map((e,t)=>n.createElement("div",{key:t,role:"row",className:"border-grey-300 flex h-auto min-h-[2.5rem] w-full select-none border-b-2 border-t-0 font-bold"},e.headers.map((e,t)=>n.createElement(xd,{key:t,index:t,cell:e}))))),n.createElement("div",{role:"rowgroup",className:"yt-table__body",ref:c},o))})),zd=n.forwardRef((function(e,t){const{emptyStateRenderer:l=Ed,...a}=e,r=Xa(t),{rowProps:o,tableProps:i,rows:s,prepareRow:c,pagination:u,instance:d}=pd(a,r);let m;return u&&(m=n.createElement(hs,{className:"my-4 w-full",length:u.length,pageIndex:u.pageIndex,pageSize:u.pageSize,setPageIndex:u.setPageIndex,setPageSize:u.setPageSize,showPageControls:u.length>u.pageSize,dangerouslyHijackGlobalKeyboardNavigation:e.dangerouslyHijackGlobalKeyboardNavigation})),n.createElement(n.Fragment,null,m,n.createElement(yd,Object.assign({},i,{ref:r}),s.length?s.map((e,t)=>(c(e,t),n.createElement(bd,Object.assign({},o,{key:t,index:t,row:e,instance:d,headerGroups:i.headerGroups})))):l()),m)}));zd.Column=()=>null,zd.Group=()=>null;const Cd=n.forwardRef((function(e,t){return n.createElement(zd,Object.assign({},e,{disablePagination:!1,ref:t}))}));Cd.Column=()=>null,Cd.Group=()=>null;const Rd=n.memo(({data:e,index:t,style:{...l}})=>{const{texts:a}=Er(),{rows:r,setRowHeight:o,rowProps:i,tableProps:s,instance:c,prepareRow:u,rowHeights:d}=e,m=r[t],f=n.useRef(null);return n.useEffect(()=>{null!=f&&f.current&&o(t,f.current.getBoundingClientRect().height)},[d[t]]),m?(u(m,t),n.createElement(bd,Object.assign({},i,{style:l,key:t,index:t,row:m,instance:c,headerGroups:s.headerGroups,setRowHeight:o,ref:f}))):n.createElement("div",{className:"yt-table__row",role:"row",style:l},n.createElement("div",{className:"yt-table__cell text-grey-300"},a.legacyTable.loading))},V.areEqual),Sd=(e={})=>{const t=Object.keys(e);return t.reduce((t,n)=>t+e[n],0)/t.length},Od=n.forwardRef((function(e,t){const a=Xa(t),{emptyStateRenderer:r=Ed,length:o,loadMore:i,...s}=e,{rowProps:c,tableProps:u,rows:d,prepareRow:m,instance:f,state:g}=pd({...s,windowed:!0},a),v=n.useRef(null),[h,p]=n.useState(null),w=Pr(a),b=Pr(v),x=w&&b?w.height-b.height:null,E=c.rowHeight||40,y=n.useRef({}),z=n.useCallback((e,t)=>{y.current[e]!==t&&(y.current={...y.current,[e]:t},h&&h.resetAfterIndex(0))},[]),C=n.useCallback(e=>y.current[e]||E,[]);n.useEffect(()=>{h&&void 0!==c.activeIndex&&h.scrollToItem(c.activeIndex,"start")},[h,c.activeIndex]),n.useEffect(()=>{y.current={},h&&h.resetAfterIndex(0)},[d.length]);const R=l(u.className,"yt-table--windowed",{"table-with-scrollbar":null!==x&&(E*e.data.length||0)>x});let S;if(x&&d.length){const e={height:x,itemData:{rows:d,setRowHeight:z,rowProps:c,tableProps:u,instance:f,prepareRow:m,state:g,rowHeights:y.current},estimatedItemSize:Sd(y.current),itemSize:C,width:"100%"};S=i&&o?n.createElement(I,{isItemLoaded:e=>!!d[e],itemCount:o,loadMoreItems:i},({onItemsRendered:t,ref:l})=>n.createElement(V.VariableSizeList,Object.assign({},e,{itemCount:o,onItemsRendered:t,ref:e=>{l(e),p(e)}}),Rd)):n.createElement(V.VariableSizeList,Object.assign({},e,{itemCount:d.length,ref:e=>{p(e)}}),Rd)}return n.createElement(yd,Object.assign({},u,{className:R,headerRef:v,ref:a}),S||r())}));Od.Column=()=>null,Od.Group=()=>null;const Ad=e=>{var t;return null!==(t=null==e?void 0:e.split(".").map(Number))&&void 0!==t?t:[]},Nd=(e,t)=>{if(!t)return;const n=[...e],l=Ad(String(t));if(l.length){const e=l.shift();return l.reduce((e,t)=>{var n;return null==e||null===(n=e.subRows)||void 0===n?void 0:n[t]},n[e])}},Ld=e=>{let t;if(e){const n=Ad(e);n.pop(),n.length&&(t=n.join("."))}return t},Md=(e,t,n={})=>{const l=JSON.parse(JSON.stringify(e));let a;if(t){var r;const e=Ad(t),o=Nd(l,e.join(".")),i=null!==(r=null==o?void 0:o.subRows)&&void 0!==r?r:[],s=e.map(e=>`[${e}]`).join(".subRows")+".subRows";i.unshift(n),j(l,s,i),e.push(0),a=e.join(".")}else l.unshift(n),a="0";return[l,a]},Hd=(e,t)=>{const n=JSON.parse(JSON.stringify(e)),l=Ad(t),a=Number(l.shift());if(l.length){const e=l.map(e=>`subRows[${e}]`).join(".");D(n[a],e),l.pop();const t=l.length?l.map(e=>`subRows[${e}]`).join(".")+".subRows":"subRows";j(n[a],t,T(S(n[a],t)))}else F(n,a);return n};function kd(e){const{_meta:t,...n}=null!=e?e:{};return{...null==t?void 0:t.original,...n}}function Vd(e){var t;const{cell:l,cellRef:a,isActiveRow:r}=e,{texts:o}=Er(),[i,s]=n.useState(!1),c=l.getContext().table.options.meta,u=null!==(t=l.column.columnDef.meta)&&void 0!==t?t:{},d=c.editing.getRowMoveReason(l.row.id);if(n.useEffect(()=>{if(a.current)if(r&&d){var e;const n=null===(e=a.current.parentElement)||void 0===e?void 0:e.querySelector('td[data-taco="cell-control"]');var t;a.current===n&&(s(!0),null===(t=a.current.parentElement)||void 0===t||t.setAttribute("data-row-editing-move","true"))}else{var n;s(!1),null===(n=a.current.parentElement)||void 0===n||n.removeAttribute("data-row-editing-move")}return()=>{var e;a.current&&(null===(e=a.current.parentElement)||void 0===e||e.removeAttribute("data-row-editing-move"))}},[a,r,d]),!i)return null;const{title:m,description:f}=function(e,t){let n="",l="";switch(t){case"filter":n=e.table3.editing.rowIndicator.rowWillBeHidden,l=e.table3.editing.rowIndicator.rowWillMoveReasonFilter;break;case"search":n=e.table3.editing.rowIndicator.rowWillBeHidden,l=e.table3.editing.rowIndicator.rowWillMoveReasonSearch;break;case"sorting":n=e.table3.editing.rowIndicator.rowWillMove,l=e.table3.editing.rowIndicator.rowWillMoveReasonSorting}return{title:n,description:l}}(o,d);return n.createElement(dr,{placement:"bottom",title:f.replace("[COLUMN]",u.header)},n.createElement("span",{className:"wcag-blue-500 absolute left-0 top-full ml-1 whitespace-nowrap rounded-b-md px-1 py-1 text-xs font-bold z-10"},n.createElement(Na,{name:"info",className:"-mt-0.5 mr-1 !h-4 !w-4 rounded-full bg-white !p-0 text-blue-500"}),m))}const Id=t.forwardRef((function(e,n){const{onKeyDown:a,...r}=e,o=l(Dr(e),"pt-[5px] pb-[7px] min-h-[75px] disabled:resize-none !leading-5",e.className);return t.createElement("textarea",Object.assign({},r,{className:o,"data-taco":"textarea",onKeyDown:e=>{if(1!==e.key.length||rr(e)||e.stopPropagation(),"Home"===e.key||"End"===e.key){e.preventDefault();const t="End"===e.key?e.currentTarget.value.length:0;e.currentTarget.setSelectionRange(t,t),e.currentTarget.scrollTop="End"===e.key?e.currentTarget.scrollHeight:0}a&&a(e)},ref:n}))})),jd=n.forwardRef((function(e,t){const{fontSize:l,isTruncated:a,...r}=e,o=Xa(t),i=n.useRef(0);n.useLayoutEffect(()=>{o.current&&(i.current=o.current.getBoundingClientRect().height,a||s())},[l]);const s=(e=!1)=>{o.current&&(e?a&&(o.current.style.height=i.current+"px"):(o.current.style.height="inherit",o.current.style.height=a?Math.min(o.current.scrollHeight,3*i.current)+"px":o.current.scrollHeight+"px"))},c=n.createElement(Id,Object.assign({},r,{rows:1,onBlur:t=>{var n;a&&s(!0),t.target.scrollTop=0,null===(n=e.onBlur)||void 0===n||n.call(e,t)},onChange:t=>{var n;s(),null===(n=e.onChange)||void 0===n||n.call(e,t)},onFocus:t=>{var n;s(),null===(n=e.onFocus)||void 0===n||n.call(e,t)},ref:o}));return a?n.createElement("div",{className:"relative inline-flex w-full focus-within:z-30","data-taco":"input-container"},c):c}));function Dd(e){const t=Lc(),{rowIndex:l}=n.useContext(oc),a=e.cell.getContext().table,r=a.options.meta,o=e.index===r.editing.lastFocusedCellIndex&&r.rowActive.rowActiveIndex===l;return n.useEffect(()=>{if(e.cellRef.current){var t,n;const a=null===(t=e.cellRef.current.closest("tr"))||void 0===t?void 0:t.contains(document.activeElement),r="table-search"===(null===(n=document.activeElement)||void 0===n?void 0:n.getAttribute("name"));var l;!o||a||r||null===(l=e.cellRef.current)||void 0===l||l.focus()}},[o]),n=>{var l;const r=null===(l=e.cellRef.current)||void 0===l?void 0:l.closest("table");if(r&&a.getIsSomeColumnsPinned()&&!e.cell.column.getIsPinned()){const t=a.getLeftTotalSize(),l=n.currentTarget.getBoundingClientRect(),o=r.getBoundingClientRect(),i=l.left-o.left,s=r.offsetWidth-r.clientWidth;(i<t||i+l.width>o.width-s)&&r.scrollTo(e.cell.column.getStart()-t,r.scrollTop)}n.target===n.currentTarget&&Za(n.currentTarget)&&t.focusNext()}}function Td(e){var t;const{cell:l,cellRef:a,isHighlighted:r,index:o}=e,{rowIndex:i}=n.useContext(oc),s=l.getContext().table.options.meta,c=l.column.columnDef.meta,u=s.rowActive.rowActiveIndex===i,d=Dd(e),m=()=>{s.editing.toggleDetailedMode(!1),s.editing.validateCell(l)};n.useEffect(()=>{const e=a.current;return()=>{(document.activeElement===e||nr(document.activeElement,e))&&m()}},[]);const f=s.editing.getCellError(l),g={dataType:c.dataType,fontSize:s.fontSize.size,id:l.column.id,invalid:!!f,isDetailedMode:s.editing.isDetailedMode,isTruncated:!!c.enableTruncate,onBlur:m,onChange:e=>s.editing.setCellValue(l,e,i),row:l.row.original,tabIndex:u?0:-1,toggleEditing:s.editing.toggleEditing,toggleDetailedMode:s.editing.toggleDetailedMode,type:null!==(t=c.control)&&void 0!==t?t:"input",value:l.getValue()},v={...dc(l,o,r),"data-cell-editing-invalid":!!f||void 0,"data-taco":"cell-control",onFocus:d,ref:a,tabIndex:-1};return n.createElement("td",Object.assign({},v),n.createElement(ci,{invalid:!!f,message:f},n.createElement(Fd,Object.assign({},g))),n.createElement(Vd,{cell:l,cellRef:a,isActiveRow:u}))}const Fd=n.memo((function(e){const{dataType:t,fontSize:l,id:a,invalid:r,isDetailedMode:o,isTruncated:i,onBlur:s,onChange:c,row:u,tabIndex:d=-1,toggleEditing:f,toggleDetailedMode:g,type:v="input",value:h}=e,p=n.useRef(null),w=u[a],b={onBlur:s,ref:p,tabIndex:d};if("function"==typeof v)return v({...b,invalid:r,setValue:c,value:h},u);if("switch"===v)return n.createElement(Ci,Object.assign({},b,{checked:Boolean(h),onChange:c,ref:p}));const x=t=>{const n=t.target;if(!n.readOnly)if(!o||"ArrowUp"!==t.key&&"ArrowDown"!==t.key&&"ArrowLeft"!==t.key&&"ArrowRight"!==t.key||t.stopPropagation(),"Enter"!==t.key){if("Escape"===t.key)return t.preventDefault(),void(o?(g(!1),h!==w&&e.onChange(w),requestAnimationFrame(()=>{var e;return null===(e=n.select)||void 0===e?void 0:e.call(n)})):f(!1));rr(t)||!/^[a-z0-9]$/i.test(t.key)&&"Backspace"!==t.key||g(!0)}else{if(t.shiftKey&&o)return;var l,a,r,i;t.preventDefault(),o?null===(l=n.select)||void 0===l||l.call(n):null===(a=n.setSelectionRange)||void 0===a||a.call(n,null===(r=n.value)||void 0===r?void 0:r.length,null===(i=n.value)||void 0===i?void 0:i.length),g(e=>!e)}},E=e=>{o||e.target.select()};return"datepicker"===v?n.createElement(So,Object.assign({},b,{invalid:r,onChange:t=>{const n=t.detail;(!h||!n||m.isDate(h)&&m.isDate(n)&&!go(h,n))&&e.onChange(t.detail)},onFocus:E,onKeyDown:x,ref:p,value:h})):"textarea"===v?n.createElement(jd,Object.assign({},b,{fontSize:l,invalid:r,isTruncated:i,onChange:e=>{c(e.target.value)},onFocus:E,onKeyDown:x,ref:p,value:String(null!=h?h:"")})):n.createElement(qr,Object.assign({},b,{invalid:r,onChange:e=>{c("number"===t&&e.target.value?Number.parseInt(e.target.value):e.target.value)},onFocus:E,onKeyDown:x,ref:p,type:"number"===t?"number":void 0,value:"number"===t?h:String(null!=h?h:"")}))})),Pd=n.memo((function(e){const t=Dd(e);return n.createElement(hc,Object.assign({},e,{onFocus:t,tabIndex:-1}))}));function Bd(e){const{hasChanges:t,hasErrors:l,onClear:a,onExit:r,onSave:o,isLastRow:i}=e,{texts:s}=Er();return n.createElement(hr,{appearance:"transparent","aria-label":s.table3.editing.actions.tooltip,className:"group-[[data-row-editing-status]]/row:hidden",icon:"more",onKeyDown:e=>{i&&t&&"Tab"===e.key&&o()},menu:e=>n.createElement(Zi,Object.assign({},e),n.createElement(Zi.Content,null,n.createElement(Zi.Item,{icon:"tick",disabled:!t||l,onClick:o},s.table3.editing.actions.save),n.createElement(Zi.Item,{icon:"close",disabled:!t,dialog:e=>n.createElement(_d,Object.assign({},e,{onClear:a}))},s.table3.editing.actions.clear),n.createElement(Zi.Item,{icon:"undo",onClick:r},s.table3.editing.actions.exit)))})}function _d(e){const{onClear:t,...l}=e,{texts:a}=Er();return n.createElement(To,Object.assign({},l),n.createElement(To.Content,{"aria-label":a.table3.editing.clearChangesConfirmationDialog.title},n.createElement(To.Title,null,a.table3.editing.clearChangesConfirmationDialog.title),n.createElement("p",null,a.table3.editing.clearChangesConfirmationDialog.description),n.createElement(To.Footer,null,n.createElement(Fo,null,n.createElement(To.Close,null,n.createElement(Cr,{tabIndex:0},a.table3.editing.clearChangesConfirmationDialog.cancel)),n.createElement(To.Close,null,n.createElement(Cr,{tabIndex:0,appearance:"primary",autoFocus:!0,onClick:t},a.table3.editing.clearChangesConfirmationDialog.confirm))))))}function Gd(e){const{rowId:t,table:a}=e,{texts:r}=Er(),o=a.options.meta,i=o.editing.getRowSaveStatus(t);n.useEffect(()=>{let e;return"complete"===i&&(e=setTimeout(()=>{o.editing.setRowSaveStatus(t,void 0)},3e3)),()=>{clearTimeout(e)}},[i]);const s=l("col-span-full sticky ml-auto right-0 top-0 -mb-[100%] z-10 h-8 bg-[inherit] flex items-center px-1.5 shadow-[-6px_0px_6px_var(--table-row-actions-shadow)]",{"mt-0.5":"short"===o.rowHeight.height,"mt-1":"medium"===o.rowHeight.height,"mt-1.5":"tall"===o.rowHeight.height,"mt-2":"extra-tall"===o.rowHeight.height});return n.createElement("td",{className:"!contents"},n.createElement("span",{className:s},"pending"===i?n.createElement(dr,{title:r.table3.editing.saving.progress},n.createElement(Ir,{delay:0,className:"!text-grey-700 mr-1 !h-5 !w-5"})):n.createElement(dr,{title:r.table3.editing.saving.complete},n.createElement(Na,{name:"tick",className:"!text-grey-700 mr-1 !h-5 !w-5"}))))}const qd={row:function(e){const{row:t,index:l,table:a}=e,r=Lc(),o=a.options.meta,i=o.rowActive.rowActiveIndex===l;n.useEffect(()=>{o.editing.isEditing&&i&&void 0===o.editing.lastFocusedCellIndex&&r.focusFirst()},[o.editing.isEditing,o.rowActive.rowActiveIndex,o.editing.lastFocusedCellIndex]);const s=n.useCallback(e=>{if(o.editing.isEditing){var t,n;const l=Number(null!==(t=null===(n=e.target.closest("td"))||void 0===n?void 0:n.getAttribute("data-cell-index"))&&void 0!==t?t:void 0);isNaN(l)||o.editing.setLastFocusedCellIndex(Number(l))}},[o.editing.isEditing,i]),c={"data-row-editing-invalid":o.editing.isEnabled&&o.editing.hasRowErrors(t.id)?!!o.editing.hasRowErrorsSeen(t.id)||"unseen":void 0,"data-row-editing-status":o.editing.isEnabled&&o.editing.getRowSaveStatus(t.id)?o.editing.getRowSaveStatus(t.id):void 0,onFocus:s};return n.createElement(vc,Object.assign({},e,c),o.editing.getRowSaveStatus(t.id)?n.createElement(Gd,{rowId:t.id,table:a}):null)},cell:function(e){const{cell:t}=e,{isHovered:l,rowIndex:a}=n.useContext(oc),r=t.getContext().table.options.meta;if(r.editing.isEditing){if(t.column.columnDef.meta.control){const o=r.rowActive.rowActiveIndex===a,i=r.editing.getCellError(t),s=!i||r.editing.isEditing,c=r.editing.getCellValue(t);if(void 0!==c&&c!==t.getValue()&&s&&(t.getValue=()=>c),o||i||l&&!o&&!r.rowActive.isHoverStatePaused)return n.createElement(Td,Object.assign({},e))}return n.createElement(Pd,Object.assign({},e))}return n.createElement(hc,Object.assign({},e))}};function Kd(e){const{scrollToIndex:t,table:l,tableRef:a,...r}=e,{texts:o}=Er(),i=o.table3.editing.validation,s=l.options.meta,[c,u]=n.useState(!1),d=s.editing.getErrors(),m=n.useMemo(()=>s.rowActive.rowActiveIndex?l.getRowModel().rows[s.rowActive.rowActiveIndex]:void 0,[s.rowActive.rowActiveIndex]);function f(e){s.rowActive.setRowActiveIndex(e),t(e,{align:"center"}),requestAnimationFrame(()=>{var e;const t=null===(e=a.current)||void 0===e?void 0:e.querySelector('tbody > tr[data-row-active="true"] > td[data-cell-editing-invalid="true"]');var n;t&&(null===(n=t.focus)||void 0===n||n.call(t))})}n.useEffect(()=>{d.forEach(e=>{m&&e.rowId===m.id||s.editing.setRowErrorsSeen(e.rowId)})},[d]);const g=(1===d.length?i.alert.titleOne:i.alert.titlePlural).replace("[COUNT]",String(d.length)),v=[],h=s.rowIdentityColumnId?l.getColumn(s.rowIdentityColumnId):void 0;d.forEach((e,t)=>{d.length>1&&t===d.length-1&&v.push(` ${i.alert.messageAnd} `);const a=l.getRowModel().rows.findIndex(t=>t.id===e.rowId);let r;if(e.pendingChange._meta.errors.row)r=e.pendingChange._meta.errors.row;else{var o,s;const t=Object.keys(e.pendingChange._meta.errors.cells)[0];r=`${null===(o=l.getAllColumns().find(e=>e.id===t))||void 0===o||null===(s=o.columnDef.meta)||void 0===s?void 0:s.header}: ${e.pendingChange._meta.errors.cells[t]}`}v.push(n.createElement(dr,{key:e.rowId,title:r},n.createElement("span",{className:"text-blue",onClick:()=>{a>-1?f(a):u(e.rowId)},role:"button"},h?e.pendingChange._meta.original[h.id]:a+1))),d.length>2&&t<d.length-2&&v.push(", ")});const p=(1===v.length?i.alert.messageOne:i.alert.messagePlural).split(/(\[\w+\])/).map(e=>{var t,n;return"[COLUMN]"===e?null!==(t=null==h||null===(n=h.columnDef.meta)||void 0===n?void 0:n.header)&&void 0!==t?t:i.alert.messageRow:"[ROW]"===e?v:e});return n.createElement(n.Fragment,null,n.createElement(Ha,Object.assign({},r,{state:"error"}),n.createElement("span",{className:"font-bold"},g)," ",p),n.createElement($d,{open:!1!==c,onChange:()=>u(!1),onSubmit:()=>{l.resetGlobalFilter(),l.resetColumnFilters(),requestAnimationFrame(()=>{const e=l.getRowModel().rows.findIndex(e=>e.id===c);e>-1&&f(e),u(!1)})}}))}function $d(e){const{onSubmit:t,...l}=e,{texts:a}=Er();return n.createElement(To,Object.assign({},l,{size:"xs"}),n.createElement(To.Content,{"aria-label":"Create a new account"},n.createElement(To.Title,null,a.table3.editing.validation.resetFiltersDialog.title),n.createElement("p",null,a.table3.editing.validation.resetFiltersDialog.description),n.createElement(To.Footer,null,n.createElement(Fo,null,n.createElement(To.Close,null,n.createElement(Cr,null,a.table3.editing.validation.resetFiltersDialog.cancel)),n.createElement(Cr,{appearance:"primary",onClick:t},a.table3.editing.validation.resetFiltersDialog.confirm)))))}function Wd(e){const{scrollToIndex:t,table:l}=e,{texts:a}=Er(),r=n.useRef(null),o=l.options.meta,i={key:"e",meta:!0,shift:!1},s=n.createElement(n.Fragment,null,a.table3.editing.buttons.edit.tooltip,n.createElement(Ii,{className:"ml-2",keys:i}));return cr(i,e=>{var t;e.preventDefault(),null===(t=r.current)||void 0===t||t.click()}),n.createElement(dr,{title:s},n.createElement(es,{checked:o.editing.isEditing,onChange:e=>{o.editing.toggleEditing(e),requestAnimationFrame(()=>{var e;return t(null!==(e=o.rowActive.rowActiveIndex)&&void 0!==e?e:0)})},ref:r}))}function Ud(e){return null}function Jd(e){return null}Ud.displayName="Table3Column",Jd.displayName="Table3Group";const Yd=Cs((function(e,t){var l,a;const r=function(e,t){const l=function(e=!1,t,l){const[a,r]=n.useState(!1),[o,i]=n.useState(!1),[s,c]=function(){const e=n.useRef(void 0),t=n.useCallback(t=>{e.current=t},[]);return[e.current,t]}(),u=function(e,t,l){const[a,r]=n.useState({}),[o,i]=n.useState({});function s(t){var n,l,r,o,i;return!(!e||(null===(n=a[t])||void 0===n||null===(l=n._meta.errors)||void 0===l||!l.row)&&!Object.keys(null!==(r=null===(o=a[t])||void 0===o||null===(i=o._meta.errors)||void 0===i?void 0:i.cells)&&void 0!==r?r:{}).length)}function c(e,t){i(n=>{const l={...n};return t?l[e]=t:delete l[e],l})}function u(){return Object.keys(a).filter(s).map(e=>({rowId:e,pendingChange:a[e]}))}function d(e){r(t=>{const n={...t};return delete n[e],n})}return{getCellValue:function(e){var t;return null===(t=a[e.row.id])||void 0===t?void 0:t[e.column.id]},getCellError:function(e){var t,n,l;return null===(t=a[e.row.id])||void 0===t||null===(n=t._meta.errors)||void 0===n||null===(l=n.cells)||void 0===l?void 0:l[e.column.id]},setCellValue:n.useCallback((function(e,t,n){r(l=>{var a,r,o;const i={...l},s={...l[e.row.id],_meta:{...null===(a=l[e.row.id])||void 0===a?void 0:a._meta,original:e.row.original,moveReason:{...null===(r=l[e.row.id])||void 0===r?void 0:r._meta.moveReason},errors:{...null===(o=l[e.row.id])||void 0===o?void 0:o._meta.errors}}};if(t!==e.row.original[e.column.id]){s[e.column.id]=t;const l=function(e,t,n){const{table:l}=e.getContext();return function(e,t,n){const l=n.getState().globalFilter;return!(!n.options.enableGlobalFilter||!l||Ds({...e.row,original:{...e.row.original,[e.column.id]:t}},e.column.id,l))}(e,t,l)?"search":function(e,t){return!!e.column.getIsFiltered()&&!js(t,e.column.getFilterValue())}(e,t)?"filter":function(e,t,n){var l;if(!e.column.getIsSorted())return!1;const{table:a}=e.getContext(),r=a.getRowModel().rows,o=[{...e.row,original:{...e.row.original,[e.column.id]:t},getValue:()=>t}];let i=0;n>0&&(o.unshift(r[n-1]),i=1),n<r.length-1&&o.push(r[n+1]);let s=[...o].sort((t,n)=>e.column.getSortingFn()(t,n,e.column.id));return"desc"===e.column.getIsSorted()&&(s=s.reverse()),(null===(l=s[i])||void 0===l?void 0:l.id)!==e.row.id}(e,t,n)?"sorting":void 0}(e,t,n);l?s._meta.moveReason[e.column.id]=l:delete s._meta.moveReason[e.column.id]}else delete s[e.column.id];return Object.keys(s).filter(e=>"_meta"!==e).length?i[e.row.id]=s:delete i[e.row.id],i})}),[]),validateCell:function(t){try{if(!l||!e)return Promise.resolve();const n=kd(a[t.row.id]),o=function(){if(t.column.id in n)return Promise.resolve(l(n)).then((function(e){r(n=>{const l={...n};return l[t.row.id]._meta={...l[t.row.id]._meta,errors:{...l[t.row.id]._meta.errors,cells:e,hasShownErrorAlert:!(Object.keys(e).length&&!l[t.row.id]._meta.errors.hasShownErrorAlert)&&l[t.row.id]._meta.errors.hasShownErrorAlert}},l})}))}();return Promise.resolve(o&&o.then?o.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},hasChanges:function(t){return!!e&&(t?!!a[t]:!!Object.keys(a).length)},hasErrors:function(t,n){var l;if(!e)return!1;const a=t.options.meta,r=null===(l=n.current)||void 0===l?void 0:l.contains(document.activeElement);let o;return void 0!==a.rowActive.rowActiveIndex&&(o=t.getRowModel().rows[a.rowActive.rowActiveIndex]),Object.keys(u().filter(e=>{var t,n;return null===(t=o)||void 0===t||!t.id||!r||e.rowId!==(null===(n=o)||void 0===n?void 0:n.id)||e.pendingChange._meta.errors.hasShownErrorAlert})).length},getErrors:u,saveChanges:function(e){try{if(!t)return console.warn("Tried to save, but Table has no onSave handler"),Promise.resolve();const n=e?{[e]:a[e]}:{...a},o=Object.keys(n);return o.length&&o.map((function(e){try{let a=!1;const o=kd(n[e]);return Promise.resolve(Js((function(){function n(n){return a?n:Promise.resolve(t(o)).then((function(){d(e),c(e,"complete")}))}c(e,"pending");const r=function(){if(l)return Promise.resolve(l(o)).then((function(e){if(e&&Object.keys(e).length)throw e}))}();return r&&r.then?r.then(n):n(r)}),(function(t){let n,l;if("string"==typeof t)n=t;else if(t instanceof Error){var a,o;n=t.message,"object"==typeof(null===(a=t.response)||void 0===a?void 0:a.data)&&(l=null===(o=t.response)||void 0===o?void 0:o.data)}else"object"==typeof t&&(l=t);(n||l)&&r(t=>{var a,r;const o={...t};return o[e]._meta.errors={row:n,cells:l,hasShownErrorAlert:null!==(a=null===(r=o[e]._meta.errors)||void 0===r?void 0:r.hasShownErrorAlert)&&void 0!==a&&a},o}),c(e,void 0)})))}catch(e){return Promise.reject(e)}})),Promise.resolve()}catch(e){return Promise.reject(e)}},resetChanges:d,hasRowErrors:s,hasRowErrorsSeen:function(t){var n;return!!e&&s(t)&&!(null===(n=a[t]._meta.errors)||void 0===n||!n.hasShownErrorAlert)},setRowErrorsSeen:function(e){var t;!1===(null===(t=a[e]._meta.errors)||void 0===t?void 0:t.hasShownErrorAlert)&&r(t=>{const n={...t};return n[e]._meta.errors={...n[e]._meta.errors,hasShownErrorAlert:!0},n})},getRowSaveStatus:function(t){return!!e&&o[t]},setRowSaveStatus:c,getRowMoveReason:function(e){var t;return null!==(t=a[e])&&void 0!==t&&t._meta.moveReason?Object.values(a[e]._meta.moveReason)[0]:void 0}}}(e,t,l);return cr(e&&a?{key:"s",meta:!0,shift:!1}:void 0,e=>{e.preventDefault(),u.saveChanges()}),{isEnabled:e,isEditing:a,isDetailedMode:o,toggleDetailedMode:e?i:()=>{},toggleEditing:e?r:()=>{},lastFocusedCellIndex:s,setLastFocusedCellIndex:c,...u}}(e.enableEditing,e.onSave,e.validator),a=uc({...e,enableRowActions:!!l.isEditing||e.enableRowActions,rowActions:l.isEditing?[(e,t)=>n.createElement(Bd,{hasChanges:l.hasChanges(t),hasErrors:l.hasRowErrors(t),onClear:()=>l.resetChanges(t),onSave:()=>l.saveChanges(t),onExit:()=>l.toggleEditing(!1),isLastRow:a.meta.rowActive.rowActiveIndex===a.meta.length-1})]:e.rowActions},t,qd,{editing:l});return function(e,t){const l=e.options.meta,a=()=>{requestAnimationFrame(()=>{l.editing.saveChanges()})};Zs(()=>{l.editing.isEditing&&a()},[l.rowActive.rowActiveIndex]),Zs(()=>{l.editing.isEditing?void 0===l.rowActive.rowActiveIndex&&l.rowActive.setRowActiveIndex(0):(a(),l.editing.toggleDetailedMode(!1),l.editing.setLastFocusedCellIndex(void 0))},[l.editing.isEditing]);const r=l.editing.hasChanges();n.useEffect(()=>{function e(e){return!(!l.editing.isEditing||!r||(e.returnValue=!0,0))}return window.addEventListener("beforeunload",e),()=>{window.removeEventListener("beforeunload",e)}},[l.editing.isEditing,r]),n.useEffect(()=>{const e=e=>{if(l.editing.isEditing){var n,r;const l=null!==(n=null===(r=e.target)||void 0===r?void 0:r.getAttribute("data-taco"))&&void 0!==n?n:"";nr(e.target,t.current)||"backdrop"===l||a()}};return document.addEventListener("click",e),()=>document.removeEventListener("click",e)},[a,l.editing.isEditing])}(a.instance,a.ref),n.useEffect(()=>{a.ref.current&&(a.ref.current.instance.toggleEditing=e=>a.meta.editing.toggleEditing(null!=e?e:e=>!e))},[a.ref.current]),a}(e,t),o={"data-table-editing-mode":null!==(l=r.meta.editing)&&void 0!==l&&l.isEditing?null!==(a=r.meta.editing)&&void 0!==a&&a.isDetailedMode?"detailed":"normal":void 0,enableHorizontalArrowKeyNavigation:r.meta.editing.isEditing},i=r.meta.editing.hasErrors(r.instance,r.ref);return n.createElement(Yu,null,n.createElement(Yu.Toolbar,{table:r},r.meta.editing.isEnabled?n.createElement(Wd,{scrollToIndex:r.renderer.scrollToIndex,table:r.instance}):null),i?n.createElement(Kd,{className:"mb-4",scrollToIndex:r.renderer.scrollToIndex,table:r.instance,tableRef:r.ref}):null,n.createElement(Yu.Grid,Object.assign({},o,{"data-taco":"table3",table:r})))})),Xd=Cs((function(e,t){const l=String(e.children),a=n.useMemo(()=>String("tableKey_"+l),[l]);return n.createElement(Yd,Object.assign({},e,{key:a,ref:t}))}));Xd.Column=Ud,Xd.Group=Jd;const Qd=t.forwardRef((function(e,n){const{id:a,defaultId:r,children:o,onChange:i,orientation:s="horizontal",...c}=e,u=l({"flex w-full":"vertical"===s},e.className);return t.createElement(P.Root,Object.assign({},c,{className:u,"data-taco":"tabs",defaultValue:r,dir:"ltr",onValueChange:i,orientation:s,ref:n,value:a}),o)})),Zd=t.forwardRef((function(e,n){const a=l("border-grey-300 flex flex-row m-0 mb-4","aria-orientation-horizontal:border-b","aria-orientation-vertical:border-r aria-orientation-vertical:m-0 aria-orientation-vertical:mr-4 aria-orientation-vertical:flex-col ",e.className);return t.createElement(P.List,Object.assign({},e,{className:a,ref:n}))})),em=t.forwardRef((function(e,n){const{children:a,id:r,disabled:o,tooltip:i,...s}=e,c=l("group relative p-0.5 outline-none disabled:cursor-not-allowed disabled:text-black/50",'[[aria-orientation="horizontal"]_&]:pb-1','[[aria-orientation="vertical"]_&]:pr-1'),u=l("flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center focus-visible:yt-focus aria-disabled:cursor-not-allowed","group-focus-visible:yt-focus-inset group-enabled:group-hover:wcag-grey-200 pointer-events-none rounded px-3"),d=l("pointer-events-none absolute hidden bg-blue-500 group-aria-selected:flex",'[[aria-orientation="horizontal"]_&]:rounded-t-sm [[aria-orientation="horizontal"]_&]:bottom-0 [[aria-orientation="horizontal"]_&]:left-0 [[aria-orientation="horizontal"]_&]:right-0 [[aria-orientation="horizontal"]_&]:-mb-px [[aria-orientation="horizontal"]_&]:h-0.5','[[aria-orientation="vertical"]_&]:rounded-l-sm [[aria-orientation="vertical"]_&]:right-0 [[aria-orientation="vertical"]_&]:top-0 [[aria-orientation="vertical"]_&]:bottom-0 [[aria-orientation="vertical"]_&]:-mr-px [[aria-orientation="vertical"]_&]:w-0.5'),m=t.createElement(P.Trigger,Object.assign({},s,{className:c,disabled:o,ref:n,value:r}),t.createElement("span",{className:u},a),t.createElement("span",{className:d}));return i?t.createElement(dr,{title:i},m):m})),tm=t.forwardRef((function(e,n){const{id:a,...r}=e,o=l('[&[data-orientation="vertical"]]:grow outline-none',e.className);return t.createElement(P.Content,Object.assign({},r,{className:o,ref:n,value:a}))}));Qd.List=Zd,Qd.Trigger=em,Qd.Content=tm;const nm=({continuous:e,index:n,isLastStep:l,step:a,backProps:r,primaryProps:o,skipProps:i,tooltipProps:s,size:c,locale:u,disableTourSkipOnEsc:d})=>{const m=t.useRef(null);return t.useEffect(()=>{const e=e=>{if(!d&&"Escape"===e.key&&null!==m.current)return e.preventDefault(),void m.current.click()};return window.addEventListener("keydown",e),()=>{window.removeEventListener("keydown",e)}},[]),t.createElement("div",Object.assign({},s,{className:"yt-tour__step w-88 relative rounded bg-white p-4"}),t.createElement(hr,Object.assign({},i,{ref:m,appearance:"discrete",icon:"close",title:u.skip,"aria-label":u.skip,className:"absolute top-0 right-0 mt-1 mr-1"})),a.title&&t.createElement("h5",null,a.title),a.content,t.createElement(Fo,{className:"mt-4 justify-end"},n>0&&t.createElement(Cr,Object.assign({},r,{appearance:"discrete"}),u.back),t.createElement(Cr,Object.assign({},o,{appearance:"primary"}),e?l?`${u.last} (${n+1}/${c})`:`${u.next} (${n+1}/${c})`:u.close)))},lm=e=>null,am=e=>{const{texts:{tour:n}}=Er(),{autoStart:l,onComplete:a,onClose:r,onReady:o,spotlightClicks:i,disableCloseOnEsc:s,disableScrollParentFix:c=!1,scrollOffset:u,...d}=e,m=t.useMemo(()=>t.Children.map(e.children,e=>({disableBeacon:!e.props.showBeacon,target:e.props.selector,placement:e.props.position,title:e.props.title,content:e.props.children})),[e.children]),f=t.useCallback(t=>{var n;return null===(n=e.children.find(e=>e.props.selector===t))||void 0===n?void 0:n.props},[e.children]);return t.createElement(_,Object.assign({},d,{run:l,steps:m,showProgress:!0,floaterProps:{disableAnimation:!0},tooltipComponent:e=>t.createElement(nm,Object.assign({},e,{locale:n,disableTourSkipOnEsc:s})),locale:n,spotlightPadding:8,spotlightClicks:i,disableScrollParentFix:c,callback:e=>{e.action===B.ACTIONS.SKIP&&e.lifecycle===B.LIFECYCLE.COMPLETE&&r&&r(f(e.step.target)),e.type===B.EVENTS.TOUR_END&&a&&a(),e.lifecycle===B.LIFECYCLE.READY&&o&&o(f(e.step.target))},scrollOffset:u,styles:{options:{primaryColor:"#6ba4ff"}},disableCloseOnEsc:!0}))};am.Step=lm;const rm=n.forwardRef((function(e,t){const{...a}=e,r=l(om(),e.className);return n.createElement(hr,Object.assign({},a,{appearance:"discrete",className:r,"data-taco":"header-button",ref:t}))})),om=(e=!0)=>l("!h-9 !w-9 flex-shrink-0 flex-grow-0 cursor-pointer relative","focus:!outline-none focus:!shadow-none focus-visible:!yt-focus-dark ","bg-transparent enabled:hover:bg-white/[.08] focus:bg-white/[.08] aria-current-page:bg-white/[.08]","text-white",{"!rounded-full":e}),im=n.forwardRef((function(e,t){const{children:a,icon:r,isNew:o,tooltip:i,...s}=e,{texts:c}=Er(),u=l(sm(r),"relative",e.className),d=n.createElement("a",Object.assign({},s,{className:u,"data-taco":"header-link",ref:t,tabIndex:0}),r?n.createElement(Na,{name:r}):null,a,o?n.createElement(Ya,{color:"blue",small:!0,className:"absolute right-0 top-0 -mr-2.5 -mt-1.5 !h-3 !px-0.5 text-[0.55rem] font-normal"},c.header.new):null);return i?n.createElement(dr,{title:i},d):d})),sm=e=>l("flex h-8 flex-shrink-0 flex-grow-0 cursor-pointer items-center justify-center ","focus:!shadow-none focus:!outline-none focus-visible:!yt-focus-dark","bg-transparent hover:bg-white/[.08] focus:bg-white/[.08] aria-current-page:bg-white/[.08]","text-white hover:text-white focus:text-white",{"!rounded-full !h-9 !w-9":e,"whitespace-nowrap px-3 rounded text-sm hidden lg:flex":!e}),cm=n.forwardRef((function(e,t){const a=l("h-7 w-7 m-1 self-center justify-self-center flex-shrink-0 flex-grow-0",e.className);return n.createElement("svg",Object.assign({},e,{className:a,ref:t,viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg"}),n.createElement("g",{className:"fill-brand-sunsetOrange"},n.createElement("path",{d:"M3.2496172 16.0366c-1.44938-.2893-2.857854.6517-3.1442248 2.1011-.2863702 1.4493.6516388 2.8578 2.1010248 3.1442 1.44938.2893 2.85786-.6517 3.14423-2.101.28929-1.4465-.65164-2.855-2.10103-3.1443z"}),n.createElement("path",{d:"M18.9911672 19.1692c-2.4137-.4792-4.7602 1.0871-5.2423 3.5037-.4793 2.4137 1.087 4.7602 3.5036 5.2423 2.4137.4793 4.7602-1.087 5.2424-3.5036.4792-2.4166-1.0871-4.7631-3.5037-5.2424z"}),n.createElement("path",{d:"M23.6958672.105135c-2.8988-.578585-5.7157 1.303275-6.2943 4.199125l-.5172 2.62116c-.3828 1.93446-2.2647 3.19098-4.1992 2.80819l-1.7474-.35651c-1.92569-.3828-3.18221-2.25589-2.79941-4.19035l.08766-.43832c.33021-1.68608-.7656-3.33417-2.45168-3.66438-1.69776-.336043-3.33709.75976-3.67606 2.45461-.33897 1.68607.76561 3.3254 2.45168 3.66437l.43833.09058c1.93446.3828 3.19098 2.26467 2.79941 4.19039l-.16948.8737c-.3828 1.9345.87372 3.8163 2.79945 4.1991 1.9344.3828 3.8163-.8737 4.1991-2.8082l.1695-.8737c.3828-1.9257 2.2646-3.1822 4.1903-2.7994l2.63.526c2.8987.5698 5.7157-1.31206 6.2855-4.20791.5844-2.90169-1.2974-5.718636-4.1962-6.288455z"})))})),um=n.forwardRef((function(e,t){const a=l("-mr-[156px] xs:-mr-14 md:!mr-0 h-9 shrink-0 w-[180px] px-1",e.className);return n.createElement("svg",Object.assign({},e,{className:a,ref:t,viewBox:"0 0 127 13",xmlns:"http://www.w3.org/2000/svg"}),n.createElement("g",{className:"fill-white"},n.createElement("path",{className:"fill-white",d:"M5.716016 1.34924242c3.029712.25015152 6.374384 1.74121213 8.2804 3.86060606 2.4384 2.71227273 1.603248 5.42454542-1.877568 6.05681822-3.480816.6322727-8.2804-1.0498485-10.720832-3.76212125C-.471424 5.42848485-.41656 3.35242424 1.27 2.2080303l9.67232 6.92742425-5.226304-7.78621213z",fillRule:"nonzero"}),n.createElement("g",{className:"hidden md:flex"},n.createElement("path",{d:"M53.67528 11.2509091l-1.2192-4.72727274c-.176784-.56333333-.24384-1.12666666-.36576-1.6880303h-.026416c-.107696.57515152-.148336 1.13848485-.308864 1.71363636l-1.22936 4.70954548h-2.101088l2.822448-9.87409093h1.647952l2.942336 9.86424243-2.162048.0019697z",fillRule:"nonzero"}),n.createElement("path",{d:"M21.553424 1.38469697l1.2192 4.72727273c.174752.56333333.241808 1.12469697.363728 1.6880303h.026416c.107696-.57515152.148336-1.13848485.310896-1.71363636l1.2192-4.70954546h2.105152L23.9776 11.2410606h-1.64592l-2.938272-9.85636363h2.160016z",fillRule:"nonzero"}),n.createElement("path",{fillRule:"nonzero",d:"M28.313888 1.38666667h2.01168v9.86424243h-2.01168z"}),n.createElement("path",{fillRule:"nonzero",d:"M41.694608 1.38666667l.983488 5.82045454h.026416l.808736-5.82045454h2.700528l1.0668 9.86424243h-2.064512l-.485648-7.10469698h-.028448l-.323088 2.43257576-.865632 4.67212122h-1.550416l-.98552-4.72333334L40.64 4.32939394v-.18318182h-.026416l-.296672 7.10469698h-2.160016l.890016-9.86424243z"}),n.createElement("path",{d:"M35.310064 1.38469697c-.3577988.27917284-.6303655.64756811-.788416 1.06560606-.526288 1.22909091.036576 2.16666667.534416 3.00575758.073152.12409091.148336.24818181.217424.37227272 1.085088 1.80424243 1.515872 3.13378788.705104 5.02863637-.056896.1339394-.191008.3939394-.191008.3939394h-2.424176c.3204254-.2482168.5741848-.5678542.739648-.9316667.556768-1.30196967-.099568-2.49166664-.735584-3.64393937-.764032-1.37878788-1.552448-2.81863636-.715264-4.78045455.079248-.18712121.254-.50424242.254-.50424242l2.403856-.00590909z",fillRule:"nonzero"}))),n.createElement("g",{className:"xs:flex xs:-translate-x-[40px] hidden md:!translate-x-0"},n.createElement("path",{className:"stroke-white",d:"M61.496448 0v12.8680303",strokeWidth:"1.68"}),n.createElement("g",{className:"fill-white"},n.createElement("path",{d:"M70.841616 9.70863636c-.999744 0-1.7888373-.29479798-2.36728-.88439394-.5784427-.58959596-.867664-1.40964646-.867664-2.46015151 0-1.05707071.2709333-1.89681818.8128-2.51924243.5304376-.61728629 1.3256457-.96197654 2.15392-.93363636.7626734-.03509605 1.5014967.26264579 2.013712.81151515.4944533.53969697.7410027 1.25272728.739648 2.13909091v.62833334h-4.659376c.022352.77015151.221488 1.35318181.6096 1.7530303.388112.39984848.916432.59090909 1.607312.59090909.743701-.00293405 1.4788698-.15377248 2.160016-.44318182v.88636364c-.3298144.14174433-.6736336.25063692-1.02616.325-.3855929.07188992-.7778273.1048941-1.170432.09848485m-.27432-5.95242425c-.4900374-.02138848-.9649513.16736328-1.298448.51606061-.3477231.40033357-.5485505.90121019-.570992 1.42409091h3.53568c0-.62636364-.14224-1.1069697-.430784-1.43984849-.3103282-.34233825-.7661196-.52691285-1.235456-.50030303",fillRule:"nonzero"}),n.createElement("path",{d:"M75.053952 6.25575758c-.0151689-.21657791.0536783-.43083638.19304-.60075758.1381463-.1429001.3347885-.21871211.536448-.20681818.2081607-.01140173.4114497.0638378.5588.20681818.2680858.35762602.2680858.84191943 0 1.19954545-.3018073.26987298-.7638609.27916874-1.07696.02166667-.1529999-.17086259-.2265151-.39533511-.2032-.62045454",fillRule:"nonzero"}),n.createElement("path",{d:"M81.586832 9.70863636c-.979424 0-1.73736-.29217171-2.273808-.87651515-.536448-.58434343-.8073813-1.41095959-.8128-2.47984848 0-1.09777778.2709333-1.94540404.8128-2.54287879.5418667-.59747475 1.318768-.89686869 2.330704-.89818182.3279782-.00003668.654999.03430434.97536.10242424.2639542.04817256.5206342.12824173.764032.23833334l-.31496.845c-.2397537-.0929503-.4871838-.16608946-.739648-.21863637-.2330197-.05435362-.4715521-.08342113-.7112-.08666666-1.373632 0-2.060448.84959596-2.060448 2.54878788 0 .80494949.1673013 1.42343434.501904 1.85545454.33528.42939394.83312.64606061 1.491488.64606061.5966181-.00678768 1.1861142-.12655871 1.735328-.35257576v.87848485c-.5339642.24467285-1.120715.3615322-1.710944.34075757",fillRule:"nonzero"}),n.createElement("path",{d:"M90.690192 6.30893939c0 1.06757576-.278384 1.90207071-.835152 2.50348485-.556768.60141414-1.3241867.90146465-2.302256.90015152-.5660565.00980534-1.1238362-.13269357-1.611376-.41166667-.4744234-.28111893-.8520726-.69243374-1.085088-1.18181818-.2674171-.5661279-.3987341-1.18372355-.384048-1.80621212 0-1.06888889.2756747-1.90207071.827024-2.49954546.5513493-.59747474 1.316736-.89555555 2.29616-.89424242.8559447-.03726298 1.6841715.29875604 2.257552.91590909.556768.61060606.8358293 1.43656566.837184 2.47787879m-5.155184 0c0 .83777778.17272 1.47595959.51816 1.91454545.34544.43858586.85344.65787879 1.524.65787879s1.1799147-.21863636 1.528064-.65590909.522224-1.07611111.522224-1.91651515c0-.83515152-.1740747-1.46873738-.522224-1.90075758-.3481493-.4320202-.861568-.64868687-1.540256-.65-.67056 0-1.176528.21469697-1.517904.64015152-.341376.42545454-.512064 1.06363636-.512064 1.91060606",fillRule:"nonzero"}),n.createElement("path",{d:"M96.989392 9.58848485V5.34575758c0-.53444445-.1253067-.9329798-.37592-1.19560606-.251968-.2639394-.644144-.3939394-1.180592-.3939394-.707136 0-1.225296.18580808-1.55448.55742424-.329184.37161617-.493776.98419192-.493776 1.83772728v3.43909091h-1.02616V3.03136364h.83312l.168656.89621212h.048768c.213947-.32669621.5199877-.58712571.881888-.75045455.3956439-.18075251.8285923-.27169306 1.265936-.26590909.8128 0 1.4257867.19040404 1.83896.57121212.4131733.38080808.6163733.99010101.6096 1.82787879v4.27818182h-1.016z",fillRule:"nonzero"}),n.createElement("path",{d:"M105.759504 6.30893939c0 1.06757576-.277707 1.90207071-.83312 2.50348485-.555413.60141414-1.322832.90146465-2.302256.90015152-.566147.01053143-1.124127-.1320188-1.611376-.41166667-.474546-.2815508-.852738-.69268701-1.08712-1.18181818-.2666505-.56630799-.397268-1.18388155-.382016-1.80621212 0-1.06888889.2756747-1.90207071.827024-2.49954546.551349-.59747474 1.316736-.89555555 2.29616-.89424242.948267 0 1.700107.30530303 2.25552.91590909.555413.61060606.834475 1.43525253.837184 2.47393939m-5.155184 0c0 .83777778.17272 1.4759596.51816 1.91454546.34544.43924242.855472.65787879 1.526032.65787879.589088.03526465 1.159066-.20939357 1.528064-.65590909.348149-.43727273.521547-1.07611112.520192-1.91651516-.001355-.84040404-.174752-1.4739899-.520192-1.90075757-.349504-.43333334-.861568-.65-1.540256-.65-.678688 0-1.17856.21469697-1.519936.64015151-.341376.42545455-.512064 1.06363637-.512064 1.91060606",fillRule:"nonzero"}),n.createElement("path",{d:"M116.1796 9.58848485V5.32409091c0-.52525253-.115147-.91919192-.34544-1.18181818-.229616-.26-.58928-.3939394-1.074928-.3939394-.635339 0-1.109472.1779293-1.4224.53378788-.312928.35585859-.465328.90212121-.4572 1.63878788v3.66166667h-1.016V5.32409091c0-.52525253-.115824-.91919192-.347472-1.18181818-.229616-.26-.58928-.3939394-1.078992-.3939394-.642112 0-1.113536.1969697-1.410208.55939394-.296672.36242425-.449072.98484849-.449072 1.83575758v3.43909091h-1.016V3.03136364h.83312l.166624.89621212h.0508c.192326-.31859024.474248-.57752095.8128-.74651515.36534-.18279258.771528-.27547583 1.182624-.26984849 1.05664 0 1.748197.3709596 2.074672 1.11287879h.048768c.20551-.34688729.509496-.62924665.875792-.81348485.403616-.20402984.853472-.30695163 1.308608-.29939394.765387 0 1.338411.19040404 1.719072.57121212.380661.38080808.570992.99010101.570992 1.82787879v4.27818182h-1.02616z",fillRule:"nonzero"}),n.createElement("path",{d:"M119.16664 1.25272727c-.016875-.18221767.045768-.36295537.17272-.49833333.243232-.21393452.614272-.21393452.857504 0 .129279.13353172.194239.31385023.178816.49636364.015568.18371514-.049334.36530074-.178816.50030303-.240531.22061195-.616973.22061195-.857504 0-.125769-.13683457-.188192-.31765204-.17272-.50030303v.00196969zm1.111504 8.33378788h-1.02616V3.03136364h1.02616v6.55515151z",fillRule:"nonzero"}),n.createElement("path",{d:"M125.091952 9.70863636c-.979424 0-1.738037-.29217171-2.27584-.87651515-.537803-.58434343-.808736-1.41095959-.8128-2.47984848 0-1.09777778.270933-1.94540404.8128-2.54287879.541867-.59747475 1.318768-.89686869 2.330704-.89818182.327978-.00003668.654999.03430434.97536.10242424.264596.04821437.521943.12827865.766064.23833334l-.31496.845c-.239852-.09267891-.487258-.16581103-.739648-.21863637-.233047-.05421-.471563-.08327549-.7112-.08666666-1.373632 0-2.061125.84959596-2.06248 2.54878788 0 .80494949.167979 1.42343434.503936 1.85545454.33528.42939394.83312.64606061 1.491488.64606061.595961-.00679074 1.184792-.12656681 1.733296-.35257576v.87848485c-.533172.24487796-1.119318.3617557-1.708912.34075757",fillRule:"nonzero"}))))})),dm=n.forwardRef((function(e,t){const{texts:a}=Er(),r=Xa(t),o=l("flex h-full w-full flex-grow items-center overflow-hidden active:outline-none relative",e.className);return n.createElement("nav",Object.assign({},e,{className:o,ref:r}),n.createElement(ms,{className:"h-full flex-grow items-center gap-1 px-1",moreButton:()=>n.createElement(Cr,{className:l(sm(),"!bg-transparent aria-expanded:!bg-white/[.08]")},a.header.more)},e.children))})),mm=n.forwardRef((function(e,t){const a=l("flex h-full items-center gap-2 mb-0 flex-shrink-0 mr-2",e.className);return n.createElement("div",Object.assign({},e,{className:a,ref:t}))})),fm=n.forwardRef((function(e,t){const a=l(om(!1),"mr-1 !bg-transparent hover:!bg-white/[.08] focus:!bg-white/[.08]] lg:hidden z-[2] !text-white");return n.createElement(hr,Object.assign({},e,{className:a,"data-taco":"header-toggle-sidebar",icon:"menu",ref:t}))})),gm=n.forwardRef((function(e,t){const{src:a,fallbackSrc:r,...o}=e,[i,s]=n.useState(!1),c=l("h-9 w-9 rounded-full shrink-0 group-focus:yt-focus-dark xl:group-focus:shadow-none",{visible:i},e.className);return n.createElement("img",Object.assign({},o,{className:c,src:a,onLoad:()=>s(!0),onError:e=>{e.target.src=r},ref:t}))})),vm=({agreement:e,...t})=>e.isAdministrator?n.createElement(Ya,Object.assign({},t,{color:"blue",small:!0}),"Admin"):e.isDeveloper?n.createElement(Ya,Object.assign({},t,{color:"blue",small:!0}),"Developer"):null,hm=e=>{const{children:t,className:a,fallbackImageSrc:r,...o}=e,i=l("w-full rounded flex px-2 gap-2 overflow-hidden text-left items-center",a);return n.createElement("span",{className:i},n.createElement(gm,{fallbackSrc:r,src:o.imageSrc,title:`${o.name} - ${o.number} ${o.userId}`}),n.createElement("span",{className:"flex flex-col overflow-hidden"},n.createElement("span",{className:"flex truncate text-white",title:o.name},n.createElement("span",{className:"truncate"},o.name)," ",o.secure?n.createElement(Na,{name:"secure-tick",className:"mb-0.5 ml-1 mt-0.5 !h-4 !w-4 flex-shrink-0 flex-grow-0"}):null),n.createElement("span",{className:"text-grey-100 whitespace-nowrap text-xs"},o.number," ",o.userId," ",n.createElement(vm,{agreement:o}))),t)},pm=e=>{const{children:t,currentAgreement:a,fallbackImageSrc:r}=e;if(ju("(min-width: 1280px)",window.innerWidth>1280)){const o=l("h-12 flex-grow xl:[button>&]:hover:bg-white/[0.16]",e.className);return n.createElement(hm,Object.assign({},a,{children:t,className:o,fallbackImageSrc:r}))}return n.createElement("span",{className:"relative flex h-12 flex-grow items-center pr-2"},n.createElement(gm,{fallbackSrc:r,src:a.imageSrc,title:`${a.name} - ${a.number} ${a.userId}`}),n.createElement(vm,{agreement:a,className:"absolute right-0 top-0 -mr-1 w-8 !justify-start"}))},wm=e=>n.createElement("div",{className:"-ml-2 flex flex-shrink-0 flex-grow-0 items-center gap-2 pr-2 xl:ml-auto xl:w-64","data-taco":"header-agreements"},n.createElement("span",{className:"hidden h-8 w-px flex-shrink-0 flex-grow-0 bg-white/[0.3] xl:flex"}),e.children),bm=e=>t=>{if(!e||!e.length)return!0;const n=String(t.number).indexOf(e)>-1,l=t.name.toLowerCase().indexOf(e.toLowerCase())>-1;return n||l},xm=(e,t)=>e.number===t.number&&e.userId===t.userId,Em=(e,t,l,a=!1)=>n.createElement("button",{"aria-current":a?"true":void 0,className:"focus:yt-focus-dark w-full rounded outline-none","data-taco":"header-agreements-agreement",key:`${e.number}_${e.userId}`,onClick:()=>l(e),onKeyDown:t=>{"Enter"===t.key&&l(e)},tabIndex:0},n.createElement(hm,Object.assign({},e,{className:"h-14 bg-white/[0.08] xl:hover:bg-white/[0.16] [[aria-current='true']>&]:bg-white/[0.16]",fallbackImageSrc:t}))),ym=n.forwardRef((function(e,t){const a=l("bg-blue-900 flex h-16 w-full shrink-0 items-center gap-2 pl-4","[&>*:focus-visible]:yt-focus-dark [&>*]:rounded",e.className);return n.createElement("header",Object.assign({},e,{className:a,ref:t}))}));ym.AgreementDisplay=function(e){const{currentAgreement:t,fallbackImageSrc:l}=e;return n.createElement(wm,null,n.createElement(pm,{currentAgreement:t,fallbackImageSrc:l}))},ym.AgreementSelector=function(e){const{agreements:t,currentAgreement:l,fallbackImageSrc:a,filterAgreement:r=(()=>!0),filterClientAgreement:o=(()=>!0),onAddAgreement:i,onChangeAgreement:s,onLogout:c,open:d,setOpen:m}=e,{texts:f}=Er(),g=n.useRef(null),[v,h]=w.useControllableState({onChange:m,prop:d}),[p,b]=n.useState("");n.useEffect(()=>{b("")},[v]);const x=e=>{s(e),h(!1)};return n.createElement(wm,null,n.createElement(u.Root,{open:v,onOpenChange:h},n.createElement(u.Trigger,{className:"xl:focus-visible:yt-focus-dark [&:focus-visible_img]:yt-focus-dark w-full rounded outline-none xl:[&:focus-visible_img]:shadow-none"},n.createElement(pm,{currentAgreement:l,fallbackImageSrc:a},t?n.createElement(Na,{className:"ml-auto hidden flex-shrink-0 flex-grow-0 text-white xl:flex",name:v?"chevron-up":"chevron-down"}):null)),n.createElement(u.Content,{className:"z-[996] mt-2 flex h-[calc(100vh_-_theme(spacing.16))] w-64 flex-col gap-1 bg-blue-900"},n.createElement(zc,{autoFocus:!0,className:"focus-visible:!yt-focus-dark mx-2 !border-transparent !bg-white/[0.08] !text-white hover:!bg-white/[0.16] hover:!shadow-none focus:!bg-white/[0.16] active:!bg-white/[0.16] [&+div>button]:!text-white",onChange:e=>b(e.target.value),onKeyDown:e=>{var t;"ArrowDown"!==e.key&&"ArrowUp"!==e.key&&"Enter"!==e.key||(e.preventDefault(),null===(t=g.current)||void 0===t||t.dispatchEvent(Xr(e)))},placeholder:f.header.search}),n.createElement(Xc,{querySelector:"button",className:"-my-1 flex w-full flex-grow flex-col gap-1 overflow-auto px-2 py-1 outline-none",ref:g,tabIndex:-1},null==t?void 0:t.filter(e=>r(e,bm(p))).map(e=>{const t=Em(e,a,x,xm(e,l));return e.clients?n.createElement("span",{className:"flex flex-col gap-px [&>*:first-child>span]:!rounded-t [&>*:last-child>span]:!rounded-b [&>*>span]:!rounded-none",key:`${e.number}_${e.userId}_clients`},bm(p)(e)?t:null,e.clients.filter(e=>o(e,p,bm(p))).map(e=>Em(e,a,x,xm(e,l)))):t})),i?n.createElement(Cr,{className:"focus-visible:!yt-focus-dark my-1 mx-2 !h-9 shrink-0 !bg-white/[0.08] !text-white hover:!bg-white/[0.16]",onClick:i},f.header.addAgreement):null,n.createElement("hr",{className:"my-0 h-px w-full bg-white/[0.08]"}),n.createElement("a",{className:"focus-visible:yt-focus-dark mx-2 mb-2 flex h-8 shrink-0 items-center justify-center rounded text-white hover:cursor-pointer hover:text-white hover:underline focus-visible:outline-none",onClick:c,tabIndex:0},f.header.logout))))},ym.Button=rm,ym.Link=im,ym.Logo=cm,ym.LogoLegacy=um,ym.PrimaryNavigation=dm,ym.SecondaryNavigation=mm,ym.MenuButton=fm;const zm=n.createContext({sidebarOpen:!1,setSidebarOpen:()=>{}}),Cm=n.forwardRef((function(e,t){const a=l("flex-grow overflow-y-auto print:overflow-visible print:h-full print:!p-0 bg-white flex flex-shrink flex-col relative",e.className);return n.createElement("main",Object.assign({},e,{className:a,ref:t}))})),Rm=v.motion(Fa),Sm=n.forwardRef((function(e,t){const{children:a,...r}=e,{sidebarOpen:o,setSidebarOpen:i}=n.useContext(zm),s=Du(),c=!s,u=s||o;n.useEffect(()=>{i(s)},[s]),n.useEffect(()=>{const e=e=>{"Escape"===e.key&&(e.preventDefault(),e.stopPropagation(),i(!1))};return c&&o&&window.addEventListener("keydown",e),()=>{window.removeEventListener("keydown",e)}},[c,o]);const d=c&&!0===o,[m,f]=n.useState(c),g=l("bg-grey-50 h-full w-64 flex-shrink-0 flex-grow-0 print:hidden",{"absolute z-10 aria-hidden:-translate-x-64 ":c,invisible:c&&!m,"transition-[transform] duration-300 visible":c&&m,"border-r-2 border-black/[.08] ":!d},e.className);n.useEffect(()=>{setTimeout(()=>{f(c)},1)},[c]);const h="function"==typeof a?a({isLargeScreen:s,open:o,toggleSidebar:()=>i(e=>!e)}):a;return h?n.createElement(n.Fragment,null,n.createElement("nav",Object.assign({},r,{"data-responsive":c,"aria-hidden":!u,className:g,ref:t}),h),n.createElement(v.AnimatePresence,null,d&&n.createElement(Rm,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"z-[1]",onClick:()=>i(!1)}))):null})),Om=n.forwardRef((function(e,t){const a=l("flex flex-grow overflow-hidden print:overflow-visible print:h-full relative",e.className);return n.createElement("div",Object.assign({},e,{className:a,ref:t}))})),Am=n.forwardRef((function(e,t){const[a,r]=n.useState(!1),o=l("flex h-screen w-screen flex-col overflow-hidden print:overflow-visible print:h-full relative",e.className);return n.createElement(zm.Provider,{value:{sidebarOpen:a,setSidebarOpen:r}},n.createElement("div",Object.assign({},e,{className:o,ref:t})))}));Am.Top=e=>{const{setSidebarOpen:t}=n.useContext(zm);return"function"==typeof e.children?e.children({toggleSidebar:()=>t(e=>!e)}):e.children},Am.Page=Om,Am.Sidebar=Sm,Am.Content=Cm;const Nm=n.forwardRef((function(e,t){const{children:a,defaultExpanded:r=!1,heading:o,onClick:i,...s}=e,[c,u]=n.useState(r),d=l("flex w-full cursor-pointer items-center rounded px-3 font-bold text-left leading-8 hover:bg-black/[.06] focus-visible:yt-focus-dark",s.className);return n.createElement("li",Object.assign({},s,{role:"none",className:"[[role=menubar]>&]:px-3",ref:t}),n.createElement("button",{"aria-haspopup":"true","aria-expanded":c,"data-taco":"navigation2-group",className:d,onClick:e=>{u(!c),i&&i(e)},role:"menuitem"},n.createElement(Na,{className:"-ml-2 !h-5 !w-5",name:c?"chevron-down-solid":"chevron-right-solid"}),n.createElement("span",{className:"flex-grow truncate"},o)),n.createElement("ul",{className:l("mb-0 flex flex-col gap-y-px pt-px",{hidden:!c}),role:"menu"},a))})),Lm=()=>l("[[role=menubar]>[data-taco=navigation2-link-item]+&]:mt-2","[[role=menubar]>[data-taco='navigation2-link-item']+&]:border-t-2","[[role=menubar]>[data-taco='navigation2-link-item']+&]:pt-2 ","[[role=menubar]>[data-taco='navigation2-content']+&]:border-t-2","[[role=menubar]>[data-taco='navigation2-content']+&]:pt-2","[[role=menubar]>[data-taco='navigation2-section']+&]:border-t-2","[[role=menubar]>[data-taco='navigation2-section']+&]:pt-2"),Mm=(e=!1)=>l("group relative flex w-full items-center rounded leading-8 !text-black px-2 focus-visible:yt-focus-dark","font-bold [[role=menu]>li>&]:font-normal [[role=menu]>li>&]:pl-5",'[&_[data-taco="icon"]]:!h-5 [&_[data-taco="icon"]]:!w-5','[&>span_[data-taco="badge"]]:mr-2.5 [[role=menu]>li>&>span_[data-taco="badge"]]:mr-2',{"hover:bg-black/[.06] aria-current-page:bg-blue-500/[.1]":!e,"!bg-blue-500 !text-white [&>*]:!text-white":e}),Hm=n.forwardRef((function(e,t){const{active:a,children:r,icon:o,menu:i,onDrop:s,total:c,...u}=e,[d,m]=as(s),f=l(Mm(d),u.className),g=l("[[role=menubar]>&]:px-3 border-grey-200",Lm(),{"[&>*]:pointer-events-none":d});return n.createElement("li",Object.assign({},m,{className:g,"data-taco":"navigation2-link-item",role:"none"}),n.createElement("a",Object.assign({},u,{"aria-current":a?"page":void 0,className:f,"data-taco":"navigation2-link",ref:t,role:"menuitem",tabIndex:0}),o?n.createElement(Na,{className:"mr-1.5 [[role=menu]>li>a>&]:-ml-1.5 [[role=menu]>li>a>&]:mr-0.5",name:o}):null,n.createElement("span",{className:"flex flex-grow items-center truncate"},r),i?n.createElement(hr,{appearance:"discrete",icon:"more","aria-label":"More",rounded:!0,className:l("-mr-1.5 hidden flex-shrink-0 flex-grow-0 transition-none group-hover:flex aria-expanded:flex",{"absolute right-0 !mr-0.5":void 0!==c}),menu:i,onClick:e=>{e.preventDefault(),e.stopPropagation()}}):null,void 0!==c?n.createElement(Ya,{className:l("flex-shrink-0 flex-grow-0 !font-normal",{'group-hover:hidden [[aria-expanded="true"]+&]:hidden ':i}),color:"transparent"},c):null))})),km=n.forwardRef((function(e,t){const{children:a,heading:r,...o}=e,i=l("w-full overflow-auto px-3 py-2 flex-grow border-grey-200 bg-grey-50 [[role=menubar]>&:first-child]:pt-0",Lm(),e.className);return n.createElement("li",Object.assign({},o,{className:i,"data-taco":"navigation2-section",ref:t,role:"none"}),r?n.createElement("span",{className:"text-grey-500 mb-px truncate pl-5 text-xs font-bold uppercase leading-8 lg:hidden"},r):null,n.createElement("ul",{className:"mb-0 flex flex-col gap-y-px"},a))})),Vm=n.forwardRef((function(e,t){const{children:a,...r}=e,o=l("w-full overflow-auto p-3 mt-auto border-grey-200 flex-shrink-0 z-10 bg-grey-50 [[role=menubar]>&:last-child]:pb-0",Lm(),e.className);return n.createElement("li",Object.assign({},r,{className:o,"data-taco":"navigation2-content",ref:t,role:"none"}),a)})),Im=n.forwardRef((function(e,t){const{children:a,...r}=e,o=l("m-0 py-2 flex flex-col gap-y-px overflow-auto h-full w-full bg-grey-50",e.className);return n.createElement("ul",Object.assign({},r,{className:o,"data-taco":"navigation2",ref:t,role:"menubar",style:{opacity:.999}}),a)}));Im.Group=Nm,Im.Link=Hm,Im.Section=km,Im.Content=Vm,exports.Accordion=Ua,exports.Alert=Ha,exports.AlertDialog=Ga,exports.Backdrop=Fa,exports.Badge=Ya,exports.BadgeIcon=La,exports.Banner=yr,exports.Base=vr,exports.Button=Cr,exports.Calendar=Nr,exports.Card=kr,exports.Checkbox=jr,exports.CollectionPrimitive=eu,exports.Combobox=fo,exports.DEFAULT_PAGE_SIZE=100,exports.Datepicker=So,exports.Dialog=To,exports.Drawer=si,exports.Field=ci,exports.Form=ui,exports.Group=Fo,exports.Hanger=vi,exports.Header=ym,exports.HoverCard=bi,exports.Icon=Na,exports.IconButton=hr,exports.Input=qr,exports.Layout=Am,exports.List=Ai,exports.Listbox=Mi,exports.LocalizationContext=br,exports.LocalizationProvider=xr,exports.Menu=Zi,exports.ModeSwitch=es,exports.MultiListbox=Hi,exports.Navigation=cs,exports.Navigation2=Im,exports.OverflowGroup=ms,exports.PaginatedTable=Cd,exports.Pagination=hs,exports.Popover=Ro,exports.Progress=({duration:e,...t})=>{let a;e&&(a={animationDuration:e+"ms"});const r=l("bg-grey-100 rounded block h-1 overflow-hidden w-full",t.className),o=l("yt-progress__bar block h-1",{"w-full before:h-1 before:bg-grey-300 before:block before:animate-[progress-indeterminate_2s_cubic-bezier(0.4,0,0.2,1)_infinite] before:content-[' ']":!e,"w-0 bg-grey-300 animate-[progress_linear]":e});return n.createElement("span",Object.assign({},t,{"data-taco":"progress",className:r}),n.createElement("span",{className:o,"data-taco":"progress-bar",style:a}))},exports.Provider=e=>{const{children:n,localization:l,settings:a}=e,r=t.useMemo(()=>a,[JSON.stringify(a)]);return t.createElement(xr,{localization:l},t.createElement(ys.Provider,{value:r},t.createElement(o.Provider,null,t.createElement(xs,null,n))))},exports.RadioGroup=Ui,exports.Report=Qu,exports.SearchInput=zc,exports.SearchInput2=Dc,exports.Select=vs,exports.Select2=Hu,exports.Shortcut=Ii,exports.Spinner=Ir,exports.Switch=Ci,exports.Table=zd,exports.Table3=Xd,exports.Tabs=Qd,exports.TacoContext=ys,exports.Tag=iu,exports.Textarea=Id,exports.Title=fi,exports.ToastProvider=xs,exports.Tooltip=dr,exports.Tour=am,exports.TourStep=lm,exports.Treeview=ls,exports.VisuallyHidden=Ja,exports.WindowedTable=Od,exports.convertRowIndexPathToNumberArray=Ad,exports.createShortcutKeyDownHandler=ir,exports.defaultLocalisationTexts=pr,exports.defaultLocalizationContext=wr,exports.findByValue=qi,exports.fixedForwardRef=Cs,exports.format=vo,exports.getByRowIndexPath=Nd,exports.getNavigationLinkClasses=Mm,exports.getNextIndexFromKey=Kr,exports.getParentRowIndexPath=Ld,exports.getRadioGroupItemValueAsString=Gi,exports.icons=Aa,exports.insertChildTableRow=Md,exports.isMacOs=sr,exports.isPressingMetaKey=rr,exports.isWeakEqual=go,exports.mergeRefs=Va,exports.parseFromCustomString=ho,exports.parseFromISOString=po,exports.removeChildTableRow=Hd,exports.setByRowIndexPath=(e,t,n)=>{const l=[...e],a=Ad(t),r=a.shift();if(a.length){const e=a.map(e=>`subRows[${e}]`).join(".");j(l[r],e,n)}else l[r]=n;return l},exports.shouldTriggerShortcut=or,exports.useBoundaryOverflowDetection=(e,t=[])=>{const[l,a]=n.useState(),r=Pr(e,t);return n.useEffect(()=>{if(e.current){const t=er(e.current);a(t)}},[e,null==r?void 0:r.width,...t]),l},exports.useBoundingClientRectListener=Pr,exports.useDropTarget=as,exports.useIntersectionObserver=us,exports.useIsLargeScreen=Du,exports.useLazyEffect=Zs,exports.useListKeyboardNavigation=(e=0,t={direction:"vertical"})=>{const[l,a]=n.useState(t.initialIndex);return[l,a,n=>{const a=Kr(n.key,e,l,t.direction);return void 0!==a&&n.preventDefault(),a}]},exports.useListScrollTo=$r,exports.useLocalization=Er,exports.useMatchMedia=ju,exports.useMergedRef=Xa,exports.useOnClickOutside=(e,t)=>{n.useEffect(()=>{const n=n=>{(Array.isArray(e)?e:[e]).some(e=>!e.current||e.current.contains(n.target))||t(n)};return document.addEventListener("mousedown",n),document.addEventListener("touchstart",n),()=>{document.removeEventListener("mousedown",n),document.removeEventListener("touchstart",n)}},[e,t])},exports.usePagination=(e=0,t=10)=>{const[l,a]=n.useState(e),[r,o]=n.useState(t);return{pageIndex:l,pageSize:r,setPageIndex:a,setPageSize:o}},exports.useRadioGroup=Wi,exports.useTableDataLoader=function(e,t,l={pageSize:100}){const{pageSize:a}=l,r=n.useRef(void 0),[o,i]=n.useState([]),s=n.useRef({}),c=n.useRef([]),u=n.useRef([]),d=n.useRef(),m=n.useRef(!1),f=function(t,n,l){try{let o=!1;if((m.current||JSON.stringify(n)!==JSON.stringify(c.current)||JSON.stringify(l)!==JSON.stringify(u.current))&&(s.current={},o=!0),s.current[t])return Promise.resolve();s.current[t]=!0,m.current=!1,c.current=n,u.current=l;const d=Ys((function(){return Js((function(){return Promise.resolve(e(t,a,n,l)).then((function(e){i(n=>{let l;return o||r.current!==e.length?(r.current=e.length,l=Array(r.current).fill(void 0)):l=[...n],l.splice(t*a,a,...e.data),l})}))}),(function(){}))}),(function(e,n){if(s.current[t]=!1,e)throw n;return n}));return Promise.resolve(d&&d.then?d.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},g=function(e,n){try{c.current=e,u.current=n;const l=Js((function(){return Promise.resolve(t(e,n)).then((function(e){r.current=e.length,i(()=>{let t;return e.data.length!==e.length?(t=Array(e.length).fill(void 0),t.splice(0,e.data.length,...e.data)):t=[...e.data],t})}))}),(function(){}));return Promise.resolve(l&&l.then?l.then((function(){})):void 0)}catch(e){return Promise.reject(e)}};return[{data:o,length:r.current,loadAll:g,loadPage:f,onChangeFilter:function(e){try{return d.current?g(c.current,e):f(0,c.current,e),Promise.resolve()}catch(e){return Promise.reject(e)}},onChangeSearch:function(e){try{return d.current=e||void 0,Promise.resolve()}catch(e){return Promise.reject(e)}},onChangeSort:function(e){try{return d.current?g(e,u.current):f(0,e,u.current),Promise.resolve()}catch(e){return Promise.reject(e)}},pageSize:a},function(){try{return m.current=!0,f(0,c.current,u.current)}catch(e){return Promise.reject(e)}}]},exports.useTableRowCreation=(e,t)=>{const[l,a]=n.useState(JSON.parse(JSON.stringify(e))),[r,o]=n.useState(void 0);return n.useEffect(()=>{if(void 0!==r){const n=Nd(l,r),i=Ld(r),[s,c]=Md(JSON.parse(JSON.stringify(e)),i,n);o(c),a(s),null!=t&&t.current&&t.current.instance.toggleRowEditing(null==n?void 0:n._createKey)}else a(e)},[JSON.stringify(e)]),{data:l,create:(e,n={})=>{const r=c.v4(),[i,s]=Md(l,e,{...n,_createKey:r});return o(s),a(i),null!=t&&t.current&&t.current.instance.toggleRowEditing(r),s},remove:e=>{const t=Hd(l,e);a(t),o(void 0)},isCreating:void 0!==r}},exports.useToast=Es;
1
+ "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=require("react"),n=e(t),l=e(require("clsx")),a=require("@radix-ui/react-alert-dialog"),r=require("@radix-ui/react-accordion"),o=require("@radix-ui/react-tooltip"),i=require("react-day-picker"),s=require("@radix-ui/react-checkbox"),c=require("uuid"),u=require("@radix-ui/react-popover"),d=e(require("lodash/debounce")),m=require("date-fns"),f=require("@radix-ui/react-dialog"),g=require("@react-aria/interactions"),v=require("framer-motion"),h=require("@react-aria/focus"),p=require("@radix-ui/react-scroll-area"),w=require("@radix-ui/react-use-controllable-state"),b=require("@radix-ui/react-hover-card"),x=require("@radix-ui/react-collapsible"),E=require("@radix-ui/react-switch"),y=require("@radix-ui/react-dropdown-menu"),z=require("@radix-ui/react-radio-group"),C=require("@radix-ui/react-portal"),R=require("@tanstack/react-table"),S=e(require("lodash/get")),O=require("@tanstack/react-virtual"),A=require("react-intersection-observer"),N=require("@dnd-kit/core"),L=require("@dnd-kit/modifiers"),M=require("@dnd-kit/sortable"),k=require("@dnd-kit/utilities"),H=require("react-table"),V=require("react-window"),I=e(require("react-window-infinite-loader")),j=e(require("lodash/set")),D=e(require("lodash/unset")),T=e(require("lodash/compact")),F=e(require("lodash/pullAt")),P=require("@radix-ui/react-tabs"),B=require("react-joyride"),_=e(B);const G=["green","yellow","red","blue","purple","brown","pink","orange","grey","transparent"],q=e=>{switch(e){case"information":return"blue";case"warning":return"yellow";case"error":return"red";case"success":return"green";default:return"grey"}},K=e=>{switch(e){case"green":return"border-green-700 text-green-700";case"yellow":return"border-yellow-700 text-yellow-700";case"red":return"border-red-500 text-red-500";case"blue":return"border-blue-500 text-blue-500";case"purple":return"border-purple-700 text-purple-700";case"brown":return"border-brown-700 text-brown-700";case"pink":return"border-pink-700 text-pink-700";case"orange":return"border-orange-700 text-orange-700";case"transparent":case"grey":default:return"border-grey-700 text-grey-700"}},$=e=>{switch(e){case"green":return"wcag-green-100";case"yellow":return"wcag-yellow-100";case"red":return"wcag-red-100";case"blue":return"wcag-blue-100";case"purple":return"wcag-purple-100";case"brown":return"wcag-brown-100";case"pink":return"wcag-pink-100";case"orange":return"wcag-orange-100";case"transparent":return"wcag-transparent";case"grey":default:return"wcag-grey-200"}},W=e=>{switch(e){case"green":return"wcag-green-700";case"yellow":return"wcag-yellow-500";case"red":return"wcag-red-500";case"blue":return"wcag-blue-500";case"purple":return"wcag-purple-700";case"brown":return"wcag-brown-700";case"pink":return"wcag-pink-500";case"orange":return"wcag-orange-700";case"transparent":return"wcag-transparent";case"grey":default:return"wcag-grey-700"}};function U(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-4.5 7.25a4.5 4.5 0 013.632 7.158l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.5 4.5 0 11-2.495-8.245zm0 1.5a3 3 0 100 6 3 3 0 000-6zm-7 3.25a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm0-4a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm9-4a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm-9 0a.75.75 0 010 1.5h-.5a.75.75 0 010-1.5h.5z",fill:"currentColor",fillRule:"evenodd"}))}function J(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M4.5 16.25v3a.25.25 0 00.193.243l.057.007H13V21H4.75A1.75 1.75 0 013 19.25v-3h1.5zm4.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.718-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.44l-1.72-1.72a.75.75 0 01-.073-.976l.073-.084a.75.75 0 01.976-.073zM16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75V13h-1.5V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5zm12.804 10.147a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function Y(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25v-3h1.5v3a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zm-6.804 8.147l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function X(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h12.5zM13 17.5H6.5a.5.5 0 00-.492.41L6 18v1.5a.5.5 0 00.41.492L6.5 20H13a.5.5 0 00.492-.41l.008-.09V18a.5.5 0 00-.41-.492L13 17.5zm4.5 0h-2a.5.5 0 00-.492.41L15 18v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 19.5V18a.5.5 0 00-.41-.492l-.09-.008zm-9-3.5h-2a.5.5 0 00-.492.41L6 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L9 16v-1.5a.5.5 0 00-.41-.492L8.5 14zm9 0h-2a.5.5 0 00-.492.41L15 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 16v-1.5a.5.5 0 00-.41-.492L17.5 14zM13 14h-2a.5.5 0 00-.492.41l-.008.09V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L13.5 16v-1.5a.5.5 0 00-.41-.492L13 14zm-4.5-3.5h-2a.5.5 0 00-.492.41L6 11v1.5a.5.5 0 00.41.492L6.5 13h2a.5.5 0 00.492-.41L9 12.5V11a.5.5 0 00-.41-.492L8.5 10.5zm9 0h-2a.5.5 0 00-.492.41L15 11v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 12.5V11a.5.5 0 00-.41-.492l-.09-.008zm-4.5 0h-2a.5.5 0 00-.492.41L10.5 11v1.5a.5.5 0 00.41.492L11 13h2a.5.5 0 00.492-.41l.008-.09V11a.5.5 0 00-.41-.492L13 10.5zM17.5 4h-11a.5.5 0 00-.492.41L6 4.5V8a.5.5 0 00.41.492l.09.008h11a.5.5 0 00.492-.41L18 8V4.5a.5.5 0 00-.41-.492L17.5 4zm-1 1a.5.5 0 01.5.5V7a.5.5 0 01-.5.5h-1A.5.5 0 0115 7V5.5a.5.5 0 01.5-.5h1z",fill:"currentColor",fillRule:"evenodd"}))}function Q(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.823 2.122a.188.188 0 01.352 0l.874 2.364c.02.051.06.092.111.11l2.364.875a.188.188 0 010 .352l-2.364.875a.188.188 0 00-.11.11l-.875 2.364a.188.188 0 01-.352 0l-.875-2.364a.187.187 0 00-.11-.11l-2.364-.875a.188.188 0 010-.352l2.364-.874a.187.187 0 00.11-.111l.875-2.364zm1.667 7a.188.188 0 01.351 0l.515 1.39a.19.19 0 00.11.112l1.39.514a.188.188 0 010 .352l-1.39.514a.188.188 0 00-.11.111l-.515 1.39a.187.187 0 01-.351 0l-.515-1.39a.187.187 0 00-.11-.11l-1.391-.515a.188.188 0 010-.352l1.39-.514a.187.187 0 00.111-.111l.515-1.39zm-5.363-2.36c-.889-.328-1.014-1.455-.374-2.008a12.291 12.291 0 00-3.864-.606C5.979 4.148 2 6.884 2 10.26c0 2.393 1.999 4.463 4.91 5.467L4.513 19.99a.556.556 0 00.832.706l5.406-4.325.426-.003c3.493-.076 6.477-1.538 7.829-3.612l-.879-.325c-1.034-.383-1.034-1.845 0-2.228l.234-.086a1.168 1.168 0 01-.476-.595l-.745-2.013-2.013-.745z",fill:"currentColor"}))}function Z(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("mask",{id:"ai-stars_svg__a",fill:"#fff"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.324 2.476a.188.188 0 01.351 0l.875 2.364c.019.05.06.091.11.11l2.364.875a.188.188 0 010 .352l-2.363.874a.187.187 0 00-.111.11l-.875 2.365a.188.188 0 01-.351 0l-.875-2.364a.188.188 0 00-.11-.11l-2.364-.875a.188.188 0 010-.352l2.363-.875a.188.188 0 00.111-.11l.875-2.364zM8.226 4.931c.266-.719 1.281-.719 1.547 0l1.566 4.23 4.23 1.566c.719.266.719 1.282 0 1.547l-4.23 1.566-1.566 4.23c-.266.72-1.281.72-1.547 0L6.66 13.84l-4.23-1.566c-.719-.265-.719-1.281 0-1.547l4.23-1.566 1.566-4.23zM9 7.16L7.96 9.974a.825.825 0 01-.488.487L4.66 11.5l2.81 1.041a.825.825 0 01.488.487L9 15.84l1.04-2.812a.825.825 0 01.488-.487l2.811-1.04-2.81-1.04a.825.825 0 01-.488-.488L9 7.162zm8.675 7.315a.188.188 0 00-.351 0l-.875 2.364a.188.188 0 01-.11.11l-2.364.875a.188.188 0 000 .352l2.363.874c.052.02.092.06.111.11l.875 2.364c.06.164.291.164.351 0l.875-2.363a.187.187 0 01.11-.11l2.364-.875a.188.188 0 000-.352l-2.363-.875a.187.187 0 01-.111-.11l-.875-2.364z"})),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.324 2.476a.188.188 0 01.351 0l.875 2.364c.019.05.06.091.11.11l2.364.875a.188.188 0 010 .352l-2.363.874a.187.187 0 00-.111.11l-.875 2.365a.188.188 0 01-.351 0l-.875-2.364a.188.188 0 00-.11-.11l-2.364-.875a.188.188 0 010-.352l2.363-.875a.188.188 0 00.111-.11l.875-2.364zM8.226 4.931c.266-.719 1.281-.719 1.547 0l1.566 4.23 4.23 1.566c.719.266.719 1.282 0 1.547l-4.23 1.566-1.566 4.23c-.266.72-1.281.72-1.547 0L6.66 13.84l-4.23-1.566c-.719-.265-.719-1.281 0-1.547l4.23-1.566 1.566-4.23zM9 7.16L7.96 9.974a.825.825 0 01-.488.487L4.66 11.5l2.81 1.041a.825.825 0 01.488.487L9 15.84l1.04-2.812a.825.825 0 01.488-.487l2.811-1.04-2.81-1.04a.825.825 0 01-.488-.488L9 7.162zm8.675 7.315a.188.188 0 00-.351 0l-.875 2.364a.188.188 0 01-.11.11l-2.364.875a.188.188 0 000 .352l2.363.874c.052.02.092.06.111.11l.875 2.364c.06.164.291.164.351 0l.875-2.363a.187.187 0 01.11-.11l2.364-.875a.188.188 0 000-.352l-2.363-.875a.187.187 0 01-.111-.11l-.875-2.364z",fill:"currentColor"}),t.createElement("path",{d:"M17.675 2.476l.704-.26-.704.26zm-.351 0l-.704-.26.704.26zM18.55 4.84l.703-.26-.703.26zm.11.11l-.26.704.26-.704zm2.364.875l.26-.704-.26.704zm0 .352l-.26-.704.26.704zm-2.363.874l-.26-.703.26.703zm-.111.11l.703.261-.703-.26zm-.875 2.365l.704.26-.704-.26zm-.351 0l-.704.26.704-.26zm-.875-2.364l.703-.26-.703.26zm-.11-.11l.26-.704-.26.703zm-2.364-.875l-.26.703.26-.703zm0-.352l-.26-.704.26.704zm2.363-.875l.26.704-.26-.704zm.111-.11l.703.26-.703-.26zm-6.676.09l-.703.26.703-.26zm-1.547 0l.703.26-.703-.26zm3.113 4.231l-.704.26.12.324.323.12.26-.704zm4.23 1.566l-.26.703.26-.703zm0 1.547l-.26-.703.26.704zm-4.23 1.566l-.26-.703-.324.12-.12.323.704.26zm-1.566 4.23l-.703-.26.703.26zm-1.547 0l.703-.26-.703.26zM6.66 13.84l.704-.26-.12-.324-.324-.12-.26.704zm-4.23-1.566l.26-.703-.26.704zm0-1.547l.26.703-.26-.703zm4.23-1.566l.26.704.324-.12.12-.323-.704-.26zm1.3.812l.703.26-.704-.26zM9 7.162l.703-.26L9 5l-.704 1.9.704.26zM7.472 10.46l-.26-.703.26.704zM4.66 11.5l-.26-.703-1.901.704 1.9.703.26-.703zm2.81 1.041l.261-.703-.26.703zm.488.487l.704-.26-.704.26zM9 15.84l-.703.26L9 18l.703-1.9L9 15.84zm1.04-2.812l.704.26-.703-.26zm.488-.487l-.26-.703.26.703zm2.811-1.04l.26.703 1.901-.703-1.9-.704-.26.704zm-2.81-1.04l.26-.704-.26.704zm-.488-.488l.703-.26-.703.26zm7.284 4.503l-.704-.26.704.26zm.351 0l.704-.26-.704.26zM16.45 16.84l.703.26-.703-.26zm-.11.11l.26.704-.26-.704zm-2.364.875l-.26-.703.26.703zm0 .352l.26-.704-.26.704zm2.363.874l-.26.704.26-.704zm.111.11l.703-.26-.703.26zm.875 2.364l-.704.26.704-.26zm.351 0l.704.26-.704-.26zm.875-2.363l.703.26-.703-.26zm.11-.11l.261.703-.26-.704zm2.364-.875l.26.703-.26-.703zm0-.352l.26-.703-.26.703zm-2.363-.875l-.26.704.26-.704zm-.111-.11l.703-.26-.703.26zM18.38 2.216c-.302-.817-1.457-.817-1.759 0l1.407.52a.563.563 0 01-1.055 0l1.407-.52zm.874 2.363l-.874-2.363-1.407.52.875 2.364 1.406-.52zm-.332-.332a.562.562 0 01.332.332l-1.406.52a.937.937 0 00.553.555l.521-1.407zm2.364.874l-2.364-.874-.52 1.407 2.363.874.52-1.407zm0 1.759c.816-.302.816-1.456 0-1.759l-.521 1.407a.563.563 0 010-1.055l.52 1.407zm-2.364.875l2.364-.875-.521-1.407-2.363.875.52 1.407zm.332-.333a.562.562 0 01-.332.333l-.52-1.407a.937.937 0 00-.554.554l1.406.52zm-.874 2.364l.874-2.364-1.406-.52-.875 2.363 1.407.52zm-1.759 0c.302.816 1.457.816 1.759 0l-1.407-.52a.563.563 0 011.055 0l-1.407.52zm-.874-2.364l.874 2.364 1.407-.52-.875-2.364-1.406.52zm.332.333a.562.562 0 01-.332-.333l1.406-.52a.938.938 0 00-.553-.554l-.521 1.407zm-2.364-.875l2.364.875.52-1.407-2.363-.875-.52 1.407zm0-1.759c-.816.303-.816 1.457 0 1.759l.521-1.407c.49.181.49.874 0 1.055l-.52-1.407zm2.364-.874l-2.364.874.521 1.407 2.364-.874-.521-1.407zm-.332.332a.562.562 0 01.332-.332l.52 1.407a.938.938 0 00.555-.554l-1.407-.52zm.874-2.363l-.874 2.363 1.406.52.875-2.363-1.407-.52zM10.477 4.67c-.508-1.37-2.447-1.37-2.955 0l1.407.52a.1.1 0 01.015-.027.041.041 0 01.01-.01A.085.085 0 019 5.142c.021 0 .037.006.045.011a.041.041 0 01.01.01.1.1 0 01.015.028l1.407-.52zm1.565 4.231l-1.565-4.23-1.407.52 1.565 4.23 1.407-.52zm3.788 1.123L11.6 8.458l-.521 1.407 4.23 1.565.521-1.406zm0 2.954c1.371-.508 1.371-2.447 0-2.954l-.52 1.406a.103.103 0 01.028.015.044.044 0 01.009.01.084.084 0 01.011.046.084.084 0 01-.011.045.04.04 0 01-.01.01.102.102 0 01-.028.015l.521 1.407zm-4.23 1.565l4.23-1.565-.52-1.407-4.232 1.566.521 1.406zm-1.123 3.788l1.565-4.23-1.407-.521-1.565 4.23 1.407.521zm-2.955 0c.508 1.371 2.447 1.371 2.955 0l-1.407-.52a.1.1 0 01-.015.028.04.04 0 01-.01.009.085.085 0 01-.045.012.085.085 0 01-.046-.012.04.04 0 01-.01-.01.1.1 0 01-.015-.027l-1.407.52zm-1.565-4.23l1.565 4.23 1.407-.52-1.565-4.231-1.407.52zm-3.788-1.123l4.23 1.565.521-1.406-4.23-1.566-.521 1.407zm0-2.954c-1.371.507-1.371 2.446 0 2.954l.52-1.407a.1.1 0 01-.028-.015.04.04 0 01-.009-.01.085.085 0 01-.011-.045.09.09 0 01.011-.046.043.043 0 01.01-.01.099.099 0 01.028-.015l-.521-1.406zm4.23-1.566l-4.23 1.566.52 1.406L6.92 9.865 6.4 8.458zM7.523 4.67L5.957 8.901l1.407.52 1.565-4.23-1.407-.52zm1.14 5.563l1.04-2.81-1.406-.521-1.04 2.81 1.407.521zm-.93.93c.431-.159.771-.498.93-.93l-1.406-.52a.075.075 0 01-.044.044l.52 1.407zm-2.811 1.041l2.811-1.04-.52-1.407-2.812 1.04.52 1.407zm2.811-.366l-2.811-1.04-.52 1.406 2.81 1.04.521-1.406zm.93.93a1.574 1.574 0 00-.93-.93l-.52 1.406c.02.008.036.024.044.045l1.407-.52zm1.04 2.811l-1.04-2.81-1.406.52 1.04 2.81 1.407-.52zm-.366-2.81l-1.04 2.81 1.407.52 1.04-2.81-1.407-.52zm.93-.931c-.43.16-.77.499-.93.93l1.407.52a.075.075 0 01.044-.044l-.52-1.406zm2.812-1.04l-2.811 1.04.52 1.406 2.812-1.04-.52-1.407zm-2.811.366l2.811 1.04.52-1.407-2.81-1.04-.521 1.407zm-.93-.93c.159.43.499.77.93.93l.52-1.407a.075.075 0 01-.044-.044l-1.407.52zm-1.04-2.812l1.04 2.811 1.406-.52-1.04-2.811-1.407.52zm9.73 7.314a.563.563 0 01-1.055 0l1.407-.52c-.302-.816-1.457-.816-1.759 0l1.407.52zm-.875 2.364l.875-2.364-1.407-.52-.874 2.363 1.406.52zm-.553.554a.938.938 0 00.553-.554l-1.406-.52a.563.563 0 01.332-.333l.52 1.407zm-2.364.874l2.364-.874-.521-1.407-2.364.875.521 1.406zm0-1.055c.49.181.49.874 0 1.055l-.52-1.406c-.817.302-.817 1.456 0 1.758l.52-1.407zm2.364.875l-2.364-.875-.52 1.407 2.363.875.52-1.407zm.553.554a.938.938 0 00-.553-.554l-.521 1.407a.563.563 0 01-.332-.333l1.406-.52zm.875 2.363l-.875-2.363-1.406.52.874 2.364 1.407-.52zm-1.055 0a.563.563 0 011.055 0l-1.407.52c.302.817 1.457.817 1.759 0l-1.407-.52zm.875-2.363l-.875 2.363 1.407.52.874-2.363-1.406-.52zm.553-.554a.937.937 0 00-.553.554l1.406.52a.562.562 0 01-.332.333l-.52-1.407zm2.364-.875l-2.363.875.52 1.407 2.364-.875-.521-1.407zm0 1.055a.563.563 0 010-1.055l.52 1.407c.817-.302.817-1.456 0-1.758l-.52 1.406zm-2.363-.874l2.363.874.52-1.406-2.363-.875-.52 1.407zm-.554-.554a.938.938 0 00.553.554l.521-1.407a.562.562 0 01.332.332l-1.406.52zm-.875-2.364l.875 2.364 1.406-.52-.874-2.364-1.407.52z",fill:"currentColor",mask:"url(#ai-stars_svg__a)"}))}function ee(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M8.25 18h7.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5zM12 4.5a.75.75 0 01.743.648l.007.102v8.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 16l-.029-.002h-.023l-.021-.003-.054-.006-.07-.015-.072-.024-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V5.25A.75.75 0 0112 4.5z",fill:"currentColor",fillRule:"evenodd"}))}function te(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 6.25a.75.75 0 01.743.648L12.75 7l-.001 8.189 2.22-2.22a.75.75 0 011.134.977l-.073.084-3.5 3.5-.038.036-.046.037h-.002l-.008.007-.081.051-.134.056-.085.02-.084.011h-.103l-.12-.018-.12-.039-.078-.038-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L11.25 7a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function ne(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.75 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm-6.554.397l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.018.119-.03.098-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22H5.25a.75.75 0 01-.102-1.493l.102-.007h8.189l-2.22-2.22a.75.75 0 01.977-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function le(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.03 7.97a.75.75 0 01.073.976l-.073.084-2.219 2.219L17 11.25a.75.75 0 01.102 1.493L17 12.75l-8.19-.001 2.22 2.22a.75.75 0 01-.976 1.134l-.084-.073-3.5-3.5-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function ae(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.946 7.897l.084.073 3.5 3.5.036.038.044.056.051.081.05.116.027.103.01.084v.103l-.018.12-.039.12-.038.078-.06.09-.063.071-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.218-2.22H7a.75.75 0 01-.102-1.493L7 11.25h8.189l-2.22-2.22a.75.75 0 01.977-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function re(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.25 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm7.53.47a.75.75 0 01.073.976l-.073.084-2.219 2.22h8.189a.75.75 0 01.102 1.493l-.102.007h-8.189l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089L8 11.965l.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function oe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.86 8.013l.067-.01.125-.001.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219v8.189a.75.75 0 01-1.493.102l-.007-.102v-8.189l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02zM15.75 4.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function ie(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.864 6.262l.089-.01h.095l.123.018.12.039.078.038.09.06.071.063 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L11.25 17V8.81l-2.22 2.22a.75.75 0 01-1.133-.976l.073-.084 3.5-3.5.094-.08.081-.051.134-.056.085-.02z",fill:"currentColor",fillRule:"evenodd"}))}function se(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.916 10.159l1.06 1.06-2.663 2.665a3.75 3.75 0 005.159 5.44l.144-.137 6.657-6.657a.75.75 0 011.128.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.575-7.269l.15-.156 2.664-2.664zm11.771-6.468a3.75 3.75 0 01.137 5.16l-.137.144-9.132 9.132a2.25 2.25 0 01-3.287-3.07l.105-.112 6.657-6.657a.75.75 0 011.128.984l-.067.076-6.657 6.657a.75.75 0 00.984 1.128l.077-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-2.933 2.932-1.061-1.061 2.933-2.932a3.75 3.75 0 015.303 0zM4 9a2 2 0 002 2 2 2 0 00-1.995 1.85L4 13l-.004-.132A2 2 0 002 11a2 2 0 002-2zm6-2.5a2 2 0 002 2 2 2 0 00-1.995 1.85L10 10.5l-.004-.132A2 2 0 008 8.5a2 2 0 002-2zM6.5 2c0 2.21 2.015 4 4.5 4-2.412 0-4.381 1.687-4.495 3.806L6.5 10l-.01-.263C6.338 7.65 4.386 6 2 6c2.485 0 4.5-1.79 4.5-4z",fill:"currentColor",fillRule:"evenodd"}))}function ce(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.026 18.467a.75.75 0 01-.977 1.133l-.084-.073-2.288-2.288-3.005 3.006a5.25 5.25 0 01-7.574-7.269l.15-.156 3.005-3.005-2.288-2.288a.75.75 0 01.977-1.133l.084.073 12 12zm-9.713-7.592l-3.005 3.006a3.75 3.75 0 005.16 5.44l.144-.137 3.005-3.005-1.061-1.061-3.005 3.005a2.25 2.25 0 01-3.287-3.069l.105-.113 3.005-3.005-1.061-1.061zm2.122 2.122L8.43 16.002a.75.75 0 00.984 1.128l.076-.067 3.005-3.006-1.06-1.06zm7.894-.47a.75.75 0 01.067.984l-.067.077-1.53 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.061 0zm.354-8.839a3.75 3.75 0 01.137 5.16l-.137.144-4.006 4.004-1.06-1.06 4.005-4.005a2.25 2.25 0 00-3.07-3.287l-.112.105-4.005 4.005-1.061-1.061 4.005-4.005a3.75 3.75 0 015.304 0zm-4.596 4.597a.75.75 0 01.067.983l-.067.077-1.531 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.062 0z",fill:"currentColor",fillRule:"evenodd"}))}function ue(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.38 3.688a3.75 3.75 0 015.44 5.16l-.137.144-9.132 9.131a2.25 2.25 0 01-3.287-3.069l.105-.113 6.657-6.656a.75.75 0 011.128.983l-.068.077-6.656 6.657a.75.75 0 00.984 1.128l.076-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-9.132 9.132a3.75 3.75 0 005.16 5.44l.144-.137 1.934-1.935a6.062 6.062 0 00.09 2.031l-.964.965a5.25 5.25 0 01-7.574-7.269l.15-.156 9.131-9.132zM22 18a4.5 4.5 0 10-9 0 4.5 4.5 0 009 0zm-5.243-2.852a.75.75 0 011.493.102v3.5l-.007.102a.75.75 0 01-1.493-.102v-3.5l.007-.102zM17.5 20a.75.75 0 100 1.5.75.75 0 000-1.5z",fill:"currentColor"}))}function de(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.38 3.688a3.75 3.75 0 015.44 5.16l-.137.144-9.132 9.131a2.25 2.25 0 01-3.287-3.069l.105-.113 6.657-6.656a.75.75 0 011.128.983l-.067.077-6.657 6.657a.75.75 0 00.984 1.128l.076-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-9.132 9.132a3.75 3.75 0 005.16 5.44l.144-.137 6.657-6.657a.75.75 0 011.127.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.574-7.269l.15-.156 9.131-9.132z",fill:"currentColor",fillRule:"evenodd"}))}function me(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.75 5.75a.25.25 0 00-.193-.243L14.5 5.5H14a.75.75 0 01-.102-1.493L14 4h.5c.372 0 .718.116 1.001.315.242-.17.53-.28.841-.308L16.5 4h.5l.102.007a.75.75 0 010 1.486L17 5.5h-.5l-.057.007a.25.25 0 00-.184.175l-.009.068V8h4c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16h-4v2.25l.007.057a.25.25 0 00.175.184l.068.009h.5l.102.007a.75.75 0 010 1.486L17 20h-.5l-.144-.006a1.74 1.74 0 01-.856-.308 1.734 1.734 0 01-.856.308L14.5 20H14a.75.75 0 01-.102-1.493L14 18.5h.5a.25.25 0 00.243-.193l.007-.057V5.75zm5.5 3.75h-4v5h4a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2zm3.5 0a1 1 0 110 2 1 1 0 010-2zm3.5 0c.087 0 .17.011.25.032v1.936A1.002 1.002 0 0112 12a1 1 0 011-1zm-9.25 5A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h9.5v1.5h-9.5a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h9.5V16h-9.5z",fill:"currentColor",fillRule:"evenodd"}))}function fe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 8c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16H3.75A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2z",fill:"currentColor",fillRule:"evenodd"}))}function ge(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.5 12.25l1.5 1.5V21a1 1 0 01-1 1H5a1 1 0 01-1-1v-7.25l1.5-1.5v8.25h13v-8.25zm-6.875.582l.375.375.375-.375a1.591 1.591 0 112.25 2.25L12 17.707l-2.625-2.625a1.591 1.591 0 012.25-2.25zm.821-10.685l.084.073L17 6.689V5.5a.5.5 0 01.5-.5h.5a.5.5 0 01.5.5v2.689l3.03 3.03a.75.75 0 01-.976 1.134l-.084-.073L12 3.811l-8.47 8.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 9-9a.75.75 0 01.976-.073z",fill:"currentColor",fillRule:"evenodd"}))}function ve(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M15.25 18.999V21h-2.5v-2.001h2.5zM21 16.75v2.5A1.75 1.75 0 0119.25 21h-2.5v-2.001H19V16.75h2zm-11.5-4c.966 0 1.75.784 1.75 1.75v4.75A1.75 1.75 0 019.5 21H4.75A1.75 1.75 0 013 19.25V14.5c0-.966.784-1.75 1.75-1.75H9.5zm11.5 0v2.5h-2v-2.5h2zm0-4v2.5h-2v-2.5h2zm-16 0v2.5H3v-2.5h2zM19.25 3c.966 0 1.75.784 1.75 1.75v2.5h-2V4.999h-2.25V3h2.5zm-12 0v1.999H5V7.25H3v-2.5C3 3.784 3.784 3 4.75 3h2.5zm4 0v1.999h-2.5V3h2.5zm4 0v1.999h-2.5V3h2.5z",fill:"currentColor",fillRule:"evenodd"}))}function he(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.5 19.5a2.5 2.5 0 01-4.995.164L9.5 19.5h5zM12 2c.915 0 1.686.767 1.924 1.815A6.002 6.002 0 0118 9.5V15l1.6 1.2A1 1 0 0119 18H5a1 1 0 01-.6-1.8L6 15V9.5a6.003 6.003 0 014.077-5.685C10.314 2.767 11.085 2 12 2z",fill:"currentColor",fillRule:"evenodd"}))}function pe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17 4.5c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V19.15a.5.5 0 01-.728.445C19.848 18.865 18.424 18.5 17 18.5c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 19.15V6.287a.5.5 0 01.252-.435C3.835 4.951 5.417 4.5 7 4.5c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM17 6c-1.284 0-2.586.363-3.92 1.108l-.308.178L12 7.75l-.772-.463C9.786 6.421 8.383 6 7 6c-1.11 0-2.232.271-3.378.825l-.122.062v10.739l.056-.02a10.363 10.363 0 013.059-.598L7 17c1.585 0 3.156.382 4.704 1.134l.296.149.296-.149c1.429-.694 2.878-1.073 4.339-1.127L17 17c1.027 0 2.05.16 3.065.48l.435.147V6.887l-.122-.062c-1.041-.504-2.064-.773-3.075-.818L17 6zm0 7.75c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 13.75zm0-3c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 10.75zm0-3c.836 0 1.669.115 2.5.344v1.567A7.98 7.98 0 0017 9.25c-1.16 0-2.325.266-3.501.804V8.427A9.628 9.628 0 0117 7.75z",fill:"currentColor",fillRule:"evenodd"}))}function we(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 2a.75.75 0 01.743.648L20 2.75v18.5a.75.75 0 01-.648.743L19.25 22H6.75a2.75 2.75 0 01-2.739-3H4V5l.043.001A.749.749 0 014 4.75a2.75 2.75 0 012.582-2.745L6.75 2h12.5zm-.75 16H6.75a1.25 1.25 0 00-.128 2.494l.128.006H18.5v-.75H6.75a.5.5 0 110-1H18.5V18zM5.506 4.622L5.5 4.75a.749.749 0 01-.043.251L5.5 5v11.8a2.732 2.732 0 011-.289V3.525a1.25 1.25 0 00-.994 1.097zM18.5 3.5h-11v13h11v-13zM14.25 9a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm2-3a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z",fill:"currentColor",fillRule:"evenodd"}))}function be(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.75 11c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0110.75 22h-6A1.75 1.75 0 013 20.25v-7.5c0-.966.784-1.75 1.75-1.75h6zm.25 8.5H9.5v1H11v-1zm-2.5 0h-4v1h4v-1zM14.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v9.836A1.75 1.75 0 0119.25 20H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L14 7.25V3.499L8.25 3.5a.25.25 0 00-.243.193L8 3.75V10H6.5V3.75C6.5 2.784 7.284 2 8.25 2h6.336zM11 17.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm10.016-6.984c.152 0 .333.058.371.263l.008.084v.242c.554.063 1.043.247 1.34.536.21.203.32.418.32.644 0 .29-.239.492-.516.492-.242 0-.437-.074-.648-.234-.328-.25-.586-.348-.93-.348-.379 0-.61.23-.61.48 0 .226.168.369.56.457l.14.028.687.121c1 .176 1.508.68 1.508 1.508 0 .908-.638 1.554-1.67 1.741l-.185.029v.175c0 .27-.207.352-.375.352-.157 0-.34-.065-.38-.269l-.007-.083v-.164c-.649-.047-1.211-.242-1.543-.558-.2-.196-.316-.41-.316-.645 0-.347.265-.543.59-.543.159 0 .308.044.495.162l.118.08c.343.254.726.395 1.043.395.48 0 .722-.203.722-.5 0-.217-.177-.353-.617-.458l-.14-.03-.672-.133c-.996-.192-1.489-.703-1.489-1.54 0-.885.638-1.523 1.633-1.683l.18-.023v-.23c0-.274.21-.348.383-.348zM11 15.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm5-3H4.5v2H11v-2zm4.5-7.881V7.25a.25.25 0 00.193.243l.057.007h2.631L15.5 4.619z",fill:"currentColor",fillRule:"evenodd"}))}function xe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.25 2c.414 0 .75.294.75.656V3h2.25c.966 0 1.75.83 1.75 1.853v14.294C21 20.17 20.216 21 19.25 21H4.75C3.784 21 3 20.17 3 19.147V4.853C3 3.83 3.784 3 4.75 3H7v-.344C7 2.294 7.336 2 7.75 2s.75.294.75.656V3h7v-.344c0-.362.336-.656.75-.656zm3.25 6h-15v11.147c0 .125.082.23.193.258l.057.007h14.5a.254.254 0 00.243-.204l.007-.06V8zm-11 7a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm-9-4.5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2A.5.5 0 016 12v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zM7 4.588H4.75a.254.254 0 00-.243.204l-.007.06V6.5h15V4.853a.262.262 0 00-.193-.258l-.057-.007H17v.256c0 .362-.336.656-.75.656s-.75-.294-.75-.656v-.256h-7v.256c0 .362-.336.656-.75.656S7 5.206 7 4.844v-.256z",fill:"currentColor",fillRule:"evenodd"}))}function Ee(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20 8a2 2 0 012 2v9a2 2 0 01-2 2H8a2 2 0 01-2-2v-9a2 2 0 012-2h12zm.5 5h-13v6a.5.5 0 00.41.492L8 19.5h12a.5.5 0 00.492-.41L20.5 19v-6zM12 15a.5.5 0 01.5.5V17a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1.5a.5.5 0 01.5-.5h2zm4.607-10.568L17.294 7h-1.553l-.583-2.18a.5.5 0 00-.524-.369l-.089.016L3.92 7.314a.5.5 0 00-.369.523l.016.089L5 13.276v3.905a1.992 1.992 0 01-.812-1.14l-2.07-7.727a2 2 0 011.414-2.45l10.625-2.846a2 2 0 012.45 1.414zM20 9.5H8a.5.5 0 00-.492.41L7.5 10v1.5h13V10a.5.5 0 00-.41-.492L20 9.5z",fill:"currentColor"}))}function ye(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1.143 6.234c.215 0 .434.097.48.36l.009.107v.387c.714.091 1.353.338 1.75.725.301.285.463.602.463.902 0 .355-.28.602-.618.602-.29 0-.51-.102-.779-.333-.456-.435-.843-.607-1.38-.607-.634 0-1.037.36-1.037.811 0 .372.266.62.843.762l.15.033 1.016.21c1.353.263 2.02.934 2.02 2.035 0 1.218-.86 2.076-2.251 2.304l-.193.027v.338c0 .344-.247.468-.49.468-.214 0-.437-.098-.484-.361l-.01-.107v-.327c-.816-.07-1.535-.322-1.981-.736-.301-.274-.473-.585-.473-.908 0-.419.306-.655.688-.655.236 0 .43.075.735.333.478.435 1.005.66 1.547.66.758 0 1.166-.338 1.166-.853 0-.374-.264-.605-.921-.77l-.159-.036-1.01-.22c-1.3-.269-1.955-.967-1.955-2.063 0-1.187.855-2.034 2.199-2.223l.186-.022v-.376c0-.349.247-.467.489-.467zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ze(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 4.75a.75.75 0 00-1.5 0v14.5c0 .414.336.75.75.75h18.5a.75.75 0 000-1.5h-1.5V6a.75.75 0 00-1.14-.64l-6.88 4.188-3.045-2.682a.75.75 0 00-.921-.055L3.5 9.745V4.75zm0 6.816V18.5h14.75V7.335l-6.211 3.782a.75.75 0 01-.886-.078l-3.02-2.66L3.5 11.565z",fill:"currentColor"}))}function Ce(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 17.75A1.75 1.75 0 009.25 16h-4.5A1.75 1.75 0 003 17.75v1.5c0 .966.784 1.75 1.75 1.75h4.5A1.75 1.75 0 0011 19.25v-1.5zm6-6.5a1.75 1.75 0 00-1.75-1.75H4.75A1.75 1.75 0 003 11.25v1.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0017 12.75v-1.5zm4-6.5A1.75 1.75 0 0019.25 3H4.75A1.75 1.75 0 003 4.75v1.5C3 7.216 3.784 8 4.75 8h14.5A1.75 1.75 0 0021 6.25v-1.5zm-11.5 13v1.5a.25.25 0 01-.193.243l-.057.007h-4.5a.25.25 0 01-.243-.193L4.5 19.25v-1.5a.25.25 0 01.193-.243l.057-.007h4.5a.25.25 0 01.243.193l.007.057zm6-6.5v1.5a.25.25 0 01-.193.243L15.25 13H4.75a.25.25 0 01-.243-.193L4.5 12.75v-1.5a.25.25 0 01.193-.243L4.75 11h10.5a.25.25 0 01.243.193l.007.057zm4-6.5v1.5a.25.25 0 01-.193.243l-.057.007H4.75a.25.25 0 01-.243-.193L4.5 6.25v-1.5a.25.25 0 01.193-.243L4.75 4.5h14.5a.25.25 0 01.243.193l.007.057z",fill:"currentColor"}))}function Re(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 4.75a.75.75 0 00-1.5 0v14.5c0 .414.336.75.75.75h18.5a.75.75 0 000-1.5H3.5V4.75zm18.06 2.53a.75.75 0 10-1.06-1.06l-5.97 5.97-3.47-3.47a.75.75 0 00-1.06 0l-4.47 4.47a.75.75 0 001.061 1.06l3.94-3.94L14 13.78a.75.75 0 001.06 0l6.5-6.5z",fill:"currentColor"}))}function Se(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.25 4.25A.75.75 0 0111 5v8h8a.75.75 0 01.743.648l.007.102c0 4.97-4.03 8.5-9 8.5a9 9 0 01-9-9c0-4.97 3.53-9 8.5-9zM9.5 5.787l-.209.024c-3.69.47-6.041 3.622-6.041 7.439a7.5 7.5 0 007.5 7.5c3.817 0 6.968-2.352 7.44-6.041l.022-.209H10.25a.75.75 0 01-.743-.648L9.5 13.75V5.787zm3.75-4.037a9 9 0 019 9 .75.75 0 01-.75.75h-8.25a.75.75 0 01-.75-.75V2.5a.75.75 0 01.75-.75zM14 3.287V10h6.712l-.023-.209a7.504 7.504 0 00-6.48-6.48L14 3.287z",fill:"currentColor"}))}function Oe(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 4.5h15v3.75h-15V4.5zM3 9.75V4.5A1.5 1.5 0 014.5 3h15A1.5 1.5 0 0121 4.5v15a1.5 1.5 0 01-1.5 1.5h-15A1.5 1.5 0 013 19.5V9.75zM4.5 14V9.75h4V14h-4zm0 1.5v4h4v-4h-4zm5.5 4h4v-4h-4v4zm5.5 0h4v-4h-4v4zm4-5.5V9.75h-4V14h4zM10 9.75h4V14h-4V9.75z",fill:"currentColor"}))}function Ae(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.557 13.056c1.474.7 2.443 1.881 2.443 3.222 0 1.294-.903 2.44-2.292 3.147l.89 1.582a.556.556 0 01-.748.761l-.084-.055-2.059-1.647a7.87 7.87 0 01-1.263.1c-2.853 0-5.205-1.506-5.52-3.444 2.666-.007 5.071-.766 6.817-1.966a7.924 7.924 0 001.802-1.682l.014-.018zM10.889 3.5c4.91 0 8.889 2.736 8.889 6.111 0 3.309-3.825 6.004-8.601 6.108l-.426.003-5.406 4.324a.556.556 0 01-.832-.706l2.398-4.262C3.999 14.074 2 12.003 2 9.61 2 6.236 5.98 3.5 10.889 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ne(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.313 12.156c.59.664.937 1.466.937 2.344 0 1.01-.467 1.944-1.272 2.68l-.21.179.885 1.77c.174.348.174.753.01 1.096l-.068.125-.084.118c-.352.44-.948.585-1.501.347l-.127-.062-.129-.09-2.446-1.955-.233.021-.19.012-.385.009c-2.065 0-3.908-.798-4.923-2.035a13.97 13.97 0 002.216-.108c.728.397 1.667.643 2.707.643.209 0 .415-.01.619-.03l.303-.037.323-.047 2.059 1.649-.969-1.94.582-.36c.86-.533 1.333-1.252 1.333-1.985 0-.371-.122-.733-.343-1.065.3-.336.562-.69.781-1.06l.125-.219zM11 3.25c4.786 0 8.75 2.725 8.75 6.25 0 3.455-3.81 6.143-8.47 6.247l-.139.001-4.662 3.73a1.25 1.25 0 01-1.567-.004l-.1-.09-.09-.102a1.25 1.25 0 01-.174-1.27l.06-.124 1.737-3.087-.23-.106c-2.193-1.046-3.646-2.768-3.842-4.737l-.017-.228-.006-.23c0-3.525 3.964-6.25 8.75-6.25zm0 1.5c-4.05 0-7.25 2.2-7.25 4.75 0 1.679 1.397 3.263 3.66 4.119l.255.092.85.293-1.969 3.498 4.072-3.255.267.002.384-.002c3.922-.095 6.981-2.253 6.981-4.747 0-2.55-3.2-4.75-7.25-4.75z",fill:"currentColor",fillRule:"evenodd"}))}function Le(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.47 6.47a.75.75 0 01.976-.073l.084.073L12 10.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06zm0 5a.75.75 0 01.976-.073l.084.073L12 15.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06z",fill:"currentColor",fillRule:"evenodd"}))}function Me(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.854 9.354l5.792 5.792a.5.5 0 00.708 0l5.792-5.792a.5.5 0 00-.353-.854H6.207a.5.5 0 00-.353.854z",fill:"currentColor",fillRule:"evenodd"}))}function ke(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.47 10.03a.75.75 0 01.976-1.133l.084.073L12 13.439l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5z",fill:"currentColor",fillRule:"evenodd"}))}function He(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17.53 6.47a.75.75 0 01.073.976l-.073.084L13.061 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 011.06 0zm-5 0a.75.75 0 01.073.976l-.073.084L8.061 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Ve(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5 6.207a.5.5 0 00-.854-.353l-5.792 5.792a.5.5 0 000 .708l5.792 5.792a.5.5 0 00.854-.353V6.207z",fill:"currentColor"}))}function Ie(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.97 6.47a.75.75 0 011.133.976l-.073.084L10.561 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5z",fill:"currentColor",fillRule:"evenodd"}))}function je(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.47 6.47a.75.75 0 01.976-.073l.084.073 5 5 .073.084a.75.75 0 01.007.882l-.08.094-5 5-.084.073a.75.75 0 01-.882.007l-.094-.08-.073-.084a.75.75 0 01-.007-.882l.08-.094L15.939 12l-4.47-4.47-.072-.084a.75.75 0 01.073-.976zm-5 0a.75.75 0 01.976-.073l.084.073 5 5 .073.084a.75.75 0 01.007.882l-.08.094-5 5-.084.073a.75.75 0 01-.882.007l-.094-.08-.073-.084a.75.75 0 01-.007-.882l.08-.094L10.939 12l-4.47-4.47-.072-.084a.75.75 0 01.073-.976z",fill:"currentColor",fillRule:"evenodd"}))}function De(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.5 17.793a.5.5 0 00.854.353l5.792-5.792a.5.5 0 000-.708L9.354 5.854a.5.5 0 00-.854.353v11.586z",fill:"currentColor"}))}function Te(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.03 6.47a.75.75 0 00-1.133.976l.073.084L13.439 12l-4.47 4.47a.75.75 0 00-.072.976l.073.084a.75.75 0 00.976.073l.084-.073 5-5a.75.75 0 00.073-.976l-.073-.084-5-5z",fill:"currentColor",fillRule:"evenodd"}))}function Fe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.47 12.53a.75.75 0 01-.073-.976l.073-.084 5-5 .084-.073a.75.75 0 01.882-.007l.094.08 5 5 .073.084a.75.75 0 01.007.882l-.08.094-.084.073a.75.75 0 01-.882.007l-.094-.08L12 8.061l-4.47 4.47-.084.072a.75.75 0 01-.976-.073zm0 5a.75.75 0 01-.073-.976l.073-.084 5-5 .084-.073a.75.75 0 01.882-.007l.094.08 5 5 .073.084a.75.75 0 01.007.882l-.08.094-.084.073a.75.75 0 01-.882.007l-.094-.08L12 13.061l-4.47 4.47-.084.072a.75.75 0 01-.976-.073z",fill:"currentColor",fillRule:"evenodd"}))}function Pe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.854 14.646l5.792-5.792a.5.5 0 01.708 0l5.792 5.792a.5.5 0 01-.353.854H6.207a.5.5 0 01-.353-.854z",fill:"currentColor",fillRule:"evenodd"}))}function Be(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17.53 13.97a.75.75 0 01-.976 1.133l-.084-.073L12 10.561l-4.47 4.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 01.976-.073l.084.073 5 5z",fill:"currentColor",fillRule:"evenodd"}))}function _e(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd",d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM8.641 8.641a.75.75 0 01.984-.067l.077.067L12 10.94l2.298-2.298a.75.75 0 011.128.984l-.067.077L13.06 12l2.298 2.298a.75.75 0 01-.984 1.128l-.077-.067L12 13.06l-2.298 2.298a.75.75 0 01-1.128-.984l.067-.077L10.94 12 8.641 9.702a.75.75 0 010-1.06z"}))}function Ge(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm-.267 5.753a1 1 0 10-.001-2.001 1 1 0 00.001 2.001zM14 16.754a.75.75 0 000-1.502h-1.267V11.5a.752.752 0 00-.75-.751H10a.75.75 0 000 1.502h1.233v3H10a.75.75 0 000 1.503h4z",fill:"currentColor"}))}function qe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm4 7.75c.934 0 1.027 1.366.102 1.493-8 0 0 0-8.102.007-.934 0-1.027-1.366-.102-1.493z",fill:"currentColor",fillRule:"evenodd"}))}function Ke(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm0 3.75a.75.75 0 01.743.648L12.75 8v3.25H16a.75.75 0 01.102 1.493L16 12.75h-3.25V16a.75.75 0 01-1.493.102L11.25 16v-3.25H8a.75.75 0 01-.102-1.493L8 11.25h3.25V8a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function $e(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm.58 10.15a.71.71 0 00.226-.543v-1.272a.306.306 0 01.045-.143.522.522 0 01.136-.133 3.91 3.91 0 01.285-.18l.028-.016c.112-.066.242-.143.387-.237.706-.454 1.156-1.012 1.156-1.838 0-.673-.37-1.19-.887-1.53-.513-.336-1.183-.508-1.845-.508-.552 0-1.234.096-1.79.317a2.441 2.441 0 00-.574.315c-.09.069-.174.146-.245.232a1.15 1.15 0 00-.154.238 1.474 1.474 0 00-.148.625c0 .075.01.118.02.167.036.159.12.3.254.401a.77.77 0 00.47.147.768.768 0 00.745-.517l.004-.013c.053-.17.226-.306.517-.4.282-.09.611-.116.852-.116.267 0 .575.078.809.213.241.139.345.298.345.44 0 .188-.051.32-.152.444-.11.136-.285.27-.55.444h-.002l-.136.091h-.001c-.232.153-.49.322-.695.513-.252.234-.467.537-.467.938v1.38c0 .226.087.421.248.556.155.13.357.185.56.185.21 0 .41-.064.558-.2zm-.559 3.1c.504 0 .924-.4.924-.904 0-.512-.423-.9-.924-.9a.908.908 0 00-.92.9c0 .504.42.904.92.904z",fill:"currentColor"}))}function We(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm4.403 3.867a.75.75 0 01.282.938l-.052.098-5.091 8a.75.75 0 01-1.145.145l-.074-.08-2.909-3.636a.75.75 0 011.096-1.018l.076.081 2.253 2.817 4.528-7.115a.75.75 0 011.036-.23z",fill:"currentColor",fillRule:"evenodd"}))}function Ue(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm0 3.75a.97.97 0 00-.974.989L11.2 12.5c.01.417.352.749.771.749a.768.768 0 00.77-.74l.23-4.26a.97.97 0 00-.97-1zm0 9.5a1 1 0 100-2 1 1 0 000 2z",fill:"currentColor"}))}function Je(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.03 12.97a.75.75 0 01.073.976l-.073.084-5.72 5.72H8.5a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007-5.051-.002-.12-.018-.068-.019-.06-.023-.07-.035-.082-.054-.08-.07a.749.749 0 01-.096-.118l-.05-.09-.04-.103a.737.737 0 01-.026-.116L2.75 20.5v-5a.75.75 0 011.493-.102l.007.102-.001 3.189 5.72-5.72a.75.75 0 011.061 0zm4.368-10.213l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L19.75 8.5V5.31l-5.72 5.72a.75.75 0 01-1.133-.976l.073-.084 5.718-5.72H15.5a.75.75 0 01-.743-.648L14.75 3.5a.75.75 0 01.648-.743z",fill:"currentColor",fillRule:"evenodd"}))}function Ye(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.398 12.757l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9.75 18.5v-3.19l-5.72 5.72a.75.75 0 01-1.133-.976l.073-.084 5.718-5.72H5.5a.75.75 0 01-.743-.648L4.75 13.5a.75.75 0 01.648-.743zM21.03 2.97a.75.75 0 01.073.976l-.073.084-5.72 5.72h3.19a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007-5.051-.002-.12-.018-.068-.019-.06-.023-.07-.035-.082-.054-.08-.07a.749.749 0 01-.096-.118l-.05-.09-.04-.103a.737.737 0 01-.026-.116l-.007-.102v-5a.75.75 0 011.493-.102l.007.102v3.188l5.72-5.718a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Xe(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.554 6.397a.75.75 0 011.049 1.05l-.073.083L13.061 12l4.47 4.47a.75.75 0 01-.977 1.133l-.084-.073L12 13.061l-4.47 4.47-.084.072a.75.75 0 01-1.049-1.05l.073-.083L10.939 12l-4.47-4.47a.75.75 0 01.977-1.133l.084.073L12 10.939l4.47-4.47.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function Qe(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 4.5h-4v15h4v-15zm1.5 0v15h3.75a.25.25 0 00.25-.25V4.75a.25.25 0 00-.25-.25H15.5zM4.75 3A1.75 1.75 0 003 4.75v14.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0021 19.25V4.75A1.75 1.75 0 0019.25 3H4.75z",fill:"currentColor"}))}function Ze(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.6 4.5H14v15h-2.378a2.26 2.26 0 010 1.5h7.628A1.75 1.75 0 0021 19.25V4.75A1.75 1.75 0 0019.25 3H4.75A1.75 1.75 0 003 4.75v6.75c.576 0 1.152.22 1.591.659l1.659 1.659 1.659-1.659a2.244 2.244 0 011.691-.657V4.5zm5.9 15v-15h3.75a.25.25 0 01.25.25v14.5a.25.25 0 01-.25.25H15.5zM2.47 20.78a.75.75 0 010-1.06L5.19 17l-2.72-2.72a.75.75 0 111.06-1.06l2.72 2.72 2.72-2.72a.75.75 0 111.06 1.06L7.31 17l2.72 2.72a.75.75 0 11-1.06 1.06l-2.72-2.72-2.72 2.72a.75.75 0 01-1.06 0z",fill:"currentColor"}))}function et(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 4.5h-4v15h4v-15zm1.5 0v15h3.75a.25.25 0 00.25-.25V4.75a.25.25 0 00-.25-.25H15.5zm-10.75 0H8.5v15H4.75a.25.25 0 01-.25-.25V4.75a.25.25 0 01.25-.25zm0-1.5A1.75 1.75 0 003 4.75v14.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0021 19.25V4.75A1.75 1.75 0 0019.25 3H4.75z",fill:"currentColor"}))}function tt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19 9a3 3 0 11-2.877 3.854H7.877A3.001 3.001 0 012 12a3 3 0 015.93-.647h8.14A3.001 3.001 0 0119 9zM5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm14 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor"}))}function nt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.66 4.174a.75.75 0 01.32.933l-.045.091-8.298 14.373a.75.75 0 01-1.344-.659l.045-.091 8.298-14.373a.75.75 0 011.025-.274zM5 9a3.001 3.001 0 012.935 2.374.685.685 0 01.169-.02h1.814l-.866 1.5h-.948a.75.75 0 01-.22-.033A2.998 2.998 0 012 12a3 3 0 013-3zm14 0a3 3 0 11-2.877 3.854h-1.875l.866-1.5.956-.001A3.001 3.001 0 0119 9zM5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm14 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor"}))}function lt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V18h-.5a.75.75 0 110-1.5H4v-3.75h-.5a.75.75 0 110-1.5H4V8h-.5a.75.75 0 010-1.5H4V3.75C4 2.784 4.784 2 5.75 2h12.5zm0 1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6.5H6A.75.75 0 016 8h-.5v3.25H6a.75.75 0 110 1.5h-.5v3.75H6A.75.75 0 116 18h-.5v2.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5zM11.866 12c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0114.482 18H9.25a1.75 1.75 0 01-1.724-2.05c.46-2.634 1.906-3.95 4.34-3.95zm0-5.5c1.104 0 2 1.12 2 2.5s-.896 2.5-2 2.5c-1.105 0-2-1.12-2-2.5s.895-2.5 2-2.5z",fill:"currentColor",fillRule:"evenodd"}))}function at(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6 5v1.5h-.25a.25.25 0 00-.243.193L5.5 6.75v13.5a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V20H17v.25A1.75 1.75 0 0115.25 22h-9.5A1.75 1.75 0 014 20.25V6.75C4 5.784 4.784 5 5.75 5H6zm7.586-3a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0118.25 19h-9.5A1.75 1.75 0 017 17.25V3.75C7 2.784 7.784 2 8.75 2h4.836zM13 3.5H8.75a.25.25 0 00-.243.193L8.5 3.75v13.5a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm1.5 1.121V7.25a.25.25 0 00.193.243l.057.007h2.629L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function rt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.441 3.441a1.25 1.25 0 01.983-.058l.135.058 9.598 4.799a.85.85 0 01.464.859l-.001 6.151a.75.75 0 11-1.5 0v-4.971L19 11.339V17.5c0 1.657-3.134 3-7 3-3.772 0-6.847-1.278-6.994-2.88L5 17.5v-6.162L1.842 9.76a.85.85 0 01-.421-1.042l.041-.098a.85.85 0 01.286-.325l.094-.055 9.598-4.799zm-4.942 8.647v5.395c.009.095.385.448 1.217.791C8.82 18.73 10.351 19 12 19c1.689 0 3.253-.284 4.359-.757.472-.203.822-.425 1.023-.629l.11-.117c.003-.003.005-.004.006-.003l.002.006v-5.411l-4.941 2.47a1.25 1.25 0 01-.983.058l-.135-.058-4.942-2.471zM12 4.838L3.677 8.999l8.322 4.162 8.323-4.162L12 4.838z",fill:"currentColor"}))}function ot(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.499 15l.001 5.25a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V20H18v.25A1.75 1.75 0 0116.25 22h-9.5A1.75 1.75 0 015 20.25L4.999 15h1.5zm8.087-13a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0119.25 19h-9.5A1.75 1.75 0 018 17.25L7.999 15h1.5l.001 2.25a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057L19.499 9H15.75a1.75 1.75 0 01-1.744-1.606L14 7.25l-.001-3.75H9.75a.25.25 0 00-.243.193L9.5 3.75 9.499 5h-1.5L8 3.75C8 2.784 8.784 2 9.75 2h4.836zM4.392 8.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082L4.341 9.03l.051-.074zM8.25 6a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528A2.5 2.5 0 006.711 8.03a.75.75 0 11-.925-1.181A3.985 3.985 0 018.25 6zm7.249-1.38l.001 2.63a.25.25 0 00.193.243l.057.007h2.629l-2.88-2.88z",fill:"currentColor",fillRule:"evenodd"}))}function it(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2a4.5 4.5 0 014.472 4h-1.514a3 3 0 00-5.917 0H20.25a.75.75 0 110 1.5h-.75V18a4 4 0 01-4 4h-7a4 4 0 01-4-4V7.5h-.75a.75.75 0 010-1.5h3.777A4.5 4.5 0 0112 2zm6 5.5H6V18a2.5 2.5 0 002.336 2.495l.164.005h7a2.5 2.5 0 002.495-2.336L18 18V7.5zm-3.946 3.397a.75.75 0 011.049 1.05l-.073.083L13.061 14l1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073L12 15.061l-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083L10.939 14l-1.97-1.97a.75.75 0 01.977-1.133l.084.073L12 12.939l1.97-1.97.084-.072z",fill:"currentColor",fillRule:"evenodd"}))}function st(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2a4.5 4.5 0 014.472 4h3.778a.75.75 0 110 1.5h-.75V18a4 4 0 01-4 4h-7a4 4 0 01-4-4V7.5h-.75a.75.75 0 010-1.5h3.777A4.5 4.5 0 0112 2zm6 5.5H6V18a2.5 2.5 0 002.336 2.495l.164.005h7a2.5 2.5 0 002.495-2.336L18 18V7.5zm-8.25 2a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm4.5 0a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zM12 3.5A3 3 0 009.041 6h5.917A3 3 0 0012 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function ct(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H17v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V8h-15v11.25a.25.25 0 00.193.243l.057.007H7V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM12 11.25a.75.75 0 01.743.648l.007.102v6.439l1.72-1.72a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 1.72 1.719V12a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function ut(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.303 2.787a1.25 1.25 0 01.934 1.39l-.024.126-4 16a1.25 1.25 0 01-2.45-.48l.024-.126 4-16a1.25 1.25 0 011.516-.91zM7.05 5.04a1.25 1.25 0 01.242 1.65l-.082.11L2.877 12l4.333 5.2a1.25 1.25 0 01-.06 1.667l-.1.093a1.25 1.25 0 01-1.667-.06l-.093-.1-5-6a1.25 1.25 0 01-.083-1.49l.083-.11 5-6a1.25 1.25 0 011.76-.16zm9.9 0a1.25 1.25 0 011.667.06l.093.1 5 6 .083.11a1.25 1.25 0 010 1.38l-.083.11-5 6-.093.1a1.25 1.25 0 01-1.558.142l-.11-.082-.1-.093a1.25 1.25 0 01-.14-1.558l.08-.11L21.124 12 16.79 6.8l-.082-.11a1.25 1.25 0 01.242-1.65z",fill:"currentColor",fillRule:"evenodd"}))}function dt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.5 17a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-1 1.5h-2v2h2v-2zm-5-14.75a.75.75 0 01.102 1.493l-.102.007H13a.25.25 0 00-.243.193l-.007.057v5.75h1.75a.75.75 0 01.102 1.493l-.102.007h-1.75v5.75a.25.25 0 00.193.243l.057.007h1.5a.75.75 0 01.102 1.493l-.102.007H13a1.75 1.75 0 01-1.744-1.606l-.006-.144v-5.75H9.5a.75.75 0 01-.102-1.493l.102-.007h1.75V5.5a1.75 1.75 0 011.606-1.744L13 3.75h1.5zm6 5.75a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-13 0a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4A.5.5 0 013 14v-4a.5.5 0 01.5-.5h4zm12 1.5h-2v2h2v-2zm-13 0h-2v2h2v-2zm14-9a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-1 1.5h-2v2h2v-2z",fill:"currentColor",fillRule:"evenodd"}))}function mt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm6.194 13.72a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 2.47 2.469 4.47-4.47a.75.75 0 011.06 0zm-2.4-8.22L14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63z",fill:"currentColor",fillRule:"evenodd"}))}function ft(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V13h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm2.164 11.5a.75.75 0 01.743.648l.007.102V17h2.75a.75.75 0 01.102 1.493l-.102.007H16.5v2.75a.75.75 0 01-1.493.102L15 21.25V18.5h-2.75a.75.75 0 01-.102-1.493L12.25 17H15v-2.75a.75.75 0 01.75-.75zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function gt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11.95 11.146l2.219 3.843.868.234a2.5 2.5 0 111.826 2.042l-1.633-.438.845 1.464a2.5 2.5 0 11-2.444-1.235l-.45-.778-4.287-1.148a.75.75 0 11.388-1.45l2.839.761-1.47-2.545a.75.75 0 011.3-.75zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V11h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.176 16.675a1 1 0 101 1.732 1 1 0 00-1-1.732zm3.134-4.084a1 1 0 101.932.518 1 1 0 00-1.932-.518zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function vt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1 12.91c.516 0 .935.333.935.849 0 .515-.42.848-.935.848-.516 0-.94-.333-.94-.848 0-.516.424-.849.94-.849zm0-5.978c.509 0 .883.352.917.807l.001.106-.15 3.62a.754.754 0 01-.768.736.757.757 0 01-.768-.632l-.01-.104-.135-3.62c-.022-.505.37-.913.913-.913zm2.5-5.811V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ht(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v4.336h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h5V22h-5A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm5.664 12.25a.75.75 0 01.743.648L20 15v4.5a.75.75 0 01-1.493.102L18.5 19.5v-2.69l-4.97 4.97a.75.75 0 01-1.133-.976l.073-.084 4.968-4.97H14.75a.75.75 0 01-.743-.648L14 15a.75.75 0 01.648-.743l.102-.007h4.5zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function pt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.586 2a1 1 0 01.707.293l3.414 3.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0119.25 17H15v3.25A1.75 1.75 0 0113.25 22h-8.5A1.75 1.75 0 013 20.25V8.75C3 7.784 3.784 7 4.75 7H9V3.75C9 2.784 9.784 2 10.75 2h5.836zM15.5 3.499l-4.75.001a.25.25 0 00-.243.193l-.007.057V7h1v1.5h-1V10H9V8.5H4.75a.25.25 0 00-.243.193L4.5 8.75v11.5a.25.25 0 00.193.243l.057.007h8.5a.25.25 0 00.243-.193l.007-.057V17h-1v-1.5h1V14H15v1.5h4.25a.25.25 0 00.243-.193l.007-.057V7.5h-2.25a1.75 1.75 0 01-1.744-1.606L15.5 5.75V3.499zM10.5 14v1.25a.25.25 0 00.193.243l.057.007h.75V17h-.75A1.75 1.75 0 019 15.25V14h1.5zm4.5-3v2h-1.5v-2H15zm-4.5 0v2H9v-2h1.5zm2-4h.75c.966 0 1.75.784 1.75 1.75V10h-1.5V8.75a.25.25 0 00-.193-.243L13.25 8.5h-.75V7zM17 4.12v1.63a.25.25 0 00.193.243L17.25 6h1.631L17 4.12z",fill:"currentColor",fillRule:"evenodd"}))}function wt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V12h1.5v8.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5h-2V2h2.586zM4.433 7.25a.5.5 0 01-.717.661l-.07-.057-1-1-.057-.07a.5.5 0 010-.568l.057-.07 1-1 .07-.057a.5.5 0 01.568 0l.07.057.057.07a.5.5 0 01.022.535L6.25 5.75V3.933a.5.5 0 01-.534-.022l-.07-.057a.5.5 0 01-.057-.638l.057-.07 1-1 .07-.057a.5.5 0 01.568 0l.07.057 1 1 .057.07a.5.5 0 010 .568l-.057.07-.07.057a.5.5 0 01-.534.022V5.75h1.817a.5.5 0 01.022-.534l.057-.07a.5.5 0 01.638-.057l.07.057 1 1a.5.5 0 01.057.638l-.057.07-1 1a.5.5 0 01-.787-.604H7.75v1.817a.5.5 0 01.534.022l.07.057a.5.5 0 01.057.638l-.057.07-1 1a.5.5 0 01-.638.057l-.07-.057-1-1a.5.5 0 01.605-.787L6.25 7.25H4.433zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function bt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm.164 10.75a3 3 0 100 6 3 3 0 000-6zm.75-8.129V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zm-.75 15.629a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function xt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V17H20v3.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.032 9.147a.75.75 0 01.882-.007l.094.08.073.084a.75.75 0 01.007.882l-.08.094L12.811 14h6.439l.102.007a.75.75 0 010 1.486l-.102.007h-6.439l1.72 1.72.072.084a.75.75 0 01-1.05 1.049l-.083-.073-3-3-.073-.084a.75.75 0 01-.007-.882l.08-.094 3-3 .084-.073zm.946-6.526V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function Et(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm5.218 13.647a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function yt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13 2v5.25l.006.144a1.75 1.75 0 001.593 1.6L14.75 9H20v11.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2H13zm-3 7.75c-1.572 0-2.858 1.745-3.337 3.877l-.048.23-.039.217c-.138.832-.124 1.608.046 2.26l.07.238.055.148-.191.101c-.33.166-.672.305-1.025.413a.75.75 0 00.339 1.457l.1-.023.281-.092c.35-.122.691-.268 1.02-.435l.325-.174.098-.059.02.014c.302.18.66.293 1.074.32L9 18.25l.255-.004c1.076-.038 1.983-.315 2.706-.82l.193-.145.124-.104.014.052c.044.14.098.262.164.369l.069.102.086.107c.579.665 1.275.432 2.018-.32l.117-.122.102-.115.021.104c.043.2.09.356.163.512.209.456.598.755 1.132.708.582-.052 1.196-.55 2.042-1.612l.162-.206.32-.425.17-.23a.75.75 0 00-1.144-.965l-.071.085-.293.396-.28.362-.251.308-.22.256-.187.205-.11.112-.082-.493-.042-.199-.024-.09c-.083-.294-.201-.52-.436-.692-.598-.437-1.122-.163-1.695.514l-.258.312-.107.118-.007-.214a12.73 12.73 0 01.094-1.533c.1-.89-1.135-1.152-1.438-.372l-.033.103-.057.203c-.397 1.321-1.216 2.03-2.562 2.195l-.217.022-.176.009.199-.19a8.876 8.876 0 001.813-2.556c1.013-2.18.695-4.247-1.274-4.247zm0 1.5c.406 0 .531.695-.005 1.934l-.081.181-.116.237a7.434 7.434 0 01-1.401 1.893l-.25.236-.105.089-.032-.177c-.06-.406-.037-.911.077-1.5C8.402 12.53 9.306 11.25 10 11.25zm4.5-4V2L20 7.5h-5.25l-.057-.007a.25.25 0 01-.184-.175L14.5 7.25z",fill:"currentColor",fillRule:"evenodd"}))}function zt(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.293 2.293A1 1 0 0013.586 2H5.75A1.75 1.75 0 004 3.75v16.5c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0020 20.25V8.414a1 1 0 00-.293-.707l-5.414-5.414zM5.75 3.5H13v3.75l.006.144A1.75 1.75 0 0014.75 9h3.75v11.25l-.007.057a.25.25 0 01-.243.193H5.75l-.057-.007a.25.25 0 01-.193-.243V3.75l.007-.057A.25.25 0 015.75 3.5zm8.75 1.121V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zm-6.693 9.425C8.183 12.37 9.194 11 10.43 11c1.547 0 1.796 1.624 1 3.337a6.972 6.972 0 01-1.424 2.009l-.156.148.138-.007.17-.017c1.058-.13 1.702-.687 2.014-1.725l.044-.16.026-.08c.239-.613 1.208-.407 1.13.292a10.03 10.03 0 00-.074 1.205l.006.168.084-.093.202-.245c.451-.532.863-.748 1.332-.404.185.135.278.313.343.543l.019.072.033.156.064.387.087-.088.147-.16.172-.202.197-.242.22-.284.23-.312.057-.067a.59.59 0 01.898.758l-.133.182-.252.334-.127.162c-.665.834-1.147 1.225-1.605 1.266-.419.037-.725-.198-.889-.556a1.83 1.83 0 01-.128-.403l-.016-.081-.08.09-.093.096c-.583.591-1.13.773-1.585.251l-.068-.084-.054-.08a1.31 1.31 0 01-.128-.29l-.011-.04-.098.082-.152.112c-.568.398-1.28.616-2.126.645l-.2.003-.167-.005a1.862 1.862 0 01-.843-.253l-.016-.01-.077.046-.256.137a6.378 6.378 0 01-.8.342l-.222.072-.078.018a.59.59 0 01-.267-1.145 5.16 5.16 0 00.806-.324l.15-.08-.043-.116-.056-.188c-.133-.511-.144-1.121-.036-1.775l.031-.17.038-.181zm2.617-.347c.422-.975.323-1.52.004-1.52-.545 0-1.255 1.006-1.502 2.273-.09.462-.108.86-.061 1.178l.025.14.082-.07.197-.186a5.84 5.84 0 001.1-1.488l.091-.185.064-.142z",fill:"currentColor"}))}function Ct(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20 14v6.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V14h4v1.5H5.5v4.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V15.5H16V14h4zm-6 0v1.5h-4V14h4zm0-3v1.5h-4V11h4zm.5-6.379V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zM4 3.75C4 2.784 4.784 2 5.75 2h7.836a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12.5h-4V11h2.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V11H8v1.5H4V3.75z",fill:"currentColor",fillRule:"evenodd"}))}function Rt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V10H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM10 10a6 6 0 110 12 6 6 0 010-12zm0 1.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9zm0 .75a.75.75 0 01.743.648l.007.102v3a.75.75 0 01-.648.743L10 16.75H8a.75.75 0 01-.102-1.493L8 15.25l1.25-.001V13a.75.75 0 01.648-.743L10 12.25zm4.5-7.629V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function St(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm2.5 12.25a.75.75 0 01.102 1.493l-.102.007h-7a.75.75 0 01-.102-1.493l.102-.007h7zm0-4a.75.75 0 01.102 1.493l-.102.007h-7a.75.75 0 01-.102-1.493l.102-.007h7zm-1-7.129V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"}))}function Ot(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 16.25a.75.75 0 01.743.648L21 17v1.25a3.75 3.75 0 01-3.55 3.745l-.2.005H6.75a3.75 3.75 0 01-3.745-3.55L3 18.25V17a.75.75 0 011.493-.102L4.5 17v1.25a2.25 2.25 0 002.096 2.245l.154.005h10.5a2.25 2.25 0 002.245-2.096l.005-.154V17a.75.75 0 01.75-.75zm-3.5.75a.75.75 0 110 1.5h-9.5a.75.75 0 110-1.5h9.5zM12 2a.75.75 0 01.743.648l.007.102v9.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 14.5l-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V2.75A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function At(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M9.5 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function Nt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17 4c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V18.65a.5.5 0 01-.728.445C19.848 18.365 18.424 18 17 18c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 18.65V5.787a.5.5 0 01.252-.435C3.835 4.451 5.417 4 7 4c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM7 13.5c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 13.677 8.226 13.5 7 13.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928c-.897-.359-1.96-.536-3.186-.536zm-10-3c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 10.677 8.226 10.5 7 10.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928c-.897-.359-1.96-.536-3.186-.536zm-10-3c-1.227 0-2.289.177-3.186.536a.5.5 0 00.372.928C4.956 8.656 5.893 8.5 7 8.5s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 7.677 8.226 7.5 7 7.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 00.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C19.289 7.677 18.226 7.5 17 7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Lt(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.013 4.513a1.75 1.75 0 012.35-.114l.124.114 1.586 1.585a1.75 1.75 0 01.114 2.35l-.114.125L8.061 20.586H4v-4.06L16.013 4.512zm-1.514 3.633l-8.999 9v1.94h1.938l9-9.001-1.939-1.939zm2.928-2.573a.25.25 0 00-.3-.04l-.054.04-1.513 1.512 1.939 1.939 1.514-1.511a.25.25 0 00.065-.24l-.025-.06-.04-.054-1.586-1.586z",fill:"currentColor"}))}function Mt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 20.5a.75.75 0 110 1.5H3.75a.75.75 0 110-1.5h16.5zM16.013 2.927a1.75 1.75 0 012.35-.114l.124.114 1.586 1.586a1.75 1.75 0 01.114 2.35l-.114.124L8.061 19H4v-4.06L16.013 2.926zM14.499 6.56l-8.999 9v1.94h1.938l9-9-1.939-1.94zm2.928-2.573a.25.25 0 00-.3-.04l-.054.04L15.56 5.5l1.939 1.94 1.514-1.512a.25.25 0 00.065-.24l-.025-.06-.04-.054-1.586-1.586z",fill:"currentColor",fillRule:"evenodd"}))}function kt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 10.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm10 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function Ht(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function Vt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-2.25 9.5a.75.75 0 110 1.5H6.75a.75.75 0 110-1.5h10.5zm0-3.5a.75.75 0 110 1.5H6.75a.75.75 0 110-1.5h10.5zm0-3.5a.75.75 0 110 1.5H6.75a.75.75 0 010-1.5h10.5z",fill:"currentColor",fillRule:"evenodd"}))}function It(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-7.25 2a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h.5zm-3.5 7.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h2zm8.5 0a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2z",fill:"currentColor",fillRule:"evenodd"}))}function jt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.75 12.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm.5-9.5c.966 0 1.75.784 1.75 1.75l.001 6.687a5.96 5.96 0 00-1.5-.39L19.5 6h-15v13.25a.25.25 0 00.193.243l.057.007h8.544a5.99 5.99 0 00.985 1.5H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-.5 16a.75.75 0 100 1.5.75.75 0 000-1.5zm0-5.5a.75.75 0 00-.743.648L18 14.25v3.5a.75.75 0 001.493.102l.007-.102v-3.5a.75.75 0 00-.75-.75zM12.25 8a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h.5zm-3.5 7.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h2zm8.5 0a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2z",fill:"currentColor",fillRule:"evenodd"}))}function Dt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm.25-12.5a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h7.525c.464 0 .91.184 1.238.513l3.974 3.974c.329.329.513.774.513 1.238V18.25A1.75 1.75 0 0119.25 20h-6.038l-.01-.063a11.184 11.184 0 00-.369-1.437h6.417a.25.25 0 00.243-.193l.007-.057v-10h-3a1.75 1.75 0 01-1.744-1.606L14.75 6.5v-3h-7zm-.25 7c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm9.75 3a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zm0-3a.75.75 0 110 1.5h-6a.75.75 0 110-1.5h6zm1.378-3.75L16.25 4.371V6.5a.25.25 0 00.193.243l.057.007h2.128z",fill:"currentColor",fillRule:"evenodd"}))}function Tt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm14.263-3.75c.155.24.237.491.237.75 0 1.272-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-1.25 0-2.43-.122-3.466-.339a4.583 4.583 0 00-1.063-.672c.175-.294.313-.626.404-.984.945.25 2.042.417 3.225.474l.612.019.288.002.453-.006c3.293-.078 6.014-1.006 6.81-2.243zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm14.263-1.75c.155.24.237.491.237.75 0 1.272-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-1.524 0-2.941-.182-4.125-.494a3.637 3.637 0 00-.68-1.398 3.187 3.187 0 00-.47-.478c1.163.463 2.705.773 4.423.85l.564.018.288.002.453-.006c3.293-.078 6.014-1.006 6.81-2.243zM14.5 3c.77 0 1.514.046 2.214.133l.516.072C20.022 3.642 22 4.728 22 6s-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-.77 0-1.514-.046-2.214-.133l-.516-.072C8.978 8.358 7 7.272 7 6s1.978-2.358 4.77-2.795l.516-.072A18.02 18.02 0 0114.5 3zm0 1.5c-1.835 0-3.538.288-4.746.771-.456.183-.81.381-1.042.57L8.538 6l.082.078c.225.212.613.442 1.134.65 1.208.484 2.91.772 4.746.772 1.835 0 3.538-.288 4.746-.771.456-.183.81-.381 1.042-.57L20.461 6l-.081-.078c-.225-.212-.613-.442-1.134-.65-1.208-.484-2.91-.772-4.746-.772z",fill:"currentColor",fillRule:"evenodd"}))}function Ft(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.275 17.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM14.25 3c.966 0 1.75.784 1.75 1.75V9c-.516 0-1.018.026-1.5.074V5.5h-11v10.75a.25.25 0 00.193.243l.057.007H9V18H3.75A1.75 1.75 0 012 16.25V4.75C2 3.784 2.784 3 3.75 3h10.5zm-3.975 11.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM16 10c3.314 0 6 1.12 6 2.5S19.314 15 16 15s-6-1.12-6-2.5 2.686-2.5 6-2.5zm-8.25 3a.75.75 0 110 1.5h-1.5a.75.75 0 110-1.5h1.5zM16 11.5c-1.425 0-2.742.232-3.666.617a3.354 3.354 0 00-.65.347l-.048.036.048.036c.126.091.292.186.493.278l.157.07c.924.384 2.24.616 3.666.616 1.425 0 2.742-.232 3.666-.617.273-.114.492-.233.65-.347l.047-.037-.047-.035a3.044 3.044 0 00-.493-.278l-.157-.07c-.924-.384-2.24-.616-3.666-.616zM8.25 10a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm3.5-3a.75.75 0 110 1.5h-5.5a.75.75 0 010-1.5h5.5z",fill:"currentColor",fillRule:"evenodd"}))}function Pt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.371 18.835l1.564 1.565a.998.998 0 010 1.414l-.392.393a.996.996 0 01-1.414 0l-1.565-1.565 1.807-1.807zM7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm7.5 2.5l1.498 1.5h-3.286l-.01-.063a11.184 11.184 0 00-.369-1.437H15zm.453-4.586l4.212 4.213-1.808 1.808-4.21-4.213-.005-1.762 1.811-.046zM15.275 2c.464 0 .91.184 1.238.513l3.974 3.974c.329.329.513.774.513 1.238v10.334l-1.5-1.501V8.25h-3a1.75 1.75 0 01-1.744-1.606L14.75 6.5v-3h-7a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h7.525zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm7.25 1a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm1.5-7.129V6.5a.25.25 0 00.193.243l.057.007h2.128L16.25 4.371z",fill:"currentColor",fillRule:"evenodd"}))}function Bt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.5 8l3 3v8.25A1.75 1.75 0 0120.75 21h-7.5a1.75 1.75 0 01-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h6.25zm-1 1.5h-5.25a.25.25 0 00-.243.193L13 9.75v9.5a.25.25 0 00.193.243l.057.007h7.5a.25.25 0 00.243-.193L21 19.25V12h-2.5V9.5zm.25 7a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM6.25 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM18 3a1.75 1.75 0 011.744 1.606l.006.144V7h-6.27a3.11 3.11 0 00-1.955.675l-.152.13a2.654 2.654 0 00-.866 1.757l-.007.188v5.5H8.738a2.5 2.5 0 00-2.324-2.245L6.25 13a2.5 2.5 0 00-2.488 2.25H2.25l-.102-.007a.75.75 0 01-.641-.641L1.5 14.5V9.929l.008-.108a.75.75 0 01.112-.3l.066-.086 3-3.429.076-.075a.75.75 0 01.381-.173l.107-.008h2.5v-1a1.75 1.75 0 011.606-1.744L9.5 3H18zm.75 10.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM7 7.25H5.59L4 9.068V10h3V7.25z",fill:"currentColor",fillRule:"evenodd"}))}function _t(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.775 17.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zm0-3c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM6.25 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM18 3a1.75 1.75 0 011.744 1.606l.006.144.001 4.617A13.959 13.959 0 0016.5 9c-1.809 0-3.443.316-4.627.81-.695.289-1.247.646-1.628 1.029-.458.46-.695.97-.738 1.488L9.5 12.5v2.75h-.762a2.5 2.5 0 00-2.324-2.245L6.25 13a2.5 2.5 0 00-2.488 2.25H2.25l-.102-.007a.75.75 0 01-.641-.641L1.5 14.5V9.929l.008-.108a.75.75 0 01.112-.3l.066-.086 3-3.429.076-.075a.75.75 0 01.381-.173l.107-.008h2.5v-1a1.75 1.75 0 011.606-1.744L9.5 3H18zm-1.5 7c3.314 0 6 1.12 6 2.5s-2.686 2.5-6 2.5-6-1.12-6-2.5 2.686-2.5 6-2.5zm0 1.5c-1.425 0-2.742.232-3.666.617a3.354 3.354 0 00-.65.347l-.048.036.048.036c.126.091.292.186.493.278l.157.07c.924.384 2.24.616 3.666.616 1.425 0 2.742-.232 3.666-.617.273-.114.492-.233.65-.347l.047-.037-.047-.035a3.044 3.044 0 00-.493-.278l-.157-.07c-.924-.384-2.24-.616-3.666-.616zM7 7.25H5.59L4 9.068V10h3V7.25z",fill:"currentColor",fillRule:"evenodd"}))}function Gt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v6.14l-1.5-.001v-5.55l-8.04 6.253a.75.75 0 01-.826.062l-.094-.062L3.5 6.339V18.25a.25.25 0 00.193.243l.057.007H12V20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm1.53 9.72a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 2.47 2.469 4.47-4.47a.75.75 0 011.06 0zM19.134 5.5H4.865L12 11.049 19.134 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function qt(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.137 5.07l8.77 7.016a1.75 1.75 0 002.186 0l8.77-7.016c.088.209.137.439.137.68v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75c0-.241.049-.471.137-.68zM3.28 4.064c.15-.042.307-.064.47-.064h16.5c.163 0 .32.022.47.064l-8.564 6.85a.25.25 0 01-.312 0L3.28 4.064z",fill:"currentColor"}))}function Kt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm.25 2.339l-8.04 6.253a.75.75 0 01-.826.062l-.094-.062L3.5 6.339V18.25a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.339zM19.134 5.5H4.865L12 11.049 19.134 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function $t(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v5.75H3V4.75C3 3.784 3.784 3 4.75 3h14.5zm-9 9c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0110.25 21h-5.5A1.75 1.75 0 013 19.25v-5.5c0-.966.784-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.243.193l-.007.057v5.5a.25.25 0 00.193.243l.057.007h5.5a.25.25 0 00.243-.193l.007-.057v-5.5a.25.25 0 00-.193-.243l-.057-.007zm7.25-7.75a.75.75 0 01.743.648l.007.102V10a.75.75 0 01-1.493.102L16.75 10V8.31l-3.22 3.22a.75.75 0 01-1.133-.976l.073-.084 3.218-3.22H14a.75.75 0 01-.743-.648L13.25 6.5a.75.75 0 01.648-.743L14 5.75h3.5z",fill:"currentColor",fillRule:"evenodd"}))}function Wt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.25 2a1.75 1.75 0 011.744 1.606L20 3.75v16a.75.75 0 01-.177.484l-.074.076-1.813 1.613a.75.75 0 01-.908.068l-.089-.068-1.314-1.17-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068L12 20.753l-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068-1.314-1.17-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068-1.813-1.613a.75.75 0 01-.243-.454L4 19.75v-16a1.75 1.75 0 011.606-1.744L5.75 2h12.5zm0 1.5H5.75a.25.25 0 00-.243.193L5.5 3.75v15.662l1.063.946 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.062-.945V3.75a.25.25 0 00-.13-.22l-.063-.023-.057-.007zm-2.5 9.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5h7.5zm-3-3.5a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm3-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ut(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H12.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v8.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.648 14.507l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9 20.25v-3.19l-4.72 4.72a.75.75 0 01-1.133-.976l.073-.084L7.938 16H4.75a.75.75 0 01-.743-.648L4 15.25a.75.75 0 01.648-.743zM16.5 16.5v2h-4v-2h4zm0-3v2h-4v-2h4zm-5-3v2h-4v-2h4zm5 0v2h-4v-2h4zm-2-5.879V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Jt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H12.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v8.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.648 14.507l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9 20.25v-3.19l-4.72 4.72a.75.75 0 01-1.133-.976l.073-.084L7.938 16H4.75a.75.75 0 01-.743-.648L4 15.25a.75.75 0 01.648-.743zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Yt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M8.5 7.999V9.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5H15.5V7.999L18.25 8c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8l2.75-.001zM11.992 2l.1.006.076.013.08.023.107.047.091.058.084.073 3 3a.75.75 0 01-.976 1.133l-.084-.073-1.72-1.719V15.25a.75.75 0 01-1.493.102l-.007-.102V4.561l-1.72 1.72a.75.75 0 01-1.133-.977l.073-.084 3-3a.753.753 0 01.125-.101l.088-.049.119-.043.106-.021A.754.754 0 0111.992 2z",fill:"currentColor",fillRule:"evenodd"}))}function Xt(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.53 2.47a.75.75 0 00-1.06 1.06l3.605 3.605a10.258 10.258 0 00-4.097 6.208.75.75 0 101.466.314 8.757 8.757 0 013.71-5.443l1.987 1.988a4 4 0 005.656 5.656l5.673 5.672a.75.75 0 101.06-1.06l-18-18zm10.207 12.328l-3.535-3.535a2.5 2.5 0 003.535 3.535zM12.061 9L16 12.94A4 4 0 0012.06 9zM8.815 5.754l1.218 1.218a8.753 8.753 0 0110.523 6.685.75.75 0 101.467-.314C21.032 8.718 16.922 5.25 12 5.25c-1.112 0-2.182.177-3.185.504z",fill:"currentColor"}))}function Qt(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.444 13.657a8.753 8.753 0 0117.112 0 .75.75 0 101.466-.314C21.033 8.718 16.922 5.25 12 5.25c-4.922 0-9.031 3.468-10.022 8.093a.75.75 0 101.466.314zM14.5 13a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm1.5 0a4 4 0 11-8 0 4 4 0 018 0z",fill:"currentColor"}))}function Zt(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 2a.75.75 0 01.75.75v2a.75.75 0 01-.15.45l-5.7 7.6a.75.75 0 00-.15.45v6.725a.75.75 0 01-.494.705l-4 1.454A.75.75 0 019.5 21.43v-8.163a.75.75 0 00-.168-.473L3.168 5.207A.75.75 0 013 4.734V2.75A.75.75 0 013.75 2h16.5z",fill:"currentColor",fillRule:"evenodd"}))}function en(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 2a.75.75 0 01.75.75v2a.75.75 0 01-.15.45l-5.7 7.6a.75.75 0 00-.15.45v6.725a.75.75 0 01-.494.705l-4 1.454A.75.75 0 019.5 21.43v-8.163a.75.75 0 00-.168-.473L3.168 5.207A.75.75 0 013 4.734V2.75A.75.75 0 013.75 2h16.5zm-.75 1.5h-15v.967l5.996 7.38c.285.351.457.779.496 1.226l.008.193v7.092l2.5-.91V13.25c0-.426.12-.842.347-1.2l.103-.15 5.55-7.401V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function tn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.75 3.75A.75.75 0 019.5 3h12a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V4.5h-4.5v15h1.25a.75.75 0 010 1.5h-4a.75.75 0 010-1.5h1.25v-15h-4.5v.75a.75.75 0 01-1.5 0v-1.5zM6.5 9.25h4a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-.75h-2.5v8.75H8.5a.75.75 0 010 1.5h-4a.75.75 0 010-1.5h1.25v-8.75h-2.5v.75a.75.75 0 01-1.5 0V10a.75.75 0 01.75-.75h4z",fill:"currentColor"}))}function nn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-.925 3.324a.75.75 0 00-.95.263l-.051.088-4.124 8.591-2.924-6.09-.057-.1a.751.751 0 00-1.238 0l-.057.1-1.724 3.59-.524-1.09-.05-.09a.75.75 0 00-1.34.644l.038.095 1.2 2.5.057.1a.751.751 0 001.238 0l.057-.1L9.6 11.233l2.924 6.092.057.1a.751.751 0 001.238 0l.057-.1 4.8-10 .038-.095a.75.75 0 00-.39-.906z",fill:"currentColor",fillRule:"evenodd"}))}function ln(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.158 2.017a.75.75 0 01.59.79l-.015.102-1.047 4.841H20a.75.75 0 01.102 1.493L20 9.25h-2.638l-1.189 5.5H18.5a.75.75 0 01.102 1.493l-.102.007h-2.652l-1.115 5.159a.75.75 0 01-1.48-.216l.014-.101 1.046-4.842H7.848l-1.115 5.159a.75.75 0 01-1.48-.216l.014-.101 1.046-4.842H4a.75.75 0 01-.102-1.493L4 14.75h2.637l1.189-5.5H5.5a.75.75 0 01-.102-1.493L5.5 7.75h2.651l1.116-5.158a.75.75 0 011.48.216l-.014.1L9.686 7.75h6.465l1.116-5.158a.75.75 0 01.891-.575zM14.637 14.75l1.189-5.5H9.362l-1.189 5.5h6.464z",fill:"currentColor",fillRule:"evenodd"}))}function an(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM3 19.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zM2.25 12a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM3 3.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function rn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 7.5A.75.75 0 013 6.75h8.5a.75.75 0 010 1.5H3a.75.75 0 01-.75-.75zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 4.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function on(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 9A.75.75 0 013 8.25h8.5a.75.75 0 010 1.5H3A.75.75 0 012.25 9zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 3a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function sn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.53 2.97a.75.75 0 00-1.06 0l-3 3a.75.75 0 001.06 1.06l1.72-1.72v13.38l-1.72-1.72a.75.75 0 10-1.06 1.06l3 3a.75.75 0 001.06 0l3-3a.75.75 0 10-1.06-1.06l-1.72 1.72V5.31l1.72 1.72a.75.75 0 101.06-1.06l-3-3zM2.25 6A.75.75 0 013 5.25h8.5a.75.75 0 010 1.5H3A.75.75 0 012.25 6zM3 11.25a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3zm0 6a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5H3z",fill:"currentColor"}))}function cn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 6l8 8v7a1 1 0 01-1 1h-5v-5a1 1 0 00-.883-.993L13 16h-2a1 1 0 00-.993.883L10 17v5H5a1 1 0 01-1-1v-7l8-8zm.613-3.79l.094.083L17 6.585V4.75a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v3.835l2.707 2.708a1 1 0 01-1.32 1.497l-.094-.083L12 4.415l-8.293 8.292a1 1 0 01-1.32.083l-.094-.083a1 1 0 01-.083-1.32l.083-.094 9-9a1 1 0 011.32-.083z",fill:"currentColor",fillRule:"evenodd"}))}function un(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.116 2.823a1.25 1.25 0 011.768 0L17.25 7.19V6a.75.75 0 011.5 0v2.69l2.78 2.78a.75.75 0 01-1.06 1.06l-2.994-2.993-.013-.013L12 4.061l-8.47 8.47a.75.75 0 01-1.06-1.061l8.646-8.647zm1.768 3.25l7 7c.234.235.366.553.366.884v6.293c0 .69-.56 1.25-1.25 1.25h-4c-.69 0-1.25-.56-1.25-1.25V16.5h-3.5v3.75c0 .69-.56 1.25-1.25 1.25H5c-.69 0-1.25-.56-1.25-1.25v-6.293c0-.332.132-.65.366-.884l7-7a1.25 1.25 0 011.768 0zM12 7.311l-6.75 6.75V20h3.5v-3.75c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25V20h3.5v-5.94L12 7.31z",fill:"currentColor"}))}function dn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.25 5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0120.25 19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 6.75v10.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.75a.25.25 0 00-.193-.243L20.25 6.5zm-9.268 7.993c-.316-1.81-1.31-2.714-2.982-2.714-1.673 0-2.667.905-2.982 2.714a1.204 1.204 0 001.184 1.41h3.595a1.204 1.204 0 001.185-1.41zM8 8c.76 0 1.374.77 1.374 1.718 0 .949-.615 1.718-1.374 1.718-.759 0-1.374-.77-1.374-1.718C6.626 8.769 7.24 8 8 8zm11 .75a.75.75 0 00-.75-.75h-6a.75.75 0 000 1.5h6a.75.75 0 00.75-.75zM18.25 14a.75.75 0 010 1.5h-4.5a.75.75 0 010-1.5h4.5zm.75-2.25a.75.75 0 00-.75-.75h-4.5a.75.75 0 000 1.5h4.5a.75.75 0 00.75-.75z",fill:"currentColor"}))}function mn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.25 6c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0116.25 21H4.75A1.75 1.75 0 013 19.25V7.75C3 6.784 3.784 6 4.75 6h11.5zm0 1.5H4.75a.25.25 0 00-.243.193L4.5 7.75v11.5a.25.25 0 00.193.243l.057.007h11.5a.25.25 0 00.243-.193l.007-.057V7.75a.25.25 0 00-.193-.243L16.25 7.5zm-4.264 6.889l3.164 3.961h-9.5l2.375-3.164 1.605 2.148 2.356-2.945zM19.25 3a1.75 1.75 0 011.744 1.606L21 4.75v12.5a.75.75 0 01-1.493.102l-.007-.102V4.75a.25.25 0 00-.193-.243L19.25 4.5H6.75a.75.75 0 01-.102-1.493L6.75 3h12.5z",fill:"currentColor",fillRule:"evenodd"}))}function fn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M8.5 8v1.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5H15.5V8h2.75c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H8.5zM12 2a.75.75 0 01.743.648l.007.102v10.689l1.72-1.72a.75.75 0 011.133.977l-.073.084-3 3a.753.753 0 01-.125.101l-.088.049-.119.043-.106.021-.041.004-.07.002-.073-.006-.076-.013-.08-.023-.1-.043a.75.75 0 01-.182-.135l-3-3a.75.75 0 01.976-1.133l.084.073 1.72 1.719V2.75A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function gn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.997v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.221a1 1 0 00.916.598h3.694a1 1 0 00.915-.598l.976-2.22a1 1 0 01.915-.599h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.578v3.952a1.75 1.75 0 01-1.607 1.744l-.143.006H3.75A1.75 1.75 0 012 18.247v-3.952c0-.197.033-.393.098-.578L5.09 5.169a1.75 1.75 0 011.652-1.172H12zM17.966 1c2.373 0 4.052 1.688 4.052 3.99 0 .988-.267 1.349-1.03 1.386l-.14.003h-4.72v.404c.01 1.301.836 2.136 2.216 2.136.64 0 1.114-.139 1.502-.41l.403-.307c.267-.196.425-.276.705-.276.483 0 .817.334.817.844 0 .367-.2.72-.554 1.016l-.278.216c-.63.455-1.627.727-2.745.727-2.653 0-4.32-1.515-4.416-4.023l-.005-.23V5.27c0-2.547 1.688-4.27 4.193-4.27zM18 2.763c-1.09 0-1.805.769-1.868 1.932l-.004.186h3.674v-.017c0-1.275-.703-2.101-1.802-2.101z",fill:"currentColor"}))}function vn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 4v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.577v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4H13.5zM20 1l3 3v6c0 .51-.388.935-.884.993L22 11h-6.005a.998.998 0 01-.988-.884L15 10l.005-8a1 1 0 01.879-.993L16 1h4zm-1 1v3h3l-3-3z",fill:"currentColor"}))}function hn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.577v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4H12zm6.167-2.76a.35.35 0 01.631-.074l.036.074 1.145 3.115 3.183.179c.283.016.421.342.286.57l-.043.058-.037.036-2.476 2.104.823 3.226c.073.288-.182.527-.43.46l-.068-.025-.042-.024L18.5 9.121l-2.674 1.816c-.24.163-.535-.018-.552-.286l.003-.075.01-.049.821-3.226-2.475-2.104a.384.384 0 01.088-.637l.068-.02.05-.007 3.183-.179 1.145-3.115z",fill:"currentColor"}))}function pn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.258 4c.744 0 1.407.47 1.652 1.172l2.992 8.547c.065.186.098.382.098.578v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4h10.516zm-.177 2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-2.8-8z",fill:"currentColor"}))}function wn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.75 18.249A.75.75 0 0114 19h-4a.75.75 0 010-1.503h1.233V11H10a.75.75 0 010-1.503h1.983a.75.75 0 01.75.752v7.248H14a.75.75 0 01.75.752z",fill:"currentColor"}),t.createElement("path",{d:"M12.733 6.002a1 1 0 11-2.001.001 1 1 0 012.001-.001z",fill:"currentColor"}))}function bn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-8 12.25H4.5v4a.25.25 0 00.193.243l.057.007h6.5v-4.25zm8.25-5h-6.75v9.25h6.5a.25.25 0 00.243-.193l.007-.057v-9zm-2.996 2.383c.419 0 .71.26.755.67l.007.115v3.945c0 .442-.23.688-.637.688-.373 0-.597-.207-.635-.573l-.006-.115v-3.511h-.015l-.41.277c-.204.129-.313.168-.442.168a.431.431 0 01-.445-.445c0-.165.086-.314.256-.445l.091-.063.637-.426c.305-.195.582-.285.844-.285zM11.25 4.5h-6.5a.25.25 0 00-.243.193L4.5 4.75v9h6.75V4.5zM7.883 6.57c1.074 0 1.86.657 1.86 1.551 0 .505-.224.954-.764 1.519l-1.268 1.282v.055h1.625c.363 0 .59.195.59.515 0 .285-.18.468-.484.502L9.336 12H6.664c-.379 0-.629-.215-.629-.543 0-.208.102-.392.399-.699l.12-.121 1.352-1.39c.418-.427.594-.708.594-1.005 0-.383-.277-.64-.688-.64-.332 0-.574.168-.746.515-.171.266-.32.367-.546.367-.31 0-.524-.21-.524-.507 0-.727.82-1.407 1.887-1.407zM19.25 4.5h-6.5v4.25h6.75v-4a.25.25 0 00-.193-.243L19.25 4.5z",fill:"currentColor",fillRule:"evenodd"}))}function xn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10 15a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm0 2.25a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm11.518-1.94l.04.121a1.25 1.25 0 01-.762 1.492l-.122.04-6.175 1.654.001-.117a4.48 4.48 0 00-.633-2.302l6.16-1.65a1.25 1.25 0 011.491.762zm-3.375-9.442l1.812 6.762a1 1 0 01-.707 1.224l-5.943 1.592a4.496 4.496 0 00-2.268-1.326L9.45 8.197a1 1 0 01.707-1.224l6.761-1.812a1 1 0 011.225.707zM3.657 1.536l.128.049 2.69 1.184c.304.133.54.381.66.686l.044.134L9.97 14l-.18.005a4.475 4.475 0 00-2.218.706L4.919 4.815l-2.141-.942a1.25 1.25 0 01-.69-1.52l.05-.128c.259-.59.918-.879 1.519-.689zM15.44 7.37a.75.75 0 00-.819-.55l-.1.02-1.449.388a.75.75 0 00.288 1.469l.1-.02 1.45-.388a.75.75 0 00.53-.919z",fill:"currentColor",fillRule:"evenodd"}))}function En(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.737 3.668c-.055 1.093.226 2.033.894 2.7.668.669 1.608.95 2.7.897a18.08 18.08 0 01-3.09 4.184 27.666 27.666 0 01-3.127 2.706v3.318a.553.553 0 01-.162.39l-3.975 3.975a.553.553 0 01-.943-.39V18.32a.55.55 0 01.162-.39l1.24-1.24a.553.553 0 00.161-.39v-.133c-1.238.463-2.218.487-2.735-.03-.517-.517-.493-1.497-.03-2.735H7.7a.553.553 0 00-.325.105l-.066.057-1.24 1.24a.553.553 0 01-.303.154l-.087.007H2.553a.553.553 0 01-.455-.867l.064-.076 3.975-3.975a.553.553 0 01.304-.155l.086-.007h3.318a27.666 27.666 0 012.706-3.126 18.078 18.078 0 014.186-3.092zM21.93 2.07c.104.105.095.547-.048 1.212l-.083.35-.107.386-.061.204-.142.43c-.154.444-.345.928-.575 1.436-1.073.193-1.96.04-2.501-.5-.523-.523-.684-1.37-.52-2.395l.019-.107a16.762 16.762 0 011.654-.649l.416-.13.197-.055.368-.095c.76-.18 1.27-.2 1.383-.087z",fill:"currentColor",fillRule:"evenodd"}))}function yn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h6zm10 0a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6z",fill:"currentColor",fillRule:"evenodd"}))}function zn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20 3a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6zM10 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h6zm9.5 1.5h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function Cn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10 3a1 1 0 01.993.883L11 4v16a1 1 0 01-.883.993L10 21H4a1 1 0 01-.993-.883L3 20V4a1 1 0 01.883-.993L4 3h6zm10 0a1 1 0 01.993.883L21 4v16a1 1 0 01-.883.993L20 21h-6a1 1 0 01-.993-.883L13 20V4a1 1 0 01.883-.993L14 3h6zM9.5 4.5h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function Rn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20 3a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6zM10 3a1 1 0 01.993.883L11 4v16a1 1 0 01-.883.993L10 21H4a1 1 0 01-.993-.883L3 20V4a1 1 0 01.883-.993L4 3h6zm9.5 1.5h-5v15h5v-15zm-10 0h-5v15h5v-15z",fill:"currentColor",fillRule:"evenodd"}))}function Sn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM16.326 2.676a1.752 1.752 0 012.349-.113l.125.113.594.593c.59.589.676 1.502.21 2.216l-.094.131-.115.128-7.504 7.5-3 .008-.078-3.067 7.513-7.509zm-.796 2.916l-5.202 5.199.025.957.914-.002 5.209-5.207-.946-.947zM20 9v2.25h-1.5V9H20zM5.5 7.5v3.75H4V7.5h1.5zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm9.687 1.697a.252.252 0 00-.248 0l-.053.04-.796.795.946.947.82-.82a.248.248 0 00.043-.216l-.021-.053-.044-.06-.594-.593-.053-.04zM13 2v1.499L9.5 3.5V2H13z",fill:"currentColor",fillRule:"evenodd"}))}function On(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.5 11.5c1.69 0 3.093.4 4.212 1.198a4.49 4.49 0 00-.83 1.255C12.996 13.307 11.875 13 10.5 13c-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007h6.506L12.5 22H5.993a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm8.725 9.474A1.259 1.259 0 0118 22c-.605 0-1.11-.44-1.225-1.026h2.45zM18 12c.456 0 .841.392.961.927A3 3 0 0121 15.769v2.898l.835.642a.5.5 0 01-.213.888l-.092.008h-7.06a.5.5 0 01-.305-.896l.835-.642v-2.898c0-1.32.854-2.442 2.04-2.843.119-.534.504-.926.96-.926zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function An(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-8.75 9.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function Nn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.25 16.5V18h-2.5a.75.75 0 110-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5v-1.5h2.5zm-7.75 0V18H8.25v-1.5h3.25zm4.25 0V18H12.5v-1.5h3.25zm-8.5-3.501v1.5l-2.5.001a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zM7.25 9.5V11h-2.5a.75.75 0 110-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5V9.5h2.5zm-7.75 0V11H8.25V9.5h3.25zm4.25 0V11H12.5V9.5h3.25zM7.25 6v1.5h-2.5a.75.75 0 010-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5V6h2.5zM11.5 6v1.5H8.25V6h3.25zm4.25 0v1.5H12.5V6h3.25z",fill:"currentColor",fillRule:"evenodd"}))}function Ln(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.567 12.105a.4.4 0 01.1.309l-.29 2.798 2.434 1.41a.4.4 0 01-.116.737l-2.752.587-.587 2.752a.4.4 0 01-.738.116L15.21 18.38l-2.798.292a.4.4 0 01-.339-.666l1.88-2.092-1.141-2.571a.4.4 0 01.528-.528l2.57 1.141 2.093-1.88a.4.4 0 01.565.03zM19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V6h-15v13.25a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-8.5 12.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm0-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm0-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function Mn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75a1.75 1.75 0 01-1.732-1.499L19.25 19.5a.25.25 0 00.243-.193l.007-.057L19.499 6h-15v3.5h-1.5L3 4.75C3 3.784 3.784 3 4.75 3h14.5zM6.28 10.97a.75.75 0 01.073.976l-.073.084-1.719 1.719 5.689.001a.75.75 0 110 1.5l-5.69-.001 1.72 1.72a.75.75 0 01-.976 1.134l-.084-.073-3-3-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3-3a.75.75 0 011.06 0zm10.97 4.53a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-8.5a.75.75 0 010-1.5h8.5z",fill:"currentColor",fillRule:"evenodd"}))}function kn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 15.25a.75.75 0 01.743.648l.007.102v3.439l1.22-1.22a.75.75 0 011.133.977l-.073.084-2.5 2.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.116.026-.056.006h-.104l-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-2.5-2.5a.75.75 0 01.977-1.133l.084.073 1.22 1.219V16a.75.75 0 01.75-.75zm-4.75-2.751v1.5L4.75 14a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zm-8.5-3.5v1.5l-2.5.001a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zm3.5-3.499a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function Hn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 20.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm-2.5-8a.75.75 0 01.743.648l.007.102v3.439l1.22-1.22a.75.75 0 011.133.977l-.073.084-2.5 2.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012-.052.002-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-2.5-2.5a.75.75 0 01.977-1.133l.084.073L16 6.189V2.75a.75.75 0 01.75-.75zm-9.576.004l.128-.002.119.018.098.03.1.047.051.032.038.027.072.064 2.5 2.5a.75.75 0 01-.976 1.133L9.22 5.78 7.999 4.56 8 8a.75.75 0 01-1.493.102L6.5 8l-.001-3.438L5.28 5.78a.75.75 0 01-1.133-.976l.073-.084 2.5-2.5.042-.04.052-.04.114-.068.098-.038.084-.02a.75.75 0 01.064-.01z",fill:"currentColor",fillRule:"evenodd"}))}function Vn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.567 12.105a.4.4 0 01.1.309l-.29 2.798 2.434 1.41a.4.4 0 01-.116.737l-2.752.587-.587 2.752a.4.4 0 01-.738.116L15.21 18.38l-2.798.292a.4.4 0 01-.339-.666l1.88-2.092-1.141-2.571a.4.4 0 01.528-.528l2.57 1.141 2.093-1.88a.4.4 0 01.565.03zM4.5 15v4.25a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V15h1.5zm6.28-1.72l-3 3-.084.073a.75.75 0 01-1.049-1.05l.073-.083 1.718-1.72H2.75a.75.75 0 110-1.5h5.689l-1.72-1.72a.75.75 0 01.977-1.133l.084.073 3 3a.754.754 0 01.092.11l.054.095.035.086.027.103.01.084-.001.121-.017.102-.019.068-.023.06-.035.07-.06.09-.063.071zM19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V6h-15v4.5H3V4.75C3 3.784 3.784 3 4.75 3h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function In(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zM19.25 2c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 20h-6.038l-.01-.063a11.184 11.184 0 00-.369-1.437h6.417a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L19.25 3.5H7.75a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h11.5zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm9.75 3.5a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-4a.75.75 0 110 1.5h-6a.75.75 0 110-1.5h6zm0-4a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function jn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.598 20.501a2.999 2.999 0 01-5.196 0h5.196zm.152-2.251a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zM12 4.5c3.314 0 6 2.716 6 6.067 0 1.502-.517 2.528-1.087 3.398l-.265.392-.39.561c-.418.614-.761 1.208-.82 1.929l-.01.22c0 .256-.112.4-.338.428L15 17.5H9c-.254 0-.395-.114-.423-.342l-.006-.091c0-.774-.328-1.414-.75-2.064l-.262-.392-.273-.402-.24-.364C6.492 12.978 6 11.973 6 10.567 6 7.217 8.686 4.5 12 4.5zM12 6c-2.482 0-4.5 2.04-4.5 4.567 0 .931.245 1.599.876 2.573l.647.96.152.234c.322.512.56.988.709 1.474l.052.192h4.128l.054-.192c.126-.402.314-.796.561-1.208l.156-.25.235-.352.408-.587c.736-1.07 1.022-1.78 1.022-2.844C16.5 8.04 14.482 6 12 6zm-5.846 7.875a.75.75 0 01-.19.968l-.084.057-.866.5a.75.75 0 01-.835-1.243l.085-.057.866-.5a.75.75 0 011.024.275zm12.625-.32l.091.045.866.5a.75.75 0 01-.658 1.344l-.092-.044-.866-.5a.75.75 0 01.659-1.344zm2.33-4.661a.75.75 0 01-.509.844l-.099.025-.985.173a.75.75 0 01-.36-1.453l.1-.024.985-.174a.75.75 0 01.868.609zm-17.451-.62l.101.011.985.174a.75.75 0 01-.159 1.488l-.101-.01-.985-.174a.75.75 0 01.159-1.489zm14.288-4.86a.75.75 0 01.152.974l-.06.083-.643.766a.75.75 0 01-1.209-.882l.06-.082.643-.766a.75.75 0 011.057-.093zM7.04 3.433l.07.074.644.766A.75.75 0 016.675 5.31l-.07-.073-.643-.766A.75.75 0 017.04 3.433zM12 1.25a.75.75 0 01.743.648L12.75 2v1a.75.75 0 01-1.493.102L11.25 3V2a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function Dn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18 11.25a.75.75 0 01.102 1.493L18 12.75H6a.75.75 0 01-.102-1.493L6 11.25h12z",fill:"currentColor",fillRule:"evenodd"}))}function Tn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fill:"currentColor",d:"M11 5.5H7.25A1.75 1.75 0 005.5 7.25v9.5c0 .966.784 1.75 1.75 1.75h9.5a1.75 1.75 0 001.75-1.75V13H17v3.75a.25.25 0 01-.25.25h-9.5a.25.25 0 01-.25-.25v-9.5A.25.25 0 017.25 7H11V5.5z"}),t.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M17.75 5.5a.75.75 0 01.743.648l.007.102v3.5a.75.75 0 01-1.493.102L17 9.75V8.06l-3.97 3.97a.75.75 0 01-1.133-.976l.073-.084L15.938 7H14.25a.75.75 0 01-.743-.648L13.5 6.25a.75.75 0 01.648-.743l.102-.007h3.5z",clipRule:"evenodd"}))}function Fn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.25 16a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 01.75-.75h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 17.25h10.25zM6.25 10a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 01.75-.75h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 11.25h10.25zM6.25 4a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5A.75.75 0 013 7.25v-2.5A.75.75 0 013.75 4h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 5.25h10.25z",fill:"currentColor",fillRule:"evenodd"}))}function Pn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17.5 11a4.5 4.5 0 013.632 7.158l.036-.05 1.862 1.862a.75.75 0 01-.976 1.133l-.084-.073-1.863-1.862-.112.077A4.5 4.5 0 1117.5 11zm-6.25 7.5a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm6.25-6a3 3 0 100 6 3 3 0 000-6zm-7.25 1.167a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5zm3-4.834a.75.75 0 110 1.5H2.75a.75.75 0 110-1.5h10.5zm8-4.833a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5h18.5z",fill:"currentColor",fillRule:"evenodd"}))}function Bn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 18a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5z",fill:"currentColor",fillRule:"evenodd"}))}function _n(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.843 4.568a8.707 8.707 0 0112.314 12.314l-1.187 1.174c-.875.858-2.01 1.962-3.406 3.312a2.25 2.25 0 01-3.128 0l-3.491-3.396c-.44-.431-.806-.794-1.102-1.09a8.707 8.707 0 010-12.314zm11.253 1.06A7.207 7.207 0 106.903 15.822l1.488 1.468c.818.801 1.848 1.801 3.088 3a.75.75 0 001.042 0l3.395-3.3c.47-.461.863-.85 1.18-1.168a7.207 7.207 0 000-10.192zM12 7.999a3.002 3.002 0 110 6.004A3.002 3.002 0 0112 8zm0 1.5a1.502 1.502 0 100 3.004A1.502 1.502 0 0012 9.5z",fill:"currentColor"}))}function Gn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 1a5.001 5.001 0 014.87 3.863.75.75 0 01-1.461.34 3.502 3.502 0 00-6.904.605L8.5 6v2h9.75c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H7V6a5 5 0 015-5zm6.25 8.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5zM12 13a1.5 1.5 0 01.751 2.799l-.001.951a.75.75 0 11-1.5 0v-.95A1.5 1.5 0 0112 13z",fill:"currentColor",fillRule:"evenodd"}))}function qn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1a5 5 0 015 5v2h1.25c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H7V6a5 5 0 015-5zm6.25 8.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5zM12 13a1.5 1.5 0 01.751 2.799l-.001.951a.75.75 0 01-1.5 0v-.95A1.5 1.5 0 0112 13zm0-10.5a3.5 3.5 0 00-3.495 3.308L8.5 6v2h7V6a3.5 3.5 0 00-3.308-3.495L12 2.5z",fill:"currentColor"}))}function Kn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.25 4.5H6.5v15h6.75a1.25 1.25 0 110 2.5h-7A2.25 2.25 0 014 19.75V4.25A2.25 2.25 0 016.25 2h7a1.25 1.25 0 110 2.5zm6.384 2.616l-.102-.091a1.25 1.25 0 00-1.666 1.859l1.867 1.866H11.75l-.128.007a1.25 1.25 0 00.128 2.493h7.982l-1.866 1.866-.091.102a1.25 1.25 0 001.859 1.666l4-4 .08-.089.05-.063.068-.106.058-.112.049-.127.03-.108.016-.088.012-.112L24 12l-.004-.096-.016-.13-.03-.127-.03-.087-.046-.107-.046-.086-.065-.1a1.267 1.267 0 00-.13-.15l-4-4zm4.084 4.094l-.084-.094c.03.03.058.061.084.094z",fill:"currentColor"}))}function $n(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V10.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V19H20v1.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.105 10.074c1.447 0 2.3.875 2.367 2.279l.004.178v.621c0 1.5-.863 2.446-2.371 2.446-1.444 0-2.304-.872-2.371-2.268l-.004-.178v-.62c0-1.516.871-2.458 2.375-2.458zm5.362 0c1.328 0 2.058.776 2.172 1.653l.012.132h-1.25c-.074-.414-.406-.734-.945-.734-.638 0-1.007.443-1.05 1.222l-.005.16v.626c0 .805.293 1.414 1.09 1.414.598 0 .914-.34.956-.745l.005-.095v-.234h-.93v-.903h2.14v1.04c0 1.038-.667 1.988-2.199 1.988-1.57 0-2.3-.987-2.355-2.296l-.004-.165v-.64c0-1.427.84-2.423 2.363-2.423zm-10.182.094v4.262h2.141v1.07H7.376v-5.332h1.285zm4.82.95c-.597 0-1.012.415-1.062 1.23l-.005.168v.64c0 .926.43 1.399 1.067 1.399.593 0 1.008-.416 1.057-1.23l.005-.169v-.64c0-.926-.43-1.399-1.062-1.399zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function Wn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7 17.5a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5H7zm5.5 0a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H9a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5h3.5zm5.5 0a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5h-3.5a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5H18zM7 12a.5.5 0 01.5.5V16a.5.5 0 01-.5.5H3.5A.5.5 0 013 16v-3.5a.5.5 0 01.5-.5H7zm5.5 0a.5.5 0 01.5.5V16a.5.5 0 01-.5.5H9a.5.5 0 01-.5-.5v-3.5A.5.5 0 019 12h3.5zm6.97-2.523l.906 3.381a.5.5 0 01-.353.612l-3.381.906a.5.5 0 01-.612-.353l-.906-3.381a.5.5 0 01.353-.612l3.381-.906a.5.5 0 01.612.353zM7 6.5a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5V7a.5.5 0 01.5-.5H7zm3.642-2.376l3.38.906a.5.5 0 01.354.612l-.906 3.38a.5.5 0 01-.612.354l-3.38-.906a.5.5 0 01-.354-.612l.906-3.38a.5.5 0 01.612-.354zM20 2a.5.5 0 01.5.5V6a.5.5 0 01-.5.5h-3.5A.5.5 0 0116 6V2.5a.5.5 0 01.5-.5H20z",fill:"currentColor",fillRule:"evenodd"}))}function Un(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.698 7.314H9.286v9.66h5.412v-9.66z",fill:"#FF5A00"}),t.createElement("path",{d:"M9.646 12.144c0-1.963.929-3.704 2.354-4.83A6.178 6.178 0 008.185 6C4.766 6 2 8.748 2 12.144s2.766 6.143 6.185 6.143A6.178 6.178 0 0012 16.973a6.117 6.117 0 01-2.354-4.83z",fill:"#EB001B"}),t.createElement("path",{d:"M22 12.144c0 3.396-2.766 6.143-6.185 6.143A6.178 6.178 0 0112 16.973a6.095 6.095 0 002.354-4.83A6.146 6.146 0 0012 7.315 6.168 6.168 0 0115.813 6C19.233 6 22 8.766 22 12.144z",fill:"#F79E1B"}))}function Jn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H13l-.001-1.5h5.251a.25.25 0 00.243-.193l.007-.057L18.499 9H14.75a1.75 1.75 0 01-1.744-1.606L13 7.25l-.001-3.75H5.75a.25.25 0 00-.243.193L5.5 3.75 5.499 13H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.142 16.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074zM8 14a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 018 14zm6.499-9.38l.001 2.63a.25.25 0 00.193.243l.057.007h2.629l-2.88-2.88z",fill:"currentColor",fillRule:"evenodd"}))}function Yn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3a1.75 1.75 0 011.744 1.606L21 4.75v14.5a1.75 1.75 0 01-1.606 1.744L19.25 21H12v-1.5h7.25a.25.25 0 00.243-.193l.007-.057V5.996L19.406 6H4.5l.001 6H3V4.75a1.75 1.75 0 011.606-1.744L4.75 3h14.5zM3.696 15.809l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074a.5.5 0 01.55-.147zM7.002 13a4.001 4.001 0 013.92 3.197l.357-.62a.5.5 0 01.602-.221l.081.038a.5.5 0 01.221.601l-.038.082-1.237 2.143a.5.5 0 01-.601.221l-.082-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.034-1.798.75.75 0 11-.924-1.181A3.985 3.985 0 017.002 13zm10.248 2a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm-.125-3.5c.483 0 .875.336.875.75s-.392.75-.875.75h-5.25c-.483 0-.875-.336-.875-.75s.392-.75.875-.75h5.25zM17.25 8a.75.75 0 110 1.5H6.75a.75.75 0 010-1.5h10.5z",fill:"currentColor",fillRule:"evenodd"}))}function Xn(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M4 19h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-6h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z",fill:"currentColor"}))}function Qn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10 0 1.806-.479 3.5-1.316 4.962L20.66 17a.75.75 0 01-.933.32l-.091-.045-1.516-.875a.75.75 0 01.659-1.344l.091.044.84.485c.406-.874.67-1.83.757-2.834l-.967-.001a.75.75 0 01-.102-1.493l.102-.007h.967a8.447 8.447 0 00-.757-2.834l-.84.484a.75.75 0 01-.835-1.243l.085-.057.838-.483a8.548 8.548 0 00-2.075-2.075l-.483.838a.75.75 0 01-1.344-.659l.044-.091.484-.84a8.447 8.447 0 00-2.833-.757l-.001.967a.75.75 0 01-1.493.102L11.25 4.5v-.967a8.447 8.447 0 00-2.834.757l.484.84a.75.75 0 01-1.243.835L7.6 5.88l-.483-.838a8.548 8.548 0 00-2.075 2.075l.838.483a.75.75 0 01-.659 1.344L5.13 8.9l-.84-.484a8.447 8.447 0 00-.757 2.834H4.5a.75.75 0 01.102 1.493l-.102.007h-.967a8.427 8.427 0 00.758 2.835l.839-.485a.75.75 0 01.835 1.243l-.085.057-1.516.875A.75.75 0 013.34 17l-.02-.04-.003.003A9.954 9.954 0 012 12C2 6.477 6.477 2 12 2zm4.03 5.97a.75.75 0 01.073.976l-.073.084-2.792 2.794a1.25 1.25 0 11-1.061-1.061L14.97 7.97a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Zn(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-10 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z",fill:"currentColor",fillRule:"evenodd"}))}function el(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v5.75H3V4.75C3 3.784 3.784 3 4.75 3h14.5zm-9 9c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0110.25 21h-5.5A1.75 1.75 0 013 19.25v-5.5c0-.966.784-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.243.193l-.007.057v5.5a.25.25 0 00.193.243l.057.007h5.5a.25.25 0 00.243-.193l.007-.057v-5.5a.25.25 0 00-.193-.243l-.057-.007zm7.78-7.53a.75.75 0 01.073.976l-.073.084-3.22 3.22h1.69a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007H13a.75.75 0 01-.743-.648L12.25 11V7.5a.75.75 0 011.493-.102l.007.102v1.688l3.22-3.218a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function tl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 8.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm0 5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm0-10a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor",fillRule:"evenodd"}))}function nl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 10a2 2 0 110 4 2 2 0 010-4zm0 6.5a2 2 0 110 4 2 2 0 010-4zm0-13a2 2 0 110 4 2 2 0 010-4z",fill:"currentColor",fillRule:"evenodd"}))}function ll(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.924 6.254l.128-.002.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L6.25 17V8.811l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02a.75.75 0 01.064-.01zM17 6.25a.75.75 0 01.743.648L17.75 7l-.001 8.19 2.22-2.22a.75.75 0 011.134.976l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012-.052.002-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L16.25 7a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function al(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.5 22v-.018A1.75 1.75 0 014 20.25V3.75c0-.882.652-1.61 1.5-1.732V2h12.75c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.5zM9 18.3H5.5v1.95a.25.25 0 00.193.243l.057.007H9v-2.2zm9.25-14.8H10.5v17h7.75a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5zM9 14.6H5.5v2.2H9v-2.2zm0-3.7H5.5v2.2H9v-2.2zm0-3.7H5.5v2.2H9V7.2zm0-3.7H5.75a.25.25 0 00-.243.193L5.5 3.75V5.7H9V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function rl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H14v-1.5h4.25a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V11H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM9.225 20.974A1.259 1.259 0 018 22c-.605 0-1.11-.44-1.225-1.026h2.45zM8 12c.456 0 .841.392.961.927A3 3 0 0111 15.769v2.898l.835.642a.5.5 0 01-.305.896H4.47a.5.5 0 01-.305-.896L5 18.667v-2.898c0-1.32.854-2.442 2.04-2.843.119-.534.504-.926.96-.926zm7.25 2.5a.75.75 0 110 1.5h-1.5a.75.75 0 110-1.5h1.5zm0-3.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z",fill:"currentColor",fillRule:"evenodd"}))}function ol(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.75 2a.75.75 0 01.75.75V3h1.75a1.75 1.75 0 011.744 1.606L21 4.75v14.5a1.75 1.75 0 01-1.606 1.744L19.25 21H4.75a1.75 1.75 0 01-1.744-1.606L3 19.25V4.75a1.75 1.75 0 011.606-1.744L4.75 3H6.5v-.25a.75.75 0 011.5 0V3h3.25v-.25a.75.75 0 111.5 0V3H16v-.25a.75.75 0 01.75-.75zM6.499 4.5H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v14.5l.007.057a.25.25 0 00.175.184l.068.009h14.5l.057-.007a.25.25 0 00.184-.175l.009-.068V4.75l-.007-.057a.25.25 0 00-.175-.184L19.25 4.5H17.5v.25a.75.75 0 11-1.5 0V4.5h-3.25v.25a.75.75 0 11-1.5 0V4.5H7.999L8 4.75a.75.75 0 01-1.5 0l-.001-.25zM16.25 12a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm0-3a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5z",fill:"currentColor",fillRule:"evenodd"}))}function il(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.75 2a.75.75 0 01.75.75V3h1.75a1.75 1.75 0 011.744 1.606L21 4.75V14h-1.5V4.75l-.007-.057a.25.25 0 00-.175-.184L19.25 4.5H17.5v.25a.75.75 0 11-1.5 0V4.5h-3.25v.25a.75.75 0 11-1.5 0V4.5H7.999L8 4.75a.75.75 0 01-1.5 0l-.001-.25H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v14.5l.007.057a.25.25 0 00.175.184l.068.009H14V21H4.75a1.75 1.75 0 01-1.744-1.606L3 19.25V4.75a1.75 1.75 0 011.606-1.744L4.75 3H6.5v-.25a.75.75 0 011.5 0V3h3.25v-.25a.75.75 0 111.5 0V3H16v-.25a.75.75 0 01.75-.75zm-3.94 7.75l7.513 7.513a1.75 1.75 0 01.114 2.35l-.114.124-.586.586a1.75 1.75 0 01-2.35.114l-.124-.114-7.513-7.512V9.75h3.06zm5.697 7.818l-.938.94.754.755a.25.25 0 00.24.065l.06-.025.054-.04.586-.586a.25.25 0 00.04-.3l-.04-.054-.756-.755zm-6.318-6.318h-.939v.939l5.258 5.258.938-.94-5.257-5.257z",fill:"currentColor",fillRule:"evenodd"}))}function sl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M21.484 8.828C19.73 3.592 14.065.768 8.829 2.519 3.592 4.271.767 9.936 2.519 15.172c1.752 5.237 7.418 8.06 12.655 6.308a9.997 9.997 0 006.31-12.653z",fill:"#0D2840"}),t.createElement("path",{d:"M13.977 7.263v5.445l-4.14-5.445H7.264l.78 1.156v7.686h1.919v-5.619l4.28 5.62H15.9V7.262h-1.922z",fill:"#2CD7B3"}))}function cl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M3.203 16.625c0 .602.328.96.875.96.555 0 .875-.35.875-.96V7.898c0-.671-.437-1.132-1.078-1.132-.375 0-.742.14-1.273.515L1.125 8.344c-.367.25-.54.508-.54.789 0 .367.282.656.65.656.195 0 .382-.07.663-.266l1.258-.898h.047v8zm4.149.031c0 .516.414.844 1.046.844h5.22c.53 0 .843-.281.843-.734 0-.461-.328-.743-.844-.743H9.648v-.101l2.665-2.953c1.367-1.492 1.812-2.313 1.812-3.36 0-1.742-1.43-2.984-3.422-2.984-2.086 0-3.492 1.375-3.492 2.742 0 .485.312.813.766.813.367 0 .617-.211.804-.657.266-.906.93-1.43 1.82-1.43 1.063 0 1.774.665 1.774 1.657 0 .688-.344 1.313-1.21 2.266l-3.071 3.406c-.563.601-.742.89-.742 1.234zm8.562-1.375c0 1.242 1.555 2.446 3.617 2.446 2.274 0 3.867-1.297 3.867-3.141 0-1.352-.992-2.484-2.296-2.617v-.11c1.078-.171 1.953-1.257 1.953-2.421 0-1.649-1.461-2.813-3.524-2.813-1.984 0-3.414 1.156-3.414 2.39 0 .454.305.766.742.766.344 0 .578-.164.782-.578.367-.742 1.007-1.156 1.851-1.156 1.086 0 1.828.648 1.828 1.61 0 .952-.758 1.64-1.804 1.64h-.813c-.43 0-.726.305-.726.71 0 .423.304.735.726.735h.86c1.25 0 2.085.719 2.085 1.79 0 1.077-.82 1.765-2.093 1.765-.961 0-1.711-.422-2.14-1.188-.25-.414-.47-.57-.782-.57-.422 0-.719.313-.719.742z",fill:"currentColor"}))}function ul(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M9.884 11.616a1.25 1.25 0 01.091 1.666l-.091.102-1.868 1.866H19a1.25 1.25 0 01.128 2.494L19 17.75H8.017l1.867 1.866a1.25 1.25 0 01-1.666 1.859l-.102-.091-4-4a1.26 1.26 0 01-.13-.152l-.068-.106-.042-.079-.046-.107-.03-.087-.03-.127-.016-.126-.004-.1.002-.08.013-.111.016-.088.03-.108.05-.127.086-.16.062-.088.064-.076 4.043-4.046a1.25 1.25 0 011.768 0zm5.898-9.091l.102.091 4 4c.03.03.058.061.084.094l-.084-.094c.048.048.09.099.13.152l.064.099.046.086.046.107.03.087.03.127.016.13.004.096-.002.08-.013.111-.016.088-.03.108-.05.127-.057.112-.069.106-.048.063-.081.089-4 4a1.25 1.25 0 01-1.859-1.666l.091-.102 1.866-1.866H5a1.25 1.25 0 01-.128-2.494L5 6.25h10.983l-1.867-1.866a1.25 1.25 0 011.666-1.859z",fill:"currentColor",fillRule:"evenodd"}))}function dl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.535 6.5h2.715a.25.25 0 01.25.25v2.715A3.502 3.502 0 0117.535 6.5zm-11.07 0H3.75a.25.25 0 00-.25.25v2.715A3.502 3.502 0 006.465 6.5zm1.51 0A5.002 5.002 0 013.5 10.975v2.05A5.002 5.002 0 017.975 17.5H14.5V19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5c.966 0 1.75.784 1.75 1.75v4.75h-1.5v-.525A5.002 5.002 0 0116.025 6.5h-8.05zM3.5 17.25v-2.715A3.502 3.502 0 016.465 17.5H3.75a.25.25 0 01-.25-.25zM14 12a2 2 0 11-4 0 2 2 0 014 0zm1.5 0a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zm5.095 1.608a.86.86 0 011.049-.14c.344.201.467.603.306.937l-.057.098-3.118 4.152-.07.087a.859.859 0 01-1.17.059l-.079-.08-1.878-2.164-.068-.092a.713.713 0 01.194-.962.863.863 0 011.06.035l.081.082 1.169 1.345 2.51-3.268.071-.089z",fill:"currentColor"}))}function ml(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.535 6.5h2.715a.25.25 0 01.25.25v2.715A3.502 3.502 0 0117.535 6.5zm-11.07 0H3.75a.25.25 0 00-.25.25v2.715A3.502 3.502 0 006.465 6.5zm1.51 0A5.002 5.002 0 013.5 10.975v2.05A5.002 5.002 0 017.975 17.5H14.5V19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5c.966 0 1.75.784 1.75 1.75v4.75h-1.5v-.525A5.002 5.002 0 0116.025 6.5h-8.05zM3.5 17.25v-2.715A3.502 3.502 0 016.465 17.5H3.75a.25.25 0 01-.25-.25zM14 12a2 2 0 11-4 0 2 2 0 014 0zm1.5 0a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zm6.297 1.203a.692.692 0 00-.901-.067l-.078.067L19 15.02l-1.818-1.818-.078-.067a.692.692 0 00-.901 1.046L18.02 16l-1.818 1.818-.067.078a.692.692 0 00.968.968l.078-.067L19 16.98l1.818 1.818.078.067a.692.692 0 00.901-1.046L19.98 16l1.818-1.818.067-.078a.692.692 0 00-.067-.901z",fill:"currentColor"}))}function fl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 6c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 22H7.75A1.75 1.75 0 016 20.25V19h1.5v1.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V7.75a.25.25 0 00-.193-.243L20.25 7.5H19V6h1.25zm-7-5a.75.75 0 01.75.75V2h2.25c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0116.25 18H3.75A1.75 1.75 0 012 16.25V3.75C2 2.784 2.784 2 3.75 2H6v-.25a.75.75 0 011.5 0V2h5v-.25a.75.75 0 01.75-.75zm3.25 6.5h-13v8.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V7.5zm-6.195 1.277c.38 0 .62.21.662.554l.006.107v4.554c0 .356-.235.59-.582.59-.313 0-.538-.19-.58-.487l-.006-.103V9.957H9.78l-.824.574a.48.48 0 01-.312.106.402.402 0 01-.415-.422c0-.15.05-.267.172-.377l.082-.065L9.602 9a1.09 1.09 0 01.703-.223zM6 3.5H3.75a.25.25 0 00-.243.193L3.5 3.75V6h13V3.75a.25.25 0 00-.193-.243L16.25 3.5H14v.25a.75.75 0 11-1.5 0V3.5h-5v.25a.75.75 0 01-1.5 0V3.5z",fill:"currentColor",fillRule:"evenodd"}))}function gl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.75 11.5c4.166 0 6.596 2.43 7.291 7.29A2.813 2.813 0 0119.257 22h-9.014a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm0 1.5c-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007h9.014a1.313 1.313 0 001.3-1.498C19.96 14.84 18.12 13 14.75 13zM6.446 6.397l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H1.75a.75.75 0 01-.102-1.493l.102-.007h5.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM14.75 2c1.933 0 3.5 1.903 3.5 4.25s-1.567 4.25-3.5 4.25-3.5-1.903-3.5-4.25S12.817 2 14.75 2zm0 1.5c-1.033 0-2 1.174-2 2.75s.967 2.75 2 2.75 2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function vl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.25 3.75h-4.5a.75.75 0 00-.102 1.493l.102.007h4.5a.75.75 0 00.102-1.493l-.102-.007zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function hl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm0 1.5a.75.75 0 00-.743.648l-.007.102v1.5h-1.5a.75.75 0 00-.743.648l-.007.102c0 .38.282.693.648.743l.102.007h1.5v1.5c0 .38.282.693.648.743l.102.007a.75.75 0 00.743-.648l.007-.102v-1.5h1.5a.75.75 0 00.743-.648l.007-.102a.75.75 0 00-.648-.743l-.102-.007h-1.5v-1.5a.75.75 0 00-.648-.743L17.5 14.5zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function pl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.403 1.867a.75.75 0 00-.97.141l-.066.09-1.983 3.114-.798-.999-.076-.081a.75.75 0 00-1.159.927l.063.091 1.455 1.819.073.079a.75.75 0 001.081-.059l.064-.086 2.546-4 .052-.098a.75.75 0 00-.282-.938zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z",fill:"currentColor",fillRule:"evenodd"}))}function wl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.357 4.384l.891-.58c.835-.542 1.942-.323 2.586.513l1.28 1.663c.56.724.628 1.734.17 2.496l-1.273 2.12c.372.965.962 1.855 1.77 2.67a8.253 8.253 0 002.701 1.844l1.876-1.253c.711-.475 1.645-.398 2.317.19l1.565 1.373c.782.685.99 1.862.487 2.755l-.538.957c-.536.952-1.517 1.508-2.576 1.46-2.498-.115-5.197-1.718-8.096-4.811-2.903-3.098-4.408-5.983-4.514-8.655-.045-1.125.47-2.168 1.354-2.742z",fill:"currentColor"}))}function bl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M4.742 3.998l1.036-.641a2.75 2.75 0 013.58.6l1.39 1.703a2.75 2.75 0 01.2 3.196l-1.082 1.732a.25.25 0 00-.035.17c.06.396.52 1.073 1.397 1.95.638.638 1.174 1.062 1.59 1.27.289.144.43.154.48.123l1.783-1.114a2.75 2.75 0 013.195.201l1.696 1.383a2.75 2.75 0 01.606 3.57l-.639 1.04a3.75 3.75 0 01-3.234 1.788c-2.86-.03-5.846-1.636-8.974-4.763-3.133-3.133-4.739-6.124-4.764-8.986a3.75 3.75 0 011.775-3.222zm.79 1.276a2.25 2.25 0 00-1.065 1.932c.021 2.408 1.445 5.06 4.324 7.939 2.876 2.876 5.524 4.3 7.93 4.324a2.25 2.25 0 001.94-1.072l.639-1.04a1.25 1.25 0 00-.276-1.623l-1.696-1.383a1.25 1.25 0 00-1.452-.092l-1.787 1.117c-1.04.64-2.31.005-3.922-1.607-1.086-1.087-1.698-1.988-1.82-2.786a1.75 1.75 0 01.247-1.19l1.083-1.732a1.25 1.25 0 00-.092-1.453l-1.39-1.704a1.25 1.25 0 00-1.627-.272l-1.036.642z",fill:"currentColor"}))}function xl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM9.8 8a.7.7 0 011.05-.606l.084.057 4.86 3.84a.7.7 0 01.081 1.023l-.081.075-4.86 3.84a.7.7 0 01-1.127-.449l-.007-.1V8zm1.4 1.445v4.789l3.03-2.395-3.03-2.394z",fill:"currentColor",fillRule:"evenodd"}))}function El(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.169 17.055c.43 0 .734-.305.734-.75V13.43h2.649c.453 0 .757-.297.757-.72 0-.429-.304-.726-.757-.726H6.903V9.258c0-.445-.304-.758-.734-.758s-.727.313-.727.758v2.726H2.825c-.445 0-.758.297-.758.727 0 .422.313.719.758.719h2.617v2.875c0 .445.305.75.727.75zm5.598 2.453c.352 0 .64-.211.735-.555l3.453-12.25a1.17 1.17 0 00.047-.258c.007-.406-.336-.75-.766-.75-.36 0-.648.211-.742.547l-3.446 12.25a.749.749 0 00.719 1.016zm9.388-6.11c.578 0 .882-.32.882-.78 0-.462-.304-.766-.882-.766h-3.68c-.57 0-.883.312-.883.765 0 .461.305.781.883.781h3.68z",fill:"currentColor",fillRule:"evenodd"}))}function yl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.75 2c.966 0 1.75.784 1.75 1.75v1.758A3.75 3.75 0 0122 9.25v7.5a1.75 1.75 0 01-1.75 1.75H18.5v1.75A1.75 1.75 0 0116.75 22h-9.5a1.75 1.75 0 01-1.75-1.75V18.5H3.75A1.75 1.75 0 012 16.75v-7.5a3.75 3.75 0 013.5-3.742V3.75C5.5 2.784 6.284 2 7.25 2h9.5zM17 14.5H7v5.75a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193L17 20.25V14.5zM18.25 7H5.75a2.25 2.25 0 00-2.245 2.096L3.5 9.25v7.5a.25.25 0 00.193.243L3.75 17H5.5v-3.25a.75.75 0 01.75-.75h11.5a.75.75 0 01.75.75V17h1.75a.25.25 0 00.243-.193l.007-.057v-7.5a2.25 2.25 0 00-2.096-2.245L18.25 7zm-.5 3a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm-1-6.5h-9.5a.25.25 0 00-.243.193L7 3.75V5.5h10V3.75a.25.25 0 00-.193-.243L16.75 3.5z",fill:"currentColor",fillRule:"evenodd"}))}function zl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.247 2a.75.75 0 01.75.75l-.001.25h2.25c.967 0 1.75.784 1.75 1.75v14.5a1.75 1.75 0 01-1.75 1.75h-7.25v-1.5h7.25a.25.25 0 00.244-.193l.007-.057L19.496 8h-15v4h-1.5V4.75c0-.966.784-1.75 1.75-1.75h2.25v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM3.139 15.956a.5.5 0 01.631-.11l2.144 1.238.073.052a.5.5 0 01.11.631l-.052.074a.5.5 0 01-.631.11l-.878-.506a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.814-.574l1.237-2.143zM6.997 13a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.601.221l-.082-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 016.997 13zm-.001-8.5h-2.25a.25.25 0 00-.243.193l-.006.057-.001 1.75h15V4.75a.25.25 0 00-.192-.243l-.057-.007h-2.251v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z",fill:"currentColor",fillRule:"evenodd"}))}function Cl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.797 9c.464 0 .91.184 1.237.513l6.229 6.228a1.75 1.75 0 010 2.475l-4.047 4.047a1.75 1.75 0 01-2.475 0l-6.228-6.229A1.75 1.75 0 012 14.797V10.75C2 9.784 2.784 9 3.75 9h4.047zM18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H14.5v-1.5h3.75a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V8H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM7.797 10.5H3.75a.25.25 0 00-.243.193l-.007.057v4.047a.25.25 0 00.033.125l.04.052 6.228 6.228a.25.25 0 00.3.04l.054-.04 4.047-4.047a.25.25 0 00.04-.3l-.04-.054-6.228-6.228a.25.25 0 00-.112-.064l-.065-.009zm-2.504 1.793a1 1 0 111.414 1.414 1 1 0 01-1.414-1.414zM15.75 9.5a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function Rl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.97 9.97 0 003.047 7.187A9.967 9.967 0 0012 22a9.967 9.967 0 006.953-2.813A9.97 9.97 0 0022 12zM5.704 16.936A7.986 7.986 0 0012 20a7.986 7.986 0 006.296-3.064A7 7 0 0012 13a7 7 0 00-6.296 3.936zM12 12a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",fill:"currentColor"}))}function Sl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm0 1.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5zM8.25 15a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h1zm8.5 1a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-3.167a.75.75 0 010 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-3.166a.75.75 0 110 1.5h-4.5a.75.75 0 010-1.5h4.5zM8.25 6.5a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h1zm8.5 0a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ol(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 3a1 1 0 00-.993.883L11 6v6.02l.01.118.022.113.023.077.03.075.047.093.062.096.07.085.072.071.096.075.099.06.075.036 3.5 1.5.11.04a1 1 0 00.782-1.826l-.104-.052L13 11.34V6l-.007-.117A1 1 0 0012 5z",fill:"currentColor",fillRule:"evenodd"}))}function Al(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.367 7.727a.476.476 0 00.484.48h3.147c.274 0 .492-.222.537-.493.184-1.108.965-1.9 2.266-1.9 1.161 0 2.252.623 2.252 2.053 0 1.246-.864 1.841-2.195 2.705-1.714 1.09-2.634 2.534-2.422 4.715l.008.173a.5.5 0 00.5.478h3a.5.5 0 00.5-.5v-.18c0-1.514.665-1.953 2.322-3.072 1.374-.934 2.86-2.025 2.86-4.545 0-3.569-3.002-5.325-6.556-5.325-3.361 0-6.618 1.557-6.703 5.411zm3.432 12.247c0 1.388 1.09 2.322 2.776 2.322 1.741 0 2.817-.934 2.817-2.322 0-1.416-1.09-2.35-2.817-2.35-1.7 0-2.776.934-2.776 2.35z",fill:"currentColor"}))}function Nl(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 14.489c.5 0 .838-.302.832-.764v-1.998c.052-.665.604-.8 1.548-1.413C15.415 9.649 16 8.885 16 7.78 16 6.011 14.077 5 12.139 5c-.822 0-1.831.145-2.639.466a3.39 3.39 0 00-.803.438 1.94 1.94 0 00-.317.3c-.076.09-.14.188-.189.29a1.904 1.904 0 00-.132.356c-.04.153-.059.304-.059.448a.65.65 0 00.022.173c.076.335.34.55.748.55a.806.806 0 00.792-.55c.278-.902 1.709-1.078 2.502-1.078.96 0 2.183.555 2.183 1.405 0 .764-.44 1.163-1.268 1.706-.856.573-1.848 1.137-1.848 2.074v2.147c0 .492.369.764.869.764zM12 19c.579 0 1.047-.457 1.047-1.018 0-.566-.468-1.012-1.047-1.012-.573 0-1.042.446-1.042 1.012 0 .561.47 1.018 1.042 1.018z",fill:"currentColor"}))}function Ll(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M7.102 11.125c.753 0 1.472.295 2.007.817l.142.148 4.806 5.407c.183.206.434.337.705.37l.136.008h3.416L17.22 16.78l-.073-.084a.75.75 0 011.05-1.049l.083.073 2.5 2.5a.753.753 0 01.097.118l.053.094.028.07.023.08.013.075.006.102-.002.042-.009.075-.027.111-.043.102-.038.066-.027.04-.035.043-.039.042-2.5 2.5-.084.073a.75.75 0 01-1.049-1.05l.073-.083 1.095-1.096-3.417.001a2.875 2.875 0 01-2.007-.817l-.142-.148-4.806-5.407a1.125 1.125 0 00-.705-.37l-.136-.008H3.75a.875.875 0 01-.11-1.743l.11-.007h3.352zm11.094-8.978l.084.073 2.5 2.5a.63.63 0 01.101.125l.049.088.043.119.021.106.004.042.002.069-.006.073-.013.076-.023.08-.047.107-.058.091-.073.084-2.5 2.5a.75.75 0 01-1.133-.976l.073-.084 1.095-1.096-3.426.001-.136.008c-.223.027-.433.12-.603.268l-.096.095-2.905 3.215-.085.083a.875.875 0 01-1.287-1.162l.074-.094 2.904-3.215.141-.146a2.875 2.875 0 011.79-.795l.203-.007 3.424-.001L17.22 3.28a.75.75 0 01.976-1.133z",fill:"currentColor",fillRule:"evenodd"}))}function Ml(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm.035 4.982c-.264 0-.533.13-.533.51v.41C9.92 8.05 8.9 8.998 8.9 10.352c0 1.135.646 1.88 1.926 2.202l1.309.288c.844.181 1.178.44 1.178.879 0 .562-.446.931-1.272.931-.592 0-1.166-.246-1.687-.72-.334-.282-.545-.364-.803-.364-.416 0-.75.258-.75.715 0 .352.187.692.515.99.487.452 1.272.727 2.163.803v.358c0 .375.275.51.539.51.263 0 .533-.135.533-.51v-.37c1.64-.193 2.666-1.154 2.666-2.543 0-1.143-.66-1.862-1.997-2.176l-1.314-.273c-.744-.146-1.084-.427-1.084-.867 0-.492.44-.885 1.131-.885.586 0 1.008.188 1.506.662.293.252.533.364.85.364.369 0 .673-.27.673-.657 0-.328-.175-.673-.503-.984-.434-.422-1.131-.691-1.91-.79v-.423c0-.375-.27-.51-.534-.51z",fill:"currentColor",fillRule:"evenodd"}))}function kl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M21.25 11.25A.75.75 0 0122 12c0 5.523-4.477 10-10 10a9.986 9.986 0 01-7.638-3.545l-.038 1.071a.75.75 0 01-1.496.05l-.003-.102.099-2.827a.75.75 0 01.775-.723l2.827.098a.75.75 0 01.05 1.496l-.102.004-.966-.034A8.5 8.5 0 0020.5 12a.75.75 0 01.75-.75zm-9.215-4.268c.237 0 .48.11.526.405l.007.105v.422c.78.1 1.477.37 1.91.791.329.31.504.656.504.984 0 .387-.304.657-.673.657-.317 0-.557-.112-.85-.364-.498-.474-.92-.662-1.506-.662-.691 0-1.13.393-1.13.885 0 .406.289.677.919.831l.164.036 1.108.229c1.476.287 2.203 1.02 2.203 2.22 0 1.331-.942 2.27-2.464 2.515l-.202.028v.37c0 .375-.27.51-.533.51-.238 0-.485-.11-.532-.405l-.007-.105v-.358c-.891-.076-1.676-.351-2.163-.803-.328-.298-.515-.638-.515-.99 0-.457.334-.715.75-.715.258 0 .469.082.803.364.521.474 1.095.72 1.687.72.826 0 1.271-.369 1.271-.931 0-.41-.29-.662-1.015-.842l-.162-.037-1.102-.24c-1.418-.293-2.133-1.055-2.133-2.25 0-1.298.937-2.223 2.407-2.427l.195-.023v-.41c0-.38.27-.51.533-.51zM12 2c3 0 5.77 1.332 7.639 3.545l.037-1.071a.75.75 0 011.496-.05l.003.102-.099 2.827a.75.75 0 01-.674.72l-.101.003-2.827-.098a.75.75 0 01-.05-1.496l.102-.004.966.034A8.5 8.5 0 003.5 12 .75.75 0 112 12C2 6.477 6.477 2 12 2z",fill:"currentColor",fillRule:"evenodd"}))}function Hl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M17 7a5 5 0 01.217 9.995L17 17h-2.5a.75.75 0 01-.102-1.493l.102-.007H17a3.5 3.5 0 00.192-6.995L17 8.5h-2.5a.75.75 0 01-.102-1.493L14.5 7H17zM9.5 7a.75.75 0 01.102 1.493L9.5 8.5H7a3.5 3.5 0 00-.192 6.995L7 15.5h2.5a.75.75 0 01.102 1.493L9.5 17H7a5 5 0 01-.217-9.995L7 7h2.5zm7.5 4.25a.75.75 0 110 1.5H7a.75.75 0 110-1.5h10z",fill:"currentColor",fillRule:"evenodd"}))}function Vl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12.268 21.246L12 21.25l-.323-.006-.32-.016-.3-.025-.329-.04a9.166 9.166 0 01-2.067-.534l-.288-.117-.353-.16-.237-.117-.358-.193-.385-.233-.263-.173-.3-.215-.23-.177-.238-.196-.356-.319a9.308 9.308 0 01-.345-.343l-.151-.162a9.197 9.197 0 01-1.662-2.58l-.126-.311-.134-.372-.087-.268-.08-.285A9.229 9.229 0 012.75 12c0-.893.127-1.757.363-2.574l.137-.431.077-.218.169-.421a9.17 9.17 0 01.768-1.431l.171-.25c.213-.303.447-.595.701-.876l.168-.18c.174-.183.356-.36.545-.528l.197-.17.345-.278.328-.239.302-.202.117-.072a8.88 8.88 0 01.664-.375l.484-.23.37-.152.427-.153.353-.11.263-.071.145-.036A9.232 9.232 0 0112 2.75l.24.003.317.014.389.031.284.033.487.079.43.091.287.073.39.116.293.099.336.127.17.07.379.172.259.129.25.135.416.248.255.166a9.12 9.12 0 011.14.911V3.222a.75.75 0 01.638-.742l.111-.008a.75.75 0 01.742.639l.008.11v3.83a.75.75 0 01-.64.741l-.11.008h-3.828a.75.75 0 01-.111-1.492l.11-.008h2.009l-.197-.177-.22-.182-.131-.102-.2-.147-.225-.156-.235-.15-.236-.139-.149-.081-.222-.115-.268-.126-.121-.053a7.709 7.709 0 00-1.013-.352l-.263-.067-.258-.055-.262-.047-.278-.04-.349-.036-.353-.02L12 4.25l-.183.002-.376.018-.294.026-.248.032-.335.055-.344.073-.243.061-.202.058a7.72 7.72 0 00-.54.183l-.282.114-.204.09-.317.156-.24.13a7.755 7.755 0 00-.629.397l-.383.285-.21.174-.075.064a7.796 7.796 0 00-.195.178l-.18.174-.239.25-.175.198-.152.184a7.778 7.778 0 00-.59.84l-.174.305-.116.222-.112.232a7.079 7.079 0 00-.15.346l-.11.29-.122.368-.046.16c-.084.304-.15.612-.197.923l-.05.409.01-.098c-.05.453-.06.91-.03 1.364l.024.285c.031.307.081.611.15.913l.073.3.058.204c.072.245.157.486.255.724l.085.2c.05.112.102.223.156.332l.091.175.137.245.148.246.058.088a7.766 7.766 0 00.436.604l.141.173.093.107.174.191.174.18.18.175.246.22.324.264.349.255.123.083.24.151.2.118.259.14.257.128.33.146.24.095c.195.073.393.139.594.196l.359.094.136.03.124.026.297.053.329.045.246.024.097.008c.091.006.183.011.275.014l.275.005A7.75 7.75 0 0019.75 12a.75.75 0 111.5 0 9.25 9.25 0 01-8.982 9.246z",fill:"currentColor"}))}function Il(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.5 12a1 1 0 011 1v6a1 1 0 01-1 1H4a1 1 0 01-1-1v-6a1 1 0 011-1h2.5zm6.75-5a1 1 0 011 1v11a1 1 0 01-1 1h-2.5a1 1 0 01-1-1V8a1 1 0 011-1h2.5zM20 4a1 1 0 011 1v14a1 1 0 01-1 1h-2.5a1 1 0 01-1-1V5a1 1 0 011-1H20z",fill:"currentColor",fillRule:"evenodd"}))}function jl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.25 12c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 016.25 20h-1.5A1.75 1.75 0 013 18.25v-4.5c0-.966.784-1.75 1.75-1.75h1.5zm6.5-5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0112.75 20h-1.5a1.75 1.75 0 01-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h1.5zm6.5-3c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0119.25 20h-1.5A1.75 1.75 0 0116 18.25V5.75c0-.966.784-1.75 1.75-1.75h1.5zm-13 9.5h-1.5a.25.25 0 00-.243.193l-.007.057v4.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L6.25 13.5zm6.5-5h-1.5a.25.25 0 00-.243.193L11 8.75v9.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193L13 18.25v-9.5a.25.25 0 00-.193-.243L12.75 8.5zm6.5-3h-1.5a.25.25 0 00-.243.193l-.007.057v12.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193l.007-.057V5.75a.25.25 0 00-.193-.243L19.25 5.5z",fill:"currentColor",fillRule:"evenodd"}))}function Dl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18 9.25a.75.75 0 01.743.648l.007.102v8.25a3.75 3.75 0 01-3.55 3.745L15 22h-5a3.75 3.75 0 01-3.745-3.55l-.005-.2V10a.75.75 0 01.648-.743L7 9.25h11zm-.75 1.5h-9.5v7.5a2.25 2.25 0 001.938 2.229l.158.016.154.005h5a2.25 2.25 0 002.245-2.096l.005-.154v-7.5zm-6.75 1.5a.75.75 0 01.743.648l.007.102v5.25a.75.75 0 01-1.493.102l-.007-.102V13a.75.75 0 01.75-.75zm4 0a.75.75 0 01.743.648l.007.102v5.25a.75.75 0 01-1.493.102l-.007-.102V13a.75.75 0 01.75-.75zm2.372-9.849a3.847 3.847 0 012.03 4.45l2.668 1.302a.75.75 0 01-.563 1.386l-.094-.038L9.086 3.732a.75.75 0 01.563-1.386l.094.038 2.373 1.157a3.847 3.847 0 014.756-1.14zM3 4.25a.75.75 0 01.743.648L3.75 5v.63c2.434-1.684 5.714-1.245 7.542 1.11a.75.75 0 11-1.185.919C8.819 6 6.547 5.647 4.777 6.749l.723.001a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743L5.5 8.25H3a.75.75 0 01-.743-.648L2.25 7.5V5A.75.75 0 013 4.25zm10.507-.031l4.005 1.953a2.347 2.347 0 00-4.005-1.953z",fill:"currentColor",fillRule:"evenodd"}))}function Tl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2.75a9.25 9.25 0 016.54 15.79.75.75 0 11-1.06-1.06 7.75 7.75 0 10-13.224-5.797l.714-.713.084-.073a.75.75 0 011.049 1.05l-.073.083-2 2-.084.073a.75.75 0 01-.882.007l-.094-.08-2-2-.073-.084a.75.75 0 01-.007-.882l.08-.094.084-.073a.75.75 0 01.882-.007l.094.08.725.724A9.25 9.25 0 0112 2.75z",fill:"currentColor"}))}function Fl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 2.75a9.25 9.25 0 019.245 8.944l.725-.724a.75.75 0 01.976-.073l.084.073a.75.75 0 01.073.976l-.073.084-2 2a.75.75 0 01-.976.073l-.084-.073-2-2a.75.75 0 01.976-1.133l.084.073.714.712A7.75 7.75 0 106.52 17.48a.75.75 0 11-1.06 1.06A9.25 9.25 0 0112 2.75z",fill:"currentColor"}))}function Pl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12.021 23.316c.594 0 1.121-.33 1.121-1.12V21.14c3.546-.382 5.761-2.465 5.761-5.498 0-2.61-1.569-4.192-4.825-4.904l-2.676-.606C9.727 9.763 8.91 8.999 8.91 7.878c0-1.344 1.16-2.32 2.98-2.32 1.476 0 2.504.5 3.651 1.78.58.606 1.029.83 1.635.83.738 0 1.305-.514 1.305-1.279 0-.738-.435-1.542-1.173-2.267-.976-.923-2.439-1.53-4.087-1.74V1.787c0-.777-.527-1.107-1.134-1.107-.593 0-1.12.316-1.12 1.107v1.055c-3.415.317-5.59 2.36-5.59 5.287 0 2.557 1.569 4.258 4.575 4.93l2.676.62c1.951.461 2.755 1.147 2.755 2.307 0 1.503-1.173 2.452-3.27 2.452-1.568 0-2.873-.593-4.06-1.872-.672-.672-1.041-.817-1.542-.817-.805 0-1.411.514-1.411 1.397 0 .778.448 1.582 1.252 2.281 1.055.962 2.703 1.556 4.536 1.727v1.042c0 .79.527 1.12 1.133 1.12z",fill:"currentColor",fillRule:"evenodd"}))}function Bl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M9.75 2a7.75 7.75 0 016.292 12.275l5.592 5.591a1.25 1.25 0 01-1.666 1.859l-.102-.091-5.59-5.592A7.75 7.75 0 119.75 2zm0 2.5a5.25 5.25 0 100 10.5 5.25 5.25 0 000-10.5z",fill:"currentColor",fillRule:"evenodd"}))}function _l(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10 2.25a7.75 7.75 0 015.985 12.674l5.545 5.546a.75.75 0 01-.976 1.133l-.084-.073-5.546-5.545A7.75 7.75 0 1110 2.25zm0 1.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5z",fill:"currentColor",fillRule:"evenodd"}))}function Gl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12.01 2.25a.75.75 0 01.665.402c.72 1.376 3.174 2.323 7.389 2.683a.75.75 0 01.686.748c0 7.747-1.54 11.378-5.945 14.213l-.502.312-.525.306a26.51 26.51 0 01-.834.452l-.29.148-.323.16a.75.75 0 01-.654.003c-6.293-3-8.427-6.542-8.427-15.594a.75.75 0 01.686-.748c4.215-.36 6.67-1.307 7.389-2.683a.75.75 0 01.56-.395l.126-.007zM12 4.245l-.064.067C10.702 5.54 8.479 6.317 5.277 6.705l-.523.058.01.54c.012.53.033 1.039.063 1.525l.052.713c.472 5.577 2.312 8.141 6.618 10.372l.272.139.228.113.262-.133c4.685-2.43 6.538-5.033 6.915-11.21l.038-.743.025-.778.007-.402.001-.136-.522-.058c-3.068-.372-5.238-1.1-6.5-2.242l-.159-.15L12 4.244zm4.903 4.104l.077.067a.75.75 0 01.067.984l-.067.077-5.52 5.52-3.382-3.38a.75.75 0 01.984-1.129l.076.067 2.32 2.322 4.461-4.46a.75.75 0 01.984-.068z",fill:"currentColor",fillRule:"evenodd"}))}function ql(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12.01 2.25a.75.75 0 01.665.402c.72 1.376 3.174 2.323 7.389 2.683a.75.75 0 01.686.748c0 7.747-1.54 11.378-5.945 14.213l-.502.312-.525.306a26.51 26.51 0 01-.834.452l-.29.148-.323.16a.75.75 0 01-.654.003c-6.293-3-8.427-6.542-8.427-15.594a.75.75 0 01.686-.748c4.215-.36 6.67-1.307 7.389-2.683a.75.75 0 01.56-.395l.126-.007zM12 4.245l-.064.067C10.702 5.54 8.479 6.317 5.277 6.705l-.523.058.01.54c.012.53.033 1.039.063 1.525l.052.713c.472 5.577 2.312 8.141 6.618 10.372l.272.139.228.113.262-.133c4.685-2.43 6.538-5.033 6.915-11.21l.038-.743.025-.778.007-.402.001-.136-.522-.058c-3.068-.372-5.238-1.1-6.5-2.242l-.159-.15L12 4.244zM12 8l.15.005a2 2 0 01.98 3.645L14 16h-4l.87-4.35a2 2 0 01.982-3.644L11.999 8z",fill:"currentColor",fillRule:"evenodd"}))}function Kl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13 2a1 1 0 011 1v1.77a7.44 7.44 0 011.698.703l1.252-1.251a1 1 0 011.414 0l1.414 1.414a1 1 0 010 1.414l-1.251 1.252c.3.53.538 1.099.703 1.698H21a1 1 0 011 1v2a1 1 0 01-1 1h-1.77a7.454 7.454 0 01-.703 1.698l1.251 1.252a1 1 0 010 1.414l-1.414 1.414a1 1 0 01-1.414 0l-1.252-1.251a7.47 7.47 0 01-1.697.703L14 21a1 1 0 01-1 1h-2a1 1 0 01-1-1v-1.77a7.454 7.454 0 01-1.698-.703L7.05 19.778a1 1 0 01-1.414 0l-1.414-1.414a1 1 0 010-1.414l1.251-1.252A7.454 7.454 0 014.77 14H3a1 1 0 01-1-1v-2a1 1 0 011-1h1.77a7.44 7.44 0 01.703-1.698L4.222 7.05a1 1 0 010-1.414l1.414-1.414a1 1 0 011.414 0l1.252 1.251c.53-.3 1.099-.538 1.698-.703V3a1 1 0 011-1h2zm-1 6a4 4 0 100 8 4 4 0 000-8z",fill:"currentColor",fillRule:"evenodd"}))}function $l(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.056 2c.918 0 1.67.707 1.744 1.606l.006.144v.787l.243.093.154.063.093.042.554-.553a1.75 1.75 0 012.217-.212l.133.1.125.113 1.492 1.492a1.75 1.75 0 01.114 2.35l-.113.125-.524.523.046.1.068.156.064.157.039.108h.74a1.75 1.75 0 011.725 1.459l.018.148.006.143v2.112a1.75 1.75 0 01-1.606 1.744l-.144.006h-.739l-.04.108-.063.158-.068.156-.047.098.524.524c.553.551.663 1.389.29 2.08l-.08.136-.095.131-.115.128-1.492 1.492c-.59.59-1.502.676-2.216.21l-.131-.095-.128-.115-.554-.554-.093.043-.154.064-.243.092v.789a1.752 1.752 0 01-1.459 1.725l-.148.018-.143.006h-2.111A1.75 1.75 0 019.2 20.393l-.006-.143v-.848l-.08-.03-.148-.06-.214-.097-.602.603a1.75 1.75 0 01-2.217.212l-.133-.1-.125-.113-1.492-1.492a1.75 1.75 0 01-.114-2.35l.114-.125.632-.634-.09-.204-.079-.206h-.897a1.752 1.752 0 01-1.725-1.459l-.018-.148L2 13.056v-2.112A1.75 1.75 0 013.606 9.2l.144-.006h.896l.08-.206.089-.205-.632-.633a1.75 1.75 0 01-.213-2.217l.099-.133.114-.125 1.492-1.492c.59-.59 1.502-.676 2.216-.21l.131.095.128.115.602.601.214-.095.149-.062.079-.03V3.75c0-.791.528-1.469 1.294-1.684l.146-.035.151-.023.16-.008h2.111zm-2.069 1.499l-.073.003a.25.25 0 00-.212.186l-.007.062v1.377a.75.75 0 01-.528.717c-.417.129-.818.3-1.2.51a.75.75 0 01-.809-.054l-.083-.071-.952-.954-.058-.053a.25.25 0 00-.27-.023l-.059.044-1.493 1.493a.25.25 0 00-.04.3l.04.054 1.009 1.008a.75.75 0 01.132.883c-.2.375-.361.769-.483 1.177a.75.75 0 01-.61.528l-.108.008H3.75a.25.25 0 00-.243.193l-.007.057v2.11c0 .12.083.22.193.245l.057.007h1.433a.75.75 0 01.719.537c.121.408.283.802.482 1.176a.75.75 0 01-.061.8l-.071.083-1.009 1.008a.25.25 0 00-.04.3l.04.054 1.493 1.493a.25.25 0 00.3.04l.054-.04.985-.986a.75.75 0 01.893-.126c.38.21.782.382 1.199.511a.75.75 0 01.52.609l.008.108v1.377a.25.25 0 00.192.243l.057.007h2.111a.251.251 0 00.244-.193l.007-.057v-1.331a.75.75 0 01.545-.721 6.398 6.398 0 001.247-.503.75.75 0 01.8.06l.083.072.896.898.058.053a.25.25 0 00.27.023l.059-.044 1.462-1.46.052-.057a.25.25 0 00.023-.27l-.044-.06-.907-.905a.75.75 0 01-.126-.894 6.4 6.4 0 00.533-1.269.75.75 0 01.61-.528l.108-.008h1.275a.25.25 0 00.243-.193l.007-.057v-2.111a.25.25 0 00-.193-.244l-.057-.007h-1.275a.75.75 0 01-.718-.536 6.4 6.4 0 00-.533-1.269.75.75 0 01.055-.81l.071-.083.907-.906a.25.25 0 00.04-.3l-.04-.054-1.493-1.493a.25.25 0 00-.3-.04l-.054.04-.93.93a.75.75 0 01-.882.132 6.398 6.398 0 00-1.247-.503.75.75 0 01-.536-.611l-.008-.11-.001-1.33a.251.251 0 00-.194-.244l-.056-.007-2.069-.001zM12 7.533a4.467 4.467 0 110 8.934 4.467 4.467 0 010-8.934zm0 1.5a2.967 2.967 0 100 5.934 2.967 2.967 0 000-5.934z",fill:"currentColor",fillRule:"evenodd"}))}function Wl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0120.25 19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 6.75v10.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.75a.25.25 0 00-.193-.243L20.25 6.5zM6.5 14a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm9 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h7zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm-12-3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm-12-3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1z",fill:"currentColor",fillRule:"evenodd"}))}function Ul(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 6a1.75 1.75 0 011.744 1.606L21 7.75V11h-1.5V7.75l-.007-.057a.25.25 0 00-.175-.184L19.25 7.5H7.75l-.057.007a.25.25 0 00-.184.175L7.5 7.75v11.5l.007.057a.25.25 0 00.175.184l.068.009H11V21H7.75a1.75 1.75 0 01-1.744-1.606L6 19.25V7.75a1.75 1.75 0 011.606-1.744L7.75 6h11.5zm-2-3l.102.007a.75.75 0 010 1.486l-.102.007H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v12.5l-.007.102a.75.75 0 01-1.486 0L3 17.25V4.75l.006-.144a1.75 1.75 0 011.593-1.6L4.75 3h12.5zm-2.5 8.75a3 3 0 100 6 3 3 0 000-6zm0 7.5a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function Jl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M3.75 4a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 013.75 4zm3.5 0a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 017.25 4zm7.78 3.97a.75.75 0 01.073.976l-.073.084-2.219 2.22h7.439a.75.75 0 01.102 1.493l-.102.007h-7.439l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089-.007-.143.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z",fill:"currentColor",fillRule:"evenodd"}))}function Yl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M3.75 4a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 013.75 4zm3.5 0a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 017.25 4zm3.5 0a.75.75 0 01.75.75v6.5h6.939l-2.22-2.22a.75.75 0 01.977-1.133l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.003.02-.006.055-.015.07-.024.072-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22h-6.94l.001 6.5a.75.75 0 11-1.5 0V4.75a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function Xl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.5 18v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zm8.25-5.25a3 3 0 100 6 3 3 0 000-6zm-8.25 0v3.75H4v-3.75h1.5zM20 7.5v3.75h-1.5V7.5H20zm-14.5 0v3.75H4V7.5h1.5zM18.25 2c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5zm-.75 18.25a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z",fill:"currentColor",fillRule:"evenodd"}))}function Ql(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M2.5 12.75H7a.75.75 0 110 1.5H5.5v7a.75.75 0 11-1.5 0v-7H2.5a.75.75 0 110-1.5zm9.5-2a.75.75 0 01.75.75v9.75a.75.75 0 11-1.5 0V11.5a.75.75 0 01.75-.75zm9.5 4a.75.75 0 110 1.5H20v5a.75.75 0 11-1.5 0v-5H17a.75.75 0 110-1.5h4.5zM19.25 2a.75.75 0 01.75.75v9.75a.75.75 0 11-1.5 0V2.75a.75.75 0 01.75-.75zM4.75 2a.75.75 0 01.75.75v7.75a.75.75 0 11-1.5 0V2.75A.75.75 0 014.75 2zM12 2a.75.75 0 01.75.75v5h1.5a.75.75 0 110 1.5h-4.5a.75.75 0 010-1.5h1.5v-5A.75.75 0 0112 2z",fill:"currentColor",fillRule:"evenodd"}))}function Zl(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75V7.5h-5a5 5 0 00-4.995 4.783L11 12.5a5 5 0 004.783 4.995L16 17.5h5v1.75A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm1.5 6c.69 0 1.25.56 1.25 1.25v4.5c0 .69-.56 1.25-1.25 1.25H16a3.5 3.5 0 010-7h4.75zM16 11a1.5 1.5 0 100 3 1.5 1.5 0 000-3z",fill:"currentColor",fillRule:"evenodd"}))}function ea(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.25 18a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm12.5-13.5a.75.75 0 01.743.648l.007.102v11.689l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.753.753 0 01-.125.101l-.088.049-.119.043-.106.021-.041.004-.07.002-.073-.006-.076-.013-.08-.023-.1-.043a.75.75 0 01-.182-.135l-3.5-3.5a.75.75 0 01.976-1.133l.084.073L17 16.939V5.25a.75.75 0 01.75-.75zm-9.5 9a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zm3-4.5a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm3-4.5a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5h11.5z",fill:"currentColor",fillRule:"evenodd"}))}function ta(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M8.895 8.726l-6.683.358-.105.012c-.608.114-.833.91-.328 1.319l5.197 4.217-1.725 6.467-.02.098c-.085.616.605 1.08 1.152.725L12 18.28l5.617 3.64.087.05c.56.27 1.214-.242 1.045-.872l-1.726-6.467 5.198-4.217.077-.072c.425-.45.14-1.225-.51-1.26l-6.684-.357L12.7 2.481a.75.75 0 00-1.4 0L8.895 8.726z",fill:"currentColor",fillRule:"evenodd"}))}function na(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M8.895 8.726l-6.683.358-.105.012c-.608.114-.833.91-.328 1.319l5.197 4.217-1.725 6.467-.02.098c-.085.616.605 1.08 1.152.725L12 18.28l5.617 3.64.087.05c.56.27 1.214-.242 1.045-.872l-1.726-6.467 5.198-4.217.077-.072c.425-.45.14-1.225-.51-1.26l-6.684-.357L12.7 2.481a.75.75 0 00-1.4 0L8.895 8.726zM12 4.836l1.88 4.883.046.1a.75.75 0 00.614.38l5.223.278-4.062 3.297-.08.075a.75.75 0 00-.172.7l1.349 5.055-4.39-2.845-.096-.053a.75.75 0 00-.72.053l-4.391 2.845 1.35-5.054.02-.108a.75.75 0 00-.272-.668l-4.063-3.297 5.224-.278a.75.75 0 00.66-.48L12 4.836z",fill:"currentColor",fillRule:"evenodd"}))}function la(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H13l-.001-1.5h5.251a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75 5.499 13H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM4.142 16.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074zM8 14a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 018 14zm7.75-1a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5h7.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z",fill:"currentColor",fillRule:"evenodd"}))}function aa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-8.75 9.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z",fill:"currentColor",fillRule:"evenodd"}))}function ra(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10.356 2c.464 0 .909.184 1.237.513l9.92 9.919a1.75 1.75 0 010 2.475l-6.606 6.606a1.75 1.75 0 01-2.475 0l-9.92-9.92A1.75 1.75 0 012 10.356V3.75C2 2.784 2.784 2 3.75 2h6.606zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 3.75v6.606a.25.25 0 00.033.125l.04.051 9.92 9.92a.25.25 0 00.3.04l.053-.04 6.606-6.606a.25.25 0 00.04-.3l-.04-.053-9.92-9.92a.25.25 0 00-.111-.064l-.065-.009zm1.57 5.394c.365-.007.652.086.852.287.256.255.225.645-.02.89-.215.215-.453.322-.78.366-.512.07-.826.211-1.13.515-.335.335-.335.742-.114.963.203.203.484.176.923-.106l.123-.084.715-.5c1.04-.729 1.934-.732 2.666 0 .809.809.81 1.956.044 3.041l-.12.163.155.155c.238.238.128.494-.02.642-.14.14-.364.246-.581.093l-.072-.062-.145-.145c-.615.532-1.285.857-1.858.87-.349.004-.642-.082-.85-.29-.306-.307-.244-.714.042-1 .145-.146.32-.24.605-.301l.151-.028c.529-.08.991-.293 1.271-.573.425-.425.46-.818.197-1.08-.193-.194-.473-.155-.963.148l-.139.09-.71.476c-1.05.711-1.938.694-2.677-.045-.789-.79-.783-1.929-.026-2.957l.12-.154-.204-.203c-.242-.242-.121-.494.03-.646.138-.137.353-.246.57-.09l.073.062.214.214c.546-.435 1.14-.704 1.657-.71zM6.042 6.043a1 1 0 111.414 1.414 1 1 0 01-1.414-1.414z",fill:"currentColor",fillRule:"evenodd"}))}function oa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM20 7.5v3.75h-1.5V7.5H20zM4 11.25V7.5h9.25a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75H4zM18.25 2c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5z",fill:"currentColor",fillRule:"evenodd"}))}function ia(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM12.25 14a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-4a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM20 7.5v3.75h-1.5V7.5H20zm-14.5 0v3.75H4V7.5h1.5zM15.25 6a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm3-4c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5z",fill:"currentColor",fillRule:"evenodd"}))}function sa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M18 11.25a1.75 1.75 0 011.744 1.606l.006.144v4.586c0 .406-.141.797-.396 1.109l-.117.128-3.304 3.305a1.25 1.25 0 01-2.114-1.11l.032-.133.642-2.135H12.5a1.75 1.75 0 01-1.726-1.458l-.018-.148L10.75 17c0-.173.026-.345.076-.51l.059-.163 1.666-4a1.75 1.75 0 011.465-1.07l.15-.007H18zm0 1.5h-3.833a.25.25 0 00-.202.102l-.03.052-1.666 4a.25.25 0 00.174.34l.057.006h2.866a.85.85 0 01.838.99l-.024.104-.606 2.023 2.603-2.604a.25.25 0 00.064-.112l.009-.065V13a.25.25 0 00-.193-.243L18 12.75zm4-1.5c.513 0 .94.441.994 1.003l.006.122v4.5c0 .619-.45 1.125-1 1.125-.513 0-.94-.441-.994-1.003L21 16.875v-4.5c0-.619.45-1.125 1-1.125zM2 6c.513 0 .94.441.994 1.003L3 7.125v4.5c0 .619-.45 1.125-1 1.125-.513 0-.94-.441-.994-1.003L1 11.625v-4.5C1 6.506 1.45 6 2 6zm6.067-4.128a1.25 1.25 0 012.114 1.11l-.032.133-.642 2.135H11.5c.867 0 1.587.63 1.726 1.458l.018.148.006.144c0 .173-.026.345-.076.51l-.059.163-1.666 4a1.75 1.75 0 01-1.465 1.07l-.15.007H6a1.75 1.75 0 01-1.744-1.606L4.25 11V6.414c0-.406.141-.797.396-1.109l.117-.128 3.304-3.305zm.359 1.761L5.823 6.237a.25.25 0 00-.064.112l-.009.065V11a.25.25 0 00.193.243L6 11.25h3.833a.25.25 0 00.202-.102l.03-.052 1.666-4a.25.25 0 00-.174-.34L11.5 6.75H8.634c-.123-.006-.123-.006-.244-.036a.85.85 0 01-.594-.954l.024-.104.606-2.023z",fill:"currentColor",fillRule:"evenodd"}))}function ca(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.839 4c.935 0 1.709.754 1.784 1.705l.006.152v9.277c0 .438-.149.86-.414 1.19l-.105.12-4.96 5.144a1.298 1.298 0 01-1.888.01 1.427 1.427 0 01-.389-1.118l.022-.155.85-4.253H4.687c-1.868 0-3.145-1.925-2.531-3.719l.06-.163 2.919-7.066c.266-.63.84-1.06 1.495-1.117L6.782 4h8.057zm5.37 0c.936 0 1.71.754 1.785 1.705l.006.152v7.43c0 1.02-.806 1.856-1.79 1.856-.936 0-1.71-.754-1.785-1.705l-.006-.152V5.857c0-1.021.806-1.857 1.79-1.857z",fill:"currentColor",fillRule:"evenodd"}))}function ua(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.839 4c.935 0 1.709.754 1.784 1.705l.006.152v9.277c0 .438-.149.86-.414 1.19l-.105.12-4.96 5.144a1.298 1.298 0 01-1.888.01 1.427 1.427 0 01-.389-1.118l.022-.155.85-4.253H4.687c-1.868 0-3.145-1.925-2.531-3.719l.06-.163 2.919-7.066c.266-.63.84-1.06 1.495-1.117L6.782 4h8.057zm0 1.5H6.782a.284.284 0 00-.223.129l-.038.067-2.916 7.062c-.34.83.192 1.728.97 1.808l.112.006h6.888l-1.114 5.57 4.569-4.74a.373.373 0 00.092-.19l.007-.078V5.857c0-.18-.112-.318-.237-.35L14.84 5.5zm5.37-1.5c.936 0 1.71.754 1.785 1.705l.006.152v7.43c0 1.02-.806 1.856-1.79 1.856-.936 0-1.71-.754-1.785-1.705l-.006-.152V5.857c0-1.021.806-1.857 1.79-1.857z",fill:"currentColor",fillRule:"evenodd"}))}function da(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12.85 2.412a1.298 1.298 0 011.888-.01c.287.298.425.705.389 1.118l-.022.155-.85 4.253h5.058c1.868 0 3.145 1.925 2.531 3.719l-.06.163-2.919 7.066a1.811 1.811 0 01-1.495 1.117l-.152.007H9.161c-.935 0-1.709-.754-1.784-1.705l-.006-.152V8.866c0-.438.149-.86.414-1.19l.105-.12 4.96-5.144zM3.79 8.857c.936 0 1.71.754 1.785 1.705l.006.152v7.429C5.58 19.164 4.775 20 3.79 20c-.936 0-1.71-.754-1.785-1.705L2 18.143v-7.43c0-1.02.806-1.856 1.79-1.856z",fill:"currentColor",fillRule:"evenodd"}))}function ma(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M14.738 2.403c.287.297.425.704.389 1.117l-.022.155-.85 4.253h5.058c1.868 0 3.145 1.925 2.531 3.719l-.06.163-2.919 7.066a1.811 1.811 0 01-1.495 1.117l-.152.007H9.161c-.935 0-1.709-.754-1.784-1.705l-.006-.152V8.866c0-.438.149-.86.414-1.19l.105-.12 4.96-5.144a1.298 1.298 0 011.888-.01zM3.79 8.857c.936 0 1.71.754 1.785 1.705l.006.152v7.429C5.58 19.164 4.775 20 3.79 20c-.936 0-1.71-.754-1.785-1.705L2 18.143v-7.43c0-1.02.806-1.856 1.79-1.856zm9.749-4.999L8.97 8.598a.373.373 0 00-.092.19l-.007.078v9.277c0 .18.112.318.237.35l.053.007h8.057c.08 0 .166-.047.223-.129l.038-.067 2.916-7.062c.34-.83-.192-1.728-.97-1.808l-.112-.006h-6.888l1.114-5.57z",fill:"currentColor",fillRule:"evenodd"}))}function fa(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.832 4.752a1.5 1.5 0 01.416 2.08l-8 12a1.5 1.5 0 01-2.496 0l-4-6a1.5 1.5 0 112.496-1.664L10 15.296l6.752-10.128a1.5 1.5 0 012.08-.416z",fill:"currentColor"}))}function ga(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.867 6.097a.75.75 0 011.318.708l-.052.098-7 11a.75.75 0 01-1.145.145l-.074-.08-4-5A.75.75 0 017.01 11.95l.076.081 3.344 4.181 6.437-10.115z",fill:"currentColor",fillRule:"evenodd"}))}function va(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M16.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0119.116 22h-5.232a1.75 1.75 0 01-1.724-2.05c.46-2.634 1.906-3.95 4.34-3.95zM12 2c5.523 0 10 4.477 10 10a9.96 9.96 0 01-1.005 4.374 5.097 5.097 0 00-1.182-1.017A8.488 8.488 0 0020.5 12a8.5 8.5 0 10-9.996 8.369c.02.578.196 1.118.487 1.58C5.942 21.444 2 17.183 2 12 2 6.477 6.477 2 12 2zm4.5 8.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zM12 5.25a.75.75 0 01.743.648L12.75 6v6a.75.75 0 01-.648.743L12 12.75H7.5a.75.75 0 01-.102-1.493l.102-.007h3.75V6a.75.75 0 01.75-.75z",fill:"currentColor",fillRule:"evenodd"}))}function ha(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("g",{fill:"none",fillRule:"evenodd"},t.createElement("path",{d:"M18.804 15.647a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z",fill:"#CF3C16",fillRule:"nonzero"}),t.createElement("path",{d:"M5.5 16.5v3.75a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V16.5h1.5zm2.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm.914 2.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor"})))}function pa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M5.5 16.5v3.75a.25.25 0 00.193.243l.057.007h4.75V22H5.75A1.75 1.75 0 014 20.25V16.5h1.5zM16 12a3 3 0 013 3v1a1 1 0 011 1v4a1 1 0 01-1 1h-6a1 1 0 01-1-1v-4a1 1 0 011-1v-1a3 3 0 013-3zm0 5.5a1 1 0 00-.5 1.866V20a.5.5 0 00.992.09L16.5 20l.001-.634A1 1 0 0016 17.5zm-7.554-7.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM16 13.5a1.5 1.5 0 00-1.493 1.356L14.5 15v1h3v-1a1.5 1.5 0 00-1.356-1.493L16 13.5zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V11.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm.914 2.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function wa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V16.5h1.5v3.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm-5.14 8.397l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z",fill:"currentColor",fillRule:"evenodd"}))}function ba(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M6.75 4.75l-4 4 4 4",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M3 8.75h13c2.9 0 5.25 2.35 5.25 5.25v0c0 2.9-2.35 5.25-5.25 5.25h-5.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round"}))}function xa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M12 5v1.5H4.75a.25.25 0 00-.243.193L4.5 6.75v12.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V12H19v7.25A1.75 1.75 0 0117.25 21H4.75A1.75 1.75 0 013 19.25V6.75C3 5.784 3.784 5 4.75 5H12zm8.25-2a.75.75 0 01.743.648L21 3.75v4.5a.75.75 0 01-1.493.102L19.5 8.25V5.56l-4.97 4.97a.75.75 0 01-1.133-.976l.073-.084 4.968-4.97H15.75a.75.75 0 01-.743-.648L15 3.75a.75.75 0 01.648-.743L15.75 3h4.5z",fill:"currentColor",fillRule:"evenodd"}))}function Ea(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M3.368 4.346l.092.062 18 14a.75.75 0 01-.828 1.246l-.092-.062-3.34-2.597L17 17h-2.5a.75.75 0 01-.102-1.493l.102-.007h.778l-3.536-2.75H7a.75.75 0 110-1.5h2.814l-3.46-2.69a3.501 3.501 0 00.454 6.935L7 15.5h2.5a.75.75 0 01.102 1.493L9.5 17H7a5 5 0 01-2.074-9.55L2.54 5.591a.75.75 0 01.828-1.246zM17 7a5 5 0 013.39 8.676l-1.208-.94a3.5 3.5 0 00-1.99-6.231L17 8.5h-2.5a.75.75 0 01-.102-1.493L14.5 7H17zm0 4.25a.75.75 0 110 1.5h-.372l-1.929-1.5H17z",fill:"currentColor",fillRule:"evenodd"}))}function ya(e,n){return t.createElement("svg",Object.assign({fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M13 18a1 1 0 11-2 0 1 1 0 012 0zM11.055 5.99A.97.97 0 0112.03 5a.97.97 0 01.971 1l-.23 7.76a.768.768 0 01-.77.74.768.768 0 01-.77-.748l-.175-7.763z",fill:"currentColor"}))}function za(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M11 15.5a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zm5.831 0a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zM11 17a.75.75 0 100 1.5.75.75 0 000-1.5zm5.831 0a.75.75 0 100 1.5.75.75 0 000-1.5zM5.287 4a1.75 1.75 0 011.56.955l.062.138 3.24 8a.25.25 0 00.173.15l.06.007h7.743a.25.25 0 00.204-.105l.028-.054 2.159-5.496a.25.25 0 00-.141-.324l-.045-.013-.047-.005-10.04-.003a.75.75 0 01-.102-1.493l.102-.007 10.04.003A1.75 1.75 0 0121.962 8l-.049.143-2.158 5.497a1.75 1.75 0 01-1.476 1.103l-.153.007h-7.743a1.75 1.75 0 01-1.56-.955l-.062-.138-3.24-8a.25.25 0 00-.173-.15l-.06-.007H2.75a.75.75 0 01-.102-1.493L2.75 4h2.537z",fill:"currentColor",fillRule:"evenodd"}))}function Ca(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M20.25 4c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm.25 6h-17v8.25a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V10zm-.25-4.5H3.75a.25.25 0 00-.243.193L3.5 5.75V8.5h17V5.75a.25.25 0 00-.193-.243L20.25 5.5zM5.5 6.5v1h-1v-1h1zm2 0v1h-1v-1h1zm2 0v1h-1v-1h1z",fill:"currentColor",fillRule:"evenodd"}))}function Ra(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1l5.762 3.12v6.161L23 13.117v6.763L17.238 23 12 20.164 6.762 23 1 19.88v-6.762l5.238-2.837V4.137L12 1zM6.761 11.183l-4.144 2.244 4.144 2.243 4.143-2.243-4.143-2.244zm4.714 3.12l-4.19 2.269v4.96l4.19-2.27v-4.96zm1.048 4.96l4.19 2.268v-4.96l-4.19-2.268v4.96zm.57-5.837l4.144 2.244 4.144-2.243-4.144-2.244-4.143 2.244zm8.858.877l-4.19 2.269v4.96l4.19-2.27v-4.96zm-9.428-1.753l4.19-2.269V5.305l-4.19 2.27v4.975zm-1.048-4.975l-4.19-2.256v4.962l4.19 2.27V7.574zm-3.62-3.133L12 6.672l4.144-2.243-4.142-2.243-4.145 2.256zm-1.618 17.09v-4.96l-4.19-2.27v4.96l4.19 2.27z",fill:"currentColor"}))}function Sa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M19.144 16.292a2.853 2.853 0 00-2.754 2.144H7.722a2.857 2.857 0 01-2.856-2.858 2.857 2.857 0 012.856-2.859h1.53a2.842 2.842 0 005.508 0h1.529a4.286 4.286 0 004.283-4.287 4.286 4.286 0 00-4.283-4.288H7.62A2.856 2.856 0 002 4.859a2.856 2.856 0 005.62.715h8.669a2.857 2.857 0 012.855 2.858 2.857 2.857 0 01-2.855 2.858h-1.53a2.842 2.842 0 00-5.508 0h-1.53a4.286 4.286 0 00-4.283 4.288 4.286 4.286 0 004.284 4.287h8.668a2.85 2.85 0 005.6-.964 2.852 2.852 0 00-2.846-2.609zM4.866 6.288a1.429 1.429 0 11.002-2.857 1.429 1.429 0 01-.002 2.857zm7.14 4.287a1.429 1.429 0 11-.002 2.857 1.429 1.429 0 01.001-2.857zm7.138 10.005a1.429 1.429 0 11.002-2.857 1.429 1.429 0 01-.002 2.857z",fill:"currentColor"}))}function Oa(e,n){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",ref:n},e),t.createElement("path",{d:"M10 2.25a7.75 7.75 0 015.985 12.674l5.545 5.546a.75.75 0 01-.976 1.133l-.084-.073-5.546-5.545A7.75 7.75 0 1110 2.25zm0 1.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5zm0 2.75a.75.75 0 01.75.75v2h2a.75.75 0 110 1.5h-2v2a.75.75 0 11-1.5 0v-2h-2a.75.75 0 110-1.5h2v-2A.75.75 0 0110 6.5z",fill:"currentColor",fillRule:"evenodd"}))}const Aa={"account-preview":t.forwardRef(U),"accounting-year-cancel":t.forwardRef(J),"accounting-year":t.forwardRef(Y),accounting:t.forwardRef(X),"ai-chat-solid":t.forwardRef(Q),"ai-stars":t.forwardRef(Z),"arrow-bottom":t.forwardRef(ee),"arrow-down":t.forwardRef(te),"arrow-end":t.forwardRef(ne),"arrow-left":t.forwardRef(le),"arrow-right":t.forwardRef(ae),"arrow-start":t.forwardRef(re),"arrow-top":t.forwardRef(oe),"arrow-up":t.forwardRef(ie),"attach-auto":t.forwardRef(se),"attach-cancel":t.forwardRef(ce),"attach-warning":t.forwardRef(ue),attach:t.forwardRef(de),"autotext-insert":t.forwardRef(me),autotext:t.forwardRef(fe),"basic-tabs":t.forwardRef(ge),basic:t.forwardRef(ve),"bell-solid":t.forwardRef(he),book:t.forwardRef(pe),booking:t.forwardRef(we),budget:t.forwardRef(be),calendar:t.forwardRef(xe),"cash-account":t.forwardRef(Ee),"cash-reports":t.forwardRef(ye),"chart-area":t.forwardRef(ze),"chart-bar":t.forwardRef(Ce),"chart-line":t.forwardRef(Re),"chart-pie":t.forwardRef(Se),"chart-table":t.forwardRef(Oe),"chat-solid":t.forwardRef(Ae),chat:t.forwardRef(Ne),"chevron-down-double":t.forwardRef(Le),"chevron-down-solid":t.forwardRef(Me),"chevron-down":t.forwardRef(ke),"chevron-left-double":t.forwardRef(He),"chevron-left-solid":t.forwardRef(Ve),"chevron-left":t.forwardRef(Ie),"chevron-right-double":t.forwardRef(je),"chevron-right-solid":t.forwardRef(De),"chevron-right":t.forwardRef(Te),"chevron-up-double":t.forwardRef(Fe),"chevron-up-solid":t.forwardRef(Pe),"chevron-up":t.forwardRef(Be),"circle-close":t.forwardRef(_e),"circle-information":t.forwardRef(Ge),"circle-minus":t.forwardRef(qe),"circle-plus":t.forwardRef(Ke),"circle-questionmark":t.forwardRef($e),"circle-tick":t.forwardRef(We),"circle-warning":t.forwardRef(Ue),"clamp-open":t.forwardRef(Je),clamp:t.forwardRef(Ye),close:t.forwardRef(Xe),"column-freeze":t.forwardRef(Qe),"column-unfreeze":t.forwardRef(Ze),columns:t.forwardRef(et),"connection-enable":t.forwardRef(tt),"connection-revoke":t.forwardRef(nt),contacts:t.forwardRef(lt),copy:t.forwardRef(at),courses:t.forwardRef(rt),credit:t.forwardRef(ot),"delete-permanently":t.forwardRef(it),delete:t.forwardRef(st),depecriate:t.forwardRef(ct),developer:t.forwardRef(ut),"distribution-template":t.forwardRef(dt),"document-approve":t.forwardRef(mt),"document-create-entry":t.forwardRef(ft),"document-cut":t.forwardRef(gt),"document-error":t.forwardRef(vt),"document-isolate-page":t.forwardRef(ht),"document-merge":t.forwardRef(pt),"document-move":t.forwardRef(wt),"document-preview":t.forwardRef(bt),"document-received":t.forwardRef(xt),"document-rejected-request":t.forwardRef(Et),"document-signed-solid":t.forwardRef(yt),"document-signed":t.forwardRef(zt),"document-split":t.forwardRef(Ct),"document-time":t.forwardRef(Rt),document:t.forwardRef(St),download:t.forwardRef(Ot),drag:t.forwardRef(At),"e-copedia":t.forwardRef(Nt),"edit-simple":t.forwardRef(Lt),edit:t.forwardRef(Mt),"ellipsis-horizontal":t.forwardRef(kt),"ellipsis-vertical":t.forwardRef(Ht),"entries-on-account":t.forwardRef(Vt),"entries-open":t.forwardRef(It),"entries-warning":t.forwardRef(jt),"entry-type-customer-invoice":t.forwardRef(Dt),"entry-type-customer-payment":t.forwardRef(Tt),"entry-type-journal-entry":t.forwardRef(Ft),"entry-type-manual-customer-invoice":t.forwardRef(Pt),"entry-type-supplier-invoice":t.forwardRef(Bt),"entry-type-supplier-payment":t.forwardRef(_t),"envelope-approved":t.forwardRef(Gt),"envelope-solid":t.forwardRef(qt),envelope:t.forwardRef(Kt),"expand-view":t.forwardRef($t),expenses:t.forwardRef(Wt),"export-to-excel":t.forwardRef(Ut),"export-to-pdf":t.forwardRef(Jt),export:t.forwardRef(Yt),"eye-off":t.forwardRef(Xt),"eye-on":t.forwardRef(Qt),"filter-solid":t.forwardRef(Zt),filter:t.forwardRef(en),"font-size":t.forwardRef(tn),"graph-solid":t.forwardRef(nn),hash:t.forwardRef(ln),"height-extra-tall":t.forwardRef(an),"height-medium":t.forwardRef(rn),"height-short":t.forwardRef(on),"height-tall":t.forwardRef(sn),"house-solid":t.forwardRef(cn),house:t.forwardRef(un),id:t.forwardRef(dn),images:t.forwardRef(mn),import:t.forwardRef(fn),"inbox-einvoicing":t.forwardRef(gn),"inbox-scanning":t.forwardRef(vn),"inbox-smart":t.forwardRef(hn),inbox:t.forwardRef(pn),info:t.forwardRef(wn),"inventory-matrix":t.forwardRef(bn),inventory:t.forwardRef(xn),"journal-pro":t.forwardRef(En),"layout-both":t.forwardRef(yn),"layout-first":t.forwardRef(zn),"layout-last":t.forwardRef(Cn),"layout-none":t.forwardRef(Rn),layout:t.forwardRef(Sn),"ledger-card-customer-reminder":t.forwardRef(On),"ledger-card-manual-customer-invoice":t.forwardRef(An),"ledger-card-obsolete-stock":t.forwardRef(Nn),"ledger-card-opening-entry":t.forwardRef(Ln),"ledger-card-reserved-entry":t.forwardRef(Mn),"ledger-card-shrinkage-pilferage":t.forwardRef(kn),"ledger-card-stock-adjustment":t.forwardRef(Hn),"ledger-card-transferred-opening-entry":t.forwardRef(Vn),"ledger-card":t.forwardRef(In),lightbulb:t.forwardRef(jn),line:t.forwardRef(Dn),"link-external":t.forwardRef(Tn),"list-bulleted":t.forwardRef(Fn),"list-search":t.forwardRef(Pn),list:t.forwardRef(Bn),location:t.forwardRef(_n),"lock-open":t.forwardRef(Gn),lock:t.forwardRef(qn),"log-out":t.forwardRef(Kn),log:t.forwardRef($n),market:t.forwardRef(Wn),"mastercard-os":t.forwardRef(Un),"match-amount":t.forwardRef(Jn),"match-entries":t.forwardRef(Yn),menu:t.forwardRef(Xn),mileage:t.forwardRef(Qn),"modal-resize":t.forwardRef(Zn),"modal-shrink":t.forwardRef(el),"more-solid":t.forwardRef(tl),more:t.forwardRef(nl),move:t.forwardRef(ll),"navigation-list":t.forwardRef(al),"note-follow-up":t.forwardRef(rl),"note-read":t.forwardRef(ol),note:t.forwardRef(il),"november-first":t.forwardRef(sl),numbers:t.forwardRef(cl),"partner-api":t.forwardRef(ul),"payment-paid":t.forwardRef(dl),"payment-unpaid":t.forwardRef(ml),period:t.forwardRef(fl),"person-change":t.forwardRef(gl),"person-minus":t.forwardRef(vl),"person-plus":t.forwardRef(hl),"person-tick":t.forwardRef(pl),"phone-solid":t.forwardRef(wl),phone:t.forwardRef(bl),play:t.forwardRef(xl),"plus-minus":t.forwardRef(El),print:t.forwardRef(yl),"process-payment":t.forwardRef(zl),"product-ledger-card":t.forwardRef(Cl),profile:t.forwardRef(Rl),"project-cards":t.forwardRef(Sl),projects:t.forwardRef(Ol),"question-mark-bold":t.forwardRef(Al),"question-mark":t.forwardRef(Nl),quicklinks:t.forwardRef(Ll),"rating-bankruptcy":t.forwardRef(Ml),"rating-payment-problems":t.forwardRef(kl),reconciled:t.forwardRef(Hl),refresh:t.forwardRef(Vl),"report-solid":t.forwardRef(Il),report:t.forwardRef(jl),restore:t.forwardRef(Dl),"rotate-left":t.forwardRef(Tl),"rotate-right":t.forwardRef(Fl),sales:t.forwardRef(Pl),"search-bold":t.forwardRef(Bl),search:t.forwardRef(_l),"secure-tick":t.forwardRef(Gl),secure:t.forwardRef(ql),"settings-solid":t.forwardRef(Kl),settings:t.forwardRef($l),shortcuts:t.forwardRef(Wl),"show-all":t.forwardRef(Ul),"show-less":t.forwardRef(Jl),"show-more":t.forwardRef(Yl),"show-template":t.forwardRef(Xl),sliders:t.forwardRef(Ql),smartpay:t.forwardRef(Zl),"sort-by":t.forwardRef(ea),"star-solid":t.forwardRef(ta),star:t.forwardRef(na),subscriptions:t.forwardRef(la),"system-entries":t.forwardRef(aa),tag:t.forwardRef(ra),"template-override":t.forwardRef(oa),templates:t.forwardRef(ia),"thumb-both":t.forwardRef(sa),"thumb-down-solid":t.forwardRef(ca),"thumb-down":t.forwardRef(ua),"thumb-up-solid":t.forwardRef(da),"thumb-up":t.forwardRef(ma),"tick-bold":t.forwardRef(fa),tick:t.forwardRef(ga),time:t.forwardRef(va),"transfer-cancel":t.forwardRef(ha),"transfer-locked":t.forwardRef(pa),transfer:t.forwardRef(wa),undo:t.forwardRef(ba),undock:t.forwardRef(xa),unreconciled:t.forwardRef(Ea),warning:t.forwardRef(ya),webshop:t.forwardRef(za),website:t.forwardRef(Ca),"workflow-template-basic":t.forwardRef(Ra),workflow:t.forwardRef(Sa),zoom:t.forwardRef(Oa)},Na=n.forwardRef((function(e,t){var a;const{name:r,...o}=e,i=Aa[r],s=l("inline-flex h-[1.715em] w-[1.715em] flex-shrink-0",e.className,{"p-[3px]":null===(a=e.className)||void 0===a?void 0:a.includes("rounded-full")});return i?n.createElement(i,Object.assign({},o,{className:s,"data-taco":"icon","data-icon-name":r,focusable:"false",ref:t,role:"img"})):null})),La=t.forwardRef((function(e,n){const{color:a,icon:r,subtle:o,small:i,...s}=e,c=l("rounded-full border overflow-hidden whitespace-nowrap inline-flex items-center justify-center border-transparent [&>*]:max-h-full",{"w-5 h-5":!i},{"w-4 h-4 text-xs":i},{[$(a)]:o,[W(a)]:!o},e.className);return t.createElement("span",Object.assign({},s,{"aria-label":"icon",className:c,"data-taco":"badge-icon",ref:n,role:"status",title:e["aria-label"]}),t.createElement(Na,Object.assign({name:r},{strokeWidth:1,stroke:"currentColor"})))})),Ma=e=>{switch(e){case"information":return"info";case"warning":return"warning";case"error":return"close";case"success":return"tick";default:return"question-mark"}},ka=n.forwardRef((function(e,t){const{children:a,title:r,state:o,onClose:i}=e,s=l("flex w-full flex-row items-start gap-2 rounded-md border-transparent p-3 "+$(q(o)),e.className);return n.createElement("div",Object.assign({},e,{ref:t,className:s,"data-taco":"alert",role:"alert"}),n.createElement(La,{className:"flex-none",icon:Ma(o),color:q(o)}),n.createElement("div",{className:"grow text-sm"},r&&n.createElement("div",{className:"font-bold"},r),a),i&&n.createElement(Na,{className:"flex-none cursor-pointer",name:"close",onClick:i}))})),Ha=n.createContext({props:{},ref:null});function Va(e){return t=>{e.forEach(e=>{"function"==typeof e?e(t):null!=e&&(e.current=t)})}}const Ia=t.forwardRef((function(e,l){const{ref:r,props:o}=n.useContext(Ha),i=Va([r,l]);return t.createElement(a.Trigger,Object.assign({},o,e,{ref:i,asChild:!0}))})),ja=t.forwardRef((function(e,n){return t.createElement("div",Object.assign({},e,{className:"flex justify-end gap-2",ref:n}),e.children)})),Da=t.forwardRef((function(e,n){return t.createElement(a.Cancel,Object.assign({},e,{ref:n,asChild:!0}))})),Ta=t.forwardRef((function(e,n){return t.createElement(a.Action,Object.assign({},e,{className:e.className,ref:n,asChild:!0}))})),Fa=t.forwardRef((function(e,n){const a=l("fixed inset-0 cursor-default overflow-y-auto bg-blue-900/[0.3] aria-hidden:invisible print:overflow-visible print:absolute",e.className);return t.createElement("div",Object.assign({},e,{className:a,"data-taco":"backdrop",ref:n}))})),Pa=e=>{switch(e){case"dialog":return"w-128";case"xs":return"w-xs";case"sm":return"w-sm";case"md":return"w-md";case"lg":return"w-lg"}},Ba=t.forwardRef((function(e,n){const r=l("text-center",e.className);return t.createElement(a.Title,Object.assign({},e,{className:r,ref:n}))})),_a=t.forwardRef((function(e,n){const r=l("p-6","mt-16 mx-auto","bg-white rounded animate-[fade-in_150ms] shadow-[0_6px_9px_0_rgba(89,85,98,0.3),0_0_1px_0_rgba(89,85,98,0.2)]",Pa("dialog"));return t.createElement(a.Portal,null,t.createElement(a.Overlay,{asChild:!0},t.createElement(Fa,null,t.createElement(a.Content,Object.assign({},e,{ref:n,className:r,onEscapeKeyDown:e=>e.preventDefault()}),e.children))))})),Ga=t.forwardRef((function(e,n){const{defaultOpen:l,onChange:r,open:o,trigger:i,...s}=e,c=t.useMemo(()=>({props:s,ref:n}),[o,s]);return t.createElement(Ha.Provider,{value:c},t.createElement(a.Root,Object.assign({},e,{defaultOpen:l,open:o,onOpenChange:r}),i&&t.createElement(Ia,null,i),e.children))}));Ga.Trigger=Ia,Ga.Content=_a,Ga.Title=Ba,Ga.Cancel=Da,Ga.Action=Ta,Ga.Footer=ja;const qa=n.createContext({as:"h2"}),Ka=n.forwardRef((function(e,t){const a=!!e["aria-expanded"],r=l("w-full inline-flex justify-between items-center align-middle","focus:rounded-sm focus:border-blue-500 focus:yt-focus",e.className);return n.createElement("button",Object.assign({},e,{ref:t,className:r}),e.children,n.createElement(Na,{name:a?"chevron-up":"chevron-down"}))})),$a=n.forwardRef((function(e,t){const{children:l}=e,{as:a}=n.useContext(qa);return n.createElement(r.Header,{asChild:!0},n.createElement(a,{className:"my-3"},n.createElement(r.Trigger,{ref:t,asChild:!0},n.createElement(Ka,null,l))))})),Wa=n.forwardRef((function(e,t){return n.createElement(r.Content,Object.assign({},e,{ref:t}))})),Ua=e=>{const{id:t,defaultId:a,onChange:o,as:i="h2",...s}=e,c=n.useMemo(()=>({as:i}),[i]);let u;u=a?{defaultValue:a||void 0}:{onValueChange:o,value:t||void 0};const d="string"==typeof u.defaultValue||"string"==typeof u.value?"single":"multiple",m=l("divide-y divide-grey-200",e.className);return n.createElement(qa.Provider,{value:c},n.createElement(r.Root,Object.assign({},s,u,{"data-taco":"accordion",className:m,type:d})))};Ua.Item=e=>{const{id:t,...l}=e;return n.createElement(r.Item,Object.assign({},l,{value:t}))},Ua.Trigger=$a,Ua.Content=Wa;const Ja=t.forwardRef((function(e,n){return t.createElement("span",Object.assign({},e,{className:"sr-only",ref:n}))})),Ya=t.forwardRef((function(e,n){const{children:a,compact:r=!1,outline:o=!1,status:i=!1,subtle:s=!1,small:c=!1,color:u,...d}=e,m="transparent"===u,f=l("rounded-full border overflow-hidden whitespace-nowrap inline-flex items-center justify-center",{["border "+K(u)]:o,["border-transparent font-normal "+$(u)]:s,["border-transparent "+W(u)]:!o&&!s,"h-4 min-w-0 py-0 px-1 text-xs":c,"h-2 w-2 min-w-0":r,"font-bold":o||!s,"text-sm":!c,"h-5 py-0 px-1.5":!r&&!c,"!bg-grey-700":r&&m},e.className);return t.createElement("span",Object.assign({},d,{"aria-atomic":"true","aria-live":"polite",className:f,"data-taco":"badge",ref:n,role:"status",title:e["aria-label"]}),r?t.createElement(Ja,null,a):i?t.createElement(t.Fragment,null,t.createElement("div",{className:l("mr-1 h-2 w-2 rounded-full",W(u))}),a):a)})),Xa=e=>{const t=n.useRef(null);return n.useEffect(()=>{e&&("function"==typeof e?e(t.current):e.current=t.current)},[e]),t},Qa=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]",'[tabindex]:not([tabindex="-1"]):not([disabled])',"details:not([disabled])","summary:not(:disabled)"],Za=e=>e?!!e.querySelector(Qa.join(",")):null,er=(e,t=0)=>{let n=0,l=null;const a=e.getBoundingClientRect();for(const r of Array.from(e.children)){if(r.getBoundingClientRect().right-a.left>a.width-t){l=n;break}n++}return l},tr=e=>{switch(null==e?void 0:e.getAttribute("role")){case"dialog":return`[aria-controls='${e.id}']`;case"menu":return"#"+e.getAttribute("aria-labelledby");default:return}};function nr(e,t){var n,l;const a=null!==(n=tr(e))&&void 0!==n?n:tr(null!==(l=null==e?void 0:e.closest("[role=dialog],[role=menu]"))&&void 0!==l?l:null);if(a){if(null!=t&&t.querySelector(a))return!0;const e=document.querySelector(a);return!!e&&nr(e,t)}return!(null==t||!t.contains(e))}function lr(e){return!!e&&["A","BUTTON","INPUT","TEXTAREA","SELECT","LABEL","OPTION"].includes(e.tagName)&&!e.hidden&&!e.disabled&&!e.readOnly}function ar(e){return!(null==e||!e.closest("[data-taco^=table]"))}function rr(e){return sr()?e.metaKey:e.ctrlKey}function or(e,t){const n="string"==typeof t?{key:t,meta:!1,shift:!1}:t;return!(n.meta&&(sr()?!e.metaKey:!e.ctrlKey)||!n.meta&&(sr()?e.metaKey:e.ctrlKey)||n.shift&&!e.shiftKey||!1===n.shift&&e.shiftKey||e.key.toLowerCase()!==n.key.toLowerCase())}function ir(e,t,n=!0){return function(l){var a;l.target!==l.currentTarget&&lr(l.target)&&!rr(l)||or(l,e)&&(n&&(l.stopPropagation(),null===(a=l.stopImmediatePropagation)||void 0===a||a.call(l)),t(l))}}const sr=()=>{var e;return null===(e=window)||void 0===e?void 0:e.navigator.userAgent.includes("Mac")},cr=(e,t)=>{n.useEffect(()=>{let n;return e&&(n=ir(e,t,!1),document.addEventListener("keydown",n)),()=>{n&&document.removeEventListener("keydown",n)}},[e,t])},ur=t.forwardRef((function(e,n){const{disabled:l,shortcut:a,target:r,type:o="button",...i}=e,s=Xa(n);cr(a,e=>{var t;null==e||e.preventDefault();const n=document.querySelector('[role="dialog"]');(!n||null!=n&&n.contains(s.current))&&(null===(t=s.current)||void 0===t||t.click())});const c=e.href?"a":"button";return t.createElement(c,Object.assign({},i,{href:l?void 0:e.href,"aria-disabled":l?"true":void 0,disabled:l,target:"a"===c?r:void 0,type:"a"!==c?o:void 0,ref:s}),t.Children.count(e.children)>1?t.Children.map(e.children,e=>"string"==typeof e?t.createElement("span",null,e):e):e.children)})),dr=t.forwardRef((function(e,n){const{title:a,children:r,placement:i,hide:s=!1,...c}=e,u=l(c.className);return s?r:t.createElement(o.Root,{delayDuration:250},t.createElement(o.Trigger,{asChild:!0,ref:n},r),t.createElement(o.Portal,null,t.createElement(o.Content,Object.assign({},c,{asChild:!0,className:u,side:i,sideOffset:3}),t.createElement("div",{className:"xs:max-w-[theme(spacing.56)] max-w-[theme(spacing.32)] animate-[fade-in_150ms] rounded-sm bg-blue-900 px-2 py-1 text-xs font-bold text-white print:hidden","data-taco":"tooltip",style:{transformOrigin:"var(--radix-tooltip-content-transform-origin)"}},t.createElement(o.Arrow,{className:"-mt-px fill-blue-900/90 stroke-blue-900/90"}),a))))})),mr=(e,t=!1)=>{switch(e){case"primary":return"wcag-blue-500 visited:wcag-blue-500 hover:wcag-blue-700 hover:active:wcag-blue-500 aria-disabled:bg-blue-500/50 aria-disabled:active:bg-blue-500/50";case"danger":return"wcag-red-500 visited:wcag-red-500 hover:wcag-red-700 hover:active:wcag-red-500 aria-disabled:bg-red-500/50 aria-disabled:active:bg-red-500/50";case"ghost":return"bg-white border border-blue-500 text-blue-500 visited:text-blue-500 hover:bg-blue-100 hover:text-blue-700 aria-disabled:border-blue-500/50 aria-disabled:text-blue-500/50 aria-disabled:bg-white";case"discrete":return t?"bg-transparent text-black visited:text-black hover:bg-[#000]/[0.08] aria-disabled:text-black/30":"bg-transparent text-blue-500 visited:text-blue-500 hover:text-blue-700 aria-disabled:text-blue-500/50";case"transparent":return"bg-transparent text-black visited:text-black hover:text-black hover:bg-[#000]/[0.08] aria-disabled:text-black/30 aria-disabled:bg-transparent";default:return"wcag-grey-200 visited:wcag-grey-200 hover:wcag-grey-300 aria-disabled:bg-grey-200/50 aria-disabled:text-black/30"}},fr=(e,t,l)=>{const{tooltip:a,...r}=e,o=n.createElement(ur,Object.assign({},r,{className:t,ref:l}));return a?n.createElement(dr,{title:a},o):o},gr=(e,t)=>{const{dialog:n,drawer:l,hanger:a,menu:r,popover:o}=e;let i=t;return"function"==typeof n?i=n({trigger:i}):"function"==typeof l?i=l({trigger:i}):"function"==typeof r?i=r({trigger:i}):"function"==typeof o&&(i=o({trigger:i})),"function"==typeof a&&(i=a({anchor:i})),i},vr=t.forwardRef((function(e,n){const{icon:a,rounded:r=!1,...o}=e,i=l("w-8","flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center focus-visible:yt-focus aria-disabled:cursor-not-allowed",mr(o.appearance,!0),{"rounded-full":r,rounded:!r},e.className);return a?fr({...o,children:t.createElement(Na,{name:a,className:"m-0 p-0"}),"data-taco":"icon-button"},i,n):null})),hr=t.forwardRef((function(e,n){const{dialog:l,hanger:a,menu:r,popover:o,...i}=e,s=t.createElement(vr,Object.assign({},i,{ref:n}));return gr({dialog:l,hanger:a,menu:r,popover:o},s)})),pr={banner:{close:"Close"},calendar:{months:["January","February","March","April","May","June","July","August","September","October","November","December"],weekdaysShort:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],weekdays:["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],actions:{previousMonth:"Previous month",nextMonth:"Next month",previousYear:"Previous year",nextYear:"Next year",today:"Today"}},combobox:{tooltip:"Search in list"},datepicker:{calendar:"Calendar",clear:"Clear",expand:"Show calendar",shortcuts:"Shortcuts"},dialog:{close:"Close",drag:"Drag"},hanger:{close:"Close"},header:{addAgreement:"Add agreement",logout:"Log off",more:"More",new:"New",search:"Search for agreement..."},listbox:{loading:"Loading results...",empty:"No results found",allOption:"All"},pagination:{label:"Pagination",pageSize:"Items per page",showingXofYofTotal:"Showing [X] - [Y] of [total]",actions:{firstPage:"Goto first page",firstPageWithShortcut:"Goto first page (Home)",previousPage:"Goto previous page",previousPageWithShortcut:"Goto previous page (Page Up)",nextPage:"Goto next page",nextPageWithShortcut:"Goto next page (Page Down)",lastPage:"Goto last page",lastPageWithShortcut:"Goto last page (End)",pageX:"Goto page [X]"}},legacyTable:{actions:"Other actions",edit:"Edit (e)",copy:"Copy (c)",del:"Delete (del)",newSubRow:"New row (shift + n)",loading:"Loading..."},table:{columns:{actions:{tooltip:"Row actions"},drag:{tooltip:"Drag row"},expansion:{collapse:"Collapse row",collapseAll:"Collapse all rows",expand:"Expand row",expandAll:"Expand all rows"},menu:{editFilter:"Edit filter",filter:"Filter",freezeFirstColumn:"Freeze the first column",freezeUptoColumn:"Freeze first [TOTAL] columns",gotoRow:"Go to",hideColumn:"Hide column",unfreezeColumns:"Unfreeze all columns",sorting:"Sorting",sortingOrder:{ascending:"Ascending order",descending:"Descending order",unsorted:"No sorting"}},resize:{tooltip:"Resize column"},select:{deselect:"Deselect row",deselectAll:"Deselect all rows",select:"Select row",selectAll:"Select all rows"}},columnSettings:{search:"Search column...",tooltip:"Column settings",button:"Column settings",noResults:"No results"},filters:{button:"Filters",buttons:{addFilter:"Add new filter",clearFilters:"Clear all filters",cancel:"Cancel",clear:"Clear",apply:"Apply"},comparators:{contains:"Contains",doesNotContain:"Does not contain",isEqualTo:"Is",isNotEqualTo:"Is not",isGreaterThan:"Is greater than",isLessThan:"Is less than",isBetween:"Is between",isOneOf:"Is one of",isNoneOf:"Is none of",isAllOf:"Is all of",isEmpty:"Is empty",isNotEmpty:"Is not empty",isBefore:"Is before",isAfter:"Is after",isOnOrBefore:"Is on or before",isOnOrAfter:"Is on or after",isLessThanOrEqualTo:"Is less than or equal to",isGreaterThanOrEqualTo:"Is greater than or equal to",hasAnyOf:"Has any of",hasAllOf:"Has all of",hasNoneOf:"Has none of"},conditions:{and:"And",where:"Where"},emptyFilter:{condition:"Condition",value:"Value"},hiddenColumn:"Hidden column",hiddenGroupedColumn:"Hidden grouped column",tooltip:"Apply filters",total:"Viewing [CURRENT] of [TOTAL]"},fontSize:{tooltip:"Font size",sizes:{small:"Small",medium:"Medium",large:"Large"}},footer:{summary:{count:"of",records:"Records:",selected:"Records selected:"}},print:{error:"An error occurred while creating a print preview",loading:"Creating a print preview",tooltip:"Print",warningDialog:{title:"Extra loading time",description:"Please note that printing a large amount of data may result in a slightly longer waiting time due to data loading.",checkboxVisibilityLabel:"Don't show again",cancelButtonText:"Cancel",printButtonText:"Print"},settingsDialog:{title:"Print settings",size:"Paper size",sizeA5:"A5",sizeA4:"A4",sizeA3:"A3",sizeLetter:"Letter",sizeLegal:"Legal",orientation:"Paper orientation",orientationLandscape:"Landscape",orientationPortrait:"Portrait",rows:"Print rows",rowsAll:"All",rowsSelected:"Selected",layout:"Page layout",layoutSplitGroups:"New page for each [COLUMN]"}},rowHeight:{tooltip:"Row height",sizes:{short:"Short",medium:"Medium",tall:"Tall",extraTall:"Extra tall"}},search:{excludeUnmatchedResults:"Show only search results",placeholder:"Search..."},otherOptions:{tooltip:"Table settings"}},table3:{editing:{actions:{tooltip:"Row actions",save:"Save",clear:"Clear changes",exit:"Exit edit mode"},buttons:{edit:{tooltip:"Edit table"},create:{label:"New"}},clearChangesConfirmationDialog:{title:"Discard changes",description:"Are you sure you want to discard changes? Your changes will be lost.",cancel:"Continue editing",confirm:"Discard"},rowIndicator:{rowWillMove:"Row will move due to sorting",rowWillBeHidden:"Row will hide due to filtering",rowWillMoveReasonSearch:"Due to a search filter applied to this table, this row will be hidden as soon as you select another row",rowWillMoveReasonFilter:"Due to a filter applied to the column '[COLUMN]', this row will be hidden as soon as you select another row",rowWillMoveReasonSorting:"Due to sorting applied to the column '[COLUMN]', this row will move position as soon as you select another row"},saving:{progress:"Saving...",complete:"Saved"},validation:{alert:{titleOne:"[COUNT] unsaved entry:",titlePlural:"[COUNT] unsaved entries:",messageOne:"[COLUMN] [ROW] is incomplete and hasn't been saved.",messagePlural:"[COLUMN] [ROW] are incomplete and haven't been saved.",messageRow:"Row",messageAnd:"and"},resetFiltersDialog:{title:"Row is hidden",description:"The row is hidden due to filtering.",cancel:"Cancel",confirm:"Remove filters"}}}},searchInput:{button:"Search",findNext:"Next",findPrevious:"Previous",placeholder:"Search...",clear:"Clear"},select:{allOptionsSelected:"All"},select2:{allSelect:"Select all",allDeselect:"Deselect all",cancel:"Cancel",chooseColor:"Pick a color",create:"Create",delete:"Delete",save:"Save",search:"Search...",searchOrCreate:"Search or create...",selectAll:"Select all",selectAllResults:"Select all results",deselectAll:"Deselect all",deselectAllResults:"Deselect all results"},toasts:{dismiss:"Dismiss"},tour:{back:"Back",close:"Close",skip:"Close and complete",last:"Done",next:"Next",open:"Open"},drawer:{close:"Close",back:"Back"}},wr={locale:"en-GB",texts:pr,formatting:{date:"dd.mm.yy"}},br=t.createContext(wr),xr=({localization:e,children:n})=>t.createElement(br.Provider,{value:null!=e?e:wr},n),Er=()=>t.useContext(br),yr=t.forwardRef((function(e,a){const{children:r,state:o,onClose:i}=e,{texts:s}=Er(),c=l("bg-white relative flex items-center gap-2 py-2 px-4 leading-6 shadow-md z-10",e.className);return t.createElement("div",{className:c,"data-taco":"banner",ref:a},(u=o,n.createElement("div",{className:"mt-[5px] self-start"},(()=>{switch(u){case"success":return n.createElement(La,{icon:"tick",color:"green"});case"error":return n.createElement(La,{icon:"close",color:"red"});case"warning":return n.createElement(La,{icon:"warning",color:"yellow"});case"information":return n.createElement(La,{icon:"info",color:"blue"});default:return null}})())),r,i?t.createElement(hr,{"aria-label":s.banner.close,className:"-mr-2 ml-auto self-start",icon:"close",appearance:"discrete",onClick:i}):null);var u})),zr=t.forwardRef((function(e,t){const{appearance:n,fluid:a,...r}=e,o=l("flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center focus-visible:yt-focus aria-disabled:cursor-not-allowed",mr(n),"rounded px-3",{"w-full":a},e.className);return fr({...r,"data-taco":"button"},o,t)})),Cr=t.forwardRef((function(e,n){const{dialog:l,drawer:a,hanger:r,menu:o,popover:i,...s}=e;let c=s.children;"function"==typeof o&&(c=Array.isArray(c)?[...c,t.createElement(Na,{key:"chevron-down",name:"chevron-down"})]:[c,t.createElement(Na,{key:"chevron-down",name:"chevron-down"})]);const u=t.createElement(zr,Object.assign({},s,{ref:n}),c);return gr({dialog:l,drawer:a,hanger:r,menu:o,popover:i},u)})),Rr=(new Date).getFullYear(),Sr=[];for(let e=Rr-50;e<=Rr+10;e+=1)Sr.push(e);const Or=t.memo(({onMonthChange:e,value:n=new Date})=>{const{texts:{calendar:{actions:l,months:a}}}=Er(),r=t=>{const{year:n,month:l}=t.target.form;e(new Date(n.value,l.value))};return t.createElement("div",{className:"mb-3 flex items-center justify-between"},t.createElement("form",{className:"inline-flex space-x-1"},t.createElement("select",{className:"h-8 px-2",name:"month",onChange:r,value:n.getMonth()},a.map((e,n)=>t.createElement("option",{key:e,value:n},e))),t.createElement("select",{className:"h-8 px-2",name:"year",onChange:r,value:n.getFullYear()},Sr.map(e=>t.createElement("option",{key:e,value:e},String(e))))),t.createElement("div",null,t.createElement(dr,{title:l.previousMonth},t.createElement(hr,{appearance:"discrete",icon:"chevron-left","aria-label":l.previousMonth,onClick:()=>{e(new Date(n.getFullYear(),n.getMonth()-1,n.getDay()))},rounded:!0})),t.createElement(dr,{title:l.nextMonth},t.createElement(hr,{appearance:"discrete",icon:"chevron-right","aria-label":l.nextMonth,onClick:()=>{e(new Date(n.getFullYear(),n.getMonth()+1,n.getDay()))},rounded:!0}))))}),Ar=({handleChange:e})=>{const{texts:n}=Er();return t.createElement(i.Button,{className:"cursor-pointer border-none bg-transparent text-xs text-blue-500 hover:text-blue-300",onClick:()=>{const t=new Date;t.setHours(12),t.setMinutes(0),t.setSeconds(0),e(t)}},n.calendar.actions.today)},Nr=e=>{const{onChange:n,value:a,disabledDays:r,...o}=e,[s,c]=t.useState(null!=a?a:new Date),{texts:u}=Er();t.useEffect(()=>{s!==a&&c(null!=a?a:new Date)},[a]);const d=l("flex bg-white text-xs p-2",o.className);return t.createElement("div",{"data-taco":"calendar"},t.createElement(i.DayPicker,{className:d,captionLayout:"dropdown-buttons",weekStartsOn:1,month:s,numberOfMonths:1,components:{Caption:e=>t.createElement(Or,Object.assign({},e,{onMonthChange:c,value:s})),Footer:()=>t.createElement("tfoot",null,t.createElement("tr",null,t.createElement("td",{colSpan:7,className:"text-center"},t.createElement(Ar,{handleChange:n})))),HeadRow:()=>t.createElement("tr",null,u.calendar.weekdaysShort.map((e,n)=>{const l=u.calendar.weekdays&&u.calendar.weekdays[n];return t.createElement("th",{key:e,"aria-label":l,className:"rdp-head_cell",title:l},e)}))},onDayClick:(e,t,l)=>{t.outside||t.disabled||n(e,l)},selected:a,disabled:r}))},Lr=e=>null!==e&&e.offsetWidth<e.scrollWidth,Mr=({children:e,tooltip:t})=>{const a=n.useRef(null),[r,o]=n.useState(!1),{isTruncated:i}=((e,t=[])=>{const[l,a]=n.useState(Lr(e));return n.useEffect(()=>{a(Lr(e))},[e,...t]),{isTruncated:l}})(a.current,[r]);n.useEffect(()=>(o(!0),()=>o(!1)),[]);const s=n.cloneElement(n.Children.only(e),{ref:a,className:l(e.props.className,"truncate",{"hover:cursor-pointer":i})});return i?n.createElement(dr,{title:t},s):s},kr=t.forwardRef((function(e,n){const{noPadding:a,...r}=e,o=l("flex-grow overflow-auto",{"mx-4 mb-4":!a},r.className);return t.createElement("div",Object.assign({},r,{className:o,"data-taco":"card-content",ref:n}))})),Hr=t.forwardRef((function(e,n){const{title:a,menu:r,children:o}=e,i=l("bg-white flex flex-col rounded-xl border border-solid border-radius-[12px] border-grey-300 hover:border-grey-500",e.className);return t.createElement("div",{className:i,"data-taco":"card",ref:n},t.createElement("div",{className:"mx-4 mb-2 mt-4 flex"},a&&t.createElement(Mr,{tooltip:a},t.createElement("h4",{className:"mb-0 flex-grow truncate text-left"},a)),r?t.createElement(hr,{icon:"ellipsis-horizontal",appearance:"discrete",menu:r,className:"-mt-[4px]"}):null),o)}));Hr.Content=kr;const Vr=e=>n.useMemo(()=>null!=e?e:c.v4(),[]),Ir=n.forwardRef((function(e,t){const{delay:a=350,label:r,...o}=e,[i,s]=n.useState(!a);if(n.useEffect(()=>{let e;return a&&(e=window.setTimeout(()=>s(!0),a)),()=>{e&&clearTimeout(e)}},[a]),!i)return null;const c=l("inline-flex flex-col relative items-center",o.className);return n.createElement("div",Object.assign({},o,{className:c,"data-taco":"spinner",ref:t}),n.createElement("svg",{className:"h-10 w-10 animate-[spinnerRotation_2s_linear_infinite]",viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg"},n.createElement("circle",{cx:"50",cy:"50",r:"45"})),r&&n.createElement("span",{className:"mt-4"},r))})),jr=t.forwardRef((function(e,n){const{checked:a,indeterminate:r,invalid:o,label:i,loading:c,onChange:u,...d}=e,m=Vr(e.id),f=l("bg-white h-5 w-5 border rounded text-sm flex-shrink-0 mt-[0.1rem] focus-visible:yt-focus disabled:cursor-not-allowed text-white",{"self-start":!!i},o?{"border-red-500 hover:border-red-700 aria-checked:border-red-500 aria-checked-mixed:border-red-500 aria-checked:bg-red-500 aria-checked-mixed:bg-red-500 aria-checked:hover:border-red-700 aria-checked-mixed:hover:border-red-700 aria-checked:hover:bg-red-700 aria-checked-mixed:hover:bg-red-700":!e.disabled,"border-red-500/50 aria-checked:wcag-red-500/50 aria-checked-mixed:wcag-red-500/50":e.disabled}:{"border-grey-500 hover:border-grey-700 aria-checked:border-blue-500 aria-checked-mixed:border-blue-500 aria-checked:bg-blue-500 aria-checked-mixed:bg-blue-500 aria-checked:hover:border-blue-700 aria-checked-mixed:hover:border-blue-700 aria-checked:hover:bg-blue-700 aria-checked-mixed:hover:bg-blue-700":!e.disabled,"border-grey-500/50 aria-checked:bg-blue-500/50 aria-checked-mixed:bg-blue-500/50":e.disabled},e.className);let g;u&&(g=e=>u("indeterminate"!==e&&e));let v=null;i&&(v={"aria-labelledby":m+"-label",id:m});const h=l("m-0.5 !h-[calc(100%-theme('spacing.1'))] !w-[calc(100%-theme('spacing.1'))]",{"text-blue-500":!a&&!r}),p=t.createElement(s.Root,Object.assign({},d,v,{"aria-invalid":o?"true":void 0,"data-taco":"checkbox",checked:r?"indeterminate":a,className:f,onCheckedChange:g,onKeyDown:e=>{"Enter"===e.key&&e.currentTarget.click()},ref:n}),c?t.createElement(Ir,{className:h}):t.createElement(s.Indicator,{className:"flex h-full w-full"},t.createElement(Na,{name:r?"line":"tick",className:"!h-full !w-full"})));if(i){const n=l("flex items-center cursor-pointer gap-2",{"cursor-not-allowed text-grey-300":e.disabled});return t.createElement("span",{className:n,"data-taco":"checkbox-container"},p,t.createElement("label",{htmlFor:m,id:m+"-label"},i))}return p}));jr.displayName="Checkbox";const Dr=e=>{const t=e.disabled||!!e["aria-disabled"],n=e.readOnly||!!e["aria-readonly"],a=e.invalid||!!e["aria-invalid"];return l("peer text-black text-sm border font-normal not-italic no-underline rounded flex items-center leading-6 px-2 relative w-full text-ellipsis transition-colors transition-opacity ease-in min-h-[theme(spacing.8)] focus-visible:yt-focus","[appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none",{"bg-white":!e.highlighted&&!n,"border-grey-300 enabled:hover:border-grey-500 disabled:border-grey-200":!a,"text-opacity-25 cursor-not-allowed placeholder:text-grey-700":t,"bg-yellow-100/50":e.highlighted&&t,"bg-yellow-100":e.highlighted&&!t,"border-red-500 enabled:hover:border-red-700 disabled:border-red-500/50":a,"cursor-not-allowed text-black bg-grey-200":n})},Tr=(e,t)=>{let n;return function(...l){clearTimeout(n),n=setTimeout(()=>e.apply(this,l),t)}},Fr=e=>Boolean(e&&(e.offsetWidth||e.offsetHeight||e.getClientRects().length)),Pr=(e,n)=>{const[l,a]=t.useState(void 0),r=Fr(e.current),[o,i]=t.useState(r),s=()=>{var t;o&&a(null===(t=e.current)||void 0===t?void 0:t.getBoundingClientRect())};return t.useEffect(()=>{const e=setTimeout(s,0),t=Tr(s,250);return window.addEventListener("resize",t),()=>{clearTimeout(e),window.removeEventListener("resize",t)}},[e.current,o]),t.useEffect(()=>{const t=Fr(e.current);o!==t&&i(t)}),t.useEffect(()=>{var t;n&&a(null===(t=e.current)||void 0===t?void 0:t.getBoundingClientRect())},n),l},Br=["text","search","url","tel","password"],_r=t.forwardRef((function(e,n){const{highlighted:a,invalid:r,onKeyDown:o,postfix:i,prefix:s,type:c="text",...u}=e,d=Xa(n);t.useLayoutEffect(()=>{var e;d.current&&"number"===c&&(e=d.current.setSelectionRange,d.current.setSelectionRange=function(...t){"number"===this.type?(this.type="text",e.apply(this,t),this.type="number"):e.apply(this,t)})},[]);const m=t.useRef(null),f=Pr(m),g=t.useRef(null),v=Pr(g,[i]),h=l(Dr(e),{"pl-8":!!s,"pr-8":!!i},u.className),p={type:c};return"number"===c&&(p.onWheelCapture=e=>{document.activeElement===e.currentTarget&&requestAnimationFrame(()=>{e.target.focus()}),e.currentTarget.blur()}),t.createElement("div",{className:"relative inline-flex h-fit w-full","data-taco":"input-container",style:{opacity:.999}},t.createElement("input",Object.assign({},u,p,{"aria-invalid":r,className:h,"data-highlighted":a,"data-taco":"input",onKeyDown:e=>{if(1!==e.key.length||rr(e)||e.stopPropagation(),Br.includes(c)&&!e.shiftKey&&("Home"===e.key||"End"===e.key)){e.preventDefault();const t="End"===e.key?e.currentTarget.value.length:0;e.currentTarget.setSelectionRange(t,t),d.current&&(d.current.scrollLeft="End"===e.key?d.current.scrollWidth:0)}"function"==typeof o&&o(e)},ref:d,style:{paddingLeft:f?f.width-1+"px":void 0,paddingRight:v?v.width-1+"px":void 0}})),s?t.createElement(Gr,{type:"prefix",children:s,disabled:u.disabled,ref:m}):null,i?t.createElement(Gr,{type:"postfix",children:i,disabled:u.disabled,ref:g}):null)})),Gr=t.memo(t.forwardRef((function(e,n){const{children:a,disabled:r,type:o}=e;return t.createElement("div",{className:l("group absolute top-0 flex h-full items-center justify-center px-2",'[&_[data-taco="icon"]]:!h-5 [&_[data-taco="icon"]]:!w-5',{"text-grey-300":r,"text-grey-700":!r,"left-0 [&>button]:!-ml-2":"prefix"===o,"right-0 [&>button]:!-mr-2":"postfix"===o}),"data-affix-type":o,ref:n},a)}))),qr=t.forwardRef((function(e,n){var a;const{button:r,icon:o,...i}=e;let s;if(r){const e=r.props.disabled||i.disabled,n=l("items-center focus:z-10 flex justify-center rounded-l-none rounded-r h-full focus:rounded focus:outline-none",((e,t=!1)=>e?l("border border-red-500 group-peer-hover:enabled:border-red-700 transition-colors ease-in",{"border-red-500/30":t}):"border border-grey-300 group-peer-hover:enabled:border-grey-500 transition-colors transition-opacity ease-in")(i.invalid,e),r.props.className);s=t.cloneElement(r,{className:n,disabled:e})}else o&&(s="string"==typeof o?t.createElement(Na,{name:o}):o);return t.createElement(_r,Object.assign({},i,{postfix:null!==(a=i.postfix)&&void 0!==a?a:s,ref:n}))})),Kr=(e,t,n,l="vertical")=>{switch(e){case"horizontal"===l?"ArrowLeft":"ArrowUp":return void 0!==n?n-1<0?0:n-1:n;case"horizontal"===l?"ArrowRight":"ArrowDown":return void 0!==n?n+1>=t?n:n+1:n;case"Home":return 0;case"End":return t-1;default:return}},$r=(e,t)=>({scrollTo:n=>{if(e&&e.current)if(void 0!==n){const l=t[n];l&&l.current&&((e,t)=>{const n=e.clientHeight;if(e.scrollHeight>n){const l=e.scrollTop,a=t.offsetTop+t.offsetHeight;a>n+l?e.scrollTop=a-n:t.offsetTop<l&&(e.scrollTop=t.offsetTop)}})(e.current,l.current)}else e.current.scrollTop=0}}),Wr=(e,t)=>`${e}_${t}`,Ur=(e,t,n)=>{const l=Kr(e.key,t.length,n);if(l){if(l===n)return n;if(t[l]&&t[l].disabled)return Ur(e,t,l)}return l},Jr=t.forwardRef((function(e,n){const{data:a,disabled:r,id:o,loading:i,onChange:s,onClick:c,onFocus:u,onKeyDown:d,readOnly:m,scrollOnFocus:f=!1,value:g,multiselect:v,selectedIndexes:h=[],allOptionsSelected:p=!1,...w}=e,b=Xa(n),x=t.useMemo(()=>a.map(()=>t.createRef()),[a]),{texts:E}=Er(),{scrollTo:y}=$r(b,x);t.useEffect(()=>{var e,t;g&&null!==(e=x[g])&&void 0!==e&&e.current&&(null===(t=x[g].current)||void 0===t||t.scrollIntoView({block:"center"}))},[]),t.useEffect(()=>{y(g)},[g]);const z=e=>t=>{s(e),c&&(t.persist(),c(t,e))},C=(e,t)=>"#ALL-OPTIONS#"===e?p:!(!e||!h)&&-1!==h.findIndex(e=>e===t),R=a.map((e,t)=>{const n=e.path?e.path.split(".").length-1:0;return{"aria-selected":v?C(String(e.value),t):g===t,"data-focused":g===t,children:e.text,className:l("flex items-center px-3 w-full cursor-pointer bg-white flex-[0_0_2rem] focus:wcag-blue-500 focus:border-blue-500",{"sticky top-0 font-bold":0===n&&!!e.hasChildren}),disabled:e.disabled,icon:e.icon,id:Wr(o,e.value),key:Wr(o,e.value),onClick:r||m?void 0:z(t),ref:x[t],role:"option",style:n>0?{paddingLeft:n+1+"rem"}:void 0}}),S={...w,className:l("inline-flex flex-col list-none !p-0 m-0 overflow-y-auto h-auto",Dr(e),{"yt-list--multiselect":v,"pointer-events-none":r,"cursor-not-allowed":r||m},w.className),disabled:r,id:o,onFocus:r||m?void 0:e=>{f&&y(g),u&&(e.persist(),u(e))},onKeyDown:r||m?void 0:e=>{const t=Ur(e,a,g);void 0!==t&&t!==g&&(e.preventDefault(),y(t),s(t)),d&&(e.persist(),d(e,void 0!==t?t:g)),e.stopPropagation()},readOnly:m,ref:b,role:R.length<=0||i?"presentation":"listbox",tabIndex:w.tabIndex||0};return t.createElement("ul",Object.assign({},S,{"data-taco":"scrollable-list"}),i?t.createElement("li",{className:"yt-list__empty"},t.createElement("span",null,t.createElement(Ir,{delay:0})),t.createElement("span",null,E.listbox.loading)):R.length?R.map(({children:e,icon:n,...l})=>t.createElement("li",Object.assign({},l),n,t.createElement("span",{className:"flex-grow truncate text-left"},e),v&&t.createElement(jr,{"aria-hidden":!0,tabIndex:-1,checked:l["aria-selected"],onChange:()=>null,className:"pointer-events-none ml-2 self-center p-px"}))):t.createElement("li",{className:"yt-list__empty"},t.createElement("span",null,E.listbox.empty)))})),Yr=e=>{let t;return"function"==typeof Event?t=new Event(e,{bubbles:!0}):(t=document.createEvent("Event"),t.initEvent(e,!0,!0)),t},Xr=e=>{let t;return"function"==typeof KeyboardEvent?t=new KeyboardEvent(e.type,e):(t=document.createEvent("Event"),t.initEvent(e.type,!0,!0),t.key=e.key,t.charCode=e.charCode),t},Qr=(e,t,n="change")=>{if(!e)return;const l=e.value;e.value=t||"";const a=e._valueTracker;a&&a.setValue(l),e.dispatchEvent(Yr(n))},Zr=e=>String(null!=e?e:""),eo=(e,t,n="change")=>{Qr(e,Zr(t),n)},to=(e,t)=>{const n=e.findIndex(e=>Zr(e.value)===Zr(t));return n>-1?n:void 0},no=(e,t)=>"string"!=typeof t?[]:t.split(",").map(t=>e.findIndex(e=>String(e.value)===t)).filter(e=>-1!==e),lo=(e,t)=>e.find(e=>Zr(e.value)===Zr(t)),ao=(e,t,n="includes")=>{try{var l,a,r;return"string"!=typeof e&&null!==(l=e.props)&&void 0!==l&&l.children?Array.isArray(null===(a=e.props)||void 0===a?void 0:a.children)?!!e.props.children.find(e=>ao(e,t,n)):ao(null===(r=e.props)||void 0===r?void 0:r.children,t,n):e.toString().toLowerCase()[n](String(t).toLowerCase())}catch{return!1}},ro=(e,t,n,l=e.length)=>{const a=e.slice(n,l).findIndex(e=>!e.disabled&&ao(e.text,t,"startsWith"));return a>-1?a+n:-1},oo=(e,t,n)=>void 0!==t&&e[t]?Wr(n,e[t].value):void 0,io=e=>n.useMemo(()=>{const t=[],n=(e,l,a,r)=>{const o=a?`${a}.${l}`:""+l,i=r||e.disabled;t.push({...e,disabled:i,path:o,hasChildren:!!e.children}),e.children&&e.children.forEach((e,t)=>n(e,t,o,i))};return e.forEach((e,t)=>{n(e,t)}),t},[e]),so=e=>{if(e){const{...t}=e;return t}},co=(e,t)=>{var n;const l=null!==(n=null==t?void 0:t.split("."))&&void 0!==n?n:[];if(l.length>1){let t;return l.pop(),l.map(n=>(t=t?[t,n].join("."):n,so(e.find(e=>e.path===t))))}return null},uo=d(e=>e(),200),mo=e=>String(null!=e?e:""),fo=t.forwardRef((function(e,n){const{className:a,dialog:r,style:o,...i}=e,{combobox:s,button:d,input:m,popover:f,list:g}=(({"aria-labelledby":e,data:n=[],defaultValue:l,disabled:a,inline:r,onChange:o,onClick:i,onKeyDown:s,onSearch:u,readOnly:d,value:m,...f},g)=>{const v=Xa(g),h=t.useRef(null),p=t.useRef(null),[w,b]=t.useState(!1),x=t.useMemo(()=>c.v4(),[]),[E,y]=t.useState(mo(m)),z=!u&&(!r||r&&E!==mo(m)),C=io(n),R=t.useMemo(()=>z?((e,t="")=>{if(""===t||null===t)return e;const n=new Set;return e.forEach(l=>{if((e=>!e.disabled&&ao(e.text,String(t)))(l)){const t=co(e,l.path);n.add(l.value),null!==t&&t.forEach(e=>n.add(null==e?void 0:e.value))}}),e.filter(({value:e})=>n.has(e))})(C,E):C,[z,E,C]),[S,O]=t.useState(void 0!==E?to(R,E):void 0),A=e=>{if(void 0!==e){const t=R[e];t&&!t.disabled&&eo(v.current,t.value,"focusout")}},N=e=>{void 0!==e&&(R[e].value!==m?A(e):y(mo(m)))};return t.useEffect(()=>{l&&!m&&A(to(R,l))},[R]),t.useEffect(()=>{void 0!==m&&m!==E&&y(mo(m))},[m]),t.useEffect(()=>{u&&uo(()=>{u(E)})},[E]),t.useEffect(()=>{const e=null!=m&&E===String(m);E&&R.length&&!e?(O(0),w||b(!0)):b(!1)},[E,R]),t.useEffect(()=>{O(w?to(R,E)||0:void 0)},[w]),{combobox:{"aria-expanded":w,"aria-owns":x,"aria-haspopup":"listbox",role:"combobox"},input:{...f,"aria-controls":x,"aria-autocomplete":"list","aria-activedescendant":void 0!==S&&R[S]?Wr(x,String(R[S].value)):void 0,"aria-labelledby":e,disabled:a,onBlur:a||d?void 0:e=>{if(e.persist(),p.current&&e.relatedTarget===p.current)e.preventDefault();else{if(o&&e.target.value!==String(m)){const t=lo(C,e.target.value);e.detail=so(t);const n=co(C,null==t?void 0:t.path);null!==n&&n.length>0&&(e.detail.parents=n),o(e)}f.onBlur&&f.onBlur(e)}},onChange:a||d?void 0:e=>{y(e.target.value)},onClick:a||d?void 0:e=>{(r||!w&&E&&R.length)&&b(!0),i&&(e.persist(),i(e))},onKeyDown:a||d?void 0:e=>{if(e.persist(),!e.ctrlKey&&!e.metaKey){switch(e.key){case"Backspace":return;case"Escape":return e.preventDefault(),y(mo(m)),void b(!1);case"Tab":return N(S),void b(!1);case"Enter":return e.preventDefault(),ar(e.currentTarget)&&(r&&!w?b(!0):h.current&&!w&&h.current.click()),void(w&&(N(S),b(!1)));case"ArrowDown":w?e.preventDefault():r||!h.current||ar(e.currentTarget)||h.current.click();break;case"ArrowUp":case"Home":case"End":w&&e.preventDefault()}if(p.current&&p.current.dispatchEvent(Xr(e)),r&&!w&&("ArrowUp"===e.key||"ArrowDown"===e.key)&&!ar(e.currentTarget)){e.preventDefault();const t="ArrowUp"===e.key?R.length-1:0;O(void 0!==S?S:t),b(!0)}}!e.isDefaultPrevented()&&s&&(e.persist(),s(e))},readOnly:d,ref:v,type:"text",value:null!=E?E:""},list:{"aria-labelledby":e,data:R,disabled:a,id:x,onChange:e=>{O(e)},onClick:(e,t)=>{e.preventDefault(),N(t),b(!1)},ref:p,scrollOnFocus:!1,tabIndex:-1,value:S},button:{ref:h},popover:{open:w,onOpenChange:b}}})(i,n),v=t.useRef(null),{texts:h}=Er(),p=Pr(v),w=l("inline-flex relative",{"yt-combobox--inline":e.inline},a);return t.createElement("span",{className:w,"data-taco":"combobox",style:o},t.createElement(u.Root,Object.assign({},f),t.createElement(u.Anchor,{asChild:!0,ref:v},t.createElement("div",Object.assign({},s,{className:"inline w-full",ref:n}),t.createElement(qr,Object.assign({},m,{autoComplete:"off",button:e.readOnly?void 0:e.inline?t.createElement(hr,{"aria-hidden":!0,appearance:"discrete",className:"!border-l-0 focus:!border-none focus:!shadow-none active:!border-none",icon:f.open?"chevron-up":"chevron-down",onClick:()=>{var e;f.onOpenChange(!0),null===(e=m.ref.current)||void 0===e||e.focus()},tabIndex:-1}):r?t.createElement(hr,{"aria-label":h.combobox.tooltip,icon:"list-search",disabled:e.readOnly||e.disabled,dialog:r,onFocus:e=>{var t;e.preventDefault(),null===(t=m.ref.current)||void 0===t||t.focus()},ref:d.ref,tabIndex:-1,tooltip:h.combobox.tooltip}):void 0})))),t.createElement(u.Portal,null,t.createElement(u.Content,{align:"start",onOpenAutoFocus:e=>{e.preventDefault()},sideOffset:4},t.createElement(Jr,Object.assign({},g,{className:l("max-h-[calc(12rem+2px)] w-auto max-w-[theme(spacing.96)] !border-blue-500"),style:{minWidth:null==p?void 0:p.width},tabIndex:f.open?0:-1}))))))})),go=(e,t)=>e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate(),vo=(e,t="dd.mm.yy")=>{if(!e)return;const n=m.isDate(e)?e:m.toDate(e);if(!m.isValid(n))return;const l=e=>1===String(e).length?"0"+e:e.toString();return t.replace("dd",l(n.getDate())).replace("mm",l(n.getMonth()+1)).replace("yy",String(n.getFullYear()).slice(2))},ho=(e="",t="dd.mm.yy",n,l)=>{if(!e||!e.length)return;const a=t.split(/[^dmy]/),r=a.findIndex(e=>"dd"===e),o=a.findIndex(e=>"mm"===e),i=a.findIndex(e=>"yy"===e||"yyyy"===e);let s,c,u;const d=e=>e&&2===e.length?Number.parseInt(e,10)>50?"19"+e:"20"+e:e,m=e.split(/\D/);if(1===m.length){const e=m[0],n=t.replace(/[^dmy]/g,"");s=e.slice(n.indexOf("d"),n.lastIndexOf("d")+1),c=e.slice(n.indexOf("m"),n.lastIndexOf("m")+1),u=d(e.slice(n.indexOf("y"),n.lastIndexOf("y")+3))}else s=m[r],c=m[o],u=d(m[i]);s=Number.parseInt(s,10),c=Number.parseInt(c,10),u=Number.parseInt(u,10);const f=new Date;return new Date(Object.is(u,NaN)?null!=l?l:f.getFullYear():u,Object.is(c,NaN)?null!=n?n:f.getMonth():c-1,Object.is(s,NaN)?f.getDate():s,12,0)},po=e=>{const t=new Date(e);return m.isValid(t)?ho(vo(new Date(e))):void 0},wo=t.forwardRef((function(e,n){return t.createElement(u.Arrow,{className:"pointer-events-none -mt-px",asChild:!0,offset:2,width:30,height:11},t.createElement("svg",Object.assign({},e,{ref:n,viewBox:"0 19 30 11",style:{transform:"rotateZ(180deg)"}}),t.createElement("path",{className:"text-grey-300 fill-current group-focus:text-blue-300",d:"M23.7,27.1L17,19.9C16.5,19.3,15.8,19,15,19s-1.6,0.3-2.1,0.9l-6.6,7.2C5.3,28.1,3.4,29,2,29h26 C26.7,29,24.6,28.1,23.7,27.1z"}),t.createElement("path",{className:"fill-current",d:"M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"})))})),bo=t.createContext({props:{},ref:null}),xo=t.forwardRef((function(e,n){return t.createElement(u.Anchor,Object.assign({},e,{asChild:!0,ref:n}))})),Eo=t.forwardRef((function(e,n){var l;const{ref:a,props:r}=t.useContext(bo),o=Va([a,n]);let i=e.children;return t.isValidElement(e.children)&&"function"==typeof(null===(l=e.children)||void 0===l?void 0:l.type)&&(console.warn(`Popover.Trigger requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${e.children.type.name}' in React.forwardRef()? Taco has wrapped '${e.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`),i=t.createElement("span",null,e.children)),t.createElement(u.Trigger,Object.assign({},r,e,{ref:o,asChild:!0}),i)})),yo=t.forwardRef((function({children:e,onClick:t},n){return e({close:()=>{t(new CustomEvent("hide"))},ref:n})})),zo=t.forwardRef((function(e,n){const{placement:a,...r}=e,o=l("bg-white focus:border-blue-300 border border-transparent rounded p-3 yt-shadow focus:yt-focus outline-none group",e.className);let i;return i="function"==typeof e.children?t.createElement(u.Close,{asChild:!0},t.createElement(yo,null,e.children)):e.children,t.createElement(u.Portal,null,t.createElement(u.Content,Object.assign({},r,{className:o,"data-taco":"popover",side:a,sideOffset:1,ref:n}),i,t.createElement(wo,{className:"text-white"})))})),Co=t.forwardRef((e,n)=>t.createElement(u.Close,Object.assign({},e,{ref:n,asChild:!0}))),Ro=t.forwardRef((function(e,n){const{anchor:l,children:a,defaultOpen:r,modal:o=!1,open:i,onChange:s,trigger:c,...d}=e,m=t.useMemo(()=>({props:d,ref:n}),[d]);return t.createElement(bo.Provider,{value:m},t.createElement(u.Root,{defaultOpen:r,modal:o,open:i,onOpenChange:s},l?t.createElement(xo,null,l):null,c&&!l?t.createElement(Eo,null,c):null,a))}));Ro.Anchor=xo,Ro.Trigger=Eo,Ro.Content=zo,Ro.Close=Co,Ro.Portal=u.Portal;const So=t.forwardRef((function(e,n){const{className:a,onReset:r,style:o,shortcuts:i,shortcutsText:s,...c}=e,{calendar:u,input:d}=(({calendar:e,onBlur:n,onChange:l,value:a,...r},o)=>{const i=Xa(o),{formatting:s}=Er(),[c,u]=t.useState(a&&m.isValid(a)?vo(a,s.date):"");return t.useEffect(()=>{if(a&&m.isValid(a)){const e=vo(a,s.date);e!==c&&u(e)}else u("")},[a]),{input:{...r,autoComplete:"off",onBlur:e=>{e.persist();const t=ho(e.target.value,"dd.mm.yy",null==a?void 0:a.getMonth(),null==a?void 0:a.getFullYear()),r=t&&vo(t)||"";e.target.value=r,l?(e.detail=t,l(e)):u(r),n&&n(e)},onChange:e=>{u(e.target.value)},onKeyDown:e=>{r.onKeyDown&&r.onKeyDown(e),e.isPropagationStopped()||e.isDefaultPrevented()||"Enter"!==e.key||e.target.dispatchEvent(new Event("focusout",{bubbles:!0}))},ref:i,type:"text",value:c},calendar:{...e,onChange:e=>{Qr(i.current,vo(e,s.date),"focusout")},value:a}}})(c,n),{texts:f}=Er(),g=l("inline-flex w-full text-black font-normal",a),v=t.useRef(null),h=t.useCallback(e=>{var t,n;e.preventDefault();const l=null!==(t=null==v||null===(n=v.current)||void 0===n?void 0:n.querySelector('table button[name="day"][aria-selected="true"]'))&&void 0!==t?t:null;null==l||l.focus()},[v]);return t.createElement("span",{className:g,"data-taco":"datepicker",style:o},t.createElement(qr,Object.assign({},d,{button:d.readOnly?void 0:t.createElement(hr,{"aria-label":f.datepicker.expand,disabled:d.disabled||d.readOnly,icon:"calendar",tabIndex:-1,popover:e=>t.createElement(Ro,Object.assign({},e),t.createElement(Ro.Content,{onOpenAutoFocus:h},({close:e})=>t.createElement("div",{className:'[&_button[name="day"]:focus]:yt-focus -m-3 flex',ref:v},t.createElement(Nr,Object.assign({},u,{onChange:(t,n)=>{u.onChange(t,n),e()}})),i&&t.createElement("div",{className:"border-grey-300 flex flex-col border-l"},t.createElement("span",{className:"m-4 mb-3 flex h-8 w-32 items-center text-xs font-semibold"},null!=s?s:f.datepicker.shortcuts),t.createElement("ul",null,i.map(n=>t.createElement("li",{key:n.text},t.createElement("button",{type:"button",className:"hover:wcag-grey-200 flex w-full items-start px-4 py-1 text-xs",onClick:t=>{t.persist(),n.onClick(t),e()}},n.text)))),r&&t.createElement("button",{type:"button",className:"mx-auto my-4 mt-auto inline-flex cursor-pointer border-none bg-transparent text-xs text-blue-500 hover:text-blue-300",onClick:t=>{t.persist(),r(t),e()}},f.datepicker.clear))))),tooltip:f.datepicker.calendar})})))}));So.displayName="Datepicker";const Oo=t.createContext({closeOnEscape:!0,draggable:!1,drawer:{open:!1,toggle:()=>{}},elements:{drawer:void 0,extra:void 0},onClose:()=>{},props:{},ref:null,showCloseButton:!0,size:"sm"}),Ao=()=>t.useContext(Oo),No=t.forwardRef((function(e,n){const{ref:l,props:a}=Ao(),r=Va([l,n]);return t.createElement(f.Trigger,Object.assign({},a,e,{ref:r,asChild:!0}))})),Lo=e=>{const[t,l]=n.useState({x:0,y:0}),[a,r]=n.useState(!1),{moveProps:o}=g.useMove({onMoveStart(){r(!0)},onMove(t){var n;const a=null===(n=e.current)||void 0===n?void 0:n.getBoundingClientRect();a&&(a.left+t.deltaX<0||a.right+t.deltaX>window.innerWidth||a.top+t.deltaY<0||a.bottom+t.deltaY>window.innerHeight)||l(({x:e,y:n})=>({x:e+=t.deltaX,y:n+=t.deltaY}))},onMoveEnd(){r(!1)}});return{position:t,dragging:a,handleProps:o,resetPosition:()=>{l({x:0,y:0})}}},Mo=t.forwardRef((function(e,n){const a=l("text-center",e.className);return t.createElement(f.Title,Object.assign({},e,{className:a,ref:n}))})),ko=t.forwardRef((function(e,n){const a=l("mt-8 flex justify-end",e.className);return t.createElement("div",Object.assign({},e,{className:a,ref:n}),e.children)})),Ho=t.forwardRef((function(e,n){const l=Ao();return t.createElement(f.Close,Object.assign({onClick:l.onClose},e,{ref:n,asChild:!0}))})),Vo=t.forwardRef((function({children:e,onClick:t,renderProps:n},l){return e({close:()=>{t(new CustomEvent("close"))},ref:l,...n})})),Io=t.forwardRef((function(e,n){const a=Ao(),r=Xa(n),{position:o,dragging:i,handleProps:s}=Lo(r),{texts:c}=Er(),u=l("relative bg-white animate-[fade-in_150ms] rounded","mt-16 mx-auto",Pa(a.size),"print:w-full print:h-full print:m-0 print:overflow-visible"),d=l("bg-white p-6 rounded relative z-10 shadow print:p-0 print:overflow-visible print:h-full",{"rounded-b-none":!!a.elements.extra},e.className);let m;return m="function"==typeof e.children?t.createElement(Ho,null,t.createElement(Vo,{renderProps:{drawer:a.drawer}},e.children)):e.children,t.createElement(f.Portal,null,t.createElement(f.Overlay,{asChild:!0},t.createElement(Fa,null,t.createElement(f.Content,Object.assign({},e,{className:u,onEscapeKeyDown:e=>{a.closeOnEscape?a.onClose&&a.onClose():e.preventDefault()},onInteractOutside:e=>e.preventDefault(),ref:r,style:{...e.style,left:a.draggable?o.x+"px":void 0,top:a.draggable?o.y+"px":void 0}}),t.createElement("div",{className:d,"data-taco":"dialog"},m,a.draggable&&t.createElement("div",Object.assign({},s,{role:"button",draggable:!0,"aria-grabbed":i,"aria-label":c.dialog.drag,className:"yt-dialog__drag absolute-center-x bg-grey-100 top-1.5 h-3 w-24 cursor-move rounded text-center print:hidden"})),a.showCloseButton?t.createElement(f.Close,{onClick:a.onClose,asChild:!0},t.createElement(hr,{appearance:"discrete","aria-label":c.dialog.close,className:"absolute right-0 top-0 mr-2 mt-2 print:hidden",icon:"close"})):null),a.elements.drawer,a.elements.extra))))})),jo=t.forwardRef((function(e,n){var a,r;const o=Ao(),i=l("absolute top-0 -ml-[4px] hidden h-full w-full overflow-y-auto rounded-r bg-white p-6 text-left",e.className);return t.createElement(v.motion.div,Object.assign({},e,{className:i,"data-taco":"dialog-drawer","aria-hidden":!(null!==(a=o.drawer)&&void 0!==a&&a.open),variants:{visible:{left:"100%",display:"block",transition:{ease:"easeOut",duration:.2}},hidden:{left:"0%",transition:{ease:"easeOut",duration:.2},transitionEnd:{display:"none"}}},animate:null!==(r=o.drawer)&&void 0!==r&&r.open?"visible":"hidden",ref:n}),"function"==typeof e.children?e.children(o.drawer):e.children)}));jo.displayName="DialogDrawer";const Do=t.forwardRef((function(e,n){const a=l("wcag-grey-100 absolute top-full left-0 -mt-px w-full rounded-t-none rounded-b p-6 text-left",e.className);return t.createElement("div",Object.assign({},e,{className:a,"data-taco":"dialog-extra",ref:n}))}));Do.displayName="DialogExtra";const To=t.forwardRef((function(e,n){const{children:l,closeOnEscape:a=!0,defaultOpen:r,draggable:o=!1,onChange:i,onClose:s,open:c,showCloseButton:u=!0,size:d="sm",trigger:m,...g}=e,[v,h,p]=(e=>t.useMemo(()=>{const n=[];let l,a;return t.Children.toArray(e).forEach(e=>{var t,r;(null===(t=e.type)||void 0===t?void 0:t.displayName)===jo.displayName?l=e:(null===(r=e.type)||void 0===r?void 0:r.displayName)===Do.displayName?a=e:n.push(e)}),[n,l,a]},[e]))(l),[w,b]=t.useState(!1),x=t.useMemo(()=>({closeOnEscape:a,draggable:o,drawer:{open:w,toggle:()=>b(e=>!e)},elements:{drawer:h,extra:p},onClose:s,props:g,showCloseButton:u,size:d,ref:n}),[a,w,o,h,p,c,g,u]);return t.createElement(Oo.Provider,{value:x},t.createElement(f.Root,{defaultOpen:r,open:c,onOpenChange:i},m&&t.createElement(No,null,m),v))}));To.Trigger=No,To.Content=Io,To.Title=Mo,To.Footer=ko,To.Extra=Do,To.Drawer=jo,To.Close=Ho;const Fo=t.forwardRef((function(e,n){const{as:a="span",orientation:r="horizontal",...o}=e,i=l('flex gap-2 [&:has([data-taco="tag"])]:!gap-1',{"flex-col ":"vertical"===r},e.className);return t.createElement(a,Object.assign({},o,{className:i,"data-taco":"group",ref:n}))})),Po=t.createContext(void 0),Bo=()=>t.useContext(Po),_o=t.createContext({closeOnEscape:!0,showCloseButton:!0,onClickBack:()=>{},onClose:()=>{},onResize:()=>{},props:{},ref:null,size:"md",variant:"embedded"}),Go=()=>t.useContext(_o),qo=e=>{const t=l("flex select-none touch-none transition-colors hover:bg-grey",{"w-[7px] hover:w-[14px] mr-[2px] hover:px-[2px] hover:mr-0":"vertical"===e.orientation,"flex-col h-[7px] hover:h-[14px] mb-[2px] hover:py-[2px] hover:mb-0":"horizontal"===e.orientation});return n.createElement(p.Scrollbar,Object.assign({},e,{className:t}))},Ko=e=>n.createElement(p.Thumb,Object.assign({},e,{className:"flex-[1] rounded bg-black opacity-50"})),$o=e=>n.createElement(p.Corner,Object.assign({},e,{className:"bg-grey-500"})),Wo=e=>{const{children:t,...a}=e;return n.createElement(p.Root,Object.assign({},a,{className:l("overflow-hidden",e.className),"data-taco":"scrollarea"}),n.createElement(p.Viewport,{className:"h-full w-full"},t),n.createElement(qo,{orientation:"vertical"},n.createElement(Ko,null)),n.createElement(qo,{orientation:"horizontal"},n.createElement(Ko,null)),n.createElement($o,null))};var Uo;!function(e){e.Visible="visible",e.Hidden="hidden"}(Uo||(Uo={}));const Jo=n.forwardRef((function({children:e,onClick:t,renderProps:n},l){return e({close:()=>{t(new CustomEvent("close"))},ref:l,...n})})),Yo=n.forwardRef((function(e,t){const{className:a,children:r,...o}=e,i=Xa(t),[s,c]=n.useState({}),{texts:u}=Er(),{onClickBack:d}=Go(),m=l("grow-0 py-4 px-4 justify-self-start mb-0 border-b-[1px] border-grey-300 flex items-start",a);return n.useEffect(()=>{var e,t,n,l,a;const r=null==i||null===(e=i.current)||void 0===e?void 0:e.closest('[data-taco="drawer"]'),o=null!==(t=null==r?void 0:r.querySelector(`[aria-label="${u.drawer.close}"]`))&&void 0!==t?t:null,s=null!==(n=null==o?void 0:o.offsetWidth)&&void 0!==n?n:0,d=null!==(l=null==r?void 0:r.querySelector('#taco-drawer-actions[data-taco="group"]'))&&void 0!==l?l:null,m=null!==(a=null==d?void 0:d.offsetWidth)&&void 0!==a?a:0;c({marginRight:s+m+8+8-4})},[i,u.drawer.close]),n.createElement(f.Title,Object.assign({className:m},o,{ref:i}),d?n.createElement(hr,{appearance:"discrete","aria-label":u.drawer.back,className:"mr-3 text-base",icon:"chevron-left",onClick:d}):null,n.createElement("span",{className:"line-clamp-2 inline-block overflow-y-hidden",style:s},r))})),Xo=n.forwardRef((function(e,t){const{...a}=e,r=l("mt-auto flex justify-end grow-0 p-4 border-t-[1px] border-grey-300",e.className);return n.createElement("div",Object.assign({},a,{className:r,ref:t}))})),Qo=n.forwardRef((function(e,t){const{className:a,...r}=e,o=l("absolute top-0 right-10 mr-[8px] mt-4",a);return n.createElement(Fo,Object.assign({},r,{className:o,id:"taco-drawer-actions",ref:t}))})),Zo=n.forwardRef((function(e,t){const{onClose:l}=Go();return n.createElement(f.Close,Object.assign({},e,{onClick:l,ref:t,asChild:!0}))})),ei=n.forwardRef((function(e,t){const{className:a,isScrollable:r=!0,children:o,...i}=e,s=l("grow flex flex-col",{"overflow-y-hidden":r,"p-4":!r},a);return n.createElement("div",Object.assign({},i,{className:s,ref:t}),r?n.createElement(Wo,{className:"w-full gap-y-0.5 p-4"},o):o)})),ti=e=>{const{children:t,...a}=e,{open:r=!1,variant:o,outlet:i}=Go(),s=n.useMemo(()=>(e=>l({block:e,hidden:!e}))(r),[r]);return i?n.createElement(f.Portal,Object.assign({},a,{container:null!=i?i:void 0}),"overlay"===o?n.createElement(f.Overlay,{forceMount:!0},n.createElement(Fa,{className:s})):null,t):null},ni=n.forwardRef((function(e,t){const{onEscape:l,children:a,...r}=e;return cr("Escape",l),n.createElement("div",Object.assign({},r,{ref:t}),n.createElement(h.FocusScope,{autoFocus:!0,restoreFocus:!0},a))})),li=n.forwardRef((function(e,t){const{size:a,onClose:r,onResize:o,open:i=!1,closeOnEscape:s,variant:c,focusTrap:u,showCloseButton:d,setOpen:m}=Go(),{className:g,style:v,children:h,...p}=e,{texts:w}=Er(),b=Xa(t),x=Bo();let E;x&&(E=()=>{x.close()});const y=n.useMemo(()=>l((e=>l("bg-white mx-auto absolute h-full w-full flex flex-col ",{"shadow-[0_6px_9px_0_rgba(89,85,98,0.3),0_0_1px_0_rgba(89,85,98,0.2)]":"overlay"===e,"border-l border-grey-300 h-full":"embedded"===e}))(c),g),[g]),{contentClassName:z,dragHandlerClassName:C}=n.useMemo(()=>({contentClassName:((e,t,n)=>l("bg-white h-full bottom-0 top-0 right-0 transition-none",{block:n,hidden:!n,fixed:"overlay"===t,"relative h-full overflow-hidden":"embedded"===t},(e=>{switch(e){case"lg":return"w-[600px]";case"md":default:return"w-[420px]"}})(e)))(a,c,i),dragHandlerClassName:l("border-[2px] absolute border-transparent top-0 w-2 h-full cursor-ew-resize left-0 hover:border-l-blue-500")}),[a,c,i]),R=e=>{var t;(null===(t=b.current)||void 0===t?void 0:t.contains(e.target))&&(s?(m&&m(!1),r&&r()):e.preventDefault())},[S,O]=n.useState(),A=n.useRef(null),{position:N,dragging:L,handleProps:M,resetPosition:k}=Lo(Xa(A)),H=n.useRef(null);n.useEffect(()=>{o&&o(N.x)},[N]),n.useEffect(()=>{var e;O(null===(e=H.current)||void 0===e?void 0:e.offsetWidth)},[H,i]);const V=n.useMemo(()=>{if(S)return Math.min(1e3,Math.max(360,S-N.x||0))},[S,N]);let I;n.useEffect(()=>{!L&&V&&(O(V),k())},[L]),I="function"==typeof h?n.createElement(Zo,null,n.createElement(Jo,null,h)):h;const j=n.createElement("div",{ref:H,"data-taco":"drawer",className:y},I,n.createElement("div",Object.assign({className:C},M,{"data-testid":"resize-handler",ref:A}),L?n.createElement("div",{"data-testid":"resize-hit-area",className:"fixed bottom-0 left-0 right-0 top-0"}):null),d?n.createElement(Zo,null,n.createElement(hr,{appearance:"discrete","aria-label":w.drawer.close,className:"absolute right-0 top-0 mr-2 mt-4",icon:"close"})):null),D={...v,width:V};return u?n.createElement(f.Content,Object.assign({forceMount:!0},p,{className:z,onEscapeKeyDown:R,onInteractOutside:"overlay"===c?void 0:e=>e.preventDefault(),onCloseAutoFocus:E,ref:b,style:D}),j):n.createElement(ni,{onEscape:R,className:z,style:D,ref:b},j)})),ai=n.forwardRef((function(e,t){const{children:l}=e;return n.createElement(ti,null,n.createElement(li,Object.assign({},e,{ref:t}),l))})),ri=t.forwardRef((function(e,n){return t.createElement(f.Trigger,Object.assign({},e,{ref:n,asChild:!0}))})),oi=t.forwardRef((function(e,n){var a;const r=l("h-full ml-auto overflow-hidden flex-shrink-0",e.className);return t.createElement("div",Object.assign({},e,{className:r,"data-taco":"drawer-outlet","data-taco-outlet-name":null!==(a=e.name)&&void 0!==a?a:"default",ref:n}))}));let ii;const si=t.forwardRef((function(e,n){const{open:l,defaultOpen:a,onChange:r=(()=>{}),variant:o="embedded",closeOnEscape:i=!0,onResize:s,onClose:c,onClickBack:u,size:d="md",trigger:m,children:g,focusTrap:v=void 0===e.focusTrap&&"overlay"===e.variant||e.focusTrap,showCloseButton:h=!0,outletName:p,...b}=e,[x,E]=w.useControllableState({prop:l,defaultProp:a,onChange:r}),[y,z]=t.useState(),C=t.useMemo(()=>({closeOnEscape:i,onClickBack:u,onClose:c,onResize:s,props:b,size:d,ref:n,open:x,setOpen:E,variant:o,focusTrap:v,showCloseButton:h,outlet:y}),[i,x,E,b,o,s,c,d,v,h,y,u]),R=t.useCallback(()=>{E(!1),c&&c()},[]);return t.useEffect(()=>{var e;const t=null!==(e=document.querySelector(`[data-taco="drawer-outlet"][data-taco-outlet-name="${null!=p?p:"default"}"]`))&&void 0!==e?e:document.body;z(t)},[p]),t.useEffect(()=>{x?(ii&&ii(),ii=R):ii===R&&(ii=void 0)},[x]),t.createElement(_o.Provider,{value:C},t.createElement(f.Root,{modal:"overlay"===o,open:x,onOpenChange:E},m&&t.createElement(ri,null,m),g))}));si.Trigger=ri,si.Content=ai,si.InnerContent=ei,si.Title=Yo,si.Footer=Xo,si.Close=Zo,si.Actions=Qo,si.Outlet=oi;const ci=t.forwardRef((function(e,n){const a=t.useRef(null),{disabled:r,children:o,invalid:i=!1,warning:s=!1,message:c,...u}=e,d=l("flex flex-col font-bold text-xs leading-loose pb-4 min-h-[theme(spacing.18)]",{"text-grey-300":r},e.className),m=l("h-4 text-xs text-left leading-normal font-normal truncate -mb-4",{"text-grey-700":!i&&!s,"text-red-500":i,"text-yellow-700":s&&!i,"opacity-50":r});return t.createElement("label",Object.assign({},u,{className:d,"data-taco":"label",ref:n}),o,c&&t.createElement(Mr,{tooltip:c},t.createElement("span",{className:m,"data-taco":"label-message",ref:a,role:i?"alert":void 0},c)))})),ui=t.forwardRef((function(e,n){const{horizontal:a=!1,...r}=e,o=l("yt-form",{"yt-form--horizontal flex flex-wrap":a},e.className);return t.createElement("form",Object.assign({},r,{className:o,"data-taco":"form",ref:n}))})),di=t.createContext({onClose:void 0,props:{},ref:null}),mi=t.forwardRef((function(e,n){var l;const{ref:a,props:r}=t.useContext(di),o=Va([a,n]);let i=e.children;return t.isValidElement(e.children)&&"function"==typeof(null===(l=e.children)||void 0===l?void 0:l.type)&&(console.warn(`Hanger.Anchor requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${e.children.type.name}' in React.forwardRef()? Taco has wrapped '${e.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`),i=t.createElement("span",null,e.children)),t.createElement(u.Anchor,Object.assign({},r,e,{ref:o,asChild:!0}),i)})),fi=t.forwardRef((function(e,n){const a=l("mb-1 text-base font-bold flex w-full",e.className);return t.createElement("span",Object.assign({},e,{className:a,ref:n}))})),gi=t.forwardRef((function(e,n){const{placement:a}=e,r=t.useContext(di),{texts:o}=Er(),i=l("wcag-blue-500 border border-transparent rounded p-3 pr-12 yt-shadow focus:border-transparent max-w-sm",e.className);return t.createElement(u.Portal,null,t.createElement(u.Content,{className:i,"data-taco":"hanger",onInteractOutside:e=>{e.preventDefault()},side:a,sideOffset:1,ref:n},e.children,t.createElement(wo,{className:"text-blue-500"}),t.createElement(u.Close,{asChild:!0},t.createElement(hr,{appearance:"primary","aria-label":o.hanger.close,className:"absolute right-0 top-0 ml-2 mr-2 mt-2 text-white",icon:"close",onClick:r.onClose}))))})),vi=t.forwardRef((function(e,n){const{anchor:l,children:a,defaultOpen:r=!0,onClose:o,...i}=e,s=t.useMemo(()=>({onClose:o,props:i,ref:n}),[o,i]),[c,d]=t.useState(!1);return t.useEffect(()=>{r&&d(r)},[]),t.createElement(di.Provider,{value:s},t.createElement(u.Root,{key:String(c),defaultOpen:c},l&&t.createElement(mi,null,l),a))}));vi.Anchor=mi,vi.Content=gi,vi.Title=fi;const hi=t.forwardRef((function(e,n){return t.createElement(b.Arrow,{className:"pointer-events-none -mt-px",asChild:!0,offset:2,width:30,height:11},t.createElement("svg",Object.assign({},e,{ref:n,viewBox:"0 19 30 11",style:{transform:"rotateZ(180deg)"}}),t.createElement("path",{className:"text-grey-300 fill-current group-focus:text-blue-300",d:"M23.7,27.1L17,19.9C16.5,19.3,15.8,19,15,19s-1.6,0.3-2.1,0.9l-6.6,7.2C5.3,28.1,3.4,29,2,29h26 C26.7,29,24.6,28.1,23.7,27.1z"}),t.createElement("path",{className:"fill-current",d:"M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z"})))})),pi=t.forwardRef((function(e,n){return t.createElement(b.Trigger,Object.assign({},e,{asChild:!0,ref:n}))})),wi=t.forwardRef((function(e,n){const{placement:a}=e,r=l("bg-white focus:border-blue-300 border border-transparent rounded p-3 yt-shadow focus:yt-focus outline-none group","min-w-[theme(spacing.40)] max-w-[theme(spacing.96)]",e.className);return t.createElement(b.Portal,null,t.createElement(b.Content,{className:r,"data-taco":"hover-card",side:a,sideOffset:1,ref:n},e.children,t.createElement(hi,{className:"text-white"})))})),bi=e=>t.createElement(b.Root,Object.assign({},e,{openDelay:300}));bi.Trigger=pi,bi.Content=wi;const xi=n.forwardRef((function(e,t){return n.createElement("div",Object.assign({},e,{"data-taco":"list-group",ref:t}))})),Ei=n.forwardRef((function(e,t){const{as:a="div",control:r,description:o,disabled:i,icon:s,color:c,tabIndex:u=0,title:d,...m}=e,f=l("flex shrink-0 h-10 w-10 items-center justify-center rounded-md border border-black/10",$(null!=c?c:"transparent"));return n.createElement(a,Object.assign({},m,{"aria-disabled":!!i||void 0,"data-taco":"list-item",ref:t,tabIndex:i?-1:u}),s?n.createElement("span",{className:f},n.createElement(Na,{name:s})):null,n.createElement("div",{className:"flex grow flex-col justify-center"},n.createElement("span",{className:"font-bold text-black"},d),o?n.createElement("span",{className:"text-grey-700"},o):null),n.createElement("div",{className:"text-grey-700 flex shrink-0 items-center"},r))})),yi=n.forwardRef((function(e,t){const l=e.href.startsWith("http"),a=n.createElement(Na,{name:l?"link-external":"chevron-right"});return n.createElement(Ei,Object.assign({},e,l?{as:"a",target:"_blank",rel:"noopener noreferrer",control:a,ref:t}:{as:"a",control:a,ref:t}))})),zi=n.forwardRef((function(e,t){const{defaultOpen:l=!1,...a}=e,[r,o]=n.useState(l);return n.createElement(x.Root,{"data-taco":"list-item-collapsible",disabled:e.disabled,open:r,onOpenChange:o},n.createElement(x.Trigger,{asChild:!0},n.createElement(Ei,Object.assign({},a,{as:"button",control:n.createElement(Na,{name:r?"chevron-up":"chevron-down"}),ref:t}))),n.createElement(x.Content,null,e.children))})),Ci=t.forwardRef((function(e,n){const{label:a,onChange:r,...o}=e,i=Vr(e.id),s=l("group h-5 w-9 flex flex-shrink-0 rounded-full inline-flex focus-visible:yt-focus",{"mr-2":!!a,"bg-grey-500 hover:bg-grey-700 aria-checked:bg-blue-500 aria-checked:hover:bg-blue-700":!e.disabled,"bg-grey-500/50 aria-checked:bg-blue-500/50 cursor-not-allowed":e.disabled},e.className);let c=null;a&&(c={"aria-labelledby":i+"-label",id:i});const u=t.createElement(E.Root,Object.assign({},o,c,{className:s,"data-taco":"switch",onCheckedChange:r,ref:n}),t.createElement(E.Thumb,{className:"'will-change-transform mt-0.5 h-4 w-4 translate-x-[0.15rem] rounded-full bg-white transition-transform group-disabled:opacity-50 group-aria-checked:translate-x-[1.1rem]"}));if(a){const n=l("flex self-start cursor-pointer",{"cursor-not-allowed text-grey-300":e.disabled});return t.createElement("span",{className:n,"data-taco":"switch-container"},u,t.createElement("label",{htmlFor:i,id:i+"-label"},a))}return u}));Ci.displayName="Switch";const Ri=n.forwardRef((function(e,t){const{controlRef:a,onToggle:r,...o}=e,i=l("group/toggle",e.className);return n.createElement(Ei,Object.assign({},o,{className:i,onClick:function(t){var n;"function"==typeof e.onClick&&e.onClick(t),t.isDefaultPrevented()||t.target===a.current||null!==(n=a.current)&&void 0!==n&&n.contains(t.target)||r()},onKeyDown:function(t){var n;"function"==typeof e.onKeyDown&&e.onKeyDown(t),t.isDefaultPrevented()||"Enter"!==t.key&&" "!==t.key||t.target===a.current||null!==(n=a.current)&&void 0!==n&&n.contains(t.target)||r()},ref:t}))})),Si=n.forwardRef((function(e,t){const{checked:l,onChange:a,...r}=e,[o,i]=n.useState(l),s=n.useRef(null),c=n.useCallback(()=>{i(!o),a(!o)},[o,a]);return n.createElement(Ri,Object.assign({},r,{control:n.createElement(Ci,{checked:o,className:"group-hover/toggle:[&[aria-checked=false]]:bg-grey-700 group-hover/toggle:[&[aria-checked=true]]:bg-blue-700",disabled:e.disabled,onChange:c,ref:s,tabIndex:-1}),controlRef:s,ref:t,onToggle:c}))})),Oi=n.forwardRef((function(e,t){const{checked:l,onChange:a,...r}=e,[o,i]=n.useState(l),s=n.useRef(null),c=n.useCallback(()=>{i(!o),a(!o)},[o,a]);return n.createElement(Ri,Object.assign({},r,{control:n.createElement(jr,{checked:o,className:"group-hover/toggle:[&[aria-checked=false]]:border-grey-700 group-hover/toggle:[&[aria-checked=true]]:border-blue-700 group-hover/checkbox:[&[aria-checked=true]]:bg-blue-700",disabled:e.disabled,onChange:c,ref:s,tabIndex:-1}),controlRef:s,ref:t,onToggle:c}))}));function Ai(e){return n.createElement("div",Object.assign({},e,{"data-taco":"list"}))}function Ni(e=0,n){const l=t.useRef(),[a,r]=t.useState({remaining:e,started:null});return t.useEffect(()=>(e&&(a.started?l.current=window.setTimeout(n,a.remaining):clearTimeout(l.current)),()=>{clearTimeout(l.current)}),[a.started]),{running:!!a.started,start:()=>{r({remaining:e,started:Date.now()})},pause:()=>{a.started&&r({remaining:a.remaining-(Date.now()-a.started),started:null})},resume:()=>{a.remaining&&!a.started&&r({remaining:a.remaining,started:Date.now()})}}}Ai.Button=n.forwardRef((function(e,t){return n.createElement(Ei,Object.assign({},e,{as:"button",ref:t}))})),Ai.Link=yi,Ai.Collapsible=zi,Ai.Switch=Si,Ai.Checkbox=Oi,Ai.Group=xi;const Li=({data:e,currentIndex:n})=>{const l=t.useRef(),a=Ni(1e3,()=>{l.current=void 0});return{getNextIndex:t=>{const r=(l.current?l.current+t:t).toLowerCase(),o=((e,t,n)=>{let l=ro(e,t,void 0===n?0:n+1);return-1===l&&(l=ro(e,t,0,n)),l})(e,r,n);return a.start(),l.current=r,o}}},Mi=t.forwardRef((function(e,n){const{className:a,...r}=e,{list:o,input:i}=(({data:e=[],defaultValue:n,disabled:l,emptyValue:a,id:r,invalid:o,name:i,onChange:s,onFocus:u,onKeyDown:d,value:m=a,...f},g)=>{const v=io(void 0!==a?[{text:"",value:a},...e]:e),h=t.useMemo(()=>r||c.v4(),[r]),p=Xa(g),w=void 0!==m?to(v,m):void 0,{getNextIndex:b}=Li({data:v,currentIndex:w}),x=e=>{if(void 0!==e){const t=v[e];t&&!t.disabled&&eo(p.current,t.value)}};return t.useEffect(()=>{if(v.length&&void 0===w)if(void 0!==n){const e=to(v,n);void 0!==e&&x(e)}else x(0)},[v]),{list:{...f,"aria-activedescendant":oo(v,w,h),data:v,disabled:l,id:h,invalid:o,onChange:e=>{x(e)},onFocus:e=>{void 0===w&&v.length&&x(0),u&&(e.persist(),u(e))},onKeyDown:e=>{const t=e.key;if(1===t.length&&/(\w)/g.test(t)){const e=b(t);e>-1&&e!==w&&x(e)}else d&&(e.persist(),d(e))},scrollOnFocus:!0,tabIndex:l?-1:f.tabIndex?f.tabIndex:0,value:w},input:{name:i,onChange:e=>{if(e.persist(),s){var t,n;const l=lo(v,e.target.value);e.detail=so(l);const a=null!==(t=null==l||null===(n=l.path)||void 0===n?void 0:n.split("."))&&void 0!==t?t:[];if(a.length>1){let t;a.pop(),e.detail.parents=a.map(e=>(t=t?[t,e].join("."):e,so(v.find(e=>e.path===t))))}s(e)}},ref:p,tabIndex:-1,value:null!=m?m:""}}})(r,n),s=l("bg-white inline-flex relative w-full",a);return t.createElement("span",{"data-taco":"listbox",className:s},t.createElement(Jr,Object.assign({},o,{style:{...o.style,maxHeight:"calc(12rem + 2px)"}})),t.createElement("input",Object.assign({},i,{className:"hidden",type:"text"})))})),ki=t.forwardRef((function(e,n){const{className:a,...r}=e,{list:o,input:i}=(({data:e=[],defaultValue:n,disabled:l,id:a,name:r,onClick:o,onChange:i,onFocus:s,onKeyDown:u,value:d,...m},f)=>{const{texts:g}=Er(),v=t.useMemo(()=>a||c.v4(),[a]),h=Xa(f),p=t.useMemo(()=>[{text:g.listbox.allOption,value:"#ALL-OPTIONS#"},...e],[e]),[w,b]=t.useState(to(p,d)||0),[x,E]=t.useState(!1),{getNextIndex:y}=Li({data:p,currentIndex:w}),[z,C]=t.useState(no(p,d));t.useEffect(()=>{n&&!d&&eo(h.current,n.toString())},[]),t.useEffect(()=>{const e=p.filter(e=>!e.disabled).length-1;E(e===z.length)},[z,p]);const R=e=>{if(void 0!==e){const n=p[e];if(n&&!n.disabled){var t;let e="";const l=null===(t=h.current)||void 0===t?void 0:t.value,a=(null==l?void 0:l.split(","))||[],r=-1!==a.findIndex(e=>e===String(n.value));e="#ALL-OPTIONS#"===n.value?x?"":p.filter((e,t)=>0!==t&&!e.disabled).map(e=>e.value).join(","):r?a.filter(e=>e!==String(n.value)).join(","):l?`${l},${n.value}`:n.value,eo(h.current,e)}}};return{list:{...m,"aria-activedescendant":oo(p,w,v),"aria-multiselectable":!0,data:p,disabled:l,id:v,onChange:()=>null,onClick:(e,t)=>{e.preventDefault(),p[t].disabled||(b(t),R(t)),o&&o(e)},onFocus:e=>{s&&(e.persist(),s(e))},onKeyDown:(e,t)=>{const n=e.key;if(1===n.length&&/(\w)/g.test(n)){const e=y(n);e>-1&&e!==w&&b(e)}else{switch(e.key){case" ":e.preventDefault(),R(t);break;case"Enter":R(t)}b(void 0!==t?t:0),u&&(e.persist(),u(e))}},scrollOnFocus:!1,tabIndex:l?-1:m.tabIndex?m.tabIndex:0,value:w,selectedIndexes:z,multiselect:!0,allOptionsSelected:x},input:{name:r,onChange:e=>{if(e.persist(),C(no(p,e.target.value)),i){const t=[];e.target.value.split(",").forEach(e=>{const n=lo(p,e);n&&t.push(n)}),e.detail=t,i(e)}},ref:h,tabIndex:-1,value:null!=d?d:""}}})(r,n),s=l("bg-white inline-flex relative w-full",a);return t.createElement("span",{"data-taco":"listbox",className:s},t.createElement(Jr,Object.assign({},o,{style:{...o.style,maxHeight:"calc(12rem + 2px + 2px)"}})),t.createElement("input",Object.assign({},i,{className:"hidden",type:"text"})))})),Hi=t.forwardRef((function(e,n){const a=Xa(n),r=Bo(),{align:o="start",placement:i,...s}=e,c=l("border border-transparent rounded block outline-none p-1 yt-shadow wcag-white",e.className),u=t.useRef([]),d=t.Children.toArray(e.children).filter(e=>!!e).map((e,n)=>(u.current[n]=t.createRef(),t.cloneElement(e,{ref:u.current[n]})));return t.useEffect(()=>{const e=[];return d.forEach((t,n)=>{t.props.shortcut&&e.push(ir(t.props.shortcut,e=>{e.preventDefault(),null==r||r.open(),setTimeout(()=>{var e,t;return null===(e=u.current[n])||void 0===e||null===(t=e.current)||void 0===t?void 0:t.click()},1)}))}),e.forEach(e=>document.addEventListener("keydown",e)),()=>{e.forEach(e=>document.removeEventListener("keydown",e))}},[d]),t.createElement(y.Portal,null,t.createElement(y.Content,Object.assign({},s,{align:o,className:c,"data-taco":"menu",side:i,sideOffset:3,style:{minWidth:null==r?void 0:r.minWidth},ref:a}),d))})),Vi=e=>{switch(e){case"Escape":return"Esc";case"Delete":return"Del";case"Space":case" ":return"Space";case"ArrowLeft":return"◄";case"ArrowRight":return"►";case"ArrowUp":return"▲";case"ArrowDown":return"▼";default:return 1===e.length?e.toLocaleUpperCase():e}},Ii=({keys:e,...t})=>{const a=l("inline-flex gap-0.5",t.className),r=(e=>{if(!e)return[];if("string"==typeof e)return[Vi(e)];const t=[];return e.shift&&t.push(sr()?"⇧":"Shift"),e.meta&&t.push(sr()?"⌘":"Ctrl"),t.push(Vi(e.key)),t})(e);return n.createElement("span",Object.assign({},t,{className:a}),r.map(e=>n.createElement("kbd",{key:e,className:"font-display text-grey-700 [[data-taco=tooltip]_&]:bg-grey-300/[0.25] rounded-sm bg-black/[0.09] px-1 text-center font-bold [[data-taco=tooltip]_&]:text-white"},e)))},ji=({name:e})=>t.createElement("span",{className:"absolute left-0 ml-1"},t.createElement(Na,{className:"-ml-px -mt-px !h-5 !w-5",name:e})),Di=({disabled:e,indented:n,className:a})=>{const r=Bo();return t.useEffect(()=>{!n||null!=r&&r.indented||null==r||r.registerIndentation()},[n]),l("flex items-center justify-start h-8 pr-1.5 relative rounded w-full focus:outline-none group",{"pl-7":null==r?void 0:r.indented,"pl-1.5":!(null!=r&&r.indented),"cursor-pointer text-black hover:wcag-grey-200 data-[highlighted]:wcag-grey-200":!e,"cursor-not-allowed hover:bg-white text-grey-300":e},a)},Ti=t.forwardRef((function(e,n){var l;const{dialog:a,icon:r,onClick:o,popover:i,shortcut:s,subMenu:c,...u}=e,d=Bo(),m=Di({disabled:e.disabled,indented:!!r,className:e.className});let f;if((null!==(l=e.disabled)&&void 0!==l?l:e["aria-disabled"])&&(f=e=>{e.preventDefault(),e.stopPropagation()}),c)return t.createElement(y.Sub,null,t.createElement(y.SubTrigger,Object.assign({},u,{className:m,onClick:f,ref:n}),r?t.createElement(ji,{name:r}):null,e.children,t.createElement(Na,{className:"-mr-1.5 ml-auto !h-5 !w-5",name:"chevron-right"})),c());let g=t.createElement(y.Item,Object.assign({},u,{className:m,onClick:f,onSelect:t=>{o&&o(t),(e["aria-haspopup"]||"function"==typeof a||"function"==typeof i)&&t.preventDefault()},ref:n}),r?t.createElement(ji,{name:r}):null,e.children,s?t.createElement("span",{className:"ml-auto pl-5"},t.createElement(Ii,{keys:s,className:"text-grey-700"})):null);return"function"==typeof a?g=a({trigger:g,onClose:null==d?void 0:d.close}):"function"==typeof i&&(g=i({trigger:g})),g})),Fi=t.forwardRef((function(e,n){const{href:l,icon:a,onClick:r,...o}=e,i=Bo(),s=Di({disabled:e.disabled,indented:!!a,className:e.className});return t.createElement(y.Item,Object.assign({},o,{asChild:!0,className:s,ref:n,onClick:e=>{null==r||r(e),null==i||i.close()}}),t.createElement("a",{href:l,target:"_blank"},a&&t.createElement(ji,{name:a}),e.children))})),Pi=t.forwardRef((function(e,n){const l=Bo(),a=Xa(n);return t.useEffect(()=>{a.current&&(null==l||l.setMinWidth(a.current.getBoundingClientRect().width))},[a]),t.createElement(y.Trigger,Object.assign({},e,{asChild:!0,ref:a,onKeyDown:e=>{var t;"ArrowDown"===e.key&&ar(e.currentTarget)&&(e.preventDefault(),null===(t=e.currentTarget.parentNode)||void 0===t||t.dispatchEvent(Xr(e)))}}))})),Bi=t.forwardRef((function(e,n){const{checked:l,children:a,onChange:r,...o}=e,i=Di({disabled:e.disabled,indented:!0,className:e.className});return t.createElement(y.CheckboxItem,Object.assign({},o,{checked:l,className:i,onCheckedChange:r,ref:n}),t.createElement(y.ItemIndicator,{className:"absolute left-0 ml-1.5"},t.createElement(Na,{name:"tick",className:"-ml-px !h-4 !w-4"})),a)})),_i=(e=!1,t=!1)=>l("flex flex-shrink-0 items-center justify-center h-4 w-4 mt-[0.2rem] rounded-full bg-white border-2 focus-visible:yt-focus disabled:cursor-not-allowed hover:border-4",t?{"border-red-500 hover:border-red-700 aria-checked:bg-red-500 aria-checked:border-red-500 hover:aria-checked:border-red-700":!e,"border-red-500/50 aria-checked:bg-red-500/50 aria-checked:border-red-500/50":e}:{"border-grey-500 hover:border-grey-700 aria-checked:bg-blue-500 aria-checked:border-blue-500 hover:aria-checked:border-blue-700":!e,"border-grey-500/50 aria-checked:bg-blue-500/50 aria-checked:border-blue-500/50":e}),Gi=e=>String(null!=e?e:""),qi=(e,t)=>e.find(e=>Gi(e)===t),Ki=t.createContext({disabled:!1,invalid:!1}),$i=t.forwardRef((function(e,n){const a=t.useContext(Ki),{children:r,value:o,...i}=e,s=a.disabled||e.disabled,c=l("self-start",_i(s,a.invalid)),u=l("flex items-center gap-2",{"cursor-pointer":!s,"cursor-not-allowed text-grey-300":s},e.className);return t.createElement("label",{className:u},t.createElement(z.Item,Object.assign({},i,{className:c,disabled:s,ref:n,value:Gi(o)}),t.createElement(z.Indicator,{className:"h-2 w-2 rounded-full bg-white"})),r)})),Wi=e=>{const{children:n,defaultValue:l,disabled:a,invalid:r,onChange:o,orientation:i="vertical",value:s,...c}=e,u=t.useMemo(()=>{const e=[];return t.Children.forEach(n,n=>{t.isValidElement(n)&&e.push(n.props.value)}),e},[n]),d=t.useMemo(()=>({disabled:null!=a&&a,invalid:null!=r&&r}),[a,r]);let m;return m=void 0!==o?{onValueChange:e=>o(qi(u,e)),value:void 0!==s?Gi(s):void 0}:{defaultValue:void 0!==l?Gi(l):void 0},{context:d,props:{...c,...m,children:n,disabled:a,orientation:i}}},Ui=t.forwardRef((function(e,n){const{context:a,props:r}=Wi(e),o=l("flex items-start gap-y-2",{"flex-wrap gap-x-4 ":"horizontal"===r.orientation,"flex-col":"vertical"===r.orientation},r.className);return t.createElement(Ki.Provider,{value:a},t.createElement(z.Root,Object.assign({},r,{className:o,"data-taco":"radio-group",ref:n})))}));Ui.Item=$i;const Ji=t.createContext({disabled:!1}),Yi=t.forwardRef((function(e,n){const{context:a,props:r}=Wi(e),o=l("flex flex-col",e.className);return t.createElement(Ji.Provider,{value:a},t.createElement(y.RadioGroup,Object.assign({},r,{className:o,ref:n})))}));Yi.Item=e=>{const n=t.useContext(Ji),{children:l,value:a,...r}=e,o=n.disabled||e.disabled,i=Di({disabled:o,indented:!0,className:e.className});return t.createElement(y.RadioItem,Object.assign({},r,{className:i,disabled:o,value:Gi(a)}),t.createElement(y.ItemIndicator,{className:"absolute left-0 ml-1.5"},t.createElement("span",{className:"ml-1 flex h-1.5 w-1.5 rounded-full bg-current "})),l)};const Xi=t.forwardRef((function(e,n){return t.createElement(y.Separator,Object.assign({className:"bg-grey-300 my-1 h-px"},e,{ref:n}))})),Qi=t.forwardRef((function(e,n){const a=Bo(),r=l("flex items-center justify-start h-7 pr-1.5 text-xs text-grey-700",{"pl-7":null==a?void 0:a.indented,"pl-1.5":!(null!=a&&a.indented)},e.className);return t.createElement(y.Label,Object.assign({},e,{className:r,ref:n}))})),Zi=t.forwardRef((function(e,n){const a=Xa(n),{children:r,...o}=e,i=l("border border-transparent rounded block outline-none p-1 yt-shadow wcag-white",e.className);return t.createElement(y.Portal,null,t.createElement(y.SubContent,Object.assign({},o,{className:i,"data-taco":"menu-submenu",sideOffset:4,ref:a}),r))})),es=t.forwardRef((function(e,n){const{children:l,defaultOpen:a,onChange:r,open:o,trigger:i,...s}=e,[c,u]=t.useState(!1),[d,m]=t.useState(void 0),[f,g]=w.useControllableState({defaultProp:a,onChange:r,prop:o}),v=t.useMemo(()=>({indented:c,registerIndentation:()=>u(!0),minWidth:d,setMinWidth:e=>m(e),open:()=>g(!0),close:()=>g(!1)}),[c,d]);return t.createElement(Po.Provider,{value:v},t.createElement(y.Root,Object.assign({},s,{modal:!1,open:f,onOpenChange:g}),i&&t.createElement(Pi,{ref:n},i),l))}));es.Trigger=Pi,es.Content=Hi,es.Item=Ti,es.Link=Fi,es.Checkbox=Bi,es.Separator=Xi,es.Header=Qi,es.RadioGroup=Yi,es.SubMenu=Zi;const ts=t.forwardRef((function(e,n){const{onChange:a,...r}=e,o=l("group w-14 h-8 flex flex-shrink-0 rounded-full inline-flex focus-visible:yt-focus p-1",{"bg-grey-500 hover:bg-grey-700 aria-checked:bg-blue-500 aria-checked:hover:bg-blue-700":!e.disabled,"bg-grey-500 aria-checked:bg-blue-500 cursor-not-allowed opacity-50":e.disabled},e.className);return t.createElement(E.Root,Object.assign({},r,{className:o,"data-taco":"mode",onCheckedChange:a,ref:n}),t.createElement(E.Thumb,{className:"'will-change-transform flex h-6 w-6 items-center justify-center rounded-full bg-white transition-transform group-disabled:opacity-50 group-aria-checked:translate-x-[100%]"},t.createElement(Na,{name:"edit-simple",className:"!h-5 !w-5"})))}));ts.displayName="ModeSwitch";const ns=n.forwardRef((function(e,t){return n.createElement("a",Object.assign({},e,{ref:t}))})),ls=n.forwardRef((function(e,t){const{children:a,className:r,expanded:o=!1,title:i,fixed:s,onClick:c,...u}=e,[d,m]=n.useState(s||o);n.useEffect(()=>{s||m(s||o)},[s,o]);const f=l("flex-col mb-0",{flex:d,hidden:!d}),g={...u,"aria-expanded":d,role:"treeitem",tabIndex:-1},v="function"==typeof r?r(d):r;return n.createElement("div",Object.assign({},g,{className:v,ref:t}),n.createElement("div",{onClick:e=>{const t=!d;s||m(t),c&&c(e,t)}},"function"==typeof i?i(d):i),n.createElement("ul",{role:"group",className:f},n.Children.toArray(a).filter(e=>!!e).map((e,t)=>n.createElement("li",{key:t,role:"none"},n.cloneElement(e,{role:"treeitem"})))))})),as=n.forwardRef((function(e,t){return n.createElement("div",Object.assign({},e,{ref:t,role:"tree"}))}));as.Group=ls,as.Item=ns;const rs=e=>{const[t,l]=n.useState(!1),a=n.useCallback(e=>{e.preventDefault(),l(!0)},[]),r=n.useCallback(e=>{e.preventDefault(),(e.target===e.currentTarget||e.relatedTarget&&!e.currentTarget.contains(e.relatedTarget))&&l(!1)},[]),o=n.useCallback(e=>{e.preventDefault()},[]),i=n.useCallback(t=>{t.preventDefault(),t.persist(),l(!1),e&&e(t)},[e]);return[t,e?{onDragEnter:a,onDragLeave:r,onDragOver:o,onDrop:i}:void 0]},os=n.forwardRef((function(e,t){const{active:a,children:r,onDrop:o,postfix:i,prefix:s,role:c,...u}=e,d=Xa(t),[m,f]=rs(o),g="treeitem"===c,v=l("yt-navigation__item cursor-pointer",{"w-full mb-px py-1 px-3 flex items-center hover:bg-grey-300":g,"bg-white w-full h-10 px-3 flex-shrink-0 flex items-center justify-between cursor-pointer":!g,"yt-navigation__item--active":a&&!m,"bg-grey-300":g&&a&&!m,"yt-navigation__item--dropping bg-blue-500":m},e.className);return n.createElement("span",Object.assign({},f,{className:v,onClick:e=>{e.target instanceof HTMLAnchorElement||e.target instanceof HTMLButtonElement||d.current&&d.current.click()},role:c}),s&&n.createElement("span",{className:"yt-navigation__item__prefix flex items-center"},s),n.createElement("a",Object.assign({},u,{className:"block flex-grow truncate",ref:d}),r),i&&n.createElement("span",{className:"yt-navigation__item__postfix ml-1"},i))})),is=n.forwardRef((function(e,t){return n.createElement("div",Object.assign({},e,{className:l("w-full bg-white p-3",e.className),ref:t}))})),ss=n.forwardRef((function(e,t){const a=l("flex-shrink-0 space-y-1 outline-none",{"bg-white pb-2":e.fixed},"function"==typeof e.className?e.className(!1):e.className);return n.createElement(as.Group,Object.assign({},e,{className:a,title:t=>{const a=l("bg-white h-10 pl-3 pr-1 flex items-center justify-between w-full",{"mb-1":t,"cursor-pointer hover:text-blue-500":!e.fixed});return n.createElement("span",{className:a},"function"==typeof e.title?e.title(t):e.title,!e.fixed&&n.createElement(Na,{name:t?"chevron-up":"chevron-down"}))},ref:t}))})),cs=n.forwardRef((function(e,t){const a=n.useMemo(()=>{const t=[];return n.Children.toArray(e.children).filter(e=>!!e).forEach(e=>{if(e.props.fixed)t.push(e);else{const n=t[t.length-1];Array.isArray(n)?n.push(e):t.push([e])}}),t},[e.children]);return n.createElement(as,Object.assign({},e,{className:l("divide-grey-100 flex flex-grow flex-col divide-y-2 overflow-y-auto",e.className),ref:t}),a.map((e,t)=>Array.isArray(e)?n.createElement("div",{className:"divide-grey-100 flex h-0 flex-auto flex-shrink-0 flex-grow flex-col divide-y-2 overflow-y-auto",key:t},e):e))}));cs.Group=ss;const us=n.forwardRef((function(e,t){const{children:a,...r}=e,o=l("h-full flex flex-col bg-grey-100 divide-y-2 divide-grey-100",e.className);return n.createElement("div",Object.assign({},r,{className:o,"data-taco":"navigation",ref:t}),a)}));us.Menu=cs,us.Item=os,us.Panel=is;const ds=(e,t)=>{const[l,a]=n.useState({}),r=(e,t)=>{if(t.root){const n=Array.from(t.root.children),l={};e.forEach(e=>{l[n.indexOf(e.target)]=e.isIntersecting}),a(e=>({...e,...l}))}},o=n.useMemo(()=>{const e=Object.values(l).indexOf(!1);return e>-1?e:void 0},[l]),i=void 0!==o&&t;return n.useEffect(()=>{const n=new IntersectionObserver(r,{root:e.current,rootMargin:i?`0px -${t}px 0px 0px`:void 0,threshold:1});return n.root&&Array.from(n.root.children).forEach(e=>{e.hasAttribute("data-observer-ignore")||n.observe(e)}),()=>{n.disconnect()}},[i]),o},ms=(e,t)=>{const l=e.props.to||e.props.href,a=l?es.Link:es.Item,{as:r,...o}=e.props,i={...o,key:t,target:l?l.startsWith("http")?"_blank":"_self":void 0};return r?n.cloneElement(e,{as:a,...i}):n.createElement(a,Object.assign({},i))},fs=n.forwardRef((function(e,t){var a;const{moreButton:r,...o}=e,i=Xa(t),[s,c]=n.useState(40),u=n.useCallback(e=>{var t;return c(null==e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.width)},[]),{texts:d}=Er(),m=ds(i,s),f=n.Children.toArray(e.children),g=void 0!==m?f.slice(m):[],v=g.length,h=null!==(a=null==r?void 0:r(v?`${v} ${d.header.more}`:""))&&void 0!==a?a:n.createElement(hr,{icon:"more"}),p=l("flex overflow-hidden",e.className);return n.createElement("div",Object.assign({},o,{className:p,"data-taco":"overflow-group",ref:i}),f.map((e,t)=>n.cloneElement(e,{className:l(e.props.className,{visible:void 0===m||t<m,"invisible order-[100] pointer-events-none":void 0!==m&&t>=m})})),g.length?n.cloneElement(h,{className:l("sticky right-0 order-[99]",h.props.className),"data-observer-ignore":!0,menu:e=>n.createElement(es,Object.assign({},e),n.createElement(es.Content,null,g.map(ms))),ref:u}):null)})),gs=({currentPageIndex:e=0,onClick:n,pageCount:l})=>{const a=((e,t)=>{let n=Math.min(t,e),l=Math.min(t,e);for(let t=1;t<5&&t<e;)n>1&&(n--,t++),t<5&&l<e&&(l++,t++);const a=[];for(let e=n;e<=l;e++)a.push(e);return a})(l,e+1),{texts:r}=Er();return t.createElement(t.Fragment,null,a.map(l=>t.createElement(Cr,{appearance:l===e+1?"primary":"default","aria-current":l===e+1?"page":void 0,key:l,onClick:()=>n(l-1),"aria-label":r.pagination.actions.pageX.replace("[X]",String(l)),tooltip:r.pagination.actions.pageX.replace("[X]",String(l))},l)))},vs=t.forwardRef((function(e,n){const{autoFocus:a,className:r,style:o,...i}=e,{button:s,listbox:d,popover:m,input:f,text:g,more:v=0}=(({"aria-label":e,"aria-labelledby":n,data:a=[],defaultValue:r,disabled:o,emptyValue:i,id:s,multiselect:u,onBlur:d,onChange:m,readOnly:f,tabIndex:g,value:v,...h},p)=>{const{texts:w}=Er(),b=io(a),x=Xa(p),[E,y]=t.useState(!1),z=t.useMemo(()=>s||"select_"+c.v4(),[s]),C=t.useRef(null),R=z+"-button",[S,O]=t.useState(v);t.useEffect(()=>{O(v)},[E]),t.useEffect(()=>{void 0===v?void 0!==r&&lo(b,r)?eo(C.current,r):void 0!==i?eo(C.current,i):a.length>0&&eo(C.current,a[0].value):u||lo(b,v)||(void 0!==i?eo(C.current,i):a.length>0&&eo(C.current,a[0].value))},[]);let A="",N=0;if(void 0!==v)if(u){const e=(null==v?void 0:v.toString().split(","))||[];var L,M;e.length===b.filter(e=>!e.disabled).length?A=w.select.allOptionsSelected:(A=null!==(L=null===(M=lo(b,e[0]))||void 0===M?void 0:M.text)&&void 0!==L?L:"",N=e.length>1?e.length-1:0)}else{const e=lo(b,v);e&&(A=e.icon?t.createElement(t.Fragment,null,t.cloneElement(e.icon,{className:l(e.icon.props.className,"mr-1 -mt-px")}),e.text):e.text)}return{button:{"aria-haspopup":"listbox","aria-label":e?`${e} ${A}`:void 0,"aria-labelledby":n?`${n} ${R}`:void 0,"aria-readonly":f?"true":void 0,disabled:o,id:R,onClick:e=>{f&&e.preventDefault()},onFocus:e=>{if(f){const l=e.currentTarget.querySelector(":first-child");var t,n;l&&(null===(t=window.getSelection())||void 0===t||null===(n=t.selectAllChildren)||void 0===n||n.call(t,l))}},onKeyDown:o||f?void 0:e=>{"ArrowUp"!==e.key&&"ArrowDown"!==e.key||(e.preventDefault(),y(!0))},tabIndex:g,type:"button"},listbox:{...h,"aria-label":e,"aria-labelledby":n,data:a,disabled:o,emptyValue:i,onBlur:d,onClick:e=>{e.preventDefault(),u||(y(!1),d&&d(Yr("blur")))},onChange:e=>{eo(C.current,e.target.value)},onKeyDown:e=>{switch(e.key){case"Escape":e.preventDefault(),void 0!==S&&eo(x.current,S),y(!1);break;case"Tab":case"Enter":"Tab"!==e.key&&e.preventDefault(),y(!1)}h.onKeyDown&&h.onKeyDown(e)},ref:x,value:v},input:{onChange:e=>{if(e.persist(),m){var t,n;const l=lo(b,e.target.value);e.detail=so(l);const a=null!==(t=null==l||null===(n=l.path)||void 0===n?void 0:n.split("."))&&void 0!==t?t:[];if(a.length>1){let t;a.pop(),e.detail.parents=a.map(e=>(t=t?[t,e].join("."):e,so(b.find(e=>e.path===t))))}m(e)}},ref:C,value:String(null!=v?v:"")},popover:{open:E,onOpenChange:e=>{!e&&d&&d(Yr("blur")),y(e)}},text:A,more:N}})(i,n),h=t.useRef(null),p=Pr(h),w=l("inline-flex relative w-full",{"yt-select--readonly":e.readOnly},r),b=l(Dr(e),"h-8 text-left !pr-0",{"border-blue-500":m.open,"select-text":i.readOnly});t.useEffect(()=>{a&&h.current&&h.current.focus()},[]);const x={...d,className:"w-auto",invalid:void 0,style:{minWidth:null==p?void 0:p.width},tabIndex:m.open?0:-1};return t.createElement("span",{className:w,"data-taco":"select",style:o},t.createElement(u.Root,Object.assign({},m),t.createElement(u.Trigger,Object.assign({},s,{className:b,ref:h}),e.multiselect?t.createElement(t.Fragment,null,t.createElement("span",{className:"flex-grow truncate text-left"},g),v>0&&t.createElement(Ya,{className:"ml-2"},"+"+v)):t.createElement("span",{className:"flex-grow truncate text-left"},g),t.createElement("span",{className:"flex h-8 w-8 items-center justify-center"},t.createElement(Na,{className:"pointer-events-none",name:m.open?"chevron-up":"chevron-down"}))),t.createElement(u.Portal,null,t.createElement(u.Content,{align:"start",sideOffset:4},t.createElement(e.multiselect?ki:Mi,Object.assign({},x)))),t.createElement("input",Object.assign({},f,{className:"hidden",type:"text"}))))})),hs=t.forwardRef((function(e,n){const{editable:l,...a}=e;return l?t.createElement(fo,Object.assign({},a,{dialog:void 0,inline:!0,ref:n})):t.createElement(vs,Object.assign({},a,{ref:n}))})),ps=t.forwardRef((function(e,a){const{length:r,pageIndex:o,pageSize:i,pageSizes:s=[10,25,50,100,500],setPageIndex:c,setPageSize:u,showPageControls:d=!0,showPageNumbers:m=!0,showPageSize:f=!0,dangerouslyHijackGlobalKeyboardNavigation:g=!1,...v}=e,{texts:h}=Er(),p=Math.ceil(r/i)-1,w=g;(({setPageIndex:e,maxPageIndex:t,pageIndex:l,dangerouslyHijackGlobalKeyboardNavigation:a})=>{const r=n=>e&&"Home"===n.key?(n.preventDefault(),void e(0)):e&&"End"===n.key?(n.preventDefault(),void e(t)):e&&"PageUp"===n.key?(n.preventDefault(),void e(Math.max(0,l-1))):e&&"PageDown"===n.key?(n.preventDefault(),void e(Math.min(t,l+1))):void 0;n.useEffect(()=>(a&&window.addEventListener("keydown",r),()=>{a&&window.removeEventListener("keydown",r)}),[r,a])})({setPageIndex:c,maxPageIndex:p,pageIndex:o,dangerouslyHijackGlobalKeyboardNavigation:g});const b=Math.ceil(r/i),x=o>0,E=o<b-1,y=l("inline-flex relative justify-between items-center",e.className);return t.createElement("div",Object.assign({},v,{className:y,"data-taco":"pagination",ref:a}),f&&t.createElement("span",{className:"mr-4"},((e,t,n,l)=>{const a=(t+1)*n;return l.pagination.showingXofYofTotal.replace("[X]",0===e?"0":String(t*n+1)).replace("[Y]",String(a>e?e:a)).replace("[total]",String(e))})(r,o,i,h),t.createElement(hs,{"aria-label":h.pagination.pageSize,className:"ml-4 !w-20",data:s.map(e=>({text:String(e),value:e})),onChange:e=>{c(0),u(Number(e.target.value))},value:i})),d&&t.createElement(Fo,{as:"nav","aria-label":h.pagination.label},t.createElement(hr,{appearance:"default",disabled:!x,icon:"arrow-start",onClick:()=>c(0),"aria-label":w?h.pagination.actions.firstPageWithShortcut:h.pagination.actions.firstPage,tooltip:w?h.pagination.actions.firstPageWithShortcut:h.pagination.actions.firstPage}),t.createElement(hr,{appearance:"default",disabled:!x,icon:"arrow-left",onClick:()=>c(o-1),"aria-label":w?h.pagination.actions.previousPageWithShortcut:h.pagination.actions.previousPage,tooltip:w?h.pagination.actions.previousPageWithShortcut:h.pagination.actions.previousPage}),m&&b>0&&t.createElement(gs,{pageCount:b,currentPageIndex:o,onClick:c}),t.createElement(hr,{appearance:"default",disabled:!E,icon:"arrow-right",onClick:()=>c(o+1),"aria-label":w?h.pagination.actions.nextPageWithShortcut:h.pagination.actions.nextPage,tooltip:w?h.pagination.actions.nextPageWithShortcut:h.pagination.actions.nextPage}),t.createElement(hr,{appearance:"default",disabled:!E,icon:"arrow-end",onClick:()=>c(b-1),"aria-label":w?h.pagination.actions.lastPageWithShortcut:h.pagination.actions.lastPage,tooltip:w?h.pagination.actions.lastPageWithShortcut:h.pagination.actions.lastPage})))})),ws=({content:e,lastUpdated:t,onClose:a,options:r,...o})=>{const{texts:i}=Er(),{autoClose:s,type:c="default"}=r,u=l("bg-white relative flex items-center py-1 px-2 mt-3 w-full rounded yt-shadow print:hidden",{"border border-grey-200":"default"===c||"loading"===c||!c,"border border-grey-500":"success"===c,"border border-blue-500":"information"===c,"border border-yellow-700":"warning"===c,"border border-red":"error"===c}),d=Ni(s,a),m=v.useAnimation();return e||console.warn((e=>`Toast requires 'content' property, which can't be empty string, null or undefined. Current content value is set to ${""===e?"empty string":e}.`)(e)),n.useEffect(()=>{s&&d.start()},[s]),n.useEffect(()=>{t&&(function(){try{Promise.resolve(m.start({scale:1.05})).then((function(){return Promise.resolve(m.start({scale:1})).then((function(){}))}))}catch(e){return Promise.reject(e)}}(),d.running&&d.start())},[t]),n.createElement(v.motion.div,Object.assign({},o,{animate:m,className:u,"data-taco":"toast",onMouseEnter:d.pause,onMouseLeave:d.resume}),(e=>n.createElement("div",{className:"mr-2 mt-[5px] flex-shrink-0 self-start"},(()=>{switch(e){case"success":return n.createElement(La,{icon:"tick",color:"green"});case"error":return n.createElement(La,{icon:"close",color:"red"});case"warning":return n.createElement(La,{icon:"warning",color:"yellow"});case"information":return n.createElement(La,{icon:"info",color:"blue"});case"loading":return n.createElement(Ir,{delay:0,className:"h-5 w-5"});default:return null}})()))(c),n.createElement("div",{className:"flex-grow"},e),n.createElement(hr,{appearance:"discrete",className:"text-grey-700 -mr-2 cursor-pointer self-start !px-0",icon:"close","aria-label":i.toasts.dismiss,onClick:a}))},bs=t.createContext({}),xs=(e,t,n,l,a)=>{const r=[...e],o=e.findIndex(e=>JSON.stringify(e.content)===JSON.stringify(n));return o>-1?(r[o].lastDuplicateId=t,r[o].lastUpdated=Date.now()):r.push({id:t,content:"function"==typeof n?n(a):n,options:l}),r},Es=({children:e,...n})=>{const[l,a]=t.useState([]),r=e=>{a(t=>t.filter(t=>t.id!==e))},o=t.useCallback((e,t)=>{const n=c.v4(),l=()=>r(n);a(a=>xs(a,n,e,t,l));const o=(e,t)=>{a(a=>{const r=a.filter(e=>e.lastDuplicateId?e.lastDuplicateId!==n:e.id!==n);return xs(r,c.v4(),e,t,l)})};return{success:(e,t)=>{o(e,{autoClose:7500,...t,type:"success"})},error:(e,t)=>{o(e,{...t,type:"error"})},warning:(e,t)=>{o(e,{...t,type:"warning"})},information:(e,t)=>{o(e,{...t,type:"information"})},loading:(e,t)=>{o(e,{...t,type:"loading"})},close:l}},[]);return t.useEffect(()=>{o.success=(e,t)=>o(e,{autoClose:7500,...t,type:"success"}),o.error=(e,t)=>o(e,{...t,type:"error"}),o.warning=(e,t)=>o(e,{...t,type:"warning"}),o.information=(e,t)=>o(e,{...t,type:"information"}),o.loading=(e,t)=>o(e,{...t,type:"loading"})},[]),t.createElement(bs.Provider,Object.assign({},n,{value:o}),e,t.createElement(C.Portal,null,t.createElement("div",{id:"yt-toast__container",className:"pointer-events-all absolute !left-auto bottom-0 right-0 z-[1000] mb-4 mr-4 flex max-w-md flex-col items-end justify-end",role:"log"},t.createElement(v.AnimatePresence,{initial:!1},l.map(e=>t.createElement(v.motion.div,{key:e.id,transition:{type:"spring",damping:20,stiffness:300},initial:{opacity:0,y:10,scale:.5},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,scale:.5,transition:{duration:.2}}},t.createElement(ws,Object.assign({},e,{onClose:()=>r(e.id)}))))))))},ys=()=>t.useContext(bs),zs=t.createContext({uniqueUserIdentifier:""});var Cs;(Cs=exports.FontSizes||(exports.FontSizes={})).small="small",Cs.medium="medium",Cs.large="large";const Rs=n.forwardRef;function Ss(e){return null==e?void 0:e.startsWith("__")}const Os=(e="medium")=>{switch(e){case exports.FontSizes.small:return 57;case exports.FontSizes.large:return 83;default:case exports.FontSizes.medium:return 72}};function As(e,t){return null==e?"":m.isDate(e)?null!==(n=vo(e))&&void 0!==n?n:"":"datetime"===t&&"string"==typeof e?null!==(l=vo(po(e)))&&void 0!==l?l:"":String(e);var n,l}function Ns(e,t,n=[],l=["__actions"]){const a=e.filter(e=>Ss(e.id)&&!l.includes(String(e.id))).map(e=>e.id),r=[];let o=[],i=e;if(Array.isArray(t)&&(i=e.slice().sort((e,n)=>(t.indexOf(e.id)>>>0)-(t.indexOf(n.id)>>>0))),i.forEach(e=>{Ss(e.id)||function e(t,{orderingDisabled:n,orderingEnabled:l}){const a=t;var r;Array.isArray(a.columns)&&a.columns.length>0?a.columns.forEach(t=>e(t,{orderingDisabled:n,orderingEnabled:l})):null!==(r=t.meta)&&void 0!==r&&r.enableOrdering?l.push(t.id):n.push(t.id)}(e,{orderingDisabled:r,orderingEnabled:o})}),t&&t.length>0){const e=[];o=o.reduce((n,l)=>{const a=t.indexOf(l);return a>-1?n[a]=l:e.push(l),n},[]).filter(e=>!!e).concat(e)}Array.isArray(n)&&o.sort((e,t)=>(n.indexOf(e)>>>0)-(n.indexOf(t)>>>0));const s=[...a,...r,...o];return l.forEach(t=>{e.findIndex(e=>e.id===t)>-1&&s.push(t)}),s}function Ls(e){var t;return null!==(t=null==e?void 0:e.filter(e=>Ss(e)&&"__actions"!==e))&&void 0!==t?t:[]}function Ms(e,t){return t.slice(0,e+1)}var ks,Hs;(ks=exports.TableFilterComparator||(exports.TableFilterComparator={}))[ks.Contains=0]="Contains",ks[ks.DoesNotContain=1]="DoesNotContain",ks[ks.IsEqualTo=2]="IsEqualTo",ks[ks.IsNotEqualTo=3]="IsNotEqualTo",ks[ks.IsGreaterThan=4]="IsGreaterThan",ks[ks.IsLessThan=5]="IsLessThan",ks[ks.IsBetween=6]="IsBetween",ks[ks.IsEmpty=7]="IsEmpty",ks[ks.IsNotEmpty=8]="IsNotEmpty",ks[ks.IsLessThanOrEqualTo=9]="IsLessThanOrEqualTo",ks[ks.IsGreaterThanOrEqualTo=10]="IsGreaterThanOrEqualTo",ks[ks.HasAnyOf=11]="HasAnyOf",ks[ks.HasAllOf=12]="HasAllOf",ks[ks.HasNoneOf=13]="HasNoneOf",(Hs=exports.TableServerLoadAllState||(exports.TableServerLoadAllState={}))[Hs.Incomplete=0]="Incomplete",Hs[Hs.Loading=1]="Loading",Hs[Hs.Completed=2]="Completed";const Vs=e=>String(null!=e?e:"").toLocaleLowerCase(),Is=(e,t)=>Vs(e).includes(Vs(t)),js=(e,t)=>Vs(e)===Vs(t);function Ds(e,t){try{if(t.comparator===exports.TableFilterComparator.IsEmpty||t.comparator===exports.TableFilterComparator.IsNotEmpty){const n=null==e||""===e;return t.comparator===exports.TableFilterComparator.IsEmpty?n:!n}if(null==t.value||""===t.value)return!0;switch(t.comparator){case exports.TableFilterComparator.Contains:return Is(e,t.value);case exports.TableFilterComparator.DoesNotContain:return!Is(e,t.value);case exports.TableFilterComparator.IsEqualTo:return m.isDate(e)?m.isDate(t.value)&&go(e,t.value):"boolean"==typeof t.value?e===t.value:js(e,t.value);case exports.TableFilterComparator.IsNotEqualTo:return m.isDate(e)?m.isDate(t.value)&&!1===go(e,t.value):"boolean"==typeof t.value?e!==t.value:!js(e,t.value);case exports.TableFilterComparator.IsGreaterThan:if(m.isDate(e))return m.isDate(t.value)&&m.isAfter(e,t.value);{const n=parseInt(e);return!isNaN(n)&&void 0!==t.value&&n>t.value}case exports.TableFilterComparator.IsLessThan:if(m.isDate(e))return m.isDate(t.value)&&m.isBefore(e,t.value);{const n=parseInt(e);return!isNaN(n)&&void 0!==t.value&&n<t.value}case exports.TableFilterComparator.IsLessThanOrEqualTo:if(m.isDate(e))return m.isDate(t.value)&&(m.isBefore(e,t.value)||m.isEqual(e,t.value));{const n=parseInt(e);return!isNaN(n)&&void 0!==t.value&&n<=t.value}case exports.TableFilterComparator.IsGreaterThanOrEqualTo:if(m.isDate(e))return m.isDate(t.value)&&(m.isAfter(e,t.value)||m.isEqual(e,t.value));{const n=parseInt(e);return!isNaN(n)&&void 0!==t.value&&n>=t.value}case exports.TableFilterComparator.IsBetween:{const[n,l]=t.value;if(m.isDate(e))return!(m.isDate(n)&&m.isBefore(e,n)||m.isDate(l)&&m.isAfter(e,l));{const t=parseInt(e);return!(isNaN(t)||void 0!==n&&t<n||void 0!==l&&t>l)}}case exports.TableFilterComparator.HasAnyOf:return!(!Array.isArray(t.value)||!Array.isArray(e))&&t.value.some(t=>e.includes(t));case exports.TableFilterComparator.HasNoneOf:return!(!Array.isArray(t.value)||!Array.isArray(e))&&t.value.every(t=>!1===e.includes(t));case exports.TableFilterComparator.HasAllOf:return!(!Array.isArray(t.value)||!Array.isArray(e))&&t.value.filter(t=>e.includes(t)).length===t.value.length}return!1}catch(e){return console.error(e),!0}}function Ts(e,t,n){try{if(e.original){var l,a;const r=null===(l=e._getAllCellsByColumnId()[t])||void 0===l||null===(a=l.column.columnDef.meta)||void 0===a?void 0:a.dataType,o=As(e.original[t],r);return Is(o,n)}}catch{}return!1}function Fs(e){const t=e.options.meta,n=e.getState();return{columnOrder:t.columnOrdering.isEnabled?n.columnOrder:void 0,columnPinning:n.columnPinning,columnSizing:Ps(n.columnSizing),columnVisibility:e.options.enableHiding?n.columnVisibility:void 0,excludeUnmatchedRecordsInSearch:e.options.enableGlobalFilter,fontSize:t.fontSize.isEnabled?t.fontSize.size:void 0,rowHeight:t.rowHeight.isEnabled?t.rowHeight.height:void 0,sorting:n.sorting}}function Ps(e){return Object.keys(e).reduce((t,n)=>Ss(n)?t:{...t,[n]:e[n]},{})}function Bs(e,t,n){return t.size&&(n[e]=t.size),{id:e,accessorKey:e,header:t.header,cell:t.renderer,enableColumnFilter:!1,enableGlobalFilter:!1,enableGrouping:!1,enableHiding:!1,enableResizing:!1,enableSorting:!1,size:t.size,minSize:t.size,meta:{...t.meta,enableOrdering:!1,enablePrinting:!1,enableTruncate:!1}}}function _s(e,t){var n,l,a,r,o,i;const s=e.enableRowSelection||e.enableRowSelectionSingle,c={defaultColumn:{enableColumnFilter:e.enableFiltering||!0,enableGrouping:!1,enableHiding:e.enableColumnHiding||!0,enableResizing:e.enableColumnResizing||!0,enableGlobalFilter:e.enableSearch||!0,enableSorting:e.enableSorting||!0,minSize:1,size:1},enableColumnFilters:null!==(n=e.enableFiltering)&&void 0!==n&&n,enableColumnResizing:null!==(l=e.enableColumnResizing)&&void 0!==l&&l,enableExpanding:null!==(a=e.enableRowExpansion)&&void 0!==a&&a,enableGrouping:!0,enableHiding:null!==(r=e.enableColumnHiding)&&void 0!==r&&r,enablePinning:null!==(o=e.enableColumnFreezing)&&void 0!==o&&o,enableRowSelection:null!=s&&s,enableMultiRowSelection:!0!==e.enableRowSelectionSingle&&s,enableSorting:null!==(i=e.enableSorting)&&void 0!==i&&i,getExpandedRowModel:R.getExpandedRowModel(),getGroupedRowModel:R.getGroupedRowModel(),groupedColumnMode:!1};return c.enableColumnResizing&&(c.columnResizeMode="onChange"),c.enableColumnFilters&&(t.onChangeFilter||(c.getFilteredRowModel=R.getFilteredRowModel(),c.filterFns={tacoFilter:(e,t,n)=>Ds(e.getValue(t),n)})),e.enableSearch&&(c.getFilteredRowModel=R.getFilteredRowModel(),c.globalFilterFn=Ts,c.getColumnCanGlobalFilter=e=>{var t,n;return null===(t=null===(n=e.columnDef.meta)||void 0===n?void 0:n.enableSearch)||void 0===t||t}),c.enableSorting&&(t.onChangeSort?c.manualSorting=!0:c.getSortedRowModel=R.getSortedRowModel()),c}const Gs={enableFiltering:!1,enableSearch:!1,enableSorting:!1,enableColumnFreezing:!1,enableColumnHiding:!1,enableColumnResizing:!1,enableRowExpansion:!1,enableRowSelection:!1,enableRowSelectionSingle:!1,enableColumnOrdering:!1,enableFontSize:!1,enableFooter:!1,enablePrinting:!1,enableRowActive:!0,enableRowActions:!0,enableRowClick:!1,enableRowDrag:!1,enableRowDrop:!1,enableRowGoto:!1,enableRowHeight:!1,enableSaveSettings:!1},qs={complex:{enableFiltering:!0,enableSearch:!0,enableSorting:!0,enableColumnFreezing:!0,enableColumnHiding:!0,enableColumnResizing:!0,enableRowExpansion:!0,enableRowSelection:!0,enableRowSelectionSingle:!1,enableColumnOrdering:!0,enableFontSize:!0,enableFooter:!0,enablePrinting:!0,enableRowActive:!0,enableRowActions:!0,enableRowClick:!0,enableRowDrag:!0,enableRowDrop:!0,enableRowGoto:!0,enableRowHeight:!0,enableSaveSettings:!0},list:{enableFiltering:!1,enableSearch:!0,enableSorting:!0,enableColumnFreezing:!1,enableColumnHiding:!1,enableColumnResizing:!1,enableRowExpansion:!0,enableRowSelection:!0,enableRowSelectionSingle:!1,enableColumnOrdering:!1,enableFontSize:!1,enableFooter:!1,enablePrinting:!1,enableRowActive:!0,enableRowActions:!0,enableRowClick:!0,enableRowDrag:!1,enableRowDrop:!1,enableRowGoto:!1,enableRowHeight:!1,enableSaveSettings:!0},simple:{enableFiltering:!1,enableSearch:!1,enableSorting:!0,enableColumnFreezing:!1,enableColumnHiding:!1,enableColumnResizing:!1,enableRowExpansion:!0,enableRowSelection:!1,enableRowSelectionSingle:!1,enableColumnOrdering:!1,enableFontSize:!1,enableFooter:!1,enablePrinting:!1,enableRowActive:!0,enableRowActions:!1,enableRowClick:!0,enableRowDrag:!1,enableRowDrop:!1,enableRowGoto:!1,enableRowHeight:!1,enableSaveSettings:!0}};function Ks(){return n.useContext(zs)}const $s=(e,t)=>{const[l,a]=n.useState(()=>{if(!e)return t;try{const n=localStorage.getItem(e);return"string"!=typeof n?(localStorage.setItem(e,JSON.stringify(t)),t):JSON.parse(n||"null")}catch{return t}});return n.useEffect(()=>{if(e)try{const t=JSON.stringify(l);localStorage.setItem(e,t)}catch{}},[e,l]),[l,a,()=>{e&&localStorage.removeItem(e)}]},Ws={size:"A4",orientation:"portrait",allRows:!0,splitGroups:!0},Us=()=>{const[e,t]=n.useState(!1);return n.useEffect(()=>{const n=()=>t(!1);return e&&document.addEventListener("mousemove",n),()=>{document.removeEventListener("mousemove",n)}},[e]),[e,t]};function Js(e=!1,t){const[l,a]=n.useState(t),[r,o]=n.useState(void 0),[i,s]=Us(),c=(e,t,n)=>{const r=void 0!==l?function(e,t,n){return-1===e?t-1>0?t-1:0:t+1<n?t+1:t}(e,l,t):0;n(r),setTimeout(()=>a(r),50)},u=n.useCallback((t,n,l)=>{if(e&&!t.defaultPrevented)if("ArrowUp"!==t.key&&"ArrowDown"!==t.key||s(!0),"ArrowUp"!==t.key)if("ArrowDown"!==t.key);else if(t.preventDefault(),t.ctrlKey||t.metaKey){const e=n-1;l(e),a(e)}else c(1,n,l);else if(t.preventDefault(),t.ctrlKey||t.metaKey){const e=0;l(e),a(e)}else c(-1,n,l)},[e,l]),d=n.useCallback((t,n,r)=>{e&&!t.isDefaultPrevented()&&(t.target.closest("tbody")||nr(t.target,t.currentTarget)||void 0===l&&n>0&&a(e=>void 0===e?(r(0),0):e))},[l,length,e]);return{isEnabled:e,rowActiveIndex:l,setRowActiveIndex:e?a:()=>{},rowHoverIndex:r,setRowHoverIndex:o,isHoverStatePaused:i,setHoverStatePaused:e?s:()=>{},handleFocus:e?d:()=>{},handleKeyDown:e?u:()=>{}}}const Ys=function(){function e(){}return e.prototype.then=function(t,n){const l=new e,a=this.s;if(a){const e=1&a?t:n;if(e){try{Xs(l,1,e(this.v))}catch(e){Xs(l,2,e)}return l}return this}return this.o=function(e){try{const a=e.v;1&e.s?Xs(l,1,t?t(a):a):n?Xs(l,1,n(a)):Xs(l,2,a)}catch(e){Xs(l,2,e)}},l},e}();function Xs(e,t,n){if(!e.s){if(n instanceof Ys){if(!n.s)return void(n.o=Xs.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(Xs.bind(null,e,t),Xs.bind(null,e,2));e.s=t,e.v=n;const l=e.o;l&&l(e)}}function Qs(e){return e instanceof Ys&&1&e.s}const Zs="undefined"!=typeof Symbol?Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator")):"@@iterator";function ec(e,t){try{var n=e()}catch(e){return t(e)}return n&&n.then?n.then(void 0,t):n}function tc(e,t){try{var n=e()}catch(e){return t(!0,e)}return n&&n.then?n.then(t.bind(null,!1),t.bind(null,!0)):t(!1,n)}"undefined"!=typeof Symbol&&(Symbol.asyncIterator||(Symbol.asyncIterator=Symbol("Symbol.asyncIterator")));const nc={columnOrder:!0,columnPinning:!0,columnSizing:!0,columnVisibility:!0,excludeUnmatchedRecordsInSearch:!0,fontSize:!0,grouping:!0,rowHeight:!0,sorting:!0};function lc(e,t){const n={...e};return Object.keys(t).forEach(e=>{t[e]||delete n[e]}),n}function ac(e,t){const l=n.useRef(!1);n.useEffect(()=>{l.current?e():l.current=!0},t)}function rc(e,t){switch(e){case"short":switch(t){case"small":return"8px";default:return"6px"}case"tall":switch(t){case"small":return"16px";case"large":return"12px";default:return"14px"}case"extra-tall":switch(t){case"small":return"22px";case"large":return"18px";default:return"20px"}default:switch(t){case"small":return"12px";case"large":return"8px";default:return"10px"}}}function oc(e){switch(e){case"small":return"8px";case"medium":return"12px";default:return"16px"}}const ic={short:33,medium:41,tall:49,"extra-tall":57};function sc(e){const{index:t,row:l,table:a}=e;return a.options.meta.server.isEnabled?n.createElement(cc,Object.assign({},e,{index:t})):n.createElement(uc,{cellsCount:l.getVisibleCells().length})}function cc(e){var t,l;const{index:a,row:r,table:o}=e,i=o.options.meta,s=Math.floor(a/i.server.pageSize)*i.server.pageSize/i.server.pageSize,{ref:c,inView:u}=A.useInView({threshold:0,triggerOnce:!0,initialInView:0===s});n.useEffect(()=>{var e,t;u&&(null===(e=(t=i.server).loadPage)||void 0===e||e.call(t,s,o.getState().sorting,o.getState().columnFilters))},[u]);const d=null!==(t=null===(l=o.getState())||void 0===l?void 0:l.grouping.length)&&void 0!==t?t:0,m=r.getVisibleCells().length-d;return n.createElement(uc,{cellsCount:m,ref:c})}const uc=n.forwardRef((function(e,t){const{cellsCount:l}=e;return n.createElement("tr",{ref:t},Array(l).fill(null).map((e,t)=>n.createElement("td",{key:t},n.createElement("span",{className:"bg-grey-100 text-grey-700 h-4 w-full text-center text-xs"}))))})),dc=n.createContext({isHovered:!1,rowIndex:-1});function mc(e){const{renderer:t,cellRenderer:l,...a}=e,r=e.table.options.meta.rowActive.rowHoverIndex===e.index,o=n.useMemo(()=>({isHovered:r,rowIndex:e.index}),[r,e.index]);return void 0===e.row.original?n.createElement(sc,Object.assign({},e)):n.createElement(dc.Provider,{value:o},n.createElement(t,Object.assign({},a,{cellRenderer:l})))}function fc(e){const{actions:t,actionsLength:a,data:r,fontSize:o,isActiveRow:i,rowId:s}=e,{texts:c}=Er(),u=t.map(e=>e(r,s)).filter(e=>!!e),d=u.length===a?u:u.slice(0,a-1),m=u.slice(u.length===a?a:a-1),f=l("-mb-2 flex justify-end text-right bg-[inherit] shadow-[-6px_0px_6px_var(--table-row-actions-shadow)] print:hidden",{"-mt-2":o===exports.FontSizes.small,"-mt-1.5":o!==exports.FontSizes.small});return n.createElement("span",{className:f},d.map((e,t)=>{var l,a;const r=String(null!==(l=null!==(a=e.props.tooltip)&&void 0!==a?a:e.props["aria-label"])&&void 0!==l?l:"");return n.cloneElement(e,{appearance:"transparent",key:t,tabIndex:i?0:-1,tooltip:e.props.shortcut?n.createElement(n.Fragment,null,r,n.createElement(Ii,{className:"ml-2",keys:e.props.shortcut})):r})}),m.length?n.createElement(hr,{appearance:"transparent","aria-label":c.table.columns.actions.tooltip,icon:"more",tabIndex:i?0:-1,menu:e=>n.createElement(es,Object.assign({},e),n.createElement(es.Content,null,m.map((e,t)=>n.createElement(es.Item,Object.assign({key:t},e.props,{shortcut:e.props.shortcut}),e.props["aria-label"]))))}):null)}const gc={rowActions:{header:function(){return null},renderer:n.memo((function(e){const{row:t,table:l}=e,{isHovered:a,rowIndex:r}=n.useContext(dc),o=l.options.meta,i=o.rowActions.rowActions,s=o.rowActions.rowActionsLength,c=o.rowActive.rowActiveIndex===r,u=!!l.getState().columnSizingInfo.isResizingColumn;return null!=i&&i.length&&(c||a&&!o.rowActive.isHoverStatePaused&&!u)?n.createElement(fc,{actions:i,actionsLength:s,data:t.original,fontSize:o.fontSize.size,isActiveRow:c,rowId:t.id}):null})),meta:{align:"right",className:l('print:opacity-0 !px-0 !pr-1 overflow-hidden [table_&]:group-[[data-row-active="true"]]/row:sticky right-0','group-[[data-row-active="true"][data-selected="false"]]/row:text-grey-200','group-[[data-row-selected="true"]]/row:text-blue-100','group-[[data-row-selected="false"]:hover]/row:text-grey-100'),enableSearch:!1,header:""}},rowDrag:{header:function(){return null},renderer:function(e){const{row:t,table:l}=e,{texts:a}=Er(),r=e.table.options.meta;return n.createElement("div",{draggable:!0,onDragStart:e=>{var n,a,o,i;let s=[t];l.options.enableRowSelection&&(s=t.getIsSelected()?l.getSelectedRowModel().rows:[t,...l.getSelectedRowModel().rows]);const c=s.map(e=>e.original);null===(n=(a=r.rowDrag).setDragging)||void 0===n||n.call(a,s.reduce((e,t)=>({...e,[t.id]:!0}),{})),e.dataTransfer.setData("text",JSON.stringify(c)),null===(o=(i=r.rowDrag).handleRowDrag)||void 0===o||o.call(i,c,t=>{const n=document.createElement("div");n.id="taco_table_dragging",n.className="wcag-blue rounded flex w-48 p-4 absolute -ml-[100vw]",n.innerText=t,document.body.appendChild(n),e.dataTransfer.setDragImage(n,0,0)},t=>e.dataTransfer.setData("text",t))},onDragOver:e=>e.preventDefault(),onDragEnd:()=>{var e,t,n;null===(e=document.getElementById("taco_table_dragging"))||void 0===e||e.remove(),null===(t=(n=r.rowDrag).setDragging)||void 0===t||t.call(n,{})}},n.createElement(Na,{"aria-label":a.table.columns.drag.tooltip,name:"drag",className:"text-grey-darkest invisible -mt-1 ml-[2px] cursor-grab active:cursor-grabbing group-hover/row:visible group-[[aria-grabbed='true']]/row:text-white"}))},size:20,meta:{align:"center",className:"!px-0 !pb-0 justify-end",enableSearch:!1,header:"",headerClassName:"!p-0"}},rowExpansion:{header:function(e){const{texts:t}=Er(),{table:l}=e,a=l.getIsSomeRowsExpanded(),r=a?t.table.columns.expansion.collapseAll:t.table.columns.expansion.expandAll;return n.createElement(dr,{title:r},n.createElement(hr,{appearance:"transparent",icon:a?"chevron-down-double":"chevron-right-double",onClick:e=>{e.stopPropagation(),l.toggleAllRowsExpanded(!a)},tabIndex:-1,title:r}))},renderer:function(e){var t,l;const{texts:a}=Er(),r=e.table.options.meta;if(null===(t=(l=r.rowExpansion).rowExpansionRenderer)||void 0===t?void 0:t.call(l,e.row.original)){const t=r.rowActive.rowActiveIndex===e.row.index,l=e.row.getIsExpanded(),o=l?a.table.columns.expansion.collapse:a.table.columns.expansion.expand;return n.createElement(dr,{title:o},n.createElement(hr,{appearance:"discrete",icon:l?"chevron-down":"chevron-right",onClick:t=>{t.stopPropagation(),e.row.toggleExpanded()},tabIndex:t?0:-1,title:o}))}return null},size:40,meta:{align:"center",enableSearch:!1,header:"",headerClassName:"!p-0"}},rowSelection:{header:function(e){const{texts:t}=Er(),{table:l}=e,a=l.options.meta;if(l.options.enableMultiRowSelection){const e=l.getIsAllRowsSelected(),r=l.getIsSomeRowsSelected(),o=e?t.table.columns.select.deselectAll:t.table.columns.select.selectAll,i=function(e){try{function t(){l.toggleAllRowsSelected(e)}const n=function(){if(a.server.loadAllIfNeeded)return Promise.resolve(a.server.loadAllIfNeeded(l.getState().sorting,l.getState().columnFilters)).then((function(){}))}();return Promise.resolve(n&&n.then?n.then(t):t())}catch(e){return Promise.reject(e)}};return n.createElement(dr,{title:o},n.createElement(jr,{"aria-label":o,className:"hover:border-blue !-mt-px",key:String(`${e}_${r}`),checked:e,indeterminate:r,loading:a.server.loadAllStatus===exports.TableServerLoadAllState.Loading,onChange:i}))}return null},renderer:function(e){var t;const{texts:a}=Er(),{row:r,table:o}=e,{rowIndex:i}=n.useContext(dc),s=o.options.meta;if(o.options.enableGrouping&&null!==(t=o.getState().grouping)&&void 0!==t&&t.length&&!r.getIsGrouped())return null;const c=r.getIsGrouped()?r.getIsAllSubRowsSelected():r.getIsSelected(),u=c?a.table.columns.select.deselect:a.table.columns.select.select;if(o.options.enableMultiRowSelection){const e=function(e){try{function t(){s.rowSelection.lastSelectedRowIndex.current=r.index}e.stopPropagation();const n=function(){if(r.getIsGrouped())r.subRows.forEach(e=>e.toggleSelected());else{const t=function(){if(e.shiftKey){var t;function n(){o.setRowSelection(e=>({...e,...c.reduce((e,t)=>({...e,[t.id]:!0}),{})}))}const[e,r]=(l=null!==(t=s.rowSelection.lastSelectedRowIndex.current)&&void 0!==t?t:0,[(a=i)<l?a:l,a>l?a:l]),c=o.getRowModel().rows.slice(e,r+1),u=function(){if(s.server.loadAllIfNeeded&&c.some(e=>void 0===e.original))return Promise.resolve(s.server.loadAllIfNeeded(o.getState().sorting,o.getState().columnFilters)).then((function(){}))}();return u&&u.then?u.then(n):n()}var l,a;r.toggleSelected()}();if(t&&t.then)return t.then((function(){}))}}();return Promise.resolve(n&&n.then?n.then(t):t())}catch(e){return Promise.reject(e)}};return n.createElement(dr,{title:n.createElement(n.Fragment,null,u,n.createElement(Ii,{className:"ml-2",keys:"Space"}))},n.createElement(jr,{"aria-label":u,className:"!mt-0",checked:c,onClick:e,onChange:()=>!1}))}{const e=l("!mt-0",_i());return n.createElement("button",{className:e,"aria-checked":c,onClick:e=>{e.stopPropagation(),r.toggleSelected(),s.rowSelection.lastSelectedRowIndex.current=r.index},role:"radio",type:"button"},c?n.createElement("span",{className:"h-2 w-2 rounded-full bg-white"}):null)}},size:40,meta:{align:"center",className:"!px-1",enableSearch:!1,header:"",headerClassName:"!px-1"}}};function vc(e,t,l,a){const r=Xa(t),o=function(e,t,l){var a,r,o;const i=e.id.replace(".","_"),s=function(e){var t,n,l,a,r,o,i,s,c,u,d,m,f,g,v,h,p,w,b,x,E,y;const z=e.preset?qs[e.preset]:Gs,C=null!==(t=e.enableRowActions)&&void 0!==t?t:z.enableRowActions,R=null!==(n=e.enableRowClick)&&void 0!==n?n:z.enableRowClick,S=null!==(l=e.enableRowDrag)&&void 0!==l?l:z.enableRowDrag,O=null!==(a=e.enableRowDrop)&&void 0!==a?a:z.enableRowDrop,A=null!==(r=e.enableRowGoto)&&void 0!==r?r:z.enableRowGoto,N=null!==(o=e.enableRowExpansion)&&void 0!==o?o:z.enableRowExpansion,L=null!==(i=e.enableRowSelection)&&void 0!==i?i:z.enableRowSelection,M=null!==(s=e.enableRowSelectionSingle)&&void 0!==s?s:z.enableRowSelectionSingle;return{enableFiltering:null!==(c=e.enableFiltering)&&void 0!==c?c:z.enableFiltering,enableSearch:null!==(u=e.enableSearch)&&void 0!==u?u:z.enableSearch,enableSorting:null!==(d=e.enableSorting)&&void 0!==d?d:z.enableSorting,enableColumnFreezing:null!==(m=e.enableColumnFreezing)&&void 0!==m?m:z.enableColumnFreezing,enableColumnHiding:null!==(f=e.enableColumnHiding)&&void 0!==f?f:z.enableColumnHiding,enableColumnResizing:null!==(g=e.enableColumnResizing)&&void 0!==g?g:z.enableColumnResizing,enableRowExpansion:N&&!!e.rowExpansionRenderer,enableRowSelection:L&&!!e.onRowSelect,enableRowSelectionSingle:M&&!!e.onRowSelect,enableColumnOrdering:null!==(v=e.enableColumnOrdering)&&void 0!==v?v:z.enableColumnOrdering,enableFontSize:null!==(h=e.enableFontSize)&&void 0!==h?h:z.enableFontSize,enableFooter:null!==(p=e.enableFooter)&&void 0!==p?p:z.enableFooter,enablePrinting:null!==(w=e.enablePrinting)&&void 0!==w?w:z.enablePrinting,enableRowActive:null!==(b=e.enableRowActive)&&void 0!==b?b:z.enableRowActive,enableRowActions:C&&!(null===(x=e.rowActions)||void 0===x||!x.length),enableRowClick:!(!R||!e.onRowClick)&&R,enableRowDrag:S&&!!e.onRowDrag,enableRowDrop:O&&!!e.onRowDrop,enableRowGoto:A&&!!e.onRowGoto,enableRowHeight:null!==(E=e.enableRowHeight)&&void 0!==E?E:z.enableRowHeight,enableSaveSettings:null!==(y=e.enableSaveSettings)&&void 0!==y?y:z.enableSaveSettings}}(e),[c,u]=function(e=!1,t,l={},a){const r=(o=t,`taco.${Ks().uniqueUserIdentifier}.table.${o}.settings`);var o;const[i,s]=function(e){return n.useMemo(()=>{if(!1===e)return[Object.keys(nc).reduce((e,t)=>({...e,[t]:!1}),{}),!1];if(!0===e)return[nc,!0];const t={...nc,...e};return[t,Object.values(t).some(e=>!0===e)]},[e])}(e),[c,u]=$s(s?r:void 0,lc(l,i)),d=n.useCallback(e=>{if(!s)return;const t=lc(e,i);u(t),"function"==typeof a&&a(t)},[s,a,JSON.stringify(i)]);return s?[c,d]:[l,()=>{}]}(s.enableSaveSettings,i,e.defaultSettings,e.onChangeSettings),d=function(e=!1){const[t,l]=n.useState(!1);return{isEnabled:e,isHorizontallyScrolled:t,handleScroll:e=>{e.currentTarget.scrollLeft>0&&!t?l(!0):0===e.currentTarget.scrollLeft&&t&&l(!1)}}}(s.enableColumnFreezing),m=function(e=!1){return{isEnabled:e}}(s.enableColumnOrdering),f=function(e=!1,t="medium"){const[l,a]=n.useState(t);return{isEnabled:e,size:l,setSize:e?a:()=>{}}}(s.enableFontSize,c.fontSize),g=function(e=!1){return{isEnabled:e}}(s.enableFooter),v=function(e=!1,t){const[l,a]=n.useState(!1),[r,o]=function(e){const t=`taco.${Ks().uniqueUserIdentifier}.table.${e}.print.settings`,[n,l]=$s(t,Ws);return[n,function(e,t){l(n=>({...n,[e]:t}))}]}(t);return{isEnabled:e,isPrinting:l,setIsPrinting:a,settings:r,setSetting:o}}(s.enablePrinting,i),h=Js(s.enableRowActive,e.defaultRowActiveIndex),p=function(e=!1,t,n=4){return{isEnabled:e,rowActions:e?t:void 0,rowActionsLength:t?Math.min(t.length,n):0}}(s.enableRowActions,e.rowActions,e.rowActionsLength),w=function(e=!1,t){const l=n.useCallback(t=>"boolean"==typeof e?e:e(t),[e]),a=n.useCallback((function(e,n){if(l(n)&&"function"==typeof t&&!e.defaultPrevented)return n&&"Enter"===e.key?(e.preventDefault(),void t(n)):void 0}),[e,t]),r=n.useCallback((function(e,n){l(n)&&"function"==typeof t&&!e.defaultPrevented&&(e.preventDefault(),t(n))}),[e,t]);return{isEnabled:l,handleClick:r,handleKeyDown:a}}(s.enableRowClick,e.onRowClick),b=function(e=!1,t){const[l,a]=n.useState({});return{isEnabled:e,dragging:l,setDragging:e?a:void 0,handleRowDrag:e?t:void 0}}(s.enableRowDrag,e.onRowDrag),x=function(e=!1,t){return{isEnabled:e,handleDrop:e?t:void 0}}(s.enableRowDrop,e.onRowDrop),E=function(e=!1,t){return{isEnabled:e,rowExpansionRenderer:e?t:void 0}}(s.enableRowExpansion,e.rowExpansionRenderer),y=function(e=!1,t){return{isEnabled:e,handleGoto:e?t:void 0}}(s.enableRowGoto,e.onRowGoto),z={isEnabled:!0,rowActionsForGroup:e.rowActionsForGroup},C=function(e=!1,t="medium"){const[l,a]=n.useState(t);return{isEnabled:e,height:l,setHeight:e?a:()=>{}}}(s.enableRowHeight,c.rowHeight),O=function(e=!1){const t=n.useRef(),l=n.useCallback((t,n)=>{if(!e||!n.options.enableRowSelection||t.defaultPrevented)return;const l=n.getRowModel().rows,a=n.options.meta;if(" "!==t.key)return(t.ctrlKey||t.metaKey)&&"a"===t.key?(t.preventDefault(),void n.toggleAllRowsSelected()):void 0;{t.preventDefault();const e=a.rowActive.rowActiveIndex;var r;void 0!==e&&(null===(r=l[e])||void 0===r||r.toggleSelected())}},[e]);return{isEnabled:e,handleKeyDown:e?l:()=>{},lastSelectedRowIndex:t}}(s.enableRowSelection),A=function(e=!1,t=!1){const[l,a]=n.useState(t),[r,o]=n.useState([]),[i,s]=n.useState(void 0);return{isEnabled:e,enableGlobalFilter:l,setEnableGlobalFilter:function(e,t){a(e);const n=t.getState().globalFilter;n&&setTimeout(()=>{t.setGlobalFilter(""),t.setGlobalFilter(n)},1)},highlightedColumnIndexes:r,setHighlightedColumnIndexes:o,currentHighlightColumnIndex:i,setCurrentHighlightColumnIndex:s}}(s.enableSearch,c.excludeUnmatchedRecordsInSearch),N=function(e,t,l=100){const a=!!e&&!!t,[r,o]=n.useState(!1),[i,s]=n.useState(exports.TableServerLoadAllState.Incomplete);let c,u,d;return"function"==typeof e&&(c=function(...t){try{const n=function(){if("function"==typeof e)return Promise.resolve(e(...t)).then((function(){o(!0)}))}();return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}}),"function"==typeof t&&(u=function(...e){try{const n=function(){if("function"==typeof t)return s(exports.TableServerLoadAllState.Loading),Promise.resolve(t(...e)).then((function(){s(exports.TableServerLoadAllState.Completed),o(!0)}))}();return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},d=function(...e){try{const t=function(){var t;if(i===exports.TableServerLoadAllState.Incomplete)return Promise.resolve(null===(t=u)||void 0===t?void 0:t(...e)).then((function(){}))}();return Promise.resolve(t&&t.then?t.then((function(){})):void 0)}catch(e){return Promise.reject(e)}}),{isEnabled:a,isReady:r,loadPage:c,loadAll:u,loadAllIfNeeded:d,loadAllStatus:i,pageSize:l}}(e.loadPage,e.loadAll,e.pageSize),{columns:L,...M}=function(e,t,l,a){const{children:r,defaultRowGroupColumnId:o}=e,i={},s=[],c={},u=n.Children.toArray(r).reduce((e,l)=>function e(t,l,a,r,o,i,s){const c=R.createColumnHelper();if(n.isValidElement(t)&&t.props.children){const{children:u,id:d,header:m}=t.props;l.push(c.group({id:d,header:m,columns:n.Children.toArray(u).reduce((t,n)=>e(n,t,a,r,o,i,s),[]),enableGrouping:!1}))}else if(n.isValidElement(t)&&(t.props.accessor||t.props.id)){const{id:e,accessor:n=e,renderer:c,aggregate:m,footer:f,header:g,aggregationFn:v,defaultHidden:h,defaultWidth:p,enableFiltering:w=!0,enableGrouping:b=!1,enableHiding:x=!0,enableOrdering:E=!0,enablePrinting:y=!0,enableResizing:z=!0,enableSearch:C=!0,enableSorting:R=!0,enableTruncate:O=!1,minWidth:A=Os(i.fontSize),sort:N,sortFn:L,...M}=t.props;h&&x&&(o[e]=!1),p&&(a[e]=p);const k=s===e;(void 0!==t.props.sort||k)&&r.push({id:e,desc:"desc"===N});const H={id:e,accessorKey:n,accessorFn:e=>S(e,n),header:g,enableColumnFilter:w,enableGlobalFilter:C,enableGrouping:b,enableHiding:!k&&x,enableResizing:z,enableSorting:R,minSize:A,meta:{...M,defaultWidth:p,enableOrdering:!k&&E,enablePrinting:y,enableTruncate:O,header:g,renderer:c}};"function"==typeof c&&(H.cell=e=>c(e.getValue(),e.row.original)),"function"==typeof f&&(H.footer=e=>f(e.table.getRowModel().rows.flatMap(e=>void 0!==e.original?e.original:[]))),w&&(H.filterFn="tacoFilter"),b&&(H.aggregationFn=v,"function"==typeof m&&(H.aggregatedCell=e=>m(e.getValue(),e.row.original))),R&&(H.sortingFn=(u=t.props.dataType,"function"==typeof(d=L)?(e,t,n)=>d(e.original,t.original,n):d||(u&&"boolean"!==u&&"number"!==u?u:"auto")),H.sortDescFirst=!1,H.sortUndefined=1),l.push(H)}var u,d;return l}(l,e,i,s,c,t,o),[]);if(a){var d;if(l.enableRowExpansion&&e.rowExpansionRenderer&&a.rowExpansion){const e=Bs("__expansion",a.rowExpansion,i);u.unshift(e)}if((l.enableRowSelection||l.enableRowSelectionSingle)&&a.rowSelection){const e=Bs("__select",a.rowSelection,i);u.unshift(e)}if(l.enableRowDrag&&e.onRowDrag&&a.rowDrag){const e=Bs("__drag",a.rowDrag,i);u.unshift(e)}if(l.enableRowActions&&null!==(d=e.rowActions)&&void 0!==d&&d.length&&a.rowActions){const e=Bs("__actions",a.rowActions,i);u.push(e)}}return{columns:u,defaultSizing:i,defaultSorting:s,defaultVisibility:c}}(e,c,s,l),k=function(e,t,l,a){return n.useMemo(()=>{var n,r,o,i,s,c,u,d,m,f,g,v,h,p,w,b,x,E,y,z,C;const R=null!==(n=null!==(r=l.columnPinning)&&void 0!==r?r:null===(o=e.defaultSettings)||void 0===o?void 0:o.columnPinning)&&void 0!==n?n:{},S=Ns(t,null!==(i=l.columnOrder)&&void 0!==i?i:null===(s=e.defaultSettings)||void 0===s?void 0:s.columnOrder,R.left);R.left=null!=R&&null!==(c=R.left)&&void 0!==c&&c.length?Ms(S.indexOf(R.left[R.left.length-1]),S):e.defaultColumnFreezingIndex?Ms(e.defaultColumnFreezingIndex,S):Ls(S);const O={columnFilters:null!==(u=null!==(d=l.columnFilters)&&void 0!==d?d:null===(m=e.defaultSettings)||void 0===m?void 0:m.columnFilters)&&void 0!==u?u:[],columnOrder:S,columnPinning:R,columnSizing:Ps(null!==(f=null!==(g=null!==(v=l.columnSizing)&&void 0!==v?v:null===(h=e.defaultSettings)||void 0===h?void 0:h.columnSizing)&&void 0!==g?g:a.defaultSizing)&&void 0!==f?f:{}),columnVisibility:null!==(p=null!==(w=null!==(b=l.columnVisibility)&&void 0!==b?b:null===(x=e.defaultSettings)||void 0===x?void 0:x.columnVisibility)&&void 0!==w?w:a.defaultVisibility)&&void 0!==p?p:{},globalFilter:null!==(E=l.searchQuery)&&void 0!==E?E:null===(y=e.defaultSettings)||void 0===y?void 0:y.searchQuery,sorting:l.sorting?l.sorting.filter(e=>t.find(t=>t.id===e.id)):null!==(z=null===(C=e.defaultSettings)||void 0===C?void 0:C.sorting)&&void 0!==z?z:a.defaultSorting};return e.defaultRowGroupColumnId&&(O.grouping=[e.defaultRowGroupColumnId],O.expanded=!0),O},[])}(e,L,c,M),H=null!==(a=e.data)&&void 0!==a?a:[],V=null!==(r=e.length)&&void 0!==r?r:H.length,I=R.useReactTable({data:H,columns:L,initialState:k,getCoreRowModel:R.getCoreRowModel(),..._s(s,e),enableGlobalFilter:A.enableGlobalFilter,meta:{...t,columnFreezing:d,columnOrdering:m,fontSize:f,footer:g,length:V,printing:v,rowActions:p,rowActive:h,rowClick:w,rowDrag:b,rowDrop:x,rowExpansion:E,rowIdentityColumnId:e.rowIdentityColumnId,rowGoto:y,rowGroups:z,rowHeight:C,rowSelection:O,search:A,server:N}});return function(e){const t=e.options.meta,n=e.getRowModel().rows;ac(()=>{const e=t.rowActive.rowActiveIndex;void 0!==e&&e>n.length&&t.rowActive.setRowActiveIndex(0)},[n.length])}(I),function(e,t){const n=e.getState().columnFilters;ac(()=>{e.options.enableColumnFilters&&"function"==typeof t&&(t(n),e.options.enableRowSelection&&e.resetRowSelection())},[e.options.enableColumnFilters,n])}(I,e.onChangeFilter),function(e){const t=e.options.meta,l=n.useRef(t.fontSize.size);ac(()=>{const n=function(e){switch(e){case`${exports.FontSizes.small}-${exports.FontSizes.medium}`:case`${exports.FontSizes.medium}-${exports.FontSizes.large}`:return 8;case`${exports.FontSizes.medium}-${exports.FontSizes.small}`:case`${exports.FontSizes.large}-${exports.FontSizes.medium}`:return-8;case`${exports.FontSizes.small}-${exports.FontSizes.large}`:return 16;case`${exports.FontSizes.large}-${exports.FontSizes.small}`:return-16;default:return 0}}(`${l.current}-${t.fontSize.size}`),a=Os(t.fontSize.size);e.setColumnSizing(t=>Object.fromEntries(Object.entries(t).map(([t,l])=>{var r;const o=e.getColumn(t);var i;if(Ss(t))return[t,null!==(i=null==o?void 0:o.getSize())&&void 0!==i?i:l];const s=null!==(r=null==o?void 0:o.columnDef.minSize)&&void 0!==r?r:a;return[t,Math.max(s,l+n)]}))),l.current=t.fontSize.size},[t.fontSize.size])}(I),function(e){const t=e.options.meta;ac(()=>{"short"===t.rowHeight.height&&t.fontSize.size===exports.FontSizes.large&&t.fontSize.setSize(exports.FontSizes.medium)},[t.rowHeight.height])}(I),function(e,t){const n=e.getState().rowSelection;ac(()=>{const n=e.getSelectedRowModel().rows;var l,a;e.options.enableRowSelection&&"function"==typeof t&&t(e.options.enableMultiRowSelection?n.map(e=>e.original):null!==(l=[null===(a=n[0])||void 0===a?void 0:a.original])&&void 0!==l?l:[])},[e.options.enableRowSelection,e.options.enableMultiRowSelection,JSON.stringify(n)])}(I,e.onRowSelect),function(e,t){const l=e.options.meta;n.useEffect(()=>{if(l.search.isEnabled){const n=e.getState().globalFilter;!function(e,t){const n=t.options.meta;let l;if(e){const a=[],r=t.getVisibleLeafColumns(),o=t.getState().grouping;t.getRowModel().rows.forEach((t,n)=>{r.forEach((l,r)=>{try{let s=!0;if(null!=o&&o.length&&(t.getIsGrouped()?s=l.getIsGrouped():o.includes(l.id)&&(s=!1)),l.getIsVisible()&&l.columnDef.enableGlobalFilter&&s){var i;const o=As(S(t.original,l.id),null===(i=l.columnDef.meta)||void 0===i?void 0:i.dataType);void 0!==o&&Is(o,e)&&a.push([n,r])}}catch(e){}})}),n.search.setHighlightedColumnIndexes(a),a.length?(l=a[0][0],n.search.setCurrentHighlightColumnIndex(0)):n.search.setCurrentHighlightColumnIndex(void 0)}else n.search.setHighlightedColumnIndexes([]),n.search.setCurrentHighlightColumnIndex(void 0);void 0!==l&&n.rowActive.setRowActiveIndex(l)}(n,e),"function"==typeof t&&t(n)}},[l.server.loadAllStatus,l.search.isEnabled,l.search.enableGlobalFilter,e.getRowModel().rows.length,e.getState().globalFilter,JSON.stringify(e.getState().sorting),JSON.stringify(e.getState().columnVisibility),t])}(I,e.onChangeSearch),function(e,t){const l=e.getState().sorting,a=e.getState().columnFilters;n.useEffect(()=>{t&&t(0,l,a)},[])}(I,N.loadPage),function(e,t){const l=e.options.meta,a=e.getState();n.useEffect(()=>{let n;return"function"==typeof t&&(n=setTimeout(()=>{t(Fs(e))},250)),()=>clearTimeout(n)},[a.columnOrder,a.columnPinning,a.columnSizing,a.columnVisibility,e.options.enableGlobalFilter,l.fontSize.size,l.rowHeight.height,a.sorting])}(I,u),function(e,t){const l=e.options.meta,a=e.getRowModel().rows;n.useEffect(()=>{const e=Object.keys(null!=t?t:{}),n=[];if(t&&e.length&&void 0!==l.rowActive.rowActiveIndex){const r=a[l.rowActive.rowActiveIndex];e.forEach(e=>{const l=t[e];let a,o;"function"==typeof l?(a=l,o={key:e}):(a=l.handler,o={key:e,meta:l.meta,shift:l.shift}),n.push(ir(o,e=>{e.preventDefault(),a(null==r?void 0:r.original)}))})}return n.forEach(e=>{document.addEventListener("keydown",e)}),()=>{n.forEach(e=>{document.removeEventListener("keydown",e)})}},[t,l.rowActive.rowActiveIndex,a.length])}(I,e.shortcuts),function(e,t){const n=e.getState().sorting;ac(()=>{e.options.enableSorting&&"function"==typeof t&&(t(n),e.options.enableRowSelection&&e.resetRowSelection())},[e.options.enableSorting,n])}(I,e.onChangeSort),{id:i,instance:I,meta:null!==(o=I.options.meta)&&void 0!==o?o:{},state:I.getState()}}(e,a,gc),i=function(e,t,l,a){var r,o,i,s,c,u;const d=t.options.meta,m=t.getRowModel().rows,f=!(null===(r=t.getState().grouping)||void 0===r||!r.length),{createRowMeasurer:g,estimateSize:v}=function(e){const t=e.options.meta,l=e.getRowModel().rows,a=e.getState().expanded,[r,o]=n.useState({}),i=n.useMemo(()=>{const e=Object.values(r);return e.length?e.reduce((e,t)=>e+t,0)/e.length:0},[r]);return{estimateSize:n.useCallback(e=>{var n,r;const o=t.rowHeight.height?ic[t.rowHeight.height]:ic.medium;return!0===a||null!==(n=l[e])&&void 0!==n&&null!==(r=n.getIsExpanded)&&void 0!==r&&r.call(n)?o+i:o},[t.rowHeight.height,i,a]),createRowMeasurer:n.useCallback((e,t)=>(n,l)=>{l&&o(e=>({...e,[t.index]:l})),e(t,n+(null!=l?l:0))},[])}}(t),h=function(e){const t=e.getRowModel().rows,l=!!e.getState().grouping.length,a=n.useMemo(()=>{const e=[];return l&&t.forEach((t,n)=>{t.getIsGrouped()&&e.push(n)}),e},[t]),r=n.useCallback(e=>{var t;const n=null!==(t=[...a].reverse().find(t=>e.startIndex>=t))&&void 0!==t?t:a[0];return[...new Set([n,...O.defaultRangeExtractor(e)])].sort((e,t)=>e-t)},[a]);return l?r:void 0}(t),p=ic.medium,w=ic.medium*(t.getHeaderGroups().length>1?1.5:1),b=O.useVirtualizer({count:m.length,estimateSize:v,getScrollElement:()=>l.current,overscan:d.printing.isPrinting?m.length:void 0,rangeExtractor:h,scrollMargin:f?0:p,scrollPaddingStart:p,scrollPaddingEnd:d.footer.isEnabled?2*w:w}),x=b.getTotalSize(),E=b.getVirtualItems(),y=n.useCallback((e,t={align:"auto",behavior:"smooth"})=>{const n={...t,behavior:"auto"};l.current&&(0===e?b.scrollToOffset(0,n):e===m.length-1?l.current.scrollTop=l.current.scrollHeight:b.scrollToIndex(e,t))},[E.length,l.current,x,m.length]),z=f&&m.length>1?1:0,[C,R]=E.length>0?[Math.max(0,null!==(o=(null===(i=E[z])||void 0===i?void 0:i.start)-(null===(s=E[z])||void 0===s?void 0:s.size))&&void 0!==o?o:0),Math.max(0,null!==(c=x-(null===(u=E[E.length-1])||void 0===u?void 0:u.end))&&void 0!==c?c:0)]:[0,0];n.useEffect(()=>{a&&y(a,{align:"center",behavior:"auto"})},[]);let S={},A=null;return m.length&&(S={height:x,paddingBottom:R,paddingTop:C},A=E.map(l=>{if(!l)return null;const a=m[l.index],r=g(b.resizeItem,l);return n.createElement(mc,{key:a.id,row:a,index:l.index,table:t,measureRow:r,renderer:e.row,cellRenderer:e.cell})})),{rows:A,style:S,scrollToIndex:y}}(l,o.instance,r,e.defaultRowActiveIndex),{style:s,stylesheet:c}=function(e,t){const l=t.options.meta,{style:a,stylesheet:r}=function(e,t,l){const a=t.options.meta,r=t.getVisibleLeafColumns(),o=t.getState().columnSizing,i=Os(l),s=t.getRowModel().rows.length?"min-content 1fr min-content":"min-content 1fr";return n.useMemo(()=>{let n=0;const l=[],c={gridTemplateColumns:r.reduce((e,s,c)=>{var u,d;if(t.options.enableGrouping&&s.getIsGrouped())return e;const m=null!==(u=s.columnDef.minSize)&&void 0!==u?u:i,f=o[s.id];let g;if(Ss(s.id))g="__actions"===s.id?`minmax(${32*a.rowActions.rowActionsLength+8}px, auto)`:s.getSize()+"px";else if(void 0!==f){const e=c===r.length-1;if("grow"===f||Number.isNaN(f)&&!e)g="minmax(max-content, 1fr)";else{const t=f<m?m:f;g=e?`minmax(${t}px, auto)`:t+"px"}}else g="minmax(max-content, auto)";return!1===(null===(d=s.columnDef.meta)||void 0===d?void 0:d.enablePrinting)?l.push(s.id):n++,`${e} ${g}`.trim()},""),gridTemplateRows:s},u=l.map(t=>`table[data-taco^='table']#${e} > thead > tr > th[data-cell-id='${t}']\n,table[data-taco^='table']#${e} > tbody > tr > td[data-cell-id='${t}']\n`).join(",");return{style:c,stylesheet:`@media print { table[data-taco^='table']#${e} { grid-template-columns: repeat(${n}, auto) !important; }\n table[data-taco^='table']#${e} [data-cell-id^='__']${u?", "+u:""} { display: none; }}`}},[r,o,i,a.rowActions.rowActionsLength])}(e,t,l.fontSize.size),{stylesheet:o}=function(e,t){const{columnPinning:l,columnSizing:a}=t.getState();return{stylesheet:n.useMemo(()=>{const n=[],l=t.getFlatHeaders().filter(e=>!e.subHeaders.length).map(e=>e.id),a=t.getLeftFlatHeaders().filter(e=>!e.subHeaders.length),r=t.getRightFlatHeaders().filter(e=>!e.subHeaders.length);if(a.length){a.forEach(t=>{n.push(`table[data-taco^='table']#${e} [data-cell-id="${t.column.id}"] {\n left: ${t.column.getStart(t.column.getIsPinned())}px;\n }`)});const t=a.map(e=>e.id),r=l.indexOf(t[t.length-1]);n.push(`table[data-taco^='table']#${e} > thead > tr > th:nth-child(${r+1}),\n table[data-taco^='table']#${e} > tbody > tr > td:nth-child(${r+1}),\n table[data-taco^='table']#${e} > tfoot > tr > td:nth-child(${r+1}):not([data-cell-id^="__"]) {\n border-right-width: 1px;\n }\ntable[data-taco^='table']#${e} > thead > tr > th:nth-child(${r+1})[data-cell-id^="__"],\n table[data-taco^='table']#${e} > tbody > tr > td:nth-child(${r+1})[data-cell-id^="__"] {\n border-right-color: transparent;\n }\ntable[data-taco^='table']#${e} > thead > tr > th:nth-child(${r+1}):after {\n content: none;\n }\ntable[data-taco^='table'][data-table-horizontally-scrolled="true"]#${e} > thead > tr > th:nth-child(${r+1}),\n table[data-taco^='table'][data-table-horizontally-scrolled="true"]#${e} > tbody > tr > td:nth-child(${r+1}),\n table[data-taco^='table'][data-table-horizontally-scrolled="true"]#${e} > tfoot > tr > td:nth-child(${r+1}) {\n border-right-color: rgb(221, 221, 221);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 6px 0px 6px rgb(0 0 0/8%);\n }`)}if(r.length){r.forEach(t=>{n.push(`table[data-taco^='table']#${e} [data-cell-id="${t.column.id}"] {\n right: ${t.column.getStart(t.column.getIsPinned())}px;\n }`)});const t=r.map(e=>e.id),a=l.indexOf(t[t.length-1]);n.push(`table[data-taco^='table']#${e} > thead > tr > th:nth-child(${a+1}):not([data-cell-id^="__"]),\n table[data-taco^='table']#${e} > tbody > tr > td:nth-child(${a+1}):not([data-cell-id^="__"]) {\n border-left-width: 1px;\n }`)}return n.join("\n")},[l,a])}}(e,t);return{style:{"--table-header-group-depth":t.getHeaderGroups().length,"--table-cell-padding-x":oc(l.fontSize.size),"--table-cell-padding-y":rc(l.rowHeight.height,l.fontSize.size),...a},stylesheet:[r,o].filter(e=>!!e).join("\n")}}(o.id,o.instance);return function(e,t,l){const a=e.options.meta,r=e.getRowModel().rows;n.useEffect(()=>{const n=n=>{const o=n.target;var i,s;null!=(i=o)&&i.closest("[role=dialog],[role=menu]")&&!function(e,t){var n;return!(null==e||null===(n=e.closest("[role=dialog],[role=menu]"))||void 0===n||!n.contains(t))}(o,t.current)||lr(o)&&!nr(o,t.current)||(a.rowActive.handleKeyDown(n,r.length,l),a.rowSelection.handleKeyDown(n,e),void 0!==a.rowActive.rowActiveIndex&&a.rowClick.handleKeyDown(n,null===(s=r[a.rowActive.rowActiveIndex])||void 0===s?void 0:s.original))};return document.addEventListener("keydown",n),()=>{document.removeEventListener("keydown",n)}},[t.current,a.rowActive.rowActiveIndex,l])}(o.instance,r,i.scrollToIndex),function(e,t){n.useEffect(()=>{t.current&&(t.current.instance={resetFiltering:()=>e.resetColumnFilters(),resetRowExpansion:()=>e.resetExpanded(),resetRowSelection:()=>e.resetRowSelection(),resetSorting:()=>e.resetSorting()})},[e,t.current])}(o.instance,r),function(e,t){const l=e.options.meta;n.useEffect(()=>{if(void 0!==l.rowActive.rowActiveIndex){var e,n;const l=null!==(e=null===(n=t.current)||void 0===n?void 0:n.querySelector('tbody tr[data-row-active="true"]'))&&void 0!==e?e:null;var a;nr(document.activeElement,l)||lr(document.activeElement)||null==l||null===(a=l.focus)||void 0===a||a.call(l,{preventScroll:!0})}},[l.rowActive.rowActiveIndex])}(o.instance,r),{...o,props:{customSettings:e.customSettings,emptyState:e.emptyState,toolbarLeft:e.toolbarLeft,toolbarPanel:e.toolbarPanel,toolbarRight:e.toolbarRight},renderer:i,style:s,stylesheet:c,ref:r}}function hc(e,t,n){const l=e.column.columnDef.meta,a=e.column.getIsPinned();return{"data-cell-align":null==l?void 0:l.align,"data-cell-highlighted":n,"data-cell-id":e.column.id,"data-cell-index":t,"data-cell-pinned":!!a||void 0,"data-cell-truncate":!!l.enableTruncate||void 0,className:"function"==typeof l.className?l.className(e.row.original):l.className}}function pc(e){var t,l,a;const{cell:r,cellRef:o,index:i,isHighlighted:s}=e,c=r.getContext().table.options.meta,u=r.column.columnDef.meta,d=hc(r,i,s),{isHovered:m,rowIndex:f}=n.useContext(dc),g=c.rowActive.rowActiveIndex===f||m&&!c.rowActive.isHoverStatePaused,v=r.row.getVisibleCells().filter(e=>!Ss(e.column.id)).length-1,h=null!==(t=null!==(l=null===(a=u.renderer)||void 0===a?void 0:a.call(u,r.getValue(),r.row.original))&&void 0!==l?l:r.getValue())&&void 0!==t?t:null,p=r.getContext().row.subRows.map(e=>e.original);return n.createElement(wc,Object.assign({},d,{canShowActions:g,cellRef:o,colSpan:v,fontSize:c.fontSize.size,rowActions:c.rowGroups.rowActionsForGroup,rowId:r.row.id,subRows:p}),h)}const wc=n.memo((function(e){const{canShowActions:t,cellRef:l,children:a,colSpan:r,fontSize:o,rowActions:i,rowId:s,subRows:c,...u}=e;return n.createElement("td",Object.assign({},u,{ref:l,style:{gridColumn:`span ${r} / span ${r}`}}),n.createElement("span",{className:"grow"},a),null!=i&&i.length&&t?n.createElement(fc,{actions:i,actionsLength:4,data:c,fontSize:o,isActiveRow:!0,rowId:s}):null)}));function bc(e){const{cell:t,index:l,renderer:a}=e,r=n.useRef(null),o=function(e,t,l){const{rowIndex:a}=n.useContext(dc),r=e.getContext(),o=r.table.options.meta,i=e.column.columnDef.meta,s=n.useMemo(()=>{if(!e.column.columnDef.enableGlobalFilter||Ss(e.column.id)||e.getIsAggregated()||e.getIsPlaceholder())return;let n=!1;var l,s;if(r.table.getState().globalFilter&&(l=r.table.getState().globalFilter,n=null!=(s=e.getValue())&&String(As(s,i.dataType)).toLocaleLowerCase().includes(l.toLocaleLowerCase())),!n||void 0===o.search.currentHighlightColumnIndex)return;const[c,u]=o.search.highlightedColumnIndexes[o.search.currentHighlightColumnIndex];return c!==a||u!==t||"current"},[e.getValue(),r.table.getState().globalFilter,o.search.highlightedColumnIndexes.length,o.search.currentHighlightColumnIndex]);return n.useEffect(()=>{l.current&&"current"===s&&(l.current.scrollIntoView({block:"nearest",inline:"nearest"}),setTimeout(()=>{if(l.current){const t=l.current.closest('table[data-taco^="table"]');setTimeout(()=>{const n=null==t?void 0:t.querySelectorAll('thead tr:last-child th[data-cell-pinned="left"]');if(null!=n&&n.length){var l;const a=null===(l=n.item(n.length-1))||void 0===l?void 0:l.getBoundingClientRect();a&&e.column.getStart()<a.right&&(null==t||t.scrollTo(e.column.getStart()-a.right,t.scrollTop))}},1)}},1))},[s]),s}(t,l,r);if((t.getIsAggregated()||t.getIsPlaceholder())&&!Ss(t.column.id))return null;const i={cell:t,cellRef:r,index:l,isHighlighted:o};return t.getIsGrouped()?n.createElement(pc,Object.assign({},i)):n.createElement(a,Object.assign({},i))}const xc=n.memo((function(e){const{children:t,cellRenderer:a,index:r,measureRow:o,row:i,table:s,...c}=e,u=s.options.meta,d={...c,"data-row-id":i.id,"data-row-index":r,tabIndex:-1},m=n.useCallback(e=>{var t;const n=e.target;null!==(t=e.currentTarget)&&void 0!==t&&t.contains(e.target)&&!lr(n)&&u.rowClick.handleClick(e,i.original)},[i.original]),f=n.useCallback(()=>{u.rowActive.setRowActiveIndex(r)},[r]);u.rowActive.isEnabled&&(d["data-row-active"]=u.rowActive.rowActiveIndex===r||void 0,d.onClickCapture=f),u.rowClick.isEnabled(i.original)&&(d.onClick=m),u.rowDrag.isEnabled&&(d["aria-grabbed"]=!!u.rowDrag.dragging[i.id]);const[g,v]=rs(e=>{var t,n;return null===(t=(n=u.rowDrop).handleDrop)||void 0===t?void 0:t.call(n,e,i.original)});let h;var p,w,b;u.rowDrop.isEnabled&&(d.onDragEnter=null==v?void 0:v.onDragEnter,d.onDragLeave=null==v?void 0:v.onDragLeave,d.onDragOver=null==v?void 0:v.onDragOver,d.onDrop=null==v?void 0:v.onDrop,d["data-row-dragged-over"]=g),s.options.enableGrouping&&(d["data-row-group"]=!!i.getIsGrouped()||void 0),s.options.enableRowSelection&&(d["data-row-selected"]=!(!i.getIsSelected()&&!i.getIsAllSubRowsSelected())||void 0),u.rowExpansion.isEnabled&&i.getIsExpanded()&&(d["data-row-expanded"]=!0,h=null===(p=(w=u.rowExpansion).rowExpansionRenderer)||void 0===p||null===(b=p.call(w,i.original))||void 0===b?void 0:b());const x=i.original._meta;x&&x.layout&&(d["data-row-meta-layout"]=x.layout);const E=n.useRef(null),y=n.useRef(null);!function(e,t,l,a){n.useEffect(()=>{if(t){const n=t.getBoundingClientRect().height;a&&l?e(n,l.getBoundingClientRect().height):e(n)}},[a,t,l])}(o,E.current,y.current,!!d["data-row-expanded"]);const z=l("group/row",{"hover:cursor-pointer":"function"==typeof d.onClick});return n.createElement(n.Fragment,null,n.createElement("tr",Object.assign({},d,{className:z,ref:E}),t,i.getVisibleCells().map((e,t)=>n.createElement(bc,{key:e.id,cell:e,index:t,renderer:a}))),h?n.createElement("tr",{"data-row-parent-id":i.id,ref:y},n.createElement("td",{className:"col-span-full"},h)):null)}));function Ec(e){const{cell:t,cellRef:l,index:a,isHighlighted:r,...o}=e,i=t.column.columnDef.meta,s=hc(t,a,r),c=!!i.enableTruncate,u=t.getValue();let d;var m,f,g;return d=Ss(t.column.id)?R.flexRender(t.column.columnDef.cell,t.getContext()):null!==(m=null!==(f=null===(g=i.renderer)||void 0===g?void 0:g.call(i,u,t.row.original))&&void 0!==f?f:u)&&void 0!==m?m:null,n.createElement(yc,Object.assign({},o,s,{cellRef:l,isTruncated:c}),d)}const yc=n.memo((function(e){const{cellRef:t,children:l,isTruncated:a,...r}=e;return n.createElement("td",Object.assign({},r,{ref:t}),a?n.createElement("span",{className:"truncate print:overflow-visible print:whitespace-normal"},l):l)})),zc={row:xc,cell:Ec},Cc={asc:n.createElement(Na,{name:"chevron-up-solid",className:"pointer-events-none -my-0.5"}),desc:n.createElement(Na,{name:"chevron-down-solid",className:"pointer-events-none -my-0.5"})};function Rc(e){var t;return null!==(t=Cc[e.direction])&&void 0!==t?t:null}const Sc={asc:"ascending",desc:"descending"};function Oc(e){const{headerRef:t,id:a,isResizing:r,onResize:o,setColumnSizing:i,width:s}=e,{texts:c}=Er(),u=e=>{!Number.isInteger(s)&&t?(i(e=>({...e,[a]:t.getBoundingClientRect().width})),setTimeout(()=>{null==o||o(e)},1)):null==o||o(e)},d=n.createElement("div",{className:l("invisible absolute right-0 top-0 z-10 -mr-2 flex h-full w-4 cursor-col-resize touch-none select-none justify-center rounded py-0.5","group-hover/header:visible","[th:last-child>&]:!mr-0 [th:last-child>&]:w-2",{"!visible":r}),onClick:e=>{e.stopPropagation(),e.preventDefault()},onMouseDown:u,onTouchStart:u},n.createElement("div",{className:l("h-full w-1 rounded",{"!bg-blue-500":r,"bg-grey-500 hover:bg-grey-700":!r})}));return r?d:n.createElement(dr,{placement:"top",title:c.table.columns.resize.tooltip},d)}const Ac=t.forwardRef((function({onSearch:e,...n},l){const a=Xa(l),{texts:r}=Er(),o=()=>{var t,n;null==e||e(null!==(t=null===(n=a.current)||void 0===n?void 0:n.value)&&void 0!==t?t:"")};return t.createElement(qr,Object.assign({"aria-label":r.searchInput.placeholder,placeholder:r.searchInput.placeholder},n,{onKeyDown:t=>{var l;if(null===(l=n.onKeyDown)||void 0===l||l.call(n,t),!t.isDefaultPrevented())return"Enter"===t.key?(t.preventDefault(),void o()):void("Escape"!==t.key||null==e||e(""))},postfix:t.createElement(t.Fragment,null,n.disabled||n.readOnly||!n.value?null:t.createElement(hr,{"aria-hidden":!0,"aria-label":r.searchInput.clear,className:"group-peer-focus:visible group-peer-hover:visible !text-grey-700 invisible mr-0.5 !h-5 !min-h-[theme(spacing.4)] !w-5 !min-w-[theme(spacing.4)] text-xs hover:visible group-hover:visible",icon:"close",onClick:()=>{Qr(a.current,"")},rounded:!0,tabIndex:-1,tooltip:r.searchInput.clear}),t.createElement(hr,{"aria-label":r.searchInput.button,icon:"search",className:"group-peer-focus:!border-transparent group-peer-focus:group-peer-active:!border-transparent -mr-2 !border-transparent !bg-transparent focus:!border-transparent",disabled:n.disabled||n.readOnly,onClick:o,tabIndex:-1,tooltip:r.searchInput.button})),ref:a,type:"search"}))}));function Nc(e){const{onGoto:t,trigger:l,...a}=e,{texts:r}=Er();return n.createElement(Ro,Object.assign({},a,{anchor:l}),n.createElement(Ro.Content,null,n.createElement(Ac,{"aria-label":r.table.columns.menu.gotoRow,name:"query",onSearch:e=>t(e),onKeyDown:e=>e.stopPropagation(),placeholder:r.table.columns.menu.gotoRow+"..."})))}function Lc(e){const{canFilter:t,canGoto:a,canHide:r,canPin:o,canSort:i,columnId:s,customMenu:c,index:u,isFiltered:d,onFilter:m,onGoto:f,onHide:g,onPin:v,onSortToggle:h,scrollToIndex:p,setRowActiveIndex:w,sortDirection:b}=e,{texts:x}=Er(),[E,y]=n.useState(void 0);let z;if(E){const e=()=>y(void 0);switch(E){case"goto":if(f){const t=function(t){try{const n=tc((function(){return ec((function(){return Promise.resolve(f(t)).then((function(e){w(e),p(e)}))}),(function(e){console.error(e)}))}),(function(t,n){if(e(),t)throw n;return n}));return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}};z=l=>n.createElement(Nc,Object.assign({},l,{open:!0,onChange:e,onGoto:t}))}}}const C=n.useMemo(()=>{const e=[];if(r&&g&&e.push(n.createElement(es.Item,{icon:"eye-off",onClick:e=>setTimeout(()=>g(e),1)},x.table.columns.menu.hideColumn)),i&&e.push(n.createElement(es.Item,{icon:"sort-by",subMenu:()=>n.createElement(es.SubMenu,null,n.createElement(es.RadioGroup,{onChange:h,value:b},n.createElement(es.RadioGroup.Item,{value:"asc"},x.table.columns.menu.sortingOrder.ascending),n.createElement(es.RadioGroup.Item,{value:"desc"},x.table.columns.menu.sortingOrder.descending),n.createElement(es.RadioGroup.Item,{value:!1},x.table.columns.menu.sortingOrder.unsorted)))},x.table.columns.menu.sorting)),a&&e.push(n.createElement(es.Item,{icon:"move",onClick:()=>y("goto"),shortcut:"g"},x.table.columns.menu.gotoRow,"...")),o&&v&&(e.push(n.createElement(es.Item,{icon:"column-freeze",onClick:()=>v(u)},0===u?x.table.columns.menu.freezeFirstColumn:x.table.columns.menu.freezeUptoColumn.replace("[TOTAL]",String(u+1)))),e.push(n.createElement(es.Item,{icon:"column-unfreeze",onClick:()=>v(void 0)},x.table.columns.menu.unfreezeColumns))),t&&m&&e.push(n.createElement(es.Item,{icon:d?"filter-solid":"filter",onClick:()=>m()},d?x.table.columns.menu.editFilter:x.table.columns.menu.filter)),c){const t=c.map(e=>e(s)).filter(e=>!!e);t.length&&(e.length&&e.push(n.createElement(es.Separator,null)),e.push(...t))}return e.map((e,t)=>n.cloneElement(e,{key:t}))},[t,a,r,o,i,c,f,h,u,d,b]),R=l("justify-end overflow-hidden","!h-6 !w-0 !min-h-[theme(spacing.6)] !min-w-0","group-hover/header:!w-6 group-hover/header:!min-w-[theme(spacing.6)] group-hover/header:-mr-1","aria-expanded:!w-6 aria-expanded:!min-w-[theme(spacing.6)]","focus:!w-6 focus:!min-w-[theme(spacing.6)]",{"!w-6 !min-w-[theme(spacing.6)]":!!z},e.className);return n.createElement(hr,{className:R,icon:"more",menu:z?void 0:e=>n.createElement(es,Object.assign({},e),n.createElement(es.Content,null,C)),popover:z,onClickCapture:e=>e.preventDefault(),onKeyDown:e=>{var t;"ArrowUp"!==e.key&&"ArrowDown"!==e.key||null===(t=e.currentTarget)||void 0===t||t.blur()}})}function Mc(e){var t;const{header:a,scrollToIndex:r}=e;if(a.column.getIsGrouped())return null;const{table:o}=a.getContext(),i=o.options.meta,s=null!==(t=a.column.columnDef.meta)&&void 0!==t?t:{},c=!!a.subHeaders.length,u=function(e){var t,n;return null!==(t=e.subHeaders)&&void 0!==t&&t.length?null===(n=e.subHeaders.find(e=>e.column.getIsPinned()))||void 0===n?void 0:n.column.getIsPinned():e.column.getIsPinned()}(a),d=!a.isPlaceholder&&a.column.getCanFilter()&&!!o.options.enableColumnFilters,m=!a.isPlaceholder&&!c&&a.column.getCanHide(),f=!!o.getRowModel().rows.length,g=!a.isPlaceholder&&!c&&a.column.getCanPin(),v=!a.isPlaceholder&&!c&&a.column.getCanResize(),h=!a.isPlaceholder&&!c&&a.column.getCanSort(),p=h&&!a.isPlaceholder&&!c&&i.rowGoto.isEnabled&&!!a.column.getIsSorted(),w=!Ss(a.id)&&(m||p||g||h||!!s.menu),b=o.getState().sorting,x=o.getState().columnFilters,E=o.getState().globalFilter,y={align:s.align,canFilter:d,canHide:m,canGoto:p,canMeasureSize:f,canPin:g,canResize:v,canSort:h,className:l("group/header",s.headerClassName),children:R.flexRender(a.column.columnDef.header,a.getContext()),colSpan:a.colSpan,customMenu:s.menu,defaultWidth:s.defaultWidth,hasMenu:w,id:a.id,isFiltered:a.column.getIsFiltered(),index:a.index,isGroup:c,isPinned:u,isPlaceholder:a.isPlaceholder,offset:a.column.getStart(u),scrollToIndex:r,setRowActiveIndex:i.rowActive.setRowActiveIndex,setColumnSizing:o.setColumnSizing,tooltip:s.tooltip,width:o.getState().columnSizing[a.id]};if(a.isPlaceholder){const e=a.headerGroup.headers[a.index+1];y.className=l("!bg-white before:!content-none",y.className,{"after:!content-none":null==e?void 0:e.isPlaceholder})}if(d&&(y.onFilter=()=>{a.column.setFilterValue({comparator:exports.TableFilterComparator.Contains})}),p&&(y.onGoto=e=>{var t,n;return null===(t=(n=i.rowGoto).handleGoto)||void 0===t?void 0:t.call(n,a.id,e,b,x,E)}),m&&(y.onHide=a.column.getToggleVisibilityHandler()),g&&(y.onPin=e=>{o.setColumnPinning(t=>({...t,left:void 0===e?Ls(t.left):Ms(e,o.getAllLeafColumns().map(e=>e.id))}))}),v&&(y.isResizing=a.column.getIsResizing(),y.onResize=a.getResizeHandler()),h){const e=e=>{!1===e?a.column.clearSorting():a.column.toggleSorting("desc"===e)};y.onSort=a.column.getToggleSortingHandler(),y.onSortToggle=e,y.sortDirection=a.column.getIsSorted()}return n.createElement(kc,Object.assign({key:a.id},y))}const kc=n.memo((function(e){const{align:t,canFilter:a,canGoto:r,canHide:o,canMeasureSize:i,canPin:s,canResize:c,canSort:u,children:d,className:m,colSpan:f,customMenu:g,defaultWidth:v,hasMenu:h,id:p,index:w,isFiltered:b,isGroup:x,isPinned:E,isPlaceholder:y,isResizing:z,offset:C,onFilter:R,onGoto:S,onHide:O,onPin:A,onResize:N,onSort:L,onSortToggle:M,scrollToIndex:k,setRowActiveIndex:H,setColumnSizing:V,sortDirection:I,tooltip:j,width:D}=e,[T,F]=n.useState(null);!function(e,t,l,a,r,o){n.useLayoutEffect(()=>{if(r&&a&&!Number.isInteger(l)&&!Ss(e)){const n=()=>o(t=>({...t,[e]:a.getBoundingClientRect().width}));"grow"===t?requestAnimationFrame(n):n()}},[a,r,l])}(p,v,D,T,i,V);const P={};return f>1&&(P.gridColumn="span "+f),E&&(P[E]=C+"px"),n.createElement("th",Object.assign({},function(e,t,n){var l;return e?{"aria-sort":null!==(l=Sc[n])&&void 0!==l?l:"none",onClick:e=>{!e.isDefaultPrevented()&&e.currentTarget.contains(e.target)&&(e.preventDefault(),null==t||t(e))}}:{}}(u,L,I),{className:m,"data-cell-align":x?"center":t,"data-cell-id":p,"data-cell-pinned":E||void 0,style:P,ref:F}),y?null:Ss(p)?d:n.createElement(dr,{title:String(null!=j?j:d),placement:"top"},n.createElement("span",{className:"truncate"},d)),I?n.createElement(Rc,{direction:I}):null,h?n.createElement(Lc,{canFilter:a,canGoto:r,canHide:o,canPin:s,canSort:u,className:l({"ml-auto":"right"!==t,"ml-0":"right"===t}),customMenu:g,index:w,isFiltered:b,onFilter:R,onGoto:S,onHide:O,onPin:A,onSortToggle:M,scrollToIndex:k,setRowActiveIndex:H,sortDirection:I,columnId:p}):null,c?n.createElement(Oc,{headerRef:T,id:p,isResizing:z,onResize:N,setColumnSizing:V,width:D}):null)})),Hc={accept:e=>!!e.closest('tr[data-row-active="true"]'),tabbable:!0},Vc={accept:e=>{const t=!lr(e)||"-1"!==e.getAttribute("tabindex");return!!e.closest('tr[data-row-active="true"]')&&!Za(e)&&t}};function Ic(){const e=h.useFocusManager();return{focusPrevious:(t=!1)=>e.focusPrevious(t?Vc:Hc),focusNext:(t=!1)=>e.focusNext(t?Vc:Hc),focusFirst:()=>e.focusFirst(Hc),focusLast:()=>e.focusLast(Hc)}}function jc(e){const{enableHorizontalArrowKeyNavigation:t=!1,scrollToIndex:l,table:a,tableElement:r,...o}=e,i=n.useRef(null),s=Ic(),c=a.options.meta,u=n.useCallback(e=>{var t,n;const l=null===(t=e.target)||void 0===t||null===(n=t.closest("tr"))||void 0===n?void 0:n.getAttribute("data-row-index");l&&c.rowActive.setRowHoverIndex(Number.parseInt(l))},[]),d=n.useCallback(()=>c.rowActive.setRowHoverIndex(void 0),[]);return n.createElement("tbody",Object.assign({},o,{onKeyDown:e=>{if(!e.isDefaultPrevented()&&!e.isPropagationStopped()&&void 0!==c.rowActive.rowActiveIndex){const n=0===c.rowActive.rowActiveIndex,a=c.rowActive.rowActiveIndex===c.length-1;if("Tab"===e.key||t&&("ArrowLeft"===e.key||"ArrowRight"===e.key)){if("Tab"===e.key&&!Za(e.target.closest("tr[data-row-id]")))return;c.rowActive.setHoverStatePaused(!0);const t=rr(e);let o;switch(e.key){case"ArrowLeft":o=t?s.focusFirst():s.focusPrevious(!0);break;case"ArrowRight":o=t?s.focusLast():s.focusNext(!0),t&&r&&(r.scrollLeft=r.scrollWidth);break;default:o=e.shiftKey?s.focusPrevious():s.focusNext()}if(o)return void e.preventDefault();if(e.shiftKey||"ArrowLeft"===e.key){if(!n){e.preventDefault();const t=c.rowActive.rowActiveIndex-1;c.rowActive.setRowActiveIndex(t),requestAnimationFrame(()=>{s.focusLast(),l(t)})}}else if(!a){e.preventDefault();const t=c.rowActive.rowActiveIndex+1;c.rowActive.setRowActiveIndex(t),requestAnimationFrame(()=>{s.focusFirst(),l(t)})}}}},onMouseLeave:d,onMouseMove:u,ref:i}))}function Dc(e){var t;const{table:l}=e,{locale:a,texts:r}=Er(),o=l.options.meta.length,i=l.getRowModel().rows.length;let s,c;const u=l.getSelectedRowModel().rows.length;return u>0?(s=r.table.footer.summary.selected,c=n.createElement(n.Fragment,null,n.createElement("strong",null,new Intl.NumberFormat(a).format(u))," ",r.table.footer.summary.count," ",n.createElement("strong",null,new Intl.NumberFormat(a).format(o)))):null!==(t=l.getState().columnFilters)&&void 0!==t&&t.length||l.getState().globalFilter&&l.options.enableGlobalFilter?(s=r.table.footer.summary.records,c=n.createElement(n.Fragment,null,n.createElement("strong",null,i)," ",r.table.footer.summary.count," ",n.createElement("strong",null,new Intl.NumberFormat(a).format(o)))):(s=r.table.footer.summary.records,c=n.createElement("strong",null,new Intl.NumberFormat(a).format(o))),n.createElement("div",{className:"sticky left-0 z-20 flex h-full w-fit items-center whitespace-nowrap bg-white pr-1 shadow-[12px_0px_6px_white]","data-taco":"table-footer-summary"},s," ",c)}function Tc(e){const t=e.table.getFooterGroups()[0].headers.filter(e=>!e.column.getIsGrouped());return n.createElement("tfoot",null,n.createElement("tr",null,t.map((e,t)=>n.createElement(Fc,{key:e.id,header:e,index:t}))))}function Fc(e){return n.createElement(Pc,{footer:e.header,index:e.index})}const Pc=n.memo((function(e){var t,l;const{footer:a,index:r}=e,o=a.column.columnDef.meta,i=null!==(t=a.subHeaders)&&void 0!==t&&t.length?null===(l=a.subHeaders.find(e=>e.column.getIsPinned()))||void 0===l?void 0:l.column.getIsPinned():a.column.getIsPinned(),s={};let c,u;return i&&(s[i]=a.column.getStart(i)+"px"),0===r?(u="left",c=n.createElement(Dc,{table:a.getContext().table})):(u=o.align,c=a.isPlaceholder?null:R.flexRender(a.column.columnDef.footer,a.getContext())),n.createElement("td",{key:a.id,"data-cell-align":u,"data-cell-id":a.id,"data-cell-pinned":i||void 0,style:s},c)}));function Bc(e){const{emptyState:t=null,...l}=e;return n.createElement("tbody",Object.assign({},l,{className:"!auto-rows-fr"}),n.createElement("tr",{className:"!auto-rows-fr"},n.createElement("td",{className:"col-span-full !border-0 !p-0 hover:!bg-white"},t?n.createElement(t,null):null)))}const _c=n.forwardRef((function(e,t){var a,r;const{findCurrent:o,findTotal:i,loading:s=!1,onChange:c,onClear:u,onClickFindNext:d,onClickFindPrevious:m,settingsContent:f,shortcut:g,value:v,...h}=e,p=Xa(t),w=n.useRef(null),[b,x]=n.useState(!1),{texts:E}=Er(),y=null==v?void 0:v.length,z=d&&m&&void 0!==o&&void 0!==i;cr(g,e=>{var t;document.activeElement!==p.current&&(e.preventDefault(),null===(t=p.current)||void 0===t||t.focus())});const C=e=>{var t,n;w.current&&(w.current===e.relatedTarget||null!==(t=w.current)&&void 0!==t&&t.contains(e.relatedTarget))||(x(!1),null===(n=h.onBlur)||void 0===n||n.call(h,e))},R=()=>{requestAnimationFrame(()=>{var e;return null===(e=p.current)||void 0===e?void 0:e.blur()}),c(""),null==u||u()};let S;h.disabled||h.readOnly||!v&&!b?!g||b||v||(S=n.createElement(Ii,{keys:g,onClickCapture:()=>{var e;return null===(e=p.current)||void 0===e?void 0:e.focus()}})):(v&&(S=n.createElement(hr,{"aria-label":E.searchInput.clear,className:"scale-75 !bg-transparent hover:!bg-black/[0.08] [&>svg]:scale-125",icon:"close",onMouseDown:R,tabIndex:-1,tooltip:b?n.createElement(n.Fragment,null,E.searchInput.clear," ",n.createElement(Ii,{keys:"Escape"})):E.searchInput.clear})),z&&y&&(S=n.createElement(n.Fragment,null,n.createElement("span",{className:"text-grey-700 flex h-4 items-center border-r border-black/[0.25] pr-2"},s?n.createElement(Ir,{className:"h-4 w-4"}):`${null!=o?o:0}/${null!=i?i:0}`),o?n.createElement(n.Fragment,null,n.createElement(hr,{"aria-label":E.searchInput.findPrevious,className:"scale-75 !bg-transparent hover:!bg-black/[0.08] [&>svg]:scale-125",icon:"chevron-up",onMouseDown:m,tabIndex:-1,tooltip:b?n.createElement(n.Fragment,null,E.searchInput.findPrevious," ",n.createElement(Ii,{keys:{shift:!0,key:"Enter"}})):E.searchInput.findPrevious}),n.createElement(hr,{"aria-label":E.searchInput.findNext,className:"scale-75 !bg-transparent hover:!bg-black/[0.08] [&>svg]:scale-125",icon:"chevron-down",onMouseDown:d,tabIndex:-1,tooltip:b?n.createElement(n.Fragment,null,E.searchInput.findNext," ",n.createElement(Ii,{keys:"Enter"})):E.searchInput.findNext})):null,S)));const O=l("!pl-7 group-focus-within:!w-72 group-focus-within:yt-focus",z?{"!w-48":!v,"!w-72":v}:"!w-48",{"!wcag-blue-100":y},e.className),A=n.createElement(qr,Object.assign({},h,{"aria-label":null!==(a=h["aria-label"])&&void 0!==a?a:E.searchInput.placeholder,className:O,"data-taco":"search-input2",onBlur:C,onChange:e=>c(e.target.value),onFocus:e=>{var t;x(!0),null===(t=h.onFocus)||void 0===t||t.call(h,e)},onKeyDown:t=>{var n;if(null===(n=e.onKeyDown)||void 0===n||n.call(e,t),!t.isDefaultPrevented())return"Enter"===t.key?(t.preventDefault(),void(z&&y&&(t.shiftKey?null==m||m():null==d||d()))):"Escape"===t.key?(R(),void t.stopPropagation()):void 0},placeholder:null!==(r=h.placeholder)&&void 0!==r?r:E.searchInput.placeholder,prefix:n.createElement(Na,{"aria-label":E.searchInput.button,className:"-ml-0.5 scale-95",name:"search",onClickCapture:()=>{var e;return null===(e=p.current)||void 0===e?void 0:e.focus()}}),postfix:S,ref:p,value:null!=v?v:""}));if(f){const e=l("border-grey-300 absolute left-0 right-0 -mt-0.5 hidden top-full group-focus-within:flex focus-within:flex flex-col gap-y-4 rounded-b border border-t-0 bg-white p-3 shadow !pt-[calc(theme(spacing.3)_+_theme(spacing[0.5]))]");return n.createElement("div",{className:l("group relative",{"z-10 [&_[data-taco=input-container]]:z-10":b}),ref:w,style:{opacity:.999}},A,n.createElement("div",{onBlur:C,className:e,onClickCapture:()=>{var e;return null===(e=p.current)||void 0===e?void 0:e.focus()},tabIndex:-1},f))}return A}));function Gc(e){var t,l;const{scrollToIndex:a,table:r,tableRef:o}=e,{texts:i}=Er(),s=n.useRef(null),c=r.options.meta,u=r.getState().globalFilter,d=e=>a(e,{align:"center"});n.useEffect(()=>{c.search.highlightedColumnIndexes.length&&d(c.search.highlightedColumnIndexes[0][0])},[c.search.highlightedColumnIndexes.length]);const m=n.createElement(Ci,{label:i.table.search.excludeUnmatchedResults,checked:!!r.options.enableGlobalFilter,onChange:e=>{c.search.setEnableGlobalFilter(e,r),requestAnimationFrame(()=>{var e;return null===(e=s.current)||void 0===e?void 0:e.focus()})}});return n.createElement(n.Fragment,null,n.createElement(_c,{findCurrent:void 0!==c.search.currentHighlightColumnIndex?c.search.currentHighlightColumnIndex+1:null,findTotal:null!==(t=null===(l=c.search.highlightedColumnIndexes)||void 0===l?void 0:l.length)&&void 0!==t?t:null,loading:c.server.loadAllStatus===exports.TableServerLoadAllState.Loading,name:"table-search",onClickFindPrevious:()=>{if(!c.search.highlightedColumnIndexes.length)return;const e=void 0===c.search.currentHighlightColumnIndex?0:0===c.search.currentHighlightColumnIndex?c.search.highlightedColumnIndexes.length-1:c.search.currentHighlightColumnIndex-1;c.search.setCurrentHighlightColumnIndex(e),d(c.search.highlightedColumnIndexes[e][0])},onClickFindNext:()=>{if(!c.search.highlightedColumnIndexes.length)return;const e=void 0===c.search.currentHighlightColumnIndex||c.search.currentHighlightColumnIndex===c.search.highlightedColumnIndexes.length-1?0:c.search.currentHighlightColumnIndex+1;c.search.setCurrentHighlightColumnIndex(e),d(c.search.highlightedColumnIndexes[e][0])},onChange:e=>{r.setGlobalFilter(String(null!=e?e:""))},onFocus:function(){try{const e=function(){if(c.server.loadAllIfNeeded)return Promise.resolve(c.server.loadAllIfNeeded(r.getState().sorting,r.getState().columnFilters)).then((function(){}))}();return Promise.resolve(e&&e.then?e.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},onKeyDown:e=>{if("Escape"===e.key&&void 0!==c.search.currentHighlightColumnIndex){const[e,t]=c.search.highlightedColumnIndexes[c.search.currentHighlightColumnIndex];void 0!==e&&void 0!==t&&(c.rowActive.setRowActiveIndex(e),requestAnimationFrame(()=>{var n;const l=null===(n=o.current)||void 0===n?void 0:n.querySelector(`tbody > tr[data-row-index="${e}"] > td[data-cell-index="${t}"]`);var a;l&&(null===(a=l.focus)||void 0===a||a.call(l))}))}},placeholder:i.table.search.placeholder,settingsContent:m,ref:s,shortcut:{key:"f",meta:!0,shift:!1},value:u}))}function qc(e,t){var l;const a=n.Children.toArray(e).filter(e=>"SortableList"===e.type.displayName),r=a.find(e=>e.props.id===t);return r?null==r?void 0:r.props:null===(l=a.find(e=>n.Children.toArray(e.props.children).findIndex(e=>e.props.id===t)>-1))||void 0===l?void 0:l.props}function Kc(e){const{children:t,reorder:l,move:a}=e;return n.createElement(N.DndContext,Object.assign({collisionDetection:N.closestCenter},e,{modifiers:[L.restrictToVerticalAxis],onDragOver:function(e){const{active:n,over:l}=e;if(null==n||!n.id||null==l||!l.id)return;const r=qc(t,n.id),o=qc(t,l.id);null!=r&&r.id&&null!=o&&o.id&&r.id!==o.id&&a(n.id,null==r?void 0:r.id,o.id)},onDragEnd:function(e){const{active:n,over:a}=e;if(null==n||!n.id||null==a||!a.id)return;const r=qc(t,n.id),o=qc(t,a.id);null!=r&&r.id&&null!=o&&o.id&&r.id===o.id&&l(n.id,a.id,o.id)}}),t)}function $c(e){const{asChild:t,children:l,disabled:a=!1,id:r}=e,{attributes:o,listeners:i,setNodeRef:s,transform:c,transition:u}=M.useSortable({disabled:a,id:r}),d={transform:k.CSS.Transform.toString(c),transition:u},m={...o,...i,onPointerDown:e=>{e.currentTarget.contains(e.target)&&!["BUTTON","INPUT","TEXTAREA","SELECT","FIELDSET"].includes(e.target.nodeName)&&(null==i||i.onPointerDown(e))},ref:s,style:d};return t?n.cloneElement(l,m):n.createElement("div",Object.assign({},m),l)}function Wc(e){const{children:t,id:l,...a}=e,{setNodeRef:r}=N.useDroppable({id:l}),o=n.Children.toArray(t).map(e=>e.props);return n.createElement(M.SortableContext,{id:l,items:o,strategy:M.verticalListSortingStrategy},n.createElement("div",Object.assign({},a,{ref:l?r:void 0}),t))}Kc.displayName="SortableContainer",$c.displayName="SortableListItem",Wc.displayName="SortableList";const Uc=n.forwardRef((function(e,t){var a,r,o;const{column:i,draggable:s=!1,...c}=e,u=i.getCanHide(),d=l("group/column flex items-center gap-x-2 rounded py-1 px-2",{"hover:bg-grey-200":u||s,"hover:cursor-pointer":u,"active:cursor-move active:bg-grey-300":s}),m=s?c:void 0,f=i.getIsVisible(),g=null===(a=i.parent)||void 0===a||null===(r=a.columnDef)||void 0===r?void 0:r.header;return n.createElement("div",Object.assign({},m,{className:d,onClick:()=>i.toggleVisibility(!f),ref:t}),s?n.createElement(Na,{name:"drag",className:"text-grey-500 group-hover/column:text-grey-700 -mx-2 !h-5"}):null,n.createElement("span",{className:"flex-grow truncate"},null===(o=i.columnDef.meta)||void 0===o?void 0:o.header,g?n.createElement("span",{className:"italic"},"(",g,")"):null),u?n.createElement(jr,{checked:f,onChange:()=>i.toggleVisibility(!f)}):null)}));function Jc(e){const{table:t,trigger:l,...a}=e,{texts:r}=Er(),[o,i]=n.useState(""),s=t.getAllLeafColumns(),c=t.options.meta,u=n.useMemo(()=>s.filter(e=>!Ss(e.id)).filter(e=>{var t,n,l;return null==o||!o.length||(null===(t=e.columnDef.meta)||void 0===t?void 0:t.header.toLowerCase().includes(o.toLowerCase()))||(null===(n=e.parent)||void 0===n||null===(l=n.columnDef.meta)||void 0===l?void 0:l.header.toLowerCase().includes(o.toLowerCase()))}),[s,o]),d="flex max-h-64 flex-col gap-y-px overflow-auto";return n.createElement(Ro,Object.assign({},a,{anchor:l}),n.createElement(Ro.Content,null,n.createElement("div",{className:"flex min-w-[100px] max-w-sm flex-col gap-2"},t.options.enableHiding?n.createElement(qr,{onChange:e=>i(e.target.value),placeholder:r.table.columnSettings.search,value:o}):null,!c.columnOrdering.isEnabled||!u.length||null!=o&&o.length?n.createElement("div",{className:d},u.length?u.map(e=>n.createElement(Uc,{column:e,key:e.id})):r.table.columnSettings.noResults):n.createElement(Kc,{reorder:(e,n)=>{if(u.find(e=>{var t;return e.id===n&&!1===(null===(t=e.columnDef.meta)||void 0===t?void 0:t.enableOrdering)}))return;const l=t.getState().columnOrder,a=Ns(s,M.arrayMove(l,l.findIndex(t=>t===e),l.findIndex(e=>e===n)));if(t.setColumnOrder(a),t.getIsSomeColumnsPinned()){var r,o;const e=null!==(r=null===(o=t.getState().columnPinning.left)||void 0===o?void 0:o.length)&&void 0!==r?r:-1;e>-1&&t.setColumnPinning(t=>({...t,left:a.slice(0,e)}))}}},n.createElement(Wc,{id:"columns",className:d},u.filter(e=>!e.getIsGrouped()).map(e=>{var t,l;return n.createElement($c,{key:e.id,id:e.id,disabled:!(null!==(t=e.columnDef.meta)&&void 0!==t&&t.enableOrdering),asChild:!0},n.createElement(Uc,{column:e,draggable:null===(l=e.columnDef.meta)||void 0===l?void 0:l.enableOrdering}))}))))))}function Yc(e){const{customSettings:t,table:l}=e,{texts:a}=Er(),r=l.options.meta,o=l.options.enableHiding||r.columnOrdering.isEnabled,i=r.fontSize.isEnabled,s=r.rowHeight.isEnabled,[c,u]=n.useState(void 0);let d;if(c){const e=()=>u(void 0);switch(c){case"columnSettings":o&&(d=t=>n.createElement(Jc,Object.assign({},t,{open:!0,onChange:e,table:l})))}}return n.createElement(hr,{"aria-label":a.table.otherOptions.tooltip,icon:"sliders",menu:d?void 0:e=>n.createElement(es,Object.assign({},e),n.createElement(es.Content,{align:"end"},o?n.createElement(es.Item,{icon:"columns",onClick:()=>u("columnSettings")},a.table.columnSettings.button):null,o&&(s||i||t)?n.createElement(es.Separator,null):null,s?n.createElement(es.Item,{icon:"height-"+r.rowHeight.height,subMenu:()=>n.createElement(Qc,{tableMeta:r})},a.table.rowHeight.tooltip):null,i?n.createElement(es.Item,{icon:"font-size",subMenu:()=>n.createElement(Xc,{tableMeta:r})},a.table.fontSize.tooltip):null,t?n.createElement(n.Fragment,null,s||i?n.createElement(es.Separator,null):null,t(Fs(l)).map((e,t)=>n.createElement(n.Fragment,{key:t},e))):null)),popover:d,onClickCapture:e=>e.preventDefault(),tooltip:a.table.otherOptions.tooltip})}function Xc({tableMeta:e}){const{texts:t}=Er();return n.createElement(es.SubMenu,null,n.createElement(es.RadioGroup,{onChange:e.fontSize.setSize,value:e.fontSize.size},n.createElement(es.RadioGroup.Item,{value:exports.FontSizes.small},t.table.fontSize.sizes.small),n.createElement(es.RadioGroup.Item,{value:exports.FontSizes.medium},t.table.fontSize.sizes.medium),n.createElement(es.RadioGroup.Item,{disabled:"short"===e.rowHeight.height,value:exports.FontSizes.large},t.table.fontSize.sizes.large)))}function Qc({tableMeta:e}){const{texts:t}=Er();return n.createElement(es.SubMenu,null,n.createElement(es.RadioGroup,{onChange:e.rowHeight.setHeight,value:e.rowHeight.height},n.createElement(es.RadioGroup.Item,{value:"short"},t.table.rowHeight.sizes.short),n.createElement(es.RadioGroup.Item,{value:"medium"},t.table.rowHeight.sizes.medium),n.createElement(es.RadioGroup.Item,{value:"tall"},t.table.rowHeight.sizes.tall),n.createElement(es.RadioGroup.Item,{value:"extra-tall"},t.table.rowHeight.sizes.extraTall)))}const Zc=e=>"Enter"===e.key||" "===e.key||"Tab"===e.key,eu=e=>"ArrowUp"===e.key||"ArrowDown"===e.key||"Home"===e.key||"End"===e.key,tu=(e,t)=>e.querySelectorAll(t),nu=n.forwardRef((function(e,t){const{querySelector:l,tabIndex:a=0,...r}=e,o=Xa(t),[i,s]=n.useState(),c=n.useRef(0),u=(e,t,n)=>{var l;null===(l=t.querySelector("[aria-current]"))||void 0===l||l.removeAttribute("aria-current"),n.setAttribute("aria-current","true"),n.scrollIntoView({block:"nearest"}),s(e)},d=n.useCallback(e=>{if(o.current&&e.matches(l)){const t=tu(o.current,l),n=Array.from(t).indexOf(e);n>-1&&u(n,o.current,e)}},[o.current,l]);return n.useEffect(()=>{o.current&&(o.current.setActiveIndex=d)},[o.current]),n.useEffect(()=>{if(o.current){const e=tu(o.current,l);if(e.length&&e.length!==c.current){let t=o.current.querySelectorAll('[aria-current="true"]');if(0===t.length&&(t=o.current.querySelectorAll("[aria-selected]")),1===t.length){if(e){const n=t.item(0),l=Array.from(e).indexOf(n);l>-1&&u(l,o.current,n)}}else u(0,o.current,e.item(0))}c.current=e.length}},[e.children]),n.createElement("div",Object.assign({},r,{onClick:e=>{const t=e.target;if(t.matches(l)){const n=tu(e.currentTarget,l),a=Array.from(n).indexOf(t);a>-1&&u(a,e.currentTarget,t)}},onKeyDown:e=>{if(e.target!==e.currentTarget)return;if(r.onKeyDown&&r.onKeyDown(e),e.isDefaultPrevented())return;const t=tu(e.currentTarget,l);if(t)if(eu(e)){e.preventDefault(),e.stopPropagation();const n=lu(e,t,i);void 0!==n&&n!==i&&u(n,e.currentTarget,t.item(n))}else if(void 0!==i&&t.item(i)){var n;null===(n=t.item(i))||void 0===n||n.dispatchEvent(Xr(e))}},ref:o,tabIndex:a}))})),lu=(e,t,n,l=!0)=>{const a=((e,t,n)=>{switch(e.key){case"ArrowUp":return void 0===n?t-1:n>0?n-1:n;case"ArrowDown":return void 0===n?0:n<t-1?n+1:n;case"Home":return 0;case"End":return t-1;default:return}})(e,t.length,n);if(void 0!==a){if(a===n)return n;if(t.item(a)&&au(t.item(a))){if(l){if(0===a)return lu(new KeyboardEvent(e.type,{...e,key:"ArrowDown"}),t,a,!1);if(a===t.length-1)return lu(new KeyboardEvent(e.type,{...e,key:"ArrowUp"}),t,a,!1)}return lu(e,t,a,l)}}return a},au=e=>"presentation"===e.getAttribute("role")||!!e.hasAttribute("disabled")||!!e.getAttribute("aria-disabled")||!!e.getAttribute("aria-hidden");var ru={__proto__:null,Root:nu};const ou=n.createContext({}),iu=n.forwardRef((function(e,t){const{children:l,customSelector:a,disabled:r=!1,id:o,multiple:i,readOnly:s=!1,setValue:c,value:u,...d}=e,m="listbox2-"+Vr(o),f=n.useMemo(()=>({disabled:r,readOnly:s,setValue:c,value:u}),[r,s,u]);return n.createElement(ou.Provider,{value:f},n.createElement("div",{"data-taco":"listbox2"},n.createElement(nu,Object.assign({},d,{"aria-multiselectable":!!i||void 0,id:m,querySelector:a?'[role="option"], '+a:'[role="option"]',ref:t,role:"listbox"}),l)))})),su=n.forwardRef((function(e,t){const{disabled:l,id:a,value:r,...o}=e,{disabled:i,readOnly:s,setValue:c,value:u}=n.useContext(ou),d="option-"+Vr(a),m=Array.isArray(u)?u.includes(r):u===r;return n.createElement("div",Object.assign({},o,{"aria-disabled":i||l?"true":void 0,"aria-selected":m?"true":void 0,id:d,onClick:t=>{l||i||s?t.stopPropagation():(c(r),"function"==typeof e.onClick&&e.onClick(t))},onKeyDown:t=>{l||i||s?t.stopPropagation():"Tab"===t.key&&m||(Zc(t)&&c(r),"function"==typeof e.onKeyDown&&e.onKeyDown(t))},ref:t,role:"option"}))})),cu=n.forwardRef((function(e,t){const[l,a]=n.useState();return n.createElement(uu.Provider,{value:{setLabelledById:a}},n.createElement("div",Object.assign({},e,{"aria-labelledby":l,ref:t,role:"group"})))})),uu=n.createContext({}),du=n.forwardRef((function(e,t){const{id:l,...a}=e,{setLabelledById:r}=n.useContext(uu),o=Vr(l);return n.useEffect(()=>{r(o)},[o]),n.createElement("div",Object.assign({},a,{id:o,ref:t,role:"presentation"}))})),mu=n.forwardRef((e,t)=>{const{children:a,color:r,disabled:o,icon:i,readOnly:s,onDelete:c,...u}=e,d=n.useRef(null),m=l("inline-flex items-center rounded h-6 cursor-default",{"opacity-50":o,"hover:bg-opacity-75":!o,"cursor-pointer":!!u.onClick,"pointer-events-none":o||s},$(r),e.className);return n.createElement("span",Object.assign({},u,{className:m,ref:t,"data-taco":"tag"}),n.createElement("span",{className:"truncate px-2",ref:d},i?"string"==typeof i?n.createElement(Na,{name:i,className:"-ml-1 -mt-0.5 mr-1 !h-5 !w-5"}):n.cloneElement(i,{className:"mr-1 -ml-1 -mt-0.5 !h-5 !w-5"}):null,a),c?n.createElement(Na,{name:"close",onClick:c,className:"-ml-1.5 !h-6 !w-5 flex-shrink-0 cursor-pointer rounded-r p-0.5 hover:bg-black/5"}):null)}),fu=(e=!1)=>l("group mb-px flex w-full text-sm flex-shrink-0 font-normal cursor-pointer items-center rounded bg-white px-2 leading-8 text-black aria-hidden:hidden gap-1.5 bg-white aria-current:wcag-grey-200 aria-disabled:text-black/25 aria-disabled:pointer-events-none",{"hover:wcag-grey-200":!e}),gu=e=>{switch(e){case exports.FontSizes.small:return"text-xs";case exports.FontSizes.large:return"text-base";case exports.FontSizes.medium:default:return"text-sm"}},vu=n.createContext({}),hu=()=>n.useContext(vu),pu=e=>{const{color:t,text:a,value:r,...o}=e,i=n.useRef(null),{onDelete:s,onEdit:c,searchRef:u,ref:d}=hu(),{texts:m}=Er(),[f,g]=n.useState(a),[v,h]=n.useState(t),[p,w]=n.useState(),b=e=>{g(e.target.value),w(void 0)},x=e=>function(t){try{return t.stopPropagation(),"Escape"===t.key?e():"Enter"===t.key&&y(e)(t),Promise.resolve()}catch(e){return Promise.reject(e)}},E=e=>function(t){try{t.stopPropagation(),e();const n=function(){if(s)return Promise.resolve(s(r)).then((function(){}))}();return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},y=e=>function(n){try{const l=function(){if(!c||f===a&&v===t)e();else{const t=ec((function(){return Promise.resolve(c(r,f,v)).then((function(){e()}))}),(function(e){var t;n.preventDefault(),n.stopPropagation(),w(e),null===(t=i.current)||void 0===t||t.focus()}));if(t&&t.then)return t.then((function(){}))}}();return Promise.resolve(l&&l.then?l.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},z=e=>{"Escape"===e.key||"Tab"===e.key||"Tab"===e.key&&e.shiftKey||e.stopPropagation()};return n.createElement(Ro,Object.assign({},o),n.createElement(Ro.Content,{onCloseAutoFocus:e=>{var n,l;e.preventDefault(),g(a),h(t),w(void 0),null!=u&&u.current?null===(n=u.current)||void 0===n||n.focus():null===(l=d.current)||void 0===l||l.focus()},onInteractOutside:()=>{g(a),h(t)},onClick:e=>e.stopPropagation(),onKeyDown:e=>{("Tab"===e.key||"Tab"===e.key&&e.shiftKey)&&e.stopPropagation()},placement:"right",tabIndex:-1,className:"focus:!shadow-none"},({close:e})=>n.createElement(n.Fragment,null,n.createElement("div",{className:"flex w-32 flex-col space-y-2"},c?n.createElement(n.Fragment,null,n.createElement(ci,{className:l("!min-h-fit",{"!pb-0":!p}),invalid:!!p,message:null==p?void 0:p.message},n.createElement(qr,{invalid:!!p,onChange:b,onKeyDown:x(e),ref:i,value:f})),t?n.createElement(n.Fragment,null,n.createElement("h5",null,"Colours"),n.createElement(wu,{color:v,onChangeColor:h,onKeyDown:z})):null,n.createElement(Fo,null,n.createElement(Cr,{onClick:e},m.select2.cancel),n.createElement(Cr,{appearance:"primary",onClick:y(e)},m.select2.save))):null,c&&s?n.createElement("hr",null):null,s?n.createElement("button",{className:"hover:text-grey-700 flex items-center justify-start gap-1",onClick:E(e),onKeyDown:z},n.createElement(Na,{className:"!h-5 !w-5",name:"delete-permanently"})," ",m.select2.delete):null))))},wu=e=>{const{color:t,onChangeColor:a,onClick:r,onKeyDown:o}=e,{texts:i}=Er();return n.createElement(z.Root,{"aria-label":i.select2.chooseColor,className:"grid grid-cols-4 gap-2 focus:outline-none",onClick:r,onKeyDown:o,onValueChange:e=>a(e),value:t},G.map(e=>n.createElement(z.Item,{"aria-label":t,className:l("flex h-6 w-6 cursor-pointer items-center justify-center rounded",$(e)),key:e,onFocus:()=>a(e),value:e},n.createElement(z.Indicator,{asChild:!0},n.createElement(Na,{name:"tick",className:"!h-5 !w-5"})))))},bu=/iPhone|iPad|iPod|Android/i,xu=e=>!(null==e||!e.userAgent)&&bu.test(e.userAgent),Eu=n.forwardRef((function(e,t){var a;const{children:r,color:o,description:i,prefix:s,postfix:c,className:u,...d}=e,{fontSize:m,listboxRef:f,multiple:g,onDelete:v,onEdit:h,ref:p,setOpen:w,shouldPauseHoverState:b,tags:x,value:E}=hu(),y=l(fu(b),gu(m),u),z=Array.isArray(E)?!!E.length:void 0!==E,C=x&&!!o,R=""!==r&&(h||v)?t=>{var l,a;return n.createElement(pu,Object.assign({},t,{color:e.color,key:null!==(l=e.textValue)&&void 0!==l?l:String(e.children),text:null!==(a=e.textValue)&&void 0!==a?a:String(e.children),value:e.value}))}:void 0;return n.createElement(su,Object.assign({},d,{className:y,onClick:()=>{var e;g?null===(e=p.current)||void 0===e||e.focus():w(!1)},onKeyDown:e=>{Zc(e)&&(g&&"Tab"!==e.key||w(!1))},ref:t}),z?n.createElement(Na,{name:"tick",className:"pointer-events-none invisible -mx-0.5 !h-4 !w-4 group-aria-selected:visible"}):null,C?n.createElement(mu,{className:"pointer-events-none my-1",color:o,icon:s},r):n.createElement(n.Fragment,null,s?"string"==typeof s?n.createElement(Na,{name:s}):s:null,n.createElement("span",{className:"flex w-full justify-between"},n.createElement("span",{className:"flex flex-col"},n.createElement("span",null,r),i?n.createElement("span",{className:"text-grey-700 -mt-1.5 mb-1.5 text-xs"},i):null),n.createElement("span",{className:"flex flex-col self-center"},c?"string"==typeof c?n.createElement(Na,{name:c}):c:null))),R?n.createElement(hr,{icon:"ellipsis-vertical",appearance:"discrete",className:l("group-aria-current:visible invisible -mr-1 ml-auto !h-5 min-h-[theme(spacing.6)] !w-5 min-w-[theme(spacing.6)] hover:!bg-black/[.08] focus:!shadow-none group-hover:visible",{"!visible":xu(null===(a=window)||void 0===a?void 0:a.navigator)}),onClick:e=>{var t;e.stopPropagation(),null==f||null===(t=f.current)||void 0===t||t.setActiveIndex(e.currentTarget.parentElement)},popover:R,tabIndex:-1}):null)})),yu=n.forwardRef((function(e,t){const{children:a,heading:r,hasSeparator:o,...i}=e,s=l("flex flex-col gap-px",{"last:after:content-none after:content-[''] after:bg-grey-300 after:mx-2 after:my-1 after:h-px":o&&a.length},e.className);return n.createElement(cu,Object.assign({},i,{className:s,ref:t}),n.createElement(du,{className:"sticky top-0 bg-white px-2 font-bold leading-8"},r),a)})),zu=n.forwardRef((function(e,t){const a=l("flex items-center text-xs pl-2 h-8",e.className);return n.createElement(du,Object.assign({},e,{className:a,ref:t}))})),Cu=({disabled:e,readOnly:t,...a})=>t?null:n.createElement("div",Object.assign({},a,{className:l({"text-grey-700":e,"text-grey-500":!e})})),Ru=n.forwardRef((function(e,t){const{multiple:l,value:a}=hu();if(Array.isArray(a)||l){const l=Array.isArray(a)?a:void 0!==a?[a]:void 0;return n.createElement(Au,Object.assign({},e,{ref:t,values:l}))}return n.createElement(Ou,Object.assign({},e,{ref:t,value:a}))})),Su=n.forwardRef((function(e,t){var a;const{children:r,onClick:o,tabIndex:i=0,...s}=e,{disabled:c,fontSize:u,highlighted:d,invalid:m,open:f,readOnly:g}=hu(),v=l("px-1.5 h-fit",Dr({...e,disabled:c,highlighted:d,invalid:m,readOnly:g}).replace("w-full","").replace("px-2",""),gu(u),{"select-text":g,"w-full":!(null!==(a=e.className)&&void 0!==a&&a.includes("w-"))},e.className);return n.createElement("button",Object.assign({},s,{"aria-invalid":!!m||void 0,"aria-readonly":!!g||void 0,className:v,disabled:c,onClick:e=>{c||g?e.preventDefault():"function"==typeof o&&o(e)},onFocus:e=>{if(g){const l=e.currentTarget.querySelector(":first-child");var t,n;l&&(null===(t=window.getSelection())||void 0===t||null===(n=t.selectAllChildren)||void 0===n||n.call(t,l))}},ref:t,role:"combobox",tabIndex:c?-1:i,type:"button"}),r,g?null:n.createElement(Na,{name:f?"chevron-up":"chevron-down",className:"pointer-events-none -mr-1 ml-auto"}))})),Ou=n.forwardRef((function(e,t){const{children:a,emptyValue:r,value:o,placeholder:i,...s}=e,{disabled:c,readOnly:u,tags:d}=hu(),m=l("truncate items-center gap-1"),f=a.find(Lu(o));let g;return i&&void 0===f?g=n.createElement(Cu,{disabled:c,readOnly:u},i):f&&(g=d&&r!==o?n.createElement(mu,{className:"truncate",color:f.props.color,disabled:c,icon:f.props.prefix,readOnly:u},f.props.children):n.createElement(n.Fragment,null,f.props.prefix?"string"==typeof f.props.prefix?n.createElement(Na,{name:f.props.prefix,className:"mr-1 !h-5 !w-5"}):f.props.prefix:null,f.props.children)),n.createElement(Su,Object.assign({},s,{ref:t}),n.createElement("div",{className:m},g))})),Au=n.forwardRef((function(e,t){var a;const{children:r,values:o=[],placeholder:i,...s}=e,{disabled:c,open:u,readOnly:d,setValue:m,tags:f}=hu(),g=Xa(t),v=o.map(e=>r.find(t=>t.props.value===e)).filter(e=>!!e);let h,{className:p}=s;return u?(p=l("!absolute z-20 !h-fit",s.className),h=n.createElement(Wo,{className:"my-1 flex max-h-[5.5rem] flex-col"},n.createElement("div",{className:"flex flex-wrap gap-1"},0===v.length?n.createElement(Cu,{disabled:c,readOnly:d},i):v.map(e=>n.createElement(mu,{key:String(e.props.value),className:"truncate",color:f?e.props.color:void 0,disabled:c,icon:e.props.prefix,onDelete:t=>{null==t||t.stopPropagation(),null==t||t.preventDefault(),c||d||m(e.props.value)},readOnly:d},e.props.children))))):h=n.createElement(Nu,{key:String(u),valuesAsChildren:v,placeholder:i}),n.createElement("div",{className:"relative inline-flex h-fit flex-grow","data-taco":"select2-container",style:{width:u?null===(a=g.current)||void 0===a?void 0:a.offsetWidth:void 0}},n.createElement(Su,Object.assign({},s,{className:p,ref:g}),h))})),Nu=({valuesAsChildren:e,placeholder:t})=>{const{disabled:a,open:r,readOnly:o,setValue:i,tags:s}=hu(),[c,u]=n.useState(null),d=c?er(c,30):void 0;return n.createElement("div",{className:"relative flex items-center gap-1 overflow-hidden"},n.createElement("div",{className:"flex gap-1 truncate",ref:e=>u(e)},0===e.length?n.createElement(Cu,{disabled:a,readOnly:o},t):e.map((e,t)=>{const c=n.createElement(mu,{key:String(e.props.value),className:l("cursor-pointer",{truncate:t===d,hidden:null!=d&&t>d}),color:s?e.props.color:void 0,disabled:a,icon:e.props.prefix,onDelete:r?(u=e.props.value,e=>{null==e||e.stopPropagation(),null==e||e.preventDefault(),a||o||i(u)}):void 0,readOnly:o},e.props.children);var u;return t===d?n.createElement(dr,{key:String(e.props.value),title:String(e.props.children)},c):c})),null!=d&&d<e.length-1?n.createElement(dr,{title:e.slice(d+1).map(e=>e?String(e.props.children):"").join(", ")},n.createElement(Ya,{className:"flex-shrink-0"},"+",e.length-(d+1))):null)},Lu=e=>t=>Array.isArray(e)?e.includes(t.props.value):t.props.value===e,Mu=e=>{const{value:t,...l}=e,a=n.useRef(null),r=function(e){const t=n.useRef(e);return n.useEffect(()=>{t.current=e},[e]),t.current}(t);return n.useEffect(()=>{const e=a.current,n=Object.getOwnPropertyDescriptor(window.HTMLSelectElement.prototype,"value").set;if(r!==t&&n){Array.isArray(t)?t.forEach(t=>{const n=e.querySelector(`option[value='${t}']`);n&&(n.selected=!0)}):n.call(e,t);const l=new Event("change",{bubbles:!0});e.dispatchEvent(l)}},[r,t]),n.createElement("select",Object.assign({},l,{defaultValue:t,ref:a,style:{display:"none"}}))},ku=n.forwardRef((function(e,t){const{listboxRef:a,searchQuery:r,setSearchQuery:o,setValidationError:i,validationError:s}=hu();return n.createElement(ci,{className:l("mx-1.5 mb-1.5 !min-h-fit ",{"!pb-0":!s}),invalid:!!s,message:null==s?void 0:s.message},n.createElement(qr,Object.assign({},e,{"aria-hidden":!0,autoFocus:!0,invalid:!!s,onChange:e=>{s&&i(void 0),o(e.target.value)},onKeyDown:e=>{var t;if(" "!==e.key&&(Zc(e)||"ArrowDown"===e.key||"ArrowUp"===e.key))return e.preventDefault(),void(null==a||null===(t=a.current)||void 0===t||t.dispatchEvent(Xr(e)))},ref:t,value:r})))})),Hu=e=>!!e.props.heading||!!e.props.hasSeparator,Vu=(e,t)=>{var n,l;return!(null===(n=e.props.textValue)||void 0===n||!n.toLowerCase().includes(t.toLowerCase()))||!(null===(l=e.props.description)||void 0===l||!l.toLowerCase().includes(t.toLowerCase()))||String(e.props.children).toLowerCase().includes(t.toLowerCase())},Iu=e=>{const{onCreate:t,options:a}=e,{multiple:r,searchQuery:o,setOpen:i,setSearchQuery:s,setValidationError:c,setValue:u}=hu(),{texts:d}=Er(),m=n.useMemo(()=>(e=>{let t={};G.filter(e=>"transparent"!==e).forEach(e=>{t={...t,[e]:0}}),e.reduce((e,t)=>(t.props.color&&(e[t.props.color]=e[t.props.color]?e[t.props.color]+1:1),e),t);const n=Object.keys(t);if(n.length)return n.sort((e,n)=>t[e]-t[n])[0]})(a),[a]);if(!o)return null;const f=l("!w-[calc(100%_-_theme(spacing.3))] ml-1.5",fu());return n.createElement("button",{className:f,onClick:function(){try{const e=ec((function(){return Promise.resolve(t(o,m)).then((function(e){u(e.value),r?s(""):i(!1)}))}),(function(e){c(e)}));return Promise.resolve(e&&e.then?e.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},onKeyDown:e=>{Zc(e)&&e.currentTarget.click()}},n.createElement("span",{className:"flex items-center gap-1.5"},d.select2.create,n.createElement(mu,{color:m,className:"cursor-pointer"},o)))},ju=e=>{const{children:t}=e;return n.createElement(Wo,{className:"flex max-h-[11.5rem] w-full flex-col gap-y-0.5 px-1.5"},t)},Du=n.forwardRef((function(e,t){const{children:a,defaultValue:r,disabled:o=!1,emptyValue:i,fontSize:s,highlighted:c=!1,invalid:d=!1,loading:m,multiple:f=!1,name:g,onChange:v,onCreate:h,onDelete:p,onEdit:b,placeholder:x,readOnly:E=!1,tags:y=!1,value:z,...C}=e,R=n.useMemo(()=>{if(void 0!==i&&!f)return n.createElement(Eu,{key:"__empty",children:"",value:i,className:"h-8"})},[i,f]),S=n.useMemo(()=>R?[R,...a]:a,[R,a]),O=Xa(t),A=n.useRef(null),N=n.useRef(null),{texts:L}=Er(),M=Pr(O),[k,H]=n.useState(!1),[V,I]=w.useControllableState({defaultProp:r,onChange:v,prop:z}),j=((e,t)=>n=>{t(t=>Array.isArray(n)?n:e?void 0===t?[n]:Array.isArray(t)?t.includes(n)?t.filter(e=>e!==n):[...t,n]:t===n?[]:[t,n]:n)})(f,I),[D,T]=n.useState(),[F,P]=Us(),{flattenedChildren:B,filteredChildren:_,searchQuery:G,setSearchQuery:q}=(({children:e,emptyValue:t,multiple:l,open:a,setValue:r,value:o})=>{const[i,s]=n.useState(""),c=n.useMemo(()=>(null==e?void 0:e.map(e=>Hu(e)?e.props.children:e).flatMap(e=>e))||[],[e]);n.useEffect(()=>{var e;l||void 0!==t||void 0!==o||r(null==c||null===(e=c[0])||void 0===e?void 0:e.props.value)},[]),n.useEffect(()=>{a||s("")},[a]);const u=n.useMemo(()=>e.map(e=>{if(Hu(e)){const t=e.props.children.filter(e=>Vu(e,i));return t.length?n.cloneElement(e,{},t):null}return Vu(e,i)?e:null}).filter(e=>!!e),[c,i]);return{flattenedChildren:c,filteredChildren:u,searchQuery:i,setSearchQuery:s}})({children:S,emptyValue:i,multiple:f,open:k,setValue:j,value:V}),K={disabled:o,highlighted:c,invalid:d,listboxRef:A,multiple:f,onCreate:h,onDelete:p,onEdit:b,open:k,readOnly:E,ref:O,searchQuery:G,searchRef:N,setOpen:H,setSearchQuery:q,setValidationError:T,setValue:j,shouldPauseHoverState:F,setShouldPauseHoverState:P,tags:y,fontSize:s,validationError:D,value:V};let $;C.onBlur&&($=e=>{var t;const n=e.relatedTarget;if(void 0===n)return;const l=null==n||null===(t=n.closest("[data-radix-popper-content-wrapper] > :first-child"))||void 0===t?void 0:t.id;var a;l&&e.currentTarget.getAttribute("aria-controls")===l||null===(a=C.onBlur)||void 0===a||a.call(C,e)});const W=""===G?B.map(e=>e.props.value):_.map(e=>Hu(e)?Array.isArray(e.props.children)&&e.props.children.map(e=>e.props.value):e.props.value).flatMap(e=>e)||[],U=Array.isArray(V)&&W.every(e=>V.includes(e)),J=n.useMemo(()=>""===G?U?L.select2.deselectAll:L.select2.selectAll:U?L.select2.deselectAllResults:L.select2.selectAllResults,[U,G]),Y=l('border-grey-300 rounded border bg-white py-1.5 shadow-md outline-none"',"flex flex-col gap-px");return n.createElement(vu.Provider,{value:K},n.createElement(u.Root,{open:k,onOpenChange:H},n.createElement(u.Trigger,{asChild:!0,"data-taco":"Select2"},n.createElement(Ru,Object.assign({},C,{"aria-haspopup":"listbox",emptyValue:i,onBlur:$,onKeyDown:e=>{var t;if(k)e.preventDefault();else{if(ar(e.currentTarget))return;e.ctrlKey||e.metaKey||"ArrowDown"!==e.key&&!/^[a-z0-9]$/i.test(e.key)||H(!0)}null===(t=A.current)||void 0===t||t.dispatchEvent(Xr(e))},placeholder:x,ref:O}),B)),n.createElement(u.Portal,null,n.createElement(u.Content,{asChild:!0,align:"start",onOpenAutoFocus:()=>{var e;null===(e=O.current)||void 0===e||e.focus()},onKeyDown:e=>{if("Tab"===e.key){const t=((e,t=1)=>{if(!e)return null;const n=[...document.querySelectorAll(Qa.join(","))],l=n.indexOf(e);return-1!==l&&l===n.length-1?null:n[l+t]})(O.current,e.shiftKey?-1:1);t&&t.focus()}},sideOffset:4,tabIndex:-1},n.createElement("div",{className:Y,style:{minWidth:null!=M&&M.width?M.width+"px":void 0}},B.length>0||h?n.createElement(n.Fragment,null,n.createElement(ku,{placeholder:h?L.select2.searchOrCreate:L.select2.search,ref:N}),f&&W.length>1&&n.createElement(n.Fragment,null,n.createElement(Cr,{className:"!justify-start",appearance:"discrete",onClick:U?()=>{if(""===G)j([]);else{const e=Array.isArray(V)&&V.filter(e=>!W.includes(e));j(e)}}:()=>{if(Array.isArray(V)&&0!==V.length){const e=W.filter(e=>!V.includes(e));j([...V,...e])}else j(W)}},J),n.createElement("div",{className:"border-grey-300 mx-3 rounded border-t"}))):null,m?n.createElement("span",{className:l("text-grey-700 flex items-center italic",s&&gu(s))},n.createElement("span",null,n.createElement(Ir,{delay:0,className:l("ml-3 mr-2 mt-1.5 h-5 w-5",{"!mt-1 !h-3.5 !w-3.5":s===exports.FontSizes.small,"!h-4 !w-4":s===exports.FontSizes.medium,"!h-5 !w-5":s===exports.FontSizes.large})})),n.createElement("span",null,L.listbox.loading)):B.length<=0?n.createElement("div",{className:"text-grey-700 -mt-0.5 flex h-8 items-center px-2",role:"presentation"},"No results found..."):n.createElement(iu,{className:"flex flex-col gap-0.5",customSelector:":scope > button",disabled:o,multiple:f,onKeyDown:e=>{eu(e)&&P(!0)},readOnly:E,ref:A,setValue:j,tabIndex:-1,value:V},n.createElement(ju,null,""===G?S:_),h?n.createElement(Iu,{onCreate:h,options:B}):null)))),n.createElement(Tu,{emptyValue:i,multiple:f||y,name:g,options:B.map(e=>e.props.value),parentRef:O,setValue:j,value:V})))}));Du.Option=Eu,Du.Group=yu,Du.Title=zu;const Tu=e=>{const{emptyValue:l,multiple:a,name:r,options:o,parentRef:i,value:s,setValue:c}=e;let u;return((e,n)=>{const[l,a]=t.useState(!1);return t.useEffect(()=>{let t;var l;return e.current&&(t=e.current.closest("form"),a(!!t),n&&t&&t.addEventListener("reset",n),null===(l=e.current.closest("form"))||void 0===l||l.addEventListener("reset",n)),()=>{t&&t.removeEventListener("reset",n)}},[e.current]),l})(i,()=>c(a?[]:void 0))?(void 0!==s&&(u=a?Array.isArray(s)?s.map(String):[null===s?"":String(s)]:null===s?"":String(s)),n.createElement(Mu,{"aria-hidden":!0,key:String(u),multiple:a,name:r,value:u},void 0!==l?n.createElement("option",{value:l}):null,o.map(e=>n.createElement("option",{key:String(e),value:String(e)})))):null};function Fu(e){var t,l;const{onAccept:a,table:r,orientation:o,setOrientation:i,size:s,setSize:c,allRows:u,setAllRows:d,splitGroups:m,setSplitGroups:f,...g}=e,{texts:v}=Er(),h=r.getVisibleFlatColumns(),p=r.getRowModel().rows.length*h.length,w=r.getState().grouping.length?null===(t=h.find(e=>e.id===r.getState().grouping[0]))||void 0===t||null===(l=t.columnDef.meta)||void 0===l?void 0:l.header:void 0;return n.createElement(To,Object.assign({},g,{size:"xs"}),n.createElement(To.Content,{"aria-label":v.table.print.warningDialog.title},({close:e})=>n.createElement(n.Fragment,null,n.createElement(To.Title,null,v.table.print.settingsDialog.title),n.createElement("div",{className:"mt-4 flex flex-col gap-2"},n.createElement("div",{className:"grid grid-cols-2 gap-4"},n.createElement(ci,null,v.table.print.settingsDialog.size,n.createElement(Du,{onChange:c,value:s},n.createElement(Du.Option,{value:"A5"},v.table.print.settingsDialog.sizeA5),n.createElement(Du.Option,{value:"A4"},v.table.print.settingsDialog.sizeA4),n.createElement(Du.Option,{value:"A3"},v.table.print.settingsDialog.sizeA3),n.createElement(Du.Option,{value:"letter"},v.table.print.settingsDialog.sizeLetter),n.createElement(Du.Option,{value:"legal"},v.table.print.settingsDialog.sizeLegal))),n.createElement(ci,null,v.table.print.settingsDialog.orientation,n.createElement(Du,{onChange:i,value:o},n.createElement(Du.Option,{value:"landscape"},v.table.print.settingsDialog.orientationLandscape),n.createElement(Du.Option,{value:"portrait"},v.table.print.settingsDialog.orientationPortrait)))),r.options.enableRowSelection&&r.getIsSomeRowsSelected()?n.createElement(ci,null,v.table.print.settingsDialog.rows,n.createElement(Ui,{onChange:d,value:u},n.createElement(Ui.Item,{value:!0},v.table.print.settingsDialog.rowsAll),n.createElement(Ui.Item,{value:!1},v.table.print.settingsDialog.rowsSelected))):void 0,w?n.createElement(ci,null,v.table.print.settingsDialog.layout,n.createElement(jr,{label:v.table.print.settingsDialog.layoutSplitGroups.replace("[COLUMN]",w),checked:m,onChange:f})):null,p>1e4?n.createElement(ka,{state:"warning"},v.table.print.warningDialog.description):null),n.createElement(To.Footer,null,n.createElement(Fo,null,n.createElement(To.Close,null,n.createElement(Cr,null,v.table.print.warningDialog.cancelButtonText)),n.createElement(Cr,{appearance:"primary",autoFocus:!0,onClick:()=>{e(),setTimeout(()=>a(),1)}},v.table.print.warningDialog.printButtonText))))))}function Pu(e){const{table:t,tableId:l,tableRef:a}=e,{texts:r}=Er(),o=n.useRef(null),i=n.useRef(),s=ys(),c=t.options.meta,{allRows:u,orientation:d,size:m,splitGroups:f}=c.printing.settings,g=n.useCallback(e=>{c.printing.setIsPrinting(e),a.current&&(e?i.current=a.current.scrollTop:void 0!==i.current&&(a.current.scrollTop=i.current,i.current=void 0))},[a.current]);n.useEffect(()=>{const e=()=>{g(!1)};return window.addEventListener("afterprint",e),()=>{window.removeEventListener("afterprint",e)}},[]);const v=function(){try{function e(){n.close(),setTimeout(()=>{g(!0),requestAnimationFrame(()=>{requestAnimationFrame(()=>{if(/^((?!chrome|android).)*safari/i.test(navigator.userAgent))try{document.execCommand("print",!1,void 0)}catch(e){window.print()}else window.print()})})},150)}const n=s.loading(r.table.print.loading),l=function(){if(c.server.isEnabled&&c.server.loadAllIfNeeded){const e=ec((function(){return Promise.resolve(c.server.loadAllIfNeeded(t.getState().sorting,t.getState().columnFilters)).then((function(){}))}),(function(e){const t=`${r.table.print.error}: ${e}`;console.error(t),n.error(t)}));if(e&&e.then)return e.then((function(){}))}}();return Promise.resolve(l&&l.then?l.then(e):e())}catch(e){return Promise.reject(e)}},h=[`@page { size: ${m} ${d}; }`];u||h.push(`table[data-taco^='table']#${l} tr:not([data-row-selected="true"]) { display: none; }`),f&&h.push(`table[data-taco^='table']#${l} tr[data-row-group]:not(:first-child) { break-before: page; }`);const p={key:"p",meta:!0,shift:!1},w=n.createElement(n.Fragment,null,r.table.print.tooltip,n.createElement(Ii,{className:"ml-2",keys:p}));return n.createElement(n.Fragment,null,n.createElement("style",{media:"print"},h.join("\n")),n.createElement(hr,{icon:"print","aria-label":r.table.print.tooltip,dialog:e=>n.createElement(Fu,Object.assign({},e,{table:t,onAccept:v,orientation:d,setOrientation:e=>c.printing.setSetting("orientation",e),size:m,setSize:e=>c.printing.setSetting("size",e),allRows:u,setAllRows:e=>c.printing.setSetting("allRows",e),splitGroups:f,setSplitGroups:e=>c.printing.setSetting("splitGroups",e)})),ref:o,shortcut:p,tooltip:w}))}Du.displayName="Select2";const Bu=(e,t=!1)=>{const[l,a]=n.useState(t),r=n.useCallback(e=>a(e.matches),[]);return n.useEffect(()=>{const t=window.matchMedia(e);return a(t.matches),t.addEventListener("change",r),()=>{t.removeEventListener("change",r)}},[]),l},_u=()=>Bu("(min-width: 1024px)",window.innerWidth>1024);function Gu(e,t){var n,l,a,r;return null===(n=e.columnDef.meta)||void 0===n||null===(l=n.header)||void 0===l||null===(a=l.localeCompare)||void 0===a?void 0:a.call(l,null===(r=t.columnDef.meta)||void 0===r?void 0:r.header)}function qu(e){return!e.value.hasOwnProperty("value")}function Ku(e){var t;const l=null!==(t=null==e?void 0:e.columnDef.meta)&&void 0!==t?t:{};if(Array.isArray(l.filters))return l.filters;if("function"==typeof l.control){const e=l.control({onBlur:()=>{},onFocus:()=>{},setValue:()=>{},value:void 0,disabled:!1,readOnly:!1,ref:void 0});if(n.isValidElement(e)){const{props:t,type:n}=e;if("Select2"===n.displayName)return t.multiple?[exports.TableFilterComparator.HasAnyOf,exports.TableFilterComparator.HasAllOf,exports.TableFilterComparator.IsEqualTo,exports.TableFilterComparator.HasNoneOf,exports.TableFilterComparator.IsEmpty,exports.TableFilterComparator.IsNotEmpty]:[exports.TableFilterComparator.IsEqualTo,exports.TableFilterComparator.IsNotEqualTo,exports.TableFilterComparator.IsEmpty,exports.TableFilterComparator.IsNotEmpty]}}return"number"===l.dataType?[exports.TableFilterComparator.IsEqualTo,exports.TableFilterComparator.IsNotEqualTo,exports.TableFilterComparator.IsGreaterThan,exports.TableFilterComparator.IsLessThan,exports.TableFilterComparator.IsBetween,exports.TableFilterComparator.IsEmpty,exports.TableFilterComparator.IsNotEmpty]:"datepicker"===l.control||"datetime"===l.dataType?[exports.TableFilterComparator.IsEqualTo,exports.TableFilterComparator.IsNotEqualTo,exports.TableFilterComparator.IsBetween,exports.TableFilterComparator.IsLessThan,exports.TableFilterComparator.IsGreaterThan,exports.TableFilterComparator.IsEmpty,exports.TableFilterComparator.IsNotEmpty,exports.TableFilterComparator.IsLessThanOrEqualTo,exports.TableFilterComparator.IsGreaterThanOrEqualTo]:"switch"===l.control?[exports.TableFilterComparator.IsEqualTo]:[exports.TableFilterComparator.Contains,exports.TableFilterComparator.DoesNotContain,exports.TableFilterComparator.IsEqualTo,exports.TableFilterComparator.IsNotEqualTo,exports.TableFilterComparator.IsEmpty,exports.TableFilterComparator.IsNotEmpty]}const $u=n.forwardRef((e,t)=>{const{allColumns:l,filters:a,onChange:r,value:o=null,...i}=e,{texts:s}=Er(),c=l.find(e=>e.id===o),u=c&&!c.getIsVisible();return n.createElement("div",{className:"flex flex-col"},n.createElement(ci,{message:u?s.table.filters.hiddenColumn:void 0,warning:u,className:"min-h-[theme(spacing.8)]"},n.createElement(Du,Object.assign({},i,{ref:t,className:"focus:yt-focus !w-32 flex-shrink-0 ",emptyValue:null,onChange:r,value:o}),l.map(e=>{var t,l,r;return n.createElement(Du.Option,{key:e.id,value:e.id,postfix:!e.getIsVisible()||e.getIsGrouped()?n.createElement(dr,{title:e.getIsGrouped()?s.table.filters.hiddenGroupedColumn:s.table.filters.hiddenColumn},n.createElement(Na,{name:"eye-off",className:"text-grey-500 !h-5 !w-5"})):void 0,disabled:!(e.id===o||e.getCanFilter()&&!a.find(t=>t.id===e.id))},(null===(t=e.columnDef.meta)||void 0===t?void 0:t.header)+(e.parent?` (${null===(l=e.parent)||void 0===l||null===(r=l.columnDef.meta)||void 0===r?void 0:r.header})`:""))}))))});function Wu(e){const{column:t,onChange:l,value:a,...r}=e,{texts:o}=Er(),i=Ku(t);return n.createElement(Du,Object.assign({},r,{className:"!w-32 flex-shrink-0",disabled:!t,onChange:l,value:a}),i.map(e=>n.createElement(Du.Option,{key:e,value:e},function(e,t,n){var l,a;const r="datepicker"===(null==n||null===(l=n.columnDef)||void 0===l||null===(a=l.meta)||void 0===a?void 0:a.control);switch(e){case exports.TableFilterComparator.Contains:return t.table.filters.comparators.contains;case exports.TableFilterComparator.DoesNotContain:return t.table.filters.comparators.doesNotContain;case exports.TableFilterComparator.IsEqualTo:return t.table.filters.comparators.isEqualTo;case exports.TableFilterComparator.IsNotEqualTo:return t.table.filters.comparators.isNotEqualTo;case exports.TableFilterComparator.IsGreaterThan:return r?t.table.filters.comparators.isAfter:t.table.filters.comparators.isGreaterThan;case exports.TableFilterComparator.IsLessThan:return r?t.table.filters.comparators.isBefore:t.table.filters.comparators.isLessThan;case exports.TableFilterComparator.IsBetween:return t.table.filters.comparators.isBetween;case exports.TableFilterComparator.IsEmpty:return t.table.filters.comparators.isEmpty;case exports.TableFilterComparator.IsNotEmpty:return t.table.filters.comparators.isNotEmpty;case exports.TableFilterComparator.IsLessThanOrEqualTo:return r?t.table.filters.comparators.isOnOrBefore:t.table.filters.comparators.isLessThanOrEqualTo;case exports.TableFilterComparator.IsGreaterThanOrEqualTo:return r?t.table.filters.comparators.isOnOrAfter:t.table.filters.comparators.isGreaterThanOrEqualTo;case exports.TableFilterComparator.HasAnyOf:return t.table.filters.comparators.hasAnyOf;case exports.TableFilterComparator.HasAllOf:return t.table.filters.comparators.hasAllOf;case exports.TableFilterComparator.HasNoneOf:return t.table.filters.comparators.hasNoneOf;default:return""}}(e,o,t))))}function Uu(e){const{column:t,comparator:l,onChange:a,value:r}=e,{texts:o}=Er();if(l===exports.TableFilterComparator.IsEmpty||l===exports.TableFilterComparator.IsNotEmpty)return null;if(l===exports.TableFilterComparator.IsBetween){var i;const e=Array.isArray(r)?r[0]:void 0,l=Array.isArray(r)?r[1]:void 0;return void 0===t?n.createElement(qr,{"aria-label":o.table.filters.emptyFilter.value,className:"flex-grow","data-query-selector":"filter-value",disabled:!0,value:o.table.filters.emptyFilter.value}):"datetime"===(null===(i=t.columnDef.meta)||void 0===i?void 0:i.dataType)?n.createElement("div",{className:"flex flex-grow items-center gap-2"},n.createElement(Ju,{column:t,"data-query-selector":"filter-value",onChange:e=>a([e,l]),value:e}),n.createElement(Ju,{column:t,"data-query-selector":"filter-value",onChange:t=>a([e,t]),value:l})):n.createElement("div",{className:"flex flex-grow items-center gap-2"},n.createElement(Ju,{column:t,"data-query-selector":"filter-value",onChange:e=>a([isNaN(e)?void 0:e,l]),placeholder:"from",value:null!=e?e:""}),n.createElement(Ju,{column:t,"data-query-selector":"filter-value",onChange:t=>a([e,isNaN(t)?void 0:t]),placeholder:"to",value:null!=l?l:""}))}return n.createElement(Ju,{comparator:l,column:t,"data-query-selector":"filter-value",onChange:a,value:r})}function Ju(e){var l,a;const{column:r,onChange:o,value:i,...s}=e,c=null==r||null===(l=r.columnDef.meta)||void 0===l?void 0:l.control,u=null==r||null===(a=r.columnDef.meta)||void 0===a?void 0:a.dataType;return t.useEffect(()=>{"switch"===c&&void 0===i&&o(!1)},[c]),"function"==typeof c?n.cloneElement(c({...s,setValue:e=>o(e),value:i}),{"data-query-selector":"filter-value",className:"focus:yt-focus"}):"datepicker"===c||"datetime"===u?n.createElement(So,Object.assign({},s,{onChange:e=>o(e.detail),value:i})):"switch"===c?n.createElement(Ci,Object.assign({},s,{className:"m-1.5",checked:Boolean(i),onChange:o})):n.createElement(qr,"input"!==c&&void 0!==c||"number"!==u?Object.assign({disabled:!r},s,{className:"flex-grow",onChange:e=>o(e.target.value),value:String(null!=i?i:"")}):Object.assign({},s,{className:"flex-grow",type:"number",onChange:e=>o(e.target.valueAsNumber),value:String(null!=i?i:"")}))}function Yu(e){const{allColumns:t,filter:l,filters:a,onChange:r,onRemove:o,position:i}=e,{texts:s}=Er(),c=t.find(e=>e.id===l.id),u=n.useRef(null),{id:d,value:{comparator:m,value:f}}=l;return n.useEffect(()=>{u.current&&!d&&u.current.focus()},[d]),n.createElement("div",{className:"flex items-start gap-2"},n.createElement("div",{className:"flex min-h-[theme(spacing.8)] w-14 flex-shrink-0 items-center justify-end pr-2 text-right"},i>0?s.table.filters.conditions.and:s.table.filters.conditions.where),n.createElement($u,{allColumns:t,filters:a,onChange:e=>{var n,a,o;const s=t.find(e=>e.id===d),c=t.find(t=>t.id===e);if(null!=s&&null!==(n=s.columnDef.meta)&&void 0!==n&&n.dataType&&(null==s||null===(a=s.columnDef.meta)||void 0===a?void 0:a.dataType)===(null==c||null===(o=c.columnDef.meta)||void 0===o?void 0:o.dataType))return void r(i,{id:e,value:l.value});const u=Ku(c);r(i,{id:e,value:{comparator:u[0],value:void 0}})},value:d,ref:u}),n.createElement(Wu,{column:c,onChange:e=>{let t=l.value.value;e!==exports.TableFilterComparator.IsEmpty&&e!==exports.TableFilterComparator.IsNotEmpty||(t=void 0),r(i,{id:d,value:{comparator:e,value:t}})},value:m}),n.createElement(Uu,{column:c,comparator:m,onChange:e=>{r(i,{id:d,value:{...l.value,value:e}})},value:f}),o?n.createElement(hr,{appearance:"discrete",className:"ml-auto",icon:"close",onClick:()=>null==o?void 0:o(i)}):null)}const Xu={id:"",value:{comparator:exports.TableFilterComparator.Contains,value:void 0}};function Qu(e){const{length:t,table:l,...a}=e,{locale:r,texts:o}=Er(),i=l.getAllLeafColumns().filter(e=>!Ss(e.id)).sort(Gu),s=l.getState().columnFilters,[c,u]=n.useState(s.length?s:[Xu]);n.useEffect(()=>{u(0===s.length?[Xu]:s),requestAnimationFrame(()=>{const e=document.querySelectorAll('[data-query-selector="filter-value"]'),t=e.length?e[e.length-1]:void 0;null==t||t.focus()})},[s]);const d=(e,t)=>{u(n=>n.map((n,l)=>l===e?t:n))},m=e=>{u(1!==c.length?t=>t.filter((t,n)=>n!==e):[Xu])};return n.createElement(Ro,Object.assign({},a,{onChange:e=>{if(!e){const e=s.filter(e=>!qu(e));l.setColumnFilters(e),u(0===e.length?[Xu]:e)}}}),n.createElement(Ro.Content,null,n.createElement("div",{className:"flex w-[40rem] flex-col gap-4"},n.createElement("div",{className:"flex h-8"},n.createElement("div",{className:"flex w-full items-center gap-2"},n.createElement("h4",{className:"mb-0 inline-flex"},o.table.filters.button),n.createElement("p",{className:"text-grey-700 mb-0 mr-auto mt-px inline-flex"},o.table.filters.total.replace("[CURRENT]",new Intl.NumberFormat(r).format(l.getFilteredRowModel().rows.length)).replace("[TOTAL]",new Intl.NumberFormat(r).format(t))))),n.createElement("div",{className:"flex flex-col gap-2"},c.map((e,t)=>n.createElement(Yu,{key:"filter_"+t,allColumns:i,filter:e,filters:c,position:t,onChange:d,onRemove:c.length>0&&c.some(e=>e.id)||c.length>1?m:void 0})),n.createElement("div",{className:"justify-start"},n.createElement(Cr,{appearance:"discrete",onClick:()=>{u(c.concat(Xu))}},"+ ",o.table.filters.buttons.addFilter))),n.createElement(Fo,{className:"ml-auto"},n.createElement(Ro.Close,null,n.createElement(Cr,null,o.table.filters.buttons.cancel)),n.createElement(Cr,{onClick:()=>{l.resetColumnFilters(),u([Xu])}},o.table.filters.buttons.clear),n.createElement(Cr,{appearance:"primary",onClick:()=>{l.setColumnFilters(()=>c.filter(e=>{var t,n;if(null===e.id||""===e.id)return!1;const l=null===(t=i.find(t=>t.id===e.id))||void 0===t||null===(n=t.columnDef.meta)||void 0===n?void 0:n.control;if(e.value.comparator===exports.TableFilterComparator.IsEmpty||e.value.comparator===exports.TableFilterComparator.IsNotEmpty||"switch"===l)return!0;const a=e.value.value;return null!=a&&""!==a}))}},o.table.filters.buttons.apply)))))}function Zu(e){const{length:t,table:l}=e,{texts:a}=Er(),r=_u(),o=l.getState().columnFilters,i=o.filter(e=>!qu(e)),s=n.useRef(null),c={key:"f",meta:!0,shift:!0},u={"aria-label":a.table.filters.tooltip,className:i.length?"!wcag-blue-100":void 0,popover:e=>n.createElement(Qu,Object.assign({},e,{length:t,table:l})),shortcut:c,ref:s,tooltip:n.createElement(n.Fragment,null,a.table.filters.tooltip,n.createElement(Ii,{className:"ml-2",keys:c}))};return n.useEffect(()=>{var e;o.find(qu)&&(null===(e=s.current)||void 0===e||e.click())},[o]),r||i.length?n.createElement(Cr,Object.assign({},u),n.createElement(Na,{className:r?void 0:"-mr-1.5",name:i.length?"filter-solid":"filter"}),r?a.table.filters.button:"",i.length?`(${i.length})`:""):n.createElement(hr,Object.assign({},u,{icon:"filter"}))}function ed(e,t){const n=e.options.meta;return e.options.enableHiding||n.columnOrdering.isEnabled||n.fontSize.isEnabled||n.rowHeight.isEnabled||"function"==typeof t}function td(e){return n.createElement(n.Fragment,null,e.children)}td.Toolbar=function(e){const{children:t,table:l,...a}=e;if(!function(e,t){return t||e.instance.options.enableColumnFilters||e.meta.printing.isEnabled||ed(e.instance,e.props.customSettings)||e.meta.search.isEnabled||!!e.props.toolbarLeft||!!e.props.toolbarRight}(l,!!t))return null;const r=l.instance.options.enableColumnFilters,o=l.meta.printing.isEnabled,i=ed(l.instance,l.props.customSettings),s=l.meta.search.isEnabled;return n.createElement(n.Fragment,null,n.createElement("div",Object.assign({},a,{className:"mb-4 flex flex-shrink flex-grow-0 flex-wrap gap-2 print:hidden","data-taco":"table-toolbar"}),l.props.toolbarLeft,n.createElement(Fo,{className:"ml-auto flex-shrink-0 items-center print:hidden"},t,r?n.createElement(Zu,{length:l.meta.length,table:l.instance}):null,l.props.toolbarRight,o?n.createElement(Pu,{table:l.instance,tableId:l.id,tableRef:l.ref}):null,i?n.createElement(Yc,{customSettings:l.props.customSettings,table:l.instance}):null,s?n.createElement(Gc,{scrollToIndex:l.renderer.scrollToIndex,table:l.instance,tableRef:l.ref}):null)),l.props.toolbarPanel?n.createElement("div",{className:"mb-4"},l.props.toolbarPanel):void 0)},td.Grid=function(e){var t;const{enableHorizontalArrowKeyNavigation:l,table:a,...r}=e,o=void 0===a.meta.rowActive.rowActiveIndex?e=>{a.meta.rowActive.handleFocus(e,a.meta.length,a.renderer.scrollToIndex)}:void 0;return n.createElement(n.Fragment,null,n.createElement("style",null,a.stylesheet),n.createElement(h.FocusScope,null,n.createElement("table",Object.assign({},r,{id:a.id,"data-table-font-size":a.meta.fontSize.size,"data-table-grouped":!(null===(t=a.state.grouping)||void 0===t||!t.length),"data-table-horizontally-scrolled":!!a.meta.columnFreezing.isHorizontallyScrolled||void 0,"data-table-status":a.meta.server.isEnabled?a.meta.server.isReady?"ready":void 0:"ready","data-table-pause-hover":!!a.meta.rowActive.isHoverStatePaused||void 0,"data-table-resizing":!!a.state.columnSizingInfo.isResizingColumn||void 0,"data-table-row-height":a.meta.rowHeight.height,onFocus:o,onScroll:a.meta.columnFreezing.handleScroll,ref:a.ref,style:a.style,tabIndex:-1}),n.createElement("thead",null,a.instance.getHeaderGroups().map(e=>n.createElement("tr",{key:e.id},e.headers.map(e=>n.createElement(Mc,{key:e.id,header:e,scrollToIndex:a.renderer.scrollToIndex}))))),a.instance.getCoreRowModel().rows.length?n.createElement(n.Fragment,null,n.createElement(jc,{enableHorizontalArrowKeyNavigation:l,table:a.instance,tableElement:a.ref.current,scrollToIndex:a.renderer.scrollToIndex,style:e.children?{...a.renderer.style,height:a.renderer.style.height+41}:a.renderer.style},a.renderer.rows,e.children),a.meta.footer.isEnabled?n.createElement(Tc,{table:a.instance}):null):n.createElement(Bc,{emptyState:a.props.emptyState}))))};const nd=Rs((function(e,t){const l=function(e,t){return vc(e,t,zc)}(e,t);return n.createElement(td,null,n.createElement(td.Toolbar,{table:l}),n.createElement(td.Grid,{"data-taco":"table-report",table:l}))})),ld=Rs((function(e,t){const l=String(e.children),a=n.useMemo(()=>String("tableKey_"+l),[l]);return n.createElement(nd,Object.assign({},e,{key:a,ref:t}))}));ld.Column=function(e){return null},ld.Group=function(e){return null};const ad=(e,t)=>{var n;const l={index:e.index,indexPath:e.id,values:e.original};return(null===(n=e.subRows)||void 0===n?void 0:n.length)>0?(l.isExpanded=!!e.isExpanded,l.depth=e.depth,l.toggleRowExpanded=()=>e.toggleRowExpanded(!l.isExpanded)):t&&(l.isExpanded=!!e.isExpanded,l.toggleRowExpanded=()=>e.toggleRowExpanded(!l.isExpanded)),e.toggleRowEditing&&(l.isEditing=!!e.isEditing,l.toggleRowEditing=e.toggleRowEditing),l},rd=(e,t)=>{const l=[];return{columns:n.Children.toArray(e).filter(e=>!!e&&!e.props.hidden).map(({props:{children:e,...n}})=>{const a={...n};if(a.sortType=a.sortType||"auto",a.disableSortBy=a.disableSorting,n.title&&e){a.Header=n.title;const{columns:r,sortRules:o}=rd(e,t);a.columns=r,o.forEach(e=>l.push(e))}else a.accessor=n.accessor,a.Header=n.headRenderer||"",a.Cell=e=>{var l,a;const r={accessor:e.cell.column.id,row:ad(e.cell.row,t),value:e.cell.value};return r.row.isEditing&&"function"==typeof n.editRenderer?n.editRenderer(r):"function"==typeof n.cellRenderer?null!==(l=n.cellRenderer(r))&&void 0!==l?l:null:null!==(a=r.value)&&void 0!==a?a:null},a.align=n.align,a.flex=n.flex,n.sort&&!n.disableSorting&&l.push({id:n.accessor,desc:"desc"===n.sort});return a}),sortRules:l}},od=e=>null==e?void 0:e.map(e=>({id:e.accessor,desc:e.desc})),id=e=>{const t="string"==typeof e?new Date(e):e;return null!=t&&t.getTime?t.getTime():void 0},sd=(e="",t=",")=>{if("number"==typeof e)return e;if(null===e||!e.length)return;let n;return n=Number(","===t?e.replace(/\./g,"").replace(",","."):e.replace(/,/g,"")),Number.isNaN(n)?void 0:n},cd=e=>{if(e)return String(e).toLowerCase()},ud=e=>"boolean"==typeof e?e:isNaN(e)?cd(e):Number(e),dd=(e,t)=>void 0!==e&&void 0===t?1:e===t?0:e>t?1:-1,md=(e,t,n)=>e&&t?((e,t,n)=>{const l=e.localeCompare(t,n);return 0===l?0:l>0?1:-1})(e,t,n):dd(e,t);function fd(e,t){if(t.type===H.actions.init)return{allowEditing:!0,editingRowUniqueId:null,...e};if(t.type===H.actions.resetRowEditing||t.type===H.actions.resetPage||t.type===H.actions.gotoPage)return{...e,editingRowUniqueId:null};if(t.type===H.actions.toggleRowEditing){const{id:n}=t;return{...e,editingRowUniqueId:n}}return t.type===H.actions.toggleEditing?{...e,allowEditing:!e.allowEditing}:e}function gd(e){const{dispatch:t}=e,l=n.useCallback(()=>{t({type:H.actions.resetRowEditing})},[t]),a=n.useCallback(e=>{t({type:H.actions.toggleRowEditing,id:e})},[t]),r=n.useCallback(()=>{t({type:H.actions.toggleEditing})},[t]);Object.assign(e,{resetRowEditing:l,toggleRowEditing:a,toggleEditing:r})}H.actions.resetRowEditing="resetRowEditing",H.actions.toggleRowEditing="toggleRowEditing",H.actions.toggleEditing="toggleEditing";const vd=(e,t)=>{const n=[],l=[];if(e){let a=e.filter(e=>!!e&&"boolean"!=typeof e);t&&(a=a.filter(e=>void 0===e.visible||("function"==typeof e.visible?e.visible(t):e.visible))),a.forEach(e=>{e.showOnRow?n.push(e):l.push(e)})}return[n,l]},hd=(e,t)=>({"aria-label":"function"==typeof e.tooltip?e.tooltip(t):e.tooltip,disabled:"function"==typeof e.disabled?e.disabled(t):e.disabled,onClick:n=>{e.onClick(t,n)}}),pd=()=>(n.useEffect(()=>{const e=e=>{var t,n;"Escape"===e.key&&null!==(t=e.target)&&void 0!==t&&null!==(n=t.form)&&void 0!==n&&n.reset&&(e.preventDefault(),e.target.form.reset())};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[]),n.createElement("div",{className:"-mt-1 -mb-1 h-8 flex"},n.createElement(hr,{appearance:"primary",icon:"tick",type:"submit",className:"mr-2"}),n.createElement(hr,{appearance:"ghost",icon:"close",type:"reset"})));function wd(e,t){if(t.type===H.actions.init)return{draggingRowIndexPath:null,...e};if(t.type===H.actions.resetRowDragging)return{...e,draggingRowIndexPath:null};if(t.type===H.actions.toggleRowDragging){const{indexPath:n}=t;return{...e,draggingRowIndexPath:n}}return e}H.actions.resetRowDragging="resetRowDragging",H.actions.toggleRowDragging="toggleRowDragging";const bd=(e,{instance:t})=>{var n;e.toggleRowDragging=()=>{t.dispatch(t.state.draggingRowIndexPath===e.id?{type:H.actions.resetRowDragging}:{type:H.actions.toggleRowDragging,indexPath:e.id})},e.isDragging=!(!t.state.draggingRowIndexPath||t.state.draggingRowIndexPath!==e.id&&(null===(n=t.state.selectedRowIds)||void 0===n||!n[e.id]))},xd=e=>[{id:"draggable",className:"yt-table__cell--draggable flex-col px-0",Cell:()=>n.createElement(Na,{name:"drag",className:"text-grey-700 invisible w-[20px] cursor-grab"}),flex:"0 0 20px"},...e],Ed=10,yd=(e,t)=>{var l;const{children:a,data:r,onRowClick:o,onRowDrag:i,onSelectedRows:s,rowClassName:c,rowExpansionRenderer:u,rowHeight:d,selectedRows:m,disableSorting:f,manualSorting:g,onSort:v,sortRules:h,disablePagination:p=!0,length:b,onPaginate:x,pageSize:E=Ed,pageIndex:y=0,inlineEditingUniqueId:z,onRowCreate:C,actions:R,onRowEdit:S,onRowCopy:O,onRowDelete:N,onRowActive:L,windowed:M=!1,...k}=e;if(s&&!m||!s&&m)throw new Error("Selected rows in a Table component are fully controlled - you must pass both the `onSelectedRows` and `selectedRows` props when using row selection");const{texts:V,locale:I}=Er(),{columns:j,sortRules:D}=n.useMemo(()=>rd(a,u),[a,u]),T=!p&&!!x&&!!b,{headerGroups:F,rows:P,sortedRows:B,prepareRow:_,state:G,page:q,gotoPage:K,setPageSize:$,...W}=H.useTable({columns:j,data:r,initialState:{sortBy:od(h)||D,pageSize:p?void 0:E,pageIndex:p?void 0:y},manualPagination:T,pageCount:T&&b?Math.ceil(b/E):-1,manualSortBy:g,disableSortBy:f,autoResetExpanded:!1,autoResetSelectedRows:!1,autoResetSortBy:!1,autoResetPage:!1,sortTypes:n.useMemo(()=>(e=>({datetime:(e,t,n)=>{const l=id(e.values[n]),a=id(t.values[n]);return dd(l,a)},string:(t,n,l)=>{const a=cd(t.values[l]),r=cd(n.values[l]);return md(a,r,e)},number:(e,t,n)=>{const l=sd(e.values[n]),a=sd(t.values[n]);return dd(l,a)},boolean:(e,t,n)=>dd(!!e.values[n],!!t.values[n]),auto:(t,n,l)=>{const a=ud(t.values[l]),r=ud(n.values[l]);return"string"==typeof a&&"string"==typeof r?md(a,r,e):dd(a,r)}}))(I),[]),useControlledState:e=>n.useMemo(()=>({...e,selectedRowIds:m||[]}),[e,m])},H.useRowState,H.useSortBy,H.useExpanded,H.usePagination,(e=>{const t=t=>{if(H.useRowSelect(t),e){const l=(t,n)=>e(e=>{const l={...e};return n?l[t]=!0:delete l[t],l});t.prepareRow.push(e=>{e.toggleRowSelected=()=>l(e.id,!e.isSelected)});const a=n.useRef();t.visibleColumns.push(t=>[{id:"selection",Header:({getToggleAllRowsSelectedProps:t,rows:l})=>{const{...a}=t();return n.createElement(jr,Object.assign({},a,{onChange:t=>{e(t?Object.assign({},Array(l.length).fill(!0)):{})}}))},Cell:({row:e,rows:t})=>{const{...r}=e.getToggleRowSelectedProps(),o=t.findIndex(t=>t.index===e.index);return n.createElement(jr,Object.assign({},r,{className:"!mt-2.5",onClick:n=>{if(n.shiftKey){const[e,n]=[(s=o)<(i=a.current||0)?s:i,s>i?s:i];for(let a=e;a<=n;a++)l(t[a].id,!0)}else l(e.id,!r.checked);var i,s;a.current=o},onChange:()=>!1}))},flex:"0 0 36px",className:"flex-col justify-start !py-0"},...t])}};return t.pluginName="useRowSelect",t})(s),(e=>{const t=t=>{e&&(t.stateReducers.push(wd),t.prepareRow.push(bd),t.visibleColumns.push(xd),t.getRowProps.push((e=>(t,{instance:n,row:l})=>[t,{draggable:!0,onDragStart:t=>{t.persist(),l.toggleRowDragging();const a=[l.id,...Object.keys(n.state.selectedRowIds)],r=n.rows.filter(e=>a.includes(e.id)).map(ad);e(r,e=>{const n=window.document.createElement("div");n.id="yt-table__drag__placeholder",n.innerText=e,window.document.body.appendChild(n),"function"==typeof DataTransfer.prototype.setDragImage&&t.dataTransfer.setDragImage(n,0,20)},t)},onDragEnd:()=>{const e=document.getElementById("yt-table__drag__placeholder");e&&e.parentNode&&e.parentNode.removeChild(e),l.toggleRowDragging()}}])(e)))};return t.pluginName="useRowDraggable",t})(i),(e=>{const t=t=>{e&&(t.stateReducers.push(fd),t.useInstance.push(gd),t.prepareRow.push((e=>(t,{instance:n})=>{const l=t.original[e];t.toggleRowEditing=()=>{n.state.editingRowUniqueId===l?n.resetRowEditing():n.toggleRowEditing(l)},t.isEditing=t.original._createKey?n.state.editingRowUniqueId===t.original._createKey:n.state.editingRowUniqueId===l,t.canEdit=n.state.allowEditing&&(t.isEditing||!n.state.editingRowUniqueId)})(e)))};return t.pluginName="useRowEditing",t})(z),((e,t,l,a,r,o=!1)=>{const i=!!e,s=((e,t,n)=>{const[l,a]=vd(n);let r=l.length+(a.length?1:0);return t.onRowCreate&&r++,t.onRowCopy&&r++,t.onRowDelete&&r++,(e||t.onRowEdit)&&(r++,r<2&&r++),r})(e,t,l),c=c=>{((e,t,n)=>!!n||t.onRowCreate||t.onRowCopy||t.onRowDelete||!!e||t.onRowEdit)(e,t,l)&&c.visibleColumns.push(e=>[...e,{id:"_actions",className:"flex justify-end px-1 overflow-visible",flex:`0 0 calc((${s} * 2rem) + .5rem)`,Cell:({row:e})=>{if(e.isEditing)return n.createElement(pd,null);const s=ad(e,a),[c,u]=vd(l,s),d=n.createElement(n.Fragment,null,t.onRowCreate&&n.createElement(hr,{appearance:"discrete",icon:"circle-plus","aria-label":r.legacyTable.newSubRow,tooltip:r.legacyTable.newSubRow,disabled:i&&!e.canEdit,onClick:n=>{n.stopPropagation(),n.persist(),e.setActive(),e.isExpanded||e.toggleRowExpanded(),t.onRowCreate(s,n)}}),(i||t.onRowEdit)&&n.createElement(hr,{appearance:"discrete",icon:"edit","aria-label":r.legacyTable.edit,tooltip:r.legacyTable.edit,disabled:i&&!e.canEdit,onClick:n=>{n.stopPropagation(),e.setActive(),i?e.toggleRowEditing():t.onRowEdit&&(n.persist(),t.onRowEdit(s,n))}}),t.onRowCopy&&n.createElement(hr,{appearance:"discrete",icon:"copy","aria-label":r.legacyTable.copy,tooltip:r.legacyTable.copy,disabled:i&&!e.canEdit,onClick:n=>{n.stopPropagation(),n.persist(),e.setActive(),t.onRowCopy(s,n)}}),t.onRowDelete&&n.createElement(hr,{appearance:"discrete",icon:"delete","aria-label":r.legacyTable.del,tooltip:r.legacyTable.del,disabled:i&&!e.canEdit,onClick:n=>{n.stopPropagation(),n.persist(),e.setActive(),t.onRowDelete(s,n)}}),c.map((e,t)=>n.createElement(hr,Object.assign({},hd(e,s),{key:t,appearance:"discrete",icon:"function"==typeof e.icon?e.icon(s):e.icon,tooltip:"function"==typeof e.tooltip?e.tooltip(s):e.tooltip}))),u.length?n.createElement(es,null,n.createElement(es.Trigger,null,n.createElement(hr,{appearance:"discrete",icon:"ellipsis-vertical","aria-label":r.legacyTable.actions,tooltip:r.legacyTable.actions,disabled:i&&!e.canEdit,onClick:t=>{t.stopPropagation(),e.setActive()}})),n.createElement(es.Content,null,u.map((e,t)=>n.createElement(es.Item,Object.assign({key:t,icon:"function"==typeof e.icon?e.icon(s):e.icon},hd(e,s)),"function"==typeof e.text?e.text(s):e.text)))):null);return o?n.createElement("div",{className:"-mt-1 -mb-1 h-8 flex"},d):n.createElement(A.InView,{rootMargin:"100px 0px"},({inView:e,ref:t})=>n.createElement("div",{className:"-mt-1 -mb-1 h-8 flex",ref:t},e?d:null))}}])};return c.pluginName="useRowActions",c})(z,{onRowCreate:C,onRowEdit:S,onRowCopy:O,onRowDelete:N},R,u,V,M));((e,t,l)=>{n.useEffect(()=>{!e&&t&&t(l.pageIndex,l.pageSize)},[l.pageIndex,l.pageSize])})(p,x,G),((e,t,l,a,r)=>{n.useEffect(()=>{if(l){const n=r.sortBy.map(e=>({accessor:e.id,desc:e.desc}));if(a)l(n);else{let a;n.length&&null!=t&&t.length&&(a=t.map(e=>e.original)),l(n,a||e)}}},[l&&JSON.stringify(r.sortBy),a])})(r,B,v,!!g,G);const U=((e,t)=>{const l=n.useMemo(()=>({toggleAllRowsExpanded:e.toggleAllRowsExpanded,toggleHideAllColumns:e.toggleHideAllColumns,toggleHideColumn:e.toggleHideColumn,toggleEditing:e.toggleEditing,toggleRowEditing:e.toggleRowEditing,resetRowEditing:e.resetRowEditing,toggleRowExpanded:e.toggleRowExpanded,toggleSortBy:e.toggleSortBy}),[]);return n.useEffect(()=>{null!=t&&t.current&&(t.current.instance=l)},[t]),l})(W,t),J=p||T?P:q,[Y,X,Q,Z]=((e,t,l,a)=>{const r=e.dangerouslyHijackGlobalKeyboardNavigation,[o,i]=w.useControllableState({prop:e.activeIndex,defaultProp:void 0!==e.defaultActiveIndex?e.defaultActiveIndex:r?0:void 0,onChange:t=>{var n;void 0!==t&&(null===(n=e.onChangeActiveIndex)||void 0===n||n.call(e,t))}}),s=e=>{var n,s;const c=e.metaKey||e.ctrlKey||e.altKey||e.shiftKey;if(r&&document.activeElement!==a.current&&"search"!==(null===(n=document.activeElement)||void 0===n?void 0:n.getAttribute("type"))&&document.activeElement!==document.body&&"dialog"!==(null===(s=document.activeElement)||void 0===s?void 0:s.getAttribute("role")))return;if(!r&&document.activeElement!==a.current)return;if(void 0!==o){const n=t[o];if(n){const t=ad(n,l.rowExpansionRenderer);if(l.onRowClick&&"Enter"===e.key)return e.preventDefault(),void l.onRowClick(t);if(n.toggleRowSelected&&" "===e.key)return e.preventDefault(),void n.toggleRowSelected();if(n.toggleRowExpanded){if(n.isExpanded&&"ArrowLeft"===e.key)return e.preventDefault(),void n.toggleRowExpanded();if(!n.isExpanded&&"ArrowRight"===e.key)return e.preventDefault(),void n.toggleRowExpanded()}if(n.toggleRowEditing&&n.canEdit&&!n.isEditing){if(l.onRowCreate&&e.shiftKey&&"n"===e.key)return e.preventDefault(),n.isExpanded||n.toggleRowExpanded(),void l.onRowCreate(t,e);if("e"===e.key)return e.preventDefault(),void n.toggleRowEditing()}if(l.onRowEdit&&"e"===e.key&&!c)return e.preventDefault(),void l.onRowEdit(t,e);if(l.onRowCopy&&"c"===e.key&&!c)return e.preventDefault(),void l.onRowCopy(t,e);if(l.onRowDelete&&"Delete"===e.key&&!c)return e.preventDefault(),void l.onRowDelete(t,e)}}const u=Kr(e.key,t.length,o);void 0!==u&&(e.preventDefault(),i(u))};return n.useEffect(()=>(r&&window.addEventListener("keydown",s),()=>{r&&window.removeEventListener("keydown",s)}),[s]),[o,i,e=>{r||s(e.nativeEvent)},()=>{void 0===o&&t.length&&i(0)}]})(e,J,{onRowClick:o,onRowCreate:C,onRowEdit:S,onRowCopy:O,onRowDelete:N,rowExpansionRenderer:u},t);((e,t,l,a)=>{n.useEffect(()=>{if(void 0!==e&&t.length&&a){const n=t[e];if(n){const e=ad(n,l);a(e)}}},[e,t])})(Y,P,u,L);const ee=n.useCallback((e,t)=>{_(e),e.setActive=()=>X(t)},[_,X]);return{rowProps:{activeIndex:Y,setActiveIndex:X,onRowClick:o,rowClassName:c,rowExpansionRenderer:u,rowHeight:d,inlineEditingUniqueId:z},tableProps:{...k,headerGroups:F,onFocus:Z,onKeyDown:Q,tabIndex:null!==(l=k.tabIndex)&&void 0!==l?l:0},state:G,pagination:p?null:{length:T&&b?b:r.length,pageIndex:G.pageIndex,pageSize:G.pageSize,setPageIndex:K,setPageSize:$},rows:J,prepareRow:ee,instance:U}},zd=(e,t)=>{const a={...e.getCellProps(),className:l("yt-table__cell flex-1 truncate p-2 align-middle",e.column.className,{"justify-start text-left":"left"===e.column.align,"justify-end text-right":"right"===e.column.align,"text-center":!e.column.align}),style:{...e.column.style,flex:"function"==typeof e.column.flex?e.column.flex(t):e.column.flex}};return n.createElement("div",Object.assign({},a,{role:"gridcell","data-taco":"table-cell"}),e.render("Cell")||null)},Cd=n.forwardRef((function({row:e,index:t,instance:a,...r},o){const{activeIndex:i,onRowClick:s,rowClassName:c,rowExpansionRenderer:u,rowHeight:d,setActiveIndex:m,style:f,inlineEditingUniqueId:g}=r,v=ad(e,u),p={...e.getRowProps(),style:{...f,minHeight:d?d+"px":void 0,paddingLeft:e.depth?2*e.depth+"rem":void 0},className:l("yt-table__row border-grey-300 flex border-b min-h-[2.5rem] hover:bg-grey-100",{"yt-table__row--active bg-grey-200 hover:bg-grey-200":i===t,"yt-table__row--clickable":!!s,"yt-table__row--dragging":!!e.isDragging,"yt-table__row--editing":!!e.isEditing},"function"==typeof c?c(v):c),onClick:s?e=>{(e.target===e.currentTarget||e.target.classList.contains("yt-table__cell"))&&(e.preventDefault(),e.persist(),m(t),s(v))}:()=>{m(t)}};let w=e.cells;e.depth>0&&(w=e.cells.filter(e=>!e.column.hiddenOnSubRows));const b=u&&e.isExpanded&&n.createElement("div",null,u(v,a)),x=n.useMemo(()=>n.createElement(n.Fragment,null,n.createElement(h.FocusScope,{key:e.original._createKey,contain:!0,restoreFocus:!0,autoFocus:!0},n.createElement("div",Object.assign({},p,{role:"row",ref:o}),n.createElement("input",{type:"hidden",name:"_rowIndexPath",value:e.id}),n.createElement("input",{type:"hidden",name:"_inlineEditingUniqueId",value:e.original[g]}),w.map(e=>zd(e,v)))),b),[e.original._createKey]);return e.isEditing?x:n.createElement(n.Fragment,null,n.createElement("div",Object.assign({},p,{role:"row",ref:o}),w.map(e=>zd(e,v))),b)})),Rd=({cell:e})=>{const t={...e.getHeaderProps(),...e.getSortByToggleProps&&e.getSortByToggleProps({title:void 0}),className:l("yt-table__cell flex flex-1 truncate p-2 align-middle text-grey-700 hover:text-black",e.className,{"yt-table__cell__group":!!e.columns,"cursor-pointer":!e.disableSorting,"justify-start text-left":"left"===e.align,"justify-end text-right":"right"===e.align,"justify-center text-center":"center"===e.align||!e.align}),style:{...e.style,flex:e.flex}};return e.isSorted&&(t["aria-sort"]=e.isSortedDesc?"descending":"ascending"),n.createElement("div",Object.assign({},t,{key:e.id,"data-taco":"table-column"}),n.createElement("span",{className:"truncate"},e.render("Header")),e.isSorted?n.createElement(Na,{name:e.isSortedDesc?"chevron-down-solid":"chevron-up-solid",className:"-mt-0.5"}):null)},Sd=()=>null,Od=n.forwardRef((function(e,t){const a=Xa(t),{autoFocus:r,children:o,headerGroups:i,headerRef:s,bodyRef:c,...u}=e;n.useEffect(()=>{r&&a.current&&a.current.focus()},[]);const d=l("yt-table flex flex-col focus:yt-focus focus:rounded-sm",e.className);return n.createElement("div",Object.assign({},u,{role:"table",className:d,ref:a}),n.createElement("div",{role:"rowgroup",className:"yt-table__head",ref:s},null==i?void 0:i.map((e,t)=>n.createElement("div",{key:t,role:"row",className:"border-grey-300 flex h-auto min-h-[2.5rem] w-full select-none border-b-2 border-t-0 font-bold"},e.headers.map((e,t)=>n.createElement(Rd,{key:t,index:t,cell:e}))))),n.createElement("div",{role:"rowgroup",className:"yt-table__body",ref:c},o))})),Ad=n.forwardRef((function(e,t){const{emptyStateRenderer:l=Sd,...a}=e,r=Xa(t),{rowProps:o,tableProps:i,rows:s,prepareRow:c,pagination:u,instance:d}=yd(a,r);let m;return u&&(m=n.createElement(ps,{className:"my-4 w-full",length:u.length,pageIndex:u.pageIndex,pageSize:u.pageSize,setPageIndex:u.setPageIndex,setPageSize:u.setPageSize,showPageControls:u.length>u.pageSize,dangerouslyHijackGlobalKeyboardNavigation:e.dangerouslyHijackGlobalKeyboardNavigation})),n.createElement(n.Fragment,null,m,n.createElement(Od,Object.assign({},i,{ref:r}),s.length?s.map((e,t)=>(c(e,t),n.createElement(Cd,Object.assign({},o,{key:t,index:t,row:e,instance:d,headerGroups:i.headerGroups})))):l()),m)}));Ad.Column=()=>null,Ad.Group=()=>null;const Nd=n.forwardRef((function(e,t){return n.createElement(Ad,Object.assign({},e,{disablePagination:!1,ref:t}))}));Nd.Column=()=>null,Nd.Group=()=>null;const Ld=n.memo(({data:e,index:t,style:{...l}})=>{const{texts:a}=Er(),{rows:r,setRowHeight:o,rowProps:i,tableProps:s,instance:c,prepareRow:u,rowHeights:d}=e,m=r[t],f=n.useRef(null);return n.useEffect(()=>{null!=f&&f.current&&o(t,f.current.getBoundingClientRect().height)},[d[t]]),m?(u(m,t),n.createElement(Cd,Object.assign({},i,{style:l,key:t,index:t,row:m,instance:c,headerGroups:s.headerGroups,setRowHeight:o,ref:f}))):n.createElement("div",{className:"yt-table__row",role:"row",style:l},n.createElement("div",{className:"yt-table__cell text-grey-300"},a.legacyTable.loading))},V.areEqual),Md=(e={})=>{const t=Object.keys(e);return t.reduce((t,n)=>t+e[n],0)/t.length},kd=n.forwardRef((function(e,t){const a=Xa(t),{emptyStateRenderer:r=Sd,length:o,loadMore:i,...s}=e,{rowProps:c,tableProps:u,rows:d,prepareRow:m,instance:f,state:g}=yd({...s,windowed:!0},a),v=n.useRef(null),[h,p]=n.useState(null),w=Pr(a),b=Pr(v),x=w&&b?w.height-b.height:null,E=c.rowHeight||40,y=n.useRef({}),z=n.useCallback((e,t)=>{y.current[e]!==t&&(y.current={...y.current,[e]:t},h&&h.resetAfterIndex(0))},[]),C=n.useCallback(e=>y.current[e]||E,[]);n.useEffect(()=>{h&&void 0!==c.activeIndex&&h.scrollToItem(c.activeIndex,"start")},[h,c.activeIndex]),n.useEffect(()=>{y.current={},h&&h.resetAfterIndex(0)},[d.length]);const R=l(u.className,"yt-table--windowed",{"table-with-scrollbar":null!==x&&(E*e.data.length||0)>x});let S;if(x&&d.length){const e={height:x,itemData:{rows:d,setRowHeight:z,rowProps:c,tableProps:u,instance:f,prepareRow:m,state:g,rowHeights:y.current},estimatedItemSize:Md(y.current),itemSize:C,width:"100%"};S=i&&o?n.createElement(I,{isItemLoaded:e=>!!d[e],itemCount:o,loadMoreItems:i},({onItemsRendered:t,ref:l})=>n.createElement(V.VariableSizeList,Object.assign({},e,{itemCount:o,onItemsRendered:t,ref:e=>{l(e),p(e)}}),Ld)):n.createElement(V.VariableSizeList,Object.assign({},e,{itemCount:d.length,ref:e=>{p(e)}}),Ld)}return n.createElement(Od,Object.assign({},u,{className:R,headerRef:v,ref:a}),S||r())}));kd.Column=()=>null,kd.Group=()=>null;const Hd=e=>{var t;return null!==(t=null==e?void 0:e.split(".").map(Number))&&void 0!==t?t:[]},Vd=(e,t)=>{if(!t)return;const n=[...e],l=Hd(String(t));if(l.length){const e=l.shift();return l.reduce((e,t)=>{var n;return null==e||null===(n=e.subRows)||void 0===n?void 0:n[t]},n[e])}},Id=e=>{let t;if(e){const n=Hd(e);n.pop(),n.length&&(t=n.join("."))}return t},jd=(e,t,n={})=>{const l=JSON.parse(JSON.stringify(e));let a;if(t){var r;const e=Hd(t),o=Vd(l,e.join(".")),i=null!==(r=null==o?void 0:o.subRows)&&void 0!==r?r:[],s=e.map(e=>`[${e}]`).join(".subRows")+".subRows";i.unshift(n),j(l,s,i),e.push(0),a=e.join(".")}else l.unshift(n),a="0";return[l,a]},Dd=(e,t)=>{const n=JSON.parse(JSON.stringify(e)),l=Hd(t),a=Number(l.shift());if(l.length){const e=l.map(e=>`subRows[${e}]`).join(".");D(n[a],e),l.pop();const t=l.length?l.map(e=>`subRows[${e}]`).join(".")+".subRows":"subRows";j(n[a],t,T(S(n[a],t)))}else F(n,a);return n};function Td(e){const{_meta:t,...n}=null!=e?e:{};return{...null==t?void 0:t.original,...n}}function Fd(e){var t;const{cell:l,cellRef:a,isActiveRow:r}=e,{texts:o}=Er(),[i,s]=n.useState(!1),c=l.getContext().table.options.meta,u=null!==(t=l.column.columnDef.meta)&&void 0!==t?t:{},d=c.editing.getRowMoveReason(l.row.id);if(n.useEffect(()=>{if(a.current)if(r&&d){var e;const n=null===(e=a.current.parentElement)||void 0===e?void 0:e.querySelector('td[data-taco="cell-control"]');var t;a.current===n&&(s(!0),null===(t=a.current.parentElement)||void 0===t||t.setAttribute("data-row-editing-move","true"))}else{var n;s(!1),null===(n=a.current.parentElement)||void 0===n||n.removeAttribute("data-row-editing-move")}return()=>{var e;a.current&&(null===(e=a.current.parentElement)||void 0===e||e.removeAttribute("data-row-editing-move"))}},[a,r,d]),!i)return null;const{title:m,description:f}=function(e,t){let n="",l="";switch(t){case"filter":n=e.table3.editing.rowIndicator.rowWillBeHidden,l=e.table3.editing.rowIndicator.rowWillMoveReasonFilter;break;case"search":n=e.table3.editing.rowIndicator.rowWillBeHidden,l=e.table3.editing.rowIndicator.rowWillMoveReasonSearch;break;case"sorting":n=e.table3.editing.rowIndicator.rowWillMove,l=e.table3.editing.rowIndicator.rowWillMoveReasonSorting}return{title:n,description:l}}(o,d);return n.createElement(dr,{placement:"bottom",title:f.replace("[COLUMN]",u.header)},n.createElement("span",{className:"wcag-blue-500 absolute left-0 top-full ml-1 whitespace-nowrap rounded-b-md px-1 py-1 text-xs font-bold z-10"},n.createElement(Na,{name:"info",className:"-mt-0.5 mr-1 !h-4 !w-4 rounded-full bg-white !p-0 text-blue-500"}),m))}const Pd=t.forwardRef((function(e,n){const{onKeyDown:a,...r}=e,o=l(Dr(e),"pt-[5px] pb-[7px] min-h-[75px] disabled:resize-none !leading-5",e.className);return t.createElement("textarea",Object.assign({},r,{className:o,"data-taco":"textarea",onKeyDown:e=>{if(1!==e.key.length||rr(e)||e.stopPropagation(),"Home"===e.key||"End"===e.key){e.preventDefault();const t="End"===e.key?e.currentTarget.value.length:0;e.currentTarget.setSelectionRange(t,t),e.currentTarget.scrollTop="End"===e.key?e.currentTarget.scrollHeight:0}a&&a(e)},ref:n}))})),Bd=n.forwardRef((function(e,t){const{fontSize:l,isTruncated:a,...r}=e,o=Xa(t),i=n.useRef(0);n.useLayoutEffect(()=>{o.current&&(i.current=o.current.getBoundingClientRect().height,a||s())},[l]);const s=(e=!1)=>{o.current&&(e?a&&(o.current.style.height=i.current+"px"):(o.current.style.height="inherit",o.current.style.height=a?Math.min(o.current.scrollHeight,3*i.current)+"px":o.current.scrollHeight+"px"))},c=n.createElement(Pd,Object.assign({},r,{rows:1,onBlur:t=>{var n;a&&s(!0),t.target.scrollTop=0,null===(n=e.onBlur)||void 0===n||n.call(e,t)},onChange:t=>{var n;s(),null===(n=e.onChange)||void 0===n||n.call(e,t)},onFocus:t=>{var n;s(),null===(n=e.onFocus)||void 0===n||n.call(e,t)},ref:o}));return a?n.createElement("div",{className:"relative inline-flex w-full focus-within:z-30","data-taco":"input-container"},c):c}));function _d(e){const t=Ic(),{rowIndex:l}=n.useContext(dc),a=e.cell.getContext().table,r=a.options.meta,o=e.index===r.editing.lastFocusedCellIndex&&r.rowActive.rowActiveIndex===l;return n.useEffect(()=>{if(e.cellRef.current){var t,n,l;const r=null===(t=e.cellRef.current.closest("tr"))||void 0===t?void 0:t.contains(document.activeElement),i="table-search"===(null===(n=document.activeElement)||void 0===n?void 0:n.getAttribute("name")),s="menu"===(null===(l=document.activeElement)||void 0===l?void 0:l.getAttribute("role"));var a;!o||r||i||s||null===(a=e.cellRef.current)||void 0===a||a.focus()}},[o]),n=>{var l;const r=null===(l=e.cellRef.current)||void 0===l?void 0:l.closest("table");if(r&&a.getIsSomeColumnsPinned()&&!e.cell.column.getIsPinned()){const t=a.getLeftTotalSize(),l=n.currentTarget.getBoundingClientRect(),o=r.getBoundingClientRect(),i=l.left-o.left,s=r.offsetWidth-r.clientWidth;(i<t||i+l.width>o.width-s)&&r.scrollTo(e.cell.column.getStart()-t,r.scrollTop)}n.target===n.currentTarget&&Za(n.currentTarget)&&t.focusNext()}}function Gd(e){var t;const{cell:l,cellRef:a,isHighlighted:r,index:o}=e,{rowIndex:i}=n.useContext(dc),s=l.getContext().table.options.meta,c=l.column.columnDef.meta,u=s.rowActive.rowActiveIndex===i,d=_d(e),m=()=>{s.editing.toggleDetailedMode(!1),s.editing.validateCell(l)};n.useEffect(()=>{const e=a.current;return()=>{(document.activeElement===e||nr(document.activeElement,e))&&m()}},[]);const f=s.editing.getCellError(l),g={dataType:c.dataType,fontSize:s.fontSize.size,id:l.column.id,invalid:!!f,isDetailedMode:s.editing.isDetailedMode,isTruncated:!!c.enableTruncate,onBlur:m,onChange:e=>s.editing.setCellValue(l,e,i),row:l.row.original,tabIndex:u?0:-1,toggleEditing:s.editing.toggleEditing,toggleDetailedMode:s.editing.toggleDetailedMode,type:null!==(t=c.control)&&void 0!==t?t:"input",value:l.getValue()},v={...hc(l,o,r),"data-cell-editing-invalid":!!f||void 0,"data-taco":"cell-control",onFocus:d,ref:a,tabIndex:-1};return n.createElement("td",Object.assign({},v),n.createElement(ci,{invalid:!!f,message:f},n.createElement(qd,Object.assign({},g))),n.createElement(Fd,{cell:l,cellRef:a,isActiveRow:u}))}const qd=n.memo((function(e){const{dataType:t,fontSize:l,id:a,invalid:r,isDetailedMode:o,isTruncated:i,onBlur:s,onChange:c,row:u,tabIndex:d=-1,toggleEditing:f,toggleDetailedMode:g,type:v="input",value:h}=e,p=n.useRef(null),w=u[a],b={onBlur:s,ref:p,tabIndex:d};if("function"==typeof v)return v({...b,invalid:r,setValue:c,value:h},u);if("switch"===v)return n.createElement(Ci,Object.assign({},b,{checked:Boolean(h),onChange:c,ref:p}));const x=t=>{const n=t.target;if(!n.readOnly)if(!o||"ArrowUp"!==t.key&&"ArrowDown"!==t.key&&"ArrowLeft"!==t.key&&"ArrowRight"!==t.key||t.stopPropagation(),"Enter"!==t.key){if("Escape"===t.key)return t.preventDefault(),void(o?(g(!1),h!==w&&e.onChange(w),requestAnimationFrame(()=>{var e;return null===(e=n.select)||void 0===e?void 0:e.call(n)})):f(!1));rr(t)||!/^[a-z0-9]$/i.test(t.key)&&"Backspace"!==t.key||g(!0)}else{if(t.shiftKey&&o)return;var l,a,r,i;t.preventDefault(),o?null===(l=n.select)||void 0===l||l.call(n):null===(a=n.setSelectionRange)||void 0===a||a.call(n,null===(r=n.value)||void 0===r?void 0:r.length,null===(i=n.value)||void 0===i?void 0:i.length),g(e=>!e)}},E=e=>{o||e.target.select()};return"datepicker"===v?n.createElement(So,Object.assign({},b,{invalid:r,onChange:t=>{const n=t.detail;(!h||!n||m.isDate(h)&&m.isDate(n)&&!go(h,n))&&e.onChange(t.detail)},onFocus:E,onKeyDown:x,ref:p,value:h})):"textarea"===v?n.createElement(Bd,Object.assign({},b,{fontSize:l,invalid:r,isTruncated:i,onChange:e=>{c(e.target.value)},onFocus:E,onKeyDown:x,ref:p,value:String(null!=h?h:"")})):n.createElement(qr,Object.assign({},b,{invalid:r,onChange:e=>{c("number"===t&&e.target.value?Number.parseInt(e.target.value):e.target.value)},onFocus:E,onKeyDown:x,ref:p,type:"number"===t?"number":void 0,value:"number"===t?h:String(null!=h?h:"")}))})),Kd=n.memo((function(e){const t=_d(e);return n.createElement(Ec,Object.assign({},e,{onFocus:t,tabIndex:-1}))}));function $d(e){const{hasChanges:t,hasErrors:l,onClear:a,onExit:r,onSave:o,isLastRow:i}=e,{texts:s}=Er();return n.createElement(hr,{appearance:"transparent","aria-label":s.table3.editing.actions.tooltip,className:"group-[[data-row-editing-status]]/row:hidden",icon:"more",onKeyDown:e=>{i&&t&&"Tab"===e.key&&o()},menu:e=>n.createElement(es,Object.assign({},e),n.createElement(es.Content,null,n.createElement(es.Item,{icon:"tick",disabled:!t||l,onClick:o},s.table3.editing.actions.save),n.createElement(es.Item,{icon:"close",disabled:!t,dialog:e=>n.createElement(Wd,Object.assign({},e,{onClear:a}))},s.table3.editing.actions.clear),n.createElement(es.Item,{icon:"undo",onClick:r},s.table3.editing.actions.exit)))})}function Wd(e){const{onClear:t,...l}=e,{texts:a}=Er();return n.createElement(To,Object.assign({},l),n.createElement(To.Content,{"aria-label":a.table3.editing.clearChangesConfirmationDialog.title},n.createElement(To.Title,null,a.table3.editing.clearChangesConfirmationDialog.title),n.createElement("p",null,a.table3.editing.clearChangesConfirmationDialog.description),n.createElement(To.Footer,null,n.createElement(Fo,null,n.createElement(To.Close,null,n.createElement(Cr,{tabIndex:0},a.table3.editing.clearChangesConfirmationDialog.cancel)),n.createElement(To.Close,null,n.createElement(Cr,{tabIndex:0,appearance:"primary",autoFocus:!0,onClick:t},a.table3.editing.clearChangesConfirmationDialog.confirm))))))}function Ud(e){const{rowId:t,table:a}=e,{texts:r}=Er(),o=a.options.meta,i=o.editing.getRowSaveStatus(t);n.useEffect(()=>{let e;return"complete"===i&&(e=setTimeout(()=>{o.editing.setRowSaveStatus(t,void 0)},3e3)),()=>{clearTimeout(e)}},[i]);const s=l("col-span-full sticky ml-auto right-0 top-0 -mb-[100%] z-10 h-8 bg-[inherit] flex items-center px-1.5 shadow-[-6px_0px_6px_var(--table-row-actions-shadow)]",{"mt-0.5":"short"===o.rowHeight.height,"mt-1":"medium"===o.rowHeight.height,"mt-1.5":"tall"===o.rowHeight.height,"mt-2":"extra-tall"===o.rowHeight.height});return n.createElement("td",{className:"!contents"},n.createElement("span",{className:s},"pending"===i?n.createElement(dr,{title:r.table3.editing.saving.progress},n.createElement(Ir,{delay:0,className:"!text-grey-700 mr-1 !h-5 !w-5"})):n.createElement(dr,{title:r.table3.editing.saving.complete},n.createElement(Na,{name:"tick",className:"!text-grey-700 mr-1 !h-5 !w-5"}))))}const Jd={row:function(e){const{row:t,index:l,table:a}=e,r=Ic(),o=a.options.meta,i=o.rowActive.rowActiveIndex===l;n.useEffect(()=>{o.editing.isEditing&&i&&void 0===o.editing.lastFocusedCellIndex&&r.focusFirst()},[o.editing.isEditing,o.rowActive.rowActiveIndex,o.editing.lastFocusedCellIndex]);const s=n.useCallback(e=>{if(o.editing.isEditing){var t,n;const l=Number(null!==(t=null===(n=e.target.closest("td"))||void 0===n?void 0:n.getAttribute("data-cell-index"))&&void 0!==t?t:void 0);isNaN(l)||o.editing.setLastFocusedCellIndex(Number(l))}},[o.editing.isEditing,i]),c={"data-row-editing-invalid":o.editing.isEnabled&&o.editing.hasRowErrors(t.id)?!!o.editing.hasRowErrorsSeen(t.id)||"unseen":void 0,"data-row-editing-status":o.editing.isEnabled&&o.editing.getRowSaveStatus(t.id)?o.editing.getRowSaveStatus(t.id):void 0,onFocus:s};return n.createElement(xc,Object.assign({},e,c),o.editing.getRowSaveStatus(t.id)?n.createElement(Ud,{rowId:t.id,table:a}):null)},cell:function(e){const{cell:t}=e,{isHovered:l,rowIndex:a}=n.useContext(dc),r=t.getContext().table.options.meta;if(r.editing.isEditing){if(t.column.columnDef.meta.control){const o=r.rowActive.rowActiveIndex===a,i=r.editing.getCellError(t),s=!i||r.editing.isEditing,c=r.editing.getCellValue(t);if(void 0!==c&&c!==t.getValue()&&s&&(t.getValue=()=>c),o||i||l&&!o&&!r.rowActive.isHoverStatePaused)return n.createElement(Gd,Object.assign({},e))}return n.createElement(Kd,Object.assign({},e))}return n.createElement(Ec,Object.assign({},e))}};function Yd(e){const{scrollToIndex:t,table:l,tableRef:a,...r}=e,{texts:o}=Er(),i=o.table3.editing.validation,s=l.options.meta,[c,u]=n.useState(!1),d=s.editing.getErrors(),m=n.useMemo(()=>s.rowActive.rowActiveIndex?l.getRowModel().rows[s.rowActive.rowActiveIndex]:void 0,[s.rowActive.rowActiveIndex]);function f(e){s.rowActive.setRowActiveIndex(e),t(e,{align:"center"}),requestAnimationFrame(()=>{var e;const t=null===(e=a.current)||void 0===e?void 0:e.querySelector('tbody > tr[data-row-active="true"] > td[data-cell-editing-invalid="true"]');var n;t&&(null===(n=t.focus)||void 0===n||n.call(t))})}n.useEffect(()=>{d.forEach(e=>{m&&e.rowId===m.id||s.editing.setRowErrorsSeen(e.rowId)})},[d]);const g=(1===d.length?i.alert.titleOne:i.alert.titlePlural).replace("[COUNT]",String(d.length)),v=[],h=s.rowIdentityColumnId?l.getColumn(s.rowIdentityColumnId):void 0;d.forEach((e,t)=>{d.length>1&&t===d.length-1&&v.push(` ${i.alert.messageAnd} `);const a=l.getRowModel().rows.findIndex(t=>t.id===e.rowId);let r;if(e.pendingChange._meta.errors.row)r=e.pendingChange._meta.errors.row;else{var o,s;const t=Object.keys(e.pendingChange._meta.errors.cells)[0];r=`${null===(o=l.getAllColumns().find(e=>e.id===t))||void 0===o||null===(s=o.columnDef.meta)||void 0===s?void 0:s.header}: ${e.pendingChange._meta.errors.cells[t]}`}v.push(n.createElement(dr,{key:e.rowId,title:r},n.createElement("span",{className:"text-blue",onClick:()=>{a>-1?f(a):u(e.rowId)},role:"button"},h?e.pendingChange._meta.original[h.id]:a+1))),d.length>2&&t<d.length-2&&v.push(", ")});const p=(1===v.length?i.alert.messageOne:i.alert.messagePlural).split(/(\[\w+\])/).map(e=>{var t,n;return"[COLUMN]"===e?null!==(t=null==h||null===(n=h.columnDef.meta)||void 0===n?void 0:n.header)&&void 0!==t?t:i.alert.messageRow:"[ROW]"===e?v:e});return n.createElement(n.Fragment,null,n.createElement(ka,Object.assign({},r,{state:"error"}),n.createElement("span",{className:"font-bold"},g)," ",p),n.createElement(Xd,{open:!1!==c,onChange:()=>u(!1),onSubmit:()=>{l.resetGlobalFilter(),l.resetColumnFilters(),requestAnimationFrame(()=>{const e=l.getRowModel().rows.findIndex(e=>e.id===c);e>-1&&f(e),u(!1)})}}))}function Xd(e){const{onSubmit:t,...l}=e,{texts:a}=Er();return n.createElement(To,Object.assign({},l,{size:"xs"}),n.createElement(To.Content,{"aria-label":"Create a new account"},n.createElement(To.Title,null,a.table3.editing.validation.resetFiltersDialog.title),n.createElement("p",null,a.table3.editing.validation.resetFiltersDialog.description),n.createElement(To.Footer,null,n.createElement(Fo,null,n.createElement(To.Close,null,n.createElement(Cr,null,a.table3.editing.validation.resetFiltersDialog.cancel)),n.createElement(Cr,{appearance:"primary",onClick:t},a.table3.editing.validation.resetFiltersDialog.confirm)))))}function Qd(e){const{onCreate:t,scrollToIndex:l,table:a,tableMeta:r}=e,{texts:o}=Er(),i=a.getCoreRowModel().rows,[s,c]=n.useState({rowFinder:void 0});return n.useEffect(()=>{if("function"==typeof(null==s?void 0:s.rowFinder)){const e=i.find(e=>{var t;return null==s||null===(t=s.rowFinder)||void 0===t?void 0:t.call(s,e.original)});e&&(a.getRowModel().rows.find(e=>{var t;return null==s||null===(t=s.rowFinder)||void 0===t?void 0:t.call(s,e.original)})&&(r.editing.toggleEditing(!0),r.rowActive.setRowActiveIndex(e.index),l(e.index),requestAnimationFrame(()=>function(e){const t=document.querySelector(`[data-row-id="${e}"]`);if(t){var n;null===(n=t.querySelector(":first-child"))||void 0===n||n.focus(),t.scrollIntoView();const e=[{background:"#b2c7ef"},{background:"#ebebeb"}];for(const n of t.children)n.animate(e,{duration:1e3,easing:"ease-out"})}}(e.id))),requestAnimationFrame(()=>r.editing.addCreatedRowChangeset(e)))}},[s]),n.createElement("tr",{onClick:function(){try{if(!t)return Promise.resolve();const e=i.find(e=>{var t;return null==s||null===(t=s.rowFinder)||void 0===t?void 0:t.call(s,e.original)}),n=function(){if(e)return Promise.resolve(r.editing.saveChanges()).then((function(){if(!r.editing.hasRowErrors(e.id)){const e=t();c({rowFinder:e})}}));{const e=t();c({rowFinder:e})}}();return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},className:"border-grey-300 hover:bg-grey-100 group !sticky bottom-10 left-0 z-[21] !block cursor-pointer border-t"},n.createElement("td",{className:"!border-t-0 !bg-transparent"},n.createElement(Cr,{onKeyDown:e=>{r.editing.hasChanges()||"Tab"!==e.key||r.editing.saveChanges()},className:"group-hover:bg-grey-200 sticky left-0",appearance:"transparent"},"+ ",o.table3.editing.buttons.create.label)))}function Zd(e){const{scrollToIndex:t,table:l}=e,{texts:a}=Er(),r=n.useRef(null),o=l.options.meta,i={key:"e",meta:!0,shift:!1},s=n.createElement(n.Fragment,null,a.table3.editing.buttons.edit.tooltip,n.createElement(Ii,{className:"ml-2",keys:i}));return cr(i,e=>{var t;e.preventDefault(),null===(t=r.current)||void 0===t||t.click()}),n.createElement(dr,{title:s},n.createElement(ts,{checked:o.editing.isEditing,onChange:e=>{o.editing.toggleEditing(e),requestAnimationFrame(()=>{var e;return t(null!==(e=o.rowActive.rowActiveIndex)&&void 0!==e?e:0)})},ref:r}))}function em(e){return null}function tm(e){return null}em.displayName="Table3Column",tm.displayName="Table3Group";const nm=Rs((function(e,t){var l,a;const r=function(e,t){const l=function(e=!1,t,l){const[a,r]=n.useState(!1),[o,i]=n.useState(!1),[s,c]=function(){const e=n.useRef(void 0),t=n.useCallback(t=>{e.current=t},[]);return[e.current,t]}(),u=function(e,t,l){const[a,r]=n.useState({}),[o,i]=n.useState({});function s(t){var n,l,r,o,i;return!(!e||(null===(n=a[t])||void 0===n||null===(l=n._meta.errors)||void 0===l||!l.row)&&!Object.keys(null!==(r=null===(o=a[t])||void 0===o||null===(i=o._meta.errors)||void 0===i?void 0:i.cells)&&void 0!==r?r:{}).length)}function c(t){return!!e&&o[t]}function u(e,t){i(n=>{const l={...n};return t?l[e]=t:delete l[e],l})}function d(){return Object.keys(a).filter(s).map(e=>({rowId:e,pendingChange:a[e]}))}function m(e){r(t=>{const n={...t};return delete n[e],n})}return{getCellValue:function(e){var t;return null===(t=a[e.row.id])||void 0===t?void 0:t[e.column.id]},getCellError:function(e){var t,n,l;return null===(t=a[e.row.id])||void 0===t||null===(n=t._meta.errors)||void 0===n||null===(l=n.cells)||void 0===l?void 0:l[e.column.id]},setCellValue:n.useCallback((function(e,t,n){r(l=>{var a,r,o;const i={...l},s={...l[e.row.id],_meta:{...null===(a=l[e.row.id])||void 0===a?void 0:a._meta,original:e.row.original,moveReason:{...null===(r=l[e.row.id])||void 0===r?void 0:r._meta.moveReason},errors:{...null===(o=l[e.row.id])||void 0===o?void 0:o._meta.errors}}};if(t!==e.row.original[e.column.id]){s[e.column.id]=t;const l=function(e,t,n){const{table:l}=e.getContext();return function(e,t,n){const l=n.getState().globalFilter;return!(!n.options.enableGlobalFilter||!l||Ts({...e.row,original:{...e.row.original,[e.column.id]:t}},e.column.id,l))}(e,t,l)?"search":function(e,t){return!!e.column.getIsFiltered()&&!Ds(t,e.column.getFilterValue())}(e,t)?"filter":function(e,t,n){var l;if(!e.column.getIsSorted())return!1;const{table:a}=e.getContext(),r=a.getRowModel().rows,o=[{...e.row,original:{...e.row.original,[e.column.id]:t},getValue:()=>t}];let i=0;n>0&&(o.unshift(r[n-1]),i=1),n<r.length-1&&o.push(r[n+1]);let s=[...o].sort((t,n)=>e.column.getSortingFn()(t,n,e.column.id));return"desc"===e.column.getIsSorted()&&(s=s.reverse()),(null===(l=s[i])||void 0===l?void 0:l.id)!==e.row.id}(e,t,n)?"sorting":void 0}(e,t,n);l?s._meta.moveReason[e.column.id]=l:delete s._meta.moveReason[e.column.id]}else delete s[e.column.id];return Object.keys(s).filter(e=>"_meta"!==e).length?i[e.row.id]=s:delete i[e.row.id],i})}),[]),validateCell:function(t){try{if(!l||!e)return Promise.resolve();const n=Td(a[t.row.id]),o=function(){if(t.column.id in n)return Promise.resolve(l(n)).then((function(e){r(n=>{const l={...n};return l[t.row.id]._meta={...l[t.row.id]._meta,errors:{...l[t.row.id]._meta.errors,cells:e,hasShownErrorAlert:!(Object.keys(e).length&&!l[t.row.id]._meta.errors.hasShownErrorAlert)&&l[t.row.id]._meta.errors.hasShownErrorAlert}},l})}))}();return Promise.resolve(o&&o.then?o.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},addCreatedRowChangeset:function(e){try{const t=e.getAllCells();return r(e=>t.reduce((t,n)=>{var l,a,r;return n.getValue()?{...t,[n.row.id]:{...t[n.row.id],[n.column.id]:n.getValue(),_meta:{...null===(l=e[n.row.id])||void 0===l?void 0:l._meta,original:n.row.original,moveReason:{...null===(a=e[n.row.id])||void 0===a?void 0:a._meta.moveReason},errors:{...null===(r=e[n.row.id])||void 0===r?void 0:r._meta.errors}}}}:t},e)),Promise.resolve()}catch(e){return Promise.reject(e)}},hasChanges:function(t){return!!e&&(t?!!a[t]:!!Object.keys(a).length)},hasErrors:function(t,n){var l;if(!e)return!1;const a=t.options.meta,r=null===(l=n.current)||void 0===l?void 0:l.contains(document.activeElement);let o;return void 0!==a.rowActive.rowActiveIndex&&(o=t.getRowModel().rows[a.rowActive.rowActiveIndex]),Object.keys(d().filter(e=>{var t,n,l;return null===(t=o)||void 0===t||!t.id||!r||e.rowId!==(null===(n=o)||void 0===n?void 0:n.id)||(null===(l=e.pendingChange._meta.errors)||void 0===l?void 0:l.hasShownErrorAlert)})).length},getErrors:d,saveChanges:function(e){try{let n=!1;if(!t)return console.warn("Tried to save, but Table has no onSave handler"),Promise.resolve();const o=e?{[e]:a[e]}:{...a},i=Object.keys(o);return Promise.resolve(function(){if(i.length)return function(e,t,n){if("function"==typeof e[Zs]){var l,a,r,o=e[Zs]();if(function e(i){try{for(;!((l=o.next()).done||n&&n());)if((i=t(l.value))&&i.then){if(!Qs(i))return void i.then(e,r||(r=Xs.bind(null,a=new Ys,2)));i=i.v}a?Xs(a,1,i):a=i}catch(e){Xs(a||(a=new Ys),2,e)}}(),o.return){var i=function(e){try{l.done||o.return()}catch(e){}return e};if(a&&a.then)return a.then(i,(function(e){throw i(e)}));i()}return a}if(!("length"in e))throw new TypeError("Object is not iterable");for(var s=[],c=0;c<e.length;c++)s.push(e[c]);return function(e,t,n){var l,a,r=-1;return function o(i){try{for(;++r<e.length&&(!n||!n());)if((i=t(r))&&i.then){if(!Qs(i))return void i.then(o,a||(a=Xs.bind(null,l=new Ys,2)));i=i.v}l?Xs(l,1,i):l=i}catch(e){Xs(l||(l=new Ys),2,e)}}(),l}(s,(function(e){return t(s[e])}),n)}(i,(function(e){const a=Td(o[e]);return ec((function(){function r(l){return n?l:Promise.resolve(t(a)).then((function(){m(e),u(e,"complete")}))}if("pending"===c(e))return void(n=!0);u(e,"pending");const o=function(){if(l)return Promise.resolve(l(a)).then((function(e){if(e&&Object.keys(e).length)throw e}))}();return o&&o.then?o.then(r):r(o)}),(function(t){let n,l;if("string"==typeof t)n=t;else if(t instanceof Error){var a,o;n=t.message,"object"==typeof(null===(a=t.response)||void 0===a?void 0:a.data)&&(l=null===(o=t.response)||void 0===o?void 0:o.data)}else"object"==typeof t&&(l=t);(n||l)&&r(t=>{var a,r;const o={...t};return o[e]._meta.errors={row:n,cells:l,hasShownErrorAlert:null!==(a=null===(r=o[e]._meta.errors)||void 0===r?void 0:r.hasShownErrorAlert)&&void 0!==a&&a},o}),u(e,void 0)}))}),(function(){return n}))}())}catch(e){return Promise.reject(e)}},resetChanges:m,hasRowErrors:s,hasRowErrorsSeen:function(t){var n;return!!e&&s(t)&&!(null===(n=a[t]._meta.errors)||void 0===n||!n.hasShownErrorAlert)},setRowErrorsSeen:function(e){var t;!1===(null===(t=a[e]._meta.errors)||void 0===t?void 0:t.hasShownErrorAlert)&&r(t=>{const n={...t};return n[e]._meta.errors={...n[e]._meta.errors,hasShownErrorAlert:!0},n})},getRowSaveStatus:c,setRowSaveStatus:u,getRowMoveReason:function(e){var t;return null!==(t=a[e])&&void 0!==t&&t._meta.moveReason?Object.values(a[e]._meta.moveReason)[0]:void 0}}}(e,t,l);return cr(e&&a?{key:"s",meta:!0,shift:!1}:void 0,e=>{e.preventDefault(),u.saveChanges()}),{isEnabled:e,isEditing:a,isDetailedMode:o,toggleDetailedMode:e?i:()=>{},toggleEditing:e?r:()=>{},lastFocusedCellIndex:s,setLastFocusedCellIndex:c,...u}}(e.enableEditing,e.onSave,e.validator),a=l.isEnabled&&!!e.enableCreation,r=vc({...e,enableRowActions:!!l.isEditing||e.enableRowActions,rowActions:l.isEditing?[(e,t)=>n.createElement($d,{hasChanges:l.hasChanges(t),hasErrors:l.hasRowErrors(t),onClear:()=>l.resetChanges(t),onSave:()=>l.saveChanges(t),onExit:()=>l.toggleEditing(!1),isLastRow:!a&&r.meta.rowActive.rowActiveIndex===r.meta.length-1})]:e.rowActions},t,Jd,{editing:l});return function(e,t){const l=e.options.meta,a=()=>{requestAnimationFrame(()=>{l.editing.saveChanges()})};ac(()=>{l.editing.isEditing&&a()},[l.rowActive.rowActiveIndex]),ac(()=>{l.editing.isEditing?void 0===l.rowActive.rowActiveIndex&&l.rowActive.setRowActiveIndex(0):(a(),l.editing.toggleDetailedMode(!1),l.editing.setLastFocusedCellIndex(void 0))},[l.editing.isEditing]);const r=l.editing.hasChanges();n.useEffect(()=>{function e(e){return!(!l.editing.isEditing||!r||(e.returnValue=!0,0))}return window.addEventListener("beforeunload",e),()=>{window.removeEventListener("beforeunload",e)}},[l.editing.isEditing,r]),n.useEffect(()=>{const e=e=>{if(l.editing.isEditing){var n,r;const l=null!==(n=null===(r=e.target)||void 0===r?void 0:r.getAttribute("data-taco"))&&void 0!==n?n:"";nr(e.target,t.current)||"backdrop"===l||a()}};return document.addEventListener("click",e),()=>document.removeEventListener("click",e)},[a,l.editing.isEditing])}(r.instance,r.ref),n.useEffect(()=>{r.ref.current&&(r.ref.current.instance.toggleEditing=e=>r.meta.editing.toggleEditing(null!=e?e:e=>!e))},[r.ref.current]),r}(e,t),o={"data-table-editing-mode":null!==(l=r.meta.editing)&&void 0!==l&&l.isEditing?null!==(a=r.meta.editing)&&void 0!==a&&a.isDetailedMode?"detailed":"normal":void 0,enableHorizontalArrowKeyNavigation:r.meta.editing.isEditing},i=r.meta.editing.hasErrors(r.instance,r.ref),s=r.meta.editing.isEnabled&&e.enableCreation&&e.onCreate;return n.createElement(td,null,n.createElement(td.Toolbar,{table:r},r.meta.editing.isEnabled?n.createElement(Zd,{scrollToIndex:r.renderer.scrollToIndex,table:r.instance}):null),i?n.createElement(Yd,{className:"mb-4",scrollToIndex:r.renderer.scrollToIndex,table:r.instance,tableRef:r.ref}):null,n.createElement(td.Grid,Object.assign({},o,{"data-taco":"table3",table:r}),s&&n.createElement(Qd,{table:r.instance,tableMeta:r.meta,onCreate:e.onCreate,scrollToIndex:r.renderer.scrollToIndex})))})),lm=Rs((function(e,t){const l=String(e.children),a=n.useMemo(()=>String("tableKey_"+l),[l]);return n.createElement(nm,Object.assign({},e,{key:a,ref:t}))}));lm.Column=em,lm.Group=tm;const am=t.forwardRef((function(e,n){const{id:a,defaultId:r,children:o,onChange:i,orientation:s="horizontal",...c}=e,u=l({"flex w-full":"vertical"===s},e.className);return t.createElement(P.Root,Object.assign({},c,{className:u,"data-taco":"tabs",defaultValue:r,dir:"ltr",onValueChange:i,orientation:s,ref:n,value:a}),o)})),rm=t.forwardRef((function(e,n){const a=l("border-grey-300 flex flex-row m-0 mb-4","aria-orientation-horizontal:border-b","aria-orientation-vertical:border-r aria-orientation-vertical:m-0 aria-orientation-vertical:mr-4 aria-orientation-vertical:flex-col ",e.className);return t.createElement(P.List,Object.assign({},e,{className:a,ref:n}))})),om=t.forwardRef((function(e,n){const{children:a,id:r,disabled:o,tooltip:i,...s}=e,c=l("group relative p-0.5 outline-none disabled:cursor-not-allowed disabled:text-black/50",'[[aria-orientation="horizontal"]_&]:pb-1','[[aria-orientation="vertical"]_&]:pr-1'),u=l("flex-shrink-0 min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center focus-visible:yt-focus aria-disabled:cursor-not-allowed","group-focus-visible:yt-focus-inset group-enabled:group-hover:wcag-grey-200 pointer-events-none rounded px-3"),d=l("pointer-events-none absolute hidden bg-blue-500 group-aria-selected:flex",'[[aria-orientation="horizontal"]_&]:rounded-t-sm [[aria-orientation="horizontal"]_&]:bottom-0 [[aria-orientation="horizontal"]_&]:left-0 [[aria-orientation="horizontal"]_&]:right-0 [[aria-orientation="horizontal"]_&]:-mb-px [[aria-orientation="horizontal"]_&]:h-0.5','[[aria-orientation="vertical"]_&]:rounded-l-sm [[aria-orientation="vertical"]_&]:right-0 [[aria-orientation="vertical"]_&]:top-0 [[aria-orientation="vertical"]_&]:bottom-0 [[aria-orientation="vertical"]_&]:-mr-px [[aria-orientation="vertical"]_&]:w-0.5'),m=t.createElement(P.Trigger,Object.assign({},s,{className:c,disabled:o,ref:n,value:r}),t.createElement("span",{className:u},a),t.createElement("span",{className:d}));return i?t.createElement(dr,{title:i},m):m})),im=t.forwardRef((function(e,n){const{id:a,...r}=e,o=l('[&[data-orientation="vertical"]]:grow outline-none',e.className);return t.createElement(P.Content,Object.assign({},r,{className:o,ref:n,value:a}))}));am.List=rm,am.Trigger=om,am.Content=im;const sm=({continuous:e,index:n,isLastStep:l,step:a,backProps:r,primaryProps:o,skipProps:i,tooltipProps:s,size:c,locale:u,disableTourSkipOnEsc:d})=>{const m=t.useRef(null);return t.useEffect(()=>{const e=e=>{if(!d&&"Escape"===e.key&&null!==m.current)return e.preventDefault(),void m.current.click()};return window.addEventListener("keydown",e),()=>{window.removeEventListener("keydown",e)}},[]),t.createElement("div",Object.assign({},s,{className:"yt-tour__step w-88 relative rounded bg-white p-4"}),t.createElement(hr,Object.assign({},i,{ref:m,appearance:"discrete",icon:"close",title:u.skip,"aria-label":u.skip,className:"absolute top-0 right-0 mt-1 mr-1"})),a.title&&t.createElement("h5",null,a.title),a.content,t.createElement(Fo,{className:"mt-4 justify-end"},n>0&&t.createElement(Cr,Object.assign({},r,{appearance:"discrete"}),u.back),t.createElement(Cr,Object.assign({},o,{appearance:"primary"}),e?l?`${u.last} (${n+1}/${c})`:`${u.next} (${n+1}/${c})`:u.close)))},cm=e=>null,um=e=>{const{texts:{tour:n}}=Er(),{autoStart:l,onComplete:a,onClose:r,onReady:o,spotlightClicks:i,disableCloseOnEsc:s,disableScrollParentFix:c=!1,scrollOffset:u,...d}=e,m=t.useMemo(()=>t.Children.map(e.children,e=>({disableBeacon:!e.props.showBeacon,target:e.props.selector,placement:e.props.position,title:e.props.title,content:e.props.children})),[e.children]),f=t.useCallback(t=>{var n;return null===(n=e.children.find(e=>e.props.selector===t))||void 0===n?void 0:n.props},[e.children]);return t.createElement(_,Object.assign({},d,{run:l,steps:m,showProgress:!0,floaterProps:{disableAnimation:!0},tooltipComponent:e=>t.createElement(sm,Object.assign({},e,{locale:n,disableTourSkipOnEsc:s})),locale:n,spotlightPadding:8,spotlightClicks:i,disableScrollParentFix:c,callback:e=>{e.action===B.ACTIONS.SKIP&&e.lifecycle===B.LIFECYCLE.COMPLETE&&r&&r(f(e.step.target)),e.type===B.EVENTS.TOUR_END&&a&&a(),e.lifecycle===B.LIFECYCLE.READY&&o&&o(f(e.step.target))},scrollOffset:u,styles:{options:{primaryColor:"#6ba4ff"}},disableCloseOnEsc:!0}))};um.Step=cm;const dm=n.forwardRef((function(e,t){const{...a}=e,r=l(mm(),e.className);return n.createElement(hr,Object.assign({},a,{appearance:"discrete",className:r,"data-taco":"header-button",ref:t}))})),mm=(e=!0)=>l("!h-9 !w-9 flex-shrink-0 flex-grow-0 cursor-pointer relative","focus:!outline-none focus:!shadow-none focus-visible:!yt-focus-dark ","bg-transparent enabled:hover:bg-white/[.08] focus:bg-white/[.08] aria-current-page:bg-white/[.08]","text-white",{"!rounded-full":e}),fm=n.forwardRef((function(e,t){const{children:a,icon:r,isNew:o,tooltip:i,...s}=e,{texts:c}=Er(),u=l(gm(r),"relative",e.className),d=n.createElement("a",Object.assign({},s,{className:u,"data-taco":"header-link",ref:t,tabIndex:0}),r?n.createElement(Na,{name:r}):null,a,o?n.createElement(Ya,{color:"blue",small:!0,className:"absolute right-0 top-0 -mr-2.5 -mt-1.5 !h-3 !px-0.5 text-[0.55rem] font-normal"},c.header.new):null);return i?n.createElement(dr,{title:i},d):d})),gm=e=>l("flex h-8 flex-shrink-0 flex-grow-0 cursor-pointer items-center justify-center ","focus:!shadow-none focus:!outline-none focus-visible:!yt-focus-dark","bg-transparent hover:bg-white/[.08] focus:bg-white/[.08] aria-current-page:bg-white/[.08]","text-white hover:text-white focus:text-white",{"!rounded-full !h-9 !w-9":e,"whitespace-nowrap px-3 rounded text-sm hidden lg:flex":!e}),vm=n.forwardRef((function(e,t){const a=l("h-7 w-7 m-1 self-center justify-self-center flex-shrink-0 flex-grow-0",e.className);return n.createElement("svg",Object.assign({},e,{className:a,ref:t,viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg"}),n.createElement("g",{className:"fill-brand-sunsetOrange"},n.createElement("path",{d:"M3.2496172 16.0366c-1.44938-.2893-2.857854.6517-3.1442248 2.1011-.2863702 1.4493.6516388 2.8578 2.1010248 3.1442 1.44938.2893 2.85786-.6517 3.14423-2.101.28929-1.4465-.65164-2.855-2.10103-3.1443z"}),n.createElement("path",{d:"M18.9911672 19.1692c-2.4137-.4792-4.7602 1.0871-5.2423 3.5037-.4793 2.4137 1.087 4.7602 3.5036 5.2423 2.4137.4793 4.7602-1.087 5.2424-3.5036.4792-2.4166-1.0871-4.7631-3.5037-5.2424z"}),n.createElement("path",{d:"M23.6958672.105135c-2.8988-.578585-5.7157 1.303275-6.2943 4.199125l-.5172 2.62116c-.3828 1.93446-2.2647 3.19098-4.1992 2.80819l-1.7474-.35651c-1.92569-.3828-3.18221-2.25589-2.79941-4.19035l.08766-.43832c.33021-1.68608-.7656-3.33417-2.45168-3.66438-1.69776-.336043-3.33709.75976-3.67606 2.45461-.33897 1.68607.76561 3.3254 2.45168 3.66437l.43833.09058c1.93446.3828 3.19098 2.26467 2.79941 4.19039l-.16948.8737c-.3828 1.9345.87372 3.8163 2.79945 4.1991 1.9344.3828 3.8163-.8737 4.1991-2.8082l.1695-.8737c.3828-1.9257 2.2646-3.1822 4.1903-2.7994l2.63.526c2.8987.5698 5.7157-1.31206 6.2855-4.20791.5844-2.90169-1.2974-5.718636-4.1962-6.288455z"})))})),hm=n.forwardRef((function(e,t){const a=l("-mr-[156px] xs:-mr-14 md:!mr-0 h-9 shrink-0 w-[180px] px-1",e.className);return n.createElement("svg",Object.assign({},e,{className:a,ref:t,viewBox:"0 0 127 13",xmlns:"http://www.w3.org/2000/svg"}),n.createElement("g",{className:"fill-white"},n.createElement("path",{className:"fill-white",d:"M5.716016 1.34924242c3.029712.25015152 6.374384 1.74121213 8.2804 3.86060606 2.4384 2.71227273 1.603248 5.42454542-1.877568 6.05681822-3.480816.6322727-8.2804-1.0498485-10.720832-3.76212125C-.471424 5.42848485-.41656 3.35242424 1.27 2.2080303l9.67232 6.92742425-5.226304-7.78621213z",fillRule:"nonzero"}),n.createElement("g",{className:"hidden md:flex"},n.createElement("path",{d:"M53.67528 11.2509091l-1.2192-4.72727274c-.176784-.56333333-.24384-1.12666666-.36576-1.6880303h-.026416c-.107696.57515152-.148336 1.13848485-.308864 1.71363636l-1.22936 4.70954548h-2.101088l2.822448-9.87409093h1.647952l2.942336 9.86424243-2.162048.0019697z",fillRule:"nonzero"}),n.createElement("path",{d:"M21.553424 1.38469697l1.2192 4.72727273c.174752.56333333.241808 1.12469697.363728 1.6880303h.026416c.107696-.57515152.148336-1.13848485.310896-1.71363636l1.2192-4.70954546h2.105152L23.9776 11.2410606h-1.64592l-2.938272-9.85636363h2.160016z",fillRule:"nonzero"}),n.createElement("path",{fillRule:"nonzero",d:"M28.313888 1.38666667h2.01168v9.86424243h-2.01168z"}),n.createElement("path",{fillRule:"nonzero",d:"M41.694608 1.38666667l.983488 5.82045454h.026416l.808736-5.82045454h2.700528l1.0668 9.86424243h-2.064512l-.485648-7.10469698h-.028448l-.323088 2.43257576-.865632 4.67212122h-1.550416l-.98552-4.72333334L40.64 4.32939394v-.18318182h-.026416l-.296672 7.10469698h-2.160016l.890016-9.86424243z"}),n.createElement("path",{d:"M35.310064 1.38469697c-.3577988.27917284-.6303655.64756811-.788416 1.06560606-.526288 1.22909091.036576 2.16666667.534416 3.00575758.073152.12409091.148336.24818181.217424.37227272 1.085088 1.80424243 1.515872 3.13378788.705104 5.02863637-.056896.1339394-.191008.3939394-.191008.3939394h-2.424176c.3204254-.2482168.5741848-.5678542.739648-.9316667.556768-1.30196967-.099568-2.49166664-.735584-3.64393937-.764032-1.37878788-1.552448-2.81863636-.715264-4.78045455.079248-.18712121.254-.50424242.254-.50424242l2.403856-.00590909z",fillRule:"nonzero"}))),n.createElement("g",{className:"xs:flex xs:-translate-x-[40px] hidden md:!translate-x-0"},n.createElement("path",{className:"stroke-white",d:"M61.496448 0v12.8680303",strokeWidth:"1.68"}),n.createElement("g",{className:"fill-white"},n.createElement("path",{d:"M70.841616 9.70863636c-.999744 0-1.7888373-.29479798-2.36728-.88439394-.5784427-.58959596-.867664-1.40964646-.867664-2.46015151 0-1.05707071.2709333-1.89681818.8128-2.51924243.5304376-.61728629 1.3256457-.96197654 2.15392-.93363636.7626734-.03509605 1.5014967.26264579 2.013712.81151515.4944533.53969697.7410027 1.25272728.739648 2.13909091v.62833334h-4.659376c.022352.77015151.221488 1.35318181.6096 1.7530303.388112.39984848.916432.59090909 1.607312.59090909.743701-.00293405 1.4788698-.15377248 2.160016-.44318182v.88636364c-.3298144.14174433-.6736336.25063692-1.02616.325-.3855929.07188992-.7778273.1048941-1.170432.09848485m-.27432-5.95242425c-.4900374-.02138848-.9649513.16736328-1.298448.51606061-.3477231.40033357-.5485505.90121019-.570992 1.42409091h3.53568c0-.62636364-.14224-1.1069697-.430784-1.43984849-.3103282-.34233825-.7661196-.52691285-1.235456-.50030303",fillRule:"nonzero"}),n.createElement("path",{d:"M75.053952 6.25575758c-.0151689-.21657791.0536783-.43083638.19304-.60075758.1381463-.1429001.3347885-.21871211.536448-.20681818.2081607-.01140173.4114497.0638378.5588.20681818.2680858.35762602.2680858.84191943 0 1.19954545-.3018073.26987298-.7638609.27916874-1.07696.02166667-.1529999-.17086259-.2265151-.39533511-.2032-.62045454",fillRule:"nonzero"}),n.createElement("path",{d:"M81.586832 9.70863636c-.979424 0-1.73736-.29217171-2.273808-.87651515-.536448-.58434343-.8073813-1.41095959-.8128-2.47984848 0-1.09777778.2709333-1.94540404.8128-2.54287879.5418667-.59747475 1.318768-.89686869 2.330704-.89818182.3279782-.00003668.654999.03430434.97536.10242424.2639542.04817256.5206342.12824173.764032.23833334l-.31496.845c-.2397537-.0929503-.4871838-.16608946-.739648-.21863637-.2330197-.05435362-.4715521-.08342113-.7112-.08666666-1.373632 0-2.060448.84959596-2.060448 2.54878788 0 .80494949.1673013 1.42343434.501904 1.85545454.33528.42939394.83312.64606061 1.491488.64606061.5966181-.00678768 1.1861142-.12655871 1.735328-.35257576v.87848485c-.5339642.24467285-1.120715.3615322-1.710944.34075757",fillRule:"nonzero"}),n.createElement("path",{d:"M90.690192 6.30893939c0 1.06757576-.278384 1.90207071-.835152 2.50348485-.556768.60141414-1.3241867.90146465-2.302256.90015152-.5660565.00980534-1.1238362-.13269357-1.611376-.41166667-.4744234-.28111893-.8520726-.69243374-1.085088-1.18181818-.2674171-.5661279-.3987341-1.18372355-.384048-1.80621212 0-1.06888889.2756747-1.90207071.827024-2.49954546.5513493-.59747474 1.316736-.89555555 2.29616-.89424242.8559447-.03726298 1.6841715.29875604 2.257552.91590909.556768.61060606.8358293 1.43656566.837184 2.47787879m-5.155184 0c0 .83777778.17272 1.47595959.51816 1.91454545.34544.43858586.85344.65787879 1.524.65787879s1.1799147-.21863636 1.528064-.65590909.522224-1.07611111.522224-1.91651515c0-.83515152-.1740747-1.46873738-.522224-1.90075758-.3481493-.4320202-.861568-.64868687-1.540256-.65-.67056 0-1.176528.21469697-1.517904.64015152-.341376.42545454-.512064 1.06363636-.512064 1.91060606",fillRule:"nonzero"}),n.createElement("path",{d:"M96.989392 9.58848485V5.34575758c0-.53444445-.1253067-.9329798-.37592-1.19560606-.251968-.2639394-.644144-.3939394-1.180592-.3939394-.707136 0-1.225296.18580808-1.55448.55742424-.329184.37161617-.493776.98419192-.493776 1.83772728v3.43909091h-1.02616V3.03136364h.83312l.168656.89621212h.048768c.213947-.32669621.5199877-.58712571.881888-.75045455.3956439-.18075251.8285923-.27169306 1.265936-.26590909.8128 0 1.4257867.19040404 1.83896.57121212.4131733.38080808.6163733.99010101.6096 1.82787879v4.27818182h-1.016z",fillRule:"nonzero"}),n.createElement("path",{d:"M105.759504 6.30893939c0 1.06757576-.277707 1.90207071-.83312 2.50348485-.555413.60141414-1.322832.90146465-2.302256.90015152-.566147.01053143-1.124127-.1320188-1.611376-.41166667-.474546-.2815508-.852738-.69268701-1.08712-1.18181818-.2666505-.56630799-.397268-1.18388155-.382016-1.80621212 0-1.06888889.2756747-1.90207071.827024-2.49954546.551349-.59747474 1.316736-.89555555 2.29616-.89424242.948267 0 1.700107.30530303 2.25552.91590909.555413.61060606.834475 1.43525253.837184 2.47393939m-5.155184 0c0 .83777778.17272 1.4759596.51816 1.91454546.34544.43924242.855472.65787879 1.526032.65787879.589088.03526465 1.159066-.20939357 1.528064-.65590909.348149-.43727273.521547-1.07611112.520192-1.91651516-.001355-.84040404-.174752-1.4739899-.520192-1.90075757-.349504-.43333334-.861568-.65-1.540256-.65-.678688 0-1.17856.21469697-1.519936.64015151-.341376.42545455-.512064 1.06363637-.512064 1.91060606",fillRule:"nonzero"}),n.createElement("path",{d:"M116.1796 9.58848485V5.32409091c0-.52525253-.115147-.91919192-.34544-1.18181818-.229616-.26-.58928-.3939394-1.074928-.3939394-.635339 0-1.109472.1779293-1.4224.53378788-.312928.35585859-.465328.90212121-.4572 1.63878788v3.66166667h-1.016V5.32409091c0-.52525253-.115824-.91919192-.347472-1.18181818-.229616-.26-.58928-.3939394-1.078992-.3939394-.642112 0-1.113536.1969697-1.410208.55939394-.296672.36242425-.449072.98484849-.449072 1.83575758v3.43909091h-1.016V3.03136364h.83312l.166624.89621212h.0508c.192326-.31859024.474248-.57752095.8128-.74651515.36534-.18279258.771528-.27547583 1.182624-.26984849 1.05664 0 1.748197.3709596 2.074672 1.11287879h.048768c.20551-.34688729.509496-.62924665.875792-.81348485.403616-.20402984.853472-.30695163 1.308608-.29939394.765387 0 1.338411.19040404 1.719072.57121212.380661.38080808.570992.99010101.570992 1.82787879v4.27818182h-1.02616z",fillRule:"nonzero"}),n.createElement("path",{d:"M119.16664 1.25272727c-.016875-.18221767.045768-.36295537.17272-.49833333.243232-.21393452.614272-.21393452.857504 0 .129279.13353172.194239.31385023.178816.49636364.015568.18371514-.049334.36530074-.178816.50030303-.240531.22061195-.616973.22061195-.857504 0-.125769-.13683457-.188192-.31765204-.17272-.50030303v.00196969zm1.111504 8.33378788h-1.02616V3.03136364h1.02616v6.55515151z",fillRule:"nonzero"}),n.createElement("path",{d:"M125.091952 9.70863636c-.979424 0-1.738037-.29217171-2.27584-.87651515-.537803-.58434343-.808736-1.41095959-.8128-2.47984848 0-1.09777778.270933-1.94540404.8128-2.54287879.541867-.59747475 1.318768-.89686869 2.330704-.89818182.327978-.00003668.654999.03430434.97536.10242424.264596.04821437.521943.12827865.766064.23833334l-.31496.845c-.239852-.09267891-.487258-.16581103-.739648-.21863637-.233047-.05421-.471563-.08327549-.7112-.08666666-1.373632 0-2.061125.84959596-2.06248 2.54878788 0 .80494949.167979 1.42343434.503936 1.85545454.33528.42939394.83312.64606061 1.491488.64606061.595961-.00679074 1.184792-.12656681 1.733296-.35257576v.87848485c-.533172.24487796-1.119318.3617557-1.708912.34075757",fillRule:"nonzero"}))))})),pm=n.forwardRef((function(e,t){const{texts:a}=Er(),r=Xa(t),o=l("flex h-full w-full flex-grow items-center overflow-hidden active:outline-none relative",e.className);return n.createElement("nav",Object.assign({},e,{className:o,ref:r}),n.createElement(fs,{className:"h-full flex-grow items-center gap-1 px-1",moreButton:()=>n.createElement(Cr,{className:l(gm(),"!bg-transparent aria-expanded:!bg-white/[.08]")},a.header.more)},e.children))})),wm=n.forwardRef((function(e,t){const a=l("flex h-full items-center gap-2 mb-0 flex-shrink-0 mr-2",e.className);return n.createElement("div",Object.assign({},e,{className:a,ref:t}))})),bm=n.forwardRef((function(e,t){const a=l(mm(!1),"mr-1 !bg-transparent hover:!bg-white/[.08] focus:!bg-white/[.08]] lg:hidden z-[2] !text-white");return n.createElement(hr,Object.assign({},e,{className:a,"data-taco":"header-toggle-sidebar",icon:"menu",ref:t}))})),xm=n.forwardRef((function(e,t){const{src:a,fallbackSrc:r,...o}=e,[i,s]=n.useState(!1),c=l("h-9 w-9 rounded-full shrink-0 group-focus:yt-focus-dark xl:group-focus:shadow-none",{visible:i},e.className);return n.createElement("img",Object.assign({},o,{className:c,src:a,onLoad:()=>s(!0),onError:e=>{e.target.src=r},ref:t}))})),Em=({agreement:e,...t})=>e.isAdministrator?n.createElement(Ya,Object.assign({},t,{color:"blue",small:!0}),"Admin"):e.isDeveloper?n.createElement(Ya,Object.assign({},t,{color:"blue",small:!0}),"Developer"):null,ym=e=>{const{children:t,className:a,fallbackImageSrc:r,...o}=e,i=l("w-full rounded flex px-2 gap-2 overflow-hidden text-left items-center",a);return n.createElement("span",{className:i},n.createElement(xm,{fallbackSrc:r,src:o.imageSrc,title:`${o.name} - ${o.number} ${o.userId}`}),n.createElement("span",{className:"flex flex-col overflow-hidden"},n.createElement("span",{className:"flex truncate text-white",title:o.name},n.createElement("span",{className:"truncate"},o.name)," ",o.secure?n.createElement(Na,{name:"secure-tick",className:"mb-0.5 ml-1 mt-0.5 !h-4 !w-4 flex-shrink-0 flex-grow-0"}):null),n.createElement("span",{className:"text-grey-100 whitespace-nowrap text-xs"},o.number," ",o.userId," ",n.createElement(Em,{agreement:o}))),t)},zm=e=>{const{children:t,currentAgreement:a,fallbackImageSrc:r}=e;if(Bu("(min-width: 1280px)",window.innerWidth>1280)){const o=l("h-12 flex-grow xl:[button>&]:hover:bg-white/[0.16]",e.className);return n.createElement(ym,Object.assign({},a,{children:t,className:o,fallbackImageSrc:r}))}return n.createElement("span",{className:"relative flex h-12 flex-grow items-center pr-2"},n.createElement(xm,{fallbackSrc:r,src:a.imageSrc,title:`${a.name} - ${a.number} ${a.userId}`}),n.createElement(Em,{agreement:a,className:"absolute right-0 top-0 -mr-1 w-8 !justify-start"}))},Cm=e=>n.createElement("div",{className:"-ml-2 flex flex-shrink-0 flex-grow-0 items-center gap-2 pr-2 xl:ml-auto xl:w-64","data-taco":"header-agreements"},n.createElement("span",{className:"hidden h-8 w-px flex-shrink-0 flex-grow-0 bg-white/[0.3] xl:flex"}),e.children),Rm=e=>t=>{if(!e||!e.length)return!0;const n=String(t.number).indexOf(e)>-1,l=t.name.toLowerCase().indexOf(e.toLowerCase())>-1;return n||l},Sm=(e,t)=>e.number===t.number&&e.userId===t.userId,Om=(e,t,l,a=!1)=>n.createElement("button",{"aria-current":a?"true":void 0,className:"focus:yt-focus-dark w-full rounded outline-none","data-taco":"header-agreements-agreement",key:`${e.number}_${e.userId}`,onClick:()=>l(e),onKeyDown:t=>{"Enter"===t.key&&l(e)},tabIndex:0},n.createElement(ym,Object.assign({},e,{className:"h-14 bg-white/[0.08] xl:hover:bg-white/[0.16] [[aria-current='true']>&]:bg-white/[0.16]",fallbackImageSrc:t}))),Am=n.forwardRef((function(e,t){const a=l("bg-blue-900 flex h-16 w-full shrink-0 items-center gap-2 pl-4","[&>*:focus-visible]:yt-focus-dark [&>*]:rounded",e.className);return n.createElement("header",Object.assign({},e,{className:a,ref:t}))}));Am.AgreementDisplay=function(e){const{currentAgreement:t,fallbackImageSrc:l}=e;return n.createElement(Cm,null,n.createElement(zm,{currentAgreement:t,fallbackImageSrc:l}))},Am.AgreementSelector=function(e){const{agreements:t,currentAgreement:l,fallbackImageSrc:a,filterAgreement:r=(()=>!0),filterClientAgreement:o=(()=>!0),onAddAgreement:i,onChangeAgreement:s,onLogout:c,open:d,setOpen:m}=e,{texts:f}=Er(),g=n.useRef(null),[v,h]=w.useControllableState({onChange:m,prop:d}),[p,b]=n.useState("");n.useEffect(()=>{b("")},[v]);const x=e=>{s(e),h(!1)};return n.createElement(Cm,null,n.createElement(u.Root,{open:v,onOpenChange:h},n.createElement(u.Trigger,{className:"xl:focus-visible:yt-focus-dark [&:focus-visible_img]:yt-focus-dark w-full rounded outline-none xl:[&:focus-visible_img]:shadow-none"},n.createElement(zm,{currentAgreement:l,fallbackImageSrc:a},t?n.createElement(Na,{className:"ml-auto hidden flex-shrink-0 flex-grow-0 text-white xl:flex",name:v?"chevron-up":"chevron-down"}):null)),n.createElement(u.Content,{className:"z-[996] mt-2 flex h-[calc(100vh_-_theme(spacing.16))] w-64 flex-col gap-1 bg-blue-900"},n.createElement(Ac,{autoFocus:!0,className:"focus-visible:!yt-focus-dark mx-2 !border-transparent !bg-white/[0.08] !text-white hover:!bg-white/[0.16] hover:!shadow-none focus:!bg-white/[0.16] active:!bg-white/[0.16] [&+div>button]:!text-white",onChange:e=>b(e.target.value),onKeyDown:e=>{var t;"ArrowDown"!==e.key&&"ArrowUp"!==e.key&&"Enter"!==e.key||(e.preventDefault(),null===(t=g.current)||void 0===t||t.dispatchEvent(Xr(e)))},placeholder:f.header.search}),n.createElement(nu,{querySelector:"button",className:"-my-1 flex w-full flex-grow flex-col gap-1 overflow-auto px-2 py-1 outline-none",ref:g,tabIndex:-1},null==t?void 0:t.filter(e=>r(e,Rm(p))).map(e=>{const t=Om(e,a,x,Sm(e,l));return e.clients?n.createElement("span",{className:"flex flex-col gap-px [&>*:first-child>span]:!rounded-t [&>*:last-child>span]:!rounded-b [&>*>span]:!rounded-none",key:`${e.number}_${e.userId}_clients`},Rm(p)(e)?t:null,e.clients.filter(e=>o(e,p,Rm(p))).map(e=>Om(e,a,x,Sm(e,l)))):t})),i?n.createElement(Cr,{className:"focus-visible:!yt-focus-dark my-1 mx-2 !h-9 shrink-0 !bg-white/[0.08] !text-white hover:!bg-white/[0.16]",onClick:i},f.header.addAgreement):null,n.createElement("hr",{className:"my-0 h-px w-full bg-white/[0.08]"}),n.createElement("a",{className:"focus-visible:yt-focus-dark mx-2 mb-2 flex h-8 shrink-0 items-center justify-center rounded text-white hover:cursor-pointer hover:text-white hover:underline focus-visible:outline-none",onClick:c,tabIndex:0},f.header.logout))))},Am.Button=dm,Am.Link=fm,Am.Logo=vm,Am.LogoLegacy=hm,Am.PrimaryNavigation=pm,Am.SecondaryNavigation=wm,Am.MenuButton=bm;const Nm=n.createContext({sidebarOpen:!1,setSidebarOpen:()=>{}}),Lm=n.forwardRef((function(e,t){const a=l("flex-grow overflow-y-auto print:overflow-visible print:h-full print:!p-0 bg-white flex flex-shrink flex-col relative",e.className);return n.createElement("main",Object.assign({},e,{className:a,ref:t}))})),Mm=v.motion(Fa),km=n.forwardRef((function(e,t){const{children:a,...r}=e,{sidebarOpen:o,setSidebarOpen:i}=n.useContext(Nm),s=_u(),c=!s,u=s||o;n.useEffect(()=>{i(s)},[s]),n.useEffect(()=>{const e=e=>{"Escape"===e.key&&(e.preventDefault(),e.stopPropagation(),i(!1))};return c&&o&&window.addEventListener("keydown",e),()=>{window.removeEventListener("keydown",e)}},[c,o]);const d=c&&!0===o,[m,f]=n.useState(c),g=l("bg-grey-50 h-full w-64 flex-shrink-0 flex-grow-0 print:hidden",{"absolute z-10 aria-hidden:-translate-x-64 ":c,invisible:c&&!m,"transition-[transform] duration-300 visible":c&&m,"border-r-2 border-black/[.08] ":!d},e.className);n.useEffect(()=>{setTimeout(()=>{f(c)},1)},[c]);const h="function"==typeof a?a({isLargeScreen:s,open:o,toggleSidebar:()=>i(e=>!e)}):a;return h?n.createElement(n.Fragment,null,n.createElement("nav",Object.assign({},r,{"data-responsive":c,"aria-hidden":!u,className:g,ref:t}),h),n.createElement(v.AnimatePresence,null,d&&n.createElement(Mm,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"z-[1]",onClick:()=>i(!1)}))):null})),Hm=n.forwardRef((function(e,t){const a=l("flex flex-grow overflow-hidden print:overflow-visible print:h-full relative",e.className);return n.createElement("div",Object.assign({},e,{className:a,ref:t}))})),Vm=n.forwardRef((function(e,t){const[a,r]=n.useState(!1),o=l("flex h-screen w-screen flex-col overflow-hidden print:overflow-visible print:h-full relative",e.className);return n.createElement(Nm.Provider,{value:{sidebarOpen:a,setSidebarOpen:r}},n.createElement("div",Object.assign({},e,{className:o,ref:t})))}));Vm.Top=e=>{const{setSidebarOpen:t}=n.useContext(Nm);return"function"==typeof e.children?e.children({toggleSidebar:()=>t(e=>!e)}):e.children},Vm.Page=Hm,Vm.Sidebar=km,Vm.Content=Lm;const Im=n.forwardRef((function(e,t){const{children:a,defaultExpanded:r=!1,heading:o,onClick:i,...s}=e,[c,u]=n.useState(r),d=l("flex w-full cursor-pointer items-center rounded px-3 font-bold text-left leading-8 hover:bg-black/[.06] focus-visible:yt-focus-dark",s.className);return n.createElement("li",Object.assign({},s,{role:"none",className:"[[role=menubar]>&]:px-3",ref:t}),n.createElement("button",{"aria-haspopup":"true","aria-expanded":c,"data-taco":"navigation2-group",className:d,onClick:e=>{u(!c),i&&i(e)},role:"menuitem"},n.createElement(Na,{className:"-ml-2 !h-5 !w-5",name:c?"chevron-down-solid":"chevron-right-solid"}),n.createElement("span",{className:"flex-grow truncate"},o)),n.createElement("ul",{className:l("mb-0 flex flex-col gap-y-px pt-px",{hidden:!c}),role:"menu"},a))})),jm=()=>l("[[role=menubar]>[data-taco=navigation2-link-item]+&]:mt-2","[[role=menubar]>[data-taco='navigation2-link-item']+&]:border-t-2","[[role=menubar]>[data-taco='navigation2-link-item']+&]:pt-2 ","[[role=menubar]>[data-taco='navigation2-content']+&]:border-t-2","[[role=menubar]>[data-taco='navigation2-content']+&]:pt-2","[[role=menubar]>[data-taco='navigation2-section']+&]:border-t-2","[[role=menubar]>[data-taco='navigation2-section']+&]:pt-2"),Dm=(e=!1)=>l("group relative flex w-full items-center rounded leading-8 !text-black px-2 focus-visible:yt-focus-dark","font-bold [[role=menu]>li>&]:font-normal [[role=menu]>li>&]:pl-5",'[&_[data-taco="icon"]]:!h-5 [&_[data-taco="icon"]]:!w-5','[&>span_[data-taco="badge"]]:mr-2.5 [[role=menu]>li>&>span_[data-taco="badge"]]:mr-2',{"hover:bg-black/[.06] aria-current-page:bg-blue-500/[.1]":!e,"!bg-blue-500 !text-white [&>*]:!text-white":e}),Tm=n.forwardRef((function(e,t){const{active:a,children:r,icon:o,menu:i,onDrop:s,total:c,...u}=e,[d,m]=rs(s),f=l(Dm(d),u.className),g=l("[[role=menubar]>&]:px-3 border-grey-200",jm(),{"[&>*]:pointer-events-none":d});return n.createElement("li",Object.assign({},m,{className:g,"data-taco":"navigation2-link-item",role:"none"}),n.createElement("a",Object.assign({},u,{"aria-current":a?"page":void 0,className:f,"data-taco":"navigation2-link",ref:t,role:"menuitem",tabIndex:0}),o?n.createElement(Na,{className:"mr-1.5 [[role=menu]>li>a>&]:-ml-1.5 [[role=menu]>li>a>&]:mr-0.5",name:o}):null,n.createElement("span",{className:"flex flex-grow items-center truncate"},r),i?n.createElement(hr,{appearance:"discrete",icon:"more","aria-label":"More",rounded:!0,className:l("-mr-1.5 hidden flex-shrink-0 flex-grow-0 transition-none group-hover:flex aria-expanded:flex",{"absolute right-0 !mr-0.5":void 0!==c}),menu:i,onClick:e=>{e.preventDefault(),e.stopPropagation()}}):null,void 0!==c?n.createElement(Ya,{className:l("flex-shrink-0 flex-grow-0 !font-normal",{'group-hover:hidden [[aria-expanded="true"]+&]:hidden ':i}),color:"transparent"},c):null))})),Fm=n.forwardRef((function(e,t){const{children:a,heading:r,...o}=e,i=l("w-full overflow-auto px-3 py-2 flex-grow border-grey-200 bg-grey-50 [[role=menubar]>&:first-child]:pt-0",jm(),e.className);return n.createElement("li",Object.assign({},o,{className:i,"data-taco":"navigation2-section",ref:t,role:"none"}),r?n.createElement("span",{className:"text-grey-500 mb-px truncate pl-5 text-xs font-bold uppercase leading-8 lg:hidden"},r):null,n.createElement("ul",{className:"mb-0 flex flex-col gap-y-px"},a))})),Pm=n.forwardRef((function(e,t){const{children:a,...r}=e,o=l("w-full overflow-auto p-3 mt-auto border-grey-200 flex-shrink-0 z-10 bg-grey-50 [[role=menubar]>&:last-child]:pb-0",jm(),e.className);return n.createElement("li",Object.assign({},r,{className:o,"data-taco":"navigation2-content",ref:t,role:"none"}),a)})),Bm=n.forwardRef((function(e,t){const{children:a,...r}=e,o=l("m-0 py-2 flex flex-col gap-y-px overflow-auto h-full w-full bg-grey-50",e.className);return n.createElement("ul",Object.assign({},r,{className:o,"data-taco":"navigation2",ref:t,role:"menubar",style:{opacity:.999}}),a)}));Bm.Group=Im,Bm.Link=Tm,Bm.Section=Fm,Bm.Content=Pm,exports.Accordion=Ua,exports.Alert=ka,exports.AlertDialog=Ga,exports.Backdrop=Fa,exports.Badge=Ya,exports.BadgeIcon=La,exports.Banner=yr,exports.Base=vr,exports.Button=Cr,exports.Calendar=Nr,exports.Card=Hr,exports.Checkbox=jr,exports.CollectionPrimitive=ru,exports.Combobox=fo,exports.DEFAULT_PAGE_SIZE=100,exports.Datepicker=So,exports.Dialog=To,exports.Drawer=si,exports.Field=ci,exports.Form=ui,exports.Group=Fo,exports.Hanger=vi,exports.Header=Am,exports.HoverCard=bi,exports.Icon=Na,exports.IconButton=hr,exports.Input=qr,exports.Layout=Vm,exports.List=Ai,exports.Listbox=Mi,exports.LocalizationContext=br,exports.LocalizationProvider=xr,exports.Menu=es,exports.ModeSwitch=ts,exports.MultiListbox=ki,exports.Navigation=us,exports.Navigation2=Bm,exports.OverflowGroup=fs,exports.PaginatedTable=Nd,exports.Pagination=ps,exports.Popover=Ro,exports.Progress=({duration:e,...t})=>{let a;e&&(a={animationDuration:e+"ms"});const r=l("bg-grey-100 rounded block h-1 overflow-hidden w-full",t.className),o=l("yt-progress__bar block h-1",{"w-full before:h-1 before:bg-grey-300 before:block before:animate-[progress-indeterminate_2s_cubic-bezier(0.4,0,0.2,1)_infinite] before:content-[' ']":!e,"w-0 bg-grey-300 animate-[progress_linear]":e});return n.createElement("span",Object.assign({},t,{"data-taco":"progress",className:r}),n.createElement("span",{className:o,"data-taco":"progress-bar",style:a}))},exports.Provider=e=>{const{children:n,localization:l,settings:a}=e,r=t.useMemo(()=>a,[JSON.stringify(a)]);return t.createElement(xr,{localization:l},t.createElement(zs.Provider,{value:r},t.createElement(o.Provider,null,t.createElement(Es,null,n))))},exports.RadioGroup=Ui,exports.Report=ld,exports.SearchInput=Ac,exports.SearchInput2=_c,exports.Select=hs,exports.Select2=Du,exports.Shortcut=Ii,exports.Spinner=Ir,exports.Switch=Ci,exports.Table=Ad,exports.Table3=lm,exports.Tabs=am,exports.TacoContext=zs,exports.Tag=mu,exports.Textarea=Pd,exports.Title=fi,exports.ToastProvider=Es,exports.Tooltip=dr,exports.Tour=um,exports.TourStep=cm,exports.Treeview=as,exports.VisuallyHidden=Ja,exports.WindowedTable=kd,exports.convertRowIndexPathToNumberArray=Hd,exports.createShortcutKeyDownHandler=ir,exports.defaultLocalisationTexts=pr,exports.defaultLocalizationContext=wr,exports.findByValue=qi,exports.fixedForwardRef=Rs,exports.format=vo,exports.getByRowIndexPath=Vd,exports.getNavigationLinkClasses=Dm,exports.getNextIndexFromKey=Kr,exports.getParentRowIndexPath=Id,exports.getRadioGroupItemValueAsString=Gi,exports.icons=Aa,exports.insertChildTableRow=jd,exports.isMacOs=sr,exports.isPressingMetaKey=rr,exports.isWeakEqual=go,exports.mergeRefs=Va,exports.parseFromCustomString=ho,exports.parseFromISOString=po,exports.removeChildTableRow=Dd,exports.setByRowIndexPath=(e,t,n)=>{const l=[...e],a=Hd(t),r=a.shift();if(a.length){const e=a.map(e=>`subRows[${e}]`).join(".");j(l[r],e,n)}else l[r]=n;return l},exports.shouldTriggerShortcut=or,exports.useBoundaryOverflowDetection=(e,t=[])=>{const[l,a]=n.useState(),r=Pr(e,t);return n.useEffect(()=>{if(e.current){const t=er(e.current);a(t)}},[e,null==r?void 0:r.width,...t]),l},exports.useBoundingClientRectListener=Pr,exports.useDropTarget=rs,exports.useIntersectionObserver=ds,exports.useIsLargeScreen=_u,exports.useLazyEffect=ac,exports.useListKeyboardNavigation=(e=0,t={direction:"vertical"})=>{const[l,a]=n.useState(t.initialIndex);return[l,a,n=>{const a=Kr(n.key,e,l,t.direction);return void 0!==a&&n.preventDefault(),a}]},exports.useListScrollTo=$r,exports.useLocalization=Er,exports.useMatchMedia=Bu,exports.useMergedRef=Xa,exports.useOnClickOutside=(e,t)=>{n.useEffect(()=>{const n=n=>{(Array.isArray(e)?e:[e]).some(e=>!e.current||e.current.contains(n.target))||t(n)};return document.addEventListener("mousedown",n),document.addEventListener("touchstart",n),()=>{document.removeEventListener("mousedown",n),document.removeEventListener("touchstart",n)}},[e,t])},exports.usePagination=(e=0,t=10)=>{const[l,a]=n.useState(e),[r,o]=n.useState(t);return{pageIndex:l,pageSize:r,setPageIndex:a,setPageSize:o}},exports.useRadioGroup=Wi,exports.useTableDataLoader=function(e,t,l={pageSize:100}){const{pageSize:a}=l,r=n.useRef(void 0),[o,i]=n.useState([]),s=n.useRef({}),c=n.useRef([]),u=n.useRef([]),d=n.useRef(),m=n.useRef(!1),f=function(t,n,l){try{let o=!1;if((m.current||JSON.stringify(n)!==JSON.stringify(c.current)||JSON.stringify(l)!==JSON.stringify(u.current))&&(s.current={},o=!0),s.current[t])return Promise.resolve();s.current[t]=!0,m.current=!1,c.current=n,u.current=l;const d=tc((function(){return ec((function(){return Promise.resolve(e(t,a,n,l)).then((function(e){i(n=>{let l;return o||r.current!==e.length?(r.current=e.length,l=Array(r.current).fill(void 0)):l=[...n],l.splice(t*a,a,...e.data),l})}))}),(function(){}))}),(function(e,n){if(s.current[t]=!1,e)throw n;return n}));return Promise.resolve(d&&d.then?d.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},g=function(e,n){try{c.current=e,u.current=n;const l=ec((function(){return Promise.resolve(t(e,n)).then((function(e){r.current=e.length,i(()=>{let t;return e.data.length!==e.length?(t=Array(e.length).fill(void 0),t.splice(0,e.data.length,...e.data)):t=[...e.data],t})}))}),(function(){}));return Promise.resolve(l&&l.then?l.then((function(){})):void 0)}catch(e){return Promise.reject(e)}};return[{data:o,length:r.current,loadAll:g,loadPage:f,onChangeFilter:function(e){try{return d.current?g(c.current,e):f(0,c.current,e),Promise.resolve()}catch(e){return Promise.reject(e)}},onChangeSearch:function(e){try{return d.current=e||void 0,Promise.resolve()}catch(e){return Promise.reject(e)}},onChangeSort:function(e){try{return d.current?g(e,u.current):f(0,e,u.current),Promise.resolve()}catch(e){return Promise.reject(e)}},pageSize:a},function(){try{return m.current=!0,d.current?g(c.current,u.current):f(0,c.current,u.current)}catch(e){return Promise.reject(e)}}]},exports.useTableRowCreation=(e,t)=>{const[l,a]=n.useState(JSON.parse(JSON.stringify(e))),[r,o]=n.useState(void 0);return n.useEffect(()=>{if(void 0!==r){const n=Vd(l,r),i=Id(r),[s,c]=jd(JSON.parse(JSON.stringify(e)),i,n);o(c),a(s),null!=t&&t.current&&t.current.instance.toggleRowEditing(null==n?void 0:n._createKey)}else a(e)},[JSON.stringify(e)]),{data:l,create:(e,n={})=>{const r=c.v4(),[i,s]=jd(l,e,{...n,_createKey:r});return o(s),a(i),null!=t&&t.current&&t.current.instance.toggleRowEditing(r),s},remove:e=>{const t=Dd(l,e);a(t),o(void 0)},isCreating:void 0!==r}},exports.useToast=ys;
2
2
  //# sourceMappingURL=taco.cjs.production.min.js.map