@teselagen/ove 0.5.11 → 0.5.12

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 (317) hide show
  1. package/AlignmentTool/index.d.ts +6 -0
  2. package/AlignmentView/AlignmentVisibilityTool.d.ts +2 -0
  3. package/AlignmentView/EditTrackNameDialog.d.ts +1 -0
  4. package/AlignmentView/HorizontalPanelDragHandle.d.ts +3 -0
  5. package/AlignmentView/Minimap.d.ts +63 -0
  6. package/AlignmentView/Mismatches.d.ts +20 -0
  7. package/AlignmentView/PairwiseAlignmentView.d.ts +9 -0
  8. package/AlignmentView/PerformantSelectionLayer.d.ts +1 -0
  9. package/AlignmentView/coerceInitialValue.d.ts +4 -0
  10. package/AlignmentView/getGapMap.d.ts +1 -0
  11. package/AlignmentView/getGaps.d.ts +4 -0
  12. package/AlignmentView/getPairwiseOverviewLinearViewOptions.d.ts +22 -0
  13. package/AlignmentView/getTrackFromEvent.d.ts +1 -0
  14. package/AlignmentView/index.d.ts +107 -0
  15. package/AlignmentView/isTargetWithinEl.d.ts +1 -0
  16. package/AlignmentView/updateTrackHelper.d.ts +10 -0
  17. package/AutoAnnotate.d.ts +4 -0
  18. package/AutoAnnotateBpMatchingDialog.d.ts +1 -0
  19. package/CircularView/Axis.d.ts +12 -0
  20. package/CircularView/AxisNumbers.d.ts +7 -0
  21. package/CircularView/Caret.d.ts +2 -0
  22. package/CircularView/CircularDnaSequence.d.ts +10 -0
  23. package/CircularView/CircularZoomMinimap.d.ts +4 -0
  24. package/CircularView/Cutsite.d.ts +4 -0
  25. package/CircularView/Cutsites.d.ts +18 -0
  26. package/CircularView/DeletionLayer.d.ts +8 -0
  27. package/CircularView/Feature.d.ts +1 -0
  28. package/CircularView/Labels/index.d.ts +22 -0
  29. package/CircularView/Labels/relaxLabelAngles.d.ts +2 -0
  30. package/CircularView/Labels/relaxLabels_DEPRECATED.d.ts +1 -0
  31. package/CircularView/Orf.d.ts +6 -0
  32. package/CircularView/Part.d.ts +9 -0
  33. package/CircularView/PositionAnnotationOnCircle.d.ts +12 -0
  34. package/CircularView/Primer.d.ts +1 -0
  35. package/CircularView/RotateCircularViewSlider.d.ts +7 -0
  36. package/CircularView/SelectionLayer.d.ts +2 -0
  37. package/CircularView/VeTopRightContainer.d.ts +4 -0
  38. package/CircularView/ZoomCircularViewSlider.d.ts +8 -0
  39. package/CircularView/drawAnnotations.d.ts +10 -0
  40. package/CircularView/drawDirectedPiePiece.d.ts +11 -0
  41. package/CircularView/getAngleForPositionMidpoint.d.ts +1 -0
  42. package/CircularView/getInternalLabel.d.ts +11 -0
  43. package/CircularView/getRangeAnglesSpecial.d.ts +7 -0
  44. package/CircularView/getYOffset.d.ts +1 -0
  45. package/CircularView/index.d.ts +20 -0
  46. package/CircularView/normalizeAngle.d.ts +1 -0
  47. package/CircularView/normalizeAngleRange.d.ts +1 -0
  48. package/CircularView/positionCutsites.d.ts +4 -0
  49. package/CircularView/shouldFlipText.d.ts +1 -0
  50. package/CircularView/utils/polarToSpecialCartesian.d.ts +4 -0
  51. package/CreateAnnotationsPage.d.ts +10 -0
  52. package/CreateCustomEnzyme/index.d.ts +2 -0
  53. package/CutsiteFilter/AdditionalCutsiteInfoDialog.d.ts +29 -0
  54. package/CutsiteFilter/index.d.ts +3 -0
  55. package/CutsiteFilter/withRestrictionEnzymes.d.ts +1 -0
  56. package/DigestTool/AddLaddersDialog.d.ts +1 -0
  57. package/DigestTool/DigestTool.d.ts +11 -0
  58. package/DigestTool/Ladder.d.ts +11 -0
  59. package/DigestTool/createFragmentLines.d.ts +0 -0
  60. package/DigestTool/ladderDefaults.d.ts +5 -0
  61. package/Editor/CommandHotkeyHandler.d.ts +2 -0
  62. package/Editor/DropHandler.d.ts +7 -0
  63. package/Editor/FillWindow.d.ts +9 -0
  64. package/Editor/index.d.ts +41 -0
  65. package/Editor/userDefinedHandlersAndOpts.d.ts +1 -0
  66. package/EnzymeViewer/index.d.ts +11 -0
  67. package/FindBar/index.d.ts +12 -0
  68. package/GlobalDialog.d.ts +1 -0
  69. package/GlobalDialogUtils.d.ts +12 -0
  70. package/LinearView/SequenceName.d.ts +5 -0
  71. package/LinearView/ZoomLinearView.d.ts +7 -0
  72. package/LinearView/index.d.ts +5 -0
  73. package/ManageEnzymes/index.d.ts +2 -0
  74. package/MenuBar/defaultConfig.d.ts +225 -0
  75. package/MenuBar/index.d.ts +2 -0
  76. package/MenuBar/viewSubmenu.d.ts +146 -0
  77. package/PCRTool/PCRTool.d.ts +2 -0
  78. package/Reflex/Browser.d.ts +19 -0
  79. package/Reflex/ReflexContainer.d.ts +63 -0
  80. package/Reflex/ReflexElement.d.ts +33 -0
  81. package/Reflex/ReflexEvents.d.ts +7 -0
  82. package/Reflex/ReflexSplitter.d.ts +33 -0
  83. package/Reflex/index.d.ts +4 -0
  84. package/RowItem/AnnotationContainerHolder.d.ts +2 -0
  85. package/RowItem/AnnotationPositioner.d.ts +7 -0
  86. package/RowItem/Axis.d.ts +2 -0
  87. package/RowItem/Caret/index.d.ts +2 -0
  88. package/RowItem/Chromatograms/Chromatogram.d.ts +1 -0
  89. package/RowItem/CutsiteSelectionLayers.d.ts +4 -0
  90. package/RowItem/Cutsites.d.ts +2 -0
  91. package/RowItem/DeletionLayers/index.d.ts +2 -0
  92. package/RowItem/Labels.d.ts +2 -0
  93. package/RowItem/Orf.d.ts +2 -0
  94. package/RowItem/Orfs.d.ts +2 -0
  95. package/RowItem/SelectionLayer/index.d.ts +2 -0
  96. package/RowItem/Sequence.d.ts +8 -0
  97. package/RowItem/StackedAnnotations/PointedAnnotation.d.ts +2 -0
  98. package/RowItem/StackedAnnotations/getStructuredBases.d.ts +17 -0
  99. package/RowItem/StackedAnnotations/index.d.ts +2 -0
  100. package/RowItem/StackedAnnotations/primerBases.d.ts +10 -0
  101. package/RowItem/Translations/AASliver.d.ts +2 -0
  102. package/RowItem/Translations/Translation.d.ts +2 -0
  103. package/RowItem/Translations/index.d.ts +2 -0
  104. package/RowItem/constants.d.ts +3 -0
  105. package/RowItem/getCutsiteLabelHeights.d.ts +8 -0
  106. package/RowItem/getXStartAndWidthFromNonCircularRange.d.ts +4 -0
  107. package/RowItem/getXStartAndWidthOfRangeWrtRow.d.ts +11 -0
  108. package/RowItem/getXStartAndWidthOfRowAnnotation.d.ts +6 -0
  109. package/RowItem/index.d.ts +1 -0
  110. package/RowItem/partOverhangs.d.ts +1 -0
  111. package/RowItem/utils.d.ts +4 -0
  112. package/RowView/estimateRowHeight.d.ts +6 -0
  113. package/RowView/index.d.ts +10 -0
  114. package/SimpleCircularOrLinearView.d.ts +2 -0
  115. package/SimpleOligoPreview.d.ts +7 -0
  116. package/StatusBar/MeltingTemp.d.ts +5 -0
  117. package/StatusBar/index.d.ts +15 -0
  118. package/ToolBar/ToolbarItem.d.ts +14 -0
  119. package/ToolBar/alignmentTool.d.ts +6 -0
  120. package/ToolBar/array_move.d.ts +1 -0
  121. package/ToolBar/cutsiteTool.d.ts +5 -0
  122. package/ToolBar/downloadTool.d.ts +5 -0
  123. package/ToolBar/editTool.d.ts +10 -0
  124. package/ToolBar/featureTool.d.ts +5 -0
  125. package/ToolBar/findTool.d.ts +2 -0
  126. package/ToolBar/importTool.d.ts +2 -0
  127. package/ToolBar/index.d.ts +2 -0
  128. package/ToolBar/inlineFindTool.d.ts +5 -0
  129. package/ToolBar/oligoTool.d.ts +5 -0
  130. package/ToolBar/orfTool.d.ts +5 -0
  131. package/ToolBar/partTool.d.ts +5 -0
  132. package/ToolBar/printTool.d.ts +6 -0
  133. package/ToolBar/redoTool.d.ts +5 -0
  134. package/ToolBar/saveTool.d.ts +5 -0
  135. package/ToolBar/undoTool.d.ts +5 -0
  136. package/ToolBar/versionHistoryTool.d.ts +5 -0
  137. package/ToolBar/visibilityTool.d.ts +5 -0
  138. package/VersionHistoryView/index.d.ts +23 -0
  139. package/addAlignment.d.ts +1 -0
  140. package/commands/getOveHotkeyDefs.d.ts +4 -0
  141. package/commands/index.d.ts +648 -0
  142. package/constants/constants.d.ts +2 -0
  143. package/constants/dnaToColor.d.ts +8 -0
  144. package/constants/draggableClassnames.d.ts +6 -0
  145. package/constants/findToolConstants.d.ts +1 -0
  146. package/constants/orfFrameToColorMap.d.ts +7 -0
  147. package/constants/rowviewContants.d.ts +3 -0
  148. package/constants/specialCutsiteFilterOptions.d.ts +31 -0
  149. package/constants.d.ts +1 -0
  150. package/createVectorEditor/index.d.ts +21 -0
  151. package/createVectorEditor/makeStore.d.ts +2 -0
  152. package/fileUtils.d.ts +12 -0
  153. package/helperComponents/AddOrEditAnnotationDialog/index.d.ts +6 -0
  154. package/helperComponents/AddOrEditFeatureDialog/index.d.ts +2 -0
  155. package/helperComponents/AddOrEditPartDialog/index.d.ts +2 -0
  156. package/helperComponents/AddOrEditPrimerDialog/EditCaretPosition.d.ts +15 -0
  157. package/helperComponents/AddOrEditPrimerDialog/index.d.ts +2 -0
  158. package/helperComponents/EnzymesDialog/index.d.ts +2 -0
  159. package/helperComponents/GoToDialog.d.ts +2 -0
  160. package/helperComponents/MergeFeaturesDialog/index.d.ts +2 -0
  161. package/helperComponents/MultipleSeqsDetectedOnImportDialog.d.ts +1 -0
  162. package/helperComponents/PinchHelper/PinchHelper.d.ts +6 -0
  163. package/helperComponents/PrintDialog/index.d.ts +2 -0
  164. package/helperComponents/PropertiesDialog/ColorPicker.d.ts +6 -0
  165. package/helperComponents/PropertiesDialog/CutsiteProperties.d.ts +2 -0
  166. package/helperComponents/PropertiesDialog/FeatureProperties.d.ts +2 -0
  167. package/helperComponents/PropertiesDialog/GenbankView.d.ts +2 -0
  168. package/helperComponents/PropertiesDialog/GeneralProperties.d.ts +2 -0
  169. package/helperComponents/PropertiesDialog/GenericAnnotationProperties.d.ts +10 -0
  170. package/helperComponents/PropertiesDialog/OrfProperties.d.ts +2 -0
  171. package/helperComponents/PropertiesDialog/PartProperties.d.ts +2 -0
  172. package/helperComponents/PropertiesDialog/PrimerProperties.d.ts +2 -0
  173. package/helperComponents/PropertiesDialog/SingleEnzymeCutsiteInfo.d.ts +12 -0
  174. package/helperComponents/PropertiesDialog/TranslationProperties.d.ts +2 -0
  175. package/helperComponents/PropertiesDialog/index.d.ts +10 -0
  176. package/helperComponents/PropertiesDialog/typeField.d.ts +7 -0
  177. package/helperComponents/PropertiesDialog/utils.d.ts +5 -0
  178. package/helperComponents/RemoveDuplicates/index.d.ts +2 -0
  179. package/helperComponents/RenameSequenceDialog.d.ts +2 -0
  180. package/helperComponents/SelectDialog.d.ts +2 -0
  181. package/helperComponents/UncontrolledSliderWithPlusMinusBtns.d.ts +13 -0
  182. package/helperComponents/VeWarning/index.d.ts +2 -0
  183. package/helperComponents/createSimpleDialog.d.ts +1 -0
  184. package/helperComponents/partTagSearch.d.ts +1 -0
  185. package/helperComponents/withHover.d.ts +11 -0
  186. package/html2canvas.esm-GLpiTZLt.cjs +7891 -0
  187. package/html2canvas.esm-nFNn58sx.js +7891 -0
  188. package/index.cjs.js +518 -398
  189. package/index.d.ts +25 -0
  190. package/index.es.js +520 -400
  191. package/index.umd.js +1354 -402
  192. package/package.json +2 -2
  193. package/redux/alignments.d.ts +9 -0
  194. package/redux/annotationLabelVisibility.d.ts +8 -0
  195. package/redux/annotationVisibility.d.ts +45 -0
  196. package/redux/annotationsToSupport.d.ts +8 -0
  197. package/redux/caretPosition.d.ts +4 -0
  198. package/redux/charWidth.d.ts +3 -0
  199. package/redux/copyOptions.d.ts +14 -0
  200. package/redux/createYourOwnEnzyme.d.ts +11 -0
  201. package/redux/deletionLayers.d.ts +5 -0
  202. package/redux/digestTool.d.ts +7 -0
  203. package/redux/featureLengthsToHide.d.ts +7 -0
  204. package/redux/findTool.d.ts +12 -0
  205. package/redux/frameTranslations.d.ts +13 -0
  206. package/redux/hoveredAnnotation.d.ts +4 -0
  207. package/redux/index.d.ts +20 -0
  208. package/redux/labelLineIntensity.d.ts +3 -0
  209. package/redux/labelSize.d.ts +3 -0
  210. package/redux/lastSavedId.d.ts +3 -0
  211. package/redux/middleware.d.ts +2 -0
  212. package/redux/minimumOrfSize.d.ts +4 -0
  213. package/redux/modalActions.d.ts +0 -0
  214. package/redux/panelsShown.d.ts +21 -0
  215. package/redux/partLengthsToHide.d.ts +7 -0
  216. package/redux/primerLengthsToHide.d.ts +7 -0
  217. package/redux/propertiesTool.d.ts +6 -0
  218. package/redux/readOnly.d.ts +4 -0
  219. package/redux/replacementLayers.d.ts +5 -0
  220. package/redux/restrictionEnzymes.d.ts +13 -0
  221. package/redux/selectedAnnotations.d.ts +13 -0
  222. package/redux/selectedPartTags.d.ts +3 -0
  223. package/redux/selectionLayer.d.ts +7 -0
  224. package/redux/sequenceData/circular.d.ts +3 -0
  225. package/redux/sequenceData/description.d.ts +3 -0
  226. package/redux/sequenceData/features.d.ts +4 -0
  227. package/redux/sequenceData/index.d.ts +10 -0
  228. package/redux/sequenceData/lineageLines.d.ts +2 -0
  229. package/redux/sequenceData/materiallyAvailable.d.ts +3 -0
  230. package/redux/sequenceData/name.d.ts +3 -0
  231. package/redux/sequenceData/parts.d.ts +4 -0
  232. package/redux/sequenceData/primers.d.ts +4 -0
  233. package/redux/sequenceData/sequence.d.ts +3 -0
  234. package/redux/sequenceData/sharedActionCreators.d.ts +0 -0
  235. package/redux/sequenceData/translations.d.ts +4 -0
  236. package/redux/sequenceData/upsertDeleteActionGenerator.d.ts +3 -0
  237. package/redux/sequenceDataHistory.d.ts +8 -0
  238. package/redux/showGCContent.d.ts +3 -0
  239. package/redux/toolBar.d.ts +6 -0
  240. package/redux/uppercaseSequenceMapFont.d.ts +3 -0
  241. package/redux/useAdditionalOrfStartCodons.d.ts +3 -0
  242. package/redux/utils/addDashesForMatchStartAndEndForTracks/index.d.ts +1 -0
  243. package/redux/utils/addMetaToActionCreators.d.ts +1 -0
  244. package/redux/utils/createMergedDefaultStateReducer.d.ts +4 -0
  245. package/redux/utils/createMetaAction.d.ts +1 -0
  246. package/redux/versionHistory.d.ts +5 -0
  247. package/selectors/annotationLabelVisibility.d.ts +2 -0
  248. package/selectors/annotationSearchSelector.d.ts +7 -0
  249. package/selectors/cdsFeaturesSelector.d.ts +6 -0
  250. package/selectors/circularSelector.d.ts +1 -0
  251. package/selectors/cutsiteLabelColorSelector.d.ts +6 -0
  252. package/selectors/cutsitesByRangeSelector.d.ts +0 -0
  253. package/selectors/cutsitesSelector.d.ts +14 -0
  254. package/selectors/editorSelector.d.ts +2 -0
  255. package/selectors/featuresSelector.d.ts +6 -0
  256. package/selectors/filteredCutsitesSelector.d.ts +6 -0
  257. package/selectors/filteredFeaturesSelector.d.ts +6 -0
  258. package/selectors/filteredPartsSelector.d.ts +6 -0
  259. package/selectors/filteredPrimersSelector.d.ts +6 -0
  260. package/selectors/filteredRestrictionEnzymesSelector.d.ts +2 -0
  261. package/selectors/getAdditionalEnzymesSelector.d.ts +6 -0
  262. package/selectors/index.d.ts +41 -0
  263. package/selectors/isEnzymeFilterAndSelector.d.ts +2 -0
  264. package/selectors/minimumOrfSizeSelector.d.ts +2 -0
  265. package/selectors/orfsSelector.d.ts +26 -0
  266. package/selectors/partsSelector.d.ts +6 -0
  267. package/selectors/primersSelector.d.ts +6 -0
  268. package/selectors/restrictionEnzymesSelector.d.ts +6 -0
  269. package/selectors/searchLayersSelector.d.ts +6 -0
  270. package/selectors/selectedAnnotationsSelector.d.ts +2 -0
  271. package/selectors/selectedCutsitesSelector.d.ts +12 -0
  272. package/selectors/sequenceDataSelector.d.ts +2 -0
  273. package/selectors/sequenceLengthSelector.d.ts +1 -0
  274. package/selectors/sequenceSelector.d.ts +1 -0
  275. package/selectors/tagsToBoldSelector.d.ts +2 -0
  276. package/selectors/translationSearchMatchesSelector.d.ts +6 -0
  277. package/selectors/translationsRawSelector.d.ts +6 -0
  278. package/selectors/translationsSelector.d.ts +16 -0
  279. package/src/ToolBar/index.js +12 -12
  280. package/style.css +33 -4
  281. package/updateEditor.d.ts +3 -0
  282. package/utils/PassThrough.d.ts +3 -0
  283. package/utils/addWrappedAddons.d.ts +1 -0
  284. package/utils/annotationTypes.d.ts +6 -0
  285. package/utils/arrayUtils.d.ts +3 -0
  286. package/utils/calculateTickMarkPositionsForGivenRange.d.ts +7 -0
  287. package/utils/cleanSequenceData_DEPRECATED/arrayToObjWithIds.d.ts +1 -0
  288. package/utils/combineReducersDontIgnoreKeys.d.ts +1 -0
  289. package/utils/commandUtils.d.ts +1 -0
  290. package/utils/editorUtils.d.ts +36 -0
  291. package/utils/getAnnotationClassnames.d.ts +6 -0
  292. package/utils/getAnnotationNameAndStartStopString.d.ts +14 -0
  293. package/utils/getVisibleStartEnd.d.ts +7 -0
  294. package/utils/massageTickSpacing.d.ts +1 -0
  295. package/utils/onlyUpdateForKeysDeep.d.ts +2 -0
  296. package/utils/prepareRowData.d.ts +6 -0
  297. package/utils/proteinUtils.d.ts +1 -0
  298. package/utils/pureNoFunc.d.ts +2 -0
  299. package/utils/selectionLayer.d.ts +5 -0
  300. package/utils/shouldRerender.d.ts +2 -0
  301. package/utils/showFileDialog.d.ts +4 -0
  302. package/utils/updateLabelsForInViewFeatures.d.ts +3 -0
  303. package/utils/updateLabelsForInViewFeaturesCircView.d.ts +0 -0
  304. package/utils/useAAColorType.d.ts +2 -0
  305. package/utils/useAnnotationLimits.d.ts +14 -0
  306. package/utils/useChromatogramPrefs.d.ts +7 -0
  307. package/utils/useLadders.d.ts +2 -0
  308. package/utils/useMeltingTemp.d.ts +2 -0
  309. package/utils/useTmType.d.ts +2 -0
  310. package/withEditorInteractions/Keyboard.d.ts +16 -0
  311. package/withEditorInteractions/clickAndDragUtils.d.ts +67 -0
  312. package/withEditorInteractions/createSequenceInputPopup.d.ts +1 -0
  313. package/withEditorInteractions/getBpsPerRow.d.ts +9 -0
  314. package/withEditorInteractions/index.d.ts +2 -0
  315. package/withEditorInteractions/isElementInViewport.d.ts +2 -0
  316. package/withEditorInteractions/moveCaret.d.ts +10 -0
  317. package/withEditorProps/index.d.ts +17 -0
package/index.umd.js CHANGED
@@ -951,8 +951,857 @@ var __async = (__this, __arguments, generator) => {
951
951
  return typeof reactExports.createRef !== "undefined" ? reactExports.createRef() : { current: null };
952
952
  }
953
953
  __name(createReactRef, "createReactRef");
