@teselagen/ove 0.5.10 → 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.
- package/AlignmentTool/index.d.ts +6 -0
- package/AlignmentView/AlignmentVisibilityTool.d.ts +2 -0
- package/AlignmentView/EditTrackNameDialog.d.ts +1 -0
- package/AlignmentView/HorizontalPanelDragHandle.d.ts +3 -0
- package/AlignmentView/Minimap.d.ts +63 -0
- package/AlignmentView/Mismatches.d.ts +20 -0
- package/AlignmentView/PairwiseAlignmentView.d.ts +9 -0
- package/AlignmentView/PerformantSelectionLayer.d.ts +1 -0
- package/AlignmentView/coerceInitialValue.d.ts +4 -0
- package/AlignmentView/getGapMap.d.ts +1 -0
- package/AlignmentView/getGaps.d.ts +4 -0
- package/AlignmentView/getPairwiseOverviewLinearViewOptions.d.ts +22 -0
- package/AlignmentView/getTrackFromEvent.d.ts +1 -0
- package/AlignmentView/index.d.ts +107 -0
- package/AlignmentView/isTargetWithinEl.d.ts +1 -0
- package/AlignmentView/updateTrackHelper.d.ts +10 -0
- package/AutoAnnotate.d.ts +4 -0
- package/AutoAnnotateBpMatchingDialog.d.ts +1 -0
- package/CircularView/Axis.d.ts +12 -0
- package/CircularView/AxisNumbers.d.ts +7 -0
- package/CircularView/Caret.d.ts +2 -0
- package/CircularView/CircularDnaSequence.d.ts +10 -0
- package/CircularView/CircularZoomMinimap.d.ts +4 -0
- package/CircularView/Cutsite.d.ts +4 -0
- package/CircularView/Cutsites.d.ts +18 -0
- package/CircularView/DeletionLayer.d.ts +8 -0
- package/CircularView/Feature.d.ts +1 -0
- package/CircularView/Labels/index.d.ts +22 -0
- package/CircularView/Labels/relaxLabelAngles.d.ts +2 -0
- package/CircularView/Labels/relaxLabels_DEPRECATED.d.ts +1 -0
- package/CircularView/Orf.d.ts +6 -0
- package/CircularView/Part.d.ts +9 -0
- package/CircularView/PositionAnnotationOnCircle.d.ts +12 -0
- package/CircularView/Primer.d.ts +1 -0
- package/CircularView/RotateCircularViewSlider.d.ts +7 -0
- package/CircularView/SelectionLayer.d.ts +2 -0
- package/CircularView/VeTopRightContainer.d.ts +4 -0
- package/CircularView/ZoomCircularViewSlider.d.ts +8 -0
- package/CircularView/drawAnnotations.d.ts +10 -0
- package/CircularView/drawDirectedPiePiece.d.ts +11 -0
- package/CircularView/getAngleForPositionMidpoint.d.ts +1 -0
- package/CircularView/getInternalLabel.d.ts +11 -0
- package/CircularView/getRangeAnglesSpecial.d.ts +7 -0
- package/CircularView/getYOffset.d.ts +1 -0
- package/CircularView/index.d.ts +20 -0
- package/CircularView/normalizeAngle.d.ts +1 -0
- package/CircularView/normalizeAngleRange.d.ts +1 -0
- package/CircularView/positionCutsites.d.ts +4 -0
- package/CircularView/shouldFlipText.d.ts +1 -0
- package/CircularView/utils/polarToSpecialCartesian.d.ts +4 -0
- package/CreateAnnotationsPage.d.ts +10 -0
- package/CreateCustomEnzyme/index.d.ts +2 -0
- package/CutsiteFilter/AdditionalCutsiteInfoDialog.d.ts +29 -0
- package/CutsiteFilter/index.d.ts +3 -0
- package/CutsiteFilter/withRestrictionEnzymes.d.ts +1 -0
- package/DigestTool/AddLaddersDialog.d.ts +1 -0
- package/DigestTool/DigestTool.d.ts +11 -0
- package/DigestTool/Ladder.d.ts +11 -0
- package/DigestTool/createFragmentLines.d.ts +0 -0
- package/DigestTool/ladderDefaults.d.ts +5 -0
- package/Editor/CommandHotkeyHandler.d.ts +2 -0
- package/Editor/DropHandler.d.ts +7 -0
- package/Editor/FillWindow.d.ts +9 -0
- package/Editor/index.d.ts +41 -0
- package/Editor/userDefinedHandlersAndOpts.d.ts +1 -0
- package/EnzymeViewer/index.d.ts +11 -0
- package/FindBar/index.d.ts +12 -0
- package/GlobalDialog.d.ts +1 -0
- package/GlobalDialogUtils.d.ts +12 -0
- package/LinearView/SequenceName.d.ts +5 -0
- package/LinearView/ZoomLinearView.d.ts +7 -0
- package/LinearView/index.d.ts +5 -0
- package/ManageEnzymes/index.d.ts +2 -0
- package/MenuBar/defaultConfig.d.ts +225 -0
- package/MenuBar/index.d.ts +2 -0
- package/MenuBar/viewSubmenu.d.ts +146 -0
- package/PCRTool/PCRTool.d.ts +2 -0
- package/Reflex/Browser.d.ts +19 -0
- package/Reflex/ReflexContainer.d.ts +63 -0
- package/Reflex/ReflexElement.d.ts +33 -0
- package/Reflex/ReflexEvents.d.ts +7 -0
- package/Reflex/ReflexSplitter.d.ts +33 -0
- package/Reflex/index.d.ts +4 -0
- package/RowItem/AnnotationContainerHolder.d.ts +2 -0
- package/RowItem/AnnotationPositioner.d.ts +7 -0
- package/RowItem/Axis.d.ts +2 -0
- package/RowItem/Caret/index.d.ts +2 -0
- package/RowItem/Chromatograms/Chromatogram.d.ts +1 -0
- package/RowItem/CutsiteSelectionLayers.d.ts +4 -0
- package/RowItem/Cutsites.d.ts +2 -0
- package/RowItem/DeletionLayers/index.d.ts +2 -0
- package/RowItem/Labels.d.ts +2 -0
- package/RowItem/Orf.d.ts +2 -0
- package/RowItem/Orfs.d.ts +2 -0
- package/RowItem/SelectionLayer/index.d.ts +2 -0
- package/RowItem/Sequence.d.ts +8 -0
- package/RowItem/StackedAnnotations/PointedAnnotation.d.ts +2 -0
- package/RowItem/StackedAnnotations/getStructuredBases.d.ts +17 -0
- package/RowItem/StackedAnnotations/index.d.ts +2 -0
- package/RowItem/StackedAnnotations/primerBases.d.ts +10 -0
- package/RowItem/Translations/AASliver.d.ts +2 -0
- package/RowItem/Translations/Translation.d.ts +2 -0
- package/RowItem/Translations/index.d.ts +2 -0
- package/RowItem/constants.d.ts +3 -0
- package/RowItem/getCutsiteLabelHeights.d.ts +8 -0
- package/RowItem/getXStartAndWidthFromNonCircularRange.d.ts +4 -0
- package/RowItem/getXStartAndWidthOfRangeWrtRow.d.ts +11 -0
- package/RowItem/getXStartAndWidthOfRowAnnotation.d.ts +6 -0
- package/RowItem/index.d.ts +1 -0
- package/RowItem/partOverhangs.d.ts +1 -0
- package/RowItem/utils.d.ts +4 -0
- package/RowView/estimateRowHeight.d.ts +6 -0
- package/RowView/index.d.ts +10 -0
- package/SimpleCircularOrLinearView.d.ts +2 -0
- package/SimpleOligoPreview.d.ts +7 -0
- package/StatusBar/MeltingTemp.d.ts +5 -0
- package/StatusBar/index.d.ts +15 -0
- package/ToolBar/ToolbarItem.d.ts +14 -0
- package/ToolBar/alignmentTool.d.ts +6 -0
- package/ToolBar/array_move.d.ts +1 -0
- package/ToolBar/cutsiteTool.d.ts +5 -0
- package/ToolBar/downloadTool.d.ts +5 -0
- package/ToolBar/editTool.d.ts +10 -0
- package/ToolBar/featureTool.d.ts +5 -0
- package/ToolBar/findTool.d.ts +2 -0
- package/ToolBar/importTool.d.ts +2 -0
- package/ToolBar/index.d.ts +2 -0
- package/ToolBar/inlineFindTool.d.ts +5 -0
- package/ToolBar/oligoTool.d.ts +5 -0
- package/ToolBar/orfTool.d.ts +5 -0
- package/ToolBar/partTool.d.ts +5 -0
- package/ToolBar/printTool.d.ts +6 -0
- package/ToolBar/redoTool.d.ts +5 -0
- package/ToolBar/saveTool.d.ts +5 -0
- package/ToolBar/undoTool.d.ts +5 -0
- package/ToolBar/versionHistoryTool.d.ts +5 -0
- package/ToolBar/visibilityTool.d.ts +5 -0
- package/VersionHistoryView/index.d.ts +23 -0
- package/addAlignment.d.ts +1 -0
- package/commands/getOveHotkeyDefs.d.ts +4 -0
- package/commands/index.d.ts +648 -0
- package/constants/constants.d.ts +2 -0
- package/constants/dnaToColor.d.ts +8 -0
- package/constants/draggableClassnames.d.ts +6 -0
- package/constants/findToolConstants.d.ts +1 -0
- package/constants/orfFrameToColorMap.d.ts +7 -0
- package/constants/rowviewContants.d.ts +3 -0
- package/constants/specialCutsiteFilterOptions.d.ts +31 -0
- package/constants.d.ts +1 -0
- package/createVectorEditor/index.d.ts +21 -0
- package/createVectorEditor/makeStore.d.ts +2 -0
- package/fileUtils.d.ts +12 -0
- package/helperComponents/AddOrEditAnnotationDialog/index.d.ts +6 -0
- package/helperComponents/AddOrEditFeatureDialog/index.d.ts +2 -0
- package/helperComponents/AddOrEditPartDialog/index.d.ts +2 -0
- package/helperComponents/AddOrEditPrimerDialog/EditCaretPosition.d.ts +15 -0
- package/helperComponents/AddOrEditPrimerDialog/index.d.ts +2 -0
- package/helperComponents/EnzymesDialog/index.d.ts +2 -0
- package/helperComponents/GoToDialog.d.ts +2 -0
- package/helperComponents/MergeFeaturesDialog/index.d.ts +2 -0
- package/helperComponents/MultipleSeqsDetectedOnImportDialog.d.ts +1 -0
- package/helperComponents/PinchHelper/PinchHelper.d.ts +6 -0
- package/helperComponents/PrintDialog/index.d.ts +2 -0
- package/helperComponents/PropertiesDialog/ColorPicker.d.ts +6 -0
- package/helperComponents/PropertiesDialog/CutsiteProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/FeatureProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/GenbankView.d.ts +2 -0
- package/helperComponents/PropertiesDialog/GeneralProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/GenericAnnotationProperties.d.ts +10 -0
- package/helperComponents/PropertiesDialog/OrfProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/PartProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/PrimerProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/SingleEnzymeCutsiteInfo.d.ts +12 -0
- package/helperComponents/PropertiesDialog/TranslationProperties.d.ts +2 -0
- package/helperComponents/PropertiesDialog/index.d.ts +10 -0
- package/helperComponents/PropertiesDialog/typeField.d.ts +7 -0
- package/helperComponents/PropertiesDialog/utils.d.ts +5 -0
- package/helperComponents/RemoveDuplicates/index.d.ts +2 -0
- package/helperComponents/RenameSequenceDialog.d.ts +2 -0
- package/helperComponents/SelectDialog.d.ts +2 -0
- package/helperComponents/UncontrolledSliderWithPlusMinusBtns.d.ts +13 -0
- package/helperComponents/VeWarning/index.d.ts +2 -0
- package/helperComponents/createSimpleDialog.d.ts +1 -0
- package/helperComponents/partTagSearch.d.ts +1 -0
- package/helperComponents/withHover.d.ts +11 -0
- package/html2canvas.esm-GLpiTZLt.cjs +7891 -0
- package/html2canvas.esm-nFNn58sx.js +7891 -0
- package/index.cjs.js +508 -398
- package/index.d.ts +25 -0
- package/index.es.js +510 -400
- package/index.umd.js +1304 -326
- package/package.json +2 -2
- package/redux/alignments.d.ts +9 -0
- package/redux/annotationLabelVisibility.d.ts +8 -0
- package/redux/annotationVisibility.d.ts +45 -0
- package/redux/annotationsToSupport.d.ts +8 -0
- package/redux/caretPosition.d.ts +4 -0
- package/redux/charWidth.d.ts +3 -0
- package/redux/copyOptions.d.ts +14 -0
- package/redux/createYourOwnEnzyme.d.ts +11 -0
- package/redux/deletionLayers.d.ts +5 -0
- package/redux/digestTool.d.ts +7 -0
- package/redux/featureLengthsToHide.d.ts +7 -0
- package/redux/findTool.d.ts +12 -0
- package/redux/frameTranslations.d.ts +13 -0
- package/redux/hoveredAnnotation.d.ts +4 -0
- package/redux/index.d.ts +20 -0
- package/redux/labelLineIntensity.d.ts +3 -0
- package/redux/labelSize.d.ts +3 -0
- package/redux/lastSavedId.d.ts +3 -0
- package/redux/middleware.d.ts +2 -0
- package/redux/minimumOrfSize.d.ts +4 -0
- package/redux/modalActions.d.ts +0 -0
- package/redux/panelsShown.d.ts +21 -0
- package/redux/partLengthsToHide.d.ts +7 -0
- package/redux/primerLengthsToHide.d.ts +7 -0
- package/redux/propertiesTool.d.ts +6 -0
- package/redux/readOnly.d.ts +4 -0
- package/redux/replacementLayers.d.ts +5 -0
- package/redux/restrictionEnzymes.d.ts +13 -0
- package/redux/selectedAnnotations.d.ts +13 -0
- package/redux/selectedPartTags.d.ts +3 -0
- package/redux/selectionLayer.d.ts +7 -0
- package/redux/sequenceData/circular.d.ts +3 -0
- package/redux/sequenceData/description.d.ts +3 -0
- package/redux/sequenceData/features.d.ts +4 -0
- package/redux/sequenceData/index.d.ts +10 -0
- package/redux/sequenceData/lineageLines.d.ts +2 -0
- package/redux/sequenceData/materiallyAvailable.d.ts +3 -0
- package/redux/sequenceData/name.d.ts +3 -0
- package/redux/sequenceData/parts.d.ts +4 -0
- package/redux/sequenceData/primers.d.ts +4 -0
- package/redux/sequenceData/sequence.d.ts +3 -0
- package/redux/sequenceData/sharedActionCreators.d.ts +0 -0
- package/redux/sequenceData/translations.d.ts +4 -0
- package/redux/sequenceData/upsertDeleteActionGenerator.d.ts +3 -0
- package/redux/sequenceDataHistory.d.ts +8 -0
- package/redux/showGCContent.d.ts +3 -0
- package/redux/toolBar.d.ts +6 -0
- package/redux/uppercaseSequenceMapFont.d.ts +3 -0
- package/redux/useAdditionalOrfStartCodons.d.ts +3 -0
- package/redux/utils/addDashesForMatchStartAndEndForTracks/index.d.ts +1 -0
- package/redux/utils/addMetaToActionCreators.d.ts +1 -0
- package/redux/utils/createMergedDefaultStateReducer.d.ts +4 -0
- package/redux/utils/createMetaAction.d.ts +1 -0
- package/redux/versionHistory.d.ts +5 -0
- package/selectors/annotationLabelVisibility.d.ts +2 -0
- package/selectors/annotationSearchSelector.d.ts +7 -0
- package/selectors/cdsFeaturesSelector.d.ts +6 -0
- package/selectors/circularSelector.d.ts +1 -0
- package/selectors/cutsiteLabelColorSelector.d.ts +6 -0
- package/selectors/cutsitesByRangeSelector.d.ts +0 -0
- package/selectors/cutsitesSelector.d.ts +14 -0
- package/selectors/editorSelector.d.ts +2 -0
- package/selectors/featuresSelector.d.ts +6 -0
- package/selectors/filteredCutsitesSelector.d.ts +6 -0
- package/selectors/filteredFeaturesSelector.d.ts +6 -0
- package/selectors/filteredPartsSelector.d.ts +6 -0
- package/selectors/filteredPrimersSelector.d.ts +6 -0
- package/selectors/filteredRestrictionEnzymesSelector.d.ts +2 -0
- package/selectors/getAdditionalEnzymesSelector.d.ts +6 -0
- package/selectors/index.d.ts +41 -0
- package/selectors/isEnzymeFilterAndSelector.d.ts +2 -0
- package/selectors/minimumOrfSizeSelector.d.ts +2 -0
- package/selectors/orfsSelector.d.ts +26 -0
- package/selectors/partsSelector.d.ts +6 -0
- package/selectors/primersSelector.d.ts +6 -0
- package/selectors/restrictionEnzymesSelector.d.ts +6 -0
- package/selectors/searchLayersSelector.d.ts +6 -0
- package/selectors/selectedAnnotationsSelector.d.ts +2 -0
- package/selectors/selectedCutsitesSelector.d.ts +12 -0
- package/selectors/sequenceDataSelector.d.ts +2 -0
- package/selectors/sequenceLengthSelector.d.ts +1 -0
- package/selectors/sequenceSelector.d.ts +1 -0
- package/selectors/tagsToBoldSelector.d.ts +2 -0
- package/selectors/translationSearchMatchesSelector.d.ts +6 -0
- package/selectors/translationsRawSelector.d.ts +6 -0
- package/selectors/translationsSelector.d.ts +16 -0
- package/src/ToolBar/index.js +12 -12
- package/style.css +34 -0
- package/updateEditor.d.ts +3 -0
- package/utils/PassThrough.d.ts +3 -0
- package/utils/addWrappedAddons.d.ts +1 -0
- package/utils/annotationTypes.d.ts +6 -0
- package/utils/arrayUtils.d.ts +3 -0
- package/utils/calculateTickMarkPositionsForGivenRange.d.ts +7 -0
- package/utils/cleanSequenceData_DEPRECATED/arrayToObjWithIds.d.ts +1 -0
- package/utils/combineReducersDontIgnoreKeys.d.ts +1 -0
- package/utils/commandUtils.d.ts +1 -0
- package/utils/editorUtils.d.ts +36 -0
- package/utils/getAnnotationClassnames.d.ts +6 -0
- package/utils/getAnnotationNameAndStartStopString.d.ts +14 -0
- package/utils/getVisibleStartEnd.d.ts +7 -0
- package/utils/massageTickSpacing.d.ts +1 -0
- package/utils/onlyUpdateForKeysDeep.d.ts +2 -0
- package/utils/prepareRowData.d.ts +6 -0
- package/utils/proteinUtils.d.ts +1 -0
- package/utils/pureNoFunc.d.ts +2 -0
- package/utils/selectionLayer.d.ts +5 -0
- package/utils/shouldRerender.d.ts +2 -0
- package/utils/showFileDialog.d.ts +4 -0
- package/utils/updateLabelsForInViewFeatures.d.ts +3 -0
- package/utils/updateLabelsForInViewFeaturesCircView.d.ts +0 -0
- package/utils/useAAColorType.d.ts +2 -0
- package/utils/useAnnotationLimits.d.ts +14 -0
- package/utils/useChromatogramPrefs.d.ts +7 -0
- package/utils/useLadders.d.ts +2 -0
- package/utils/useMeltingTemp.d.ts +2 -0
- package/utils/useTmType.d.ts +2 -0
- package/withEditorInteractions/Keyboard.d.ts +16 -0
- package/withEditorInteractions/clickAndDragUtils.d.ts +67 -0
- package/withEditorInteractions/createSequenceInputPopup.d.ts +1 -0
- package/withEditorInteractions/getBpsPerRow.d.ts +9 -0
- package/withEditorInteractions/index.d.ts +2 -0
- package/withEditorInteractions/isElementInViewport.d.ts +2 -0
- package/withEditorInteractions/moveCaret.d.ts +10 -0
- 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
|
-
|
|
955
|
-
require
|
|
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";
|
|
@@ -9203,12 +10052,12 @@ var __async = (__this, __arguments, generator) => {
|
|
|
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
10062
|
__name(toPrimitive$4, "toPrimitive$4");
|
|
9214
10063
|
function toPropertyKey(t2) {
|
|
@@ -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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
10392
|
-
var bIsBuffer = isBuffer$
|
|
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$
|
|
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$
|
|
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,
|
|
@@ -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) {
|
|
@@ -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$
|
|
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$
|
|
32398
|
-
var isBuffer$
|
|
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$
|
|
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$
|
|
32415
|
-
var isBufferExports = isBuffer$
|
|
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$
|
|
32473
|
-
var isTypedArray_1 = isTypedArray$
|
|
32474
|
-
var baseTimes$1 = _baseTimes, isArguments$
|
|
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$
|
|
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$
|
|
32610
|
-
if (DataView$2 && getTag$
|
|
32611
|
-
getTag$
|
|
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$
|
|
33501
|
+
}, "getTag$7");
|
|
32629
33502
|
}
|
|
32630
|
-
var _getTag = getTag$
|
|
32631
|
-
var Stack$4 = _Stack, equalArrays$1 = _equalArrays, equalByTag$1 = _equalByTag, equalObjects$1 = _equalObjects, getTag$
|
|
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$
|
|
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$
|
|
32642
|
-
if (!isBuffer$
|
|
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$
|
|
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$
|
|
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 =
|
|
33094
|
-
var newName =
|
|
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
|
|
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$
|
|
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$
|
|
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 =
|
|
33976
|
-
var newName =
|
|
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
|
|
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$
|
|
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$
|
|
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$
|
|
35216
|
+
} else if (isPlainObject$4(srcValue) || isArguments$3(srcValue)) {
|
|
34343
35217
|
newValue = objValue;
|
|
34344
|
-
if (isArguments$
|
|
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$
|
|
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$
|
|
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$
|
|
34454
|
-
var setToString$3 = shortOut$1(baseSetToString$
|
|
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
|
-
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
38037
|
-
if (isBuffer$
|
|
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$
|
|
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$
|
|
38292
|
-
if (!isBuffer$
|
|
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
|
-
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
39556
|
+
} else if (isPlainObject$3(srcValue) || isArguments$2(srcValue)) {
|
|
38670
39557
|
newValue = objValue;
|
|
38671
|
-
if (isArguments$
|
|
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 (
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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 (
|
|
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) {
|
|
@@ -40132,25 +41043,16 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
40132
41043
|
var _cof = /* @__PURE__ */ __name(function(it) {
|
|
40133
41044
|
return toString$3.call(it).slice(8, -1);
|
|
40134
41045
|
}, "_cof");
|
|
40135
|
-
var
|
|
40136
|
-
var
|
|
40137
|
-
|
|
40138
|
-
|
|
40139
|
-
return _iobject;
|
|
40140
|
-
hasRequired_iobject = 1;
|
|
40141
|
-
var cof2 = _cof;
|
|
40142
|
-
_iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
|
|
40143
|
-
return cof2(it) == "String" ? it.split("") : Object(it);
|
|
40144
|
-
};
|
|
40145
|
-
return _iobject;
|
|
40146
|
-
}
|
|
40147
|
-
__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
|
+
};
|
|
40148
41050
|
var _defined = /* @__PURE__ */ __name(function(it) {
|
|
40149
41051
|
if (it == void 0)
|
|
40150
41052
|
throw TypeError("Can't call method on " + it);
|
|
40151
41053
|
return it;
|
|
40152
41054
|
}, "_defined");
|
|
40153
|
-
var IObject =
|
|
41055
|
+
var IObject = _iobject;
|
|
40154
41056
|
var defined$2 = _defined;
|
|
40155
41057
|
var _toIobject = /* @__PURE__ */ __name(function(it) {
|
|
40156
41058
|
return IObject(defined$2(it));
|
|
@@ -40247,15 +41149,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
40247
41149
|
var _objectGops = {};
|
|
40248
41150
|
_objectGops.f = Object.getOwnPropertySymbols;
|
|
40249
41151
|
var _objectPie = {};
|
|
40250
|
-
|
|
40251
|
-
function require_objectPie() {
|
|
40252
|
-
if (hasRequired_objectPie)
|
|
40253
|
-
return _objectPie;
|
|
40254
|
-
hasRequired_objectPie = 1;
|
|
40255
|
-
_objectPie.f = {}.propertyIsEnumerable;
|
|
40256
|
-
return _objectPie;
|
|
40257
|
-
}
|
|
40258
|
-
__name(require_objectPie, "require_objectPie");
|
|
41152
|
+
_objectPie.f = {}.propertyIsEnumerable;
|
|
40259
41153
|
var defined$1 = _defined;
|
|
40260
41154
|
var _toObject = /* @__PURE__ */ __name(function(it) {
|
|
40261
41155
|
return Object(defined$1(it));
|
|
@@ -40269,9 +41163,9 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
40269
41163
|
var DESCRIPTORS2 = _descriptors;
|
|
40270
41164
|
var getKeys2 = _objectKeys;
|
|
40271
41165
|
var gOPS2 = _objectGops;
|
|
40272
|
-
var pIE2 =
|
|
41166
|
+
var pIE2 = _objectPie;
|
|
40273
41167
|
var toObject2 = _toObject;
|
|
40274
|
-
var IObject2 =
|
|
41168
|
+
var IObject2 = _iobject;
|
|
40275
41169
|
var $assign = Object.assign;
|
|
40276
41170
|
_objectAssign = !$assign || _fails(function() {
|
|
40277
41171
|
var A2 = {};
|
|
@@ -40906,7 +41800,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
40906
41800
|
}, "_wksDefine");
|
|
40907
41801
|
var getKeys = _objectKeys;
|
|
40908
41802
|
var gOPS$1 = _objectGops;
|
|
40909
|
-
var pIE$1 =
|
|
41803
|
+
var pIE$1 = _objectPie;
|
|
40910
41804
|
var _enumKeys = /* @__PURE__ */ __name(function(it) {
|
|
40911
41805
|
var result = getKeys(it);
|
|
40912
41806
|
var getSymbols2 = gOPS$1.f;
|
|
@@ -40947,7 +41841,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
40947
41841
|
return windowNames && toString$2.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
|
|
40948
41842
|
}, "getOwnPropertyNames");
|
|
40949
41843
|
var _objectGopd = {};
|
|
40950
|
-
var pIE =
|
|
41844
|
+
var pIE = _objectPie;
|
|
40951
41845
|
var createDesc$1 = _propertyDesc;
|
|
40952
41846
|
var toIObject$1 = _toIobject;
|
|
40953
41847
|
var toPrimitive$1 = _toPrimitive$1;
|
|
@@ -41127,7 +42021,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41127
42021
|
$GOPD.f = $getOwnPropertyDescriptor;
|
|
41128
42022
|
$DP.f = $defineProperty;
|
|
41129
42023
|
_objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
|
|
41130
|
-
|
|
42024
|
+
_objectPie.f = $propertyIsEnumerable;
|
|
41131
42025
|
$GOPS.f = $getOwnPropertySymbols;
|
|
41132
42026
|
if (DESCRIPTORS && !_library) {
|
|
41133
42027
|
redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
|
|
@@ -43120,6 +44014,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43120
44014
|
function _createClass2(Constructor, protoProps, staticProps) {
|
|
43121
44015
|
if (protoProps)
|
|
43122
44016
|
_defineProperties2(Constructor.prototype, protoProps);
|
|
44017
|
+
if (staticProps)
|
|
44018
|
+
_defineProperties2(Constructor, staticProps);
|
|
43123
44019
|
return Constructor;
|
|
43124
44020
|
}
|
|
43125
44021
|
__name(_createClass2, "_createClass");
|
|
@@ -47782,7 +48678,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
47782
48678
|
__name(looksLikeAVFileValue, "looksLikeAVFileValue");
|
|
47783
48679
|
const emptyOptions = {};
|
|
47784
48680
|
function toString$1(value, options) {
|
|
47785
|
-
const settings = emptyOptions;
|
|
48681
|
+
const settings = options || emptyOptions;
|
|
47786
48682
|
const includeImageAlt = typeof settings.includeImageAlt === "boolean" ? settings.includeImageAlt : true;
|
|
47787
48683
|
const includeHtml = typeof settings.includeHtml === "boolean" ? settings.includeHtml : true;
|
|
47788
48684
|
return one$1(value, includeImageAlt, includeHtml);
|
|
@@ -48615,11 +49511,11 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
48615
49511
|
function decodeNamedCharacterReference(value) {
|
|
48616
49512
|
const characterReference2 = "&" + value + ";";
|
|
48617
49513
|
element.innerHTML = characterReference2;
|
|
48618
|
-
const
|
|
48619
|
-
if (
|
|
49514
|
+
const char2 = element.textContent;
|
|
49515
|
+
if (char2.charCodeAt(char2.length - 1) === 59 && value !== "semi") {
|
|
48620
49516
|
return false;
|
|
48621
49517
|
}
|
|
48622
|
-
return
|
|
49518
|
+
return char2 === characterReference2 ? false : char2;
|
|
48623
49519
|
}
|
|
48624
49520
|
__name(decodeNamedCharacterReference, "decodeNamedCharacterReference");
|
|
48625
49521
|
const characterReference = {
|
|
@@ -53978,6 +54874,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
53978
54874
|
return destination && "run" in destination ? bridge(destination, options) : mutate(destination || options);
|
|
53979
54875
|
}, "remarkRehype")
|
|
53980
54876
|
);
|
|
54877
|
+
const remarkRehype$1 = remarkRehype;
|
|
53981
54878
|
function bridge(destination, options) {
|
|
53982
54879
|
return (node2, file, next) => {
|
|
53983
54880
|
destination.run(toHast(node2, options), file, (error) => {
|
|
@@ -55354,7 +56251,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
55354
56251
|
}
|
|
55355
56252
|
__name(stringify$3, "stringify$3");
|
|
55356
56253
|
function stringify$2(values2, options) {
|
|
55357
|
-
const settings = {};
|
|
56254
|
+
const settings = options || {};
|
|
55358
56255
|
const input = values2[values2.length - 1] === "" ? [...values2, ""] : values2;
|
|
55359
56256
|
return input.join(
|
|
55360
56257
|
(settings.padRight ? " " : "") + "," + (settings.padLeft === false ? "" : " ")
|
|
@@ -55775,7 +56672,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
55775
56672
|
delete deprecated[key2];
|
|
55776
56673
|
}
|
|
55777
56674
|
}
|
|
55778
|
-
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), {
|
|
55779
56676
|
allowDangerousHtml: true
|
|
55780
56677
|
})).use(options.rehypePlugins || []).use(rehypeFilter, options);
|
|
55781
56678
|
const file = new VFile();
|
|
@@ -60464,8 +61361,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
60464
61361
|
}
|
|
60465
61362
|
var colorString2 = match2[0];
|
|
60466
61363
|
if (match2[0].length === 3) {
|
|
60467
|
-
colorString2 = colorString2.split("").map(function(
|
|
60468
|
-
return
|
|
61364
|
+
colorString2 = colorString2.split("").map(function(char2) {
|
|
61365
|
+
return char2 + char2;
|
|
60469
61366
|
}).join("");
|
|
60470
61367
|
}
|
|
60471
61368
|
var integer = parseInt(colorString2, 16);
|
|
@@ -61369,8 +62266,9 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
61369
62266
|
}
|
|
61370
62267
|
render() {
|
|
61371
62268
|
var _b2;
|
|
61372
|
-
|
|
62269
|
+
let _a2 = this.props, {
|
|
61373
62270
|
multi,
|
|
62271
|
+
asTag,
|
|
61374
62272
|
options,
|
|
61375
62273
|
unfilteredOptions,
|
|
61376
62274
|
value,
|
|
@@ -61383,6 +62281,10 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
61383
62281
|
noResultsText,
|
|
61384
62282
|
noResults: _noResults,
|
|
61385
62283
|
inputProps,
|
|
62284
|
+
backgroundColor: backgroundColor2,
|
|
62285
|
+
doNotFillWidth,
|
|
62286
|
+
noToggle,
|
|
62287
|
+
small,
|
|
61386
62288
|
placeholder,
|
|
61387
62289
|
isLoading,
|
|
61388
62290
|
disallowClear,
|
|
@@ -61394,6 +62296,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
61394
62296
|
renderCreateNewOption: _renderCreateNewOption = renderCreateNewOption$1
|
|
61395
62297
|
} = _a2, rest = __objRest(_a2, [
|
|
61396
62298
|
"multi",
|
|
62299
|
+
"asTag",
|
|
61397
62300
|
"options",
|
|
61398
62301
|
"unfilteredOptions",
|
|
61399
62302
|
"value",
|
|
@@ -61407,6 +62310,10 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
61407
62310
|
"noResultsText",
|
|
61408
62311
|
"noResults",
|
|
61409
62312
|
"inputProps",
|
|
62313
|
+
"backgroundColor",
|
|
62314
|
+
"doNotFillWidth",
|
|
62315
|
+
"noToggle",
|
|
62316
|
+
"small",
|
|
61410
62317
|
"placeholder",
|
|
61411
62318
|
"isLoading",
|
|
61412
62319
|
"disallowClear",
|
|
@@ -61417,6 +62324,14 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
61417
62324
|
"resetOnSelect",
|
|
61418
62325
|
"renderCreateNewOption"
|
|
61419
62326
|
]);
|
|
62327
|
+
if (asTag) {
|
|
62328
|
+
small = true;
|
|
62329
|
+
placeholder = " ";
|
|
62330
|
+
backgroundColor2 = "red";
|
|
62331
|
+
disallowClear = true;
|
|
62332
|
+
doNotFillWidth = true;
|
|
62333
|
+
noToggle = true;
|
|
62334
|
+
}
|
|
61420
62335
|
let noResults = _noResults;
|
|
61421
62336
|
if (noResults === void 0)
|
|
61422
62337
|
noResults = noResultsDefault;
|
|
@@ -61430,7 +62345,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
61430
62345
|
minimal: true,
|
|
61431
62346
|
onClick: this.handleClear
|
|
61432
62347
|
}
|
|
61433
|
-
), noResults !== null && /* @__PURE__ */ React$2.createElement(
|
|
62348
|
+
), noResults !== null && !noToggle && /* @__PURE__ */ React$2.createElement(
|
|
61434
62349
|
Button,
|
|
61435
62350
|
{
|
|
61436
62351
|
onClick: (e2) => {
|
|
@@ -61454,7 +62369,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
61454
62369
|
(opt) => opt && opt.value === (value2 && value2.value || value2)
|
|
61455
62370
|
);
|
|
61456
62371
|
});
|
|
61457
|
-
|
|
62372
|
+
const toRet = /* @__PURE__ */ React$2.createElement(
|
|
61458
62373
|
MultiSelect,
|
|
61459
62374
|
__spreadValues(__spreadValues({
|
|
61460
62375
|
onActiveItemChange: this.handleActiveItemChange,
|
|
@@ -61468,7 +62383,10 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
61468
62383
|
captureDismiss: true,
|
|
61469
62384
|
minimal: true,
|
|
61470
62385
|
className: classNames$1("tg-select", "tg-stop-dialog-form-enter", {
|
|
61471
|
-
"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
|
|
61472
62390
|
}),
|
|
61473
62391
|
wrapperTagName: "div",
|
|
61474
62392
|
canEscapeKeyClose: true,
|
|
@@ -61523,6 +62441,23 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
61523
62441
|
})
|
|
61524
62442
|
}), rest)
|
|
61525
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;
|
|
61526
62461
|
}
|
|
61527
62462
|
};
|
|
61528
62463
|
__name(_TgSelect, "TgSelect");
|
|
@@ -63723,12 +64658,20 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
63723
64658
|
__name(getSubFilter, "getSubFilter");
|
|
63724
64659
|
function getCurrentParamsFromUrl(location2, isSimple) {
|
|
63725
64660
|
let { search: search2 } = location2;
|
|
64661
|
+
if (isSimple) {
|
|
64662
|
+
search2 = window.location.href.split("?")[1] || "";
|
|
64663
|
+
}
|
|
63726
64664
|
return parseFilters(queryString.parse(search2, { ignoreQueryPrefix: true }));
|
|
63727
64665
|
}
|
|
63728
64666
|
__name(getCurrentParamsFromUrl, "getCurrentParamsFromUrl");
|
|
63729
64667
|
function setCurrentParamsOnUrl(newParams, replace2, isSimple) {
|
|
63730
64668
|
const stringifiedFilters = stringifyFilters(newParams);
|
|
63731
64669
|
const search2 = `?${queryString.stringify(stringifiedFilters)}`;
|
|
64670
|
+
if (isSimple) {
|
|
64671
|
+
return window.location.replace(
|
|
64672
|
+
`${window.location.href.split("?")[0]}${search2}`
|
|
64673
|
+
);
|
|
64674
|
+
}
|
|
63732
64675
|
replace2({
|
|
63733
64676
|
search: search2
|
|
63734
64677
|
});
|
|
@@ -78154,6 +79097,9 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
78154
79097
|
__name(resolvePathname, "resolvePathname");
|
|
78155
79098
|
var prefix$2 = "Invariant failed";
|
|
78156
79099
|
function invariant$2(condition, message) {
|
|
79100
|
+
if (condition) {
|
|
79101
|
+
return;
|
|
79102
|
+
}
|
|
78157
79103
|
{
|
|
78158
79104
|
throw new Error(prefix$2);
|
|
78159
79105
|
}
|
|
@@ -78201,7 +79147,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
78201
79147
|
} else {
|
|
78202
79148
|
location2.hash = "";
|
|
78203
79149
|
}
|
|
78204
|
-
if (location2.state === void 0)
|
|
79150
|
+
if (state2 !== void 0 && location2.state === void 0)
|
|
78205
79151
|
location2.state = state2;
|
|
78206
79152
|
}
|
|
78207
79153
|
try {
|
|
@@ -78213,6 +79159,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
78213
79159
|
throw e2;
|
|
78214
79160
|
}
|
|
78215
79161
|
}
|
|
79162
|
+
if (key2)
|
|
79163
|
+
location2.key = key2;
|
|
78216
79164
|
if (currentLocation) {
|
|
78217
79165
|
if (!location2.pathname) {
|
|
78218
79166
|
location2.pathname = currentLocation.pathname;
|
|
@@ -78334,6 +79282,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
78334
79282
|
}).isRequired
|
|
78335
79283
|
}).isRequired
|
|
78336
79284
|
};
|
|
79285
|
+
const Link$1 = Link;
|
|
78337
79286
|
var pathToRegexp$2 = { exports: {} };
|
|
78338
79287
|
var isarray$1 = Array.isArray || function(arr) {
|
|
78339
79288
|
return Object.prototype.toString.call(arr) == "[object Array]";
|
|
@@ -78780,6 +79729,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
78780
79729
|
Route.childContextTypes = {
|
|
78781
79730
|
router: PropTypes$1.object.isRequired
|
|
78782
79731
|
};
|
|
79732
|
+
const Route$1 = Route;
|
|
78783
79733
|
var REACT_STATICS = {
|
|
78784
79734
|
childContextTypes: true,
|
|
78785
79735
|
contextTypes: true,
|
|
@@ -78861,7 +79811,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
78861
79811
|
var withRouter = /* @__PURE__ */ __name(function withRouter2(Component) {
|
|
78862
79812
|
var C2 = /* @__PURE__ */ __name(function C3(props) {
|
|
78863
79813
|
var wrappedComponentRef = props.wrappedComponentRef, remainingProps = _objectWithoutProperties$3(props, ["wrappedComponentRef"]);
|
|
78864
|
-
return React$2.createElement(Route, {
|
|
79814
|
+
return React$2.createElement(Route$1, {
|
|
78865
79815
|
children: /* @__PURE__ */ __name(function children(routeComponentProps) {
|
|
78866
79816
|
return React$2.createElement(Component, _extends$2({}, remainingProps, routeComponentProps, {
|
|
78867
79817
|
ref: wrappedComponentRef
|
|
@@ -78876,6 +79826,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
78876
79826
|
};
|
|
78877
79827
|
return hoistStatics(C2, Component);
|
|
78878
79828
|
}, "withRouter");
|
|
79829
|
+
const withRouter$1 = withRouter;
|
|
78879
79830
|
const isEq$1 = /* @__PURE__ */ __name((o1, o2) => {
|
|
78880
79831
|
const isEq2 = isEqualWith(o1, o2, function(val1, val2) {
|
|
78881
79832
|
if (isFunction$1(val1) && isFunction$1(val2)) {
|
|
@@ -78943,8 +79894,12 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
78943
79894
|
__name(getTableConfigFromStorage, "getTableConfigFromStorage");
|
|
78944
79895
|
function withTableParams(compOrOpts, pTopLevelOpts) {
|
|
78945
79896
|
let topLevelOptions;
|
|
78946
|
-
|
|
79897
|
+
let Component;
|
|
79898
|
+
if (!pTopLevelOpts) {
|
|
78947
79899
|
topLevelOptions = compOrOpts;
|
|
79900
|
+
} else {
|
|
79901
|
+
topLevelOptions = pTopLevelOpts;
|
|
79902
|
+
Component = compOrOpts;
|
|
78948
79903
|
}
|
|
78949
79904
|
const { isLocalCall } = topLevelOptions;
|
|
78950
79905
|
const mapStateToProps2 = /* @__PURE__ */ __name((state2, ownProps) => {
|
|
@@ -79166,11 +80121,14 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
79166
80121
|
}),
|
|
79167
80122
|
branch((props) => {
|
|
79168
80123
|
return !props.noRouter;
|
|
79169
|
-
}, withRouter),
|
|
80124
|
+
}, withRouter$1),
|
|
79170
80125
|
connect(mapStateToProps2, mapDispatchToProps2, mergeProps),
|
|
79171
80126
|
pure$1,
|
|
79172
80127
|
addFormTracking
|
|
79173
80128
|
);
|
|
80129
|
+
if (Component) {
|
|
80130
|
+
return toReturn(Component);
|
|
80131
|
+
}
|
|
79174
80132
|
return toReturn;
|
|
79175
80133
|
}
|
|
79176
80134
|
__name(withTableParams, "withTableParams");
|
|
@@ -80081,7 +81039,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
80081
81039
|
const { schema: schema2 } = this.props;
|
|
80082
81040
|
const editableFields = schema2.fields.filter((f2) => !f2.isNotEditable);
|
|
80083
81041
|
const validationErrors = {};
|
|
80084
|
-
const newEnts =
|
|
81042
|
+
const newEnts = immer(entities, (entities2) => {
|
|
80085
81043
|
entities2.forEach((e2, index2) => {
|
|
80086
81044
|
editableFields.forEach((columnSchema) => {
|
|
80087
81045
|
if (useDefaultValues) {
|
|
@@ -83635,7 +84593,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
83635
84593
|
}),
|
|
83636
84594
|
onChange: (val2) => {
|
|
83637
84595
|
setFilesWIssues(
|
|
83638
|
-
|
|
84596
|
+
immer(filesWIssues, (files) => {
|
|
83639
84597
|
files.forEach((f2, i22) => {
|
|
83640
84598
|
const isCurrentFile = fileIndex === i22;
|
|
83641
84599
|
if (isCurrentFile || doAllFilesHaveSameHeaders) {
|
|
@@ -84219,8 +85177,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
84219
85177
|
function createPatternAlphabet(pattern) {
|
|
84220
85178
|
let mask = {};
|
|
84221
85179
|
for (let i2 = 0, len2 = pattern.length; i2 < len2; i2 += 1) {
|
|
84222
|
-
const
|
|
84223
|
-
mask[
|
|
85180
|
+
const char2 = pattern.charAt(i2);
|
|
85181
|
+
mask[char2] = (mask[char2] || 0) | 1 << len2 - i2 - 1;
|
|
84224
85182
|
}
|
|
84225
85183
|
return mask;
|
|
84226
85184
|
}
|
|
@@ -85595,7 +86553,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
85595
86553
|
}, hasSubmitted && {
|
|
85596
86554
|
onBackClick: onBackClick || (() => {
|
|
85597
86555
|
setSteps(
|
|
85598
|
-
|
|
86556
|
+
immer(steps, (draft) => {
|
|
85599
86557
|
draft[0].active = true;
|
|
85600
86558
|
draft[0].completed = false;
|
|
85601
86559
|
draft[1].active = false;
|
|
@@ -85608,7 +86566,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
85608
86566
|
return __async(this, null, function* () {
|
|
85609
86567
|
if (!hasSubmitted) {
|
|
85610
86568
|
setSteps(
|
|
85611
|
-
|
|
86569
|
+
immer(steps, (draft) => {
|
|
85612
86570
|
draft[0].active = false;
|
|
85613
86571
|
draft[0].completed = true;
|
|
85614
86572
|
draft[1].active = true;
|
|
@@ -85866,10 +86824,6 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
85866
86824
|
__name(showDialogPromise, "showDialogPromise");
|
|
85867
86825
|
return { comp, showDialogPromise, toggleDialog, setAdditionalProps };
|
|
85868
86826
|
}, "useDialog");
|
|
85869
|
-
function commonjsRequire(path2) {
|
|
85870
|
-
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.');
|
|
85871
|
-
}
|
|
85872
|
-
__name(commonjsRequire, "commonjsRequire");
|
|
85873
86827
|
var jszip_min = { exports: {} };
|
|
85874
86828
|
/*!
|
|
85875
86829
|
|
|
@@ -88460,8 +89414,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
88460
89414
|
var q2 = false;
|
|
88461
89415
|
function J2(e3, t3, r3, n3) {
|
|
88462
89416
|
P2(e3, (s2 << 1) + (n3 ? 1 : 0), 3), function(e4, t4, r4, n4) {
|
|
88463
|
-
M2(e4), U2(e4, r4), U2(e4, ~r4), i2.arraySet(e4.pending_buf, e4.window, t4, r4, e4.pending), e4.pending += r4;
|
|
88464
|
-
}(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);
|
|
88465
89419
|
}
|
|
88466
89420
|
__name(J2, "J");
|
|
88467
89421
|
r2._tr_init = function(e3) {
|
|
@@ -94363,7 +95317,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
94363
95317
|
var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
|
|
94364
95318
|
if (it)
|
|
94365
95319
|
return (it = it.call(o2)).next.bind(it);
|
|
94366
|
-
if (Array.isArray(o2) || (it = _unsupportedIterableToArray$6(o2)) || allowArrayLike) {
|
|
95320
|
+
if (Array.isArray(o2) || (it = _unsupportedIterableToArray$6(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
|
|
94367
95321
|
if (it)
|
|
94368
95322
|
o2 = it;
|
|
94369
95323
|
var i2 = 0;
|
|
@@ -94716,7 +95670,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
94716
95670
|
var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
|
|
94717
95671
|
if (it)
|
|
94718
95672
|
return (it = it.call(o2)).next.bind(it);
|
|
94719
|
-
if (Array.isArray(o2) || (it = _unsupportedIterableToArray$4(o2)) || allowArrayLike) {
|
|
95673
|
+
if (Array.isArray(o2) || (it = _unsupportedIterableToArray$4(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
|
|
94720
95674
|
if (it)
|
|
94721
95675
|
o2 = it;
|
|
94722
95676
|
var i2 = 0;
|
|
@@ -95012,7 +95966,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
95012
95966
|
var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
|
|
95013
95967
|
if (it)
|
|
95014
95968
|
return (it = it.call(o2)).next.bind(it);
|
|
95015
|
-
if (Array.isArray(o2) || (it = _unsupportedIterableToArray$3(o2)) || allowArrayLike) {
|
|
95969
|
+
if (Array.isArray(o2) || (it = _unsupportedIterableToArray$3(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
|
|
95016
95970
|
if (it)
|
|
95017
95971
|
o2 = it;
|
|
95018
95972
|
var i2 = 0;
|
|
@@ -95098,7 +96052,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
95098
96052
|
var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
|
|
95099
96053
|
if (it)
|
|
95100
96054
|
return (it = it.call(o2)).next.bind(it);
|
|
95101
|
-
if (Array.isArray(o2) || (it = _unsupportedIterableToArray$2(o2)) || allowArrayLike) {
|
|
96055
|
+
if (Array.isArray(o2) || (it = _unsupportedIterableToArray$2(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
|
|
95102
96056
|
if (it)
|
|
95103
96057
|
o2 = it;
|
|
95104
96058
|
var i2 = 0;
|
|
@@ -95199,7 +96153,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
95199
96153
|
var it = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
|
|
95200
96154
|
if (it)
|
|
95201
96155
|
return (it = it.call(o2)).next.bind(it);
|
|
95202
|
-
if (Array.isArray(o2) || (it = _unsupportedIterableToArray$1(o2)) || allowArrayLike) {
|
|
96156
|
+
if (Array.isArray(o2) || (it = _unsupportedIterableToArray$1(o2)) || allowArrayLike && o2 && typeof o2.length === "number") {
|
|
95203
96157
|
if (it)
|
|
95204
96158
|
o2 = it;
|
|
95205
96159
|
var i2 = 0;
|
|
@@ -95836,7 +96790,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
95836
96790
|
) : /* @__PURE__ */ React$2.createElement(React$2.Fragment, null, "Accepts ", simpleAccept)
|
|
95837
96791
|
),
|
|
95838
96792
|
/* @__PURE__ */ React$2.createElement(
|
|
95839
|
-
Dropzone,
|
|
96793
|
+
Dropzone$1,
|
|
95840
96794
|
__spreadValues(__spreadValues({
|
|
95841
96795
|
disabled: dropzoneDisabled,
|
|
95842
96796
|
onClick: (evt) => evt.preventDefault(),
|
|
@@ -96643,7 +97597,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
96643
97597
|
}
|
|
96644
97598
|
__name(_getRequireWildcardCache$1, "_getRequireWildcardCache$1");
|
|
96645
97599
|
function _interopRequireWildcard$1(obj, nodeInterop) {
|
|
96646
|
-
if (obj && obj.__esModule) {
|
|
97600
|
+
if (!nodeInterop && obj && obj.__esModule) {
|
|
96647
97601
|
return obj;
|
|
96648
97602
|
}
|
|
96649
97603
|
if (obj === null || _typeof$1(obj) !== "object" && typeof obj !== "function") {
|
|
@@ -97068,7 +98022,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
97068
98022
|
}
|
|
97069
98023
|
__name(_getRequireWildcardCache, "_getRequireWildcardCache");
|
|
97070
98024
|
function _interopRequireWildcard(obj, nodeInterop) {
|
|
97071
|
-
if (obj && obj.__esModule) {
|
|
98025
|
+
if (!nodeInterop && obj && obj.__esModule) {
|
|
97072
98026
|
return obj;
|
|
97073
98027
|
}
|
|
97074
98028
|
if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") {
|
|
@@ -97182,6 +98136,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
97182
98136
|
function _createClass$1(Constructor, protoProps, staticProps) {
|
|
97183
98137
|
if (protoProps)
|
|
97184
98138
|
_defineProperties$1(Constructor.prototype, protoProps);
|
|
98139
|
+
if (staticProps)
|
|
98140
|
+
_defineProperties$1(Constructor, staticProps);
|
|
97185
98141
|
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
97186
98142
|
return Constructor;
|
|
97187
98143
|
}
|
|
@@ -97663,7 +98619,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
97663
98619
|
}
|
|
97664
98620
|
__name(_getRequireWildcardCache2, "_getRequireWildcardCache");
|
|
97665
98621
|
function _interopRequireWildcard2(obj, nodeInterop) {
|
|
97666
|
-
if (obj && obj.__esModule) {
|
|
98622
|
+
if (!nodeInterop && obj && obj.__esModule) {
|
|
97667
98623
|
return obj;
|
|
97668
98624
|
}
|
|
97669
98625
|
if (obj === null || _typeof4(obj) !== "object" && typeof obj !== "function") {
|
|
@@ -99777,7 +100733,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
99777
100733
|
e2.target.closest(`.${POPOVER_DISMISS}`).click();
|
|
99778
100734
|
}, "handleLinkClick");
|
|
99779
100735
|
return /* @__PURE__ */ React$2.createElement("li", { className: POPOVER_DISMISS, onClick }, /* @__PURE__ */ React$2.createElement(
|
|
99780
|
-
Link,
|
|
100736
|
+
Link$1,
|
|
99781
100737
|
{
|
|
99782
100738
|
onClick: handleLinkClick,
|
|
99783
100739
|
to: navTo,
|
|
@@ -99801,7 +100757,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
99801
100757
|
willUnmount({ className });
|
|
99802
100758
|
}
|
|
99803
100759
|
}),
|
|
99804
|
-
branch(({ navTo }) => navTo, withRouter)
|
|
100760
|
+
branch(({ navTo }) => navTo, withRouter$1)
|
|
99805
100761
|
)(function(_o) {
|
|
99806
100762
|
var _p = _o, {
|
|
99807
100763
|
navTo,
|
|
@@ -102195,7 +103151,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
102195
103151
|
}
|
|
102196
103152
|
}
|
|
102197
103153
|
if (outputTrimmedRange) {
|
|
102198
|
-
return
|
|
103154
|
+
return extend$2({}, rangeToBeTrimmed, {
|
|
102199
103155
|
start: outputTrimmedRange.start,
|
|
102200
103156
|
end: outputTrimmedRange.end
|
|
102201
103157
|
});
|
|
@@ -102780,6 +103736,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
102780
103736
|
);
|
|
102781
103737
|
if (!rangeBlocked) {
|
|
102782
103738
|
yOffset = index2;
|
|
103739
|
+
if (assignYOffsetToRange)
|
|
103740
|
+
range2.yOffset = index2;
|
|
102783
103741
|
rangesAlreadyAddedToYOffset.push(range2);
|
|
102784
103742
|
return true;
|
|
102785
103743
|
}
|
|
@@ -102788,6 +103746,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
102788
103746
|
);
|
|
102789
103747
|
if (!openYOffsetFound) {
|
|
102790
103748
|
yOffset = YOffsetLevelsWithRanges.length;
|
|
103749
|
+
if (assignYOffsetToRange)
|
|
103750
|
+
range2.yOffset = YOffsetLevelsWithRanges.length;
|
|
102791
103751
|
}
|
|
102792
103752
|
return yOffset;
|
|
102793
103753
|
}
|
|
@@ -108185,7 +109145,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
108185
109145
|
}
|
|
108186
109146
|
__name(coerceLocation, "coerceLocation");
|
|
108187
109147
|
function getDegenerateDnaStringFromAAString(aaString) {
|
|
108188
|
-
return aaString.split("").map((
|
|
109148
|
+
return aaString.split("").map((char2) => aminoAcidToDegenerateDnaMap[char2.toLowerCase()] || "nnn").join("");
|
|
108189
109149
|
}
|
|
108190
109150
|
__name(getDegenerateDnaStringFromAAString, "getDegenerateDnaStringFromAAString");
|
|
108191
109151
|
function getAminoAcidStringFromSequenceString(sequenceString, { doNotExcludeAsterisk } = {}) {
|
|
@@ -116856,8 +117816,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
116856
117816
|
function convertAmbiguousStringToRegex(string2, isProtein2) {
|
|
116857
117817
|
return reduce(
|
|
116858
117818
|
string2,
|
|
116859
|
-
(acc,
|
|
116860
|
-
const value = isProtein2 ? extended_protein_values[
|
|
117819
|
+
(acc, char2) => {
|
|
117820
|
+
const value = isProtein2 ? extended_protein_values[char2.toUpperCase()] : ambiguous_dna_values$1[char2.toUpperCase()];
|
|
116861
117821
|
if (!value)
|
|
116862
117822
|
return acc;
|
|
116863
117823
|
if (value.length === 1) {
|
|
@@ -116899,7 +117859,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
116899
117859
|
annotationTypes.forEach((type2) => {
|
|
116900
117860
|
delete seqDataToUse[`filtered${startCase(type2)}`];
|
|
116901
117861
|
});
|
|
116902
|
-
const seqDataToReturn =
|
|
117862
|
+
const seqDataToReturn = extend$2(
|
|
116903
117863
|
{},
|
|
116904
117864
|
seqDataToUse,
|
|
116905
117865
|
{
|
|
@@ -116967,7 +117927,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
116967
117927
|
}
|
|
116968
117928
|
const overlaps = getZeroedRangeOverlaps(annotation, range2, maxLength).map(
|
|
116969
117929
|
(overlap) => {
|
|
116970
|
-
return
|
|
117930
|
+
return extend$2({}, annotation, overlap);
|
|
116971
117931
|
}
|
|
116972
117932
|
);
|
|
116973
117933
|
if (shouldExcludePartial) {
|
|
@@ -118871,8 +119831,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
118871
119831
|
}
|
|
118872
119832
|
return true;
|
|
118873
119833
|
};
|
|
118874
|
-
function isWhiteSpace$1(
|
|
118875
|
-
return
|
|
119834
|
+
function isWhiteSpace$1(char2) {
|
|
119835
|
+
return char2 === " " || char2 === " " || char2 === "\n" || char2 === "\r";
|
|
118876
119836
|
}
|
|
118877
119837
|
__name(isWhiteSpace$1, "isWhiteSpace$1");
|
|
118878
119838
|
function readPI(xmlData, i2) {
|
|
@@ -124354,12 +125314,14 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
124354
125314
|
if (value > max2 || value < min2) {
|
|
124355
125315
|
const n2 = typeof min2 === "bigint" ? "n" : "";
|
|
124356
125316
|
let range2;
|
|
124357
|
-
{
|
|
125317
|
+
if (byteLength3 > 3) {
|
|
124358
125318
|
if (min2 === 0 || min2 === BigInt(0)) {
|
|
124359
125319
|
range2 = `>= 0${n2} and < 2${n2} ** ${(byteLength3 + 1) * 8}${n2}`;
|
|
124360
125320
|
} else {
|
|
124361
125321
|
range2 = `>= -(2${n2} ** ${(byteLength3 + 1) * 8 - 1}${n2}) and < 2 ** ${(byteLength3 + 1) * 8 - 1}${n2}`;
|
|
124362
125322
|
}
|
|
125323
|
+
} else {
|
|
125324
|
+
range2 = `>= ${min2}${n2} and <= ${max2}${n2}`;
|
|
124363
125325
|
}
|
|
124364
125326
|
throw new errors.ERR_OUT_OF_RANGE("value", range2, value);
|
|
124365
125327
|
}
|
|
@@ -124375,14 +125337,14 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
124375
125337
|
function boundsError(value, length, type2) {
|
|
124376
125338
|
if (Math.floor(value) !== value) {
|
|
124377
125339
|
validateNumber(value, type2);
|
|
124378
|
-
throw new errors.ERR_OUT_OF_RANGE("offset", "an integer", value);
|
|
125340
|
+
throw new errors.ERR_OUT_OF_RANGE(type2 || "offset", "an integer", value);
|
|
124379
125341
|
}
|
|
124380
125342
|
if (length < 0) {
|
|
124381
125343
|
throw new errors.ERR_BUFFER_OUT_OF_BOUNDS();
|
|
124382
125344
|
}
|
|
124383
125345
|
throw new errors.ERR_OUT_OF_RANGE(
|
|
124384
|
-
"offset",
|
|
124385
|
-
`>= ${0} and <= ${length}`,
|
|
125346
|
+
type2 || "offset",
|
|
125347
|
+
`>= ${type2 ? 1 : 0} and <= ${length}`,
|
|
124386
125348
|
value
|
|
124387
125349
|
);
|
|
124388
125350
|
}
|
|
@@ -124987,6 +125949,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
124987
125949
|
function _createClass2(Constructor, protoProps, staticProps) {
|
|
124988
125950
|
if (protoProps)
|
|
124989
125951
|
_defineProperties2(Constructor.prototype, protoProps);
|
|
125952
|
+
if (staticProps)
|
|
125953
|
+
_defineProperties2(Constructor, staticProps);
|
|
124990
125954
|
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
124991
125955
|
return Constructor;
|
|
124992
125956
|
}
|
|
@@ -125356,7 +126320,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
125356
126320
|
}
|
|
125357
126321
|
__name(oneOf, "oneOf");
|
|
125358
126322
|
function startsWith2(str, search2, pos) {
|
|
125359
|
-
return str.substr(0, search2.length) === search2;
|
|
126323
|
+
return str.substr(!pos || pos < 0 ? 0 : +pos, search2.length) === search2;
|
|
125360
126324
|
}
|
|
125361
126325
|
__name(startsWith2, "startsWith");
|
|
125362
126326
|
function endsWith2(str, search2, this_len) {
|
|
@@ -128869,10 +129833,16 @@ ${seq.sequence}
|
|
|
128869
129833
|
o2 = b4(data, ze2 + 48);
|
|
128870
129834
|
}
|
|
128871
129835
|
}
|
|
129836
|
+
var fltr = opts2 && opts2.filter;
|
|
128872
129837
|
for (var i2 = 0; i2 < c2; ++i2) {
|
|
128873
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);
|
|
128874
129839
|
o2 = no;
|
|
128875
|
-
{
|
|
129840
|
+
if (!fltr || fltr({
|
|
129841
|
+
name: fn2,
|
|
129842
|
+
size: sc2,
|
|
129843
|
+
originalSize: su,
|
|
129844
|
+
compression: c_2
|
|
129845
|
+
})) {
|
|
128876
129846
|
if (!c_2)
|
|
128877
129847
|
files[fn2] = slc(data, b3, b3 + sc2);
|
|
128878
129848
|
else if (c_2 == 8)
|
|
@@ -129532,8 +130502,8 @@ ${seq.sequence}
|
|
|
129532
130502
|
}
|
|
129533
130503
|
let colorString2 = match2[0];
|
|
129534
130504
|
if (match2[0].length === 3) {
|
|
129535
|
-
colorString2 = colorString2.split("").map((
|
|
129536
|
-
return
|
|
130505
|
+
colorString2 = colorString2.split("").map((char2) => {
|
|
130506
|
+
return char2 + char2;
|
|
129537
130507
|
}).join("");
|
|
129538
130508
|
}
|
|
129539
130509
|
const integer = parseInt(colorString2, 16);
|
|
@@ -131073,7 +132043,7 @@ ${seq.sequence}
|
|
|
131073
132043
|
return payload.filter((group) => group.length);
|
|
131074
132044
|
},
|
|
131075
132045
|
[flipActiveTabFromLinearOrCircularIfNecessary]: (state2, setCircActive) => {
|
|
131076
|
-
const newState =
|
|
132046
|
+
const newState = immer(state2, (s2) => {
|
|
131077
132047
|
s2.forEach((g2) => {
|
|
131078
132048
|
flipActiveForGroup(g2, setCircActive);
|
|
131079
132049
|
});
|
|
@@ -132157,6 +133127,7 @@ ${seq.sequence}
|
|
|
132157
133127
|
__name(createThunkMiddleware, "createThunkMiddleware");
|
|
132158
133128
|
var thunk = createThunkMiddleware();
|
|
132159
133129
|
thunk.withExtraArgument = createThunkMiddleware;
|
|
133130
|
+
const thunk$1 = thunk;
|
|
132160
133131
|
const makeStore = /* @__PURE__ */ __name(() => {
|
|
132161
133132
|
const composeEnhancer = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
|
|
132162
133133
|
name: "createVectorEditor",
|
|
@@ -132174,7 +133145,7 @@ ${seq.sequence}
|
|
|
132174
133145
|
}),
|
|
132175
133146
|
void 0,
|
|
132176
133147
|
composeEnhancer(
|
|
132177
|
-
applyMiddleware(thunk, vectorEditorMiddleware)
|
|
133148
|
+
applyMiddleware(thunk$1, vectorEditorMiddleware)
|
|
132178
133149
|
//your store should be redux-thunk connected for the VectorEditor component to work
|
|
132179
133150
|
)
|
|
132180
133151
|
);
|
|
@@ -135276,7 +136247,7 @@ ${seq.sequence}
|
|
|
135276
136247
|
return 0;
|
|
135277
136248
|
}
|
|
135278
136249
|
var result = Number(value);
|
|
135279
|
-
!!isNaN(result) ? invariant$2() : void 0;
|
|
136250
|
+
!!isNaN(result) ? invariant$2(false) : void 0;
|
|
135280
136251
|
return result;
|
|
135281
136252
|
}, "parse2");
|
|
135282
136253
|
var getWindowScroll$1 = /* @__PURE__ */ __name(function getWindowScroll2() {
|
|
@@ -135449,6 +136420,9 @@ ${seq.sequence}
|
|
|
135449
136420
|
return this.message;
|
|
135450
136421
|
}, "toString");
|
|
135451
136422
|
function invariant$1(condition, message) {
|
|
136423
|
+
if (condition) {
|
|
136424
|
+
return;
|
|
136425
|
+
}
|
|
135452
136426
|
{
|
|
135453
136427
|
throw new RbdInvariant(prefix$1);
|
|
135454
136428
|
}
|
|
@@ -135701,7 +136675,7 @@ ${seq.sequence}
|
|
|
135701
136675
|
};
|
|
135702
136676
|
}, "getSubject");
|
|
135703
136677
|
var scrollDroppable = /* @__PURE__ */ __name((droppable2, newScroll) => {
|
|
135704
|
-
!droppable2.frame ? invariant$1() : void 0;
|
|
136678
|
+
!droppable2.frame ? invariant$1(false) : void 0;
|
|
135705
136679
|
const scrollable = droppable2.frame;
|
|
135706
136680
|
const scrollDiff = subtract(newScroll, scrollable.scroll.initial);
|
|
135707
136681
|
const scrollDisplacement = negate(scrollDiff);
|
|
@@ -135799,7 +136773,7 @@ ${seq.sequence}
|
|
|
135799
136773
|
return getImpact(last2.descriptor.id);
|
|
135800
136774
|
}
|
|
135801
136775
|
const indexOfClosest = withoutDraggable.findIndex((d2) => d2.descriptor.id === closestId);
|
|
135802
|
-
!(indexOfClosest !== -1) ? invariant$1() : void 0;
|
|
136776
|
+
!(indexOfClosest !== -1) ? invariant$1(false) : void 0;
|
|
135803
136777
|
const proposedIndex = indexOfClosest - 1;
|
|
135804
136778
|
if (proposedIndex < 0) {
|
|
135805
136779
|
return null;
|
|
@@ -136134,7 +137108,7 @@ ${seq.sequence}
|
|
|
136134
137108
|
afterCritical
|
|
136135
137109
|
} = _ref;
|
|
136136
137110
|
const wasAt = previousImpact.at;
|
|
136137
|
-
!wasAt ? invariant$1() : void 0;
|
|
137111
|
+
!wasAt ? invariant$1(false) : void 0;
|
|
136138
137112
|
if (wasAt.type === "REORDER") {
|
|
136139
137113
|
const newIndex2 = fromReorder({
|
|
136140
137114
|
isMovingForward,
|
|
@@ -136196,7 +137170,7 @@ ${seq.sequence}
|
|
|
136196
137170
|
draggables
|
|
136197
137171
|
} = _ref;
|
|
136198
137172
|
const combine2 = tryGetCombine(impact);
|
|
136199
|
-
!combine2 ? invariant$1() : void 0;
|
|
137173
|
+
!combine2 ? invariant$1(false) : void 0;
|
|
136200
137174
|
const combineWith = combine2.draggableId;
|
|
136201
137175
|
const center = draggables[combineWith].page.borderBox.center;
|
|
136202
137176
|
const displaceBy = getCombinedItemDisplacement({
|
|
@@ -136541,7 +137515,7 @@ ${seq.sequence}
|
|
|
136541
137515
|
}, "moveToNextPlace");
|
|
136542
137516
|
const getKnownActive = /* @__PURE__ */ __name((droppable2) => {
|
|
136543
137517
|
const rect = droppable2.subject.active;
|
|
136544
|
-
!rect ? invariant$1() : void 0;
|
|
137518
|
+
!rect ? invariant$1(false) : void 0;
|
|
136545
137519
|
return rect;
|
|
136546
137520
|
}, "getKnownActive");
|
|
136547
137521
|
var getBestCrossAxisDroppable = /* @__PURE__ */ __name((_ref) => {
|
|
@@ -136664,8 +137638,8 @@ ${seq.sequence}
|
|
|
136664
137638
|
}), "withMaxScroll");
|
|
136665
137639
|
const addPlaceholder = /* @__PURE__ */ __name((droppable2, draggable2, draggables) => {
|
|
136666
137640
|
const frame = droppable2.frame;
|
|
136667
|
-
!!isHomeOf(draggable2, droppable2) ? invariant$1() : void 0;
|
|
136668
|
-
!!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;
|
|
136669
137643
|
const placeholderSize = getDisplacedBy(droppable2.axis, draggable2.displaceBy).point;
|
|
136670
137644
|
const requiredGrowth = getRequiredGrowthForPlaceholder(droppable2, placeholderSize, draggables);
|
|
136671
137645
|
const added = {
|
|
@@ -136699,7 +137673,7 @@ ${seq.sequence}
|
|
|
136699
137673
|
}, "addPlaceholder");
|
|
136700
137674
|
const removePlaceholder = /* @__PURE__ */ __name((droppable2) => {
|
|
136701
137675
|
const added = droppable2.subject.withPlaceholder;
|
|
136702
|
-
!added ? invariant$1() : void 0;
|
|
137676
|
+
!added ? invariant$1(false) : void 0;
|
|
136703
137677
|
const frame = droppable2.frame;
|
|
136704
137678
|
if (!frame) {
|
|
136705
137679
|
const subject2 = getSubject({
|
|
@@ -136713,7 +137687,7 @@ ${seq.sequence}
|
|
|
136713
137687
|
});
|
|
136714
137688
|
}
|
|
136715
137689
|
const oldMaxScroll = added.oldFrameMaxScroll;
|
|
136716
|
-
!oldMaxScroll ? invariant$1() : void 0;
|
|
137690
|
+
!oldMaxScroll ? invariant$1(false) : void 0;
|
|
136717
137691
|
const newFrame = withMaxScroll(frame, oldMaxScroll);
|
|
136718
137692
|
const subject = getSubject({
|
|
136719
137693
|
page: droppable2.subject.page,
|
|
@@ -137344,7 +138318,7 @@ ${seq.sequence}
|
|
|
137344
138318
|
dimensions: forcedDimensions,
|
|
137345
138319
|
viewport: forcedViewport
|
|
137346
138320
|
} = _ref;
|
|
137347
|
-
!(state2.movementMode === "SNAP") ? invariant$1() : void 0;
|
|
138321
|
+
!(state2.movementMode === "SNAP") ? invariant$1(false) : void 0;
|
|
137348
138322
|
const needsVisibilityCheck = state2.impact;
|
|
137349
138323
|
const viewport2 = forcedViewport || state2.viewport;
|
|
137350
138324
|
const dimensions = forcedDimensions || state2.dimensions;
|
|
@@ -137354,7 +138328,7 @@ ${seq.sequence}
|
|
|
137354
138328
|
} = dimensions;
|
|
137355
138329
|
const draggable2 = draggables[state2.critical.draggable.id];
|
|
137356
138330
|
const isOver = whatIsDraggedOver(needsVisibilityCheck);
|
|
137357
|
-
!isOver ? invariant$1() : void 0;
|
|
138331
|
+
!isOver ? invariant$1(false) : void 0;
|
|
137358
138332
|
const destination = droppables[isOver];
|
|
137359
138333
|
const impact = recompute({
|
|
137360
138334
|
impact: needsVisibilityCheck,
|
|
@@ -137392,7 +138366,7 @@ ${seq.sequence}
|
|
|
137392
138366
|
const displacedBy = getDisplacedBy(home2.axis, draggable2.displaceBy);
|
|
137393
138367
|
const insideHome = getDraggablesInsideDroppable(home2.descriptor.id, draggables);
|
|
137394
138368
|
const rawIndex = insideHome.indexOf(draggable2);
|
|
137395
|
-
!(rawIndex !== -1) ? invariant$1() : void 0;
|
|
138369
|
+
!(rawIndex !== -1) ? invariant$1(false) : void 0;
|
|
137396
138370
|
const afterDragging = insideHome.slice(rawIndex + 1);
|
|
137397
138371
|
const effected = afterDragging.reduce((previous2, item) => {
|
|
137398
138372
|
previous2[item.descriptor.id] = true;
|
|
@@ -137447,7 +138421,7 @@ ${seq.sequence}
|
|
|
137447
138421
|
}, "offsetDraggable");
|
|
137448
138422
|
var getFrame = /* @__PURE__ */ __name((droppable2) => {
|
|
137449
138423
|
const frame = droppable2.frame;
|
|
137450
|
-
!frame ? invariant$1() : void 0;
|
|
138424
|
+
!frame ? invariant$1(false) : void 0;
|
|
137451
138425
|
return frame;
|
|
137452
138426
|
}, "getFrame");
|
|
137453
138427
|
var adjustAdditionsForScrollChanges = /* @__PURE__ */ __name((_ref) => {
|
|
@@ -137574,7 +138548,7 @@ ${seq.sequence}
|
|
|
137574
138548
|
});
|
|
137575
138549
|
}
|
|
137576
138550
|
if (action2.type === "INITIAL_PUBLISH") {
|
|
137577
|
-
!(state2.phase === "IDLE") ? invariant$1() : void 0;
|
|
138551
|
+
!(state2.phase === "IDLE") ? invariant$1(false) : void 0;
|
|
137578
138552
|
const {
|
|
137579
138553
|
critical,
|
|
137580
138554
|
clientSelection,
|
|
@@ -137629,14 +138603,14 @@ ${seq.sequence}
|
|
|
137629
138603
|
if (state2.phase === "COLLECTING" || state2.phase === "DROP_PENDING") {
|
|
137630
138604
|
return state2;
|
|
137631
138605
|
}
|
|
137632
|
-
!(state2.phase === "DRAGGING") ? invariant$1() : void 0;
|
|
138606
|
+
!(state2.phase === "DRAGGING") ? invariant$1(false) : void 0;
|
|
137633
138607
|
const result = __spreadProps(__spreadValues({}, state2), {
|
|
137634
138608
|
phase: "COLLECTING"
|
|
137635
138609
|
});
|
|
137636
138610
|
return result;
|
|
137637
138611
|
}
|
|
137638
138612
|
if (action2.type === "PUBLISH_WHILE_DRAGGING") {
|
|
137639
|
-
!(state2.phase === "COLLECTING" || state2.phase === "DROP_PENDING") ? invariant$1() : void 0;
|
|
138613
|
+
!(state2.phase === "COLLECTING" || state2.phase === "DROP_PENDING") ? invariant$1(false) : void 0;
|
|
137640
138614
|
return publishWhileDraggingInVirtual({
|
|
137641
138615
|
state: state2,
|
|
137642
138616
|
published: action2.payload
|
|
@@ -137646,7 +138620,7 @@ ${seq.sequence}
|
|
|
137646
138620
|
if (state2.phase === "DROP_PENDING") {
|
|
137647
138621
|
return state2;
|
|
137648
138622
|
}
|
|
137649
|
-
!isMovementAllowed(state2) ? invariant$1() : void 0;
|
|
138623
|
+
!isMovementAllowed(state2) ? invariant$1(false) : void 0;
|
|
137650
138624
|
const {
|
|
137651
138625
|
client: clientSelection
|
|
137652
138626
|
} = action2.payload;
|
|
@@ -137666,7 +138640,7 @@ ${seq.sequence}
|
|
|
137666
138640
|
if (state2.phase === "COLLECTING") {
|
|
137667
138641
|
return removeScrollJumpRequest(state2);
|
|
137668
138642
|
}
|
|
137669
|
-
!isMovementAllowed(state2) ? invariant$1() : void 0;
|
|
138643
|
+
!isMovementAllowed(state2) ? invariant$1(false) : void 0;
|
|
137670
138644
|
const {
|
|
137671
138645
|
id: id2,
|
|
137672
138646
|
newScroll
|
|
@@ -137682,14 +138656,14 @@ ${seq.sequence}
|
|
|
137682
138656
|
if (state2.phase === "DROP_PENDING") {
|
|
137683
138657
|
return state2;
|
|
137684
138658
|
}
|
|
137685
|
-
!isMovementAllowed(state2) ? invariant$1() : void 0;
|
|
138659
|
+
!isMovementAllowed(state2) ? invariant$1(false) : void 0;
|
|
137686
138660
|
const {
|
|
137687
138661
|
id: id2,
|
|
137688
138662
|
isEnabled
|
|
137689
138663
|
} = action2.payload;
|
|
137690
138664
|
const target = state2.dimensions.droppables[id2];
|
|
137691
|
-
!target ? invariant$1() : void 0;
|
|
137692
|
-
!(target.isEnabled !== isEnabled) ? invariant$1() : void 0;
|
|
138665
|
+
!target ? invariant$1(false) : void 0;
|
|
138666
|
+
!(target.isEnabled !== isEnabled) ? invariant$1(false) : void 0;
|
|
137693
138667
|
const updated = __spreadProps(__spreadValues({}, target), {
|
|
137694
138668
|
isEnabled
|
|
137695
138669
|
});
|
|
@@ -137699,14 +138673,14 @@ ${seq.sequence}
|
|
|
137699
138673
|
if (state2.phase === "DROP_PENDING") {
|
|
137700
138674
|
return state2;
|
|
137701
138675
|
}
|
|
137702
|
-
!isMovementAllowed(state2) ? invariant$1() : void 0;
|
|
138676
|
+
!isMovementAllowed(state2) ? invariant$1(false) : void 0;
|
|
137703
138677
|
const {
|
|
137704
138678
|
id: id2,
|
|
137705
138679
|
isCombineEnabled
|
|
137706
138680
|
} = action2.payload;
|
|
137707
138681
|
const target = state2.dimensions.droppables[id2];
|
|
137708
|
-
!target ? invariant$1() : void 0;
|
|
137709
|
-
!(target.isCombineEnabled !== isCombineEnabled) ? invariant$1() : void 0;
|
|
138682
|
+
!target ? invariant$1(false) : void 0;
|
|
138683
|
+
!(target.isCombineEnabled !== isCombineEnabled) ? invariant$1(false) : void 0;
|
|
137710
138684
|
const updated = __spreadProps(__spreadValues({}, target), {
|
|
137711
138685
|
isCombineEnabled
|
|
137712
138686
|
});
|
|
@@ -137716,8 +138690,8 @@ ${seq.sequence}
|
|
|
137716
138690
|
if (state2.phase === "DROP_PENDING" || state2.phase === "DROP_ANIMATING") {
|
|
137717
138691
|
return state2;
|
|
137718
138692
|
}
|
|
137719
|
-
!isMovementAllowed(state2) ? invariant$1() : void 0;
|
|
137720
|
-
!state2.isWindowScrollAllowed ? invariant$1() : void 0;
|
|
138693
|
+
!isMovementAllowed(state2) ? invariant$1(false) : void 0;
|
|
138694
|
+
!state2.isWindowScrollAllowed ? invariant$1(false) : void 0;
|
|
137721
138695
|
const newScroll = action2.payload.newScroll;
|
|
137722
138696
|
if (isEqual$1(state2.viewport.scroll.current, newScroll)) {
|
|
137723
138697
|
return removeScrollJumpRequest(state2);
|
|
@@ -137755,7 +138729,7 @@ ${seq.sequence}
|
|
|
137755
138729
|
if (state2.phase === "COLLECTING" || state2.phase === "DROP_PENDING") {
|
|
137756
138730
|
return state2;
|
|
137757
138731
|
}
|
|
137758
|
-
!(state2.phase === "DRAGGING") ? invariant$1() : void 0;
|
|
138732
|
+
!(state2.phase === "DRAGGING") ? invariant$1(false) : void 0;
|
|
137759
138733
|
const result = moveInDirection({
|
|
137760
138734
|
state: state2,
|
|
137761
138735
|
type: action2.type
|
|
@@ -137772,7 +138746,7 @@ ${seq.sequence}
|
|
|
137772
138746
|
}
|
|
137773
138747
|
if (action2.type === "DROP_PENDING") {
|
|
137774
138748
|
const reason = action2.payload.reason;
|
|
137775
|
-
!(state2.phase === "COLLECTING") ? invariant$1() : void 0;
|
|
138749
|
+
!(state2.phase === "COLLECTING") ? invariant$1(false) : void 0;
|
|
137776
138750
|
const newState = __spreadProps(__spreadValues({}, state2), {
|
|
137777
138751
|
phase: "DROP_PENDING",
|
|
137778
138752
|
isWaiting: true,
|
|
@@ -137786,7 +138760,7 @@ ${seq.sequence}
|
|
|
137786
138760
|
dropDuration,
|
|
137787
138761
|
newHomeClientOffset
|
|
137788
138762
|
} = action2.payload;
|
|
137789
|
-
!(state2.phase === "DRAGGING" || state2.phase === "DROP_PENDING") ? invariant$1() : void 0;
|
|
138763
|
+
!(state2.phase === "DRAGGING" || state2.phase === "DROP_PENDING") ? invariant$1(false) : void 0;
|
|
137790
138764
|
const result = {
|
|
137791
138765
|
phase: "DROP_ANIMATING",
|
|
137792
138766
|
completed,
|
|
@@ -137913,7 +138887,7 @@ ${seq.sequence}
|
|
|
137913
138887
|
completed: initial.completed
|
|
137914
138888
|
}));
|
|
137915
138889
|
}
|
|
137916
|
-
!(getState2().phase === "IDLE") ? invariant$1() : void 0;
|
|
138890
|
+
!(getState2().phase === "IDLE") ? invariant$1(false) : void 0;
|
|
137917
138891
|
dispatch(flush());
|
|
137918
138892
|
dispatch(beforeInitialCapture({
|
|
137919
138893
|
draggableId: id2,
|
|
@@ -138104,8 +139078,8 @@ ${seq.sequence}
|
|
|
138104
139078
|
return;
|
|
138105
139079
|
}
|
|
138106
139080
|
const isWaitingForDrop = state2.phase === "DROP_PENDING" && state2.isWaiting;
|
|
138107
|
-
!!isWaitingForDrop ? invariant$1() : void 0;
|
|
138108
|
-
!(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;
|
|
138109
139083
|
const critical = state2.critical;
|
|
138110
139084
|
const dimensions = state2.dimensions;
|
|
138111
139085
|
const draggable2 = dimensions.draggables[state2.critical.draggable.id];
|
|
@@ -138206,12 +139180,12 @@ ${seq.sequence}
|
|
|
138206
139180
|
}
|
|
138207
139181
|
__name(isActive2, "isActive2");
|
|
138208
139182
|
function start2() {
|
|
138209
|
-
!!isActive2() ? invariant$1() : void 0;
|
|
139183
|
+
!!isActive2() ? invariant$1(false) : void 0;
|
|
138210
139184
|
unbind2 = bindEvents(window, [binding]);
|
|
138211
139185
|
}
|
|
138212
139186
|
__name(start2, "start2");
|
|
138213
139187
|
function stop() {
|
|
138214
|
-
!isActive2() ? invariant$1() : void 0;
|
|
139188
|
+
!isActive2() ? invariant$1(false) : void 0;
|
|
138215
139189
|
scheduled.cancel();
|
|
138216
139190
|
unbind2();
|
|
138217
139191
|
unbind2 = noop$2;
|
|
@@ -138268,7 +139242,7 @@ ${seq.sequence}
|
|
|
138268
139242
|
const entries = [];
|
|
138269
139243
|
const execute2 = /* @__PURE__ */ __name((timerId) => {
|
|
138270
139244
|
const index2 = entries.findIndex((item) => item.timerId === timerId);
|
|
138271
|
-
!(index2 !== -1) ? invariant$1() : void 0;
|
|
139245
|
+
!(index2 !== -1) ? invariant$1(false) : void 0;
|
|
138272
139246
|
const [entry] = entries.splice(index2, 1);
|
|
138273
139247
|
entry.callback();
|
|
138274
139248
|
}, "execute2");
|
|
@@ -138353,7 +139327,7 @@ ${seq.sequence}
|
|
|
138353
139327
|
const asyncMarshal = getAsyncMarshal();
|
|
138354
139328
|
let dragging = null;
|
|
138355
139329
|
const beforeCapture = /* @__PURE__ */ __name((draggableId, mode) => {
|
|
138356
|
-
!!dragging ? invariant$1() : void 0;
|
|
139330
|
+
!!dragging ? invariant$1(false) : void 0;
|
|
138357
139331
|
withTimings("onBeforeCapture", () => {
|
|
138358
139332
|
const fn2 = getResponders().onBeforeCapture;
|
|
138359
139333
|
if (fn2) {
|
|
@@ -138366,7 +139340,7 @@ ${seq.sequence}
|
|
|
138366
139340
|
});
|
|
138367
139341
|
}, "beforeCapture");
|
|
138368
139342
|
const beforeStart = /* @__PURE__ */ __name((critical, mode) => {
|
|
138369
|
-
!!dragging ? invariant$1() : void 0;
|
|
139343
|
+
!!dragging ? invariant$1(false) : void 0;
|
|
138370
139344
|
withTimings("onBeforeDragStart", () => {
|
|
138371
139345
|
const fn2 = getResponders().onBeforeDragStart;
|
|
138372
139346
|
if (fn2) {
|
|
@@ -138375,7 +139349,7 @@ ${seq.sequence}
|
|
|
138375
139349
|
});
|
|
138376
139350
|
}, "beforeStart");
|
|
138377
139351
|
const start2 = /* @__PURE__ */ __name((critical, mode) => {
|
|
138378
|
-
!!dragging ? invariant$1() : void 0;
|
|
139352
|
+
!!dragging ? invariant$1(false) : void 0;
|
|
138379
139353
|
const data = getDragStart(critical, mode);
|
|
138380
139354
|
dragging = {
|
|
138381
139355
|
mode,
|
|
@@ -138390,7 +139364,7 @@ ${seq.sequence}
|
|
|
138390
139364
|
const update2 = /* @__PURE__ */ __name((critical, impact) => {
|
|
138391
139365
|
const location2 = tryGetDestination(impact);
|
|
138392
139366
|
const combine2 = tryGetCombine(impact);
|
|
138393
|
-
!dragging ? invariant$1() : void 0;
|
|
139367
|
+
!dragging ? invariant$1(false) : void 0;
|
|
138394
139368
|
const hasCriticalChanged = !isCriticalEqual(critical, dragging.lastCritical);
|
|
138395
139369
|
if (hasCriticalChanged) {
|
|
138396
139370
|
dragging.lastCritical = critical;
|
|
@@ -138415,11 +139389,11 @@ ${seq.sequence}
|
|
|
138415
139389
|
});
|
|
138416
139390
|
}, "update2");
|
|
138417
139391
|
const flush2 = /* @__PURE__ */ __name(() => {
|
|
138418
|
-
!dragging ? invariant$1() : void 0;
|
|
139392
|
+
!dragging ? invariant$1(false) : void 0;
|
|
138419
139393
|
asyncMarshal.flush();
|
|
138420
139394
|
}, "flush2");
|
|
138421
139395
|
const drop2 = /* @__PURE__ */ __name((result) => {
|
|
138422
|
-
!dragging ? invariant$1() : void 0;
|
|
139396
|
+
!dragging ? invariant$1(false) : void 0;
|
|
138423
139397
|
dragging = null;
|
|
138424
139398
|
withTimings("onDragEnd", () => execute(getResponders().onDragEnd, result, announce, preset$1.onDragEnd));
|
|
138425
139399
|
}, "drop2");
|
|
@@ -138482,7 +139456,7 @@ ${seq.sequence}
|
|
|
138482
139456
|
return;
|
|
138483
139457
|
}
|
|
138484
139458
|
const state2 = store2.getState();
|
|
138485
|
-
!(state2.phase === "DROP_ANIMATING") ? invariant$1() : void 0;
|
|
139459
|
+
!(state2.phase === "DROP_ANIMATING") ? invariant$1(false) : void 0;
|
|
138486
139460
|
store2.dispatch(completeDrop({
|
|
138487
139461
|
completed: state2.completed
|
|
138488
139462
|
}));
|
|
@@ -138576,7 +139550,7 @@ ${seq.sequence}
|
|
|
138576
139550
|
if (action2.type === "INITIAL_PUBLISH") {
|
|
138577
139551
|
next(action2);
|
|
138578
139552
|
const state2 = store2.getState();
|
|
138579
|
-
!(state2.phase === "DRAGGING") ? invariant$1() : void 0;
|
|
139553
|
+
!(state2.phase === "DRAGGING") ? invariant$1(false) : void 0;
|
|
138580
139554
|
autoScroller.start(state2);
|
|
138581
139555
|
return;
|
|
138582
139556
|
}
|
|
@@ -138726,7 +139700,7 @@ ${seq.sequence}
|
|
|
138726
139700
|
}, "getMaxScroll");
|
|
138727
139701
|
var getDocumentElement = /* @__PURE__ */ __name(() => {
|
|
138728
139702
|
const doc = document.documentElement;
|
|
138729
|
-
!doc ? invariant$1() : void 0;
|
|
139703
|
+
!doc ? invariant$1(false) : void 0;
|
|
138730
139704
|
return doc;
|
|
138731
139705
|
}, "getDocumentElement");
|
|
138732
139706
|
var getMaxWindowScroll = /* @__PURE__ */ __name(() => {
|
|
@@ -138815,7 +139789,7 @@ ${seq.sequence}
|
|
|
138815
139789
|
registry
|
|
138816
139790
|
});
|
|
138817
139791
|
const updateDroppableIsEnabled2 = /* @__PURE__ */ __name((id2, isEnabled) => {
|
|
138818
|
-
!registry.droppable.exists(id2) ? invariant$1() : void 0;
|
|
139792
|
+
!registry.droppable.exists(id2) ? invariant$1(false) : void 0;
|
|
138819
139793
|
if (!collection) {
|
|
138820
139794
|
return;
|
|
138821
139795
|
}
|
|
@@ -138828,7 +139802,7 @@ ${seq.sequence}
|
|
|
138828
139802
|
if (!collection) {
|
|
138829
139803
|
return;
|
|
138830
139804
|
}
|
|
138831
|
-
!registry.droppable.exists(id2) ? invariant$1() : void 0;
|
|
139805
|
+
!registry.droppable.exists(id2) ? invariant$1(false) : void 0;
|
|
138832
139806
|
callbacks.updateDroppableIsCombineEnabled({
|
|
138833
139807
|
id: id2,
|
|
138834
139808
|
isCombineEnabled
|
|
@@ -138838,7 +139812,7 @@ ${seq.sequence}
|
|
|
138838
139812
|
if (!collection) {
|
|
138839
139813
|
return;
|
|
138840
139814
|
}
|
|
138841
|
-
!registry.droppable.exists(id2) ? invariant$1() : void 0;
|
|
139815
|
+
!registry.droppable.exists(id2) ? invariant$1(false) : void 0;
|
|
138842
139816
|
callbacks.updateDroppableScroll({
|
|
138843
139817
|
id: id2,
|
|
138844
139818
|
newScroll
|
|
@@ -138861,7 +139835,7 @@ ${seq.sequence}
|
|
|
138861
139835
|
collection = null;
|
|
138862
139836
|
}, "stopPublishing");
|
|
138863
139837
|
const subscriber = /* @__PURE__ */ __name((event) => {
|
|
138864
|
-
!collection ? invariant$1() : void 0;
|
|
139838
|
+
!collection ? invariant$1(false) : void 0;
|
|
138865
139839
|
const dragging = collection.critical.draggable;
|
|
138866
139840
|
if (event.type === "ADDITION") {
|
|
138867
139841
|
if (shouldPublishUpdate(registry, dragging, event.value)) {
|
|
@@ -138875,7 +139849,7 @@ ${seq.sequence}
|
|
|
138875
139849
|
}
|
|
138876
139850
|
}, "subscriber");
|
|
138877
139851
|
const startPublishing = /* @__PURE__ */ __name((request) => {
|
|
138878
|
-
!!collection ? invariant$1() : void 0;
|
|
139852
|
+
!!collection ? invariant$1(false) : void 0;
|
|
138879
139853
|
const entry = registry.draggable.getById(request.draggableId);
|
|
138880
139854
|
const home2 = registry.droppable.getById(entry.descriptor.droppableId);
|
|
138881
139855
|
const critical = {
|
|
@@ -138929,7 +139903,7 @@ ${seq.sequence}
|
|
|
138929
139903
|
}));
|
|
138930
139904
|
const getScrollableDroppableOver = /* @__PURE__ */ __name((target, droppables) => {
|
|
138931
139905
|
const maybe = getScrollableDroppables(droppables).find((droppable2) => {
|
|
138932
|
-
!droppable2.frame ? invariant$1() : void 0;
|
|
139906
|
+
!droppable2.frame ? invariant$1(false) : void 0;
|
|
138933
139907
|
return isPositionInFrame(droppable2.frame.pageMarginBox)(target);
|
|
138934
139908
|
}) || null;
|
|
138935
139909
|
return maybe;
|
|
@@ -139348,7 +140322,7 @@ ${seq.sequence}
|
|
|
139348
140322
|
const scheduleDroppableScroll = rafSchd(scrollDroppable2);
|
|
139349
140323
|
let dragging = null;
|
|
139350
140324
|
const tryScroll = /* @__PURE__ */ __name((state2) => {
|
|
139351
|
-
!dragging ? invariant$1() : void 0;
|
|
140325
|
+
!dragging ? invariant$1(false) : void 0;
|
|
139352
140326
|
const {
|
|
139353
140327
|
shouldUseTimeDampening,
|
|
139354
140328
|
dragStartTime
|
|
@@ -139363,7 +140337,7 @@ ${seq.sequence}
|
|
|
139363
140337
|
});
|
|
139364
140338
|
}, "tryScroll");
|
|
139365
140339
|
const start$1 = /* @__PURE__ */ __name((state2) => {
|
|
139366
|
-
!!dragging ? invariant$1() : void 0;
|
|
140340
|
+
!!dragging ? invariant$1(false) : void 0;
|
|
139367
140341
|
const dragStartTime = Date.now();
|
|
139368
140342
|
let wasScrollNeeded = false;
|
|
139369
140343
|
const fakeScrollCallback = /* @__PURE__ */ __name(() => {
|
|
@@ -139448,7 +140422,7 @@ ${seq.sequence}
|
|
|
139448
140422
|
return;
|
|
139449
140423
|
}
|
|
139450
140424
|
const destination = whatIsDraggedOver(state2.impact);
|
|
139451
|
-
!destination ? invariant$1() : void 0;
|
|
140425
|
+
!destination ? invariant$1(false) : void 0;
|
|
139452
140426
|
const droppableRemainder = scrollDroppableAsMuchAsItCan(state2.dimensions.droppables[destination], request);
|
|
139453
140427
|
if (!droppableRemainder) {
|
|
139454
140428
|
return;
|
|
@@ -139604,7 +140578,7 @@ ${seq.sequence}
|
|
|
139604
140578
|
var useLayoutEffect = useIsomorphicLayoutEffect;
|
|
139605
140579
|
const getHead = /* @__PURE__ */ __name(() => {
|
|
139606
140580
|
const head = document.querySelector("head");
|
|
139607
|
-
!head ? invariant$1() : void 0;
|
|
140581
|
+
!head ? invariant$1(false) : void 0;
|
|
139608
140582
|
return head;
|
|
139609
140583
|
}, "getHead");
|
|
139610
140584
|
const createStyleEl = /* @__PURE__ */ __name((nonce) => {
|
|
@@ -139622,18 +140596,18 @@ ${seq.sequence}
|
|
|
139622
140596
|
const setDynamicStyle = useCallback(
|
|
139623
140597
|
memoizeOne((proposed) => {
|
|
139624
140598
|
const el2 = dynamicRef.current;
|
|
139625
|
-
!el2 ? invariant$1() : void 0;
|
|
140599
|
+
!el2 ? invariant$1(false) : void 0;
|
|
139626
140600
|
el2.textContent = proposed;
|
|
139627
140601
|
}),
|
|
139628
140602
|
[]
|
|
139629
140603
|
);
|
|
139630
140604
|
const setAlwaysStyle = useCallback((proposed) => {
|
|
139631
140605
|
const el2 = alwaysRef.current;
|
|
139632
|
-
!el2 ? invariant$1() : void 0;
|
|
140606
|
+
!el2 ? invariant$1(false) : void 0;
|
|
139633
140607
|
el2.textContent = proposed;
|
|
139634
140608
|
}, []);
|
|
139635
140609
|
useLayoutEffect(() => {
|
|
139636
|
-
!(!alwaysRef.current && !dynamicRef.current) ? invariant$1() : void 0;
|
|
140610
|
+
!(!alwaysRef.current && !dynamicRef.current) ? invariant$1(false) : void 0;
|
|
139637
140611
|
const always = createStyleEl(nonce);
|
|
139638
140612
|
const dynamic = createStyleEl(nonce);
|
|
139639
140613
|
alwaysRef.current = always;
|
|
@@ -139647,7 +140621,7 @@ ${seq.sequence}
|
|
|
139647
140621
|
return () => {
|
|
139648
140622
|
const remove2 = /* @__PURE__ */ __name((ref2) => {
|
|
139649
140623
|
const current = ref2.current;
|
|
139650
|
-
!current ? invariant$1() : void 0;
|
|
140624
|
+
!current ? invariant$1(false) : void 0;
|
|
139651
140625
|
getHead().removeChild(current);
|
|
139652
140626
|
ref2.current = null;
|
|
139653
140627
|
}, "remove");
|
|
@@ -139811,7 +140785,7 @@ ${seq.sequence}
|
|
|
139811
140785
|
__name(findDraggableById, "findDraggableById");
|
|
139812
140786
|
function getDraggableById(id2) {
|
|
139813
140787
|
const entry = findDraggableById(id2);
|
|
139814
|
-
!entry ? invariant$1() : void 0;
|
|
140788
|
+
!entry ? invariant$1(false) : void 0;
|
|
139815
140789
|
return entry;
|
|
139816
140790
|
}
|
|
139817
140791
|
__name(getDraggableById, "getDraggableById");
|
|
@@ -139862,7 +140836,7 @@ ${seq.sequence}
|
|
|
139862
140836
|
__name(findDroppableById, "findDroppableById");
|
|
139863
140837
|
function getDroppableById(id2) {
|
|
139864
140838
|
const entry = findDroppableById(id2);
|
|
139865
|
-
!entry ? invariant$1() : void 0;
|
|
140839
|
+
!entry ? invariant$1(false) : void 0;
|
|
139866
140840
|
return entry;
|
|
139867
140841
|
}
|
|
139868
140842
|
__name(getDroppableById, "getDroppableById");
|
|
@@ -139916,7 +140890,7 @@ ${seq.sequence}
|
|
|
139916
140890
|
var StoreContext = React$2.createContext(null);
|
|
139917
140891
|
var getBodyElement = /* @__PURE__ */ __name(() => {
|
|
139918
140892
|
const body = document.body;
|
|
139919
|
-
!body ? invariant$1() : void 0;
|
|
140893
|
+
!body ? invariant$1(false) : void 0;
|
|
139920
140894
|
return body;
|
|
139921
140895
|
}, "getBodyElement");
|
|
139922
140896
|
const visuallyHidden = {
|
|
@@ -140041,7 +141015,7 @@ ${seq.sequence}
|
|
|
140041
141015
|
}
|
|
140042
141016
|
__name(isActive2, "isActive2");
|
|
140043
141017
|
function claim(abandon) {
|
|
140044
|
-
!!lock ? invariant$1() : void 0;
|
|
141018
|
+
!!lock ? invariant$1(false) : void 0;
|
|
140045
141019
|
const newLock = {
|
|
140046
141020
|
abandon
|
|
140047
141021
|
};
|
|
@@ -140050,7 +141024,7 @@ ${seq.sequence}
|
|
|
140050
141024
|
}
|
|
140051
141025
|
__name(claim, "claim");
|
|
140052
141026
|
function release() {
|
|
140053
|
-
!lock ? invariant$1() : void 0;
|
|
141027
|
+
!lock ? invariant$1(false) : void 0;
|
|
140054
141028
|
lock = null;
|
|
140055
141029
|
}
|
|
140056
141030
|
__name(release, "release");
|
|
@@ -140146,7 +141120,7 @@ ${seq.sequence}
|
|
|
140146
141120
|
phase.actions.move(point2);
|
|
140147
141121
|
return;
|
|
140148
141122
|
}
|
|
140149
|
-
!(phase.type === "PENDING") ? invariant$1() : void 0;
|
|
141123
|
+
!(phase.type === "PENDING") ? invariant$1(false) : void 0;
|
|
140150
141124
|
const pending = phase.point;
|
|
140151
141125
|
if (!isSloppyClickThresholdExceeded(pending, point2)) {
|
|
140152
141126
|
return;
|
|
@@ -140219,7 +141193,7 @@ ${seq.sequence}
|
|
|
140219
141193
|
eventName: "webkitmouseforcedown",
|
|
140220
141194
|
fn: (event) => {
|
|
140221
141195
|
const phase = getPhase();
|
|
140222
|
-
!(phase.type !== "IDLE") ? invariant$1() : void 0;
|
|
141196
|
+
!(phase.type !== "IDLE") ? invariant$1(false) : void 0;
|
|
140223
141197
|
if (phase.actions.shouldRespectForcePress()) {
|
|
140224
141198
|
cancel();
|
|
140225
141199
|
return;
|
|
@@ -140342,7 +141316,7 @@ ${seq.sequence}
|
|
|
140342
141316
|
unbindEventsRef.current = bindEvents(window, bindings, options);
|
|
140343
141317
|
}, "bindCapturingEvents2"), [cancel, stop]);
|
|
140344
141318
|
const startPendingDrag = useCallback(/* @__PURE__ */ __name(function startPendingDrag2(actions2, point2) {
|
|
140345
|
-
!(phaseRef.current.type === "IDLE") ? invariant$1() : void 0;
|
|
141319
|
+
!(phaseRef.current.type === "IDLE") ? invariant$1(false) : void 0;
|
|
140346
141320
|
phaseRef.current = {
|
|
140347
141321
|
type: "PENDING",
|
|
140348
141322
|
point: point2,
|
|
@@ -140484,7 +141458,7 @@ ${seq.sequence}
|
|
|
140484
141458
|
const actions2 = preDrag.snapLift();
|
|
140485
141459
|
unbindEventsRef.current();
|
|
140486
141460
|
function stop() {
|
|
140487
|
-
!isCapturing ? invariant$1() : void 0;
|
|
141461
|
+
!isCapturing ? invariant$1(false) : void 0;
|
|
140488
141462
|
isCapturing = false;
|
|
140489
141463
|
unbindEventsRef.current();
|
|
140490
141464
|
listenForCapture();
|
|
@@ -140619,7 +141593,7 @@ ${seq.sequence}
|
|
|
140619
141593
|
eventName: "touchforcechange",
|
|
140620
141594
|
fn: (event) => {
|
|
140621
141595
|
const phase = getPhase();
|
|
140622
|
-
!(phase.type !== "IDLE") ? invariant$1() : void 0;
|
|
141596
|
+
!(phase.type !== "IDLE") ? invariant$1(false) : void 0;
|
|
140623
141597
|
const touch2 = event.touches[0];
|
|
140624
141598
|
if (!touch2) {
|
|
140625
141599
|
return;
|
|
@@ -140748,7 +141722,7 @@ ${seq.sequence}
|
|
|
140748
141722
|
}, "bindCapturingEvents2"), [cancel, getPhase, stop]);
|
|
140749
141723
|
const startDragging = useCallback(/* @__PURE__ */ __name(function startDragging2() {
|
|
140750
141724
|
const phase = getPhase();
|
|
140751
|
-
!(phase.type === "PENDING") ? invariant$1() : void 0;
|
|
141725
|
+
!(phase.type === "PENDING") ? invariant$1(false) : void 0;
|
|
140752
141726
|
const actions2 = phase.actions.fluidLift(phase.point);
|
|
140753
141727
|
setPhase({
|
|
140754
141728
|
type: "DRAGGING",
|
|
@@ -140757,7 +141731,7 @@ ${seq.sequence}
|
|
|
140757
141731
|
});
|
|
140758
141732
|
}, "startDragging2"), [getPhase, setPhase]);
|
|
140759
141733
|
const startPendingDrag = useCallback(/* @__PURE__ */ __name(function startPendingDrag2(actions2, point2) {
|
|
140760
|
-
!(getPhase().type === "IDLE") ? invariant$1() : void 0;
|
|
141734
|
+
!(getPhase().type === "IDLE") ? invariant$1(false) : void 0;
|
|
140761
141735
|
const longPressTimerId = setTimeout(startDragging, timeForLongPress);
|
|
140762
141736
|
setPhase({
|
|
140763
141737
|
type: "PENDING",
|
|
@@ -140993,7 +141967,7 @@ ${seq.sequence}
|
|
|
140993
141967
|
__name(completed, "completed");
|
|
140994
141968
|
if (phase !== "PRE_DRAG") {
|
|
140995
141969
|
completed();
|
|
140996
|
-
invariant$1();
|
|
141970
|
+
invariant$1(false);
|
|
140997
141971
|
}
|
|
140998
141972
|
store2.dispatch(lift$1(args.liftActionArgs));
|
|
140999
141973
|
phase = "DRAGGING";
|
|
@@ -141197,7 +142171,7 @@ ${seq.sequence}
|
|
|
141197
142171
|
durationDampening: __spreadValues(__spreadValues({}, defaultAutoScrollerOptions.durationDampening), props.autoScrollerOptions)
|
|
141198
142172
|
}), "createAutoScrollerOptions");
|
|
141199
142173
|
function getStore(lazyRef) {
|
|
141200
|
-
!lazyRef.current ? invariant$1() : void 0;
|
|
142174
|
+
!lazyRef.current ? invariant$1(false) : void 0;
|
|
141201
142175
|
return lazyRef.current;
|
|
141202
142176
|
}
|
|
141203
142177
|
__name(getStore, "getStore");
|
|
@@ -141442,7 +142416,7 @@ ${seq.sequence}
|
|
|
141442
142416
|
}), [canDragInteractiveElements, isEnabled, shouldRespectForcePress]);
|
|
141443
142417
|
const getDimension2 = useCallback((windowScroll) => {
|
|
141444
142418
|
const el2 = getDraggableRef();
|
|
141445
|
-
!el2 ? invariant$1() : void 0;
|
|
142419
|
+
!el2 ? invariant$1(false) : void 0;
|
|
141446
142420
|
return getDimension$1(descriptor2, el2, windowScroll);
|
|
141447
142421
|
}, [descriptor2, getDraggableRef]);
|
|
141448
142422
|
const entry = useMemo(() => ({
|
|
@@ -141471,7 +142445,7 @@ ${seq.sequence}
|
|
|
141471
142445
|
var DroppableContext = React$2.createContext(null);
|
|
141472
142446
|
function useRequiredContext(Context2) {
|
|
141473
142447
|
const result = reactExports.useContext(Context2);
|
|
141474
|
-
!result ? invariant$1() : void 0;
|
|
142448
|
+
!result ? invariant$1(false) : void 0;
|
|
141475
142449
|
return result;
|
|
141476
142450
|
}
|
|
141477
142451
|
__name(useRequiredContext, "useRequiredContext");
|
|
@@ -142035,7 +143009,7 @@ ${seq.sequence}
|
|
|
142035
143009
|
}), [args.droppableId, args.mode, args.type]);
|
|
142036
143010
|
const publishedDescriptorRef = reactExports.useRef(descriptor2);
|
|
142037
143011
|
const memoizedUpdateScroll = useMemo(() => memoizeOne((x2, y2) => {
|
|
142038
|
-
!whileDraggingRef.current ? invariant$1() : void 0;
|
|
143012
|
+
!whileDraggingRef.current ? invariant$1(false) : void 0;
|
|
142039
143013
|
const scroll3 = {
|
|
142040
143014
|
x: x2,
|
|
142041
143015
|
y: y2
|
|
@@ -142057,7 +143031,7 @@ ${seq.sequence}
|
|
|
142057
143031
|
const onClosestScroll = useCallback(() => {
|
|
142058
143032
|
const dragging = whileDraggingRef.current;
|
|
142059
143033
|
const closest2 = getClosestScrollableFromDrag(dragging);
|
|
142060
|
-
!(dragging && closest2) ? invariant$1() : void 0;
|
|
143034
|
+
!(dragging && closest2) ? invariant$1(false) : void 0;
|
|
142061
143035
|
const options = dragging.scrollOptions;
|
|
142062
143036
|
if (options.shouldPublishImmediately) {
|
|
142063
143037
|
updateScroll();
|
|
@@ -142066,10 +143040,10 @@ ${seq.sequence}
|
|
|
142066
143040
|
scheduleScrollUpdate();
|
|
142067
143041
|
}, [scheduleScrollUpdate, updateScroll]);
|
|
142068
143042
|
const getDimensionAndWatchScroll = useCallback((windowScroll, options) => {
|
|
142069
|
-
!!whileDraggingRef.current ? invariant$1() : void 0;
|
|
143043
|
+
!!whileDraggingRef.current ? invariant$1(false) : void 0;
|
|
142070
143044
|
const previous2 = previousRef.current;
|
|
142071
143045
|
const ref2 = previous2.getDroppableRef();
|
|
142072
|
-
!ref2 ? invariant$1() : void 0;
|
|
143046
|
+
!ref2 ? invariant$1(false) : void 0;
|
|
142073
143047
|
const env = getEnv(ref2);
|
|
142074
143048
|
const dragging = {
|
|
142075
143049
|
ref: ref2,
|
|
@@ -142098,12 +143072,12 @@ ${seq.sequence}
|
|
|
142098
143072
|
const getScrollWhileDragging = useCallback(() => {
|
|
142099
143073
|
const dragging = whileDraggingRef.current;
|
|
142100
143074
|
const closest2 = getClosestScrollableFromDrag(dragging);
|
|
142101
|
-
!(dragging && closest2) ? invariant$1() : void 0;
|
|
143075
|
+
!(dragging && closest2) ? invariant$1(false) : void 0;
|
|
142102
143076
|
return getScroll(closest2);
|
|
142103
143077
|
}, []);
|
|
142104
143078
|
const dragStopped = useCallback(() => {
|
|
142105
143079
|
const dragging = whileDraggingRef.current;
|
|
142106
|
-
!dragging ? invariant$1() : void 0;
|
|
143080
|
+
!dragging ? invariant$1(false) : void 0;
|
|
142107
143081
|
const closest2 = getClosestScrollableFromDrag(dragging);
|
|
142108
143082
|
whileDraggingRef.current = null;
|
|
142109
143083
|
if (!closest2) {
|
|
@@ -142119,9 +143093,9 @@ ${seq.sequence}
|
|
|
142119
143093
|
}, [onClosestScroll, scheduleScrollUpdate]);
|
|
142120
143094
|
const scroll2 = useCallback((change2) => {
|
|
142121
143095
|
const dragging = whileDraggingRef.current;
|
|
142122
|
-
!dragging ? invariant$1() : void 0;
|
|
143096
|
+
!dragging ? invariant$1(false) : void 0;
|
|
142123
143097
|
const closest2 = getClosestScrollableFromDrag(dragging);
|
|
142124
|
-
!closest2 ? invariant$1() : void 0;
|
|
143098
|
+
!closest2 ? invariant$1(false) : void 0;
|
|
142125
143099
|
closest2.scrollTop += change2.y;
|
|
142126
143100
|
closest2.scrollLeft += change2.x;
|
|
142127
143101
|
}, []);
|
|
@@ -142331,7 +143305,7 @@ ${seq.sequence}
|
|
|
142331
143305
|
let AnimateInOut = _AnimateInOut;
|
|
142332
143306
|
const Droppable = /* @__PURE__ */ __name((props) => {
|
|
142333
143307
|
const appContext = reactExports.useContext(AppContext);
|
|
142334
|
-
!appContext ? invariant$1() : void 0;
|
|
143308
|
+
!appContext ? invariant$1(false) : void 0;
|
|
142335
143309
|
const {
|
|
142336
143310
|
contextId,
|
|
142337
143311
|
isMovementAllowed: isMovementAllowed2
|
|
@@ -142550,7 +143524,7 @@ ${seq.sequence}
|
|
|
142550
143524
|
updateViewportMaxScroll
|
|
142551
143525
|
};
|
|
142552
143526
|
function getBody() {
|
|
142553
|
-
!document.body ? invariant$1() : void 0;
|
|
143527
|
+
!document.body ? invariant$1(false) : void 0;
|
|
142554
143528
|
return document.body;
|
|
142555
143529
|
}
|
|
142556
143530
|
__name(getBody, "getBody");
|
|
@@ -142642,6 +143616,8 @@ ${seq.sequence}
|
|
|
142642
143616
|
function _createClass2(Constructor, protoProps, staticProps) {
|
|
142643
143617
|
if (protoProps)
|
|
142644
143618
|
_defineProperties2(Constructor.prototype, protoProps);
|
|
143619
|
+
if (staticProps)
|
|
143620
|
+
_defineProperties2(Constructor, staticProps);
|
|
142645
143621
|
return Constructor;
|
|
142646
143622
|
}
|
|
142647
143623
|
__name(_createClass2, "_createClass");
|
|
@@ -144660,8 +145636,8 @@ ${seq.sequence}
|
|
|
144660
145636
|
g: "yellow",
|
|
144661
145637
|
t: "#EE6262"
|
|
144662
145638
|
};
|
|
144663
|
-
function getDnaColor(
|
|
144664
|
-
return dnaToColor[isReverse ? DNAComplementMap[
|
|
145639
|
+
function getDnaColor(char2, isReverse) {
|
|
145640
|
+
return dnaToColor[isReverse ? DNAComplementMap[char2.toLowerCase()] : char2.toLowerCase()] || "lightgrey";
|
|
144665
145641
|
}
|
|
144666
145642
|
__name(getDnaColor, "getDnaColor");
|
|
144667
145643
|
const HoveredIdContext = React$2.createContext({
|
|
@@ -144935,9 +145911,9 @@ ${seq.sequence}
|
|
|
144935
145911
|
return acc;
|
|
144936
145912
|
}, {});
|
|
144937
145913
|
const gapsBefore = getGaps ? getGaps({ start: 0, end: 0 }).gapsBefore : 0;
|
|
144938
|
-
sequence2.split("").forEach((
|
|
145914
|
+
sequence2.split("").forEach((char2, i2) => {
|
|
144939
145915
|
const width = Number(charWidth2);
|
|
144940
|
-
const color2 = getDnaColor(
|
|
145916
|
+
const color2 = getDnaColor(char2, isReverse);
|
|
144941
145917
|
const x2 = (i2 + gapsBefore) * charWidth2;
|
|
144942
145918
|
const y2 = 0;
|
|
144943
145919
|
colorPaths[color2] = (colorPaths[color2] || "") + `M${x2},${y2} L${x2 + width},${y2} L${x2 + width},${y2 + height2} L${x2},${y2 + height2}`;
|
|
@@ -148576,8 +149552,8 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
148576
149552
|
__name(RowItem, "RowItem");
|
|
148577
149553
|
function getGapMap$1(sequence2) {
|
|
148578
149554
|
const gapMap = [0];
|
|
148579
|
-
sequence2.split("").forEach((
|
|
148580
|
-
if (
|
|
149555
|
+
sequence2.split("").forEach((char2) => {
|
|
149556
|
+
if (char2 === "-") {
|
|
148581
149557
|
gapMap[Math.max(0, gapMap.length - 1)] = (gapMap[Math.max(0, gapMap.length - 1)] || 0) + 1;
|
|
148582
149558
|
} else {
|
|
148583
149559
|
gapMap.push(gapMap[gapMap.length - 1] || 0);
|
|
@@ -149259,7 +150235,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
149259
150235
|
}
|
|
149260
150236
|
__name(showFileDialog, "showFileDialog");
|
|
149261
150237
|
const name = "@teselagen/ove";
|
|
149262
|
-
const version = "0.5.
|
|
150238
|
+
const version = "0.5.11";
|
|
149263
150239
|
const main = "./src/index.js";
|
|
149264
150240
|
const type = "module";
|
|
149265
150241
|
const exports$1 = {
|
|
@@ -151534,7 +152510,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
151534
152510
|
"there must be a caret element present in order to display the insertSequence popup"
|
|
151535
152511
|
);
|
|
151536
152512
|
}
|
|
151537
|
-
new Popper$
|
|
152513
|
+
new Popper$2(caretEl, div, {
|
|
151538
152514
|
placement: "bottom",
|
|
151539
152515
|
modifiers: {
|
|
151540
152516
|
offset: { offset: "94" }
|
|
@@ -156403,7 +157379,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
156403
157379
|
var b22 = _ref32[1];
|
|
156404
157380
|
return a1 === a2 && b1 === b22;
|
|
156405
157381
|
}, "areEqualPoints");
|
|
156406
|
-
var trimZeros2 = /* @__PURE__ */ __name(function trimZeros3(string2,
|
|
157382
|
+
var trimZeros2 = /* @__PURE__ */ __name(function trimZeros3(string2, char2) {
|
|
156407
157383
|
var l2 = string2.length;
|
|
156408
157384
|
while (string2.charAt(l2 - 1) === "0") {
|
|
156409
157385
|
l2 = l2 - 1;
|
|
@@ -162118,13 +163094,13 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
162118
163094
|
cutsiteOrGroupKey: group2
|
|
162119
163095
|
}));
|
|
162120
163096
|
const byNameLower = /* @__PURE__ */ __name((n2) => n2.name.toLowerCase(), "byNameLower");
|
|
162121
|
-
const shared2 = intersectionBy(
|
|
163097
|
+
const shared2 = intersectionBy$1(
|
|
162122
163098
|
g1.allEnzymesInGroup,
|
|
162123
163099
|
g2.allEnzymesInGroup,
|
|
162124
163100
|
byNameLower
|
|
162125
163101
|
);
|
|
162126
|
-
const g1Only = differenceBy(g1.allEnzymesInGroup, shared2, byNameLower);
|
|
162127
|
-
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);
|
|
162128
163104
|
return /* @__PURE__ */ React$2.createElement(
|
|
162129
163105
|
"div",
|
|
162130
163106
|
{
|
|
@@ -167115,7 +168091,7 @@ ${seqDataToCopy}\r
|
|
|
167115
168091
|
_this._node = null;
|
|
167116
168092
|
_this._window = null;
|
|
167117
168093
|
_this.measure = function(entries) {
|
|
167118
|
-
var contentRect = getContentRect(_this._node, getTypes(_this.props));
|
|
168094
|
+
var contentRect = getContentRect(_this._node, types2 || getTypes(_this.props));
|
|
167119
168095
|
if (entries) {
|
|
167120
168096
|
contentRect.entry = entries[0].contentRect;
|
|
167121
168097
|
}
|
|
@@ -167157,7 +168133,7 @@ ${seqDataToCopy}\r
|
|
|
167157
168133
|
if (this._node !== null) {
|
|
167158
168134
|
this._resizeObserver.observe(this._node);
|
|
167159
168135
|
if (typeof this.props.onResize === "function") {
|
|
167160
|
-
this.props.onResize(getContentRect(this._node, getTypes(this.props)));
|
|
168136
|
+
this.props.onResize(getContentRect(this._node, types2 || getTypes(this.props)));
|
|
167161
168137
|
}
|
|
167162
168138
|
}
|
|
167163
168139
|
}, "componentDidMount");
|
|
@@ -167447,7 +168423,7 @@ ${seqDataToCopy}\r
|
|
|
167447
168423
|
ToolbarItem$1,
|
|
167448
168424
|
__spreadValues({}, __spreadValues({
|
|
167449
168425
|
Icon: /* @__PURE__ */ React$2.createElement(Icon, { "data-test": "veImportTool", icon: "export" }),
|
|
167450
|
-
IconWrapper: Dropzone,
|
|
168426
|
+
IconWrapper: Dropzone$1,
|
|
167451
168427
|
IconWrapperProps: {
|
|
167452
168428
|
multiple: false,
|
|
167453
168429
|
style: {},
|
|
@@ -168837,7 +169813,7 @@ ${seqDataToCopy}\r
|
|
|
168837
169813
|
render() {
|
|
168838
169814
|
const { children, style: style2, className, disabled } = this.props;
|
|
168839
169815
|
return /* @__PURE__ */ React$2.createElement(
|
|
168840
|
-
Dropzone,
|
|
169816
|
+
Dropzone$1,
|
|
168841
169817
|
{
|
|
168842
169818
|
disabled,
|
|
168843
169819
|
onClick: (evt) => evt.preventDefault(),
|
|
@@ -170532,8 +171508,8 @@ ${seqDataToCopy}\r
|
|
|
170532
171508
|
super(...arguments);
|
|
170533
171509
|
__publicField(this, "getGapMap", /* @__PURE__ */ __name((sequence2) => {
|
|
170534
171510
|
const gapMap = [0];
|
|
170535
|
-
sequence2.split("").forEach((
|
|
170536
|
-
if (
|
|
171511
|
+
sequence2.split("").forEach((char2) => {
|
|
171512
|
+
if (char2 === "-") {
|
|
170537
171513
|
gapMap[Math.max(0, gapMap.length - 1)] = (gapMap[Math.max(0, gapMap.length - 1)] || 0) + 1;
|
|
170538
171514
|
} else {
|
|
170539
171515
|
gapMap.push(gapMap[gapMap.length - 1] || 0);
|
|
@@ -172949,6 +173925,8 @@ ${seqDataToCopy}\r
|
|
|
172949
173925
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
172950
173926
|
if (protoProps)
|
|
172951
173927
|
_defineProperties(Constructor.prototype, protoProps);
|
|
173928
|
+
if (staticProps)
|
|
173929
|
+
_defineProperties(Constructor, staticProps);
|
|
172952
173930
|
return Constructor;
|
|
172953
173931
|
}
|
|
172954
173932
|
__name(_createClass, "_createClass");
|
|
@@ -173495,8 +174473,8 @@ ${seqDataToCopy}\r
|
|
|
173495
174473
|
window.createVersionHistoryView = createVersionHistoryView;
|
|
173496
174474
|
function getGapMap(sequence2) {
|
|
173497
174475
|
const gapMap = [0];
|
|
173498
|
-
sequence2.split("").forEach((
|
|
173499
|
-
if (
|
|
174476
|
+
sequence2.split("").forEach((char2) => {
|
|
174477
|
+
if (char2 === "-") {
|
|
173500
174478
|
gapMap[Math.max(0, gapMap.length - 1)] = (gapMap[Math.max(0, gapMap.length - 1)] || 0) + 1;
|
|
173501
174479
|
} else {
|
|
173502
174480
|
gapMap.push(gapMap[gapMap.length - 1] || 0);
|
|
@@ -173615,7 +174593,7 @@ ${seqDataToCopy}\r
|
|
|
173615
174593
|
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
173616
174594
|
}
|
|
173617
174595
|
__name(step2, "step");
|
|
173618
|
-
step2((generator = generator.apply(thisArg, [])).next());
|
|
174596
|
+
step2((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
173619
174597
|
});
|
|
173620
174598
|
}
|
|
173621
174599
|
__name(__awaiter, "__awaiter");
|
|
@@ -173699,7 +174677,7 @@ ${seqDataToCopy}\r
|
|
|
173699
174677
|
}
|
|
173700
174678
|
__name(__generator, "__generator");
|
|
173701
174679
|
function __spreadArray(to, from2, pack2) {
|
|
173702
|
-
if (arguments.length === 2)
|
|
174680
|
+
if (pack2 || arguments.length === 2)
|
|
173703
174681
|
for (var i2 = 0, l2 = from2.length, ar; i2 < l2; i2++) {
|
|
173704
174682
|
if (ar || !(i2 in from2)) {
|
|
173705
174683
|
if (!ar)
|