@nextcloud/vue 8.8.1 → 8.9.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/CHANGELOG.md +16 -0
- package/dist/Components/NcActionButton.cjs +3 -3
- package/dist/Components/NcActionButton.mjs +6 -6
- package/dist/Components/NcActionButtonGroup.cjs +1 -1
- package/dist/Components/NcActionButtonGroup.mjs +1 -1
- package/dist/Components/NcActionCaption.cjs +2 -2
- package/dist/Components/NcActionCaption.mjs +2 -2
- package/dist/Components/NcActionCheckbox.cjs +2 -2
- package/dist/Components/NcActionCheckbox.mjs +4 -4
- package/dist/Components/NcActionInput.cjs +1 -1
- package/dist/Components/NcActionInput.mjs +1 -1
- package/dist/Components/NcActionLink.cjs +3 -3
- package/dist/Components/NcActionLink.mjs +4 -4
- package/dist/Components/NcActionRadio.cjs +2 -2
- package/dist/Components/NcActionRadio.mjs +4 -4
- package/dist/Components/NcActionRouter.cjs +3 -3
- package/dist/Components/NcActionRouter.mjs +4 -4
- package/dist/Components/NcActionSeparator.cjs +2 -2
- package/dist/Components/NcActionSeparator.mjs +2 -2
- package/dist/Components/NcActionText.cjs +3 -3
- package/dist/Components/NcActionText.mjs +4 -4
- package/dist/Components/NcActionTextEditable.cjs +3 -3
- package/dist/Components/NcActionTextEditable.mjs +6 -6
- package/dist/Components/NcActions.cjs +1 -1
- package/dist/Components/NcActions.mjs +1 -1
- package/dist/Components/NcAppContent.cjs +1 -1
- package/dist/Components/NcAppContent.mjs +1 -1
- package/dist/Components/NcAppContentDetails.cjs +1 -1
- package/dist/Components/NcAppContentDetails.mjs +1 -1
- package/dist/Components/NcAppContentList.cjs +1 -1
- package/dist/Components/NcAppContentList.mjs +1 -1
- package/dist/Components/NcAppNavigation.cjs +1 -1
- package/dist/Components/NcAppNavigation.mjs +1 -1
- package/dist/Components/NcAppNavigationCaption.cjs +1 -1
- package/dist/Components/NcAppNavigationCaption.mjs +1 -1
- package/dist/Components/NcAppNavigationIconBullet.cjs +2 -2
- package/dist/Components/NcAppNavigationIconBullet.mjs +2 -2
- package/dist/Components/NcAppNavigationItem.cjs +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +1 -1
- package/dist/Components/NcAppNavigationList.cjs +6 -6
- package/dist/Components/NcAppNavigationList.cjs.map +1 -1
- package/dist/Components/NcAppNavigationList.mjs +6 -6
- package/dist/Components/NcAppNavigationList.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.cjs +2 -2
- package/dist/Components/NcAppNavigationNew.mjs +2 -2
- package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
- package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
- package/dist/Components/NcAppNavigationSettings.cjs +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +1 -1
- package/dist/Components/NcAppNavigationSpacer.cjs +2 -2
- package/dist/Components/NcAppNavigationSpacer.mjs +2 -2
- package/dist/Components/NcAppNavigationToggle.cjs +1 -1
- package/dist/Components/NcAppNavigationToggle.mjs +1 -1
- package/dist/Components/NcAppSettingsDialog.cjs +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +1 -1
- package/dist/Components/NcAppSettingsSection.cjs +8 -5
- package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.mjs +8 -5
- package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +1 -1
- package/dist/Components/NcAppSidebar.mjs +1 -1
- package/dist/Components/NcAppSidebarTab.cjs +5 -4
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +5 -4
- package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
- package/dist/Components/NcAvatar.cjs +1 -1
- package/dist/Components/NcAvatar.mjs +1 -1
- package/dist/Components/NcBreadcrumb.cjs +1 -1
- package/dist/Components/NcBreadcrumb.mjs +1 -1
- package/dist/Components/NcBreadcrumbs.cjs +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +1 -1
- package/dist/Components/NcButton.cjs +27 -26
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +28 -27
- package/dist/Components/NcButton.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
- package/dist/Components/NcColorPicker.cjs +1 -1
- package/dist/Components/NcColorPicker.mjs +1 -1
- package/dist/Components/NcContent.cjs +1 -1
- package/dist/Components/NcContent.mjs +1 -1
- package/dist/Components/NcCounterBubble.cjs +2 -2
- package/dist/Components/NcCounterBubble.mjs +2 -2
- package/dist/Components/NcDashboardWidget.cjs +1 -1
- package/dist/Components/NcDashboardWidget.mjs +1 -1
- package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
- package/dist/Components/NcDateTime.cjs +1 -1
- package/dist/Components/NcDateTime.mjs +1 -1
- package/dist/Components/NcDateTimePicker.cjs +42 -40
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +27 -25
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +11 -11
- package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +12 -12
- package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
- package/dist/Components/NcDialog.cjs +1 -1
- package/dist/Components/NcDialog.mjs +1 -1
- package/dist/Components/NcDialogButton.cjs +1 -1
- package/dist/Components/NcDialogButton.mjs +1 -1
- package/dist/Components/NcEllipsisedOption.cjs +2 -2
- package/dist/Components/NcEllipsisedOption.mjs +3 -3
- package/dist/Components/NcEmojiPicker.cjs +1 -1
- package/dist/Components/NcEmojiPicker.mjs +1 -1
- package/dist/Components/NcEmptyContent.cjs +9 -8
- package/dist/Components/NcEmptyContent.cjs.map +1 -1
- package/dist/Components/NcEmptyContent.mjs +9 -8
- package/dist/Components/NcEmptyContent.mjs.map +1 -1
- package/dist/Components/NcGuestContent.cjs +2 -2
- package/dist/Components/NcGuestContent.mjs +2 -2
- package/dist/Components/NcHeaderMenu.cjs +1 -1
- package/dist/Components/NcHeaderMenu.mjs +1 -1
- package/dist/Components/NcHighlight.cjs +1 -1
- package/dist/Components/NcHighlight.mjs +1 -1
- package/dist/Components/NcIconSvgWrapper.cjs +1 -1
- package/dist/Components/NcIconSvgWrapper.mjs +1 -1
- package/dist/Components/NcInputField.cjs +4 -4
- package/dist/Components/NcInputField.cjs.map +1 -1
- package/dist/Components/NcInputField.mjs +7 -7
- package/dist/Components/NcInputField.mjs.map +1 -1
- package/dist/Components/NcListItem.cjs +1 -1
- package/dist/Components/NcListItem.mjs +1 -1
- package/dist/Components/NcListItemIcon.cjs +1 -1
- package/dist/Components/NcListItemIcon.mjs +1 -1
- package/dist/Components/NcLoadingIcon.cjs +2 -2
- package/dist/Components/NcLoadingIcon.mjs +2 -2
- package/dist/Components/NcModal.cjs +8 -7
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +19 -18
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +3 -3
- package/dist/Components/NcNoteCard.mjs +3 -3
- package/dist/Components/NcPasswordField.cjs +1 -1
- package/dist/Components/NcPasswordField.mjs +1 -1
- package/dist/Components/NcPopover.cjs +1 -1
- package/dist/Components/NcPopover.mjs +1 -1
- package/dist/Components/NcProgressBar.cjs +1 -1
- package/dist/Components/NcProgressBar.mjs +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
- package/dist/Components/NcRichContenteditable.cjs +1 -1
- package/dist/Components/NcRichContenteditable.mjs +2 -2
- package/dist/Components/NcRichText.cjs +1 -1
- package/dist/Components/NcRichText.cjs.map +1 -1
- package/dist/Components/NcRichText.mjs +8 -8
- package/dist/Components/NcRichText.mjs.map +1 -1
- package/dist/Components/NcSavingIndicatorIcon.cjs +1 -1
- package/dist/Components/NcSavingIndicatorIcon.mjs +1 -1
- package/dist/Components/NcSelect.cjs +1 -1
- package/dist/Components/NcSelect.mjs +1 -1
- package/dist/Components/NcSelectTags.cjs +1 -1
- package/dist/Components/NcSelectTags.mjs +1 -1
- package/dist/Components/NcSettingsInputText.cjs +1 -1
- package/dist/Components/NcSettingsInputText.mjs +1 -1
- package/dist/Components/NcSettingsSection.cjs +1 -1
- package/dist/Components/NcSettingsSection.mjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
- package/dist/Components/NcTextArea.cjs +4 -4
- package/dist/Components/NcTextArea.cjs.map +1 -1
- package/dist/Components/NcTextArea.mjs +7 -7
- package/dist/Components/NcTextArea.mjs.map +1 -1
- package/dist/Components/NcTextField.cjs +1 -1
- package/dist/Components/NcTextField.mjs +1 -1
- package/dist/Components/NcTimezonePicker.cjs +1 -1
- package/dist/Components/NcTimezonePicker.mjs +1 -1
- package/dist/Components/NcUserBubble.cjs +1 -1
- package/dist/Components/NcUserBubble.mjs +1 -1
- package/dist/Components/NcUserStatusIcon.cjs +1 -1
- package/dist/Components/NcUserStatusIcon.mjs +1 -1
- package/dist/Components/NcVNodes.cjs +11 -10
- package/dist/Components/NcVNodes.cjs.map +1 -1
- package/dist/Components/NcVNodes.mjs +12 -11
- package/dist/Components/NcVNodes.mjs.map +1 -1
- package/dist/Directives/Linkify.cjs +5 -4
- package/dist/Directives/Linkify.cjs.map +1 -1
- package/dist/Directives/Linkify.mjs +6 -5
- package/dist/Directives/Linkify.mjs.map +1 -1
- package/dist/Directives/Tooltip.cjs +1 -1
- package/dist/Directives/Tooltip.mjs +1 -1
- package/dist/Functions/reference.cjs +2 -1
- package/dist/Functions/reference.cjs.map +1 -1
- package/dist/Functions/reference.mjs +12 -11
- package/dist/Functions/registerReference.cjs +11 -69
- package/dist/Functions/registerReference.cjs.map +1 -1
- package/dist/Functions/registerReference.mjs +9 -67
- package/dist/Functions/registerReference.mjs.map +1 -1
- package/dist/Functions/usernameToColor.cjs +1 -1
- package/dist/Functions/usernameToColor.mjs +1 -1
- package/dist/Mixins/richEditor.cjs +2 -2
- package/dist/Mixins/richEditor.mjs +2 -2
- package/dist/assets/{NcActions-mt8BQ_bn.css → NcActions-CEbgl0_n.css} +12 -12
- package/dist/assets/{NcAppContent-SZz3PTd8.css → NcAppContent-Cv8rRTyy.css} +1 -0
- package/dist/assets/{NcAppNavigation-9nlYnuUQ.css → NcAppNavigation-D4ZBCJrI.css} +18 -8
- package/dist/assets/{NcAppNavigationList-RooPPg4w.css → NcAppNavigationList-Bj9PwL4X.css} +3 -7
- package/dist/assets/{NcDateTimePicker-IOou-rT3.css → NcDateTimePicker-BChLYJ5X.css} +10 -10
- package/dist/assets/{NcEmojiPicker-hTlSVIq0.css → NcEmojiPicker-B-4WNYcx.css} +1 -0
- package/dist/assets/{NcRelatedResourcesPanel-oq5eMIoh.css → NcRelatedResourcesPanel-COW9gzml.css} +72 -6
- package/dist/assets/{NcRichText-kDp48Nji.css → NcRichText-BMe-xENJ.css} +5 -2
- package/dist/assets/{referencePickerModal-A0PlFUEI.css → referencePickerModal-C1KJzICb.css} +34 -14
- package/dist/chunks/{AlertCircleOutline-HYz1lvHU.cjs → AlertCircleOutline-DHFN4OkX.cjs} +1 -1
- package/dist/chunks/{AlertCircleOutline-HYz1lvHU.cjs.map → AlertCircleOutline-DHFN4OkX.cjs.map} +1 -1
- package/dist/chunks/{AlertCircleOutline-XY0EPUmQ.mjs → AlertCircleOutline-U_bhL30C.mjs} +1 -1
- package/dist/chunks/{AlertCircleOutline-XY0EPUmQ.mjs.map → AlertCircleOutline-U_bhL30C.mjs.map} +1 -1
- package/dist/chunks/{ArrowLeft-fC5aEWWu.cjs → ArrowLeft-CjNnGIlF.cjs} +1 -1
- package/dist/chunks/{ArrowLeft-fC5aEWWu.cjs.map → ArrowLeft-CjNnGIlF.cjs.map} +1 -1
- package/dist/chunks/{ArrowLeft-uW5eNVkY.mjs → ArrowLeft-kklNBL9z.mjs} +1 -1
- package/dist/chunks/{ArrowLeft-uW5eNVkY.mjs.map → ArrowLeft-kklNBL9z.mjs.map} +1 -1
- package/dist/chunks/{ArrowRight-16bLxoZc.mjs → ArrowRight-C3BxTDjF.mjs} +1 -1
- package/dist/chunks/{ArrowRight-16bLxoZc.mjs.map → ArrowRight-C3BxTDjF.mjs.map} +1 -1
- package/dist/chunks/{ArrowRight-uUC8qW2c.cjs → ArrowRight-CxzzJJQ6.cjs} +1 -1
- package/dist/chunks/{ArrowRight-uUC8qW2c.cjs.map → ArrowRight-CxzzJJQ6.cjs.map} +1 -1
- package/dist/chunks/{Check-qy5XrF1J.mjs → Check-CRLmJNGG.mjs} +1 -1
- package/dist/chunks/{Check-qy5XrF1J.mjs.map → Check-CRLmJNGG.mjs.map} +1 -1
- package/dist/chunks/{Check-QBzDcHpr.cjs → Check-CVn5nytg.cjs} +1 -1
- package/dist/chunks/{Check-QBzDcHpr.cjs.map → Check-CVn5nytg.cjs.map} +1 -1
- package/dist/chunks/{ChevronDown-Hc_DTRav.cjs → ChevronDown-DQPox_nl.cjs} +1 -1
- package/dist/chunks/{ChevronDown-Hc_DTRav.cjs.map → ChevronDown-DQPox_nl.cjs.map} +1 -1
- package/dist/chunks/{ChevronDown-suAKKmeb.mjs → ChevronDown-HHJdUMN4.mjs} +1 -1
- package/dist/chunks/{ChevronDown-suAKKmeb.mjs.map → ChevronDown-HHJdUMN4.mjs.map} +1 -1
- package/dist/chunks/{ChevronRight-MdQC55Yq.cjs → ChevronRight-BAJhNawb.cjs} +1 -1
- package/dist/chunks/{ChevronRight-MdQC55Yq.cjs.map → ChevronRight-BAJhNawb.cjs.map} +1 -1
- package/dist/chunks/{ChevronRight-9owhU_17.mjs → ChevronRight-DL3e8bjj.mjs} +1 -1
- package/dist/chunks/{ChevronRight-9owhU_17.mjs.map → ChevronRight-DL3e8bjj.mjs.map} +1 -1
- package/dist/chunks/ChevronUp-B6TIgl1a.mjs +37 -0
- package/dist/chunks/ChevronUp-B6TIgl1a.mjs.map +1 -0
- package/dist/chunks/ChevronUp-kmHRpe7H.cjs +35 -0
- package/dist/chunks/ChevronUp-kmHRpe7H.cjs.map +1 -0
- package/dist/chunks/{Close-QtH6_3PP.mjs → Close-BtO5TPBO.mjs} +1 -1
- package/dist/chunks/{Close-QtH6_3PP.mjs.map → Close-BtO5TPBO.mjs.map} +1 -1
- package/dist/chunks/{Close-dotk0707.cjs → Close-DBfrdXMw.cjs} +1 -1
- package/dist/chunks/{Close-dotk0707.cjs.map → Close-DBfrdXMw.cjs.map} +1 -1
- package/dist/chunks/{DotsHorizontal-6hepLUSS.cjs → DotsHorizontal-B8kTqpHe.cjs} +1 -1
- package/dist/chunks/{DotsHorizontal-6hepLUSS.cjs.map → DotsHorizontal-B8kTqpHe.cjs.map} +1 -1
- package/dist/chunks/{DotsHorizontal-IbmXTXRA.mjs → DotsHorizontal-DfVgEXgz.mjs} +1 -1
- package/dist/chunks/{DotsHorizontal-IbmXTXRA.mjs.map → DotsHorizontal-DfVgEXgz.mjs.map} +1 -1
- package/dist/chunks/{GenColors-DI6G7se8.mjs → GenColors-BteFtwOv.mjs} +3 -3
- package/dist/chunks/{GenColors-DI6G7se8.mjs.map → GenColors-BteFtwOv.mjs.map} +1 -1
- package/dist/chunks/{GenColors-WX-nGJls.cjs → GenColors-vI-bx9ZY.cjs} +3 -3
- package/dist/chunks/{GenColors-WX-nGJls.cjs.map → GenColors-vI-bx9ZY.cjs.map} +1 -1
- package/dist/chunks/{GenRandomId-ULxaMkkr.cjs.map → GenRandomId-B2O1GMbH.cjs.map} +1 -1
- package/dist/chunks/{GenRandomId-VodkdWbp.mjs.map → GenRandomId-BW3iYFf9.mjs.map} +1 -1
- package/dist/chunks/{Linkify-V7PfCeZ8.mjs.map → Linkify-BaDLLFxP.mjs.map} +1 -1
- package/dist/chunks/{Linkify-f3s3nAe_.cjs.map → Linkify-Dola0NBa.cjs.map} +1 -1
- package/dist/chunks/{NcActionButtonGroup-vn4L_-bD.cjs → NcActionButtonGroup-BdxkXNwc.cjs} +3 -3
- package/dist/chunks/{NcActionButtonGroup-vn4L_-bD.cjs.map → NcActionButtonGroup-BdxkXNwc.cjs.map} +1 -1
- package/dist/chunks/{NcActionButtonGroup-r7iOjoQx.mjs → NcActionButtonGroup-SS3PkUD2.mjs} +5 -5
- package/dist/chunks/{NcActionButtonGroup-r7iOjoQx.mjs.map → NcActionButtonGroup-SS3PkUD2.mjs.map} +1 -1
- package/dist/chunks/{NcActionInput-rojOjWGA.mjs → NcActionInput-BHq3Le0q.mjs} +9 -9
- package/dist/chunks/{NcActionInput-rojOjWGA.mjs.map → NcActionInput-BHq3Le0q.mjs.map} +1 -1
- package/dist/chunks/{NcActionInput-iUn4neUB.cjs → NcActionInput-D308ZntG.cjs} +4 -4
- package/dist/chunks/{NcActionInput-iUn4neUB.cjs.map → NcActionInput-D308ZntG.cjs.map} +1 -1
- package/dist/chunks/{NcActions-4NCnCJdf.mjs → NcActions-CpU9WXzM.mjs} +135 -131
- package/dist/chunks/{NcActions-4NCnCJdf.mjs.map → NcActions-CpU9WXzM.mjs.map} +1 -1
- package/dist/chunks/{NcActions-tPPh2p8F.cjs → NcActions-Dfkog_G0.cjs} +134 -130
- package/dist/chunks/{NcActions-tPPh2p8F.cjs.map → NcActions-Dfkog_G0.cjs.map} +1 -1
- package/dist/chunks/{NcAppContent-jkpg6g7U.mjs → NcAppContent-BDwOdxJE.mjs} +6 -6
- package/dist/chunks/{NcAppContent-jkpg6g7U.mjs.map → NcAppContent-BDwOdxJE.mjs.map} +1 -1
- package/dist/chunks/{NcAppContent-ZjNUuV0Q.cjs → NcAppContent-kqYjKpzU.cjs} +6 -6
- package/dist/chunks/{NcAppContent-ZjNUuV0Q.cjs.map → NcAppContent-kqYjKpzU.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigation-jWJsOIts.mjs → NcAppNavigation-BRtyTvKt.mjs} +19 -19
- package/dist/chunks/NcAppNavigation-BRtyTvKt.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigation-CNOTInDF.cjs → NcAppNavigation-DMxORgkV.cjs} +15 -15
- package/dist/chunks/NcAppNavigation-DMxORgkV.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigationCaption-HAxOA6LJ.cjs → NcAppNavigationCaption-BKchbDsJ.cjs} +2 -2
- package/dist/chunks/{NcAppNavigationCaption-HAxOA6LJ.cjs.map → NcAppNavigationCaption-BKchbDsJ.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationCaption-t_NRjmPr.mjs → NcAppNavigationCaption-DsT6O4Hx.mjs} +3 -3
- package/dist/chunks/{NcAppNavigationCaption-t_NRjmPr.mjs.map → NcAppNavigationCaption-DsT6O4Hx.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationItem-MA9ORoUF.cjs → NcAppNavigationItem-CABF2T4q.cjs} +47 -79
- package/dist/chunks/NcAppNavigationItem-CABF2T4q.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigationItem-_F3PGjJA.mjs → NcAppNavigationItem-bjPcEx5D.mjs} +55 -86
- package/dist/chunks/NcAppNavigationItem-bjPcEx5D.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationNewItem-AChqGXVZ.mjs → NcAppNavigationNewItem-BHCgaCoK.mjs} +3 -3
- package/dist/chunks/{NcAppNavigationNewItem-AChqGXVZ.mjs.map → NcAppNavigationNewItem-BHCgaCoK.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationNewItem-CDAeQ7VS.cjs → NcAppNavigationNewItem-t45tM5u1.cjs} +2 -2
- package/dist/chunks/{NcAppNavigationNewItem-CDAeQ7VS.cjs.map → NcAppNavigationNewItem-t45tM5u1.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationSettings-1n_Ld521.mjs → NcAppNavigationSettings-BQD7JA4m.mjs} +4 -4
- package/dist/chunks/{NcAppNavigationSettings-1n_Ld521.mjs.map → NcAppNavigationSettings-BQD7JA4m.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationSettings-qW2qjrEY.cjs → NcAppNavigationSettings-CBeUiVLk.cjs} +5 -5
- package/dist/chunks/{NcAppNavigationSettings-qW2qjrEY.cjs.map → NcAppNavigationSettings-CBeUiVLk.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-H-gUVQa_.mjs → NcAppNavigationToggle-BZxbkhCr.mjs} +3 -3
- package/dist/chunks/{NcAppNavigationToggle-H-gUVQa_.mjs.map → NcAppNavigationToggle-BZxbkhCr.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-mJ8JlXiA.cjs → NcAppNavigationToggle-DDChOnAq.cjs} +2 -2
- package/dist/chunks/{NcAppNavigationToggle-mJ8JlXiA.cjs.map → NcAppNavigationToggle-DDChOnAq.cjs.map} +1 -1
- package/dist/chunks/{NcAppSettingsDialog-Sra5JJSN.mjs → NcAppSettingsDialog-DeFBTD2J.mjs} +35 -28
- package/dist/chunks/{NcAppSettingsDialog-JAKe849o.cjs.map → NcAppSettingsDialog-DeFBTD2J.mjs.map} +1 -1
- package/dist/chunks/{NcAppSettingsDialog-JAKe849o.cjs → NcAppSettingsDialog-EUys9Os_.cjs} +29 -22
- package/dist/chunks/{NcAppSettingsDialog-Sra5JJSN.mjs.map → NcAppSettingsDialog-EUys9Os_.cjs.map} +1 -1
- package/dist/chunks/{NcAppSidebar-3es9kNNh.mjs → NcAppSidebar-CdSvRI6l.mjs} +26 -22
- package/dist/chunks/{NcAppSidebar-3es9kNNh.mjs.map → NcAppSidebar-CdSvRI6l.mjs.map} +1 -1
- package/dist/chunks/{NcAppSidebar-8_YcevI9.cjs → NcAppSidebar-Du-IRmEO.cjs} +17 -13
- package/dist/chunks/{NcAppSidebar-8_YcevI9.cjs.map → NcAppSidebar-Du-IRmEO.cjs.map} +1 -1
- package/dist/chunks/{NcAvatar-Vp4PnmMw.cjs → NcAvatar-BEet_8fB.cjs} +57 -53
- package/dist/chunks/{NcAvatar-Vp4PnmMw.cjs.map → NcAvatar-BEet_8fB.cjs.map} +1 -1
- package/dist/chunks/{NcAvatar-MHywJkM4.mjs → NcAvatar-e0M-nnF6.mjs} +73 -69
- package/dist/chunks/{NcAvatar-MHywJkM4.mjs.map → NcAvatar-e0M-nnF6.mjs.map} +1 -1
- package/dist/chunks/{NcBreadcrumb-K8expM4Y.mjs → NcBreadcrumb-CVMyBckA.mjs} +7 -7
- package/dist/chunks/{NcBreadcrumb-K8expM4Y.mjs.map → NcBreadcrumb-CVMyBckA.mjs.map} +1 -1
- package/dist/chunks/{NcBreadcrumb-lksx7xyQ.cjs → NcBreadcrumb-DVXsgQkE.cjs} +4 -4
- package/dist/chunks/{NcBreadcrumb-lksx7xyQ.cjs.map → NcBreadcrumb-DVXsgQkE.cjs.map} +1 -1
- package/dist/chunks/{NcBreadcrumbs-cwBxvntJ.cjs → NcBreadcrumbs-DkgzO9f5.cjs} +103 -99
- package/dist/chunks/{NcBreadcrumbs-cwBxvntJ.cjs.map → NcBreadcrumbs-DkgzO9f5.cjs.map} +1 -1
- package/dist/chunks/{NcBreadcrumbs-rX1BVFSi.mjs → NcBreadcrumbs-DqRU0BfB.mjs} +65 -61
- package/dist/chunks/{NcBreadcrumbs-rX1BVFSi.mjs.map → NcBreadcrumbs-DqRU0BfB.mjs.map} +1 -1
- package/dist/chunks/{NcCheckboxRadioSwitch-hel9-sAH.mjs → NcCheckboxRadioSwitch-7Yib86y3.mjs} +6 -6
- package/dist/chunks/{NcCheckboxRadioSwitch-hel9-sAH.mjs.map → NcCheckboxRadioSwitch-7Yib86y3.mjs.map} +1 -1
- package/dist/chunks/{NcCheckboxRadioSwitch-BUIaJMqW.cjs → NcCheckboxRadioSwitch-Dt96X5bR.cjs} +5 -5
- package/dist/chunks/{NcCheckboxRadioSwitch-BUIaJMqW.cjs.map → NcCheckboxRadioSwitch-Dt96X5bR.cjs.map} +1 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs +4 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs.map +1 -0
- package/dist/chunks/{NcColorPicker-_OGhRcL2.cjs → NcColorPicker-BVqwn1Fr.cjs} +4 -5
- package/dist/chunks/{NcColorPicker-rdotuXIn.mjs.map → NcColorPicker-BVqwn1Fr.cjs.map} +1 -1
- package/dist/chunks/{NcColorPicker-rdotuXIn.mjs → NcColorPicker-Dkxeigs5.mjs} +11 -12
- package/dist/chunks/{NcColorPicker-_OGhRcL2.cjs.map → NcColorPicker-Dkxeigs5.mjs.map} +1 -1
- package/dist/chunks/NcContent-Bmeq8hLO.cjs +80 -0
- package/dist/chunks/{NcContent-M9BJMGg0.mjs.map → NcContent-Bmeq8hLO.cjs.map} +1 -1
- package/dist/chunks/NcContent-COIw1X7V.mjs +87 -0
- package/dist/chunks/{NcContent-qCB26fzT.cjs.map → NcContent-COIw1X7V.mjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidget-oK144Mdz.mjs → NcDashboardWidget-Cxz_n1AN.mjs} +6 -6
- package/dist/chunks/{NcDashboardWidget-oK144Mdz.mjs.map → NcDashboardWidget-Cxz_n1AN.mjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidget-ajzKRBC2.cjs → NcDashboardWidget-DArU3jbL.cjs} +3 -3
- package/dist/chunks/{NcDashboardWidget-ajzKRBC2.cjs.map → NcDashboardWidget-DArU3jbL.cjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidgetItem-hmytFH9r.cjs → NcDashboardWidgetItem-BAhzcFfs.cjs} +2 -2
- package/dist/chunks/{NcDashboardWidgetItem-hmytFH9r.cjs.map → NcDashboardWidgetItem-BAhzcFfs.cjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidgetItem-H0TN4xZv.mjs → NcDashboardWidgetItem-BV2tuXoj.mjs} +4 -4
- package/dist/chunks/{NcDashboardWidgetItem-H0TN4xZv.mjs.map → NcDashboardWidgetItem-BV2tuXoj.mjs.map} +1 -1
- package/dist/chunks/{NcDateTime-FfZJDKud.mjs → NcDateTime-B0oaElJX.mjs} +2 -2
- package/dist/chunks/{NcDateTime-FfZJDKud.mjs.map → NcDateTime-B0oaElJX.mjs.map} +1 -1
- package/dist/chunks/{NcDateTime-7m58XSm1.cjs → NcDateTime-Dl0XztMt.cjs} +1 -1
- package/dist/chunks/{NcDateTime-7m58XSm1.cjs.map → NcDateTime-Dl0XztMt.cjs.map} +1 -1
- package/dist/chunks/{NcDialog-f6KwlaqC.cjs → NcDialog-C6nYgBDF.cjs} +3 -3
- package/dist/chunks/{NcDialog-f6KwlaqC.cjs.map → NcDialog-C6nYgBDF.cjs.map} +1 -1
- package/dist/chunks/{NcDialog-_HZnlBi4.mjs → NcDialog-D6YSjidf.mjs} +5 -5
- package/dist/chunks/{NcDialog-_HZnlBi4.mjs.map → NcDialog-D6YSjidf.mjs.map} +1 -1
- package/dist/chunks/{NcDialogButton-CtdP0-DO.cjs → NcDialogButton-D7ibBxsQ.cjs} +11 -10
- package/dist/chunks/{NcDialogButton-xDZQrfsw.mjs.map → NcDialogButton-D7ibBxsQ.cjs.map} +1 -1
- package/dist/chunks/{NcDialogButton-xDZQrfsw.mjs → NcDialogButton-DQFoaN7q.mjs} +14 -13
- package/dist/chunks/{NcDialogButton-CtdP0-DO.cjs.map → NcDialogButton-DQFoaN7q.mjs.map} +1 -1
- package/dist/chunks/{NcEmojiPicker-fsigxTm2.cjs → NcEmojiPicker-BCdoIKXJ.cjs} +54 -52
- package/dist/chunks/{NcEmojiPicker-fsigxTm2.cjs.map → NcEmojiPicker-BCdoIKXJ.cjs.map} +1 -1
- package/dist/chunks/{NcEmojiPicker-g4_HENyr.mjs → NcEmojiPicker-fRx7dTTf.mjs} +12 -10
- package/dist/chunks/{NcEmojiPicker-g4_HENyr.mjs.map → NcEmojiPicker-fRx7dTTf.mjs.map} +1 -1
- package/dist/chunks/{NcHeaderMenu-0d6eqre6.cjs → NcHeaderMenu-BUeI4DGP.cjs} +11 -9
- package/dist/chunks/{NcHeaderMenu-0d6eqre6.cjs.map → NcHeaderMenu-BUeI4DGP.cjs.map} +1 -1
- package/dist/chunks/{NcHeaderMenu-91qMsRIw.mjs → NcHeaderMenu-CXBimxcN.mjs} +11 -9
- package/dist/chunks/{NcHeaderMenu-91qMsRIw.mjs.map → NcHeaderMenu-CXBimxcN.mjs.map} +1 -1
- package/dist/chunks/{NcIconSvgWrapper-CvnWKK7h.mjs → NcIconSvgWrapper-BTdzvQGV.mjs} +3 -3
- package/dist/chunks/{NcIconSvgWrapper-CvnWKK7h.mjs.map → NcIconSvgWrapper-BTdzvQGV.mjs.map} +1 -1
- package/dist/chunks/{NcIconSvgWrapper-RwagV5P9.cjs → NcIconSvgWrapper-kIn1eQyv.cjs} +3 -3
- package/dist/chunks/{NcIconSvgWrapper-RwagV5P9.cjs.map → NcIconSvgWrapper-kIn1eQyv.cjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-1G2LMh5T.mjs → NcInputConfirmCancel-BXZqwqY6.mjs} +5 -5
- package/dist/chunks/{NcInputConfirmCancel-1G2LMh5T.mjs.map → NcInputConfirmCancel-BXZqwqY6.mjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-9l24xmqk.cjs → NcInputConfirmCancel-DpgXTGmT.cjs} +2 -2
- package/dist/chunks/{NcInputConfirmCancel-9l24xmqk.cjs.map → NcInputConfirmCancel-DpgXTGmT.cjs.map} +1 -1
- package/dist/chunks/{NcListItem-JO4s1J8T.mjs → NcListItem-C5oWvAZQ.mjs} +5 -5
- package/dist/chunks/{NcListItem-JO4s1J8T.mjs.map → NcListItem-C5oWvAZQ.mjs.map} +1 -1
- package/dist/chunks/{NcListItem-y9KnglaX.cjs → NcListItem-wxqWqs4s.cjs} +3 -3
- package/dist/chunks/{NcListItem-y9KnglaX.cjs.map → NcListItem-wxqWqs4s.cjs.map} +1 -1
- package/dist/chunks/{NcListItemIcon-JWu3t5En.cjs → NcListItemIcon-DfdkSCin.cjs} +6 -5
- package/dist/chunks/{NcListItemIcon-JWu3t5En.cjs.map → NcListItemIcon-DfdkSCin.cjs.map} +1 -1
- package/dist/chunks/{NcListItemIcon-NPSUuwgH.mjs → NcListItemIcon-WH9TUCxb.mjs} +8 -7
- package/dist/chunks/{NcListItemIcon-NPSUuwgH.mjs.map → NcListItemIcon-WH9TUCxb.mjs.map} +1 -1
- package/dist/chunks/{NcPasswordField-sshf3uoz.mjs → NcPasswordField-BPAivxc_.mjs} +38 -38
- package/dist/chunks/{NcPasswordField-sshf3uoz.mjs.map → NcPasswordField-BPAivxc_.mjs.map} +1 -1
- package/dist/chunks/{NcPasswordField-r4LxrITz.cjs → NcPasswordField-BgNcvN0V.cjs} +16 -16
- package/dist/chunks/{NcPasswordField-r4LxrITz.cjs.map → NcPasswordField-BgNcvN0V.cjs.map} +1 -1
- package/dist/chunks/{NcPopover-93ns_0K4.mjs → NcPopover--V3R3EKV.mjs} +39 -33
- package/dist/chunks/{NcPopover-93ns_0K4.mjs.map → NcPopover--V3R3EKV.mjs.map} +1 -1
- package/dist/chunks/{NcPopover-fv7OFtxM.cjs → NcPopover-h-t7Dnjk.cjs} +16 -10
- package/dist/chunks/{NcPopover-fv7OFtxM.cjs.map → NcPopover-h-t7Dnjk.cjs.map} +1 -1
- package/dist/chunks/{NcProgressBar-BthaVVHU.cjs → NcProgressBar-BYk5hfPI.cjs} +3 -3
- package/dist/chunks/{NcProgressBar-BthaVVHU.cjs.map → NcProgressBar-BYk5hfPI.cjs.map} +1 -1
- package/dist/chunks/{NcProgressBar-h2ufKS6c.mjs → NcProgressBar-DDAeXyp8.mjs} +3 -3
- package/dist/chunks/{NcProgressBar-h2ufKS6c.mjs.map → NcProgressBar-DDAeXyp8.mjs.map} +1 -1
- package/dist/chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs +371 -0
- package/dist/chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs.map +1 -0
- package/dist/chunks/NcRelatedResourcesPanel-LTNqJecS.mjs +381 -0
- package/dist/chunks/NcRelatedResourcesPanel-LTNqJecS.mjs.map +1 -0
- package/dist/chunks/{NcRichContenteditable-1aWhJhMf.mjs → NcRichContenteditable-CHggLQuR.mjs} +42 -35
- package/dist/chunks/{NcRichContenteditable-1aWhJhMf.mjs.map → NcRichContenteditable-CHggLQuR.mjs.map} +1 -1
- package/dist/chunks/{NcRichContenteditable-tQi-Ee-6.cjs → NcRichContenteditable-hT5m_2tr.cjs} +120 -113
- package/dist/chunks/{NcRichContenteditable-tQi-Ee-6.cjs.map → NcRichContenteditable-hT5m_2tr.cjs.map} +1 -1
- package/dist/chunks/{NcRichText-LKlliqlj.mjs → NcRichText-BBXbh0Hh.mjs} +65 -62
- package/dist/chunks/NcRichText-BBXbh0Hh.mjs.map +1 -0
- package/dist/chunks/{NcRichText-zUTcd9g0.cjs → NcRichText-BWX8BLVh.cjs} +53 -50
- package/dist/chunks/NcRichText-BWX8BLVh.cjs.map +1 -0
- package/dist/chunks/{NcSavingIndicatorIcon-wcQ0mBIL.cjs → NcSavingIndicatorIcon-BTvUkUn-.cjs} +1 -1
- package/dist/chunks/{NcSavingIndicatorIcon-wcQ0mBIL.cjs.map → NcSavingIndicatorIcon-BTvUkUn-.cjs.map} +1 -1
- package/dist/chunks/{NcSavingIndicatorIcon-IqoMFcDK.mjs → NcSavingIndicatorIcon-Bf0SEmgS.mjs} +1 -1
- package/dist/chunks/{NcSavingIndicatorIcon-IqoMFcDK.mjs.map → NcSavingIndicatorIcon-Bf0SEmgS.mjs.map} +1 -1
- package/dist/chunks/{NcSelect-Hw3T6JKO.mjs → NcSelect-BVmjiQFa.mjs} +55 -51
- package/dist/chunks/{NcSelect-Hw3T6JKO.mjs.map → NcSelect-BVmjiQFa.mjs.map} +1 -1
- package/dist/chunks/{NcSelect-KpQ1z3xL.cjs → NcSelect-DjTSAsNL.cjs} +50 -46
- package/dist/chunks/{NcSelect-KpQ1z3xL.cjs.map → NcSelect-DjTSAsNL.cjs.map} +1 -1
- package/dist/chunks/{NcSelectTags-dBHEZJKD.cjs → NcSelectTags-BJvxyO8E.cjs} +2 -11
- package/dist/chunks/{NcSelectTags-dBHEZJKD.cjs.map → NcSelectTags-BJvxyO8E.cjs.map} +1 -1
- package/dist/chunks/{NcSelectTags-_JF5U0z-.mjs → NcSelectTags-Ccv-eQzZ.mjs} +4 -13
- package/dist/chunks/{NcSelectTags-_JF5U0z-.mjs.map → NcSelectTags-Ccv-eQzZ.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsInputText-8TTOXLUf.cjs → NcSettingsInputText-CcO2Du6E.cjs} +3 -3
- package/dist/chunks/{NcSettingsInputText-8TTOXLUf.cjs.map → NcSettingsInputText-CcO2Du6E.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsInputText-xNWnltHw.mjs → NcSettingsInputText-DXxmqvcd.mjs} +4 -4
- package/dist/chunks/{NcSettingsInputText-xNWnltHw.mjs.map → NcSettingsInputText-DXxmqvcd.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSection-f1NU2FVI.mjs → NcSettingsSection-DBe4fKFA.mjs} +3 -3
- package/dist/chunks/{NcSettingsSection-f1NU2FVI.mjs.map → NcSettingsSection-DBe4fKFA.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSection-wQR22_HI.cjs → NcSettingsSection-qgIYSB_M.cjs} +3 -3
- package/dist/chunks/{NcSettingsSection-wQR22_HI.cjs.map → NcSettingsSection-qgIYSB_M.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-7rZs5am4.cjs → NcSettingsSelectGroup-DD8PEgvQ.cjs} +6 -6
- package/dist/chunks/{NcSettingsSelectGroup-7rZs5am4.cjs.map → NcSettingsSelectGroup-DD8PEgvQ.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-KR0JI731.mjs → NcSettingsSelectGroup-d2TLOW1O.mjs} +8 -8
- package/dist/chunks/{NcSettingsSelectGroup-KR0JI731.mjs.map → NcSettingsSelectGroup-d2TLOW1O.mjs.map} +1 -1
- package/dist/chunks/{NcTextField-u76gJqK3.mjs → NcTextField-CU-YIhL3.mjs} +4 -4
- package/dist/chunks/{NcTextField-u76gJqK3.mjs.map → NcTextField-CU-YIhL3.mjs.map} +1 -1
- package/dist/chunks/{NcTextField-ejnIVzP2.cjs → NcTextField-CsnzlYWD.cjs} +2 -2
- package/dist/chunks/{NcTextField-ejnIVzP2.cjs.map → NcTextField-CsnzlYWD.cjs.map} +1 -1
- package/dist/chunks/NcTimezonePicker-C-Ci2IuC.cjs +3780 -0
- package/dist/chunks/{NcTimezonePicker-OON0Y0l1.cjs.map → NcTimezonePicker-C-Ci2IuC.cjs.map} +1 -1
- package/dist/chunks/NcTimezonePicker-gvp9MAcg.mjs +3786 -0
- package/dist/chunks/{NcTimezonePicker-s9HDKbHx.mjs.map → NcTimezonePicker-gvp9MAcg.mjs.map} +1 -1
- package/dist/chunks/{NcUserBubble-cv1Ae_v4.cjs → NcUserBubble-COhpp9l_.cjs} +4 -3
- package/dist/chunks/{NcUserBubble-2gGv-0Sv.mjs.map → NcUserBubble-COhpp9l_.cjs.map} +1 -1
- package/dist/chunks/{NcUserBubble-2gGv-0Sv.mjs → NcUserBubble-CbufscPi.mjs} +6 -5
- package/dist/chunks/{NcUserBubble-cv1Ae_v4.cjs.map → NcUserBubble-CbufscPi.mjs.map} +1 -1
- package/dist/chunks/{NcUserStatusIcon-q3okK462.mjs → NcUserStatusIcon-0SGYQL9L.mjs} +37 -54
- package/dist/chunks/{NcUserStatusIcon-q3okK462.mjs.map → NcUserStatusIcon-0SGYQL9L.mjs.map} +1 -1
- package/dist/chunks/NcUserStatusIcon-C7dfcW39.cjs +150 -0
- package/dist/chunks/{NcUserStatusIcon-ydS217hk.cjs.map → NcUserStatusIcon-C7dfcW39.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-ad_Jva5z.cjs → ScopeComponent-CSd5rNUA.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-ad_Jva5z.cjs.map → ScopeComponent-CSd5rNUA.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-fOJOJbfW.mjs → ScopeComponent-LxI8YPnR.mjs} +1 -1
- package/dist/chunks/{ScopeComponent-fOJOJbfW.mjs.map → ScopeComponent-LxI8YPnR.mjs.map} +1 -1
- package/dist/chunks/_l10n-B986q8RC.cjs +66 -0
- package/dist/chunks/_l10n-B986q8RC.cjs.map +1 -0
- package/dist/chunks/_l10n-D8Scz3mH.mjs +68 -0
- package/dist/chunks/_l10n-D8Scz3mH.mjs.map +1 -0
- package/dist/chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs.map +1 -0
- package/dist/chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs.map +1 -0
- package/dist/chunks/{actionGlobal-fRayfdEK.mjs.map → actionGlobal-D49NL940.mjs.map} +1 -1
- package/dist/chunks/{actionGlobal-SGFis4LZ.cjs.map → actionGlobal-DL1VaQzF.cjs.map} +1 -1
- package/dist/chunks/{actionText-nj1gFMEY.cjs → actionText-iWNpvZuI.cjs} +1 -1
- package/dist/chunks/{actionText-nj1gFMEY.cjs.map → actionText-iWNpvZuI.cjs.map} +1 -1
- package/dist/chunks/{actionText-bMy_49i8.mjs → actionText-jLsEBszD.mjs} +1 -1
- package/dist/chunks/{actionText-bMy_49i8.mjs.map → actionText-jLsEBszD.mjs.map} +1 -1
- package/dist/chunks/{autolink-oKM43mOC.mjs.map → autolink-BtgUDDdk.mjs.map} +1 -1
- package/dist/chunks/{autolink-gVCgJtXh.cjs.map → autolink-D0rLUkqm.cjs.map} +1 -1
- package/dist/chunks/{emoji-mJIuLpNR.cjs → emoji-DEH9dtOa.cjs} +7 -6
- package/dist/chunks/{emoji-mJIuLpNR.cjs.map → emoji-DEH9dtOa.cjs.map} +1 -1
- package/dist/chunks/{emoji-tllD0Rvt.mjs → emoji-k4gWHxrE.mjs} +4 -3
- package/dist/chunks/{emoji-tllD0Rvt.mjs.map → emoji-k4gWHxrE.mjs.map} +1 -1
- package/dist/chunks/{focusTrap-Py2bQ9-r.mjs.map → focusTrap-Be9GEB5C.mjs.map} +1 -1
- package/dist/chunks/{focusTrap-n3H52LOw.cjs.map → focusTrap-xauhLvvr.cjs.map} +1 -1
- package/dist/chunks/index-Bh9FEWbr.cjs +87 -0
- package/dist/chunks/index-Bh9FEWbr.cjs.map +1 -0
- package/dist/chunks/{index-XRGLuo0a.cjs → index-CIsMzBte.cjs} +9 -11
- package/dist/chunks/{index-XRGLuo0a.cjs.map → index-CIsMzBte.cjs.map} +1 -1
- package/dist/chunks/index-CU14QsCg.mjs +88 -0
- package/dist/chunks/index-CU14QsCg.mjs.map +1 -0
- package/dist/chunks/{index-FO4BaGaF.cjs → index-Cke9rKBg.cjs} +1 -1
- package/dist/chunks/{index-FO4BaGaF.cjs.map → index-Cke9rKBg.cjs.map} +1 -1
- package/dist/chunks/{index-2phCrsSH.mjs → index-CnpswYi6.mjs} +1 -1
- package/dist/chunks/{index-2phCrsSH.mjs.map → index-CnpswYi6.mjs.map} +1 -1
- package/dist/chunks/{index-05Rfhge1.mjs → index-DYXjj9ET.mjs} +10 -12
- package/dist/chunks/{index-05Rfhge1.mjs.map → index-DYXjj9ET.mjs.map} +1 -1
- package/dist/chunks/{logger-3m1eQsSo.mjs.map → logger-C7qcfVW8.mjs.map} +1 -1
- package/dist/chunks/{logger-G6OKp5ly.cjs.map → logger-D9RRY4er.cjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-02Pa52XN.mjs → referencePickerModal-DUhJWt2e.mjs} +721 -659
- package/dist/chunks/referencePickerModal-DUhJWt2e.mjs.map +1 -0
- package/dist/chunks/{referencePickerModal-87PoyCB_.cjs → referencePickerModal-DV7-XzCc.cjs} +377 -315
- package/dist/chunks/referencePickerModal-DV7-XzCc.cjs.map +1 -0
- package/dist/chunks/{usernameToColor-zos-xTTA.cjs → usernameToColor-DibvD_OP.cjs} +1 -1
- package/dist/chunks/{usernameToColor-zos-xTTA.cjs.map → usernameToColor-DibvD_OP.cjs.map} +1 -1
- package/dist/chunks/{usernameToColor-exoSzo-C.mjs → usernameToColor-iYF-oKTP.mjs} +1 -1
- package/dist/chunks/{usernameToColor-exoSzo-C.mjs.map → usernameToColor-iYF-oKTP.mjs.map} +1 -1
- package/dist/functions/reference/widgets.d.ts +37 -0
- package/dist/index.cjs +18 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +112 -111
- package/package.json +13 -13
- package/dist/chunks/NcAppNavigation-CNOTInDF.cjs.map +0 -1
- package/dist/chunks/NcAppNavigation-jWJsOIts.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-MA9ORoUF.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-_F3PGjJA.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-UbvywlEZ.cjs +0 -4
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-UbvywlEZ.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-pNm38e__.mjs +0 -3
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-pNm38e__.mjs.map +0 -1
- package/dist/chunks/NcContent-M9BJMGg0.mjs +0 -131
- package/dist/chunks/NcContent-qCB26fzT.cjs +0 -124
- package/dist/chunks/NcRelatedResourcesPanel-3uGS3Og7.mjs +0 -211
- package/dist/chunks/NcRelatedResourcesPanel-3uGS3Og7.mjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-I6QLPffA.cjs +0 -205
- package/dist/chunks/NcRelatedResourcesPanel-I6QLPffA.cjs.map +0 -1
- package/dist/chunks/NcRichText-LKlliqlj.mjs.map +0 -1
- package/dist/chunks/NcRichText-zUTcd9g0.cjs.map +0 -1
- package/dist/chunks/NcTimezonePicker-OON0Y0l1.cjs +0 -7195
- package/dist/chunks/NcTimezonePicker-s9HDKbHx.mjs +0 -7201
- package/dist/chunks/NcUserStatusIcon-ydS217hk.cjs +0 -167
- package/dist/chunks/_l10n-9dioj9MT.mjs +0 -66
- package/dist/chunks/_l10n-9dioj9MT.mjs.map +0 -1
- package/dist/chunks/_l10n-qu3Uu6RR.cjs +0 -64
- package/dist/chunks/_l10n-qu3Uu6RR.cjs.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-DCfUPqga.cjs.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-02Pa52XN.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-87PoyCB_.cjs.map +0 -1
- /package/dist/assets/{NcActionButton-rOZFVQA8.css → NcActionButton-Cs5kVVAD.css} +0 -0
- /package/dist/assets/{NcActionButtonGroup-oXobVIqQ.css → NcActionButtonGroup-ChehtUip.css} +0 -0
- /package/dist/assets/{NcActionCaption-afJqyJO6.css → NcActionCaption-Bp8mrIk7.css} +0 -0
- /package/dist/assets/{NcActionCheckbox-6Pvlr1E7.css → NcActionCheckbox-Do--WvUT.css} +0 -0
- /package/dist/assets/{NcActionInput-4zSvDkWm.css → NcActionInput-DjNK8ORa.css} +0 -0
- /package/dist/assets/{NcActionLink-zdzQgwtH.css → NcActionLink-DN3NCDC0.css} +0 -0
- /package/dist/assets/{NcActionRadio-eOr9Sp-D.css → NcActionRadio-B46v1Kn4.css} +0 -0
- /package/dist/assets/{NcActionRouter-MFTD6tYI.css → NcActionRouter-wVMPq1gi.css} +0 -0
- /package/dist/assets/{NcActionSeparator-l98xWbiL.css → NcActionSeparator-CX3zFZuI.css} +0 -0
- /package/dist/assets/{NcActionText-GJYwsw_U.css → NcActionText-YljCzD9Q.css} +0 -0
- /package/dist/assets/{NcActionTextEditable-JrYuWEDd.css → NcActionTextEditable-mti5YQN1.css} +0 -0
- /package/dist/assets/{NcAppNavigationCaption-I1dcvB0N.css → NcAppNavigationCaption-jV1y8HQ1.css} +0 -0
- /package/dist/assets/{NcAppNavigationIconBullet-Nf3ARMLv.css → NcAppNavigationIconBullet-1_cBEwu8.css} +0 -0
- /package/dist/assets/{NcAppNavigationItem-caMsw_N_.css → NcAppNavigationItem-BxoyzD83.css} +0 -0
- /package/dist/assets/{NcAppNavigationNew-joyd78FM.css → NcAppNavigationNew-COjJ3vwU.css} +0 -0
- /package/dist/assets/{NcAppNavigationNewItem-ue-H4LQY.css → NcAppNavigationNewItem-C574fgtB.css} +0 -0
- /package/dist/assets/{NcAppNavigationSettings-Jx_6RpSn.css → NcAppNavigationSettings-nH_pGlKc.css} +0 -0
- /package/dist/assets/{NcAppNavigationSpacer-uaft91Uz.css → NcAppNavigationSpacer-C5p-33VT.css} +0 -0
- /package/dist/assets/{NcAppNavigationToggle-3vMKtCQL.css → NcAppNavigationToggle-De8wq0JA.css} +0 -0
- /package/dist/assets/{NcAppSettingsDialog-0eOo3ERv.css → NcAppSettingsDialog-DR46jcRG.css} +0 -0
- /package/dist/assets/{NcAppSettingsSection-ahfdhix_.css → NcAppSettingsSection-BqF92GLH.css} +0 -0
- /package/dist/assets/{NcAppSidebar-RkF-tqKy.css → NcAppSidebar-BGQX62or.css} +0 -0
- /package/dist/assets/{NcAppSidebarTab-FywbKxqo.css → NcAppSidebarTab-XLBsrGqg.css} +0 -0
- /package/dist/assets/{NcAvatar-5H9cqcD1.css → NcAvatar-Dkf1ypwP.css} +0 -0
- /package/dist/assets/{NcBreadcrumb-HspaFygg.css → NcBreadcrumb-eyloXKCC.css} +0 -0
- /package/dist/assets/{NcBreadcrumbs-KBV0Jccv.css → NcBreadcrumbs-oFXQlxy-.css} +0 -0
- /package/dist/assets/{NcButton-4Wj3KJn8.css → NcButton-DhaPcomf.css} +0 -0
- /package/dist/assets/{NcCheckboxRadioSwitch-mgKotCbU.css → NcCheckboxRadioSwitch-CaAqi0Jt.css} +0 -0
- /package/dist/assets/{NcColorPicker-jW6HOxWA.css → NcColorPicker-CNboc7FY.css} +0 -0
- /package/dist/assets/{NcContent-LWR23l9i.css → NcContent-tZHbeX2L.css} +0 -0
- /package/dist/assets/{NcCounterBubble-rgkmqN46.css → NcCounterBubble-CuCSao3j.css} +0 -0
- /package/dist/assets/{NcDashboardWidget-01deRW9Z.css → NcDashboardWidget-DTV15Fb1.css} +0 -0
- /package/dist/assets/{NcDashboardWidgetItem-OL--xR_P.css → NcDashboardWidgetItem-4v77FH89.css} +0 -0
- /package/dist/assets/{NcDateTimePickerNative-5yybtvfx.css → NcDateTimePickerNative-DnLJu29_.css} +0 -0
- /package/dist/assets/{NcDialog-DN-rY-55.css → NcDialog-M36tj7nk.css} +0 -0
- /package/dist/assets/{NcEllipsisedOption-eoI10kvc.css → NcEllipsisedOption-B6gjXSS9.css} +0 -0
- /package/dist/assets/{NcEmptyContent-pSz7F6Oe.css → NcEmptyContent-ClLPsXo5.css} +0 -0
- /package/dist/assets/{NcGuestContent-mGGTzI2_.css → NcGuestContent-CYYZPMjb.css} +0 -0
- /package/dist/assets/{NcHeaderMenu-Srn5iXdL.css → NcHeaderMenu-BKufmJd0.css} +0 -0
- /package/dist/assets/{NcIconSvgWrapper-KLotijwU.css → NcIconSvgWrapper-oui2KPBT.css} +0 -0
- /package/dist/assets/{NcInputConfirmCancel-ks8z8dIn.css → NcInputConfirmCancel-CSzzPx0i.css} +0 -0
- /package/dist/assets/{NcInputField-L2Lld_iG.css → NcInputField-vYuV3-IY.css} +0 -0
- /package/dist/assets/{NcListItem-L8LeGwpe.css → NcListItem-vwt4bCl6.css} +0 -0
- /package/dist/assets/{NcListItemIcon-PQ2s6ZqX.css → NcListItemIcon-9Dazpmpd.css} +0 -0
- /package/dist/assets/{NcLoadingIcon-hZn7TJM8.css → NcLoadingIcon-CFmftMkz.css} +0 -0
- /package/dist/assets/{NcMentionBubble-YYl1ib_F.css → NcMentionBubble-BhiXWJv8.css} +0 -0
- /package/dist/assets/{NcModal-sIK5sUoC.css → NcModal-CwgrmxSg.css} +0 -0
- /package/dist/assets/{NcNoteCard-f0NZpwjL.css → NcNoteCard-B_Q1mnCM.css} +0 -0
- /package/dist/assets/{NcPopover-MK4GcuPY.css → NcPopover-wrgZy49g.css} +0 -0
- /package/dist/assets/{NcProgressBar-w4-G5gQR.css → NcProgressBar-DDj4bmBB.css} +0 -0
- /package/dist/assets/{NcRichContenteditable-rW6l0h3m.css → NcRichContenteditable-CtbqXSHe.css} +0 -0
- /package/dist/assets/{NcSelect-OGgZlx4Q.css → NcSelect-4aBmXHhA.css} +0 -0
- /package/dist/assets/{NcSettingsInputText-MPi6a3Yy.css → NcSettingsInputText-w-LprdjK.css} +0 -0
- /package/dist/assets/{NcSettingsSection-PEWm0eeL.css → NcSettingsSection-8RabR54v.css} +0 -0
- /package/dist/assets/{NcSettingsSelectGroup-_Jpb8yE3.css → NcSettingsSelectGroup-D8mlvzIT.css} +0 -0
- /package/dist/assets/{NcTextArea-4rVwq6GK.css → NcTextArea-DitXCroY.css} +0 -0
- /package/dist/assets/{NcUserBubble-jjzI5imn.css → NcUserBubble-COPMjmKa.css} +0 -0
- /package/dist/assets/{NcUserStatusIcon-62u43_6P.css → NcUserStatusIcon-Dra7jf_o.css} +0 -0
- /package/dist/assets/{Tooltip-wOLIuz0Q.css → Tooltip-DA4si7PR.css} +0 -0
- /package/dist/chunks/{GenRandomId-ULxaMkkr.cjs → GenRandomId-B2O1GMbH.cjs} +0 -0
- /package/dist/chunks/{GenRandomId-VodkdWbp.mjs → GenRandomId-BW3iYFf9.mjs} +0 -0
- /package/dist/chunks/{Linkify-V7PfCeZ8.mjs → Linkify-BaDLLFxP.mjs} +0 -0
- /package/dist/chunks/{Linkify-f3s3nAe_.cjs → Linkify-Dola0NBa.cjs} +0 -0
- /package/dist/chunks/{_plugin-vue2_normalizer-u6G_3nkj.mjs → _plugin-vue2_normalizer-Bj5bLKV4.mjs} +0 -0
- /package/dist/chunks/{_plugin-vue2_normalizer-DCfUPqga.cjs → _plugin-vue2_normalizer-GXKvuwrq.cjs} +0 -0
- /package/dist/chunks/{actionGlobal-fRayfdEK.mjs → actionGlobal-D49NL940.mjs} +0 -0
- /package/dist/chunks/{actionGlobal-SGFis4LZ.cjs → actionGlobal-DL1VaQzF.cjs} +0 -0
- /package/dist/chunks/{autolink-oKM43mOC.mjs → autolink-BtgUDDdk.mjs} +0 -0
- /package/dist/chunks/{autolink-gVCgJtXh.cjs → autolink-D0rLUkqm.cjs} +0 -0
- /package/dist/chunks/{focusTrap-Py2bQ9-r.mjs → focusTrap-Be9GEB5C.mjs} +0 -0
- /package/dist/chunks/{focusTrap-n3H52LOw.cjs → focusTrap-xauhLvvr.cjs} +0 -0
- /package/dist/chunks/{logger-3m1eQsSo.mjs → logger-C7qcfVW8.mjs} +0 -0
- /package/dist/chunks/{logger-G6OKp5ly.cjs → logger-D9RRY4er.cjs} +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
require('../assets/referencePickerModal-
|
|
1
|
+
require('../assets/referencePickerModal-C1KJzICb.css');
|
|
2
2
|
"use strict";
|
|
3
|
-
const
|
|
3
|
+
const k = require("./index-Bh9FEWbr.cjs"), L = require("./_plugin-vue2_normalizer-GXKvuwrq.cjs"), y = require("./_l10n-B986q8RC.cjs"), Nt = require("@nextcloud/axios"), Je = require("@nextcloud/initial-state"), W = require("@nextcloud/router"), ve = require("../Components/NcEmptyContent.cjs"), Xe = require("./index-Cke9rKBg.cjs"), Ye = require("./NcSelect-DjTSAsNL.cjs"), $t = require("./autolink-D0rLUkqm.cjs"), Ne = require("@vueuse/core"), Ze = require("../Components/NcButton.cjs"), Lt = require("../Components/NcLoadingIcon.cjs"), Ot = require("./NcTextField-CsnzlYWD.cjs"), Tt = require("./DotsHorizontal-B8kTqpHe.cjs"), It = require("../Components/NcModal.cjs"), Vt = require("@nextcloud/event-bus"), At = require("./ArrowLeft-CjNnGIlF.cjs"), qt = require("./Close-DBfrdXMw.cjs"), Bt = require("vue"), et = (t) => t && t.__esModule ? t : { default: t }, me = /* @__PURE__ */ et(Nt), jt = /* @__PURE__ */ et(Bt);
|
|
4
4
|
/*!
|
|
5
5
|
* vue-router v3.6.5
|
|
6
6
|
* (c) 2022 Evan You
|
|
7
7
|
* @license MIT
|
|
8
8
|
*/
|
|
9
|
-
function
|
|
9
|
+
function A(t, e) {
|
|
10
10
|
if (!t)
|
|
11
11
|
throw new Error("[vue-router] " + e);
|
|
12
12
|
}
|
|
13
|
-
function
|
|
13
|
+
function P(t, e) {
|
|
14
14
|
t || typeof console < "u" && console.warn("[vue-router] " + e);
|
|
15
15
|
}
|
|
16
|
-
function
|
|
16
|
+
function x(t, e) {
|
|
17
17
|
for (var r in e)
|
|
18
18
|
t[r] = e[r];
|
|
19
19
|
return t;
|
|
@@ -27,35 +27,35 @@ function le(t) {
|
|
|
27
27
|
try {
|
|
28
28
|
return decodeURIComponent(t);
|
|
29
29
|
} catch {
|
|
30
|
-
process.env.NODE_ENV !== "production" &&
|
|
30
|
+
process.env.NODE_ENV !== "production" && P(!1, 'Error decoding "' + t + '". Leaving it intact.');
|
|
31
31
|
}
|
|
32
32
|
return t;
|
|
33
33
|
}
|
|
34
34
|
function Dt(t, e, r) {
|
|
35
35
|
e === void 0 && (e = {});
|
|
36
|
-
var n = r ||
|
|
36
|
+
var n = r || Wt, i;
|
|
37
37
|
try {
|
|
38
38
|
i = n(t || "");
|
|
39
39
|
} catch (a) {
|
|
40
|
-
process.env.NODE_ENV !== "production" &&
|
|
40
|
+
process.env.NODE_ENV !== "production" && P(!1, a.message), i = {};
|
|
41
41
|
}
|
|
42
42
|
for (var s in e) {
|
|
43
43
|
var o = e[s];
|
|
44
|
-
i[s] = Array.isArray(o) ? o.map(
|
|
44
|
+
i[s] = Array.isArray(o) ? o.map($e) : $e(o);
|
|
45
45
|
}
|
|
46
46
|
return i;
|
|
47
47
|
}
|
|
48
|
-
var
|
|
48
|
+
var $e = function(t) {
|
|
49
49
|
return t == null || typeof t == "object" ? t : String(t);
|
|
50
50
|
};
|
|
51
|
-
function
|
|
51
|
+
function Wt(t) {
|
|
52
52
|
var e = {};
|
|
53
53
|
return t = t.trim().replace(/^(\?|#|&)/, ""), t && t.split("&").forEach(function(r) {
|
|
54
54
|
var n = r.replace(/\+/g, " ").split("="), i = le(n.shift()), s = n.length > 0 ? le(n.join("=")) : null;
|
|
55
55
|
e[i] === void 0 ? e[i] = s : Array.isArray(e[i]) ? e[i].push(s) : e[i] = [e[i], s];
|
|
56
56
|
}), e;
|
|
57
57
|
}
|
|
58
|
-
function
|
|
58
|
+
function Ft(t) {
|
|
59
59
|
var e = t ? Object.keys(t).map(function(r) {
|
|
60
60
|
var n = t[r];
|
|
61
61
|
if (n === void 0)
|
|
@@ -88,10 +88,10 @@ function ee(t, e, r, n) {
|
|
|
88
88
|
hash: e.hash || "",
|
|
89
89
|
query: s,
|
|
90
90
|
params: e.params || {},
|
|
91
|
-
fullPath:
|
|
91
|
+
fullPath: Le(e, i),
|
|
92
92
|
matched: t ? Ht(t) : []
|
|
93
93
|
};
|
|
94
|
-
return r && (o.redirectedFrom =
|
|
94
|
+
return r && (o.redirectedFrom = Le(r, i)), Object.freeze(o);
|
|
95
95
|
}
|
|
96
96
|
function fe(t) {
|
|
97
97
|
if (Array.isArray(t))
|
|
@@ -104,7 +104,7 @@ function fe(t) {
|
|
|
104
104
|
} else
|
|
105
105
|
return t;
|
|
106
106
|
}
|
|
107
|
-
var
|
|
107
|
+
var V = ee(null, {
|
|
108
108
|
path: "/"
|
|
109
109
|
});
|
|
110
110
|
function Ht(t) {
|
|
@@ -112,16 +112,16 @@ function Ht(t) {
|
|
|
112
112
|
e.unshift(t), t = t.parent;
|
|
113
113
|
return e;
|
|
114
114
|
}
|
|
115
|
-
function
|
|
115
|
+
function Le(t, e) {
|
|
116
116
|
var r = t.path, n = t.query;
|
|
117
117
|
n === void 0 && (n = {});
|
|
118
118
|
var i = t.hash;
|
|
119
119
|
i === void 0 && (i = "");
|
|
120
|
-
var s = e ||
|
|
120
|
+
var s = e || Ft;
|
|
121
121
|
return (r || "/") + s(n) + i;
|
|
122
122
|
}
|
|
123
|
-
function
|
|
124
|
-
return e ===
|
|
123
|
+
function tt(t, e, r) {
|
|
124
|
+
return e === V ? t === e : e ? t.path && e.path ? t.path.replace(Z, "") === e.path.replace(Z, "") && (r || t.hash === e.hash && Q(t.query, e.query)) : t.name && e.name ? t.name === e.name && (r || t.hash === e.hash && Q(t.query, e.query) && Q(t.params, e.params)) : !1 : !1;
|
|
125
125
|
}
|
|
126
126
|
function Q(t, e) {
|
|
127
127
|
if (t === void 0 && (t = {}), e === void 0 && (e = {}), !t || !e)
|
|
@@ -146,7 +146,7 @@ function Qt(t, e) {
|
|
|
146
146
|
return !1;
|
|
147
147
|
return !0;
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function rt(t) {
|
|
150
150
|
for (var e = 0; e < t.matched.length; e++) {
|
|
151
151
|
var r = t.matched[e];
|
|
152
152
|
for (var n in r.instances) {
|
|
@@ -177,30 +177,30 @@ var Kt = {
|
|
|
177
177
|
}
|
|
178
178
|
if (o.routerViewDepth = m, h) {
|
|
179
179
|
var p = d[c], l = p && p.component;
|
|
180
|
-
return l ? (p.configProps &&
|
|
180
|
+
return l ? (p.configProps && Oe(l, o, p.route, p.configProps), a(l, o, i)) : a();
|
|
181
181
|
}
|
|
182
182
|
var f = u.matched[m], g = f && f.components[c];
|
|
183
183
|
if (!f || !g)
|
|
184
184
|
return d[c] = null, a();
|
|
185
185
|
d[c] = { component: g }, o.registerRouteInstance = function(_, C) {
|
|
186
|
-
var
|
|
187
|
-
(C &&
|
|
186
|
+
var R = f.instances[c];
|
|
187
|
+
(C && R !== _ || !C && R === _) && (f.instances[c] = C);
|
|
188
188
|
}, (o.hook || (o.hook = {})).prepatch = function(_, C) {
|
|
189
189
|
f.instances[c] = C.componentInstance;
|
|
190
190
|
}, o.hook.init = function(_) {
|
|
191
|
-
_.data.keepAlive && _.componentInstance && _.componentInstance !== f.instances[c] && (f.instances[c] = _.componentInstance),
|
|
191
|
+
_.data.keepAlive && _.componentInstance && _.componentInstance !== f.instances[c] && (f.instances[c] = _.componentInstance), rt(u);
|
|
192
192
|
};
|
|
193
193
|
var w = f.props && f.props[c];
|
|
194
|
-
return w && (
|
|
194
|
+
return w && (x(d[c], {
|
|
195
195
|
route: u,
|
|
196
196
|
configProps: w
|
|
197
|
-
}),
|
|
197
|
+
}), Oe(g, o, u, w)), a(g, o, i);
|
|
198
198
|
}
|
|
199
199
|
};
|
|
200
|
-
function
|
|
200
|
+
function Oe(t, e, r, n) {
|
|
201
201
|
var i = e.props = Jt(r, n);
|
|
202
202
|
if (i) {
|
|
203
|
-
i = e.props =
|
|
203
|
+
i = e.props = x({}, i);
|
|
204
204
|
var s = e.attrs = e.attrs || {};
|
|
205
205
|
for (var o in i)
|
|
206
206
|
(!t.props || !(o in t.props)) && (s[o] = i[o], delete i[o]);
|
|
@@ -217,13 +217,13 @@ function Jt(t, e) {
|
|
|
217
217
|
case "boolean":
|
|
218
218
|
return e ? t.params : void 0;
|
|
219
219
|
default:
|
|
220
|
-
process.env.NODE_ENV !== "production" &&
|
|
220
|
+
process.env.NODE_ENV !== "production" && P(
|
|
221
221
|
!1,
|
|
222
222
|
'props in "' + t.path + '" is a ' + typeof e + ", expecting an object, function or boolean."
|
|
223
223
|
);
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
|
-
function
|
|
226
|
+
function nt(t, e, r) {
|
|
227
227
|
var n = t.charAt(0);
|
|
228
228
|
if (n === "/")
|
|
229
229
|
return t;
|
|
@@ -252,7 +252,7 @@ function O(t) {
|
|
|
252
252
|
}
|
|
253
253
|
var te = Array.isArray || function(t) {
|
|
254
254
|
return Object.prototype.toString.call(t) == "[object Array]";
|
|
255
|
-
}, M =
|
|
255
|
+
}, M = ot, Yt = ge, Zt = nr, er = it, tr = st, rr = new RegExp([
|
|
256
256
|
// Match escaped characters that would otherwise appear in future matches.
|
|
257
257
|
// This allows the user to escape special characters that won't transform.
|
|
258
258
|
"(\\\\.)",
|
|
@@ -273,22 +273,22 @@ function ge(t, e) {
|
|
|
273
273
|
}
|
|
274
274
|
var m = t[i], h = a[2], v = a[3], p = a[4], l = a[5], f = a[6], g = a[7];
|
|
275
275
|
s && (r.push(s), s = "");
|
|
276
|
-
var w = h != null && m != null && m !== h, _ = f === "+" || f === "*", C = f === "?" || f === "*",
|
|
276
|
+
var w = h != null && m != null && m !== h, _ = f === "+" || f === "*", C = f === "?" || f === "*", R = a[2] || o, E = p || l;
|
|
277
277
|
r.push({
|
|
278
278
|
name: v || n++,
|
|
279
279
|
prefix: h || "",
|
|
280
|
-
delimiter:
|
|
280
|
+
delimiter: R,
|
|
281
281
|
optional: C,
|
|
282
282
|
repeat: _,
|
|
283
283
|
partial: w,
|
|
284
284
|
asterisk: !!g,
|
|
285
|
-
pattern: E ? or(E) : g ? ".*" : "[^" + K(
|
|
285
|
+
pattern: E ? or(E) : g ? ".*" : "[^" + K(R) + "]+?"
|
|
286
286
|
});
|
|
287
287
|
}
|
|
288
288
|
return i < t.length && (s += t.substr(i)), s && r.push(s), r;
|
|
289
289
|
}
|
|
290
290
|
function nr(t, e) {
|
|
291
|
-
return
|
|
291
|
+
return it(ge(t, e), e);
|
|
292
292
|
}
|
|
293
293
|
function ir(t) {
|
|
294
294
|
return encodeURI(t).replace(/[\/?#]/g, function(e) {
|
|
@@ -300,7 +300,7 @@ function sr(t) {
|
|
|
300
300
|
return "%" + e.charCodeAt(0).toString(16).toUpperCase();
|
|
301
301
|
});
|
|
302
302
|
}
|
|
303
|
-
function
|
|
303
|
+
function it(t, e) {
|
|
304
304
|
for (var r = new Array(t.length), n = 0; n < t.length; n++)
|
|
305
305
|
typeof t[n] == "object" && (r[n] = new RegExp("^(?:" + t[n].pattern + ")$", _e(e)));
|
|
306
306
|
return function(i, s) {
|
|
@@ -369,14 +369,14 @@ function ar(t, e) {
|
|
|
369
369
|
}
|
|
370
370
|
function cr(t, e, r) {
|
|
371
371
|
for (var n = [], i = 0; i < t.length; i++)
|
|
372
|
-
n.push(
|
|
372
|
+
n.push(ot(t[i], e, r).source);
|
|
373
373
|
var s = new RegExp("(?:" + n.join("|") + ")", _e(r));
|
|
374
374
|
return ye(s, e);
|
|
375
375
|
}
|
|
376
376
|
function ur(t, e, r) {
|
|
377
|
-
return
|
|
377
|
+
return st(ge(t, r), e, r);
|
|
378
378
|
}
|
|
379
|
-
function
|
|
379
|
+
function st(t, e, r) {
|
|
380
380
|
te(e) || (r = /** @type {!Object} */
|
|
381
381
|
e || r, e = []), r = r || {};
|
|
382
382
|
for (var n = r.strict, i = r.end !== !1, s = "", o = 0; o < t.length; o++) {
|
|
@@ -391,7 +391,7 @@ function nt(t, e, r) {
|
|
|
391
391
|
var d = K(r.delimiter || "/"), m = s.slice(-d.length) === d;
|
|
392
392
|
return n || (s = (m ? s.slice(0, -d.length) : s) + "(?:" + d + "(?=$))?"), i ? s += "$" : s += n && m ? "" : "(?=" + d + "|$)", ye(new RegExp("^" + s, _e(r)), e);
|
|
393
393
|
}
|
|
394
|
-
function
|
|
394
|
+
function ot(t, e, r) {
|
|
395
395
|
return te(e) || (r = /** @type {!Object} */
|
|
396
396
|
e || r, e = []), r = r || {}, t instanceof RegExp ? ar(
|
|
397
397
|
t,
|
|
@@ -415,14 +415,14 @@ M.parse = Yt;
|
|
|
415
415
|
M.compile = Zt;
|
|
416
416
|
M.tokensToFunction = er;
|
|
417
417
|
M.tokensToRegExp = tr;
|
|
418
|
-
var
|
|
418
|
+
var Te = /* @__PURE__ */ Object.create(null);
|
|
419
419
|
function J(t, e, r) {
|
|
420
420
|
e = e || {};
|
|
421
421
|
try {
|
|
422
|
-
var n =
|
|
422
|
+
var n = Te[t] || (Te[t] = M.compile(t));
|
|
423
423
|
return typeof e.pathMatch == "string" && (e[0] = e.pathMatch), n(e, { pretty: !0 });
|
|
424
424
|
} catch (i) {
|
|
425
|
-
return process.env.NODE_ENV !== "production" &&
|
|
425
|
+
return process.env.NODE_ENV !== "production" && P(typeof e.pathMatch == "string", "missing param for " + r + ": " + i.message), "";
|
|
426
426
|
} finally {
|
|
427
427
|
delete e[0];
|
|
428
428
|
}
|
|
@@ -432,23 +432,23 @@ function we(t, e, r, n) {
|
|
|
432
432
|
if (i._normalized)
|
|
433
433
|
return i;
|
|
434
434
|
if (i.name) {
|
|
435
|
-
i =
|
|
435
|
+
i = x({}, t);
|
|
436
436
|
var s = i.params;
|
|
437
|
-
return s && typeof s == "object" && (i.params =
|
|
437
|
+
return s && typeof s == "object" && (i.params = x({}, s)), i;
|
|
438
438
|
}
|
|
439
439
|
if (!i.path && i.params && e) {
|
|
440
|
-
i =
|
|
441
|
-
var o =
|
|
440
|
+
i = x({}, i), i._normalized = !0;
|
|
441
|
+
var o = x(x({}, e.params), i.params);
|
|
442
442
|
if (e.name)
|
|
443
443
|
i.name = e.name, i.params = o;
|
|
444
444
|
else if (e.matched.length) {
|
|
445
445
|
var a = e.matched[e.matched.length - 1].path;
|
|
446
446
|
i.path = J(a, o, "path " + e.path);
|
|
447
447
|
} else
|
|
448
|
-
process.env.NODE_ENV !== "production" &&
|
|
448
|
+
process.env.NODE_ENV !== "production" && P(!1, "relative params navigation requires a current route.");
|
|
449
449
|
return i;
|
|
450
450
|
}
|
|
451
|
-
var c = Xt(i.path || ""), u = e && e.path || "/", d = c.path ?
|
|
451
|
+
var c = Xt(i.path || ""), u = e && e.path || "/", d = c.path ? nt(c.path, u, r || i.append) : u, m = Dt(
|
|
452
452
|
c.query,
|
|
453
453
|
i.query,
|
|
454
454
|
n && n.options.parseQuery
|
|
@@ -460,8 +460,8 @@ function we(t, e, r, n) {
|
|
|
460
460
|
hash: h
|
|
461
461
|
};
|
|
462
462
|
}
|
|
463
|
-
var lr = [String, Object], fr = [String, Array],
|
|
464
|
-
},
|
|
463
|
+
var lr = [String, Object], fr = [String, Array], Ie = function() {
|
|
464
|
+
}, Ve, Ae, qe, be = {
|
|
465
465
|
name: "RouterLink",
|
|
466
466
|
props: {
|
|
467
467
|
to: {
|
|
@@ -493,45 +493,43 @@ var lr = [String, Object], fr = [String, Array], Te = function() {
|
|
|
493
493
|
this.to,
|
|
494
494
|
i,
|
|
495
495
|
this.append
|
|
496
|
-
), o = s.location, a = s.route, c = s.href, u = {}, d = n.options.linkActiveClass, m = n.options.linkExactActiveClass, h = d
|
|
497
|
-
u[l] =
|
|
496
|
+
), o = s.location, a = s.route, c = s.href, u = {}, d = n.options.linkActiveClass, m = n.options.linkExactActiveClass, h = d == null ? "router-link-active" : d, v = m == null ? "router-link-exact-active" : m, p = this.activeClass == null ? h : this.activeClass, l = this.exactActiveClass == null ? v : this.exactActiveClass, f = a.redirectedFrom ? ee(null, we(a.redirectedFrom), null, n) : a;
|
|
497
|
+
u[l] = tt(i, f, this.exactPath), u[p] = this.exact || this.exactPath ? u[l] : Gt(i, f);
|
|
498
498
|
var g = u[l] ? this.ariaCurrentValue : null, w = function(ue) {
|
|
499
|
-
|
|
500
|
-
}, _ = { click:
|
|
499
|
+
Be(ue) && (r.replace ? n.replace(o, Ie) : n.push(o, Ie));
|
|
500
|
+
}, _ = { click: Be };
|
|
501
501
|
Array.isArray(this.event) ? this.event.forEach(function(ue) {
|
|
502
502
|
_[ue] = w;
|
|
503
503
|
}) : _[this.event] = w;
|
|
504
|
-
var C = { class: u },
|
|
504
|
+
var C = { class: u }, R = !this.$scopedSlots.$hasNormal && this.$scopedSlots.default && this.$scopedSlots.default({
|
|
505
505
|
href: c,
|
|
506
506
|
route: a,
|
|
507
507
|
navigate: w,
|
|
508
508
|
isActive: u[p],
|
|
509
509
|
isExactActive: u[l]
|
|
510
510
|
});
|
|
511
|
-
if (
|
|
512
|
-
if (process.env.NODE_ENV !== "production" && !this.custom && (!
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
return P
|
|
516
|
-
if (P.length > 1 || !P.length)
|
|
517
|
-
return process.env.NODE_ENV !== "production" && R(
|
|
511
|
+
if (R) {
|
|
512
|
+
if (process.env.NODE_ENV !== "production" && !this.custom && (!Ve && P(!1, 'In Vue Router 4, the v-slot API will by default wrap its content with an <a> element. Use the custom prop to remove this warning:\n<router-link v-slot="{ navigate, href }" custom></router-link>\n'), Ve = !0), R.length === 1)
|
|
513
|
+
return R[0];
|
|
514
|
+
if (R.length > 1 || !R.length)
|
|
515
|
+
return process.env.NODE_ENV !== "production" && P(
|
|
518
516
|
!1,
|
|
519
|
-
'<router-link> with to="' + this.to +
|
|
520
|
-
),
|
|
517
|
+
'<router-link> with to="' + this.to + "\" is trying to use a scoped slot but it didn't provide exactly one child. Wrapping the content with a span element."
|
|
518
|
+
), R.length === 0 ? e() : e("span", {}, R);
|
|
521
519
|
}
|
|
522
|
-
if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !
|
|
520
|
+
if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !Ae && (P(
|
|
523
521
|
!1,
|
|
524
522
|
"<router-link>'s tag prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link."
|
|
525
|
-
),
|
|
523
|
+
), Ae = !0), "event" in this.$options.propsData && !qe && (P(
|
|
526
524
|
!1,
|
|
527
525
|
"<router-link>'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link."
|
|
528
526
|
), qe = !0)), this.tag === "a")
|
|
529
527
|
C.on = _, C.attrs = { href: c, "aria-current": g };
|
|
530
528
|
else {
|
|
531
|
-
var E =
|
|
529
|
+
var E = at(this.$slots.default);
|
|
532
530
|
if (E) {
|
|
533
531
|
E.isStatic = !1;
|
|
534
|
-
var S = E.data =
|
|
532
|
+
var S = E.data = x({}, E.data);
|
|
535
533
|
S.on = S.on || {};
|
|
536
534
|
for (var $ in S.on) {
|
|
537
535
|
var U = S.on[$];
|
|
@@ -539,7 +537,7 @@ var lr = [String, Object], fr = [String, Array], Te = function() {
|
|
|
539
537
|
}
|
|
540
538
|
for (var H in _)
|
|
541
539
|
H in S.on ? S.on[H].push(_[H]) : S.on[H] = w;
|
|
542
|
-
var xe = E.data.attrs =
|
|
540
|
+
var xe = E.data.attrs = x({}, E.data.attrs);
|
|
543
541
|
xe.href = c, xe["aria-current"] = g;
|
|
544
542
|
} else
|
|
545
543
|
C.on = _;
|
|
@@ -547,7 +545,7 @@ var lr = [String, Object], fr = [String, Array], Te = function() {
|
|
|
547
545
|
return e(this.tag, C, this.$slots.default);
|
|
548
546
|
}
|
|
549
547
|
};
|
|
550
|
-
function
|
|
548
|
+
function Be(t) {
|
|
551
549
|
if (!(t.metaKey || t.altKey || t.ctrlKey || t.shiftKey) && !t.defaultPrevented && !(t.button !== void 0 && t.button !== 0)) {
|
|
552
550
|
if (t.currentTarget && t.currentTarget.getAttribute) {
|
|
553
551
|
var e = t.currentTarget.getAttribute("target");
|
|
@@ -557,10 +555,10 @@ function Ve(t) {
|
|
|
557
555
|
return t.preventDefault && t.preventDefault(), !0;
|
|
558
556
|
}
|
|
559
557
|
}
|
|
560
|
-
function
|
|
558
|
+
function at(t) {
|
|
561
559
|
if (t) {
|
|
562
560
|
for (var e, r = 0; r < t.length; r++)
|
|
563
|
-
if (e = t[r], e.tag === "a" || e.children && (e =
|
|
561
|
+
if (e = t[r], e.tag === "a" || e.children && (e = at(e.children)))
|
|
564
562
|
return e;
|
|
565
563
|
}
|
|
566
564
|
}
|
|
@@ -594,7 +592,7 @@ function ne(t) {
|
|
|
594
592
|
n.beforeRouteEnter = n.beforeRouteLeave = n.beforeRouteUpdate = n.created;
|
|
595
593
|
}
|
|
596
594
|
}
|
|
597
|
-
var
|
|
595
|
+
var F = typeof window < "u";
|
|
598
596
|
function G(t, e, r, n, i) {
|
|
599
597
|
var s = e || [], o = r || /* @__PURE__ */ Object.create(null), a = n || /* @__PURE__ */ Object.create(null);
|
|
600
598
|
t.forEach(function(h) {
|
|
@@ -609,10 +607,8 @@ function G(t, e, r, n, i) {
|
|
|
609
607
|
if (d.length > 0) {
|
|
610
608
|
var m = d.map(function(h) {
|
|
611
609
|
return "- " + h;
|
|
612
|
-
}).join(
|
|
613
|
-
|
|
614
|
-
R(!1, `Non-nested routes must include a leading slash character. Fix the following routes:
|
|
615
|
-
` + m);
|
|
610
|
+
}).join("\n");
|
|
611
|
+
P(!1, "Non-nested routes must include a leading slash character. Fix the following routes: \n" + m);
|
|
616
612
|
}
|
|
617
613
|
}
|
|
618
614
|
return {
|
|
@@ -623,17 +619,17 @@ function G(t, e, r, n, i) {
|
|
|
623
619
|
}
|
|
624
620
|
function he(t, e, r, n, i, s) {
|
|
625
621
|
var o = n.path, a = n.name;
|
|
626
|
-
process.env.NODE_ENV !== "production" && (
|
|
622
|
+
process.env.NODE_ENV !== "production" && (A(o != null, '"path" is required in a route configuration.'), A(
|
|
627
623
|
typeof n.component != "string",
|
|
628
624
|
'route config "component" for path: ' + String(
|
|
629
625
|
o || a
|
|
630
626
|
) + " cannot be a string id. Use an actual component instead."
|
|
631
|
-
),
|
|
627
|
+
), P(
|
|
632
628
|
// eslint-disable-next-line no-control-regex
|
|
633
629
|
!/[^\u0000-\u007F]+/.test(o),
|
|
634
630
|
'Route with path "' + o + '" contains unencoded characters, make sure your path is correctly encoded before passing it to the router. Use encodeURI to encode static segments of your path.'
|
|
635
631
|
));
|
|
636
|
-
var c = n.pathToRegexpOptions || {}, u =
|
|
632
|
+
var c = n.pathToRegexpOptions || {}, u = dr(o, i, c.strict);
|
|
637
633
|
typeof n.caseSensitive == "boolean" && (c.sensitive = n.caseSensitive);
|
|
638
634
|
var d = {
|
|
639
635
|
path: u,
|
|
@@ -652,9 +648,9 @@ function he(t, e, r, n, i, s) {
|
|
|
652
648
|
};
|
|
653
649
|
if (n.children && (process.env.NODE_ENV !== "production" && n.name && !n.redirect && n.children.some(function(l) {
|
|
654
650
|
return /^\/?$/.test(l.path);
|
|
655
|
-
}) &&
|
|
651
|
+
}) && P(
|
|
656
652
|
!1,
|
|
657
|
-
"Named Route '" + n.name +
|
|
653
|
+
"Named Route '" + n.name + "' has a default child route. When navigating to this named route (:to=\"{name: '" + n.name + "'}\"), the default child route will not be rendered. Remove the name from this route and use the name of the default child route for named links instead."
|
|
658
654
|
), n.children.forEach(function(l) {
|
|
659
655
|
var f = s ? O(s + "/" + l.path) : void 0;
|
|
660
656
|
he(t, e, r, l, d, f);
|
|
@@ -662,7 +658,7 @@ function he(t, e, r, n, i, s) {
|
|
|
662
658
|
for (var m = Array.isArray(n.alias) ? n.alias : [n.alias], h = 0; h < m.length; ++h) {
|
|
663
659
|
var v = m[h];
|
|
664
660
|
if (process.env.NODE_ENV !== "production" && v === o) {
|
|
665
|
-
|
|
661
|
+
P(
|
|
666
662
|
!1,
|
|
667
663
|
'Found an alias with the same value as the path: "' + o + '". You have to remove that alias. It will be ignored in development.'
|
|
668
664
|
);
|
|
@@ -682,7 +678,7 @@ function he(t, e, r, n, i, s) {
|
|
|
682
678
|
// matchAs
|
|
683
679
|
);
|
|
684
680
|
}
|
|
685
|
-
a && (r[a] ? process.env.NODE_ENV !== "production" && !s &&
|
|
681
|
+
a && (r[a] ? process.env.NODE_ENV !== "production" && !s && P(
|
|
686
682
|
!1,
|
|
687
683
|
'Duplicate named routes definition: { name: "' + a + '", path: "' + d.path + '" }'
|
|
688
684
|
) : r[a] = d);
|
|
@@ -692,7 +688,7 @@ function hr(t, e) {
|
|
|
692
688
|
if (process.env.NODE_ENV !== "production") {
|
|
693
689
|
var n = /* @__PURE__ */ Object.create(null);
|
|
694
690
|
r.keys.forEach(function(i) {
|
|
695
|
-
|
|
691
|
+
P(
|
|
696
692
|
!n[i.name],
|
|
697
693
|
'Duplicate param keys in route with path: "' + t + '"'
|
|
698
694
|
), n[i.name] = !0;
|
|
@@ -700,10 +696,10 @@ function hr(t, e) {
|
|
|
700
696
|
}
|
|
701
697
|
return r;
|
|
702
698
|
}
|
|
703
|
-
function
|
|
699
|
+
function dr(t, e, r) {
|
|
704
700
|
return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : O(e.path + "/" + t);
|
|
705
701
|
}
|
|
706
|
-
function
|
|
702
|
+
function pr(t, e) {
|
|
707
703
|
var r = G(t), n = r.pathList, i = r.pathMap, s = r.nameMap;
|
|
708
704
|
function o(v) {
|
|
709
705
|
G(v, n, i, s);
|
|
@@ -730,7 +726,7 @@ function dr(t, e) {
|
|
|
730
726
|
var f = we(v, p, !1, e), g = f.name;
|
|
731
727
|
if (g) {
|
|
732
728
|
var w = s[g];
|
|
733
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
729
|
+
if (process.env.NODE_ENV !== "production" && P(w, "Route with name '" + g + "' does not exist"), !w)
|
|
734
730
|
return h(null, f);
|
|
735
731
|
var _ = w.regex.keys.filter(function($) {
|
|
736
732
|
return !$.optional;
|
|
@@ -743,8 +739,8 @@ function dr(t, e) {
|
|
|
743
739
|
return f.path = J(w.path, f.params, 'named route "' + g + '"'), h(w, f, l);
|
|
744
740
|
} else if (f.path) {
|
|
745
741
|
f.params = {};
|
|
746
|
-
for (var
|
|
747
|
-
var E = n[
|
|
742
|
+
for (var R = 0; R < n.length; R++) {
|
|
743
|
+
var E = n[R], S = i[E];
|
|
748
744
|
if (vr(S.regex, f.path, f.params))
|
|
749
745
|
return h(S, f, l);
|
|
750
746
|
}
|
|
@@ -754,18 +750,18 @@ function dr(t, e) {
|
|
|
754
750
|
function d(v, p) {
|
|
755
751
|
var l = v.redirect, f = typeof l == "function" ? l(ee(v, p, null, e)) : l;
|
|
756
752
|
if (typeof f == "string" && (f = { path: f }), !f || typeof f != "object")
|
|
757
|
-
return process.env.NODE_ENV !== "production" &&
|
|
753
|
+
return process.env.NODE_ENV !== "production" && P(
|
|
758
754
|
!1,
|
|
759
755
|
"invalid redirect option: " + JSON.stringify(f)
|
|
760
756
|
), h(null, p);
|
|
761
|
-
var g = f, w = g.name, _ = g.path, C = p.query,
|
|
762
|
-
if (C = g.hasOwnProperty("query") ? g.query : C,
|
|
757
|
+
var g = f, w = g.name, _ = g.path, C = p.query, R = p.hash, E = p.params;
|
|
758
|
+
if (C = g.hasOwnProperty("query") ? g.query : C, R = g.hasOwnProperty("hash") ? g.hash : R, E = g.hasOwnProperty("params") ? g.params : E, w) {
|
|
763
759
|
var S = s[w];
|
|
764
|
-
return process.env.NODE_ENV !== "production" &&
|
|
760
|
+
return process.env.NODE_ENV !== "production" && A(S, 'redirect failed: named route "' + w + '" not found.'), u({
|
|
765
761
|
_normalized: !0,
|
|
766
762
|
name: w,
|
|
767
763
|
query: C,
|
|
768
|
-
hash:
|
|
764
|
+
hash: R,
|
|
769
765
|
params: E
|
|
770
766
|
}, void 0, p);
|
|
771
767
|
} else if (_) {
|
|
@@ -774,10 +770,10 @@ function dr(t, e) {
|
|
|
774
770
|
_normalized: !0,
|
|
775
771
|
path: U,
|
|
776
772
|
query: C,
|
|
777
|
-
hash:
|
|
773
|
+
hash: R
|
|
778
774
|
}, void 0, p);
|
|
779
775
|
} else
|
|
780
|
-
return process.env.NODE_ENV !== "production" &&
|
|
776
|
+
return process.env.NODE_ENV !== "production" && P(!1, "invalid redirect option: " + JSON.stringify(f)), h(null, p);
|
|
781
777
|
}
|
|
782
778
|
function m(v, p, l) {
|
|
783
779
|
var f = J(l, p.params, 'aliased route with path "' + l + '"'), g = u({
|
|
@@ -814,31 +810,31 @@ function vr(t, e, r) {
|
|
|
814
810
|
return !0;
|
|
815
811
|
}
|
|
816
812
|
function mr(t, e) {
|
|
817
|
-
return
|
|
813
|
+
return nt(t, e.parent ? e.parent.path : "/", !0);
|
|
818
814
|
}
|
|
819
|
-
var gr =
|
|
820
|
-
function
|
|
815
|
+
var gr = F && window.performance && window.performance.now ? window.performance : Date;
|
|
816
|
+
function ct() {
|
|
821
817
|
return gr.now().toFixed(3);
|
|
822
818
|
}
|
|
823
|
-
var
|
|
819
|
+
var ut = ct();
|
|
824
820
|
function oe() {
|
|
825
|
-
return
|
|
821
|
+
return ut;
|
|
826
822
|
}
|
|
827
|
-
function
|
|
828
|
-
return
|
|
823
|
+
function lt(t) {
|
|
824
|
+
return ut = t;
|
|
829
825
|
}
|
|
830
|
-
var
|
|
831
|
-
function
|
|
826
|
+
var ft = /* @__PURE__ */ Object.create(null);
|
|
827
|
+
function ht() {
|
|
832
828
|
"scrollRestoration" in window.history && (window.history.scrollRestoration = "manual");
|
|
833
|
-
var t = window.location.protocol + "//" + window.location.host, e = window.location.href.replace(t, ""), r =
|
|
834
|
-
return r.key = oe(), window.history.replaceState(r, "", e), window.addEventListener("popstate",
|
|
835
|
-
window.removeEventListener("popstate",
|
|
829
|
+
var t = window.location.protocol + "//" + window.location.host, e = window.location.href.replace(t, ""), r = x({}, window.history.state);
|
|
830
|
+
return r.key = oe(), window.history.replaceState(r, "", e), window.addEventListener("popstate", je), function() {
|
|
831
|
+
window.removeEventListener("popstate", je);
|
|
836
832
|
};
|
|
837
833
|
}
|
|
838
834
|
function T(t, e, r, n) {
|
|
839
835
|
if (t.app) {
|
|
840
836
|
var i = t.options.scrollBehavior;
|
|
841
|
-
i && (process.env.NODE_ENV !== "production" &&
|
|
837
|
+
i && (process.env.NODE_ENV !== "production" && A(typeof i == "function", "scrollBehavior must be a function"), t.app.$nextTick(function() {
|
|
842
838
|
var s = yr(), o = i.call(
|
|
843
839
|
t,
|
|
844
840
|
e,
|
|
@@ -846,27 +842,27 @@ function T(t, e, r, n) {
|
|
|
846
842
|
n ? s : null
|
|
847
843
|
);
|
|
848
844
|
o && (typeof o.then == "function" ? o.then(function(a) {
|
|
849
|
-
|
|
845
|
+
ze(a, s);
|
|
850
846
|
}).catch(function(a) {
|
|
851
|
-
process.env.NODE_ENV !== "production" &&
|
|
852
|
-
}) :
|
|
847
|
+
process.env.NODE_ENV !== "production" && A(!1, a.toString());
|
|
848
|
+
}) : ze(o, s));
|
|
853
849
|
}));
|
|
854
850
|
}
|
|
855
851
|
}
|
|
856
|
-
function
|
|
852
|
+
function dt() {
|
|
857
853
|
var t = oe();
|
|
858
|
-
t && (
|
|
854
|
+
t && (ft[t] = {
|
|
859
855
|
x: window.pageXOffset,
|
|
860
856
|
y: window.pageYOffset
|
|
861
857
|
});
|
|
862
858
|
}
|
|
863
|
-
function
|
|
864
|
-
|
|
859
|
+
function je(t) {
|
|
860
|
+
dt(), t.state && t.state.key && lt(t.state.key);
|
|
865
861
|
}
|
|
866
862
|
function yr() {
|
|
867
863
|
var t = oe();
|
|
868
864
|
if (t)
|
|
869
|
-
return
|
|
865
|
+
return ft[t];
|
|
870
866
|
}
|
|
871
867
|
function _r(t, e) {
|
|
872
868
|
var r = document.documentElement, n = r.getBoundingClientRect(), i = t.getBoundingClientRect();
|
|
@@ -875,10 +871,10 @@ function _r(t, e) {
|
|
|
875
871
|
y: i.top - n.top - e.y
|
|
876
872
|
};
|
|
877
873
|
}
|
|
878
|
-
function
|
|
874
|
+
function Me(t) {
|
|
879
875
|
return j(t.x) || j(t.y);
|
|
880
876
|
}
|
|
881
|
-
function
|
|
877
|
+
function Ue(t) {
|
|
882
878
|
return {
|
|
883
879
|
x: j(t.x) ? t.x : window.pageXOffset,
|
|
884
880
|
y: j(t.y) ? t.y : window.pageYOffset
|
|
@@ -894,7 +890,7 @@ function j(t) {
|
|
|
894
890
|
return typeof t == "number";
|
|
895
891
|
}
|
|
896
892
|
var br = /^#\d/;
|
|
897
|
-
function
|
|
893
|
+
function ze(t, e) {
|
|
898
894
|
var r = typeof t == "object";
|
|
899
895
|
if (r && typeof t.selector == "string") {
|
|
900
896
|
var n = br.test(t.selector) ? document.getElementById(t.selector.slice(1)) : document.querySelector(t.selector);
|
|
@@ -902,9 +898,9 @@ function Ue(t, e) {
|
|
|
902
898
|
var i = t.offset && typeof t.offset == "object" ? t.offset : {};
|
|
903
899
|
i = wr(i), e = _r(n, i);
|
|
904
900
|
} else
|
|
905
|
-
|
|
901
|
+
Me(t) && (e = Ue(t));
|
|
906
902
|
} else
|
|
907
|
-
r &&
|
|
903
|
+
r && Me(t) && (e = Ue(t));
|
|
908
904
|
e && ("scrollBehavior" in document.documentElement.style ? window.scrollTo({
|
|
909
905
|
left: e.x,
|
|
910
906
|
top: e.y,
|
|
@@ -912,27 +908,27 @@ function Ue(t, e) {
|
|
|
912
908
|
behavior: t.behavior
|
|
913
909
|
}) : window.scrollTo(e.x, e.y));
|
|
914
910
|
}
|
|
915
|
-
var
|
|
911
|
+
var I = F && function() {
|
|
916
912
|
var t = window.navigator.userAgent;
|
|
917
913
|
return (t.indexOf("Android 2.") !== -1 || t.indexOf("Android 4.0") !== -1) && t.indexOf("Mobile Safari") !== -1 && t.indexOf("Chrome") === -1 && t.indexOf("Windows Phone") === -1 ? !1 : window.history && typeof window.history.pushState == "function";
|
|
918
914
|
}();
|
|
919
915
|
function ie(t, e) {
|
|
920
|
-
|
|
916
|
+
dt();
|
|
921
917
|
var r = window.history;
|
|
922
918
|
try {
|
|
923
919
|
if (e) {
|
|
924
|
-
var n =
|
|
920
|
+
var n = x({}, r.state);
|
|
925
921
|
n.key = oe(), r.replaceState(n, "", t);
|
|
926
922
|
} else
|
|
927
|
-
r.pushState({ key: ct(
|
|
923
|
+
r.pushState({ key: lt(ct()) }, "", t);
|
|
928
924
|
} catch {
|
|
929
925
|
window.location[e ? "replace" : "assign"](t);
|
|
930
926
|
}
|
|
931
927
|
}
|
|
932
|
-
function
|
|
928
|
+
function de(t) {
|
|
933
929
|
ie(t, !0);
|
|
934
930
|
}
|
|
935
|
-
var
|
|
931
|
+
var q = {
|
|
936
932
|
redirected: 2,
|
|
937
933
|
aborted: 4,
|
|
938
934
|
cancelled: 8,
|
|
@@ -942,34 +938,34 @@ function Cr(t, e) {
|
|
|
942
938
|
return ae(
|
|
943
939
|
t,
|
|
944
940
|
e,
|
|
945
|
-
|
|
946
|
-
'Redirected when going from "' + t.fullPath + '" to "' +
|
|
941
|
+
q.redirected,
|
|
942
|
+
'Redirected when going from "' + t.fullPath + '" to "' + kr(
|
|
947
943
|
e
|
|
948
944
|
) + '" via a navigation guard.'
|
|
949
945
|
);
|
|
950
946
|
}
|
|
951
|
-
function
|
|
947
|
+
function Rr(t, e) {
|
|
952
948
|
var r = ae(
|
|
953
949
|
t,
|
|
954
950
|
e,
|
|
955
|
-
|
|
951
|
+
q.duplicated,
|
|
956
952
|
'Avoided redundant navigation to current location: "' + t.fullPath + '".'
|
|
957
953
|
);
|
|
958
954
|
return r.name = "NavigationDuplicated", r;
|
|
959
955
|
}
|
|
960
|
-
function
|
|
956
|
+
function De(t, e) {
|
|
961
957
|
return ae(
|
|
962
958
|
t,
|
|
963
959
|
e,
|
|
964
|
-
|
|
960
|
+
q.cancelled,
|
|
965
961
|
'Navigation cancelled from "' + t.fullPath + '" to "' + e.fullPath + '" with a new navigation.'
|
|
966
962
|
);
|
|
967
963
|
}
|
|
968
|
-
function
|
|
964
|
+
function Pr(t, e) {
|
|
969
965
|
return ae(
|
|
970
966
|
t,
|
|
971
967
|
e,
|
|
972
|
-
|
|
968
|
+
q.aborted,
|
|
973
969
|
'Navigation aborted from "' + t.fullPath + '" to "' + e.fullPath + '" via a navigation guard.'
|
|
974
970
|
);
|
|
975
971
|
}
|
|
@@ -978,7 +974,7 @@ function ae(t, e, r, n) {
|
|
|
978
974
|
return i._isRouter = !0, i.from = t, i.to = e, i.type = r, i;
|
|
979
975
|
}
|
|
980
976
|
var Er = ["params", "query", "hash"];
|
|
981
|
-
function
|
|
977
|
+
function kr(t) {
|
|
982
978
|
if (typeof t == "string")
|
|
983
979
|
return t;
|
|
984
980
|
if ("path" in t)
|
|
@@ -994,7 +990,7 @@ function se(t) {
|
|
|
994
990
|
function ce(t, e) {
|
|
995
991
|
return se(t) && t._isRouter && (e == null || t.type === e);
|
|
996
992
|
}
|
|
997
|
-
function
|
|
993
|
+
function We(t, e, r) {
|
|
998
994
|
var n = function(i) {
|
|
999
995
|
i >= t.length ? r() : t[i] ? e(t[i], function() {
|
|
1000
996
|
n(i + 1);
|
|
@@ -1002,17 +998,17 @@ function De(t, e, r) {
|
|
|
1002
998
|
};
|
|
1003
999
|
n(0);
|
|
1004
1000
|
}
|
|
1005
|
-
function
|
|
1001
|
+
function Sr(t) {
|
|
1006
1002
|
return function(e, r, n) {
|
|
1007
1003
|
var i = !1, s = 0, o = null;
|
|
1008
|
-
|
|
1004
|
+
pt(t, function(a, c, u, d) {
|
|
1009
1005
|
if (typeof a == "function" && a.cid === void 0) {
|
|
1010
1006
|
i = !0, s++;
|
|
1011
1007
|
var m = Fe(function(l) {
|
|
1012
1008
|
Nr(l) && (l = l.default), a.resolved = typeof l == "function" ? l : re.extend(l), u.components[d] = l, s--, s <= 0 && n();
|
|
1013
1009
|
}), h = Fe(function(l) {
|
|
1014
1010
|
var f = "Failed to resolve async component " + d + ": " + l;
|
|
1015
|
-
process.env.NODE_ENV !== "production" &&
|
|
1011
|
+
process.env.NODE_ENV !== "production" && P(!1, f), o || (o = se(l) ? l : new Error(f), n(o));
|
|
1016
1012
|
}), v;
|
|
1017
1013
|
try {
|
|
1018
1014
|
v = a(m, h);
|
|
@@ -1030,8 +1026,8 @@ function kr(t) {
|
|
|
1030
1026
|
}), i || n();
|
|
1031
1027
|
};
|
|
1032
1028
|
}
|
|
1033
|
-
function
|
|
1034
|
-
return
|
|
1029
|
+
function pt(t, e) {
|
|
1030
|
+
return vt(t.map(function(r) {
|
|
1035
1031
|
return Object.keys(r.components).map(function(n) {
|
|
1036
1032
|
return e(
|
|
1037
1033
|
r.components[n],
|
|
@@ -1042,7 +1038,7 @@ function ht(t, e) {
|
|
|
1042
1038
|
});
|
|
1043
1039
|
}));
|
|
1044
1040
|
}
|
|
1045
|
-
function
|
|
1041
|
+
function vt(t) {
|
|
1046
1042
|
return Array.prototype.concat.apply([], t);
|
|
1047
1043
|
}
|
|
1048
1044
|
var xr = typeof Symbol == "function" && typeof Symbol.toStringTag == "symbol";
|
|
@@ -1059,7 +1055,7 @@ function Fe(t) {
|
|
|
1059
1055
|
};
|
|
1060
1056
|
}
|
|
1061
1057
|
var N = function(e, r) {
|
|
1062
|
-
this.router = e, this.base = $r(r), this.current =
|
|
1058
|
+
this.router = e, this.base = $r(r), this.current = V, this.pending = null, this.ready = !1, this.readyCbs = [], this.readyErrorCbs = [], this.errorCbs = [], this.listeners = [];
|
|
1063
1059
|
};
|
|
1064
1060
|
N.prototype.listen = function(e) {
|
|
1065
1061
|
this.cb = e;
|
|
@@ -1090,7 +1086,7 @@ N.prototype.transitionTo = function(e, r, n) {
|
|
|
1090
1086
|
}));
|
|
1091
1087
|
},
|
|
1092
1088
|
function(a) {
|
|
1093
|
-
n && n(a), a && !i.ready && (!ce(a,
|
|
1089
|
+
n && n(a), a && !i.ready && (!ce(a, q.redirected) || o !== V) && (i.ready = !0, i.readyErrorCbs.forEach(function(c) {
|
|
1094
1090
|
c(a);
|
|
1095
1091
|
}));
|
|
1096
1092
|
}
|
|
@@ -1102,11 +1098,11 @@ N.prototype.confirmTransition = function(e, r, n) {
|
|
|
1102
1098
|
var o = function(l) {
|
|
1103
1099
|
!ce(l) && se(l) && (i.errorCbs.length ? i.errorCbs.forEach(function(f) {
|
|
1104
1100
|
f(l);
|
|
1105
|
-
}) : (process.env.NODE_ENV !== "production" &&
|
|
1101
|
+
}) : (process.env.NODE_ENV !== "production" && P(!1, "uncaught error during route navigation:"), console.error(l))), n && n(l);
|
|
1106
1102
|
}, a = e.matched.length - 1, c = s.matched.length - 1;
|
|
1107
|
-
if (
|
|
1103
|
+
if (tt(e, s) && // in the case the route map has been dynamically appended to
|
|
1108
1104
|
a === c && e.matched[a] === s.matched[c])
|
|
1109
|
-
return this.ensureURL(), e.hash && T(this.router, s, e, !1), o(
|
|
1105
|
+
return this.ensureURL(), e.hash && T(this.router, s, e, !1), o(Rr(s, e));
|
|
1110
1106
|
var u = Lr(
|
|
1111
1107
|
this.current.matched,
|
|
1112
1108
|
e.matched
|
|
@@ -1116,31 +1112,31 @@ N.prototype.confirmTransition = function(e, r, n) {
|
|
|
1116
1112
|
// global before hooks
|
|
1117
1113
|
this.router.beforeHooks,
|
|
1118
1114
|
// in-component update hooks
|
|
1119
|
-
|
|
1115
|
+
Ir(d),
|
|
1120
1116
|
// in-config enter guards
|
|
1121
1117
|
h.map(function(l) {
|
|
1122
1118
|
return l.beforeEnter;
|
|
1123
1119
|
}),
|
|
1124
1120
|
// async components
|
|
1125
|
-
|
|
1121
|
+
Sr(h)
|
|
1126
1122
|
), p = function(l, f) {
|
|
1127
1123
|
if (i.pending !== e)
|
|
1128
|
-
return o(
|
|
1124
|
+
return o(De(s, e));
|
|
1129
1125
|
try {
|
|
1130
1126
|
l(e, s, function(g) {
|
|
1131
|
-
g === !1 ? (i.ensureURL(!0), o(
|
|
1127
|
+
g === !1 ? (i.ensureURL(!0), o(Pr(s, e))) : se(g) ? (i.ensureURL(!0), o(g)) : typeof g == "string" || typeof g == "object" && (typeof g.path == "string" || typeof g.name == "string") ? (o(Cr(s, e)), typeof g == "object" && g.replace ? i.replace(g) : i.push(g)) : f(g);
|
|
1132
1128
|
});
|
|
1133
1129
|
} catch (g) {
|
|
1134
1130
|
o(g);
|
|
1135
1131
|
}
|
|
1136
1132
|
};
|
|
1137
|
-
|
|
1138
|
-
var l =
|
|
1139
|
-
|
|
1133
|
+
We(v, p, function() {
|
|
1134
|
+
var l = Vr(h), f = l.concat(i.router.resolveHooks);
|
|
1135
|
+
We(f, p, function() {
|
|
1140
1136
|
if (i.pending !== e)
|
|
1141
|
-
return o(
|
|
1137
|
+
return o(De(s, e));
|
|
1142
1138
|
i.pending = null, r(e), i.router.app && i.router.app.$nextTick(function() {
|
|
1143
|
-
|
|
1139
|
+
rt(e);
|
|
1144
1140
|
});
|
|
1145
1141
|
});
|
|
1146
1142
|
});
|
|
@@ -1153,11 +1149,11 @@ N.prototype.setupListeners = function() {
|
|
|
1153
1149
|
N.prototype.teardown = function() {
|
|
1154
1150
|
this.listeners.forEach(function(e) {
|
|
1155
1151
|
e();
|
|
1156
|
-
}), this.listeners = [], this.current =
|
|
1152
|
+
}), this.listeners = [], this.current = V, this.pending = null;
|
|
1157
1153
|
};
|
|
1158
1154
|
function $r(t) {
|
|
1159
1155
|
if (!t)
|
|
1160
|
-
if (
|
|
1156
|
+
if (F) {
|
|
1161
1157
|
var e = document.querySelector("base");
|
|
1162
1158
|
t = e && e.getAttribute("href") || "/", t = t.replace(/^https?:\/\/[^\/]+/, "");
|
|
1163
1159
|
} else
|
|
@@ -1175,58 +1171,58 @@ function Lr(t, e) {
|
|
|
1175
1171
|
};
|
|
1176
1172
|
}
|
|
1177
1173
|
function Ce(t, e, r, n) {
|
|
1178
|
-
var i =
|
|
1174
|
+
var i = pt(t, function(s, o, a, c) {
|
|
1179
1175
|
var u = Or(s, e);
|
|
1180
1176
|
if (u)
|
|
1181
1177
|
return Array.isArray(u) ? u.map(function(d) {
|
|
1182
1178
|
return r(d, o, a, c);
|
|
1183
1179
|
}) : r(u, o, a, c);
|
|
1184
1180
|
});
|
|
1185
|
-
return
|
|
1181
|
+
return vt(n ? i.reverse() : i);
|
|
1186
1182
|
}
|
|
1187
1183
|
function Or(t, e) {
|
|
1188
1184
|
return typeof t != "function" && (t = re.extend(t)), t.options[e];
|
|
1189
1185
|
}
|
|
1190
1186
|
function Tr(t) {
|
|
1191
|
-
return Ce(t, "beforeRouteLeave",
|
|
1187
|
+
return Ce(t, "beforeRouteLeave", mt, !0);
|
|
1192
1188
|
}
|
|
1193
|
-
function
|
|
1194
|
-
return Ce(t, "beforeRouteUpdate",
|
|
1189
|
+
function Ir(t) {
|
|
1190
|
+
return Ce(t, "beforeRouteUpdate", mt);
|
|
1195
1191
|
}
|
|
1196
|
-
function
|
|
1192
|
+
function mt(t, e) {
|
|
1197
1193
|
if (e)
|
|
1198
1194
|
return function() {
|
|
1199
1195
|
return t.apply(e, arguments);
|
|
1200
1196
|
};
|
|
1201
1197
|
}
|
|
1202
|
-
function
|
|
1198
|
+
function Vr(t) {
|
|
1203
1199
|
return Ce(
|
|
1204
1200
|
t,
|
|
1205
1201
|
"beforeRouteEnter",
|
|
1206
1202
|
function(e, r, n, i) {
|
|
1207
|
-
return
|
|
1203
|
+
return Ar(e, n, i);
|
|
1208
1204
|
}
|
|
1209
1205
|
);
|
|
1210
1206
|
}
|
|
1211
|
-
function
|
|
1207
|
+
function Ar(t, e, r) {
|
|
1212
1208
|
return function(i, s, o) {
|
|
1213
1209
|
return t(i, s, function(a) {
|
|
1214
1210
|
typeof a == "function" && (e.enteredCbs[r] || (e.enteredCbs[r] = []), e.enteredCbs[r].push(a)), o(a);
|
|
1215
1211
|
});
|
|
1216
1212
|
};
|
|
1217
1213
|
}
|
|
1218
|
-
var
|
|
1214
|
+
var gt = /* @__PURE__ */ function(t) {
|
|
1219
1215
|
function e(r, n) {
|
|
1220
1216
|
t.call(this, r, n), this._startLocation = D(this.base);
|
|
1221
1217
|
}
|
|
1222
1218
|
return t && (e.__proto__ = t), e.prototype = Object.create(t && t.prototype), e.prototype.constructor = e, e.prototype.setupListeners = function() {
|
|
1223
1219
|
var n = this;
|
|
1224
1220
|
if (!(this.listeners.length > 0)) {
|
|
1225
|
-
var i = this.router, s = i.options.scrollBehavior, o =
|
|
1226
|
-
o && this.listeners.push(
|
|
1221
|
+
var i = this.router, s = i.options.scrollBehavior, o = I && s;
|
|
1222
|
+
o && this.listeners.push(ht());
|
|
1227
1223
|
var a = function() {
|
|
1228
1224
|
var c = n.current, u = D(n.base);
|
|
1229
|
-
n.current ===
|
|
1225
|
+
n.current === V && u === n._startLocation || n.transitionTo(u, function(d) {
|
|
1230
1226
|
o && T(i, d, c, !0);
|
|
1231
1227
|
});
|
|
1232
1228
|
};
|
|
@@ -1244,12 +1240,12 @@ var vt = /* @__PURE__ */ function(t) {
|
|
|
1244
1240
|
}, e.prototype.replace = function(n, i, s) {
|
|
1245
1241
|
var o = this, a = this, c = a.current;
|
|
1246
1242
|
this.transitionTo(n, function(u) {
|
|
1247
|
-
|
|
1243
|
+
de(O(o.base + u.fullPath)), T(o.router, u, c, !1), i && i(u);
|
|
1248
1244
|
}, s);
|
|
1249
1245
|
}, e.prototype.ensureURL = function(n) {
|
|
1250
1246
|
if (D(this.base) !== this.current.fullPath) {
|
|
1251
1247
|
var i = O(this.base + this.current.fullPath);
|
|
1252
|
-
n ? ie(i) :
|
|
1248
|
+
n ? ie(i) : de(i);
|
|
1253
1249
|
}
|
|
1254
1250
|
}, e.prototype.getCurrentLocation = function() {
|
|
1255
1251
|
return D(this.base);
|
|
@@ -1259,21 +1255,21 @@ function D(t) {
|
|
|
1259
1255
|
var e = window.location.pathname, r = e.toLowerCase(), n = t.toLowerCase();
|
|
1260
1256
|
return t && (r === n || r.indexOf(O(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
|
|
1261
1257
|
}
|
|
1262
|
-
var
|
|
1258
|
+
var yt = /* @__PURE__ */ function(t) {
|
|
1263
1259
|
function e(r, n, i) {
|
|
1264
|
-
t.call(this, r, n), !(i &&
|
|
1260
|
+
t.call(this, r, n), !(i && qr(this.base)) && He();
|
|
1265
1261
|
}
|
|
1266
1262
|
return t && (e.__proto__ = t), e.prototype = Object.create(t && t.prototype), e.prototype.constructor = e, e.prototype.setupListeners = function() {
|
|
1267
1263
|
var n = this;
|
|
1268
1264
|
if (!(this.listeners.length > 0)) {
|
|
1269
|
-
var i = this.router, s = i.options.scrollBehavior, o =
|
|
1270
|
-
o && this.listeners.push(
|
|
1265
|
+
var i = this.router, s = i.options.scrollBehavior, o = I && s;
|
|
1266
|
+
o && this.listeners.push(ht());
|
|
1271
1267
|
var a = function() {
|
|
1272
1268
|
var u = n.current;
|
|
1273
|
-
|
|
1274
|
-
o && T(n.router, d, u, !0),
|
|
1269
|
+
He() && n.transitionTo(X(), function(d) {
|
|
1270
|
+
o && T(n.router, d, u, !0), I || Y(d.fullPath);
|
|
1275
1271
|
});
|
|
1276
|
-
}, c =
|
|
1272
|
+
}, c = I ? "popstate" : "hashchange";
|
|
1277
1273
|
window.addEventListener(
|
|
1278
1274
|
c,
|
|
1279
1275
|
a
|
|
@@ -1286,7 +1282,7 @@ var mt = /* @__PURE__ */ function(t) {
|
|
|
1286
1282
|
this.transitionTo(
|
|
1287
1283
|
n,
|
|
1288
1284
|
function(u) {
|
|
1289
|
-
|
|
1285
|
+
Ge(u.fullPath), T(o.router, u, c, !1), i && i(u);
|
|
1290
1286
|
},
|
|
1291
1287
|
s
|
|
1292
1288
|
);
|
|
@@ -1303,17 +1299,17 @@ var mt = /* @__PURE__ */ function(t) {
|
|
|
1303
1299
|
window.history.go(n);
|
|
1304
1300
|
}, e.prototype.ensureURL = function(n) {
|
|
1305
1301
|
var i = this.current.fullPath;
|
|
1306
|
-
X() !== i && (n ?
|
|
1302
|
+
X() !== i && (n ? Ge(i) : Y(i));
|
|
1307
1303
|
}, e.prototype.getCurrentLocation = function() {
|
|
1308
1304
|
return X();
|
|
1309
1305
|
}, e;
|
|
1310
1306
|
}(N);
|
|
1311
|
-
function
|
|
1307
|
+
function qr(t) {
|
|
1312
1308
|
var e = D(t);
|
|
1313
1309
|
if (!/^\/#/.test(e))
|
|
1314
1310
|
return window.location.replace(O(t + "/#" + e)), !0;
|
|
1315
1311
|
}
|
|
1316
|
-
function
|
|
1312
|
+
function He() {
|
|
1317
1313
|
var t = X();
|
|
1318
1314
|
return t.charAt(0) === "/" ? !0 : (Y("/" + t), !1);
|
|
1319
1315
|
}
|
|
@@ -1321,15 +1317,15 @@ function X() {
|
|
|
1321
1317
|
var t = window.location.href, e = t.indexOf("#");
|
|
1322
1318
|
return e < 0 ? "" : (t = t.slice(e + 1), t);
|
|
1323
1319
|
}
|
|
1324
|
-
function
|
|
1320
|
+
function pe(t) {
|
|
1325
1321
|
var e = window.location.href, r = e.indexOf("#"), n = r >= 0 ? e.slice(0, r) : e;
|
|
1326
1322
|
return n + "#" + t;
|
|
1327
1323
|
}
|
|
1328
|
-
function
|
|
1329
|
-
|
|
1324
|
+
function Ge(t) {
|
|
1325
|
+
I ? ie(pe(t)) : window.location.hash = t;
|
|
1330
1326
|
}
|
|
1331
1327
|
function Y(t) {
|
|
1332
|
-
|
|
1328
|
+
I ? de(pe(t)) : window.location.replace(pe(t));
|
|
1333
1329
|
}
|
|
1334
1330
|
var Br = /* @__PURE__ */ function(t) {
|
|
1335
1331
|
function e(r, n) {
|
|
@@ -1366,7 +1362,7 @@ var Br = /* @__PURE__ */ function(t) {
|
|
|
1366
1362
|
});
|
|
1367
1363
|
},
|
|
1368
1364
|
function(a) {
|
|
1369
|
-
ce(a,
|
|
1365
|
+
ce(a, q.duplicated) && (i.index = s);
|
|
1370
1366
|
}
|
|
1371
1367
|
);
|
|
1372
1368
|
}
|
|
@@ -1376,31 +1372,31 @@ var Br = /* @__PURE__ */ function(t) {
|
|
|
1376
1372
|
}, e.prototype.ensureURL = function() {
|
|
1377
1373
|
}, e;
|
|
1378
1374
|
}(N), b = function t(e) {
|
|
1379
|
-
e === void 0 && (e = {}), process.env.NODE_ENV !== "production" &&
|
|
1375
|
+
e === void 0 && (e = {}), process.env.NODE_ENV !== "production" && P(this instanceof t, "Router must be called with the new operator."), this.app = null, this.apps = [], this.options = e, this.beforeHooks = [], this.resolveHooks = [], this.afterHooks = [], this.matcher = pr(e.routes || [], this);
|
|
1380
1376
|
var r = e.mode || "hash";
|
|
1381
|
-
switch (this.fallback = r === "history" && !
|
|
1377
|
+
switch (this.fallback = r === "history" && !I && e.fallback !== !1, this.fallback && (r = "hash"), F || (r = "abstract"), this.mode = r, r) {
|
|
1382
1378
|
case "history":
|
|
1383
|
-
this.history = new
|
|
1379
|
+
this.history = new gt(this, e.base);
|
|
1384
1380
|
break;
|
|
1385
1381
|
case "hash":
|
|
1386
|
-
this.history = new
|
|
1382
|
+
this.history = new yt(this, e.base, this.fallback);
|
|
1387
1383
|
break;
|
|
1388
1384
|
case "abstract":
|
|
1389
1385
|
this.history = new Br(this, e.base);
|
|
1390
1386
|
break;
|
|
1391
1387
|
default:
|
|
1392
|
-
process.env.NODE_ENV !== "production" &&
|
|
1388
|
+
process.env.NODE_ENV !== "production" && A(!1, "invalid mode: " + r);
|
|
1393
1389
|
}
|
|
1394
|
-
},
|
|
1390
|
+
}, _t = { currentRoute: { configurable: !0 } };
|
|
1395
1391
|
b.prototype.match = function(e, r, n) {
|
|
1396
1392
|
return this.matcher.match(e, r, n);
|
|
1397
1393
|
};
|
|
1398
|
-
|
|
1394
|
+
_t.currentRoute.get = function() {
|
|
1399
1395
|
return this.history && this.history.current;
|
|
1400
1396
|
};
|
|
1401
1397
|
b.prototype.init = function(e) {
|
|
1402
1398
|
var r = this;
|
|
1403
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
1399
|
+
if (process.env.NODE_ENV !== "production" && A(
|
|
1404
1400
|
ne.installed,
|
|
1405
1401
|
"not installed. Make sure to call `Vue.use(VueRouter)` before creating root instance."
|
|
1406
1402
|
), this.apps.push(e), e.$once("hook:destroyed", function() {
|
|
@@ -1409,9 +1405,9 @@ b.prototype.init = function(e) {
|
|
|
1409
1405
|
}), !this.app) {
|
|
1410
1406
|
this.app = e;
|
|
1411
1407
|
var n = this.history;
|
|
1412
|
-
if (n instanceof
|
|
1408
|
+
if (n instanceof gt || n instanceof yt) {
|
|
1413
1409
|
var i = function(o) {
|
|
1414
|
-
var a = n.current, c = r.options.scrollBehavior, u =
|
|
1410
|
+
var a = n.current, c = r.options.scrollBehavior, u = I && c;
|
|
1415
1411
|
u && "fullPath" in o && T(r, o, a, !1);
|
|
1416
1412
|
}, s = function(o) {
|
|
1417
1413
|
n.setupListeners(), i(o);
|
|
@@ -1430,13 +1426,13 @@ b.prototype.init = function(e) {
|
|
|
1430
1426
|
}
|
|
1431
1427
|
};
|
|
1432
1428
|
b.prototype.beforeEach = function(e) {
|
|
1433
|
-
return
|
|
1429
|
+
return Re(this.beforeHooks, e);
|
|
1434
1430
|
};
|
|
1435
1431
|
b.prototype.beforeResolve = function(e) {
|
|
1436
|
-
return
|
|
1432
|
+
return Re(this.resolveHooks, e);
|
|
1437
1433
|
};
|
|
1438
1434
|
b.prototype.afterEach = function(e) {
|
|
1439
|
-
return
|
|
1435
|
+
return Re(this.afterHooks, e);
|
|
1440
1436
|
};
|
|
1441
1437
|
b.prototype.onReady = function(e, r) {
|
|
1442
1438
|
this.history.onReady(e, r);
|
|
@@ -1496,13 +1492,13 @@ b.prototype.getRoutes = function() {
|
|
|
1496
1492
|
return this.matcher.getRoutes();
|
|
1497
1493
|
};
|
|
1498
1494
|
b.prototype.addRoute = function(e, r) {
|
|
1499
|
-
this.matcher.addRoute(e, r), this.history.current !==
|
|
1495
|
+
this.matcher.addRoute(e, r), this.history.current !== V && this.history.transitionTo(this.history.getCurrentLocation());
|
|
1500
1496
|
};
|
|
1501
1497
|
b.prototype.addRoutes = function(e) {
|
|
1502
|
-
process.env.NODE_ENV !== "production" &&
|
|
1498
|
+
process.env.NODE_ENV !== "production" && P(!1, "router.addRoutes() is deprecated and has been removed in Vue Router 4. Use router.addRoute() instead."), this.matcher.addRoutes(e), this.history.current !== V && this.history.transitionTo(this.history.getCurrentLocation());
|
|
1503
1499
|
};
|
|
1504
|
-
Object.defineProperties(b.prototype,
|
|
1505
|
-
function
|
|
1500
|
+
Object.defineProperties(b.prototype, _t);
|
|
1501
|
+
function Re(t, e) {
|
|
1506
1502
|
return t.push(e), function() {
|
|
1507
1503
|
var r = t.indexOf(e);
|
|
1508
1504
|
r > -1 && t.splice(r, 1);
|
|
@@ -1515,25 +1511,50 @@ function jr(t, e, r) {
|
|
|
1515
1511
|
b.install = ne;
|
|
1516
1512
|
b.version = "3.6.5";
|
|
1517
1513
|
b.isNavigationFailure = ce;
|
|
1518
|
-
b.NavigationFailureType =
|
|
1519
|
-
b.START_LOCATION =
|
|
1520
|
-
|
|
1514
|
+
b.NavigationFailureType = q;
|
|
1515
|
+
b.START_LOCATION = V;
|
|
1516
|
+
F && window.Vue && window.Vue.use(b);
|
|
1517
|
+
y.register(y.t20);
|
|
1521
1518
|
const Mr = {
|
|
1522
1519
|
name: "NcReferenceWidget",
|
|
1520
|
+
components: {
|
|
1521
|
+
NcButton: Ze
|
|
1522
|
+
},
|
|
1523
1523
|
props: {
|
|
1524
1524
|
reference: {
|
|
1525
1525
|
type: Object,
|
|
1526
1526
|
required: !0
|
|
1527
|
+
},
|
|
1528
|
+
interactive: {
|
|
1529
|
+
type: Boolean,
|
|
1530
|
+
default: !0
|
|
1531
|
+
},
|
|
1532
|
+
interactiveOptIn: {
|
|
1533
|
+
type: Boolean,
|
|
1534
|
+
default: !1
|
|
1527
1535
|
}
|
|
1528
1536
|
},
|
|
1529
1537
|
data() {
|
|
1530
1538
|
return {
|
|
1531
|
-
compact: 3
|
|
1539
|
+
compact: 3,
|
|
1540
|
+
showInteractive: !1,
|
|
1541
|
+
isVisible: !1,
|
|
1542
|
+
rendered: !1,
|
|
1543
|
+
enableLabel: y.t("Enable interactive view")
|
|
1532
1544
|
};
|
|
1533
1545
|
},
|
|
1534
1546
|
computed: {
|
|
1547
|
+
isInteractive() {
|
|
1548
|
+
return !this.interactiveOptIn && this.interactive || this.showInteractive;
|
|
1549
|
+
},
|
|
1550
|
+
hasFullWidth() {
|
|
1551
|
+
return k.hasFullWidth(this.reference.richObjectType);
|
|
1552
|
+
},
|
|
1535
1553
|
hasCustomWidget() {
|
|
1536
|
-
return
|
|
1554
|
+
return k.isWidgetRegistered(this.reference.richObjectType);
|
|
1555
|
+
},
|
|
1556
|
+
hasInteractiveView() {
|
|
1557
|
+
return k.isWidgetRegistered(this.reference.richObjectType) && k.hasInteractiveView(this.reference.richObjectType);
|
|
1537
1558
|
},
|
|
1538
1559
|
noAccess() {
|
|
1539
1560
|
return this.reference && !this.reference.accessible;
|
|
@@ -1554,7 +1575,7 @@ const Mr = {
|
|
|
1554
1575
|
return t ? t.startsWith("https://") ? t.substring(8) : t.startsWith("http://") ? t.substring(7) : t : "";
|
|
1555
1576
|
},
|
|
1556
1577
|
route() {
|
|
1557
|
-
return
|
|
1578
|
+
return $t.getRoute(this.$router, this.reference.openGraphObject.link);
|
|
1558
1579
|
},
|
|
1559
1580
|
referenceWidgetLinkComponent() {
|
|
1560
1581
|
return this.route ? be : "a";
|
|
@@ -1563,36 +1584,64 @@ const Mr = {
|
|
|
1563
1584
|
return this.route ? { to: this.route } : { href: this.reference.openGraphObject.link, target: "_blank" };
|
|
1564
1585
|
}
|
|
1565
1586
|
},
|
|
1587
|
+
watch: {
|
|
1588
|
+
isVisible: {
|
|
1589
|
+
handler(t) {
|
|
1590
|
+
if (!t) {
|
|
1591
|
+
this.destroyWidget();
|
|
1592
|
+
return;
|
|
1593
|
+
}
|
|
1594
|
+
this.renderWidget();
|
|
1595
|
+
},
|
|
1596
|
+
immediate: !0
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1566
1599
|
mounted() {
|
|
1567
|
-
|
|
1600
|
+
Ne.useIntersectionObserver(this.$el, (t) => {
|
|
1601
|
+
var e, r;
|
|
1602
|
+
this.isVisible = (r = (e = t[0]) == null ? void 0 : e.isIntersecting) != null ? r : !1;
|
|
1603
|
+
}), Ne.useResizeObserver(this.$el, (t) => {
|
|
1568
1604
|
t[0].contentRect.width < 450 ? this.compact = 0 : t[0].contentRect.width < 550 ? this.compact = 1 : t[0].contentRect.width < 650 ? this.compact = 2 : this.compact = 3;
|
|
1569
1605
|
});
|
|
1570
1606
|
},
|
|
1571
1607
|
beforeDestroy() {
|
|
1572
|
-
|
|
1608
|
+
this.destroyWidget();
|
|
1573
1609
|
},
|
|
1574
1610
|
methods: {
|
|
1611
|
+
enableInteractive() {
|
|
1612
|
+
this.showInteractive = !0, this.renderWidget();
|
|
1613
|
+
},
|
|
1575
1614
|
renderWidget() {
|
|
1576
|
-
|
|
1577
|
-
|
|
1615
|
+
var e;
|
|
1616
|
+
if (this.$refs.customWidget && (this.$refs.customWidget.innerHTML = ""), ((e = this == null ? void 0 : this.reference) == null ? void 0 : e.richObjectType) === "open-graph")
|
|
1617
|
+
return;
|
|
1618
|
+
const t = document.createElement("div");
|
|
1619
|
+
this.$refs.customWidget.appendChild(t), this.$nextTick(() => {
|
|
1620
|
+
k.renderWidget(t, {
|
|
1621
|
+
...this.reference,
|
|
1622
|
+
interactive: this.isInteractive
|
|
1623
|
+
}), this.rendered = !0;
|
|
1578
1624
|
});
|
|
1625
|
+
},
|
|
1626
|
+
destroyWidget() {
|
|
1627
|
+
this.rendered && (k.destroyWidget(this.reference.richObjectType, this.$el), this.rendered = !1);
|
|
1579
1628
|
}
|
|
1580
1629
|
}
|
|
1581
1630
|
};
|
|
1582
1631
|
var Ur = function() {
|
|
1583
1632
|
var e = this, r = e._self._c;
|
|
1584
|
-
return r("div", [e.reference && e.hasCustomWidget ? r("div", { staticClass: "widget-custom"
|
|
1633
|
+
return r("div", { class: { "toggle-interactive": e.hasInteractiveView && !e.isInteractive } }, [e.reference && e.hasCustomWidget ? r("div", { ref: "customWidget", staticClass: "widget-custom", class: { "full-width": e.hasFullWidth } }) : !e.noAccess && e.reference && e.reference.openGraphObject && !e.hasCustomWidget ? r(e.referenceWidgetLinkComponent, e._b({ tag: "component", staticClass: "widget-default", attrs: { rel: "noopener noreferrer" } }, "component", e.referenceWidgetLinkProps, !1), [e.reference.openGraphObject.thumb ? r("img", { staticClass: "widget-default--image", attrs: { src: e.reference.openGraphObject.thumb } }) : e._e(), r("div", { staticClass: "widget-default--details" }, [r("p", { staticClass: "widget-default--name" }, [e._v(" " + e._s(e.reference.openGraphObject.name) + " ")]), r("p", { staticClass: "widget-default--description", style: e.descriptionStyle }, [e._v(" " + e._s(e.reference.openGraphObject.description) + " ")]), r("p", { staticClass: "widget-default--link" }, [e._v(" " + e._s(e.compactLink) + " ")])])]) : e._e(), e.hasInteractiveView && !e.isInteractive ? r("NcButton", { staticClass: "toggle-interactive--button", on: { click: e.enableInteractive } }, [e._v(" " + e._s(e.enableLabel) + " ")]) : e._e()], 1);
|
|
1585
1634
|
}, zr = [], Dr = /* @__PURE__ */ L.normalizeComponent(
|
|
1586
1635
|
Mr,
|
|
1587
1636
|
Ur,
|
|
1588
1637
|
zr,
|
|
1589
1638
|
!1,
|
|
1590
1639
|
null,
|
|
1591
|
-
"
|
|
1640
|
+
"ac43d4a5",
|
|
1592
1641
|
null,
|
|
1593
1642
|
null
|
|
1594
1643
|
);
|
|
1595
|
-
const
|
|
1644
|
+
const wt = Dr.exports, Wr = {
|
|
1596
1645
|
name: "NcCustomPickerElement",
|
|
1597
1646
|
props: {
|
|
1598
1647
|
/**
|
|
@@ -1609,7 +1658,7 @@ const yt = Dr.exports, Fr = {
|
|
|
1609
1658
|
],
|
|
1610
1659
|
data() {
|
|
1611
1660
|
return {
|
|
1612
|
-
isRegistered:
|
|
1661
|
+
isRegistered: k.isCustomPickerElementRegistered(this.provider.id),
|
|
1613
1662
|
renderResult: null
|
|
1614
1663
|
};
|
|
1615
1664
|
},
|
|
@@ -1617,15 +1666,16 @@ const yt = Dr.exports, Fr = {
|
|
|
1617
1666
|
this.isRegistered && this.renderElement();
|
|
1618
1667
|
},
|
|
1619
1668
|
beforeDestroy() {
|
|
1620
|
-
this.isRegistered &&
|
|
1669
|
+
this.isRegistered && k.destroyCustomPickerElement(this.provider.id, this.$el, this.renderResult);
|
|
1621
1670
|
},
|
|
1622
1671
|
methods: {
|
|
1623
1672
|
renderElement() {
|
|
1624
1673
|
this.$refs.domElement && (this.$refs.domElement.innerHTML = "");
|
|
1625
|
-
const t =
|
|
1674
|
+
const t = k.renderCustomPickerElement(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
|
|
1626
1675
|
Promise.resolve(t).then((e) => {
|
|
1627
|
-
|
|
1628
|
-
|
|
1676
|
+
var r, n;
|
|
1677
|
+
this.renderResult = e, (r = this.renderResult.object) != null && r._isVue && ((n = this.renderResult.object) != null && n.$on) && (this.renderResult.object.$on("submit", this.onSubmit), this.renderResult.object.$on("cancel", this.onCancel)), this.renderResult.element.addEventListener("submit", (i) => {
|
|
1678
|
+
this.onSubmit(i.detail);
|
|
1629
1679
|
}), this.renderResult.element.addEventListener("cancel", this.onCancel);
|
|
1630
1680
|
});
|
|
1631
1681
|
},
|
|
@@ -1637,12 +1687,12 @@ const yt = Dr.exports, Fr = {
|
|
|
1637
1687
|
}
|
|
1638
1688
|
}
|
|
1639
1689
|
};
|
|
1640
|
-
var
|
|
1690
|
+
var Fr = function() {
|
|
1641
1691
|
var e = this, r = e._self._c;
|
|
1642
1692
|
return r("div", { ref: "domElement" });
|
|
1643
1693
|
}, Hr = [], Gr = /* @__PURE__ */ L.normalizeComponent(
|
|
1644
|
-
Fr,
|
|
1645
1694
|
Wr,
|
|
1695
|
+
Fr,
|
|
1646
1696
|
Hr,
|
|
1647
1697
|
!1,
|
|
1648
1698
|
null,
|
|
@@ -1652,58 +1702,58 @@ var Wr = function() {
|
|
|
1652
1702
|
);
|
|
1653
1703
|
const Qr = Gr.exports;
|
|
1654
1704
|
y.register(y.t7);
|
|
1655
|
-
const
|
|
1656
|
-
id:
|
|
1705
|
+
const Pe = "any-link", bt = {
|
|
1706
|
+
id: Pe,
|
|
1657
1707
|
title: y.t("Any link"),
|
|
1658
|
-
icon_url:
|
|
1708
|
+
icon_url: W.imagePath("core", "filetypes/link.svg")
|
|
1659
1709
|
};
|
|
1660
|
-
window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers =
|
|
1661
|
-
window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps =
|
|
1662
|
-
function
|
|
1663
|
-
return t ===
|
|
1710
|
+
window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Je.loadState("core", "reference-provider-list", []));
|
|
1711
|
+
window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Je.loadState("core", "reference-provider-timestamps", {}));
|
|
1712
|
+
function Ct(t) {
|
|
1713
|
+
return t === Pe ? bt : Ee().find((e) => e.id === t);
|
|
1664
1714
|
}
|
|
1665
1715
|
function Ee() {
|
|
1666
1716
|
return window._vue_richtext_reference_providers.filter((t) => {
|
|
1667
|
-
const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 ||
|
|
1717
|
+
const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || k.isCustomPickerElementRegistered(t.id);
|
|
1668
1718
|
return e || console.debug("[smart picker]", t.id, "reference provider is discoverable but does not have any related search provider or custom picker component registered"), e;
|
|
1669
1719
|
});
|
|
1670
1720
|
}
|
|
1671
|
-
function
|
|
1721
|
+
function Rt(t) {
|
|
1672
1722
|
const e = window._vue_richtext_reference_provider_timestamps;
|
|
1673
1723
|
return t.sort((r, n) => r.order === n.order ? 0 : r.order > n.order ? 1 : -1).sort((r, n) => {
|
|
1674
1724
|
const i = e[r.id], s = e[n.id];
|
|
1675
1725
|
return i === s ? 0 : s === void 0 ? -1 : i === void 0 ? 1 : i > s ? -1 : 1;
|
|
1676
1726
|
});
|
|
1677
1727
|
}
|
|
1678
|
-
function
|
|
1679
|
-
const r = Ee(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), o =
|
|
1680
|
-
return (t === "" || a.length === 0) && a.push(
|
|
1728
|
+
function Pt(t, e = null) {
|
|
1729
|
+
const r = Ee(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), o = Rt(r).filter((c) => c.title.match(i)), a = e ? o.slice(0, e) : o;
|
|
1730
|
+
return (t === "" || a.length === 0) && a.push(bt), a;
|
|
1681
1731
|
}
|
|
1682
1732
|
function Kr(t) {
|
|
1683
1733
|
const e = Math.floor(Date.now() / 1e3), r = {
|
|
1684
1734
|
timestamp: e
|
|
1685
|
-
}, n =
|
|
1735
|
+
}, n = W.generateOcsUrl("references/provider/{providerId}", { providerId: t });
|
|
1686
1736
|
me.default.put(n, r).then((i) => {
|
|
1687
1737
|
window._vue_richtext_reference_provider_timestamps[t] = e;
|
|
1688
1738
|
});
|
|
1689
1739
|
}
|
|
1690
|
-
let
|
|
1691
|
-
function
|
|
1740
|
+
let Qe = 0;
|
|
1741
|
+
function Et(t, e) {
|
|
1692
1742
|
return function() {
|
|
1693
1743
|
const r = this, n = arguments;
|
|
1694
|
-
clearTimeout(
|
|
1744
|
+
clearTimeout(Qe), Qe = setTimeout(function() {
|
|
1695
1745
|
t.apply(r, n);
|
|
1696
1746
|
}, e || 0);
|
|
1697
1747
|
};
|
|
1698
1748
|
}
|
|
1699
|
-
function
|
|
1749
|
+
function ke(t) {
|
|
1700
1750
|
try {
|
|
1701
1751
|
return !!new URL(t);
|
|
1702
1752
|
} catch {
|
|
1703
1753
|
return !1;
|
|
1704
1754
|
}
|
|
1705
1755
|
}
|
|
1706
|
-
y.register(y.
|
|
1756
|
+
y.register(y.t34, y.t38);
|
|
1707
1757
|
const Jr = {
|
|
1708
1758
|
name: "LinkVariantIcon",
|
|
1709
1759
|
emits: ["click"],
|
|
@@ -1736,13 +1786,13 @@ var Xr = function() {
|
|
|
1736
1786
|
null,
|
|
1737
1787
|
null
|
|
1738
1788
|
);
|
|
1739
|
-
const
|
|
1789
|
+
const Se = Zr.exports, en = {
|
|
1740
1790
|
name: "NcProviderList",
|
|
1741
1791
|
components: {
|
|
1742
|
-
NcSelect:
|
|
1743
|
-
NcHighlight:
|
|
1792
|
+
NcSelect: Ye.NcSelect,
|
|
1793
|
+
NcHighlight: Xe.NcHighlight,
|
|
1744
1794
|
NcEmptyContent: ve,
|
|
1745
|
-
LinkVariantIcon:
|
|
1795
|
+
LinkVariantIcon: Se
|
|
1746
1796
|
},
|
|
1747
1797
|
emits: [
|
|
1748
1798
|
"select-provider",
|
|
@@ -1759,17 +1809,18 @@ const ke = Zr.exports, en = {
|
|
|
1759
1809
|
computed: {
|
|
1760
1810
|
options() {
|
|
1761
1811
|
const t = [];
|
|
1762
|
-
return this.query !== "" &&
|
|
1812
|
+
return this.query !== "" && ke(this.query) && t.push({
|
|
1763
1813
|
id: this.query,
|
|
1764
1814
|
title: this.query,
|
|
1765
1815
|
isLink: !0
|
|
1766
|
-
}), t.push(...
|
|
1816
|
+
}), t.push(...Pt(this.query)), t;
|
|
1767
1817
|
}
|
|
1768
1818
|
},
|
|
1769
1819
|
methods: {
|
|
1770
1820
|
focus() {
|
|
1771
1821
|
setTimeout(() => {
|
|
1772
|
-
|
|
1822
|
+
var t, e, r;
|
|
1823
|
+
(r = (e = (t = this.$refs["provider-select"]) == null ? void 0 : t.$el) == null ? void 0 : e.querySelector("#provider-select-input")) == null || r.focus();
|
|
1773
1824
|
}, 300);
|
|
1774
1825
|
},
|
|
1775
1826
|
onProviderSelected(t) {
|
|
@@ -1800,15 +1851,15 @@ var tn = function() {
|
|
|
1800
1851
|
null
|
|
1801
1852
|
);
|
|
1802
1853
|
const sn = nn.exports;
|
|
1803
|
-
y.register(y.
|
|
1854
|
+
y.register(y.t21);
|
|
1804
1855
|
const on = {
|
|
1805
1856
|
name: "NcRawLinkInput",
|
|
1806
1857
|
components: {
|
|
1807
|
-
LinkVariantIcon:
|
|
1858
|
+
LinkVariantIcon: Se,
|
|
1808
1859
|
NcEmptyContent: ve,
|
|
1809
|
-
NcLoadingIcon:
|
|
1810
|
-
NcReferenceWidget:
|
|
1811
|
-
NcTextField:
|
|
1860
|
+
NcLoadingIcon: Lt,
|
|
1861
|
+
NcReferenceWidget: wt,
|
|
1862
|
+
NcTextField: Ot.NcTextField
|
|
1812
1863
|
},
|
|
1813
1864
|
props: {
|
|
1814
1865
|
/**
|
|
@@ -1833,12 +1884,13 @@ const on = {
|
|
|
1833
1884
|
},
|
|
1834
1885
|
computed: {
|
|
1835
1886
|
isLinkValid() {
|
|
1836
|
-
return
|
|
1887
|
+
return ke(this.inputValue);
|
|
1837
1888
|
}
|
|
1838
1889
|
},
|
|
1839
1890
|
methods: {
|
|
1840
1891
|
focus() {
|
|
1841
|
-
|
|
1892
|
+
var t;
|
|
1893
|
+
(t = this.$refs["url-input"].$el.getElementsByTagName("input")[0]) == null || t.focus();
|
|
1842
1894
|
},
|
|
1843
1895
|
onSubmit(t) {
|
|
1844
1896
|
const e = t.target.value;
|
|
@@ -1848,12 +1900,12 @@ const on = {
|
|
|
1848
1900
|
this.inputValue = "", this.reference = null;
|
|
1849
1901
|
},
|
|
1850
1902
|
onInput() {
|
|
1851
|
-
this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid &&
|
|
1903
|
+
this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Et(() => {
|
|
1852
1904
|
this.updateReference();
|
|
1853
1905
|
}, 500)();
|
|
1854
1906
|
},
|
|
1855
1907
|
updateReference() {
|
|
1856
|
-
this.loading = !0, this.abortController = new AbortController(), me.default.get(
|
|
1908
|
+
this.loading = !0, this.abortController = new AbortController(), me.default.get(W.generateOcsUrl("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
|
|
1857
1909
|
signal: this.abortController.signal
|
|
1858
1910
|
}).then((t) => {
|
|
1859
1911
|
this.reference = t.data.ocs.data.references[this.inputValue];
|
|
@@ -1887,7 +1939,7 @@ var an = function() {
|
|
|
1887
1939
|
const ln = un.exports, fn = {
|
|
1888
1940
|
name: "NcSearchResult",
|
|
1889
1941
|
components: {
|
|
1890
|
-
NcHighlight:
|
|
1942
|
+
NcHighlight: Xe.NcHighlight
|
|
1891
1943
|
},
|
|
1892
1944
|
props: {
|
|
1893
1945
|
/**
|
|
@@ -1910,25 +1962,25 @@ const ln = un.exports, fn = {
|
|
|
1910
1962
|
var hn = function() {
|
|
1911
1963
|
var e = this, r = e._self._c;
|
|
1912
1964
|
return r("div", { staticClass: "result" }, [e.entry.icon ? r("div", { staticClass: "result--icon-class", class: { [e.entry.icon]: !0, rounded: e.entry.rounded } }) : r("img", { staticClass: "result--image", class: { rounded: e.entry.rounded }, attrs: { src: e.entry.thumbnailUrl } }), r("div", { staticClass: "result--content" }, [r("span", { staticClass: "result--content--name" }, [r("NcHighlight", { attrs: { search: e.query, text: e.entry.title } })], 1), r("span", { staticClass: "result--content--subline" }, [r("NcHighlight", { attrs: { search: e.query, text: e.entry.subline } })], 1)])]);
|
|
1913
|
-
},
|
|
1965
|
+
}, dn = [], pn = /* @__PURE__ */ L.normalizeComponent(
|
|
1914
1966
|
fn,
|
|
1915
1967
|
hn,
|
|
1916
|
-
|
|
1968
|
+
dn,
|
|
1917
1969
|
!1,
|
|
1918
1970
|
null,
|
|
1919
1971
|
"7a394a58",
|
|
1920
1972
|
null,
|
|
1921
1973
|
null
|
|
1922
1974
|
);
|
|
1923
|
-
const vn =
|
|
1924
|
-
y.register(y.
|
|
1925
|
-
const
|
|
1975
|
+
const vn = pn.exports;
|
|
1976
|
+
y.register(y.t27, y.t34, y.t36);
|
|
1977
|
+
const Ke = 5, mn = {
|
|
1926
1978
|
name: "NcSearch",
|
|
1927
1979
|
components: {
|
|
1928
|
-
LinkVariantIcon:
|
|
1929
|
-
DotsHorizontalIcon:
|
|
1980
|
+
LinkVariantIcon: Se,
|
|
1981
|
+
DotsHorizontalIcon: Tt.DotsHorizontal,
|
|
1930
1982
|
NcEmptyContent: ve,
|
|
1931
|
-
NcSelect:
|
|
1983
|
+
NcSelect: Ye.NcSelect,
|
|
1932
1984
|
NcSearchResult: vn
|
|
1933
1985
|
},
|
|
1934
1986
|
props: {
|
|
@@ -1974,7 +2026,7 @@ const Qe = 5, mn = {
|
|
|
1974
2026
|
if (this.searchQuery === "")
|
|
1975
2027
|
return [];
|
|
1976
2028
|
const t = [];
|
|
1977
|
-
return
|
|
2029
|
+
return ke(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
|
|
1978
2030
|
},
|
|
1979
2031
|
rawLinkEntry() {
|
|
1980
2032
|
return {
|
|
@@ -2026,14 +2078,15 @@ const Qe = 5, mn = {
|
|
|
2026
2078
|
},
|
|
2027
2079
|
focus() {
|
|
2028
2080
|
setTimeout(() => {
|
|
2029
|
-
|
|
2081
|
+
var t, e, r;
|
|
2082
|
+
(r = (e = (t = this.$refs["search-select"]) == null ? void 0 : t.$el) == null ? void 0 : e.querySelector("#search-select-input")) == null || r.focus();
|
|
2030
2083
|
}, 300);
|
|
2031
2084
|
},
|
|
2032
2085
|
cancelSearchRequests() {
|
|
2033
2086
|
this.abortController && this.abortController.abort();
|
|
2034
2087
|
},
|
|
2035
2088
|
onSearchInput(t, e) {
|
|
2036
|
-
this.searchQuery = t,
|
|
2089
|
+
this.searchQuery = t, Et(() => {
|
|
2037
2090
|
this.updateSearch();
|
|
2038
2091
|
}, 500)();
|
|
2039
2092
|
},
|
|
@@ -2053,14 +2106,15 @@ const Qe = 5, mn = {
|
|
|
2053
2106
|
return this.searchProviders();
|
|
2054
2107
|
},
|
|
2055
2108
|
searchProviders(t = null) {
|
|
2109
|
+
var r, n;
|
|
2056
2110
|
this.abortController = new AbortController(), this.searching = !0;
|
|
2057
|
-
const e = t === null ? [...this.searchProviderIds].map((
|
|
2058
|
-
return Promise.allSettled(e).then((
|
|
2059
|
-
!!
|
|
2111
|
+
const e = t === null ? [...this.searchProviderIds].map((i) => this.searchOneProvider(i)) : [this.searchOneProvider(t, (n = (r = this.resultsBySearchProvider[t]) == null ? void 0 : r.cursor) != null ? n : null)];
|
|
2112
|
+
return Promise.allSettled(e).then((i) => {
|
|
2113
|
+
!!i.find((o) => o.status === "rejected" && (o.reason.name === "CanceledError" || o.reason.code === "ERR_CANCELED")) || (this.searching = !1, this.searchingMoreOf = null);
|
|
2060
2114
|
});
|
|
2061
2115
|
},
|
|
2062
2116
|
searchOneProvider(t, e = null) {
|
|
2063
|
-
const r = e === null ?
|
|
2117
|
+
const r = e === null ? W.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: Ke }) : W.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: Ke, cursor: e });
|
|
2064
2118
|
return me.default.get(r, {
|
|
2065
2119
|
signal: this.abortController.signal
|
|
2066
2120
|
}).then((n) => {
|
|
@@ -2091,7 +2145,7 @@ var gn = function() {
|
|
|
2091
2145
|
null,
|
|
2092
2146
|
null
|
|
2093
2147
|
);
|
|
2094
|
-
const
|
|
2148
|
+
const kt = _n.exports, z = {
|
|
2095
2149
|
providerList: 1,
|
|
2096
2150
|
standardLinkInput: 2,
|
|
2097
2151
|
searchInput: 3,
|
|
@@ -2102,7 +2156,7 @@ const Rt = _n.exports, z = {
|
|
|
2102
2156
|
NcCustomPickerElement: Qr,
|
|
2103
2157
|
NcProviderList: sn,
|
|
2104
2158
|
NcRawLinkInput: ln,
|
|
2105
|
-
NcSearch:
|
|
2159
|
+
NcSearch: kt
|
|
2106
2160
|
},
|
|
2107
2161
|
props: {
|
|
2108
2162
|
/**
|
|
@@ -2145,7 +2199,7 @@ const Rt = _n.exports, z = {
|
|
|
2145
2199
|
},
|
|
2146
2200
|
computed: {
|
|
2147
2201
|
mode() {
|
|
2148
|
-
return this.selectedProvider === null ? z.providerList :
|
|
2202
|
+
return this.selectedProvider === null ? z.providerList : k.isCustomPickerElementRegistered(this.selectedProvider.id) ? z.customElement : this.selectedProvider.search_providers_ids ? z.searchInput : z.standardLinkInput;
|
|
2149
2203
|
},
|
|
2150
2204
|
pickerWrapperStyle() {
|
|
2151
2205
|
return {
|
|
@@ -2155,9 +2209,11 @@ const Rt = _n.exports, z = {
|
|
|
2155
2209
|
},
|
|
2156
2210
|
mounted() {
|
|
2157
2211
|
this.focusOnCreate && (this.initialProvider ? setTimeout(() => {
|
|
2158
|
-
|
|
2212
|
+
var t;
|
|
2213
|
+
(t = this.$refs["url-input"]) == null || t.focus();
|
|
2159
2214
|
}, 300) : this.$nextTick(() => {
|
|
2160
|
-
|
|
2215
|
+
var t;
|
|
2216
|
+
(t = this.$refs["provider-list"]) == null || t.focus();
|
|
2161
2217
|
}));
|
|
2162
2218
|
},
|
|
2163
2219
|
methods: {
|
|
@@ -2166,17 +2222,20 @@ const Rt = _n.exports, z = {
|
|
|
2166
2222
|
},
|
|
2167
2223
|
onProviderSelected(t) {
|
|
2168
2224
|
this.selectedProvider = t, this.$emit("provider-selected", t), this.$nextTick(() => {
|
|
2169
|
-
|
|
2225
|
+
var e;
|
|
2226
|
+
(e = this.$refs["url-input"]) == null || e.focus();
|
|
2170
2227
|
});
|
|
2171
2228
|
},
|
|
2172
2229
|
cancelCustomElement() {
|
|
2173
2230
|
this.deselectProvider();
|
|
2174
2231
|
},
|
|
2175
2232
|
cancelSearch() {
|
|
2176
|
-
|
|
2233
|
+
var t;
|
|
2234
|
+
this.$emit("cancel-search", (t = this.selectedProvider) == null ? void 0 : t.title), this.deselectProvider();
|
|
2177
2235
|
},
|
|
2178
2236
|
cancelRawLinkInput() {
|
|
2179
|
-
|
|
2237
|
+
var t;
|
|
2238
|
+
this.$emit("cancel-raw-link", (t = this.selectedProvider) == null ? void 0 : t.title), this.deselectProvider();
|
|
2180
2239
|
},
|
|
2181
2240
|
cancelProviderSelection() {
|
|
2182
2241
|
this.$emit("cancel");
|
|
@@ -2186,7 +2245,8 @@ const Rt = _n.exports, z = {
|
|
|
2186
2245
|
},
|
|
2187
2246
|
deselectProvider() {
|
|
2188
2247
|
this.selectedProvider = null, this.$emit("provider-selected", null), setTimeout(() => {
|
|
2189
|
-
|
|
2248
|
+
var t;
|
|
2249
|
+
(t = this.$refs["provider-list"]) == null || t.focus();
|
|
2190
2250
|
}, 300);
|
|
2191
2251
|
}
|
|
2192
2252
|
}
|
|
@@ -2196,7 +2256,7 @@ var bn = function() {
|
|
|
2196
2256
|
return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(n) {
|
|
2197
2257
|
return !n.type.indexOf("key") && e._k(n.keyCode, "esc", 27, n.key, ["Esc", "Escape"]) ? null : (n.stopPropagation(), n.preventDefault(), e.onEscapePressed.apply(null, arguments));
|
|
2198
2258
|
} } }, [e.mode === e.MODES.providerList ? r("NcProviderList", { ref: "provider-list", on: { "select-provider": e.onProviderSelected, submit: e.submitLink, cancel: e.cancelProviderSelection } }) : e.mode === e.MODES.standardLinkInput ? r("NcRawLinkInput", { ref: "url-input", attrs: { provider: e.selectedProvider }, on: { submit: e.submitLink, cancel: e.cancelRawLinkInput } }) : e.mode === e.MODES.searchInput ? r("NcSearch", { ref: "url-input", attrs: { provider: e.selectedProvider }, on: { cancel: e.cancelSearch, submit: e.submitLink } }) : e.mode === e.MODES.customElement ? r("div", { staticClass: "custom-element-wrapper" }, [r("NcCustomPickerElement", { attrs: { provider: e.selectedProvider }, on: { submit: e.submitLink, cancel: e.cancelCustomElement } })], 1) : e._e()], 1);
|
|
2199
|
-
}, Cn = [],
|
|
2259
|
+
}, Cn = [], Rn = /* @__PURE__ */ L.normalizeComponent(
|
|
2200
2260
|
wn,
|
|
2201
2261
|
bn,
|
|
2202
2262
|
Cn,
|
|
@@ -2206,16 +2266,16 @@ var bn = function() {
|
|
|
2206
2266
|
null,
|
|
2207
2267
|
null
|
|
2208
2268
|
);
|
|
2209
|
-
const
|
|
2269
|
+
const St = Rn.exports;
|
|
2210
2270
|
y.register(y.t11, y.t16);
|
|
2211
|
-
const
|
|
2271
|
+
const Pn = {
|
|
2212
2272
|
name: "NcReferencePickerModal",
|
|
2213
2273
|
components: {
|
|
2214
|
-
NcReferencePicker:
|
|
2215
|
-
NcModal:
|
|
2216
|
-
NcButton:
|
|
2217
|
-
ArrowLeftIcon:
|
|
2218
|
-
CloseIcon:
|
|
2274
|
+
NcReferencePicker: St,
|
|
2275
|
+
NcModal: It,
|
|
2276
|
+
NcButton: Ze,
|
|
2277
|
+
ArrowLeftIcon: At.ArrowLeft,
|
|
2278
|
+
CloseIcon: qt.Close
|
|
2219
2279
|
},
|
|
2220
2280
|
props: {
|
|
2221
2281
|
/**
|
|
@@ -2262,10 +2322,11 @@ const Rn = {
|
|
|
2262
2322
|
return this.initialProvider === null && this.isProviderSelected;
|
|
2263
2323
|
},
|
|
2264
2324
|
modalSize() {
|
|
2265
|
-
|
|
2325
|
+
var t;
|
|
2326
|
+
return this.isProviderSelected && k.isCustomPickerElementRegistered(this.selectedProvider.id) ? (t = k.getCustomPickerElementSize(this.selectedProvider.id)) != null ? t : "large" : "normal";
|
|
2266
2327
|
},
|
|
2267
2328
|
showModalName() {
|
|
2268
|
-
return !this.isProviderSelected || !
|
|
2329
|
+
return !this.isProviderSelected || !k.isCustomPickerElementRegistered(this.selectedProvider.id);
|
|
2269
2330
|
},
|
|
2270
2331
|
modalName() {
|
|
2271
2332
|
return this.isProviderSelected ? this.selectedProvider.title : y.t("Smart Picker");
|
|
@@ -2274,7 +2335,7 @@ const Rn = {
|
|
|
2274
2335
|
mounted() {
|
|
2275
2336
|
if (this.isInsideViewer) {
|
|
2276
2337
|
const t = this.$refs.modal_content;
|
|
2277
|
-
|
|
2338
|
+
Vt.emit("viewer:trapElements:changed", t);
|
|
2278
2339
|
}
|
|
2279
2340
|
},
|
|
2280
2341
|
methods: {
|
|
@@ -2299,22 +2360,23 @@ var En = function() {
|
|
|
2299
2360
|
}, proxy: !0 }], null, !1, 3001860362) }) : e._e(), r("NcButton", { staticClass: "close-button", attrs: { "aria-label": e.closeButtonLabel, title: e.closeButtonTitle, type: "tertiary" }, on: { click: e.onCancel }, scopedSlots: e._u([{ key: "icon", fn: function() {
|
|
2300
2361
|
return [r("CloseIcon")];
|
|
2301
2362
|
}, proxy: !0 }], null, !1, 2491825086) }), e.showModalName ? r("h2", [e._v(" " + e._s(e.modalName) + " ")]) : e._e(), r("NcReferencePicker", { ref: "referencePicker", attrs: { "initial-provider": e.initialProvider, "focus-on-create": e.focusOnCreate }, on: { "provider-selected": e.onProviderSelect, submit: e.onSubmit, cancel: e.onCancel } })], 1)]) : e._e();
|
|
2302
|
-
},
|
|
2303
|
-
|
|
2363
|
+
}, kn = [], Sn = /* @__PURE__ */ L.normalizeComponent(
|
|
2364
|
+
Pn,
|
|
2304
2365
|
En,
|
|
2305
|
-
|
|
2366
|
+
kn,
|
|
2306
2367
|
!1,
|
|
2307
2368
|
null,
|
|
2308
2369
|
"ab09ebaa",
|
|
2309
2370
|
null,
|
|
2310
2371
|
null
|
|
2311
2372
|
);
|
|
2312
|
-
const
|
|
2373
|
+
const xt = Sn.exports;
|
|
2313
2374
|
async function xn(t = null, e = void 0) {
|
|
2314
2375
|
return await new Promise((r, n) => {
|
|
2376
|
+
var u;
|
|
2315
2377
|
const i = "referencePickerModal", s = document.createElement("div");
|
|
2316
2378
|
s.id = i, document.body.append(s);
|
|
2317
|
-
const o = t === null ? null :
|
|
2379
|
+
const o = t === null ? null : (u = Ct(t)) != null ? u : null, a = jt.default.extend(xt), c = new a({
|
|
2318
2380
|
propsData: {
|
|
2319
2381
|
initialProvider: o,
|
|
2320
2382
|
isInsideViewer: e
|
|
@@ -2322,19 +2384,19 @@ async function xn(t = null, e = void 0) {
|
|
|
2322
2384
|
}).$mount(s);
|
|
2323
2385
|
c.$on("cancel", () => {
|
|
2324
2386
|
c.$destroy(), n(new Error("User cancellation"));
|
|
2325
|
-
}), c.$on("submit", (
|
|
2326
|
-
c.$destroy(), r(
|
|
2387
|
+
}), c.$on("submit", (d) => {
|
|
2388
|
+
c.$destroy(), r(d);
|
|
2327
2389
|
});
|
|
2328
2390
|
});
|
|
2329
2391
|
}
|
|
2330
2392
|
exports.Link = be;
|
|
2331
|
-
exports.NcReferencePicker =
|
|
2332
|
-
exports.NcReferencePickerModal =
|
|
2333
|
-
exports.NcReferenceWidget =
|
|
2334
|
-
exports.NcSearch =
|
|
2335
|
-
exports.anyLinkProviderId =
|
|
2393
|
+
exports.NcReferencePicker = St;
|
|
2394
|
+
exports.NcReferencePickerModal = xt;
|
|
2395
|
+
exports.NcReferenceWidget = wt;
|
|
2396
|
+
exports.NcSearch = kt;
|
|
2397
|
+
exports.anyLinkProviderId = Pe;
|
|
2336
2398
|
exports.getLinkWithPicker = xn;
|
|
2337
|
-
exports.getProvider =
|
|
2399
|
+
exports.getProvider = Ct;
|
|
2338
2400
|
exports.getProviders = Ee;
|
|
2339
|
-
exports.searchProvider =
|
|
2340
|
-
exports.sortProviders =
|
|
2401
|
+
exports.searchProvider = Pt;
|
|
2402
|
+
exports.sortProviders = Rt;
|