@sparrowengg/integrations-templates-frontend 1.9.84-beta.15 → 1.9.84-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) hide show
  1. package/dist/cjs/cascader-dropdown/cascader-dropdown-breadcrumb.js +118 -0
  2. package/dist/cjs/cascader-dropdown/cascader-dropdown-breadcrumb.js.map +1 -0
  3. package/dist/cjs/cascader-dropdown/cascader-dropdown-content.js +186 -0
  4. package/dist/cjs/cascader-dropdown/cascader-dropdown-content.js.map +1 -0
  5. package/dist/cjs/cascader-dropdown/cascader-dropdown-item.js +65 -0
  6. package/dist/cjs/cascader-dropdown/cascader-dropdown-item.js.map +1 -0
  7. package/dist/cjs/cascader-dropdown/cascader-dropdown-list.js +83 -0
  8. package/dist/cjs/cascader-dropdown/cascader-dropdown-list.js.map +1 -0
  9. package/dist/cjs/cascader-dropdown/cascader-dropdown-node.js +90 -0
  10. package/dist/cjs/cascader-dropdown/cascader-dropdown-node.js.map +1 -0
  11. package/dist/cjs/cascader-dropdown/cascader-dropdown-provider.js +172 -0
  12. package/dist/cjs/cascader-dropdown/cascader-dropdown-provider.js.map +1 -0
  13. package/dist/cjs/cascader-dropdown/cascader-dropdown-root-node.js +56 -0
  14. package/dist/cjs/cascader-dropdown/cascader-dropdown-root-node.js.map +1 -0
  15. package/dist/cjs/cascader-dropdown/cascader-dropdown-search-input.js +141 -0
  16. package/dist/cjs/cascader-dropdown/cascader-dropdown-search-input.js.map +1 -0
  17. package/dist/cjs/cascader-dropdown/cascader-dropdown-search-list.js +174 -0
  18. package/dist/cjs/cascader-dropdown/cascader-dropdown-search-list.js.map +1 -0
  19. package/dist/cjs/cascader-dropdown/cascader-dropdown-value-selector.js +484 -0
  20. package/dist/cjs/cascader-dropdown/cascader-dropdown-value-selector.js.map +1 -0
  21. package/dist/cjs/cascader-dropdown/cascader-dropdown.js +98 -0
  22. package/dist/cjs/cascader-dropdown/cascader-dropdown.js.map +1 -0
  23. package/dist/cjs/cascader-dropdown/helpers/cascader-dropdown-constants.js +31 -0
  24. package/dist/cjs/cascader-dropdown/helpers/cascader-dropdown-constants.js.map +1 -0
  25. package/dist/cjs/cascader-dropdown/helpers/cascader-dropdown-utils.js +136 -0
  26. package/dist/cjs/cascader-dropdown/helpers/cascader-dropdown-utils.js.map +1 -0
  27. package/dist/cjs/cascader-dropdown/styled/StyledItem.js +42 -0
  28. package/dist/cjs/cascader-dropdown/styled/StyledItem.js.map +1 -0
  29. package/dist/cjs/cascader-dropdown/use-value.js +45 -0
  30. package/dist/cjs/cascader-dropdown/use-value.js.map +1 -0
  31. package/dist/cjs/filter/filter-pill-value-selector.js +56 -0
  32. package/dist/cjs/filter/filter-pill-value-selector.js.map +1 -0
  33. package/dist/cjs/filter/filter-pill.js +301 -0
  34. package/dist/cjs/filter/filter-pill.js.map +1 -0
  35. package/dist/cjs/index.js +5 -0
  36. package/dist/cjs/index.js.map +1 -1
  37. package/dist/cjs/integration-template/components/dashboard.js +19 -35
  38. package/dist/cjs/integration-template/components/dashboard.js.map +1 -1
  39. package/dist/cjs/node_modules/@floating-ui/core/dist/floating-ui.core.js +823 -0
  40. package/dist/cjs/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  41. package/dist/cjs/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +378 -0
  42. package/dist/cjs/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  43. package/dist/cjs/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +746 -0
  44. package/dist/cjs/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  45. package/dist/cjs/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +176 -0
  46. package/dist/cjs/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  47. package/dist/cjs/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +160 -0
  48. package/dist/cjs/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  49. package/dist/cjs/node_modules/@internationalized/date/dist/CalendarDate.js +59 -0
  50. package/dist/cjs/node_modules/@internationalized/date/dist/CalendarDate.js.map +1 -1
  51. package/dist/cjs/node_modules/@internationalized/date/dist/conversion.js +36 -0
  52. package/dist/cjs/node_modules/@internationalized/date/dist/conversion.js.map +1 -1
  53. package/dist/cjs/node_modules/@internationalized/date/dist/manipulation.js +120 -0
  54. package/dist/cjs/node_modules/@internationalized/date/dist/manipulation.js.map +1 -1
  55. package/dist/cjs/node_modules/@internationalized/date/dist/queries.js +10 -0
  56. package/dist/cjs/node_modules/@internationalized/date/dist/queries.js.map +1 -1
  57. package/dist/cjs/node_modules/@internationalized/date/dist/string.js +11 -0
  58. package/dist/cjs/node_modules/@internationalized/date/dist/string.js.map +1 -1
  59. package/dist/cjs/node_modules/@radix-ui/primitive/dist/index.js +14 -0
  60. package/dist/cjs/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  61. package/dist/cjs/node_modules/@radix-ui/react-arrow/dist/index.js +48 -0
  62. package/dist/cjs/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
  63. package/dist/cjs/node_modules/@radix-ui/react-compose-refs/dist/index.js +62 -0
  64. package/dist/cjs/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  65. package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.js +85 -0
  66. package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  67. package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +234 -0
  68. package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  69. package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.js +51 -0
  70. package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  71. package/dist/cjs/node_modules/@radix-ui/react-focus-scope/dist/index.js +229 -0
  72. package/dist/cjs/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  73. package/dist/cjs/node_modules/@radix-ui/react-id/dist/index.js +37 -0
  74. package/dist/cjs/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  75. package/dist/cjs/node_modules/@radix-ui/react-popover/dist/index.js +337 -0
  76. package/dist/cjs/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -0
  77. package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.js +308 -0
  78. package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
  79. package/dist/cjs/node_modules/@radix-ui/react-portal/dist/index.js +39 -0
  80. package/dist/cjs/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  81. package/dist/cjs/node_modules/@radix-ui/react-presence/dist/index.js +152 -0
  82. package/dist/cjs/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  83. package/dist/cjs/node_modules/@radix-ui/react-primitive/dist/index.js +67 -0
  84. package/dist/cjs/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  85. package/dist/cjs/node_modules/@radix-ui/react-slot/dist/index.js +111 -0
  86. package/dist/cjs/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  87. package/dist/cjs/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +34 -0
  88. package/dist/cjs/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  89. package/dist/cjs/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +92 -0
  90. package/dist/cjs/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  91. package/dist/cjs/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +40 -0
  92. package/dist/cjs/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  93. package/dist/cjs/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +29 -0
  94. package/dist/cjs/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  95. package/dist/cjs/node_modules/@radix-ui/react-use-size/dist/index.js +62 -0
  96. package/dist/cjs/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
  97. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-header.js +37 -0
  98. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-header.js.map +1 -1
  99. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-range.js +336 -0
  100. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-range.js.map +1 -0
  101. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-utils.js +5 -0
  102. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-utils.js.map +1 -1
  103. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +3 -3
  104. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -1
  105. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +2 -2
  106. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -1
  107. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +3 -3
  108. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -1
  109. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +3 -3
  110. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -1
  111. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-aria/calendar/dist/import.js +57 -0
  112. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-aria/calendar/dist/import.js.map +1 -1
  113. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-aria/utils/dist/import.js +33 -0
  114. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-aria/utils/dist/import.js.map +1 -1
  115. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-stately/calendar/dist/import.js +173 -0
  116. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-stately/calendar/dist/import.js.map +1 -1
  117. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-select/dist/index-baa8dc4f.esm.js +2 -2
  118. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-select/dist/index-baa8dc4f.esm.js.map +1 -1
  119. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-transition-group/esm/Transition.js +5 -5
  120. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-transition-group/esm/Transition.js.map +1 -1
  121. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/textarea/textarea.js +265 -0
  122. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/textarea/textarea.js.map +1 -0
  123. package/dist/cjs/node_modules/@sparrowengg/twigs-react-icons/dist/es/icons/chevron-left.js +75 -0
  124. package/dist/cjs/node_modules/@sparrowengg/twigs-react-icons/dist/es/icons/chevron-left.js.map +1 -0
  125. package/dist/cjs/node_modules/@sparrowengg/twigs-react-icons/dist/es/icons/question-circle.js +99 -0
  126. package/dist/cjs/node_modules/@sparrowengg/twigs-react-icons/dist/es/icons/question-circle.js.map +1 -0
  127. package/dist/cjs/node_modules/@stitches/react/dist/index.js +9 -0
  128. package/dist/cjs/node_modules/@stitches/react/dist/index.js.map +1 -0
  129. package/dist/cjs/node_modules/aria-hidden/dist/es2015/index.js +140 -0
  130. package/dist/cjs/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  131. package/dist/cjs/node_modules/get-nonce/dist/es2015/index.js +11 -0
  132. package/dist/cjs/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  133. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/Combination.js +34 -0
  134. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  135. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +184 -0
  136. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  137. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/UI.js +60 -0
  138. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  139. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +24 -0
  140. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  141. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +110 -0
  142. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  143. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/medium.js +8 -0
  144. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  145. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/sidecar.js +12 -0
  146. package/dist/cjs/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  147. package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/component.js +80 -0
  148. package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  149. package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +16 -0
  150. package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  151. package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +35 -0
  152. package/dist/cjs/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  153. package/dist/cjs/node_modules/react-select/dist/index-a301f526.esm.js +2 -2
  154. package/dist/cjs/node_modules/react-select/dist/index-a301f526.esm.js.map +1 -1
  155. package/dist/cjs/node_modules/react-style-singleton/dist/es2015/component.js +22 -0
  156. package/dist/cjs/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  157. package/dist/cjs/node_modules/react-style-singleton/dist/es2015/hook.js +47 -0
  158. package/dist/cjs/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  159. package/dist/cjs/node_modules/react-style-singleton/dist/es2015/singleton.js +54 -0
  160. package/dist/cjs/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  161. package/dist/cjs/node_modules/tslib/tslib.es6.js +60 -0
  162. package/dist/cjs/node_modules/tslib/tslib.es6.js.map +1 -0
  163. package/dist/cjs/node_modules/use-callback-ref/dist/es2015/assignRef.js +27 -0
  164. package/dist/cjs/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  165. package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +70 -0
  166. package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  167. package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useRef.js +45 -0
  168. package/dist/cjs/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  169. package/dist/cjs/node_modules/use-sidecar/dist/es2015/exports.js +43 -0
  170. package/dist/cjs/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  171. package/dist/cjs/node_modules/use-sidecar/dist/es2015/medium.js +80 -0
  172. package/dist/cjs/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  173. package/dist/cjs/packages/frontend-templates/slitches.config.js +392 -0
  174. package/dist/cjs/packages/frontend-templates/slitches.config.js.map +1 -0
  175. package/dist/cjs/popover/popover.js +55 -0
  176. package/dist/cjs/popover/popover.js.map +1 -0
  177. package/dist/es/cascader-dropdown/cascader-dropdown-breadcrumb.js +116 -0
  178. package/dist/es/cascader-dropdown/cascader-dropdown-breadcrumb.js.map +1 -0
  179. package/dist/es/cascader-dropdown/cascader-dropdown-content.js +184 -0
  180. package/dist/es/cascader-dropdown/cascader-dropdown-content.js.map +1 -0
  181. package/dist/es/cascader-dropdown/cascader-dropdown-item.js +63 -0
  182. package/dist/es/cascader-dropdown/cascader-dropdown-item.js.map +1 -0
  183. package/dist/es/cascader-dropdown/cascader-dropdown-list.js +81 -0
  184. package/dist/es/cascader-dropdown/cascader-dropdown-list.js.map +1 -0
  185. package/dist/es/cascader-dropdown/cascader-dropdown-node.js +88 -0
  186. package/dist/es/cascader-dropdown/cascader-dropdown-node.js.map +1 -0
  187. package/dist/es/cascader-dropdown/cascader-dropdown-provider.js +170 -0
  188. package/dist/es/cascader-dropdown/cascader-dropdown-provider.js.map +1 -0
  189. package/dist/es/cascader-dropdown/cascader-dropdown-root-node.js +54 -0
  190. package/dist/es/cascader-dropdown/cascader-dropdown-root-node.js.map +1 -0
  191. package/dist/es/cascader-dropdown/cascader-dropdown-search-input.js +139 -0
  192. package/dist/es/cascader-dropdown/cascader-dropdown-search-input.js.map +1 -0
  193. package/dist/es/cascader-dropdown/cascader-dropdown-search-list.js +172 -0
  194. package/dist/es/cascader-dropdown/cascader-dropdown-search-list.js.map +1 -0
  195. package/dist/es/cascader-dropdown/cascader-dropdown-value-selector.js +478 -0
  196. package/dist/es/cascader-dropdown/cascader-dropdown-value-selector.js.map +1 -0
  197. package/dist/es/cascader-dropdown/cascader-dropdown.js +96 -0
  198. package/dist/es/cascader-dropdown/cascader-dropdown.js.map +1 -0
  199. package/dist/es/cascader-dropdown/helpers/cascader-dropdown-constants.js +27 -0
  200. package/dist/es/cascader-dropdown/helpers/cascader-dropdown-constants.js.map +1 -0
  201. package/dist/es/cascader-dropdown/helpers/cascader-dropdown-utils.js +129 -0
  202. package/dist/es/cascader-dropdown/helpers/cascader-dropdown-utils.js.map +1 -0
  203. package/dist/es/cascader-dropdown/styled/StyledItem.js +39 -0
  204. package/dist/es/cascader-dropdown/styled/StyledItem.js.map +1 -0
  205. package/dist/es/cascader-dropdown/use-value.js +42 -0
  206. package/dist/es/cascader-dropdown/use-value.js.map +1 -0
  207. package/dist/es/filter/filter-pill-value-selector.js +52 -0
  208. package/dist/es/filter/filter-pill-value-selector.js.map +1 -0
  209. package/dist/es/filter/filter-pill.js +298 -0
  210. package/dist/es/filter/filter-pill.js.map +1 -0
  211. package/dist/es/index.js +2 -0
  212. package/dist/es/index.js.map +1 -1
  213. package/dist/es/integration-template/components/dashboard.js +19 -35
  214. package/dist/es/integration-template/components/dashboard.js.map +1 -1
  215. package/dist/es/node_modules/@floating-ui/core/dist/floating-ui.core.js +812 -0
  216. package/dist/es/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  217. package/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +348 -0
  218. package/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  219. package/dist/es/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +734 -0
  220. package/dist/es/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  221. package/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +155 -0
  222. package/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  223. package/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +137 -0
  224. package/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  225. package/dist/es/node_modules/@internationalized/date/dist/CalendarDate.js +62 -4
  226. package/dist/es/node_modules/@internationalized/date/dist/CalendarDate.js.map +1 -1
  227. package/dist/es/node_modules/@internationalized/date/dist/conversion.js +33 -2
  228. package/dist/es/node_modules/@internationalized/date/dist/conversion.js.map +1 -1
  229. package/dist/es/node_modules/@internationalized/date/dist/manipulation.js +117 -1
  230. package/dist/es/node_modules/@internationalized/date/dist/manipulation.js.map +1 -1
  231. package/dist/es/node_modules/@internationalized/date/dist/queries.js +9 -1
  232. package/dist/es/node_modules/@internationalized/date/dist/queries.js.map +1 -1
  233. package/dist/es/node_modules/@internationalized/date/dist/string.js +11 -1
  234. package/dist/es/node_modules/@internationalized/date/dist/string.js.map +1 -1
  235. package/dist/es/node_modules/@radix-ui/primitive/dist/index.js +12 -0
  236. package/dist/es/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  237. package/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js +26 -0
  238. package/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
  239. package/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js +40 -0
  240. package/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  241. package/dist/es/node_modules/@radix-ui/react-context/dist/index.js +64 -0
  242. package/dist/es/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  243. package/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +212 -0
  244. package/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  245. package/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js +30 -0
  246. package/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  247. package/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js +208 -0
  248. package/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  249. package/dist/es/node_modules/@radix-ui/react-id/dist/index.js +16 -0
  250. package/dist/es/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  251. package/dist/es/node_modules/@radix-ui/react-popover/dist/index.js +302 -0
  252. package/dist/es/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -0
  253. package/dist/es/node_modules/@radix-ui/react-popper/dist/index.js +279 -0
  254. package/dist/es/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
  255. package/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +18 -0
  256. package/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  257. package/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +131 -0
  258. package/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  259. package/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +44 -0
  260. package/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  261. package/dist/es/node_modules/@radix-ui/react-slot/dist/index.js +90 -0
  262. package/dist/es/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  263. package/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
  264. package/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  265. package/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +71 -0
  266. package/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  267. package/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +19 -0
  268. package/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  269. package/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +8 -0
  270. package/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  271. package/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js +41 -0
  272. package/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
  273. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-header.js +37 -1
  274. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-header.js.map +1 -1
  275. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-range.js +334 -0
  276. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-range.js.map +1 -0
  277. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-utils.js +5 -1
  278. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-utils.js.map +1 -1
  279. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +2 -2
  280. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -1
  281. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +2 -2
  282. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -1
  283. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +2 -2
  284. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -1
  285. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +2 -2
  286. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -1
  287. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-aria/calendar/dist/import.js +58 -2
  288. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-aria/calendar/dist/import.js.map +1 -1
  289. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-aria/utils/dist/import.js +33 -1
  290. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-aria/utils/dist/import.js.map +1 -1
  291. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-stately/calendar/dist/import.js +175 -3
  292. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-stately/calendar/dist/import.js.map +1 -1
  293. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-transition-group/esm/Transition.js +5 -5
  294. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-transition-group/esm/Transition.js.map +1 -1
  295. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/textarea/textarea.js +263 -0
  296. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/textarea/textarea.js.map +1 -0
  297. package/dist/es/node_modules/@sparrowengg/twigs-react-icons/dist/es/icons/chevron-left.js +73 -0
  298. package/dist/es/node_modules/@sparrowengg/twigs-react-icons/dist/es/icons/chevron-left.js.map +1 -0
  299. package/dist/es/node_modules/@sparrowengg/twigs-react-icons/dist/es/icons/question-circle.js +97 -0
  300. package/dist/es/node_modules/@sparrowengg/twigs-react-icons/dist/es/icons/question-circle.js.map +1 -0
  301. package/dist/es/node_modules/@stitches/react/dist/index.js +6 -0
  302. package/dist/es/node_modules/@stitches/react/dist/index.js.map +1 -0
  303. package/dist/es/node_modules/aria-hidden/dist/es2015/index.js +138 -0
  304. package/dist/es/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  305. package/dist/es/node_modules/get-nonce/dist/es2015/index.js +9 -0
  306. package/dist/es/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  307. package/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
  308. package/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  309. package/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +161 -0
  310. package/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  311. package/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
  312. package/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  313. package/dist/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +22 -0
  314. package/dist/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  315. package/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +107 -0
  316. package/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  317. package/dist/es/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
  318. package/dist/es/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  319. package/dist/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
  320. package/dist/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  321. package/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js +57 -0
  322. package/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  323. package/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +11 -0
  324. package/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  325. package/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +32 -0
  326. package/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  327. package/dist/es/node_modules/react-style-singleton/dist/es2015/component.js +20 -0
  328. package/dist/es/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  329. package/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js +26 -0
  330. package/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  331. package/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js +52 -0
  332. package/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  333. package/dist/es/node_modules/tslib/tslib.es6.js +57 -0
  334. package/dist/es/node_modules/tslib/tslib.es6.js.map +1 -0
  335. package/dist/es/node_modules/use-callback-ref/dist/es2015/assignRef.js +25 -0
  336. package/dist/es/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  337. package/dist/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +49 -0
  338. package/dist/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  339. package/dist/es/node_modules/use-callback-ref/dist/es2015/useRef.js +43 -0
  340. package/dist/es/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  341. package/dist/es/node_modules/use-sidecar/dist/es2015/exports.js +22 -0
  342. package/dist/es/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  343. package/dist/es/node_modules/use-sidecar/dist/es2015/medium.js +78 -0
  344. package/dist/es/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  345. package/dist/es/packages/frontend-templates/slitches.config.js +379 -0
  346. package/dist/es/packages/frontend-templates/slitches.config.js.map +1 -0
  347. package/dist/es/popover/popover.js +52 -0
  348. package/dist/es/popover/popover.js.map +1 -0
  349. package/dist/index.d.ts +116 -2
  350. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"import.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-stately/calendar/dist/import.js"],"sourcesContent":["import { DateFormatter as $fb18d541ea1ad717$export$ad991b66133851cf, toCalendar as $11d87f3f76e88657$export$b4a036af3fc0b032, toCalendarDate as $11d87f3f76e88657$export$93522d1a439f3617, today as $14e0f24ef4ac5c92$export$d0bdf45af03a6ea3, startOfWeek as $14e0f24ef4ac5c92$export$42c81a444fbfb5d4, startOfMonth as $14e0f24ef4ac5c92$export$a5a3b454ada2268e, endOfWeek as $14e0f24ef4ac5c92$export$ef8b6d9133084f4e, endOfMonth as $14e0f24ef4ac5c92$export$a2258d9c4118825c, isSameDay as $14e0f24ef4ac5c92$export$ea39ec197993aef0, getDayOfWeek as $14e0f24ef4ac5c92$export$2061056d06d7cdf7, maxDate as $14e0f24ef4ac5c92$export$a75f2bff57811055, minDate as $14e0f24ef4ac5c92$export$5c333a116e949cdd, isEqualDay as $14e0f24ef4ac5c92$export$91b62ebf2ba703ee, startOfYear as $14e0f24ef4ac5c92$export$f91e89d3d0406102, GregorianCalendar as $3b62074eb05584b2$export$80ee6245ec4f29ec } from '../../../@internationalized/date/dist/import.js';\nimport { useControlledState as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from '../../utils/dist/import.js';\nimport { useMemo, useState, useRef } from 'react';\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ /*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ /*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \nfunction $f62d864046160412$export$eac50920cf2fd59a(date, minValue, maxValue) {\n return minValue != null && date.compare(minValue) < 0 || maxValue != null && date.compare(maxValue) > 0;\n}\nfunction $f62d864046160412$export$f4a51ff076cc9a09(date, duration, locale, minValue, maxValue) {\n let halfDuration = {};\n for(let key in duration){\n halfDuration[key] = Math.floor(duration[key] / 2);\n if (halfDuration[key] > 0 && duration[key] % 2 === 0) halfDuration[key]--;\n }\n let aligned = $f62d864046160412$export$144a00ba6044eb9(date, duration, locale).subtract(halfDuration);\n return $f62d864046160412$export$5bb865b12696a77d(date, aligned, duration, locale, minValue, maxValue);\n}\nfunction $f62d864046160412$export$144a00ba6044eb9(date, duration, locale, minValue, maxValue) {\n // align to the start of the largest unit\n let aligned = date;\n if (duration.years) aligned = ($14e0f24ef4ac5c92$export$f91e89d3d0406102)(date);\n else if (duration.months) aligned = ($14e0f24ef4ac5c92$export$a5a3b454ada2268e)(date);\n else if (duration.weeks) aligned = ($14e0f24ef4ac5c92$export$42c81a444fbfb5d4)(date, locale);\n return $f62d864046160412$export$5bb865b12696a77d(date, aligned, duration, locale, minValue, maxValue);\n}\nfunction $f62d864046160412$export$530edbfc915b2b04(date, duration, locale, minValue, maxValue) {\n let d = {\n ...duration\n };\n // subtract 1 from the smallest unit\n if (duration.days) d.days--;\n else if (duration.weeks) d.weeks--;\n else if (duration.months) d.months--;\n else if (duration.years) d.years--;\n let aligned = $f62d864046160412$export$144a00ba6044eb9(date, duration, locale).subtract(d);\n return $f62d864046160412$export$5bb865b12696a77d(date, aligned, duration, locale, minValue, maxValue);\n}\nfunction $f62d864046160412$export$5bb865b12696a77d(date, aligned, duration, locale, minValue, maxValue) {\n if (minValue && date.compare(minValue) >= 0) aligned = ($14e0f24ef4ac5c92$export$a75f2bff57811055)(aligned, $f62d864046160412$export$144a00ba6044eb9(($11d87f3f76e88657$export$93522d1a439f3617)(minValue), duration, locale));\n if (maxValue && date.compare(maxValue) <= 0) aligned = ($14e0f24ef4ac5c92$export$5c333a116e949cdd)(aligned, $f62d864046160412$export$530edbfc915b2b04(($11d87f3f76e88657$export$93522d1a439f3617)(maxValue), duration, locale));\n return aligned;\n}\nfunction $f62d864046160412$export$4f5203c0d889109e(date, minValue, maxValue) {\n if (minValue) date = ($14e0f24ef4ac5c92$export$a75f2bff57811055)(date, ($11d87f3f76e88657$export$93522d1a439f3617)(minValue));\n if (maxValue) date = ($14e0f24ef4ac5c92$export$5c333a116e949cdd)(date, ($11d87f3f76e88657$export$93522d1a439f3617)(maxValue));\n return date;\n}\nfunction $f62d864046160412$export$a1d3911297b952d7(date, minValue, isDateUnavailable) {\n if (!isDateUnavailable) return date;\n while(date.compare(minValue) >= 0 && isDateUnavailable(date))date = date.subtract({\n days: 1\n });\n if (date.compare(minValue) >= 0) return date;\n}\n\n\n\n\n\nfunction $131cf43a05231e1e$export$6d095e787d2b5e1f(props) {\n let defaultFormatter = (useMemo)(()=>new ($fb18d541ea1ad717$export$ad991b66133851cf)(props.locale), [\n props.locale\n ]);\n let resolvedOptions = (useMemo)(()=>defaultFormatter.resolvedOptions(), [\n defaultFormatter\n ]);\n let { locale: locale , createCalendar: createCalendar , visibleDuration: visibleDuration = {\n months: 1\n } , minValue: minValue , maxValue: maxValue , selectionAlignment: selectionAlignment , isDateUnavailable: isDateUnavailable , pageBehavior: pageBehavior = \"visible\" } = props;\n let calendar = (useMemo)(()=>createCalendar(resolvedOptions.calendar), [\n createCalendar,\n resolvedOptions.calendar\n ]);\n let [value, setControlledValue] = ($458b0a5536c1a7cf$export$40bfa8c7b0832715)(props.value, props.defaultValue, props.onChange);\n let calendarDateValue = (useMemo)(()=>value ? ($11d87f3f76e88657$export$b4a036af3fc0b032)(($11d87f3f76e88657$export$93522d1a439f3617)(value), calendar) : null, [\n value,\n calendar\n ]);\n let timeZone = (useMemo)(()=>value && \"timeZone\" in value ? value.timeZone : resolvedOptions.timeZone, [\n value,\n resolvedOptions.timeZone\n ]);\n let focusedCalendarDate = (useMemo)(()=>props.focusedValue ? ($f62d864046160412$export$4f5203c0d889109e)(($11d87f3f76e88657$export$b4a036af3fc0b032)(($11d87f3f76e88657$export$93522d1a439f3617)(props.focusedValue), calendar), minValue, maxValue) : undefined, [\n props.focusedValue,\n calendar,\n minValue,\n maxValue\n ]);\n let defaultFocusedCalendarDate = (useMemo)(()=>($f62d864046160412$export$4f5203c0d889109e)(props.defaultFocusedValue ? ($11d87f3f76e88657$export$b4a036af3fc0b032)(($11d87f3f76e88657$export$93522d1a439f3617)(props.defaultFocusedValue), calendar) : calendarDateValue || ($11d87f3f76e88657$export$b4a036af3fc0b032)(($14e0f24ef4ac5c92$export$d0bdf45af03a6ea3)(timeZone), calendar), minValue, maxValue), [\n props.defaultFocusedValue,\n calendarDateValue,\n timeZone,\n calendar,\n minValue,\n maxValue\n ]);\n let [focusedDate, setFocusedDate] = ($458b0a5536c1a7cf$export$40bfa8c7b0832715)(focusedCalendarDate, defaultFocusedCalendarDate, props.onFocusChange);\n let [startDate, setStartDate] = (useState)(()=>{\n switch(selectionAlignment){\n case \"start\":\n return ($f62d864046160412$export$144a00ba6044eb9)(focusedDate, visibleDuration, locale, minValue, maxValue);\n case \"end\":\n return ($f62d864046160412$export$530edbfc915b2b04)(focusedDate, visibleDuration, locale, minValue, maxValue);\n case \"center\":\n default:\n return ($f62d864046160412$export$f4a51ff076cc9a09)(focusedDate, visibleDuration, locale, minValue, maxValue);\n }\n });\n let [isFocused, setFocused] = (useState)(props.autoFocus || false);\n let endDate = (useMemo)(()=>{\n let duration = {\n ...visibleDuration\n };\n if (duration.days) duration.days--;\n else duration.days = -1;\n return startDate.add(duration);\n }, [\n startDate,\n visibleDuration\n ]);\n // Reset focused date and visible range when calendar changes.\n let [lastCalendarIdentifier, setLastCalendarIdentifier] = (useState)(calendar.identifier);\n if (calendar.identifier !== lastCalendarIdentifier) {\n let newFocusedDate = ($11d87f3f76e88657$export$b4a036af3fc0b032)(focusedDate, calendar);\n setStartDate(($f62d864046160412$export$f4a51ff076cc9a09)(newFocusedDate, visibleDuration, locale, minValue, maxValue));\n setFocusedDate(newFocusedDate);\n setLastCalendarIdentifier(calendar.identifier);\n }\n if (($f62d864046160412$export$eac50920cf2fd59a)(focusedDate, minValue, maxValue)) // If the focused date was moved to an invalid value, it can't be focused, so constrain it.\n setFocusedDate(($f62d864046160412$export$4f5203c0d889109e)(focusedDate, minValue, maxValue));\n else if (focusedDate.compare(startDate) < 0) setStartDate(($f62d864046160412$export$530edbfc915b2b04)(focusedDate, visibleDuration, locale, minValue, maxValue));\n else if (focusedDate.compare(endDate) > 0) setStartDate(($f62d864046160412$export$144a00ba6044eb9)(focusedDate, visibleDuration, locale, minValue, maxValue));\n // Sets focus to a specific cell date\n function focusCell(date) {\n date = ($f62d864046160412$export$4f5203c0d889109e)(date, minValue, maxValue);\n setFocusedDate(date);\n }\n function setValue(newValue) {\n if (!props.isDisabled && !props.isReadOnly) {\n newValue = ($f62d864046160412$export$4f5203c0d889109e)(newValue, minValue, maxValue);\n newValue = ($f62d864046160412$export$a1d3911297b952d7)(newValue, startDate, isDateUnavailable);\n if (!newValue) return;\n // The display calendar should not have any effect on the emitted value.\n // Emit dates in the same calendar as the original value, if any, otherwise gregorian.\n newValue = ($11d87f3f76e88657$export$b4a036af3fc0b032)(newValue, (value === null || value === void 0 ? void 0 : value.calendar) || new ($3b62074eb05584b2$export$80ee6245ec4f29ec)());\n // Preserve time if the input value had one.\n if (value && \"hour\" in value) setControlledValue(value.set(newValue));\n else setControlledValue(newValue);\n }\n }\n let isUnavailable = (useMemo)(()=>{\n if (!calendarDateValue) return false;\n if (isDateUnavailable && isDateUnavailable(calendarDateValue)) return true;\n return ($f62d864046160412$export$eac50920cf2fd59a)(calendarDateValue, minValue, maxValue);\n }, [\n calendarDateValue,\n isDateUnavailable,\n minValue,\n maxValue\n ]);\n let isValueInvalid = props.isInvalid || props.validationState === \"invalid\" || isUnavailable;\n let validationState = isValueInvalid ? \"invalid\" : null;\n let pageDuration = (useMemo)(()=>{\n if (pageBehavior === \"visible\") return visibleDuration;\n return $131cf43a05231e1e$var$unitDuration(visibleDuration);\n }, [\n pageBehavior,\n visibleDuration\n ]);\n return {\n isDisabled: props.isDisabled,\n isReadOnly: props.isReadOnly,\n value: calendarDateValue,\n setValue: setValue,\n visibleRange: {\n start: startDate,\n end: endDate\n },\n minValue: minValue,\n maxValue: maxValue,\n focusedDate: focusedDate,\n timeZone: timeZone,\n validationState: validationState,\n isValueInvalid: isValueInvalid,\n setFocusedDate (date) {\n focusCell(date);\n setFocused(true);\n },\n focusNextDay () {\n focusCell(focusedDate.add({\n days: 1\n }));\n },\n focusPreviousDay () {\n focusCell(focusedDate.subtract({\n days: 1\n }));\n },\n focusNextRow () {\n if (visibleDuration.days) this.focusNextPage();\n else if (visibleDuration.weeks || visibleDuration.months || visibleDuration.years) focusCell(focusedDate.add({\n weeks: 1\n }));\n },\n focusPreviousRow () {\n if (visibleDuration.days) this.focusPreviousPage();\n else if (visibleDuration.weeks || visibleDuration.months || visibleDuration.years) focusCell(focusedDate.subtract({\n weeks: 1\n }));\n },\n focusNextPage () {\n let start = startDate.add(pageDuration);\n setFocusedDate(($f62d864046160412$export$4f5203c0d889109e)(focusedDate.add(pageDuration), minValue, maxValue));\n setStartDate(($f62d864046160412$export$144a00ba6044eb9)(($f62d864046160412$export$5bb865b12696a77d)(focusedDate, start, pageDuration, locale, minValue, maxValue), pageDuration, locale));\n },\n focusPreviousPage () {\n let start = startDate.subtract(pageDuration);\n setFocusedDate(($f62d864046160412$export$4f5203c0d889109e)(focusedDate.subtract(pageDuration), minValue, maxValue));\n setStartDate(($f62d864046160412$export$144a00ba6044eb9)(($f62d864046160412$export$5bb865b12696a77d)(focusedDate, start, pageDuration, locale, minValue, maxValue), pageDuration, locale));\n },\n focusSectionStart () {\n if (visibleDuration.days) focusCell(startDate);\n else if (visibleDuration.weeks) focusCell(($14e0f24ef4ac5c92$export$42c81a444fbfb5d4)(focusedDate, locale));\n else if (visibleDuration.months || visibleDuration.years) focusCell(($14e0f24ef4ac5c92$export$a5a3b454ada2268e)(focusedDate));\n },\n focusSectionEnd () {\n if (visibleDuration.days) focusCell(endDate);\n else if (visibleDuration.weeks) focusCell(($14e0f24ef4ac5c92$export$ef8b6d9133084f4e)(focusedDate, locale));\n else if (visibleDuration.months || visibleDuration.years) focusCell(($14e0f24ef4ac5c92$export$a2258d9c4118825c)(focusedDate));\n },\n focusNextSection (larger) {\n if (!larger && !visibleDuration.days) {\n focusCell(focusedDate.add($131cf43a05231e1e$var$unitDuration(visibleDuration)));\n return;\n }\n if (visibleDuration.days) this.focusNextPage();\n else if (visibleDuration.weeks) focusCell(focusedDate.add({\n months: 1\n }));\n else if (visibleDuration.months || visibleDuration.years) focusCell(focusedDate.add({\n years: 1\n }));\n },\n focusPreviousSection (larger) {\n if (!larger && !visibleDuration.days) {\n focusCell(focusedDate.subtract($131cf43a05231e1e$var$unitDuration(visibleDuration)));\n return;\n }\n if (visibleDuration.days) this.focusPreviousPage();\n else if (visibleDuration.weeks) focusCell(focusedDate.subtract({\n months: 1\n }));\n else if (visibleDuration.months || visibleDuration.years) focusCell(focusedDate.subtract({\n years: 1\n }));\n },\n selectFocusedDate () {\n setValue(focusedDate);\n },\n selectDate (date) {\n setValue(date);\n },\n isFocused: isFocused,\n setFocused: setFocused,\n isInvalid (date) {\n return ($f62d864046160412$export$eac50920cf2fd59a)(date, minValue, maxValue);\n },\n isSelected (date) {\n return calendarDateValue != null && ($14e0f24ef4ac5c92$export$ea39ec197993aef0)(date, calendarDateValue) && !this.isCellDisabled(date) && !this.isCellUnavailable(date);\n },\n isCellFocused (date) {\n return isFocused && focusedDate && ($14e0f24ef4ac5c92$export$ea39ec197993aef0)(date, focusedDate);\n },\n isCellDisabled (date) {\n return props.isDisabled || date.compare(startDate) < 0 || date.compare(endDate) > 0 || this.isInvalid(date, minValue, maxValue);\n },\n isCellUnavailable (date) {\n return props.isDateUnavailable && props.isDateUnavailable(date);\n },\n isPreviousVisibleRangeInvalid () {\n let prev = startDate.subtract({\n days: 1\n });\n return ($14e0f24ef4ac5c92$export$ea39ec197993aef0)(prev, startDate) || this.isInvalid(prev, minValue, maxValue);\n },\n isNextVisibleRangeInvalid () {\n // Adding may return the same date if we reached the end of time\n // according to the calendar system (e.g. 9999-12-31).\n let next = endDate.add({\n days: 1\n });\n return ($14e0f24ef4ac5c92$export$ea39ec197993aef0)(next, endDate) || this.isInvalid(next, minValue, maxValue);\n },\n getDatesInWeek (weekIndex, from = startDate) {\n // let date = startOfWeek(from, locale);\n let date = from.add({\n weeks: weekIndex\n });\n let dates = [];\n date = ($14e0f24ef4ac5c92$export$42c81a444fbfb5d4)(date, locale);\n // startOfWeek will clamp dates within the calendar system's valid range, which may\n // start in the middle of a week. In this case, add null placeholders.\n let dayOfWeek = ($14e0f24ef4ac5c92$export$2061056d06d7cdf7)(date, locale);\n for(let i = 0; i < dayOfWeek; i++)dates.push(null);\n while(dates.length < 7){\n dates.push(date);\n let nextDate = date.add({\n days: 1\n });\n if (($14e0f24ef4ac5c92$export$ea39ec197993aef0)(date, nextDate)) break;\n date = nextDate;\n }\n // Add null placeholders if at the end of the calendar system.\n while(dates.length < 7)dates.push(null);\n return dates;\n }\n };\n}\nfunction $131cf43a05231e1e$var$unitDuration(duration) {\n let unit = {\n ...duration\n };\n for(let key in duration)unit[key] = 1;\n return unit;\n}\n\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\n\n\n\nfunction $9a36b6ba2fb1a7c5$export$9a987164d97ecc90(props) {\n let { value: valueProp , defaultValue: defaultValue , onChange: onChange , createCalendar: createCalendar , locale: locale , visibleDuration: visibleDuration = {\n months: 1\n } , minValue: minValue , maxValue: maxValue , ...calendarProps } = props;\n let [value, setValue] = ($458b0a5536c1a7cf$export$40bfa8c7b0832715)(valueProp, defaultValue || null, onChange);\n let [anchorDate, setAnchorDateState] = (useState)(null);\n let alignment = \"center\";\n if (value && value.start && value.end) {\n let start = ($f62d864046160412$export$f4a51ff076cc9a09)(($11d87f3f76e88657$export$93522d1a439f3617)(value.start), visibleDuration, locale, minValue, maxValue);\n let end = start.add(visibleDuration).subtract({\n days: 1\n });\n if (value.end.compare(end) > 0) alignment = \"start\";\n }\n // Available range must be stored in a ref so we have access to the updated version immediately in `isInvalid`.\n let availableRangeRef = (useRef)(null);\n let [availableRange, setAvailableRange] = (useState)(null);\n let min = (useMemo)(()=>{\n return ($14e0f24ef4ac5c92$export$a75f2bff57811055)(minValue, availableRange === null || availableRange === void 0 ? void 0 : availableRange.start);\n }, [\n minValue,\n availableRange\n ]);\n let max = (useMemo)(()=>{\n return ($14e0f24ef4ac5c92$export$5c333a116e949cdd)(maxValue, availableRange === null || availableRange === void 0 ? void 0 : availableRange.end);\n }, [\n maxValue,\n availableRange\n ]);\n let calendar = ($131cf43a05231e1e$export$6d095e787d2b5e1f)({\n ...calendarProps,\n value: value && value.start,\n createCalendar: createCalendar,\n locale: locale,\n visibleDuration: visibleDuration,\n minValue: min,\n maxValue: max,\n selectionAlignment: alignment\n });\n let updateAvailableRange = (date)=>{\n if (date && props.isDateUnavailable && !props.allowsNonContiguousRanges) {\n availableRangeRef.current = {\n start: $9a36b6ba2fb1a7c5$var$nextUnavailableDate(date, calendar, -1),\n end: $9a36b6ba2fb1a7c5$var$nextUnavailableDate(date, calendar, 1)\n };\n setAvailableRange(availableRangeRef.current);\n } else {\n availableRangeRef.current = null;\n setAvailableRange(null);\n }\n };\n // If the visible range changes, we need to update the available range.\n let [lastVisibleRange, setLastVisibleRange] = (useState)(calendar.visibleRange);\n if (!($14e0f24ef4ac5c92$export$91b62ebf2ba703ee)(calendar.visibleRange.start, lastVisibleRange.start) || !($14e0f24ef4ac5c92$export$91b62ebf2ba703ee)(calendar.visibleRange.end, lastVisibleRange.end)) {\n updateAvailableRange(anchorDate);\n setLastVisibleRange(calendar.visibleRange);\n }\n let setAnchorDate = (date)=>{\n if (date) {\n setAnchorDateState(date);\n updateAvailableRange(date);\n } else {\n setAnchorDateState(null);\n updateAvailableRange(null);\n }\n };\n let highlightedRange = anchorDate ? $9a36b6ba2fb1a7c5$var$makeRange(anchorDate, calendar.focusedDate) : value && $9a36b6ba2fb1a7c5$var$makeRange(value.start, value.end);\n let selectDate = (date)=>{\n if (props.isReadOnly) return;\n date = ($f62d864046160412$export$4f5203c0d889109e)(date, min, max);\n date = ($f62d864046160412$export$a1d3911297b952d7)(date, calendar.visibleRange.start, props.isDateUnavailable);\n if (!date) return;\n if (!anchorDate) setAnchorDate(date);\n else {\n let range = $9a36b6ba2fb1a7c5$var$makeRange(anchorDate, date);\n setValue({\n start: $9a36b6ba2fb1a7c5$var$convertValue(range.start, value === null || value === void 0 ? void 0 : value.start),\n end: $9a36b6ba2fb1a7c5$var$convertValue(range.end, value === null || value === void 0 ? void 0 : value.end)\n });\n setAnchorDate(null);\n }\n };\n let [isDragging, setDragging] = (useState)(false);\n let { isDateUnavailable: isDateUnavailable } = props;\n let isInvalidSelection = (useMemo)(()=>{\n if (!value || anchorDate) return false;\n if (isDateUnavailable && (isDateUnavailable(value.start) || isDateUnavailable(value.end))) return true;\n return ($f62d864046160412$export$eac50920cf2fd59a)(value.start, minValue, maxValue) || ($f62d864046160412$export$eac50920cf2fd59a)(value.end, minValue, maxValue);\n }, [\n isDateUnavailable,\n value,\n anchorDate,\n minValue,\n maxValue\n ]);\n let isValueInvalid = props.isInvalid || props.validationState === \"invalid\" || isInvalidSelection;\n let validationState = isValueInvalid ? \"invalid\" : null;\n return {\n ...calendar,\n value: value,\n setValue: setValue,\n anchorDate: anchorDate,\n setAnchorDate: setAnchorDate,\n highlightedRange: highlightedRange,\n validationState: validationState,\n isValueInvalid: isValueInvalid,\n selectFocusedDate () {\n selectDate(calendar.focusedDate);\n },\n selectDate: selectDate,\n highlightDate (date) {\n if (anchorDate) calendar.setFocusedDate(date);\n },\n isSelected (date) {\n return highlightedRange && date.compare(highlightedRange.start) >= 0 && date.compare(highlightedRange.end) <= 0 && !calendar.isCellDisabled(date) && !calendar.isCellUnavailable(date);\n },\n isInvalid (date) {\n var _availableRangeRef_current, _availableRangeRef_current1;\n return calendar.isInvalid(date) || ($f62d864046160412$export$eac50920cf2fd59a)(date, (_availableRangeRef_current = availableRangeRef.current) === null || _availableRangeRef_current === void 0 ? void 0 : _availableRangeRef_current.start, (_availableRangeRef_current1 = availableRangeRef.current) === null || _availableRangeRef_current1 === void 0 ? void 0 : _availableRangeRef_current1.end);\n },\n isDragging: isDragging,\n setDragging: setDragging\n };\n}\nfunction $9a36b6ba2fb1a7c5$var$makeRange(start, end) {\n if (!start || !end) return null;\n if (end.compare(start) < 0) [start, end] = [\n end,\n start\n ];\n return {\n start: ($11d87f3f76e88657$export$93522d1a439f3617)(start),\n end: ($11d87f3f76e88657$export$93522d1a439f3617)(end)\n };\n}\nfunction $9a36b6ba2fb1a7c5$var$convertValue(newValue, oldValue) {\n // The display calendar should not have any effect on the emitted value.\n // Emit dates in the same calendar as the original value, if any, otherwise gregorian.\n newValue = ($11d87f3f76e88657$export$b4a036af3fc0b032)(newValue, (oldValue === null || oldValue === void 0 ? void 0 : oldValue.calendar) || new ($3b62074eb05584b2$export$80ee6245ec4f29ec)());\n // Preserve time if the input value had one.\n if (oldValue && \"hour\" in oldValue) return oldValue.set(newValue);\n return newValue;\n}\nfunction $9a36b6ba2fb1a7c5$var$nextUnavailableDate(anchorDate, state, dir) {\n let nextDate = anchorDate.add({\n days: dir\n });\n while((dir < 0 ? nextDate.compare(state.visibleRange.start) >= 0 : nextDate.compare(state.visibleRange.end) <= 0) && !state.isCellUnavailable(nextDate))nextDate = nextDate.add({\n days: dir\n });\n if (state.isCellUnavailable(nextDate)) return nextDate.add({\n days: -dir\n });\n return null;\n}\n\nexport { $131cf43a05231e1e$export$6d095e787d2b5e1f as useCalendarState, $9a36b6ba2fb1a7c5$export$9a987164d97ecc90 as useRangeCalendarState };\n//# sourceMappingURL=import.js.map\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"import.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@react-stately/calendar/dist/import.js"],"sourcesContent":["import { DateFormatter as $fb18d541ea1ad717$export$ad991b66133851cf, toCalendar as $11d87f3f76e88657$export$b4a036af3fc0b032, toCalendarDate as $11d87f3f76e88657$export$93522d1a439f3617, today as $14e0f24ef4ac5c92$export$d0bdf45af03a6ea3, startOfWeek as $14e0f24ef4ac5c92$export$42c81a444fbfb5d4, startOfMonth as $14e0f24ef4ac5c92$export$a5a3b454ada2268e, endOfWeek as $14e0f24ef4ac5c92$export$ef8b6d9133084f4e, endOfMonth as $14e0f24ef4ac5c92$export$a2258d9c4118825c, isSameDay as $14e0f24ef4ac5c92$export$ea39ec197993aef0, getDayOfWeek as $14e0f24ef4ac5c92$export$2061056d06d7cdf7, maxDate as $14e0f24ef4ac5c92$export$a75f2bff57811055, minDate as $14e0f24ef4ac5c92$export$5c333a116e949cdd, isEqualDay as $14e0f24ef4ac5c92$export$91b62ebf2ba703ee, startOfYear as $14e0f24ef4ac5c92$export$f91e89d3d0406102, GregorianCalendar as $3b62074eb05584b2$export$80ee6245ec4f29ec } from '../../../@internationalized/date/dist/import.js';\nimport { useControlledState as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from '../../utils/dist/import.js';\nimport { useMemo, useState, useRef } from 'react';\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ /*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ /*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \nfunction $f62d864046160412$export$eac50920cf2fd59a(date, minValue, maxValue) {\n return minValue != null && date.compare(minValue) < 0 || maxValue != null && date.compare(maxValue) > 0;\n}\nfunction $f62d864046160412$export$f4a51ff076cc9a09(date, duration, locale, minValue, maxValue) {\n let halfDuration = {};\n for(let key in duration){\n halfDuration[key] = Math.floor(duration[key] / 2);\n if (halfDuration[key] > 0 && duration[key] % 2 === 0) halfDuration[key]--;\n }\n let aligned = $f62d864046160412$export$144a00ba6044eb9(date, duration, locale).subtract(halfDuration);\n return $f62d864046160412$export$5bb865b12696a77d(date, aligned, duration, locale, minValue, maxValue);\n}\nfunction $f62d864046160412$export$144a00ba6044eb9(date, duration, locale, minValue, maxValue) {\n // align to the start of the largest unit\n let aligned = date;\n if (duration.years) aligned = ($14e0f24ef4ac5c92$export$f91e89d3d0406102)(date);\n else if (duration.months) aligned = ($14e0f24ef4ac5c92$export$a5a3b454ada2268e)(date);\n else if (duration.weeks) aligned = ($14e0f24ef4ac5c92$export$42c81a444fbfb5d4)(date, locale);\n return $f62d864046160412$export$5bb865b12696a77d(date, aligned, duration, locale, minValue, maxValue);\n}\nfunction $f62d864046160412$export$530edbfc915b2b04(date, duration, locale, minValue, maxValue) {\n let d = {\n ...duration\n };\n // subtract 1 from the smallest unit\n if (duration.days) d.days--;\n else if (duration.weeks) d.weeks--;\n else if (duration.months) d.months--;\n else if (duration.years) d.years--;\n let aligned = $f62d864046160412$export$144a00ba6044eb9(date, duration, locale).subtract(d);\n return $f62d864046160412$export$5bb865b12696a77d(date, aligned, duration, locale, minValue, maxValue);\n}\nfunction $f62d864046160412$export$5bb865b12696a77d(date, aligned, duration, locale, minValue, maxValue) {\n if (minValue && date.compare(minValue) >= 0) aligned = ($14e0f24ef4ac5c92$export$a75f2bff57811055)(aligned, $f62d864046160412$export$144a00ba6044eb9(($11d87f3f76e88657$export$93522d1a439f3617)(minValue), duration, locale));\n if (maxValue && date.compare(maxValue) <= 0) aligned = ($14e0f24ef4ac5c92$export$5c333a116e949cdd)(aligned, $f62d864046160412$export$530edbfc915b2b04(($11d87f3f76e88657$export$93522d1a439f3617)(maxValue), duration, locale));\n return aligned;\n}\nfunction $f62d864046160412$export$4f5203c0d889109e(date, minValue, maxValue) {\n if (minValue) date = ($14e0f24ef4ac5c92$export$a75f2bff57811055)(date, ($11d87f3f76e88657$export$93522d1a439f3617)(minValue));\n if (maxValue) date = ($14e0f24ef4ac5c92$export$5c333a116e949cdd)(date, ($11d87f3f76e88657$export$93522d1a439f3617)(maxValue));\n return date;\n}\nfunction $f62d864046160412$export$a1d3911297b952d7(date, minValue, isDateUnavailable) {\n if (!isDateUnavailable) return date;\n while(date.compare(minValue) >= 0 && isDateUnavailable(date))date = date.subtract({\n days: 1\n });\n if (date.compare(minValue) >= 0) return date;\n}\n\n\n\n\n\nfunction $131cf43a05231e1e$export$6d095e787d2b5e1f(props) {\n let defaultFormatter = (useMemo)(()=>new ($fb18d541ea1ad717$export$ad991b66133851cf)(props.locale), [\n props.locale\n ]);\n let resolvedOptions = (useMemo)(()=>defaultFormatter.resolvedOptions(), [\n defaultFormatter\n ]);\n let { locale: locale , createCalendar: createCalendar , visibleDuration: visibleDuration = {\n months: 1\n } , minValue: minValue , maxValue: maxValue , selectionAlignment: selectionAlignment , isDateUnavailable: isDateUnavailable , pageBehavior: pageBehavior = \"visible\" } = props;\n let calendar = (useMemo)(()=>createCalendar(resolvedOptions.calendar), [\n createCalendar,\n resolvedOptions.calendar\n ]);\n let [value, setControlledValue] = ($458b0a5536c1a7cf$export$40bfa8c7b0832715)(props.value, props.defaultValue, props.onChange);\n let calendarDateValue = (useMemo)(()=>value ? ($11d87f3f76e88657$export$b4a036af3fc0b032)(($11d87f3f76e88657$export$93522d1a439f3617)(value), calendar) : null, [\n value,\n calendar\n ]);\n let timeZone = (useMemo)(()=>value && \"timeZone\" in value ? value.timeZone : resolvedOptions.timeZone, [\n value,\n resolvedOptions.timeZone\n ]);\n let focusedCalendarDate = (useMemo)(()=>props.focusedValue ? ($f62d864046160412$export$4f5203c0d889109e)(($11d87f3f76e88657$export$b4a036af3fc0b032)(($11d87f3f76e88657$export$93522d1a439f3617)(props.focusedValue), calendar), minValue, maxValue) : undefined, [\n props.focusedValue,\n calendar,\n minValue,\n maxValue\n ]);\n let defaultFocusedCalendarDate = (useMemo)(()=>($f62d864046160412$export$4f5203c0d889109e)(props.defaultFocusedValue ? ($11d87f3f76e88657$export$b4a036af3fc0b032)(($11d87f3f76e88657$export$93522d1a439f3617)(props.defaultFocusedValue), calendar) : calendarDateValue || ($11d87f3f76e88657$export$b4a036af3fc0b032)(($14e0f24ef4ac5c92$export$d0bdf45af03a6ea3)(timeZone), calendar), minValue, maxValue), [\n props.defaultFocusedValue,\n calendarDateValue,\n timeZone,\n calendar,\n minValue,\n maxValue\n ]);\n let [focusedDate, setFocusedDate] = ($458b0a5536c1a7cf$export$40bfa8c7b0832715)(focusedCalendarDate, defaultFocusedCalendarDate, props.onFocusChange);\n let [startDate, setStartDate] = (useState)(()=>{\n switch(selectionAlignment){\n case \"start\":\n return ($f62d864046160412$export$144a00ba6044eb9)(focusedDate, visibleDuration, locale, minValue, maxValue);\n case \"end\":\n return ($f62d864046160412$export$530edbfc915b2b04)(focusedDate, visibleDuration, locale, minValue, maxValue);\n case \"center\":\n default:\n return ($f62d864046160412$export$f4a51ff076cc9a09)(focusedDate, visibleDuration, locale, minValue, maxValue);\n }\n });\n let [isFocused, setFocused] = (useState)(props.autoFocus || false);\n let endDate = (useMemo)(()=>{\n let duration = {\n ...visibleDuration\n };\n if (duration.days) duration.days--;\n else duration.days = -1;\n return startDate.add(duration);\n }, [\n startDate,\n visibleDuration\n ]);\n // Reset focused date and visible range when calendar changes.\n let [lastCalendarIdentifier, setLastCalendarIdentifier] = (useState)(calendar.identifier);\n if (calendar.identifier !== lastCalendarIdentifier) {\n let newFocusedDate = ($11d87f3f76e88657$export$b4a036af3fc0b032)(focusedDate, calendar);\n setStartDate(($f62d864046160412$export$f4a51ff076cc9a09)(newFocusedDate, visibleDuration, locale, minValue, maxValue));\n setFocusedDate(newFocusedDate);\n setLastCalendarIdentifier(calendar.identifier);\n }\n if (($f62d864046160412$export$eac50920cf2fd59a)(focusedDate, minValue, maxValue)) // If the focused date was moved to an invalid value, it can't be focused, so constrain it.\n setFocusedDate(($f62d864046160412$export$4f5203c0d889109e)(focusedDate, minValue, maxValue));\n else if (focusedDate.compare(startDate) < 0) setStartDate(($f62d864046160412$export$530edbfc915b2b04)(focusedDate, visibleDuration, locale, minValue, maxValue));\n else if (focusedDate.compare(endDate) > 0) setStartDate(($f62d864046160412$export$144a00ba6044eb9)(focusedDate, visibleDuration, locale, minValue, maxValue));\n // Sets focus to a specific cell date\n function focusCell(date) {\n date = ($f62d864046160412$export$4f5203c0d889109e)(date, minValue, maxValue);\n setFocusedDate(date);\n }\n function setValue(newValue) {\n if (!props.isDisabled && !props.isReadOnly) {\n newValue = ($f62d864046160412$export$4f5203c0d889109e)(newValue, minValue, maxValue);\n newValue = ($f62d864046160412$export$a1d3911297b952d7)(newValue, startDate, isDateUnavailable);\n if (!newValue) return;\n // The display calendar should not have any effect on the emitted value.\n // Emit dates in the same calendar as the original value, if any, otherwise gregorian.\n newValue = ($11d87f3f76e88657$export$b4a036af3fc0b032)(newValue, (value === null || value === void 0 ? void 0 : value.calendar) || new ($3b62074eb05584b2$export$80ee6245ec4f29ec)());\n // Preserve time if the input value had one.\n if (value && \"hour\" in value) setControlledValue(value.set(newValue));\n else setControlledValue(newValue);\n }\n }\n let isUnavailable = (useMemo)(()=>{\n if (!calendarDateValue) return false;\n if (isDateUnavailable && isDateUnavailable(calendarDateValue)) return true;\n return ($f62d864046160412$export$eac50920cf2fd59a)(calendarDateValue, minValue, maxValue);\n }, [\n calendarDateValue,\n isDateUnavailable,\n minValue,\n maxValue\n ]);\n let isValueInvalid = props.isInvalid || props.validationState === \"invalid\" || isUnavailable;\n let validationState = isValueInvalid ? \"invalid\" : null;\n let pageDuration = (useMemo)(()=>{\n if (pageBehavior === \"visible\") return visibleDuration;\n return $131cf43a05231e1e$var$unitDuration(visibleDuration);\n }, [\n pageBehavior,\n visibleDuration\n ]);\n return {\n isDisabled: props.isDisabled,\n isReadOnly: props.isReadOnly,\n value: calendarDateValue,\n setValue: setValue,\n visibleRange: {\n start: startDate,\n end: endDate\n },\n minValue: minValue,\n maxValue: maxValue,\n focusedDate: focusedDate,\n timeZone: timeZone,\n validationState: validationState,\n isValueInvalid: isValueInvalid,\n setFocusedDate (date) {\n focusCell(date);\n setFocused(true);\n },\n focusNextDay () {\n focusCell(focusedDate.add({\n days: 1\n }));\n },\n focusPreviousDay () {\n focusCell(focusedDate.subtract({\n days: 1\n }));\n },\n focusNextRow () {\n if (visibleDuration.days) this.focusNextPage();\n else if (visibleDuration.weeks || visibleDuration.months || visibleDuration.years) focusCell(focusedDate.add({\n weeks: 1\n }));\n },\n focusPreviousRow () {\n if (visibleDuration.days) this.focusPreviousPage();\n else if (visibleDuration.weeks || visibleDuration.months || visibleDuration.years) focusCell(focusedDate.subtract({\n weeks: 1\n }));\n },\n focusNextPage () {\n let start = startDate.add(pageDuration);\n setFocusedDate(($f62d864046160412$export$4f5203c0d889109e)(focusedDate.add(pageDuration), minValue, maxValue));\n setStartDate(($f62d864046160412$export$144a00ba6044eb9)(($f62d864046160412$export$5bb865b12696a77d)(focusedDate, start, pageDuration, locale, minValue, maxValue), pageDuration, locale));\n },\n focusPreviousPage () {\n let start = startDate.subtract(pageDuration);\n setFocusedDate(($f62d864046160412$export$4f5203c0d889109e)(focusedDate.subtract(pageDuration), minValue, maxValue));\n setStartDate(($f62d864046160412$export$144a00ba6044eb9)(($f62d864046160412$export$5bb865b12696a77d)(focusedDate, start, pageDuration, locale, minValue, maxValue), pageDuration, locale));\n },\n focusSectionStart () {\n if (visibleDuration.days) focusCell(startDate);\n else if (visibleDuration.weeks) focusCell(($14e0f24ef4ac5c92$export$42c81a444fbfb5d4)(focusedDate, locale));\n else if (visibleDuration.months || visibleDuration.years) focusCell(($14e0f24ef4ac5c92$export$a5a3b454ada2268e)(focusedDate));\n },\n focusSectionEnd () {\n if (visibleDuration.days) focusCell(endDate);\n else if (visibleDuration.weeks) focusCell(($14e0f24ef4ac5c92$export$ef8b6d9133084f4e)(focusedDate, locale));\n else if (visibleDuration.months || visibleDuration.years) focusCell(($14e0f24ef4ac5c92$export$a2258d9c4118825c)(focusedDate));\n },\n focusNextSection (larger) {\n if (!larger && !visibleDuration.days) {\n focusCell(focusedDate.add($131cf43a05231e1e$var$unitDuration(visibleDuration)));\n return;\n }\n if (visibleDuration.days) this.focusNextPage();\n else if (visibleDuration.weeks) focusCell(focusedDate.add({\n months: 1\n }));\n else if (visibleDuration.months || visibleDuration.years) focusCell(focusedDate.add({\n years: 1\n }));\n },\n focusPreviousSection (larger) {\n if (!larger && !visibleDuration.days) {\n focusCell(focusedDate.subtract($131cf43a05231e1e$var$unitDuration(visibleDuration)));\n return;\n }\n if (visibleDuration.days) this.focusPreviousPage();\n else if (visibleDuration.weeks) focusCell(focusedDate.subtract({\n months: 1\n }));\n else if (visibleDuration.months || visibleDuration.years) focusCell(focusedDate.subtract({\n years: 1\n }));\n },\n selectFocusedDate () {\n setValue(focusedDate);\n },\n selectDate (date) {\n setValue(date);\n },\n isFocused: isFocused,\n setFocused: setFocused,\n isInvalid (date) {\n return ($f62d864046160412$export$eac50920cf2fd59a)(date, minValue, maxValue);\n },\n isSelected (date) {\n return calendarDateValue != null && ($14e0f24ef4ac5c92$export$ea39ec197993aef0)(date, calendarDateValue) && !this.isCellDisabled(date) && !this.isCellUnavailable(date);\n },\n isCellFocused (date) {\n return isFocused && focusedDate && ($14e0f24ef4ac5c92$export$ea39ec197993aef0)(date, focusedDate);\n },\n isCellDisabled (date) {\n return props.isDisabled || date.compare(startDate) < 0 || date.compare(endDate) > 0 || this.isInvalid(date, minValue, maxValue);\n },\n isCellUnavailable (date) {\n return props.isDateUnavailable && props.isDateUnavailable(date);\n },\n isPreviousVisibleRangeInvalid () {\n let prev = startDate.subtract({\n days: 1\n });\n return ($14e0f24ef4ac5c92$export$ea39ec197993aef0)(prev, startDate) || this.isInvalid(prev, minValue, maxValue);\n },\n isNextVisibleRangeInvalid () {\n // Adding may return the same date if we reached the end of time\n // according to the calendar system (e.g. 9999-12-31).\n let next = endDate.add({\n days: 1\n });\n return ($14e0f24ef4ac5c92$export$ea39ec197993aef0)(next, endDate) || this.isInvalid(next, minValue, maxValue);\n },\n getDatesInWeek (weekIndex, from = startDate) {\n // let date = startOfWeek(from, locale);\n let date = from.add({\n weeks: weekIndex\n });\n let dates = [];\n date = ($14e0f24ef4ac5c92$export$42c81a444fbfb5d4)(date, locale);\n // startOfWeek will clamp dates within the calendar system's valid range, which may\n // start in the middle of a week. In this case, add null placeholders.\n let dayOfWeek = ($14e0f24ef4ac5c92$export$2061056d06d7cdf7)(date, locale);\n for(let i = 0; i < dayOfWeek; i++)dates.push(null);\n while(dates.length < 7){\n dates.push(date);\n let nextDate = date.add({\n days: 1\n });\n if (($14e0f24ef4ac5c92$export$ea39ec197993aef0)(date, nextDate)) break;\n date = nextDate;\n }\n // Add null placeholders if at the end of the calendar system.\n while(dates.length < 7)dates.push(null);\n return dates;\n }\n };\n}\nfunction $131cf43a05231e1e$var$unitDuration(duration) {\n let unit = {\n ...duration\n };\n for(let key in duration)unit[key] = 1;\n return unit;\n}\n\n\n/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */ \n\n\n\n\nfunction $9a36b6ba2fb1a7c5$export$9a987164d97ecc90(props) {\n let { value: valueProp , defaultValue: defaultValue , onChange: onChange , createCalendar: createCalendar , locale: locale , visibleDuration: visibleDuration = {\n months: 1\n } , minValue: minValue , maxValue: maxValue , ...calendarProps } = props;\n let [value, setValue] = ($458b0a5536c1a7cf$export$40bfa8c7b0832715)(valueProp, defaultValue || null, onChange);\n let [anchorDate, setAnchorDateState] = (useState)(null);\n let alignment = \"center\";\n if (value && value.start && value.end) {\n let start = ($f62d864046160412$export$f4a51ff076cc9a09)(($11d87f3f76e88657$export$93522d1a439f3617)(value.start), visibleDuration, locale, minValue, maxValue);\n let end = start.add(visibleDuration).subtract({\n days: 1\n });\n if (value.end.compare(end) > 0) alignment = \"start\";\n }\n // Available range must be stored in a ref so we have access to the updated version immediately in `isInvalid`.\n let availableRangeRef = (useRef)(null);\n let [availableRange, setAvailableRange] = (useState)(null);\n let min = (useMemo)(()=>{\n return ($14e0f24ef4ac5c92$export$a75f2bff57811055)(minValue, availableRange === null || availableRange === void 0 ? void 0 : availableRange.start);\n }, [\n minValue,\n availableRange\n ]);\n let max = (useMemo)(()=>{\n return ($14e0f24ef4ac5c92$export$5c333a116e949cdd)(maxValue, availableRange === null || availableRange === void 0 ? void 0 : availableRange.end);\n }, [\n maxValue,\n availableRange\n ]);\n let calendar = ($131cf43a05231e1e$export$6d095e787d2b5e1f)({\n ...calendarProps,\n value: value && value.start,\n createCalendar: createCalendar,\n locale: locale,\n visibleDuration: visibleDuration,\n minValue: min,\n maxValue: max,\n selectionAlignment: alignment\n });\n let updateAvailableRange = (date)=>{\n if (date && props.isDateUnavailable && !props.allowsNonContiguousRanges) {\n availableRangeRef.current = {\n start: $9a36b6ba2fb1a7c5$var$nextUnavailableDate(date, calendar, -1),\n end: $9a36b6ba2fb1a7c5$var$nextUnavailableDate(date, calendar, 1)\n };\n setAvailableRange(availableRangeRef.current);\n } else {\n availableRangeRef.current = null;\n setAvailableRange(null);\n }\n };\n // If the visible range changes, we need to update the available range.\n let [lastVisibleRange, setLastVisibleRange] = (useState)(calendar.visibleRange);\n if (!($14e0f24ef4ac5c92$export$91b62ebf2ba703ee)(calendar.visibleRange.start, lastVisibleRange.start) || !($14e0f24ef4ac5c92$export$91b62ebf2ba703ee)(calendar.visibleRange.end, lastVisibleRange.end)) {\n updateAvailableRange(anchorDate);\n setLastVisibleRange(calendar.visibleRange);\n }\n let setAnchorDate = (date)=>{\n if (date) {\n setAnchorDateState(date);\n updateAvailableRange(date);\n } else {\n setAnchorDateState(null);\n updateAvailableRange(null);\n }\n };\n let highlightedRange = anchorDate ? $9a36b6ba2fb1a7c5$var$makeRange(anchorDate, calendar.focusedDate) : value && $9a36b6ba2fb1a7c5$var$makeRange(value.start, value.end);\n let selectDate = (date)=>{\n if (props.isReadOnly) return;\n date = ($f62d864046160412$export$4f5203c0d889109e)(date, min, max);\n date = ($f62d864046160412$export$a1d3911297b952d7)(date, calendar.visibleRange.start, props.isDateUnavailable);\n if (!date) return;\n if (!anchorDate) setAnchorDate(date);\n else {\n let range = $9a36b6ba2fb1a7c5$var$makeRange(anchorDate, date);\n setValue({\n start: $9a36b6ba2fb1a7c5$var$convertValue(range.start, value === null || value === void 0 ? void 0 : value.start),\n end: $9a36b6ba2fb1a7c5$var$convertValue(range.end, value === null || value === void 0 ? void 0 : value.end)\n });\n setAnchorDate(null);\n }\n };\n let [isDragging, setDragging] = (useState)(false);\n let { isDateUnavailable: isDateUnavailable } = props;\n let isInvalidSelection = (useMemo)(()=>{\n if (!value || anchorDate) return false;\n if (isDateUnavailable && (isDateUnavailable(value.start) || isDateUnavailable(value.end))) return true;\n return ($f62d864046160412$export$eac50920cf2fd59a)(value.start, minValue, maxValue) || ($f62d864046160412$export$eac50920cf2fd59a)(value.end, minValue, maxValue);\n }, [\n isDateUnavailable,\n value,\n anchorDate,\n minValue,\n maxValue\n ]);\n let isValueInvalid = props.isInvalid || props.validationState === \"invalid\" || isInvalidSelection;\n let validationState = isValueInvalid ? \"invalid\" : null;\n return {\n ...calendar,\n value: value,\n setValue: setValue,\n anchorDate: anchorDate,\n setAnchorDate: setAnchorDate,\n highlightedRange: highlightedRange,\n validationState: validationState,\n isValueInvalid: isValueInvalid,\n selectFocusedDate () {\n selectDate(calendar.focusedDate);\n },\n selectDate: selectDate,\n highlightDate (date) {\n if (anchorDate) calendar.setFocusedDate(date);\n },\n isSelected (date) {\n return highlightedRange && date.compare(highlightedRange.start) >= 0 && date.compare(highlightedRange.end) <= 0 && !calendar.isCellDisabled(date) && !calendar.isCellUnavailable(date);\n },\n isInvalid (date) {\n var _availableRangeRef_current, _availableRangeRef_current1;\n return calendar.isInvalid(date) || ($f62d864046160412$export$eac50920cf2fd59a)(date, (_availableRangeRef_current = availableRangeRef.current) === null || _availableRangeRef_current === void 0 ? void 0 : _availableRangeRef_current.start, (_availableRangeRef_current1 = availableRangeRef.current) === null || _availableRangeRef_current1 === void 0 ? void 0 : _availableRangeRef_current1.end);\n },\n isDragging: isDragging,\n setDragging: setDragging\n };\n}\nfunction $9a36b6ba2fb1a7c5$var$makeRange(start, end) {\n if (!start || !end) return null;\n if (end.compare(start) < 0) [start, end] = [\n end,\n start\n ];\n return {\n start: ($11d87f3f76e88657$export$93522d1a439f3617)(start),\n end: ($11d87f3f76e88657$export$93522d1a439f3617)(end)\n };\n}\nfunction $9a36b6ba2fb1a7c5$var$convertValue(newValue, oldValue) {\n // The display calendar should not have any effect on the emitted value.\n // Emit dates in the same calendar as the original value, if any, otherwise gregorian.\n newValue = ($11d87f3f76e88657$export$b4a036af3fc0b032)(newValue, (oldValue === null || oldValue === void 0 ? void 0 : oldValue.calendar) || new ($3b62074eb05584b2$export$80ee6245ec4f29ec)());\n // Preserve time if the input value had one.\n if (oldValue && \"hour\" in oldValue) return oldValue.set(newValue);\n return newValue;\n}\nfunction $9a36b6ba2fb1a7c5$var$nextUnavailableDate(anchorDate, state, dir) {\n let nextDate = anchorDate.add({\n days: dir\n });\n while((dir < 0 ? nextDate.compare(state.visibleRange.start) >= 0 : nextDate.compare(state.visibleRange.end) <= 0) && !state.isCellUnavailable(nextDate))nextDate = nextDate.add({\n days: dir\n });\n if (state.isCellUnavailable(nextDate)) return nextDate.add({\n days: -dir\n });\n return null;\n}\n\nexport { $131cf43a05231e1e$export$6d095e787d2b5e1f as useCalendarState, $9a36b6ba2fb1a7c5$export$9a987164d97ecc90 as useRangeCalendarState };\n//# sourceMappingURL=import.js.map\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -2,7 +2,7 @@ import _objectWithoutPropertiesLoose from '../../@babel/runtime/helpers/esm/obje
2
2
  import _inheritsLoose from '../../@babel/runtime/helpers/esm/inheritsLoose.js';
3
3
  import PropTypes from '../../prop-types/index.js';
4
4
  import React__default from 'react';
5
- import ReactDOM__default__default from 'react-dom';
5
+ import ReactDOM__default from 'react-dom';
6
6
  import config from './config.js';
7
7
  import { timeoutsShape } from './utils/PropTypes.js';
8
8
  import TransitionGroupContext from './TransitionGroupContext.js';
@@ -228,7 +228,7 @@ var Transition = /*#__PURE__*/function (_React$Component) {
228
228
 
229
229
  if (nextStatus === ENTERING) {
230
230
  if (this.props.unmountOnExit || this.props.mountOnEnter) {
231
- var node = this.props.nodeRef ? this.props.nodeRef.current : ReactDOM__default__default.findDOMNode(this); // https://github.com/reactjs/react-transition-group/pull/749
231
+ var node = this.props.nodeRef ? this.props.nodeRef.current : ReactDOM__default.findDOMNode(this); // https://github.com/reactjs/react-transition-group/pull/749
232
232
  // With unmountOnExit or mountOnEnter, the enter animation should happen at the transition between `exited` and `entering`.
233
233
  // To make the animation happen, we have to separate each rendering and avoid being processed as batched.
234
234
 
@@ -252,7 +252,7 @@ var Transition = /*#__PURE__*/function (_React$Component) {
252
252
  var enter = this.props.enter;
253
253
  var appearing = this.context ? this.context.isMounting : mounting;
254
254
 
255
- var _ref2 = this.props.nodeRef ? [appearing] : [ReactDOM__default__default.findDOMNode(this), appearing],
255
+ var _ref2 = this.props.nodeRef ? [appearing] : [ReactDOM__default.findDOMNode(this), appearing],
256
256
  maybeNode = _ref2[0],
257
257
  maybeAppearing = _ref2[1];
258
258
 
@@ -290,7 +290,7 @@ var Transition = /*#__PURE__*/function (_React$Component) {
290
290
 
291
291
  var exit = this.props.exit;
292
292
  var timeouts = this.getTimeouts();
293
- var maybeNode = this.props.nodeRef ? undefined : ReactDOM__default__default.findDOMNode(this); // no exit animation skip right to EXITED
293
+ var maybeNode = this.props.nodeRef ? undefined : ReactDOM__default.findDOMNode(this); // no exit animation skip right to EXITED
294
294
 
295
295
  if (!exit || config.disabled) {
296
296
  this.safeSetState({
@@ -354,7 +354,7 @@ var Transition = /*#__PURE__*/function (_React$Component) {
354
354
 
355
355
  _proto.onTransitionEnd = function onTransitionEnd(timeout, handler) {
356
356
  this.setNextCallback(handler);
357
- var node = this.props.nodeRef ? this.props.nodeRef.current : ReactDOM__default__default.findDOMNode(this);
357
+ var node = this.props.nodeRef ? this.props.nodeRef.current : ReactDOM__default.findDOMNode(this);
358
358
  var doesNotHaveTimeoutOrListener = timeout == null && !this.props.addEndListener;
359
359
 
360
360
  if (!node || doesNotHaveTimeoutOrListener) {
@@ -1 +1 @@
1
- {"version":3,"file":"Transition.js","sources":["../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-transition-group/esm/Transition.js"],"sourcesContent":["import _objectWithoutPropertiesLoose from '../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js';\nimport _inheritsLoose from '../../@babel/runtime/helpers/esm/inheritsLoose.js';\nimport PropTypes from '../../prop-types/index.js';\nimport React__default from 'react';\nimport ReactDOM__default from 'react-dom';\nimport config from './config.js';\nimport { timeoutsShape } from './utils/PropTypes.js';\nimport TransitionGroupContext from './TransitionGroupContext.js';\nimport { forceReflow } from './utils/reflow.js';\n\nvar UNMOUNTED = 'unmounted';\nvar EXITED = 'exited';\nvar ENTERING = 'entering';\nvar ENTERED = 'entered';\nvar EXITING = 'exiting';\n/**\n * The Transition component lets you describe a transition from one component\n * state to another _over time_ with a simple declarative API. Most commonly\n * it's used to animate the mounting and unmounting of a component, but can also\n * be used to describe in-place transition states as well.\n *\n * ---\n *\n * **Note**: `Transition` is a platform-agnostic base component. If you're using\n * transitions in CSS, you'll probably want to use\n * [`CSSTransition`](https://reactcommunity.org/react-transition-group/css-transition)\n * instead. It inherits all the features of `Transition`, but contains\n * additional features necessary to play nice with CSS transitions (hence the\n * name of the component).\n *\n * ---\n *\n * By default the `Transition` component does not alter the behavior of the\n * component it renders, it only tracks \"enter\" and \"exit\" states for the\n * components. It's up to you to give meaning and effect to those states. For\n * example we can add styles to a component when it enters or exits:\n *\n * ```jsx\n * import { Transition } from 'react-transition-group';\n *\n * const duration = 300;\n *\n * const defaultStyle = {\n * transition: `opacity ${duration}ms ease-in-out`,\n * opacity: 0,\n * }\n *\n * const transitionStyles = {\n * entering: { opacity: 1 },\n * entered: { opacity: 1 },\n * exiting: { opacity: 0 },\n * exited: { opacity: 0 },\n * };\n *\n * const Fade = ({ in: inProp }) => (\n * <Transition in={inProp} timeout={duration}>\n * {state => (\n * <div style={{\n * ...defaultStyle,\n * ...transitionStyles[state]\n * }}>\n * I'm a fade Transition!\n * </div>\n * )}\n * </Transition>\n * );\n * ```\n *\n * There are 4 main states a Transition can be in:\n * - `'entering'`\n * - `'entered'`\n * - `'exiting'`\n * - `'exited'`\n *\n * Transition state is toggled via the `in` prop. When `true` the component\n * begins the \"Enter\" stage. During this stage, the component will shift from\n * its current transition state, to `'entering'` for the duration of the\n * transition and then to the `'entered'` stage once it's complete. Let's take\n * the following example (we'll use the\n * [useState](https://reactjs.org/docs/hooks-reference.html#usestate) hook):\n *\n * ```jsx\n * function App() {\n * const [inProp, setInProp] = useState(false);\n * return (\n * <div>\n * <Transition in={inProp} timeout={500}>\n * {state => (\n * // ...\n * )}\n * </Transition>\n * <button onClick={() => setInProp(true)}>\n * Click to Enter\n * </button>\n * </div>\n * );\n * }\n * ```\n *\n * When the button is clicked the component will shift to the `'entering'` state\n * and stay there for 500ms (the value of `timeout`) before it finally switches\n * to `'entered'`.\n *\n * When `in` is `false` the same thing happens except the state moves from\n * `'exiting'` to `'exited'`.\n */\n\nvar Transition = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(Transition, _React$Component);\n\n function Transition(props, context) {\n var _this;\n\n _this = _React$Component.call(this, props, context) || this;\n var parentGroup = context; // In the context of a TransitionGroup all enters are really appears\n\n var appear = parentGroup && !parentGroup.isMounting ? props.enter : props.appear;\n var initialStatus;\n _this.appearStatus = null;\n\n if (props.in) {\n if (appear) {\n initialStatus = EXITED;\n _this.appearStatus = ENTERING;\n } else {\n initialStatus = ENTERED;\n }\n } else {\n if (props.unmountOnExit || props.mountOnEnter) {\n initialStatus = UNMOUNTED;\n } else {\n initialStatus = EXITED;\n }\n }\n\n _this.state = {\n status: initialStatus\n };\n _this.nextCallback = null;\n return _this;\n }\n\n Transition.getDerivedStateFromProps = function getDerivedStateFromProps(_ref, prevState) {\n var nextIn = _ref.in;\n\n if (nextIn && prevState.status === UNMOUNTED) {\n return {\n status: EXITED\n };\n }\n\n return null;\n } // getSnapshotBeforeUpdate(prevProps) {\n // let nextStatus = null\n // if (prevProps !== this.props) {\n // const { status } = this.state\n // if (this.props.in) {\n // if (status !== ENTERING && status !== ENTERED) {\n // nextStatus = ENTERING\n // }\n // } else {\n // if (status === ENTERING || status === ENTERED) {\n // nextStatus = EXITING\n // }\n // }\n // }\n // return { nextStatus }\n // }\n ;\n\n var _proto = Transition.prototype;\n\n _proto.componentDidMount = function componentDidMount() {\n this.updateStatus(true, this.appearStatus);\n };\n\n _proto.componentDidUpdate = function componentDidUpdate(prevProps) {\n var nextStatus = null;\n\n if (prevProps !== this.props) {\n var status = this.state.status;\n\n if (this.props.in) {\n if (status !== ENTERING && status !== ENTERED) {\n nextStatus = ENTERING;\n }\n } else {\n if (status === ENTERING || status === ENTERED) {\n nextStatus = EXITING;\n }\n }\n }\n\n this.updateStatus(false, nextStatus);\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this.cancelNextCallback();\n };\n\n _proto.getTimeouts = function getTimeouts() {\n var timeout = this.props.timeout;\n var exit, enter, appear;\n exit = enter = appear = timeout;\n\n if (timeout != null && typeof timeout !== 'number') {\n exit = timeout.exit;\n enter = timeout.enter; // TODO: remove fallback for next major\n\n appear = timeout.appear !== undefined ? timeout.appear : enter;\n }\n\n return {\n exit: exit,\n enter: enter,\n appear: appear\n };\n };\n\n _proto.updateStatus = function updateStatus(mounting, nextStatus) {\n if (mounting === void 0) {\n mounting = false;\n }\n\n if (nextStatus !== null) {\n // nextStatus will always be ENTERING or EXITING.\n this.cancelNextCallback();\n\n if (nextStatus === ENTERING) {\n if (this.props.unmountOnExit || this.props.mountOnEnter) {\n var node = this.props.nodeRef ? this.props.nodeRef.current : ReactDOM__default.findDOMNode(this); // https://github.com/reactjs/react-transition-group/pull/749\n // With unmountOnExit or mountOnEnter, the enter animation should happen at the transition between `exited` and `entering`.\n // To make the animation happen, we have to separate each rendering and avoid being processed as batched.\n\n if (node) forceReflow(node);\n }\n\n this.performEnter(mounting);\n } else {\n this.performExit();\n }\n } else if (this.props.unmountOnExit && this.state.status === EXITED) {\n this.setState({\n status: UNMOUNTED\n });\n }\n };\n\n _proto.performEnter = function performEnter(mounting) {\n var _this2 = this;\n\n var enter = this.props.enter;\n var appearing = this.context ? this.context.isMounting : mounting;\n\n var _ref2 = this.props.nodeRef ? [appearing] : [ReactDOM__default.findDOMNode(this), appearing],\n maybeNode = _ref2[0],\n maybeAppearing = _ref2[1];\n\n var timeouts = this.getTimeouts();\n var enterTimeout = appearing ? timeouts.appear : timeouts.enter; // no enter animation skip right to ENTERED\n // if we are mounting and running this it means appear _must_ be set\n\n if (!mounting && !enter || config.disabled) {\n this.safeSetState({\n status: ENTERED\n }, function () {\n _this2.props.onEntered(maybeNode);\n });\n return;\n }\n\n this.props.onEnter(maybeNode, maybeAppearing);\n this.safeSetState({\n status: ENTERING\n }, function () {\n _this2.props.onEntering(maybeNode, maybeAppearing);\n\n _this2.onTransitionEnd(enterTimeout, function () {\n _this2.safeSetState({\n status: ENTERED\n }, function () {\n _this2.props.onEntered(maybeNode, maybeAppearing);\n });\n });\n });\n };\n\n _proto.performExit = function performExit() {\n var _this3 = this;\n\n var exit = this.props.exit;\n var timeouts = this.getTimeouts();\n var maybeNode = this.props.nodeRef ? undefined : ReactDOM__default.findDOMNode(this); // no exit animation skip right to EXITED\n\n if (!exit || config.disabled) {\n this.safeSetState({\n status: EXITED\n }, function () {\n _this3.props.onExited(maybeNode);\n });\n return;\n }\n\n this.props.onExit(maybeNode);\n this.safeSetState({\n status: EXITING\n }, function () {\n _this3.props.onExiting(maybeNode);\n\n _this3.onTransitionEnd(timeouts.exit, function () {\n _this3.safeSetState({\n status: EXITED\n }, function () {\n _this3.props.onExited(maybeNode);\n });\n });\n });\n };\n\n _proto.cancelNextCallback = function cancelNextCallback() {\n if (this.nextCallback !== null) {\n this.nextCallback.cancel();\n this.nextCallback = null;\n }\n };\n\n _proto.safeSetState = function safeSetState(nextState, callback) {\n // This shouldn't be necessary, but there are weird race conditions with\n // setState callbacks and unmounting in testing, so always make sure that\n // we can cancel any pending setState callbacks after we unmount.\n callback = this.setNextCallback(callback);\n this.setState(nextState, callback);\n };\n\n _proto.setNextCallback = function setNextCallback(callback) {\n var _this4 = this;\n\n var active = true;\n\n this.nextCallback = function (event) {\n if (active) {\n active = false;\n _this4.nextCallback = null;\n callback(event);\n }\n };\n\n this.nextCallback.cancel = function () {\n active = false;\n };\n\n return this.nextCallback;\n };\n\n _proto.onTransitionEnd = function onTransitionEnd(timeout, handler) {\n this.setNextCallback(handler);\n var node = this.props.nodeRef ? this.props.nodeRef.current : ReactDOM__default.findDOMNode(this);\n var doesNotHaveTimeoutOrListener = timeout == null && !this.props.addEndListener;\n\n if (!node || doesNotHaveTimeoutOrListener) {\n setTimeout(this.nextCallback, 0);\n return;\n }\n\n if (this.props.addEndListener) {\n var _ref3 = this.props.nodeRef ? [this.nextCallback] : [node, this.nextCallback],\n maybeNode = _ref3[0],\n maybeNextCallback = _ref3[1];\n\n this.props.addEndListener(maybeNode, maybeNextCallback);\n }\n\n if (timeout != null) {\n setTimeout(this.nextCallback, timeout);\n }\n };\n\n _proto.render = function render() {\n var status = this.state.status;\n\n if (status === UNMOUNTED) {\n return null;\n }\n\n var _this$props = this.props,\n children = _this$props.children;\n _this$props.in;\n _this$props.mountOnEnter;\n _this$props.unmountOnExit;\n _this$props.appear;\n _this$props.enter;\n _this$props.exit;\n _this$props.timeout;\n _this$props.addEndListener;\n _this$props.onEnter;\n _this$props.onEntering;\n _this$props.onEntered;\n _this$props.onExit;\n _this$props.onExiting;\n _this$props.onExited;\n _this$props.nodeRef;\n var childProps = _objectWithoutPropertiesLoose(_this$props, [\"children\", \"in\", \"mountOnEnter\", \"unmountOnExit\", \"appear\", \"enter\", \"exit\", \"timeout\", \"addEndListener\", \"onEnter\", \"onEntering\", \"onEntered\", \"onExit\", \"onExiting\", \"onExited\", \"nodeRef\"]);\n\n return (\n /*#__PURE__*/\n // allows for nested Transitions\n React__default.createElement(TransitionGroupContext.Provider, {\n value: null\n }, typeof children === 'function' ? children(status, childProps) : React__default.cloneElement(React__default.Children.only(children), childProps))\n );\n };\n\n return Transition;\n}(React__default.Component);\n\nTransition.contextType = TransitionGroupContext;\nTransition.propTypes = process.env.NODE_ENV !== \"production\" ? {\n /**\n * A React reference to DOM element that need to transition:\n * https://stackoverflow.com/a/51127130/4671932\n *\n * - When `nodeRef` prop is used, `node` is not passed to callback functions\n * (e.g. `onEnter`) because user already has direct access to the node.\n * - When changing `key` prop of `Transition` in a `TransitionGroup` a new\n * `nodeRef` need to be provided to `Transition` with changed `key` prop\n * (see\n * [test/CSSTransition-test.js](https://github.com/reactjs/react-transition-group/blob/13435f897b3ab71f6e19d724f145596f5910581c/test/CSSTransition-test.js#L362-L437)).\n */\n nodeRef: PropTypes.shape({\n current: typeof Element === 'undefined' ? PropTypes.any : function (propValue, key, componentName, location, propFullName, secret) {\n var value = propValue[key];\n return PropTypes.instanceOf(value && 'ownerDocument' in value ? value.ownerDocument.defaultView.Element : Element)(propValue, key, componentName, location, propFullName, secret);\n }\n }),\n\n /**\n * A `function` child can be used instead of a React element. This function is\n * called with the current transition status (`'entering'`, `'entered'`,\n * `'exiting'`, `'exited'`), which can be used to apply context\n * specific props to a component.\n *\n * ```jsx\n * <Transition in={this.state.in} timeout={150}>\n * {state => (\n * <MyComponent className={`fade fade-${state}`} />\n * )}\n * </Transition>\n * ```\n */\n children: PropTypes.oneOfType([PropTypes.func.isRequired, PropTypes.element.isRequired]).isRequired,\n\n /**\n * Show the component; triggers the enter or exit states\n */\n in: PropTypes.bool,\n\n /**\n * By default the child component is mounted immediately along with\n * the parent `Transition` component. If you want to \"lazy mount\" the component on the\n * first `in={true}` you can set `mountOnEnter`. After the first enter transition the component will stay\n * mounted, even on \"exited\", unless you also specify `unmountOnExit`.\n */\n mountOnEnter: PropTypes.bool,\n\n /**\n * By default the child component stays mounted after it reaches the `'exited'` state.\n * Set `unmountOnExit` if you'd prefer to unmount the component after it finishes exiting.\n */\n unmountOnExit: PropTypes.bool,\n\n /**\n * By default the child component does not perform the enter transition when\n * it first mounts, regardless of the value of `in`. If you want this\n * behavior, set both `appear` and `in` to `true`.\n *\n * > **Note**: there are no special appear states like `appearing`/`appeared`, this prop\n * > only adds an additional enter transition. However, in the\n * > `<CSSTransition>` component that first enter transition does result in\n * > additional `.appear-*` classes, that way you can choose to style it\n * > differently.\n */\n appear: PropTypes.bool,\n\n /**\n * Enable or disable enter transitions.\n */\n enter: PropTypes.bool,\n\n /**\n * Enable or disable exit transitions.\n */\n exit: PropTypes.bool,\n\n /**\n * The duration of the transition, in milliseconds.\n * Required unless `addEndListener` is provided.\n *\n * You may specify a single timeout for all transitions:\n *\n * ```jsx\n * timeout={500}\n * ```\n *\n * or individually:\n *\n * ```jsx\n * timeout={{\n * appear: 500,\n * enter: 300,\n * exit: 500,\n * }}\n * ```\n *\n * - `appear` defaults to the value of `enter`\n * - `enter` defaults to `0`\n * - `exit` defaults to `0`\n *\n * @type {number | { enter?: number, exit?: number, appear?: number }}\n */\n timeout: function timeout(props) {\n var pt = timeoutsShape;\n if (!props.addEndListener) pt = pt.isRequired;\n\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return pt.apply(void 0, [props].concat(args));\n },\n\n /**\n * Add a custom transition end trigger. Called with the transitioning\n * DOM node and a `done` callback. Allows for more fine grained transition end\n * logic. Timeouts are still used as a fallback if provided.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * ```jsx\n * addEndListener={(node, done) => {\n * // use the css transitionend event to mark the finish of a transition\n * node.addEventListener('transitionend', done, false);\n * }}\n * ```\n */\n addEndListener: PropTypes.func,\n\n /**\n * Callback fired before the \"entering\" status is applied. An extra parameter\n * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement, isAppearing: bool) -> void\n */\n onEnter: PropTypes.func,\n\n /**\n * Callback fired after the \"entering\" status is applied. An extra parameter\n * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement, isAppearing: bool)\n */\n onEntering: PropTypes.func,\n\n /**\n * Callback fired after the \"entered\" status is applied. An extra parameter\n * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement, isAppearing: bool) -> void\n */\n onEntered: PropTypes.func,\n\n /**\n * Callback fired before the \"exiting\" status is applied.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement) -> void\n */\n onExit: PropTypes.func,\n\n /**\n * Callback fired after the \"exiting\" status is applied.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement) -> void\n */\n onExiting: PropTypes.func,\n\n /**\n * Callback fired after the \"exited\" status is applied.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed\n *\n * @type Function(node: HtmlElement) -> void\n */\n onExited: PropTypes.func\n} : {}; // Name the function so it is clearer in the documentation\n\nfunction noop() {}\n\nTransition.defaultProps = {\n in: false,\n mountOnEnter: false,\n unmountOnExit: false,\n appear: false,\n enter: true,\n exit: true,\n onEnter: noop,\n onEntering: noop,\n onEntered: noop,\n onExit: noop,\n onExiting: noop,\n onExited: noop\n};\nTransition.UNMOUNTED = UNMOUNTED;\nTransition.EXITED = EXITED;\nTransition.ENTERING = ENTERING;\nTransition.ENTERED = ENTERED;\nTransition.EXITING = EXITING;\n\nexport { ENTERED, ENTERING, EXITED, EXITING, UNMOUNTED, Transition as default };\n//# sourceMappingURL=Transition.js.map\n"],"names":["ReactDOM__default"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"Transition.js","sources":["../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-transition-group/esm/Transition.js"],"sourcesContent":["import _objectWithoutPropertiesLoose from '../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js';\nimport _inheritsLoose from '../../@babel/runtime/helpers/esm/inheritsLoose.js';\nimport PropTypes from '../../prop-types/index.js';\nimport React__default from 'react';\nimport ReactDOM__default from 'react-dom';\nimport config from './config.js';\nimport { timeoutsShape } from './utils/PropTypes.js';\nimport TransitionGroupContext from './TransitionGroupContext.js';\nimport { forceReflow } from './utils/reflow.js';\n\nvar UNMOUNTED = 'unmounted';\nvar EXITED = 'exited';\nvar ENTERING = 'entering';\nvar ENTERED = 'entered';\nvar EXITING = 'exiting';\n/**\n * The Transition component lets you describe a transition from one component\n * state to another _over time_ with a simple declarative API. Most commonly\n * it's used to animate the mounting and unmounting of a component, but can also\n * be used to describe in-place transition states as well.\n *\n * ---\n *\n * **Note**: `Transition` is a platform-agnostic base component. If you're using\n * transitions in CSS, you'll probably want to use\n * [`CSSTransition`](https://reactcommunity.org/react-transition-group/css-transition)\n * instead. It inherits all the features of `Transition`, but contains\n * additional features necessary to play nice with CSS transitions (hence the\n * name of the component).\n *\n * ---\n *\n * By default the `Transition` component does not alter the behavior of the\n * component it renders, it only tracks \"enter\" and \"exit\" states for the\n * components. It's up to you to give meaning and effect to those states. For\n * example we can add styles to a component when it enters or exits:\n *\n * ```jsx\n * import { Transition } from 'react-transition-group';\n *\n * const duration = 300;\n *\n * const defaultStyle = {\n * transition: `opacity ${duration}ms ease-in-out`,\n * opacity: 0,\n * }\n *\n * const transitionStyles = {\n * entering: { opacity: 1 },\n * entered: { opacity: 1 },\n * exiting: { opacity: 0 },\n * exited: { opacity: 0 },\n * };\n *\n * const Fade = ({ in: inProp }) => (\n * <Transition in={inProp} timeout={duration}>\n * {state => (\n * <div style={{\n * ...defaultStyle,\n * ...transitionStyles[state]\n * }}>\n * I'm a fade Transition!\n * </div>\n * )}\n * </Transition>\n * );\n * ```\n *\n * There are 4 main states a Transition can be in:\n * - `'entering'`\n * - `'entered'`\n * - `'exiting'`\n * - `'exited'`\n *\n * Transition state is toggled via the `in` prop. When `true` the component\n * begins the \"Enter\" stage. During this stage, the component will shift from\n * its current transition state, to `'entering'` for the duration of the\n * transition and then to the `'entered'` stage once it's complete. Let's take\n * the following example (we'll use the\n * [useState](https://reactjs.org/docs/hooks-reference.html#usestate) hook):\n *\n * ```jsx\n * function App() {\n * const [inProp, setInProp] = useState(false);\n * return (\n * <div>\n * <Transition in={inProp} timeout={500}>\n * {state => (\n * // ...\n * )}\n * </Transition>\n * <button onClick={() => setInProp(true)}>\n * Click to Enter\n * </button>\n * </div>\n * );\n * }\n * ```\n *\n * When the button is clicked the component will shift to the `'entering'` state\n * and stay there for 500ms (the value of `timeout`) before it finally switches\n * to `'entered'`.\n *\n * When `in` is `false` the same thing happens except the state moves from\n * `'exiting'` to `'exited'`.\n */\n\nvar Transition = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(Transition, _React$Component);\n\n function Transition(props, context) {\n var _this;\n\n _this = _React$Component.call(this, props, context) || this;\n var parentGroup = context; // In the context of a TransitionGroup all enters are really appears\n\n var appear = parentGroup && !parentGroup.isMounting ? props.enter : props.appear;\n var initialStatus;\n _this.appearStatus = null;\n\n if (props.in) {\n if (appear) {\n initialStatus = EXITED;\n _this.appearStatus = ENTERING;\n } else {\n initialStatus = ENTERED;\n }\n } else {\n if (props.unmountOnExit || props.mountOnEnter) {\n initialStatus = UNMOUNTED;\n } else {\n initialStatus = EXITED;\n }\n }\n\n _this.state = {\n status: initialStatus\n };\n _this.nextCallback = null;\n return _this;\n }\n\n Transition.getDerivedStateFromProps = function getDerivedStateFromProps(_ref, prevState) {\n var nextIn = _ref.in;\n\n if (nextIn && prevState.status === UNMOUNTED) {\n return {\n status: EXITED\n };\n }\n\n return null;\n } // getSnapshotBeforeUpdate(prevProps) {\n // let nextStatus = null\n // if (prevProps !== this.props) {\n // const { status } = this.state\n // if (this.props.in) {\n // if (status !== ENTERING && status !== ENTERED) {\n // nextStatus = ENTERING\n // }\n // } else {\n // if (status === ENTERING || status === ENTERED) {\n // nextStatus = EXITING\n // }\n // }\n // }\n // return { nextStatus }\n // }\n ;\n\n var _proto = Transition.prototype;\n\n _proto.componentDidMount = function componentDidMount() {\n this.updateStatus(true, this.appearStatus);\n };\n\n _proto.componentDidUpdate = function componentDidUpdate(prevProps) {\n var nextStatus = null;\n\n if (prevProps !== this.props) {\n var status = this.state.status;\n\n if (this.props.in) {\n if (status !== ENTERING && status !== ENTERED) {\n nextStatus = ENTERING;\n }\n } else {\n if (status === ENTERING || status === ENTERED) {\n nextStatus = EXITING;\n }\n }\n }\n\n this.updateStatus(false, nextStatus);\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this.cancelNextCallback();\n };\n\n _proto.getTimeouts = function getTimeouts() {\n var timeout = this.props.timeout;\n var exit, enter, appear;\n exit = enter = appear = timeout;\n\n if (timeout != null && typeof timeout !== 'number') {\n exit = timeout.exit;\n enter = timeout.enter; // TODO: remove fallback for next major\n\n appear = timeout.appear !== undefined ? timeout.appear : enter;\n }\n\n return {\n exit: exit,\n enter: enter,\n appear: appear\n };\n };\n\n _proto.updateStatus = function updateStatus(mounting, nextStatus) {\n if (mounting === void 0) {\n mounting = false;\n }\n\n if (nextStatus !== null) {\n // nextStatus will always be ENTERING or EXITING.\n this.cancelNextCallback();\n\n if (nextStatus === ENTERING) {\n if (this.props.unmountOnExit || this.props.mountOnEnter) {\n var node = this.props.nodeRef ? this.props.nodeRef.current : ReactDOM__default.findDOMNode(this); // https://github.com/reactjs/react-transition-group/pull/749\n // With unmountOnExit or mountOnEnter, the enter animation should happen at the transition between `exited` and `entering`.\n // To make the animation happen, we have to separate each rendering and avoid being processed as batched.\n\n if (node) forceReflow(node);\n }\n\n this.performEnter(mounting);\n } else {\n this.performExit();\n }\n } else if (this.props.unmountOnExit && this.state.status === EXITED) {\n this.setState({\n status: UNMOUNTED\n });\n }\n };\n\n _proto.performEnter = function performEnter(mounting) {\n var _this2 = this;\n\n var enter = this.props.enter;\n var appearing = this.context ? this.context.isMounting : mounting;\n\n var _ref2 = this.props.nodeRef ? [appearing] : [ReactDOM__default.findDOMNode(this), appearing],\n maybeNode = _ref2[0],\n maybeAppearing = _ref2[1];\n\n var timeouts = this.getTimeouts();\n var enterTimeout = appearing ? timeouts.appear : timeouts.enter; // no enter animation skip right to ENTERED\n // if we are mounting and running this it means appear _must_ be set\n\n if (!mounting && !enter || config.disabled) {\n this.safeSetState({\n status: ENTERED\n }, function () {\n _this2.props.onEntered(maybeNode);\n });\n return;\n }\n\n this.props.onEnter(maybeNode, maybeAppearing);\n this.safeSetState({\n status: ENTERING\n }, function () {\n _this2.props.onEntering(maybeNode, maybeAppearing);\n\n _this2.onTransitionEnd(enterTimeout, function () {\n _this2.safeSetState({\n status: ENTERED\n }, function () {\n _this2.props.onEntered(maybeNode, maybeAppearing);\n });\n });\n });\n };\n\n _proto.performExit = function performExit() {\n var _this3 = this;\n\n var exit = this.props.exit;\n var timeouts = this.getTimeouts();\n var maybeNode = this.props.nodeRef ? undefined : ReactDOM__default.findDOMNode(this); // no exit animation skip right to EXITED\n\n if (!exit || config.disabled) {\n this.safeSetState({\n status: EXITED\n }, function () {\n _this3.props.onExited(maybeNode);\n });\n return;\n }\n\n this.props.onExit(maybeNode);\n this.safeSetState({\n status: EXITING\n }, function () {\n _this3.props.onExiting(maybeNode);\n\n _this3.onTransitionEnd(timeouts.exit, function () {\n _this3.safeSetState({\n status: EXITED\n }, function () {\n _this3.props.onExited(maybeNode);\n });\n });\n });\n };\n\n _proto.cancelNextCallback = function cancelNextCallback() {\n if (this.nextCallback !== null) {\n this.nextCallback.cancel();\n this.nextCallback = null;\n }\n };\n\n _proto.safeSetState = function safeSetState(nextState, callback) {\n // This shouldn't be necessary, but there are weird race conditions with\n // setState callbacks and unmounting in testing, so always make sure that\n // we can cancel any pending setState callbacks after we unmount.\n callback = this.setNextCallback(callback);\n this.setState(nextState, callback);\n };\n\n _proto.setNextCallback = function setNextCallback(callback) {\n var _this4 = this;\n\n var active = true;\n\n this.nextCallback = function (event) {\n if (active) {\n active = false;\n _this4.nextCallback = null;\n callback(event);\n }\n };\n\n this.nextCallback.cancel = function () {\n active = false;\n };\n\n return this.nextCallback;\n };\n\n _proto.onTransitionEnd = function onTransitionEnd(timeout, handler) {\n this.setNextCallback(handler);\n var node = this.props.nodeRef ? this.props.nodeRef.current : ReactDOM__default.findDOMNode(this);\n var doesNotHaveTimeoutOrListener = timeout == null && !this.props.addEndListener;\n\n if (!node || doesNotHaveTimeoutOrListener) {\n setTimeout(this.nextCallback, 0);\n return;\n }\n\n if (this.props.addEndListener) {\n var _ref3 = this.props.nodeRef ? [this.nextCallback] : [node, this.nextCallback],\n maybeNode = _ref3[0],\n maybeNextCallback = _ref3[1];\n\n this.props.addEndListener(maybeNode, maybeNextCallback);\n }\n\n if (timeout != null) {\n setTimeout(this.nextCallback, timeout);\n }\n };\n\n _proto.render = function render() {\n var status = this.state.status;\n\n if (status === UNMOUNTED) {\n return null;\n }\n\n var _this$props = this.props,\n children = _this$props.children;\n _this$props.in;\n _this$props.mountOnEnter;\n _this$props.unmountOnExit;\n _this$props.appear;\n _this$props.enter;\n _this$props.exit;\n _this$props.timeout;\n _this$props.addEndListener;\n _this$props.onEnter;\n _this$props.onEntering;\n _this$props.onEntered;\n _this$props.onExit;\n _this$props.onExiting;\n _this$props.onExited;\n _this$props.nodeRef;\n var childProps = _objectWithoutPropertiesLoose(_this$props, [\"children\", \"in\", \"mountOnEnter\", \"unmountOnExit\", \"appear\", \"enter\", \"exit\", \"timeout\", \"addEndListener\", \"onEnter\", \"onEntering\", \"onEntered\", \"onExit\", \"onExiting\", \"onExited\", \"nodeRef\"]);\n\n return (\n /*#__PURE__*/\n // allows for nested Transitions\n React__default.createElement(TransitionGroupContext.Provider, {\n value: null\n }, typeof children === 'function' ? children(status, childProps) : React__default.cloneElement(React__default.Children.only(children), childProps))\n );\n };\n\n return Transition;\n}(React__default.Component);\n\nTransition.contextType = TransitionGroupContext;\nTransition.propTypes = process.env.NODE_ENV !== \"production\" ? {\n /**\n * A React reference to DOM element that need to transition:\n * https://stackoverflow.com/a/51127130/4671932\n *\n * - When `nodeRef` prop is used, `node` is not passed to callback functions\n * (e.g. `onEnter`) because user already has direct access to the node.\n * - When changing `key` prop of `Transition` in a `TransitionGroup` a new\n * `nodeRef` need to be provided to `Transition` with changed `key` prop\n * (see\n * [test/CSSTransition-test.js](https://github.com/reactjs/react-transition-group/blob/13435f897b3ab71f6e19d724f145596f5910581c/test/CSSTransition-test.js#L362-L437)).\n */\n nodeRef: PropTypes.shape({\n current: typeof Element === 'undefined' ? PropTypes.any : function (propValue, key, componentName, location, propFullName, secret) {\n var value = propValue[key];\n return PropTypes.instanceOf(value && 'ownerDocument' in value ? value.ownerDocument.defaultView.Element : Element)(propValue, key, componentName, location, propFullName, secret);\n }\n }),\n\n /**\n * A `function` child can be used instead of a React element. This function is\n * called with the current transition status (`'entering'`, `'entered'`,\n * `'exiting'`, `'exited'`), which can be used to apply context\n * specific props to a component.\n *\n * ```jsx\n * <Transition in={this.state.in} timeout={150}>\n * {state => (\n * <MyComponent className={`fade fade-${state}`} />\n * )}\n * </Transition>\n * ```\n */\n children: PropTypes.oneOfType([PropTypes.func.isRequired, PropTypes.element.isRequired]).isRequired,\n\n /**\n * Show the component; triggers the enter or exit states\n */\n in: PropTypes.bool,\n\n /**\n * By default the child component is mounted immediately along with\n * the parent `Transition` component. If you want to \"lazy mount\" the component on the\n * first `in={true}` you can set `mountOnEnter`. After the first enter transition the component will stay\n * mounted, even on \"exited\", unless you also specify `unmountOnExit`.\n */\n mountOnEnter: PropTypes.bool,\n\n /**\n * By default the child component stays mounted after it reaches the `'exited'` state.\n * Set `unmountOnExit` if you'd prefer to unmount the component after it finishes exiting.\n */\n unmountOnExit: PropTypes.bool,\n\n /**\n * By default the child component does not perform the enter transition when\n * it first mounts, regardless of the value of `in`. If you want this\n * behavior, set both `appear` and `in` to `true`.\n *\n * > **Note**: there are no special appear states like `appearing`/`appeared`, this prop\n * > only adds an additional enter transition. However, in the\n * > `<CSSTransition>` component that first enter transition does result in\n * > additional `.appear-*` classes, that way you can choose to style it\n * > differently.\n */\n appear: PropTypes.bool,\n\n /**\n * Enable or disable enter transitions.\n */\n enter: PropTypes.bool,\n\n /**\n * Enable or disable exit transitions.\n */\n exit: PropTypes.bool,\n\n /**\n * The duration of the transition, in milliseconds.\n * Required unless `addEndListener` is provided.\n *\n * You may specify a single timeout for all transitions:\n *\n * ```jsx\n * timeout={500}\n * ```\n *\n * or individually:\n *\n * ```jsx\n * timeout={{\n * appear: 500,\n * enter: 300,\n * exit: 500,\n * }}\n * ```\n *\n * - `appear` defaults to the value of `enter`\n * - `enter` defaults to `0`\n * - `exit` defaults to `0`\n *\n * @type {number | { enter?: number, exit?: number, appear?: number }}\n */\n timeout: function timeout(props) {\n var pt = timeoutsShape;\n if (!props.addEndListener) pt = pt.isRequired;\n\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n return pt.apply(void 0, [props].concat(args));\n },\n\n /**\n * Add a custom transition end trigger. Called with the transitioning\n * DOM node and a `done` callback. Allows for more fine grained transition end\n * logic. Timeouts are still used as a fallback if provided.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * ```jsx\n * addEndListener={(node, done) => {\n * // use the css transitionend event to mark the finish of a transition\n * node.addEventListener('transitionend', done, false);\n * }}\n * ```\n */\n addEndListener: PropTypes.func,\n\n /**\n * Callback fired before the \"entering\" status is applied. An extra parameter\n * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement, isAppearing: bool) -> void\n */\n onEnter: PropTypes.func,\n\n /**\n * Callback fired after the \"entering\" status is applied. An extra parameter\n * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement, isAppearing: bool)\n */\n onEntering: PropTypes.func,\n\n /**\n * Callback fired after the \"entered\" status is applied. An extra parameter\n * `isAppearing` is supplied to indicate if the enter stage is occurring on the initial mount\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement, isAppearing: bool) -> void\n */\n onEntered: PropTypes.func,\n\n /**\n * Callback fired before the \"exiting\" status is applied.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement) -> void\n */\n onExit: PropTypes.func,\n\n /**\n * Callback fired after the \"exiting\" status is applied.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement) -> void\n */\n onExiting: PropTypes.func,\n\n /**\n * Callback fired after the \"exited\" status is applied.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed\n *\n * @type Function(node: HtmlElement) -> void\n */\n onExited: PropTypes.func\n} : {}; // Name the function so it is clearer in the documentation\n\nfunction noop() {}\n\nTransition.defaultProps = {\n in: false,\n mountOnEnter: false,\n unmountOnExit: false,\n appear: false,\n enter: true,\n exit: true,\n onEnter: noop,\n onEntering: noop,\n onEntered: noop,\n onExit: noop,\n onExiting: noop,\n onExited: noop\n};\nTransition.UNMOUNTED = UNMOUNTED;\nTransition.EXITED = EXITED;\nTransition.ENTERING = ENTERING;\nTransition.ENTERED = ENTERED;\nTransition.EXITING = EXITING;\n\nexport { ENTERED, ENTERING, EXITED, EXITING, UNMOUNTED, Transition as default };\n//# sourceMappingURL=Transition.js.map\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}