@inseefr/lunatic 3.0.0-rc.9 → 3.0.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -59
- package/lib/components/CheckboxBoolean/CheckboxBoolean.d.ts +11 -0
- package/lib/components/CheckboxBoolean/CheckboxBoolean.js +18 -64
- package/lib/components/CheckboxBoolean/CheckboxBoolean.js.map +1 -0
- package/lib/components/CheckboxBoolean/CheckboxBoolean.spec.js +37 -71
- package/lib/components/CheckboxBoolean/CheckboxBoolean.spec.js.map +1 -0
- package/lib/components/CheckboxGroup/CheckboxGroup.d.ts +11 -0
- package/lib/components/CheckboxGroup/CheckboxGroup.js +25 -49
- package/lib/components/CheckboxGroup/CheckboxGroup.js.map +1 -0
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.d.ts +10 -0
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.js +13 -43
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.js.map +1 -0
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.spec.js +45 -46
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.spec.js.map +1 -0
- package/lib/components/CheckboxOne/CheckboxOne.d.ts +5 -0
- package/lib/components/CheckboxOne/CheckboxOne.js +7 -35
- package/lib/components/CheckboxOne/CheckboxOne.js.map +1 -0
- package/lib/components/CheckboxOne/CheckboxOne.spec.js +27 -53
- package/lib/components/CheckboxOne/CheckboxOne.spec.js.map +1 -0
- package/lib/components/Datepicker/Datepicker.d.ts +10 -0
- package/lib/components/Datepicker/Datepicker.js +60 -155
- package/lib/components/Datepicker/Datepicker.js.map +1 -0
- package/lib/components/Datepicker/Datepicker.spec.js +70 -87
- package/lib/components/Datepicker/Datepicker.spec.js.map +1 -0
- package/lib/components/Datepicker/DatepickerField.js +13 -47
- package/lib/components/Datepicker/DatepickerField.js.map +1 -0
- package/lib/components/Dropdown/Dropdown.d.ts +10 -0
- package/lib/components/Dropdown/Dropdown.js +14 -62
- package/lib/components/Dropdown/Dropdown.js.map +1 -0
- package/lib/components/Dropdown/Dropdown.spec.js +38 -49
- package/lib/components/Dropdown/Dropdown.spec.js.map +1 -0
- package/lib/components/Dropdown/renderer/SimpleLabelRenderer.js +17 -32
- package/lib/components/Dropdown/renderer/SimpleLabelRenderer.js.map +1 -0
- package/lib/components/Dropdown/renderer/SimpleOptionRenderer.js +10 -40
- package/lib/components/Dropdown/renderer/SimpleOptionRenderer.js.map +1 -0
- package/lib/components/Duration/Duration.d.ts +10 -0
- package/lib/components/Duration/Duration.js +29 -102
- package/lib/components/Duration/Duration.js.map +1 -0
- package/lib/components/Duration/durationUtils.js +22 -55
- package/lib/components/Duration/durationUtils.js.map +1 -0
- package/lib/components/Duration/formatDuration.js +17 -26
- package/lib/components/Duration/formatDuration.js.map +1 -0
- package/lib/components/Duration/formatDuration.spec.js +16 -38
- package/lib/components/Duration/formatDuration.spec.js.map +1 -0
- package/lib/components/Duration/getDurationFromValue.js +24 -49
- package/lib/components/Duration/getDurationFromValue.js.map +1 -0
- package/lib/components/FilterDescription/FilterDescription.js +4 -17
- package/lib/components/FilterDescription/FilterDescription.js.map +1 -0
- package/lib/components/FilterDescription/FilterDescription.spec.js +16 -21
- package/lib/components/FilterDescription/FilterDescription.spec.js.map +1 -0
- package/lib/components/Input/Input.d.ts +10 -0
- package/lib/components/Input/Input.js +14 -78
- package/lib/components/Input/Input.js.map +1 -0
- package/lib/components/Input/Input.spec.js +51 -83
- package/lib/components/Input/Input.spec.js.map +1 -0
- package/lib/components/InputNumber/InputNumber.d.ts +10 -0
- package/lib/components/InputNumber/InputNumber.js +14 -79
- package/lib/components/InputNumber/InputNumber.js.map +1 -0
- package/lib/components/InputNumber/InputNumber.spec.js +75 -112
- package/lib/components/InputNumber/InputNumber.spec.js.map +1 -0
- package/lib/components/InputNumber/InputNumberThousand.js +19 -55
- package/lib/components/InputNumber/InputNumberThousand.js.map +1 -0
- package/lib/components/Loop/Loop.d.ts +15 -0
- package/lib/components/Loop/Loop.js +49 -125
- package/lib/components/Loop/Loop.js.map +1 -0
- package/lib/components/Loop/constant.js +7 -7
- package/lib/components/Loop/constant.js.map +1 -0
- package/lib/components/LunaticComponents.d.ts +22 -0
- package/lib/components/LunaticComponents.js +72 -119
- package/lib/components/LunaticComponents.js.map +1 -0
- package/lib/components/PairwiseLinks/PairwiseLinks.js +42 -54
- package/lib/components/PairwiseLinks/PairwiseLinks.js.map +1 -0
- package/lib/components/Question/Question.js +16 -50
- package/lib/components/Question/Question.js.map +1 -0
- package/lib/components/Radio/Radio.d.ts +13 -0
- package/lib/components/Radio/Radio.js +8 -39
- package/lib/components/Radio/Radio.js.map +1 -0
- package/lib/components/RosterForLoop/RosterForLoop.js +53 -131
- package/lib/components/RosterForLoop/RosterForLoop.js.map +1 -0
- package/lib/components/RosterForLoop/RosterForLoop.spec.js +27 -45
- package/lib/components/RosterForLoop/RosterForLoop.spec.js.map +1 -0
- package/lib/components/Roundabout/CustomRoundabout.js +19 -66
- package/lib/components/Roundabout/CustomRoundabout.js.map +1 -0
- package/lib/components/Roundabout/Roundabout.js +15 -32
- package/lib/components/Roundabout/Roundabout.js.map +1 -0
- package/lib/components/Roundabout/RoundaboutItButton.js +37 -72
- package/lib/components/Roundabout/RoundaboutItButton.js.map +1 -0
- package/lib/components/Roundabout/RoundaboutItButton.spec.js +48 -101
- package/lib/components/Roundabout/RoundaboutItButton.spec.js.map +1 -0
- package/lib/components/Roundabout/RoundaboutRedirect.js +11 -21
- package/lib/components/Roundabout/RoundaboutRedirect.js.map +1 -0
- package/lib/components/Roundabout/extra.js +9 -44
- package/lib/components/Roundabout/extra.js.map +1 -0
- package/lib/components/Roundabout/redirect.spec.js +13 -17
- package/lib/components/Roundabout/redirect.spec.js.map +1 -0
- package/lib/components/Roundabout/roundabout.spec.js +49 -70
- package/lib/components/Roundabout/roundabout.spec.js.map +1 -0
- package/lib/components/Sequence/Sequence.d.ts +4 -0
- package/lib/components/Sequence/Sequence.js +8 -31
- package/lib/components/Sequence/Sequence.js.map +1 -0
- package/lib/components/Subsequence/Subsequence.d.ts +4 -0
- package/lib/components/Subsequence/Subsequence.js +7 -26
- package/lib/components/Subsequence/Subsequence.js.map +1 -0
- package/lib/components/Subsequence/Subsequence.spec.js +42 -59
- package/lib/components/Subsequence/Subsequence.spec.js.map +1 -0
- package/lib/components/Suggester/CustomSuggester.d.ts +31 -0
- package/lib/components/Suggester/CustomSuggester.js +15 -119
- package/lib/components/Suggester/CustomSuggester.js.map +1 -0
- package/lib/components/Suggester/Suggester.d.ts +2 -0
- package/lib/components/Suggester/Suggester.js +99 -136
- package/lib/components/Suggester/Suggester.js.map +1 -0
- package/lib/components/Suggester/SuggesterNotification.d.ts +9 -0
- package/lib/components/Suggester/SuggesterNotification.js +15 -59
- package/lib/components/Suggester/SuggesterNotification.js.map +1 -0
- package/lib/components/Suggester/SuggesterType.d.ts +5 -0
- package/lib/components/Suggester/SuggesterType.js +2 -5
- package/lib/components/Suggester/SuggesterType.js.map +1 -0
- package/lib/components/Suggester/useSuggestions.d.ts +17 -0
- package/lib/components/Suggester/useSuggestions.js +85 -0
- package/lib/components/Suggester/useSuggestions.js.map +1 -0
- package/lib/components/Summary/Summary.js +55 -105
- package/lib/components/Summary/Summary.js.map +1 -0
- package/lib/components/Switch/Switch.d.ts +20 -0
- package/lib/components/Switch/Switch.js +29 -105
- package/lib/components/Switch/Switch.js.map +1 -0
- package/lib/components/Table/Table.js +12 -65
- package/lib/components/Table/Table.js.map +1 -0
- package/lib/components/Text/Text.d.ts +3 -0
- package/lib/components/Text/Text.js +4 -0
- package/lib/components/Text/Text.js.map +1 -0
- package/lib/components/Textarea/Textarea.d.ts +10 -0
- package/lib/components/Textarea/Textarea.js +13 -78
- package/lib/components/Textarea/Textarea.js.map +1 -0
- package/lib/components/Textarea/Textarea.spec.js +31 -46
- package/lib/components/Textarea/Textarea.spec.js.map +1 -0
- package/lib/components/library.d.ts +106 -0
- package/lib/components/library.js +49 -52
- package/lib/components/library.js.map +1 -0
- package/lib/components/shared/Button/Button.d.ts +13 -0
- package/lib/components/shared/Button/Button.js +13 -44
- package/lib/components/shared/Button/Button.js.map +1 -0
- package/lib/components/shared/Button/Button.spec.js +51 -85
- package/lib/components/shared/Button/Button.spec.js.map +1 -0
- package/lib/components/shared/Button/IconButton.js +7 -32
- package/lib/components/shared/Button/IconButton.js.map +1 -0
- package/lib/components/shared/Button/IconButton.spec.js +53 -101
- package/lib/components/shared/Button/IconButton.spec.js.map +1 -0
- package/lib/components/shared/Checkbox/CheckboxOption.d.ts +15 -0
- package/lib/components/shared/Checkbox/CheckboxOption.js +24 -69
- package/lib/components/shared/Checkbox/CheckboxOption.js.map +1 -0
- package/lib/components/shared/Checkbox/CheckboxOption.spec.js +51 -68
- package/lib/components/shared/Checkbox/CheckboxOption.spec.js.map +1 -0
- package/lib/components/shared/Checkbox/getShortcutKey.js +3 -10
- package/lib/components/shared/Checkbox/getShortcutKey.js.map +1 -0
- package/lib/components/shared/Combobox/Combobox.d.ts +23 -0
- package/lib/components/shared/Combobox/Combobox.js +87 -199
- package/lib/components/shared/Combobox/Combobox.js.map +1 -0
- package/lib/components/shared/Combobox/Combobox.stories.js +42 -105
- package/lib/components/shared/Combobox/Combobox.stories.js.map +1 -0
- package/lib/components/shared/Combobox/ComboboxContainer.js +6 -27
- package/lib/components/shared/Combobox/ComboboxContainer.js.map +1 -0
- package/lib/components/shared/Combobox/ComboboxContainer.spec.js +24 -43
- package/lib/components/shared/Combobox/ComboboxContainer.spec.js.map +1 -0
- package/lib/components/shared/Combobox/ComboboxContent.js +33 -62
- package/lib/components/shared/Combobox/ComboboxContent.js.map +1 -0
- package/lib/components/shared/Combobox/ComboboxContentBox.js +8 -22
- package/lib/components/shared/Combobox/ComboboxContentBox.js.map +1 -0
- package/lib/components/shared/Combobox/ComboboxType.d.ts +51 -0
- package/lib/components/shared/Combobox/ComboboxType.js +2 -5
- package/lib/components/shared/Combobox/ComboboxType.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxOption.js +14 -41
- package/lib/components/shared/Combobox/Panel/ComboboxOption.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxOption.spec.js +33 -63
- package/lib/components/shared/Combobox/Panel/ComboboxOption.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.js +30 -50
- package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.spec.js +18 -26
- package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.d.ts +5 -0
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.js +24 -41
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.spec.js +55 -108
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.js +9 -26
- package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.spec.js +31 -57
- package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.d.ts +9 -0
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.js +22 -43
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.spec.js +52 -121
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxInput.js +20 -56
- package/lib/components/shared/Combobox/Selection/ComboboxInput.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.js +28 -43
- package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.spec.js +26 -40
- package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxSelection.js +14 -64
- package/lib/components/shared/Combobox/Selection/ComboboxSelection.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxSelection.spec.js +36 -68
- package/lib/components/shared/Combobox/Selection/ComboboxSelection.spec.js.map +1 -0
- package/lib/components/shared/Combobox/constants.js +10 -15
- package/lib/components/shared/Combobox/constants.js.map +1 -0
- package/lib/components/shared/Combobox/index.js +2 -1
- package/lib/components/shared/Combobox/index.js.map +1 -0
- package/lib/components/shared/ComponentErrors/ComponentErrors.js +19 -45
- package/lib/components/shared/ComponentErrors/ComponentErrors.js.map +1 -0
- package/lib/components/shared/ComponentErrors/ComponentErrors.spec.js +40 -44
- package/lib/components/shared/ComponentErrors/ComponentErrors.spec.js.map +1 -0
- package/lib/components/shared/ComponentWrapper.d.ts +25 -0
- package/lib/components/shared/ComponentWrapper.js +14 -53
- package/lib/components/shared/ComponentWrapper.js.map +1 -0
- package/lib/components/shared/Declarations/Declarations.js +13 -45
- package/lib/components/shared/Declarations/Declarations.js.map +1 -0
- package/lib/components/shared/Declarations/Declarations.spec.js +54 -77
- package/lib/components/shared/Declarations/Declarations.spec.js.map +1 -0
- package/lib/components/shared/Fieldset/Fieldset.js +25 -39
- package/lib/components/shared/Fieldset/Fieldset.js.map +1 -0
- package/lib/components/shared/Fieldset/Fieldset.spec.js +25 -37
- package/lib/components/shared/Fieldset/Fieldset.spec.js.map +1 -0
- package/lib/components/shared/HOC/slottableComponent.d.ts +107 -0
- package/lib/components/shared/HOC/slottableComponent.js +22 -45
- package/lib/components/shared/HOC/slottableComponent.js.map +1 -0
- package/lib/components/shared/Icons/checkbox-checked-icon.js +7 -35
- package/lib/components/shared/Icons/checkbox-checked-icon.js.map +1 -0
- package/lib/components/shared/Icons/checkbox-disabled-icon.d.ts +2 -0
- package/lib/components/shared/Icons/checkbox-disabled-icon.js +7 -0
- package/lib/components/shared/Icons/checkbox-disabled-icon.js.map +1 -0
- package/lib/components/shared/Icons/checkbox-unchecked-icon.js +7 -35
- package/lib/components/shared/Icons/checkbox-unchecked-icon.js.map +1 -0
- package/lib/components/shared/Icons/closed-icon.js +7 -32
- package/lib/components/shared/Icons/closed-icon.js.map +1 -0
- package/lib/components/shared/Icons/cross-icon.js +7 -32
- package/lib/components/shared/Icons/cross-icon.js.map +1 -0
- package/lib/components/shared/Icons/icon-props.js +2 -5
- package/lib/components/shared/Icons/icon-props.js.map +1 -0
- package/lib/components/shared/Icons/index.js +11 -75
- package/lib/components/shared/Icons/index.js.map +1 -0
- package/lib/components/shared/Icons/load-icon.js +7 -32
- package/lib/components/shared/Icons/load-icon.js.map +1 -0
- package/lib/components/shared/Icons/lunatic-icon.js +7 -17
- package/lib/components/shared/Icons/lunatic-icon.js.map +1 -0
- package/lib/components/shared/Icons/network-icon.js +7 -32
- package/lib/components/shared/Icons/network-icon.js.map +1 -0
- package/lib/components/shared/Icons/on-drag-icon.js +7 -32
- package/lib/components/shared/Icons/on-drag-icon.js.map +1 -0
- package/lib/components/shared/Icons/opened-icon.js +7 -32
- package/lib/components/shared/Icons/opened-icon.js.map +1 -0
- package/lib/components/shared/Icons/radio-checked-icon.js +7 -36
- package/lib/components/shared/Icons/radio-checked-icon.js.map +1 -0
- package/lib/components/shared/Icons/radio-unchecked-icon.js +7 -35
- package/lib/components/shared/Icons/radio-unchecked-icon.js.map +1 -0
- package/lib/components/shared/Label/Label.js +12 -31
- package/lib/components/shared/Label/Label.js.map +1 -0
- package/lib/components/shared/Label/Label.spec.js +19 -45
- package/lib/components/shared/Label/Label.spec.js.map +1 -0
- package/lib/components/shared/LabelDescription.js +11 -21
- package/lib/components/shared/LabelDescription.js.map +1 -0
- package/lib/components/shared/MDLabel/MDLabel.d.ts +5 -0
- package/lib/components/shared/MDLabel/MDLabel.js +19 -44
- package/lib/components/shared/MDLabel/MDLabel.js.map +1 -0
- package/lib/components/shared/MDLabel/MDLabel.spec.js +105 -101
- package/lib/components/shared/MDLabel/MDLabel.spec.js.map +1 -0
- package/lib/components/shared/MDLabel/MarkdownLink.d.ts +8 -0
- package/lib/components/shared/MDLabel/MarkdownLink.js +20 -0
- package/lib/components/shared/MDLabel/MarkdownLink.js.map +1 -0
- package/lib/components/shared/MDLabel/RouterLink.js +6 -26
- package/lib/components/shared/MDLabel/RouterLink.js.map +1 -0
- package/lib/components/shared/MDLabel/generateUniqueId.js +2 -1
- package/lib/components/shared/MDLabel/generateUniqueId.js.map +1 -0
- package/lib/components/shared/Missing/Missing.d.ts +14 -0
- package/lib/components/shared/Missing/Missing.js +48 -81
- package/lib/components/shared/Missing/Missing.js.map +1 -0
- package/lib/components/shared/Missing/Missing.spec.js +43 -79
- package/lib/components/shared/Missing/Missing.spec.js.map +1 -0
- package/lib/components/shared/ModalControls/ModalControls.d.ts +10 -0
- package/lib/components/shared/ModalControls/ModalControls.js +27 -81
- package/lib/components/shared/ModalControls/ModalControls.js.map +1 -0
- package/lib/components/shared/ModalControls/ModalControls.spec.js +61 -69
- package/lib/components/shared/ModalControls/ModalControls.spec.js.map +1 -0
- package/lib/components/shared/Notification.js +8 -28
- package/lib/components/shared/Notification.js.map +1 -0
- package/lib/components/shared/Radio/RadioGroup.d.ts +9 -0
- package/lib/components/shared/Radio/RadioGroup.js +19 -63
- package/lib/components/shared/Radio/RadioGroup.js.map +1 -0
- package/lib/components/shared/Radio/RadioOption.js +34 -113
- package/lib/components/shared/Radio/RadioOption.js.map +1 -0
- package/lib/components/shared/Radio/RadioOption.spec.js +45 -86
- package/lib/components/shared/Radio/RadioOption.spec.js.map +1 -0
- package/lib/components/shared/Table/Table.js +8 -21
- package/lib/components/shared/Table/Table.js.map +1 -0
- package/lib/components/shared/Table/Table.spec.js +15 -23
- package/lib/components/shared/Table/Table.spec.js.map +1 -0
- package/lib/components/shared/Table/TableHeader.d.ts +2 -0
- package/lib/components/shared/Table/TableHeader.js +14 -38
- package/lib/components/shared/Table/TableHeader.js.map +1 -0
- package/lib/components/shared/Table/Tbody.d.ts +6 -0
- package/lib/components/shared/Table/Tbody.js +7 -20
- package/lib/components/shared/Table/Tbody.js.map +1 -0
- package/lib/components/shared/Table/Tbody.spec.js +22 -32
- package/lib/components/shared/Table/Tbody.spec.js.map +1 -0
- package/lib/components/shared/Table/Td.d.ts +10 -0
- package/lib/components/shared/Table/Td.js +7 -26
- package/lib/components/shared/Table/Td.js.map +1 -0
- package/lib/components/shared/Table/Td.spec.js +20 -40
- package/lib/components/shared/Table/Td.spec.js.map +1 -0
- package/lib/components/shared/Table/Th.d.ts +10 -0
- package/lib/components/shared/Table/Th.js +7 -25
- package/lib/components/shared/Table/Th.js.map +1 -0
- package/lib/components/shared/Table/Th.spec.js +25 -44
- package/lib/components/shared/Table/Th.spec.js.map +1 -0
- package/lib/components/shared/Table/Thead.d.ts +6 -0
- package/lib/components/shared/Table/Thead.js +8 -20
- package/lib/components/shared/Table/Thead.js.map +1 -0
- package/lib/components/shared/Table/Thead.spec.js +12 -29
- package/lib/components/shared/Table/Thead.spec.js.map +1 -0
- package/lib/components/shared/Table/Tr.d.ts +7 -0
- package/lib/components/shared/Table/Tr.js +7 -21
- package/lib/components/shared/Table/Tr.js.map +1 -0
- package/lib/components/shared/Table/Tr.spec.js +19 -39
- package/lib/components/shared/Table/Tr.spec.js.map +1 -0
- package/lib/components/shared/Table/index.js +8 -54
- package/lib/components/shared/Table/index.js.map +1 -0
- package/lib/components/type.d.ts +296 -0
- package/lib/components/type.js +2 -5
- package/lib/components/type.js.map +1 -0
- package/lib/constants/component-types.js +2 -7
- package/lib/constants/component-types.js.map +1 -0
- package/lib/constants/declarations.js +10 -18
- package/lib/constants/declarations.js.map +1 -0
- package/lib/constants/event-types.js +11 -17
- package/lib/constants/event-types.js.map +1 -0
- package/lib/constants/index.js +6 -60
- package/lib/constants/index.js.map +1 -0
- package/lib/constants/indexedDBStore.js +17 -22
- package/lib/constants/indexedDBStore.js.map +1 -0
- package/lib/constants/supported-preferences.js +9 -11
- package/lib/constants/supported-preferences.js.map +1 -0
- package/lib/constants/value-types.js +6 -11
- package/lib/constants/value-types.js.map +1 -0
- package/lib/constants/variable-types.js +4 -9
- package/lib/constants/variable-types.js.map +1 -0
- package/lib/hooks/use-auto-focus.js +16 -23
- package/lib/hooks/use-auto-focus.js.map +1 -0
- package/lib/hooks/use-track-changes.d.ts +17 -0
- package/lib/hooks/use-track-changes.js +37 -46
- package/lib/hooks/use-track-changes.js.map +1 -0
- package/lib/hooks/use-why-render.js +10 -16
- package/lib/hooks/use-why-render.js.map +1 -0
- package/lib/hooks/useDebounce.d.ts +4 -0
- package/lib/hooks/useDebounce.js +24 -0
- package/lib/hooks/useDebounce.js.map +1 -0
- package/lib/hooks/useDocumentEvent.js +16 -21
- package/lib/hooks/useDocumentEvent.js.map +1 -0
- package/lib/hooks/useKeyboardKey.d.ts +4 -0
- package/lib/hooks/useKeyboardKey.js +25 -0
- package/lib/hooks/useKeyboardKey.js.map +1 -0
- package/lib/hooks/useListKeyboardHandler.js +15 -21
- package/lib/hooks/useListKeyboardHandler.js.map +1 -0
- package/lib/hooks/useRefSync.js +10 -0
- package/lib/hooks/useRefSync.js.map +1 -0
- package/lib/i18n/build-dictionary.js +17 -35
- package/lib/i18n/build-dictionary.js.map +1 -0
- package/lib/i18n/dictionary.d.ts +57 -0
- package/lib/i18n/dictionary.js +26 -36
- package/lib/i18n/dictionary.js.map +1 -0
- package/lib/i18n/index.d.ts +7 -0
- package/lib/i18n/index.js +13 -26
- package/lib/i18n/index.js.map +1 -0
- package/lib/i18n/inputNumberProps.js +6 -17
- package/lib/i18n/inputNumberProps.js.map +1 -0
- package/lib/index.d.ts +13 -0
- package/lib/index.js +10 -41
- package/lib/index.js.map +1 -0
- package/lib/main.css +77 -28
- package/lib/main.css.map +1 -1
- package/lib/tests/setup.d.ts +1 -0
- package/lib/tests/setup.js +18 -0
- package/lib/tests/setup.js.map +1 -0
- package/lib/tests/utils/lunatic.d.ts +19 -0
- package/lib/tests/utils/lunatic.js +31 -0
- package/lib/tests/utils/lunatic.js.map +1 -0
- package/lib/tests/utils/timer.d.ts +1 -0
- package/lib/tests/utils/timer.js +4 -0
- package/lib/tests/utils/timer.js.map +1 -0
- package/lib/type.source.d.ts +382 -0
- package/lib/type.source.js +8 -0
- package/lib/type.source.js.map +1 -0
- package/lib/type.utils.js +2 -5
- package/lib/type.utils.js.map +1 -0
- package/lib/use-lunatic/actions.d.ts +49 -0
- package/lib/use-lunatic/actions.js +21 -47
- package/lib/use-lunatic/actions.js.map +1 -0
- package/lib/use-lunatic/commons/check-loops.d.ts +30 -0
- package/lib/use-lunatic/commons/check-loops.js +55 -90
- package/lib/use-lunatic/commons/check-loops.js.map +1 -0
- package/lib/use-lunatic/commons/check-pager.d.ts +5 -0
- package/lib/use-lunatic/commons/check-pager.js +14 -20
- package/lib/use-lunatic/commons/check-pager.js.map +1 -0
- package/lib/use-lunatic/commons/compile-controls.d.ts +9 -0
- package/lib/use-lunatic/commons/compile-controls.js +117 -143
- package/lib/use-lunatic/commons/compile-controls.js.map +1 -0
- package/lib/use-lunatic/commons/component.js +19 -19
- package/lib/use-lunatic/commons/component.js.map +1 -0
- package/lib/use-lunatic/commons/compose.d.ts +3 -0
- package/lib/use-lunatic/commons/compose.js +6 -18
- package/lib/use-lunatic/commons/compose.js.map +1 -0
- package/lib/use-lunatic/commons/create-map-pages.d.ts +6 -0
- package/lib/use-lunatic/commons/create-map-pages.js +40 -62
- package/lib/use-lunatic/commons/create-map-pages.js.map +1 -0
- package/lib/use-lunatic/commons/execute-condition-filter.d.ts +3 -0
- package/lib/use-lunatic/commons/execute-condition-filter.js +9 -19
- package/lib/use-lunatic/commons/execute-condition-filter.js.map +1 -0
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.d.ts +34 -0
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.js +129 -110
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.js.map +1 -0
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.spec.js +81 -38
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.spec.js.map +1 -0
- package/lib/use-lunatic/commons/fill-components/fill-components.d.ts +25 -0
- package/lib/use-lunatic/commons/fill-components/fill-components.js +31 -47
- package/lib/use-lunatic/commons/fill-components/fill-components.js.map +1 -0
- package/lib/use-lunatic/commons/get-compatible-vtl-expression.js +12 -21
- package/lib/use-lunatic/commons/get-compatible-vtl-expression.js.map +1 -0
- package/lib/use-lunatic/commons/get-components-from-state.d.ts +5 -0
- package/lib/use-lunatic/commons/get-components-from-state.js +16 -40
- package/lib/use-lunatic/commons/get-components-from-state.js.map +1 -0
- package/lib/use-lunatic/commons/index.d.ts +6 -0
- package/lib/use-lunatic/commons/index.js +7 -81
- package/lib/use-lunatic/commons/index.js.map +1 -0
- package/lib/use-lunatic/commons/is-First-last-page.d.ts +6 -0
- package/lib/use-lunatic/commons/is-First-last-page.js +6 -15
- package/lib/use-lunatic/commons/is-First-last-page.js.map +1 -0
- package/lib/use-lunatic/commons/is-paginated-loop.js +3 -8
- package/lib/use-lunatic/commons/is-paginated-loop.js.map +1 -0
- package/lib/use-lunatic/commons/is-roundabout.js +5 -10
- package/lib/use-lunatic/commons/is-roundabout.js.map +1 -0
- package/lib/use-lunatic/commons/page-navigation.d.ts +7 -0
- package/lib/use-lunatic/commons/page-navigation.js +87 -103
- package/lib/use-lunatic/commons/page-navigation.js.map +1 -0
- package/lib/use-lunatic/commons/page-navigation.spec.js +134 -127
- package/lib/use-lunatic/commons/page-navigation.spec.js.map +1 -0
- package/lib/use-lunatic/commons/page-tag.d.ts +23 -0
- package/lib/use-lunatic/commons/page-tag.js +60 -65
- package/lib/use-lunatic/commons/page-tag.js.map +1 -0
- package/lib/use-lunatic/commons/page-tag.spec.js +38 -0
- package/lib/use-lunatic/commons/page-tag.spec.js.map +1 -0
- package/lib/use-lunatic/commons/page.d.ts +11 -0
- package/lib/use-lunatic/commons/page.js +25 -41
- package/lib/use-lunatic/commons/page.js.map +1 -0
- package/lib/use-lunatic/commons/variables/behaviours/cleaning-behaviour.d.ts +7 -0
- package/lib/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js +44 -50
- package/lib/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js.map +1 -0
- package/lib/use-lunatic/commons/variables/behaviours/missing-behaviour.d.ts +7 -0
- package/lib/use-lunatic/commons/variables/behaviours/missing-behaviour.js +21 -42
- package/lib/use-lunatic/commons/variables/behaviours/missing-behaviour.js.map +1 -0
- package/lib/use-lunatic/commons/variables/behaviours/resizing-behaviour.d.ts +7 -0
- package/lib/use-lunatic/commons/variables/behaviours/resizing-behaviour.js +51 -74
- package/lib/use-lunatic/commons/variables/behaviours/resizing-behaviour.js.map +1 -0
- package/lib/use-lunatic/commons/variables/get-questionnaire-data.d.ts +3 -0
- package/lib/use-lunatic/commons/variables/get-questionnaire-data.js +51 -68
- package/lib/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -0
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.d.ts +88 -0
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.js +284 -364
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.js.map +1 -0
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.spec.js +354 -382
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -0
- package/lib/use-lunatic/hooks/use-loop-variables.d.ts +5 -0
- package/lib/use-lunatic/hooks/use-loop-variables.js +14 -23
- package/lib/use-lunatic/hooks/use-loop-variables.js.map +1 -0
- package/lib/use-lunatic/hooks/use-page-has-response.d.ts +6 -0
- package/lib/use-lunatic/hooks/use-page-has-response.js +66 -107
- package/lib/use-lunatic/hooks/use-page-has-response.js.map +1 -0
- package/lib/use-lunatic/hooks/useOverview.d.ts +16 -0
- package/lib/use-lunatic/hooks/useOverview.js +91 -0
- package/lib/use-lunatic/hooks/useOverview.js.map +1 -0
- package/lib/use-lunatic/index.js +2 -13
- package/lib/use-lunatic/index.js.map +1 -0
- package/lib/use-lunatic/lunatic-context.js +38 -66
- package/lib/use-lunatic/lunatic-context.js.map +1 -0
- package/lib/use-lunatic/props/getComponentTypeProps.d.ts +314 -0
- package/lib/use-lunatic/props/getComponentTypeProps.js +164 -0
- package/lib/use-lunatic/props/getComponentTypeProps.js.map +1 -0
- package/lib/use-lunatic/props/propIterations.d.ts +7 -0
- package/lib/use-lunatic/props/propIterations.js +26 -0
- package/lib/use-lunatic/props/propIterations.js.map +1 -0
- package/lib/use-lunatic/props/propMissingResponse.d.ts +9 -0
- package/lib/use-lunatic/props/propMissingResponse.js +13 -0
- package/lib/use-lunatic/props/propMissingResponse.js.map +1 -0
- package/lib/use-lunatic/props/propValue.d.ts +6 -0
- package/lib/use-lunatic/props/propValue.js +28 -0
- package/lib/use-lunatic/props/propValue.js.map +1 -0
- package/lib/use-lunatic/props/propValue.spec.js +54 -0
- package/lib/use-lunatic/props/propValue.spec.js.map +1 -0
- package/lib/use-lunatic/reducer/commons/auto-explore-loop.d.ts +5 -0
- package/lib/use-lunatic/reducer/commons/auto-explore-loop.js +42 -52
- package/lib/use-lunatic/reducer/commons/auto-explore-loop.js.map +1 -0
- package/lib/use-lunatic/reducer/commons/index.js +3 -28
- package/lib/use-lunatic/reducer/commons/index.js.map +1 -0
- package/lib/use-lunatic/reducer/commons/resize-array-variable.js +16 -26
- package/lib/use-lunatic/reducer/commons/resize-array-variable.js.map +1 -0
- package/lib/use-lunatic/reducer/commons/validate-condition-filter.d.ts +6 -0
- package/lib/use-lunatic/reducer/commons/validate-condition-filter.js +11 -28
- package/lib/use-lunatic/reducer/commons/validate-condition-filter.js.map +1 -0
- package/lib/use-lunatic/reducer/controls/check-base-control.d.ts +2 -0
- package/lib/use-lunatic/reducer/controls/check-base-control.js +35 -39
- package/lib/use-lunatic/reducer/controls/check-base-control.js.map +1 -0
- package/lib/use-lunatic/reducer/controls/check-roundabout-control.d.ts +9 -0
- package/lib/use-lunatic/reducer/controls/check-roundabout-control.js +16 -46
- package/lib/use-lunatic/reducer/controls/check-roundabout-control.js.map +1 -0
- package/lib/use-lunatic/reducer/overview/overviewOnInit.d.ts +6 -0
- package/lib/use-lunatic/reducer/overview/overviewOnInit.js +49 -0
- package/lib/use-lunatic/reducer/overview/overviewOnInit.js.map +1 -0
- package/lib/use-lunatic/reducer/reduce-go-next-page.d.ts +2 -0
- package/lib/use-lunatic/reducer/reduce-go-next-page.js +32 -52
- package/lib/use-lunatic/reducer/reduce-go-next-page.js.map +1 -0
- package/lib/use-lunatic/reducer/reduce-go-previous-page.d.ts +2 -0
- package/lib/use-lunatic/reducer/reduce-go-previous-page.js +28 -46
- package/lib/use-lunatic/reducer/reduce-go-previous-page.js.map +1 -0
- package/lib/use-lunatic/reducer/reduce-go-to-page.d.ts +3 -0
- package/lib/use-lunatic/reducer/reduce-go-to-page.js +52 -68
- package/lib/use-lunatic/reducer/reduce-go-to-page.js.map +1 -0
- package/lib/use-lunatic/reducer/reduce-handle-changes.d.ts +6 -0
- package/lib/use-lunatic/reducer/reduce-handle-changes.js +24 -0
- package/lib/use-lunatic/reducer/reduce-handle-changes.js.map +1 -0
- package/lib/use-lunatic/reducer/reducer.d.ts +3 -0
- package/lib/use-lunatic/reducer/reducer.js +19 -35
- package/lib/use-lunatic/reducer/reducer.js.map +1 -0
- package/lib/use-lunatic/reducer/reducerInitializer.d.ts +11 -0
- package/lib/use-lunatic/reducer/reducerInitializer.js +121 -0
- package/lib/use-lunatic/reducer/reducerInitializer.js.map +1 -0
- package/lib/use-lunatic/replace-component-sequence.d.ts +9 -0
- package/lib/use-lunatic/replace-component-sequence.js +12 -23
- package/lib/use-lunatic/replace-component-sequence.js.map +1 -0
- package/lib/use-lunatic/type.d.ts +165 -0
- package/lib/use-lunatic/type.js +2 -5
- package/lib/use-lunatic/type.js.map +1 -0
- package/lib/use-lunatic/use-lunatic.d.ts +56 -0
- package/lib/use-lunatic/use-lunatic.js +135 -214
- package/lib/use-lunatic/use-lunatic.js.map +1 -0
- package/lib/utils/array.d.ts +28 -0
- package/lib/utils/array.js +63 -102
- package/lib/utils/array.js.map +1 -0
- package/lib/utils/array.spec.js +39 -32
- package/lib/utils/array.spec.js.map +1 -0
- package/lib/utils/constants/alphabet.js +2 -7
- package/lib/utils/constants/alphabet.js.map +1 -0
- package/lib/utils/constants/features.d.ts +4 -0
- package/lib/utils/constants/features.js +5 -9
- package/lib/utils/constants/features.js.map +1 -0
- package/lib/utils/constants/index.js +6 -60
- package/lib/utils/constants/index.js.map +1 -0
- package/lib/utils/constants/links.js +3 -8
- package/lib/utils/constants/links.js.map +1 -0
- package/lib/utils/constants/missing.js +3 -8
- package/lib/utils/constants/missing.js.map +1 -0
- package/lib/utils/constants/variable-status.js +6 -11
- package/lib/utils/constants/variable-status.js.map +1 -0
- package/lib/utils/constants/variable-types.js +2 -7
- package/lib/utils/constants/variable-types.js.map +1 -0
- package/lib/utils/dom.js +16 -20
- package/lib/utils/dom.js.map +1 -0
- package/lib/utils/env.js +13 -17
- package/lib/utils/env.js.map +1 -0
- package/lib/utils/function.d.ts +5 -0
- package/lib/utils/function.js +20 -7
- package/lib/utils/function.js.map +1 -0
- package/lib/utils/is-element.js +5 -9
- package/lib/utils/is-element.js.map +1 -0
- package/lib/utils/is-object.js +4 -10
- package/lib/utils/is-object.js.map +1 -0
- package/lib/utils/logger.js +11 -39
- package/lib/utils/logger.js.map +1 -0
- package/lib/utils/number.js +23 -33
- package/lib/utils/number.js.map +1 -0
- package/lib/utils/number.spec.js +10 -11
- package/lib/utils/number.spec.js.map +1 -0
- package/lib/utils/object.d.ts +6 -0
- package/lib/utils/object.js +20 -31
- package/lib/utils/object.js.map +1 -0
- package/lib/utils/search/SearchInterface.d.ts +12 -0
- package/lib/utils/search/SearchInterface.js +2 -0
- package/lib/utils/search/SearchInterface.js.map +1 -0
- package/lib/utils/search/SearchMinisearch.d.ts +11 -0
- package/lib/utils/search/SearchMinisearch.js +40 -0
- package/lib/utils/search/SearchMinisearch.js.map +1 -0
- package/lib/utils/search/SuggestersDatabase.d.ts +15 -0
- package/lib/utils/search/SuggestersDatabase.js +37 -0
- package/lib/utils/search/SuggestersDatabase.js.map +1 -0
- package/lib/utils/search/melauto.d.ts +15 -0
- package/lib/utils/search/melauto.js +41 -0
- package/lib/utils/search/melauto.js.map +1 -0
- package/lib/utils/search/tokenizer.d.ts +14 -0
- package/lib/utils/search/tokenizer.js +57 -0
- package/lib/utils/search/tokenizer.js.map +1 -0
- package/lib/utils/to-number.js +10 -15
- package/lib/utils/to-number.js.map +1 -0
- package/lib/utils/variables.d.ts +13 -0
- package/lib/utils/variables.js +16 -23
- package/lib/utils/variables.js.map +1 -0
- package/lib/utils/variables.spec.js +75 -66
- package/lib/utils/variables.spec.js.map +1 -0
- package/lib/utils/vtl.js +76 -83
- package/lib/utils/vtl.js.map +1 -0
- package/package.json +54 -107
- package/README.fr.md +0 -186
- package/lib/components/CheckboxGroup/CheckboxGroup.scss +0 -13
- package/lib/components/CheckboxOne/CheckboxOne.scss +0 -19
- package/lib/components/Datepicker/Datepicker.scss +0 -19
- package/lib/components/Datepicker/__snapshots__/Datepicker.spec.tsx.snap +0 -166
- package/lib/components/Dropdown/Dropdown.scss +0 -38
- package/lib/components/Dropdown/__snapshots__/Dropdown.spec.tsx.snap +0 -85
- package/lib/components/Dropdown/helpers.js +0 -94
- package/lib/components/Duration/Duration.scss +0 -9
- package/lib/components/Input/Input.scss +0 -42
- package/lib/components/Input/__snapshots__/Input.spec.tsx.snap +0 -36
- package/lib/components/InputNumber/InputNumber.scss +0 -11
- package/lib/components/InputNumber/__snapshots__/InputNumber.spec.tsx.snap +0 -40
- package/lib/components/Radio/Radio.scss +0 -19
- package/lib/components/RosterForLoop/RosterForLoop.scss +0 -39
- package/lib/components/RosterForLoop/__snapshots__/RosterForLoop.spec.tsx.snap +0 -95
- package/lib/components/Roundabout/Roundabout.scss +0 -13
- package/lib/components/Sequence/Sequence.scss +0 -10
- package/lib/components/Suggester/Suggester.scss +0 -170
- package/lib/components/Suggester/SuggesterStatus.js +0 -46
- package/lib/components/Suggester/helpers.js +0 -50
- package/lib/components/Switch/switch.scss +0 -45
- package/lib/components/Textarea/Textarea.scss +0 -8
- package/lib/components/Textarea/__snapshots__/Textarea.spec.tsx.snap +0 -32
- package/lib/components/index.scss +0 -154
- package/lib/components/shared/Button/Button.scss +0 -24
- package/lib/components/shared/Button/IconButton.scss +0 -33
- package/lib/components/shared/Button/__snapshots__/Button.spec.tsx.snap +0 -80
- package/lib/components/shared/Checkbox/CheckboxOption.scss +0 -19
- package/lib/components/shared/Combobox/Combobox.scss +0 -206
- package/lib/components/shared/Combobox/Selection/__snapshots__/ComboboxSelection.spec.tsx.snap +0 -76
- package/lib/components/shared/ComponentErrors/ComponentErrors.scss +0 -5
- package/lib/components/shared/Declarations/Declarations.scss +0 -42
- package/lib/components/shared/Fieldset/Fieldset.scss +0 -5
- package/lib/components/shared/Icons/lunatic-icon.scss +0 -4
- package/lib/components/shared/Label/Label.scss +0 -6
- package/lib/components/shared/MDLabel/MDLabelLink.js +0 -75
- package/lib/components/shared/Missing/Missing.scss +0 -27
- package/lib/components/shared/ModalControls/ModalControls.scss +0 -48
- package/lib/components/shared/Radio/RadioGroup.scss +0 -21
- package/lib/components/shared/Table/Table.scss +0 -27
- package/lib/components/shared/VariableStatus/VariableStatus.js +0 -72
- package/lib/components/shared/VariableStatus/VariableStatus.scss +0 -39
- package/lib/components/shared/VariableStatus/VariableStatus.spec.js +0 -24
- package/lib/components/shared/VariableStatus/icons/edited.png +0 -0
- package/lib/components/shared/VariableStatus/icons/forced.png +0 -0
- package/lib/components/shared/suggester-loader-widget/dragger/dragger.js +0 -84
- package/lib/components/shared/suggester-loader-widget/dragger/dragger.scss +0 -8
- package/lib/components/shared/suggester-loader-widget/dragger/dragger.spec.js +0 -89
- package/lib/components/shared/suggester-loader-widget/dragger/index.js +0 -13
- package/lib/components/shared/suggester-loader-widget/index.js +0 -13
- package/lib/components/shared/suggester-loader-widget/is-network/index.js +0 -13
- package/lib/components/shared/suggester-loader-widget/is-network/is-network.js +0 -52
- package/lib/components/shared/suggester-loader-widget/is-network/is-network.spec.js +0 -34
- package/lib/components/shared/suggester-loader-widget/is-network/use-online-status.js +0 -45
- package/lib/components/shared/suggester-loader-widget/is-network/use-online-status.spec.js +0 -40
- package/lib/components/shared/suggester-loader-widget/loader-row.js +0 -103
- package/lib/components/shared/suggester-loader-widget/loader.js +0 -132
- package/lib/components/shared/suggester-loader-widget/progress.js +0 -40
- package/lib/components/shared/suggester-loader-widget/tools/action-tool.js +0 -29
- package/lib/components/shared/suggester-loader-widget/tools/index.js +0 -20
- package/lib/components/shared/suggester-loader-widget/tools/tools.js +0 -17
- package/lib/components/shared/suggester-loader-widget/widget-container.js +0 -43
- package/lib/components/shared/suggester-loader-widget/widget.js +0 -133
- package/lib/components/shared/suggester-loader-widget/widget.scss +0 -176
- package/lib/css/components/Button.scss +0 -24
- package/lib/css/components/CheckboxGroup.scss +0 -13
- package/lib/css/components/CheckboxOne.scss +0 -19
- package/lib/css/components/CheckboxOption.scss +0 -19
- package/lib/css/components/Combobox.scss +0 -206
- package/lib/css/components/ComponentErrors.scss +0 -5
- package/lib/css/components/Datepicker.scss +0 -19
- package/lib/css/components/Declarations.scss +0 -42
- package/lib/css/components/Dragger.scss +0 -8
- package/lib/css/components/Dropdown.scss +0 -38
- package/lib/css/components/Duration.scss +0 -9
- package/lib/css/components/Fieldset.scss +0 -5
- package/lib/css/components/IconButton.scss +0 -38
- package/lib/css/components/Input.scss +0 -42
- package/lib/css/components/InputNumber.scss +0 -11
- package/lib/css/components/Label.scss +0 -6
- package/lib/css/components/Missing.scss +0 -27
- package/lib/css/components/ModalControls.scss +0 -48
- package/lib/css/components/RadioGroup.scss +0 -21
- package/lib/css/components/RosterForLoop.scss +0 -39
- package/lib/css/components/Roundabout.scss +0 -13
- package/lib/css/components/Sequence.scss +0 -10
- package/lib/css/components/Suggester.scss +0 -170
- package/lib/css/components/SuggesterWidget.scss +0 -176
- package/lib/css/components/Table.scss +0 -27
- package/lib/css/components/Textarea.scss +0 -8
- package/lib/css/components/VariableStatus.scss +0 -36
- package/lib/css/main.scss +0 -181
- package/lib/hooks/use-ref-sync.js +0 -15
- package/lib/hooks/useSuggesterInfo.js +0 -69
- package/lib/insee.d.js +0 -1
- package/lib/src/components/CheckboxBoolean/CheckboxBoolean.d.ts +0 -11
- package/lib/src/components/CheckboxGroup/CheckboxGroup.d.ts +0 -11
- package/lib/src/components/CheckboxGroup/CustomCheckboxGroup.d.ts +0 -13
- package/lib/src/components/CheckboxOne/CheckboxOne.d.ts +0 -5
- package/lib/src/components/Datepicker/Datepicker.d.ts +0 -10
- package/lib/src/components/Dropdown/Dropdown.d.ts +0 -10
- package/lib/src/components/Dropdown/helpers.d.ts +0 -19
- package/lib/src/components/Duration/Duration.d.ts +0 -10
- package/lib/src/components/Input/Input.d.ts +0 -10
- package/lib/src/components/InputNumber/InputNumber.d.ts +0 -10
- package/lib/src/components/Loop/Loop.d.ts +0 -15
- package/lib/src/components/LunaticComponents.d.ts +0 -25
- package/lib/src/components/Radio/Radio.d.ts +0 -12
- package/lib/src/components/Sequence/Sequence.d.ts +0 -2
- package/lib/src/components/Subsequence/Subsequence.d.ts +0 -2
- package/lib/src/components/Suggester/CustomSuggester.d.ts +0 -29
- package/lib/src/components/Suggester/Suggester.d.ts +0 -2
- package/lib/src/components/Suggester/SuggesterNotification.d.ts +0 -10
- package/lib/src/components/Suggester/SuggesterStatus.d.ts +0 -23
- package/lib/src/components/Suggester/SuggesterType.d.ts +0 -6
- package/lib/src/components/Suggester/helpers.d.ts +0 -6
- package/lib/src/components/Switch/Switch.d.ts +0 -19
- package/lib/src/components/Textarea/Textarea.d.ts +0 -10
- package/lib/src/components/library.d.ts +0 -94
- package/lib/src/components/shared/Button/Button.d.ts +0 -11
- package/lib/src/components/shared/Checkbox/CheckboxOption.d.ts +0 -14
- package/lib/src/components/shared/Combobox/Combobox.d.ts +0 -21
- package/lib/src/components/shared/Combobox/ComboboxType.d.ts +0 -50
- package/lib/src/components/shared/Combobox/Panel/ComboboxPanel.d.ts +0 -5
- package/lib/src/components/shared/Combobox/Selection/ComboboxClearButton.d.ts +0 -9
- package/lib/src/components/shared/ComponentWrapper.d.ts +0 -26
- package/lib/src/components/shared/HOC/slottableComponent.d.ts +0 -105
- package/lib/src/components/shared/MDLabel/MDLabel.d.ts +0 -7
- package/lib/src/components/shared/MDLabel/MDLabelLink.d.ts +0 -8
- package/lib/src/components/shared/Missing/Missing.d.ts +0 -13
- package/lib/src/components/shared/ModalControls/ModalControls.d.ts +0 -10
- package/lib/src/components/shared/Radio/RadioGroup.d.ts +0 -22
- package/lib/src/components/shared/Table/TableHeader.d.ts +0 -2
- package/lib/src/components/shared/Table/Tbody.d.ts +0 -7
- package/lib/src/components/shared/Table/Td.d.ts +0 -11
- package/lib/src/components/shared/Table/Th.d.ts +0 -11
- package/lib/src/components/shared/Table/Thead.d.ts +0 -7
- package/lib/src/components/shared/Table/Tr.d.ts +0 -8
- package/lib/src/components/shared/VariableStatus/VariableStatus.d.ts +0 -6
- package/lib/src/components/shared/suggester-loader-widget/dragger/dragger.d.ts +0 -16
- package/lib/src/components/shared/suggester-loader-widget/dragger/index.d.ts +0 -1
- package/lib/src/components/shared/suggester-loader-widget/index.d.ts +0 -1
- package/lib/src/components/shared/suggester-loader-widget/is-network/index.d.ts +0 -1
- package/lib/src/components/shared/suggester-loader-widget/is-network/is-network.d.ts +0 -6
- package/lib/src/components/shared/suggester-loader-widget/is-network/is-network.spec.d.ts +0 -1
- package/lib/src/components/shared/suggester-loader-widget/is-network/use-online-status.d.ts +0 -2
- package/lib/src/components/shared/suggester-loader-widget/is-network/use-online-status.spec.d.ts +0 -1
- package/lib/src/components/shared/suggester-loader-widget/loader-row.d.ts +0 -11
- package/lib/src/components/shared/suggester-loader-widget/loader.d.ts +0 -13
- package/lib/src/components/shared/suggester-loader-widget/progress.d.ts +0 -7
- package/lib/src/components/shared/suggester-loader-widget/tools/action-tool.d.ts +0 -9
- package/lib/src/components/shared/suggester-loader-widget/tools/index.d.ts +0 -2
- package/lib/src/components/shared/suggester-loader-widget/tools/tools.d.ts +0 -3
- package/lib/src/components/shared/suggester-loader-widget/widget-container.d.ts +0 -8
- package/lib/src/components/shared/suggester-loader-widget/widget.d.ts +0 -15
- package/lib/src/components/type.d.ts +0 -275
- package/lib/src/hooks/use-track-changes.d.ts +0 -17
- package/lib/src/hooks/useSuggesterInfo.d.ts +0 -9
- package/lib/src/i18n/dictionary.d.ts +0 -41
- package/lib/src/i18n/index.d.ts +0 -7
- package/lib/src/index.d.ts +0 -13
- package/lib/src/use-lunatic/actions.d.ts +0 -117
- package/lib/src/use-lunatic/commons/check-loops.d.ts +0 -3
- package/lib/src/use-lunatic/commons/check-pager.d.ts +0 -5
- package/lib/src/use-lunatic/commons/compile-controls.d.ts +0 -9
- package/lib/src/use-lunatic/commons/compose.d.ts +0 -3
- package/lib/src/use-lunatic/commons/create-map-pages.d.ts +0 -7
- package/lib/src/use-lunatic/commons/execute-condition-filter.d.ts +0 -3
- package/lib/src/use-lunatic/commons/fill-components/fill-component-expressions.d.ts +0 -15
- package/lib/src/use-lunatic/commons/fill-components/fill-component-required.d.ts +0 -419
- package/lib/src/use-lunatic/commons/fill-components/fill-component-value.d.ts +0 -5
- package/lib/src/use-lunatic/commons/fill-components/fill-component-value.spec.d.ts +0 -1
- package/lib/src/use-lunatic/commons/fill-components/fill-components.d.ts +0 -23
- package/lib/src/use-lunatic/commons/fill-components/fill-from-state.d.ts +0 -827
- package/lib/src/use-lunatic/commons/fill-components/fill-iterations.d.ts +0 -122
- package/lib/src/use-lunatic/commons/fill-components/fill-management.d.ts +0 -6
- package/lib/src/use-lunatic/commons/fill-components/fill-missing-response.d.ts +0 -12
- package/lib/src/use-lunatic/commons/fill-components/fill-pagination.d.ts +0 -9
- package/lib/src/use-lunatic/commons/fill-components/fill-specific-expression.d.ts +0 -1200
- package/lib/src/use-lunatic/commons/fill-components/index.d.ts +0 -1
- package/lib/src/use-lunatic/commons/get-components-from-state.d.ts +0 -6
- package/lib/src/use-lunatic/commons/getOverview.d.ts +0 -19
- package/lib/src/use-lunatic/commons/index.d.ts +0 -9
- package/lib/src/use-lunatic/commons/is-First-last-page.d.ts +0 -6
- package/lib/src/use-lunatic/commons/page-navigation.d.ts +0 -7
- package/lib/src/use-lunatic/commons/page-tag.d.ts +0 -12
- package/lib/src/use-lunatic/commons/page.d.ts +0 -11
- package/lib/src/use-lunatic/commons/use-components-from-state.d.ts +0 -3
- package/lib/src/use-lunatic/commons/variables/behaviours/cleaning-behaviour.d.ts +0 -7
- package/lib/src/use-lunatic/commons/variables/behaviours/missing-behaviour.d.ts +0 -7
- package/lib/src/use-lunatic/commons/variables/behaviours/resizing-behaviour.d.ts +0 -7
- package/lib/src/use-lunatic/commons/variables/get-questionnaire-data.d.ts +0 -4
- package/lib/src/use-lunatic/commons/variables/lunatic-variables-store.d.ts +0 -86
- package/lib/src/use-lunatic/hooks/use-loop-variables.d.ts +0 -5
- package/lib/src/use-lunatic/hooks/use-page-has-response.d.ts +0 -6
- package/lib/src/use-lunatic/initial-state.d.ts +0 -3
- package/lib/src/use-lunatic/reducer/commons/auto-explore-loop.d.ts +0 -5
- package/lib/src/use-lunatic/reducer/commons/validate-condition-filter.d.ts +0 -6
- package/lib/src/use-lunatic/reducer/controls/check-base-control.d.ts +0 -2
- package/lib/src/use-lunatic/reducer/controls/check-roundabout-control.d.ts +0 -10
- package/lib/src/use-lunatic/reducer/index.d.ts +0 -1
- package/lib/src/use-lunatic/reducer/overview/overview-on-change.d.ts +0 -2
- package/lib/src/use-lunatic/reducer/overview/overview-on-init.d.ts +0 -107
- package/lib/src/use-lunatic/reducer/reduce-go-next-page.d.ts +0 -2
- package/lib/src/use-lunatic/reducer/reduce-go-previous-page.d.ts +0 -3
- package/lib/src/use-lunatic/reducer/reduce-go-to-page.d.ts +0 -4
- package/lib/src/use-lunatic/reducer/reduce-handle-change.d.ts +0 -6
- package/lib/src/use-lunatic/reducer/reduce-on-init.d.ts +0 -4
- package/lib/src/use-lunatic/reducer/reduce-on-set-waiting.d.ts +0 -4
- package/lib/src/use-lunatic/reducer/reduce-update-state.d.ts +0 -3
- package/lib/src/use-lunatic/reducer/reducer.d.ts +0 -4
- package/lib/src/use-lunatic/replace-component-sequence.d.ts +0 -29
- package/lib/src/use-lunatic/type-source.d.ts +0 -304
- package/lib/src/use-lunatic/type.d.ts +0 -148
- package/lib/src/use-lunatic/use-lunatic.d.ts +0 -589
- package/lib/src/use-lunatic/use-lunatic.test.d.ts +0 -1
- package/lib/src/use-lunatic/use-suggesters.d.ts +0 -20
- package/lib/src/utils/array.d.ts +0 -28
- package/lib/src/utils/constants/features.d.ts +0 -3
- package/lib/src/utils/function.d.ts +0 -4
- package/lib/src/utils/idb-tools/clear-store.d.ts +0 -2
- package/lib/src/utils/idb-tools/create-db-opener.d.ts +0 -13
- package/lib/src/utils/idb-tools/create-open-db.d.ts +0 -2
- package/lib/src/utils/idb-tools/get-entity.d.ts +0 -2
- package/lib/src/utils/idb-tools/get-idb.d.ts +0 -2
- package/lib/src/utils/idb-tools/idb-bulk-insert.d.ts +0 -16
- package/lib/src/utils/idb-tools/idb-types.d.ts +0 -16
- package/lib/src/utils/idb-tools/index.d.ts +0 -7
- package/lib/src/utils/idb-tools/insert-entity.d.ts +0 -2
- package/lib/src/utils/idb-tools/open-db.d.ts +0 -2
- package/lib/src/utils/idb-tools/open-or-create-db.d.ts +0 -2
- package/lib/src/utils/object.d.ts +0 -5
- package/lib/src/utils/store-tools/clear-store-data.d.ts +0 -2
- package/lib/src/utils/store-tools/clear-store-info.d.ts +0 -2
- package/lib/src/utils/store-tools/create/create.d.ts +0 -4
- package/lib/src/utils/store-tools/create/index.d.ts +0 -2
- package/lib/src/utils/store-tools/create/update-store-info.d.ts +0 -2
- package/lib/src/utils/store-tools/get-store-count.d.ts +0 -2
- package/lib/src/utils/store-tools/index.d.ts +0 -7
- package/lib/src/utils/store-tools/initStore.d.ts +0 -2
- package/lib/src/utils/store-tools/open-or-create-store.d.ts +0 -2
- package/lib/src/utils/store-tools/use-store-index.d.ts +0 -4
- package/lib/src/utils/suggester-workers/append-to-index/append.d.ts +0 -6
- package/lib/src/utils/suggester-workers/append-to-index/create-append-task.d.ts +0 -7
- package/lib/src/utils/suggester-workers/append-to-index/index.d.ts +0 -2
- package/lib/src/utils/suggester-workers/commons-tokenizer/prepare-string-indexation.d.ts +0 -2
- package/lib/src/utils/suggester-workers/create-worker.d.ts +0 -1
- package/lib/src/utils/suggester-workers/searching/compute-score.d.ts +0 -3
- package/lib/src/utils/suggester-workers/searching/meloto-order.d.ts +0 -25
- package/lib/src/utils/suggester-workers/worker-path.d.ts +0 -6
- package/lib/src/utils/variables.d.ts +0 -13
- package/lib/stories/behaviour/cleaning/cleaning.stories.js +0 -90
- package/lib/stories/behaviour/cleaning/source-loop.json +0 -130
- package/lib/stories/behaviour/cleaning/source.json +0 -151
- package/lib/stories/behaviour/controls/V2_Controles_BouclesLiees2_PasPageFin.json +0 -709
- package/lib/stories/behaviour/controls/boucles-n.json +0 -202
- package/lib/stories/behaviour/controls/controls-externes.json +0 -75
- package/lib/stories/behaviour/controls/controls-externes.stories.js +0 -60
- package/lib/stories/behaviour/controls/controls.stories.js +0 -98
- package/lib/stories/behaviour/controls/loop.json +0 -130
- package/lib/stories/behaviour/controls/simple-numeric.json +0 -1966
- package/lib/stories/behaviour/controls/simple.json +0 -666
- package/lib/stories/behaviour/missing/missing.stories.js +0 -90
- package/lib/stories/behaviour/missing/source.json +0 -822
- package/lib/stories/behaviour/others/V2_DeclarationsSimples.json +0 -964
- package/lib/stories/behaviour/others/V2_MinMaxSum_Boucles.json +0 -509
- package/lib/stories/behaviour/others/V2_QuestSimple_Boucles.json +0 -4354
- package/lib/stories/behaviour/others/V2_TCMRallyeGames.json +0 -2892
- package/lib/stories/behaviour/others/test-dylan.json +0 -558
- package/lib/stories/behaviour/others/test.stories.js +0 -87
- package/lib/stories/behaviour/paste/source.json +0 -44949
- package/lib/stories/behaviour/paste/test.stories.js +0 -83
- package/lib/stories/behaviour/performance/performance.stories.js +0 -47
- package/lib/stories/behaviour/performance/source.json +0 -172
- package/lib/stories/behaviour/resizing/resizing.stories.js +0 -90
- package/lib/stories/behaviour/resizing/source-resizing-cleaning.json +0 -171
- package/lib/stories/behaviour/resizing/source.json +0 -789
- package/lib/stories/behaviour/slots.stories.js +0 -64
- package/lib/stories/checkbox-boolean/checkboxBoolean.stories.js +0 -32
- package/lib/stories/checkbox-boolean/source.json +0 -58
- package/lib/stories/checkbox-group/checkbox-group.stories.js +0 -46
- package/lib/stories/checkbox-group/source.json +0 -402
- package/lib/stories/checkbox-group/sourceLoop.json +0 -83
- package/lib/stories/checkbox-one/checkboxOne.stories.js +0 -41
- package/lib/stories/checkbox-one/source.json +0 -52
- package/lib/stories/date-picker/data.json +0 -3
- package/lib/stories/date-picker/datepicker.stories.js +0 -38
- package/lib/stories/date-picker/source.json +0 -65
- package/lib/stories/declaration/data.json +0 -1
- package/lib/stories/declaration/input.stories.js +0 -34
- package/lib/stories/declaration/source.json +0 -84
- package/lib/stories/disabled/data.json +0 -32
- package/lib/stories/disabled/disabled.stories.js +0 -34
- package/lib/stories/disabled/source.json +0 -382
- package/lib/stories/dropdown/data.json +0 -16
- package/lib/stories/dropdown/dropdown.stories.js +0 -37
- package/lib/stories/dropdown/source.json +0 -141
- package/lib/stories/duration/duration.stories.js +0 -38
- package/lib/stories/duration/mois.json +0 -32
- package/lib/stories/duration/time.json +0 -32
- package/lib/stories/filter-description/filter-description.stories.js +0 -47
- package/lib/stories/filter-description/source-options.json +0 -81
- package/lib/stories/filter-description/source.json +0 -12
- package/lib/stories/input/data.json +0 -1
- package/lib/stories/input/input.stories.js +0 -34
- package/lib/stories/input/source.json +0 -35
- package/lib/stories/input-number/input-number.stories.js +0 -32
- package/lib/stories/input-number/source.json +0 -31
- package/lib/stories/loop/loop.stories.js +0 -46
- package/lib/stories/loop/roster-for-loop.stories.js +0 -126
- package/lib/stories/loop/source-bloc.json +0 -85
- package/lib/stories/loop/source-paginated.json +0 -113
- package/lib/stories/loop/source-roster.json +0 -114
- package/lib/stories/loop/source-with-header.json +0 -127
- package/lib/stories/markdown/markdown.stories.js +0 -32
- package/lib/stories/markdown/source.json +0 -40
- package/lib/stories/overview/data.json +0 -1
- package/lib/stories/overview/overview.stories.js +0 -35
- package/lib/stories/overview/source.json +0 -28
- package/lib/stories/overview/sourceWithHierarchy.json +0 -6298
- package/lib/stories/pairwise/data.json +0 -12
- package/lib/stories/pairwise/pairwise-links.stories.js +0 -134
- package/lib/stories/pairwise/source.json +0 -266
- package/lib/stories/question/question.stories.js +0 -28
- package/lib/stories/question/source.json +0 -220
- package/lib/stories/questionnaires/logement/data.json +0 -2686
- package/lib/stories/questionnaires/logement/logement.stories.js +0 -72
- package/lib/stories/questionnaires/logement/source-sequence.json +0 -34181
- package/lib/stories/questionnaires/logement/source-sum.json +0 -31806
- package/lib/stories/questionnaires/logement/source.json +0 -34191
- package/lib/stories/questionnaires/recensement/data.json +0 -12
- package/lib/stories/questionnaires/recensement/recensement.stories.js +0 -50
- package/lib/stories/questionnaires/recensement/source.json +0 -15190
- package/lib/stories/questionnaires/rp/data.json +0 -5
- package/lib/stories/questionnaires/rp/rp.stories.js +0 -35
- package/lib/stories/questionnaires/rp/source.json +0 -262
- package/lib/stories/questionnaires/simpsons/simpsons.stories.js +0 -547
- package/lib/stories/questionnaires/simpsons/source.json +0 -6296
- package/lib/stories/questionnaires2023/bySequence/source.json +0 -5054
- package/lib/stories/questionnaires2023/bySequence/ticWeb.stories.js +0 -62
- package/lib/stories/questionnaires2023/famille/famille.stories.js +0 -62
- package/lib/stories/questionnaires2023/famille/source.json +0 -50344
- package/lib/stories/questionnaires2023/simpsons/simpsons.stories.js +0 -62
- package/lib/stories/questionnaires2023/simpsons/source.json +0 -5176
- package/lib/stories/questionnaires2023/ticTel/source.json +0 -12888
- package/lib/stories/questionnaires2023/ticTel/ticWeb.stories.js +0 -62
- package/lib/stories/questionnaires2023/ticWeb/source.json +0 -11331
- package/lib/stories/questionnaires2023/ticWeb/ticWeb.stories.js +0 -62
- package/lib/stories/radio/radio.stories.js +0 -41
- package/lib/stories/radio/source.json +0 -51
- package/lib/stories/roundabout/data1.json +0 -25
- package/lib/stories/roundabout/data2.json +0 -25
- package/lib/stories/roundabout/roundabout.stories.js +0 -42
- package/lib/stories/roundabout/source.json +0 -286
- package/lib/stories/sequence/sequence.stories.js +0 -38
- package/lib/stories/sequence/source-declarations.json +0 -40
- package/lib/stories/sequence/source.json +0 -17
- package/lib/stories/suggester/SuggesterNotification.js +0 -26
- package/lib/stories/suggester/fakeReferentiel.json +0 -12
- package/lib/stories/suggester/source-option-responses.json +0 -145
- package/lib/stories/suggester/source.json +0 -398
- package/lib/stories/suggester/suggester-workers.stories.js +0 -249
- package/lib/stories/suggester/suggester.stories.js +0 -81
- package/lib/stories/summary/data.json +0 -32
- package/lib/stories/summary/source.json +0 -368
- package/lib/stories/summary/summary.stories.js +0 -35
- package/lib/stories/switch/README.md +0 -31
- package/lib/stories/switch/data-forced.json +0 -48
- package/lib/stories/switch/source.json +0 -80
- package/lib/stories/switch/switch.stories.js +0 -32
- package/lib/stories/table/data-roster.json +0 -1
- package/lib/stories/table/data.json +0 -1
- package/lib/stories/table/source-colspan.json +0 -314
- package/lib/stories/table/source-roster.json +0 -513
- package/lib/stories/table/source.json +0 -31
- package/lib/stories/table/table-dynamique.json +0 -67
- package/lib/stories/table/table.stories.js +0 -54
- package/lib/stories/textarea/data.json +0 -1
- package/lib/stories/textarea/source.json +0 -35
- package/lib/stories/textarea/textarea.stories.js +0 -34
- package/lib/stories/utils/custom-lunatic.scss +0 -28
- package/lib/stories/utils/default-arg-types.js +0 -21
- package/lib/stories/utils/options.js +0 -28
- package/lib/stories/utils/orchestrator.js +0 -319
- package/lib/stories/utils/orchestrator.scss +0 -54
- package/lib/stories/utils/overview.js +0 -53
- package/lib/stories/utils/overview.scss +0 -30
- package/lib/stories/utils/referentiel.js +0 -33
- package/lib/stories/utils/waiting/index.js +0 -13
- package/lib/stories/utils/waiting/preloader.svg +0 -1
- package/lib/stories/utils/waiting/waiting.js +0 -32
- package/lib/stories/utils/waiting/waiting.scss +0 -21
- package/lib/test.d.js +0 -3
- package/lib/use-lunatic/commons/fill-components/fill-component-required.js +0 -23
- package/lib/use-lunatic/commons/fill-components/fill-component-value.js +0 -46
- package/lib/use-lunatic/commons/fill-components/fill-component-value.spec.js +0 -67
- package/lib/use-lunatic/commons/fill-components/fill-from-state.js +0 -38
- package/lib/use-lunatic/commons/fill-components/fill-iterations.js +0 -45
- package/lib/use-lunatic/commons/fill-components/fill-management.js +0 -22
- package/lib/use-lunatic/commons/fill-components/fill-missing-response.js +0 -29
- package/lib/use-lunatic/commons/fill-components/fill-pagination.js +0 -23
- package/lib/use-lunatic/commons/fill-components/fill-specific-expression.js +0 -162
- package/lib/use-lunatic/commons/fill-components/index.js +0 -13
- package/lib/use-lunatic/commons/getOverview.js +0 -39
- package/lib/use-lunatic/commons/use-components-from-state.js +0 -28
- package/lib/use-lunatic/initial-state.js +0 -54
- package/lib/use-lunatic/reducer/index.js +0 -13
- package/lib/use-lunatic/reducer/overview/overview-on-change.js +0 -48
- package/lib/use-lunatic/reducer/overview/overview-on-init.js +0 -106
- package/lib/use-lunatic/reducer/reduce-handle-change.js +0 -29
- package/lib/use-lunatic/reducer/reduce-on-init.js +0 -148
- package/lib/use-lunatic/reducer/reduce-on-set-waiting.js +0 -20
- package/lib/use-lunatic/reducer/reduce-update-state.js +0 -22
- package/lib/use-lunatic/type-source.js +0 -5
- package/lib/use-lunatic/use-lunatic.test.js +0 -352
- package/lib/use-lunatic/use-suggesters.js +0 -178
- package/lib/utils/idb-tools/clear-store.js +0 -39
- package/lib/utils/idb-tools/create-db-opener.js +0 -53
- package/lib/utils/idb-tools/create-open-db.js +0 -28
- package/lib/utils/idb-tools/get-entity.js +0 -20
- package/lib/utils/idb-tools/get-idb.js +0 -12
- package/lib/utils/idb-tools/idb-bulk-insert.js +0 -126
- package/lib/utils/idb-tools/idb-types.js +0 -5
- package/lib/utils/idb-tools/index.js +0 -64
- package/lib/utils/idb-tools/insert-entity.js +0 -20
- package/lib/utils/idb-tools/open-db.js +0 -24
- package/lib/utils/idb-tools/open-or-create-db.js +0 -43
- package/lib/utils/store-tools/clear-store-data.js +0 -32
- package/lib/utils/store-tools/clear-store-info.js +0 -32
- package/lib/utils/store-tools/create/create.js +0 -50
- package/lib/utils/store-tools/create/index.js +0 -20
- package/lib/utils/store-tools/create/update-store-info.js +0 -26
- package/lib/utils/store-tools/get-store-count.js +0 -23
- package/lib/utils/store-tools/index.js +0 -54
- package/lib/utils/store-tools/initStore.js +0 -57
- package/lib/utils/store-tools/open-or-create-store.js +0 -51
- package/lib/utils/store-tools/use-store-index.js +0 -57
- package/lib/utils/suggester-workers/append-to-index/append.js +0 -78
- package/lib/utils/suggester-workers/append-to-index/append.worker.js +0 -32
- package/lib/utils/suggester-workers/append-to-index/create-append-task.js +0 -70
- package/lib/utils/suggester-workers/append-to-index/index.js +0 -20
- package/lib/utils/suggester-workers/append-to-index/prepare-entities.js +0 -87
- package/lib/utils/suggester-workers/append-to-index/store-messages.js +0 -44
- package/lib/utils/suggester-workers/commons-tokenizer/create-entity-tokenizer.js +0 -53
- package/lib/utils/suggester-workers/commons-tokenizer/create-fields-tokenizer.js +0 -76
- package/lib/utils/suggester-workers/commons-tokenizer/create-filter-stop-words.js +0 -35
- package/lib/utils/suggester-workers/commons-tokenizer/filters/compose-filters.js +0 -20
- package/lib/utils/suggester-workers/commons-tokenizer/filters/create-filter-stop-words.js +0 -35
- package/lib/utils/suggester-workers/commons-tokenizer/filters/create-filter-stop-words.spec.js +0 -15
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-accents.js +0 -18
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-accents.spec.js +0 -17
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-double.js +0 -24
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-double.spec.js +0 -24
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-length.js +0 -14
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-length.spec.js +0 -24
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-stemmer.js +0 -22
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-stemmer.spec.js +0 -17
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-synonyms.js +0 -52
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-synonyms.spec.js +0 -13
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-to-lower.js +0 -15
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-to-lower.spec.js +0 -15
- package/lib/utils/suggester-workers/commons-tokenizer/filters/index.js +0 -20
- package/lib/utils/suggester-workers/commons-tokenizer/filters/stop-words.js +0 -8
- package/lib/utils/suggester-workers/commons-tokenizer/get-regexp-from-pattern.js +0 -13
- package/lib/utils/suggester-workers/commons-tokenizer/get-stemmer.js +0 -22
- package/lib/utils/suggester-workers/commons-tokenizer/get-stemmer.spec.js +0 -11
- package/lib/utils/suggester-workers/commons-tokenizer/index.js +0 -69
- package/lib/utils/suggester-workers/commons-tokenizer/prepare-string-indexation.js +0 -17
- package/lib/utils/suggester-workers/commons-tokenizer/prepare-string-indexation.spec.js +0 -10
- package/lib/utils/suggester-workers/commons-tokenizer/soft-tokenizer.js +0 -11
- package/lib/utils/suggester-workers/create-worker.js +0 -60
- package/lib/utils/suggester-workers/find-best-label/find-best-label.js +0 -62
- package/lib/utils/suggester-workers/find-best-label/find-best-label.worker.js +0 -53
- package/lib/utils/suggester-workers/find-best-label/index.js +0 -1
- package/lib/utils/suggester-workers/find-best-label/tokenize.js +0 -44
- package/lib/utils/suggester-workers/find-best-label/tokenize.spec.js +0 -25
- package/lib/utils/suggester-workers/searching/compute-score.js +0 -30
- package/lib/utils/suggester-workers/searching/get-db.js +0 -47
- package/lib/utils/suggester-workers/searching/index.js +0 -13
- package/lib/utils/suggester-workers/searching/meloto-order.js +0 -54
- package/lib/utils/suggester-workers/searching/meloto-order.spec.js +0 -67
- package/lib/utils/suggester-workers/searching/order/create-alphanumeric-orderer.js +0 -27
- package/lib/utils/suggester-workers/searching/order/index.js +0 -24
- package/lib/utils/suggester-workers/searching/query-parser/index.js +0 -20
- package/lib/utils/suggester-workers/searching/query-parser/query-parser-soft.js +0 -11
- package/lib/utils/suggester-workers/searching/query-parser/query-parser-soft.spec.js +0 -27
- package/lib/utils/suggester-workers/searching/query-parser/query-parser-tokenized.js +0 -34
- package/lib/utils/suggester-workers/searching/resolve-query-parser.js +0 -56
- package/lib/utils/suggester-workers/searching/search-in-index.js +0 -21
- package/lib/utils/suggester-workers/searching/searching.js +0 -150
- package/lib/utils/suggester-workers/searching/searching.worker.js +0 -26
- package/lib/utils/suggester-workers/worker-path.js +0 -29
- package/scripts/build/add-workers-to-public.js +0 -44
- package/scripts/build/workers-paths.js +0 -53
- package/workers-release/lunatic-append-worker-0.3.0.js +0 -2
- package/workers-release/lunatic-append-worker-0.3.0.js.LICENSE.txt +0 -24
- package/workers-release/lunatic-label-worker-0.3.0.js +0 -2
- package/workers-release/lunatic-label-worker-0.3.0.js.LICENSE.txt +0 -13
- package/workers-release/lunatic-search-worker-0.3.0.js +0 -2
- package/workers-release/lunatic-search-worker-0.3.0.js.LICENSE.txt +0 -24
- /package/lib/{src/components → components}/CheckboxBoolean/CheckboxBoolean.spec.d.ts +0 -0
- /package/lib/{src/components → components}/CheckboxGroup/CustomCheckboxGroup.spec.d.ts +0 -0
- /package/lib/{src/components → components}/CheckboxOne/CheckboxOne.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Datepicker/Datepicker.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Datepicker/DatepickerField.d.ts +0 -0
- /package/lib/{src/components → components}/Dropdown/Dropdown.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Dropdown/renderer/SimpleLabelRenderer.d.ts +0 -0
- /package/lib/{src/components → components}/Dropdown/renderer/SimpleOptionRenderer.d.ts +0 -0
- /package/lib/{src/components → components}/Duration/durationUtils.d.ts +0 -0
- /package/lib/{src/components → components}/Duration/formatDuration.d.ts +0 -0
- /package/lib/{src/components → components}/Duration/formatDuration.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Duration/getDurationFromValue.d.ts +0 -0
- /package/lib/{src/components → components}/FilterDescription/FilterDescription.d.ts +0 -0
- /package/lib/{src/components → components}/FilterDescription/FilterDescription.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Input/Input.spec.d.ts +0 -0
- /package/lib/{src/components → components}/InputNumber/InputNumber.spec.d.ts +0 -0
- /package/lib/{src/components → components}/InputNumber/InputNumberThousand.d.ts +0 -0
- /package/lib/{src/components → components}/Loop/constant.d.ts +0 -0
- /package/lib/{src/components → components}/PairwiseLinks/PairwiseLinks.d.ts +0 -0
- /package/lib/{src/components → components}/Question/Question.d.ts +0 -0
- /package/lib/{src/components → components}/RosterForLoop/RosterForLoop.d.ts +0 -0
- /package/lib/{src/components → components}/RosterForLoop/RosterForLoop.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/CustomRoundabout.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/Roundabout.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/RoundaboutItButton.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/RoundaboutItButton.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/RoundaboutRedirect.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/extra.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/redirect.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/roundabout.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Subsequence/Subsequence.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Summary/Summary.d.ts +0 -0
- /package/lib/{src/components → components}/Table/Table.d.ts +0 -0
- /package/lib/{src/components → components}/Textarea/Textarea.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Button/Button.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Button/IconButton.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Button/IconButton.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Checkbox/CheckboxOption.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Checkbox/getShortcutKey.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Combobox.stories.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/ComboboxContainer.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/ComboboxContainer.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/ComboboxContent.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/ComboboxContentBox.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOption.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOption.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOptionContainer.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOptionContainer.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxPanel.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxPanelContainer.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxPanelContainer.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxClearButton.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxInput.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxLabelSelection.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxLabelSelection.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxSelection.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxSelection.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/constants.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/index.d.ts +0 -0
- /package/lib/{src/components → components}/shared/ComponentErrors/ComponentErrors.d.ts +0 -0
- /package/lib/{src/components → components}/shared/ComponentErrors/ComponentErrors.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Declarations/Declarations.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Declarations/Declarations.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Fieldset/Fieldset.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Fieldset/Fieldset.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/checkbox-checked-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/checkbox-unchecked-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/closed-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/cross-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/icon-props.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/index.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/load-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/lunatic-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/network-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/on-drag-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/opened-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/radio-checked-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/radio-unchecked-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Label/Label.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Label/Label.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/LabelDescription.d.ts +0 -0
- /package/lib/{src/components → components}/shared/MDLabel/MDLabel.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/MDLabel/RouterLink.d.ts +0 -0
- /package/lib/{src/components → components}/shared/MDLabel/generateUniqueId.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Missing/Missing.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/ModalControls/ModalControls.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Notification.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Radio/RadioOption.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Radio/RadioOption.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Table.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Table.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Tbody.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Td.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Th.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Thead.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Tr.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/index.d.ts +0 -0
- /package/lib/{src/constants → constants}/component-types.d.ts +0 -0
- /package/lib/{src/constants → constants}/declarations.d.ts +0 -0
- /package/lib/{src/constants → constants}/event-types.d.ts +0 -0
- /package/lib/{src/constants → constants}/index.d.ts +0 -0
- /package/lib/{src/constants → constants}/indexedDBStore.d.ts +0 -0
- /package/lib/{src/constants → constants}/supported-preferences.d.ts +0 -0
- /package/lib/{src/constants → constants}/value-types.d.ts +0 -0
- /package/lib/{src/constants → constants}/variable-types.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/use-auto-focus.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/use-why-render.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useDocumentEvent.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useListKeyboardHandler.d.ts +0 -0
- /package/lib/{src/hooks/use-ref-sync.d.ts → hooks/useRefSync.d.ts} +0 -0
- /package/lib/{src/i18n → i18n}/build-dictionary.d.ts +0 -0
- /package/lib/{src/i18n → i18n}/inputNumberProps.d.ts +0 -0
- /package/lib/{components/Suggester/icons → icons}/alert-icon.svg +0 -0
- /package/lib/{components/Suggester/icons → icons}/wait-icon.svg +0 -0
- /package/lib/{components/Suggester/icons → icons}/warn-icon.svg +0 -0
- /package/lib/{src/type.utils.d.ts → type.utils.d.ts} +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/component.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/fill-components/fill-component-expressions.spec.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/get-compatible-vtl-expression.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/is-paginated-loop.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/is-roundabout.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/page-navigation.spec.d.ts +0 -0
- /package/lib/{src/components/shared/VariableStatus/VariableStatus.spec.d.ts → use-lunatic/commons/page-tag.spec.d.ts} +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/variables/lunatic-variables-store.spec.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/index.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/lunatic-context.d.ts +0 -0
- /package/lib/{src/components/shared/suggester-loader-widget/dragger/dragger.spec.d.ts → use-lunatic/props/propValue.spec.d.ts} +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/reducer/commons/index.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/reducer/commons/resize-array-variable.d.ts +0 -0
- /package/lib/{src/utils → utils}/array.spec.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/alphabet.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/index.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/links.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/missing.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/variable-status.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/variable-types.d.ts +0 -0
- /package/lib/{src/utils → utils}/dom.d.ts +0 -0
- /package/lib/{src/utils → utils}/env.d.ts +0 -0
- /package/lib/{src/utils → utils}/is-element.d.ts +0 -0
- /package/lib/{src/utils → utils}/is-object.d.ts +0 -0
- /package/lib/{src/utils → utils}/logger.d.ts +0 -0
- /package/lib/{src/utils → utils}/number.d.ts +0 -0
- /package/lib/{src/utils → utils}/number.spec.d.ts +0 -0
- /package/lib/{src/utils → utils}/to-number.d.ts +0 -0
- /package/lib/{src/utils → utils}/variables.spec.d.ts +0 -0
- /package/lib/{src/utils → utils}/vtl.d.ts +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/*! For license information please see lunatic-search-worker-0.3.0.js.LICENSE.txt */
|
|
2
|
-
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var r=t();for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(()=>(()=>{var e={15973:(e,t,r)=>{var n=r(41929);e.exports=function(e,t){if(!Array.isArray(e))throw new Error("expected the first argument to be an array");var r=e.length;if(0===r)return null;if(1==(t=n(t)?+t:1))return e[r-1];for(var i=new Array(t);t--;)i[t]=e[--r];return i}},41929:e=>{"use strict";e.exports=function(e){var t=typeof e;if("string"===t||e instanceof String){if(!e.trim())return!1}else if("number"!==t&&!(e instanceof Number))return!1;return e-e+1>=0}},45228:e=>{"use strict";e.exports=Object.assign||function(e,t){for(var r,n,i=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),o=1;o<arguments.length;o++){r=arguments[o],n=Object.keys(Object(r));for(var a=0;a<n.length;a++)i[n[a]]=r[n[a]]}return i}},28875:(e,t,r)=>{"use strict";var n;if(!Object.keys){var i=Object.prototype.hasOwnProperty,o=Object.prototype.toString,a=r(1093),c=Object.prototype.propertyIsEnumerable,s=!c.call({toString:null},"toString"),u=c.call((function(){}),"prototype"),f=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],l=function(e){var t=e.constructor;return t&&t.prototype===e},w={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},h=function(){if("undefined"==typeof window)return!1;for(var e in window)try{if(!w["$"+e]&&i.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{l(window[e])}catch(e){return!0}}catch(e){return!0}return!1}();n=function(e){var t=null!==e&&"object"==typeof e,r="[object Function]"===o.call(e),n=a(e),c=t&&"[object String]"===o.call(e),w=[];if(!t&&!r&&!n)throw new TypeError("Object.keys called on a non-object");var v=u&&r;if(c&&e.length>0&&!i.call(e,0))for(var p=0;p<e.length;++p)w.push(String(p));if(n&&e.length>0)for(var d=0;d<e.length;++d)w.push(String(d));else for(var g in e)v&&"prototype"===g||!i.call(e,g)||w.push(String(g));if(s)for(var b=function(e){if("undefined"==typeof window||!h)return l(e);try{return l(e)}catch(e){return!1}}(e),y=0;y<f.length;++y)b&&"constructor"===f[y]||!i.call(e,f[y])||w.push(f[y]);return w}}e.exports=n},1189:(e,t,r)=>{"use strict";var n=Array.prototype.slice,i=r(1093),o=Object.keys,a=o?function(e){return o(e)}:r(28875),c=Object.keys;a.shim=function(){if(Object.keys){var e=function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2);e||(Object.keys=function(e){return i(e)?c(n.call(e)):c(e)})}else Object.keys=a;return Object.keys||a},e.exports=a},1093:e=>{"use strict";var t=Object.prototype.toString;e.exports=function(e){var r=t.call(e),n="[object Arguments]"===r;return n||(n="[object Array]"!==r&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===t.call(e.callee)),n}},23287:e=>{"use strict";e.exports=function(e){for(var t=Object.keys(e),r=[],n=0;n<t.length;n++)r.push(e[t[n]]);return r}},7452:e=>{var t=function(e){"use strict";var t,r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(e,t,r){e[t]=r.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",s=o.toStringTag||"@@toStringTag";function u(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,r){return e[t]=r}}function f(e,t,r,n){var o=t&&t.prototype instanceof g?t:g,a=Object.create(o.prototype),c=new R(n||[]);return i(a,"_invoke",{value:O(e,r,c)}),a}function l(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}e.wrap=f;var w="suspendedStart",h="suspendedYield",v="executing",p="completed",d={};function g(){}function b(){}function y(){}var m={};u(m,a,(function(){return this}));var _=Object.getPrototypeOf,k=_&&_(_(T([])));k&&k!==r&&n.call(k,a)&&(m=k);var x=y.prototype=g.prototype=Object.create(m);function E(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){function r(i,o,a,c){var s=l(e[i],e,o);if("throw"!==s.type){var u=s.arg,f=u.value;return f&&"object"==typeof f&&n.call(f,"__await")?t.resolve(f.__await).then((function(e){r("next",e,a,c)}),(function(e){r("throw",e,a,c)})):t.resolve(f).then((function(e){u.value=e,a(u)}),(function(e){return r("throw",e,a,c)}))}c(s.arg)}var o;i(this,"_invoke",{value:function(e,n){function i(){return new t((function(t,i){r(e,n,t,i)}))}return o=o?o.then(i,i):i()}})}function O(e,t,r){var n=w;return function(i,o){if(n===v)throw new Error("Generator is already running");if(n===p){if("throw"===i)throw o;return L()}for(r.method=i,r.arg=o;;){var a=r.delegate;if(a){var c=A(a,r);if(c){if(c===d)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===w)throw n=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=v;var s=l(e,t,r);if("normal"===s.type){if(n=r.done?p:h,s.arg===d)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n=p,r.method="throw",r.arg=s.arg)}}}function A(e,r){var n=r.method,i=e.iterator[n];if(i===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,A(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),d;var o=l(i,e.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,d;var a=o.arg;return a?a.done?(r[e.resultName]=a.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,d):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,d)}function j(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function I(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function R(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(j,this),this.reset(!0)}function T(e){if(e){var r=e[a];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function r(){for(;++i<e.length;)if(n.call(e,i))return r.value=e[i],r.done=!1,r;return r.value=t,r.done=!0,r};return o.next=o}}return{next:L}}function L(){return{value:t,done:!0}}return b.prototype=y,i(x,"constructor",{value:y,configurable:!0}),i(y,"constructor",{value:b,configurable:!0}),b.displayName=u(y,s,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===b||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,u(e,s,"GeneratorFunction")),e.prototype=Object.create(x),e},e.awrap=function(e){return{__await:e}},E(S.prototype),u(S.prototype,c,(function(){return this})),e.AsyncIterator=S,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var a=new S(f(t,r,n,i),o);return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},E(x),u(x,s,"Generator"),u(x,a,(function(){return this})),u(x,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=T,R.prototype={constructor:R,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(I),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function i(n,i){return c.type="throw",c.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],c=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(s&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,d):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),d},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),I(r),d}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var i=n.arg;I(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:T(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),d}},e}(e.exports);try{regeneratorRuntime=t}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}},70731:e=>{var t={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",Ấ:"A",Ắ:"A",Ẳ:"A",Ẵ:"A",Ặ:"A",Æ:"AE",Ầ:"A",Ằ:"A",Ȃ:"A",Ç:"C",Ḉ:"C",È:"E",É:"E",Ê:"E",Ë:"E",Ế:"E",Ḗ:"E",Ề:"E",Ḕ:"E",Ḝ:"E",Ȇ:"E",Ì:"I",Í:"I",Î:"I",Ï:"I",Ḯ:"I",Ȋ:"I",Ð:"D",Ñ:"N",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",Ố:"O",Ṍ:"O",Ṓ:"O",Ȏ:"O",Ù:"U",Ú:"U",Û:"U",Ü:"U",Ý:"Y",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",ấ:"a",ắ:"a",ẳ:"a",ẵ:"a",ặ:"a",æ:"ae",ầ:"a",ằ:"a",ȃ:"a",ç:"c",ḉ:"c",è:"e",é:"e",ê:"e",ë:"e",ế:"e",ḗ:"e",ề:"e",ḕ:"e",ḝ:"e",ȇ:"e",ì:"i",í:"i",î:"i",ï:"i",ḯ:"i",ȋ:"i",ð:"d",ñ:"n",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",ố:"o",ṍ:"o",ṓ:"o",ȏ:"o",ù:"u",ú:"u",û:"u",ü:"u",ý:"y",ÿ:"y",Ā:"A",ā:"a",Ă:"A",ă:"a",Ą:"A",ą:"a",Ć:"C",ć:"c",Ĉ:"C",ĉ:"c",Ċ:"C",ċ:"c",Č:"C",č:"c",C̆:"C",c̆:"c",Ď:"D",ď:"d",Đ:"D",đ:"d",Ē:"E",ē:"e",Ĕ:"E",ĕ:"e",Ė:"E",ė:"e",Ę:"E",ę:"e",Ě:"E",ě:"e",Ĝ:"G",Ǵ:"G",ĝ:"g",ǵ:"g",Ğ:"G",ğ:"g",Ġ:"G",ġ:"g",Ģ:"G",ģ:"g",Ĥ:"H",ĥ:"h",Ħ:"H",ħ:"h",Ḫ:"H",ḫ:"h",Ĩ:"I",ĩ:"i",Ī:"I",ī:"i",Ĭ:"I",ĭ:"i",Į:"I",į:"i",İ:"I",ı:"i",IJ:"IJ",ij:"ij",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",Ḱ:"K",ḱ:"k",K̆:"K",k̆:"k",Ĺ:"L",ĺ:"l",Ļ:"L",ļ:"l",Ľ:"L",ľ:"l",Ŀ:"L",ŀ:"l",Ł:"l",ł:"l",Ḿ:"M",ḿ:"m",M̆:"M",m̆:"m",Ń:"N",ń:"n",Ņ:"N",ņ:"n",Ň:"N",ň:"n",ʼn:"n",N̆:"N",n̆:"n",Ō:"O",ō:"o",Ŏ:"O",ŏ:"o",Ő:"O",ő:"o",Œ:"OE",œ:"oe",P̆:"P",p̆:"p",Ŕ:"R",ŕ:"r",Ŗ:"R",ŗ:"r",Ř:"R",ř:"r",R̆:"R",r̆:"r",Ȓ:"R",ȓ:"r",Ś:"S",ś:"s",Ŝ:"S",ŝ:"s",Ş:"S",Ș:"S",ș:"s",ş:"s",Š:"S",š:"s",ß:"ss",Ţ:"T",ţ:"t",ț:"t",Ț:"T",Ť:"T",ť:"t",Ŧ:"T",ŧ:"t",T̆:"T",t̆:"t",Ũ:"U",ũ:"u",Ū:"U",ū:"u",Ŭ:"U",ŭ:"u",Ů:"U",ů:"u",Ű:"U",ű:"u",Ų:"U",ų:"u",Ȗ:"U",ȗ:"u",V̆:"V",v̆:"v",Ŵ:"W",ŵ:"w",Ẃ:"W",ẃ:"w",X̆:"X",x̆:"x",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Y̆:"Y",y̆:"y",Ź:"Z",ź:"z",Ż:"Z",ż:"z",Ž:"Z",ž:"z",ſ:"s",ƒ:"f",Ơ:"O",ơ:"o",Ư:"U",ư:"u",Ǎ:"A",ǎ:"a",Ǐ:"I",ǐ:"i",Ǒ:"O",ǒ:"o",Ǔ:"U",ǔ:"u",Ǖ:"U",ǖ:"u",Ǘ:"U",ǘ:"u",Ǚ:"U",ǚ:"u",Ǜ:"U",ǜ:"u",Ứ:"U",ứ:"u",Ṹ:"U",ṹ:"u",Ǻ:"A",ǻ:"a",Ǽ:"AE",ǽ:"ae",Ǿ:"O",ǿ:"o",Þ:"TH",þ:"th",Ṕ:"P",ṕ:"p",Ṥ:"S",ṥ:"s",X́:"X",x́:"x",Ѓ:"Г",ѓ:"г",Ќ:"К",ќ:"к",A̋:"A",a̋:"a",E̋:"E",e̋:"e",I̋:"I",i̋:"i",Ǹ:"N",ǹ:"n",Ồ:"O",ồ:"o",Ṑ:"O",ṑ:"o",Ừ:"U",ừ:"u",Ẁ:"W",ẁ:"w",Ỳ:"Y",ỳ:"y",Ȁ:"A",ȁ:"a",Ȅ:"E",ȅ:"e",Ȉ:"I",ȉ:"i",Ȍ:"O",ȍ:"o",Ȑ:"R",ȑ:"r",Ȕ:"U",ȕ:"u",B̌:"B",b̌:"b",Č̣:"C",č̣:"c",Ê̌:"E",ê̌:"e",F̌:"F",f̌:"f",Ǧ:"G",ǧ:"g",Ȟ:"H",ȟ:"h",J̌:"J",ǰ:"j",Ǩ:"K",ǩ:"k",M̌:"M",m̌:"m",P̌:"P",p̌:"p",Q̌:"Q",q̌:"q",Ř̩:"R",ř̩:"r",Ṧ:"S",ṧ:"s",V̌:"V",v̌:"v",W̌:"W",w̌:"w",X̌:"X",x̌:"x",Y̌:"Y",y̌:"y",A̧:"A",a̧:"a",B̧:"B",b̧:"b",Ḑ:"D",ḑ:"d",Ȩ:"E",ȩ:"e",Ɛ̧:"E",ɛ̧:"e",Ḩ:"H",ḩ:"h",I̧:"I",i̧:"i",Ɨ̧:"I",ɨ̧:"i",M̧:"M",m̧:"m",O̧:"O",o̧:"o",Q̧:"Q",q̧:"q",U̧:"U",u̧:"u",X̧:"X",x̧:"x",Z̧:"Z",z̧:"z",й:"и",Й:"И",ё:"е",Ё:"Е"},r=Object.keys(t).join("|"),n=new RegExp(r,"g"),i=new RegExp(r,"");function o(e){return t[e]}var a=function(e){return e.replace(n,o)};e.exports=a,e.exports.has=function(e){return!!e.match(i)},e.exports.remove=a},57673:e=>{e.exports=function(e){function t(e,t,r,n){this.s_size=e.length,this.s=this.toCharArray(e),this.substring_i=t,this.result=r,this.method=n}function r(){var e;return{b:0,k:0,l:0,c:0,lb:0,s_c:function(t){e=t,this.c=0,this.l=t.length,this.lb=0,this.b=this.c,this.k=this.l},g_c:function(){var t=e;return e=null,t},i_g:function(t,r,n){if(this.c<this.l){var i=e.charCodeAt(this.c);if(i<=n&&i>=r&&t[(i-=r)>>3]&1<<(7&i))return this.c++,!0}return!1},i_g_b:function(t,r,n){if(this.c>this.lb){var i=e.charCodeAt(this.c-1);if(i<=n&&i>=r&&t[(i-=r)>>3]&1<<(7&i))return this.c--,!0}return!1},o_g:function(t,r,n){if(this.c<this.l){var i=e.charCodeAt(this.c);if(i>n||i<r)return this.c++,!0;if(!(t[(i-=r)>>3]&1<<(7&i)))return this.c++,!0}return!1},o_g_b:function(t,r,n){if(this.c>this.lb){var i=e.charCodeAt(this.c-1);if(i>n||i<r)return this.c--,!0;if(!(t[(i-=r)>>3]&1<<(7&i)))return this.c--,!0}return!1},e_s:function(t,r){if(this.l-this.c<t)return!1;for(var n=0;n<t;n++)if(e.charCodeAt(this.c+n)!=r.charCodeAt(n))return!1;return this.c+=t,!0},e_s_b:function(t,r){if(this.c-this.lb<t)return!1;for(var n=0;n<t;n++)if(e.charCodeAt(this.c-t+n)!=r.charCodeAt(n))return!1;return this.c-=t,!0},f_a:function(t,r){for(var n=0,i=r,o=this.c,a=this.l,c=0,s=0,u=!1;;){for(var f=n+(i-n>>1),l=0,w=c<s?c:s,h=t[f],v=w;v<h.s_size;v++){if(o+w==a){l=-1;break}if(l=e.charCodeAt(o+w)-h.s[v])break;w++}if(l<0?(i=f,s=w):(n=f,c=w),i-n<=1){if(n>0||i==n||u)break;u=!0}}for(;;){if(c>=(h=t[n]).s_size){if(this.c=o+h.s_size,!h.method)return h.result;var p=h.method();if(this.c=o+h.s_size,p)return h.result}if((n=h.substring_i)<0)return 0}},f_a_b:function(t,r){for(var n=0,i=r,o=this.c,a=this.lb,c=0,s=0,u=!1;;){for(var f=n+(i-n>>1),l=0,w=c<s?c:s,h=(v=t[f]).s_size-1-w;h>=0;h--){if(o-w==a){l=-1;break}if(l=e.charCodeAt(o-1-w)-v.s[h])break;w++}if(l<0?(i=f,s=w):(n=f,c=w),i-n<=1){if(n>0||i==n||u)break;u=!0}}for(;;){var v;if(c>=(v=t[n]).s_size){if(this.c=o-v.s_size,!v.method)return v.result;var p=v.method();if(this.c=o-v.s_size,p)return v.result}if((n=v.substring_i)<0)return 0}},r_s:function(t,r,n){var i=n.length-(r-t),o=e.substring(0,t),a=e.substring(r);return e=o+n+a,this.l+=i,this.c>=r?this.c+=i:this.c>t&&(this.c=t),i},s_ch:function(){if(this.b<0||this.b>this.k||this.k>this.l||this.l>e.length)throw"faulty slice operation"},s_f:function(e){this.s_ch(),this.r_s(this.b,this.k,e)},s_d:function(){this.s_f("")},i_:function(e,t,r){var n=this.r_s(e,t,r);e<=this.b&&(this.b+=n),e<=this.k&&(this.k+=n)},s_t:function(){return this.s_ch(),e.substring(this.b,this.k)},e_v_b:function(e){return this.e_s_b(e.length,e)}}}return t.prototype.toCharArray=function(e){for(var t=e.length,r=new Array(t),n=0;n<t;n++)r[n]=e.charCodeAt(n);return r},new({DanishStemmer:function(){var e,n,i,o=[new t("hed",-1,1),new t("ethed",0,1),new t("ered",-1,1),new t("e",-1,1),new t("erede",3,1),new t("ende",3,1),new t("erende",5,1),new t("ene",3,1),new t("erne",3,1),new t("ere",3,1),new t("en",-1,1),new t("heden",10,1),new t("eren",10,1),new t("er",-1,1),new t("heder",13,1),new t("erer",13,1),new t("s",-1,2),new t("heds",16,1),new t("es",16,1),new t("endes",18,1),new t("erendes",19,1),new t("enes",18,1),new t("ernes",18,1),new t("eres",18,1),new t("ens",16,1),new t("hedens",24,1),new t("erens",24,1),new t("ers",16,1),new t("ets",16,1),new t("erets",28,1),new t("et",-1,1),new t("eret",30,1)],a=[new t("gd",-1,-1),new t("dt",-1,-1),new t("gt",-1,-1),new t("kt",-1,-1)],c=[new t("ig",-1,1),new t("lig",0,1),new t("elig",1,1),new t("els",-1,1),new t("løst",-1,2)],s=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,48,0,128],u=[239,254,42,3,0,0,0,0,0,0,0,0,0,0,0,0,16],f=new r;function l(){var e,t=f.l-f.c;f.c>=n&&(e=f.lb,f.lb=n,f.k=f.c,f.f_a_b(a,4)?(f.b=f.c,f.lb=e,f.c=f.l-t,f.c>f.lb&&(f.c--,f.b=f.c,f.s_d())):f.lb=e)}this.setCurrent=function(e){f.s_c(e)},this.getCurrent=function(){return f.g_c()},this.stem=function(){var t=f.c;return function(){var t,r=f.c+3;if(n=f.l,0<=r&&r<=f.l){for(e=r;;){if(t=f.c,f.i_g(s,97,248)){f.c=t;break}if(f.c=t,t>=f.l)return;f.c++}for(;!f.o_g(s,97,248);){if(f.c>=f.l)return;f.c++}(n=f.c)<e&&(n=e)}}(),f.lb=t,f.c=f.l,function(){var e,t;if(f.c>=n&&(t=f.lb,f.lb=n,f.k=f.c,e=f.f_a_b(o,32),f.lb=t,e))switch(f.b=f.c,e){case 1:f.s_d();break;case 2:f.i_g_b(u,97,229)&&f.s_d()}}(),f.c=f.l,l(),f.c=f.l,function(){var e,t,r,i=f.l-f.c;if(f.k=f.c,f.e_s_b(2,"st")&&(f.b=f.c,f.e_s_b(2,"ig")&&f.s_d()),f.c=f.l-i,f.c>=n&&(t=f.lb,f.lb=n,f.k=f.c,e=f.f_a_b(c,5),f.lb=t,e))switch(f.b=f.c,e){case 1:f.s_d(),r=f.l-f.c,l(),f.c=f.l-r;break;case 2:f.s_f("løs")}}(),f.c=f.l,function(){var e;f.c>=n&&(e=f.lb,f.lb=n,f.k=f.c,f.o_g_b(s,97,248)?(f.b=f.c,i=f.s_t(i),f.lb=e,f.e_v_b(i)&&f.s_d()):f.lb=e)}(),!0}},DutchStemmer:function(){var e,n,i,o=[new t("",-1,6),new t("á",0,1),new t("ä",0,1),new t("é",0,2),new t("ë",0,2),new t("í",0,3),new t("ï",0,3),new t("ó",0,4),new t("ö",0,4),new t("ú",0,5),new t("ü",0,5)],a=[new t("",-1,3),new t("I",0,2),new t("Y",0,1)],c=[new t("dd",-1,-1),new t("kk",-1,-1),new t("tt",-1,-1)],s=[new t("ene",-1,2),new t("se",-1,3),new t("en",-1,2),new t("heden",2,1),new t("s",-1,3)],u=[new t("end",-1,1),new t("ig",-1,2),new t("ing",-1,1),new t("lijk",-1,3),new t("baar",-1,4),new t("bar",-1,5)],f=[new t("aa",-1,-1),new t("ee",-1,-1),new t("oo",-1,-1),new t("uu",-1,-1)],l=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],w=[1,0,0,17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],h=[17,67,16,1,0,0,0,0,0,0,0,0,0,0,0,0,128],v=new r;function p(e){return v.c=e,e>=v.l||(v.c++,!1)}function d(){for(;!v.i_g(l,97,232);){if(v.c>=v.l)return!0;v.c++}for(;!v.o_g(l,97,232);){if(v.c>=v.l)return!0;v.c++}return!1}function g(){return n<=v.c}function b(){return e<=v.c}function y(){var e=v.l-v.c;v.f_a_b(c,3)&&(v.c=v.l-e,v.k=v.c,v.c>v.lb&&(v.c--,v.b=v.c,v.s_d()))}function m(){var e;i=!1,v.k=v.c,v.e_s_b(1,"e")&&(v.b=v.c,g()&&(e=v.l-v.c,v.o_g_b(l,97,232)&&(v.c=v.l-e,v.s_d(),i=!0,y())))}function _(){var e;g()&&(e=v.l-v.c,v.o_g_b(l,97,232)&&(v.c=v.l-e,v.e_s_b(3,"gem")||(v.c=v.l-e,v.s_d(),y())))}this.setCurrent=function(e){v.s_c(e)},this.getCurrent=function(){return v.g_c()},this.stem=function(){var t=v.c;return function(){for(var e,t,r,n=v.c;;){if(v.b=v.c,e=v.f_a(o,11))switch(v.k=v.c,e){case 1:v.s_f("a");continue;case 2:v.s_f("e");continue;case 3:v.s_f("i");continue;case 4:v.s_f("o");continue;case 5:v.s_f("u");continue;case 6:if(v.c>=v.l)break;v.c++;continue}break}for(v.c=n,v.b=n,v.e_s(1,"y")?(v.k=v.c,v.s_f("Y")):v.c=n;;)if(t=v.c,v.i_g(l,97,232)){if(r=v.c,v.b=r,v.e_s(1,"i"))v.k=v.c,v.i_g(l,97,232)&&(v.s_f("I"),v.c=t);else if(v.c=r,v.e_s(1,"y"))v.k=v.c,v.s_f("Y"),v.c=t;else if(p(t))break}else if(p(t))break}(),v.c=t,n=v.l,e=n,d()||((n=v.c)<3&&(n=3),d()||(e=v.c)),v.lb=t,v.c=v.l,function(){var e,t,r,n,o,a,c=v.l-v.c;if(v.k=v.c,e=v.f_a_b(s,5))switch(v.b=v.c,e){case 1:g()&&v.s_f("heid");break;case 2:_();break;case 3:g()&&v.o_g_b(h,97,232)&&v.s_d()}if(v.c=v.l-c,m(),v.c=v.l-c,v.k=v.c,v.e_s_b(4,"heid")&&(v.b=v.c,b()&&(t=v.l-v.c,v.e_s_b(1,"c")||(v.c=v.l-t,v.s_d(),v.k=v.c,v.e_s_b(2,"en")&&(v.b=v.c,_())))),v.c=v.l-c,v.k=v.c,e=v.f_a_b(u,6))switch(v.b=v.c,e){case 1:if(b()){if(v.s_d(),r=v.l-v.c,v.k=v.c,v.e_s_b(2,"ig")&&(v.b=v.c,b()&&(n=v.l-v.c,!v.e_s_b(1,"e")))){v.c=v.l-n,v.s_d();break}v.c=v.l-r,y()}break;case 2:b()&&(o=v.l-v.c,v.e_s_b(1,"e")||(v.c=v.l-o,v.s_d()));break;case 3:b()&&(v.s_d(),m());break;case 4:b()&&v.s_d();break;case 5:b()&&i&&v.s_d()}v.c=v.l-c,v.o_g_b(w,73,232)&&(a=v.l-v.c,v.f_a_b(f,4)&&v.o_g_b(l,97,232)&&(v.c=v.l-a,v.k=v.c,v.c>v.lb&&(v.c--,v.b=v.c,v.s_d())))}(),v.c=v.lb,function(){for(var e;;)if(v.b=v.c,e=v.f_a(a,3))switch(v.k=v.c,e){case 1:v.s_f("y");break;case 2:v.s_f("i");break;case 3:if(v.c>=v.l)return;v.c++}}(),!0}},EnglishStemmer:function(){var e,n,i,o=[new t("arsen",-1,-1),new t("commun",-1,-1),new t("gener",-1,-1)],a=[new t("'",-1,1),new t("'s'",0,1),new t("'s",-1,1)],c=[new t("ied",-1,2),new t("s",-1,3),new t("ies",1,2),new t("sses",1,1),new t("ss",1,-1),new t("us",1,-1)],s=[new t("",-1,3),new t("bb",0,2),new t("dd",0,2),new t("ff",0,2),new t("gg",0,2),new t("bl",0,1),new t("mm",0,2),new t("nn",0,2),new t("pp",0,2),new t("rr",0,2),new t("at",0,1),new t("tt",0,2),new t("iz",0,1)],u=[new t("ed",-1,2),new t("eed",0,1),new t("ing",-1,2),new t("edly",-1,2),new t("eedly",3,1),new t("ingly",-1,2)],f=[new t("anci",-1,3),new t("enci",-1,2),new t("ogi",-1,13),new t("li",-1,16),new t("bli",3,12),new t("abli",4,4),new t("alli",3,8),new t("fulli",3,14),new t("lessli",3,15),new t("ousli",3,10),new t("entli",3,5),new t("aliti",-1,8),new t("biliti",-1,12),new t("iviti",-1,11),new t("tional",-1,1),new t("ational",14,7),new t("alism",-1,8),new t("ation",-1,7),new t("ization",17,6),new t("izer",-1,6),new t("ator",-1,7),new t("iveness",-1,11),new t("fulness",-1,9),new t("ousness",-1,10)],l=[new t("icate",-1,4),new t("ative",-1,6),new t("alize",-1,3),new t("iciti",-1,4),new t("ical",-1,4),new t("tional",-1,1),new t("ational",5,2),new t("ful",-1,5),new t("ness",-1,5)],w=[new t("ic",-1,1),new t("ance",-1,1),new t("ence",-1,1),new t("able",-1,1),new t("ible",-1,1),new t("ate",-1,1),new t("ive",-1,1),new t("ize",-1,1),new t("iti",-1,1),new t("al",-1,1),new t("ism",-1,1),new t("ion",-1,2),new t("er",-1,1),new t("ous",-1,1),new t("ant",-1,1),new t("ent",-1,1),new t("ment",15,1),new t("ement",16,1)],h=[new t("e",-1,1),new t("l",-1,2)],v=[new t("succeed",-1,-1),new t("proceed",-1,-1),new t("exceed",-1,-1),new t("canning",-1,-1),new t("inning",-1,-1),new t("earring",-1,-1),new t("herring",-1,-1),new t("outing",-1,-1)],p=[new t("andes",-1,-1),new t("atlas",-1,-1),new t("bias",-1,-1),new t("cosmos",-1,-1),new t("dying",-1,3),new t("early",-1,9),new t("gently",-1,7),new t("howe",-1,-1),new t("idly",-1,6),new t("lying",-1,4),new t("news",-1,-1),new t("only",-1,10),new t("singly",-1,11),new t("skies",-1,2),new t("skis",-1,1),new t("sky",-1,-1),new t("tying",-1,5),new t("ugly",-1,8)],d=[17,65,16,1],g=[1,17,65,208,1],b=[55,141,2],y=[function(){var e,t,r,n;if(m.k=m.c,e=m.f_a_b(u,6))switch(m.b=m.c,e){case 1:x()&&m.s_f("ee");break;case 2:for(t=m.l-m.c;!m.i_g_b(d,97,121);){if(m.c<=m.lb)return;m.c--}if(m.c=m.l-t,m.s_d(),r=m.l-m.c,e=m.f_a_b(s,13))switch(m.c=m.l-r,e){case 1:var o=m.c;m.i_(m.c,m.c,"e"),m.c=o;break;case 2:m.k=m.c,m.c>m.lb&&(m.c--,m.b=m.c,m.s_d());break;case 3:m.c==i&&(n=m.l-m.c,k())&&(m.c=m.l-n,o=m.c,m.i_(m.c,m.c,"e"),m.c=o)}}},function(){var e=m.l-m.c;m.k=m.c,(m.e_s_b(1,"y")||(m.c=m.l-e,m.e_s_b(1,"Y")))&&(m.b=m.c,m.o_g_b(d,97,121)&&m.c>m.lb&&m.s_f("i"))},function(){var e;if(m.k=m.c,(e=m.f_a_b(f,24))&&(m.b=m.c,x()))switch(e){case 1:m.s_f("tion");break;case 2:m.s_f("ence");break;case 3:m.s_f("ance");break;case 4:m.s_f("able");break;case 5:m.s_f("ent");break;case 6:m.s_f("ize");break;case 7:m.s_f("ate");break;case 8:m.s_f("al");break;case 9:case 14:m.s_f("ful");break;case 10:m.s_f("ous");break;case 11:m.s_f("ive");break;case 12:m.s_f("ble");break;case 13:m.e_s_b(1,"l")&&m.s_f("og");break;case 15:m.s_f("less");break;case 16:m.i_g_b(b,99,116)&&m.s_d()}},function(){var e;if(m.k=m.c,(e=m.f_a_b(l,9))&&(m.b=m.c,x()))switch(e){case 1:m.s_f("tion");break;case 2:m.s_f("ate");break;case 3:m.s_f("al");break;case 4:m.s_f("ic");break;case 5:m.s_d();break;case 6:E()&&m.s_d()}},function(){var e,t;if(m.k=m.c,(e=m.f_a_b(w,18))&&(m.b=m.c,E()))switch(e){case 1:m.s_d();break;case 2:if(t=m.l-m.c,!m.e_s_b(1,"s")&&(m.c=m.l-t,!m.e_s_b(1,"t")))return;m.s_d()}},function(){var e,t;if(m.k=m.c,e=m.f_a_b(h,2))switch(m.b=m.c,e){case 1:if(t=m.l-m.c,!E()){if(m.c=m.l-t,!x()||k())return;m.c=m.l-t}m.s_d();break;case 2:if(!E()||!m.e_s_b(1,"l"))return;m.s_d()}}],m=new r;function _(){for(;!m.i_g(d,97,121);){if(m.c>=m.l)return!0;m.c++}for(;!m.o_g(d,97,121);){if(m.c>=m.l)return!0;m.c++}return!1}function k(){var e=m.l-m.c;return!(!(m.o_g_b(g,89,121)&&m.i_g_b(d,97,121)&&m.o_g_b(d,97,121))&&(m.c=m.l-e,!m.o_g_b(d,97,121)||!m.i_g_b(d,97,121)||m.c>m.lb))}function x(){return i<=m.c}function E(){return n<=m.c}this.setCurrent=function(e){m.s_c(e)},this.getCurrent=function(){return m.g_c()},this.stem=function(){var t=m.c;if(!function(){var e;if(m.b=m.c,(e=m.f_a(p,18))&&(m.k=m.c,m.c>=m.l)){switch(e){case 1:m.s_f("ski");break;case 2:m.s_f("sky");break;case 3:m.s_f("die");break;case 4:m.s_f("lie");break;case 5:m.s_f("tie");break;case 6:m.s_f("idl");break;case 7:m.s_f("gentl");break;case 8:m.s_f("ugli");break;case 9:m.s_f("earli");break;case 10:m.s_f("onli");break;case 11:m.s_f("singl")}return!0}return!1}()){m.c=t;var r=m.c+3;if(0<=r&&r<=m.l){if(m.c=t,function(){var t,r=m.c;for(e=!1,m.b=m.c,m.e_s(1,"'")&&(m.k=m.c,m.s_d()),m.c=r,m.b=r,m.e_s(1,"y")&&(m.k=m.c,m.s_f("Y"),e=!0),m.c=r;;)if(t=m.c,m.i_g(d,97,121)&&(m.b=m.c,m.e_s(1,"y")))m.k=m.c,m.c=t,m.s_f("Y"),e=!0;else{if(t>=m.l)return void(m.c=r);m.c=t+1}}(),m.c=t,function(){var e=m.c;i=m.l,n=i,m.f_a(o,3)||(m.c=e,!_())?(i=m.c,_()||(n=m.c)):m.c=e}(),m.lb=t,m.c=m.l,function(){var e,t=m.l-m.c;if(m.k=m.c,(e=m.f_a_b(a,3))?(m.b=m.c,1==e&&m.s_d()):m.c=m.l-t,m.k=m.c,e=m.f_a_b(c,6))switch(m.b=m.c,e){case 1:m.s_f("ss");break;case 2:var r=m.c-2;if(m.lb>r||r>m.l){m.s_f("ie");break}m.c=r,m.s_f("i");break;case 3:do{if(m.c<=m.lb)return;m.c--}while(!m.i_g_b(d,97,121));m.s_d()}}(),m.c=m.l,m.k=m.c,!(m.f_a_b(v,8)&&(m.b=m.c,m.c<=m.lb)))for(var s=0;s<y.length;s++)m.c=m.l,y[s]();m.c=m.lb,function(){var t;if(e)for(;;)if(t=m.c,m.b=t,m.e_s(1,"Y"))m.k=m.c,m.c=t,m.s_f("y");else{if(m.c=t,m.c>=m.l)return;m.c++}}()}}return!0}},FinnishStemmer:function(){var e,n,i,o,a=[new t("pa",-1,1),new t("sti",-1,2),new t("kaan",-1,1),new t("han",-1,1),new t("kin",-1,1),new t("hän",-1,1),new t("kään",-1,1),new t("ko",-1,1),new t("pä",-1,1),new t("kö",-1,1)],c=[new t("lla",-1,-1),new t("na",-1,-1),new t("ssa",-1,-1),new t("ta",-1,-1),new t("lta",3,-1),new t("sta",3,-1)],s=[new t("llä",-1,-1),new t("nä",-1,-1),new t("ssä",-1,-1),new t("tä",-1,-1),new t("ltä",3,-1),new t("stä",3,-1)],u=[new t("lle",-1,-1),new t("ine",-1,-1)],f=[new t("nsa",-1,3),new t("mme",-1,3),new t("nne",-1,3),new t("ni",-1,2),new t("si",-1,1),new t("an",-1,4),new t("en",-1,6),new t("än",-1,5),new t("nsä",-1,3)],l=[new t("aa",-1,-1),new t("ee",-1,-1),new t("ii",-1,-1),new t("oo",-1,-1),new t("uu",-1,-1),new t("ää",-1,-1),new t("öö",-1,-1)],w=[new t("a",-1,8),new t("lla",0,-1),new t("na",0,-1),new t("ssa",0,-1),new t("ta",0,-1),new t("lta",4,-1),new t("sta",4,-1),new t("tta",4,9),new t("lle",-1,-1),new t("ine",-1,-1),new t("ksi",-1,-1),new t("n",-1,7),new t("han",11,1),new t("den",11,-1,x),new t("seen",11,-1,k),new t("hen",11,2),new t("tten",11,-1,x),new t("hin",11,3),new t("siin",11,-1,x),new t("hon",11,4),new t("hän",11,5),new t("hön",11,6),new t("ä",-1,8),new t("llä",22,-1),new t("nä",22,-1),new t("ssä",22,-1),new t("tä",22,-1),new t("ltä",26,-1),new t("stä",26,-1),new t("ttä",26,9)],h=[new t("eja",-1,-1),new t("mma",-1,1),new t("imma",1,-1),new t("mpa",-1,1),new t("impa",3,-1),new t("mmi",-1,1),new t("immi",5,-1),new t("mpi",-1,1),new t("impi",7,-1),new t("ejä",-1,-1),new t("mmä",-1,1),new t("immä",10,-1),new t("mpä",-1,1),new t("impä",12,-1)],v=[new t("i",-1,-1),new t("j",-1,-1)],p=[new t("mma",-1,1),new t("imma",0,-1)],d=[17,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8],g=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,32],b=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,32],y=[17,97,24,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,32],m=new r;function _(){for(var e;e=m.c,!m.i_g(g,97,246);){if(m.c=e,e>=m.l)return!0;m.c++}for(m.c=e;!m.o_g(g,97,246);){if(m.c>=m.l)return!0;m.c++}return!1}function k(){return m.f_a_b(l,7)}function x(){return m.e_s_b(1,"i")&&m.i_g_b(b,97,246)}this.setCurrent=function(e){m.s_c(e)},this.getCurrent=function(){return m.g_c()},this.stem=function(){var t=m.c;return o=m.l,i=o,_()||(o=m.c,_()||(i=m.c)),e=!1,m.lb=t,m.c=m.l,function(){var e,t;if(m.c>=o)if(t=m.lb,m.lb=o,m.k=m.c,e=m.f_a_b(a,10)){switch(m.b=m.c,m.lb=t,e){case 1:if(!m.i_g_b(y,97,246))return;break;case 2:if(!(i<=m.c))return}m.s_d()}else m.lb=t}(),m.c=m.l,function(){var e,t,r;if(m.c>=o)if(t=m.lb,m.lb=o,m.k=m.c,e=m.f_a_b(f,9))switch(m.b=m.c,m.lb=t,e){case 1:r=m.l-m.c,m.e_s_b(1,"k")||(m.c=m.l-r,m.s_d());break;case 2:m.s_d(),m.k=m.c,m.e_s_b(3,"kse")&&(m.b=m.c,m.s_f("ksi"));break;case 3:m.s_d();break;case 4:m.f_a_b(c,6)&&m.s_d();break;case 5:m.f_a_b(s,6)&&m.s_d();break;case 6:m.f_a_b(u,2)&&m.s_d()}else m.lb=t}(),m.c=m.l,function(){var t,r,n;if(m.c>=o)if(r=m.lb,m.lb=o,m.k=m.c,t=m.f_a_b(w,30)){switch(m.b=m.c,m.lb=r,t){case 1:if(!m.e_s_b(1,"a"))return;break;case 2:case 9:if(!m.e_s_b(1,"e"))return;break;case 3:if(!m.e_s_b(1,"i"))return;break;case 4:if(!m.e_s_b(1,"o"))return;break;case 5:if(!m.e_s_b(1,"ä"))return;break;case 6:if(!m.e_s_b(1,"ö"))return;break;case 7:if(n=m.l-m.c,!k()&&(m.c=m.l-n,!m.e_s_b(2,"ie"))){m.c=m.l-n;break}if(m.c=m.l-n,m.c<=m.lb){m.c=m.l-n;break}m.c--,m.b=m.c;break;case 8:if(!m.i_g_b(g,97,246)||!m.o_g_b(g,97,246))return}m.s_d(),e=!0}else m.lb=r}(),m.c=m.l,function(){var e,t,r;if(m.c>=i)if(t=m.lb,m.lb=i,m.k=m.c,e=m.f_a_b(h,14)){if(m.b=m.c,m.lb=t,1==e){if(r=m.l-m.c,m.e_s_b(2,"po"))return;m.c=m.l-r}m.s_d()}else m.lb=t}(),m.c=m.l,e?(function(){var e;m.c>=o&&(e=m.lb,m.lb=o,m.k=m.c,m.f_a_b(v,2)?(m.b=m.c,m.lb=e,m.s_d()):m.lb=e)}(),m.c=m.l):(m.c=m.l,function(){var e,t,r,n,a,c;if(m.c>=o){if(t=m.lb,m.lb=o,m.k=m.c,m.e_s_b(1,"t")&&(m.b=m.c,r=m.l-m.c,m.i_g_b(g,97,246)&&(m.c=m.l-r,m.s_d(),m.lb=t,n=m.l-m.c,m.c>=i&&(m.c=i,a=m.lb,m.lb=m.c,m.c=m.l-n,m.k=m.c,e=m.f_a_b(p,2))))){if(m.b=m.c,m.lb=a,1==e){if(c=m.l-m.c,m.e_s_b(2,"po"))return;m.c=m.l-c}return void m.s_d()}m.lb=t}}(),m.c=m.l),function(){var e,t,r,i;if(m.c>=o){for(e=m.lb,m.lb=o,t=m.l-m.c,k()&&(m.c=m.l-t,m.k=m.c,m.c>m.lb&&(m.c--,m.b=m.c,m.s_d())),m.c=m.l-t,m.k=m.c,m.i_g_b(d,97,228)&&(m.b=m.c,m.o_g_b(g,97,246)&&m.s_d()),m.c=m.l-t,m.k=m.c,m.e_s_b(1,"j")&&(m.b=m.c,r=m.l-m.c,m.e_s_b(1,"o")?m.s_d():(m.c=m.l-r,m.e_s_b(1,"u")&&m.s_d())),m.c=m.l-t,m.k=m.c,m.e_s_b(1,"o")&&(m.b=m.c,m.e_s_b(1,"j")&&m.s_d()),m.c=m.l-t,m.lb=e;;){if(i=m.l-m.c,m.o_g_b(g,97,246)){m.c=m.l-i;break}if(m.c=m.l-i,m.c<=m.lb)return;m.c--}m.k=m.c,m.c>m.lb&&(m.c--,m.b=m.c,n=m.s_t(),m.e_v_b(n)&&m.s_d())}}(),!0}},FrenchStemmer:function(){var e,n,i,o=[new t("col",-1,-1),new t("par",-1,-1),new t("tap",-1,-1)],a=[new t("",-1,4),new t("I",0,1),new t("U",0,2),new t("Y",0,3)],c=[new t("iqU",-1,3),new t("abl",-1,3),new t("Ièr",-1,4),new t("ièr",-1,4),new t("eus",-1,2),new t("iv",-1,1)],s=[new t("ic",-1,2),new t("abil",-1,1),new t("iv",-1,3)],u=[new t("iqUe",-1,1),new t("atrice",-1,2),new t("ance",-1,1),new t("ence",-1,5),new t("logie",-1,3),new t("able",-1,1),new t("isme",-1,1),new t("euse",-1,11),new t("iste",-1,1),new t("ive",-1,8),new t("if",-1,8),new t("usion",-1,4),new t("ation",-1,2),new t("ution",-1,4),new t("ateur",-1,2),new t("iqUes",-1,1),new t("atrices",-1,2),new t("ances",-1,1),new t("ences",-1,5),new t("logies",-1,3),new t("ables",-1,1),new t("ismes",-1,1),new t("euses",-1,11),new t("istes",-1,1),new t("ives",-1,8),new t("ifs",-1,8),new t("usions",-1,4),new t("ations",-1,2),new t("utions",-1,4),new t("ateurs",-1,2),new t("ments",-1,15),new t("ements",30,6),new t("issements",31,12),new t("ités",-1,7),new t("ment",-1,15),new t("ement",34,6),new t("issement",35,12),new t("amment",34,13),new t("emment",34,14),new t("aux",-1,10),new t("eaux",39,9),new t("eux",-1,1),new t("ité",-1,7)],f=[new t("ira",-1,1),new t("ie",-1,1),new t("isse",-1,1),new t("issante",-1,1),new t("i",-1,1),new t("irai",4,1),new t("ir",-1,1),new t("iras",-1,1),new t("ies",-1,1),new t("îmes",-1,1),new t("isses",-1,1),new t("issantes",-1,1),new t("îtes",-1,1),new t("is",-1,1),new t("irais",13,1),new t("issais",13,1),new t("irions",-1,1),new t("issions",-1,1),new t("irons",-1,1),new t("issons",-1,1),new t("issants",-1,1),new t("it",-1,1),new t("irait",21,1),new t("issait",21,1),new t("issant",-1,1),new t("iraIent",-1,1),new t("issaIent",-1,1),new t("irent",-1,1),new t("issent",-1,1),new t("iront",-1,1),new t("ît",-1,1),new t("iriez",-1,1),new t("issiez",-1,1),new t("irez",-1,1),new t("issez",-1,1)],l=[new t("a",-1,3),new t("era",0,2),new t("asse",-1,3),new t("ante",-1,3),new t("ée",-1,2),new t("ai",-1,3),new t("erai",5,2),new t("er",-1,2),new t("as",-1,3),new t("eras",8,2),new t("âmes",-1,3),new t("asses",-1,3),new t("antes",-1,3),new t("âtes",-1,3),new t("ées",-1,2),new t("ais",-1,3),new t("erais",15,2),new t("ions",-1,1),new t("erions",17,2),new t("assions",17,3),new t("erons",-1,2),new t("ants",-1,3),new t("és",-1,2),new t("ait",-1,3),new t("erait",23,2),new t("ant",-1,3),new t("aIent",-1,3),new t("eraIent",26,2),new t("èrent",-1,2),new t("assent",-1,3),new t("eront",-1,2),new t("ât",-1,3),new t("ez",-1,2),new t("iez",32,2),new t("eriez",33,2),new t("assiez",33,3),new t("erez",32,2),new t("é",-1,2)],w=[new t("e",-1,3),new t("Ière",0,2),new t("ière",0,2),new t("ion",-1,1),new t("Ier",-1,2),new t("ier",-1,2),new t("ë",-1,4)],h=[new t("ell",-1,-1),new t("eill",-1,-1),new t("enn",-1,-1),new t("onn",-1,-1),new t("ett",-1,-1)],v=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,128,130,103,8,5],p=[1,65,20,0,0,0,0,0,0,0,0,0,0,0,0,0,128],d=new r;function g(e,t,r){return!(!d.e_s(1,e)||(d.k=d.c,!d.i_g(v,97,251))||(d.s_f(t),d.c=r,0))}function b(e,t,r){return!!d.e_s(1,e)&&(d.k=d.c,d.s_f(t),d.c=r,!0)}function y(){for(;!d.i_g(v,97,251);){if(d.c>=d.l)return!0;d.c++}for(;!d.o_g(v,97,251);){if(d.c>=d.l)return!0;d.c++}return!1}function m(){return i<=d.c}function _(){return n<=d.c}function k(){return e<=d.c}this.setCurrent=function(e){d.s_c(e)},this.getCurrent=function(){return d.g_c()},this.stem=function(){var t=d.c;return function(){for(var e,t;;){if(e=d.c,d.i_g(v,97,251)){if(d.b=d.c,t=d.c,g("u","U",e))continue;if(d.c=t,g("i","I",e))continue;if(d.c=t,b("y","Y",e))continue}if(d.c=e,d.b=e,!g("y","Y",e)){if(d.c=e,d.e_s(1,"q")&&(d.b=d.c,b("u","U",e)))continue;if(d.c=e,e>=d.l)return;d.c++}}}(),d.c=t,function(){var t=d.c;if(i=d.l,n=i,e=i,d.i_g(v,97,251)&&d.i_g(v,97,251)&&d.c<d.l)d.c++;else if(d.c=t,!d.f_a(o,3)){d.c=t;do{if(d.c>=d.l){d.c=i;break}d.c++}while(!d.i_g(v,97,251))}i=d.c,d.c=t,y()||(n=d.c,y()||(e=d.c))}(),d.lb=t,d.c=d.l,function(){if(!function(){var e,t;if(d.k=d.c,e=d.f_a_b(u,43)){switch(d.b=d.c,e){case 1:if(!k())return!1;d.s_d();break;case 2:if(!k())return!1;d.s_d(),d.k=d.c,d.e_s_b(2,"ic")&&(d.b=d.c,k()?d.s_d():d.s_f("iqU"));break;case 3:if(!k())return!1;d.s_f("log");break;case 4:if(!k())return!1;d.s_f("u");break;case 5:if(!k())return!1;d.s_f("ent");break;case 6:if(!m())return!1;if(d.s_d(),d.k=d.c,e=d.f_a_b(c,6))switch(d.b=d.c,e){case 1:k()&&(d.s_d(),d.k=d.c,d.e_s_b(2,"at")&&(d.b=d.c,k()&&d.s_d()));break;case 2:k()?d.s_d():_()&&d.s_f("eux");break;case 3:k()&&d.s_d();break;case 4:m()&&d.s_f("i")}break;case 7:if(!k())return!1;if(d.s_d(),d.k=d.c,e=d.f_a_b(s,3))switch(d.b=d.c,e){case 1:k()?d.s_d():d.s_f("abl");break;case 2:k()?d.s_d():d.s_f("iqU");break;case 3:k()&&d.s_d()}break;case 8:if(!k())return!1;if(d.s_d(),d.k=d.c,d.e_s_b(2,"at")&&(d.b=d.c,k()&&(d.s_d(),d.k=d.c,d.e_s_b(2,"ic")))){d.b=d.c,k()?d.s_d():d.s_f("iqU");break}break;case 9:d.s_f("eau");break;case 10:if(!_())return!1;d.s_f("al");break;case 11:if(k())d.s_d();else{if(!_())return!1;d.s_f("eux")}break;case 12:if(!_()||!d.o_g_b(v,97,251))return!1;d.s_d();break;case 13:return m()&&d.s_f("ant"),!1;case 14:return m()&&d.s_f("ent"),!1;case 15:return t=d.l-d.c,d.i_g_b(v,97,251)&&m()&&(d.c=d.l-t,d.s_d()),!1}return!0}return!1}()&&(d.c=d.l,!function(){var e,t;if(d.c<i)return!1;if(t=d.lb,d.lb=i,d.k=d.c,!(e=d.f_a_b(f,35)))return d.lb=t,!1;if(d.b=d.c,1==e){if(!d.o_g_b(v,97,251))return d.lb=t,!1;d.s_d()}return d.lb=t,!0}()&&(d.c=d.l,!function(){var e,t,r;if(d.c<i)return!1;if(t=d.lb,d.lb=i,d.k=d.c,!(e=d.f_a_b(l,38)))return d.lb=t,!1;switch(d.b=d.c,e){case 1:if(!k())return d.lb=t,!1;d.s_d();break;case 2:d.s_d();break;case 3:d.s_d(),r=d.l-d.c,d.k=d.c,d.e_s_b(1,"e")?(d.b=d.c,d.s_d()):d.c=d.l-r}return d.lb=t,!0}())))return d.c=d.l,void function(){var e,t,r,n,o=d.l-d.c;if(d.k=d.c,d.e_s_b(1,"s")?(d.b=d.c,t=d.l-d.c,d.o_g_b(p,97,232)?(d.c=d.l-t,d.s_d()):d.c=d.l-o):d.c=d.l-o,d.c>=i){if(r=d.lb,d.lb=i,d.k=d.c,e=d.f_a_b(w,7))switch(d.b=d.c,e){case 1:if(k()){if(n=d.l-d.c,!d.e_s_b(1,"s")&&(d.c=d.l-n,!d.e_s_b(1,"t")))break;d.s_d()}break;case 2:d.s_f("i");break;case 3:d.s_d();break;case 4:d.e_s_b(2,"gu")&&d.s_d()}d.lb=r}}();d.c=d.l,d.k=d.c,d.e_s_b(1,"Y")?(d.b=d.c,d.s_f("i")):(d.c=d.l,d.e_s_b(1,"ç")&&(d.b=d.c,d.s_f("c")))}(),d.c=d.l,function(){var e=d.l-d.c;d.f_a_b(h,5)&&(d.c=d.l-e,d.k=d.c,d.c>d.lb&&(d.c--,d.b=d.c,d.s_d()))}(),d.c=d.l,function(){for(var e,t=1;d.o_g_b(v,97,251);)t--;if(t<=0){if(d.k=d.c,e=d.l-d.c,!d.e_s_b(1,"é")&&(d.c=d.l-e,!d.e_s_b(1,"è")))return;d.b=d.c,d.s_f("e")}}(),d.c=d.lb,function(){for(var e,t;t=d.c,d.b=t,e=d.f_a(a,4);)switch(d.k=d.c,e){case 1:d.s_f("i");break;case 2:d.s_f("u");break;case 3:d.s_f("y");break;case 4:if(d.c>=d.l)return;d.c++}}(),!0}},GermanStemmer:function(){var e,n,i,o=[new t("",-1,6),new t("U",0,2),new t("Y",0,1),new t("ä",0,3),new t("ö",0,4),new t("ü",0,5)],a=[new t("e",-1,2),new t("em",-1,1),new t("en",-1,2),new t("ern",-1,1),new t("er",-1,1),new t("s",-1,3),new t("es",5,2)],c=[new t("en",-1,1),new t("er",-1,1),new t("st",-1,2),new t("est",2,1)],s=[new t("ig",-1,1),new t("lich",-1,1)],u=[new t("end",-1,1),new t("ig",-1,2),new t("ung",-1,1),new t("lich",-1,3),new t("isch",-1,2),new t("ik",-1,2),new t("heit",-1,3),new t("keit",-1,4)],f=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,32,8],l=[117,30,5],w=[117,30,4],h=new r;function v(e,t,r){return!(!h.e_s(1,e)||(h.k=h.c,!h.i_g(f,97,252))||(h.s_f(t),h.c=r,0))}function p(){for(;!h.i_g(f,97,252);){if(h.c>=h.l)return!0;h.c++}for(;!h.o_g(f,97,252);){if(h.c>=h.l)return!0;h.c++}return!1}function d(){return i<=h.c}function g(){return n<=h.c}this.setCurrent=function(e){h.s_c(e)},this.getCurrent=function(){return h.g_c()},this.stem=function(){var t=h.c;return function(){for(var e,t,r,n,i=h.c;;)if(e=h.c,h.b=e,h.e_s(1,"ß"))h.k=h.c,h.s_f("ss");else{if(e>=h.l)break;h.c=e+1}for(h.c=i;;)for(t=h.c;;){if(r=h.c,h.i_g(f,97,252)){if(n=h.c,h.b=n,v("u","U",r))break;if(h.c=n,v("y","Y",r))break}if(r>=h.l)return void(h.c=t);h.c=r+1}}(),h.c=t,function(){i=h.l,n=i;var t=h.c+3;0<=t&&t<=h.l&&(e=t,p()||((i=h.c)<e&&(i=e),p()||(n=h.c)))}(),h.lb=t,h.c=h.l,function(){var e,t,r,n,i=h.l-h.c;if(h.k=h.c,(e=h.f_a_b(a,7))&&(h.b=h.c,d()))switch(e){case 1:h.s_d();break;case 2:h.s_d(),h.k=h.c,h.e_s_b(1,"s")&&(h.b=h.c,h.e_s_b(3,"nis")&&h.s_d());break;case 3:h.i_g_b(l,98,116)&&h.s_d()}if(h.c=h.l-i,h.k=h.c,(e=h.f_a_b(c,4))&&(h.b=h.c,d()))switch(e){case 1:h.s_d();break;case 2:if(h.i_g_b(w,98,116)){var o=h.c-3;h.lb<=o&&o<=h.l&&(h.c=o,h.s_d())}}if(h.c=h.l-i,h.k=h.c,(e=h.f_a_b(u,8))&&(h.b=h.c,g()))switch(e){case 1:h.s_d(),h.k=h.c,h.e_s_b(2,"ig")&&(h.b=h.c,t=h.l-h.c,h.e_s_b(1,"e")||(h.c=h.l-t,g()&&h.s_d()));break;case 2:r=h.l-h.c,h.e_s_b(1,"e")||(h.c=h.l-r,h.s_d());break;case 3:if(h.s_d(),h.k=h.c,n=h.l-h.c,!h.e_s_b(2,"er")&&(h.c=h.l-n,!h.e_s_b(2,"en")))break;h.b=h.c,d()&&h.s_d();break;case 4:h.s_d(),h.k=h.c,(e=h.f_a_b(s,2))&&(h.b=h.c,g()&&1==e&&h.s_d())}}(),h.c=h.lb,function(){for(var e,t;;){if(t=h.c,h.b=t,!(e=h.f_a(o,6)))return;switch(h.k=h.c,e){case 1:h.s_f("y");break;case 2:case 5:h.s_f("u");break;case 3:h.s_f("a");break;case 4:h.s_f("o");break;case 6:if(h.c>=h.l)return;h.c++}}}(),!0}},HungarianStemmer:function(){var e,n=[new t("cs",-1,-1),new t("dzs",-1,-1),new t("gy",-1,-1),new t("ly",-1,-1),new t("ny",-1,-1),new t("sz",-1,-1),new t("ty",-1,-1),new t("zs",-1,-1)],i=[new t("á",-1,1),new t("é",-1,2)],o=[new t("bb",-1,-1),new t("cc",-1,-1),new t("dd",-1,-1),new t("ff",-1,-1),new t("gg",-1,-1),new t("jj",-1,-1),new t("kk",-1,-1),new t("ll",-1,-1),new t("mm",-1,-1),new t("nn",-1,-1),new t("pp",-1,-1),new t("rr",-1,-1),new t("ccs",-1,-1),new t("ss",-1,-1),new t("zzs",-1,-1),new t("tt",-1,-1),new t("vv",-1,-1),new t("ggy",-1,-1),new t("lly",-1,-1),new t("nny",-1,-1),new t("tty",-1,-1),new t("ssz",-1,-1),new t("zz",-1,-1)],a=[new t("al",-1,1),new t("el",-1,2)],c=[new t("ba",-1,-1),new t("ra",-1,-1),new t("be",-1,-1),new t("re",-1,-1),new t("ig",-1,-1),new t("nak",-1,-1),new t("nek",-1,-1),new t("val",-1,-1),new t("vel",-1,-1),new t("ul",-1,-1),new t("nál",-1,-1),new t("nél",-1,-1),new t("ból",-1,-1),new t("ról",-1,-1),new t("tól",-1,-1),new t("bõl",-1,-1),new t("rõl",-1,-1),new t("tõl",-1,-1),new t("ül",-1,-1),new t("n",-1,-1),new t("an",19,-1),new t("ban",20,-1),new t("en",19,-1),new t("ben",22,-1),new t("képpen",22,-1),new t("on",19,-1),new t("ön",19,-1),new t("képp",-1,-1),new t("kor",-1,-1),new t("t",-1,-1),new t("at",29,-1),new t("et",29,-1),new t("ként",29,-1),new t("anként",32,-1),new t("enként",32,-1),new t("onként",32,-1),new t("ot",29,-1),new t("ért",29,-1),new t("öt",29,-1),new t("hez",-1,-1),new t("hoz",-1,-1),new t("höz",-1,-1),new t("vá",-1,-1),new t("vé",-1,-1)],s=[new t("án",-1,2),new t("én",-1,1),new t("ánként",-1,3)],u=[new t("stul",-1,2),new t("astul",0,1),new t("ástul",0,3),new t("stül",-1,2),new t("estül",3,1),new t("éstül",3,4)],f=[new t("á",-1,1),new t("é",-1,2)],l=[new t("k",-1,7),new t("ak",0,4),new t("ek",0,6),new t("ok",0,5),new t("ák",0,1),new t("ék",0,2),new t("ök",0,3)],w=[new t("éi",-1,7),new t("áéi",0,6),new t("ééi",0,5),new t("é",-1,9),new t("ké",3,4),new t("aké",4,1),new t("eké",4,1),new t("oké",4,1),new t("áké",4,3),new t("éké",4,2),new t("öké",4,1),new t("éé",3,8)],h=[new t("a",-1,18),new t("ja",0,17),new t("d",-1,16),new t("ad",2,13),new t("ed",2,13),new t("od",2,13),new t("ád",2,14),new t("éd",2,15),new t("öd",2,13),new t("e",-1,18),new t("je",9,17),new t("nk",-1,4),new t("unk",11,1),new t("ánk",11,2),new t("énk",11,3),new t("ünk",11,1),new t("uk",-1,8),new t("juk",16,7),new t("ájuk",17,5),new t("ük",-1,8),new t("jük",19,7),new t("éjük",20,6),new t("m",-1,12),new t("am",22,9),new t("em",22,9),new t("om",22,9),new t("ám",22,10),new t("ém",22,11),new t("o",-1,18),new t("á",-1,19),new t("é",-1,20)],v=[new t("id",-1,10),new t("aid",0,9),new t("jaid",1,6),new t("eid",0,9),new t("jeid",3,6),new t("áid",0,7),new t("éid",0,8),new t("i",-1,15),new t("ai",7,14),new t("jai",8,11),new t("ei",7,14),new t("jei",10,11),new t("ái",7,12),new t("éi",7,13),new t("itek",-1,24),new t("eitek",14,21),new t("jeitek",15,20),new t("éitek",14,23),new t("ik",-1,29),new t("aik",18,26),new t("jaik",19,25),new t("eik",18,26),new t("jeik",21,25),new t("áik",18,27),new t("éik",18,28),new t("ink",-1,20),new t("aink",25,17),new t("jaink",26,16),new t("eink",25,17),new t("jeink",28,16),new t("áink",25,18),new t("éink",25,19),new t("aitok",-1,21),new t("jaitok",32,20),new t("áitok",-1,22),new t("im",-1,5),new t("aim",35,4),new t("jaim",36,1),new t("eim",35,4),new t("jeim",38,1),new t("áim",35,2),new t("éim",35,3)],p=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,1,17,52,14],d=new r;function g(){return e<=d.c}function b(){var e=d.l-d.c;return!!d.f_a_b(o,23)&&(d.c=d.l-e,!0)}function y(){if(d.c>d.lb){d.c--,d.k=d.c;var e=d.c-1;d.lb<=e&&e<=d.l&&(d.c=e,d.b=e,d.s_d())}}this.setCurrent=function(e){d.s_c(e)},this.getCurrent=function(){return d.g_c()},this.stem=function(){var t=d.c;return function(){var t,r=d.c;if(e=d.l,d.i_g(p,97,252))for(;;){if(t=d.c,d.o_g(p,97,252))return d.c=t,d.f_a(n,8)||(d.c=t,t<d.l&&d.c++),void(e=d.c);if(d.c=t,t>=d.l)return void(e=t);d.c++}if(d.c=r,d.o_g(p,97,252)){for(;!d.i_g(p,97,252);){if(d.c>=d.l)return;d.c++}e=d.c}}(),d.lb=t,d.c=d.l,function(){var e;if(d.k=d.c,(e=d.f_a_b(a,2))&&(d.b=d.c,g())){if((1==e||2==e)&&!b())return;d.s_d(),y()}}(),d.c=d.l,d.k=d.c,d.f_a_b(c,44)&&(d.b=d.c,g()&&(d.s_d(),function(){var e;if(d.k=d.c,(e=d.f_a_b(i,2))&&(d.b=d.c,g()))switch(e){case 1:d.s_f("a");break;case 2:d.s_f("e")}}())),d.c=d.l,function(){var e;if(d.k=d.c,(e=d.f_a_b(s,3))&&(d.b=d.c,g()))switch(e){case 1:d.s_f("e");break;case 2:case 3:d.s_f("a")}}(),d.c=d.l,function(){var e;if(d.k=d.c,(e=d.f_a_b(u,6))&&(d.b=d.c,g()))switch(e){case 1:case 2:d.s_d();break;case 3:d.s_f("a");break;case 4:d.s_f("e")}}(),d.c=d.l,function(){var e;if(d.k=d.c,(e=d.f_a_b(f,2))&&(d.b=d.c,g())){if((1==e||2==e)&&!b())return;d.s_d(),y()}}(),d.c=d.l,function(){var e;if(d.k=d.c,(e=d.f_a_b(w,12))&&(d.b=d.c,g()))switch(e){case 1:case 4:case 7:case 9:d.s_d();break;case 2:case 5:case 8:d.s_f("e");break;case 3:case 6:d.s_f("a")}}(),d.c=d.l,function(){var e;if(d.k=d.c,(e=d.f_a_b(h,31))&&(d.b=d.c,g()))switch(e){case 1:case 4:case 7:case 8:case 9:case 12:case 13:case 16:case 17:case 18:d.s_d();break;case 2:case 5:case 10:case 14:case 19:d.s_f("a");break;case 3:case 6:case 11:case 15:case 20:d.s_f("e")}}(),d.c=d.l,function(){var e;if(d.k=d.c,(e=d.f_a_b(v,42))&&(d.b=d.c,g()))switch(e){case 1:case 4:case 5:case 6:case 9:case 10:case 11:case 14:case 15:case 16:case 17:case 20:case 21:case 24:case 25:case 26:case 29:d.s_d();break;case 2:case 7:case 12:case 18:case 22:case 27:d.s_f("a");break;case 3:case 8:case 13:case 19:case 23:case 28:d.s_f("e")}}(),d.c=d.l,function(){var e;if(d.k=d.c,(e=d.f_a_b(l,7))&&(d.b=d.c,g()))switch(e){case 1:d.s_f("a");break;case 2:d.s_f("e");break;case 3:case 4:case 5:case 6:case 7:d.s_d()}}(),!0}},ItalianStemmer:function(){var e,n,i,o=[new t("",-1,7),new t("qu",0,6),new t("á",0,1),new t("é",0,2),new t("í",0,3),new t("ó",0,4),new t("ú",0,5)],a=[new t("",-1,3),new t("I",0,1),new t("U",0,2)],c=[new t("la",-1,-1),new t("cela",0,-1),new t("gliela",0,-1),new t("mela",0,-1),new t("tela",0,-1),new t("vela",0,-1),new t("le",-1,-1),new t("cele",6,-1),new t("gliele",6,-1),new t("mele",6,-1),new t("tele",6,-1),new t("vele",6,-1),new t("ne",-1,-1),new t("cene",12,-1),new t("gliene",12,-1),new t("mene",12,-1),new t("sene",12,-1),new t("tene",12,-1),new t("vene",12,-1),new t("ci",-1,-1),new t("li",-1,-1),new t("celi",20,-1),new t("glieli",20,-1),new t("meli",20,-1),new t("teli",20,-1),new t("veli",20,-1),new t("gli",20,-1),new t("mi",-1,-1),new t("si",-1,-1),new t("ti",-1,-1),new t("vi",-1,-1),new t("lo",-1,-1),new t("celo",31,-1),new t("glielo",31,-1),new t("melo",31,-1),new t("telo",31,-1),new t("velo",31,-1)],s=[new t("ando",-1,1),new t("endo",-1,1),new t("ar",-1,2),new t("er",-1,2),new t("ir",-1,2)],u=[new t("ic",-1,-1),new t("abil",-1,-1),new t("os",-1,-1),new t("iv",-1,1)],f=[new t("ic",-1,1),new t("abil",-1,1),new t("iv",-1,1)],l=[new t("ica",-1,1),new t("logia",-1,3),new t("osa",-1,1),new t("ista",-1,1),new t("iva",-1,9),new t("anza",-1,1),new t("enza",-1,5),new t("ice",-1,1),new t("atrice",7,1),new t("iche",-1,1),new t("logie",-1,3),new t("abile",-1,1),new t("ibile",-1,1),new t("usione",-1,4),new t("azione",-1,2),new t("uzione",-1,4),new t("atore",-1,2),new t("ose",-1,1),new t("ante",-1,1),new t("mente",-1,1),new t("amente",19,7),new t("iste",-1,1),new t("ive",-1,9),new t("anze",-1,1),new t("enze",-1,5),new t("ici",-1,1),new t("atrici",25,1),new t("ichi",-1,1),new t("abili",-1,1),new t("ibili",-1,1),new t("ismi",-1,1),new t("usioni",-1,4),new t("azioni",-1,2),new t("uzioni",-1,4),new t("atori",-1,2),new t("osi",-1,1),new t("anti",-1,1),new t("amenti",-1,6),new t("imenti",-1,6),new t("isti",-1,1),new t("ivi",-1,9),new t("ico",-1,1),new t("ismo",-1,1),new t("oso",-1,1),new t("amento",-1,6),new t("imento",-1,6),new t("ivo",-1,9),new t("ità",-1,8),new t("istà",-1,1),new t("istè",-1,1),new t("istì",-1,1)],w=[new t("isca",-1,1),new t("enda",-1,1),new t("ata",-1,1),new t("ita",-1,1),new t("uta",-1,1),new t("ava",-1,1),new t("eva",-1,1),new t("iva",-1,1),new t("erebbe",-1,1),new t("irebbe",-1,1),new t("isce",-1,1),new t("ende",-1,1),new t("are",-1,1),new t("ere",-1,1),new t("ire",-1,1),new t("asse",-1,1),new t("ate",-1,1),new t("avate",16,1),new t("evate",16,1),new t("ivate",16,1),new t("ete",-1,1),new t("erete",20,1),new t("irete",20,1),new t("ite",-1,1),new t("ereste",-1,1),new t("ireste",-1,1),new t("ute",-1,1),new t("erai",-1,1),new t("irai",-1,1),new t("isci",-1,1),new t("endi",-1,1),new t("erei",-1,1),new t("irei",-1,1),new t("assi",-1,1),new t("ati",-1,1),new t("iti",-1,1),new t("eresti",-1,1),new t("iresti",-1,1),new t("uti",-1,1),new t("avi",-1,1),new t("evi",-1,1),new t("ivi",-1,1),new t("isco",-1,1),new t("ando",-1,1),new t("endo",-1,1),new t("Yamo",-1,1),new t("iamo",-1,1),new t("avamo",-1,1),new t("evamo",-1,1),new t("ivamo",-1,1),new t("eremo",-1,1),new t("iremo",-1,1),new t("assimo",-1,1),new t("ammo",-1,1),new t("emmo",-1,1),new t("eremmo",54,1),new t("iremmo",54,1),new t("immo",-1,1),new t("ano",-1,1),new t("iscano",58,1),new t("avano",58,1),new t("evano",58,1),new t("ivano",58,1),new t("eranno",-1,1),new t("iranno",-1,1),new t("ono",-1,1),new t("iscono",65,1),new t("arono",65,1),new t("erono",65,1),new t("irono",65,1),new t("erebbero",-1,1),new t("irebbero",-1,1),new t("assero",-1,1),new t("essero",-1,1),new t("issero",-1,1),new t("ato",-1,1),new t("ito",-1,1),new t("uto",-1,1),new t("avo",-1,1),new t("evo",-1,1),new t("ivo",-1,1),new t("ar",-1,1),new t("ir",-1,1),new t("erà",-1,1),new t("irà",-1,1),new t("erò",-1,1),new t("irò",-1,1)],h=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,128,128,8,2,1],v=[17,65,0,0,0,0,0,0,0,0,0,0,0,0,0,128,128,8,2],p=[17],d=new r;function g(e,t,r){return!(!d.e_s(1,e)||(d.k=d.c,!d.i_g(h,97,249))||(d.s_f(t),d.c=r,0))}function b(e){if(d.c=e,!d.i_g(h,97,249))return!1;for(;!d.o_g(h,97,249);){if(d.c>=d.l)return!1;d.c++}return!0}function y(){for(;!d.i_g(h,97,249);){if(d.c>=d.l)return!1;d.c++}for(;!d.o_g(h,97,249);){if(d.c>=d.l)return!1;d.c++}return!0}function m(){return i<=d.c}function _(){return e<=d.c}this.setCurrent=function(e){d.s_c(e)},this.getCurrent=function(){return d.g_c()},this.stem=function(){var t=d.c;return function(){for(var e,t,r,n,i=d.c;;){if(d.b=d.c,e=d.f_a(o,7))switch(d.k=d.c,e){case 1:d.s_f("à");continue;case 2:d.s_f("è");continue;case 3:d.s_f("ì");continue;case 4:d.s_f("ò");continue;case 5:d.s_f("ù");continue;case 6:d.s_f("qU");continue;case 7:if(d.c>=d.l)break;d.c++;continue}break}for(d.c=i;;)for(t=d.c;;){if(r=d.c,d.i_g(h,97,249)){if(d.b=d.c,n=d.c,g("u","U",r))break;if(d.c=n,g("i","I",r))break}if(d.c=r,d.c>=d.l)return void(d.c=t);d.c++}}(),d.c=t,function(){var t=d.c;i=d.l,n=i,e=i,function(){var e,t=d.c;if(!function(){if(d.i_g(h,97,249)){var e=d.c;if(d.o_g(h,97,249)){for(;!d.i_g(h,97,249);){if(d.c>=d.l)return b(e);d.c++}return!0}return b(e)}return!1}()){if(d.c=t,!d.o_g(h,97,249))return;if(e=d.c,d.o_g(h,97,249)){for(;!d.i_g(h,97,249);){if(d.c>=d.l)return d.c=e,void(d.i_g(h,97,249)&&d.c<d.l&&d.c++);d.c++}return void(i=d.c)}if(d.c=e,!d.i_g(h,97,249)||d.c>=d.l)return;d.c++}i=d.c}(),d.c=t,y()&&(n=d.c,y()&&(e=d.c))}(),d.lb=t,d.c=d.l,function(){var e;if(d.k=d.c,d.f_a_b(c,37)&&(d.b=d.c,(e=d.f_a_b(s,5))&&m()))switch(e){case 1:d.s_d();break;case 2:d.s_f("e")}}(),d.c=d.l,function(){var e;if(d.k=d.c,!(e=d.f_a_b(l,51)))return!1;switch(d.b=d.c,e){case 1:if(!_())return!1;d.s_d();break;case 2:if(!_())return!1;d.s_d(),d.k=d.c,d.e_s_b(2,"ic")&&(d.b=d.c,_()&&d.s_d());break;case 3:if(!_())return!1;d.s_f("log");break;case 4:if(!_())return!1;d.s_f("u");break;case 5:if(!_())return!1;d.s_f("ente");break;case 6:if(!m())return!1;d.s_d();break;case 7:if(!(n<=d.c))return!1;d.s_d(),d.k=d.c,(e=d.f_a_b(u,4))&&(d.b=d.c,_()&&(d.s_d(),1==e&&(d.k=d.c,d.e_s_b(2,"at")&&(d.b=d.c,_()&&d.s_d()))));break;case 8:if(!_())return!1;d.s_d(),d.k=d.c,(e=d.f_a_b(f,3))&&(d.b=d.c,1==e&&_()&&d.s_d());break;case 9:if(!_())return!1;d.s_d(),d.k=d.c,d.e_s_b(2,"at")&&(d.b=d.c,_()&&(d.s_d(),d.k=d.c,d.e_s_b(2,"ic")&&(d.b=d.c,_()&&d.s_d())))}return!0}()||(d.c=d.l,function(){var e,t;d.c>=i&&(t=d.lb,d.lb=i,d.k=d.c,(e=d.f_a_b(w,87))&&(d.b=d.c,1==e&&d.s_d()),d.lb=t)}()),d.c=d.l,function(){var e;e=d.l-d.c,d.k=d.c,d.i_g_b(v,97,242)&&(d.b=d.c,m()&&(d.s_d(),d.k=d.c,d.e_s_b(1,"i")&&(d.b=d.c,m())))?d.s_d():d.c=d.l-e,d.k=d.c,d.e_s_b(1,"h")&&(d.b=d.c,d.i_g_b(p,99,103)&&m()&&d.s_d())}(),d.c=d.lb,function(){for(var e;d.b=d.c,e=d.f_a(a,3);)switch(d.k=d.c,e){case 1:d.s_f("i");break;case 2:d.s_f("u");break;case 3:if(d.c>=d.l)return;d.c++}}(),!0}},NorwegianStemmer:function(){var e,n,i=[new t("a",-1,1),new t("e",-1,1),new t("ede",1,1),new t("ande",1,1),new t("ende",1,1),new t("ane",1,1),new t("ene",1,1),new t("hetene",6,1),new t("erte",1,3),new t("en",-1,1),new t("heten",9,1),new t("ar",-1,1),new t("er",-1,1),new t("heter",12,1),new t("s",-1,2),new t("as",14,1),new t("es",14,1),new t("edes",16,1),new t("endes",16,1),new t("enes",16,1),new t("hetenes",19,1),new t("ens",14,1),new t("hetens",21,1),new t("ers",14,1),new t("ets",14,1),new t("et",-1,1),new t("het",25,1),new t("ert",-1,3),new t("ast",-1,1)],o=[new t("dt",-1,-1),new t("vt",-1,-1)],a=[new t("leg",-1,1),new t("eleg",0,1),new t("ig",-1,1),new t("eig",2,1),new t("lig",2,1),new t("elig",4,1),new t("els",-1,1),new t("lov",-1,1),new t("elov",7,1),new t("slov",7,1),new t("hetslov",9,1)],c=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,48,0,128],s=[119,125,149,1],u=new r;this.setCurrent=function(e){u.s_c(e)},this.getCurrent=function(){return u.g_c()},this.stem=function(){var t=u.c;return function(){var t,r=u.c+3;if(n=u.l,0<=r||r<=u.l){for(e=r;;){if(t=u.c,u.i_g(c,97,248)){u.c=t;break}if(t>=u.l)return;u.c=t+1}for(;!u.o_g(c,97,248);){if(u.c>=u.l)return;u.c++}(n=u.c)<e&&(n=e)}}(),u.lb=t,u.c=u.l,function(){var e,t,r;if(u.c>=n&&(t=u.lb,u.lb=n,u.k=u.c,e=u.f_a_b(i,29),u.lb=t,e))switch(u.b=u.c,e){case 1:u.s_d();break;case 2:r=u.l-u.c,u.i_g_b(s,98,122)?u.s_d():(u.c=u.l-r,u.e_s_b(1,"k")&&u.o_g_b(c,97,248)&&u.s_d());break;case 3:u.s_f("er")}}(),u.c=u.l,function(){var e,t=u.l-u.c;u.c>=n&&(e=u.lb,u.lb=n,u.k=u.c,u.f_a_b(o,2)?(u.b=u.c,u.lb=e,u.c=u.l-t,u.c>u.lb&&(u.c--,u.b=u.c,u.s_d())):u.lb=e)}(),u.c=u.l,function(){var e,t;u.c>=n&&(t=u.lb,u.lb=n,u.k=u.c,(e=u.f_a_b(a,11))?(u.b=u.c,u.lb=t,1==e&&u.s_d()):u.lb=t)}(),!0}},PortugueseStemmer:function(){var e,n,i,o=[new t("",-1,3),new t("ã",0,1),new t("õ",0,2)],a=[new t("",-1,3),new t("a~",0,1),new t("o~",0,2)],c=[new t("ic",-1,-1),new t("ad",-1,-1),new t("os",-1,-1),new t("iv",-1,1)],s=[new t("ante",-1,1),new t("avel",-1,1),new t("ível",-1,1)],u=[new t("ic",-1,1),new t("abil",-1,1),new t("iv",-1,1)],f=[new t("ica",-1,1),new t("ância",-1,1),new t("ência",-1,4),new t("ira",-1,9),new t("adora",-1,1),new t("osa",-1,1),new t("ista",-1,1),new t("iva",-1,8),new t("eza",-1,1),new t("logía",-1,2),new t("idade",-1,7),new t("ante",-1,1),new t("mente",-1,6),new t("amente",12,5),new t("ável",-1,1),new t("ível",-1,1),new t("ución",-1,3),new t("ico",-1,1),new t("ismo",-1,1),new t("oso",-1,1),new t("amento",-1,1),new t("imento",-1,1),new t("ivo",-1,8),new t("aça~o",-1,1),new t("ador",-1,1),new t("icas",-1,1),new t("ências",-1,4),new t("iras",-1,9),new t("adoras",-1,1),new t("osas",-1,1),new t("istas",-1,1),new t("ivas",-1,8),new t("ezas",-1,1),new t("logías",-1,2),new t("idades",-1,7),new t("uciones",-1,3),new t("adores",-1,1),new t("antes",-1,1),new t("aço~es",-1,1),new t("icos",-1,1),new t("ismos",-1,1),new t("osos",-1,1),new t("amentos",-1,1),new t("imentos",-1,1),new t("ivos",-1,8)],l=[new t("ada",-1,1),new t("ida",-1,1),new t("ia",-1,1),new t("aria",2,1),new t("eria",2,1),new t("iria",2,1),new t("ara",-1,1),new t("era",-1,1),new t("ira",-1,1),new t("ava",-1,1),new t("asse",-1,1),new t("esse",-1,1),new t("isse",-1,1),new t("aste",-1,1),new t("este",-1,1),new t("iste",-1,1),new t("ei",-1,1),new t("arei",16,1),new t("erei",16,1),new t("irei",16,1),new t("am",-1,1),new t("iam",20,1),new t("ariam",21,1),new t("eriam",21,1),new t("iriam",21,1),new t("aram",20,1),new t("eram",20,1),new t("iram",20,1),new t("avam",20,1),new t("em",-1,1),new t("arem",29,1),new t("erem",29,1),new t("irem",29,1),new t("assem",29,1),new t("essem",29,1),new t("issem",29,1),new t("ado",-1,1),new t("ido",-1,1),new t("ando",-1,1),new t("endo",-1,1),new t("indo",-1,1),new t("ara~o",-1,1),new t("era~o",-1,1),new t("ira~o",-1,1),new t("ar",-1,1),new t("er",-1,1),new t("ir",-1,1),new t("as",-1,1),new t("adas",47,1),new t("idas",47,1),new t("ias",47,1),new t("arias",50,1),new t("erias",50,1),new t("irias",50,1),new t("aras",47,1),new t("eras",47,1),new t("iras",47,1),new t("avas",47,1),new t("es",-1,1),new t("ardes",58,1),new t("erdes",58,1),new t("irdes",58,1),new t("ares",58,1),new t("eres",58,1),new t("ires",58,1),new t("asses",58,1),new t("esses",58,1),new t("isses",58,1),new t("astes",58,1),new t("estes",58,1),new t("istes",58,1),new t("is",-1,1),new t("ais",71,1),new t("eis",71,1),new t("areis",73,1),new t("ereis",73,1),new t("ireis",73,1),new t("áreis",73,1),new t("éreis",73,1),new t("íreis",73,1),new t("ásseis",73,1),new t("ésseis",73,1),new t("ísseis",73,1),new t("áveis",73,1),new t("íeis",73,1),new t("aríeis",84,1),new t("eríeis",84,1),new t("iríeis",84,1),new t("ados",-1,1),new t("idos",-1,1),new t("amos",-1,1),new t("áramos",90,1),new t("éramos",90,1),new t("íramos",90,1),new t("ávamos",90,1),new t("íamos",90,1),new t("aríamos",95,1),new t("eríamos",95,1),new t("iríamos",95,1),new t("emos",-1,1),new t("aremos",99,1),new t("eremos",99,1),new t("iremos",99,1),new t("ássemos",99,1),new t("êssemos",99,1),new t("íssemos",99,1),new t("imos",-1,1),new t("armos",-1,1),new t("ermos",-1,1),new t("irmos",-1,1),new t("ámos",-1,1),new t("arás",-1,1),new t("erás",-1,1),new t("irás",-1,1),new t("eu",-1,1),new t("iu",-1,1),new t("ou",-1,1),new t("ará",-1,1),new t("erá",-1,1),new t("irá",-1,1)],w=[new t("a",-1,1),new t("i",-1,1),new t("o",-1,1),new t("os",-1,1),new t("á",-1,1),new t("í",-1,1),new t("ó",-1,1)],h=[new t("e",-1,1),new t("ç",-1,2),new t("é",-1,1),new t("ê",-1,1)],v=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,3,19,12,2],p=new r;function d(){if(p.o_g(v,97,250)){for(;!p.i_g(v,97,250);){if(p.c>=p.l)return!0;p.c++}return!1}return!0}function g(){for(;!p.i_g(v,97,250);){if(p.c>=p.l)return!1;p.c++}for(;!p.o_g(v,97,250);){if(p.c>=p.l)return!1;p.c++}return!0}function b(){return i<=p.c}function y(){return e<=p.c}function m(e,t){if(p.e_s_b(1,e)){p.b=p.c;var r=p.l-p.c;if(p.e_s_b(1,t))return p.c=p.l-r,b()&&p.s_d(),!1}return!0}function _(){if(!function(){var e;if(p.k=p.c,!(e=p.f_a_b(f,45)))return!1;switch(p.b=p.c,e){case 1:if(!y())return!1;p.s_d();break;case 2:if(!y())return!1;p.s_f("log");break;case 3:if(!y())return!1;p.s_f("u");break;case 4:if(!y())return!1;p.s_f("ente");break;case 5:if(!(n<=p.c))return!1;p.s_d(),p.k=p.c,(e=p.f_a_b(c,4))&&(p.b=p.c,y()&&(p.s_d(),1==e&&(p.k=p.c,p.e_s_b(2,"at")&&(p.b=p.c,y()&&p.s_d()))));break;case 6:if(!y())return!1;p.s_d(),p.k=p.c,(e=p.f_a_b(s,3))&&(p.b=p.c,1==e&&y()&&p.s_d());break;case 7:if(!y())return!1;p.s_d(),p.k=p.c,(e=p.f_a_b(u,3))&&(p.b=p.c,1==e&&y()&&p.s_d());break;case 8:if(!y())return!1;p.s_d(),p.k=p.c,p.e_s_b(2,"at")&&(p.b=p.c,y()&&p.s_d());break;case 9:if(!b()||!p.e_s_b(1,"e"))return!1;p.s_f("ir")}return!0}()&&(p.c=p.l,!function(){var e,t;if(p.c>=i){if(t=p.lb,p.lb=i,p.k=p.c,e=p.f_a_b(l,120))return p.b=p.c,1==e&&p.s_d(),p.lb=t,!0;p.lb=t}return!1}()))return p.c=p.l,p.k=p.c,void((e=p.f_a_b(w,7))&&(p.b=p.c,1==e&&b()&&p.s_d()));var e;p.c=p.l,p.k=p.c,p.e_s_b(1,"i")&&(p.b=p.c,p.e_s_b(1,"c")&&(p.c=p.l,b()&&p.s_d()))}this.setCurrent=function(e){p.s_c(e)},this.getCurrent=function(){return p.g_c()},this.stem=function(){var t=p.c;return function(){for(var e;;){if(p.b=p.c,e=p.f_a(o,3))switch(p.k=p.c,e){case 1:p.s_f("a~");continue;case 2:p.s_f("o~");continue;case 3:if(p.c>=p.l)break;p.c++;continue}break}}(),p.c=t,function(){var t=p.c;i=p.l,n=i,e=i,function(){var e,t,r=p.c;if(p.i_g(v,97,250))if(e=p.c,d()){if(p.c=e,function(){if(p.i_g(v,97,250))for(;!p.o_g(v,97,250);){if(p.c>=p.l)return!1;p.c++}return i=p.c,!0}())return}else i=p.c;if(p.c=r,p.o_g(v,97,250)){if(t=p.c,d()){if(p.c=t,!p.i_g(v,97,250)||p.c>=p.l)return;p.c++}i=p.c}}(),p.c=t,g()&&(n=p.c,g()&&(e=p.c))}(),p.lb=t,p.c=p.l,_(),p.c=p.l,function(){var e;if(p.k=p.c,e=p.f_a_b(h,4))switch(p.b=p.c,e){case 1:b()&&(p.s_d(),p.k=p.c,p.l,p.c,m("u","g")&&m("i","c"));break;case 2:p.s_f("c")}}(),p.c=p.lb,function(){for(var e;;){if(p.b=p.c,e=p.f_a(a,3))switch(p.k=p.c,e){case 1:p.s_f("ã");continue;case 2:p.s_f("õ");continue;case 3:if(p.c>=p.l)break;p.c++;continue}break}}(),!0}},RomanianStemmer:function(){var e,n,i,o,a=[new t("",-1,3),new t("I",0,1),new t("U",0,2)],c=[new t("ea",-1,3),new t("aţia",-1,7),new t("aua",-1,2),new t("iua",-1,4),new t("aţie",-1,7),new t("ele",-1,3),new t("ile",-1,5),new t("iile",6,4),new t("iei",-1,4),new t("atei",-1,6),new t("ii",-1,4),new t("ului",-1,1),new t("ul",-1,1),new t("elor",-1,3),new t("ilor",-1,4),new t("iilor",14,4)],s=[new t("icala",-1,4),new t("iciva",-1,4),new t("ativa",-1,5),new t("itiva",-1,6),new t("icale",-1,4),new t("aţiune",-1,5),new t("iţiune",-1,6),new t("atoare",-1,5),new t("itoare",-1,6),new t("ătoare",-1,5),new t("icitate",-1,4),new t("abilitate",-1,1),new t("ibilitate",-1,2),new t("ivitate",-1,3),new t("icive",-1,4),new t("ative",-1,5),new t("itive",-1,6),new t("icali",-1,4),new t("atori",-1,5),new t("icatori",18,4),new t("itori",-1,6),new t("ători",-1,5),new t("icitati",-1,4),new t("abilitati",-1,1),new t("ivitati",-1,3),new t("icivi",-1,4),new t("ativi",-1,5),new t("itivi",-1,6),new t("icităi",-1,4),new t("abilităi",-1,1),new t("ivităi",-1,3),new t("icităţi",-1,4),new t("abilităţi",-1,1),new t("ivităţi",-1,3),new t("ical",-1,4),new t("ator",-1,5),new t("icator",35,4),new t("itor",-1,6),new t("ător",-1,5),new t("iciv",-1,4),new t("ativ",-1,5),new t("itiv",-1,6),new t("icală",-1,4),new t("icivă",-1,4),new t("ativă",-1,5),new t("itivă",-1,6)],u=[new t("ica",-1,1),new t("abila",-1,1),new t("ibila",-1,1),new t("oasa",-1,1),new t("ata",-1,1),new t("ita",-1,1),new t("anta",-1,1),new t("ista",-1,3),new t("uta",-1,1),new t("iva",-1,1),new t("ic",-1,1),new t("ice",-1,1),new t("abile",-1,1),new t("ibile",-1,1),new t("isme",-1,3),new t("iune",-1,2),new t("oase",-1,1),new t("ate",-1,1),new t("itate",17,1),new t("ite",-1,1),new t("ante",-1,1),new t("iste",-1,3),new t("ute",-1,1),new t("ive",-1,1),new t("ici",-1,1),new t("abili",-1,1),new t("ibili",-1,1),new t("iuni",-1,2),new t("atori",-1,1),new t("osi",-1,1),new t("ati",-1,1),new t("itati",30,1),new t("iti",-1,1),new t("anti",-1,1),new t("isti",-1,3),new t("uti",-1,1),new t("işti",-1,3),new t("ivi",-1,1),new t("ităi",-1,1),new t("oşi",-1,1),new t("ităţi",-1,1),new t("abil",-1,1),new t("ibil",-1,1),new t("ism",-1,3),new t("ator",-1,1),new t("os",-1,1),new t("at",-1,1),new t("it",-1,1),new t("ant",-1,1),new t("ist",-1,3),new t("ut",-1,1),new t("iv",-1,1),new t("ică",-1,1),new t("abilă",-1,1),new t("ibilă",-1,1),new t("oasă",-1,1),new t("ată",-1,1),new t("ită",-1,1),new t("antă",-1,1),new t("istă",-1,3),new t("ută",-1,1),new t("ivă",-1,1)],f=[new t("ea",-1,1),new t("ia",-1,1),new t("esc",-1,1),new t("ăsc",-1,1),new t("ind",-1,1),new t("ând",-1,1),new t("are",-1,1),new t("ere",-1,1),new t("ire",-1,1),new t("âre",-1,1),new t("se",-1,2),new t("ase",10,1),new t("sese",10,2),new t("ise",10,1),new t("use",10,1),new t("âse",10,1),new t("eşte",-1,1),new t("ăşte",-1,1),new t("eze",-1,1),new t("ai",-1,1),new t("eai",19,1),new t("iai",19,1),new t("sei",-1,2),new t("eşti",-1,1),new t("ăşti",-1,1),new t("ui",-1,1),new t("ezi",-1,1),new t("âi",-1,1),new t("aşi",-1,1),new t("seşi",-1,2),new t("aseşi",29,1),new t("seseşi",29,2),new t("iseşi",29,1),new t("useşi",29,1),new t("âseşi",29,1),new t("işi",-1,1),new t("uşi",-1,1),new t("âşi",-1,1),new t("aţi",-1,2),new t("eaţi",38,1),new t("iaţi",38,1),new t("eţi",-1,2),new t("iţi",-1,2),new t("âţi",-1,2),new t("arăţi",-1,1),new t("serăţi",-1,2),new t("aserăţi",45,1),new t("seserăţi",45,2),new t("iserăţi",45,1),new t("userăţi",45,1),new t("âserăţi",45,1),new t("irăţi",-1,1),new t("urăţi",-1,1),new t("ârăţi",-1,1),new t("am",-1,1),new t("eam",54,1),new t("iam",54,1),new t("em",-1,2),new t("asem",57,1),new t("sesem",57,2),new t("isem",57,1),new t("usem",57,1),new t("âsem",57,1),new t("im",-1,2),new t("âm",-1,2),new t("ăm",-1,2),new t("arăm",65,1),new t("serăm",65,2),new t("aserăm",67,1),new t("seserăm",67,2),new t("iserăm",67,1),new t("userăm",67,1),new t("âserăm",67,1),new t("irăm",65,1),new t("urăm",65,1),new t("ârăm",65,1),new t("au",-1,1),new t("eau",76,1),new t("iau",76,1),new t("indu",-1,1),new t("ându",-1,1),new t("ez",-1,1),new t("ească",-1,1),new t("ară",-1,1),new t("seră",-1,2),new t("aseră",84,1),new t("seseră",84,2),new t("iseră",84,1),new t("useră",84,1),new t("âseră",84,1),new t("iră",-1,1),new t("ură",-1,1),new t("âră",-1,1),new t("ează",-1,1)],l=[new t("a",-1,1),new t("e",-1,1),new t("ie",1,1),new t("i",-1,1),new t("ă",-1,1)],w=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,0,4],h=new r;function v(e,t){h.e_s(1,e)&&(h.k=h.c,h.i_g(w,97,259)&&h.s_f(t))}function p(){if(h.o_g(w,97,259)){for(;!h.i_g(w,97,259);){if(h.c>=h.l)return!0;h.c++}return!1}return!0}function d(){for(;!h.i_g(w,97,259);){if(h.c>=h.l)return!1;h.c++}for(;!h.o_g(w,97,259);){if(h.c>=h.l)return!1;h.c++}return!0}function g(){return i<=h.c}function b(){var t,r=h.l-h.c;if(h.k=h.c,(t=h.f_a_b(s,46))&&(h.b=h.c,g())){switch(t){case 1:h.s_f("abil");break;case 2:h.s_f("ibil");break;case 3:h.s_f("iv");break;case 4:h.s_f("ic");break;case 5:h.s_f("at");break;case 6:h.s_f("it")}return e=!0,h.c=h.l-r,!0}return!1}this.setCurrent=function(e){h.s_c(e)},this.getCurrent=function(){return h.g_c()},this.stem=function(){var t,r=h.c;return function(){for(var e,t;e=h.c,h.i_g(w,97,259)&&(t=h.c,h.b=t,v("u","U"),h.c=t,v("i","I")),h.c=e,!(h.c>=h.l);)h.c++}(),h.c=r,function(){var e=h.c;o=h.l,i=o,n=o,function(){var e,t,r=h.c;if(h.i_g(w,97,259)){if(e=h.c,!p())return void(o=h.c);if(h.c=e,!function(){if(h.i_g(w,97,259))for(;!h.o_g(w,97,259);){if(h.c>=h.l)return!0;h.c++}return!1}())return void(o=h.c)}h.c=r,h.o_g(w,97,259)&&(t=h.c,p()&&(h.c=t,h.i_g(w,97,259)&&h.c<h.l&&h.c++),o=h.c)}(),h.c=e,d()&&(i=h.c,d()&&(n=h.c))}(),h.lb=r,h.c=h.l,function(){var e,t;if(h.k=h.c,(e=h.f_a_b(c,16))&&(h.b=h.c,g()))switch(e){case 1:h.s_d();break;case 2:h.s_f("a");break;case 3:h.s_f("e");break;case 4:h.s_f("i");break;case 5:t=h.l-h.c,h.e_s_b(2,"ab")||(h.c=h.l-t,h.s_f("i"));break;case 6:h.s_f("at");break;case 7:h.s_f("aţi")}}(),h.c=h.l,function(){var t,r;for(e=!1;;)if(r=h.l-h.c,!b()){h.c=h.l-r;break}if(h.k=h.c,(t=h.f_a_b(u,62))&&(h.b=h.c,n<=h.c)){switch(t){case 1:h.s_d();break;case 2:h.e_s_b(1,"ţ")&&(h.b=h.c,h.s_f("t"));break;case 3:h.s_f("ist")}e=!0}}(),h.c=h.l,e||(h.c=h.l,function(){var e,t,r;if(h.c>=o){if(t=h.lb,h.lb=o,h.k=h.c,e=h.f_a_b(f,94))switch(h.b=h.c,e){case 1:if(r=h.l-h.c,!h.o_g_b(w,97,259)&&(h.c=h.l-r,!h.e_s_b(1,"u")))break;case 2:h.s_d()}h.lb=t}}(),h.c=h.l),h.k=h.c,(t=h.f_a_b(l,5))&&(h.b=h.c,o<=h.c&&1==t&&h.s_d()),h.c=h.lb,function(){for(var e;;){if(h.b=h.c,e=h.f_a(a,3))switch(h.k=h.c,e){case 1:h.s_f("i");continue;case 2:h.s_f("u");continue;case 3:if(h.c>=h.l)break;h.c++;continue}break}}(),!0}},RussianStemmer:function(){var e,n,i=[new t("в",-1,1),new t("ив",0,2),new t("ыв",0,2),new t("вши",-1,1),new t("ивши",3,2),new t("ывши",3,2),new t("вшись",-1,1),new t("ившись",6,2),new t("ывшись",6,2)],o=[new t("ее",-1,1),new t("ие",-1,1),new t("ое",-1,1),new t("ые",-1,1),new t("ими",-1,1),new t("ыми",-1,1),new t("ей",-1,1),new t("ий",-1,1),new t("ой",-1,1),new t("ый",-1,1),new t("ем",-1,1),new t("им",-1,1),new t("ом",-1,1),new t("ым",-1,1),new t("его",-1,1),new t("ого",-1,1),new t("ему",-1,1),new t("ому",-1,1),new t("их",-1,1),new t("ых",-1,1),new t("ею",-1,1),new t("ою",-1,1),new t("ую",-1,1),new t("юю",-1,1),new t("ая",-1,1),new t("яя",-1,1)],a=[new t("ем",-1,1),new t("нн",-1,1),new t("вш",-1,1),new t("ивш",2,2),new t("ывш",2,2),new t("щ",-1,1),new t("ющ",5,1),new t("ующ",6,2)],c=[new t("сь",-1,1),new t("ся",-1,1)],s=[new t("ла",-1,1),new t("ила",0,2),new t("ыла",0,2),new t("на",-1,1),new t("ена",3,2),new t("ете",-1,1),new t("ите",-1,2),new t("йте",-1,1),new t("ейте",7,2),new t("уйте",7,2),new t("ли",-1,1),new t("или",10,2),new t("ыли",10,2),new t("й",-1,1),new t("ей",13,2),new t("уй",13,2),new t("л",-1,1),new t("ил",16,2),new t("ыл",16,2),new t("ем",-1,1),new t("им",-1,2),new t("ым",-1,2),new t("н",-1,1),new t("ен",22,2),new t("ло",-1,1),new t("ило",24,2),new t("ыло",24,2),new t("но",-1,1),new t("ено",27,2),new t("нно",27,1),new t("ет",-1,1),new t("ует",30,2),new t("ит",-1,2),new t("ыт",-1,2),new t("ют",-1,1),new t("уют",34,2),new t("ят",-1,2),new t("ны",-1,1),new t("ены",37,2),new t("ть",-1,1),new t("ить",39,2),new t("ыть",39,2),new t("ешь",-1,1),new t("ишь",-1,2),new t("ю",-1,2),new t("ую",44,2)],u=[new t("а",-1,1),new t("ев",-1,1),new t("ов",-1,1),new t("е",-1,1),new t("ие",3,1),new t("ье",3,1),new t("и",-1,1),new t("еи",6,1),new t("ии",6,1),new t("ами",6,1),new t("ями",6,1),new t("иями",10,1),new t("й",-1,1),new t("ей",12,1),new t("ией",13,1),new t("ий",12,1),new t("ой",12,1),new t("ам",-1,1),new t("ем",-1,1),new t("ием",18,1),new t("ом",-1,1),new t("ям",-1,1),new t("иям",21,1),new t("о",-1,1),new t("у",-1,1),new t("ах",-1,1),new t("ях",-1,1),new t("иях",26,1),new t("ы",-1,1),new t("ь",-1,1),new t("ю",-1,1),new t("ию",30,1),new t("ью",30,1),new t("я",-1,1),new t("ия",33,1),new t("ья",33,1)],f=[new t("ост",-1,1),new t("ость",-1,1)],l=[new t("ейше",-1,1),new t("н",-1,2),new t("ейш",-1,1),new t("ь",-1,3)],w=[33,65,8,232],h=new r;function v(){for(;!h.i_g(w,1072,1103);){if(h.c>=h.l)return!1;h.c++}return!0}function p(){for(;!h.o_g(w,1072,1103);){if(h.c>=h.l)return!1;h.c++}return!0}function d(e,t){var r,n;if(h.k=h.c,r=h.f_a_b(e,t)){switch(h.b=h.c,r){case 1:if(n=h.l-h.c,!h.e_s_b(1,"а")&&(h.c=h.l-n,!h.e_s_b(1,"я")))return!1;case 2:h.s_d()}return!0}return!1}function g(e,t){var r;return h.k=h.c,!!(r=h.f_a_b(e,t))&&(h.b=h.c,1==r&&h.s_d(),!0)}this.setCurrent=function(e){h.s_c(e)},this.getCurrent=function(){return h.g_c()},this.stem=function(){return n=h.l,e=n,v()&&(n=h.c,p()&&v()&&p()&&(e=h.c)),h.c=h.l,!(h.c<n||(h.lb=n,d(i,9)||(h.c=h.l,g(c,2)||(h.c=h.l),!!g(o,26)&&(d(a,8),!0)||(h.c=h.l,d(s,46)||(h.c=h.l,g(u,36)))),h.c=h.l,h.k=h.c,h.e_s_b(1,"и")?(h.b=h.c,h.s_d()):h.c=h.l,h.k=h.c,(t=h.f_a_b(f,2))&&(h.b=h.c,e<=h.c&&1==t&&h.s_d()),h.c=h.l,function(){var e;if(h.k=h.c,e=h.f_a_b(l,4))switch(h.b=h.c,e){case 1:if(h.s_d(),h.k=h.c,!h.e_s_b(1,"н"))break;h.b=h.c;case 2:if(!h.e_s_b(1,"н"))break;case 3:h.s_d()}}(),0));var t}},SpanishStemmer:function(){var e,n,i,o=[new t("",-1,6),new t("á",0,1),new t("é",0,2),new t("í",0,3),new t("ó",0,4),new t("ú",0,5)],a=[new t("la",-1,-1),new t("sela",0,-1),new t("le",-1,-1),new t("me",-1,-1),new t("se",-1,-1),new t("lo",-1,-1),new t("selo",5,-1),new t("las",-1,-1),new t("selas",7,-1),new t("les",-1,-1),new t("los",-1,-1),new t("selos",10,-1),new t("nos",-1,-1)],c=[new t("ando",-1,6),new t("iendo",-1,6),new t("yendo",-1,7),new t("ándo",-1,2),new t("iéndo",-1,1),new t("ar",-1,6),new t("er",-1,6),new t("ir",-1,6),new t("ár",-1,3),new t("ér",-1,4),new t("ír",-1,5)],s=[new t("ic",-1,-1),new t("ad",-1,-1),new t("os",-1,-1),new t("iv",-1,1)],u=[new t("able",-1,1),new t("ible",-1,1),new t("ante",-1,1)],f=[new t("ic",-1,1),new t("abil",-1,1),new t("iv",-1,1)],l=[new t("ica",-1,1),new t("ancia",-1,2),new t("encia",-1,5),new t("adora",-1,2),new t("osa",-1,1),new t("ista",-1,1),new t("iva",-1,9),new t("anza",-1,1),new t("logía",-1,3),new t("idad",-1,8),new t("able",-1,1),new t("ible",-1,1),new t("ante",-1,2),new t("mente",-1,7),new t("amente",13,6),new t("ación",-1,2),new t("ución",-1,4),new t("ico",-1,1),new t("ismo",-1,1),new t("oso",-1,1),new t("amiento",-1,1),new t("imiento",-1,1),new t("ivo",-1,9),new t("ador",-1,2),new t("icas",-1,1),new t("ancias",-1,2),new t("encias",-1,5),new t("adoras",-1,2),new t("osas",-1,1),new t("istas",-1,1),new t("ivas",-1,9),new t("anzas",-1,1),new t("logías",-1,3),new t("idades",-1,8),new t("ables",-1,1),new t("ibles",-1,1),new t("aciones",-1,2),new t("uciones",-1,4),new t("adores",-1,2),new t("antes",-1,2),new t("icos",-1,1),new t("ismos",-1,1),new t("osos",-1,1),new t("amientos",-1,1),new t("imientos",-1,1),new t("ivos",-1,9)],w=[new t("ya",-1,1),new t("ye",-1,1),new t("yan",-1,1),new t("yen",-1,1),new t("yeron",-1,1),new t("yendo",-1,1),new t("yo",-1,1),new t("yas",-1,1),new t("yes",-1,1),new t("yais",-1,1),new t("yamos",-1,1),new t("yó",-1,1)],h=[new t("aba",-1,2),new t("ada",-1,2),new t("ida",-1,2),new t("ara",-1,2),new t("iera",-1,2),new t("ía",-1,2),new t("aría",5,2),new t("ería",5,2),new t("iría",5,2),new t("ad",-1,2),new t("ed",-1,2),new t("id",-1,2),new t("ase",-1,2),new t("iese",-1,2),new t("aste",-1,2),new t("iste",-1,2),new t("an",-1,2),new t("aban",16,2),new t("aran",16,2),new t("ieran",16,2),new t("ían",16,2),new t("arían",20,2),new t("erían",20,2),new t("irían",20,2),new t("en",-1,1),new t("asen",24,2),new t("iesen",24,2),new t("aron",-1,2),new t("ieron",-1,2),new t("arán",-1,2),new t("erán",-1,2),new t("irán",-1,2),new t("ado",-1,2),new t("ido",-1,2),new t("ando",-1,2),new t("iendo",-1,2),new t("ar",-1,2),new t("er",-1,2),new t("ir",-1,2),new t("as",-1,2),new t("abas",39,2),new t("adas",39,2),new t("idas",39,2),new t("aras",39,2),new t("ieras",39,2),new t("ías",39,2),new t("arías",45,2),new t("erías",45,2),new t("irías",45,2),new t("es",-1,1),new t("ases",49,2),new t("ieses",49,2),new t("abais",-1,2),new t("arais",-1,2),new t("ierais",-1,2),new t("íais",-1,2),new t("aríais",55,2),new t("eríais",55,2),new t("iríais",55,2),new t("aseis",-1,2),new t("ieseis",-1,2),new t("asteis",-1,2),new t("isteis",-1,2),new t("áis",-1,2),new t("éis",-1,1),new t("aréis",64,2),new t("eréis",64,2),new t("iréis",64,2),new t("ados",-1,2),new t("idos",-1,2),new t("amos",-1,2),new t("ábamos",70,2),new t("áramos",70,2),new t("iéramos",70,2),new t("íamos",70,2),new t("aríamos",74,2),new t("eríamos",74,2),new t("iríamos",74,2),new t("emos",-1,1),new t("aremos",78,2),new t("eremos",78,2),new t("iremos",78,2),new t("ásemos",78,2),new t("iésemos",78,2),new t("imos",-1,2),new t("arás",-1,2),new t("erás",-1,2),new t("irás",-1,2),new t("ís",-1,2),new t("ará",-1,2),new t("erá",-1,2),new t("irá",-1,2),new t("aré",-1,2),new t("eré",-1,2),new t("iré",-1,2),new t("ió",-1,2)],v=[new t("a",-1,1),new t("e",-1,2),new t("o",-1,1),new t("os",-1,1),new t("á",-1,1),new t("é",-1,2),new t("í",-1,1),new t("ó",-1,1)],p=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,1,17,4,10],d=new r;function g(){if(d.o_g(p,97,252)){for(;!d.i_g(p,97,252);){if(d.c>=d.l)return!0;d.c++}return!1}return!0}function b(){for(;!d.i_g(p,97,252);){if(d.c>=d.l)return!1;d.c++}for(;!d.o_g(p,97,252);){if(d.c>=d.l)return!1;d.c++}return!0}function y(){return i<=d.c}function m(){return e<=d.c}function _(e,t){if(!m())return!0;d.s_d(),d.k=d.c;var r=d.f_a_b(e,t);return r&&(d.b=d.c,1==r&&m()&&d.s_d()),!1}function k(e){return!m()||(d.s_d(),d.k=d.c,d.e_s_b(2,e)&&(d.b=d.c,m()&&d.s_d()),!1)}this.setCurrent=function(e){d.s_c(e)},this.getCurrent=function(){return d.g_c()},this.stem=function(){var t=d.c;return function(){var t=d.c;i=d.l,n=i,e=i,function(){var e,t=d.c;if(function(){if(d.i_g(p,97,252)){var e=d.c;if(g()){if(d.c=e,!d.i_g(p,97,252))return!0;for(;!d.o_g(p,97,252);){if(d.c>=d.l)return!0;d.c++}}return!1}return!0}()){if(d.c=t,!d.o_g(p,97,252))return;if(e=d.c,g()){if(d.c=e,!d.i_g(p,97,252)||d.c>=d.l)return;d.c++}}i=d.c}(),d.c=t,b()&&(n=d.c,b()&&(e=d.c))}(),d.lb=t,d.c=d.l,function(){var e;if(d.k=d.c,d.f_a_b(a,13)&&(d.b=d.c,(e=d.f_a_b(c,11))&&y()))switch(e){case 1:d.b=d.c,d.s_f("iendo");break;case 2:d.b=d.c,d.s_f("ando");break;case 3:d.b=d.c,d.s_f("ar");break;case 4:d.b=d.c,d.s_f("er");break;case 5:d.b=d.c,d.s_f("ir");break;case 6:d.s_d();break;case 7:d.e_s_b(1,"u")&&d.s_d()}}(),d.c=d.l,function(){var e;if(d.k=d.c,e=d.f_a_b(l,46)){switch(d.b=d.c,e){case 1:if(!m())return!1;d.s_d();break;case 2:if(k("ic"))return!1;break;case 3:if(!m())return!1;d.s_f("log");break;case 4:if(!m())return!1;d.s_f("u");break;case 5:if(!m())return!1;d.s_f("ente");break;case 6:if(!(n<=d.c))return!1;d.s_d(),d.k=d.c,(e=d.f_a_b(s,4))&&(d.b=d.c,m()&&(d.s_d(),1==e&&(d.k=d.c,d.e_s_b(2,"at")&&(d.b=d.c,m()&&d.s_d()))));break;case 7:if(_(u,3))return!1;break;case 8:if(_(f,3))return!1;break;case 9:if(k("at"))return!1}return!0}return!1}()||(d.c=d.l,function(){var e,t;if(d.c>=i&&(t=d.lb,d.lb=i,d.k=d.c,e=d.f_a_b(w,12),d.lb=t,e)){if(d.b=d.c,1==e){if(!d.e_s_b(1,"u"))return!1;d.s_d()}return!0}return!1}()||(d.c=d.l,function(){var e,t,r,n;if(d.c>=i&&(t=d.lb,d.lb=i,d.k=d.c,e=d.f_a_b(h,96),d.lb=t,e))switch(d.b=d.c,e){case 1:r=d.l-d.c,d.e_s_b(1,"u")?(n=d.l-d.c,d.e_s_b(1,"g")?d.c=d.l-n:d.c=d.l-r):d.c=d.l-r,d.b=d.c;case 2:d.s_d()}}())),d.c=d.l,function(){var e,t;if(d.k=d.c,e=d.f_a_b(v,8))switch(d.b=d.c,e){case 1:y()&&d.s_d();break;case 2:y()&&(d.s_d(),d.k=d.c,d.e_s_b(1,"u")&&(d.b=d.c,t=d.l-d.c,d.e_s_b(1,"g")&&(d.c=d.l-t,y()&&d.s_d())))}}(),d.c=d.lb,function(){for(var e;;){if(d.b=d.c,e=d.f_a(o,6))switch(d.k=d.c,e){case 1:d.s_f("a");continue;case 2:d.s_f("e");continue;case 3:d.s_f("i");continue;case 4:d.s_f("o");continue;case 5:d.s_f("u");continue;case 6:if(d.c>=d.l)break;d.c++;continue}break}}(),!0}},SwedishStemmer:function(){var e,n,i=[new t("a",-1,1),new t("arna",0,1),new t("erna",0,1),new t("heterna",2,1),new t("orna",0,1),new t("ad",-1,1),new t("e",-1,1),new t("ade",6,1),new t("ande",6,1),new t("arne",6,1),new t("are",6,1),new t("aste",6,1),new t("en",-1,1),new t("anden",12,1),new t("aren",12,1),new t("heten",12,1),new t("ern",-1,1),new t("ar",-1,1),new t("er",-1,1),new t("heter",18,1),new t("or",-1,1),new t("s",-1,2),new t("as",21,1),new t("arnas",22,1),new t("ernas",22,1),new t("ornas",22,1),new t("es",21,1),new t("ades",26,1),new t("andes",26,1),new t("ens",21,1),new t("arens",29,1),new t("hetens",29,1),new t("erns",21,1),new t("at",-1,1),new t("andet",-1,1),new t("het",-1,1),new t("ast",-1,1)],o=[new t("dd",-1,-1),new t("gd",-1,-1),new t("nn",-1,-1),new t("dt",-1,-1),new t("gt",-1,-1),new t("kt",-1,-1),new t("tt",-1,-1)],a=[new t("ig",-1,1),new t("lig",0,1),new t("els",-1,1),new t("fullt",-1,3),new t("löst",-1,2)],c=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,24,0,32],s=[119,127,149],u=new r;this.setCurrent=function(e){u.s_c(e)},this.getCurrent=function(){return u.g_c()},this.stem=function(){var t=u.c;return function(){var t,r=u.c+3;if(n=u.l,0<=r||r<=u.l){for(e=r;;){if(t=u.c,u.i_g(c,97,246)){u.c=t;break}if(u.c=t,u.c>=u.l)return;u.c++}for(;!u.o_g(c,97,246);){if(u.c>=u.l)return;u.c++}(n=u.c)<e&&(n=e)}}(),u.lb=t,u.c=u.l,function(){var e,t=u.lb;if(u.c>=n&&(u.lb=n,u.c=u.l,u.k=u.c,e=u.f_a_b(i,37),u.lb=t,e))switch(u.b=u.c,e){case 1:u.s_d();break;case 2:u.i_g_b(s,98,121)&&u.s_d()}}(),u.c=u.l,function(){var e=u.lb;u.c>=n&&(u.lb=n,u.c=u.l,u.f_a_b(o,7)&&(u.c=u.l,u.k=u.c,u.c>u.lb&&(u.b=--u.c,u.s_d())),u.lb=e)}(),u.c=u.l,function(){var e,t;if(u.c>=n){if(t=u.lb,u.lb=n,u.c=u.l,u.k=u.c,e=u.f_a_b(a,5))switch(u.b=u.c,e){case 1:u.s_d();break;case 2:u.s_f("lös");break;case 3:u.s_f("full")}u.lb=t}}(),!0}},TurkishStemmer:function(){var e,n=[new t("m",-1,-1),new t("n",-1,-1),new t("miz",-1,-1),new t("niz",-1,-1),new t("muz",-1,-1),new t("nuz",-1,-1),new t("müz",-1,-1),new t("nüz",-1,-1),new t("mız",-1,-1),new t("nız",-1,-1)],i=[new t("leri",-1,-1),new t("ları",-1,-1)],o=[new t("ni",-1,-1),new t("nu",-1,-1),new t("nü",-1,-1),new t("nı",-1,-1)],a=[new t("in",-1,-1),new t("un",-1,-1),new t("ün",-1,-1),new t("ın",-1,-1)],c=[new t("a",-1,-1),new t("e",-1,-1)],s=[new t("na",-1,-1),new t("ne",-1,-1)],u=[new t("da",-1,-1),new t("ta",-1,-1),new t("de",-1,-1),new t("te",-1,-1)],f=[new t("nda",-1,-1),new t("nde",-1,-1)],l=[new t("dan",-1,-1),new t("tan",-1,-1),new t("den",-1,-1),new t("ten",-1,-1)],w=[new t("ndan",-1,-1),new t("nden",-1,-1)],h=[new t("la",-1,-1),new t("le",-1,-1)],v=[new t("ca",-1,-1),new t("ce",-1,-1)],p=[new t("im",-1,-1),new t("um",-1,-1),new t("üm",-1,-1),new t("ım",-1,-1)],d=[new t("sin",-1,-1),new t("sun",-1,-1),new t("sün",-1,-1),new t("sın",-1,-1)],g=[new t("iz",-1,-1),new t("uz",-1,-1),new t("üz",-1,-1),new t("ız",-1,-1)],b=[new t("siniz",-1,-1),new t("sunuz",-1,-1),new t("sünüz",-1,-1),new t("sınız",-1,-1)],y=[new t("lar",-1,-1),new t("ler",-1,-1)],m=[new t("niz",-1,-1),new t("nuz",-1,-1),new t("nüz",-1,-1),new t("nız",-1,-1)],_=[new t("dir",-1,-1),new t("tir",-1,-1),new t("dur",-1,-1),new t("tur",-1,-1),new t("dür",-1,-1),new t("tür",-1,-1),new t("dır",-1,-1),new t("tır",-1,-1)],k=[new t("casına",-1,-1),new t("cesine",-1,-1)],x=[new t("di",-1,-1),new t("ti",-1,-1),new t("dik",-1,-1),new t("tik",-1,-1),new t("duk",-1,-1),new t("tuk",-1,-1),new t("dük",-1,-1),new t("tük",-1,-1),new t("dık",-1,-1),new t("tık",-1,-1),new t("dim",-1,-1),new t("tim",-1,-1),new t("dum",-1,-1),new t("tum",-1,-1),new t("düm",-1,-1),new t("tüm",-1,-1),new t("dım",-1,-1),new t("tım",-1,-1),new t("din",-1,-1),new t("tin",-1,-1),new t("dun",-1,-1),new t("tun",-1,-1),new t("dün",-1,-1),new t("tün",-1,-1),new t("dın",-1,-1),new t("tın",-1,-1),new t("du",-1,-1),new t("tu",-1,-1),new t("dü",-1,-1),new t("tü",-1,-1),new t("dı",-1,-1),new t("tı",-1,-1)],E=[new t("sa",-1,-1),new t("se",-1,-1),new t("sak",-1,-1),new t("sek",-1,-1),new t("sam",-1,-1),new t("sem",-1,-1),new t("san",-1,-1),new t("sen",-1,-1)],S=[new t("miş",-1,-1),new t("muş",-1,-1),new t("müş",-1,-1),new t("mış",-1,-1)],O=[new t("b",-1,1),new t("c",-1,2),new t("d",-1,3),new t("ğ",-1,4)],A=[17,65,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,8,0,0,0,0,0,0,1],j=[1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,1],I=[65],R=[65],T=[["a",[1,64,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],97,305],["e",[17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130],101,252],["ı",[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],97,305],["i",[17],101,105],["o",I,111,117],["ö",R,246,252],["u",I,111,117]],L=new r;function P(e,t,r){for(;;){var n=L.l-L.c;if(L.i_g_b(e,t,r)){L.c=L.l-n;break}if(L.c=L.l-n,L.c<=L.lb)return!1;L.c--}return!0}function M(){var e,t;e=L.l-L.c,P(A,97,305);for(var r=0;r<T.length;r++){t=L.l-L.c;var n=T[r];if(L.e_s_b(1,n[0])&&P(n[1],n[2],n[3]))return L.c=L.l-e,!0;L.c=L.l-t}return L.c=L.l-t,!(!L.e_s_b(1,"ü")||!P(R,246,252)||(L.c=L.l-e,0))}function C(e,t){var r,n=L.l-L.c;return e()&&(L.c=L.l-n,L.c>L.lb&&(L.c--,r=L.l-L.c,t()))?(L.c=L.l-r,!0):(L.c=L.l-n,e()?(L.c=L.l-n,!1):(L.c=L.l-n,!(L.c<=L.lb||(L.c--,!t()||(L.c=L.l-n,0)))))}function N(e){return C(e,(function(){return L.i_g_b(A,97,305)}))}function U(){return N((function(){return L.e_s_b(1,"n")}))}function D(){return N((function(){return L.e_s_b(1,"y")}))}function F(){return L.f_a_b(n,10)&&C((function(){return L.i_g_b(j,105,305)}),(function(){return L.o_g_b(A,97,305)}))}function z(){return M()&&L.i_g_b(j,105,305)&&N((function(){return L.e_s_b(1,"s")}))}function B(){return L.f_a_b(i,2)}function G(){return M()&&L.f_a_b(a,4)&&U()}function Y(){return M()&&L.f_a_b(u,4)}function W(){return M()&&L.f_a_b(f,2)}function q(){return M()&&L.f_a_b(p,4)&&D()}function V(){return M()&&L.f_a_b(d,4)}function $(){return M()&&L.f_a_b(g,4)&&D()}function H(){return L.f_a_b(b,4)}function X(){return M()&&L.f_a_b(y,2)}function K(){return M()&&L.f_a_b(_,8)}function J(){return M()&&L.f_a_b(x,32)&&D()}function Q(){return L.f_a_b(E,8)&&D()}function Z(){return M()&&L.f_a_b(S,4)&&D()}function ee(){var t,r=L.l-L.c;if(L.k=L.c,e=!0,function(){var e=L.l-L.c;return!(Z()||(L.c=L.l-e,J()||(L.c=L.l-e,Q()||(L.c=L.l-e,L.e_s_b(3,"ken")&&D()))))}()&&(L.c=L.l-r,function(){if(L.f_a_b(k,2)){var e=L.l-L.c;if(H()||(L.c=L.l-e,X()||(L.c=L.l-e,q()||(L.c=L.l-e,V()||(L.c=L.l-e,$()||(L.c=L.l-e))))),Z())return!1}return!0}()&&(L.c=L.l-r,function(){if(X()){L.b=L.c,L.s_d();var t=L.l-L.c;return L.k=L.c,K()||(L.c=L.l-t,J()||(L.c=L.l-t,Q()||(L.c=L.l-t,Z()||(L.c=L.l-t)))),e=!1,!1}return!0}()&&(L.c=L.l-r,function(){if(!M()||!L.f_a_b(m,4))return!0;var e=L.l-L.c;return!J()&&(L.c=L.l-e,!Q())}()&&(L.c=L.l-r,function(){var e,t=L.l-L.c;return!(H()||(L.c=L.l-t,$()||(L.c=L.l-t,V()||(L.c=L.l-t,q()))))||(L.b=L.c,L.s_d(),e=L.l-L.c,L.k=L.c,Z()||(L.c=L.l-e),!1)}()))))){if(L.c=L.l-r,!K())return;L.b=L.c,L.s_d(),L.k=L.c,t=L.l-L.c,H()||(L.c=L.l-t,X()||(L.c=L.l-t,q()||(L.c=L.l-t,V()||(L.c=L.l-t,$()||(L.c=L.l-t))))),Z()||(L.c=L.l-t)}L.b=L.c,L.s_d()}function te(){var e,t,r,n;if(L.k=L.c,L.e_s_b(2,"ki")){if(e=L.l-L.c,Y())return L.b=L.c,L.s_d(),t=L.l-L.c,L.k=L.c,X()?(L.b=L.c,L.s_d(),te()):(L.c=L.l-t,F()&&(L.b=L.c,L.s_d(),L.k=L.c,X()&&(L.b=L.c,L.s_d(),te()))),!0;if(L.c=L.l-e,G()){if(L.b=L.c,L.s_d(),L.k=L.c,r=L.l-L.c,B())L.b=L.c,L.s_d();else{if(L.c=L.l-r,L.k=L.c,!F()&&(L.c=L.l-r,!z()&&(L.c=L.l-r,!te())))return!0;L.b=L.c,L.s_d(),L.k=L.c,X()&&(L.b=L.c,L.s_d(),te())}return!0}if(L.c=L.l-e,W()){if(n=L.l-L.c,B())L.b=L.c,L.s_d();else if(L.c=L.l-n,z())L.b=L.c,L.s_d(),L.k=L.c,X()&&(L.b=L.c,L.s_d(),te());else if(L.c=L.l-n,!te())return!1;return!0}}return!1}function re(){var e,t,r=L.l-L.c;if(L.k=L.c,X())return L.b=L.c,L.s_d(),void te();if(L.c=L.l-r,L.k=L.c,M()&&L.f_a_b(v,2)&&U())if(L.b=L.c,L.s_d(),e=L.l-L.c,L.k=L.c,B())L.b=L.c,L.s_d();else{if(L.c=L.l-e,L.k=L.c,!F()&&(L.c=L.l-e,!z())){if(L.c=L.l-e,L.k=L.c,!X())return;if(L.b=L.c,L.s_d(),!te())return}L.b=L.c,L.s_d(),L.k=L.c,X()&&(L.b=L.c,L.s_d(),te())}else if(L.c=L.l-r,!function(e){if(L.k=L.c,!W()&&(L.c=L.l-e,!M()||!L.f_a_b(s,2)))return!1;var t=L.l-L.c;if(B())L.b=L.c,L.s_d();else if(L.c=L.l-t,z())L.b=L.c,L.s_d(),L.k=L.c,X()&&(L.b=L.c,L.s_d(),te());else if(L.c=L.l-t,!te())return!1;return!0}(r)&&(L.c=L.l-r,!function(e){if(L.k=L.c,!(M()&&L.f_a_b(w,2)||(L.c=L.l-e,M()&&L.f_a_b(o,4))))return!1;var t=L.l-L.c;return!(!z()&&(L.c=L.l-t,!B())||(L.b=L.c,L.s_d(),L.k=L.c,X()&&(L.b=L.c,L.s_d(),te()),0))}(r))){if(L.c=L.l-r,L.k=L.c,M()&&L.f_a_b(l,4))return L.b=L.c,L.s_d(),L.k=L.c,t=L.l-L.c,void(F()?(L.b=L.c,L.s_d(),L.k=L.c,X()&&(L.b=L.c,L.s_d(),te())):(L.c=L.l-t,X()?(L.b=L.c,L.s_d(),te()):(L.c=L.l-t,te())));if(L.c=L.l-r,!function(){var e,t=L.l-L.c;return L.k=L.c,!(!(G()||(L.c=L.l-t,M()&&L.f_a_b(h,2)&&D()))||(L.b=L.c,L.s_d(),e=L.l-L.c,L.k=L.c,(!X()||(L.b=L.c,L.s_d(),!te()))&&(L.c=L.l-e,L.k=L.c,(F()||(L.c=L.l-e,z()||(L.c=L.l-e,te())))&&(L.b=L.c,L.s_d(),L.k=L.c,X()&&(L.b=L.c,L.s_d(),te()),0))))}()){if(L.c=L.l-r,B())return L.b=L.c,void L.s_d();L.c=L.l-r,te()||(L.c=L.l-r,function(){var e,t,r=L.l-L.c;if(L.k=L.c,!(Y()||(L.c=L.l-r,M()&&L.i_g_b(j,105,305)&&D()||(L.c=L.l-r,M()&&L.f_a_b(c,2)&&D()))))return!1;if(L.b=L.c,L.s_d(),L.k=L.c,e=L.l-L.c,F())L.b=L.c,L.s_d(),t=L.l-L.c,L.k=L.c,X()||(L.c=L.l-t);else if(L.c=L.l-e,!X())return!0;return L.b=L.c,L.s_d(),L.k=L.c,te(),!0}()||(L.c=L.l-r,L.k=L.c,(F()||(L.c=L.l-r,z()))&&(L.b=L.c,L.s_d(),L.k=L.c,X()&&(L.b=L.c,L.s_d(),te()))))}}}function ne(e,t,r){if(L.c=L.l-e,function(){for(;;){var e=L.l-L.c;if(L.i_g_b(A,97,305)){L.c=L.l-e;break}if(L.c=L.l-e,L.c<=L.lb)return!1;L.c--}return!0}()){var n=L.l-L.c;if(!L.e_s_b(1,t)&&(L.c=L.l-n,!L.e_s_b(1,r)))return!0;L.c=L.l-e;var i=L.c;return L.i_(L.c,L.c,r),L.c=i,!1}return!0}function ie(e,t,r){for(;!L.e_s(t,r);){if(L.c>=L.l)return!0;L.c++}return t!=L.l||(L.c=e,!1)}this.setCurrent=function(e){L.s_c(e)},this.getCurrent=function(){return L.g_c()},this.stem=function(){return!(!function(){for(var e,t=L.c,r=2;;){for(e=L.c;!L.i_g(A,97,305);){if(L.c>=L.l)return L.c=e,!(r>0||(L.c=t,0));L.c++}r--}}()||(L.lb=L.c,L.c=L.l,ee(),L.c=L.l,!e||(re(),L.c=L.lb,t=L.c,function(){var e=L.c;return!ie(e,2,"ad")||(L.c=e,!ie(e,5,"soyad"))}()||(L.lb=t,L.c=L.l,function(){var e=L.l-L.c;(L.e_s_b(1,"d")||(L.c=L.l-e,L.e_s_b(1,"g")))&&ne(e,"a","ı")&&ne(e,"e","i")&&ne(e,"o","u")&&ne(e,"ö","ü")}(),L.c=L.l,function(){var e;if(L.k=L.c,e=L.f_a_b(O,4))switch(L.b=L.c,e){case 1:L.s_f("p");break;case 2:L.s_f("ç");break;case 3:L.s_f("t");break;case 4:L.s_f("k")}}(),0))));var t}}}[e.substring(0,1).toUpperCase()+e.substring(1).toLowerCase()+"Stemmer"])}},6365:(e,t,r)=>{var n={keys:r(1189),values:r(23287),assign:r(45228),uniq:r(67887),last:r(15973),compact:function(e){return e.filter((function(e){return e}))}};e.exports=function(e){var t={},r={},i={},o=e,a=!1;return t.input=function(e){return o=e,t},t.token=function(e,r,n){var i={};return i[e]=r,c(i),n&&t.helper(e,n),t},t.helper=function(e,r){var n={};return n[e]=r,s(n),t},t.debug=function(){return a=!0,t},t.tokens=c,t.helpers=s,t.walk=u,t.resolve=function(e){var t={};return u((function(r,i,o,a,c){return e&&(i={value:i,position:a}),l(t[r],"Array")?t[r].push(i):l(t[r],"String")?t[r]=[i].concat(t[r]||[]).reverse():l(t[r],"Object")?t[r]=n.assign(i,t[r]):(t[r]=t[r]||[],void t[r].push(i))})),t._source=o,function(e){for(var t in e)l(e[t],"Array")&&1==e[t].length&&(e[t]=e[t][0]);return e}(t)},t;function c(e){var i,o=n.keys(e);return n.values(e).forEach((function(e,t){i=new RegExp("("+a(e)+")"),r[i.source]=o[t]})),t;function a(e){return l(e,"RegExp")?e.source:a(new RegExp(e))}}function s(e){for(var r in e)i[r]=e[r];return t}function u(e){var c=e||f,s=n.keys(r)||[],u=n.values(r);if(0==s.length)throw new Error("Define at least one token");return function e(t,r){if(!(t>o.length)){var f,l=o.substr(t),w=-1,h=1/0;if(s.forEach((function(e,n){var i,o=new RegExp(e,"g");o.lastIndex=t,i=r==n?-1:l.search(o),h>i&&i>-1&&(f=o,h=i,w=n)})),-1!=w){var v,p,d,g,b=(d=f.exec(o),(g=i[u[w]])&&d&&d.push(g(d,o,f.source)),function(){a&&console.log.apply(console,arguments)}("tag %s, index %s, exec %s",u[w],t,d),(v=d)&&v.length>0?v.lastIndex||v.index:-1);b+=(p=v||[""])[0].length;var y,m=c(u[w],(y=p,n.last(n.compact(y))),w,t,n.uniq(n.compact(p)));return void 0===m||m?e(b):e(b-p[0].length,w)}}}(0),t}function f(){}function l(e,t){return Object.prototype.toString.call(e)=="[object "+t+"]"}}},67887:e=>{"use strict";e.exports=function(e,t,r){return 0===e.length?e:t?(r||e.sort(t),function(e,t){for(var r=1,n=e.length,i=e[0],o=e[0],a=1;a<n;++a)if(o=i,t(i=e[a],o)){if(a===r){r++;continue}e[r++]=i}return e.length=r,e}(e,t)):(r||e.sort(),function(e){for(var t=1,r=e.length,n=e[0],i=e[0],o=1;o<r;++o,i=n)if(i=n,(n=e[o])!==i){if(o===t){t++;continue}e[t++]=n}return e.length=t,e}(e))}},79306:(e,t,r)=>{"use strict";var n=r(94901),i=r(16823),o=TypeError;e.exports=function(e){if(n(e))return e;throw new o(i(e)+" is not a function")}},35548:(e,t,r)=>{"use strict";var n=r(33517),i=r(16823),o=TypeError;e.exports=function(e){if(n(e))return e;throw new o(i(e)+" is not a constructor")}},73506:(e,t,r)=>{"use strict";var n=r(13925),i=String,o=TypeError;e.exports=function(e){if(n(e))return e;throw new o("Can't set "+i(e)+" as a prototype")}},6469:(e,t,r)=>{"use strict";var n=r(78227),i=r(2360),o=r(24913).f,a=n("unscopables"),c=Array.prototype;void 0===c[a]&&o(c,a,{configurable:!0,value:i(null)}),e.exports=function(e){c[a][e]=!0}},57829:(e,t,r)=>{"use strict";var n=r(68183).charAt;e.exports=function(e,t,r){return t+(r?n(e,t).length:1)}},90679:(e,t,r)=>{"use strict";var n=r(1625),i=TypeError;e.exports=function(e,t){if(n(t,e))return e;throw new i("Incorrect invocation")}},28551:(e,t,r)=>{"use strict";var n=r(20034),i=String,o=TypeError;e.exports=function(e){if(n(e))return e;throw new o(i(e)+" is not an object")}},77811:e=>{"use strict";e.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},67394:(e,t,r)=>{"use strict";var n=r(46706),i=r(44576),o=TypeError;e.exports=n(ArrayBuffer.prototype,"byteLength","get")||function(e){if("ArrayBuffer"!==i(e))throw new o("ArrayBuffer expected");return e.byteLength}},3238:(e,t,r)=>{"use strict";var n=r(79504),i=r(67394),o=n(ArrayBuffer.prototype.slice);e.exports=function(e){if(0!==i(e))return!1;try{return o(e,0,0),!1}catch(e){return!0}}},15652:(e,t,r)=>{"use strict";var n=r(79039);e.exports=n((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}}))},95636:(e,t,r)=>{"use strict";var n=r(24475),i=r(79504),o=r(46706),a=r(57696),c=r(3238),s=r(67394),u=r(94483),f=r(1548),l=n.structuredClone,w=n.ArrayBuffer,h=n.DataView,v=n.TypeError,p=Math.min,d=w.prototype,g=h.prototype,b=i(d.slice),y=o(d,"resizable","get"),m=o(d,"maxByteLength","get"),_=i(g.getInt8),k=i(g.setInt8);e.exports=(f||u)&&function(e,t,r){var n,i=s(e),o=void 0===t?i:a(t),d=!y||!y(e);if(c(e))throw new v("ArrayBuffer is detached");if(f&&(e=l(e,{transfer:[e]}),i===o&&(r||d)))return e;if(i>=o&&(!r||d))n=b(e,0,o);else{var g=r&&!d&&m?{maxByteLength:m(e)}:void 0;n=new w(o,g);for(var x=new h(e),E=new h(n),S=p(o,i),O=0;O<S;O++)k(E,O,_(x,O))}return f||u(e),n}},94644:(e,t,r)=>{"use strict";var n,i,o,a=r(77811),c=r(43724),s=r(24475),u=r(94901),f=r(20034),l=r(39297),w=r(36955),h=r(16823),v=r(66699),p=r(36840),d=r(62106),g=r(1625),b=r(42787),y=r(52967),m=r(78227),_=r(33392),k=r(91181),x=k.enforce,E=k.get,S=s.Int8Array,O=S&&S.prototype,A=s.Uint8ClampedArray,j=A&&A.prototype,I=S&&b(S),R=O&&b(O),T=Object.prototype,L=s.TypeError,P=m("toStringTag"),M=_("TYPED_ARRAY_TAG"),C="TypedArrayConstructor",N=a&&!!y&&"Opera"!==w(s.opera),U=!1,D={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},F={BigInt64Array:8,BigUint64Array:8},z=function(e){var t=b(e);if(f(t)){var r=E(t);return r&&l(r,C)?r[C]:z(t)}},B=function(e){if(!f(e))return!1;var t=w(e);return l(D,t)||l(F,t)};for(n in D)(o=(i=s[n])&&i.prototype)?x(o)[C]=i:N=!1;for(n in F)(o=(i=s[n])&&i.prototype)&&(x(o)[C]=i);if((!N||!u(I)||I===Function.prototype)&&(I=function(){throw new L("Incorrect invocation")},N))for(n in D)s[n]&&y(s[n],I);if((!N||!R||R===T)&&(R=I.prototype,N))for(n in D)s[n]&&y(s[n].prototype,R);if(N&&b(j)!==R&&y(j,R),c&&!l(R,P))for(n in U=!0,d(R,P,{configurable:!0,get:function(){return f(this)?this[M]:void 0}}),D)s[n]&&v(s[n],M,n);e.exports={NATIVE_ARRAY_BUFFER_VIEWS:N,TYPED_ARRAY_TAG:U&&M,aTypedArray:function(e){if(B(e))return e;throw new L("Target is not a typed array")},aTypedArrayConstructor:function(e){if(u(e)&&(!y||g(I,e)))return e;throw new L(h(e)+" is not a typed array constructor")},exportTypedArrayMethod:function(e,t,r,n){if(c){if(r)for(var i in D){var o=s[i];if(o&&l(o.prototype,e))try{delete o.prototype[e]}catch(r){try{o.prototype[e]=t}catch(e){}}}R[e]&&!r||p(R,e,r?t:N&&O[e]||t,n)}},exportTypedArrayStaticMethod:function(e,t,r){var n,i;if(c){if(y){if(r)for(n in D)if((i=s[n])&&l(i,e))try{delete i[e]}catch(e){}if(I[e]&&!r)return;try{return p(I,e,r?t:N&&I[e]||t)}catch(e){}}for(n in D)!(i=s[n])||i[e]&&!r||p(i,e,t)}},getTypedArrayConstructor:z,isView:function(e){if(!f(e))return!1;var t=w(e);return"DataView"===t||l(D,t)||l(F,t)},isTypedArray:B,TypedArray:I,TypedArrayPrototype:R}},66346:(e,t,r)=>{"use strict";var n=r(24475),i=r(79504),o=r(43724),a=r(77811),c=r(10350),s=r(66699),u=r(62106),f=r(56279),l=r(79039),w=r(90679),h=r(91291),v=r(18014),p=r(57696),d=r(15617),g=r(88490),b=r(42787),y=r(52967),m=r(84373),_=r(67680),k=r(23167),x=r(77740),E=r(10687),S=r(91181),O=c.PROPER,A=c.CONFIGURABLE,j="ArrayBuffer",I="DataView",R="prototype",T="Wrong index",L=S.getterFor(j),P=S.getterFor(I),M=S.set,C=n[j],N=C,U=N&&N[R],D=n[I],F=D&&D[R],z=Object.prototype,B=n.Array,G=n.RangeError,Y=i(m),W=i([].reverse),q=g.pack,V=g.unpack,$=function(e){return[255&e]},H=function(e){return[255&e,e>>8&255]},X=function(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]},K=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},J=function(e){return q(d(e),23,4)},Q=function(e){return q(e,52,8)},Z=function(e,t,r){u(e[R],t,{configurable:!0,get:function(){return r(this)[t]}})},ee=function(e,t,r,n){var i=P(e),o=p(r),a=!!n;if(o+t>i.byteLength)throw new G(T);var c=i.bytes,s=o+i.byteOffset,u=_(c,s,s+t);return a?u:W(u)},te=function(e,t,r,n,i,o){var a=P(e),c=p(r),s=n(+i),u=!!o;if(c+t>a.byteLength)throw new G(T);for(var f=a.bytes,l=c+a.byteOffset,w=0;w<t;w++)f[l+w]=s[u?w:t-w-1]};if(a){var re=O&&C.name!==j;l((function(){C(1)}))&&l((function(){new C(-1)}))&&!l((function(){return new C,new C(1.5),new C(NaN),1!==C.length||re&&!A}))?re&&A&&s(C,"name",j):((N=function(e){return w(this,U),k(new C(p(e)),this,N)})[R]=U,U.constructor=N,x(N,C)),y&&b(F)!==z&&y(F,z);var ne=new D(new N(2)),ie=i(F.setInt8);ne.setInt8(0,2147483648),ne.setInt8(1,2147483649),!ne.getInt8(0)&&ne.getInt8(1)||f(F,{setInt8:function(e,t){ie(this,e,t<<24>>24)},setUint8:function(e,t){ie(this,e,t<<24>>24)}},{unsafe:!0})}else U=(N=function(e){w(this,U);var t=p(e);M(this,{type:j,bytes:Y(B(t),0),byteLength:t}),o||(this.byteLength=t,this.detached=!1)})[R],F=(D=function(e,t,r){w(this,F),w(e,U);var n=L(e),i=n.byteLength,a=h(t);if(a<0||a>i)throw new G("Wrong offset");if(a+(r=void 0===r?i-a:v(r))>i)throw new G("Wrong length");M(this,{type:I,buffer:e,byteLength:r,byteOffset:a,bytes:n.bytes}),o||(this.buffer=e,this.byteLength=r,this.byteOffset=a)})[R],o&&(Z(N,"byteLength",L),Z(D,"buffer",P),Z(D,"byteLength",P),Z(D,"byteOffset",P)),f(F,{getInt8:function(e){return ee(this,1,e)[0]<<24>>24},getUint8:function(e){return ee(this,1,e)[0]},getInt16:function(e){var t=ee(this,2,e,arguments.length>1&&arguments[1]);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=ee(this,2,e,arguments.length>1&&arguments[1]);return t[1]<<8|t[0]},getInt32:function(e){return K(ee(this,4,e,arguments.length>1&&arguments[1]))},getUint32:function(e){return K(ee(this,4,e,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(e){return V(ee(this,4,e,arguments.length>1&&arguments[1]),23)},getFloat64:function(e){return V(ee(this,8,e,arguments.length>1&&arguments[1]),52)},setInt8:function(e,t){te(this,1,e,$,t)},setUint8:function(e,t){te(this,1,e,$,t)},setInt16:function(e,t){te(this,2,e,H,t,arguments.length>2&&arguments[2])},setUint16:function(e,t){te(this,2,e,H,t,arguments.length>2&&arguments[2])},setInt32:function(e,t){te(this,4,e,X,t,arguments.length>2&&arguments[2])},setUint32:function(e,t){te(this,4,e,X,t,arguments.length>2&&arguments[2])},setFloat32:function(e,t){te(this,4,e,J,t,arguments.length>2&&arguments[2])},setFloat64:function(e,t){te(this,8,e,Q,t,arguments.length>2&&arguments[2])}});E(N,j),E(D,I),e.exports={ArrayBuffer:N,DataView:D}},57029:(e,t,r)=>{"use strict";var n=r(48981),i=r(35610),o=r(26198),a=r(84606),c=Math.min;e.exports=[].copyWithin||function(e,t){var r=n(this),s=o(r),u=i(e,s),f=i(t,s),l=arguments.length>2?arguments[2]:void 0,w=c((void 0===l?s:i(l,s))-f,s-u),h=1;for(f<u&&u<f+w&&(h=-1,f+=w-1,u+=w-1);w-- >0;)f in r?r[u]=r[f]:a(r,u),u+=h,f+=h;return r}},84373:(e,t,r)=>{"use strict";var n=r(48981),i=r(35610),o=r(26198);e.exports=function(e){for(var t=n(this),r=o(t),a=arguments.length,c=i(a>1?arguments[1]:void 0,r),s=a>2?arguments[2]:void 0,u=void 0===s?r:i(s,r);u>c;)t[c++]=e;return t}},90235:(e,t,r)=>{"use strict";var n=r(59213).forEach,i=r(34598)("forEach");e.exports=i?[].forEach:function(e){return n(this,e,arguments.length>1?arguments[1]:void 0)}},35370:(e,t,r)=>{"use strict";var n=r(26198);e.exports=function(e,t,r){for(var i=0,o=arguments.length>2?r:n(t),a=new e(o);o>i;)a[i]=t[i++];return a}},97916:(e,t,r)=>{"use strict";var n=r(76080),i=r(69565),o=r(48981),a=r(96319),c=r(44209),s=r(33517),u=r(26198),f=r(97040),l=r(70081),w=r(50851),h=Array;e.exports=function(e){var t=o(e),r=s(this),v=arguments.length,p=v>1?arguments[1]:void 0,d=void 0!==p;d&&(p=n(p,v>2?arguments[2]:void 0));var g,b,y,m,_,k,x=w(t),E=0;if(!x||this===h&&c(x))for(g=u(t),b=r?new this(g):h(g);g>E;E++)k=d?p(t[E],E):t[E],f(b,E,k);else for(_=(m=l(t,x)).next,b=r?new this:[];!(y=i(_,m)).done;E++)k=d?a(m,p,[y.value,E],!0):y.value,f(b,E,k);return b.length=E,b}},19617:(e,t,r)=>{"use strict";var n=r(25397),i=r(35610),o=r(26198),a=function(e){return function(t,r,a){var c=n(t),s=o(c);if(0===s)return!e&&-1;var u,f=i(a,s);if(e&&r!=r){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((e||f in c)&&c[f]===r)return e||f||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},43839:(e,t,r)=>{"use strict";var n=r(76080),i=r(47055),o=r(48981),a=r(26198),c=function(e){var t=1===e;return function(r,c,s){for(var u,f=o(r),l=i(f),w=a(l),h=n(c,s);w-- >0;)if(h(u=l[w],w,f))switch(e){case 0:return u;case 1:return w}return t?-1:void 0}};e.exports={findLast:c(0),findLastIndex:c(1)}},59213:(e,t,r)=>{"use strict";var n=r(76080),i=r(79504),o=r(47055),a=r(48981),c=r(26198),s=r(1469),u=i([].push),f=function(e){var t=1===e,r=2===e,i=3===e,f=4===e,l=6===e,w=7===e,h=5===e||l;return function(v,p,d,g){for(var b,y,m=a(v),_=o(m),k=c(_),x=n(p,d),E=0,S=g||s,O=t?S(v,k):r||w?S(v,0):void 0;k>E;E++)if((h||E in _)&&(y=x(b=_[E],E,m),e))if(t)O[E]=y;else if(y)switch(e){case 3:return!0;case 5:return b;case 6:return E;case 2:u(O,b)}else switch(e){case 4:return!1;case 7:u(O,b)}return l?-1:i||f?f:O}};e.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterReject:f(7)}},8379:(e,t,r)=>{"use strict";var n=r(18745),i=r(25397),o=r(91291),a=r(26198),c=r(34598),s=Math.min,u=[].lastIndexOf,f=!!u&&1/[1].lastIndexOf(1,-0)<0,l=c("lastIndexOf"),w=f||!l;e.exports=w?function(e){if(f)return n(u,this,arguments)||0;var t=i(this),r=a(t);if(0===r)return-1;var c=r-1;for(arguments.length>1&&(c=s(c,o(arguments[1]))),c<0&&(c=r+c);c>=0;c--)if(c in t&&t[c]===e)return c||0;return-1}:u},70597:(e,t,r)=>{"use strict";var n=r(79039),i=r(78227),o=r(77388),a=i("species");e.exports=function(e){return o>=51||!n((function(){var t=[];return(t.constructor={})[a]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},34598:(e,t,r)=>{"use strict";var n=r(79039);e.exports=function(e,t){var r=[][e];return!!r&&n((function(){r.call(null,t||function(){return 1},1)}))}},80926:(e,t,r)=>{"use strict";var n=r(79306),i=r(48981),o=r(47055),a=r(26198),c=TypeError,s="Reduce of empty array with no initial value",u=function(e){return function(t,r,u,f){var l=i(t),w=o(l),h=a(l);if(n(r),0===h&&u<2)throw new c(s);var v=e?h-1:0,p=e?-1:1;if(u<2)for(;;){if(v in w){f=w[v],v+=p;break}if(v+=p,e?v<0:h<=v)throw new c(s)}for(;e?v>=0:h>v;v+=p)v in w&&(f=r(f,w[v],v,l));return f}};e.exports={left:u(!1),right:u(!0)}},34527:(e,t,r)=>{"use strict";var n=r(43724),i=r(34376),o=TypeError,a=Object.getOwnPropertyDescriptor,c=n&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(e){return e instanceof TypeError}}();e.exports=c?function(e,t){if(i(e)&&!a(e,"length").writable)throw new o("Cannot set read only .length");return e.length=t}:function(e,t){return e.length=t}},67680:(e,t,r)=>{"use strict";var n=r(79504);e.exports=n([].slice)},74488:(e,t,r)=>{"use strict";var n=r(67680),i=Math.floor,o=function(e,t){var r=e.length;if(r<8)for(var a,c,s=1;s<r;){for(c=s,a=e[s];c&&t(e[c-1],a)>0;)e[c]=e[--c];c!==s++&&(e[c]=a)}else for(var u=i(r/2),f=o(n(e,0,u),t),l=o(n(e,u),t),w=f.length,h=l.length,v=0,p=0;v<w||p<h;)e[v+p]=v<w&&p<h?t(f[v],l[p])<=0?f[v++]:l[p++]:v<w?f[v++]:l[p++];return e};e.exports=o},87433:(e,t,r)=>{"use strict";var n=r(34376),i=r(33517),o=r(20034),a=r(78227)("species"),c=Array;e.exports=function(e){var t;return n(e)&&(t=e.constructor,(i(t)&&(t===c||n(t.prototype))||o(t)&&null===(t=t[a]))&&(t=void 0)),void 0===t?c:t}},1469:(e,t,r)=>{"use strict";var n=r(87433);e.exports=function(e,t){return new(n(e))(0===t?0:t)}},37628:(e,t,r)=>{"use strict";var n=r(26198);e.exports=function(e,t){for(var r=n(e),i=new t(r),o=0;o<r;o++)i[o]=e[r-o-1];return i}},39928:(e,t,r)=>{"use strict";var n=r(26198),i=r(91291),o=RangeError;e.exports=function(e,t,r,a){var c=n(e),s=i(r),u=s<0?c+s:s;if(u>=c||u<0)throw new o("Incorrect index");for(var f=new t(c),l=0;l<c;l++)f[l]=l===u?a:e[l];return f}},92804:e=>{"use strict";var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=t+"+/",n=t+"-_",i=function(e){for(var t={},r=0;r<64;r++)t[e.charAt(r)]=r;return t};e.exports={i2c:r,c2i:i(r),i2cUrl:n,c2iUrl:i(n)}},96319:(e,t,r)=>{"use strict";var n=r(28551),i=r(9539);e.exports=function(e,t,r,o){try{return o?t(n(r)[0],r[1]):t(r)}catch(t){i(e,"throw",t)}}},84428:(e,t,r)=>{"use strict";var n=r(78227)("iterator"),i=!1;try{var o=0,a={next:function(){return{done:!!o++}},return:function(){i=!0}};a[n]=function(){return this},Array.from(a,(function(){throw 2}))}catch(e){}e.exports=function(e,t){try{if(!t&&!i)return!1}catch(e){return!1}var r=!1;try{var o={};o[n]=function(){return{next:function(){return{done:r=!0}}}},e(o)}catch(e){}return r}},44576:(e,t,r)=>{"use strict";var n=r(79504),i=n({}.toString),o=n("".slice);e.exports=function(e){return o(i(e),8,-1)}},36955:(e,t,r)=>{"use strict";var n=r(92140),i=r(94901),o=r(44576),a=r(78227)("toStringTag"),c=Object,s="Arguments"===o(function(){return arguments}());e.exports=n?o:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=c(e),a))?r:s?o(t):"Object"===(n=o(t))&&i(t.callee)?"Arguments":n}},86938:(e,t,r)=>{"use strict";var n=r(2360),i=r(62106),o=r(56279),a=r(76080),c=r(90679),s=r(64117),u=r(72652),f=r(51088),l=r(62529),w=r(87633),h=r(43724),v=r(3451).fastKey,p=r(91181),d=p.set,g=p.getterFor;e.exports={getConstructor:function(e,t,r,f){var l=e((function(e,i){c(e,w),d(e,{type:t,index:n(null),first:void 0,last:void 0,size:0}),h||(e.size=0),s(i)||u(i,e[f],{that:e,AS_ENTRIES:r})})),w=l.prototype,p=g(t),b=function(e,t,r){var n,i,o=p(e),a=y(e,t);return a?a.value=r:(o.last=a={index:i=v(t,!0),key:t,value:r,previous:n=o.last,next:void 0,removed:!1},o.first||(o.first=a),n&&(n.next=a),h?o.size++:e.size++,"F"!==i&&(o.index[i]=a)),e},y=function(e,t){var r,n=p(e),i=v(t);if("F"!==i)return n.index[i];for(r=n.first;r;r=r.next)if(r.key===t)return r};return o(w,{clear:function(){for(var e=p(this),t=e.first;t;)t.removed=!0,t.previous&&(t.previous=t.previous.next=void 0),t=t.next;e.first=e.last=void 0,e.index=n(null),h?e.size=0:this.size=0},delete:function(e){var t=this,r=p(t),n=y(t,e);if(n){var i=n.next,o=n.previous;delete r.index[n.index],n.removed=!0,o&&(o.next=i),i&&(i.previous=o),r.first===n&&(r.first=i),r.last===n&&(r.last=o),h?r.size--:t.size--}return!!n},forEach:function(e){for(var t,r=p(this),n=a(e,arguments.length>1?arguments[1]:void 0);t=t?t.next:r.first;)for(n(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!y(this,e)}}),o(w,r?{get:function(e){var t=y(this,e);return t&&t.value},set:function(e,t){return b(this,0===e?0:e,t)}}:{add:function(e){return b(this,e=0===e?0:e,e)}}),h&&i(w,"size",{configurable:!0,get:function(){return p(this).size}}),l},setStrong:function(e,t,r){var n=t+" Iterator",i=g(t),o=g(n);f(e,t,(function(e,t){d(this,{type:n,target:e,state:i(e),kind:t,last:void 0})}),(function(){for(var e=o(this),t=e.kind,r=e.last;r&&r.removed;)r=r.previous;return e.target&&(e.last=r=r?r.next:e.state.first)?l("keys"===t?r.key:"values"===t?r.value:[r.key,r.value],!1):(e.target=void 0,l(void 0,!0))}),r?"entries":"values",!r,!0),w(t)}}},91625:(e,t,r)=>{"use strict";var n=r(79504),i=r(56279),o=r(3451).getWeakData,a=r(90679),c=r(28551),s=r(64117),u=r(20034),f=r(72652),l=r(59213),w=r(39297),h=r(91181),v=h.set,p=h.getterFor,d=l.find,g=l.findIndex,b=n([].splice),y=0,m=function(e){return e.frozen||(e.frozen=new _)},_=function(){this.entries=[]},k=function(e,t){return d(e.entries,(function(e){return e[0]===t}))};_.prototype={get:function(e){var t=k(this,e);if(t)return t[1]},has:function(e){return!!k(this,e)},set:function(e,t){var r=k(this,e);r?r[1]=t:this.entries.push([e,t])},delete:function(e){var t=g(this.entries,(function(t){return t[0]===e}));return~t&&b(this.entries,t,1),!!~t}},e.exports={getConstructor:function(e,t,r,n){var l=e((function(e,i){a(e,h),v(e,{type:t,id:y++,frozen:void 0}),s(i)||f(i,e[n],{that:e,AS_ENTRIES:r})})),h=l.prototype,d=p(t),g=function(e,t,r){var n=d(e),i=o(c(t),!0);return!0===i?m(n).set(t,r):i[n.id]=r,e};return i(h,{delete:function(e){var t=d(this);if(!u(e))return!1;var r=o(e);return!0===r?m(t).delete(e):r&&w(r,t.id)&&delete r[t.id]},has:function(e){var t=d(this);if(!u(e))return!1;var r=o(e);return!0===r?m(t).has(e):r&&w(r,t.id)}}),i(h,r?{get:function(e){var t=d(this);if(u(e)){var r=o(e);return!0===r?m(t).get(e):r?r[t.id]:void 0}},set:function(e,t){return g(this,e,t)}}:{add:function(e){return g(this,e,!0)}}),l}}},16468:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(79504),a=r(92796),c=r(36840),s=r(3451),u=r(72652),f=r(90679),l=r(94901),w=r(64117),h=r(20034),v=r(79039),p=r(84428),d=r(10687),g=r(23167);e.exports=function(e,t,r){var b=-1!==e.indexOf("Map"),y=-1!==e.indexOf("Weak"),m=b?"set":"add",_=i[e],k=_&&_.prototype,x=_,E={},S=function(e){var t=o(k[e]);c(k,e,"add"===e?function(e){return t(this,0===e?0:e),this}:"delete"===e?function(e){return!(y&&!h(e))&&t(this,0===e?0:e)}:"get"===e?function(e){return y&&!h(e)?void 0:t(this,0===e?0:e)}:"has"===e?function(e){return!(y&&!h(e))&&t(this,0===e?0:e)}:function(e,r){return t(this,0===e?0:e,r),this})};if(a(e,!l(_)||!(y||k.forEach&&!v((function(){(new _).entries().next()})))))x=r.getConstructor(t,e,b,m),s.enable();else if(a(e,!0)){var O=new x,A=O[m](y?{}:-0,1)!==O,j=v((function(){O.has(1)})),I=p((function(e){new _(e)})),R=!y&&v((function(){for(var e=new _,t=5;t--;)e[m](t,t);return!e.has(-0)}));I||((x=t((function(e,t){f(e,k);var r=g(new _,e,x);return w(t)||u(t,r[m],{that:r,AS_ENTRIES:b}),r}))).prototype=k,k.constructor=x),(j||R)&&(S("delete"),S("has"),b&&S("get")),(R||A)&&S(m),y&&k.clear&&delete k.clear}return E[e]=x,n({global:!0,constructor:!0,forced:x!==_},E),d(x,e),y||r.setStrong(x,e,b),x}},77740:(e,t,r)=>{"use strict";var n=r(39297),i=r(35031),o=r(77347),a=r(24913);e.exports=function(e,t,r){for(var c=i(t),s=a.f,u=o.f,f=0;f<c.length;f++){var l=c[f];n(e,l)||r&&n(r,l)||s(e,l,u(t,l))}}},41436:(e,t,r)=>{"use strict";var n=r(78227)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[n]=!1,"/./"[e](t)}catch(e){}}return!1}},12211:(e,t,r)=>{"use strict";var n=r(79039);e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},77240:(e,t,r)=>{"use strict";var n=r(79504),i=r(67750),o=r(655),a=/"/g,c=n("".replace);e.exports=function(e,t,r,n){var s=o(i(e)),u="<"+t;return""!==r&&(u+=" "+r+'="'+c(o(n),a,""")+'"'),u+">"+s+"</"+t+">"}},62529:e=>{"use strict";e.exports=function(e,t){return{value:e,done:t}}},66699:(e,t,r)=>{"use strict";var n=r(43724),i=r(24913),o=r(6980);e.exports=n?function(e,t,r){return i.f(e,t,o(1,r))}:function(e,t,r){return e[t]=r,e}},6980:e=>{"use strict";e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},97040:(e,t,r)=>{"use strict";var n=r(43724),i=r(24913),o=r(6980);e.exports=function(e,t,r){n?i.f(e,t,o(0,r)):e[t]=r}},70380:(e,t,r)=>{"use strict";var n=r(79504),i=r(79039),o=r(60533).start,a=RangeError,c=isFinite,s=Math.abs,u=Date.prototype,f=u.toISOString,l=n(u.getTime),w=n(u.getUTCDate),h=n(u.getUTCFullYear),v=n(u.getUTCHours),p=n(u.getUTCMilliseconds),d=n(u.getUTCMinutes),g=n(u.getUTCMonth),b=n(u.getUTCSeconds);e.exports=i((function(){return"0385-07-25T07:06:39.999Z"!==f.call(new Date(-50000000000001))}))||!i((function(){f.call(new Date(NaN))}))?function(){if(!c(l(this)))throw new a("Invalid time value");var e=this,t=h(e),r=p(e),n=t<0?"-":t>9999?"+":"";return n+o(s(t),n?6:4,0)+"-"+o(g(e)+1,2,0)+"-"+o(w(e),2,0)+"T"+o(v(e),2,0)+":"+o(d(e),2,0)+":"+o(b(e),2,0)+"."+o(r,3,0)+"Z"}:f},53640:(e,t,r)=>{"use strict";var n=r(28551),i=r(84270),o=TypeError;e.exports=function(e){if(n(this),"string"===e||"default"===e)e="string";else if("number"!==e)throw new o("Incorrect hint");return i(this,e)}},62106:(e,t,r)=>{"use strict";var n=r(50283),i=r(24913);e.exports=function(e,t,r){return r.get&&n(r.get,t,{getter:!0}),r.set&&n(r.set,t,{setter:!0}),i.f(e,t,r)}},36840:(e,t,r)=>{"use strict";var n=r(94901),i=r(24913),o=r(50283),a=r(39433);e.exports=function(e,t,r,c){c||(c={});var s=c.enumerable,u=void 0!==c.name?c.name:t;if(n(r)&&o(r,u,c),c.global)s?e[t]=r:a(t,r);else{try{c.unsafe?e[t]&&(s=!0):delete e[t]}catch(e){}s?e[t]=r:i.f(e,t,{value:r,enumerable:!1,configurable:!c.nonConfigurable,writable:!c.nonWritable})}return e}},56279:(e,t,r)=>{"use strict";var n=r(36840);e.exports=function(e,t,r){for(var i in t)n(e,i,t[i],r);return e}},39433:(e,t,r)=>{"use strict";var n=r(24475),i=Object.defineProperty;e.exports=function(e,t){try{i(n,e,{value:t,configurable:!0,writable:!0})}catch(r){n[e]=t}return t}},84606:(e,t,r)=>{"use strict";var n=r(16823),i=TypeError;e.exports=function(e,t){if(!delete e[t])throw new i("Cannot delete property "+n(t)+" of "+n(e))}},43724:(e,t,r)=>{"use strict";var n=r(79039);e.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},94483:(e,t,r)=>{"use strict";var n,i,o,a,c=r(24475),s=r(69714),u=r(1548),f=c.structuredClone,l=c.ArrayBuffer,w=c.MessageChannel,h=!1;if(u)h=function(e){f(e,{transfer:[e]})};else if(l)try{w||(n=s("worker_threads"))&&(w=n.MessageChannel),w&&(i=new w,o=new l(2),a=function(e){i.port1.postMessage(null,[e])},2===o.byteLength&&(a(o),0===o.byteLength&&(h=a)))}catch(e){}e.exports=h},4055:(e,t,r)=>{"use strict";var n=r(24475),i=r(20034),o=n.document,a=i(o)&&i(o.createElement);e.exports=function(e){return a?o.createElement(e):{}}},96837:e=>{"use strict";var t=TypeError;e.exports=function(e){if(e>9007199254740991)throw t("Maximum allowed index exceeded");return e}},55002:e=>{"use strict";e.exports={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}}},67400:e=>{"use strict";e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},79296:(e,t,r)=>{"use strict";var n=r(4055)("span").classList,i=n&&n.constructor&&n.constructor.prototype;e.exports=i===Object.prototype?void 0:i},28834:(e,t,r)=>{"use strict";var n=r(79392).match(/firefox\/(\d+)/i);e.exports=!!n&&+n[1]},87290:(e,t,r)=>{"use strict";var n=r(50516),i=r(19088);e.exports=!n&&!i&&"object"==typeof window&&"object"==typeof document},6763:e=>{"use strict";e.exports="function"==typeof Bun&&Bun&&"string"==typeof Bun.version},50516:e=>{"use strict";e.exports="object"==typeof Deno&&Deno&&"object"==typeof Deno.version},63202:(e,t,r)=>{"use strict";var n=r(79392);e.exports=/MSIE|Trident/.test(n)},20028:(e,t,r)=>{"use strict";var n=r(79392);e.exports=/ipad|iphone|ipod/i.test(n)&&"undefined"!=typeof Pebble},48119:(e,t,r)=>{"use strict";var n=r(79392);e.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)},19088:(e,t,r)=>{"use strict";var n=r(24475),i=r(44576);e.exports="process"===i(n.process)},36765:(e,t,r)=>{"use strict";var n=r(79392);e.exports=/web0s(?!.*chrome)/i.test(n)},79392:e=>{"use strict";e.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},77388:(e,t,r)=>{"use strict";var n,i,o=r(24475),a=r(79392),c=o.process,s=o.Deno,u=c&&c.versions||s&&s.version,f=u&&u.v8;f&&(i=(n=f.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!i&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(i=+n[1]),e.exports=i},89160:(e,t,r)=>{"use strict";var n=r(79392).match(/AppleWebKit\/(\d+)\./);e.exports=!!n&&+n[1]},88727:e=>{"use strict";e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},16193:(e,t,r)=>{"use strict";var n=r(79504),i=Error,o=n("".replace),a=String(new i("zxcasd").stack),c=/\n\s*at [^:]*:[^\n]*/,s=c.test(a);e.exports=function(e,t){if(s&&"string"==typeof e&&!i.prepareStackTrace)for(;t--;)e=o(e,c,"");return e}},80747:(e,t,r)=>{"use strict";var n=r(66699),i=r(16193),o=r(24659),a=Error.captureStackTrace;e.exports=function(e,t,r,c){o&&(a?a(e,t):n(e,"stack",i(r,c)))}},24659:(e,t,r)=>{"use strict";var n=r(79039),i=r(6980);e.exports=!n((function(){var e=new Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",i(1,7)),7!==e.stack)}))},77536:(e,t,r)=>{"use strict";var n=r(43724),i=r(79039),o=r(28551),a=r(32603),c=Error.prototype.toString,s=i((function(){if(n){var e=Object.create(Object.defineProperty({},"name",{get:function(){return this===e}}));if("true"!==c.call(e))return!0}return"2: 1"!==c.call({message:1,name:2})||"Error"!==c.call({})}));e.exports=s?function(){var e=o(this),t=a(e.name,"Error"),r=a(e.message);return t?r?t+": "+r:t:r}:c},46518:(e,t,r)=>{"use strict";var n=r(24475),i=r(77347).f,o=r(66699),a=r(36840),c=r(39433),s=r(77740),u=r(92796);e.exports=function(e,t){var r,f,l,w,h,v=e.target,p=e.global,d=e.stat;if(r=p?n:d?n[v]||c(v,{}):n[v]&&n[v].prototype)for(f in t){if(w=t[f],l=e.dontCallGetSet?(h=i(r,f))&&h.value:r[f],!u(p?f:v+(d?".":"#")+f,e.forced)&&void 0!==l){if(typeof w==typeof l)continue;s(w,l)}(e.sham||l&&l.sham)&&o(w,"sham",!0),a(r,f,w,e)}}},79039:e=>{"use strict";e.exports=function(e){try{return!!e()}catch(e){return!0}}},89228:(e,t,r)=>{"use strict";r(27495);var n=r(69565),i=r(36840),o=r(57323),a=r(79039),c=r(78227),s=r(66699),u=c("species"),f=RegExp.prototype;e.exports=function(e,t,r,l){var w=c(e),h=!a((function(){var t={};return t[w]=function(){return 7},7!==""[e](t)})),v=h&&!a((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[u]=function(){return r},r.flags="",r[w]=/./[w]),r.exec=function(){return t=!0,null},r[w](""),!t}));if(!h||!v||r){var p=/./[w],d=t(w,""[e],(function(e,t,r,i,a){var c=t.exec;return c===o||c===f.exec?h&&!a?{done:!0,value:n(p,t,r,i)}:{done:!0,value:n(e,r,t,i)}:{done:!1}}));i(String.prototype,e,d[0]),i(f,w,d[1])}l&&s(f[w],"sham",!0)}},70259:(e,t,r)=>{"use strict";var n=r(34376),i=r(26198),o=r(96837),a=r(76080),c=function(e,t,r,s,u,f,l,w){for(var h,v,p=u,d=0,g=!!l&&a(l,w);d<s;)d in r&&(h=g?g(r[d],d,t):r[d],f>0&&n(h)?(v=i(h),p=c(e,t,h,v,p,f-1)-1):(o(p+1),e[p]=h),p++),d++;return p};e.exports=c},92744:(e,t,r)=>{"use strict";var n=r(79039);e.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},18745:(e,t,r)=>{"use strict";var n=r(40616),i=Function.prototype,o=i.apply,a=i.call;e.exports="object"==typeof Reflect&&Reflect.apply||(n?a.bind(o):function(){return a.apply(o,arguments)})},76080:(e,t,r)=>{"use strict";var n=r(27476),i=r(79306),o=r(40616),a=n(n.bind);e.exports=function(e,t){return i(e),void 0===t?e:o?a(e,t):function(){return e.apply(t,arguments)}}},40616:(e,t,r)=>{"use strict";var n=r(79039);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},30566:(e,t,r)=>{"use strict";var n=r(79504),i=r(79306),o=r(20034),a=r(39297),c=r(67680),s=r(40616),u=Function,f=n([].concat),l=n([].join),w={};e.exports=s?u.bind:function(e){var t=i(this),r=t.prototype,n=c(arguments,1),s=function(){var r=f(n,c(arguments));return this instanceof s?function(e,t,r){if(!a(w,t)){for(var n=[],i=0;i<t;i++)n[i]="a["+i+"]";w[t]=u("C,a","return new C("+l(n,",")+")")}return w[t](e,r)}(t,r.length,r):t.apply(e,r)};return o(r)&&(s.prototype=r),s}},69565:(e,t,r)=>{"use strict";var n=r(40616),i=Function.prototype.call;e.exports=n?i.bind(i):function(){return i.apply(i,arguments)}},10350:(e,t,r)=>{"use strict";var n=r(43724),i=r(39297),o=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,c=i(o,"name"),s=c&&"something"===function(){}.name,u=c&&(!n||n&&a(o,"name").configurable);e.exports={EXISTS:c,PROPER:s,CONFIGURABLE:u}},46706:(e,t,r)=>{"use strict";var n=r(79504),i=r(79306);e.exports=function(e,t,r){try{return n(i(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}}},27476:(e,t,r)=>{"use strict";var n=r(44576),i=r(79504);e.exports=function(e){if("Function"===n(e))return i(e)}},79504:(e,t,r)=>{"use strict";var n=r(40616),i=Function.prototype,o=i.call,a=n&&i.bind.bind(o,o);e.exports=n?a:function(e){return function(){return o.apply(e,arguments)}}},44124:(e,t,r)=>{"use strict";var n=r(24475);e.exports=function(e,t){var r=n[e],i=r&&r.prototype;return i&&i[t]}},97751:(e,t,r)=>{"use strict";var n=r(24475),i=r(94901);e.exports=function(e,t){return arguments.length<2?(r=n[e],i(r)?r:void 0):n[e]&&n[e][t];var r}},50851:(e,t,r)=>{"use strict";var n=r(36955),i=r(55966),o=r(64117),a=r(26269),c=r(78227)("iterator");e.exports=function(e){if(!o(e))return i(e,c)||i(e,"@@iterator")||a[n(e)]}},70081:(e,t,r)=>{"use strict";var n=r(69565),i=r(79306),o=r(28551),a=r(16823),c=r(50851),s=TypeError;e.exports=function(e,t){var r=arguments.length<2?c(e):t;if(i(r))return o(n(r,e));throw new s(a(e)+" is not iterable")}},66933:(e,t,r)=>{"use strict";var n=r(79504),i=r(34376),o=r(94901),a=r(44576),c=r(655),s=n([].push);e.exports=function(e){if(o(e))return e;if(i(e)){for(var t=e.length,r=[],n=0;n<t;n++){var u=e[n];"string"==typeof u?s(r,u):"number"!=typeof u&&"Number"!==a(u)&&"String"!==a(u)||s(r,c(u))}var f=r.length,l=!0;return function(e,t){if(l)return l=!1,t;if(i(this))return t;for(var n=0;n<f;n++)if(r[n]===e)return t}}}},55966:(e,t,r)=>{"use strict";var n=r(79306),i=r(64117);e.exports=function(e,t){var r=e[t];return i(r)?void 0:n(r)}},2478:(e,t,r)=>{"use strict";var n=r(79504),i=r(48981),o=Math.floor,a=n("".charAt),c=n("".replace),s=n("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,f=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,r,n,l,w){var h=r+e.length,v=n.length,p=f;return void 0!==l&&(l=i(l),p=u),c(w,p,(function(i,c){var u;switch(a(c,0)){case"$":return"$";case"&":return e;case"`":return s(t,0,r);case"'":return s(t,h);case"<":u=l[s(c,1,-1)];break;default:var f=+c;if(0===f)return i;if(f>v){var w=o(f/10);return 0===w?i:w<=v?void 0===n[w-1]?a(c,1):n[w-1]+a(c,1):i}u=n[f-1]}return void 0===u?"":u}))}},24475:function(e,t,r){"use strict";var n=function(e){return e&&e.Math===Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()},39297:(e,t,r)=>{"use strict";var n=r(79504),i=r(48981),o=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return o(i(e),t)}},30421:e=>{"use strict";e.exports={}},90757:e=>{"use strict";e.exports=function(e,t){try{1===arguments.length?console.error(e):console.error(e,t)}catch(e){}}},20397:(e,t,r)=>{"use strict";var n=r(97751);e.exports=n("document","documentElement")},35917:(e,t,r)=>{"use strict";var n=r(43724),i=r(79039),o=r(4055);e.exports=!n&&!i((function(){return 7!==Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},88490:e=>{"use strict";var t=Array,r=Math.abs,n=Math.pow,i=Math.floor,o=Math.log,a=Math.LN2;e.exports={pack:function(e,c,s){var u,f,l,w=t(s),h=8*s-c-1,v=(1<<h)-1,p=v>>1,d=23===c?n(2,-24)-n(2,-77):0,g=e<0||0===e&&1/e<0?1:0,b=0;for((e=r(e))!=e||e===1/0?(f=e!=e?1:0,u=v):(u=i(o(e)/a),e*(l=n(2,-u))<1&&(u--,l*=2),(e+=u+p>=1?d/l:d*n(2,1-p))*l>=2&&(u++,l/=2),u+p>=v?(f=0,u=v):u+p>=1?(f=(e*l-1)*n(2,c),u+=p):(f=e*n(2,p-1)*n(2,c),u=0));c>=8;)w[b++]=255&f,f/=256,c-=8;for(u=u<<c|f,h+=c;h>0;)w[b++]=255&u,u/=256,h-=8;return w[--b]|=128*g,w},unpack:function(e,t){var r,i=e.length,o=8*i-t-1,a=(1<<o)-1,c=a>>1,s=o-7,u=i-1,f=e[u--],l=127&f;for(f>>=7;s>0;)l=256*l+e[u--],s-=8;for(r=l&(1<<-s)-1,l>>=-s,s+=t;s>0;)r=256*r+e[u--],s-=8;if(0===l)l=1-c;else{if(l===a)return r?NaN:f?-1/0:1/0;r+=n(2,t),l-=c}return(f?-1:1)*r*n(2,l-t)}}},47055:(e,t,r)=>{"use strict";var n=r(79504),i=r(79039),o=r(44576),a=Object,c=n("".split);e.exports=i((function(){return!a("z").propertyIsEnumerable(0)}))?function(e){return"String"===o(e)?c(e,""):a(e)}:a},23167:(e,t,r)=>{"use strict";var n=r(94901),i=r(20034),o=r(52967);e.exports=function(e,t,r){var a,c;return o&&n(a=t.constructor)&&a!==r&&i(c=a.prototype)&&c!==r.prototype&&o(e,c),e}},33706:(e,t,r)=>{"use strict";var n=r(79504),i=r(94901),o=r(77629),a=n(Function.toString);i(o.inspectSource)||(o.inspectSource=function(e){return a(e)}),e.exports=o.inspectSource},77584:(e,t,r)=>{"use strict";var n=r(20034),i=r(66699);e.exports=function(e,t){n(t)&&"cause"in t&&i(e,"cause",t.cause)}},3451:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(30421),a=r(20034),c=r(39297),s=r(24913).f,u=r(38480),f=r(10298),l=r(34124),w=r(33392),h=r(92744),v=!1,p=w("meta"),d=0,g=function(e){s(e,p,{value:{objectID:"O"+d++,weakData:{}}})},b=e.exports={enable:function(){b.enable=function(){},v=!0;var e=u.f,t=i([].splice),r={};r[p]=1,e(r).length&&(u.f=function(r){for(var n=e(r),i=0,o=n.length;i<o;i++)if(n[i]===p){t(n,i,1);break}return n},n({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:f.f}))},fastKey:function(e,t){if(!a(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!c(e,p)){if(!l(e))return"F";if(!t)return"E";g(e)}return e[p].objectID},getWeakData:function(e,t){if(!c(e,p)){if(!l(e))return!0;if(!t)return!1;g(e)}return e[p].weakData},onFreeze:function(e){return h&&v&&l(e)&&!c(e,p)&&g(e),e}};o[p]=!0},91181:(e,t,r)=>{"use strict";var n,i,o,a=r(58622),c=r(24475),s=r(20034),u=r(66699),f=r(39297),l=r(77629),w=r(66119),h=r(30421),v="Object already initialized",p=c.TypeError,d=c.WeakMap;if(a||l.state){var g=l.state||(l.state=new d);g.get=g.get,g.has=g.has,g.set=g.set,n=function(e,t){if(g.has(e))throw new p(v);return t.facade=e,g.set(e,t),t},i=function(e){return g.get(e)||{}},o=function(e){return g.has(e)}}else{var b=w("state");h[b]=!0,n=function(e,t){if(f(e,b))throw new p(v);return t.facade=e,u(e,b,t),t},i=function(e){return f(e,b)?e[b]:{}},o=function(e){return f(e,b)}}e.exports={set:n,get:i,has:o,enforce:function(e){return o(e)?i(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!s(t)||(r=i(t)).type!==e)throw new p("Incompatible receiver, "+e+" required");return r}}}},44209:(e,t,r)=>{"use strict";var n=r(78227),i=r(26269),o=n("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||a[o]===e)}},34376:(e,t,r)=>{"use strict";var n=r(44576);e.exports=Array.isArray||function(e){return"Array"===n(e)}},18727:(e,t,r)=>{"use strict";var n=r(36955);e.exports=function(e){var t=n(e);return"BigInt64Array"===t||"BigUint64Array"===t}},94901:e=>{"use strict";var t="object"==typeof document&&document.all;e.exports=void 0===t&&void 0!==t?function(e){return"function"==typeof e||e===t}:function(e){return"function"==typeof e}},33517:(e,t,r)=>{"use strict";var n=r(79504),i=r(79039),o=r(94901),a=r(36955),c=r(97751),s=r(33706),u=function(){},f=c("Reflect","construct"),l=/^\s*(?:class|function)\b/,w=n(l.exec),h=!l.test(u),v=function(e){if(!o(e))return!1;try{return f(u,[],e),!0}catch(e){return!1}},p=function(e){if(!o(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return h||!!w(l,s(e))}catch(e){return!0}};p.sham=!0,e.exports=!f||i((function(){var e;return v(v.call)||!v(Object)||!v((function(){e=!0}))||e}))?p:v},16575:(e,t,r)=>{"use strict";var n=r(39297);e.exports=function(e){return void 0!==e&&(n(e,"value")||n(e,"writable"))}},92796:(e,t,r)=>{"use strict";var n=r(79039),i=r(94901),o=/#|\.prototype\./,a=function(e,t){var r=s[c(e)];return r===f||r!==u&&(i(t)?n(t):!!t)},c=a.normalize=function(e){return String(e).replace(o,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",f=a.POLYFILL="P";e.exports=a},2087:(e,t,r)=>{"use strict";var n=r(20034),i=Math.floor;e.exports=Number.isInteger||function(e){return!n(e)&&isFinite(e)&&i(e)===e}},64117:e=>{"use strict";e.exports=function(e){return null==e}},20034:(e,t,r)=>{"use strict";var n=r(94901);e.exports=function(e){return"object"==typeof e?null!==e:n(e)}},13925:(e,t,r)=>{"use strict";var n=r(20034);e.exports=function(e){return n(e)||null===e}},96395:e=>{"use strict";e.exports=!1},60788:(e,t,r)=>{"use strict";var n=r(20034),i=r(44576),o=r(78227)("match");e.exports=function(e){var t;return n(e)&&(void 0!==(t=e[o])?!!t:"RegExp"===i(e))}},10757:(e,t,r)=>{"use strict";var n=r(97751),i=r(94901),o=r(1625),a=r(7040),c=Object;e.exports=a?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return i(t)&&o(t.prototype,c(e))}},40507:(e,t,r)=>{"use strict";var n=r(69565);e.exports=function(e,t,r){for(var i,o,a=r?e:e.iterator,c=e.next;!(i=n(c,a)).done;)if(void 0!==(o=t(i.value)))return o}},72652:(e,t,r)=>{"use strict";var n=r(76080),i=r(69565),o=r(28551),a=r(16823),c=r(44209),s=r(26198),u=r(1625),f=r(70081),l=r(50851),w=r(9539),h=TypeError,v=function(e,t){this.stopped=e,this.result=t},p=v.prototype;e.exports=function(e,t,r){var d,g,b,y,m,_,k,x=r&&r.that,E=!(!r||!r.AS_ENTRIES),S=!(!r||!r.IS_RECORD),O=!(!r||!r.IS_ITERATOR),A=!(!r||!r.INTERRUPTED),j=n(t,x),I=function(e){return d&&w(d,"normal",e),new v(!0,e)},R=function(e){return E?(o(e),A?j(e[0],e[1],I):j(e[0],e[1])):A?j(e,I):j(e)};if(S)d=e.iterator;else if(O)d=e;else{if(!(g=l(e)))throw new h(a(e)+" is not iterable");if(c(g)){for(b=0,y=s(e);y>b;b++)if((m=R(e[b]))&&u(p,m))return m;return new v(!1)}d=f(e,g)}for(_=S?e.next:d.next;!(k=i(_,d)).done;){try{m=R(k.value)}catch(e){w(d,"throw",e)}if("object"==typeof m&&m&&u(p,m))return m}return new v(!1)}},9539:(e,t,r)=>{"use strict";var n=r(69565),i=r(28551),o=r(55966);e.exports=function(e,t,r){var a,c;i(e);try{if(!(a=o(e,"return"))){if("throw"===t)throw r;return r}a=n(a,e)}catch(e){c=!0,a=e}if("throw"===t)throw r;if(c)throw a;return i(a),r}},33994:(e,t,r)=>{"use strict";var n=r(57657).IteratorPrototype,i=r(2360),o=r(6980),a=r(10687),c=r(26269),s=function(){return this};e.exports=function(e,t,r,u){var f=t+" Iterator";return e.prototype=i(n,{next:o(+!u,r)}),a(e,f,!1,!0),c[f]=s,e}},51088:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),o=r(96395),a=r(10350),c=r(94901),s=r(33994),u=r(42787),f=r(52967),l=r(10687),w=r(66699),h=r(36840),v=r(78227),p=r(26269),d=r(57657),g=a.PROPER,b=a.CONFIGURABLE,y=d.IteratorPrototype,m=d.BUGGY_SAFARI_ITERATORS,_=v("iterator"),k="keys",x="values",E="entries",S=function(){return this};e.exports=function(e,t,r,a,v,d,O){s(r,t,a);var A,j,I,R=function(e){if(e===v&&C)return C;if(!m&&e&&e in P)return P[e];switch(e){case k:case x:case E:return function(){return new r(this,e)}}return function(){return new r(this)}},T=t+" Iterator",L=!1,P=e.prototype,M=P[_]||P["@@iterator"]||v&&P[v],C=!m&&M||R(v),N="Array"===t&&P.entries||M;if(N&&(A=u(N.call(new e)))!==Object.prototype&&A.next&&(o||u(A)===y||(f?f(A,y):c(A[_])||h(A,_,S)),l(A,T,!0,!0),o&&(p[T]=S)),g&&v===x&&M&&M.name!==x&&(!o&&b?w(P,"name",x):(L=!0,C=function(){return i(M,this)})),v)if(j={values:R(x),keys:d?C:R(k),entries:R(E)},O)for(I in j)(m||L||!(I in P))&&h(P,I,j[I]);else n({target:t,proto:!0,forced:m||L},j);return o&&!O||P[_]===C||h(P,_,C,{name:v}),p[t]=C,j}},57657:(e,t,r)=>{"use strict";var n,i,o,a=r(79039),c=r(94901),s=r(20034),u=r(2360),f=r(42787),l=r(36840),w=r(78227),h=r(96395),v=w("iterator"),p=!1;[].keys&&("next"in(o=[].keys())?(i=f(f(o)))!==Object.prototype&&(n=i):p=!0),!s(n)||a((function(){var e={};return n[v].call(e)!==e}))?n={}:h&&(n=u(n)),c(n[v])||l(n,v,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:p}},26269:e=>{"use strict";e.exports={}},26198:(e,t,r)=>{"use strict";var n=r(18014);e.exports=function(e){return n(e.length)}},50283:(e,t,r)=>{"use strict";var n=r(79504),i=r(79039),o=r(94901),a=r(39297),c=r(43724),s=r(10350).CONFIGURABLE,u=r(33706),f=r(91181),l=f.enforce,w=f.get,h=String,v=Object.defineProperty,p=n("".slice),d=n("".replace),g=n([].join),b=c&&!i((function(){return 8!==v((function(){}),"length",{value:8}).length})),y=String(String).split("String"),m=e.exports=function(e,t,r){"Symbol("===p(h(t),0,7)&&(t="["+d(h(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!a(e,"name")||s&&e.name!==t)&&(c?v(e,"name",{value:t,configurable:!0}):e.name=t),b&&r&&a(r,"arity")&&e.length!==r.arity&&v(e,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?c&&v(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=l(e);return a(n,"source")||(n.source=g(y,"string"==typeof t?t:"")),e};Function.prototype.toString=m((function(){return o(this)&&w(this).source||u(this)}),"toString")},72248:(e,t,r)=>{"use strict";var n=r(79504),i=Map.prototype;e.exports={Map,set:n(i.set),get:n(i.get),has:n(i.has),remove:n(i.delete),proto:i}},53250:e=>{"use strict";var t=Math.expm1,r=Math.exp;e.exports=!t||t(10)>22025.465794806718||t(10)<22025.465794806718||-2e-17!==t(-2e-17)?function(e){var t=+e;return 0===t?t:t>-1e-6&&t<1e-6?t+t*t/2:r(t)-1}:t},33164:(e,t,r)=>{"use strict";var n=r(77782),i=Math.abs,o=2220446049250313e-31,a=1/o;e.exports=function(e,t,r,c){var s=+e,u=i(s),f=n(s);if(u<c)return f*function(e){return e+a-a}(u/c/t)*c*t;var l=(1+t/o)*u,w=l-(l-u);return w>r||w!=w?f*(1/0):f*w}},15617:(e,t,r)=>{"use strict";var n=r(33164);e.exports=Math.fround||function(e){return n(e,1.1920928955078125e-7,34028234663852886e22,11754943508222875e-54)}},49340:e=>{"use strict";var t=Math.log,r=Math.LOG10E;e.exports=Math.log10||function(e){return t(e)*r}},7740:e=>{"use strict";var t=Math.log;e.exports=Math.log1p||function(e){var r=+e;return r>-1e-8&&r<1e-8?r-r*r/2:t(1+r)}},77782:e=>{"use strict";e.exports=Math.sign||function(e){var t=+e;return 0===t||t!=t?t:t<0?-1:1}},80741:e=>{"use strict";var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},91955:(e,t,r)=>{"use strict";var n,i,o,a,c,s=r(24475),u=r(93389),f=r(76080),l=r(59225).set,w=r(18265),h=r(48119),v=r(20028),p=r(36765),d=r(19088),g=s.MutationObserver||s.WebKitMutationObserver,b=s.document,y=s.process,m=s.Promise,_=u("queueMicrotask");if(!_){var k=new w,x=function(){var e,t;for(d&&(e=y.domain)&&e.exit();t=k.get();)try{t()}catch(e){throw k.head&&n(),e}e&&e.enter()};h||d||p||!g||!b?!v&&m&&m.resolve?((a=m.resolve(void 0)).constructor=m,c=f(a.then,a),n=function(){c(x)}):d?n=function(){y.nextTick(x)}:(l=f(l,s),n=function(){l(x)}):(i=!0,o=b.createTextNode(""),new g(x).observe(o,{characterData:!0}),n=function(){o.data=i=!i}),_=function(e){k.head||n(),k.add(e)}}e.exports=_},36043:(e,t,r)=>{"use strict";var n=r(79306),i=TypeError,o=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw new i("Bad Promise constructor");t=e,r=n})),this.resolve=n(t),this.reject=n(r)};e.exports.f=function(e){return new o(e)}},32603:(e,t,r)=>{"use strict";var n=r(655);e.exports=function(e,t){return void 0===e?arguments.length<2?"":t:n(e)}},60511:(e,t,r)=>{"use strict";var n=r(60788),i=TypeError;e.exports=function(e){if(n(e))throw new i("The method doesn't accept regular expressions");return e}},50360:(e,t,r)=>{"use strict";var n=r(24475).isFinite;e.exports=Number.isFinite||function(e){return"number"==typeof e&&n(e)}},33904:(e,t,r)=>{"use strict";var n=r(24475),i=r(79039),o=r(79504),a=r(655),c=r(43802).trim,s=r(47452),u=o("".charAt),f=n.parseFloat,l=n.Symbol,w=l&&l.iterator,h=1/f(s+"-0")!=-1/0||w&&!i((function(){f(Object(w))}));e.exports=h?function(e){var t=c(a(e)),r=f(t);return 0===r&&"-"===u(t,0)?-0:r}:f},52703:(e,t,r)=>{"use strict";var n=r(24475),i=r(79039),o=r(79504),a=r(655),c=r(43802).trim,s=r(47452),u=n.parseInt,f=n.Symbol,l=f&&f.iterator,w=/^[+-]?0x/i,h=o(w.exec),v=8!==u(s+"08")||22!==u(s+"0x16")||l&&!i((function(){u(Object(l))}));e.exports=v?function(e,t){var r=c(a(e));return u(r,t>>>0||(h(w,r)?16:10))}:u},44213:(e,t,r)=>{"use strict";var n=r(43724),i=r(79504),o=r(69565),a=r(79039),c=r(71072),s=r(33717),u=r(48773),f=r(48981),l=r(47055),w=Object.assign,h=Object.defineProperty,v=i([].concat);e.exports=!w||a((function(){if(n&&1!==w({b:1},w(h({},"a",{enumerable:!0,get:function(){h(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),i="abcdefghijklmnopqrst";return e[r]=7,i.split("").forEach((function(e){t[e]=e})),7!==w({},e)[r]||c(w({},t)).join("")!==i}))?function(e,t){for(var r=f(e),i=arguments.length,a=1,w=s.f,h=u.f;i>a;)for(var p,d=l(arguments[a++]),g=w?v(c(d),w(d)):c(d),b=g.length,y=0;b>y;)p=g[y++],n&&!o(h,d,p)||(r[p]=d[p]);return r}:w},2360:(e,t,r)=>{"use strict";var n,i=r(28551),o=r(96801),a=r(88727),c=r(30421),s=r(20397),u=r(4055),f=r(66119),l="prototype",w="script",h=f("IE_PROTO"),v=function(){},p=function(e){return"<"+w+">"+e+"</"+w+">"},d=function(e){e.write(p("")),e.close();var t=e.parentWindow.Object;return e=null,t},g=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;g="undefined"!=typeof document?document.domain&&n?d(n):(t=u("iframe"),r="java"+w+":",t.style.display="none",s.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(p("document.F=Object")),e.close(),e.F):d(n);for(var i=a.length;i--;)delete g[l][a[i]];return g()};c[h]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(v[l]=i(e),r=new v,v[l]=null,r[h]=e):r=g(),void 0===t?r:o.f(r,t)}},96801:(e,t,r)=>{"use strict";var n=r(43724),i=r(48686),o=r(24913),a=r(28551),c=r(25397),s=r(71072);t.f=n&&!i?Object.defineProperties:function(e,t){a(e);for(var r,n=c(t),i=s(t),u=i.length,f=0;u>f;)o.f(e,r=i[f++],n[r]);return e}},24913:(e,t,r)=>{"use strict";var n=r(43724),i=r(35917),o=r(48686),a=r(28551),c=r(56969),s=TypeError,u=Object.defineProperty,f=Object.getOwnPropertyDescriptor,l="enumerable",w="configurable",h="writable";t.f=n?o?function(e,t,r){if(a(e),t=c(t),a(r),"function"==typeof e&&"prototype"===t&&"value"in r&&h in r&&!r[h]){var n=f(e,t);n&&n[h]&&(e[t]=r.value,r={configurable:w in r?r[w]:n[w],enumerable:l in r?r[l]:n[l],writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(a(e),t=c(t),a(r),i)try{return u(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new s("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},77347:(e,t,r)=>{"use strict";var n=r(43724),i=r(69565),o=r(48773),a=r(6980),c=r(25397),s=r(56969),u=r(39297),f=r(35917),l=Object.getOwnPropertyDescriptor;t.f=n?l:function(e,t){if(e=c(e),t=s(t),f)try{return l(e,t)}catch(e){}if(u(e,t))return a(!i(o.f,e,t),e[t])}},10298:(e,t,r)=>{"use strict";var n=r(44576),i=r(25397),o=r(38480).f,a=r(67680),c="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return c&&"Window"===n(e)?function(e){try{return o(e)}catch(e){return a(c)}}(e):o(i(e))}},38480:(e,t,r)=>{"use strict";var n=r(61828),i=r(88727).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,i)}},33717:(e,t)=>{"use strict";t.f=Object.getOwnPropertySymbols},42787:(e,t,r)=>{"use strict";var n=r(39297),i=r(94901),o=r(48981),a=r(66119),c=r(12211),s=a("IE_PROTO"),u=Object,f=u.prototype;e.exports=c?u.getPrototypeOf:function(e){var t=o(e);if(n(t,s))return t[s];var r=t.constructor;return i(r)&&t instanceof r?r.prototype:t instanceof u?f:null}},34124:(e,t,r)=>{"use strict";var n=r(79039),i=r(20034),o=r(44576),a=r(15652),c=Object.isExtensible,s=n((function(){c(1)}));e.exports=s||a?function(e){return!!i(e)&&(!a||"ArrayBuffer"!==o(e))&&(!c||c(e))}:c},1625:(e,t,r)=>{"use strict";var n=r(79504);e.exports=n({}.isPrototypeOf)},61828:(e,t,r)=>{"use strict";var n=r(79504),i=r(39297),o=r(25397),a=r(19617).indexOf,c=r(30421),s=n([].push);e.exports=function(e,t){var r,n=o(e),u=0,f=[];for(r in n)!i(c,r)&&i(n,r)&&s(f,r);for(;t.length>u;)i(n,r=t[u++])&&(~a(f,r)||s(f,r));return f}},71072:(e,t,r)=>{"use strict";var n=r(61828),i=r(88727);e.exports=Object.keys||function(e){return n(e,i)}},48773:(e,t)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,i=n&&!r.call({1:2},1);t.f=i?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},42551:(e,t,r)=>{"use strict";var n=r(96395),i=r(24475),o=r(79039),a=r(89160);e.exports=n||!o((function(){if(!(a&&a<535)){var e=Math.random();__defineSetter__.call(null,e,(function(){})),delete i[e]}}))},52967:(e,t,r)=>{"use strict";var n=r(46706),i=r(28551),o=r(73506);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return i(r),o(n),t?e(r,n):r.__proto__=n,r}}():void 0)},32357:(e,t,r)=>{"use strict";var n=r(43724),i=r(79039),o=r(79504),a=r(42787),c=r(71072),s=r(25397),u=o(r(48773).f),f=o([].push),l=n&&i((function(){var e=Object.create(null);return e[2]=2,!u(e,2)})),w=function(e){return function(t){for(var r,i=s(t),o=c(i),w=l&&null===a(i),h=o.length,v=0,p=[];h>v;)r=o[v++],n&&!(w?r in i:u(i,r))||f(p,e?[r,i[r]]:i[r]);return p}};e.exports={entries:w(!0),values:w(!1)}},53179:(e,t,r)=>{"use strict";var n=r(92140),i=r(36955);e.exports=n?{}.toString:function(){return"[object "+i(this)+"]"}},84270:(e,t,r)=>{"use strict";var n=r(69565),i=r(94901),o=r(20034),a=TypeError;e.exports=function(e,t){var r,c;if("string"===t&&i(r=e.toString)&&!o(c=n(r,e)))return c;if(i(r=e.valueOf)&&!o(c=n(r,e)))return c;if("string"!==t&&i(r=e.toString)&&!o(c=n(r,e)))return c;throw new a("Can't convert object to primitive value")}},35031:(e,t,r)=>{"use strict";var n=r(97751),i=r(79504),o=r(38480),a=r(33717),c=r(28551),s=i([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=o.f(c(e)),r=a.f;return r?s(t,r(e)):t}},19167:(e,t,r)=>{"use strict";var n=r(24475);e.exports=n},1103:e=>{"use strict";e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},10916:(e,t,r)=>{"use strict";var n=r(24475),i=r(80550),o=r(94901),a=r(92796),c=r(33706),s=r(78227),u=r(87290),f=r(50516),l=r(96395),w=r(77388),h=i&&i.prototype,v=s("species"),p=!1,d=o(n.PromiseRejectionEvent),g=a("Promise",(function(){var e=c(i),t=e!==String(i);if(!t&&66===w)return!0;if(l&&(!h.catch||!h.finally))return!0;if(!w||w<51||!/native code/.test(e)){var r=new i((function(e){e(1)})),n=function(e){e((function(){}),(function(){}))};if((r.constructor={})[v]=n,!(p=r.then((function(){}))instanceof n))return!0}return!t&&(u||f)&&!d}));e.exports={CONSTRUCTOR:g,REJECTION_EVENT:d,SUBCLASSING:p}},80550:(e,t,r)=>{"use strict";var n=r(24475);e.exports=n.Promise},93438:(e,t,r)=>{"use strict";var n=r(28551),i=r(20034),o=r(36043);e.exports=function(e,t){if(n(e),i(t)&&t.constructor===e)return t;var r=o.f(e);return(0,r.resolve)(t),r.promise}},90537:(e,t,r)=>{"use strict";var n=r(80550),i=r(84428),o=r(10916).CONSTRUCTOR;e.exports=o||!i((function(e){n.all(e).then(void 0,(function(){}))}))},11056:(e,t,r)=>{"use strict";var n=r(24913).f;e.exports=function(e,t,r){r in e||n(e,r,{configurable:!0,get:function(){return t[r]},set:function(e){t[r]=e}})}},18265:e=>{"use strict";var t=function(){this.head=null,this.tail=null};t.prototype={add:function(e){var t={item:e,next:null},r=this.tail;r?r.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return null===(this.head=e.next)&&(this.tail=null),e.item}},e.exports=t},56682:(e,t,r)=>{"use strict";var n=r(69565),i=r(28551),o=r(94901),a=r(44576),c=r(57323),s=TypeError;e.exports=function(e,t){var r=e.exec;if(o(r)){var u=n(r,e,t);return null!==u&&i(u),u}if("RegExp"===a(e))return n(c,e,t);throw new s("RegExp#exec called on incompatible receiver")}},57323:(e,t,r)=>{"use strict";var n,i,o=r(69565),a=r(79504),c=r(655),s=r(67979),u=r(58429),f=r(25745),l=r(2360),w=r(91181).get,h=r(83635),v=r(18814),p=f("native-string-replace",String.prototype.replace),d=RegExp.prototype.exec,g=d,b=a("".charAt),y=a("".indexOf),m=a("".replace),_=a("".slice),k=(i=/b*/g,o(d,n=/a/,"a"),o(d,i,"a"),0!==n.lastIndex||0!==i.lastIndex),x=u.BROKEN_CARET,E=void 0!==/()??/.exec("")[1];(k||E||x||h||v)&&(g=function(e){var t,r,n,i,a,u,f,h=this,v=w(h),S=c(e),O=v.raw;if(O)return O.lastIndex=h.lastIndex,t=o(g,O,S),h.lastIndex=O.lastIndex,t;var A=v.groups,j=x&&h.sticky,I=o(s,h),R=h.source,T=0,L=S;if(j&&(I=m(I,"y",""),-1===y(I,"g")&&(I+="g"),L=_(S,h.lastIndex),h.lastIndex>0&&(!h.multiline||h.multiline&&"\n"!==b(S,h.lastIndex-1))&&(R="(?: "+R+")",L=" "+L,T++),r=new RegExp("^(?:"+R+")",I)),E&&(r=new RegExp("^"+R+"$(?!\\s)",I)),k&&(n=h.lastIndex),i=o(d,j?r:h,L),j?i?(i.input=_(i.input,T),i[0]=_(i[0],T),i.index=h.lastIndex,h.lastIndex+=i[0].length):h.lastIndex=0:k&&i&&(h.lastIndex=h.global?i.index+i[0].length:n),E&&i&&i.length>1&&o(p,i[0],r,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(i[a]=void 0)})),i&&A)for(i.groups=u=l(null),a=0;a<A.length;a++)u[(f=A[a])[0]]=i[f[1]];return i}),e.exports=g},67979:(e,t,r)=>{"use strict";var n=r(28551);e.exports=function(){var e=n(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t}},61034:(e,t,r)=>{"use strict";var n=r(69565),i=r(39297),o=r(1625),a=r(67979),c=RegExp.prototype;e.exports=function(e){var t=e.flags;return void 0!==t||"flags"in c||i(e,"flags")||!o(c,e)?t:n(a,e)}},58429:(e,t,r)=>{"use strict";var n=r(79039),i=r(24475).RegExp,o=n((function(){var e=i("a","y");return e.lastIndex=2,null!==e.exec("abcd")})),a=o||n((function(){return!i("a","y").sticky})),c=o||n((function(){var e=i("^r","gy");return e.lastIndex=2,null!==e.exec("str")}));e.exports={BROKEN_CARET:c,MISSED_STICKY:a,UNSUPPORTED_Y:o}},83635:(e,t,r)=>{"use strict";var n=r(79039),i=r(24475).RegExp;e.exports=n((function(){var e=i(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)}))},18814:(e,t,r)=>{"use strict";var n=r(79039),i=r(24475).RegExp;e.exports=n((function(){var e=i("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")}))},67750:(e,t,r)=>{"use strict";var n=r(64117),i=TypeError;e.exports=function(e){if(n(e))throw new i("Can't call method on "+e);return e}},93389:(e,t,r)=>{"use strict";var n=r(24475),i=r(43724),o=Object.getOwnPropertyDescriptor;e.exports=function(e){if(!i)return n[e];var t=o(n,e);return t&&t.value}},3470:e=>{"use strict";e.exports=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},79472:(e,t,r)=>{"use strict";var n,i=r(24475),o=r(18745),a=r(94901),c=r(6763),s=r(79392),u=r(67680),f=r(22812),l=i.Function,w=/MSIE .\./.test(s)||c&&((n=i.Bun.version.split(".")).length<3||"0"===n[0]&&(n[1]<3||"3"===n[1]&&"0"===n[2]));e.exports=function(e,t){var r=t?2:1;return w?function(n,i){var c=f(arguments.length,1)>r,s=a(n)?n:l(n),w=c?u(arguments,r):[],h=c?function(){o(s,this,w)}:s;return t?e(h,i):e(h)}:e}},94402:(e,t,r)=>{"use strict";var n=r(79504),i=Set.prototype;e.exports={Set,add:n(i.add),has:n(i.has),remove:n(i.delete),proto:i}},38469:(e,t,r)=>{"use strict";var n=r(79504),i=r(40507),o=r(94402),a=o.Set,c=o.proto,s=n(c.forEach),u=n(c.keys),f=u(new a).next;e.exports=function(e,t,r){return r?i({iterator:u(e),next:f},t):s(e,t)}},87633:(e,t,r)=>{"use strict";var n=r(97751),i=r(62106),o=r(78227),a=r(43724),c=o("species");e.exports=function(e){var t=n(e);a&&t&&!t[c]&&i(t,c,{configurable:!0,get:function(){return this}})}},10687:(e,t,r)=>{"use strict";var n=r(24913).f,i=r(39297),o=r(78227)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!i(e,o)&&n(e,o,{configurable:!0,value:t})}},66119:(e,t,r)=>{"use strict";var n=r(25745),i=r(33392),o=n("keys");e.exports=function(e){return o[e]||(o[e]=i(e))}},77629:(e,t,r)=>{"use strict";var n=r(96395),i=r(24475),o=r(39433),a="__core-js_shared__",c=e.exports=i[a]||o(a,{});(c.versions||(c.versions=[])).push({version:"3.36.0",mode:n?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.0/LICENSE",source:"https://github.com/zloirock/core-js"})},25745:(e,t,r)=>{"use strict";var n=r(77629);e.exports=function(e,t){return n[e]||(n[e]=t||{})}},2293:(e,t,r)=>{"use strict";var n=r(28551),i=r(35548),o=r(64117),a=r(78227)("species");e.exports=function(e,t){var r,c=n(e).constructor;return void 0===c||o(r=n(c)[a])?t:i(r)}},23061:(e,t,r)=>{"use strict";var n=r(79039);e.exports=function(e){return n((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))}},68183:(e,t,r)=>{"use strict";var n=r(79504),i=r(91291),o=r(655),a=r(67750),c=n("".charAt),s=n("".charCodeAt),u=n("".slice),f=function(e){return function(t,r){var n,f,l=o(a(t)),w=i(r),h=l.length;return w<0||w>=h?e?"":void 0:(n=s(l,w))<55296||n>56319||w+1===h||(f=s(l,w+1))<56320||f>57343?e?c(l,w):n:e?u(l,w,w+2):f-56320+(n-55296<<10)+65536}};e.exports={codeAt:f(!1),charAt:f(!0)}},83063:(e,t,r)=>{"use strict";var n=r(79392);e.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)},60533:(e,t,r)=>{"use strict";var n=r(79504),i=r(18014),o=r(655),a=r(72333),c=r(67750),s=n(a),u=n("".slice),f=Math.ceil,l=function(e){return function(t,r,n){var a,l,w=o(c(t)),h=i(r),v=w.length,p=void 0===n?" ":o(n);return h<=v||""===p?w:((l=s(p,f((a=h-v)/p.length))).length>a&&(l=u(l,0,a)),e?w+l:l+w)}};e.exports={start:l(!1),end:l(!0)}},3717:(e,t,r)=>{"use strict";var n=r(79504),i=2147483647,o=/[^\0-\u007E]/,a=/[.\u3002\uFF0E\uFF61]/g,c="Overflow: input needs wider integers to process",s=RangeError,u=n(a.exec),f=Math.floor,l=String.fromCharCode,w=n("".charCodeAt),h=n([].join),v=n([].push),p=n("".replace),d=n("".split),g=n("".toLowerCase),b=function(e){return e+22+75*(e<26)},y=function(e,t,r){var n=0;for(e=r?f(e/700):e>>1,e+=f(e/t);e>455;)e=f(e/35),n+=36;return f(n+36*e/(e+38))},m=function(e){var t=[];e=function(e){for(var t=[],r=0,n=e.length;r<n;){var i=w(e,r++);if(i>=55296&&i<=56319&&r<n){var o=w(e,r++);56320==(64512&o)?v(t,((1023&i)<<10)+(1023&o)+65536):(v(t,i),r--)}else v(t,i)}return t}(e);var r,n,o=e.length,a=128,u=0,p=72;for(r=0;r<e.length;r++)(n=e[r])<128&&v(t,l(n));var d=t.length,g=d;for(d&&v(t,"-");g<o;){var m=i;for(r=0;r<e.length;r++)(n=e[r])>=a&&n<m&&(m=n);var _=g+1;if(m-a>f((i-u)/_))throw new s(c);for(u+=(m-a)*_,a=m,r=0;r<e.length;r++){if((n=e[r])<a&&++u>i)throw new s(c);if(n===a){for(var k=u,x=36;;){var E=x<=p?1:x>=p+26?26:x-p;if(k<E)break;var S=k-E,O=36-E;v(t,l(b(E+S%O))),k=f(S/O),x+=36}v(t,l(b(k))),p=y(u,_,g===d),u=0,g++}}u++,a++}return h(t,"")};e.exports=function(e){var t,r,n=[],i=d(p(g(e),a,"."),".");for(t=0;t<i.length;t++)r=i[t],v(n,u(o,r)?"xn--"+m(r):r);return h(n,".")}},72333:(e,t,r)=>{"use strict";var n=r(91291),i=r(655),o=r(67750),a=RangeError;e.exports=function(e){var t=i(o(this)),r="",c=n(e);if(c<0||c===1/0)throw new a("Wrong number of repetitions");for(;c>0;(c>>>=1)&&(t+=t))1&c&&(r+=t);return r}},18866:(e,t,r)=>{"use strict";var n=r(43802).end,i=r(60706);e.exports=i("trimEnd")?function(){return n(this)}:"".trimEnd},60706:(e,t,r)=>{"use strict";var n=r(10350).PROPER,i=r(79039),o=r(47452);e.exports=function(e){return i((function(){return!!o[e]()||"
"!=="
"[e]()||n&&o[e].name!==e}))}},53487:(e,t,r)=>{"use strict";var n=r(43802).start,i=r(60706);e.exports=i("trimStart")?function(){return n(this)}:"".trimStart},43802:(e,t,r)=>{"use strict";var n=r(79504),i=r(67750),o=r(655),a=r(47452),c=n("".replace),s=RegExp("^["+a+"]+"),u=RegExp("(^|[^"+a+"])["+a+"]+$"),f=function(e){return function(t){var r=o(i(t));return 1&e&&(r=c(r,s,"")),2&e&&(r=c(r,u,"$1")),r}};e.exports={start:f(1),end:f(2),trim:f(3)}},1548:(e,t,r)=>{"use strict";var n=r(24475),i=r(79039),o=r(77388),a=r(87290),c=r(50516),s=r(19088),u=n.structuredClone;e.exports=!!u&&!i((function(){if(c&&o>92||s&&o>94||a&&o>97)return!1;var e=new ArrayBuffer(8),t=u(e,{transfer:[e]});return 0!==e.byteLength||8!==t.byteLength}))},4495:(e,t,r)=>{"use strict";var n=r(77388),i=r(79039),o=r(24475).String;e.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol("symbol detection");return!o(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},58242:(e,t,r)=>{"use strict";var n=r(69565),i=r(97751),o=r(78227),a=r(36840);e.exports=function(){var e=i("Symbol"),t=e&&e.prototype,r=t&&t.valueOf,c=o("toPrimitive");t&&!t[c]&&a(t,c,(function(e){return n(r,this)}),{arity:1})}},91296:(e,t,r)=>{"use strict";var n=r(4495);e.exports=n&&!!Symbol.for&&!!Symbol.keyFor},59225:(e,t,r)=>{"use strict";var n,i,o,a,c=r(24475),s=r(18745),u=r(76080),f=r(94901),l=r(39297),w=r(79039),h=r(20397),v=r(67680),p=r(4055),d=r(22812),g=r(48119),b=r(19088),y=c.setImmediate,m=c.clearImmediate,_=c.process,k=c.Dispatch,x=c.Function,E=c.MessageChannel,S=c.String,O=0,A={},j="onreadystatechange";w((function(){n=c.location}));var I=function(e){if(l(A,e)){var t=A[e];delete A[e],t()}},R=function(e){return function(){I(e)}},T=function(e){I(e.data)},L=function(e){c.postMessage(S(e),n.protocol+"//"+n.host)};y&&m||(y=function(e){d(arguments.length,1);var t=f(e)?e:x(e),r=v(arguments,1);return A[++O]=function(){s(t,void 0,r)},i(O),O},m=function(e){delete A[e]},b?i=function(e){_.nextTick(R(e))}:k&&k.now?i=function(e){k.now(R(e))}:E&&!g?(a=(o=new E).port2,o.port1.onmessage=T,i=u(a.postMessage,a)):c.addEventListener&&f(c.postMessage)&&!c.importScripts&&n&&"file:"!==n.protocol&&!w(L)?(i=L,c.addEventListener("message",T,!1)):i=j in p("script")?function(e){h.appendChild(p("script"))[j]=function(){h.removeChild(this),I(e)}}:function(e){setTimeout(R(e),0)}),e.exports={set:y,clear:m}},31240:(e,t,r)=>{"use strict";var n=r(79504);e.exports=n(1..valueOf)},35610:(e,t,r)=>{"use strict";var n=r(91291),i=Math.max,o=Math.min;e.exports=function(e,t){var r=n(e);return r<0?i(r+t,0):o(r,t)}},75854:(e,t,r)=>{"use strict";var n=r(72777),i=TypeError;e.exports=function(e){var t=n(e,"number");if("number"==typeof t)throw new i("Can't convert number to bigint");return BigInt(t)}},57696:(e,t,r)=>{"use strict";var n=r(91291),i=r(18014),o=RangeError;e.exports=function(e){if(void 0===e)return 0;var t=n(e),r=i(t);if(t!==r)throw new o("Wrong length or index");return r}},25397:(e,t,r)=>{"use strict";var n=r(47055),i=r(67750);e.exports=function(e){return n(i(e))}},91291:(e,t,r)=>{"use strict";var n=r(80741);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},18014:(e,t,r)=>{"use strict";var n=r(91291),i=Math.min;e.exports=function(e){var t=n(e);return t>0?i(t,9007199254740991):0}},48981:(e,t,r)=>{"use strict";var n=r(67750),i=Object;e.exports=function(e){return i(n(e))}},58229:(e,t,r)=>{"use strict";var n=r(99590),i=RangeError;e.exports=function(e,t){var r=n(e);if(r%t)throw new i("Wrong offset");return r}},99590:(e,t,r)=>{"use strict";var n=r(91291),i=RangeError;e.exports=function(e){var t=n(e);if(t<0)throw new i("The argument can't be less than 0");return t}},72777:(e,t,r)=>{"use strict";var n=r(69565),i=r(20034),o=r(10757),a=r(55966),c=r(84270),s=r(78227),u=TypeError,f=s("toPrimitive");e.exports=function(e,t){if(!i(e)||o(e))return e;var r,s=a(e,f);if(s){if(void 0===t&&(t="default"),r=n(s,e,t),!i(r)||o(r))return r;throw new u("Can't convert object to primitive value")}return void 0===t&&(t="number"),c(e,t)}},56969:(e,t,r)=>{"use strict";var n=r(72777),i=r(10757);e.exports=function(e){var t=n(e,"string");return i(t)?t:t+""}},92140:(e,t,r)=>{"use strict";var n={};n[r(78227)("toStringTag")]="z",e.exports="[object z]"===String(n)},655:(e,t,r)=>{"use strict";var n=r(36955),i=String;e.exports=function(e){if("Symbol"===n(e))throw new TypeError("Cannot convert a Symbol value to a string");return i(e)}},58319:e=>{"use strict";var t=Math.round;e.exports=function(e){var r=t(e);return r<0?0:r>255?255:255&r}},69714:(e,t,r)=>{"use strict";var n=r(19088);e.exports=function(e){try{if(n)return Function('return require("'+e+'")')()}catch(e){}}},16823:e=>{"use strict";var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},15823:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(69565),a=r(43724),c=r(72805),s=r(94644),u=r(66346),f=r(90679),l=r(6980),w=r(66699),h=r(2087),v=r(18014),p=r(57696),d=r(58229),g=r(58319),b=r(56969),y=r(39297),m=r(36955),_=r(20034),k=r(10757),x=r(2360),E=r(1625),S=r(52967),O=r(38480).f,A=r(43251),j=r(59213).forEach,I=r(87633),R=r(62106),T=r(24913),L=r(77347),P=r(35370),M=r(91181),C=r(23167),N=M.get,U=M.set,D=M.enforce,F=T.f,z=L.f,B=i.RangeError,G=u.ArrayBuffer,Y=G.prototype,W=u.DataView,q=s.NATIVE_ARRAY_BUFFER_VIEWS,V=s.TYPED_ARRAY_TAG,$=s.TypedArray,H=s.TypedArrayPrototype,X=s.isTypedArray,K="BYTES_PER_ELEMENT",J="Wrong length",Q=function(e,t){R(e,t,{configurable:!0,get:function(){return N(this)[t]}})},Z=function(e){var t;return E(Y,e)||"ArrayBuffer"===(t=m(e))||"SharedArrayBuffer"===t},ee=function(e,t){return X(e)&&!k(t)&&t in e&&h(+t)&&t>=0},te=function(e,t){return t=b(t),ee(e,t)?l(2,e[t]):z(e,t)},re=function(e,t,r){return t=b(t),!(ee(e,t)&&_(r)&&y(r,"value"))||y(r,"get")||y(r,"set")||r.configurable||y(r,"writable")&&!r.writable||y(r,"enumerable")&&!r.enumerable?F(e,t,r):(e[t]=r.value,e)};a?(q||(L.f=te,T.f=re,Q(H,"buffer"),Q(H,"byteOffset"),Q(H,"byteLength"),Q(H,"length")),n({target:"Object",stat:!0,forced:!q},{getOwnPropertyDescriptor:te,defineProperty:re}),e.exports=function(e,t,r){var a=e.match(/\d+/)[0]/8,s=e+(r?"Clamped":"")+"Array",u="get"+e,l="set"+e,h=i[s],b=h,y=b&&b.prototype,m={},k=function(e,t){F(e,t,{get:function(){return function(e,t){var r=N(e);return r.view[u](t*a+r.byteOffset,!0)}(this,t)},set:function(e){return function(e,t,n){var i=N(e);i.view[l](t*a+i.byteOffset,r?g(n):n,!0)}(this,t,e)},enumerable:!0})};q?c&&(b=t((function(e,t,r,n){return f(e,y),C(_(t)?Z(t)?void 0!==n?new h(t,d(r,a),n):void 0!==r?new h(t,d(r,a)):new h(t):X(t)?P(b,t):o(A,b,t):new h(p(t)),e,b)})),S&&S(b,$),j(O(h),(function(e){e in b||w(b,e,h[e])})),b.prototype=y):(b=t((function(e,t,r,n){f(e,y);var i,c,s,u=0,l=0;if(_(t)){if(!Z(t))return X(t)?P(b,t):o(A,b,t);i=t,l=d(r,a);var w=t.byteLength;if(void 0===n){if(w%a)throw new B(J);if((c=w-l)<0)throw new B(J)}else if((c=v(n)*a)+l>w)throw new B(J);s=c/a}else s=p(t),i=new G(c=s*a);for(U(e,{buffer:i,byteOffset:l,byteLength:c,length:s,view:new W(i)});u<s;)k(e,u++)})),S&&S(b,$),y=b.prototype=x(H)),y.constructor!==b&&w(y,"constructor",b),D(y).TypedArrayConstructor=b,V&&w(y,V,s);var E=b!==h;m[s]=b,n({global:!0,constructor:!0,forced:E,sham:!q},m),K in b||w(b,K,a),K in y||w(y,K,a),I(s)}):e.exports=function(){}},72805:(e,t,r)=>{"use strict";var n=r(24475),i=r(79039),o=r(84428),a=r(94644).NATIVE_ARRAY_BUFFER_VIEWS,c=n.ArrayBuffer,s=n.Int8Array;e.exports=!a||!i((function(){s(1)}))||!i((function(){new s(-1)}))||!o((function(e){new s,new s(null),new s(1.5),new s(e)}),!0)||i((function(){return 1!==new s(new c(2),1,void 0).length}))},26357:(e,t,r)=>{"use strict";var n=r(35370),i=r(61412);e.exports=function(e,t){return n(i(e),t)}},43251:(e,t,r)=>{"use strict";var n=r(76080),i=r(69565),o=r(35548),a=r(48981),c=r(26198),s=r(70081),u=r(50851),f=r(44209),l=r(18727),w=r(94644).aTypedArrayConstructor,h=r(75854);e.exports=function(e){var t,r,v,p,d,g,b,y,m=o(this),_=a(e),k=arguments.length,x=k>1?arguments[1]:void 0,E=void 0!==x,S=u(_);if(S&&!f(S))for(y=(b=s(_,S)).next,_=[];!(g=i(y,b)).done;)_.push(g.value);for(E&&k>2&&(x=n(x,arguments[2])),r=c(_),v=new(w(m))(r),p=l(v),t=0;r>t;t++)d=E?x(_[t],t):_[t],v[t]=p?h(d):+d;return v}},61412:(e,t,r)=>{"use strict";var n=r(94644),i=r(2293),o=n.aTypedArrayConstructor,a=n.getTypedArrayConstructor;e.exports=function(e){return o(i(e,a(e)))}},33392:(e,t,r)=>{"use strict";var n=r(79504),i=0,o=Math.random(),a=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++i+o,36)}},67416:(e,t,r)=>{"use strict";var n=r(79039),i=r(78227),o=r(43724),a=r(96395),c=i("iterator");e.exports=!n((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,r=new URLSearchParams("a=1&a=2&b=3"),n="";return e.pathname="c%20d",t.forEach((function(e,r){t.delete("b"),n+=r+e})),r.delete("a",2),r.delete("b",void 0),a&&(!e.toJSON||!r.has("a",1)||r.has("a",2)||!r.has("a",void 0)||r.has("b"))||!t.size&&(a||!o)||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[c]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}))},7040:(e,t,r)=>{"use strict";var n=r(4495);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},48686:(e,t,r)=>{"use strict";var n=r(43724),i=r(79039);e.exports=n&&i((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},22812:e=>{"use strict";var t=TypeError;e.exports=function(e,r){if(e<r)throw new t("Not enough arguments");return e}},58622:(e,t,r)=>{"use strict";var n=r(24475),i=r(94901),o=n.WeakMap;e.exports=i(o)&&/native code/.test(String(o))},70511:(e,t,r)=>{"use strict";var n=r(19167),i=r(39297),o=r(1951),a=r(24913).f;e.exports=function(e){var t=n.Symbol||(n.Symbol={});i(t,e)||a(t,e,{value:o.f(e)})}},1951:(e,t,r)=>{"use strict";var n=r(78227);t.f=n},78227:(e,t,r)=>{"use strict";var n=r(24475),i=r(25745),o=r(39297),a=r(33392),c=r(4495),s=r(7040),u=n.Symbol,f=i("wks"),l=s?u.for||u:u&&u.withoutSetter||a;e.exports=function(e){return o(f,e)||(f[e]=c&&o(u,e)?u[e]:l("Symbol."+e)),f[e]}},47452:e=>{"use strict";e.exports="\t\n\v\f\r \u2028\u2029\ufeff"},14601:(e,t,r)=>{"use strict";var n=r(97751),i=r(39297),o=r(66699),a=r(1625),c=r(52967),s=r(77740),u=r(11056),f=r(23167),l=r(32603),w=r(77584),h=r(80747),v=r(43724),p=r(96395);e.exports=function(e,t,r,d){var g="stackTraceLimit",b=d?2:1,y=e.split("."),m=y[y.length-1],_=n.apply(null,y);if(_){var k=_.prototype;if(!p&&i(k,"cause")&&delete k.cause,!r)return _;var x=n("Error"),E=t((function(e,t){var r=l(d?t:e,void 0),n=d?new _(e):new _;return void 0!==r&&o(n,"message",r),h(n,E,n.stack,2),this&&a(k,this)&&f(n,this,E),arguments.length>b&&w(n,arguments[b]),n}));if(E.prototype=k,"Error"!==m?c?c(E,x):s(E,x,{name:!0}):v&&g in _&&(u(E,_,g),u(E,_,"prepareStackTrace")),s(E,_),!p)try{k.name!==m&&o(k,"name",m),k.constructor=E}catch(e){}return E}}},4294:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),o=r(18745),a=r(79039),c=r(14601),s="AggregateError",u=i(s),f=!a((function(){return 1!==u([1]).errors[0]}))&&a((function(){return 7!==u([1],s,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:f},{AggregateError:c(s,(function(e){return function(t,r){return o(e,this,arguments)}}),f,!0)})},17145:(e,t,r)=>{"use strict";var n=r(46518),i=r(1625),o=r(42787),a=r(52967),c=r(77740),s=r(2360),u=r(66699),f=r(6980),l=r(77584),w=r(80747),h=r(72652),v=r(32603),p=r(78227)("toStringTag"),d=Error,g=[].push,b=function(e,t){var r,n=i(y,this);a?r=a(new d,n?o(this):y):(r=n?this:s(y),u(r,p,"Error")),void 0!==t&&u(r,"message",v(t)),w(r,b,r.stack,1),arguments.length>2&&l(r,arguments[2]);var c=[];return h(e,g,{that:c}),u(r,"errors",c),r};a?a(b,d):c(b,d,{name:!0});var y=b.prototype=s(d.prototype,{constructor:f(1,b),message:f(1,""),name:f(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:b})},30067:(e,t,r)=>{"use strict";r(17145)},54743:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(66346),a=r(87633),c="ArrayBuffer",s=o[c];n({global:!0,constructor:!0,forced:i[c]!==s},{ArrayBuffer:s}),a(c)},16573:(e,t,r)=>{"use strict";var n=r(43724),i=r(62106),o=r(3238),a=ArrayBuffer.prototype;n&&!("detached"in a)&&i(a,"detached",{configurable:!0,get:function(){return o(this)}})},46761:(e,t,r)=>{"use strict";var n=r(46518),i=r(94644);n({target:"ArrayBuffer",stat:!0,forced:!i.NATIVE_ARRAY_BUFFER_VIEWS},{isView:i.isView})},11745:(e,t,r)=>{"use strict";var n=r(46518),i=r(27476),o=r(79039),a=r(66346),c=r(28551),s=r(35610),u=r(18014),f=r(2293),l=a.ArrayBuffer,w=a.DataView,h=w.prototype,v=i(l.prototype.slice),p=i(h.getUint8),d=i(h.setUint8);n({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:o((function(){return!new l(2).slice(1,void 0).byteLength}))},{slice:function(e,t){if(v&&void 0===t)return v(c(this),e);for(var r=c(this).byteLength,n=s(e,r),i=s(void 0===t?r:t,r),o=new(f(this,l))(u(i-n)),a=new w(this),h=new w(o),g=0;n<i;)d(h,g++,p(a,n++));return o}})},77936:(e,t,r)=>{"use strict";var n=r(46518),i=r(95636);i&&n({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return i(this,arguments.length?arguments[0]:void 0,!1)}})},78100:(e,t,r)=>{"use strict";var n=r(46518),i=r(95636);i&&n({target:"ArrayBuffer",proto:!0},{transfer:function(){return i(this,arguments.length?arguments[0]:void 0,!0)}})},18107:(e,t,r)=>{"use strict";var n=r(46518),i=r(48981),o=r(26198),a=r(91291),c=r(6469);n({target:"Array",proto:!0},{at:function(e){var t=i(this),r=o(t),n=a(e),c=n>=0?n:r+n;return c<0||c>=r?void 0:t[c]}}),c("at")},28706:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),o=r(34376),a=r(20034),c=r(48981),s=r(26198),u=r(96837),f=r(97040),l=r(1469),w=r(70597),h=r(78227),v=r(77388),p=h("isConcatSpreadable"),d=v>=51||!i((function(){var e=[];return e[p]=!1,e.concat()[0]!==e})),g=function(e){if(!a(e))return!1;var t=e[p];return void 0!==t?!!t:o(e)};n({target:"Array",proto:!0,arity:1,forced:!d||!w("concat")},{concat:function(e){var t,r,n,i,o,a=c(this),w=l(a,0),h=0;for(t=-1,n=arguments.length;t<n;t++)if(g(o=-1===t?a:arguments[t]))for(i=s(o),u(h+i),r=0;r<i;r++,h++)r in o&&f(w,h,o[r]);else u(h+1),f(w,h++,o);return w.length=h,w}})},26835:(e,t,r)=>{"use strict";var n=r(46518),i=r(57029),o=r(6469);n({target:"Array",proto:!0},{copyWithin:i}),o("copyWithin")},88431:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).every;n({target:"Array",proto:!0,forced:!r(34598)("every")},{every:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},33771:(e,t,r)=>{"use strict";var n=r(46518),i=r(84373),o=r(6469);n({target:"Array",proto:!0},{fill:i}),o("fill")},2008:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).filter;n({target:"Array",proto:!0,forced:!r(70597)("filter")},{filter:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},48980:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).findIndex,o=r(6469),a="findIndex",c=!0;a in[]&&Array(1)[a]((function(){c=!1})),n({target:"Array",proto:!0,forced:c},{findIndex:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),o(a)},13451:(e,t,r)=>{"use strict";var n=r(46518),i=r(43839).findLastIndex,o=r(6469);n({target:"Array",proto:!0},{findLastIndex:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),o("findLastIndex")},10838:(e,t,r)=>{"use strict";var n=r(46518),i=r(43839).findLast,o=r(6469);n({target:"Array",proto:!0},{findLast:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),o("findLast")},50113:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).find,o=r(6469),a="find",c=!0;a in[]&&Array(1)[a]((function(){c=!1})),n({target:"Array",proto:!0,forced:c},{find:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),o(a)},78350:(e,t,r)=>{"use strict";var n=r(46518),i=r(70259),o=r(79306),a=r(48981),c=r(26198),s=r(1469);n({target:"Array",proto:!0},{flatMap:function(e){var t,r=a(this),n=c(r);return o(e),(t=s(r,0)).length=i(t,r,r,n,0,1,e,arguments.length>1?arguments[1]:void 0),t}})},46449:(e,t,r)=>{"use strict";var n=r(46518),i=r(70259),o=r(48981),a=r(26198),c=r(91291),s=r(1469);n({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=o(this),r=a(t),n=s(t,0);return n.length=i(n,t,t,r,0,void 0===e?1:c(e)),n}})},51629:(e,t,r)=>{"use strict";var n=r(46518),i=r(90235);n({target:"Array",proto:!0,forced:[].forEach!==i},{forEach:i})},23418:(e,t,r)=>{"use strict";var n=r(46518),i=r(97916);n({target:"Array",stat:!0,forced:!r(84428)((function(e){Array.from(e)}))},{from:i})},74423:(e,t,r)=>{"use strict";var n=r(46518),i=r(19617).includes,o=r(79039),a=r(6469);n({target:"Array",proto:!0,forced:o((function(){return!Array(1).includes()}))},{includes:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),a("includes")},25276:(e,t,r)=>{"use strict";var n=r(46518),i=r(27476),o=r(19617).indexOf,a=r(34598),c=i([].indexOf),s=!!c&&1/c([1],1,-0)<0;n({target:"Array",proto:!0,forced:s||!a("indexOf")},{indexOf:function(e){var t=arguments.length>1?arguments[1]:void 0;return s?c(this,e,t)||0:o(this,e,t)}})},64346:(e,t,r)=>{"use strict";r(46518)({target:"Array",stat:!0},{isArray:r(34376)})},23792:(e,t,r)=>{"use strict";var n=r(25397),i=r(6469),o=r(26269),a=r(91181),c=r(24913).f,s=r(51088),u=r(62529),f=r(96395),l=r(43724),w="Array Iterator",h=a.set,v=a.getterFor(w);e.exports=s(Array,"Array",(function(e,t){h(this,{type:w,target:n(e),index:0,kind:t})}),(function(){var e=v(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=void 0,u(void 0,!0);switch(e.kind){case"keys":return u(r,!1);case"values":return u(t[r],!1)}return u([r,t[r]],!1)}),"values");var p=o.Arguments=o.Array;if(i("keys"),i("values"),i("entries"),!f&&l&&"values"!==p.name)try{c(p,"name",{value:"values"})}catch(e){}},48598:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(47055),a=r(25397),c=r(34598),s=i([].join);n({target:"Array",proto:!0,forced:o!==Object||!c("join",",")},{join:function(e){return s(a(this),void 0===e?",":e)}})},8921:(e,t,r)=>{"use strict";var n=r(46518),i=r(8379);n({target:"Array",proto:!0,forced:i!==[].lastIndexOf},{lastIndexOf:i})},62062:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).map;n({target:"Array",proto:!0,forced:!r(70597)("map")},{map:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},31051:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),o=r(33517),a=r(97040),c=Array;n({target:"Array",stat:!0,forced:i((function(){function e(){}return!(c.of.call(e)instanceof e)}))},{of:function(){for(var e=0,t=arguments.length,r=new(o(this)?this:c)(t);t>e;)a(r,e,arguments[e++]);return r.length=t,r}})},44114:(e,t,r)=>{"use strict";var n=r(46518),i=r(48981),o=r(26198),a=r(34527),c=r(96837);n({target:"Array",proto:!0,arity:1,forced:r(79039)((function(){return 4294967297!==[].push.call({length:4294967296},1)}))||!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(e){return e instanceof TypeError}}()},{push:function(e){var t=i(this),r=o(t),n=arguments.length;c(r+n);for(var s=0;s<n;s++)t[r]=arguments[s],r++;return a(t,r),r}})},18863:(e,t,r)=>{"use strict";var n=r(46518),i=r(80926).right,o=r(34598),a=r(77388);n({target:"Array",proto:!0,forced:!r(19088)&&a>79&&a<83||!o("reduceRight")},{reduceRight:function(e){return i(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},72712:(e,t,r)=>{"use strict";var n=r(46518),i=r(80926).left,o=r(34598),a=r(77388);n({target:"Array",proto:!0,forced:!r(19088)&&a>79&&a<83||!o("reduce")},{reduce:function(e){var t=arguments.length;return i(this,e,t,t>1?arguments[1]:void 0)}})},94490:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(34376),a=i([].reverse),c=[1,2];n({target:"Array",proto:!0,forced:String(c)===String(c.reverse())},{reverse:function(){return o(this)&&(this.length=this.length),a(this)}})},34782:(e,t,r)=>{"use strict";var n=r(46518),i=r(34376),o=r(33517),a=r(20034),c=r(35610),s=r(26198),u=r(25397),f=r(97040),l=r(78227),w=r(70597),h=r(67680),v=w("slice"),p=l("species"),d=Array,g=Math.max;n({target:"Array",proto:!0,forced:!v},{slice:function(e,t){var r,n,l,w=u(this),v=s(w),b=c(e,v),y=c(void 0===t?v:t,v);if(i(w)&&(r=w.constructor,(o(r)&&(r===d||i(r.prototype))||a(r)&&null===(r=r[p]))&&(r=void 0),r===d||void 0===r))return h(w,b,y);for(n=new(void 0===r?d:r)(g(y-b,0)),l=0;b<y;b++,l++)b in w&&f(n,l,w[b]);return n.length=l,n}})},15086:(e,t,r)=>{"use strict";var n=r(46518),i=r(59213).some;n({target:"Array",proto:!0,forced:!r(34598)("some")},{some:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},26910:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(79306),a=r(48981),c=r(26198),s=r(84606),u=r(655),f=r(79039),l=r(74488),w=r(34598),h=r(28834),v=r(63202),p=r(77388),d=r(89160),g=[],b=i(g.sort),y=i(g.push),m=f((function(){g.sort(void 0)})),_=f((function(){g.sort(null)})),k=w("sort"),x=!f((function(){if(p)return p<70;if(!(h&&h>3)){if(v)return!0;if(d)return d<603;var e,t,r,n,i="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)g.push({k:t+n,v:r})}for(g.sort((function(e,t){return t.v-e.v})),n=0;n<g.length;n++)t=g[n].k.charAt(0),i.charAt(i.length-1)!==t&&(i+=t);return"DGBEFHACIJK"!==i}}));n({target:"Array",proto:!0,forced:m||!_||!k||!x},{sort:function(e){void 0!==e&&o(e);var t=a(this);if(x)return void 0===e?b(t):b(t,e);var r,n,i=[],f=c(t);for(n=0;n<f;n++)n in t&&y(i,t[n]);for(l(i,function(e){return function(t,r){return void 0===r?-1:void 0===t?1:void 0!==e?+e(t,r)||0:u(t)>u(r)?1:-1}}(e)),r=c(i),n=0;n<r;)t[n]=i[n++];for(;n<f;)s(t,n++);return t}})},87478:(e,t,r)=>{"use strict";r(87633)("Array")},54554:(e,t,r)=>{"use strict";var n=r(46518),i=r(48981),o=r(35610),a=r(91291),c=r(26198),s=r(34527),u=r(96837),f=r(1469),l=r(97040),w=r(84606),h=r(70597)("splice"),v=Math.max,p=Math.min;n({target:"Array",proto:!0,forced:!h},{splice:function(e,t){var r,n,h,d,g,b,y=i(this),m=c(y),_=o(e,m),k=arguments.length;for(0===k?r=n=0:1===k?(r=0,n=m-_):(r=k-2,n=p(v(a(t),0),m-_)),u(m+r-n),h=f(y,n),d=0;d<n;d++)(g=_+d)in y&&l(h,d,y[g]);if(h.length=n,r<n){for(d=_;d<m-n;d++)b=d+r,(g=d+n)in y?y[b]=y[g]:w(y,b);for(d=m;d>m-n+r;d--)w(y,d-1)}else if(r>n)for(d=m-n;d>_;d--)b=d+r-1,(g=d+n-1)in y?y[b]=y[g]:w(y,b);for(d=0;d<r;d++)y[d+_]=arguments[d+2];return s(y,m-n+r),h}})},9678:(e,t,r)=>{"use strict";var n=r(46518),i=r(37628),o=r(25397),a=r(6469),c=Array;n({target:"Array",proto:!0},{toReversed:function(){return i(o(this),c)}}),a("toReversed")},57145:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(79306),a=r(25397),c=r(35370),s=r(44124),u=r(6469),f=Array,l=i(s("Array","sort"));n({target:"Array",proto:!0},{toSorted:function(e){void 0!==e&&o(e);var t=a(this),r=c(f,t);return l(r,e)}}),u("toSorted")},71658:(e,t,r)=>{"use strict";var n=r(46518),i=r(6469),o=r(96837),a=r(26198),c=r(35610),s=r(25397),u=r(91291),f=Array,l=Math.max,w=Math.min;n({target:"Array",proto:!0},{toSpliced:function(e,t){var r,n,i,h,v=s(this),p=a(v),d=c(e,p),g=arguments.length,b=0;for(0===g?r=n=0:1===g?(r=0,n=p-d):(r=g-2,n=w(l(u(t),0),p-d)),i=o(p+r-n),h=f(i);b<d;b++)h[b]=v[b];for(;b<d+r;b++)h[b]=arguments[b-d+2];for(;b<i;b++)h[b]=v[b+n-r];return h}}),i("toSpliced")},30237:(e,t,r)=>{"use strict";r(6469)("flatMap")},93514:(e,t,r)=>{"use strict";r(6469)("flat")},13609:(e,t,r)=>{"use strict";var n=r(46518),i=r(48981),o=r(26198),a=r(34527),c=r(84606),s=r(96837);n({target:"Array",proto:!0,arity:1,forced:1!==[].unshift(0)||!function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(e){return e instanceof TypeError}}()},{unshift:function(e){var t=i(this),r=o(t),n=arguments.length;if(n){s(r+n);for(var u=r;u--;){var f=u+n;u in t?t[f]=t[u]:c(t,f)}for(var l=0;l<n;l++)t[l]=arguments[l]}return a(t,r+n)}})},11558:(e,t,r)=>{"use strict";var n=r(46518),i=r(39928),o=r(25397),a=Array;n({target:"Array",proto:!0},{with:function(e,t){return i(o(this),a,e,t)}})},24359:(e,t,r)=>{"use strict";var n=r(46518),i=r(66346);n({global:!0,constructor:!0,forced:!r(77811)},{DataView:i.DataView})},38309:(e,t,r)=>{"use strict";r(24359)},61699:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(79039)((function(){return 120!==new Date(16e11).getYear()})),a=i(Date.prototype.getFullYear);n({target:"Date",proto:!0,forced:o},{getYear:function(){return a(this)-1900}})},59089:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=Date,a=i(o.prototype.getTime);n({target:"Date",stat:!0},{now:function(){return a(new o)}})},91191:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(91291),a=Date.prototype,c=i(a.getTime),s=i(a.setFullYear);n({target:"Date",proto:!0},{setYear:function(e){c(this);var t=o(e);return s(this,t>=0&&t<=99?t+1900:t)}})},93515:(e,t,r)=>{"use strict";r(46518)({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString})},1688:(e,t,r)=>{"use strict";var n=r(46518),i=r(70380);n({target:"Date",proto:!0,forced:Date.prototype.toISOString!==i},{toISOString:i})},60739:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),o=r(48981),a=r(72777);n({target:"Date",proto:!0,arity:1,forced:i((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(e){var t=o(this),r=a(t,"number");return"number"!=typeof r||isFinite(r)?t.toISOString():null}})},89572:(e,t,r)=>{"use strict";var n=r(39297),i=r(36840),o=r(53640),a=r(78227)("toPrimitive"),c=Date.prototype;n(c,a)||i(c,a,o)},23288:(e,t,r)=>{"use strict";var n=r(79504),i=r(36840),o=Date.prototype,a="Invalid Date",c="toString",s=n(o[c]),u=n(o.getTime);String(new Date(NaN))!==a&&i(o,c,(function(){var e=u(this);return e==e?s(this):a}))},16280:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(18745),a=r(14601),c="WebAssembly",s=i[c],u=7!==new Error("e",{cause:7}).cause,f=function(e,t){var r={};r[e]=a(e,t,u),n({global:!0,constructor:!0,arity:1,forced:u},r)},l=function(e,t){if(s&&s[e]){var r={};r[e]=a(c+"."+e,t,u),n({target:c,stat:!0,constructor:!0,arity:1,forced:u},r)}};f("Error",(function(e){return function(t){return o(e,this,arguments)}})),f("EvalError",(function(e){return function(t){return o(e,this,arguments)}})),f("RangeError",(function(e){return function(t){return o(e,this,arguments)}})),f("ReferenceError",(function(e){return function(t){return o(e,this,arguments)}})),f("SyntaxError",(function(e){return function(t){return o(e,this,arguments)}})),f("TypeError",(function(e){return function(t){return o(e,this,arguments)}})),f("URIError",(function(e){return function(t){return o(e,this,arguments)}})),l("CompileError",(function(e){return function(t){return o(e,this,arguments)}})),l("LinkError",(function(e){return function(t){return o(e,this,arguments)}})),l("RuntimeError",(function(e){return function(t){return o(e,this,arguments)}}))},76918:(e,t,r)=>{"use strict";var n=r(36840),i=r(77536),o=Error.prototype;o.toString!==i&&n(o,"toString",i)},36456:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(655),a=i("".charAt),c=i("".charCodeAt),s=i(/./.exec),u=i(1..toString),f=i("".toUpperCase),l=/[\w*+\-./@]/,w=function(e,t){for(var r=u(e,16);r.length<t;)r="0"+r;return r};n({global:!0},{escape:function(e){for(var t,r,n=o(e),i="",u=n.length,h=0;h<u;)t=a(n,h++),s(l,t)?i+=t:i+=(r=c(t,0))<256?"%"+w(r,2):"%u"+f(w(r,4));return i}})},94170:(e,t,r)=>{"use strict";var n=r(46518),i=r(30566);n({target:"Function",proto:!0,forced:Function.bind!==i},{bind:i})},48957:(e,t,r)=>{"use strict";var n=r(94901),i=r(20034),o=r(24913),a=r(1625),c=r(78227),s=r(50283),u=c("hasInstance"),f=Function.prototype;u in f||o.f(f,u,{value:s((function(e){if(!n(this)||!i(e))return!1;var t=this.prototype;return i(t)?a(t,e):e instanceof this}),u)})},62010:(e,t,r)=>{"use strict";var n=r(43724),i=r(10350).EXISTS,o=r(79504),a=r(62106),c=Function.prototype,s=o(c.toString),u=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,f=o(u.exec);n&&!i&&a(c,"name",{configurable:!0,get:function(){try{return f(u,s(this))[1]}catch(e){return""}}})},55081:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475);n({global:!0,forced:i.globalThis!==i},{globalThis:i})},33110:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),o=r(18745),a=r(69565),c=r(79504),s=r(79039),u=r(94901),f=r(10757),l=r(67680),w=r(66933),h=r(4495),v=String,p=i("JSON","stringify"),d=c(/./.exec),g=c("".charAt),b=c("".charCodeAt),y=c("".replace),m=c(1..toString),_=/[\uD800-\uDFFF]/g,k=/^[\uD800-\uDBFF]$/,x=/^[\uDC00-\uDFFF]$/,E=!h||s((function(){var e=i("Symbol")("stringify detection");return"[null]"!==p([e])||"{}"!==p({a:e})||"{}"!==p(Object(e))})),S=s((function(){return'"\\udf06\\ud834"'!==p("\udf06\ud834")||'"\\udead"'!==p("\udead")})),O=function(e,t){var r=l(arguments),n=w(t);if(u(n)||void 0!==e&&!f(e))return r[1]=function(e,t){if(u(n)&&(t=a(n,this,v(e),t)),!f(t))return t},o(p,null,r)},A=function(e,t,r){var n=g(r,t-1),i=g(r,t+1);return d(k,e)&&!d(x,i)||d(x,e)&&!d(k,n)?"\\u"+m(b(e,0),16):e};p&&n({target:"JSON",stat:!0,arity:3,forced:E||S},{stringify:function(e,t,r){var n=l(arguments),i=o(E?O:p,null,n);return S&&"string"==typeof i?y(i,_,A):i}})},4731:(e,t,r)=>{"use strict";var n=r(24475);r(10687)(n.JSON,"JSON",!0)},48523:(e,t,r)=>{"use strict";r(16468)("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r(86938))},47072:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(79306),a=r(67750),c=r(72652),s=r(72248),u=r(96395),f=s.Map,l=s.has,w=s.get,h=s.set,v=i([].push);n({target:"Map",stat:!0,forced:u},{groupBy:function(e,t){a(e),o(t);var r=new f,n=0;return c(e,(function(e){var i=t(e,n++);l(r,i)?v(w(r,i),e):h(r,i,[e])})),r}})},36033:(e,t,r)=>{"use strict";r(48523)},93153:(e,t,r)=>{"use strict";var n=r(46518),i=r(7740),o=Math.acosh,a=Math.log,c=Math.sqrt,s=Math.LN2;n({target:"Math",stat:!0,forced:!o||710!==Math.floor(o(Number.MAX_VALUE))||o(1/0)!==1/0},{acosh:function(e){var t=+e;return t<1?NaN:t>94906265.62425156?a(t)+s:i(t-1+c(t-1)*c(t+1))}})},82326:(e,t,r)=>{"use strict";var n=r(46518),i=Math.asinh,o=Math.log,a=Math.sqrt;n({target:"Math",stat:!0,forced:!(i&&1/i(0)>0)},{asinh:function e(t){var r=+t;return isFinite(r)&&0!==r?r<0?-e(-r):o(r+a(r*r+1)):r}})},36389:(e,t,r)=>{"use strict";var n=r(46518),i=Math.atanh,o=Math.log;n({target:"Math",stat:!0,forced:!(i&&1/i(-0)<0)},{atanh:function(e){var t=+e;return 0===t?t:o((1+t)/(1-t))/2}})},64444:(e,t,r)=>{"use strict";var n=r(46518),i=r(77782),o=Math.abs,a=Math.pow;n({target:"Math",stat:!0},{cbrt:function(e){var t=+e;return i(t)*a(o(t),1/3)}})},8085:(e,t,r)=>{"use strict";var n=r(46518),i=Math.floor,o=Math.log,a=Math.LOG2E;n({target:"Math",stat:!0},{clz32:function(e){var t=e>>>0;return t?31-i(o(t+.5)*a):32}})},77762:(e,t,r)=>{"use strict";var n=r(46518),i=r(53250),o=Math.cosh,a=Math.abs,c=Math.E;n({target:"Math",stat:!0,forced:!o||o(710)===1/0},{cosh:function(e){var t=i(a(e)-1)+1;return(t+1/(t*c*c))*(c/2)}})},65070:(e,t,r)=>{"use strict";var n=r(46518),i=r(53250);n({target:"Math",stat:!0,forced:i!==Math.expm1},{expm1:i})},60605:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{fround:r(15617)})},39469:(e,t,r)=>{"use strict";var n=r(46518),i=Math.hypot,o=Math.abs,a=Math.sqrt;n({target:"Math",stat:!0,arity:2,forced:!!i&&i(1/0,NaN)!==1/0},{hypot:function(e,t){for(var r,n,i=0,c=0,s=arguments.length,u=0;c<s;)u<(r=o(arguments[c++]))?(i=i*(n=u/r)*n+1,u=r):i+=r>0?(n=r/u)*n:r;return u===1/0?1/0:u*a(i)}})},72152:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),o=Math.imul;n({target:"Math",stat:!0,forced:i((function(){return-5!==o(4294967295,5)||2!==o.length}))},{imul:function(e,t){var r=65535,n=+e,i=+t,o=r&n,a=r&i;return 0|o*a+((r&n>>>16)*a+o*(r&i>>>16)<<16>>>0)}})},75376:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{log10:r(49340)})},56624:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{log1p:r(7740)})},11367:(e,t,r)=>{"use strict";var n=r(46518),i=Math.log,o=Math.LN2;n({target:"Math",stat:!0},{log2:function(e){return i(e)/o}})},5914:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{sign:r(77782)})},78553:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),o=r(53250),a=Math.abs,c=Math.exp,s=Math.E;n({target:"Math",stat:!0,forced:i((function(){return-2e-17!==Math.sinh(-2e-17)}))},{sinh:function(e){var t=+e;return a(t)<1?(o(t)-o(-t))/2:(c(t-1)-c(-t-1))*(s/2)}})},98690:(e,t,r)=>{"use strict";var n=r(46518),i=r(53250),o=Math.exp;n({target:"Math",stat:!0},{tanh:function(e){var t=+e,r=i(t),n=i(-t);return r===1/0?1:n===1/0?-1:(r-n)/(o(t)+o(-t))}})},60479:(e,t,r)=>{"use strict";r(10687)(Math,"Math",!0)},70761:(e,t,r)=>{"use strict";r(46518)({target:"Math",stat:!0},{trunc:r(80741)})},2892:(e,t,r)=>{"use strict";var n=r(46518),i=r(96395),o=r(43724),a=r(24475),c=r(19167),s=r(79504),u=r(92796),f=r(39297),l=r(23167),w=r(1625),h=r(10757),v=r(72777),p=r(79039),d=r(38480).f,g=r(77347).f,b=r(24913).f,y=r(31240),m=r(43802).trim,_="Number",k=a[_],x=c[_],E=k.prototype,S=a.TypeError,O=s("".slice),A=s("".charCodeAt),j=u(_,!k(" 0o1")||!k("0b1")||k("+0x1")),I=function(e){var t,r=arguments.length<1?0:k(function(e){var t=v(e,"number");return"bigint"==typeof t?t:function(e){var t,r,n,i,o,a,c,s,u=v(e,"number");if(h(u))throw new S("Cannot convert a Symbol value to a number");if("string"==typeof u&&u.length>2)if(u=m(u),43===(t=A(u,0))||45===t){if(88===(r=A(u,2))||120===r)return NaN}else if(48===t){switch(A(u,1)){case 66:case 98:n=2,i=49;break;case 79:case 111:n=8,i=55;break;default:return+u}for(a=(o=O(u,2)).length,c=0;c<a;c++)if((s=A(o,c))<48||s>i)return NaN;return parseInt(o,n)}return+u}(t)}(e));return w(E,t=this)&&p((function(){y(t)}))?l(Object(r),this,I):r};I.prototype=E,j&&!i&&(E.constructor=I),n({global:!0,constructor:!0,wrap:!0,forced:j},{Number:I});var R=function(e,t){for(var r,n=o?d(t):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),i=0;n.length>i;i++)f(t,r=n[i])&&!f(e,r)&&b(e,r,g(t,r))};i&&x&&R(c[_],x),(j||i)&&R(c[_],k)},45374:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},25428:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0},{isFinite:r(50360)})},32637:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0},{isInteger:r(2087)})},40150:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},59149:(e,t,r)=>{"use strict";var n=r(46518),i=r(2087),o=Math.abs;n({target:"Number",stat:!0},{isSafeInteger:function(e){return i(e)&&o(e)<=9007199254740991}})},64601:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},44435:(e,t,r)=>{"use strict";r(46518)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},87220:(e,t,r)=>{"use strict";var n=r(46518),i=r(33904);n({target:"Number",stat:!0,forced:Number.parseFloat!==i},{parseFloat:i})},25843:(e,t,r)=>{"use strict";var n=r(46518),i=r(52703);n({target:"Number",stat:!0,forced:Number.parseInt!==i},{parseInt:i})},62337:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(91291),a=r(31240),c=r(72333),s=r(49340),u=r(79039),f=RangeError,l=String,w=isFinite,h=Math.abs,v=Math.floor,p=Math.pow,d=Math.round,g=i(1..toExponential),b=i(c),y=i("".slice),m="-6.9000e-11"===g(-69e-12,4)&&"1.25e+0"===g(1.255,2)&&"1.235e+4"===g(12345,3)&&"3e+1"===g(25,0);n({target:"Number",proto:!0,forced:!m||!(u((function(){g(1,1/0)}))&&u((function(){g(1,-1/0)})))||!!u((function(){g(1/0,1/0),g(NaN,1/0)}))},{toExponential:function(e){var t=a(this);if(void 0===e)return g(t);var r=o(e);if(!w(t))return String(t);if(r<0||r>20)throw new f("Incorrect fraction digits");if(m)return g(t,r);var n="",i="",c=0,u="",_="";if(t<0&&(n="-",t=-t),0===t)c=0,i=b("0",r+1);else{var k=s(t);c=v(k);var x=0,E=p(10,c-r);2*t>=(2*(x=d(t/E))+1)*E&&(x+=1),x>=p(10,r+1)&&(x/=10,c+=1),i=l(x)}return 0!==r&&(i=y(i,0,1)+"."+y(i,1)),0===c?(u="+",_="0"):(u=c>0?"+":"-",_=l(h(c))),n+(i+"e")+u+_}})},9868:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(91291),a=r(31240),c=r(72333),s=r(79039),u=RangeError,f=String,l=Math.floor,w=i(c),h=i("".slice),v=i(1..toFixed),p=function(e,t,r){return 0===t?r:t%2==1?p(e,t-1,r*e):p(e*e,t/2,r)},d=function(e,t,r){for(var n=-1,i=r;++n<6;)i+=t*e[n],e[n]=i%1e7,i=l(i/1e7)},g=function(e,t){for(var r=6,n=0;--r>=0;)n+=e[r],e[r]=l(n/t),n=n%t*1e7},b=function(e){for(var t=6,r="";--t>=0;)if(""!==r||0===t||0!==e[t]){var n=f(e[t]);r=""===r?n:r+w("0",7-n.length)+n}return r};n({target:"Number",proto:!0,forced:s((function(){return"0.000"!==v(8e-5,3)||"1"!==v(.9,0)||"1.25"!==v(1.255,2)||"1000000000000000128"!==v(0xde0b6b3a7640080,0)}))||!s((function(){v({})}))},{toFixed:function(e){var t,r,n,i,c=a(this),s=o(e),l=[0,0,0,0,0,0],v="",y="0";if(s<0||s>20)throw new u("Incorrect fraction digits");if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return f(c);if(c<0&&(v="-",c=-c),c>1e-21)if(r=(t=function(e){for(var t=0,r=e;r>=4096;)t+=12,r/=4096;for(;r>=2;)t+=1,r/=2;return t}(c*p(2,69,1))-69)<0?c*p(2,-t,1):c/p(2,t,1),r*=4503599627370496,(t=52-t)>0){for(d(l,0,r),n=s;n>=7;)d(l,1e7,0),n-=7;for(d(l,p(10,n,1),0),n=t-1;n>=23;)g(l,1<<23),n-=23;g(l,1<<n),d(l,1,1),g(l,2),y=b(l)}else d(l,0,r),d(l,1<<-t,0),y=b(l)+w("0",s);return s>0?v+((i=y.length)<=s?"0."+w("0",s-i)+y:h(y,0,i-s)+"."+h(y,i-s)):v+y}})},80630:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(79039),a=r(31240),c=i(1..toPrecision);n({target:"Number",proto:!0,forced:o((function(){return"1"!==c(1,void 0)}))||!o((function(){c({})}))},{toPrecision:function(e){return void 0===e?c(a(this)):c(a(this),e)}})},69085:(e,t,r)=>{"use strict";var n=r(46518),i=r(44213);n({target:"Object",stat:!0,arity:2,forced:Object.assign!==i},{assign:i})},59904:(e,t,r)=>{"use strict";r(46518)({target:"Object",stat:!0,sham:!r(43724)},{create:r(2360)})},17427:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),o=r(42551),a=r(79306),c=r(48981),s=r(24913);i&&n({target:"Object",proto:!0,forced:o},{__defineGetter__:function(e,t){s.f(c(this),e,{get:a(t),enumerable:!0,configurable:!0})}})},67945:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),o=r(96801).f;n({target:"Object",stat:!0,forced:Object.defineProperties!==o,sham:!i},{defineProperties:o})},84185:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),o=r(24913).f;n({target:"Object",stat:!0,forced:Object.defineProperty!==o,sham:!i},{defineProperty:o})},87607:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),o=r(42551),a=r(79306),c=r(48981),s=r(24913);i&&n({target:"Object",proto:!0,forced:o},{__defineSetter__:function(e,t){s.f(c(this),e,{set:a(t),enumerable:!0,configurable:!0})}})},5506:(e,t,r)=>{"use strict";var n=r(46518),i=r(32357).entries;n({target:"Object",stat:!0},{entries:function(e){return i(e)}})},52811:(e,t,r)=>{"use strict";var n=r(46518),i=r(92744),o=r(79039),a=r(20034),c=r(3451).onFreeze,s=Object.freeze;n({target:"Object",stat:!0,forced:o((function(){s(1)})),sham:!i},{freeze:function(e){return s&&a(e)?s(c(e)):e}})},53921:(e,t,r)=>{"use strict";var n=r(46518),i=r(72652),o=r(97040);n({target:"Object",stat:!0},{fromEntries:function(e){var t={};return i(e,(function(e,r){o(t,e,r)}),{AS_ENTRIES:!0}),t}})},83851:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),o=r(25397),a=r(77347).f,c=r(43724);n({target:"Object",stat:!0,forced:!c||i((function(){a(1)})),sham:!c},{getOwnPropertyDescriptor:function(e,t){return a(o(e),t)}})},81278:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),o=r(35031),a=r(25397),c=r(77347),s=r(97040);n({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(e){for(var t,r,n=a(e),i=c.f,u=o(n),f={},l=0;u.length>l;)void 0!==(r=i(n,t=u[l++]))&&s(f,t,r);return f}})},1480:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),o=r(10298).f;n({target:"Object",stat:!0,forced:i((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:o})},49773:(e,t,r)=>{"use strict";var n=r(46518),i=r(4495),o=r(79039),a=r(33717),c=r(48981);n({target:"Object",stat:!0,forced:!i||o((function(){a.f(1)}))},{getOwnPropertySymbols:function(e){var t=a.f;return t?t(c(e)):[]}})},40875:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),o=r(48981),a=r(42787),c=r(12211);n({target:"Object",stat:!0,forced:i((function(){a(1)})),sham:!c},{getPrototypeOf:function(e){return a(o(e))}})},77691:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),o=r(79504),a=r(79306),c=r(67750),s=r(56969),u=r(72652),f=i("Object","create"),l=o([].push);n({target:"Object",stat:!0},{groupBy:function(e,t){c(e),a(t);var r=f(null),n=0;return u(e,(function(e){var i=s(t(e,n++));i in r?l(r[i],e):r[i]=[e]})),r}})},78347:(e,t,r)=>{"use strict";r(46518)({target:"Object",stat:!0},{hasOwn:r(39297)})},94052:(e,t,r)=>{"use strict";var n=r(46518),i=r(34124);n({target:"Object",stat:!0,forced:Object.isExtensible!==i},{isExtensible:i})},94003:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),o=r(20034),a=r(44576),c=r(15652),s=Object.isFrozen;n({target:"Object",stat:!0,forced:c||i((function(){s(1)}))},{isFrozen:function(e){return!o(e)||!(!c||"ArrayBuffer"!==a(e))||!!s&&s(e)}})},221:(e,t,r)=>{"use strict";var n=r(46518),i=r(79039),o=r(20034),a=r(44576),c=r(15652),s=Object.isSealed;n({target:"Object",stat:!0,forced:c||i((function(){s(1)}))},{isSealed:function(e){return!o(e)||!(!c||"ArrayBuffer"!==a(e))||!!s&&s(e)}})},29908:(e,t,r)=>{"use strict";r(46518)({target:"Object",stat:!0},{is:r(3470)})},79432:(e,t,r)=>{"use strict";var n=r(46518),i=r(48981),o=r(71072);n({target:"Object",stat:!0,forced:r(79039)((function(){o(1)}))},{keys:function(e){return o(i(e))}})},9220:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),o=r(42551),a=r(48981),c=r(56969),s=r(42787),u=r(77347).f;i&&n({target:"Object",proto:!0,forced:o},{__lookupGetter__:function(e){var t,r=a(this),n=c(e);do{if(t=u(r,n))return t.get}while(r=s(r))}})},7904:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),o=r(42551),a=r(48981),c=r(56969),s=r(42787),u=r(77347).f;i&&n({target:"Object",proto:!0,forced:o},{__lookupSetter__:function(e){var t,r=a(this),n=c(e);do{if(t=u(r,n))return t.set}while(r=s(r))}})},93967:(e,t,r)=>{"use strict";var n=r(46518),i=r(20034),o=r(3451).onFreeze,a=r(92744),c=r(79039),s=Object.preventExtensions;n({target:"Object",stat:!0,forced:c((function(){s(1)})),sham:!a},{preventExtensions:function(e){return s&&i(e)?s(o(e)):e}})},63548:(e,t,r)=>{"use strict";var n=r(43724),i=r(62106),o=r(20034),a=r(13925),c=r(48981),s=r(67750),u=Object.getPrototypeOf,f=Object.setPrototypeOf,l=Object.prototype,w="__proto__";if(n&&u&&f&&!(w in l))try{i(l,w,{configurable:!0,get:function(){return u(c(this))},set:function(e){var t=s(this);a(e)&&o(t)&&f(t,e)}})}catch(e){}},93941:(e,t,r)=>{"use strict";var n=r(46518),i=r(20034),o=r(3451).onFreeze,a=r(92744),c=r(79039),s=Object.seal;n({target:"Object",stat:!0,forced:c((function(){s(1)})),sham:!a},{seal:function(e){return s&&i(e)?s(o(e)):e}})},10287:(e,t,r)=>{"use strict";r(46518)({target:"Object",stat:!0},{setPrototypeOf:r(52967)})},26099:(e,t,r)=>{"use strict";var n=r(92140),i=r(36840),o=r(53179);n||i(Object.prototype,"toString",o,{unsafe:!0})},16034:(e,t,r)=>{"use strict";var n=r(46518),i=r(32357).values;n({target:"Object",stat:!0},{values:function(e){return i(e)}})},78459:(e,t,r)=>{"use strict";var n=r(46518),i=r(33904);n({global:!0,forced:parseFloat!==i},{parseFloat:i})},58940:(e,t,r)=>{"use strict";var n=r(46518),i=r(52703);n({global:!0,forced:parseInt!==i},{parseInt:i})},96167:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),o=r(79306),a=r(36043),c=r(1103),s=r(72652);n({target:"Promise",stat:!0,forced:r(90537)},{allSettled:function(e){var t=this,r=a.f(t),n=r.resolve,u=r.reject,f=c((function(){var r=o(t.resolve),a=[],c=0,u=1;s(e,(function(e){var o=c++,s=!1;u++,i(r,t,e).then((function(e){s||(s=!0,a[o]={status:"fulfilled",value:e},--u||n(a))}),(function(e){s||(s=!0,a[o]={status:"rejected",reason:e},--u||n(a))}))})),--u||n(a)}));return f.error&&u(f.value),r.promise}})},16499:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),o=r(79306),a=r(36043),c=r(1103),s=r(72652);n({target:"Promise",stat:!0,forced:r(90537)},{all:function(e){var t=this,r=a.f(t),n=r.resolve,u=r.reject,f=c((function(){var r=o(t.resolve),a=[],c=0,f=1;s(e,(function(e){var o=c++,s=!1;f++,i(r,t,e).then((function(e){s||(s=!0,a[o]=e,--f||n(a))}),u)})),--f||n(a)}));return f.error&&u(f.value),r.promise}})},93518:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),o=r(79306),a=r(97751),c=r(36043),s=r(1103),u=r(72652),f=r(90537),l="No one promise resolved";n({target:"Promise",stat:!0,forced:f},{any:function(e){var t=this,r=a("AggregateError"),n=c.f(t),f=n.resolve,w=n.reject,h=s((function(){var n=o(t.resolve),a=[],c=0,s=1,h=!1;u(e,(function(e){var o=c++,u=!1;s++,i(n,t,e).then((function(e){u||h||(h=!0,f(e))}),(function(e){u||h||(u=!0,a[o]=e,--s||w(new r(a,l)))}))})),--s||w(new r(a,l))}));return h.error&&w(h.value),n.promise}})},82003:(e,t,r)=>{"use strict";var n=r(46518),i=r(96395),o=r(10916).CONSTRUCTOR,a=r(80550),c=r(97751),s=r(94901),u=r(36840),f=a&&a.prototype;if(n({target:"Promise",proto:!0,forced:o,real:!0},{catch:function(e){return this.then(void 0,e)}}),!i&&s(a)){var l=c("Promise").prototype.catch;f.catch!==l&&u(f,"catch",l,{unsafe:!0})}},10436:(e,t,r)=>{"use strict";var n,i,o,a=r(46518),c=r(96395),s=r(19088),u=r(24475),f=r(69565),l=r(36840),w=r(52967),h=r(10687),v=r(87633),p=r(79306),d=r(94901),g=r(20034),b=r(90679),y=r(2293),m=r(59225).set,_=r(91955),k=r(90757),x=r(1103),E=r(18265),S=r(91181),O=r(80550),A=r(10916),j=r(36043),I="Promise",R=A.CONSTRUCTOR,T=A.REJECTION_EVENT,L=A.SUBCLASSING,P=S.getterFor(I),M=S.set,C=O&&O.prototype,N=O,U=C,D=u.TypeError,F=u.document,z=u.process,B=j.f,G=B,Y=!!(F&&F.createEvent&&u.dispatchEvent),W="unhandledrejection",q=function(e){var t;return!(!g(e)||!d(t=e.then))&&t},V=function(e,t){var r,n,i,o=t.value,a=1===t.state,c=a?e.ok:e.fail,s=e.resolve,u=e.reject,l=e.domain;try{c?(a||(2===t.rejection&&J(t),t.rejection=1),!0===c?r=o:(l&&l.enter(),r=c(o),l&&(l.exit(),i=!0)),r===e.promise?u(new D("Promise-chain cycle")):(n=q(r))?f(n,r,s,u):s(r)):u(o)}catch(e){l&&!i&&l.exit(),u(e)}},$=function(e,t){e.notified||(e.notified=!0,_((function(){for(var r,n=e.reactions;r=n.get();)V(r,e);e.notified=!1,t&&!e.rejection&&X(e)})))},H=function(e,t,r){var n,i;Y?((n=F.createEvent("Event")).promise=t,n.reason=r,n.initEvent(e,!1,!0),u.dispatchEvent(n)):n={promise:t,reason:r},!T&&(i=u["on"+e])?i(n):e===W&&k("Unhandled promise rejection",r)},X=function(e){f(m,u,(function(){var t,r=e.facade,n=e.value;if(K(e)&&(t=x((function(){s?z.emit("unhandledRejection",n,r):H(W,r,n)})),e.rejection=s||K(e)?2:1,t.error))throw t.value}))},K=function(e){return 1!==e.rejection&&!e.parent},J=function(e){f(m,u,(function(){var t=e.facade;s?z.emit("rejectionHandled",t):H("rejectionhandled",t,e.value)}))},Q=function(e,t,r){return function(n){e(t,n,r)}},Z=function(e,t,r){e.done||(e.done=!0,r&&(e=r),e.value=t,e.state=2,$(e,!0))},ee=function(e,t,r){if(!e.done){e.done=!0,r&&(e=r);try{if(e.facade===t)throw new D("Promise can't be resolved itself");var n=q(t);n?_((function(){var r={done:!1};try{f(n,t,Q(ee,r,e),Q(Z,r,e))}catch(t){Z(r,t,e)}})):(e.value=t,e.state=1,$(e,!1))}catch(t){Z({done:!1},t,e)}}};if(R&&(U=(N=function(e){b(this,U),p(e),f(n,this);var t=P(this);try{e(Q(ee,t),Q(Z,t))}catch(e){Z(t,e)}}).prototype,(n=function(e){M(this,{type:I,done:!1,notified:!1,parent:!1,reactions:new E,rejection:!1,state:0,value:void 0})}).prototype=l(U,"then",(function(e,t){var r=P(this),n=B(y(this,N));return r.parent=!0,n.ok=!d(e)||e,n.fail=d(t)&&t,n.domain=s?z.domain:void 0,0===r.state?r.reactions.add(n):_((function(){V(n,r)})),n.promise})),i=function(){var e=new n,t=P(e);this.promise=e,this.resolve=Q(ee,t),this.reject=Q(Z,t)},j.f=B=function(e){return e===N||void 0===e?new i(e):G(e)},!c&&d(O)&&C!==Object.prototype)){o=C.then,L||l(C,"then",(function(e,t){var r=this;return new N((function(e,t){f(o,r,e,t)})).then(e,t)}),{unsafe:!0});try{delete C.constructor}catch(e){}w&&w(C,U)}a({global:!0,constructor:!0,wrap:!0,forced:R},{Promise:N}),h(N,I,!1,!0),v(I)},9391:(e,t,r)=>{"use strict";var n=r(46518),i=r(96395),o=r(80550),a=r(79039),c=r(97751),s=r(94901),u=r(2293),f=r(93438),l=r(36840),w=o&&o.prototype;if(n({target:"Promise",proto:!0,real:!0,forced:!!o&&a((function(){w.finally.call({then:function(){}},(function(){}))}))},{finally:function(e){var t=u(this,c("Promise")),r=s(e);return this.then(r?function(r){return f(t,e()).then((function(){return r}))}:e,r?function(r){return f(t,e()).then((function(){throw r}))}:e)}}),!i&&s(o)){var h=c("Promise").prototype.finally;w.finally!==h&&l(w,"finally",h,{unsafe:!0})}},3362:(e,t,r)=>{"use strict";r(10436),r(16499),r(82003),r(7743),r(51481),r(40280)},7743:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),o=r(79306),a=r(36043),c=r(1103),s=r(72652);n({target:"Promise",stat:!0,forced:r(90537)},{race:function(e){var t=this,r=a.f(t),n=r.reject,u=c((function(){var a=o(t.resolve);s(e,(function(e){i(a,t,e).then(r.resolve,n)}))}));return u.error&&n(u.value),r.promise}})},51481:(e,t,r)=>{"use strict";var n=r(46518),i=r(36043);n({target:"Promise",stat:!0,forced:r(10916).CONSTRUCTOR},{reject:function(e){var t=i.f(this);return(0,t.reject)(e),t.promise}})},40280:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),o=r(96395),a=r(80550),c=r(10916).CONSTRUCTOR,s=r(93438),u=i("Promise"),f=o&&!c;n({target:"Promise",stat:!0,forced:o||c},{resolve:function(e){return s(f&&this===u?a:this,e)}})},14628:(e,t,r)=>{"use strict";var n=r(46518),i=r(36043);n({target:"Promise",stat:!0},{withResolvers:function(){var e=i.f(this);return{promise:e.promise,resolve:e.resolve,reject:e.reject}}})},39796:(e,t,r)=>{"use strict";var n=r(46518),i=r(18745),o=r(79306),a=r(28551);n({target:"Reflect",stat:!0,forced:!r(79039)((function(){Reflect.apply((function(){}))}))},{apply:function(e,t,r){return i(o(e),t,a(r))}})},60825:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),o=r(18745),a=r(30566),c=r(35548),s=r(28551),u=r(20034),f=r(2360),l=r(79039),w=i("Reflect","construct"),h=Object.prototype,v=[].push,p=l((function(){function e(){}return!(w((function(){}),[],e)instanceof e)})),d=!l((function(){w((function(){}))})),g=p||d;n({target:"Reflect",stat:!0,forced:g,sham:g},{construct:function(e,t){c(e),s(t);var r=arguments.length<3?e:c(arguments[2]);if(d&&!p)return w(e,t,r);if(e===r){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var n=[null];return o(v,n,t),new(o(a,e,n))}var i=r.prototype,l=f(u(i)?i:h),g=o(e,l,t);return u(g)?g:l}})},87411:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),o=r(28551),a=r(56969),c=r(24913);n({target:"Reflect",stat:!0,forced:r(79039)((function(){Reflect.defineProperty(c.f({},1,{value:1}),1,{value:2})})),sham:!i},{defineProperty:function(e,t,r){o(e);var n=a(t);o(r);try{return c.f(e,n,r),!0}catch(e){return!1}}})},21211:(e,t,r)=>{"use strict";var n=r(46518),i=r(28551),o=r(77347).f;n({target:"Reflect",stat:!0},{deleteProperty:function(e,t){var r=o(i(e),t);return!(r&&!r.configurable)&&delete e[t]}})},9065:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),o=r(28551),a=r(77347);n({target:"Reflect",stat:!0,sham:!i},{getOwnPropertyDescriptor:function(e,t){return a.f(o(e),t)}})},86565:(e,t,r)=>{"use strict";var n=r(46518),i=r(28551),o=r(42787);n({target:"Reflect",stat:!0,sham:!r(12211)},{getPrototypeOf:function(e){return o(i(e))}})},40888:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),o=r(20034),a=r(28551),c=r(16575),s=r(77347),u=r(42787);n({target:"Reflect",stat:!0},{get:function e(t,r){var n,f,l=arguments.length<3?t:arguments[2];return a(t)===l?t[r]:(n=s.f(t,r))?c(n)?n.value:void 0===n.get?void 0:i(n.get,l):o(f=u(t))?e(f,r,l):void 0}})},32812:(e,t,r)=>{"use strict";r(46518)({target:"Reflect",stat:!0},{has:function(e,t){return t in e}})},84634:(e,t,r)=>{"use strict";var n=r(46518),i=r(28551),o=r(34124);n({target:"Reflect",stat:!0},{isExtensible:function(e){return i(e),o(e)}})},71137:(e,t,r)=>{"use strict";r(46518)({target:"Reflect",stat:!0},{ownKeys:r(35031)})},30985:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),o=r(28551);n({target:"Reflect",stat:!0,sham:!r(92744)},{preventExtensions:function(e){o(e);try{var t=i("Object","preventExtensions");return t&&t(e),!0}catch(e){return!1}}})},34873:(e,t,r)=>{"use strict";var n=r(46518),i=r(28551),o=r(73506),a=r(52967);a&&n({target:"Reflect",stat:!0},{setPrototypeOf:function(e,t){i(e),o(t);try{return a(e,t),!0}catch(e){return!1}}})},34268:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),o=r(28551),a=r(20034),c=r(16575),s=r(79039),u=r(24913),f=r(77347),l=r(42787),w=r(6980);n({target:"Reflect",stat:!0,forced:s((function(){var e=function(){},t=u.f(new e,"a",{configurable:!0});return!1!==Reflect.set(e.prototype,"a",1,t)}))},{set:function e(t,r,n){var s,h,v,p=arguments.length<4?t:arguments[3],d=f.f(o(t),r);if(!d){if(a(h=l(t)))return e(h,r,n,p);d=w(0)}if(c(d)){if(!1===d.writable||!a(p))return!1;if(s=f.f(p,r)){if(s.get||s.set||!1===s.writable)return!1;s.value=n,u.f(p,r,s)}else u.f(p,r,w(0,n))}else{if(void 0===(v=d.set))return!1;i(v,p,n)}return!0}})},15472:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(10687);n({global:!0},{Reflect:{}}),o(i.Reflect,"Reflect",!0)},84864:(e,t,r)=>{"use strict";var n=r(43724),i=r(24475),o=r(79504),a=r(92796),c=r(23167),s=r(66699),u=r(2360),f=r(38480).f,l=r(1625),w=r(60788),h=r(655),v=r(61034),p=r(58429),d=r(11056),g=r(36840),b=r(79039),y=r(39297),m=r(91181).enforce,_=r(87633),k=r(78227),x=r(83635),E=r(18814),S=k("match"),O=i.RegExp,A=O.prototype,j=i.SyntaxError,I=o(A.exec),R=o("".charAt),T=o("".replace),L=o("".indexOf),P=o("".slice),M=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,C=/a/g,N=/a/g,U=new O(C)!==C,D=p.MISSED_STICKY,F=p.UNSUPPORTED_Y;if(a("RegExp",n&&(!U||D||x||E||b((function(){return N[S]=!1,O(C)!==C||O(N)===N||"/a/i"!==String(O(C,"i"))}))))){for(var z=function(e,t){var r,n,i,o,a,f,p=l(A,this),d=w(e),g=void 0===t,b=[],_=e;if(!p&&d&&g&&e.constructor===z)return e;if((d||l(A,e))&&(e=e.source,g&&(t=v(_))),e=void 0===e?"":h(e),t=void 0===t?"":h(t),_=e,x&&"dotAll"in C&&(n=!!t&&L(t,"s")>-1)&&(t=T(t,/s/g,"")),r=t,D&&"sticky"in C&&(i=!!t&&L(t,"y")>-1)&&F&&(t=T(t,/y/g,"")),E&&(o=function(e){for(var t,r=e.length,n=0,i="",o=[],a=u(null),c=!1,s=!1,f=0,l="";n<=r;n++){if("\\"===(t=R(e,n)))t+=R(e,++n);else if("]"===t)c=!1;else if(!c)switch(!0){case"["===t:c=!0;break;case"("===t:I(M,P(e,n+1))&&(n+=2,s=!0),i+=t,f++;continue;case">"===t&&s:if(""===l||y(a,l))throw new j("Invalid capture group name");a[l]=!0,o[o.length]=[l,f],s=!1,l="";continue}s?l+=t:i+=t}return[i,o]}(e),e=o[0],b=o[1]),a=c(O(e,t),p?this:A,z),(n||i||b.length)&&(f=m(a),n&&(f.dotAll=!0,f.raw=z(function(e){for(var t,r=e.length,n=0,i="",o=!1;n<=r;n++)"\\"!==(t=R(e,n))?o||"."!==t?("["===t?o=!0:"]"===t&&(o=!1),i+=t):i+="[\\s\\S]":i+=t+R(e,++n);return i}(e),r)),i&&(f.sticky=!0),b.length&&(f.groups=b)),e!==_)try{s(a,"source",""===_?"(?:)":_)}catch(e){}return a},B=f(O),G=0;B.length>G;)d(z,O,B[G++]);A.constructor=z,z.prototype=A,g(i,"RegExp",z,{constructor:!0})}_("RegExp")},57465:(e,t,r)=>{"use strict";var n=r(43724),i=r(83635),o=r(44576),a=r(62106),c=r(91181).get,s=RegExp.prototype,u=TypeError;n&&i&&a(s,"dotAll",{configurable:!0,get:function(){if(this!==s){if("RegExp"===o(this))return!!c(this).dotAll;throw new u("Incompatible receiver, RegExp required")}}})},27495:(e,t,r)=>{"use strict";var n=r(46518),i=r(57323);n({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},69479:(e,t,r)=>{"use strict";var n=r(24475),i=r(43724),o=r(62106),a=r(67979),c=r(79039),s=n.RegExp,u=s.prototype;i&&c((function(){var e=!0;try{s(".","d")}catch(t){e=!1}var t={},r="",n=e?"dgimsy":"gimsy",i=function(e,n){Object.defineProperty(t,e,{get:function(){return r+=n,!0}})},o={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var a in e&&(o.hasIndices="d"),o)i(a,o[a]);return Object.getOwnPropertyDescriptor(u,"flags").get.call(t)!==n||r!==n}))&&o(u,"flags",{configurable:!0,get:a})},87745:(e,t,r)=>{"use strict";var n=r(43724),i=r(58429).MISSED_STICKY,o=r(44576),a=r(62106),c=r(91181).get,s=RegExp.prototype,u=TypeError;n&&i&&a(s,"sticky",{configurable:!0,get:function(){if(this!==s){if("RegExp"===o(this))return!!c(this).sticky;throw new u("Incompatible receiver, RegExp required")}}})},90906:(e,t,r)=>{"use strict";r(27495);var n,i,o=r(46518),a=r(69565),c=r(94901),s=r(28551),u=r(655),f=(n=!1,(i=/[ac]/).exec=function(){return n=!0,/./.exec.apply(this,arguments)},!0===i.test("abc")&&n),l=/./.test;o({target:"RegExp",proto:!0,forced:!f},{test:function(e){var t=s(this),r=u(e),n=t.exec;if(!c(n))return a(l,t,r);var i=a(n,t,r);return null!==i&&(s(i),!0)}})},38781:(e,t,r)=>{"use strict";var n=r(10350).PROPER,i=r(36840),o=r(28551),a=r(655),c=r(79039),s=r(61034),u="toString",f=RegExp.prototype,l=f[u],w=c((function(){return"/a/b"!==l.call({source:"a",flags:"b"})})),h=n&&l.name!==u;(w||h)&&i(f,u,(function(){var e=o(this);return"/"+a(e.source)+"/"+a(s(e))}),{unsafe:!0})},92405:(e,t,r)=>{"use strict";r(16468)("Set",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r(86938))},31415:(e,t,r)=>{"use strict";r(92405)},89907:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("anchor")},{anchor:function(e){return i(this,"a","name",e)}})},67357:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(67750),a=r(91291),c=r(655),s=r(79039),u=i("".charAt);n({target:"String",proto:!0,forced:s((function(){return"\ud842"!=="𠮷".at(-2)}))},{at:function(e){var t=c(o(this)),r=t.length,n=a(e),i=n>=0?n:r+n;return i<0||i>=r?void 0:u(t,i)}})},11898:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("big")},{big:function(){return i(this,"big","","")}})},35490:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("blink")},{blink:function(){return i(this,"blink","","")}})},5745:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("bold")},{bold:function(){return i(this,"b","","")}})},23860:(e,t,r)=>{"use strict";var n=r(46518),i=r(68183).codeAt;n({target:"String",proto:!0},{codePointAt:function(e){return i(this,e)}})},99449:(e,t,r)=>{"use strict";var n,i=r(46518),o=r(27476),a=r(77347).f,c=r(18014),s=r(655),u=r(60511),f=r(67750),l=r(41436),w=r(96395),h=o("".slice),v=Math.min,p=l("endsWith");i({target:"String",proto:!0,forced:!(!w&&!p&&(n=a(String.prototype,"endsWith"),n&&!n.writable)||p)},{endsWith:function(e){var t=s(f(this));u(e);var r=arguments.length>1?arguments[1]:void 0,n=t.length,i=void 0===r?n:v(c(r),n),o=s(e);return h(t,i-o.length,i)===o}})},94298:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("fixed")},{fixed:function(){return i(this,"tt","","")}})},60268:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("fontcolor")},{fontcolor:function(e){return i(this,"font","color",e)}})},69546:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("fontsize")},{fontsize:function(e){return i(this,"font","size",e)}})},27337:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(35610),a=RangeError,c=String.fromCharCode,s=String.fromCodePoint,u=i([].join);n({target:"String",stat:!0,arity:1,forced:!!s&&1!==s.length},{fromCodePoint:function(e){for(var t,r=[],n=arguments.length,i=0;n>i;){if(t=+arguments[i++],o(t,1114111)!==t)throw new a(t+" is not a valid code point");r[i]=t<65536?c(t):c(55296+((t-=65536)>>10),t%1024+56320)}return u(r,"")}})},21699:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(60511),a=r(67750),c=r(655),s=r(41436),u=i("".indexOf);n({target:"String",proto:!0,forced:!s("includes")},{includes:function(e){return!!~u(c(a(this)),c(o(e)),arguments.length>1?arguments[1]:void 0)}})},42043:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(67750),a=r(655),c=i("".charCodeAt);n({target:"String",proto:!0},{isWellFormed:function(){for(var e=a(o(this)),t=e.length,r=0;r<t;r++){var n=c(e,r);if(55296==(63488&n)&&(n>=56320||++r>=t||56320!=(64512&c(e,r))))return!1}return!0}})},20781:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("italics")},{italics:function(){return i(this,"i","","")}})},47764:(e,t,r)=>{"use strict";var n=r(68183).charAt,i=r(655),o=r(91181),a=r(51088),c=r(62529),s="String Iterator",u=o.set,f=o.getterFor(s);a(String,"String",(function(e){u(this,{type:s,string:i(e),index:0})}),(function(){var e,t=f(this),r=t.string,i=t.index;return i>=r.length?c(void 0,!0):(e=n(r,i),t.index+=e.length,c(e,!1))}))},50778:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("link")},{link:function(e){return i(this,"a","href",e)}})},28543:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),o=r(27476),a=r(33994),c=r(62529),s=r(67750),u=r(18014),f=r(655),l=r(28551),w=r(64117),h=r(44576),v=r(60788),p=r(61034),d=r(55966),g=r(36840),b=r(79039),y=r(78227),m=r(2293),_=r(57829),k=r(56682),x=r(91181),E=r(96395),S=y("matchAll"),O="RegExp String",A=O+" Iterator",j=x.set,I=x.getterFor(A),R=RegExp.prototype,T=TypeError,L=o("".indexOf),P=o("".matchAll),M=!!P&&!b((function(){P("a",/./)})),C=a((function(e,t,r,n){j(this,{type:A,regexp:e,string:t,global:r,unicode:n,done:!1})}),O,(function(){var e=I(this);if(e.done)return c(void 0,!0);var t=e.regexp,r=e.string,n=k(t,r);return null===n?(e.done=!0,c(void 0,!0)):e.global?(""===f(n[0])&&(t.lastIndex=_(r,u(t.lastIndex),e.unicode)),c(n,!1)):(e.done=!0,c(n,!1))})),N=function(e){var t,r,n,i=l(this),o=f(e),a=m(i,RegExp),c=f(p(i));return t=new a(a===RegExp?i.source:i,c),r=!!~L(c,"g"),n=!!~L(c,"u"),t.lastIndex=u(i.lastIndex),new C(t,o,r,n)};n({target:"String",proto:!0,forced:M},{matchAll:function(e){var t,r,n,o,a=s(this);if(w(e)){if(M)return P(a,e)}else{if(v(e)&&(t=f(s(p(e))),!~L(t,"g")))throw new T("`.matchAll` does not allow non-global regexes");if(M)return P(a,e);if(void 0===(n=d(e,S))&&E&&"RegExp"===h(e)&&(n=N),n)return i(n,e,a)}return r=f(a),o=new RegExp(e,"g"),E?i(N,o,r):o[S](r)}}),E||S in R||g(R,S,N)},71761:(e,t,r)=>{"use strict";var n=r(69565),i=r(89228),o=r(28551),a=r(64117),c=r(18014),s=r(655),u=r(67750),f=r(55966),l=r(57829),w=r(56682);i("match",(function(e,t,r){return[function(t){var r=u(this),i=a(t)?void 0:f(t,e);return i?n(i,t,r):new RegExp(t)[e](s(r))},function(e){var n=o(this),i=s(e),a=r(t,n,i);if(a.done)return a.value;if(!n.global)return w(n,i);var u=n.unicode;n.lastIndex=0;for(var f,h=[],v=0;null!==(f=w(n,i));){var p=s(f[0]);h[v]=p,""===p&&(n.lastIndex=l(i,c(n.lastIndex),u)),v++}return 0===v?null:h}]}))},35701:(e,t,r)=>{"use strict";var n=r(46518),i=r(60533).end;n({target:"String",proto:!0,forced:r(83063)},{padEnd:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},68156:(e,t,r)=>{"use strict";var n=r(46518),i=r(60533).start;n({target:"String",proto:!0,forced:r(83063)},{padStart:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},85906:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(25397),a=r(48981),c=r(655),s=r(26198),u=i([].push),f=i([].join);n({target:"String",stat:!0},{raw:function(e){var t=o(a(e).raw),r=s(t);if(!r)return"";for(var n=arguments.length,i=[],l=0;;){if(u(i,c(t[l++])),l===r)return f(i,"");l<n&&u(i,c(arguments[l]))}}})},42781:(e,t,r)=>{"use strict";r(46518)({target:"String",proto:!0},{repeat:r(72333)})},79978:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),o=r(79504),a=r(67750),c=r(94901),s=r(64117),u=r(60788),f=r(655),l=r(55966),w=r(61034),h=r(2478),v=r(78227),p=r(96395),d=v("replace"),g=TypeError,b=o("".indexOf),y=o("".replace),m=o("".slice),_=Math.max;n({target:"String",proto:!0},{replaceAll:function(e,t){var r,n,o,v,k,x,E,S,O,A=a(this),j=0,I=0,R="";if(!s(e)){if((r=u(e))&&(n=f(a(w(e))),!~b(n,"g")))throw new g("`.replaceAll` does not allow non-global regexes");if(o=l(e,d))return i(o,e,A,t);if(p&&r)return y(f(A),e,t)}for(v=f(A),k=f(e),(x=c(t))||(t=f(t)),E=k.length,S=_(1,E),j=b(v,k);-1!==j;)O=x?f(t(k,j,v)):h(k,v,j,[],void 0,t),R+=m(v,I,j)+O,I=j+E,j=j+S>v.length?-1:b(v,k,j+S);return I<v.length&&(R+=m(v,I)),R}})},25440:(e,t,r)=>{"use strict";var n=r(18745),i=r(69565),o=r(79504),a=r(89228),c=r(79039),s=r(28551),u=r(94901),f=r(64117),l=r(91291),w=r(18014),h=r(655),v=r(67750),p=r(57829),d=r(55966),g=r(2478),b=r(56682),y=r(78227)("replace"),m=Math.max,_=Math.min,k=o([].concat),x=o([].push),E=o("".indexOf),S=o("".slice),O="$0"==="a".replace(/./,"$0"),A=!!/./[y]&&""===/./[y]("a","$0");a("replace",(function(e,t,r){var o=A?"$":"$0";return[function(e,r){var n=v(this),o=f(e)?void 0:d(e,y);return o?i(o,e,n,r):i(t,h(n),e,r)},function(e,i){var a=s(this),c=h(e);if("string"==typeof i&&-1===E(i,o)&&-1===E(i,"$<")){var f=r(t,a,c,i);if(f.done)return f.value}var v=u(i);v||(i=h(i));var d,y=a.global;y&&(d=a.unicode,a.lastIndex=0);for(var O,A=[];null!==(O=b(a,c))&&(x(A,O),y);)""===h(O[0])&&(a.lastIndex=p(c,w(a.lastIndex),d));for(var j,I="",R=0,T=0;T<A.length;T++){for(var L,P=h((O=A[T])[0]),M=m(_(l(O.index),c.length),0),C=[],N=1;N<O.length;N++)x(C,void 0===(j=O[N])?j:String(j));var U=O.groups;if(v){var D=k([P],C,M,c);void 0!==U&&x(D,U),L=h(n(i,void 0,D))}else L=g(P,c,M,C,U,i);M>=R&&(I+=S(c,R,M)+L,R=M+P.length)}return I+S(c,R)}]}),!!c((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!O||A)},5746:(e,t,r)=>{"use strict";var n=r(69565),i=r(89228),o=r(28551),a=r(64117),c=r(67750),s=r(3470),u=r(655),f=r(55966),l=r(56682);i("search",(function(e,t,r){return[function(t){var r=c(this),i=a(t)?void 0:f(t,e);return i?n(i,t,r):new RegExp(t)[e](u(r))},function(e){var n=o(this),i=u(e),a=r(t,n,i);if(a.done)return a.value;var c=n.lastIndex;s(c,0)||(n.lastIndex=0);var f=l(n,i);return s(n.lastIndex,c)||(n.lastIndex=c),null===f?-1:f.index}]}))},89195:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("small")},{small:function(){return i(this,"small","","")}})},90744:(e,t,r)=>{"use strict";var n=r(69565),i=r(79504),o=r(89228),a=r(28551),c=r(64117),s=r(67750),u=r(2293),f=r(57829),l=r(18014),w=r(655),h=r(55966),v=r(56682),p=r(58429),d=r(79039),g=p.UNSUPPORTED_Y,b=Math.min,y=i([].push),m=i("".slice),_=!d((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),k="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;o("split",(function(e,t,r){var i="0".split(void 0,0).length?function(e,r){return void 0===e&&0===r?[]:n(t,this,e,r)}:t;return[function(t,r){var o=s(this),a=c(t)?void 0:h(t,e);return a?n(a,t,o,r):n(i,w(o),t,r)},function(e,n){var o=a(this),c=w(e);if(!k){var s=r(i,o,c,n,i!==t);if(s.done)return s.value}var h=u(o,RegExp),p=o.unicode,d=(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.unicode?"u":"")+(g?"g":"y"),_=new h(g?"^(?:"+o.source+")":o,d),x=void 0===n?4294967295:n>>>0;if(0===x)return[];if(0===c.length)return null===v(_,c)?[c]:[];for(var E=0,S=0,O=[];S<c.length;){_.lastIndex=g?0:S;var A,j=v(_,g?m(c,S):c);if(null===j||(A=b(l(_.lastIndex+(g?S:0)),c.length))===E)S=f(c,S,p);else{if(y(O,m(c,E,S)),O.length===x)return O;for(var I=1;I<=j.length-1;I++)if(y(O,j[I]),O.length===x)return O;S=E=A}}return y(O,m(c,E)),O}]}),k||!_,g)},11392:(e,t,r)=>{"use strict";var n,i=r(46518),o=r(27476),a=r(77347).f,c=r(18014),s=r(655),u=r(60511),f=r(67750),l=r(41436),w=r(96395),h=o("".slice),v=Math.min,p=l("startsWith");i({target:"String",proto:!0,forced:!(!w&&!p&&(n=a(String.prototype,"startsWith"),n&&!n.writable)||p)},{startsWith:function(e){var t=s(f(this));u(e);var r=c(v(arguments.length>1?arguments[1]:void 0,t.length)),n=s(e);return h(t,r,r+n.length)===n}})},46276:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("strike")},{strike:function(){return i(this,"strike","","")}})},48718:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("sub")},{sub:function(){return i(this,"sub","","")}})},50375:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(67750),a=r(91291),c=r(655),s=i("".slice),u=Math.max,f=Math.min;n({target:"String",proto:!0,forced:!"".substr||"b"!=="ab".substr(-1)},{substr:function(e,t){var r,n,i=c(o(this)),l=i.length,w=a(e);return w===1/0&&(w=0),w<0&&(w=u(l+w,0)),(r=void 0===t?l:a(t))<=0||r===1/0||w>=(n=f(w+r,l))?"":s(i,w,n)}})},16308:(e,t,r)=>{"use strict";var n=r(46518),i=r(77240);n({target:"String",proto:!0,forced:r(23061)("sup")},{sup:function(){return i(this,"sup","","")}})},67438:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565),o=r(79504),a=r(67750),c=r(655),s=r(79039),u=Array,f=o("".charAt),l=o("".charCodeAt),w=o([].join),h="".toWellFormed,v=h&&s((function(){return"1"!==i(h,1)}));n({target:"String",proto:!0,forced:v},{toWellFormed:function(){var e=c(a(this));if(v)return i(h,e);for(var t=e.length,r=u(t),n=0;n<t;n++){var o=l(e,n);55296!=(63488&o)?r[n]=f(e,n):o>=56320||n+1>=t||56320!=(64512&l(e,n+1))?r[n]="�":(r[n]=f(e,n),r[++n]=f(e,n))}return w(r,"")}})},39202:(e,t,r)=>{"use strict";r(33313);var n=r(46518),i=r(18866);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==i},{trimEnd:i})},58934:(e,t,r)=>{"use strict";var n=r(46518),i=r(53487);n({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==i},{trimLeft:i})},33313:(e,t,r)=>{"use strict";var n=r(46518),i=r(18866);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==i},{trimRight:i})},43359:(e,t,r)=>{"use strict";r(58934);var n=r(46518),i=r(53487);n({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==i},{trimStart:i})},42762:(e,t,r)=>{"use strict";var n=r(46518),i=r(43802).trim;n({target:"String",proto:!0,forced:r(60706)("trim")},{trim:function(){return i(this)}})},66412:(e,t,r)=>{"use strict";r(70511)("asyncIterator")},6761:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(69565),a=r(79504),c=r(96395),s=r(43724),u=r(4495),f=r(79039),l=r(39297),w=r(1625),h=r(28551),v=r(25397),p=r(56969),d=r(655),g=r(6980),b=r(2360),y=r(71072),m=r(38480),_=r(10298),k=r(33717),x=r(77347),E=r(24913),S=r(96801),O=r(48773),A=r(36840),j=r(62106),I=r(25745),R=r(66119),T=r(30421),L=r(33392),P=r(78227),M=r(1951),C=r(70511),N=r(58242),U=r(10687),D=r(91181),F=r(59213).forEach,z=R("hidden"),B="Symbol",G="prototype",Y=D.set,W=D.getterFor(B),q=Object[G],V=i.Symbol,$=V&&V[G],H=i.RangeError,X=i.TypeError,K=i.QObject,J=x.f,Q=E.f,Z=_.f,ee=O.f,te=a([].push),re=I("symbols"),ne=I("op-symbols"),ie=I("wks"),oe=!K||!K[G]||!K[G].findChild,ae=function(e,t,r){var n=J(q,t);n&&delete q[t],Q(e,t,r),n&&e!==q&&Q(q,t,n)},ce=s&&f((function(){return 7!==b(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a}))?ae:Q,se=function(e,t){var r=re[e]=b($);return Y(r,{type:B,tag:e,description:t}),s||(r.description=t),r},ue=function(e,t,r){e===q&&ue(ne,t,r),h(e);var n=p(t);return h(r),l(re,n)?(r.enumerable?(l(e,z)&&e[z][n]&&(e[z][n]=!1),r=b(r,{enumerable:g(0,!1)})):(l(e,z)||Q(e,z,g(1,b(null))),e[z][n]=!0),ce(e,n,r)):Q(e,n,r)},fe=function(e,t){h(e);var r=v(t),n=y(r).concat(ve(r));return F(n,(function(t){s&&!o(le,r,t)||ue(e,t,r[t])})),e},le=function(e){var t=p(e),r=o(ee,this,t);return!(this===q&&l(re,t)&&!l(ne,t))&&(!(r||!l(this,t)||!l(re,t)||l(this,z)&&this[z][t])||r)},we=function(e,t){var r=v(e),n=p(t);if(r!==q||!l(re,n)||l(ne,n)){var i=J(r,n);return!i||!l(re,n)||l(r,z)&&r[z][n]||(i.enumerable=!0),i}},he=function(e){var t=Z(v(e)),r=[];return F(t,(function(e){l(re,e)||l(T,e)||te(r,e)})),r},ve=function(e){var t=e===q,r=Z(t?ne:v(e)),n=[];return F(r,(function(e){!l(re,e)||t&&!l(q,e)||te(n,re[e])})),n};u||(A($=(V=function(){if(w($,this))throw new X("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?d(arguments[0]):void 0,t=L(e),r=function(e){var n=void 0===this?i:this;n===q&&o(r,ne,e),l(n,z)&&l(n[z],t)&&(n[z][t]=!1);var a=g(1,e);try{ce(n,t,a)}catch(e){if(!(e instanceof H))throw e;ae(n,t,a)}};return s&&oe&&ce(q,t,{configurable:!0,set:r}),se(t,e)})[G],"toString",(function(){return W(this).tag})),A(V,"withoutSetter",(function(e){return se(L(e),e)})),O.f=le,E.f=ue,S.f=fe,x.f=we,m.f=_.f=he,k.f=ve,M.f=function(e){return se(P(e),e)},s&&(j($,"description",{configurable:!0,get:function(){return W(this).description}}),c||A(q,"propertyIsEnumerable",le,{unsafe:!0}))),n({global:!0,constructor:!0,wrap:!0,forced:!u,sham:!u},{Symbol:V}),F(y(ie),(function(e){C(e)})),n({target:B,stat:!0,forced:!u},{useSetter:function(){oe=!0},useSimple:function(){oe=!1}}),n({target:"Object",stat:!0,forced:!u,sham:!s},{create:function(e,t){return void 0===t?b(e):fe(b(e),t)},defineProperty:ue,defineProperties:fe,getOwnPropertyDescriptor:we}),n({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:he}),N(),U(V,B),T[z]=!0},89463:(e,t,r)=>{"use strict";var n=r(46518),i=r(43724),o=r(24475),a=r(79504),c=r(39297),s=r(94901),u=r(1625),f=r(655),l=r(62106),w=r(77740),h=o.Symbol,v=h&&h.prototype;if(i&&s(h)&&(!("description"in v)||void 0!==h().description)){var p={},d=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:f(arguments[0]),t=u(v,this)?new h(e):void 0===e?h():h(e);return""===e&&(p[t]=!0),t};w(d,h),d.prototype=v,v.constructor=d;var g="Symbol(description detection)"===String(h("description detection")),b=a(v.valueOf),y=a(v.toString),m=/^Symbol\((.*)\)[^)]+$/,_=a("".replace),k=a("".slice);l(v,"description",{configurable:!0,get:function(){var e=b(this);if(c(p,e))return"";var t=y(e),r=g?k(t,7,-1):_(t,m,"$1");return""===r?void 0:r}}),n({global:!0,constructor:!0,forced:!0},{Symbol:d})}},81510:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),o=r(39297),a=r(655),c=r(25745),s=r(91296),u=c("string-to-symbol-registry"),f=c("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!s},{for:function(e){var t=a(e);if(o(u,t))return u[t];var r=i("Symbol")(t);return u[t]=r,f[r]=t,r}})},60193:(e,t,r)=>{"use strict";r(70511)("hasInstance")},92168:(e,t,r)=>{"use strict";r(70511)("isConcatSpreadable")},2259:(e,t,r)=>{"use strict";r(70511)("iterator")},52675:(e,t,r)=>{"use strict";r(6761),r(81510),r(97812),r(33110),r(49773)},97812:(e,t,r)=>{"use strict";var n=r(46518),i=r(39297),o=r(10757),a=r(16823),c=r(25745),s=r(91296),u=c("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!s},{keyFor:function(e){if(!o(e))throw new TypeError(a(e)+" is not a symbol");if(i(u,e))return u[e]}})},83142:(e,t,r)=>{"use strict";r(70511)("matchAll")},86964:(e,t,r)=>{"use strict";r(70511)("match")},83237:(e,t,r)=>{"use strict";r(70511)("replace")},61833:(e,t,r)=>{"use strict";r(70511)("search")},67947:(e,t,r)=>{"use strict";r(70511)("species")},31073:(e,t,r)=>{"use strict";r(70511)("split")},45700:(e,t,r)=>{"use strict";var n=r(70511),i=r(58242);n("toPrimitive"),i()},78125:(e,t,r)=>{"use strict";var n=r(97751),i=r(70511),o=r(10687);i("toStringTag"),o(n("Symbol"),"Symbol")},20326:(e,t,r)=>{"use strict";r(70511)("unscopables")},48140:(e,t,r)=>{"use strict";var n=r(94644),i=r(26198),o=r(91291),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("at",(function(e){var t=a(this),r=i(t),n=o(e),c=n>=0?n:r+n;return c<0||c>=r?void 0:t[c]}))},81630:(e,t,r)=>{"use strict";var n=r(79504),i=r(94644),o=n(r(57029)),a=i.aTypedArray;(0,i.exportTypedArrayMethod)("copyWithin",(function(e,t){return o(a(this),e,t,arguments.length>2?arguments[2]:void 0)}))},72170:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).every,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("every",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},75044:(e,t,r)=>{"use strict";var n=r(94644),i=r(84373),o=r(75854),a=r(36955),c=r(69565),s=r(79504),u=r(79039),f=n.aTypedArray,l=n.exportTypedArrayMethod,w=s("".slice);l("fill",(function(e){var t=arguments.length;f(this);var r="Big"===w(a(this),0,3)?o(e):+e;return c(i,this,r,t>1?arguments[1]:void 0,t>2?arguments[2]:void 0)}),u((function(){var e=0;return new Int8Array(2).fill({valueOf:function(){return e++}}),1!==e})))},69539:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).filter,o=r(26357),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("filter",(function(e){var t=i(a(this),e,arguments.length>1?arguments[1]:void 0);return o(this,t)}))},89955:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).findIndex,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("findIndex",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},91134:(e,t,r)=>{"use strict";var n=r(94644),i=r(43839).findLastIndex,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("findLastIndex",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},21903:(e,t,r)=>{"use strict";var n=r(94644),i=r(43839).findLast,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("findLast",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},31694:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).find,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("find",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},34594:(e,t,r)=>{"use strict";r(15823)("Float32",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},29833:(e,t,r)=>{"use strict";r(15823)("Float64",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},33206:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).forEach,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("forEach",(function(e){i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},48345:(e,t,r)=>{"use strict";var n=r(72805);(0,r(94644).exportTypedArrayStaticMethod)("from",r(43251),n)},44496:(e,t,r)=>{"use strict";var n=r(94644),i=r(19617).includes,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("includes",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},66651:(e,t,r)=>{"use strict";var n=r(94644),i=r(19617).indexOf,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("indexOf",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},72107:(e,t,r)=>{"use strict";r(15823)("Int16",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},95477:(e,t,r)=>{"use strict";r(15823)("Int32",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},46594:(e,t,r)=>{"use strict";r(15823)("Int8",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},12887:(e,t,r)=>{"use strict";var n=r(24475),i=r(79039),o=r(79504),a=r(94644),c=r(23792),s=r(78227)("iterator"),u=n.Uint8Array,f=o(c.values),l=o(c.keys),w=o(c.entries),h=a.aTypedArray,v=a.exportTypedArrayMethod,p=u&&u.prototype,d=!i((function(){p[s].call([1])})),g=!!p&&p.values&&p[s]===p.values&&"values"===p.values.name,b=function(){return f(h(this))};v("entries",(function(){return w(h(this))}),d),v("keys",(function(){return l(h(this))}),d),v("values",b,d||!g,{name:"values"}),v(s,b,d||!g,{name:"values"})},19369:(e,t,r)=>{"use strict";var n=r(94644),i=r(79504),o=n.aTypedArray,a=n.exportTypedArrayMethod,c=i([].join);a("join",(function(e){return c(o(this),e)}))},66812:(e,t,r)=>{"use strict";var n=r(94644),i=r(18745),o=r(8379),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("lastIndexOf",(function(e){var t=arguments.length;return i(o,a(this),t>1?[e,arguments[1]]:[e])}))},8995:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).map,o=r(61412),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("map",(function(e){return i(a(this),e,arguments.length>1?arguments[1]:void 0,(function(e,t){return new(o(e))(t)}))}))},52568:(e,t,r)=>{"use strict";var n=r(94644),i=r(72805),o=n.aTypedArrayConstructor;(0,n.exportTypedArrayStaticMethod)("of",(function(){for(var e=0,t=arguments.length,r=new(o(this))(t);t>e;)r[e]=arguments[e++];return r}),i)},36072:(e,t,r)=>{"use strict";var n=r(94644),i=r(80926).right,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduceRight",(function(e){var t=arguments.length;return i(o(this),e,t,t>1?arguments[1]:void 0)}))},31575:(e,t,r)=>{"use strict";var n=r(94644),i=r(80926).left,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduce",(function(e){var t=arguments.length;return i(o(this),e,t,t>1?arguments[1]:void 0)}))},88747:(e,t,r)=>{"use strict";var n=r(94644),i=n.aTypedArray,o=n.exportTypedArrayMethod,a=Math.floor;o("reverse",(function(){for(var e,t=this,r=i(t).length,n=a(r/2),o=0;o<n;)e=t[o],t[o++]=t[--r],t[r]=e;return t}))},28845:(e,t,r)=>{"use strict";var n=r(24475),i=r(69565),o=r(94644),a=r(26198),c=r(58229),s=r(48981),u=r(79039),f=n.RangeError,l=n.Int8Array,w=l&&l.prototype,h=w&&w.set,v=o.aTypedArray,p=o.exportTypedArrayMethod,d=!u((function(){var e=new Uint8ClampedArray(2);return i(h,e,{length:1,0:3},1),3!==e[1]})),g=d&&o.NATIVE_ARRAY_BUFFER_VIEWS&&u((function(){var e=new l(2);return e.set(1),e.set("2",1),0!==e[0]||2!==e[1]}));p("set",(function(e){v(this);var t=c(arguments.length>1?arguments[1]:void 0,1),r=s(e);if(d)return i(h,this,r,t);var n=this.length,o=a(r),u=0;if(o+t>n)throw new f("Wrong length");for(;u<o;)this[t+u]=r[u++]}),!d||g)},29423:(e,t,r)=>{"use strict";var n=r(94644),i=r(61412),o=r(79039),a=r(67680),c=n.aTypedArray;(0,n.exportTypedArrayMethod)("slice",(function(e,t){for(var r=a(c(this),e,t),n=i(this),o=0,s=r.length,u=new n(s);s>o;)u[o]=r[o++];return u}),o((function(){new Int8Array(1).slice()})))},57301:(e,t,r)=>{"use strict";var n=r(94644),i=r(59213).some,o=n.aTypedArray;(0,n.exportTypedArrayMethod)("some",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},373:(e,t,r)=>{"use strict";var n=r(24475),i=r(27476),o=r(79039),a=r(79306),c=r(74488),s=r(94644),u=r(28834),f=r(63202),l=r(77388),w=r(89160),h=s.aTypedArray,v=s.exportTypedArrayMethod,p=n.Uint16Array,d=p&&i(p.prototype.sort),g=!(!d||o((function(){d(new p(2),null)}))&&o((function(){d(new p(2),{})}))),b=!!d&&!o((function(){if(l)return l<74;if(u)return u<67;if(f)return!0;if(w)return w<602;var e,t,r=new p(516),n=Array(516);for(e=0;e<516;e++)t=e%4,r[e]=515-e,n[e]=e-2*t+3;for(d(r,(function(e,t){return(e/4|0)-(t/4|0)})),e=0;e<516;e++)if(r[e]!==n[e])return!0}));v("sort",(function(e){return void 0!==e&&a(e),b?d(this,e):c(h(this),function(e){return function(t,r){return void 0!==e?+e(t,r)||0:r!=r?-1:t!=t?1:0===t&&0===r?1/t>0&&1/r<0?1:-1:t>r}}(e))}),!b||g)},86614:(e,t,r)=>{"use strict";var n=r(94644),i=r(18014),o=r(35610),a=r(61412),c=n.aTypedArray;(0,n.exportTypedArrayMethod)("subarray",(function(e,t){var r=c(this),n=r.length,s=o(e,n);return new(a(r))(r.buffer,r.byteOffset+s*r.BYTES_PER_ELEMENT,i((void 0===t?n:o(t,n))-s))}))},41405:(e,t,r)=>{"use strict";var n=r(24475),i=r(18745),o=r(94644),a=r(79039),c=r(67680),s=n.Int8Array,u=o.aTypedArray,f=o.exportTypedArrayMethod,l=[].toLocaleString,w=!!s&&a((function(){l.call(new s(1))}));f("toLocaleString",(function(){return i(l,w?c(u(this)):u(this),c(arguments))}),a((function(){return[1,2].toLocaleString()!==new s([1,2]).toLocaleString()}))||!a((function(){s.prototype.toLocaleString.call([1,2])})))},37467:(e,t,r)=>{"use strict";var n=r(37628),i=r(94644),o=i.aTypedArray,a=i.exportTypedArrayMethod,c=i.getTypedArrayConstructor;a("toReversed",(function(){return n(o(this),c(this))}))},44732:(e,t,r)=>{"use strict";var n=r(94644),i=r(79504),o=r(79306),a=r(35370),c=n.aTypedArray,s=n.getTypedArrayConstructor,u=n.exportTypedArrayMethod,f=i(n.TypedArrayPrototype.sort);u("toSorted",(function(e){void 0!==e&&o(e);var t=c(this),r=a(s(t),t);return f(r,e)}))},33684:(e,t,r)=>{"use strict";var n=r(94644).exportTypedArrayMethod,i=r(79039),o=r(24475),a=r(79504),c=o.Uint8Array,s=c&&c.prototype||{},u=[].toString,f=a([].join);i((function(){u.call({})}))&&(u=function(){return f(this)});var l=s.toString!==u;n("toString",u,l)},3690:(e,t,r)=>{"use strict";r(15823)("Uint16",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},61740:(e,t,r)=>{"use strict";r(15823)("Uint32",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},21489:(e,t,r)=>{"use strict";r(15823)("Uint8",(function(e){return function(t,r,n){return e(this,t,r,n)}}))},22134:(e,t,r)=>{"use strict";r(15823)("Uint8",(function(e){return function(t,r,n){return e(this,t,r,n)}}),!0)},79577:(e,t,r)=>{"use strict";var n=r(39928),i=r(94644),o=r(18727),a=r(91291),c=r(75854),s=i.aTypedArray,u=i.getTypedArrayConstructor,f=i.exportTypedArrayMethod,l=!!function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(e){return 8===e}}();f("with",{with:function(e,t){var r=s(this),i=a(e),f=o(r)?c(t):+t;return n(r,u(r),i,f)}}.with,!l)},88267:(e,t,r)=>{"use strict";var n=r(46518),i=r(79504),o=r(655),a=String.fromCharCode,c=i("".charAt),s=i(/./.exec),u=i("".slice),f=/^[\da-f]{2}$/i,l=/^[\da-f]{4}$/i;n({global:!0},{unescape:function(e){for(var t,r,n=o(e),i="",w=n.length,h=0;h<w;){if("%"===(t=c(n,h++)))if("u"===c(n,h)){if(r=u(n,h+1,h+5),s(l,r)){i+=a(parseInt(r,16)),h+=5;continue}}else if(r=u(n,h,h+2),s(f,r)){i+=a(parseInt(r,16)),h+=2;continue}i+=t}return i}})},65746:(e,t,r)=>{"use strict";var n,i=r(92744),o=r(24475),a=r(79504),c=r(56279),s=r(3451),u=r(16468),f=r(91625),l=r(20034),w=r(91181).enforce,h=r(79039),v=r(58622),p=Object,d=Array.isArray,g=p.isExtensible,b=p.isFrozen,y=p.isSealed,m=p.freeze,_=p.seal,k=!o.ActiveXObject&&"ActiveXObject"in o,x=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},E=u("WeakMap",x,f),S=E.prototype,O=a(S.set);if(v)if(k){n=f.getConstructor(x,"WeakMap",!0),s.enable();var A=a(S.delete),j=a(S.has),I=a(S.get);c(S,{delete:function(e){if(l(e)&&!g(e)){var t=w(this);return t.frozen||(t.frozen=new n),A(this,e)||t.frozen.delete(e)}return A(this,e)},has:function(e){if(l(e)&&!g(e)){var t=w(this);return t.frozen||(t.frozen=new n),j(this,e)||t.frozen.has(e)}return j(this,e)},get:function(e){if(l(e)&&!g(e)){var t=w(this);return t.frozen||(t.frozen=new n),j(this,e)?I(this,e):t.frozen.get(e)}return I(this,e)},set:function(e,t){if(l(e)&&!g(e)){var r=w(this);r.frozen||(r.frozen=new n),j(this,e)?O(this,e,t):r.frozen.set(e,t)}else O(this,e,t);return this}})}else i&&h((function(){var e=m([]);return O(new E,e,1),!b(e)}))&&c(S,{set:function(e,t){var r;return d(e)&&(b(e)?r=m:y(e)&&(r=_)),O(this,e,t),r&&r(e),this}})},73772:(e,t,r)=>{"use strict";r(65746)},5240:(e,t,r)=>{"use strict";r(16468)("WeakSet",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),r(91625))},30958:(e,t,r)=>{"use strict";r(5240)},2945:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(97751),a=r(79504),c=r(69565),s=r(79039),u=r(655),f=r(22812),l=r(92804).c2i,w=/[^\d+/a-z]/i,h=/[\t\n\f\r ]+/g,v=/[=]{1,2}$/,p=o("atob"),d=String.fromCharCode,g=a("".charAt),b=a("".replace),y=a(w.exec),m=!!p&&!s((function(){return"hi"!==p("aGk=")})),_=m&&s((function(){return""!==p(" ")})),k=m&&!s((function(){p("a")})),x=m&&!s((function(){p()})),E=m&&1!==p.length;n({global:!0,bind:!0,enumerable:!0,forced:!m||_||k||x||E},{atob:function(e){if(f(arguments.length,1),m&&!_&&!k)return c(p,i,e);var t,r,n,a=b(u(e),h,""),s="",x=0,E=0;if(a.length%4==0&&(a=b(a,v,"")),(t=a.length)%4==1||y(w,a))throw new(o("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;x<t;)r=g(a,x++),n=E%4?64*n+l[r]:l[r],E++%4&&(s+=d(255&n>>(-2*E&6)));return s}})},42207:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(97751),a=r(79504),c=r(69565),s=r(79039),u=r(655),f=r(22812),l=r(92804).i2c,w=o("btoa"),h=a("".charAt),v=a("".charCodeAt),p=!!w&&!s((function(){return"aGk="!==w("hi")})),d=p&&!s((function(){w()})),g=p&&s((function(){return"bnVsbA=="!==w(null)})),b=p&&1!==w.length;n({global:!0,bind:!0,enumerable:!0,forced:!p||d||g||b},{btoa:function(e){if(f(arguments.length,1),p)return c(w,i,u(e));for(var t,r,n=u(e),a="",s=0,d=l;h(n,s)||(d="=",s%1);){if((r=v(n,s+=3/4))>255)throw new(o("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");a+=h(d,63&(t=t<<8|r)>>8-s%1*8)}return a}})},86368:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(59225).clear;n({global:!0,bind:!0,enumerable:!0,forced:i.clearImmediate!==o},{clearImmediate:o})},23500:(e,t,r)=>{"use strict";var n=r(24475),i=r(67400),o=r(79296),a=r(90235),c=r(66699),s=function(e){if(e&&e.forEach!==a)try{c(e,"forEach",a)}catch(t){e.forEach=a}};for(var u in i)i[u]&&s(n[u]&&n[u].prototype);s(o)},62953:(e,t,r)=>{"use strict";var n=r(24475),i=r(67400),o=r(79296),a=r(23792),c=r(66699),s=r(10687),u=r(78227)("iterator"),f=a.values,l=function(e,t){if(e){if(e[u]!==f)try{c(e,u,f)}catch(t){e[u]=f}if(s(e,t,!0),i[t])for(var r in a)if(e[r]!==a[r])try{c(e,r,a[r])}catch(t){e[r]=a[r]}}};for(var w in i)l(n[w]&&n[w].prototype,w);l(o,"DOMTokenList")},55815:(e,t,r)=>{"use strict";var n=r(46518),i=r(69714),o=r(97751),a=r(79039),c=r(2360),s=r(6980),u=r(24913).f,f=r(36840),l=r(62106),w=r(39297),h=r(90679),v=r(28551),p=r(77536),d=r(32603),g=r(55002),b=r(16193),y=r(91181),m=r(43724),_=r(96395),k="DOMException",x="DATA_CLONE_ERR",E=o("Error"),S=o(k)||function(){try{(new(o("MessageChannel")||i("worker_threads").MessageChannel)).port1.postMessage(new WeakMap)}catch(e){if(e.name===x&&25===e.code)return e.constructor}}(),O=S&&S.prototype,A=E.prototype,j=y.set,I=y.getterFor(k),R="stack"in new E(k),T=function(e){return w(g,e)&&g[e].m?g[e].c:0},L=function(){h(this,P);var e=arguments.length,t=d(e<1?void 0:arguments[0]),r=d(e<2?void 0:arguments[1],"Error"),n=T(r);if(j(this,{type:k,name:r,message:t,code:n}),m||(this.name=r,this.message=t,this.code=n),R){var i=new E(t);i.name=k,u(this,"stack",s(1,b(i.stack,1)))}},P=L.prototype=c(A),M=function(e){return{enumerable:!0,configurable:!0,get:e}},C=function(e){return M((function(){return I(this)[e]}))};m&&(l(P,"code",C("code")),l(P,"message",C("message")),l(P,"name",C("name"))),u(P,"constructor",s(1,L));var N=a((function(){return!(new S instanceof E)})),U=N||a((function(){return A.toString!==p||"2: 1"!==String(new S(1,2))})),D=N||a((function(){return 25!==new S(1,"DataCloneError").code})),F=N||25!==S[x]||25!==O[x],z=_?U||D||F:N;n({global:!0,constructor:!0,forced:z},{DOMException:z?L:S});var B=o(k),G=B.prototype;for(var Y in U&&(_||S===B)&&f(G,"toString",p),D&&m&&S===B&&l(G,"code",M((function(){return T(v(this).name)}))),g)if(w(g,Y)){var W=g[Y],q=W.s,V=s(6,W.c);w(B,q)||u(B,q,V),w(G,q)||u(G,q,V)}},64979:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(97751),a=r(6980),c=r(24913).f,s=r(39297),u=r(90679),f=r(23167),l=r(32603),w=r(55002),h=r(16193),v=r(43724),p=r(96395),d="DOMException",g=o("Error"),b=o(d),y=function(){u(this,m);var e=arguments.length,t=l(e<1?void 0:arguments[0]),r=l(e<2?void 0:arguments[1],"Error"),n=new b(t,r),i=new g(t);return i.name=d,c(n,"stack",a(1,h(i.stack,1))),f(n,this,y),n},m=y.prototype=b.prototype,_="stack"in new g(d),k="stack"in new b(1,2),x=b&&v&&Object.getOwnPropertyDescriptor(i,d),E=!(!x||x.writable&&x.configurable),S=_&&!E&&!k;n({global:!0,constructor:!0,forced:p||S},{DOMException:S?y:b});var O=o(d),A=O.prototype;if(A.constructor!==O)for(var j in p||c(A,"constructor",a(1,O)),w)if(s(w,j)){var I=w[j],R=I.s;s(O,R)||c(O,R,a(6,I.c))}},79739:(e,t,r)=>{"use strict";var n=r(97751),i="DOMException";r(10687)(n(i),i)},59848:(e,t,r)=>{"use strict";r(86368),r(29309)},122:(e,t,r)=>{"use strict";var n=r(46518),i=r(91955),o=r(79306),a=r(22812);n({global:!0,enumerable:!0,dontCallGetSet:!0},{queueMicrotask:function(e){a(arguments.length,1),i(o(e))}})},13611:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(62106),a=r(43724),c=TypeError,s=Object.defineProperty,u=i.self!==i;try{if(a){var f=Object.getOwnPropertyDescriptor(i,"self");!u&&f&&f.get&&f.enumerable||o(i,"self",{get:function(){return i},set:function(e){if(this!==i)throw new c("Illegal invocation");s(i,"self",{value:e,writable:!0,configurable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}else n({global:!0,simple:!0,forced:u},{self:i})}catch(e){}},29309:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(59225).set,a=r(79472),c=i.setImmediate?a(o,!1):o;n({global:!0,bind:!0,enumerable:!0,forced:i.setImmediate!==c},{setImmediate:c})},15575:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(79472)(i.setInterval,!0);n({global:!0,bind:!0,forced:i.setInterval!==o},{setInterval:o})},24599:(e,t,r)=>{"use strict";var n=r(46518),i=r(24475),o=r(79472)(i.setTimeout,!0);n({global:!0,bind:!0,forced:i.setTimeout!==o},{setTimeout:o})},71678:(e,t,r)=>{"use strict";var n,i=r(96395),o=r(46518),a=r(24475),c=r(97751),s=r(79504),u=r(79039),f=r(33392),l=r(94901),w=r(33517),h=r(64117),v=r(20034),p=r(10757),d=r(72652),g=r(28551),b=r(36955),y=r(39297),m=r(97040),_=r(66699),k=r(26198),x=r(22812),E=r(61034),S=r(72248),O=r(94402),A=r(38469),j=r(94483),I=r(24659),R=r(1548),T=a.Object,L=a.Array,P=a.Date,M=a.Error,C=a.TypeError,N=a.PerformanceMark,U=c("DOMException"),D=S.Map,F=S.has,z=S.get,B=S.set,G=O.Set,Y=O.add,W=O.has,q=c("Object","keys"),V=s([].push),$=s((!0).valueOf),H=s(1..valueOf),X=s("".valueOf),K=s(P.prototype.getTime),J=f("structuredClone"),Q="DataCloneError",Z="Transferring",ee=function(e){return!u((function(){var t=new a.Set([7]),r=e(t),n=e(T(7));return r===t||!r.has(7)||!v(n)||7!=+n}))&&e},te=function(e,t){return!u((function(){var r=new t,n=e({a:r,b:r});return!(n&&n.a===n.b&&n.a instanceof t&&n.a.stack===r.stack)}))},re=a.structuredClone,ne=i||!te(re,M)||!te(re,U)||(n=re,!!u((function(){var e=n(new a.AggregateError([1],J,{cause:3}));return"AggregateError"!==e.name||1!==e.errors[0]||e.message!==J||3!==e.cause}))),ie=!re&&ee((function(e){return new N(J,{detail:e}).detail})),oe=ee(re)||ie,ae=function(e){throw new U("Uncloneable type: "+e,Q)},ce=function(e,t){throw new U((t||"Cloning")+" of "+e+" cannot be properly polyfilled in this engine",Q)},se=function(e,t){return oe||ce(t),oe(e)},ue=function(e,t,r){if(F(t,e))return z(t,e);var n,i,o,c,s,u;if("SharedArrayBuffer"===(r||b(e)))n=oe?oe(e):e;else{var f=a.DataView;f||l(e.slice)||ce("ArrayBuffer");try{if(l(e.slice)&&!e.resizable)n=e.slice(0);else{i=e.byteLength,o="maxByteLength"in e?{maxByteLength:e.maxByteLength}:void 0,n=new ArrayBuffer(i,o),c=new f(e),s=new f(n);for(u=0;u<i;u++)s.setUint8(u,c.getUint8(u))}}catch(e){throw new U("ArrayBuffer is detached",Q)}}return B(t,e,n),n},fe=function(e,t){if(p(e)&&ae("Symbol"),!v(e))return e;if(t){if(F(t,e))return z(t,e)}else t=new D;var r,n,i,o,s,u,f,w,h=b(e);switch(h){case"Array":i=L(k(e));break;case"Object":i={};break;case"Map":i=new D;break;case"Set":i=new G;break;case"RegExp":i=new RegExp(e.source,E(e));break;case"Error":switch(n=e.name){case"AggregateError":i=new(c(n))([]);break;case"EvalError":case"RangeError":case"ReferenceError":case"SuppressedError":case"SyntaxError":case"TypeError":case"URIError":i=new(c(n));break;case"CompileError":case"LinkError":case"RuntimeError":i=new(c("WebAssembly",n));break;default:i=new M}break;case"DOMException":i=new U(e.message,e.name);break;case"ArrayBuffer":case"SharedArrayBuffer":i=ue(e,t,h);break;case"DataView":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float16Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":u="DataView"===h?e.byteLength:e.length,i=function(e,t,r,n,i){var o=a[t];return v(o)||ce(t),new o(ue(e.buffer,i),r,n)}(e,h,e.byteOffset,u,t);break;case"DOMQuad":try{i=new DOMQuad(fe(e.p1,t),fe(e.p2,t),fe(e.p3,t),fe(e.p4,t))}catch(t){i=se(e,h)}break;case"File":if(oe)try{i=oe(e),b(i)!==h&&(i=void 0)}catch(e){}if(!i)try{i=new File([e],e.name,e)}catch(e){}i||ce(h);break;case"FileList":if(o=function(){var e;try{e=new a.DataTransfer}catch(t){try{e=new a.ClipboardEvent("").clipboardData}catch(e){}}return e&&e.items&&e.files?e:null}()){for(s=0,u=k(e);s<u;s++)o.items.add(fe(e[s],t));i=o.files}else i=se(e,h);break;case"ImageData":try{i=new ImageData(fe(e.data,t),e.width,e.height,{colorSpace:e.colorSpace})}catch(t){i=se(e,h)}break;default:if(oe)i=oe(e);else switch(h){case"BigInt":i=T(e.valueOf());break;case"Boolean":i=T($(e));break;case"Number":i=T(H(e));break;case"String":i=T(X(e));break;case"Date":i=new P(K(e));break;case"Blob":try{i=e.slice(0,e.size,e.type)}catch(e){ce(h)}break;case"DOMPoint":case"DOMPointReadOnly":r=a[h];try{i=r.fromPoint?r.fromPoint(e):new r(e.x,e.y,e.z,e.w)}catch(e){ce(h)}break;case"DOMRect":case"DOMRectReadOnly":r=a[h];try{i=r.fromRect?r.fromRect(e):new r(e.x,e.y,e.width,e.height)}catch(e){ce(h)}break;case"DOMMatrix":case"DOMMatrixReadOnly":r=a[h];try{i=r.fromMatrix?r.fromMatrix(e):new r(e)}catch(e){ce(h)}break;case"AudioData":case"VideoFrame":l(e.clone)||ce(h);try{i=e.clone()}catch(e){ae(h)}break;case"CropTarget":case"CryptoKey":case"FileSystemDirectoryHandle":case"FileSystemFileHandle":case"FileSystemHandle":case"GPUCompilationInfo":case"GPUCompilationMessage":case"ImageBitmap":case"RTCCertificate":case"WebAssembly.Module":ce(h);default:ae(h)}}switch(B(t,e,i),h){case"Array":case"Object":for(f=q(e),s=0,u=k(f);s<u;s++)w=f[s],m(i,w,fe(e[w],t));break;case"Map":e.forEach((function(e,r){B(i,fe(r,t),fe(e,t))}));break;case"Set":e.forEach((function(e){Y(i,fe(e,t))}));break;case"Error":_(i,"message",fe(e.message,t)),y(e,"cause")&&_(i,"cause",fe(e.cause,t)),"AggregateError"===n?i.errors=fe(e.errors,t):"SuppressedError"===n&&(i.error=fe(e.error,t),i.suppressed=fe(e.suppressed,t));case"DOMException":I&&_(i,"stack",fe(e.stack,t))}return i};o({global:!0,enumerable:!0,sham:!R,forced:ne},{structuredClone:function(e){var t,r,n=x(arguments.length,1)>1&&!h(arguments[1])?g(arguments[1]):void 0,i=n?n.transfer:void 0;void 0!==i&&(r=function(e,t){if(!v(e))throw new C("Transfer option cannot be converted to a sequence");var r=[];d(e,(function(e){V(r,g(e))}));for(var n,i,o,c,s,u=0,f=k(r),h=new G;u<f;){if(n=r[u++],"ArrayBuffer"===(i=b(n))?W(h,n):F(t,n))throw new U("Duplicate transferable",Q);if("ArrayBuffer"!==i){if(R)c=re(n,{transfer:[n]});else switch(i){case"ImageBitmap":o=a.OffscreenCanvas,w(o)||ce(i,Z);try{(s=new o(n.width,n.height)).getContext("bitmaprenderer").transferFromImageBitmap(n),c=s.transferToImageBitmap()}catch(e){}break;case"AudioData":case"VideoFrame":l(n.clone)&&l(n.close)||ce(i,Z);try{c=n.clone(),n.close()}catch(e){}break;case"MediaSourceHandle":case"MessagePort":case"OffscreenCanvas":case"ReadableStream":case"TransformStream":case"WritableStream":ce(i,Z)}if(void 0===c)throw new U("This object cannot be transferred: "+i,Q);B(t,n,c)}else Y(h,n)}return h}(i,t=new D));var o=fe(e,t);return r&&function(e){A(e,(function(e){R?oe(e,{transfer:[e]}):l(e.transfer)?e.transfer():j?j(e):ce("ArrayBuffer",Z)}))}(r),o}})},76031:(e,t,r)=>{"use strict";r(15575),r(24599)},98406:(e,t,r)=>{"use strict";r(23792);var n=r(46518),i=r(24475),o=r(93389),a=r(69565),c=r(79504),s=r(43724),u=r(67416),f=r(36840),l=r(62106),w=r(56279),h=r(10687),v=r(33994),p=r(91181),d=r(90679),g=r(94901),b=r(39297),y=r(76080),m=r(36955),_=r(28551),k=r(20034),x=r(655),E=r(2360),S=r(6980),O=r(70081),A=r(50851),j=r(62529),I=r(22812),R=r(78227),T=r(74488),L=R("iterator"),P="URLSearchParams",M=P+"Iterator",C=p.set,N=p.getterFor(P),U=p.getterFor(M),D=o("fetch"),F=o("Request"),z=o("Headers"),B=F&&F.prototype,G=z&&z.prototype,Y=i.RegExp,W=i.TypeError,q=i.decodeURIComponent,V=i.encodeURIComponent,$=c("".charAt),H=c([].join),X=c([].push),K=c("".replace),J=c([].shift),Q=c([].splice),Z=c("".split),ee=c("".slice),te=/\+/g,re=Array(4),ne=function(e){return re[e-1]||(re[e-1]=Y("((?:%[\\da-f]{2}){"+e+"})","gi"))},ie=function(e){try{return q(e)}catch(t){return e}},oe=function(e){var t=K(e,te," "),r=4;try{return q(t)}catch(e){for(;r;)t=K(t,ne(r--),ie);return t}},ae=/[!'()~]|%20/g,ce={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},se=function(e){return ce[e]},ue=function(e){return K(V(e),ae,se)},fe=v((function(e,t){C(this,{type:M,target:N(e).entries,index:0,kind:t})}),P,(function(){var e=U(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=void 0,j(void 0,!0);var n=t[r];switch(e.kind){case"keys":return j(n.key,!1);case"values":return j(n.value,!1)}return j([n.key,n.value],!1)}),!0),le=function(e){this.entries=[],this.url=null,void 0!==e&&(k(e)?this.parseObject(e):this.parseQuery("string"==typeof e?"?"===$(e,0)?ee(e,1):e:x(e)))};le.prototype={type:P,bindURL:function(e){this.url=e,this.update()},parseObject:function(e){var t,r,n,i,o,c,s,u=this.entries,f=A(e);if(f)for(r=(t=O(e,f)).next;!(n=a(r,t)).done;){if(o=(i=O(_(n.value))).next,(c=a(o,i)).done||(s=a(o,i)).done||!a(o,i).done)throw new W("Expected sequence with length 2");X(u,{key:x(c.value),value:x(s.value)})}else for(var l in e)b(e,l)&&X(u,{key:l,value:x(e[l])})},parseQuery:function(e){if(e)for(var t,r,n=this.entries,i=Z(e,"&"),o=0;o<i.length;)(t=i[o++]).length&&(r=Z(t,"="),X(n,{key:oe(J(r)),value:oe(H(r,"="))}))},serialize:function(){for(var e,t=this.entries,r=[],n=0;n<t.length;)e=t[n++],X(r,ue(e.key)+"="+ue(e.value));return H(r,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var we=function(){d(this,he);var e=C(this,new le(arguments.length>0?arguments[0]:void 0));s||(this.size=e.entries.length)},he=we.prototype;if(w(he,{append:function(e,t){var r=N(this);I(arguments.length,2),X(r.entries,{key:x(e),value:x(t)}),s||this.length++,r.updateURL()},delete:function(e){for(var t=N(this),r=I(arguments.length,1),n=t.entries,i=x(e),o=r<2?void 0:arguments[1],a=void 0===o?o:x(o),c=0;c<n.length;){var u=n[c];if(u.key!==i||void 0!==a&&u.value!==a)c++;else if(Q(n,c,1),void 0!==a)break}s||(this.size=n.length),t.updateURL()},get:function(e){var t=N(this).entries;I(arguments.length,1);for(var r=x(e),n=0;n<t.length;n++)if(t[n].key===r)return t[n].value;return null},getAll:function(e){var t=N(this).entries;I(arguments.length,1);for(var r=x(e),n=[],i=0;i<t.length;i++)t[i].key===r&&X(n,t[i].value);return n},has:function(e){for(var t=N(this).entries,r=I(arguments.length,1),n=x(e),i=r<2?void 0:arguments[1],o=void 0===i?i:x(i),a=0;a<t.length;){var c=t[a++];if(c.key===n&&(void 0===o||c.value===o))return!0}return!1},set:function(e,t){var r=N(this);I(arguments.length,1);for(var n,i=r.entries,o=!1,a=x(e),c=x(t),u=0;u<i.length;u++)(n=i[u]).key===a&&(o?Q(i,u--,1):(o=!0,n.value=c));o||X(i,{key:a,value:c}),s||(this.size=i.length),r.updateURL()},sort:function(){var e=N(this);T(e.entries,(function(e,t){return e.key>t.key?1:-1})),e.updateURL()},forEach:function(e){for(var t,r=N(this).entries,n=y(e,arguments.length>1?arguments[1]:void 0),i=0;i<r.length;)n((t=r[i++]).value,t.key,this)},keys:function(){return new fe(this,"keys")},values:function(){return new fe(this,"values")},entries:function(){return new fe(this,"entries")}},{enumerable:!0}),f(he,L,he.entries,{name:"entries"}),f(he,"toString",(function(){return N(this).serialize()}),{enumerable:!0}),s&&l(he,"size",{get:function(){return N(this).entries.length},configurable:!0,enumerable:!0}),h(we,P),n({global:!0,constructor:!0,forced:!u},{URLSearchParams:we}),!u&&g(z)){var ve=c(G.has),pe=c(G.set),de=function(e){if(k(e)){var t,r=e.body;if(m(r)===P)return t=e.headers?new z(e.headers):new z,ve(t,"content-type")||pe(t,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),E(e,{body:S(0,x(r)),headers:S(0,t)})}return e};if(g(D)&&n({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(e){return D(e,arguments.length>1?de(arguments[1]):{})}}),g(F)){var ge=function(e){return d(this,B),new F(e,arguments.length>1?de(arguments[1]):{})};B.constructor=ge,ge.prototype=B,n({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:ge})}}e.exports={URLSearchParams:we,getState:N}},14603:(e,t,r)=>{"use strict";var n=r(36840),i=r(79504),o=r(655),a=r(22812),c=URLSearchParams,s=c.prototype,u=i(s.append),f=i(s.delete),l=i(s.forEach),w=i([].push),h=new c("a=1&a=2&b=3");h.delete("a",1),h.delete("b",void 0),h+""!="a=2"&&n(s,"delete",(function(e){var t=arguments.length,r=t<2?void 0:arguments[1];if(t&&void 0===r)return f(this,e);var n=[];l(this,(function(e,t){w(n,{key:t,value:e})})),a(t,1);for(var i,c=o(e),s=o(r),h=0,v=0,p=!1,d=n.length;h<d;)i=n[h++],p||i.key===c?(p=!0,f(this,i.key)):v++;for(;v<d;)(i=n[v++]).key===c&&i.value===s||u(this,i.key,i.value)}),{enumerable:!0,unsafe:!0})},47566:(e,t,r)=>{"use strict";var n=r(36840),i=r(79504),o=r(655),a=r(22812),c=URLSearchParams,s=c.prototype,u=i(s.getAll),f=i(s.has),l=new c("a=1");!l.has("a",2)&&l.has("a",void 0)||n(s,"has",(function(e){var t=arguments.length,r=t<2?void 0:arguments[1];if(t&&void 0===r)return f(this,e);var n=u(this,e);a(t,1);for(var i=o(r),c=0;c<n.length;)if(n[c++]===i)return!0;return!1}),{enumerable:!0,unsafe:!0})},48408:(e,t,r)=>{"use strict";r(98406)},98721:(e,t,r)=>{"use strict";var n=r(43724),i=r(79504),o=r(62106),a=URLSearchParams.prototype,c=i(a.forEach);n&&!("size"in a)&&o(a,"size",{get:function(){var e=0;return c(this,(function(){e++})),e},configurable:!0,enumerable:!0})},2222:(e,t,r)=>{"use strict";var n=r(46518),i=r(97751),o=r(79039),a=r(22812),c=r(655),s=r(67416),u=i("URL");n({target:"URL",stat:!0,forced:!(s&&o((function(){u.canParse()})))},{canParse:function(e){var t=a(arguments.length,1),r=c(e),n=t<2||void 0===arguments[1]?void 0:c(arguments[1]);try{return!!new u(r,n)}catch(e){return!1}}})},45806:(e,t,r)=>{"use strict";r(47764);var n,i=r(46518),o=r(43724),a=r(67416),c=r(24475),s=r(76080),u=r(79504),f=r(36840),l=r(62106),w=r(90679),h=r(39297),v=r(44213),p=r(97916),d=r(67680),g=r(68183).codeAt,b=r(3717),y=r(655),m=r(10687),_=r(22812),k=r(98406),x=r(91181),E=x.set,S=x.getterFor("URL"),O=k.URLSearchParams,A=k.getState,j=c.URL,I=c.TypeError,R=c.parseInt,T=Math.floor,L=Math.pow,P=u("".charAt),M=u(/./.exec),C=u([].join),N=u(1..toString),U=u([].pop),D=u([].push),F=u("".replace),z=u([].shift),B=u("".split),G=u("".slice),Y=u("".toLowerCase),W=u([].unshift),q="Invalid scheme",V="Invalid host",$="Invalid port",H=/[a-z]/i,X=/[\d+-.a-z]/i,K=/\d/,J=/^0x/i,Q=/^[0-7]+$/,Z=/^\d+$/,ee=/^[\da-f]+$/i,te=/[\0\t\n\r #%/:<>?@[\\\]^|]/,re=/[\0\t\n\r #/:<>?@[\\\]^|]/,ne=/^[\u0000-\u0020]+/,ie=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,oe=/[\t\n\r]/g,ae=function(e){var t,r,n,i;if("number"==typeof e){for(t=[],r=0;r<4;r++)W(t,e%256),e=T(e/256);return C(t,".")}if("object"==typeof e){for(t="",n=function(e){for(var t=null,r=1,n=null,i=0,o=0;o<8;o++)0!==e[o]?(i>r&&(t=n,r=i),n=null,i=0):(null===n&&(n=o),++i);return i>r&&(t=n,r=i),t}(e),r=0;r<8;r++)i&&0===e[r]||(i&&(i=!1),n===r?(t+=r?":":"::",i=!0):(t+=N(e[r],16),r<7&&(t+=":")));return"["+t+"]"}return e},ce={},se=v({},ce,{" ":1,'"':1,"<":1,">":1,"`":1}),ue=v({},se,{"#":1,"?":1,"{":1,"}":1}),fe=v({},ue,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),le=function(e,t){var r=g(e,0);return r>32&&r<127&&!h(t,e)?e:encodeURIComponent(e)},we={ftp:21,file:null,http:80,https:443,ws:80,wss:443},he=function(e,t){var r;return 2===e.length&&M(H,P(e,0))&&(":"===(r=P(e,1))||!t&&"|"===r)},ve=function(e){var t;return e.length>1&&he(G(e,0,2))&&(2===e.length||"/"===(t=P(e,2))||"\\"===t||"?"===t||"#"===t)},pe=function(e){return"."===e||"%2e"===Y(e)},de={},ge={},be={},ye={},me={},_e={},ke={},xe={},Ee={},Se={},Oe={},Ae={},je={},Ie={},Re={},Te={},Le={},Pe={},Me={},Ce={},Ne={},Ue=function(e,t,r){var n,i,o,a=y(e);if(t){if(i=this.parse(a))throw new I(i);this.searchParams=null}else{if(void 0!==r&&(n=new Ue(r,!0)),i=this.parse(a,null,n))throw new I(i);(o=A(new O)).bindURL(this),this.searchParams=o}};Ue.prototype={type:"URL",parse:function(e,t,r){var i,o,a,c,s,u=this,f=t||de,l=0,w="",v=!1,g=!1,b=!1;for(e=y(e),t||(u.scheme="",u.username="",u.password="",u.host=null,u.port=null,u.path=[],u.query=null,u.fragment=null,u.cannotBeABaseURL=!1,e=F(e,ne,""),e=F(e,ie,"$1")),e=F(e,oe,""),i=p(e);l<=i.length;){switch(o=i[l],f){case de:if(!o||!M(H,o)){if(t)return q;f=be;continue}w+=Y(o),f=ge;break;case ge:if(o&&(M(X,o)||"+"===o||"-"===o||"."===o))w+=Y(o);else{if(":"!==o){if(t)return q;w="",f=be,l=0;continue}if(t&&(u.isSpecial()!==h(we,w)||"file"===w&&(u.includesCredentials()||null!==u.port)||"file"===u.scheme&&!u.host))return;if(u.scheme=w,t)return void(u.isSpecial()&&we[u.scheme]===u.port&&(u.port=null));w="","file"===u.scheme?f=Ie:u.isSpecial()&&r&&r.scheme===u.scheme?f=ye:u.isSpecial()?f=xe:"/"===i[l+1]?(f=me,l++):(u.cannotBeABaseURL=!0,D(u.path,""),f=Me)}break;case be:if(!r||r.cannotBeABaseURL&&"#"!==o)return q;if(r.cannotBeABaseURL&&"#"===o){u.scheme=r.scheme,u.path=d(r.path),u.query=r.query,u.fragment="",u.cannotBeABaseURL=!0,f=Ne;break}f="file"===r.scheme?Ie:_e;continue;case ye:if("/"!==o||"/"!==i[l+1]){f=_e;continue}f=Ee,l++;break;case me:if("/"===o){f=Se;break}f=Pe;continue;case _e:if(u.scheme=r.scheme,o===n)u.username=r.username,u.password=r.password,u.host=r.host,u.port=r.port,u.path=d(r.path),u.query=r.query;else if("/"===o||"\\"===o&&u.isSpecial())f=ke;else if("?"===o)u.username=r.username,u.password=r.password,u.host=r.host,u.port=r.port,u.path=d(r.path),u.query="",f=Ce;else{if("#"!==o){u.username=r.username,u.password=r.password,u.host=r.host,u.port=r.port,u.path=d(r.path),u.path.length--,f=Pe;continue}u.username=r.username,u.password=r.password,u.host=r.host,u.port=r.port,u.path=d(r.path),u.query=r.query,u.fragment="",f=Ne}break;case ke:if(!u.isSpecial()||"/"!==o&&"\\"!==o){if("/"!==o){u.username=r.username,u.password=r.password,u.host=r.host,u.port=r.port,f=Pe;continue}f=Se}else f=Ee;break;case xe:if(f=Ee,"/"!==o||"/"!==P(w,l+1))continue;l++;break;case Ee:if("/"!==o&&"\\"!==o){f=Se;continue}break;case Se:if("@"===o){v&&(w="%40"+w),v=!0,a=p(w);for(var m=0;m<a.length;m++){var _=a[m];if(":"!==_||b){var k=le(_,fe);b?u.password+=k:u.username+=k}else b=!0}w=""}else if(o===n||"/"===o||"?"===o||"#"===o||"\\"===o&&u.isSpecial()){if(v&&""===w)return"Invalid authority";l-=p(w).length+1,w="",f=Oe}else w+=o;break;case Oe:case Ae:if(t&&"file"===u.scheme){f=Te;continue}if(":"!==o||g){if(o===n||"/"===o||"?"===o||"#"===o||"\\"===o&&u.isSpecial()){if(u.isSpecial()&&""===w)return V;if(t&&""===w&&(u.includesCredentials()||null!==u.port))return;if(c=u.parseHost(w))return c;if(w="",f=Le,t)return;continue}"["===o?g=!0:"]"===o&&(g=!1),w+=o}else{if(""===w)return V;if(c=u.parseHost(w))return c;if(w="",f=je,t===Ae)return}break;case je:if(!M(K,o)){if(o===n||"/"===o||"?"===o||"#"===o||"\\"===o&&u.isSpecial()||t){if(""!==w){var x=R(w,10);if(x>65535)return $;u.port=u.isSpecial()&&x===we[u.scheme]?null:x,w=""}if(t)return;f=Le;continue}return $}w+=o;break;case Ie:if(u.scheme="file","/"===o||"\\"===o)f=Re;else{if(!r||"file"!==r.scheme){f=Pe;continue}switch(o){case n:u.host=r.host,u.path=d(r.path),u.query=r.query;break;case"?":u.host=r.host,u.path=d(r.path),u.query="",f=Ce;break;case"#":u.host=r.host,u.path=d(r.path),u.query=r.query,u.fragment="",f=Ne;break;default:ve(C(d(i,l),""))||(u.host=r.host,u.path=d(r.path),u.shortenPath()),f=Pe;continue}}break;case Re:if("/"===o||"\\"===o){f=Te;break}r&&"file"===r.scheme&&!ve(C(d(i,l),""))&&(he(r.path[0],!0)?D(u.path,r.path[0]):u.host=r.host),f=Pe;continue;case Te:if(o===n||"/"===o||"\\"===o||"?"===o||"#"===o){if(!t&&he(w))f=Pe;else if(""===w){if(u.host="",t)return;f=Le}else{if(c=u.parseHost(w))return c;if("localhost"===u.host&&(u.host=""),t)return;w="",f=Le}continue}w+=o;break;case Le:if(u.isSpecial()){if(f=Pe,"/"!==o&&"\\"!==o)continue}else if(t||"?"!==o)if(t||"#"!==o){if(o!==n&&(f=Pe,"/"!==o))continue}else u.fragment="",f=Ne;else u.query="",f=Ce;break;case Pe:if(o===n||"/"===o||"\\"===o&&u.isSpecial()||!t&&("?"===o||"#"===o)){if(".."===(s=Y(s=w))||"%2e."===s||".%2e"===s||"%2e%2e"===s?(u.shortenPath(),"/"===o||"\\"===o&&u.isSpecial()||D(u.path,"")):pe(w)?"/"===o||"\\"===o&&u.isSpecial()||D(u.path,""):("file"===u.scheme&&!u.path.length&&he(w)&&(u.host&&(u.host=""),w=P(w,0)+":"),D(u.path,w)),w="","file"===u.scheme&&(o===n||"?"===o||"#"===o))for(;u.path.length>1&&""===u.path[0];)z(u.path);"?"===o?(u.query="",f=Ce):"#"===o&&(u.fragment="",f=Ne)}else w+=le(o,ue);break;case Me:"?"===o?(u.query="",f=Ce):"#"===o?(u.fragment="",f=Ne):o!==n&&(u.path[0]+=le(o,ce));break;case Ce:t||"#"!==o?o!==n&&("'"===o&&u.isSpecial()?u.query+="%27":u.query+="#"===o?"%23":le(o,ce)):(u.fragment="",f=Ne);break;case Ne:o!==n&&(u.fragment+=le(o,se))}l++}},parseHost:function(e){var t,r,n;if("["===P(e,0)){if("]"!==P(e,e.length-1))return V;if(t=function(e){var t,r,n,i,o,a,c,s=[0,0,0,0,0,0,0,0],u=0,f=null,l=0,w=function(){return P(e,l)};if(":"===w()){if(":"!==P(e,1))return;l+=2,f=++u}for(;w();){if(8===u)return;if(":"!==w()){for(t=r=0;r<4&&M(ee,w());)t=16*t+R(w(),16),l++,r++;if("."===w()){if(0===r)return;if(l-=r,u>6)return;for(n=0;w();){if(i=null,n>0){if(!("."===w()&&n<4))return;l++}if(!M(K,w()))return;for(;M(K,w());){if(o=R(w(),10),null===i)i=o;else{if(0===i)return;i=10*i+o}if(i>255)return;l++}s[u]=256*s[u]+i,2!=++n&&4!==n||u++}if(4!==n)return;break}if(":"===w()){if(l++,!w())return}else if(w())return;s[u++]=t}else{if(null!==f)return;l++,f=++u}}if(null!==f)for(a=u-f,u=7;0!==u&&a>0;)c=s[u],s[u--]=s[f+a-1],s[f+--a]=c;else if(8!==u)return;return s}(G(e,1,-1)),!t)return V;this.host=t}else if(this.isSpecial()){if(e=b(e),M(te,e))return V;if(t=function(e){var t,r,n,i,o,a,c,s=B(e,".");if(s.length&&""===s[s.length-1]&&s.length--,(t=s.length)>4)return e;for(r=[],n=0;n<t;n++){if(""===(i=s[n]))return e;if(o=10,i.length>1&&"0"===P(i,0)&&(o=M(J,i)?16:8,i=G(i,8===o?1:2)),""===i)a=0;else{if(!M(10===o?Z:8===o?Q:ee,i))return e;a=R(i,o)}D(r,a)}for(n=0;n<t;n++)if(a=r[n],n===t-1){if(a>=L(256,5-t))return null}else if(a>255)return null;for(c=U(r),n=0;n<r.length;n++)c+=r[n]*L(256,3-n);return c}(e),null===t)return V;this.host=t}else{if(M(re,e))return V;for(t="",r=p(e),n=0;n<r.length;n++)t+=le(r[n],ce);this.host=t}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||"file"===this.scheme},includesCredentials:function(){return""!==this.username||""!==this.password},isSpecial:function(){return h(we,this.scheme)},shortenPath:function(){var e=this.path,t=e.length;!t||"file"===this.scheme&&1===t&&he(e[0],!0)||e.length--},serialize:function(){var e=this,t=e.scheme,r=e.username,n=e.password,i=e.host,o=e.port,a=e.path,c=e.query,s=e.fragment,u=t+":";return null!==i?(u+="//",e.includesCredentials()&&(u+=r+(n?":"+n:"")+"@"),u+=ae(i),null!==o&&(u+=":"+o)):"file"===t&&(u+="//"),u+=e.cannotBeABaseURL?a[0]:a.length?"/"+C(a,"/"):"",null!==c&&(u+="?"+c),null!==s&&(u+="#"+s),u},setHref:function(e){var t=this.parse(e);if(t)throw new I(t);this.searchParams.update()},getOrigin:function(){var e=this.scheme,t=this.port;if("blob"===e)try{return new De(e.path[0]).origin}catch(e){return"null"}return"file"!==e&&this.isSpecial()?e+"://"+ae(this.host)+(null!==t?":"+t:""):"null"},getProtocol:function(){return this.scheme+":"},setProtocol:function(e){this.parse(y(e)+":",de)},getUsername:function(){return this.username},setUsername:function(e){var t=p(y(e));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var r=0;r<t.length;r++)this.username+=le(t[r],fe)}},getPassword:function(){return this.password},setPassword:function(e){var t=p(y(e));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var r=0;r<t.length;r++)this.password+=le(t[r],fe)}},getHost:function(){var e=this.host,t=this.port;return null===e?"":null===t?ae(e):ae(e)+":"+t},setHost:function(e){this.cannotBeABaseURL||this.parse(e,Oe)},getHostname:function(){var e=this.host;return null===e?"":ae(e)},setHostname:function(e){this.cannotBeABaseURL||this.parse(e,Ae)},getPort:function(){var e=this.port;return null===e?"":y(e)},setPort:function(e){this.cannotHaveUsernamePasswordPort()||(""===(e=y(e))?this.port=null:this.parse(e,je))},getPathname:function(){var e=this.path;return this.cannotBeABaseURL?e[0]:e.length?"/"+C(e,"/"):""},setPathname:function(e){this.cannotBeABaseURL||(this.path=[],this.parse(e,Le))},getSearch:function(){var e=this.query;return e?"?"+e:""},setSearch:function(e){""===(e=y(e))?this.query=null:("?"===P(e,0)&&(e=G(e,1)),this.query="",this.parse(e,Ce)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var e=this.fragment;return e?"#"+e:""},setHash:function(e){""!==(e=y(e))?("#"===P(e,0)&&(e=G(e,1)),this.fragment="",this.parse(e,Ne)):this.fragment=null},update:function(){this.query=this.searchParams.serialize()||null}};var De=function(e){var t=w(this,Fe),r=_(arguments.length,1)>1?arguments[1]:void 0,n=E(t,new Ue(e,!1,r));o||(t.href=n.serialize(),t.origin=n.getOrigin(),t.protocol=n.getProtocol(),t.username=n.getUsername(),t.password=n.getPassword(),t.host=n.getHost(),t.hostname=n.getHostname(),t.port=n.getPort(),t.pathname=n.getPathname(),t.search=n.getSearch(),t.searchParams=n.getSearchParams(),t.hash=n.getHash())},Fe=De.prototype,ze=function(e,t){return{get:function(){return S(this)[e]()},set:t&&function(e){return S(this)[t](e)},configurable:!0,enumerable:!0}};if(o&&(l(Fe,"href",ze("serialize","setHref")),l(Fe,"origin",ze("getOrigin")),l(Fe,"protocol",ze("getProtocol","setProtocol")),l(Fe,"username",ze("getUsername","setUsername")),l(Fe,"password",ze("getPassword","setPassword")),l(Fe,"host",ze("getHost","setHost")),l(Fe,"hostname",ze("getHostname","setHostname")),l(Fe,"port",ze("getPort","setPort")),l(Fe,"pathname",ze("getPathname","setPathname")),l(Fe,"search",ze("getSearch","setSearch")),l(Fe,"searchParams",ze("getSearchParams")),l(Fe,"hash",ze("getHash","setHash"))),f(Fe,"toJSON",(function(){return S(this).serialize()}),{enumerable:!0}),f(Fe,"toString",(function(){return S(this).serialize()}),{enumerable:!0}),j){var Be=j.createObjectURL,Ge=j.revokeObjectURL;Be&&f(De,"createObjectURL",s(Be,j)),Ge&&f(De,"revokeObjectURL",s(Ge,j))}m(De,"URL"),i({global:!0,constructor:!0,forced:!a,sham:!o},{URL:De})},3296:(e,t,r)=>{"use strict";r(45806)},27208:(e,t,r)=>{"use strict";var n=r(46518),i=r(69565);n({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return i(URL.prototype.toString,this)}})},84315:(e,t,r)=>{"use strict";r(52675),r(89463),r(66412),r(60193),r(92168),r(2259),r(86964),r(83142),r(83237),r(61833),r(67947),r(31073),r(45700),r(78125),r(20326),r(16280),r(76918),r(30067),r(4294),r(18107),r(28706),r(26835),r(88431),r(33771),r(2008),r(50113),r(48980),r(10838),r(13451),r(46449),r(78350),r(51629),r(23418),r(74423),r(25276),r(64346),r(23792),r(48598),r(8921),r(62062),r(31051),r(44114),r(72712),r(18863),r(94490),r(34782),r(15086),r(26910),r(87478),r(54554),r(9678),r(57145),r(71658),r(93514),r(30237),r(13609),r(11558),r(54743),r(46761),r(11745),r(38309),r(16573),r(78100),r(77936),r(61699),r(59089),r(91191),r(93515),r(1688),r(60739),r(89572),r(23288),r(36456),r(94170),r(48957),r(62010),r(55081),r(33110),r(4731),r(36033),r(47072),r(93153),r(82326),r(36389),r(64444),r(8085),r(77762),r(65070),r(60605),r(39469),r(72152),r(75376),r(56624),r(11367),r(5914),r(78553),r(98690),r(60479),r(70761),r(2892),r(45374),r(25428),r(32637),r(40150),r(59149),r(64601),r(44435),r(87220),r(25843),r(62337),r(9868),r(80630),r(69085),r(59904),r(17427),r(67945),r(84185),r(87607),r(5506),r(52811),r(53921),r(83851),r(81278),r(1480),r(40875),r(77691),r(78347),r(29908),r(94052),r(94003),r(221),r(79432),r(9220),r(7904),r(93967),r(63548),r(93941),r(10287),r(26099),r(16034),r(78459),r(58940),r(3362),r(96167),r(93518),r(9391),r(14628),r(39796),r(60825),r(87411),r(21211),r(40888),r(9065),r(86565),r(32812),r(84634),r(71137),r(30985),r(34268),r(34873),r(15472),r(84864),r(57465),r(27495),r(69479),r(87745),r(90906),r(38781),r(31415),r(67357),r(23860),r(99449),r(27337),r(21699),r(42043),r(47764),r(71761),r(28543),r(35701),r(68156),r(85906),r(42781),r(25440),r(79978),r(5746),r(90744),r(11392),r(50375),r(67438),r(42762),r(39202),r(43359),r(89907),r(11898),r(35490),r(5745),r(94298),r(60268),r(69546),r(20781),r(50778),r(89195),r(46276),r(48718),r(16308),r(34594),r(29833),r(46594),r(72107),r(95477),r(21489),r(22134),r(3690),r(61740),r(48140),r(81630),r(72170),r(75044),r(69539),r(31694),r(89955),r(21903),r(91134),r(33206),r(48345),r(44496),r(66651),r(12887),r(19369),r(66812),r(8995),r(52568),r(31575),r(36072),r(88747),r(28845),r(29423),r(57301),r(373),r(86614),r(41405),r(37467),r(44732),r(33684),r(79577),r(88267),r(73772),r(30958),r(2945),r(42207),r(23500),r(62953),r(55815),r(64979),r(79739),r(59848),r(122),r(13611),r(71678),r(76031),r(3296),r(2222),r(27208),r(48408),r(14603),r(47566),r(98721),r(19167)}},t={};function r(n){var i=t[n];if(void 0!==i)return i.exports;var o=t[n]={exports:{}};return e[n].call(o.exports,o,o.exports,r),o.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{"use strict";r.r(n),r(84315),r(7452);var e,t=(e=self||window).indexedDB||e.mozIndexedDB||e.webkitIndexedDB||e.msIndexedDB;function i(e,t,r){t(e.target.result)}function o(e,t,r){throw new Error("Upgrade needed hook required!")}function a(e,t,r){r(e.error)}function c(e){return e.target instanceof IDBOpenDBRequest}const s=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=e.onSuccess,n=void 0===r?i:r,s=e.onUpgradeNeeded,u=void 0===s?o:s,f=e.onError,l=void 0===f?a:f;return function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return new Promise((function(i,o){t||o("indexedDb not supported !");var a=t.open(e,r);a.onupgradeneeded=function(e){c(e)&&u(e,i,o)},a.onsuccess=function(e){c(e)&&n(e,i,o)},a.onerror=function(e){l(e,i,o)}}))}},u=s({onUpgradeNeeded:function(e,t,r){var n;null===(n=e.target.transaction)||void 0===n||n.abort(),r({message:"base seems to need an upgrade!"})},onSuccess:function(e,t){t(e.target.result)}}),f=function(e,t,r){return new Promise((function(n,i){var o=e.transaction(t,"readwrite"),a=o.objectStore(t).get(r);o.onerror=function(){i(o.error)},a.onsuccess=function(){n(a.result)}}))};var l="store/entities",w="store/info",h="store/entities/index",v=String.fromCharCode(65535);function p(e){return p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},p(e)}function d(){d=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(e,t,r){e[t]=r.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",s=o.toStringTag||"@@toStringTag";function u(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,r){return e[t]=r}}function f(e,t,r,n){var o=t&&t.prototype instanceof y?t:y,a=Object.create(o.prototype),c=new L(n||[]);return i(a,"_invoke",{value:j(e,r,c)}),a}function l(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=f;var w="suspendedStart",h="suspendedYield",v="executing",g="completed",b={};function y(){}function m(){}function _(){}var k={};u(k,a,(function(){return this}));var x=Object.getPrototypeOf,E=x&&x(x(P([])));E&&E!==r&&n.call(E,a)&&(k=E);var S=_.prototype=y.prototype=Object.create(k);function O(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function A(e,t){function r(i,o,a,c){var s=l(e[i],e,o);if("throw"!==s.type){var u=s.arg,f=u.value;return f&&"object"==p(f)&&n.call(f,"__await")?t.resolve(f.__await).then((function(e){r("next",e,a,c)}),(function(e){r("throw",e,a,c)})):t.resolve(f).then((function(e){u.value=e,a(u)}),(function(e){return r("throw",e,a,c)}))}c(s.arg)}var o;i(this,"_invoke",{value:function(e,n){function i(){return new t((function(t,i){r(e,n,t,i)}))}return o=o?o.then(i,i):i()}})}function j(t,r,n){var i=w;return function(o,a){if(i===v)throw new Error("Generator is already running");if(i===g){if("throw"===o)throw a;return{value:e,done:!0}}for(n.method=o,n.arg=a;;){var c=n.delegate;if(c){var s=I(c,n);if(s){if(s===b)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===w)throw i=g,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=v;var u=l(t,r,n);if("normal"===u.type){if(i=n.done?g:h,u.arg===b)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i=g,n.method="throw",n.arg=u.arg)}}}function I(t,r){var n=r.method,i=t.iterator[n];if(i===e)return r.delegate=null,"throw"===n&&t.iterator.return&&(r.method="return",r.arg=e,I(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),b;var o=l(i,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,b;var a=o.arg;return a?a.done?(r[t.resultName]=a.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,b):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,b)}function R(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function L(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(R,this),this.reset(!0)}function P(t){if(t||""===t){var r=t[a];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function r(){for(;++i<t.length;)if(n.call(t,i))return r.value=t[i],r.done=!1,r;return r.value=e,r.done=!0,r};return o.next=o}}throw new TypeError(p(t)+" is not iterable")}return m.prototype=_,i(S,"constructor",{value:_,configurable:!0}),i(_,"constructor",{value:m,configurable:!0}),m.displayName=u(_,s,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===m||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,_):(e.__proto__=_,u(e,s,"GeneratorFunction")),e.prototype=Object.create(S),e},t.awrap=function(e){return{__await:e}},O(A.prototype),u(A.prototype,c,(function(){return this})),t.AsyncIterator=A,t.async=function(e,r,n,i,o){void 0===o&&(o=Promise);var a=new A(f(e,r,n,i),o);return t.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},O(S),u(S,s,"Generator"),u(S,a,(function(){return this})),u(S,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=P,L.prototype={constructor:L,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(T),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function i(n,i){return c.type="throw",c.arg=t,r.next=n,i&&(r.method="next",r.arg=e),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],c=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(s&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,b):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),b},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),T(r),b}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var i=n.arg;T(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:P(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),b}},t}function g(e,t,r,n,i,o,a){try{var c=e[o](a),s=c.value}catch(e){return void r(e)}c.done?t(s):Promise.resolve(s).then(n,i)}s({onUpgradeNeeded:function(e,t,r){try{e.target.onsuccess=function(){};var n=e.target.result,i=n.createObjectStore(l,{keyPath:"id"});n.createObjectStore(w,{keyPath:"name"}),i.createIndex(h,"tokens",{multiEntry:!0});var o=e.target.transaction;o&&(o.oncomplete=function(){t(n)})}catch(e){r(e)}},onSuccess:function(e,t){t(e.target.result)}});var b={};function y(){var e;return e=d().mark((function e(t,r){var n;return d().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(t in b)){e.next=2;break}return e.abrupt("return",b[t]);case 2:return e.prev=2,e.next=5,u(t,r);case 5:return n=e.sent,b[t]=n,e.abrupt("return",n);case 10:throw e.prev=10,e.t0=e.catch(2),new Error("Can't open store ".concat(t," ").concat(r));case 13:case"end":return e.stop()}}),e,null,[[2,10]])})),y=function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function a(e){g(o,n,i,a,c,"next",e)}function c(e){g(o,n,i,a,c,"throw",e)}a(void 0)}))},y.apply(this,arguments)}const m=function(e,t){return y.apply(this,arguments)},_=function(e,t){var r=IDBKeyRange.bound(e,"".concat(e).concat(v));return new Promise((function(e,n){try{t.getAll(r).onsuccess=function(t){var r=t.target.result;e(r)}}catch(e){n(e)}}))};var k=r(6365),x=r.n(k),E=r(70731),S=r.n(E),O=r(57673),A=r.n(O),j={};const I=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return"string"==typeof e?S()(e.trim().toLowerCase()).replace(/[- ']/g,t):e};function R(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}new Map;const T=function(e){return"string"==typeof e?new RegExp(e):e};var L=["pattern"];var P=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.reverse().reduce((function(e,t){return function(r,n){return e(t(r,n),n)}}),(function(e){return e}))}((function(){var e={};return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).reduce((function(t,r){return r in e?t:(e[r]=!0,[].concat(function(e){if(Array.isArray(e))return R(e)}(n=t)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(n)||function(e,t){if(e){if("string"==typeof e)return R(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?R(e,t):void 0}}(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[r]));var n}),[])}),(function(e,t){var r=t.language,n=void 0===r?"French":r,i=t.stemmer;if(void 0===i||i){var o=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"French";if(!(e in j)){var t=new(A())(e);j[e]=function(e){return t.setCurrent(e),t.stem(),t.getCurrent()}}return j[e]}(n);return e.map((function(e){return o(e)}))}return e}),(function(e){return e.map((function(e){return"string"==typeof e?e.toLocaleLowerCase():e}))}),(function(e,t){var r=t.min,n=void 0===r?2:r;return e.filter((function(e){return e.length>=n}))}));const M=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.pattern,n=function(e,t){if(null==e)return{};var r,n,i=function(e,t){if(null==e)return{};var r,n,i={},o=Object.keys(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||(i[r]=e[r]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(i[r]=e[r])}return i}(t,L),i={tokens:T(r)},o=x()().input(S()(e.trim())).tokens(i).resolve().tokens;return P(function(e){return e?Array.isArray(e)?e:[e]:[]}(o),n)},C=function(e){return[I(e,"-")]};function N(e){return N="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},N(e)}function U(){U=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(e,t,r){e[t]=r.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",s=o.toStringTag||"@@toStringTag";function u(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,r){return e[t]=r}}function f(e,t,r,n){var o=t&&t.prototype instanceof g?t:g,a=Object.create(o.prototype),c=new R(n||[]);return i(a,"_invoke",{value:O(e,r,c)}),a}function l(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=f;var w="suspendedStart",h="suspendedYield",v="executing",p="completed",d={};function g(){}function b(){}function y(){}var m={};u(m,a,(function(){return this}));var _=Object.getPrototypeOf,k=_&&_(_(T([])));k&&k!==r&&n.call(k,a)&&(m=k);var x=y.prototype=g.prototype=Object.create(m);function E(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){function r(i,o,a,c){var s=l(e[i],e,o);if("throw"!==s.type){var u=s.arg,f=u.value;return f&&"object"==N(f)&&n.call(f,"__await")?t.resolve(f.__await).then((function(e){r("next",e,a,c)}),(function(e){r("throw",e,a,c)})):t.resolve(f).then((function(e){u.value=e,a(u)}),(function(e){return r("throw",e,a,c)}))}c(s.arg)}var o;i(this,"_invoke",{value:function(e,n){function i(){return new t((function(t,i){r(e,n,t,i)}))}return o=o?o.then(i,i):i()}})}function O(t,r,n){var i=w;return function(o,a){if(i===v)throw new Error("Generator is already running");if(i===p){if("throw"===o)throw a;return{value:e,done:!0}}for(n.method=o,n.arg=a;;){var c=n.delegate;if(c){var s=A(c,n);if(s){if(s===d)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===w)throw i=p,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=v;var u=l(t,r,n);if("normal"===u.type){if(i=n.done?p:h,u.arg===d)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i=p,n.method="throw",n.arg=u.arg)}}}function A(t,r){var n=r.method,i=t.iterator[n];if(i===e)return r.delegate=null,"throw"===n&&t.iterator.return&&(r.method="return",r.arg=e,A(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),d;var o=l(i,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,d;var a=o.arg;return a?a.done?(r[t.resultName]=a.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,d):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,d)}function j(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function I(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function R(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(j,this),this.reset(!0)}function T(t){if(t||""===t){var r=t[a];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function r(){for(;++i<t.length;)if(n.call(t,i))return r.value=t[i],r.done=!1,r;return r.value=e,r.done=!0,r};return o.next=o}}throw new TypeError(N(t)+" is not iterable")}return b.prototype=y,i(x,"constructor",{value:y,configurable:!0}),i(y,"constructor",{value:b,configurable:!0}),b.displayName=u(y,s,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===b||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,u(e,s,"GeneratorFunction")),e.prototype=Object.create(x),e},t.awrap=function(e){return{__await:e}},E(S.prototype),u(S.prototype,c,(function(){return this})),t.AsyncIterator=S,t.async=function(e,r,n,i,o){void 0===o&&(o=Promise);var a=new S(f(e,r,n,i),o);return t.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},E(x),u(x,s,"Generator"),u(x,a,(function(){return this})),u(x,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=T,R.prototype={constructor:R,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(I),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function i(n,i){return c.type="throw",c.arg=t,r.next=n,i&&(r.method="next",r.arg=e),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],c=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(s&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,d):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),d},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),I(r),d}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var i=n.arg;I(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:T(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),d}},t}function D(e,t,r,n,i,o,a){try{var c=e[o](a),s=c.value}catch(e){return void r(e)}c.done?t(s):Promise.resolve(s).then(n,i)}function F(){var e;return e=U().mark((function e(t){var r,n,i,o,a,c;return U().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:e.prev=0,r=t.type,e.t0=r,e.next="tokenized"===e.t0?5:"soft"===e.t0?8:9;break;case 5:return n=t.params,i=n.language,o=n.pattern,a=n.min,c=n.stemmer,e.abrupt("return",(function(e){return M(e,{language:i,pattern:o,min:a,stemmer:c})}));case 8:return e.abrupt("return",C);case 9:throw new Error("Unknown parser type ".concat(r));case 10:e.next=15;break;case 12:throw e.prev=12,e.t1=e.catch(0),new Error(e.t1);case 15:case"end":return e.stop()}}),e,null,[[0,12]])})),F=function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function a(e){D(o,n,i,a,c,"next",e)}function c(e){D(o,n,i,a,c,"throw",e)}a(void 0)}))},F.apply(this,arguments)}const z=function(e){return F.apply(this,arguments)};function B(e){var t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=e.suggestion,i=null!==(t=n.label)&&void 0!==t?t:n.id,o=I(i);return i&&i.length?r.reduce((function(e,t,n){var a=o.search(t);if(a>=0){var c=i.length-a;return e+(c/=i.length)*((r.length-n)/r.length)}return e}),0):0}function G(e){return G="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},G(e)}function Y(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function W(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Y(Object(r),!0).forEach((function(t){q(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Y(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function q(e,t,r){var n;return n=function(e,t){if("object"!=G(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,"string");if("object"!=G(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(t),(t="symbol"==G(n)?n:String(n))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}const V=function(e,t){var r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return function(e,t){return arguments.length>2&&void 0!==arguments[2]&&!arguments[2]?e:e.sort((function(e,r){return B(r,t)-B(e,t)}))}(e.map((function(e){var t=e.tokensSearch,r=Object.keys(t).length;return W(W({},e),{},{score:r})})).sort((function(e,t){return t.score-e.score})),t,r)},$=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return function(t){var r=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).field;return r&&Array.isArray(t)?t.sort((function(t,n){if(r in t.suggestion&&r in n.suggestion){if(t.suggestion[r]>n.suggestion[r])return e?-1:1;if(t.suggestion[r]<n.suggestion[r])return e?1:-1}return 0})):t}};function H(e){return e}const X=function(){switch((arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).type){case"ascending":return $(!1);case"descending":return $(!0);default:return H}};function K(){K=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(e,t,r){e[t]=r.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",s=o.toStringTag||"@@toStringTag";function u(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,r){return e[t]=r}}function f(e,t,r,n){var o=t&&t.prototype instanceof g?t:g,a=Object.create(o.prototype),c=new R(n||[]);return i(a,"_invoke",{value:O(e,r,c)}),a}function l(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=f;var w="suspendedStart",h="suspendedYield",v="executing",p="completed",d={};function g(){}function b(){}function y(){}var m={};u(m,a,(function(){return this}));var _=Object.getPrototypeOf,k=_&&_(_(T([])));k&&k!==r&&n.call(k,a)&&(m=k);var x=y.prototype=g.prototype=Object.create(m);function E(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){function r(i,o,a,c){var s=l(e[i],e,o);if("throw"!==s.type){var u=s.arg,f=u.value;return f&&"object"==J(f)&&n.call(f,"__await")?t.resolve(f.__await).then((function(e){r("next",e,a,c)}),(function(e){r("throw",e,a,c)})):t.resolve(f).then((function(e){u.value=e,a(u)}),(function(e){return r("throw",e,a,c)}))}c(s.arg)}var o;i(this,"_invoke",{value:function(e,n){function i(){return new t((function(t,i){r(e,n,t,i)}))}return o=o?o.then(i,i):i()}})}function O(t,r,n){var i=w;return function(o,a){if(i===v)throw new Error("Generator is already running");if(i===p){if("throw"===o)throw a;return{value:e,done:!0}}for(n.method=o,n.arg=a;;){var c=n.delegate;if(c){var s=A(c,n);if(s){if(s===d)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===w)throw i=p,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=v;var u=l(t,r,n);if("normal"===u.type){if(i=n.done?p:h,u.arg===d)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i=p,n.method="throw",n.arg=u.arg)}}}function A(t,r){var n=r.method,i=t.iterator[n];if(i===e)return r.delegate=null,"throw"===n&&t.iterator.return&&(r.method="return",r.arg=e,A(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),d;var o=l(i,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,d;var a=o.arg;return a?a.done?(r[t.resultName]=a.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,d):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,d)}function j(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function I(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function R(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(j,this),this.reset(!0)}function T(t){if(t||""===t){var r=t[a];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function r(){for(;++i<t.length;)if(n.call(t,i))return r.value=t[i],r.done=!1,r;return r.value=e,r.done=!0,r};return o.next=o}}throw new TypeError(J(t)+" is not iterable")}return b.prototype=y,i(x,"constructor",{value:y,configurable:!0}),i(y,"constructor",{value:b,configurable:!0}),b.displayName=u(y,s,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===b||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,u(e,s,"GeneratorFunction")),e.prototype=Object.create(x),e},t.awrap=function(e){return{__await:e}},E(S.prototype),u(S.prototype,c,(function(){return this})),t.AsyncIterator=S,t.async=function(e,r,n,i,o){void 0===o&&(o=Promise);var a=new S(f(e,r,n,i),o);return t.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},E(x),u(x,s,"Generator"),u(x,a,(function(){return this})),u(x,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=T,R.prototype={constructor:R,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(I),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function i(n,i){return c.type="throw",c.arg=t,r.next=n,i&&(r.method="next",r.arg=e),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],c=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(s&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,d):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),d},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),I(r),d}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var i=n.arg;I(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:T(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),d}},t}function J(e){return J="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},J(e)}function Q(e,t,r,n,i,o,a){try{var c=e[o](a),s=c.value}catch(e){return void r(e)}c.done?t(s):Promise.resolve(s).then(n,i)}function Z(e){return function(){var t=this,r=arguments;return new Promise((function(n,i){var o=e.apply(t,r);function a(e){Q(o,n,i,a,c,"next",e)}function c(e){Q(o,n,i,a,c,"throw",e)}a(void 0)}))}}function ee(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function te(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ee(Object(r),!0).forEach((function(t){re(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ee(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function re(e,t,r){var n;return n=function(e,t){if("object"!=J(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,"string");if("object"!=J(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(t),(t="symbol"==J(n)?n:String(n))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ne(e,t){return ie.apply(this,arguments)}function ie(){return(ie=Z(K().mark((function e(t,r){var n,i;return K().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Promise.all(t.map((function(e){return _(e,r)})));case 2:return n=e.sent,i=n.reduce((function(e,r,n){var i=t[n];return r.reduce((function(e,t){var r=t.id,n=r in e?e[r].tokensSearch:{},o=i in n?n[i]+1:1;return te(te({},e),{},re({},r,te(te({},t),{},{tokensSearch:te(te({},n),{},re({},i,o))})))}),e)}),{}),e.abrupt("return",Object.values(i));case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function oe(e){return!("string"!=typeof e||!e.trim().length)}function ae(e,t){return t&&t<e.length?e.slice(0,t):e}function ce(){return(ce=Z(K().mark((function e(t,r){var n,i,o,a,c,s,u,v,p,d,g,b,y,_,k,x;return K().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=r.name,i=r.version,o=void 0===i?"1":i,a=r.meloto,c=void 0===a||a,e.prev=1,!oe(t)){e.next=23;break}return e.next=5,m(n,o);case 5:return s=e.sent,e.next=8,f(s,w,n);case 8:return u=e.sent,v=u.queryParser,p=u.max,d=u.order,e.next=12,z(v);case 12:if(g=e.sent,0!==(b=g(t)).length){e.next=16;break}return e.abrupt("return",{results:[],search:t,tokens:b});case 16:return y=s.transaction(l,"readonly"),_=y.objectStore(l),k=_.index(h),e.next=21,ne(b,k);case 21:return x=e.sent,e.abrupt("return",{results:(E=X(d)(ae(V(x,b,c),p),d),E.map((function(e){var t=e.suggestion,r=e.tokensMap;return te(te({},t),{},{tokensMap:r})}))),search:t,tokens:b});case 23:return e.abrupt("return",{results:[],search:t});case 26:throw e.prev=26,e.t0=e.catch(1),console.error(e.t0),e.t0;case 30:case"end":return e.stop()}var E}),e,null,[[1,26]])})))).apply(this,arguments)}var se=void 0;self.onmessage=function(e){var t=e.data,r=t.search,n=t.name,i=t.version,o=t.meloto;se=r,function(e,t){return ce.apply(this,arguments)}(r,{name:n,version:i,meloto:o}).then((function(e){r===se&&self.postMessage(e)}))}})(),n})()));
|