954
- if (typeof require !== "undefined" && typeof window !== "undefined" && typeof document !== "undefined") {
955
- require("dom4");
954
+ function commonjsRequire(path2) {
955
+ throw new Error('Could not dynamically require "' + path2 + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
956
+ }
957
+ __name(commonjsRequire, "commonjsRequire");
958
+ var dom4_max = {};
959
+ /*!
960
+ Copyright (C) 2013-2015 by Andrea Giammarchi - @WebReflection
961
+
962
+ Permission is hereby granted, free of charge, to any person obtaining a copy
963
+ of this software and associated documentation files (the "Software"), to deal
964
+ in the Software without restriction, including without limitation the rights
965
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
966
+ copies of the Software, and to permit persons to whom the Software is
967
+ furnished to do so, subject to the following conditions:
968
+
969
+ The above copyright notice and this permission notice shall be included in
970
+ all copies or substantial portions of the Software.
971
+
972
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
973
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
974
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
975
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
976
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
977
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
978
+ THE SOFTWARE.
979
+
980
+ */
981
+ var hasRequiredDom4_max;
982
+ function requireDom4_max() {
983
+ if (hasRequiredDom4_max)
984
+ return dom4_max;
985
+ hasRequiredDom4_max = 1;
986
+ (function(window2) {
987
+ function createDocumentFragment() {
988
+ return document2.createDocumentFragment();
989
+ }
990
+ __name(createDocumentFragment, "createDocumentFragment");
991
+ function createElement(nodeName) {
992
+ return document2.createElement(nodeName);
993
+ }
994
+ __name(createElement, "createElement");
995
+ function enoughArguments(length, name2) {
996
+ if (!length)
997
+ throw new Error(
998
+ "Failed to construct " + name2 + ": 1 argument required, but only 0 present."
999
+ );
1000
+ }
1001
+ __name(enoughArguments, "enoughArguments");
1002
+ function mutationMacro(nodes) {
1003
+ if (nodes.length === 1) {
1004
+ return textNodeIfPrimitive(nodes[0]);
1005
+ }
1006
+ for (var fragment = createDocumentFragment(), list2 = slice2.call(nodes), i3 = 0; i3 < nodes.length; i3++) {
1007
+ fragment.appendChild(textNodeIfPrimitive(list2[i3]));
1008
+ }
1009
+ return fragment;
1010
+ }
1011
+ __name(mutationMacro, "mutationMacro");
1012
+ function textNodeIfPrimitive(node2) {
1013
+ return typeof node2 === "object" ? node2 : document2.createTextNode(node2);
1014
+ }
1015
+ __name(textNodeIfPrimitive, "textNodeIfPrimitive");
1016
+ for (var head, property2, TemporaryPrototype, TemporaryTokenList, wrapVerifyToken, document2 = window2.document, hOP = Object.prototype.hasOwnProperty, defineProperty2 = Object.defineProperty || function(object2, property3, descriptor2) {
1017
+ if (hOP.call(descriptor2, "value")) {
1018
+ object2[property3] = descriptor2.value;
1019
+ } else {
1020
+ if (hOP.call(descriptor2, "get"))
1021
+ object2.__defineGetter__(property3, descriptor2.get);
1022
+ if (hOP.call(descriptor2, "set"))
1023
+ object2.__defineSetter__(property3, descriptor2.set);
1024
+ }
1025
+ return object2;
1026
+ }, indexOf2 = [].indexOf || /* @__PURE__ */ __name(function indexOf3(value) {
1027
+ var length = this.length;
1028
+ while (length--) {
1029
+ if (this[length] === value) {
1030
+ break;
1031
+ }
1032
+ }
1033
+ return length;
1034
+ }, "indexOf"), verifyToken = function(token) {
1035
+ if (!token) {
1036
+ throw "SyntaxError";
1037
+ } else if (spaces.test(token)) {
1038
+ throw "InvalidCharacterError";
1039
+ }
1040
+ return token;
1041
+ }, DOMTokenList = function(node2) {
1042
+ var noClassName = typeof node2.className === "undefined", className = noClassName ? node2.getAttribute("class") || "" : node2.className, isSVG2 = noClassName || typeof className === "object", value = (isSVG2 ? noClassName ? className : className.baseVal : className).replace(trim2, "");
1043
+ if (value.length) {
1044
+ properties.push.apply(
1045
+ this,
1046
+ value.split(spaces)
1047
+ );
1048
+ }
1049
+ this._isSVG = isSVG2;
1050
+ this._ = node2;
1051
+ }, classListDescriptor = {
1052
+ get: /* @__PURE__ */ __name(function get2() {
1053
+ return new DOMTokenList(this);
1054
+ }, "get"),
1055
+ set: function() {
1056
+ }
1057
+ }, trim2 = /^\s+|\s+$/g, spaces = /\s+/, SPACE2 = " ", CLASS_LIST = "classList", toggle = /* @__PURE__ */ __name(function toggle2(token, force) {
1058
+ if (this.contains(token)) {
1059
+ if (!force) {
1060
+ this.remove(token);
1061
+ }
1062
+ } else if (force === void 0 || force) {
1063
+ force = true;
1064
+ this.add(token);
1065
+ }
1066
+ return !!force;
1067
+ }, "toggle"), DocumentFragmentPrototype = window2.DocumentFragment && DocumentFragment.prototype, Node2 = window2.Node, NodePrototype = (Node2 || Element).prototype, CharacterData = window2.CharacterData || Node2, CharacterDataPrototype = CharacterData && CharacterData.prototype, DocumentType = window2.DocumentType, DocumentTypePrototype = DocumentType && DocumentType.prototype, ElementPrototype = (window2.Element || Node2 || window2.HTMLElement).prototype, HTMLSelectElement = window2.HTMLSelectElement || createElement("select").constructor, selectRemove = HTMLSelectElement.prototype.remove, SVGElement2 = window2.SVGElement, properties = [
1068
+ "matches",
1069
+ ElementPrototype.matchesSelector || ElementPrototype.webkitMatchesSelector || ElementPrototype.khtmlMatchesSelector || ElementPrototype.mozMatchesSelector || ElementPrototype.msMatchesSelector || ElementPrototype.oMatchesSelector || /* @__PURE__ */ __name(function matches(selector) {
1070
+ var parentNode = this.parentNode;
1071
+ return !!parentNode && -1 < indexOf2.call(
1072
+ parentNode.querySelectorAll(selector),
1073
+ this
1074
+ );
1075
+ }, "matches"),
1076
+ "closest",
1077
+ /* @__PURE__ */ __name(function closest2(selector) {
1078
+ var parentNode = this, matches;
1079
+ while (
1080
+ // document has no .matches
1081
+ (matches = parentNode && parentNode.matches) && !parentNode.matches(selector)
1082
+ ) {
1083
+ parentNode = parentNode.parentNode;
1084
+ }
1085
+ return matches ? parentNode : null;
1086
+ }, "closest"),
1087
+ "prepend",
1088
+ /* @__PURE__ */ __name(function prepend() {
1089
+ var firstChild = this.firstChild, node2 = mutationMacro(arguments);
1090
+ if (firstChild) {
1091
+ this.insertBefore(node2, firstChild);
1092
+ } else {
1093
+ this.appendChild(node2);
1094
+ }
1095
+ }, "prepend"),
1096
+ "append",
1097
+ /* @__PURE__ */ __name(function append() {
1098
+ this.appendChild(mutationMacro(arguments));
1099
+ }, "append"),
1100
+ "before",
1101
+ /* @__PURE__ */ __name(function before() {
1102
+ var parentNode = this.parentNode;
1103
+ if (parentNode) {
1104
+ parentNode.insertBefore(
1105
+ mutationMacro(arguments),
1106
+ this
1107
+ );
1108
+ }
1109
+ }, "before"),
1110
+ "after",
1111
+ /* @__PURE__ */ __name(function after() {
1112
+ var parentNode = this.parentNode, nextSibling = this.nextSibling, node2 = mutationMacro(arguments);
1113
+ if (parentNode) {
1114
+ if (nextSibling) {
1115
+ parentNode.insertBefore(node2, nextSibling);
1116
+ } else {
1117
+ parentNode.appendChild(node2);
1118
+ }
1119
+ }
1120
+ }, "after"),
1121
+ // https://dom.spec.whatwg.org/#dom-element-toggleattribute
1122
+ "toggleAttribute",
1123
+ /* @__PURE__ */ __name(function toggleAttribute(name2, force) {
1124
+ var had = this.hasAttribute(name2);
1125
+ if (1 < arguments.length) {
1126
+ if (had && !force)
1127
+ this.removeAttribute(name2);
1128
+ else if (force && !had)
1129
+ this.setAttribute(name2, "");
1130
+ } else if (had)
1131
+ this.removeAttribute(name2);
1132
+ else
1133
+ this.setAttribute(name2, "");
1134
+ return this.hasAttribute(name2);
1135
+ }, "toggleAttribute"),
1136
+ // WARNING - DEPRECATED - use .replaceWith() instead
1137
+ "replace",
1138
+ /* @__PURE__ */ __name(function replace2() {
1139
+ this.replaceWith.apply(this, arguments);
1140
+ }, "replace"),
1141
+ "replaceWith",
1142
+ /* @__PURE__ */ __name(function replaceWith() {
1143
+ var parentNode = this.parentNode;
1144
+ if (parentNode) {
1145
+ parentNode.replaceChild(
1146
+ mutationMacro(arguments),
1147
+ this
1148
+ );
1149
+ }
1150
+ }, "replaceWith"),
1151
+ "remove",
1152
+ /* @__PURE__ */ __name(function remove2() {
1153
+ var parentNode = this.parentNode;
1154
+ if (parentNode) {
1155
+ parentNode.removeChild(this);
1156
+ }
1157
+ }, "remove")
1158
+ ], slice2 = properties.slice, i2 = properties.length; i2; i2 -= 2) {
1159
+ property2 = properties[i2 - 2];
1160
+ if (!(property2 in ElementPrototype)) {
1161
+ ElementPrototype[property2] = properties[i2 - 1];
1162
+ }
1163
+ if (property2 === "remove" && !selectRemove._dom4) {
1164
+ (HTMLSelectElement.prototype[property2] = function() {
1165
+ return 0 < arguments.length ? selectRemove.apply(this, arguments) : ElementPrototype.remove.call(this);
1166
+ })._dom4 = true;
1167
+ }
1168
+ if (/^(?:before|after|replace|replaceWith|remove)$/.test(property2)) {
1169
+ if (CharacterData && !(property2 in CharacterDataPrototype)) {
1170
+ CharacterDataPrototype[property2] = properties[i2 - 1];
1171
+ }
1172
+ if (DocumentType && !(property2 in DocumentTypePrototype)) {
1173
+ DocumentTypePrototype[property2] = properties[i2 - 1];
1174
+ }
1175
+ }
1176
+ if (/^(?:append|prepend)$/.test(property2)) {
1177
+ if (DocumentFragmentPrototype) {
1178
+ if (!(property2 in DocumentFragmentPrototype)) {
1179
+ DocumentFragmentPrototype[property2] = properties[i2 - 1];
1180
+ }
1181
+ } else {
1182
+ try {
1183
+ createDocumentFragment().constructor.prototype[property2] = properties[i2 - 1];
1184
+ } catch (o_O) {
1185
+ }
1186
+ }
1187
+ }
1188
+ }
1189
+ if (!createElement("a").matches("a")) {
1190
+ ElementPrototype[property2] = /* @__PURE__ */ function(matches) {
1191
+ return function(selector) {
1192
+ return matches.call(
1193
+ this.parentNode ? this : createDocumentFragment().appendChild(this),
1194
+ selector
1195
+ );
1196
+ };
1197
+ }(ElementPrototype[property2]);
1198
+ }
1199
+ DOMTokenList.prototype = {
1200
+ length: 0,
1201
+ add: /* @__PURE__ */ __name(function add2() {
1202
+ for (var j2 = 0, token; j2 < arguments.length; j2++) {
1203
+ token = arguments[j2];
1204
+ if (!this.contains(token)) {
1205
+ properties.push.call(this, property2);
1206
+ }
1207
+ }
1208
+ if (this._isSVG) {
1209
+ this._.setAttribute("class", "" + this);
1210
+ } else {
1211
+ this._.className = "" + this;
1212
+ }
1213
+ }, "add"),
1214
+ contains: /* @__PURE__ */ function(indexOf3) {
1215
+ return /* @__PURE__ */ __name(function contains2(token) {
1216
+ i2 = indexOf3.call(this, property2 = verifyToken(token));
1217
+ return -1 < i2;
1218
+ }, "contains");
1219
+ }([].indexOf || function(token) {
1220
+ i2 = this.length;
1221
+ while (i2-- && this[i2] !== token) {
1222
+ }
1223
+ return i2;
1224
+ }),
1225
+ item: /* @__PURE__ */ __name(function item(i3) {
1226
+ return this[i3] || null;
1227
+ }, "item"),
1228
+ remove: /* @__PURE__ */ __name(function remove2() {
1229
+ for (var j2 = 0, token; j2 < arguments.length; j2++) {
1230
+ token = arguments[j2];
1231
+ if (this.contains(token)) {
1232
+ properties.splice.call(this, i2, 1);
1233
+ }
1234
+ }
1235
+ if (this._isSVG) {
1236
+ this._.setAttribute("class", "" + this);
1237
+ } else {
1238
+ this._.className = "" + this;
1239
+ }
1240
+ }, "remove"),
1241
+ toggle,
1242
+ toString: /* @__PURE__ */ __name(function toString2() {
1243
+ return properties.join.call(this, SPACE2);
1244
+ }, "toString")
1245
+ };
1246
+ if (SVGElement2 && !(CLASS_LIST in SVGElement2.prototype)) {
1247
+ defineProperty2(SVGElement2.prototype, CLASS_LIST, classListDescriptor);
1248
+ }
1249
+ if (!(CLASS_LIST in document2.documentElement)) {
1250
+ defineProperty2(ElementPrototype, CLASS_LIST, classListDescriptor);
1251
+ } else {
1252
+ TemporaryTokenList = createElement("div")[CLASS_LIST];
1253
+ TemporaryTokenList.add("a", "b", "a");
1254
+ if ("a b" != TemporaryTokenList) {
1255
+ TemporaryPrototype = TemporaryTokenList.constructor.prototype;
1256
+ if (!("add" in TemporaryPrototype)) {
1257
+ TemporaryPrototype = window2.TemporaryTokenList.prototype;
1258
+ }
1259
+ wrapVerifyToken = /* @__PURE__ */ __name(function(original) {
1260
+ return function() {
1261
+ var i3 = 0;
1262
+ while (i3 < arguments.length) {
1263
+ original.call(this, arguments[i3++]);
1264
+ }
1265
+ };
1266
+ }, "wrapVerifyToken");
1267
+ TemporaryPrototype.add = wrapVerifyToken(TemporaryPrototype.add);
1268
+ TemporaryPrototype.remove = wrapVerifyToken(TemporaryPrototype.remove);
1269
+ TemporaryPrototype.toggle = toggle;
1270
+ }
1271
+ }
1272
+ if (!("contains" in NodePrototype)) {
1273
+ defineProperty2(NodePrototype, "contains", {
1274
+ value: function(el2) {
1275
+ while (el2 && el2 !== this)
1276
+ el2 = el2.parentNode;
1277
+ return this === el2;
1278
+ }
1279
+ });
1280
+ }
1281
+ if (!("head" in document2)) {
1282
+ defineProperty2(document2, "head", {
1283
+ get: function() {
1284
+ return head || (head = document2.getElementsByTagName("head")[0]);
1285
+ }
1286
+ });
1287
+ }
1288
+ (function() {
1289
+ for (var raf, rAF = window2.requestAnimationFrame, cAF = window2.cancelAnimationFrame, prefixes2 = ["o", "ms", "moz", "webkit"], i3 = prefixes2.length; !cAF && i3--; ) {
1290
+ rAF = rAF || window2[prefixes2[i3] + "RequestAnimationFrame"];
1291
+ cAF = window2[prefixes2[i3] + "CancelAnimationFrame"] || window2[prefixes2[i3] + "CancelRequestAnimationFrame"];
1292
+ }
1293
+ if (!cAF) {
1294
+ if (rAF) {
1295
+ raf = rAF;
1296
+ rAF = /* @__PURE__ */ __name(function(callback2) {
1297
+ var goOn = true;
1298
+ raf(function() {
1299
+ if (goOn)
1300
+ callback2.apply(this, arguments);
1301
+ });
1302
+ return function() {
1303
+ goOn = false;
1304
+ };
1305
+ }, "rAF");
1306
+ cAF = /* @__PURE__ */ __name(function(id2) {
1307
+ id2();
1308
+ }, "cAF");
1309
+ } else {
1310
+ rAF = /* @__PURE__ */ __name(function(callback2) {
1311
+ return setTimeout(callback2, 15, 15);
1312
+ }, "rAF");
1313
+ cAF = /* @__PURE__ */ __name(function(id2) {
1314
+ clearTimeout(id2);
1315
+ }, "cAF");
1316
+ }
1317
+ }
1318
+ window2.requestAnimationFrame = rAF;
1319
+ window2.cancelAnimationFrame = cAF;
1320
+ })();
1321
+ try {
1322
+ new window2.CustomEvent("?");
1323
+ } catch (o_O) {
1324
+ window2.CustomEvent = /* @__PURE__ */ function(eventName, defaultInitDict) {
1325
+ function CustomEvent2(type2, eventInitDict) {
1326
+ var event = document2.createEvent(eventName);
1327
+ if (typeof type2 != "string") {
1328
+ throw new Error("An event name must be provided");
1329
+ }
1330
+ if (eventName == "Event") {
1331
+ event.initCustomEvent = initCustomEvent;
1332
+ }
1333
+ if (eventInitDict == null) {
1334
+ eventInitDict = defaultInitDict;
1335
+ }
1336
+ event.initCustomEvent(
1337
+ type2,
1338
+ eventInitDict.bubbles,
1339
+ eventInitDict.cancelable,
1340
+ eventInitDict.detail
1341
+ );
1342
+ return event;
1343
+ }
1344
+ __name(CustomEvent2, "CustomEvent");
1345
+ function initCustomEvent(type2, bubbles, cancelable, detail) {
1346
+ this.initEvent(type2, bubbles, cancelable);
1347
+ this.detail = detail;
1348
+ }
1349
+ __name(initCustomEvent, "initCustomEvent");
1350
+ return CustomEvent2;
1351
+ }(
1352
+ // is this IE9 or IE10 ?
1353
+ // where CustomEvent is there
1354
+ // but not usable as construtor ?
1355
+ window2.CustomEvent ? (
1356
+ // use the CustomEvent interface in such case
1357
+ "CustomEvent"
1358
+ ) : "Event",
1359
+ // otherwise the common compatible one
1360
+ {
1361
+ bubbles: false,
1362
+ cancelable: false,
1363
+ detail: null
1364
+ }
1365
+ );
1366
+ }
1367
+ try {
1368
+ new Event("_");
1369
+ } catch (o_O) {
1370
+ o_O = function($Event) {
1371
+ function Event2(type2, init) {
1372
+ enoughArguments(arguments.length, "Event");
1373
+ var out = document2.createEvent("Event");
1374
+ if (!init)
1375
+ init = {};
1376
+ out.initEvent(
1377
+ type2,
1378
+ !!init.bubbles,
1379
+ !!init.cancelable
1380
+ );
1381
+ return out;
1382
+ }
1383
+ __name(Event2, "Event");
1384
+ Event2.prototype = $Event.prototype;
1385
+ return Event2;
1386
+ }(window2.Event || /* @__PURE__ */ __name(function Event2() {
1387
+ }, "Event"));
1388
+ defineProperty2(window2, "Event", { value: o_O });
1389
+ if (Event !== o_O)
1390
+ Event = o_O;
1391
+ }
1392
+ try {
1393
+ new KeyboardEvent("_", {});
1394
+ } catch (o_O) {
1395
+ o_O = function($KeyboardEvent) {
1396
+ var initType = 0, defaults2 = {
1397
+ char: "",
1398
+ key: "",
1399
+ location: 0,
1400
+ ctrlKey: false,
1401
+ shiftKey: false,
1402
+ altKey: false,
1403
+ metaKey: false,
1404
+ altGraphKey: false,
1405
+ repeat: false,
1406
+ locale: navigator.language,
1407
+ detail: 0,
1408
+ bubbles: false,
1409
+ cancelable: false,
1410
+ keyCode: 0,
1411
+ charCode: 0,
1412
+ which: 0
1413
+ }, eventType;
1414
+ try {
1415
+ var e2 = document2.createEvent("KeyboardEvent");
1416
+ e2.initKeyboardEvent(
1417
+ "keyup",
1418
+ false,
1419
+ false,
1420
+ window2,
1421
+ "+",
1422
+ 3,
1423
+ true,
1424
+ false,
1425
+ true,
1426
+ false,
1427
+ false
1428
+ );
1429
+ initType = (e2.keyIdentifier || e2.key) == "+" && (e2.keyLocation || e2.location) == 3 && (e2.ctrlKey ? e2.altKey ? 1 : 3 : e2.shiftKey ? 2 : 4) || 9;
1430
+ } catch (o_O2) {
1431
+ }
1432
+ eventType = 0 < initType ? "KeyboardEvent" : "Event";
1433
+ function getModifier(init) {
1434
+ for (var out = [], keys2 = [
1435
+ "ctrlKey",
1436
+ "Control",
1437
+ "shiftKey",
1438
+ "Shift",
1439
+ "altKey",
1440
+ "Alt",
1441
+ "metaKey",
1442
+ "Meta",
1443
+ "altGraphKey",
1444
+ "AltGraph"
1445
+ ], i3 = 0; i3 < keys2.length; i3 += 2) {
1446
+ if (init[keys2[i3]])
1447
+ out.push(keys2[i3 + 1]);
1448
+ }
1449
+ return out.join(" ");
1450
+ }
1451
+ __name(getModifier, "getModifier");
1452
+ function withDefaults(target, source) {
1453
+ for (var key2 in source) {
1454
+ if (source.hasOwnProperty(key2) && !source.hasOwnProperty.call(target, key2))
1455
+ target[key2] = source[key2];
1456
+ }
1457
+ return target;
1458
+ }
1459
+ __name(withDefaults, "withDefaults");
1460
+ function withInitValues(key2, out, init) {
1461
+ try {
1462
+ out[key2] = init[key2];
1463
+ } catch (o_O2) {
1464
+ }
1465
+ }
1466
+ __name(withInitValues, "withInitValues");
1467
+ function KeyboardEvent2(type2, init) {
1468
+ enoughArguments(arguments.length, "KeyboardEvent");
1469
+ init = withDefaults(init || {}, defaults2);
1470
+ var out = document2.createEvent(eventType), ctrlKey = init.ctrlKey, shiftKey = init.shiftKey, altKey = init.altKey, metaKey = init.metaKey, altGraphKey = init.altGraphKey, modifiers2 = initType > 3 ? getModifier(init) : null, key2 = String(init.key), chr = String(init.char), location2 = init.location, keyCode = init.keyCode || (init.keyCode = key2) && key2.charCodeAt(0) || 0, charCode = init.charCode || (init.charCode = chr) && chr.charCodeAt(0) || 0, bubbles = init.bubbles, cancelable = init.cancelable, repeat = init.repeat, locale = init.locale, view2 = init.view || window2, args;
1471
+ if (!init.which)
1472
+ init.which = init.keyCode;
1473
+ if ("initKeyEvent" in out) {
1474
+ out.initKeyEvent(
1475
+ type2,
1476
+ bubbles,
1477
+ cancelable,
1478
+ view2,
1479
+ ctrlKey,
1480
+ altKey,
1481
+ shiftKey,
1482
+ metaKey,
1483
+ keyCode,
1484
+ charCode
1485
+ );
1486
+ } else if (0 < initType && "initKeyboardEvent" in out) {
1487
+ args = [type2, bubbles, cancelable, view2];
1488
+ switch (initType) {
1489
+ case 1:
1490
+ args.push(key2, location2, ctrlKey, shiftKey, altKey, metaKey, altGraphKey);
1491
+ break;
1492
+ case 2:
1493
+ args.push(ctrlKey, altKey, shiftKey, metaKey, keyCode, charCode);
1494
+ break;
1495
+ case 3:
1496
+ args.push(key2, location2, ctrlKey, altKey, shiftKey, metaKey, altGraphKey);
1497
+ break;
1498
+ case 4:
1499
+ args.push(key2, location2, modifiers2, repeat, locale);
1500
+ break;
1501
+ default:
1502
+ args.push(char, key2, location2, modifiers2, repeat, locale);
1503
+ }
1504
+ out.initKeyboardEvent.apply(out, args);
1505
+ } else {
1506
+ out.initEvent(type2, bubbles, cancelable);
1507
+ }
1508
+ for (key2 in out) {
1509
+ if (defaults2.hasOwnProperty(key2) && out[key2] !== init[key2]) {
1510
+ withInitValues(key2, out, init);
1511
+ }
1512
+ }
1513
+ return out;
1514
+ }
1515
+ __name(KeyboardEvent2, "KeyboardEvent");
1516
+ KeyboardEvent2.prototype = $KeyboardEvent.prototype;
1517
+ return KeyboardEvent2;
1518
+ }(window2.KeyboardEvent || /* @__PURE__ */ __name(function KeyboardEvent2() {
1519
+ }, "KeyboardEvent"));
1520
+ defineProperty2(window2, "KeyboardEvent", { value: o_O });
1521
+ if (KeyboardEvent !== o_O)
1522
+ KeyboardEvent = o_O;
1523
+ }
1524
+ try {
1525
+ new MouseEvent("_", {});
1526
+ } catch (o_O) {
1527
+ o_O = function($MouseEvent) {
1528
+ function MouseEvent2(type2, init) {
1529
+ enoughArguments(arguments.length, "MouseEvent");
1530
+ var out = document2.createEvent("MouseEvent");
1531
+ if (!init)
1532
+ init = {};
1533
+ out.initMouseEvent(
1534
+ type2,
1535
+ !!init.bubbles,
1536
+ !!init.cancelable,
1537
+ init.view || window2,
1538
+ init.detail || 1,
1539
+ init.screenX || 0,
1540
+ init.screenY || 0,
1541
+ init.clientX || 0,
1542
+ init.clientY || 0,
1543
+ !!init.ctrlKey,
1544
+ !!init.altKey,
1545
+ !!init.shiftKey,
1546
+ !!init.metaKey,
1547
+ init.button || 0,
1548
+ init.relatedTarget || null
1549
+ );
1550
+ return out;
1551
+ }
1552
+ __name(MouseEvent2, "MouseEvent");
1553
+ MouseEvent2.prototype = $MouseEvent.prototype;
1554
+ return MouseEvent2;
1555
+ }(window2.MouseEvent || /* @__PURE__ */ __name(function MouseEvent2() {
1556
+ }, "MouseEvent"));
1557
+ defineProperty2(window2, "MouseEvent", { value: o_O });
1558
+ if (MouseEvent !== o_O)
1559
+ MouseEvent = o_O;
1560
+ }
1561
+ if (!document2.querySelectorAll("*").forEach) {
1562
+ (function() {
1563
+ function patch2(what) {
1564
+ var querySelectorAll2 = what.querySelectorAll;
1565
+ what.querySelectorAll = /* @__PURE__ */ __name(function qSA(css2) {
1566
+ var result = querySelectorAll2.call(this, css2);
1567
+ result.forEach = Array.prototype.forEach;
1568
+ return result;
1569
+ }, "qSA");
1570
+ }
1571
+ __name(patch2, "patch");
1572
+ patch2(document2);
1573
+ patch2(Element.prototype);
1574
+ })();
1575
+ }
1576
+ try {
1577
+ document2.querySelector(":scope *");
1578
+ } catch (o_O) {
1579
+ (function() {
1580
+ var dataScope = "data-scope-" + (Math.random() * 1e9 >>> 0);
1581
+ var proto2 = Element.prototype;
1582
+ var querySelector = proto2.querySelector;
1583
+ var querySelectorAll2 = proto2.querySelectorAll;
1584
+ proto2.querySelector = /* @__PURE__ */ __name(function qS(css2) {
1585
+ return find2(this, querySelector, css2);
1586
+ }, "qS");
1587
+ proto2.querySelectorAll = /* @__PURE__ */ __name(function qSA(css2) {
1588
+ return find2(this, querySelectorAll2, css2);
1589
+ }, "qSA");
1590
+ function find2(node2, method, css2) {
1591
+ if (node2.type != document2.ELEMENT_NODE)
1592
+ return method.call(node2, css2);
1593
+ node2.setAttribute(dataScope, null);
1594
+ var result = method.call(
1595
+ node2,
1596
+ String(css2).replace(
1597
+ /(^|,\s*)(:scope([ >]|$))/g,
1598
+ function($0, $1, $2, $3) {
1599
+ return $1 + "[" + dataScope + "]" + ($3 || " ");
1600
+ }
1601
+ )
1602
+ );
1603
+ node2.removeAttribute(dataScope);
1604
+ return result;
1605
+ }
1606
+ __name(find2, "find");
1607
+ })();
1608
+ }
1609
+ })(window);
1610
+ (function(global2) {
1611
+ var DOMMap = global2.WeakMap || function() {
1612
+ var counter3 = 0, dispatched = false, drop2 = false, value;
1613
+ function dispatch(key2, ce2, shouldDrop) {
1614
+ drop2 = shouldDrop;
1615
+ dispatched = false;
1616
+ value = void 0;
1617
+ key2.dispatchEvent(ce2);
1618
+ }
1619
+ __name(dispatch, "dispatch");
1620
+ function Handler(value2) {
1621
+ this.value = value2;
1622
+ }
1623
+ __name(Handler, "Handler");
1624
+ Handler.prototype.handleEvent = /* @__PURE__ */ __name(function handleEvent2(e2) {
1625
+ dispatched = true;
1626
+ if (drop2) {
1627
+ e2.currentTarget.removeEventListener(e2.type, this, false);
1628
+ } else {
1629
+ value = this.value;
1630
+ }
1631
+ }, "handleEvent");
1632
+ function DOMMap2() {
1633
+ counter3++;
1634
+ this.__ce__ = new Event2("@DOMMap:" + counter3 + Math.random());
1635
+ }
1636
+ __name(DOMMap2, "DOMMap");
1637
+ DOMMap2.prototype = {
1638
+ "constructor": DOMMap2,
1639
+ "delete": /* @__PURE__ */ __name(function del(key2) {
1640
+ return dispatch(key2, this.__ce__, true), dispatched;
1641
+ }, "del"),
1642
+ "get": /* @__PURE__ */ __name(function get2(key2) {
1643
+ dispatch(key2, this.__ce__, false);
1644
+ var v2 = value;
1645
+ value = void 0;
1646
+ return v2;
1647
+ }, "get"),
1648
+ "has": /* @__PURE__ */ __name(function has2(key2) {
1649
+ return dispatch(key2, this.__ce__, false), dispatched;
1650
+ }, "has"),
1651
+ "set": /* @__PURE__ */ __name(function set2(key2, value2) {
1652
+ dispatch(key2, this.__ce__, true);
1653
+ key2.addEventListener(this.__ce__.type, new Handler(value2), false);
1654
+ return this;
1655
+ }, "set")
1656
+ };
1657
+ return DOMMap2;
1658
+ }();
1659
+ function Dict() {
1660
+ }
1661
+ __name(Dict, "Dict");
1662
+ Dict.prototype = (Object.create || Object)(null);
1663
+ function createEventListener(type2, callback2, options) {
1664
+ function eventListener(e2) {
1665
+ if (eventListener.once) {
1666
+ e2.currentTarget.removeEventListener(
1667
+ e2.type,
1668
+ callback2,
1669
+ eventListener
1670
+ );
1671
+ eventListener.removed = true;
1672
+ }
1673
+ if (eventListener.passive) {
1674
+ e2.preventDefault = createEventListener.preventDefault;
1675
+ }
1676
+ if (typeof eventListener.callback === "function") {
1677
+ eventListener.callback.call(this, e2);
1678
+ } else if (eventListener.callback) {
1679
+ eventListener.callback.handleEvent(e2);
1680
+ }
1681
+ if (eventListener.passive) {
1682
+ delete e2.preventDefault;
1683
+ }
1684
+ }
1685
+ __name(eventListener, "eventListener");
1686
+ eventListener.type = type2;
1687
+ eventListener.callback = callback2;
1688
+ eventListener.capture = !!options.capture;
1689
+ eventListener.passive = !!options.passive;
1690
+ eventListener.once = !!options.once;
1691
+ eventListener.removed = false;
1692
+ return eventListener;
1693
+ }
1694
+ __name(createEventListener, "createEventListener");
1695
+ createEventListener.preventDefault = /* @__PURE__ */ __name(function preventDefault2() {
1696
+ }, "preventDefault");
1697
+ var Event2 = global2.CustomEvent, dE = global2.dispatchEvent, aEL = global2.addEventListener, rEL = global2.removeEventListener, counter2 = 0, increment2 = /* @__PURE__ */ __name(function() {
1698
+ counter2++;
1699
+ }, "increment"), indexOf2 = [].indexOf || /* @__PURE__ */ __name(function indexOf3(value) {
1700
+ var length = this.length;
1701
+ while (length--) {
1702
+ if (this[length] === value) {
1703
+ break;
1704
+ }
1705
+ }
1706
+ return length;
1707
+ }, "indexOf"), getListenerKey = /* @__PURE__ */ __name(function(options) {
1708
+ return "".concat(
1709
+ options.capture ? "1" : "0",
1710
+ options.passive ? "1" : "0",
1711
+ options.once ? "1" : "0"
1712
+ );
1713
+ }, "getListenerKey"), augment;
1714
+ try {
1715
+ aEL("_", increment2, { once: true });
1716
+ dE(new Event2("_"));
1717
+ dE(new Event2("_"));
1718
+ rEL("_", increment2, { once: true });
1719
+ } catch (o_O) {
1720
+ }
1721
+ if (counter2 !== 1) {
1722
+ (function() {
1723
+ var dm = new DOMMap();
1724
+ function createAEL(aEL2) {
1725
+ return /* @__PURE__ */ __name(function addEventListener(type2, handler, options) {
1726
+ if (options && typeof options !== "boolean") {
1727
+ var info = dm.get(this), key2 = getListenerKey(options), i2, tmp, wrap2;
1728
+ if (!info)
1729
+ dm.set(this, info = new Dict());
1730
+ if (!(type2 in info))
1731
+ info[type2] = {
1732
+ handler: [],
1733
+ wrap: []
1734
+ };
1735
+ tmp = info[type2];
1736
+ i2 = indexOf2.call(tmp.handler, handler);
1737
+ if (i2 < 0) {
1738
+ i2 = tmp.handler.push(handler) - 1;
1739
+ tmp.wrap[i2] = wrap2 = new Dict();
1740
+ } else {
1741
+ wrap2 = tmp.wrap[i2];
1742
+ }
1743
+ if (!(key2 in wrap2)) {
1744
+ wrap2[key2] = createEventListener(type2, handler, options);
1745
+ aEL2.call(this, type2, wrap2[key2], wrap2[key2].capture);
1746
+ }
1747
+ } else {
1748
+ aEL2.call(this, type2, handler, options);
1749
+ }
1750
+ }, "addEventListener");
1751
+ }
1752
+ __name(createAEL, "createAEL");
1753
+ function createREL(rEL2) {
1754
+ return /* @__PURE__ */ __name(function removeEventListener(type2, handler, options) {
1755
+ if (options && typeof options !== "boolean") {
1756
+ var info = dm.get(this), key2, i2, tmp, wrap2;
1757
+ if (info && type2 in info) {
1758
+ tmp = info[type2];
1759
+ i2 = indexOf2.call(tmp.handler, handler);
1760
+ if (-1 < i2) {
1761
+ key2 = getListenerKey(options);
1762
+ wrap2 = tmp.wrap[i2];
1763
+ if (key2 in wrap2) {
1764
+ rEL2.call(this, type2, wrap2[key2], wrap2[key2].capture);
1765
+ delete wrap2[key2];
1766
+ for (key2 in wrap2)
1767
+ return;
1768
+ tmp.handler.splice(i2, 1);
1769
+ tmp.wrap.splice(i2, 1);
1770
+ if (tmp.handler.length === 0)
1771
+ delete info[type2];
1772
+ }
1773
+ }
1774
+ }
1775
+ } else {
1776
+ rEL2.call(this, type2, handler, options);
1777
+ }
1778
+ }, "removeEventListener");
1779
+ }
1780
+ __name(createREL, "createREL");
1781
+ augment = /* @__PURE__ */ __name(function(Constructor) {
1782
+ if (!Constructor)
1783
+ return;
1784
+ var proto2 = Constructor.prototype;
1785
+ proto2.addEventListener = createAEL(proto2.addEventListener);
1786
+ proto2.removeEventListener = createREL(proto2.removeEventListener);
1787
+ }, "augment");
1788
+ if (global2.EventTarget) {
1789
+ augment(EventTarget);
1790
+ } else {
1791
+ augment(global2.Text);
1792
+ augment(global2.Element || global2.HTMLElement);
1793
+ augment(global2.HTMLDocument);
1794
+ augment(global2.Window || { prototype: global2 });
1795
+ augment(global2.XMLHttpRequest);
1796
+ }
1797
+ })();
1798
+ }
1799
+ })(self);
1800
+ return dom4_max;
1801
+ }
1802
+ __name(requireDom4_max, "requireDom4_max");
1803
+ if (typeof commonjsRequire !== "undefined" && typeof window !== "undefined" && typeof document !== "undefined") {
1804
+ requireDom4_max();
956
1805
  }
957
1806
  function isRefObject(value) {
958
1807
  return value != null && typeof value !== "function";
@@ -9198,21 +10047,21 @@ var __async = (__this, __arguments, generator) => {
9198
10047
  }, _typeof$7(o2);
9199
10048
  }
9200
10049
  __name(_typeof$7, "_typeof$7");
9201
- function toPrimitive$3(t2, r2) {
10050
+ function toPrimitive$4(t2, r2) {
9202
10051
  if ("object" != _typeof$7(t2) || !t2)
9203
10052
  return t2;
9204
10053
  var e2 = t2[Symbol.toPrimitive];
9205
10054
  if (void 0 !== e2) {
9206
- var i2 = e2.call(t2, r2);
10055
+ var i2 = e2.call(t2, r2 || "default");
9207
10056
  if ("object" != _typeof$7(i2))
9208
10057
  return i2;
9209
10058
  throw new TypeError("@@toPrimitive must return a primitive value.");
9210
10059
  }
9211
- return String(t2);
10060
+ return ("string" === r2 ? String : Number)(t2);
9212
10061
  }
9213
- __name(toPrimitive$3, "toPrimitive$3");
10062
+ __name(toPrimitive$4, "toPrimitive$4");
9214
10063
  function toPropertyKey(t2) {
9215
- var i2 = toPrimitive$3(t2, "string");
10064
+ var i2 = toPrimitive$4(t2, "string");
9216
10065
  return "symbol" == _typeof$7(i2) ? i2 : String(i2);
9217
10066
  }
9218
10067
  __name(toPropertyKey, "toPropertyKey");
@@ -9232,7 +10081,7 @@ var __async = (__this, __arguments, generator) => {
9232
10081
  }
9233
10082
  __name(_defineProperty$d, "_defineProperty$d");
9234
10083
  var toStr$5 = Object.prototype.toString;
9235
- var isArguments$8 = /* @__PURE__ */ __name(function isArguments2(value) {
10084
+ var isArguments$9 = /* @__PURE__ */ __name(function isArguments2(value) {
9236
10085
  var str = toStr$5.call(value);
9237
10086
  var isArgs2 = str === "[object Arguments]";
9238
10087
  if (!isArgs2) {
@@ -9250,7 +10099,7 @@ var __async = (__this, __arguments, generator) => {
9250
10099
  if (!Object.keys) {
9251
10100
  var has2 = Object.prototype.hasOwnProperty;
9252
10101
  var toStr2 = Object.prototype.toString;
9253
- var isArgs2 = isArguments$8;
10102
+ var isArgs2 = isArguments$9;
9254
10103
  var isEnumerable2 = Object.prototype.propertyIsEnumerable;
9255
10104
  var hasDontEnumBug = !isEnumerable2.call({ toString: null }, "toString");
9256
10105
  var hasProtoEnumBug = isEnumerable2.call(function() {
@@ -9364,7 +10213,7 @@ var __async = (__this, __arguments, generator) => {
9364
10213
  }
9365
10214
  __name(requireImplementation, "requireImplementation");
9366
10215
  var slice$1 = Array.prototype.slice;
9367
- var isArgs = isArguments$8;
10216
+ var isArgs = isArguments$9;
9368
10217
  var origKeys = Object.keys;
9369
10218
  var keysShim = origKeys ? /* @__PURE__ */ __name(function keys2(o2) {
9370
10219
  return origKeys(o2);
@@ -9487,7 +10336,7 @@ var __async = (__this, __arguments, generator) => {
9487
10336
  }, "concatty");
9488
10337
  var slicy = /* @__PURE__ */ __name(function slicy2(arrLike, offset2) {
9489
10338
  var arr = [];
9490
- for (var i2 = offset2, j2 = 0; i2 < arrLike.length; i2 += 1, j2 += 1) {
10339
+ for (var i2 = offset2 || 0, j2 = 0; i2 < arrLike.length; i2 += 1, j2 += 1) {
9491
10340
  arr[j2] = arrLike[i2];
9492
10341
  }
9493
10342
  return arr;
@@ -10035,7 +10884,7 @@ var __async = (__this, __arguments, generator) => {
10035
10884
  return isStandardArguments(arguments);
10036
10885
  }();
10037
10886
  isStandardArguments.isLegacyArguments = isLegacyArguments;
10038
- var isArguments$7 = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
10887
+ var isArguments$8 = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
10039
10888
  var keys$e = objectKeys$1;
10040
10889
  var hasSymbols = typeof Symbol === "function" && typeof Symbol("foo") === "symbol";
10041
10890
  var toStr$3 = Object.prototype.toString;
@@ -10329,7 +11178,7 @@ var __async = (__this, __arguments, generator) => {
10329
11178
  return hasToStringTag ? tryDateObject(value) : toStr$2.call(value) === dateClass;
10330
11179
  }, "isDateObject");
10331
11180
  var objectKeys = objectKeys$1;
10332
- var isArguments$6 = isArguments$7;
11181
+ var isArguments$7 = isArguments$8;
10333
11182
  var is$3 = objectIs;
10334
11183
  var isRegex = isRegex$1;
10335
11184
  var flags$1 = regexp_prototype_flags;
@@ -10350,7 +11199,7 @@ var __async = (__this, __arguments, generator) => {
10350
11199
  return value === null || value === void 0;
10351
11200
  }
10352
11201
  __name(isUndefinedOrNull, "isUndefinedOrNull");
10353
- function isBuffer$9(x2) {
11202
+ function isBuffer$a(x2) {
10354
11203
  if (!x2 || typeof x2 !== "object" || typeof x2.length !== "number") {
10355
11204
  return false;
10356
11205
  }
@@ -10362,7 +11211,7 @@ var __async = (__this, __arguments, generator) => {
10362
11211
  }
10363
11212
  return true;
10364
11213
  }
10365
- __name(isBuffer$9, "isBuffer$9");
11214
+ __name(isBuffer$a, "isBuffer$a");
10366
11215
  function objEquiv(a2, b3, opts2) {
10367
11216
  var i2, key2;
10368
11217
  if (typeof a2 !== typeof b3) {
@@ -10374,7 +11223,7 @@ var __async = (__this, __arguments, generator) => {
10374
11223
  if (a2.prototype !== b3.prototype) {
10375
11224
  return false;
10376
11225
  }
10377
- if (isArguments$6(a2) !== isArguments$6(b3)) {
11226
+ if (isArguments$7(a2) !== isArguments$7(b3)) {
10378
11227
  return false;
10379
11228
  }
10380
11229
  var aIsRegex = isRegex(a2);
@@ -10388,8 +11237,8 @@ var __async = (__this, __arguments, generator) => {
10388
11237
  if (isDate$2(a2) && isDate$2(b3)) {
10389
11238
  return getTime.call(a2) === getTime.call(b3);
10390
11239
  }
10391
- var aIsBuffer = isBuffer$9(a2);
10392
- var bIsBuffer = isBuffer$9(b3);
11240
+ var aIsBuffer = isBuffer$a(a2);
11241
+ var bIsBuffer = isBuffer$a(b3);
10393
11242
  if (aIsBuffer !== bIsBuffer) {
10394
11243
  return false;
10395
11244
  }
@@ -12039,6 +12888,7 @@ var __async = (__this, __arguments, generator) => {
12039
12888
  Popper$1.Utils = (typeof window !== "undefined" ? window : global).PopperUtils;
12040
12889
  Popper$1.placements = placements$1;
12041
12890
  Popper$1.Defaults = Defaults;
12891
+ const Popper$2 = Popper$1;
12042
12892
  var lib$a = { exports: {} };
12043
12893
  var implementation = { exports: {} };
12044
12894
  var propTypes$1 = { exports: {} };
@@ -12431,7 +13281,7 @@ var __async = (__this, __arguments, generator) => {
12431
13281
  var referenceElement = _this.props.referenceElement;
12432
13282
  if (!referenceElement || !popperNode)
12433
13283
  return;
12434
- _this.popperInstance = new Popper$1(referenceElement, popperNode, _this.getOptions());
13284
+ _this.popperInstance = new Popper$2(referenceElement, popperNode, _this.getOptions());
12435
13285
  });
12436
13286
  _defineProperty$d(_assertThisInitialized$3(_assertThisInitialized$3(_this)), "scheduleUpdate", function() {
12437
13287
  if (_this.popperInstance) {
@@ -12479,7 +13329,7 @@ var __async = (__this, __arguments, generator) => {
12479
13329
  referenceElement: void 0,
12480
13330
  positionFixed: false
12481
13331
  });
12482
- Popper$1.placements;
13332
+ Popper$2.placements;
12483
13333
  function Popper(_ref) {
12484
13334
  var referenceElement = _ref.referenceElement, props = _objectWithoutPropertiesLoose$5(_ref, ["referenceElement"]);
12485
13335
  return reactExports.createElement(ManagerReferenceNodeContext.Consumer, null, function(referenceNode) {
@@ -18341,11 +19191,11 @@ var __async = (__this, __arguments, generator) => {
18341
19191
  var keys2 = combo.replace(/\s/g, "").split("+");
18342
19192
  return keys2.map(function(key2) {
18343
19193
  var keyName = Aliases[key2] != null ? Aliases[key2] : key2;
18344
- return keyName === "meta" ? isMac$1() ? "cmd" : "ctrl" : keyName;
19194
+ return keyName === "meta" ? isMac$1(platformOverride) ? "cmd" : "ctrl" : keyName;
18345
19195
  });
18346
19196
  }, "normalizeKeyCombo");
18347
19197
  function isMac$1(platformOverride) {
18348
- var platform = typeof navigator !== "undefined" ? navigator.platform : void 0;
19198
+ var platform = platformOverride != null ? platformOverride : typeof navigator !== "undefined" ? navigator.platform : void 0;
18349
19199
  return platform == null ? false : /Mac|iPod|iPhone|iPad/.test(platform);
18350
19200
  }
18351
19201
  __name(isMac$1, "isMac$1");
@@ -23897,6 +24747,7 @@ var __async = (__this, __arguments, generator) => {
23897
24747
  */
23898
24748
  validator: PropTypes$1.func
23899
24749
  };
24750
+ const Dropzone$1 = Dropzone;
23900
24751
  var initialState = {
23901
24752
  isFocused: false,
23902
24753
  isFileDialogActive: false,
@@ -25146,10 +25997,10 @@ var __async = (__this, __arguments, generator) => {
25146
25997
  /* istanbul ignore next */
25147
25998
  Object.getOwnPropertyNames
25148
25999
  );
25149
- function toPrimitive$2(value) {
26000
+ function toPrimitive$3(value) {
25150
26001
  return value === null ? null : typeof value === "object" ? "" + value : value;
25151
26002
  }
25152
- __name(toPrimitive$2, "toPrimitive$2");
26003
+ __name(toPrimitive$3, "toPrimitive$3");
25153
26004
  function hasProp(target, prop2) {
25154
26005
  return objectPrototype$2.hasOwnProperty.call(target, prop2);
25155
26006
  }
@@ -25175,6 +26026,8 @@ var __async = (__this, __arguments, generator) => {
25175
26026
  function _createClass$m(Constructor, protoProps, staticProps) {
25176
26027
  if (protoProps)
25177
26028
  _defineProperties$3(Constructor.prototype, protoProps);
26029
+ if (staticProps)
26030
+ _defineProperties$3(Constructor, staticProps);
25178
26031
  Object.defineProperty(Constructor, "prototype", {
25179
26032
  writable: false
25180
26033
  });
@@ -25243,7 +26096,7 @@ var __async = (__this, __arguments, generator) => {
25243
26096
  var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
25244
26097
  if (it)
25245
26098
  return (it = it.call(o2)).next.bind(it);
25246
- if (Array.isArray(o2) || (it = _unsupportedIterableToArray$8(o2)) || allowArrayLike) {
26099
+ if (Array.isArray(o2) || (it = _unsupportedIterableToArray$8(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
25247
26100
  if (it)
25248
26101
  o2 = it;
25249
26102
  var i2 = 0;
@@ -25266,12 +26119,12 @@ var __async = (__this, __arguments, generator) => {
25266
26119
  return input;
25267
26120
  var prim = input[Symbol.toPrimitive];
25268
26121
  if (prim !== void 0) {
25269
- var res = prim.call(input, hint);
26122
+ var res = prim.call(input, hint || "default");
25270
26123
  if (typeof res !== "object")
25271
26124
  return res;
25272
26125
  throw new TypeError("@@toPrimitive must return a primitive value.");
25273
26126
  }
25274
- return String(input);
26127
+ return (hint === "string" ? String : Number)(input);
25275
26128
  }
25276
26129
  __name(_toPrimitive$2, "_toPrimitive$2");
25277
26130
  function _toPropertyKey$1(arg) {
@@ -26166,7 +27019,7 @@ var __async = (__this, __arguments, generator) => {
26166
27019
  return this.name_ + "[" + this.value_ + "]";
26167
27020
  }, "toString2");
26168
27021
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
26169
- return toPrimitive$2(this.get());
27022
+ return toPrimitive$3(this.get());
26170
27023
  }, "valueOf");
26171
27024
  _proto[_Symbol$toPrimitive] = function() {
26172
27025
  return this.valueOf();
@@ -26351,7 +27204,7 @@ var __async = (__this, __arguments, generator) => {
26351
27204
  return this.name_ + "[" + this.derivation.toString() + "]";
26352
27205
  }, "toString2");
26353
27206
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
26354
- return toPrimitive$2(this.get());
27207
+ return toPrimitive$3(this.get());
26355
27208
  }, "valueOf");
26356
27209
  _proto[_Symbol$toPrimitive$1] = function() {
26357
27210
  return this.valueOf();
@@ -27014,7 +27867,7 @@ var __async = (__this, __arguments, generator) => {
27014
27867
  }
27015
27868
  __name(onBecomeUnobserved, "onBecomeUnobserved");
27016
27869
  function interceptHook(hook, thing, arg2, arg3) {
27017
- var atom = getAtom(thing);
27870
+ var atom = typeof arg3 === "function" ? getAtom(thing, arg2) : getAtom(thing);
27018
27871
  var cb2 = isFunction$7(arg3) ? arg3 : arg2;
27019
27872
  var listenersKey = hook + "L";
27020
27873
  if (atom[listenersKey]) {
@@ -27196,6 +28049,12 @@ var __async = (__this, __arguments, generator) => {
27196
28049
  if (!value) {
27197
28050
  return false;
27198
28051
  }
28052
+ if (property2 !== void 0) {
28053
+ if (isObservableObject(value)) {
28054
+ return value[$mobx].values_.has(property2);
28055
+ }
28056
+ return false;
28057
+ }
27199
28058
  return isObservableObject(value) || !!value[$mobx] || isAtom(value) || isReaction(value) || isComputedValue(value);
27200
28059
  }
27201
28060
  __name(_isObservable, "_isObservable");
@@ -28955,6 +29814,9 @@ var __async = (__this, __arguments, generator) => {
28955
29814
  if (!thing) {
28956
29815
  die(29);
28957
29816
  }
29817
+ if (property2 !== void 0) {
29818
+ return getAdministration$1(getAtom(thing, property2));
29819
+ }
28958
29820
  if (isAtom(thing) || isComputedValue(thing) || isReaction(thing)) {
28959
29821
  return thing;
28960
29822
  }
@@ -29387,7 +30249,7 @@ var __async = (__this, __arguments, generator) => {
29387
30249
  if (ReactMemoSymbol && baseComponent["$$typeof"] === ReactMemoSymbol) {
29388
30250
  throw new Error("[mobx-react-lite] You are trying to use `observer` on a function component wrapped in either another `observer` or `React.memo`. The observer already applies 'React.memo' for you.");
29389
30251
  }
29390
- var useForwardRef = (_a2 = void 0) !== null && _a2 !== void 0 ? _a2 : false;
30252
+ var useForwardRef = (_a2 = options === null || options === void 0 ? void 0 : options.forwardRef) !== null && _a2 !== void 0 ? _a2 : false;
29391
30253
  var render2 = baseComponent;
29392
30254
  var baseComponentName = baseComponent.displayName || baseComponent.name;
29393
30255
  if (ReactForwardRefSymbol && baseComponent["$$typeof"] === ReactForwardRefSymbol) {
@@ -30204,6 +31066,7 @@ var __async = (__this, __arguments, generator) => {
30204
31066
  return false;
30205
31067
  }
30206
31068
  }, "defaultShouldAsyncValidate");
31069
+ const defaultShouldAsyncValidate$1 = defaultShouldAsyncValidate;
30207
31070
  var defaultShouldValidate = /* @__PURE__ */ __name(function defaultShouldValidate2(_ref) {
30208
31071
  var values2 = _ref.values, nextProps = _ref.nextProps, initialRender = _ref.initialRender, lastFieldValidatorKeys = _ref.lastFieldValidatorKeys, fieldValidatorKeys = _ref.fieldValidatorKeys, structure2 = _ref.structure;
30209
31072
  if (initialRender) {
@@ -30211,6 +31074,7 @@ var __async = (__this, __arguments, generator) => {
30211
31074
  }
30212
31075
  return !structure2.deepEqual(values2, nextProps && nextProps.values) || !structure2.deepEqual(lastFieldValidatorKeys, fieldValidatorKeys);
30213
31076
  }, "defaultShouldValidate");
31077
+ const defaultShouldValidate$1 = defaultShouldValidate;
30214
31078
  var defaultShouldError = /* @__PURE__ */ __name(function defaultShouldError2(_ref) {
30215
31079
  var values2 = _ref.values, nextProps = _ref.nextProps, initialRender = _ref.initialRender, lastFieldValidatorKeys = _ref.lastFieldValidatorKeys, fieldValidatorKeys = _ref.fieldValidatorKeys, structure2 = _ref.structure;
30216
31080
  if (initialRender) {
@@ -30218,6 +31082,7 @@ var __async = (__this, __arguments, generator) => {
30218
31082
  }
30219
31083
  return !structure2.deepEqual(values2, nextProps && nextProps.values) || !structure2.deepEqual(lastFieldValidatorKeys, fieldValidatorKeys);
30220
31084
  }, "defaultShouldError");
31085
+ const defaultShouldError$1 = defaultShouldError;
30221
31086
  var defaultShouldWarn = /* @__PURE__ */ __name(function defaultShouldWarn2(_ref) {
30222
31087
  var values2 = _ref.values, nextProps = _ref.nextProps, initialRender = _ref.initialRender, lastFieldValidatorKeys = _ref.lastFieldValidatorKeys, fieldValidatorKeys = _ref.fieldValidatorKeys, structure2 = _ref.structure;
30223
31088
  if (initialRender) {
@@ -30225,6 +31090,7 @@ var __async = (__this, __arguments, generator) => {
30225
31090
  }
30226
31091
  return !structure2.deepEqual(values2, nextProps && nextProps.values) || !structure2.deepEqual(lastFieldValidatorKeys, fieldValidatorKeys);
30227
31092
  }, "defaultShouldWarn");
31093
+ const defaultShouldWarn$1 = defaultShouldWarn;
30228
31094
  var FormName = /* @__PURE__ */ __name(function FormName2(_ref) {
30229
31095
  var children = _ref.children, _reduxForm = _ref._reduxForm;
30230
31096
  return children({
@@ -30237,6 +31103,7 @@ var __async = (__this, __arguments, generator) => {
30237
31103
  var sectionPrefix = _ref._reduxForm.sectionPrefix;
30238
31104
  return sectionPrefix ? sectionPrefix + "." + name2 : name2;
30239
31105
  }, "formatName");
31106
+ const prefixName = formatName;
30240
31107
  var reactIs$3 = { exports: {} };
30241
31108
  var reactIs_production_min$2 = {};
30242
31109
  /** @license React v16.13.1
@@ -30347,6 +31214,7 @@ var __async = (__this, __arguments, generator) => {
30347
31214
  }
30348
31215
  return null;
30349
31216
  }, "validateComponentProp");
31217
+ const validateComponentProp$1 = validateComponentProp;
30350
31218
  function _classCallCheck$p(instance, Constructor) {
30351
31219
  if (!(instance instanceof Constructor)) {
30352
31220
  throw new TypeError("Cannot call a class as a function");
@@ -30454,6 +31322,8 @@ var __async = (__this, __arguments, generator) => {
30454
31322
  function _createClass$l(Constructor, protoProps, staticProps) {
30455
31323
  if (protoProps)
30456
31324
  _defineProperties$2(Constructor.prototype, protoProps);
31325
+ if (staticProps)
31326
+ _defineProperties$2(Constructor, staticProps);
30457
31327
  Object.defineProperty(Constructor, "prototype", {
30458
31328
  writable: false
30459
31329
  });
@@ -31580,6 +32450,7 @@ ${latestSubscriptionCallbackError.current.stack}
31580
32450
  copy2[index2] = value;
31581
32451
  return copy2;
31582
32452
  }, "splice");
32453
+ const splice$5 = splice$4;
31583
32454
  function arrayMap$7(array, iteratee) {
31584
32455
  var index2 = -1, length = array == null ? 0 : array.length, result = Array(length);
31585
32456
  while (++index2 < length) {
@@ -32073,6 +32944,7 @@ ${latestSubscriptionCallbackError.current.stack}
32073
32944
  }
32074
32945
  return result;
32075
32946
  }, "getIn");
32947
+ const getIn$1 = getIn;
32076
32948
  var setInWithPath = /* @__PURE__ */ __name(function setInWithPath2(state2, value, path2, pathIndex) {
32077
32949
  var _extends2;
32078
32950
  if (pathIndex >= path2.length) {
@@ -32100,6 +32972,7 @@ ${latestSubscriptionCallbackError.current.stack}
32100
32972
  var setIn = /* @__PURE__ */ __name(function setIn2(state2, field, value) {
32101
32973
  return setInWithPath(state2, value, _toPath(field), 0);
32102
32974
  }, "setIn");
32975
+ const setIn$1 = setIn;
32103
32976
  function isNil$1(value) {
32104
32977
  return value == null;
32105
32978
  }
@@ -32389,19 +33262,19 @@ ${latestSubscriptionCallbackError.current.stack}
32389
33262
  var objectProto$u = Object.prototype;
32390
33263
  var hasOwnProperty$u = objectProto$u.hasOwnProperty;
32391
33264
  var propertyIsEnumerable$2 = objectProto$u.propertyIsEnumerable;
32392
- var isArguments$5 = baseIsArguments$1(/* @__PURE__ */ function() {
33265
+ var isArguments$6 = baseIsArguments$1(/* @__PURE__ */ function() {
32393
33266
  return arguments;
32394
33267
  }()) ? baseIsArguments$1 : function(value) {
32395
33268
  return isObjectLike$a(value) && hasOwnProperty$u.call(value, "callee") && !propertyIsEnumerable$2.call(value, "callee");
32396
33269
  };
32397
- var isArguments_1 = isArguments$5;
32398
- var isBuffer$8 = { exports: {} };
33270
+ var isArguments_1 = isArguments$6;
33271
+ var isBuffer$9 = { exports: {} };
32399
33272
  function stubFalse$1() {
32400
33273
  return false;
32401
33274
  }
32402
33275
  __name(stubFalse$1, "stubFalse$1");
32403
33276
  var stubFalse_1 = stubFalse$1;
32404
- isBuffer$8.exports;
33277
+ isBuffer$9.exports;
32405
33278
  (function(module2, exports3) {
32406
33279
  var root2 = _root, stubFalse2 = stubFalse_1;
32407
33280
  var freeExports2 = exports3 && !exports3.nodeType && exports3;
@@ -32411,8 +33284,8 @@ ${latestSubscriptionCallbackError.current.stack}
32411
33284
  var nativeIsBuffer2 = Buffer2 ? Buffer2.isBuffer : void 0;
32412
33285
  var isBuffer2 = nativeIsBuffer2 || stubFalse2;
32413
33286
  module2.exports = isBuffer2;
32414
- })(isBuffer$8, isBuffer$8.exports);
32415
- var isBufferExports = isBuffer$8.exports;
33287
+ })(isBuffer$9, isBuffer$9.exports);
33288
+ var isBufferExports = isBuffer$9.exports;
32416
33289
  var MAX_SAFE_INTEGER$5 = 9007199254740991;
32417
33290
  var reIsUint$1 = /^(?:0|[1-9]\d*)$/;
32418
33291
  function isIndex$4(value, length) {
@@ -32469,13 +33342,13 @@ ${latestSubscriptionCallbackError.current.stack}
32469
33342
  var _nodeUtilExports = _nodeUtil.exports;
32470
33343
  var baseIsTypedArray$1 = _baseIsTypedArray, baseUnary$5 = _baseUnary, nodeUtil$3 = _nodeUtilExports;
32471
33344
  var nodeIsTypedArray$1 = nodeUtil$3 && nodeUtil$3.isTypedArray;
32472
- var isTypedArray$4 = nodeIsTypedArray$1 ? baseUnary$5(nodeIsTypedArray$1) : baseIsTypedArray$1;
32473
- var isTypedArray_1 = isTypedArray$4;
32474
- var baseTimes$1 = _baseTimes, isArguments$4 = isArguments_1, isArray$n = isArray_1, isBuffer$7 = isBufferExports, isIndex$3 = _isIndex, isTypedArray$3 = isTypedArray_1;
33345
+ var isTypedArray$5 = nodeIsTypedArray$1 ? baseUnary$5(nodeIsTypedArray$1) : baseIsTypedArray$1;
33346
+ var isTypedArray_1 = isTypedArray$5;
33347
+ var baseTimes$1 = _baseTimes, isArguments$5 = isArguments_1, isArray$n = isArray_1, isBuffer$8 = isBufferExports, isIndex$3 = _isIndex, isTypedArray$4 = isTypedArray_1;
32475
33348
  var objectProto$t = Object.prototype;
32476
33349
  var hasOwnProperty$t = objectProto$t.hasOwnProperty;
32477
33350
  function arrayLikeKeys$3(value, inherited) {
32478
- var isArr = isArray$n(value), isArg = !isArr && isArguments$4(value), isBuff = !isArr && !isArg && isBuffer$7(value), isType2 = !isArr && !isArg && !isBuff && isTypedArray$3(value), skipIndexes = isArr || isArg || isBuff || isType2, result = skipIndexes ? baseTimes$1(value.length, String) : [], length = result.length;
33351
+ var isArr = isArray$n(value), isArg = !isArr && isArguments$5(value), isBuff = !isArr && !isArg && isBuffer$8(value), isType2 = !isArr && !isArg && !isBuff && isTypedArray$4(value), skipIndexes = isArr || isArg || isBuff || isType2, result = skipIndexes ? baseTimes$1(value.length, String) : [], length = result.length;
32479
33352
  for (var key2 in value) {
32480
33353
  if ((inherited || hasOwnProperty$t.call(value, key2)) && !(skipIndexes && // Safari 9 has enumerable `arguments.length` in strict mode.
32481
33354
  (key2 == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
@@ -32606,9 +33479,9 @@ ${latestSubscriptionCallbackError.current.stack}
32606
33479
  var mapTag$b = "[object Map]", objectTag$8 = "[object Object]", promiseTag$1 = "[object Promise]", setTag$b = "[object Set]", weakMapTag$4 = "[object WeakMap]";
32607
33480
  var dataViewTag$7 = "[object DataView]";
32608
33481
  var dataViewCtorString$1 = toSource$1(DataView$2), mapCtorString$1 = toSource$1(Map$2), promiseCtorString$1 = toSource$1(Promise$3), setCtorString$1 = toSource$1(Set$2), weakMapCtorString$1 = toSource$1(WeakMap$2);
32609
- var getTag$6 = baseGetTag$4;
32610
- if (DataView$2 && getTag$6(new DataView$2(new ArrayBuffer(1))) != dataViewTag$7 || Map$2 && getTag$6(new Map$2()) != mapTag$b || Promise$3 && getTag$6(Promise$3.resolve()) != promiseTag$1 || Set$2 && getTag$6(new Set$2()) != setTag$b || WeakMap$2 && getTag$6(new WeakMap$2()) != weakMapTag$4) {
32611
- getTag$6 = /* @__PURE__ */ __name(function(value) {
33482
+ var getTag$7 = baseGetTag$4;
33483
+ if (DataView$2 && getTag$7(new DataView$2(new ArrayBuffer(1))) != dataViewTag$7 || Map$2 && getTag$7(new Map$2()) != mapTag$b || Promise$3 && getTag$7(Promise$3.resolve()) != promiseTag$1 || Set$2 && getTag$7(new Set$2()) != setTag$b || WeakMap$2 && getTag$7(new WeakMap$2()) != weakMapTag$4) {
33484
+ getTag$7 = /* @__PURE__ */ __name(function(value) {
32612
33485
  var result = baseGetTag$4(value), Ctor = result == objectTag$8 ? value.constructor : void 0, ctorString = Ctor ? toSource$1(Ctor) : "";
32613
33486
  if (ctorString) {
32614
33487
  switch (ctorString) {
@@ -32625,21 +33498,21 @@ ${latestSubscriptionCallbackError.current.stack}
32625
33498
  }
32626
33499
  }
32627
33500
  return result;
32628
- }, "getTag$6");
33501
+ }, "getTag$7");
32629
33502
  }
32630
- var _getTag = getTag$6;
32631
- var Stack$4 = _Stack, equalArrays$1 = _equalArrays, equalByTag$1 = _equalByTag, equalObjects$1 = _equalObjects, getTag$5 = _getTag, isArray$m = isArray_1, isBuffer$6 = isBufferExports, isTypedArray$2 = isTypedArray_1;
33503
+ var _getTag = getTag$7;
33504
+ var Stack$4 = _Stack, equalArrays$1 = _equalArrays, equalByTag$1 = _equalByTag, equalObjects$1 = _equalObjects, getTag$6 = _getTag, isArray$m = isArray_1, isBuffer$7 = isBufferExports, isTypedArray$3 = isTypedArray_1;
32632
33505
  var COMPARE_PARTIAL_FLAG$8 = 1;
32633
33506
  var argsTag$5 = "[object Arguments]", arrayTag$4 = "[object Array]", objectTag$7 = "[object Object]";
32634
33507
  var objectProto$p = Object.prototype;
32635
33508
  var hasOwnProperty$q = objectProto$p.hasOwnProperty;
32636
33509
  function baseIsEqualDeep$2(object2, other, bitmask, customizer2, equalFunc, stack) {
32637
- var objIsArr = isArray$m(object2), othIsArr = isArray$m(other), objTag = objIsArr ? arrayTag$4 : getTag$5(object2), othTag = othIsArr ? arrayTag$4 : getTag$5(other);
33510
+ var objIsArr = isArray$m(object2), othIsArr = isArray$m(other), objTag = objIsArr ? arrayTag$4 : getTag$6(object2), othTag = othIsArr ? arrayTag$4 : getTag$6(other);
32638
33511
  objTag = objTag == argsTag$5 ? objectTag$7 : objTag;
32639
33512
  othTag = othTag == argsTag$5 ? objectTag$7 : othTag;
32640
33513
  var objIsObj = objTag == objectTag$7, othIsObj = othTag == objectTag$7, isSameTag = objTag == othTag;
32641
- if (isSameTag && isBuffer$6(object2)) {
32642
- if (!isBuffer$6(other)) {
33514
+ if (isSameTag && isBuffer$7(object2)) {
33515
+ if (!isBuffer$7(other)) {
32643
33516
  return false;
32644
33517
  }
32645
33518
  objIsArr = true;
@@ -32647,7 +33520,7 @@ ${latestSubscriptionCallbackError.current.stack}
32647
33520
  }
32648
33521
  if (isSameTag && !objIsObj) {
32649
33522
  stack || (stack = new Stack$4());
32650
- return objIsArr || isTypedArray$2(object2) ? equalArrays$1(object2, other, bitmask, customizer2, equalFunc, stack) : equalByTag$1(object2, other, objTag, bitmask, customizer2, equalFunc, stack);
33523
+ return objIsArr || isTypedArray$3(object2) ? equalArrays$1(object2, other, bitmask, customizer2, equalFunc, stack) : equalByTag$1(object2, other, objTag, bitmask, customizer2, equalFunc, stack);
32651
33524
  }
32652
33525
  if (!(bitmask & COMPARE_PARTIAL_FLAG$8)) {
32653
33526
  var objIsWrapped = objIsObj && hasOwnProperty$q.call(object2, "__wrapped__"), othIsWrapped = othIsObj && hasOwnProperty$q.call(other, "__wrapped__");
@@ -32758,6 +33631,7 @@ ${latestSubscriptionCallbackError.current.stack}
32758
33631
  var deleteIn = /* @__PURE__ */ __name(function deleteIn2(state2, field) {
32759
33632
  return deleteInWithPath.apply(void 0, [state2].concat(_toPath(field)));
32760
33633
  }, "deleteIn");
33634
+ const deleteIn$1 = deleteIn;
32761
33635
  function keys$b(value) {
32762
33636
  if (!value) {
32763
33637
  return [];
@@ -32774,10 +33648,10 @@ ${latestSubscriptionCallbackError.current.stack}
32774
33648
  allowsArrayErrors: true,
32775
33649
  empty: {},
32776
33650
  emptyList: [],
32777
- getIn,
32778
- setIn,
33651
+ getIn: getIn$1,
33652
+ setIn: setIn$1,
32779
33653
  deepEqual,
32780
- deleteIn,
33654
+ deleteIn: deleteIn$1,
32781
33655
  forEach: /* @__PURE__ */ __name(function forEach2(items, callback2) {
32782
33656
  return items.forEach(callback2);
32783
33657
  }, "forEach"),
@@ -32791,7 +33665,7 @@ ${latestSubscriptionCallbackError.current.stack}
32791
33665
  some: /* @__PURE__ */ __name(function some2(items, callback2) {
32792
33666
  return items.some(callback2);
32793
33667
  }, "some"),
32794
- splice: splice$4,
33668
+ splice: splice$5,
32795
33669
  equals: /* @__PURE__ */ __name(function equals(a2, b3) {
32796
33670
  return b3.every(function(val2) {
32797
33671
  return ~a2.indexOf(val2);
@@ -33006,7 +33880,7 @@ ${latestSubscriptionCallbackError.current.stack}
33006
33880
  return ConnectedField2;
33007
33881
  }(reactExports.Component);
33008
33882
  ConnectedField.propTypes = {
33009
- component: validateComponentProp,
33883
+ component: validateComponentProp$1,
33010
33884
  props: PropTypes$1.object
33011
33885
  };
33012
33886
  var connector = connect(function(state2, ownProps) {
@@ -33090,8 +33964,8 @@ ${latestSubscriptionCallbackError.current.stack}
33090
33964
  }, "shouldComponentUpdate");
33091
33965
  _proto.componentDidUpdate = /* @__PURE__ */ __name(function componentDidUpdate(prevProps) {
33092
33966
  var _this3 = this;
33093
- var oldName = formatName(prevProps, prevProps.name);
33094
- var newName = formatName(this.props, this.props.name);
33967
+ var oldName = prefixName(prevProps, prevProps.name);
33968
+ var newName = prefixName(this.props, this.props.name);
33095
33969
  if (oldName !== newName || // use deepEqual here because they could be a function or an array of functions
33096
33970
  !structure.deepEqual(prevProps.validate, this.props.validate) || !structure.deepEqual(prevProps.warn, this.props.warn)) {
33097
33971
  this.props._reduxForm.unregister(oldName);
@@ -33119,7 +33993,7 @@ ${latestSubscriptionCallbackError.current.stack}
33119
33993
  _createClass$l(Field3, [{
33120
33994
  key: "name",
33121
33995
  get: /* @__PURE__ */ __name(function get2() {
33122
- return formatName(this.props, this.props.name);
33996
+ return prefixName(this.props, this.props.name);
33123
33997
  }, "get")
33124
33998
  }, {
33125
33999
  key: "dirty",
@@ -33141,7 +34015,7 @@ ${latestSubscriptionCallbackError.current.stack}
33141
34015
  }(reactExports.Component);
33142
34016
  Field2.propTypes = {
33143
34017
  name: PropTypes$1.string.isRequired,
33144
- component: validateComponentProp,
34018
+ component: validateComponentProp$1,
33145
34019
  format: PropTypes$1.func,
33146
34020
  normalize: PropTypes$1.func,
33147
34021
  onBlur: PropTypes$1.func,
@@ -33329,7 +34203,7 @@ ${latestSubscriptionCallbackError.current.stack}
33329
34203
  }
33330
34204
  __name(baseHasIn$2, "baseHasIn$2");
33331
34205
  var _baseHasIn = baseHasIn$2;
33332
- var castPath$3 = _castPath, isArguments$3 = isArguments_1, isArray$j = isArray_1, isIndex$2 = _isIndex, isLength$2 = isLength_1, toKey$4 = _toKey;
34206
+ var castPath$3 = _castPath, isArguments$4 = isArguments_1, isArray$j = isArray_1, isIndex$2 = _isIndex, isLength$2 = isLength_1, toKey$4 = _toKey;
33333
34207
  function hasPath$2(object2, path2, hasFunc) {
33334
34208
  path2 = castPath$3(path2, object2);
33335
34209
  var index2 = -1, length = path2.length, result = false;
@@ -33344,7 +34218,7 @@ ${latestSubscriptionCallbackError.current.stack}
33344
34218
  return result;
33345
34219
  }
33346
34220
  length = object2 == null ? 0 : object2.length;
33347
- return !!length && isLength$2(length) && isIndex$2(key2, length) && (isArray$j(object2) || isArguments$3(object2));
34221
+ return !!length && isLength$2(length) && isIndex$2(key2, length) && (isArray$j(object2) || isArguments$4(object2));
33348
34222
  }
33349
34223
  __name(hasPath$2, "hasPath$2");
33350
34224
  var _hasPath = hasPath$2;
@@ -33881,7 +34755,7 @@ ${latestSubscriptionCallbackError.current.stack}
33881
34755
  return ConnectedFieldArray2;
33882
34756
  }(reactExports.Component);
33883
34757
  ConnectedFieldArray.propTypes = {
33884
- component: validateComponentProp,
34758
+ component: validateComponentProp$1,
33885
34759
  props: PropTypes$1.object,
33886
34760
  rerenderOnEveryChange: PropTypes$1.bool
33887
34761
  };
@@ -33972,8 +34846,8 @@ ${latestSubscriptionCallbackError.current.stack}
33972
34846
  });
33973
34847
  }, "componentDidMount");
33974
34848
  _proto.componentDidUpdate = /* @__PURE__ */ __name(function componentDidUpdate(prevProps) {
33975
- var oldName = formatName(prevProps, prevProps.name);
33976
- var newName = formatName(this.props, this.props.name);
34849
+ var oldName = prefixName(prevProps, prevProps.name);
34850
+ var newName = prefixName(this.props, this.props.name);
33977
34851
  if (oldName !== newName) {
33978
34852
  this.props._reduxForm.unregister(oldName);
33979
34853
  this.props._reduxForm.register(newName, "FieldArray");
@@ -33995,7 +34869,7 @@ ${latestSubscriptionCallbackError.current.stack}
33995
34869
  _createClass$l(FieldArray3, [{
33996
34870
  key: "name",
33997
34871
  get: /* @__PURE__ */ __name(function get2() {
33998
- return formatName(this.props, this.props.name);
34872
+ return prefixName(this.props, this.props.name);
33999
34873
  }, "get")
34000
34874
  }, {
34001
34875
  key: "dirty",
@@ -34017,7 +34891,7 @@ ${latestSubscriptionCallbackError.current.stack}
34017
34891
  }(reactExports.Component);
34018
34892
  FieldArray2.propTypes = {
34019
34893
  name: PropTypes$1.string.isRequired,
34020
- component: validateComponentProp,
34894
+ component: validateComponentProp$1,
34021
34895
  props: PropTypes$1.object,
34022
34896
  validate: PropTypes$1.oneOfType([PropTypes$1.func, PropTypes$1.arrayOf(PropTypes$1.func)]),
34023
34897
  warn: PropTypes$1.oneOfType([PropTypes$1.func, PropTypes$1.arrayOf(PropTypes$1.func)]),
@@ -34313,7 +35187,7 @@ ${latestSubscriptionCallbackError.current.stack}
34313
35187
  }
34314
35188
  __name(toPlainObject$2, "toPlainObject$2");
34315
35189
  var toPlainObject_1 = toPlainObject$2;
34316
- var assignMergeValue$2 = _assignMergeValue, cloneBuffer$2 = _cloneBufferExports, cloneTypedArray$2 = _cloneTypedArray, copyArray$2 = _copyArray, initCloneObject$2 = _initCloneObject, isArguments$2 = isArguments_1, isArray$h = isArray_1, isArrayLikeObject$2 = isArrayLikeObject_1, isBuffer$5 = isBufferExports, isFunction$2 = isFunction_1, isObject$a = isObject_1, isPlainObject$4 = isPlainObject_1, isTypedArray$1 = isTypedArray_1, safeGet$2 = _safeGet, toPlainObject$1 = toPlainObject_1;
35190
+ var assignMergeValue$2 = _assignMergeValue, cloneBuffer$2 = _cloneBufferExports, cloneTypedArray$2 = _cloneTypedArray, copyArray$2 = _copyArray, initCloneObject$2 = _initCloneObject, isArguments$3 = isArguments_1, isArray$h = isArray_1, isArrayLikeObject$2 = isArrayLikeObject_1, isBuffer$6 = isBufferExports, isFunction$2 = isFunction_1, isObject$a = isObject_1, isPlainObject$4 = isPlainObject_1, isTypedArray$2 = isTypedArray_1, safeGet$2 = _safeGet, toPlainObject$1 = toPlainObject_1;
34317
35191
  function baseMergeDeep$2(object2, source, key2, srcIndex, mergeFunc, customizer2, stack) {
34318
35192
  var objValue = safeGet$2(object2, key2), srcValue = safeGet$2(source, key2), stacked = stack.get(srcValue);
34319
35193
  if (stacked) {
@@ -34323,7 +35197,7 @@ ${latestSubscriptionCallbackError.current.stack}
34323
35197
  var newValue = customizer2 ? customizer2(objValue, srcValue, key2 + "", object2, source, stack) : void 0;
34324
35198
  var isCommon = newValue === void 0;
34325
35199
  if (isCommon) {
34326
- var isArr = isArray$h(srcValue), isBuff = !isArr && isBuffer$5(srcValue), isTyped = !isArr && !isBuff && isTypedArray$1(srcValue);
35200
+ var isArr = isArray$h(srcValue), isBuff = !isArr && isBuffer$6(srcValue), isTyped = !isArr && !isBuff && isTypedArray$2(srcValue);
34327
35201
  newValue = srcValue;
34328
35202
  if (isArr || isBuff || isTyped) {
34329
35203
  if (isArray$h(objValue)) {
@@ -34339,9 +35213,9 @@ ${latestSubscriptionCallbackError.current.stack}
34339
35213
  } else {
34340
35214
  newValue = [];
34341
35215
  }
34342
- } else if (isPlainObject$4(srcValue) || isArguments$2(srcValue)) {
35216
+ } else if (isPlainObject$4(srcValue) || isArguments$3(srcValue)) {
34343
35217
  newValue = objValue;
34344
- if (isArguments$2(objValue)) {
35218
+ if (isArguments$3(objValue)) {
34345
35219
  newValue = toPlainObject$1(objValue);
34346
35220
  } else if (!isObject$a(objValue) || isFunction$2(objValue)) {
34347
35221
  newValue = initCloneObject$2(srcValue);
@@ -34422,7 +35296,7 @@ ${latestSubscriptionCallbackError.current.stack}
34422
35296
  __name(constant$2, "constant$2");
34423
35297
  var constant_1 = constant$2;
34424
35298
  var constant$1 = constant_1, defineProperty$6 = _defineProperty$a, identity$7 = identity_1;
34425
- var baseSetToString$2 = !defineProperty$6 ? identity$7 : function(func, string2) {
35299
+ var baseSetToString$3 = !defineProperty$6 ? identity$7 : function(func, string2) {
34426
35300
  return defineProperty$6(func, "toString", {
34427
35301
  "configurable": true,
34428
35302
  "enumerable": false,
@@ -34430,7 +35304,7 @@ ${latestSubscriptionCallbackError.current.stack}
34430
35304
  "writable": true
34431
35305
  });
34432
35306
  };
34433
- var _baseSetToString = baseSetToString$2;
35307
+ var _baseSetToString = baseSetToString$3;
34434
35308
  var HOT_COUNT$1 = 800, HOT_SPAN$1 = 16;
34435
35309
  var nativeNow$1 = Date.now;
34436
35310
  function shortOut$2(func) {
@@ -34450,8 +35324,8 @@ ${latestSubscriptionCallbackError.current.stack}
34450
35324
  }
34451
35325
  __name(shortOut$2, "shortOut$2");
34452
35326
  var _shortOut = shortOut$2;
34453
- var baseSetToString$1 = _baseSetToString, shortOut$1 = _shortOut;
34454
- var setToString$3 = shortOut$1(baseSetToString$1);
35327
+ var baseSetToString$2 = _baseSetToString, shortOut$1 = _shortOut;
35328
+ var setToString$3 = shortOut$1(baseSetToString$2);
34455
35329
  var _setToString = setToString$3;
34456
35330
  var identity$6 = identity_1, overRest$2 = _overRest, setToString$2 = _setToString;
34457
35331
  function baseRest$4(func, start2) {
@@ -34703,10 +35577,10 @@ ${latestSubscriptionCallbackError.current.stack}
34703
35577
  touchOnChange: false,
34704
35578
  persistentSubmitErrors: false,
34705
35579
  destroyOnUnmount: true,
34706
- shouldAsyncValidate: defaultShouldAsyncValidate,
34707
- shouldValidate: defaultShouldValidate,
34708
- shouldError: defaultShouldError,
34709
- shouldWarn: defaultShouldWarn,
35580
+ shouldAsyncValidate: defaultShouldAsyncValidate$1,
35581
+ shouldValidate: defaultShouldValidate$1,
35582
+ shouldError: defaultShouldError$1,
35583
+ shouldWarn: defaultShouldWarn$1,
34710
35584
  enableReinitialize: false,
34711
35585
  keepDirtyOnReinitialize: false,
34712
35586
  updateUnregisteredFields: false,
@@ -34780,8 +35654,8 @@ ${latestSubscriptionCallbackError.current.stack}
34780
35654
  };
34781
35655
  _this.shouldErrorFunction = function() {
34782
35656
  var _this$props3 = _this.props, shouldValidate = _this$props3.shouldValidate, shouldError = _this$props3.shouldError;
34783
- var shouldValidateOverridden = shouldValidate !== defaultShouldValidate;
34784
- var shouldErrorOverridden = shouldError !== defaultShouldError;
35657
+ var shouldValidateOverridden = shouldValidate !== defaultShouldValidate$1;
35658
+ var shouldErrorOverridden = shouldError !== defaultShouldError$1;
34785
35659
  return shouldValidateOverridden && !shouldErrorOverridden ? shouldValidate : shouldError;
34786
35660
  };
34787
35661
  _this.validateIfNeeded = function(nextProps) {
@@ -34820,8 +35694,8 @@ ${latestSubscriptionCallbackError.current.stack}
34820
35694
  };
34821
35695
  _this.shouldWarnFunction = function() {
34822
35696
  var _this$props6 = _this.props, shouldValidate = _this$props6.shouldValidate, shouldWarn = _this$props6.shouldWarn;
34823
- var shouldValidateOverridden = shouldValidate !== defaultShouldValidate;
34824
- var shouldWarnOverridden = shouldWarn !== defaultShouldWarn;
35697
+ var shouldValidateOverridden = shouldValidate !== defaultShouldValidate$1;
35698
+ var shouldWarnOverridden = shouldWarn !== defaultShouldWarn$1;
34825
35699
  return shouldValidateOverridden && !shouldWarnOverridden ? shouldValidate : shouldWarn;
34826
35700
  };
34827
35701
  _this.warnIfNeeded = function(nextProps) {
@@ -36474,6 +37348,7 @@ ${latestSubscriptionCallbackError.current.stack}
36474
37348
  var pn = an.applyPatches.bind(an);
36475
37349
  an.createDraft.bind(an);
36476
37350
  an.finishDraft.bind(an);
37351
+ const immer = fn;
36477
37352
  var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
36478
37353
  var freeSelf = typeof self == "object" && self && self.Object === Object && self;
36479
37354
  var root$2 = freeGlobal || freeSelf || Function("return this")();
@@ -36757,7 +37632,8 @@ ${latestSubscriptionCallbackError.current.stack}
36757
37632
  "writable": true
36758
37633
  });
36759
37634
  };
36760
- var setToString$1 = shortOut(baseSetToString);
37635
+ const baseSetToString$1 = baseSetToString;
37636
+ var setToString$1 = shortOut(baseSetToString$1);
36761
37637
  function arrayEach$3(array, iteratee) {
36762
37638
  var index2 = -1, length = array == null ? 0 : array.length;
36763
37639
  while (++index2 < length) {
@@ -36769,8 +37645,8 @@ ${latestSubscriptionCallbackError.current.stack}
36769
37645
  }
36770
37646
  __name(arrayEach$3, "arrayEach$3");
36771
37647
  function baseFindIndex$3(array, predicate, fromIndex, fromRight) {
36772
- var length = array.length, index2 = fromIndex + -1;
36773
- while (++index2 < length) {
37648
+ var length = array.length, index2 = fromIndex + (fromRight ? 1 : -1);
37649
+ while (fromRight ? index2-- : ++index2 < length) {
36774
37650
  if (predicate(array[index2], index2, array)) {
36775
37651
  return index2;
36776
37652
  }
@@ -36841,7 +37717,7 @@ ${latestSubscriptionCallbackError.current.stack}
36841
37717
  var index2 = -1, length = props.length;
36842
37718
  while (++index2 < length) {
36843
37719
  var key2 = props[index2];
36844
- var newValue = void 0;
37720
+ var newValue = customizer2 ? customizer2(object2[key2], source[key2], key2, object2, source) : void 0;
36845
37721
  if (newValue === void 0) {
36846
37722
  newValue = source[key2];
36847
37723
  }
@@ -36942,6 +37818,7 @@ ${latestSubscriptionCallbackError.current.stack}
36942
37818
  }()) ? baseIsArguments : function(value) {
36943
37819
  return isObjectLike$5(value) && hasOwnProperty$j.call(value, "callee") && !propertyIsEnumerable$1.call(value, "callee");
36944
37820
  };
37821
+ const isArguments$2 = isArguments$1;
36945
37822
  function stubFalse() {
36946
37823
  return false;
36947
37824
  }
@@ -36952,6 +37829,7 @@ ${latestSubscriptionCallbackError.current.stack}
36952
37829
  var Buffer$4 = moduleExports$2 ? root$2.Buffer : void 0;
36953
37830
  var nativeIsBuffer = Buffer$4 ? Buffer$4.isBuffer : void 0;
36954
37831
  var isBuffer$4 = nativeIsBuffer || stubFalse;
37832
+ const isBuffer$5 = isBuffer$4;
36955
37833
  var argsTag$3 = "[object Arguments]", arrayTag$3 = "[object Array]", boolTag$5 = "[object Boolean]", dateTag$5 = "[object Date]", errorTag$3 = "[object Error]", funcTag$2 = "[object Function]", mapTag$a = "[object Map]", numberTag$7 = "[object Number]", objectTag$5 = "[object Object]", regexpTag$5 = "[object RegExp]", setTag$a = "[object Set]", stringTag$7 = "[object String]", weakMapTag$3 = "[object WeakMap]";
36956
37834
  var arrayBufferTag$5 = "[object ArrayBuffer]", dataViewTag$6 = "[object DataView]", float32Tag$4 = "[object Float32Array]", float64Tag$4 = "[object Float64Array]", int8Tag$4 = "[object Int8Array]", int16Tag$4 = "[object Int16Array]", int32Tag$4 = "[object Int32Array]", uint8Tag$4 = "[object Uint8Array]", uint8ClampedTag$4 = "[object Uint8ClampedArray]", uint16Tag$4 = "[object Uint16Array]", uint32Tag$4 = "[object Uint32Array]";
36957
37835
  var typedArrayTags = {};
@@ -36983,10 +37861,11 @@ ${latestSubscriptionCallbackError.current.stack}
36983
37861
  }();
36984
37862
  var nodeIsTypedArray = nodeUtil$2 && nodeUtil$2.isTypedArray;
36985
37863
  var isTypedArray = nodeIsTypedArray ? baseUnary$4(nodeIsTypedArray) : baseIsTypedArray;
37864
+ const isTypedArray$1 = isTypedArray;
36986
37865
  var objectProto$f = Object.prototype;
36987
37866
  var hasOwnProperty$i = objectProto$f.hasOwnProperty;
36988
37867
  function arrayLikeKeys(value, inherited) {
36989
- var isArr = isArray$g(value), isArg = !isArr && isArguments$1(value), isBuff = !isArr && !isArg && isBuffer$4(value), isType2 = !isArr && !isArg && !isBuff && isTypedArray(value), skipIndexes = isArr || isArg || isBuff || isType2, result = skipIndexes ? baseTimes(value.length, String) : [], length = result.length;
37868
+ var isArr = isArray$g(value), isArg = !isArr && isArguments$2(value), isBuff = !isArr && !isArg && isBuffer$5(value), isType2 = !isArr && !isArg && !isBuff && isTypedArray$1(value), skipIndexes = isArr || isArg || isBuff || isType2, result = skipIndexes ? baseTimes(value.length, String) : [], length = result.length;
36990
37869
  for (var key2 in value) {
36991
37870
  if ((inherited || hasOwnProperty$i.call(value, key2)) && !(skipIndexes && // Safari 9 has enumerable `arguments.length` in strict mode.
36992
37871
  (key2 == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
@@ -37070,6 +37949,7 @@ ${latestSubscriptionCallbackError.current.stack}
37070
37949
  var assignIn = createAssigner$1(function(object2, source) {
37071
37950
  copyObject$6(source, keysIn$3(source), object2);
37072
37951
  });
37952
+ const extend$2 = assignIn;
37073
37953
  var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, reIsPlainProp = /^\w*$/;
37074
37954
  function isKey(value, object2) {
37075
37955
  if (isArray$g(value)) {
@@ -37343,7 +38223,7 @@ ${latestSubscriptionCallbackError.current.stack}
37343
38223
  __name(arrayPush$2, "arrayPush$2");
37344
38224
  var spreadableSymbol$1 = Symbol$4 ? Symbol$4.isConcatSpreadable : void 0;
37345
38225
  function isFlattenable$2(value) {
37346
- return isArray$g(value) || isArguments$1(value) || !!(spreadableSymbol$1 && value && value[spreadableSymbol$1]);
38226
+ return isArray$g(value) || isArguments$2(value) || !!(spreadableSymbol$1 && value && value[spreadableSymbol$1]);
37347
38227
  }
37348
38228
  __name(isFlattenable$2, "isFlattenable$2");
37349
38229
  function baseFlatten$4(array, depth, predicate, isStrict, result) {
@@ -37352,8 +38232,10 @@ ${latestSubscriptionCallbackError.current.stack}
37352
38232
  result || (result = []);
37353
38233
  while (++index2 < length) {
37354
38234
  var value = array[index2];
37355
- if (predicate(value)) {
37356
- {
38235
+ if (depth > 0 && predicate(value)) {
38236
+ if (depth > 1) {
38237
+ baseFlatten$4(value, depth - 1, predicate, isStrict, result);
38238
+ } else {
37357
38239
  arrayPush$2(result, value);
37358
38240
  }
37359
38241
  } else if (!isStrict) {
@@ -37365,7 +38247,7 @@ ${latestSubscriptionCallbackError.current.stack}
37365
38247
  __name(baseFlatten$4, "baseFlatten$4");
37366
38248
  function flatten$2(array) {
37367
38249
  var length = array == null ? 0 : array.length;
37368
- return length ? baseFlatten$4(array) : [];
38250
+ return length ? baseFlatten$4(array, 1) : [];
37369
38251
  }
37370
38252
  __name(flatten$2, "flatten$2");
37371
38253
  function flatRest$2(func) {
@@ -37664,13 +38546,14 @@ ${latestSubscriptionCallbackError.current.stack}
37664
38546
  "ſ": "s"
37665
38547
  };
37666
38548
  var deburrLetter = basePropertyOf(deburredLetters);
38549
+ const deburrLetter$1 = deburrLetter;
37667
38550
  var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
37668
38551
  var rsComboMarksRange$2 = "\\u0300-\\u036f", reComboHalfMarksRange$2 = "\\ufe20-\\ufe2f", rsComboSymbolsRange$2 = "\\u20d0-\\u20ff", rsComboRange$2 = rsComboMarksRange$2 + reComboHalfMarksRange$2 + rsComboSymbolsRange$2;
37669
38552
  var rsCombo$2 = "[" + rsComboRange$2 + "]";
37670
38553
  var reComboMark = RegExp(rsCombo$2, "g");
37671
38554
  function deburr(string2) {
37672
38555
  string2 = toString$4(string2);
37673
- return string2 && string2.replace(reLatin, deburrLetter).replace(reComboMark, "");
38556
+ return string2 && string2.replace(reLatin, deburrLetter$1).replace(reComboMark, "");
37674
38557
  }
37675
38558
  __name(deburr, "deburr");
37676
38559
  var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
@@ -37702,7 +38585,7 @@ ${latestSubscriptionCallbackError.current.stack}
37702
38585
  __name(unicodeWords, "unicodeWords");
37703
38586
  function words(string2, pattern, guard) {
37704
38587
  string2 = toString$4(string2);
37705
- pattern = pattern;
38588
+ pattern = guard ? void 0 : pattern;
37706
38589
  if (pattern === void 0) {
37707
38590
  return hasUnicodeWord(string2) ? unicodeWords(string2) : asciiWords(string2);
37708
38591
  }
@@ -37915,6 +38798,7 @@ ${latestSubscriptionCallbackError.current.stack}
37915
38798
  return result;
37916
38799
  }, "getTag$4");
37917
38800
  }
38801
+ const getTag$5 = getTag$4;
37918
38802
  var objectProto$7 = Object.prototype;
37919
38803
  var hasOwnProperty$b = objectProto$7.hasOwnProperty;
37920
38804
  function initCloneArray$2(array) {
@@ -37997,14 +38881,14 @@ ${latestSubscriptionCallbackError.current.stack}
37997
38881
  __name(initCloneObject$1, "initCloneObject$1");
37998
38882
  var mapTag$7 = "[object Map]";
37999
38883
  function baseIsMap$2(value) {
38000
- return isObjectLike$5(value) && getTag$4(value) == mapTag$7;
38884
+ return isObjectLike$5(value) && getTag$5(value) == mapTag$7;
38001
38885
  }
38002
38886
  __name(baseIsMap$2, "baseIsMap$2");
38003
38887
  var nodeIsMap$1 = nodeUtil$2 && nodeUtil$2.isMap;
38004
38888
  var isMap$3 = nodeIsMap$1 ? baseUnary$4(nodeIsMap$1) : baseIsMap$2;
38005
38889
  var setTag$7 = "[object Set]";
38006
38890
  function baseIsSet$2(value) {
38007
- return isObjectLike$5(value) && getTag$4(value) == setTag$7;
38891
+ return isObjectLike$5(value) && getTag$5(value) == setTag$7;
38008
38892
  }
38009
38893
  __name(baseIsSet$2, "baseIsSet$2");
38010
38894
  var nodeIsSet$1 = nodeUtil$2 && nodeUtil$2.isSet;
@@ -38033,8 +38917,8 @@ ${latestSubscriptionCallbackError.current.stack}
38033
38917
  return copyArray$1(value, result);
38034
38918
  }
38035
38919
  } else {
38036
- var tag = getTag$4(value), isFunc = tag == funcTag$1 || tag == genTag$1;
38037
- if (isBuffer$4(value)) {
38920
+ var tag = getTag$5(value), isFunc = tag == funcTag$1 || tag == genTag$1;
38921
+ if (isBuffer$5(value)) {
38038
38922
  return cloneBuffer$1(value, isDeep);
38039
38923
  }
38040
38924
  if (tag == objectTag$2 || tag == argsTag$2 || isFunc && !object2) {
@@ -38284,12 +39168,12 @@ ${latestSubscriptionCallbackError.current.stack}
38284
39168
  var objectProto$5 = Object.prototype;
38285
39169
  var hasOwnProperty$9 = objectProto$5.hasOwnProperty;
38286
39170
  function baseIsEqualDeep(object2, other, bitmask, customizer2, equalFunc, stack) {
38287
- var objIsArr = isArray$g(object2), othIsArr = isArray$g(other), objTag = objIsArr ? arrayTag$1 : getTag$4(object2), othTag = othIsArr ? arrayTag$1 : getTag$4(other);
39171
+ var objIsArr = isArray$g(object2), othIsArr = isArray$g(other), objTag = objIsArr ? arrayTag$1 : getTag$5(object2), othTag = othIsArr ? arrayTag$1 : getTag$5(other);
38288
39172
  objTag = objTag == argsTag$1 ? objectTag$1 : objTag;
38289
39173
  othTag = othTag == argsTag$1 ? objectTag$1 : othTag;
38290
39174
  var objIsObj = objTag == objectTag$1, othIsObj = othTag == objectTag$1, isSameTag = objTag == othTag;
38291
- if (isSameTag && isBuffer$4(object2)) {
38292
- if (!isBuffer$4(other)) {
39175
+ if (isSameTag && isBuffer$5(object2)) {
39176
+ if (!isBuffer$5(other)) {
38293
39177
  return false;
38294
39178
  }
38295
39179
  objIsArr = true;
@@ -38297,7 +39181,7 @@ ${latestSubscriptionCallbackError.current.stack}
38297
39181
  }
38298
39182
  if (isSameTag && !objIsObj) {
38299
39183
  stack || (stack = new Stack$1());
38300
- return objIsArr || isTypedArray(object2) ? equalArrays(object2, other, bitmask, customizer2, equalFunc, stack) : equalByTag(object2, other, objTag, bitmask, customizer2, equalFunc, stack);
39184
+ return objIsArr || isTypedArray$1(object2) ? equalArrays(object2, other, bitmask, customizer2, equalFunc, stack) : equalByTag(object2, other, objTag, bitmask, customizer2, equalFunc, stack);
38301
39185
  }
38302
39186
  if (!(bitmask & COMPARE_PARTIAL_FLAG$2)) {
38303
39187
  var objIsWrapped = objIsObj && hasOwnProperty$9.call(object2, "__wrapped__"), othIsWrapped = othIsObj && hasOwnProperty$9.call(other, "__wrapped__");
@@ -38326,27 +39210,29 @@ ${latestSubscriptionCallbackError.current.stack}
38326
39210
  __name(baseIsEqual, "baseIsEqual");
38327
39211
  var COMPARE_PARTIAL_FLAG$1 = 1, COMPARE_UNORDERED_FLAG$1 = 2;
38328
39212
  function baseIsMatch(object2, source, matchData, customizer2) {
38329
- var index2 = matchData.length, length = index2;
39213
+ var index2 = matchData.length, length = index2, noCustomizer = !customizer2;
38330
39214
  if (object2 == null) {
38331
39215
  return !length;
38332
39216
  }
38333
39217
  object2 = Object(object2);
38334
39218
  while (index2--) {
38335
39219
  var data = matchData[index2];
38336
- if (data[2] ? data[1] !== object2[data[0]] : !(data[0] in object2)) {
39220
+ if (noCustomizer && data[2] ? data[1] !== object2[data[0]] : !(data[0] in object2)) {
38337
39221
  return false;
38338
39222
  }
38339
39223
  }
38340
39224
  while (++index2 < length) {
38341
39225
  data = matchData[index2];
38342
39226
  var key2 = data[0], objValue = object2[key2], srcValue = data[1];
38343
- if (data[2]) {
39227
+ if (noCustomizer && data[2]) {
38344
39228
  if (objValue === void 0 && !(key2 in object2)) {
38345
39229
  return false;
38346
39230
  }
38347
39231
  } else {
38348
39232
  var stack = new Stack$1();
38349
- var result;
39233
+ if (customizer2) {
39234
+ var result = customizer2(objValue, srcValue, key2, object2, source, stack);
39235
+ }
38350
39236
  if (!(result === void 0 ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG$1 | COMPARE_UNORDERED_FLAG$1, customizer2, stack) : result)) {
38351
39237
  return false;
38352
39238
  }
@@ -38405,7 +39291,7 @@ ${latestSubscriptionCallbackError.current.stack}
38405
39291
  return result;
38406
39292
  }
38407
39293
  length = object2 == null ? 0 : object2.length;
38408
- return !!length && isLength$1(length) && isIndex(key2, length) && (isArray$g(object2) || isArguments$1(object2));
39294
+ return !!length && isLength$1(length) && isIndex(key2, length) && (isArray$g(object2) || isArguments$2(object2));
38409
39295
  }
38410
39296
  __name(hasPath, "hasPath");
38411
39297
  function hasIn(object2, path2) {
@@ -38465,7 +39351,7 @@ ${latestSubscriptionCallbackError.current.stack}
38465
39351
  return function(object2, iteratee, keysFunc) {
38466
39352
  var index2 = -1, iterable = Object(object2), props = keysFunc(object2), length = props.length;
38467
39353
  while (length--) {
38468
- var key2 = props[++index2];
39354
+ var key2 = props[fromRight ? length : ++index2];
38469
39355
  if (iteratee(iterable[key2], key2, iterable) === false) {
38470
39356
  break;
38471
39357
  }
@@ -38487,8 +39373,8 @@ ${latestSubscriptionCallbackError.current.stack}
38487
39373
  if (!isArrayLike$4(collection)) {
38488
39374
  return eachFunc(collection, iteratee);
38489
39375
  }
38490
- var length = collection.length, index2 = -1, iterable = Object(collection);
38491
- while (++index2 < length) {
39376
+ var length = collection.length, index2 = fromRight ? length : -1, iterable = Object(collection);
39377
+ while (fromRight ? index2-- : ++index2 < length) {
38492
39378
  if (iteratee(iterable[index2], index2, iterable) === false) {
38493
39379
  break;
38494
39380
  }
@@ -38498,8 +39384,9 @@ ${latestSubscriptionCallbackError.current.stack}
38498
39384
  }
38499
39385
  __name(createBaseEach$2, "createBaseEach$2");
38500
39386
  var baseEach$3 = createBaseEach$2(baseForOwn$2);
39387
+ const baseEach$4 = baseEach$3;
38501
39388
  function baseAggregator(collection, setter2, iteratee, accumulator) {
38502
- baseEach$3(collection, function(value, key2, collection2) {
39389
+ baseEach$4(collection, function(value, key2, collection2) {
38503
39390
  setter2(accumulator, value, iteratee(value), collection2);
38504
39391
  });
38505
39392
  return accumulator;
@@ -38650,7 +39537,7 @@ ${latestSubscriptionCallbackError.current.stack}
38650
39537
  var newValue = customizer2 ? customizer2(objValue, srcValue, key2 + "", object2, source, stack) : void 0;
38651
39538
  var isCommon = newValue === void 0;
38652
39539
  if (isCommon) {
38653
- var isArr = isArray$g(srcValue), isBuff = !isArr && isBuffer$4(srcValue), isTyped = !isArr && !isBuff && isTypedArray(srcValue);
39540
+ var isArr = isArray$g(srcValue), isBuff = !isArr && isBuffer$5(srcValue), isTyped = !isArr && !isBuff && isTypedArray$1(srcValue);
38654
39541
  newValue = srcValue;
38655
39542
  if (isArr || isBuff || isTyped) {
38656
39543
  if (isArray$g(objValue)) {
@@ -38666,9 +39553,9 @@ ${latestSubscriptionCallbackError.current.stack}
38666
39553
  } else {
38667
39554
  newValue = [];
38668
39555
  }
38669
- } else if (isPlainObject$3(srcValue) || isArguments$1(srcValue)) {
39556
+ } else if (isPlainObject$3(srcValue) || isArguments$2(srcValue)) {
38670
39557
  newValue = objValue;
38671
- if (isArguments$1(objValue)) {
39558
+ if (isArguments$2(objValue)) {
38672
39559
  newValue = toPlainObject(objValue);
38673
39560
  } else if (!isObject$7(objValue) || isFunction$1(objValue)) {
38674
39561
  newValue = initCloneObject$1(srcValue);
@@ -38703,6 +39590,16 @@ ${latestSubscriptionCallbackError.current.stack}
38703
39590
  }, keysIn$3);
38704
39591
  }
38705
39592
  __name(baseMerge, "baseMerge");
39593
+ function arrayIncludesWith$2(array, value, comparator) {
39594
+ var index2 = -1, length = array == null ? 0 : array.length;
39595
+ while (++index2 < length) {
39596
+ if (comparator(value, array[index2])) {
39597
+ return true;
39598
+ }
39599
+ }
39600
+ return false;
39601
+ }
39602
+ __name(arrayIncludesWith$2, "arrayIncludesWith$2");
38706
39603
  var LARGE_ARRAY_SIZE$2 = 200;
38707
39604
  function baseDifference$2(array, values2, iteratee, comparator) {
38708
39605
  var index2 = -1, includes2 = arrayIncludes$2, isCommon = true, length = array.length, result = [], valuesLength = values2.length;
@@ -38712,7 +39609,10 @@ ${latestSubscriptionCallbackError.current.stack}
38712
39609
  if (iteratee) {
38713
39610
  values2 = arrayMap$4(values2, baseUnary$4(iteratee));
38714
39611
  }
38715
- if (values2.length >= LARGE_ARRAY_SIZE$2) {
39612
+ if (comparator) {
39613
+ includes2 = arrayIncludesWith$2;
39614
+ isCommon = false;
39615
+ } else if (values2.length >= LARGE_ARRAY_SIZE$2) {
38716
39616
  includes2 = cacheHas$1;
38717
39617
  isCommon = false;
38718
39618
  values2 = new SetCache$1(values2);
@@ -38720,7 +39620,7 @@ ${latestSubscriptionCallbackError.current.stack}
38720
39620
  outer:
38721
39621
  while (++index2 < length) {
38722
39622
  var value = array[index2], computed2 = iteratee == null ? value : iteratee(value);
38723
- value = value !== 0 ? value : 0;
39623
+ value = comparator || value !== 0 ? value : 0;
38724
39624
  if (isCommon && computed2 === computed2) {
38725
39625
  var valuesIndex = valuesLength;
38726
39626
  while (valuesIndex--) {
@@ -38751,12 +39651,13 @@ ${latestSubscriptionCallbackError.current.stack}
38751
39651
  }
38752
39652
  return isArrayLikeObject$1(array) ? baseDifference$2(array, baseFlatten$4(values2, 1, isArrayLikeObject$1, true), baseIteratee$4(iteratee)) : [];
38753
39653
  });
39654
+ const differenceBy$1 = differenceBy;
38754
39655
  function drop$2(array, n2, guard) {
38755
39656
  var length = array == null ? 0 : array.length;
38756
39657
  if (!length) {
38757
39658
  return [];
38758
39659
  }
38759
- n2 = n2 === void 0 ? 1 : toInteger$5(n2);
39660
+ n2 = guard || n2 === void 0 ? 1 : toInteger$5(n2);
38760
39661
  return baseSlice$2(array, n2 < 0 ? 0 : n2, length);
38761
39662
  }
38762
39663
  __name(drop$2, "drop$2");
@@ -38765,7 +39666,7 @@ ${latestSubscriptionCallbackError.current.stack}
38765
39666
  }
38766
39667
  __name(castFunction$3, "castFunction$3");
38767
39668
  function forEach$4(collection, iteratee) {
38768
- var func = isArray$g(collection) ? arrayEach$3 : baseEach$3;
39669
+ var func = isArray$g(collection) ? arrayEach$3 : baseEach$4;
38769
39670
  return func(collection, castFunction$3(iteratee));
38770
39671
  }
38771
39672
  __name(forEach$4, "forEach$4");
@@ -38791,7 +39692,7 @@ ${latestSubscriptionCallbackError.current.stack}
38791
39692
  __name(arrayEvery, "arrayEvery");
38792
39693
  function baseEvery(collection, predicate) {
38793
39694
  var result = true;
38794
- baseEach$3(collection, function(value, index2, collection2) {
39695
+ baseEach$4(collection, function(value, index2, collection2) {
38795
39696
  result = !!predicate(value, index2, collection2);
38796
39697
  return result;
38797
39698
  });
@@ -38800,12 +39701,15 @@ ${latestSubscriptionCallbackError.current.stack}
38800
39701
  __name(baseEvery, "baseEvery");
38801
39702
  function every(collection, predicate, guard) {
38802
39703
  var func = isArray$g(collection) ? arrayEvery : baseEvery;
39704
+ if (guard && isIterateeCall$1(collection, predicate, guard)) {
39705
+ predicate = void 0;
39706
+ }
38803
39707
  return func(collection, baseIteratee$4(predicate));
38804
39708
  }
38805
39709
  __name(every, "every");
38806
39710
  function baseFilter(collection, predicate) {
38807
39711
  var result = [];
38808
- baseEach$3(collection, function(value, index2, collection2) {
39712
+ baseEach$4(collection, function(value, index2, collection2) {
38809
39713
  if (predicate(value, index2, collection2)) {
38810
39714
  result.push(value);
38811
39715
  }
@@ -38849,7 +39753,7 @@ ${latestSubscriptionCallbackError.current.stack}
38849
39753
  var find$4 = createFind$2(findIndex$2);
38850
39754
  function baseMap$3(collection, iteratee) {
38851
39755
  var index2 = -1, result = isArrayLike$4(collection) ? Array(collection.length) : [];
38852
- baseEach$3(collection, function(value, key2, collection2) {
39756
+ baseEach$4(collection, function(value, key2, collection2) {
38853
39757
  result[++index2] = iteratee(value, key2, collection2);
38854
39758
  });
38855
39759
  return result;
@@ -38861,7 +39765,7 @@ ${latestSubscriptionCallbackError.current.stack}
38861
39765
  }
38862
39766
  __name(map$3, "map$3");
38863
39767
  function flatMap$1(collection, iteratee) {
38864
- return baseFlatten$4(map$3(collection, iteratee));
39768
+ return baseFlatten$4(map$3(collection, iteratee), 1);
38865
39769
  }
38866
39770
  __name(flatMap$1, "flatMap$1");
38867
39771
  function baseGt(value, other) {
@@ -38896,26 +39800,26 @@ ${latestSubscriptionCallbackError.current.stack}
38896
39800
  __name(includes, "includes");
38897
39801
  var nativeMin$1 = Math.min;
38898
39802
  function baseIntersection(arrays, iteratee, comparator) {
38899
- var includes2 = arrayIncludes$2, length = arrays[0].length, othLength = arrays.length, othIndex = othLength, caches = Array(othLength), maxLength = Infinity, result = [];
39803
+ var includes2 = comparator ? arrayIncludesWith$2 : arrayIncludes$2, length = arrays[0].length, othLength = arrays.length, othIndex = othLength, caches = Array(othLength), maxLength = Infinity, result = [];
38900
39804
  while (othIndex--) {
38901
39805
  var array = arrays[othIndex];
38902
39806
  if (othIndex && iteratee) {
38903
39807
  array = arrayMap$4(array, baseUnary$4(iteratee));
38904
39808
  }
38905
39809
  maxLength = nativeMin$1(array.length, maxLength);
38906
- caches[othIndex] = iteratee || length >= 120 && array.length >= 120 ? new SetCache$1(othIndex && array) : void 0;
39810
+ caches[othIndex] = !comparator && (iteratee || length >= 120 && array.length >= 120) ? new SetCache$1(othIndex && array) : void 0;
38907
39811
  }
38908
39812
  array = arrays[0];
38909
39813
  var index2 = -1, seen = caches[0];
38910
39814
  outer:
38911
39815
  while (++index2 < length && result.length < maxLength) {
38912
39816
  var value = array[index2], computed2 = iteratee ? iteratee(value) : value;
38913
- value = value !== 0 ? value : 0;
38914
- if (!(seen ? cacheHas$1(seen, computed2) : includes2(result, computed2))) {
39817
+ value = comparator || value !== 0 ? value : 0;
39818
+ if (!(seen ? cacheHas$1(seen, computed2) : includes2(result, computed2, comparator))) {
38915
39819
  othIndex = othLength;
38916
39820
  while (--othIndex) {
38917
39821
  var cache2 = caches[othIndex];
38918
- if (!(cache2 ? cacheHas$1(cache2, computed2) : includes2(arrays[othIndex], computed2))) {
39822
+ if (!(cache2 ? cacheHas$1(cache2, computed2) : includes2(arrays[othIndex], computed2, comparator))) {
38919
39823
  continue outer;
38920
39824
  }
38921
39825
  }
@@ -38941,6 +39845,7 @@ ${latestSubscriptionCallbackError.current.stack}
38941
39845
  }
38942
39846
  return mapped.length && mapped[0] === arrays[0] ? baseIntersection(mapped, baseIteratee$4(iteratee)) : [];
38943
39847
  });
39848
+ const intersectionBy$1 = intersectionBy;
38944
39849
  function baseInverter(object2, setter2, iteratee, accumulator) {
38945
39850
  baseForOwn$2(object2, function(value, key2, object3) {
38946
39851
  setter2(accumulator, iteratee(value), key2, object3);
@@ -38973,10 +39878,10 @@ ${latestSubscriptionCallbackError.current.stack}
38973
39878
  if (value == null) {
38974
39879
  return true;
38975
39880
  }
38976
- if (isArrayLike$4(value) && (isArray$g(value) || typeof value == "string" || typeof value.splice == "function" || isBuffer$4(value) || isTypedArray(value) || isArguments$1(value))) {
39881
+ if (isArrayLike$4(value) && (isArray$g(value) || typeof value == "string" || typeof value.splice == "function" || isBuffer$5(value) || isTypedArray$1(value) || isArguments$2(value))) {
38977
39882
  return !value.length;
38978
39883
  }
38979
- var tag = getTag$4(value);
39884
+ var tag = getTag$5(value);
38980
39885
  if (tag == mapTag$4 || tag == setTag$4) {
38981
39886
  return !value.size;
38982
39887
  }
@@ -39094,7 +39999,7 @@ ${latestSubscriptionCallbackError.current.stack}
39094
39999
  if (symIterator && value[symIterator]) {
39095
40000
  return iteratorToArray(value[symIterator]());
39096
40001
  }
39097
- var tag = getTag$4(value), func = tag == mapTag$3 ? mapToArray : tag == setTag$3 ? setToArray : values;
40002
+ var tag = getTag$5(value), func = tag == mapTag$3 ? mapToArray : tag == setTag$3 ? setToArray : values;
39098
40003
  return func(value);
39099
40004
  }
39100
40005
  __name(toArray$1, "toArray$1");
@@ -39143,7 +40048,7 @@ ${latestSubscriptionCallbackError.current.stack}
39143
40048
  }
39144
40049
  if (index2 != lastIndex) {
39145
40050
  var objValue = nested[key2];
39146
- newValue = void 0;
40051
+ newValue = customizer2 ? customizer2(objValue, key2, nested) : void 0;
39147
40052
  if (newValue === void 0) {
39148
40053
  newValue = isObject$7(objValue) ? objValue : isIndex(path2[index2 + 1]) ? [] : {};
39149
40054
  }
@@ -39253,7 +40158,7 @@ ${latestSubscriptionCallbackError.current.stack}
39253
40158
  if (!isArray$g(iteratees)) {
39254
40159
  iteratees = iteratees == null ? [] : [iteratees];
39255
40160
  }
39256
- orders = orders;
40161
+ orders = guard ? void 0 : orders;
39257
40162
  if (!isArray$g(orders)) {
39258
40163
  orders = orders == null ? [] : [orders];
39259
40164
  }
@@ -39345,7 +40250,7 @@ ${latestSubscriptionCallbackError.current.stack}
39345
40250
  function baseRange(start2, end2, step2, fromRight) {
39346
40251
  var index2 = -1, length = nativeMax$1(nativeCeil((end2 - start2) / (step2 || 1)), 0), result = Array(length);
39347
40252
  while (length--) {
39348
- result[++index2] = start2;
40253
+ result[fromRight ? length : ++index2] = start2;
39349
40254
  start2 += step2;
39350
40255
  }
39351
40256
  return result;
@@ -39364,7 +40269,7 @@ ${latestSubscriptionCallbackError.current.stack}
39364
40269
  end2 = toFinite$2(end2);
39365
40270
  }
39366
40271
  step2 = step2 === void 0 ? start2 < end2 ? 1 : -1 : toFinite$2(step2);
39367
- return baseRange(start2, end2, step2);
40272
+ return baseRange(start2, end2, step2, fromRight);
39368
40273
  };
39369
40274
  }
39370
40275
  __name(createRange$1, "createRange$1");
@@ -39378,7 +40283,7 @@ ${latestSubscriptionCallbackError.current.stack}
39378
40283
  __name(baseReduce, "baseReduce");
39379
40284
  function reduce(collection, iteratee, accumulator) {
39380
40285
  var func = isArray$g(collection) ? arrayReduce : baseReduce, initAccum = arguments.length < 3;
39381
- return func(collection, baseIteratee$4(iteratee), accumulator, initAccum, baseEach$3);
40286
+ return func(collection, baseIteratee$4(iteratee), accumulator, initAccum, baseEach$4);
39382
40287
  }
39383
40288
  __name(reduce, "reduce");
39384
40289
  function remove$1(array, predicate) {
@@ -39409,7 +40314,7 @@ ${latestSubscriptionCallbackError.current.stack}
39409
40314
  });
39410
40315
  function baseSome(collection, predicate) {
39411
40316
  var result;
39412
- baseEach$3(collection, function(value, index2, collection2) {
40317
+ baseEach$4(collection, function(value, index2, collection2) {
39413
40318
  result = predicate(value, index2, collection2);
39414
40319
  return !result;
39415
40320
  });
@@ -39418,6 +40323,9 @@ ${latestSubscriptionCallbackError.current.stack}
39418
40323
  __name(baseSome, "baseSome");
39419
40324
  function some(collection, predicate, guard) {
39420
40325
  var func = isArray$g(collection) ? arraySome : baseSome;
40326
+ if (guard && isIterateeCall$1(collection, predicate, guard)) {
40327
+ predicate = void 0;
40328
+ }
39421
40329
  return func(collection, baseIteratee$4(predicate));
39422
40330
  }
39423
40331
  __name(some, "some");
@@ -39431,7 +40339,7 @@ ${latestSubscriptionCallbackError.current.stack}
39431
40339
  } else if (length > 2 && isIterateeCall$1(iteratees[0], iteratees[1], iteratees[2])) {
39432
40340
  iteratees = [iteratees[0]];
39433
40341
  }
39434
- return baseOrderBy$2(collection, baseFlatten$4(iteratees), []);
40342
+ return baseOrderBy$2(collection, baseFlatten$4(iteratees, 1), []);
39435
40343
  });
39436
40344
  var startCase = createCompounder(function(result, word, index2) {
39437
40345
  return result + (index2 ? " " : "") + upperFirst(word);
@@ -39447,7 +40355,7 @@ ${latestSubscriptionCallbackError.current.stack}
39447
40355
  if (!(array && array.length)) {
39448
40356
  return [];
39449
40357
  }
39450
- n2 = n2 === void 0 ? 1 : toInteger$5(n2);
40358
+ n2 = guard || n2 === void 0 ? 1 : toInteger$5(n2);
39451
40359
  return baseSlice$2(array, 0, n2 < 0 ? 0 : n2);
39452
40360
  }
39453
40361
  __name(take, "take");
@@ -39493,7 +40401,10 @@ ${latestSubscriptionCallbackError.current.stack}
39493
40401
  var LARGE_ARRAY_SIZE$1 = 200;
39494
40402
  function baseUniq(array, iteratee, comparator) {
39495
40403
  var index2 = -1, includes2 = arrayIncludes$2, length = array.length, isCommon = true, result = [], seen = result;
39496
- if (length >= LARGE_ARRAY_SIZE$1) {
40404
+ if (comparator) {
40405
+ isCommon = false;
40406
+ includes2 = arrayIncludesWith$2;
40407
+ } else if (length >= LARGE_ARRAY_SIZE$1) {
39497
40408
  var set2 = iteratee ? null : createSet(array);
39498
40409
  if (set2) {
39499
40410
  return setToArray(set2);
@@ -39507,7 +40418,7 @@ ${latestSubscriptionCallbackError.current.stack}
39507
40418
  outer:
39508
40419
  while (++index2 < length) {
39509
40420
  var value = array[index2], computed2 = iteratee ? iteratee(value) : value;
39510
- value = value !== 0 ? value : 0;
40421
+ value = comparator || value !== 0 ? value : 0;
39511
40422
  if (isCommon && computed2 === computed2) {
39512
40423
  var seenIndex = seen.length;
39513
40424
  while (seenIndex--) {
@@ -39720,7 +40631,7 @@ ${latestSubscriptionCallbackError.current.stack}
39720
40631
  }
39721
40632
  _this = _Component.call.apply(_Component, [this].concat(args)) || this;
39722
40633
  _this.state = {
39723
- stateValue: initialState2
40634
+ stateValue: typeof initialState2 === "function" ? initialState2(_this.props) : initialState2
39724
40635
  };
39725
40636
  _this.updateStateValue = function(updateFn, callback2) {
39726
40637
  return _this.setState(function(_ref) {
@@ -39993,20 +40904,11 @@ ${latestSubscriptionCallbackError.current.stack}
39993
40904
  return true;
39994
40905
  }
39995
40906
  }, "_fails");
39996
- var _descriptors;
39997
- var hasRequired_descriptors;
39998
- function require_descriptors() {
39999
- if (hasRequired_descriptors)
40000
- return _descriptors;
40001
- hasRequired_descriptors = 1;
40002
- _descriptors = !_fails(function() {
40003
- return Object.defineProperty({}, "a", { get: function() {
40004
- return 7;
40005
- } }).a != 7;
40006
- });
40007
- return _descriptors;
40008
- }
40009
- __name(require_descriptors, "require_descriptors");
40907
+ var _descriptors = !_fails(function() {
40908
+ return Object.defineProperty({}, "a", { get: function() {
40909
+ return 7;
40910
+ } }).a != 7;
40911
+ });
40010
40912
  var _domCreate;
40011
40913
  var hasRequired_domCreate;
40012
40914
  function require_domCreate() {
@@ -40022,20 +40924,11 @@ ${latestSubscriptionCallbackError.current.stack}
40022
40924
  return _domCreate;
40023
40925
  }
40024
40926
  __name(require_domCreate, "require_domCreate");
40025
- var _ie8DomDefine;
40026
- var hasRequired_ie8DomDefine;
40027
- function require_ie8DomDefine() {
40028
- if (hasRequired_ie8DomDefine)
40029
- return _ie8DomDefine;
40030
- hasRequired_ie8DomDefine = 1;
40031
- _ie8DomDefine = !require_descriptors() && !_fails(function() {
40032
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
40033
- return 7;
40034
- } }).a != 7;
40035
- });
40036
- return _ie8DomDefine;
40037
- }
40038
- __name(require_ie8DomDefine, "require_ie8DomDefine");
40927
+ var _ie8DomDefine = !_descriptors && !_fails(function() {
40928
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
40929
+ return 7;
40930
+ } }).a != 7;
40931
+ });
40039
40932
  var isObject$5 = _isObject;
40040
40933
  var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
40041
40934
  if (!isObject$5(it))
@@ -40049,33 +40942,25 @@ ${latestSubscriptionCallbackError.current.stack}
40049
40942
  return val2;
40050
40943
  throw TypeError("Can't convert object to primitive value");
40051
40944
  }, "_toPrimitive$1");
40052
- var hasRequired_objectDp;
40053
- function require_objectDp() {
40054
- if (hasRequired_objectDp)
40055
- return _objectDp;
40056
- hasRequired_objectDp = 1;
40057
- var anObject2 = _anObject;
40058
- var IE8_DOM_DEFINE2 = require_ie8DomDefine();
40059
- var toPrimitive2 = _toPrimitive$1;
40060
- var dP2 = Object.defineProperty;
40061
- _objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
40062
- anObject2(O2);
40063
- P2 = toPrimitive2(P2, true);
40064
- anObject2(Attributes);
40065
- if (IE8_DOM_DEFINE2)
40066
- try {
40067
- return dP2(O2, P2, Attributes);
40068
- } catch (e2) {
40069
- }
40070
- if ("get" in Attributes || "set" in Attributes)
40071
- throw TypeError("Accessors not supported!");
40072
- if ("value" in Attributes)
40073
- O2[P2] = Attributes.value;
40074
- return O2;
40075
- }, "defineProperty");
40076
- return _objectDp;
40077
- }
40078
- __name(require_objectDp, "require_objectDp");
40945
+ var anObject$5 = _anObject;
40946
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
40947
+ var toPrimitive$2 = _toPrimitive$1;
40948
+ var dP$3 = Object.defineProperty;
40949
+ _objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
40950
+ anObject$5(O2);
40951
+ P2 = toPrimitive$2(P2, true);
40952
+ anObject$5(Attributes);
40953
+ if (IE8_DOM_DEFINE$1)
40954
+ try {
40955
+ return dP$3(O2, P2, Attributes);
40956
+ } catch (e2) {
40957
+ }
40958
+ if ("get" in Attributes || "set" in Attributes)
40959
+ throw TypeError("Accessors not supported!");
40960
+ if ("value" in Attributes)
40961
+ O2[P2] = Attributes.value;
40962
+ return O2;
40963
+ }, "defineProperty");
40079
40964
  var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
40080
40965
  return {
40081
40966
  enumerable: !(bitmap & 1),
@@ -40084,9 +40969,9 @@ ${latestSubscriptionCallbackError.current.stack}
40084
40969
  value
40085
40970
  };
40086
40971
  }, "_propertyDesc");
40087
- var dP$2 = require_objectDp();
40972
+ var dP$2 = _objectDp;
40088
40973
  var createDesc$3 = _propertyDesc;
40089
- var _hide = require_descriptors() ? function(object2, key2, value) {
40974
+ var _hide = _descriptors ? function(object2, key2, value) {
40090
40975
  return dP$2.f(object2, key2, createDesc$3(1, value));
40091
40976
  } : function(object2, key2, value) {
40092
40977
  object2[key2] = value;
@@ -40158,25 +41043,16 @@ ${latestSubscriptionCallbackError.current.stack}
40158
41043
  var _cof = /* @__PURE__ */ __name(function(it) {
40159
41044
  return toString$3.call(it).slice(8, -1);
40160
41045
  }, "_cof");
40161
- var _iobject;
40162
- var hasRequired_iobject;
40163
- function require_iobject() {
40164
- if (hasRequired_iobject)
40165
- return _iobject;
40166
- hasRequired_iobject = 1;
40167
- var cof2 = _cof;
40168
- _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
40169
- return cof2(it) == "String" ? it.split("") : Object(it);
40170
- };
40171
- return _iobject;
40172
- }
40173
- __name(require_iobject, "require_iobject");
41046
+ var cof$2 = _cof;
41047
+ var _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
41048
+ return cof$2(it) == "String" ? it.split("") : Object(it);
41049
+ };
40174
41050
  var _defined = /* @__PURE__ */ __name(function(it) {
40175
41051
  if (it == void 0)
40176
41052
  throw TypeError("Can't call method on " + it);
40177
41053
  return it;
40178
41054
  }, "_defined");
40179
- var IObject = require_iobject();
41055
+ var IObject = _iobject;
40180
41056
  var defined$2 = _defined;
40181
41057
  var _toIobject = /* @__PURE__ */ __name(function(it) {
40182
41058
  return IObject(defined$2(it));
@@ -40273,15 +41149,7 @@ ${latestSubscriptionCallbackError.current.stack}
40273
41149
  var _objectGops = {};
40274
41150
  _objectGops.f = Object.getOwnPropertySymbols;
40275
41151
  var _objectPie = {};
40276
- var hasRequired_objectPie;
40277
- function require_objectPie() {
40278
- if (hasRequired_objectPie)
40279
- return _objectPie;
40280
- hasRequired_objectPie = 1;
40281
- _objectPie.f = {}.propertyIsEnumerable;
40282
- return _objectPie;
40283
- }
40284
- __name(require_objectPie, "require_objectPie");
41152
+ _objectPie.f = {}.propertyIsEnumerable;
40285
41153
  var defined$1 = _defined;
40286
41154
  var _toObject = /* @__PURE__ */ __name(function(it) {
40287
41155
  return Object(defined$1(it));
@@ -40292,12 +41160,12 @@ ${latestSubscriptionCallbackError.current.stack}
40292
41160
  if (hasRequired_objectAssign)
40293
41161
  return _objectAssign;
40294
41162
  hasRequired_objectAssign = 1;
40295
- var DESCRIPTORS2 = require_descriptors();
41163
+ var DESCRIPTORS2 = _descriptors;
40296
41164
  var getKeys2 = _objectKeys;
40297
41165
  var gOPS2 = _objectGops;
40298
- var pIE2 = require_objectPie();
41166
+ var pIE2 = _objectPie;
40299
41167
  var toObject2 = _toObject;
40300
- var IObject2 = require_iobject();
41168
+ var IObject2 = _iobject;
40301
41169
  var $assign = Object.assign;
40302
41170
  _objectAssign = !$assign || _fails(function() {
40303
41171
  var A2 = {};
@@ -40358,10 +41226,10 @@ ${latestSubscriptionCallbackError.current.stack}
40358
41226
  }, "_iterStep");
40359
41227
  var _iterators = {};
40360
41228
  var _redefine = _hide;
40361
- var dP$1 = require_objectDp();
41229
+ var dP$1 = _objectDp;
40362
41230
  var anObject$4 = _anObject;
40363
41231
  var getKeys$1 = _objectKeys;
40364
- var _objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties2) {
41232
+ var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties2) {
40365
41233
  anObject$4(O2);
40366
41234
  var keys2 = getKeys$1(Properties2);
40367
41235
  var length = keys2.length;
@@ -40428,7 +41296,7 @@ ${latestSubscriptionCallbackError.current.stack}
40428
41296
  };
40429
41297
  $exports.store = store$2;
40430
41298
  var _wksExports = _wks.exports;
40431
- var def = require_objectDp().f;
41299
+ var def = _objectDp.f;
40432
41300
  var has$b = _has;
40433
41301
  var TAG$1 = _wksExports("toStringTag");
40434
41302
  var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
@@ -40701,7 +41569,7 @@ ${latestSubscriptionCallbackError.current.stack}
40701
41569
  var _isArrayIter = /* @__PURE__ */ __name(function(it) {
40702
41570
  return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
40703
41571
  }, "_isArrayIter");
40704
- var $defineProperty$1 = require_objectDp();
41572
+ var $defineProperty$1 = _objectDp;
40705
41573
  var createDesc$2 = _propertyDesc;
40706
41574
  var _createProperty = /* @__PURE__ */ __name(function(object2, index2, value) {
40707
41575
  if (index2 in object2)
@@ -40830,7 +41698,7 @@ ${latestSubscriptionCallbackError.current.stack}
40830
41698
  }
40831
41699
  }, "_default$8");
40832
41700
  var $export$3 = _export;
40833
- $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
41701
+ $export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
40834
41702
  var $Object$1 = _coreExports.Object;
40835
41703
  var defineProperty$4 = /* @__PURE__ */ __name(function defineProperty2(it, key2, desc) {
40836
41704
  return $Object$1.defineProperty(it, key2, desc);
@@ -40871,7 +41739,7 @@ ${latestSubscriptionCallbackError.current.stack}
40871
41739
  var META$1 = _uid("meta");
40872
41740
  var isObject$4 = _isObject;
40873
41741
  var has$9 = _has;
40874
- var setDesc = require_objectDp().f;
41742
+ var setDesc = _objectDp.f;
40875
41743
  var id$1 = 0;
40876
41744
  var isExtensible = Object.isExtensible || function() {
40877
41745
  return true;
@@ -40924,7 +41792,7 @@ ${latestSubscriptionCallbackError.current.stack}
40924
41792
  var _metaExports = _meta.exports;
40925
41793
  var core = _coreExports;
40926
41794
  var wksExt$1 = _wksExt;
40927
- var defineProperty$2 = require_objectDp().f;
41795
+ var defineProperty$2 = _objectDp.f;
40928
41796
  var _wksDefine = /* @__PURE__ */ __name(function(name2) {
40929
41797
  var $Symbol2 = core.Symbol || (core.Symbol = {});
40930
41798
  if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
@@ -40932,7 +41800,7 @@ ${latestSubscriptionCallbackError.current.stack}
40932
41800
  }, "_wksDefine");
40933
41801
  var getKeys = _objectKeys;
40934
41802
  var gOPS$1 = _objectGops;
40935
- var pIE$1 = require_objectPie();
41803
+ var pIE$1 = _objectPie;
40936
41804
  var _enumKeys = /* @__PURE__ */ __name(function(it) {
40937
41805
  var result = getKeys(it);
40938
41806
  var getSymbols2 = gOPS$1.f;
@@ -40973,14 +41841,14 @@ ${latestSubscriptionCallbackError.current.stack}
40973
41841
  return windowNames && toString$2.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
40974
41842
  }, "getOwnPropertyNames");
40975
41843
  var _objectGopd = {};
40976
- var pIE = require_objectPie();
41844
+ var pIE = _objectPie;
40977
41845
  var createDesc$1 = _propertyDesc;
40978
41846
  var toIObject$1 = _toIobject;
40979
41847
  var toPrimitive$1 = _toPrimitive$1;
40980
41848
  var has$8 = _has;
40981
- var IE8_DOM_DEFINE = require_ie8DomDefine();
41849
+ var IE8_DOM_DEFINE = _ie8DomDefine;
40982
41850
  var gOPD$2 = Object.getOwnPropertyDescriptor;
40983
- _objectGopd.f = require_descriptors() ? gOPD$2 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor2(O2, P2) {
41851
+ _objectGopd.f = _descriptors ? gOPD$2 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor2(O2, P2) {
40984
41852
  O2 = toIObject$1(O2);
40985
41853
  P2 = toPrimitive$1(P2, true);
40986
41854
  if (IE8_DOM_DEFINE)
@@ -40993,7 +41861,7 @@ ${latestSubscriptionCallbackError.current.stack}
40993
41861
  }, "getOwnPropertyDescriptor");
40994
41862
  var global$1 = _globalExports;
40995
41863
  var has$7 = _has;
40996
- var DESCRIPTORS = require_descriptors();
41864
+ var DESCRIPTORS = _descriptors;
40997
41865
  var $export$2 = _export;
40998
41866
  var redefine = _redefine;
40999
41867
  var META = _metaExports.KEY;
@@ -41016,7 +41884,7 @@ ${latestSubscriptionCallbackError.current.stack}
41016
41884
  var gOPNExt = _objectGopnExt;
41017
41885
  var $GOPD = _objectGopd;
41018
41886
  var $GOPS = _objectGops;
41019
- var $DP = require_objectDp();
41887
+ var $DP = _objectDp;
41020
41888
  var $keys$1 = _objectKeys;
41021
41889
  var gOPD$1 = $GOPD.f;
41022
41890
  var dP = $DP.f;
@@ -41153,7 +42021,7 @@ ${latestSubscriptionCallbackError.current.stack}
41153
42021
  $GOPD.f = $getOwnPropertyDescriptor;
41154
42022
  $DP.f = $defineProperty;
41155
42023
  _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
41156
- require_objectPie().f = $propertyIsEnumerable;
42024
+ _objectPie.f = $propertyIsEnumerable;
41157
42025
  $GOPS.f = $getOwnPropertySymbols;
41158
42026
  if (DESCRIPTORS && !_library) {
41159
42027
  redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
@@ -43146,6 +44014,8 @@ ${latestSubscriptionCallbackError.current.stack}
43146
44014
  function _createClass2(Constructor, protoProps, staticProps) {
43147
44015
  if (protoProps)
43148
44016
  _defineProperties2(Constructor.prototype, protoProps);
44017
+ if (staticProps)
44018
+ _defineProperties2(Constructor, staticProps);
43149
44019
  return Constructor;
43150
44020
  }
43151
44021
  __name(_createClass2, "_createClass");
@@ -47808,7 +48678,7 @@ ${latestSubscriptionCallbackError.current.stack}
47808
48678
  __name(looksLikeAVFileValue, "looksLikeAVFileValue");
47809
48679
  const emptyOptions = {};
47810
48680
  function toString$1(value, options) {
47811
- const settings = emptyOptions;
48681
+ const settings = options || emptyOptions;
47812
48682
  const includeImageAlt = typeof settings.includeImageAlt === "boolean" ? settings.includeImageAlt : true;
47813
48683
  const includeHtml = typeof settings.includeHtml === "boolean" ? settings.includeHtml : true;
47814
48684
  return one$1(value, includeImageAlt, includeHtml);
@@ -48641,11 +49511,11 @@ ${latestSubscriptionCallbackError.current.stack}
48641
49511
  function decodeNamedCharacterReference(value) {
48642
49512
  const characterReference2 = "&" + value + ";";
48643
49513
  element.innerHTML = characterReference2;
48644
- const char = element.textContent;
48645
- if (char.charCodeAt(char.length - 1) === 59 && value !== "semi") {
49514
+ const char2 = element.textContent;
49515
+ if (char2.charCodeAt(char2.length - 1) === 59 && value !== "semi") {
48646
49516
  return false;
48647
49517
  }
48648
- return char === characterReference2 ? false : char;
49518
+ return char2 === characterReference2 ? false : char2;
48649
49519
  }
48650
49520
  __name(decodeNamedCharacterReference, "decodeNamedCharacterReference");
48651
49521
  const characterReference = {
@@ -54004,6 +54874,7 @@ ${latestSubscriptionCallbackError.current.stack}
54004
54874
  return destination && "run" in destination ? bridge(destination, options) : mutate(destination || options);
54005
54875
  }, "remarkRehype")
54006
54876
  );
54877
+ const remarkRehype$1 = remarkRehype;
54007
54878
  function bridge(destination, options) {
54008
54879
  return (node2, file, next) => {
54009
54880
  destination.run(toHast(node2, options), file, (error) => {
@@ -55380,7 +56251,7 @@ ${latestSubscriptionCallbackError.current.stack}
55380
56251
  }
55381
56252
  __name(stringify$3, "stringify$3");
55382
56253
  function stringify$2(values2, options) {
55383
- const settings = {};
56254
+ const settings = options || {};
55384
56255
  const input = values2[values2.length - 1] === "" ? [...values2, ""] : values2;
55385
56256
  return input.join(
55386
56257
  (settings.padRight ? " " : "") + "," + (settings.padLeft === false ? "" : " ")
@@ -55801,7 +56672,7 @@ ${latestSubscriptionCallbackError.current.stack}
55801
56672
  delete deprecated[key2];
55802
56673
  }
55803
56674
  }
55804
- const processor = unified().use(remarkParse).use(options.remarkPlugins || []).use(remarkRehype, __spreadProps(__spreadValues({}, options.remarkRehypeOptions), {
56675
+ const processor = unified().use(remarkParse).use(options.remarkPlugins || []).use(remarkRehype$1, __spreadProps(__spreadValues({}, options.remarkRehypeOptions), {
55805
56676
  allowDangerousHtml: true
55806
56677
  })).use(options.rehypePlugins || []).use(rehypeFilter, options);
55807
56678
  const file = new VFile();
@@ -60490,8 +61361,8 @@ ${latestSubscriptionCallbackError.current.stack}
60490
61361
  }
60491
61362
  var colorString2 = match2[0];
60492
61363
  if (match2[0].length === 3) {
60493
- colorString2 = colorString2.split("").map(function(char) {
60494
- return char + char;
61364
+ colorString2 = colorString2.split("").map(function(char2) {
61365
+ return char2 + char2;
60495
61366
  }).join("");
60496
61367
  }
60497
61368
  var integer = parseInt(colorString2, 16);
@@ -61395,8 +62266,9 @@ ${latestSubscriptionCallbackError.current.stack}
61395
62266
  }
61396
62267
  render() {
61397
62268
  var _b2;
61398
- const _a2 = this.props, {
62269
+ let _a2 = this.props, {
61399
62270
  multi,
62271
+ asTag,
61400
62272
  options,
61401
62273
  unfilteredOptions,
61402
62274
  value,
@@ -61409,6 +62281,10 @@ ${latestSubscriptionCallbackError.current.stack}
61409
62281
  noResultsText,
61410
62282
  noResults: _noResults,
61411
62283
  inputProps,
62284
+ backgroundColor: backgroundColor2,
62285
+ doNotFillWidth,
62286
+ noToggle,
62287
+ small,
61412
62288
  placeholder,
61413
62289
  isLoading,
61414
62290
  disallowClear,
@@ -61420,6 +62296,7 @@ ${latestSubscriptionCallbackError.current.stack}
61420
62296
  renderCreateNewOption: _renderCreateNewOption = renderCreateNewOption$1
61421
62297
  } = _a2, rest = __objRest(_a2, [
61422
62298
  "multi",
62299
+ "asTag",
61423
62300
  "options",
61424
62301
  "unfilteredOptions",
61425
62302
  "value",
@@ -61433,6 +62310,10 @@ ${latestSubscriptionCallbackError.current.stack}
61433
62310
  "noResultsText",
61434
62311
  "noResults",
61435
62312
  "inputProps",
62313
+ "backgroundColor",
62314
+ "doNotFillWidth",
62315
+ "noToggle",
62316
+ "small",
61436
62317
  "placeholder",
61437
62318
  "isLoading",
61438
62319
  "disallowClear",
@@ -61443,6 +62324,14 @@ ${latestSubscriptionCallbackError.current.stack}
61443
62324
  "resetOnSelect",
61444
62325
  "renderCreateNewOption"
61445
62326
  ]);
62327
+ if (asTag) {
62328
+ small = true;
62329
+ placeholder = " ";
62330
+ backgroundColor2 = "red";
62331
+ disallowClear = true;
62332
+ doNotFillWidth = true;
62333
+ noToggle = true;
62334
+ }
61446
62335
  let noResults = _noResults;
61447
62336
  if (noResults === void 0)
61448
62337
  noResults = noResultsDefault;
@@ -61456,7 +62345,7 @@ ${latestSubscriptionCallbackError.current.stack}
61456
62345
  minimal: true,
61457
62346
  onClick: this.handleClear
61458
62347
  }
61459
- ), noResults !== null && /* @__PURE__ */ React$2.createElement(
62348
+ ), noResults !== null && !noToggle && /* @__PURE__ */ React$2.createElement(
61460
62349
  Button,
61461
62350
  {
61462
62351
  onClick: (e2) => {
@@ -61480,7 +62369,7 @@ ${latestSubscriptionCallbackError.current.stack}
61480
62369
  (opt) => opt && opt.value === (value2 && value2.value || value2)
61481
62370
  );
61482
62371
  });
61483
- return /* @__PURE__ */ React$2.createElement(
62372
+ const toRet = /* @__PURE__ */ React$2.createElement(
61484
62373
  MultiSelect,
61485
62374
  __spreadValues(__spreadValues({
61486
62375
  onActiveItemChange: this.handleActiveItemChange,
@@ -61494,7 +62383,10 @@ ${latestSubscriptionCallbackError.current.stack}
61494
62383
  captureDismiss: true,
61495
62384
  minimal: true,
61496
62385
  className: classNames$1("tg-select", "tg-stop-dialog-form-enter", {
61497
- "tg-single-select": !multi
62386
+ "tg-single-select": !multi,
62387
+ "tg-select-as-tag": asTag,
62388
+ "do-not-fill-width": doNotFillWidth,
62389
+ "tg-small": small
61498
62390
  }),
61499
62391
  wrapperTagName: "div",
61500
62392
  canEscapeKeyClose: true,
@@ -61549,6 +62441,23 @@ ${latestSubscriptionCallbackError.current.stack}
61549
62441
  })
61550
62442
  }), rest)
61551
62443
  );
62444
+ if (backgroundColor2) {
62445
+ return /* @__PURE__ */ React$2.createElement(
62446
+ "div",
62447
+ {
62448
+ style: {
62449
+ backgroundColor: backgroundColor2,
62450
+ borderRadius: "4px 4px 4px 4px",
62451
+ overflow: "hidden",
62452
+ width: "fit-content",
62453
+ color: "white",
62454
+ border: "2px solid white"
62455
+ }
62456
+ },
62457
+ toRet
62458
+ );
62459
+ }
62460
+ return toRet;
61552
62461
  }
61553
62462
  };
61554
62463
  __name(_TgSelect, "TgSelect");
@@ -63749,12 +64658,20 @@ ${latestSubscriptionCallbackError.current.stack}
63749
64658
  __name(getSubFilter, "getSubFilter");
63750
64659
  function getCurrentParamsFromUrl(location2, isSimple) {
63751
64660
  let { search: search2 } = location2;
64661
+ if (isSimple) {
64662
+ search2 = window.location.href.split("?")[1] || "";
64663
+ }
63752
64664
  return parseFilters(queryString.parse(search2, { ignoreQueryPrefix: true }));
63753
64665
  }
63754
64666
  __name(getCurrentParamsFromUrl, "getCurrentParamsFromUrl");
63755
64667
  function setCurrentParamsOnUrl(newParams, replace2, isSimple) {
63756
64668
  const stringifiedFilters = stringifyFilters(newParams);
63757
64669
  const search2 = `?${queryString.stringify(stringifiedFilters)}`;
64670
+ if (isSimple) {
64671
+ return window.location.replace(
64672
+ `${window.location.href.split("?")[0]}${search2}`
64673
+ );
64674
+ }
63758
64675
  replace2({
63759
64676
  search: search2
63760
64677
  });
@@ -78180,6 +79097,9 @@ ${latestSubscriptionCallbackError.current.stack}
78180
79097
  __name(resolvePathname, "resolvePathname");
78181
79098
  var prefix$2 = "Invariant failed";
78182
79099
  function invariant$2(condition, message) {
79100
+ if (condition) {
79101
+ return;
79102
+ }
78183
79103
  {
78184
79104
  throw new Error(prefix$2);
78185
79105
  }
@@ -78227,7 +79147,7 @@ ${latestSubscriptionCallbackError.current.stack}
78227
79147
  } else {
78228
79148
  location2.hash = "";
78229
79149
  }
78230
- if (location2.state === void 0)
79150
+ if (state2 !== void 0 && location2.state === void 0)
78231
79151
  location2.state = state2;
78232
79152
  }
78233
79153
  try {
@@ -78239,6 +79159,8 @@ ${latestSubscriptionCallbackError.current.stack}
78239
79159
  throw e2;
78240
79160
  }
78241
79161
  }
79162
+ if (key2)
79163
+ location2.key = key2;
78242
79164
  if (currentLocation) {
78243
79165
  if (!location2.pathname) {
78244
79166
  location2.pathname = currentLocation.pathname;
@@ -78360,6 +79282,7 @@ ${latestSubscriptionCallbackError.current.stack}
78360
79282
  }).isRequired
78361
79283
  }).isRequired
78362
79284
  };
79285
+ const Link$1 = Link;
78363
79286
  var pathToRegexp$2 = { exports: {} };
78364
79287
  var isarray$1 = Array.isArray || function(arr) {
78365
79288
  return Object.prototype.toString.call(arr) == "[object Array]";
@@ -78806,6 +79729,7 @@ ${latestSubscriptionCallbackError.current.stack}
78806
79729
  Route.childContextTypes = {
78807
79730
  router: PropTypes$1.object.isRequired
78808
79731
  };
79732
+ const Route$1 = Route;
78809
79733
  var REACT_STATICS = {
78810
79734
  childContextTypes: true,
78811
79735
  contextTypes: true,
@@ -78887,7 +79811,7 @@ ${latestSubscriptionCallbackError.current.stack}
78887
79811
  var withRouter = /* @__PURE__ */ __name(function withRouter2(Component) {
78888
79812
  var C2 = /* @__PURE__ */ __name(function C3(props) {
78889
79813
  var wrappedComponentRef = props.wrappedComponentRef, remainingProps = _objectWithoutProperties$3(props, ["wrappedComponentRef"]);
78890
- return React$2.createElement(Route, {
79814
+ return React$2.createElement(Route$1, {
78891
79815
  children: /* @__PURE__ */ __name(function children(routeComponentProps) {
78892
79816
  return React$2.createElement(Component, _extends$2({}, remainingProps, routeComponentProps, {
78893
79817
  ref: wrappedComponentRef
@@ -78902,6 +79826,7 @@ ${latestSubscriptionCallbackError.current.stack}
78902
79826
  };
78903
79827
  return hoistStatics(C2, Component);
78904
79828
  }, "withRouter");
79829
+ const withRouter$1 = withRouter;
78905
79830
  const isEq$1 = /* @__PURE__ */ __name((o1, o2) => {
78906
79831
  const isEq2 = isEqualWith(o1, o2, function(val1, val2) {
78907
79832
  if (isFunction$1(val1) && isFunction$1(val2)) {
@@ -78969,8 +79894,12 @@ ${latestSubscriptionCallbackError.current.stack}
78969
79894
  __name(getTableConfigFromStorage, "getTableConfigFromStorage");
78970
79895
  function withTableParams(compOrOpts, pTopLevelOpts) {
78971
79896
  let topLevelOptions;
78972
- {
79897
+ let Component;
79898
+ if (!pTopLevelOpts) {
78973
79899
  topLevelOptions = compOrOpts;
79900
+ } else {
79901
+ topLevelOptions = pTopLevelOpts;
79902
+ Component = compOrOpts;
78974
79903
  }
78975
79904
  const { isLocalCall } = topLevelOptions;
78976
79905
  const mapStateToProps2 = /* @__PURE__ */ __name((state2, ownProps) => {
@@ -79192,11 +80121,14 @@ ${latestSubscriptionCallbackError.current.stack}
79192
80121
  }),
79193
80122
  branch((props) => {
79194
80123
  return !props.noRouter;
79195
- }, withRouter),
80124
+ }, withRouter$1),
79196
80125
  connect(mapStateToProps2, mapDispatchToProps2, mergeProps),
79197
80126
  pure$1,
79198
80127
  addFormTracking
79199
80128
  );
80129
+ if (Component) {
80130
+ return toReturn(Component);
80131
+ }
79200
80132
  return toReturn;
79201
80133
  }
79202
80134
  __name(withTableParams, "withTableParams");
@@ -80107,7 +81039,7 @@ ${latestSubscriptionCallbackError.current.stack}
80107
81039
  const { schema: schema2 } = this.props;
80108
81040
  const editableFields = schema2.fields.filter((f2) => !f2.isNotEditable);
80109
81041
  const validationErrors = {};
80110
- const newEnts = fn(entities, (entities2) => {
81042
+ const newEnts = immer(entities, (entities2) => {
80111
81043
  entities2.forEach((e2, index2) => {
80112
81044
  editableFields.forEach((columnSchema) => {
80113
81045
  if (useDefaultValues) {
@@ -83661,7 +84593,7 @@ ${latestSubscriptionCallbackError.current.stack}
83661
84593
  }),
83662
84594
  onChange: (val2) => {
83663
84595
  setFilesWIssues(
83664
- fn(filesWIssues, (files) => {
84596
+ immer(filesWIssues, (files) => {
83665
84597
  files.forEach((f2, i22) => {
83666
84598
  const isCurrentFile = fileIndex === i22;
83667
84599
  if (isCurrentFile || doAllFilesHaveSameHeaders) {
@@ -84245,8 +85177,8 @@ ${latestSubscriptionCallbackError.current.stack}
84245
85177
  function createPatternAlphabet(pattern) {
84246
85178
  let mask = {};
84247
85179
  for (let i2 = 0, len2 = pattern.length; i2 < len2; i2 += 1) {
84248
- const char = pattern.charAt(i2);
84249
- mask[char] = (mask[char] || 0) | 1 << len2 - i2 - 1;
85180
+ const char2 = pattern.charAt(i2);
85181
+ mask[char2] = (mask[char2] || 0) | 1 << len2 - i2 - 1;
84250
85182
  }
84251
85183
  return mask;
84252
85184
  }
@@ -85621,7 +86553,7 @@ ${latestSubscriptionCallbackError.current.stack}
85621
86553
  }, hasSubmitted && {
85622
86554
  onBackClick: onBackClick || (() => {
85623
86555
  setSteps(
85624
- fn(steps, (draft) => {
86556
+ immer(steps, (draft) => {
85625
86557
  draft[0].active = true;
85626
86558
  draft[0].completed = false;
85627
86559
  draft[1].active = false;
@@ -85634,7 +86566,7 @@ ${latestSubscriptionCallbackError.current.stack}
85634
86566
  return __async(this, null, function* () {
85635
86567
  if (!hasSubmitted) {
85636
86568
  setSteps(
85637
- fn(steps, (draft) => {
86569
+ immer(steps, (draft) => {
85638
86570
  draft[0].active = false;
85639
86571
  draft[0].completed = true;
85640
86572
  draft[1].active = true;
@@ -85892,10 +86824,6 @@ ${latestSubscriptionCallbackError.current.stack}
85892
86824
  __name(showDialogPromise, "showDialogPromise");
85893
86825
  return { comp, showDialogPromise, toggleDialog, setAdditionalProps };
85894
86826
  }, "useDialog");
85895
- function commonjsRequire(path2) {
85896
- throw new Error('Could not dynamically require "' + path2 + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
85897
- }
85898
- __name(commonjsRequire, "commonjsRequire");
85899
86827
  var jszip_min = { exports: {} };
85900
86828
  /*!
85901
86829
 
@@ -88486,8 +89414,8 @@ ${latestSubscriptionCallbackError.current.stack}
88486
89414
  var q2 = false;
88487
89415
  function J2(e3, t3, r3, n3) {
88488
89416
  P2(e3, (s2 << 1) + (n3 ? 1 : 0), 3), function(e4, t4, r4, n4) {
88489
- M2(e4), U2(e4, r4), U2(e4, ~r4), i2.arraySet(e4.pending_buf, e4.window, t4, r4, e4.pending), e4.pending += r4;
88490
- }(e3, t3, r3);
89417
+ M2(e4), n4 && (U2(e4, r4), U2(e4, ~r4)), i2.arraySet(e4.pending_buf, e4.window, t4, r4, e4.pending), e4.pending += r4;
89418
+ }(e3, t3, r3, true);
88491
89419
  }
88492
89420
  __name(J2, "J");
88493
89421
  r2._tr_init = function(e3) {
@@ -94389,7 +95317,7 @@ ${latestSubscriptionCallbackError.current.stack}
94389
95317
  var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
94390
95318
  if (it)
94391
95319
  return (it = it.call(o2)).next.bind(it);
94392
- if (Array.isArray(o2) || (it = _unsupportedIterableToArray$6(o2)) || allowArrayLike) {
95320
+ if (Array.isArray(o2) || (it = _unsupportedIterableToArray$6(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
94393
95321
  if (it)
94394
95322
  o2 = it;
94395
95323
  var i2 = 0;
@@ -94742,7 +95670,7 @@ ${latestSubscriptionCallbackError.current.stack}
94742
95670
  var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
94743
95671
  if (it)
94744
95672
  return (it = it.call(o2)).next.bind(it);
94745
- if (Array.isArray(o2) || (it = _unsupportedIterableToArray$4(o2)) || allowArrayLike) {
95673
+ if (Array.isArray(o2) || (it = _unsupportedIterableToArray$4(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
94746
95674
  if (it)
94747
95675
  o2 = it;
94748
95676
  var i2 = 0;
@@ -95038,7 +95966,7 @@ ${latestSubscriptionCallbackError.current.stack}
95038
95966
  var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
95039
95967
  if (it)
95040
95968
  return (it = it.call(o2)).next.bind(it);
95041
- if (Array.isArray(o2) || (it = _unsupportedIterableToArray$3(o2)) || allowArrayLike) {
95969
+ if (Array.isArray(o2) || (it = _unsupportedIterableToArray$3(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
95042
95970
  if (it)
95043
95971
  o2 = it;
95044
95972
  var i2 = 0;
@@ -95124,7 +96052,7 @@ ${latestSubscriptionCallbackError.current.stack}
95124
96052
  var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
95125
96053
  if (it)
95126
96054
  return (it = it.call(o2)).next.bind(it);
95127
- if (Array.isArray(o2) || (it = _unsupportedIterableToArray$2(o2)) || allowArrayLike) {
96055
+ if (Array.isArray(o2) || (it = _unsupportedIterableToArray$2(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
95128
96056
  if (it)
95129
96057
  o2 = it;
95130
96058
  var i2 = 0;
@@ -95225,7 +96153,7 @@ ${latestSubscriptionCallbackError.current.stack}
95225
96153
  var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
95226
96154
  if (it)
95227
96155
  return (it = it.call(o2)).next.bind(it);
95228
- if (Array.isArray(o2) || (it = _unsupportedIterableToArray$1(o2)) || allowArrayLike) {
96156
+ if (Array.isArray(o2) || (it = _unsupportedIterableToArray$1(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
95229
96157
  if (it)
95230
96158
  o2 = it;
95231
96159
  var i2 = 0;
@@ -95862,7 +96790,7 @@ ${latestSubscriptionCallbackError.current.stack}
95862
96790
  ) : /* @__PURE__ */ React$2.createElement(React$2.Fragment, null, "Accepts ", simpleAccept)
95863
96791
  ),
95864
96792
  /* @__PURE__ */ React$2.createElement(
95865
- Dropzone,
96793
+ Dropzone$1,
95866
96794
  __spreadValues(__spreadValues({
95867
96795
  disabled: dropzoneDisabled,
95868
96796
  onClick: (evt) => evt.preventDefault(),
@@ -96669,7 +97597,7 @@ ${latestSubscriptionCallbackError.current.stack}
96669
97597
  }
96670
97598
  __name(_getRequireWildcardCache$1, "_getRequireWildcardCache$1");
96671
97599
  function _interopRequireWildcard$1(obj, nodeInterop) {
96672
- if (obj && obj.__esModule) {
97600
+ if (!nodeInterop && obj && obj.__esModule) {
96673
97601
  return obj;
96674
97602
  }
96675
97603
  if (obj === null || _typeof$1(obj) !== "object" && typeof obj !== "function") {
@@ -97094,7 +98022,7 @@ ${latestSubscriptionCallbackError.current.stack}
97094
98022
  }
97095
98023
  __name(_getRequireWildcardCache, "_getRequireWildcardCache");
97096
98024
  function _interopRequireWildcard(obj, nodeInterop) {
97097
- if (obj && obj.__esModule) {
98025
+ if (!nodeInterop && obj && obj.__esModule) {
97098
98026
  return obj;
97099
98027
  }
97100
98028
  if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") {
@@ -97208,6 +98136,8 @@ ${latestSubscriptionCallbackError.current.stack}
97208
98136
  function _createClass$1(Constructor, protoProps, staticProps) {
97209
98137
  if (protoProps)
97210
98138
  _defineProperties$1(Constructor.prototype, protoProps);
98139
+ if (staticProps)
98140
+ _defineProperties$1(Constructor, staticProps);
97211
98141
  Object.defineProperty(Constructor, "prototype", { writable: false });
97212
98142
  return Constructor;
97213
98143
  }
@@ -97689,7 +98619,7 @@ ${latestSubscriptionCallbackError.current.stack}
97689
98619
  }
97690
98620
  __name(_getRequireWildcardCache2, "_getRequireWildcardCache");
97691
98621
  function _interopRequireWildcard2(obj, nodeInterop) {
97692
- if (obj && obj.__esModule) {
98622
+ if (!nodeInterop && obj && obj.__esModule) {
97693
98623
  return obj;
97694
98624
  }
97695
98625
  if (obj === null || _typeof4(obj) !== "object" && typeof obj !== "function") {
@@ -99803,7 +100733,7 @@ ${latestSubscriptionCallbackError.current.stack}
99803
100733
  e2.target.closest(`.${POPOVER_DISMISS}`).click();
99804
100734
  }, "handleLinkClick");
99805
100735
  return /* @__PURE__ */ React$2.createElement("li", { className: POPOVER_DISMISS, onClick }, /* @__PURE__ */ React$2.createElement(
99806
- Link,
100736
+ Link$1,
99807
100737
  {
99808
100738
  onClick: handleLinkClick,
99809
100739
  to: navTo,
@@ -99827,7 +100757,7 @@ ${latestSubscriptionCallbackError.current.stack}
99827
100757
  willUnmount({ className });
99828
100758
  }
99829
100759
  }),
99830
- branch(({ navTo }) => navTo, withRouter)
100760
+ branch(({ navTo }) => navTo, withRouter$1)
99831
100761
  )(function(_o) {
99832
100762
  var _p = _o, {
99833
100763
  navTo,
@@ -102221,7 +103151,7 @@ ${latestSubscriptionCallbackError.current.stack}
102221
103151
  }
102222
103152
  }
102223
103153
  if (outputTrimmedRange) {
102224
- return assignIn({}, rangeToBeTrimmed, {
103154
+ return extend$2({}, rangeToBeTrimmed, {
102225
103155
  start: outputTrimmedRange.start,
102226
103156
  end: outputTrimmedRange.end
102227
103157
  });
@@ -102806,6 +103736,8 @@ ${latestSubscriptionCallbackError.current.stack}
102806
103736
  );
102807
103737
  if (!rangeBlocked) {
102808
103738
  yOffset = index2;
103739
+ if (assignYOffsetToRange)
103740
+ range2.yOffset = index2;
102809
103741
  rangesAlreadyAddedToYOffset.push(range2);
102810
103742
  return true;
102811
103743
  }
@@ -102814,6 +103746,8 @@ ${latestSubscriptionCallbackError.current.stack}
102814
103746
  );
102815
103747
  if (!openYOffsetFound) {
102816
103748
  yOffset = YOffsetLevelsWithRanges.length;
103749
+ if (assignYOffsetToRange)
103750
+ range2.yOffset = YOffsetLevelsWithRanges.length;
102817
103751
  }
102818
103752
  return yOffset;
102819
103753
  }
@@ -108211,7 +109145,7 @@ ${latestSubscriptionCallbackError.current.stack}
108211
109145
  }
108212
109146
  __name(coerceLocation, "coerceLocation");
108213
109147
  function getDegenerateDnaStringFromAAString(aaString) {
108214
- return aaString.split("").map((char) => aminoAcidToDegenerateDnaMap[char.toLowerCase()] || "nnn").join("");
109148
+ return aaString.split("").map((char2) => aminoAcidToDegenerateDnaMap[char2.toLowerCase()] || "nnn").join("");
108215
109149
  }
108216
109150
  __name(getDegenerateDnaStringFromAAString, "getDegenerateDnaStringFromAAString");
108217
109151
  function getAminoAcidStringFromSequenceString(sequenceString, { doNotExcludeAsterisk } = {}) {
@@ -116882,8 +117816,8 @@ ${latestSubscriptionCallbackError.current.stack}
116882
117816
  function convertAmbiguousStringToRegex(string2, isProtein2) {
116883
117817
  return reduce(
116884
117818
  string2,
116885
- (acc, char) => {
116886
- const value = isProtein2 ? extended_protein_values[char.toUpperCase()] : ambiguous_dna_values$1[char.toUpperCase()];
117819
+ (acc, char2) => {
117820
+ const value = isProtein2 ? extended_protein_values[char2.toUpperCase()] : ambiguous_dna_values$1[char2.toUpperCase()];
116887
117821
  if (!value)
116888
117822
  return acc;
116889
117823
  if (value.length === 1) {
@@ -116925,7 +117859,7 @@ ${latestSubscriptionCallbackError.current.stack}
116925
117859
  annotationTypes.forEach((type2) => {
116926
117860
  delete seqDataToUse[`filtered${startCase(type2)}`];
116927
117861
  });
116928
- const seqDataToReturn = assignIn(
117862
+ const seqDataToReturn = extend$2(
116929
117863
  {},
116930
117864
  seqDataToUse,
116931
117865
  {
@@ -116993,7 +117927,7 @@ ${latestSubscriptionCallbackError.current.stack}
116993
117927
  }
116994
117928
  const overlaps = getZeroedRangeOverlaps(annotation, range2, maxLength).map(
116995
117929
  (overlap) => {
116996
- return assignIn({}, annotation, overlap);
117930
+ return extend$2({}, annotation, overlap);
116997
117931
  }
116998
117932
  );
116999
117933
  if (shouldExcludePartial) {
@@ -118897,8 +119831,8 @@ ${latestSubscriptionCallbackError.current.stack}
118897
119831
  }
118898
119832
  return true;
118899
119833
  };
118900
- function isWhiteSpace$1(char) {
118901
- return char === " " || char === " " || char === "\n" || char === "\r";
119834
+ function isWhiteSpace$1(char2) {
119835
+ return char2 === " " || char2 === " " || char2 === "\n" || char2 === "\r";
118902
119836
  }
118903
119837
  __name(isWhiteSpace$1, "isWhiteSpace$1");
118904
119838
  function readPI(xmlData, i2) {
@@ -124380,12 +125314,14 @@ ${latestSubscriptionCallbackError.current.stack}
124380
125314
  if (value > max2 || value < min2) {
124381
125315
  const n2 = typeof min2 === "bigint" ? "n" : "";
124382
125316
  let range2;
124383
- {
125317
+ if (byteLength3 > 3) {
124384
125318
  if (min2 === 0 || min2 === BigInt(0)) {
124385
125319
  range2 = `>= 0${n2} and < 2${n2} ** ${(byteLength3 + 1) * 8}${n2}`;
124386
125320
  } else {
124387
125321
  range2 = `>= -(2${n2} ** ${(byteLength3 + 1) * 8 - 1}${n2}) and < 2 ** ${(byteLength3 + 1) * 8 - 1}${n2}`;
124388
125322
  }
125323
+ } else {
125324
+ range2 = `>= ${min2}${n2} and <= ${max2}${n2}`;
124389
125325
  }
124390
125326
  throw new errors.ERR_OUT_OF_RANGE("value", range2, value);
124391
125327
  }
@@ -124401,14 +125337,14 @@ ${latestSubscriptionCallbackError.current.stack}
124401
125337
  function boundsError(value, length, type2) {
124402
125338
  if (Math.floor(value) !== value) {
124403
125339
  validateNumber(value, type2);
124404
- throw new errors.ERR_OUT_OF_RANGE("offset", "an integer", value);
125340
+ throw new errors.ERR_OUT_OF_RANGE(type2 || "offset", "an integer", value);
124405
125341
  }
124406
125342
  if (length < 0) {
124407
125343
  throw new errors.ERR_BUFFER_OUT_OF_BOUNDS();
124408
125344
  }
124409
125345
  throw new errors.ERR_OUT_OF_RANGE(
124410
- "offset",
124411
- `>= ${0} and <= ${length}`,
125346
+ type2 || "offset",
125347
+ `>= ${type2 ? 1 : 0} and <= ${length}`,
124412
125348
  value
124413
125349
  );
124414
125350
  }
@@ -125013,6 +125949,8 @@ ${latestSubscriptionCallbackError.current.stack}
125013
125949
  function _createClass2(Constructor, protoProps, staticProps) {
125014
125950
  if (protoProps)
125015
125951
  _defineProperties2(Constructor.prototype, protoProps);
125952
+ if (staticProps)
125953
+ _defineProperties2(Constructor, staticProps);
125016
125954
  Object.defineProperty(Constructor, "prototype", { writable: false });
125017
125955
  return Constructor;
125018
125956
  }
@@ -125382,7 +126320,7 @@ ${latestSubscriptionCallbackError.current.stack}
125382
126320
  }
125383
126321
  __name(oneOf, "oneOf");
125384
126322
  function startsWith2(str, search2, pos) {
125385
- return str.substr(0, search2.length) === search2;
126323
+ return str.substr(!pos || pos < 0 ? 0 : +pos, search2.length) === search2;
125386
126324
  }
125387
126325
  __name(startsWith2, "startsWith");
125388
126326
  function endsWith2(str, search2, this_len) {
@@ -128895,10 +129833,16 @@ ${seq.sequence}
128895
129833
  o2 = b4(data, ze2 + 48);
128896
129834
  }
128897
129835
  }
129836
+ var fltr = opts2 && opts2.filter;
128898
129837
  for (var i2 = 0; i2 < c2; ++i2) {
128899
129838
  var _a2 = zh(data, o2, z2), c_2 = _a2[0], sc2 = _a2[1], su = _a2[2], fn2 = _a2[3], no = _a2[4], off2 = _a2[5], b3 = slzh(data, off2);
128900
129839
  o2 = no;
128901
- {
129840
+ if (!fltr || fltr({
129841
+ name: fn2,
129842
+ size: sc2,
129843
+ originalSize: su,
129844
+ compression: c_2
129845
+ })) {
128902
129846
  if (!c_2)
128903
129847
  files[fn2] = slc(data, b3, b3 + sc2);
128904
129848
  else if (c_2 == 8)
@@ -129558,8 +130502,8 @@ ${seq.sequence}
129558
130502
  }
129559
130503
  let colorString2 = match2[0];
129560
130504
  if (match2[0].length === 3) {
129561
- colorString2 = colorString2.split("").map((char) => {
129562
- return char + char;
130505
+ colorString2 = colorString2.split("").map((char2) => {
130506
+ return char2 + char2;
129563
130507
  }).join("");
129564
130508
  }
129565
130509
  const integer = parseInt(colorString2, 16);
@@ -131099,7 +132043,7 @@ ${seq.sequence}
131099
132043
  return payload.filter((group) => group.length);
131100
132044
  },
131101
132045
  [flipActiveTabFromLinearOrCircularIfNecessary]: (state2, setCircActive) => {
131102
- const newState = fn(state2, (s2) => {
132046
+ const newState = immer(state2, (s2) => {
131103
132047
  s2.forEach((g2) => {
131104
132048
  flipActiveForGroup(g2, setCircActive);
131105
132049
  });
@@ -132183,6 +133127,7 @@ ${seq.sequence}
132183
133127
  __name(createThunkMiddleware, "createThunkMiddleware");
132184
133128
  var thunk = createThunkMiddleware();
132185
133129
  thunk.withExtraArgument = createThunkMiddleware;
133130
+ const thunk$1 = thunk;
132186
133131
  const makeStore = /* @__PURE__ */ __name(() => {
132187
133132
  const composeEnhancer = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
132188
133133
  name: "createVectorEditor",
@@ -132200,7 +133145,7 @@ ${seq.sequence}
132200
133145
  }),
132201
133146
  void 0,
132202
133147
  composeEnhancer(
132203
- applyMiddleware(thunk, vectorEditorMiddleware)
133148
+ applyMiddleware(thunk$1, vectorEditorMiddleware)
132204
133149
  //your store should be redux-thunk connected for the VectorEditor component to work
132205
133150
  )
132206
133151
  );
@@ -135302,7 +136247,7 @@ ${seq.sequence}
135302
136247
  return 0;
135303
136248
  }
135304
136249
  var result = Number(value);
135305
- !!isNaN(result) ? invariant$2() : void 0;
136250
+ !!isNaN(result) ? invariant$2(false) : void 0;
135306
136251
  return result;
135307
136252
  }, "parse2");
135308
136253
  var getWindowScroll$1 = /* @__PURE__ */ __name(function getWindowScroll2() {
@@ -135475,6 +136420,9 @@ ${seq.sequence}
135475
136420
  return this.message;
135476
136421
  }, "toString");
135477
136422
  function invariant$1(condition, message) {
136423
+ if (condition) {
136424
+ return;
136425
+ }
135478
136426
  {
135479
136427
  throw new RbdInvariant(prefix$1);
135480
136428
  }
@@ -135727,7 +136675,7 @@ ${seq.sequence}
135727
136675
  };
135728
136676
  }, "getSubject");
135729
136677
  var scrollDroppable = /* @__PURE__ */ __name((droppable2, newScroll) => {
135730
- !droppable2.frame ? invariant$1() : void 0;
136678
+ !droppable2.frame ? invariant$1(false) : void 0;
135731
136679
  const scrollable = droppable2.frame;
135732
136680
  const scrollDiff = subtract(newScroll, scrollable.scroll.initial);
135733
136681
  const scrollDisplacement = negate(scrollDiff);
@@ -135825,7 +136773,7 @@ ${seq.sequence}
135825
136773
  return getImpact(last2.descriptor.id);
135826
136774
  }
135827
136775
  const indexOfClosest = withoutDraggable.findIndex((d2) => d2.descriptor.id === closestId);
135828
- !(indexOfClosest !== -1) ? invariant$1() : void 0;
136776
+ !(indexOfClosest !== -1) ? invariant$1(false) : void 0;
135829
136777
  const proposedIndex = indexOfClosest - 1;
135830
136778
  if (proposedIndex < 0) {
135831
136779
  return null;
@@ -136160,7 +137108,7 @@ ${seq.sequence}
136160
137108
  afterCritical
136161
137109
  } = _ref;
136162
137110
  const wasAt = previousImpact.at;
136163
- !wasAt ? invariant$1() : void 0;
137111
+ !wasAt ? invariant$1(false) : void 0;
136164
137112
  if (wasAt.type === "REORDER") {
136165
137113
  const newIndex2 = fromReorder({
136166
137114
  isMovingForward,
@@ -136222,7 +137170,7 @@ ${seq.sequence}
136222
137170
  draggables
136223
137171
  } = _ref;
136224
137172
  const combine2 = tryGetCombine(impact);
136225
- !combine2 ? invariant$1() : void 0;
137173
+ !combine2 ? invariant$1(false) : void 0;
136226
137174
  const combineWith = combine2.draggableId;
136227
137175
  const center = draggables[combineWith].page.borderBox.center;
136228
137176
  const displaceBy = getCombinedItemDisplacement({
@@ -136567,7 +137515,7 @@ ${seq.sequence}
136567
137515
  }, "moveToNextPlace");
136568
137516
  const getKnownActive = /* @__PURE__ */ __name((droppable2) => {
136569
137517
  const rect = droppable2.subject.active;
136570
- !rect ? invariant$1() : void 0;
137518
+ !rect ? invariant$1(false) : void 0;
136571
137519
  return rect;
136572
137520
  }, "getKnownActive");
136573
137521
  var getBestCrossAxisDroppable = /* @__PURE__ */ __name((_ref) => {
@@ -136690,8 +137638,8 @@ ${seq.sequence}
136690
137638
  }), "withMaxScroll");
136691
137639
  const addPlaceholder = /* @__PURE__ */ __name((droppable2, draggable2, draggables) => {
136692
137640
  const frame = droppable2.frame;
136693
- !!isHomeOf(draggable2, droppable2) ? invariant$1() : void 0;
136694
- !!droppable2.subject.withPlaceholder ? invariant$1() : void 0;
137641
+ !!isHomeOf(draggable2, droppable2) ? invariant$1(false) : void 0;
137642
+ !!droppable2.subject.withPlaceholder ? invariant$1(false) : void 0;
136695
137643
  const placeholderSize = getDisplacedBy(droppable2.axis, draggable2.displaceBy).point;
136696
137644
  const requiredGrowth = getRequiredGrowthForPlaceholder(droppable2, placeholderSize, draggables);
136697
137645
  const added = {
@@ -136725,7 +137673,7 @@ ${seq.sequence}
136725
137673
  }, "addPlaceholder");
136726
137674
  const removePlaceholder = /* @__PURE__ */ __name((droppable2) => {
136727
137675
  const added = droppable2.subject.withPlaceholder;
136728
- !added ? invariant$1() : void 0;
137676
+ !added ? invariant$1(false) : void 0;
136729
137677
  const frame = droppable2.frame;
136730
137678
  if (!frame) {
136731
137679
  const subject2 = getSubject({
@@ -136739,7 +137687,7 @@ ${seq.sequence}
136739
137687
  });
136740
137688
  }
136741
137689
  const oldMaxScroll = added.oldFrameMaxScroll;
136742
- !oldMaxScroll ? invariant$1() : void 0;
137690
+ !oldMaxScroll ? invariant$1(false) : void 0;
136743
137691
  const newFrame = withMaxScroll(frame, oldMaxScroll);
136744
137692
  const subject = getSubject({
136745
137693
  page: droppable2.subject.page,
@@ -137370,7 +138318,7 @@ ${seq.sequence}
137370
138318
  dimensions: forcedDimensions,
137371
138319
  viewport: forcedViewport
137372
138320
  } = _ref;
137373
- !(state2.movementMode === "SNAP") ? invariant$1() : void 0;
138321
+ !(state2.movementMode === "SNAP") ? invariant$1(false) : void 0;
137374
138322
  const needsVisibilityCheck = state2.impact;
137375
138323
  const viewport2 = forcedViewport || state2.viewport;
137376
138324
  const dimensions = forcedDimensions || state2.dimensions;
@@ -137380,7 +138328,7 @@ ${seq.sequence}
137380
138328
  } = dimensions;
137381
138329
  const draggable2 = draggables[state2.critical.draggable.id];
137382
138330
  const isOver = whatIsDraggedOver(needsVisibilityCheck);
137383
- !isOver ? invariant$1() : void 0;
138331
+ !isOver ? invariant$1(false) : void 0;
137384
138332
  const destination = droppables[isOver];
137385
138333
  const impact = recompute({
137386
138334
  impact: needsVisibilityCheck,
@@ -137418,7 +138366,7 @@ ${seq.sequence}
137418
138366
  const displacedBy = getDisplacedBy(home2.axis, draggable2.displaceBy);
137419
138367
  const insideHome = getDraggablesInsideDroppable(home2.descriptor.id, draggables);
137420
138368
  const rawIndex = insideHome.indexOf(draggable2);
137421
- !(rawIndex !== -1) ? invariant$1() : void 0;
138369
+ !(rawIndex !== -1) ? invariant$1(false) : void 0;
137422
138370
  const afterDragging = insideHome.slice(rawIndex + 1);
137423
138371
  const effected = afterDragging.reduce((previous2, item) => {
137424
138372
  previous2[item.descriptor.id] = true;
@@ -137473,7 +138421,7 @@ ${seq.sequence}
137473
138421
  }, "offsetDraggable");
137474
138422
  var getFrame = /* @__PURE__ */ __name((droppable2) => {
137475
138423
  const frame = droppable2.frame;
137476
- !frame ? invariant$1() : void 0;
138424
+ !frame ? invariant$1(false) : void 0;
137477
138425
  return frame;
137478
138426
  }, "getFrame");
137479
138427
  var adjustAdditionsForScrollChanges = /* @__PURE__ */ __name((_ref) => {
@@ -137600,7 +138548,7 @@ ${seq.sequence}
137600
138548
  });
137601
138549
  }
137602
138550
  if (action2.type === "INITIAL_PUBLISH") {
137603
- !(state2.phase === "IDLE") ? invariant$1() : void 0;
138551
+ !(state2.phase === "IDLE") ? invariant$1(false) : void 0;
137604
138552
  const {
137605
138553
  critical,
137606
138554
  clientSelection,
@@ -137655,14 +138603,14 @@ ${seq.sequence}
137655
138603
  if (state2.phase === "COLLECTING" || state2.phase === "DROP_PENDING") {
137656
138604
  return state2;
137657
138605
  }
137658
- !(state2.phase === "DRAGGING") ? invariant$1() : void 0;
138606
+ !(state2.phase === "DRAGGING") ? invariant$1(false) : void 0;
137659
138607
  const result = __spreadProps(__spreadValues({}, state2), {
137660
138608
  phase: "COLLECTING"
137661
138609
  });
137662
138610
  return result;
137663
138611
  }
137664
138612
  if (action2.type === "PUBLISH_WHILE_DRAGGING") {
137665
- !(state2.phase === "COLLECTING" || state2.phase === "DROP_PENDING") ? invariant$1() : void 0;
138613
+ !(state2.phase === "COLLECTING" || state2.phase === "DROP_PENDING") ? invariant$1(false) : void 0;
137666
138614
  return publishWhileDraggingInVirtual({
137667
138615
  state: state2,
137668
138616
  published: action2.payload
@@ -137672,7 +138620,7 @@ ${seq.sequence}
137672
138620
  if (state2.phase === "DROP_PENDING") {
137673
138621
  return state2;
137674
138622
  }
137675
- !isMovementAllowed(state2) ? invariant$1() : void 0;
138623
+ !isMovementAllowed(state2) ? invariant$1(false) : void 0;
137676
138624
  const {
137677
138625
  client: clientSelection
137678
138626
  } = action2.payload;
@@ -137692,7 +138640,7 @@ ${seq.sequence}
137692
138640
  if (state2.phase === "COLLECTING") {
137693
138641
  return removeScrollJumpRequest(state2);
137694
138642
  }
137695
- !isMovementAllowed(state2) ? invariant$1() : void 0;
138643
+ !isMovementAllowed(state2) ? invariant$1(false) : void 0;
137696
138644
  const {
137697
138645
  id: id2,
137698
138646
  newScroll
@@ -137708,14 +138656,14 @@ ${seq.sequence}
137708
138656
  if (state2.phase === "DROP_PENDING") {
137709
138657
  return state2;
137710
138658
  }
137711
- !isMovementAllowed(state2) ? invariant$1() : void 0;
138659
+ !isMovementAllowed(state2) ? invariant$1(false) : void 0;
137712
138660
  const {
137713
138661
  id: id2,
137714
138662
  isEnabled
137715
138663
  } = action2.payload;
137716
138664
  const target = state2.dimensions.droppables[id2];
137717
- !target ? invariant$1() : void 0;
137718
- !(target.isEnabled !== isEnabled) ? invariant$1() : void 0;
138665
+ !target ? invariant$1(false) : void 0;
138666
+ !(target.isEnabled !== isEnabled) ? invariant$1(false) : void 0;
137719
138667
  const updated = __spreadProps(__spreadValues({}, target), {
137720
138668
  isEnabled
137721
138669
  });
@@ -137725,14 +138673,14 @@ ${seq.sequence}
137725
138673
  if (state2.phase === "DROP_PENDING") {
137726
138674
  return state2;
137727
138675
  }
137728
- !isMovementAllowed(state2) ? invariant$1() : void 0;
138676
+ !isMovementAllowed(state2) ? invariant$1(false) : void 0;
137729
138677
  const {
137730
138678
  id: id2,
137731
138679
  isCombineEnabled
137732
138680
  } = action2.payload;
137733
138681
  const target = state2.dimensions.droppables[id2];
137734
- !target ? invariant$1() : void 0;
137735
- !(target.isCombineEnabled !== isCombineEnabled) ? invariant$1() : void 0;
138682
+ !target ? invariant$1(false) : void 0;
138683
+ !(target.isCombineEnabled !== isCombineEnabled) ? invariant$1(false) : void 0;
137736
138684
  const updated = __spreadProps(__spreadValues({}, target), {
137737
138685
  isCombineEnabled
137738
138686
  });
@@ -137742,8 +138690,8 @@ ${seq.sequence}
137742
138690
  if (state2.phase === "DROP_PENDING" || state2.phase === "DROP_ANIMATING") {
137743
138691
  return state2;
137744
138692
  }
137745
- !isMovementAllowed(state2) ? invariant$1() : void 0;
137746
- !state2.isWindowScrollAllowed ? invariant$1() : void 0;
138693
+ !isMovementAllowed(state2) ? invariant$1(false) : void 0;
138694
+ !state2.isWindowScrollAllowed ? invariant$1(false) : void 0;
137747
138695
  const newScroll = action2.payload.newScroll;
137748
138696
  if (isEqual$1(state2.viewport.scroll.current, newScroll)) {
137749
138697
  return removeScrollJumpRequest(state2);
@@ -137781,7 +138729,7 @@ ${seq.sequence}
137781
138729
  if (state2.phase === "COLLECTING" || state2.phase === "DROP_PENDING") {
137782
138730
  return state2;
137783
138731
  }
137784
- !(state2.phase === "DRAGGING") ? invariant$1() : void 0;
138732
+ !(state2.phase === "DRAGGING") ? invariant$1(false) : void 0;
137785
138733
  const result = moveInDirection({
137786
138734
  state: state2,
137787
138735
  type: action2.type
@@ -137798,7 +138746,7 @@ ${seq.sequence}
137798
138746
  }
137799
138747
  if (action2.type === "DROP_PENDING") {
137800
138748
  const reason = action2.payload.reason;
137801
- !(state2.phase === "COLLECTING") ? invariant$1() : void 0;
138749
+ !(state2.phase === "COLLECTING") ? invariant$1(false) : void 0;
137802
138750
  const newState = __spreadProps(__spreadValues({}, state2), {
137803
138751
  phase: "DROP_PENDING",
137804
138752
  isWaiting: true,
@@ -137812,7 +138760,7 @@ ${seq.sequence}
137812
138760
  dropDuration,
137813
138761
  newHomeClientOffset
137814
138762
  } = action2.payload;
137815
- !(state2.phase === "DRAGGING" || state2.phase === "DROP_PENDING") ? invariant$1() : void 0;
138763
+ !(state2.phase === "DRAGGING" || state2.phase === "DROP_PENDING") ? invariant$1(false) : void 0;
137816
138764
  const result = {
137817
138765
  phase: "DROP_ANIMATING",
137818
138766
  completed,
@@ -137939,7 +138887,7 @@ ${seq.sequence}
137939
138887
  completed: initial.completed
137940
138888
  }));
137941
138889
  }
137942
- !(getState2().phase === "IDLE") ? invariant$1() : void 0;
138890
+ !(getState2().phase === "IDLE") ? invariant$1(false) : void 0;
137943
138891
  dispatch(flush());
137944
138892
  dispatch(beforeInitialCapture({
137945
138893
  draggableId: id2,
@@ -138130,8 +139078,8 @@ ${seq.sequence}
138130
139078
  return;
138131
139079
  }
138132
139080
  const isWaitingForDrop = state2.phase === "DROP_PENDING" && state2.isWaiting;
138133
- !!isWaitingForDrop ? invariant$1() : void 0;
138134
- !(state2.phase === "DRAGGING" || state2.phase === "DROP_PENDING") ? invariant$1() : void 0;
139081
+ !!isWaitingForDrop ? invariant$1(false) : void 0;
139082
+ !(state2.phase === "DRAGGING" || state2.phase === "DROP_PENDING") ? invariant$1(false) : void 0;
138135
139083
  const critical = state2.critical;
138136
139084
  const dimensions = state2.dimensions;
138137
139085
  const draggable2 = dimensions.draggables[state2.critical.draggable.id];
@@ -138232,12 +139180,12 @@ ${seq.sequence}
138232
139180
  }
138233
139181
  __name(isActive2, "isActive2");
138234
139182
  function start2() {
138235
- !!isActive2() ? invariant$1() : void 0;
139183
+ !!isActive2() ? invariant$1(false) : void 0;
138236
139184
  unbind2 = bindEvents(window, [binding]);
138237
139185
  }
138238
139186
  __name(start2, "start2");
138239
139187
  function stop() {
138240
- !isActive2() ? invariant$1() : void 0;
139188
+ !isActive2() ? invariant$1(false) : void 0;
138241
139189
  scheduled.cancel();
138242
139190
  unbind2();
138243
139191
  unbind2 = noop$2;
@@ -138294,7 +139242,7 @@ ${seq.sequence}
138294
139242
  const entries = [];
138295
139243
  const execute2 = /* @__PURE__ */ __name((timerId) => {
138296
139244
  const index2 = entries.findIndex((item) => item.timerId === timerId);
138297
- !(index2 !== -1) ? invariant$1() : void 0;
139245
+ !(index2 !== -1) ? invariant$1(false) : void 0;
138298
139246
  const [entry] = entries.splice(index2, 1);
138299
139247
  entry.callback();
138300
139248
  }, "execute2");
@@ -138379,7 +139327,7 @@ ${seq.sequence}
138379
139327
  const asyncMarshal = getAsyncMarshal();
138380
139328
  let dragging = null;
138381
139329
  const beforeCapture = /* @__PURE__ */ __name((draggableId, mode) => {
138382
- !!dragging ? invariant$1() : void 0;
139330
+ !!dragging ? invariant$1(false) : void 0;
138383
139331
  withTimings("onBeforeCapture", () => {
138384
139332
  const fn2 = getResponders().onBeforeCapture;
138385
139333
  if (fn2) {
@@ -138392,7 +139340,7 @@ ${seq.sequence}
138392
139340
  });
138393
139341
  }, "beforeCapture");
138394
139342
  const beforeStart = /* @__PURE__ */ __name((critical, mode) => {
138395
- !!dragging ? invariant$1() : void 0;
139343
+ !!dragging ? invariant$1(false) : void 0;
138396
139344
  withTimings("onBeforeDragStart", () => {
138397
139345
  const fn2 = getResponders().onBeforeDragStart;
138398
139346
  if (fn2) {
@@ -138401,7 +139349,7 @@ ${seq.sequence}
138401
139349
  });
138402
139350
  }, "beforeStart");
138403
139351
  const start2 = /* @__PURE__ */ __name((critical, mode) => {
138404
- !!dragging ? invariant$1() : void 0;
139352
+ !!dragging ? invariant$1(false) : void 0;
138405
139353
  const data = getDragStart(critical, mode);
138406
139354
  dragging = {
138407
139355
  mode,
@@ -138416,7 +139364,7 @@ ${seq.sequence}
138416
139364
  const update2 = /* @__PURE__ */ __name((critical, impact) => {
138417
139365
  const location2 = tryGetDestination(impact);
138418
139366
  const combine2 = tryGetCombine(impact);
138419
- !dragging ? invariant$1() : void 0;
139367
+ !dragging ? invariant$1(false) : void 0;
138420
139368
  const hasCriticalChanged = !isCriticalEqual(critical, dragging.lastCritical);
138421
139369
  if (hasCriticalChanged) {
138422
139370
  dragging.lastCritical = critical;
@@ -138441,11 +139389,11 @@ ${seq.sequence}
138441
139389
  });
138442
139390
  }, "update2");
138443
139391
  const flush2 = /* @__PURE__ */ __name(() => {
138444
- !dragging ? invariant$1() : void 0;
139392
+ !dragging ? invariant$1(false) : void 0;
138445
139393
  asyncMarshal.flush();
138446
139394
  }, "flush2");
138447
139395
  const drop2 = /* @__PURE__ */ __name((result) => {
138448
- !dragging ? invariant$1() : void 0;
139396
+ !dragging ? invariant$1(false) : void 0;
138449
139397
  dragging = null;
138450
139398
  withTimings("onDragEnd", () => execute(getResponders().onDragEnd, result, announce, preset$1.onDragEnd));
138451
139399
  }, "drop2");
@@ -138508,7 +139456,7 @@ ${seq.sequence}
138508
139456
  return;
138509
139457
  }
138510
139458
  const state2 = store2.getState();
138511
- !(state2.phase === "DROP_ANIMATING") ? invariant$1() : void 0;
139459
+ !(state2.phase === "DROP_ANIMATING") ? invariant$1(false) : void 0;
138512
139460
  store2.dispatch(completeDrop({
138513
139461
  completed: state2.completed
138514
139462
  }));
@@ -138602,7 +139550,7 @@ ${seq.sequence}
138602
139550
  if (action2.type === "INITIAL_PUBLISH") {
138603
139551
  next(action2);
138604
139552
  const state2 = store2.getState();
138605
- !(state2.phase === "DRAGGING") ? invariant$1() : void 0;
139553
+ !(state2.phase === "DRAGGING") ? invariant$1(false) : void 0;
138606
139554
  autoScroller.start(state2);
138607
139555
  return;
138608
139556
  }
@@ -138752,7 +139700,7 @@ ${seq.sequence}
138752
139700
  }, "getMaxScroll");
138753
139701
  var getDocumentElement = /* @__PURE__ */ __name(() => {
138754
139702
  const doc = document.documentElement;
138755
- !doc ? invariant$1() : void 0;
139703
+ !doc ? invariant$1(false) : void 0;
138756
139704
  return doc;
138757
139705
  }, "getDocumentElement");
138758
139706
  var getMaxWindowScroll = /* @__PURE__ */ __name(() => {
@@ -138841,7 +139789,7 @@ ${seq.sequence}
138841
139789
  registry
138842
139790
  });
138843
139791
  const updateDroppableIsEnabled2 = /* @__PURE__ */ __name((id2, isEnabled) => {
138844
- !registry.droppable.exists(id2) ? invariant$1() : void 0;
139792
+ !registry.droppable.exists(id2) ? invariant$1(false) : void 0;
138845
139793
  if (!collection) {
138846
139794
  return;
138847
139795
  }
@@ -138854,7 +139802,7 @@ ${seq.sequence}
138854
139802
  if (!collection) {
138855
139803
  return;
138856
139804
  }
138857
- !registry.droppable.exists(id2) ? invariant$1() : void 0;
139805
+ !registry.droppable.exists(id2) ? invariant$1(false) : void 0;
138858
139806
  callbacks.updateDroppableIsCombineEnabled({
138859
139807
  id: id2,
138860
139808
  isCombineEnabled
@@ -138864,7 +139812,7 @@ ${seq.sequence}
138864
139812
  if (!collection) {
138865
139813
  return;
138866
139814
  }
138867
- !registry.droppable.exists(id2) ? invariant$1() : void 0;
139815
+ !registry.droppable.exists(id2) ? invariant$1(false) : void 0;
138868
139816
  callbacks.updateDroppableScroll({
138869
139817
  id: id2,
138870
139818
  newScroll
@@ -138887,7 +139835,7 @@ ${seq.sequence}
138887
139835
  collection = null;
138888
139836
  }, "stopPublishing");
138889
139837
  const subscriber = /* @__PURE__ */ __name((event) => {
138890
- !collection ? invariant$1() : void 0;
139838
+ !collection ? invariant$1(false) : void 0;
138891
139839
  const dragging = collection.critical.draggable;
138892
139840
  if (event.type === "ADDITION") {
138893
139841
  if (shouldPublishUpdate(registry, dragging, event.value)) {
@@ -138901,7 +139849,7 @@ ${seq.sequence}
138901
139849
  }
138902
139850
  }, "subscriber");
138903
139851
  const startPublishing = /* @__PURE__ */ __name((request) => {
138904
- !!collection ? invariant$1() : void 0;
139852
+ !!collection ? invariant$1(false) : void 0;
138905
139853
  const entry = registry.draggable.getById(request.draggableId);
138906
139854
  const home2 = registry.droppable.getById(entry.descriptor.droppableId);
138907
139855
  const critical = {
@@ -138955,7 +139903,7 @@ ${seq.sequence}
138955
139903
  }));
138956
139904
  const getScrollableDroppableOver = /* @__PURE__ */ __name((target, droppables) => {
138957
139905
  const maybe = getScrollableDroppables(droppables).find((droppable2) => {
138958
- !droppable2.frame ? invariant$1() : void 0;
139906
+ !droppable2.frame ? invariant$1(false) : void 0;
138959
139907
  return isPositionInFrame(droppable2.frame.pageMarginBox)(target);
138960
139908
  }) || null;
138961
139909
  return maybe;
@@ -139374,7 +140322,7 @@ ${seq.sequence}
139374
140322
  const scheduleDroppableScroll = rafSchd(scrollDroppable2);
139375
140323
  let dragging = null;
139376
140324
  const tryScroll = /* @__PURE__ */ __name((state2) => {
139377
- !dragging ? invariant$1() : void 0;
140325
+ !dragging ? invariant$1(false) : void 0;
139378
140326
  const {
139379
140327
  shouldUseTimeDampening,
139380
140328
  dragStartTime
@@ -139389,7 +140337,7 @@ ${seq.sequence}
139389
140337
  });
139390
140338
  }, "tryScroll");
139391
140339
  const start$1 = /* @__PURE__ */ __name((state2) => {
139392
- !!dragging ? invariant$1() : void 0;
140340
+ !!dragging ? invariant$1(false) : void 0;
139393
140341
  const dragStartTime = Date.now();
139394
140342
  let wasScrollNeeded = false;
139395
140343
  const fakeScrollCallback = /* @__PURE__ */ __name(() => {
@@ -139474,7 +140422,7 @@ ${seq.sequence}
139474
140422
  return;
139475
140423
  }
139476
140424
  const destination = whatIsDraggedOver(state2.impact);
139477
- !destination ? invariant$1() : void 0;
140425
+ !destination ? invariant$1(false) : void 0;
139478
140426
  const droppableRemainder = scrollDroppableAsMuchAsItCan(state2.dimensions.droppables[destination], request);
139479
140427
  if (!droppableRemainder) {
139480
140428
  return;
@@ -139630,7 +140578,7 @@ ${seq.sequence}
139630
140578
  var useLayoutEffect = useIsomorphicLayoutEffect;
139631
140579
  const getHead = /* @__PURE__ */ __name(() => {
139632
140580
  const head = document.querySelector("head");
139633
- !head ? invariant$1() : void 0;
140581
+ !head ? invariant$1(false) : void 0;
139634
140582
  return head;
139635
140583
  }, "getHead");
139636
140584
  const createStyleEl = /* @__PURE__ */ __name((nonce) => {
@@ -139648,18 +140596,18 @@ ${seq.sequence}
139648
140596
  const setDynamicStyle = useCallback(
139649
140597
  memoizeOne((proposed) => {
139650
140598
  const el2 = dynamicRef.current;
139651
- !el2 ? invariant$1() : void 0;
140599
+ !el2 ? invariant$1(false) : void 0;
139652
140600
  el2.textContent = proposed;
139653
140601
  }),
139654
140602
  []
139655
140603
  );
139656
140604
  const setAlwaysStyle = useCallback((proposed) => {
139657
140605
  const el2 = alwaysRef.current;
139658
- !el2 ? invariant$1() : void 0;
140606
+ !el2 ? invariant$1(false) : void 0;
139659
140607
  el2.textContent = proposed;
139660
140608
  }, []);
139661
140609
  useLayoutEffect(() => {
139662
- !(!alwaysRef.current && !dynamicRef.current) ? invariant$1() : void 0;
140610
+ !(!alwaysRef.current && !dynamicRef.current) ? invariant$1(false) : void 0;
139663
140611
  const always = createStyleEl(nonce);
139664
140612
  const dynamic = createStyleEl(nonce);
139665
140613
  alwaysRef.current = always;
@@ -139673,7 +140621,7 @@ ${seq.sequence}
139673
140621
  return () => {
139674
140622
  const remove2 = /* @__PURE__ */ __name((ref2) => {
139675
140623
  const current = ref2.current;
139676
- !current ? invariant$1() : void 0;
140624
+ !current ? invariant$1(false) : void 0;
139677
140625
  getHead().removeChild(current);
139678
140626
  ref2.current = null;
139679
140627
  }, "remove");
@@ -139837,7 +140785,7 @@ ${seq.sequence}
139837
140785
  __name(findDraggableById, "findDraggableById");
139838
140786
  function getDraggableById(id2) {
139839
140787
  const entry = findDraggableById(id2);
139840
- !entry ? invariant$1() : void 0;
140788
+ !entry ? invariant$1(false) : void 0;
139841
140789
  return entry;
139842
140790
  }
139843
140791
  __name(getDraggableById, "getDraggableById");
@@ -139888,7 +140836,7 @@ ${seq.sequence}
139888
140836
  __name(findDroppableById, "findDroppableById");
139889
140837
  function getDroppableById(id2) {
139890
140838
  const entry = findDroppableById(id2);
139891
- !entry ? invariant$1() : void 0;
140839
+ !entry ? invariant$1(false) : void 0;
139892
140840
  return entry;
139893
140841
  }
139894
140842
  __name(getDroppableById, "getDroppableById");
@@ -139942,7 +140890,7 @@ ${seq.sequence}
139942
140890
  var StoreContext = React$2.createContext(null);
139943
140891
  var getBodyElement = /* @__PURE__ */ __name(() => {
139944
140892
  const body = document.body;
139945
- !body ? invariant$1() : void 0;
140893
+ !body ? invariant$1(false) : void 0;
139946
140894
  return body;
139947
140895
  }, "getBodyElement");
139948
140896
  const visuallyHidden = {
@@ -140067,7 +141015,7 @@ ${seq.sequence}
140067
141015
  }
140068
141016
  __name(isActive2, "isActive2");
140069
141017
  function claim(abandon) {
140070
- !!lock ? invariant$1() : void 0;
141018
+ !!lock ? invariant$1(false) : void 0;
140071
141019
  const newLock = {
140072
141020
  abandon
140073
141021
  };
@@ -140076,7 +141024,7 @@ ${seq.sequence}
140076
141024
  }
140077
141025
  __name(claim, "claim");
140078
141026
  function release() {
140079
- !lock ? invariant$1() : void 0;
141027
+ !lock ? invariant$1(false) : void 0;
140080
141028
  lock = null;
140081
141029
  }
140082
141030
  __name(release, "release");
@@ -140172,7 +141120,7 @@ ${seq.sequence}
140172
141120
  phase.actions.move(point2);
140173
141121
  return;
140174
141122
  }
140175
- !(phase.type === "PENDING") ? invariant$1() : void 0;
141123
+ !(phase.type === "PENDING") ? invariant$1(false) : void 0;
140176
141124
  const pending = phase.point;
140177
141125
  if (!isSloppyClickThresholdExceeded(pending, point2)) {
140178
141126
  return;
@@ -140245,7 +141193,7 @@ ${seq.sequence}
140245
141193
  eventName: "webkitmouseforcedown",
140246
141194
  fn: (event) => {
140247
141195
  const phase = getPhase();
140248
- !(phase.type !== "IDLE") ? invariant$1() : void 0;
141196
+ !(phase.type !== "IDLE") ? invariant$1(false) : void 0;
140249
141197
  if (phase.actions.shouldRespectForcePress()) {
140250
141198
  cancel();
140251
141199
  return;
@@ -140368,7 +141316,7 @@ ${seq.sequence}
140368
141316
  unbindEventsRef.current = bindEvents(window, bindings, options);
140369
141317
  }, "bindCapturingEvents2"), [cancel, stop]);
140370
141318
  const startPendingDrag = useCallback(/* @__PURE__ */ __name(function startPendingDrag2(actions2, point2) {
140371
- !(phaseRef.current.type === "IDLE") ? invariant$1() : void 0;
141319
+ !(phaseRef.current.type === "IDLE") ? invariant$1(false) : void 0;
140372
141320
  phaseRef.current = {
140373
141321
  type: "PENDING",
140374
141322
  point: point2,
@@ -140510,7 +141458,7 @@ ${seq.sequence}
140510
141458
  const actions2 = preDrag.snapLift();
140511
141459
  unbindEventsRef.current();
140512
141460
  function stop() {
140513
- !isCapturing ? invariant$1() : void 0;
141461
+ !isCapturing ? invariant$1(false) : void 0;
140514
141462
  isCapturing = false;
140515
141463
  unbindEventsRef.current();
140516
141464
  listenForCapture();
@@ -140645,7 +141593,7 @@ ${seq.sequence}
140645
141593
  eventName: "touchforcechange",
140646
141594
  fn: (event) => {
140647
141595
  const phase = getPhase();
140648
- !(phase.type !== "IDLE") ? invariant$1() : void 0;
141596
+ !(phase.type !== "IDLE") ? invariant$1(false) : void 0;
140649
141597
  const touch2 = event.touches[0];
140650
141598
  if (!touch2) {
140651
141599
  return;
@@ -140774,7 +141722,7 @@ ${seq.sequence}
140774
141722
  }, "bindCapturingEvents2"), [cancel, getPhase, stop]);
140775
141723
  const startDragging = useCallback(/* @__PURE__ */ __name(function startDragging2() {
140776
141724
  const phase = getPhase();
140777
- !(phase.type === "PENDING") ? invariant$1() : void 0;
141725
+ !(phase.type === "PENDING") ? invariant$1(false) : void 0;
140778
141726
  const actions2 = phase.actions.fluidLift(phase.point);
140779
141727
  setPhase({
140780
141728
  type: "DRAGGING",
@@ -140783,7 +141731,7 @@ ${seq.sequence}
140783
141731
  });
140784
141732
  }, "startDragging2"), [getPhase, setPhase]);
140785
141733
  const startPendingDrag = useCallback(/* @__PURE__ */ __name(function startPendingDrag2(actions2, point2) {
140786
- !(getPhase().type === "IDLE") ? invariant$1() : void 0;
141734
+ !(getPhase().type === "IDLE") ? invariant$1(false) : void 0;
140787
141735
  const longPressTimerId = setTimeout(startDragging, timeForLongPress);
140788
141736
  setPhase({
140789
141737
  type: "PENDING",
@@ -141019,7 +141967,7 @@ ${seq.sequence}
141019
141967
  __name(completed, "completed");
141020
141968
  if (phase !== "PRE_DRAG") {
141021
141969
  completed();
141022
- invariant$1();
141970
+ invariant$1(false);
141023
141971
  }
141024
141972
  store2.dispatch(lift$1(args.liftActionArgs));
141025
141973
  phase = "DRAGGING";
@@ -141223,7 +142171,7 @@ ${seq.sequence}
141223
142171
  durationDampening: __spreadValues(__spreadValues({}, defaultAutoScrollerOptions.durationDampening), props.autoScrollerOptions)
141224
142172
  }), "createAutoScrollerOptions");
141225
142173
  function getStore(lazyRef) {
141226
- !lazyRef.current ? invariant$1() : void 0;
142174
+ !lazyRef.current ? invariant$1(false) : void 0;
141227
142175
  return lazyRef.current;
141228
142176
  }
141229
142177
  __name(getStore, "getStore");
@@ -141468,7 +142416,7 @@ ${seq.sequence}
141468
142416
  }), [canDragInteractiveElements, isEnabled, shouldRespectForcePress]);
141469
142417
  const getDimension2 = useCallback((windowScroll) => {
141470
142418
  const el2 = getDraggableRef();
141471
- !el2 ? invariant$1() : void 0;
142419
+ !el2 ? invariant$1(false) : void 0;
141472
142420
  return getDimension$1(descriptor2, el2, windowScroll);
141473
142421
  }, [descriptor2, getDraggableRef]);
141474
142422
  const entry = useMemo(() => ({
@@ -141497,7 +142445,7 @@ ${seq.sequence}
141497
142445
  var DroppableContext = React$2.createContext(null);
141498
142446
  function useRequiredContext(Context2) {
141499
142447
  const result = reactExports.useContext(Context2);
141500
- !result ? invariant$1() : void 0;
142448
+ !result ? invariant$1(false) : void 0;
141501
142449
  return result;
141502
142450
  }
141503
142451
  __name(useRequiredContext, "useRequiredContext");
@@ -142061,7 +143009,7 @@ ${seq.sequence}
142061
143009
  }), [args.droppableId, args.mode, args.type]);
142062
143010
  const publishedDescriptorRef = reactExports.useRef(descriptor2);
142063
143011
  const memoizedUpdateScroll = useMemo(() => memoizeOne((x2, y2) => {
142064
- !whileDraggingRef.current ? invariant$1() : void 0;
143012
+ !whileDraggingRef.current ? invariant$1(false) : void 0;
142065
143013
  const scroll3 = {
142066
143014
  x: x2,
142067
143015
  y: y2
@@ -142083,7 +143031,7 @@ ${seq.sequence}
142083
143031
  const onClosestScroll = useCallback(() => {
142084
143032
  const dragging = whileDraggingRef.current;
142085
143033
  const closest2 = getClosestScrollableFromDrag(dragging);
142086
- !(dragging && closest2) ? invariant$1() : void 0;
143034
+ !(dragging && closest2) ? invariant$1(false) : void 0;
142087
143035
  const options = dragging.scrollOptions;
142088
143036
  if (options.shouldPublishImmediately) {
142089
143037
  updateScroll();
@@ -142092,10 +143040,10 @@ ${seq.sequence}
142092
143040
  scheduleScrollUpdate();
142093
143041
  }, [scheduleScrollUpdate, updateScroll]);
142094
143042
  const getDimensionAndWatchScroll = useCallback((windowScroll, options) => {
142095
- !!whileDraggingRef.current ? invariant$1() : void 0;
143043
+ !!whileDraggingRef.current ? invariant$1(false) : void 0;
142096
143044
  const previous2 = previousRef.current;
142097
143045
  const ref2 = previous2.getDroppableRef();
142098
- !ref2 ? invariant$1() : void 0;
143046
+ !ref2 ? invariant$1(false) : void 0;
142099
143047
  const env = getEnv(ref2);
142100
143048
  const dragging = {
142101
143049
  ref: ref2,
@@ -142124,12 +143072,12 @@ ${seq.sequence}
142124
143072
  const getScrollWhileDragging = useCallback(() => {
142125
143073
  const dragging = whileDraggingRef.current;
142126
143074
  const closest2 = getClosestScrollableFromDrag(dragging);
142127
- !(dragging && closest2) ? invariant$1() : void 0;
143075
+ !(dragging && closest2) ? invariant$1(false) : void 0;
142128
143076
  return getScroll(closest2);
142129
143077
  }, []);
142130
143078
  const dragStopped = useCallback(() => {
142131
143079
  const dragging = whileDraggingRef.current;
142132
- !dragging ? invariant$1() : void 0;
143080
+ !dragging ? invariant$1(false) : void 0;
142133
143081
  const closest2 = getClosestScrollableFromDrag(dragging);
142134
143082
  whileDraggingRef.current = null;
142135
143083
  if (!closest2) {
@@ -142145,9 +143093,9 @@ ${seq.sequence}
142145
143093
  }, [onClosestScroll, scheduleScrollUpdate]);
142146
143094
  const scroll2 = useCallback((change2) => {
142147
143095
  const dragging = whileDraggingRef.current;
142148
- !dragging ? invariant$1() : void 0;
143096
+ !dragging ? invariant$1(false) : void 0;
142149
143097
  const closest2 = getClosestScrollableFromDrag(dragging);
142150
- !closest2 ? invariant$1() : void 0;
143098
+ !closest2 ? invariant$1(false) : void 0;
142151
143099
  closest2.scrollTop += change2.y;
142152
143100
  closest2.scrollLeft += change2.x;
142153
143101
  }, []);
@@ -142357,7 +143305,7 @@ ${seq.sequence}
142357
143305
  let AnimateInOut = _AnimateInOut;
142358
143306
  const Droppable = /* @__PURE__ */ __name((props) => {
142359
143307
  const appContext = reactExports.useContext(AppContext);
142360
- !appContext ? invariant$1() : void 0;
143308
+ !appContext ? invariant$1(false) : void 0;
142361
143309
  const {
142362
143310
  contextId,
142363
143311
  isMovementAllowed: isMovementAllowed2
@@ -142576,7 +143524,7 @@ ${seq.sequence}
142576
143524
  updateViewportMaxScroll
142577
143525
  };
142578
143526
  function getBody() {
142579
- !document.body ? invariant$1() : void 0;
143527
+ !document.body ? invariant$1(false) : void 0;
142580
143528
  return document.body;
142581
143529
  }
142582
143530
  __name(getBody, "getBody");
@@ -142668,6 +143616,8 @@ ${seq.sequence}
142668
143616
  function _createClass2(Constructor, protoProps, staticProps) {
142669
143617
  if (protoProps)
142670
143618
  _defineProperties2(Constructor.prototype, protoProps);
143619
+ if (staticProps)
143620
+ _defineProperties2(Constructor, staticProps);
142671
143621
  return Constructor;
142672
143622
  }
142673
143623
  __name(_createClass2, "_createClass");
@@ -144686,8 +145636,8 @@ ${seq.sequence}
144686
145636
  g: "yellow",
144687
145637
  t: "#EE6262"
144688
145638
  };
144689
- function getDnaColor(char, isReverse) {
144690
- return dnaToColor[isReverse ? DNAComplementMap[char.toLowerCase()] : char.toLowerCase()] || "lightgrey";
145639
+ function getDnaColor(char2, isReverse) {
145640
+ return dnaToColor[isReverse ? DNAComplementMap[char2.toLowerCase()] : char2.toLowerCase()] || "lightgrey";
144691
145641
  }
144692
145642
  __name(getDnaColor, "getDnaColor");
144693
145643
  const HoveredIdContext = React$2.createContext({
@@ -144961,9 +145911,9 @@ ${seq.sequence}
144961
145911
  return acc;
144962
145912
  }, {});
144963
145913
  const gapsBefore = getGaps ? getGaps({ start: 0, end: 0 }).gapsBefore : 0;
144964
- sequence2.split("").forEach((char, i2) => {
145914
+ sequence2.split("").forEach((char2, i2) => {
144965
145915
  const width = Number(charWidth2);
144966
- const color2 = getDnaColor(char, isReverse);
145916
+ const color2 = getDnaColor(char2, isReverse);
144967
145917
  const x2 = (i2 + gapsBefore) * charWidth2;
144968
145918
  const y2 = 0;
144969
145919
  colorPaths[color2] = (colorPaths[color2] || "") + `M${x2},${y2} L${x2 + width},${y2} L${x2 + width},${y2 + height2} L${x2},${y2 + height2}`;
@@ -148602,8 +149552,8 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
148602
149552
  __name(RowItem, "RowItem");
148603
149553
  function getGapMap$1(sequence2) {
148604
149554
  const gapMap = [0];
148605
- sequence2.split("").forEach((char) => {
148606
- if (char === "-") {
149555
+ sequence2.split("").forEach((char2) => {
149556
+ if (char2 === "-") {
148607
149557
  gapMap[Math.max(0, gapMap.length - 1)] = (gapMap[Math.max(0, gapMap.length - 1)] || 0) + 1;
148608
149558
  } else {
148609
149559
  gapMap.push(gapMap[gapMap.length - 1] || 0);
@@ -149285,7 +150235,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
149285
150235
  }
149286
150236
  __name(showFileDialog, "showFileDialog");
149287
150237
  const name = "@teselagen/ove";
149288
- const version = "0.5.10";
150238
+ const version = "0.5.11";
149289
150239
  const main = "./src/index.js";
149290
150240
  const type = "module";
149291
150241
  const exports$1 = {
@@ -151560,7 +152510,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
151560
152510
  "there must be a caret element present in order to display the insertSequence popup"
151561
152511
  );
151562
152512
  }
151563
- new Popper$1(caretEl, div, {
152513
+ new Popper$2(caretEl, div, {
151564
152514
  placement: "bottom",
151565
152515
  modifiers: {
151566
152516
  offset: { offset: "94" }
@@ -156429,7 +157379,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
156429
157379
  var b22 = _ref32[1];
156430
157380
  return a1 === a2 && b1 === b22;
156431
157381
  }, "areEqualPoints");
156432
- var trimZeros2 = /* @__PURE__ */ __name(function trimZeros3(string2, char) {
157382
+ var trimZeros2 = /* @__PURE__ */ __name(function trimZeros3(string2, char2) {
156433
157383
  var l2 = string2.length;
156434
157384
  while (string2.charAt(l2 - 1) === "0") {
156435
157385
  l2 = l2 - 1;
@@ -162144,13 +163094,13 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
162144
163094
  cutsiteOrGroupKey: group2
162145
163095
  }));
162146
163096
  const byNameLower = /* @__PURE__ */ __name((n2) => n2.name.toLowerCase(), "byNameLower");
162147
- const shared2 = intersectionBy(
163097
+ const shared2 = intersectionBy$1(
162148
163098
  g1.allEnzymesInGroup,
162149
163099
  g2.allEnzymesInGroup,
162150
163100
  byNameLower
162151
163101
  );
162152
- const g1Only = differenceBy(g1.allEnzymesInGroup, shared2, byNameLower);
162153
- const g2Only = differenceBy(g2.allEnzymesInGroup, shared2, byNameLower);
163102
+ const g1Only = differenceBy$1(g1.allEnzymesInGroup, shared2, byNameLower);
163103
+ const g2Only = differenceBy$1(g2.allEnzymesInGroup, shared2, byNameLower);
162154
163104
  return /* @__PURE__ */ React$2.createElement(
162155
163105
  "div",
162156
163106
  {
@@ -167141,7 +168091,7 @@ ${seqDataToCopy}\r
167141
168091
  _this._node = null;
167142
168092
  _this._window = null;
167143
168093
  _this.measure = function(entries) {
167144
- var contentRect = getContentRect(_this._node, getTypes(_this.props));
168094
+ var contentRect = getContentRect(_this._node, types2 || getTypes(_this.props));
167145
168095
  if (entries) {
167146
168096
  contentRect.entry = entries[0].contentRect;
167147
168097
  }
@@ -167183,7 +168133,7 @@ ${seqDataToCopy}\r
167183
168133
  if (this._node !== null) {
167184
168134
  this._resizeObserver.observe(this._node);
167185
168135
  if (typeof this.props.onResize === "function") {
167186
- this.props.onResize(getContentRect(this._node, getTypes(this.props)));
168136
+ this.props.onResize(getContentRect(this._node, types2 || getTypes(this.props)));
167187
168137
  }
167188
168138
  }
167189
168139
  }, "componentDidMount");
@@ -167473,7 +168423,7 @@ ${seqDataToCopy}\r
167473
168423
  ToolbarItem$1,
167474
168424
  __spreadValues({}, __spreadValues({
167475
168425
  Icon: /* @__PURE__ */ React$2.createElement(Icon, { "data-test": "veImportTool", icon: "export" }),
167476
- IconWrapper: Dropzone,
168426
+ IconWrapper: Dropzone$1,
167477
168427
  IconWrapperProps: {
167478
168428
  multiple: false,
167479
168429
  style: {},
@@ -168863,7 +169813,7 @@ ${seqDataToCopy}\r
168863
169813
  render() {
168864
169814
  const { children, style: style2, className, disabled } = this.props;
168865
169815
  return /* @__PURE__ */ React$2.createElement(
168866
- Dropzone,
169816
+ Dropzone$1,
168867
169817
  {
168868
169818
  disabled,
168869
169819
  onClick: (evt) => evt.preventDefault(),
@@ -170558,8 +171508,8 @@ ${seqDataToCopy}\r
170558
171508
  super(...arguments);
170559
171509
  __publicField(this, "getGapMap", /* @__PURE__ */ __name((sequence2) => {
170560
171510
  const gapMap = [0];
170561
- sequence2.split("").forEach((char) => {
170562
- if (char === "-") {
171511
+ sequence2.split("").forEach((char2) => {
171512
+ if (char2 === "-") {
170563
171513
  gapMap[Math.max(0, gapMap.length - 1)] = (gapMap[Math.max(0, gapMap.length - 1)] || 0) + 1;
170564
171514
  } else {
170565
171515
  gapMap.push(gapMap[gapMap.length - 1] || 0);
@@ -172975,6 +173925,8 @@ ${seqDataToCopy}\r
172975
173925
  function _createClass(Constructor, protoProps, staticProps) {
172976
173926
  if (protoProps)
172977
173927
  _defineProperties(Constructor.prototype, protoProps);
173928
+ if (staticProps)
173929
+ _defineProperties(Constructor, staticProps);
172978
173930
  return Constructor;
172979
173931
  }
172980
173932
  __name(_createClass, "_createClass");
@@ -173521,8 +174473,8 @@ ${seqDataToCopy}\r
173521
174473
  window.createVersionHistoryView = createVersionHistoryView;
173522
174474
  function getGapMap(sequence2) {
173523
174475
  const gapMap = [0];
173524
- sequence2.split("").forEach((char) => {
173525
- if (char === "-") {
174476
+ sequence2.split("").forEach((char2) => {
174477
+ if (char2 === "-") {
173526
174478
  gapMap[Math.max(0, gapMap.length - 1)] = (gapMap[Math.max(0, gapMap.length - 1)] || 0) + 1;
173527
174479
  } else {
173528
174480
  gapMap.push(gapMap[gapMap.length - 1] || 0);
@@ -173641,7 +174593,7 @@ ${seqDataToCopy}\r
173641
174593
  result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
173642
174594
  }
173643
174595
  __name(step2, "step");
173644
- step2((generator = generator.apply(thisArg, [])).next());
174596
+ step2((generator = generator.apply(thisArg, _arguments || [])).next());
173645
174597
  });
173646
174598
  }
173647
174599
  __name(__awaiter, "__awaiter");
@@ -173725,7 +174677,7 @@ ${seqDataToCopy}\r
173725
174677
  }
173726
174678
  __name(__generator, "__generator");
173727
174679
  function __spreadArray(to, from2, pack2) {
173728
- if (arguments.length === 2)
174680
+ if (pack2 || arguments.length === 2)
173729
174681
  for (var i2 = 0, l2 = from2.length, ar; i2 < l2; i2++) {
173730
174682
  if (ar || !(i2 in from2)) {
173731
174683
  if (!ar)