@nextcloud/vue 8.4.0 → 8.5.1
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 +70 -0
- package/dist/Components/NcActionButton.cjs +85 -23
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +88 -24
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.cjs +3 -45
- package/dist/Components/NcActionButtonGroup.cjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.mjs +2 -48
- package/dist/Components/NcActionButtonGroup.mjs.map +1 -1
- package/dist/Components/NcActionCaption.cjs +8 -9
- package/dist/Components/NcActionCaption.cjs.map +1 -1
- package/dist/Components/NcActionCaption.mjs +8 -8
- package/dist/Components/NcActionCheckbox.cjs +4 -5
- package/dist/Components/NcActionCheckbox.cjs.map +1 -1
- package/dist/Components/NcActionCheckbox.mjs +13 -13
- package/dist/Components/NcActionInput.cjs +3 -234
- package/dist/Components/NcActionInput.cjs.map +1 -1
- package/dist/Components/NcActionInput.mjs +2 -242
- package/dist/Components/NcActionInput.mjs.map +1 -1
- package/dist/Components/NcActionLink.cjs +2 -3
- package/dist/Components/NcActionLink.cjs.map +1 -1
- package/dist/Components/NcActionLink.mjs +3 -3
- package/dist/Components/NcActionRadio.cjs +12 -13
- package/dist/Components/NcActionRadio.cjs.map +1 -1
- package/dist/Components/NcActionRadio.mjs +11 -11
- package/dist/Components/NcActionRouter.cjs +5 -6
- package/dist/Components/NcActionRouter.cjs.map +1 -1
- package/dist/Components/NcActionRouter.mjs +6 -6
- package/dist/Components/NcActionSeparator.cjs +6 -7
- package/dist/Components/NcActionSeparator.cjs.map +1 -1
- package/dist/Components/NcActionSeparator.mjs +9 -9
- package/dist/Components/NcActionText.cjs +7 -8
- package/dist/Components/NcActionText.cjs.map +1 -1
- package/dist/Components/NcActionText.mjs +10 -10
- package/dist/Components/NcActionTextEditable.cjs +4 -5
- package/dist/Components/NcActionTextEditable.cjs.map +1 -1
- package/dist/Components/NcActionTextEditable.mjs +5 -5
- package/dist/Components/NcActions.cjs +3 -483
- package/dist/Components/NcActions.cjs.map +1 -1
- package/dist/Components/NcActions.mjs +2 -489
- package/dist/Components/NcActions.mjs.map +1 -1
- package/dist/Components/NcAppContent.cjs +3 -222
- package/dist/Components/NcAppContent.cjs.map +1 -1
- package/dist/Components/NcAppContent.mjs +2 -230
- package/dist/Components/NcAppContent.mjs.map +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 +3 -101
- package/dist/Components/NcAppNavigation.cjs.map +1 -1
- package/dist/Components/NcAppNavigation.mjs +2 -106
- package/dist/Components/NcAppNavigation.mjs.map +1 -1
- package/dist/Components/NcAppNavigationCaption.cjs +3 -44
- package/dist/Components/NcAppNavigationCaption.cjs.map +1 -1
- package/dist/Components/NcAppNavigationCaption.mjs +2 -45
- package/dist/Components/NcAppNavigationCaption.mjs.map +1 -1
- package/dist/Components/NcAppNavigationIconBullet.cjs +5 -6
- package/dist/Components/NcAppNavigationIconBullet.cjs.map +1 -1
- package/dist/Components/NcAppNavigationIconBullet.mjs +8 -8
- package/dist/Components/NcAppNavigationItem.cjs +3 -498
- package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +2 -508
- package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.cjs +14 -15
- package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.mjs +6 -6
- package/dist/Components/NcAppNavigationNewItem.cjs +3 -87
- package/dist/Components/NcAppNavigationNewItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.mjs +2 -89
- package/dist/Components/NcAppNavigationNewItem.mjs.map +1 -1
- package/dist/Components/NcAppNavigationSettings.cjs +3 -102
- package/dist/Components/NcAppNavigationSettings.cjs.map +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +2 -103
- package/dist/Components/NcAppNavigationSettings.mjs.map +1 -1
- package/dist/Components/NcAppNavigationSpacer.cjs +10 -11
- package/dist/Components/NcAppNavigationSpacer.cjs.map +1 -1
- package/dist/Components/NcAppNavigationSpacer.mjs +10 -10
- package/dist/Components/NcAppNavigationToggle.cjs +1 -1
- package/dist/Components/NcAppNavigationToggle.mjs +1 -1
- package/dist/Components/NcAppSettingsDialog.cjs +3 -182
- package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +2 -188
- package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.cjs +7 -11
- package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.mjs +7 -10
- package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +3 -552
- package/dist/Components/NcAppSidebar.cjs.map +1 -1
- package/dist/Components/NcAppSidebar.mjs +2 -567
- package/dist/Components/NcAppSidebar.mjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.cjs +5 -7
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +3 -4
- package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
- package/dist/Components/NcAvatar.cjs +2 -2
- package/dist/Components/NcAvatar.mjs +1 -1
- package/dist/Components/NcBreadcrumb.cjs +3 -176
- package/dist/Components/NcBreadcrumb.cjs.map +1 -1
- package/dist/Components/NcBreadcrumb.mjs +2 -179
- package/dist/Components/NcBreadcrumb.mjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.cjs +3 -411
- package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +2 -420
- package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
- package/dist/Components/NcButton.cjs +42 -30
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +43 -30
- package/dist/Components/NcButton.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +3 -600
- package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +2 -604
- package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
- package/dist/Components/NcColorPicker.cjs +3 -158
- package/dist/Components/NcColorPicker.cjs.map +1 -1
- package/dist/Components/NcColorPicker.mjs +2 -167
- package/dist/Components/NcColorPicker.mjs.map +1 -1
- package/dist/Components/NcContent.cjs +3 -25
- package/dist/Components/NcContent.cjs.map +1 -1
- package/dist/Components/NcContent.mjs +2 -25
- package/dist/Components/NcContent.mjs.map +1 -1
- package/dist/Components/NcCounterBubble.cjs +4 -5
- package/dist/Components/NcCounterBubble.cjs.map +1 -1
- package/dist/Components/NcCounterBubble.mjs +4 -4
- package/dist/Components/NcDashboardWidget.cjs +3 -134
- package/dist/Components/NcDashboardWidget.cjs.map +1 -1
- package/dist/Components/NcDashboardWidget.mjs +2 -139
- package/dist/Components/NcDashboardWidget.mjs.map +1 -1
- package/dist/Components/NcDashboardWidgetItem.cjs +3 -138
- package/dist/Components/NcDashboardWidgetItem.cjs.map +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +2 -141
- package/dist/Components/NcDashboardWidgetItem.mjs.map +1 -1
- package/dist/Components/NcDateTime.cjs +2 -129
- package/dist/Components/NcDateTime.cjs.map +1 -1
- package/dist/Components/NcDateTime.mjs +2 -131
- package/dist/Components/NcDateTime.mjs.map +1 -1
- package/dist/Components/NcDateTimePicker.cjs +68 -50
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +72 -53
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +8 -9
- package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +7 -7
- package/dist/Components/NcDialog.cjs +3 -172
- package/dist/Components/NcDialog.cjs.map +1 -1
- package/dist/Components/NcDialog.mjs +2 -177
- package/dist/Components/NcDialog.mjs.map +1 -1
- package/dist/Components/NcDialogButton.cjs +2 -68
- package/dist/Components/NcDialogButton.cjs.map +1 -1
- package/dist/Components/NcDialogButton.mjs +2 -72
- package/dist/Components/NcDialogButton.mjs.map +1 -1
- package/dist/Components/NcEllipsisedOption.cjs +4 -5
- package/dist/Components/NcEllipsisedOption.cjs.map +1 -1
- package/dist/Components/NcEllipsisedOption.mjs +14 -14
- package/dist/Components/NcEmojiPicker.cjs +3 -176
- package/dist/Components/NcEmojiPicker.cjs.map +1 -1
- package/dist/Components/NcEmojiPicker.mjs +2 -181
- package/dist/Components/NcEmojiPicker.mjs.map +1 -1
- package/dist/Components/NcEmptyContent.cjs +14 -16
- package/dist/Components/NcEmptyContent.cjs.map +1 -1
- package/dist/Components/NcEmptyContent.mjs +8 -9
- package/dist/Components/NcEmptyContent.mjs.map +1 -1
- package/dist/Components/NcGuestContent.cjs +8 -9
- package/dist/Components/NcGuestContent.cjs.map +1 -1
- package/dist/Components/NcGuestContent.mjs +7 -7
- package/dist/Components/NcHeaderMenu.cjs +3 -169
- package/dist/Components/NcHeaderMenu.cjs.map +1 -1
- package/dist/Components/NcHeaderMenu.mjs +2 -172
- package/dist/Components/NcHeaderMenu.mjs.map +1 -1
- package/dist/Components/NcHighlight.cjs +1 -1
- package/dist/Components/NcHighlight.mjs +1 -1
- package/dist/Components/NcIconSvgWrapper.cjs +3 -59
- package/dist/Components/NcIconSvgWrapper.cjs.map +1 -1
- package/dist/Components/NcIconSvgWrapper.mjs +2 -61
- package/dist/Components/NcIconSvgWrapper.mjs.map +1 -1
- package/dist/Components/NcInputField.cjs +10 -10
- package/dist/Components/NcInputField.cjs.map +1 -1
- package/dist/Components/NcInputField.mjs +10 -9
- package/dist/Components/NcInputField.mjs.map +1 -1
- package/dist/Components/NcListItem.cjs +3 -242
- package/dist/Components/NcListItem.cjs.map +1 -1
- package/dist/Components/NcListItem.mjs +2 -246
- package/dist/Components/NcListItem.mjs.map +1 -1
- package/dist/Components/NcListItemIcon.cjs +3 -160
- package/dist/Components/NcListItemIcon.cjs.map +1 -1
- package/dist/Components/NcListItemIcon.mjs +2 -162
- package/dist/Components/NcListItemIcon.mjs.map +1 -1
- package/dist/Components/NcLoadingIcon.cjs +9 -10
- package/dist/Components/NcLoadingIcon.cjs.map +1 -1
- package/dist/Components/NcLoadingIcon.mjs +10 -10
- package/dist/Components/NcModal.cjs +31 -23
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +36 -28
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +8 -9
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +8 -9
- package/dist/Components/NcNoteCard.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +2 -228
- package/dist/Components/NcPasswordField.cjs.map +1 -1
- package/dist/Components/NcPasswordField.mjs +2 -236
- package/dist/Components/NcPasswordField.mjs.map +1 -1
- package/dist/Components/NcPopover.cjs +3 -125
- package/dist/Components/NcPopover.cjs.map +1 -1
- package/dist/Components/NcPopover.mjs +2 -128
- package/dist/Components/NcPopover.mjs.map +1 -1
- package/dist/Components/NcProgressBar.cjs +3 -57
- package/dist/Components/NcProgressBar.cjs.map +1 -1
- package/dist/Components/NcProgressBar.mjs +2 -57
- package/dist/Components/NcProgressBar.mjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +3 -203
- package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +2 -207
- package/dist/Components/NcRelatedResourcesPanel.mjs.map +1 -1
- package/dist/Components/NcRichContenteditable.cjs +5 -512
- package/dist/Components/NcRichContenteditable.cjs.map +1 -1
- package/dist/Components/NcRichContenteditable.mjs +5 -523
- package/dist/Components/NcRichContenteditable.mjs.map +1 -1
- package/dist/Components/NcRichText.cjs +1 -1
- package/dist/Components/NcRichText.mjs +3 -3
- package/dist/Components/NcSavingIndicatorIcon.cjs +2 -58
- package/dist/Components/NcSavingIndicatorIcon.cjs.map +1 -1
- package/dist/Components/NcSavingIndicatorIcon.mjs +2 -60
- package/dist/Components/NcSavingIndicatorIcon.mjs.map +1 -1
- package/dist/Components/NcSelect.cjs +3 -435
- package/dist/Components/NcSelect.cjs.map +1 -1
- package/dist/Components/NcSelect.mjs +2 -444
- package/dist/Components/NcSelect.mjs.map +1 -1
- package/dist/Components/NcSelectTags.cjs +2 -260
- package/dist/Components/NcSelectTags.cjs.map +1 -1
- package/dist/Components/NcSelectTags.mjs +2 -265
- package/dist/Components/NcSelectTags.mjs.map +1 -1
- package/dist/Components/NcSettingsInputText.cjs +3 -91
- package/dist/Components/NcSettingsInputText.cjs.map +1 -1
- package/dist/Components/NcSettingsInputText.mjs +2 -93
- package/dist/Components/NcSettingsInputText.mjs.map +1 -1
- package/dist/Components/NcSettingsSection.cjs +3 -96
- package/dist/Components/NcSettingsSection.cjs.map +1 -1
- package/dist/Components/NcSettingsSection.mjs +2 -97
- package/dist/Components/NcSettingsSection.mjs.map +1 -1
- package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
- package/dist/Components/NcTextArea.cjs +7 -8
- package/dist/Components/NcTextArea.cjs.map +1 -1
- package/dist/Components/NcTextArea.mjs +9 -9
- package/dist/Components/NcTextArea.mjs.map +1 -1
- package/dist/Components/NcTextField.cjs +2 -139
- package/dist/Components/NcTextField.cjs.map +1 -1
- package/dist/Components/NcTextField.mjs +2 -144
- package/dist/Components/NcTextField.mjs.map +1 -1
- package/dist/Components/NcTimezonePicker.cjs +2 -7198
- package/dist/Components/NcTimezonePicker.cjs.map +1 -1
- package/dist/Components/NcTimezonePicker.mjs +2 -7203
- package/dist/Components/NcTimezonePicker.mjs.map +1 -1
- package/dist/Components/NcUserBubble.cjs +3 -193
- package/dist/Components/NcUserBubble.cjs.map +1 -1
- package/dist/Components/NcUserBubble.mjs +2 -197
- package/dist/Components/NcUserBubble.mjs.map +1 -1
- package/dist/Components/NcUserStatusIcon.cjs +3 -0
- package/dist/Components/NcUserStatusIcon.cjs.map +1 -0
- package/dist/Components/NcUserStatusIcon.mjs +4 -0
- package/dist/Components/NcUserStatusIcon.mjs.map +1 -0
- package/dist/Components/NcVNodes.cjs +10 -11
- package/dist/Components/NcVNodes.cjs.map +1 -1
- package/dist/Components/NcVNodes.mjs +11 -12
- package/dist/Components/NcVNodes.mjs.map +1 -1
- package/dist/Directives/Linkify.cjs +4 -5
- package/dist/Directives/Linkify.cjs.map +1 -1
- package/dist/Directives/Linkify.mjs +5 -6
- package/dist/Directives/Linkify.mjs.map +1 -1
- package/dist/Directives/Tooltip.cjs +1 -1
- package/dist/Directives/Tooltip.mjs +3 -3
- package/dist/Functions/usernameToColor.cjs +2 -38
- package/dist/Functions/usernameToColor.cjs.map +1 -1
- package/dist/Functions/usernameToColor.mjs +2 -39
- package/dist/Functions/usernameToColor.mjs.map +1 -1
- package/dist/Mixins/richEditor.cjs +2 -2
- package/dist/Mixins/richEditor.mjs +2 -2
- package/dist/assets/{index-7868494b.css → NcActionButton-YVkNHN_x.css} +17 -16
- package/dist/assets/{index-5fa0ac5a.css → NcActionButtonGroup-oXobVIqQ.css} +14 -0
- package/dist/assets/{index-e0e6bab6.css → NcActionCheckbox-6Pvlr1E7.css} +1 -1
- package/dist/assets/{index-9020d9ca.css → NcActionInput-4zSvDkWm.css} +67 -67
- package/dist/assets/{index-4ba699a1.css → NcActionLink-zdzQgwtH.css} +1 -1
- package/dist/assets/{index-542cf50a.css → NcActionRadio-eOr9Sp-D.css} +1 -1
- package/dist/assets/{index-7fac55ed.css → NcActionRouter-MFTD6tYI.css} +1 -1
- package/dist/assets/{index-00012a4c.css → NcActionText-GJYwsw_U.css} +1 -1
- package/dist/assets/{index-93ad846c.css → NcActionTextEditable-JrYuWEDd.css} +1 -1
- package/dist/assets/{index-b0bba2fc.css → NcActions-vgT9ak04.css} +16 -11
- package/dist/assets/{index-4596132f.css → NcAppContent-SZz3PTd8.css} +0 -1
- package/dist/assets/{index-5784183b.css → NcAppNavigation-vjqOL-kR.css} +8 -8
- package/dist/assets/{index-fe84a063.css → NcAppNavigationCaption-l5yRGXZx.css} +6 -5
- package/dist/assets/{index-d8bc189c.css → NcAppNavigationItem-n-wauJE7.css} +5 -0
- package/dist/assets/{index-1a317434.css → NcAppNavigationNewItem-MQBvffq9.css} +5 -0
- package/dist/assets/{index-a9999048.css → NcAppSettingsDialog-0eOo3ERv.css} +16 -17
- package/dist/assets/{index-3b654875.css → NcAvatar-5H9cqcD1.css} +27 -27
- package/dist/assets/{index-c20f9f7e.css → NcBreadcrumb-M3hqCbqS.css} +26 -33
- package/dist/assets/{index-f5162bbd.css → NcBreadcrumbs-KBV0Jccv.css} +7 -8
- package/dist/assets/{index-f091e784.css → NcButton-4Wj3KJn8.css} +43 -43
- package/dist/assets/{index-7f77b8ae.css → NcCheckboxRadioSwitch-mgKotCbU.css} +52 -47
- package/dist/assets/{index-13720a46.css → NcColorPicker-CNX9fj56.css} +24 -24
- package/dist/assets/{index-a9e4fe04.css → NcContent-LWR23l9i.css} +42 -4
- package/dist/assets/{index-a7fc7815.css → NcDateTimePicker-amYL2HzW.css} +20 -20
- package/dist/assets/{index-86454928.css → NcDialog-DN-rY-55.css} +30 -19
- package/dist/assets/{index-2a8e4ca1.css → NcEmojiPicker-lBXbC6Jd.css} +36 -26
- package/dist/assets/{index-aacb7cf8.css → NcHeaderMenu-06vdn4tC.css} +17 -24
- package/dist/assets/NcIconSvgWrapper-arqrq5Bj.css +44 -0
- package/dist/assets/{index-2a1ec06b.css → NcInputField-L2Lld_iG.css} +41 -40
- package/dist/assets/{index-a3c23731.css → NcModal-UZh031V1.css} +64 -64
- package/dist/assets/{index-61b63a8f.css → NcProgressBar-w4-G5gQR.css} +19 -9
- package/dist/assets/{index-ab715d82.css → NcRelatedResourcesPanel-m3uf_nvH.css} +4 -4
- package/dist/assets/{index-dab51681.css → NcRichContenteditable-j9edXOEH.css} +26 -25
- package/dist/assets/{index-f9bfa317.css → NcSelect-GsLmwj9w.css} +13 -2
- package/dist/assets/{index-76a58945.css → NcSettingsSection-PEWm0eeL.css} +13 -13
- package/dist/assets/{index-97305c1f.css → NcTextArea-4rVwq6GK.css} +24 -23
- package/dist/assets/{index-c221fe05.css → NcUserBubble-jjzI5imn.css} +9 -9
- package/dist/assets/{index-57b305d3.css → NcUserStatusIcon-62u43_6P.css} +7 -10
- package/dist/assets/{referencePickerModal-3a127978.css → referencePickerModal-VxSowpb5.css} +84 -57
- package/dist/chunks/{AlertCircleOutline-7085c10f.cjs → AlertCircleOutline-VgVvRWpm.cjs} +1 -1
- package/dist/chunks/{AlertCircleOutline-7085c10f.cjs.map → AlertCircleOutline-VgVvRWpm.cjs.map} +1 -1
- package/dist/chunks/{AlertCircleOutline-b73838e0.mjs → AlertCircleOutline-lwSRucNO.mjs} +1 -1
- package/dist/chunks/{AlertCircleOutline-b73838e0.mjs.map → AlertCircleOutline-lwSRucNO.mjs.map} +1 -1
- package/dist/chunks/{ArrowLeft-2f9b9323.cjs → ArrowLeft-3KC2k3tR.cjs} +1 -1
- package/dist/chunks/{ArrowLeft-2f9b9323.cjs.map → ArrowLeft-3KC2k3tR.cjs.map} +1 -1
- package/dist/chunks/{ArrowLeft-3779ba88.mjs → ArrowLeft-buaCjhfr.mjs} +1 -1
- package/dist/chunks/{ArrowLeft-3779ba88.mjs.map → ArrowLeft-buaCjhfr.mjs.map} +1 -1
- package/dist/chunks/{ArrowRight-74a9fcb2.mjs → ArrowRight-4p6gv-9o.mjs} +1 -1
- package/dist/chunks/{ArrowRight-74a9fcb2.mjs.map → ArrowRight-4p6gv-9o.mjs.map} +1 -1
- package/dist/chunks/{ArrowRight-7315f6c1.cjs → ArrowRight-uEMed4kl.cjs} +1 -1
- package/dist/chunks/{ArrowRight-7315f6c1.cjs.map → ArrowRight-uEMed4kl.cjs.map} +1 -1
- package/dist/chunks/{Check-be8cd6af.cjs → Check-5uKO4aXx.cjs} +1 -1
- package/dist/chunks/{Check-be8cd6af.cjs.map → Check-5uKO4aXx.cjs.map} +1 -1
- package/dist/chunks/{Check-2ea0a88a.mjs → Check-FObi_cEO.mjs} +1 -1
- package/dist/chunks/{Check-2ea0a88a.mjs.map → Check-FObi_cEO.mjs.map} +1 -1
- package/dist/chunks/{ChevronDown-a72d365d.mjs → ChevronDown-TbRvziNU.mjs} +1 -1
- package/dist/chunks/{ChevronDown-a72d365d.mjs.map → ChevronDown-TbRvziNU.mjs.map} +1 -1
- package/dist/chunks/{ChevronDown-dc32e51d.cjs → ChevronDown-rdCNNu7u.cjs} +1 -1
- package/dist/chunks/{ChevronDown-dc32e51d.cjs.map → ChevronDown-rdCNNu7u.cjs.map} +1 -1
- package/dist/chunks/{ChevronRight-1a6a6cf2.mjs → ChevronRight-XOmSMmxA.mjs} +1 -1
- package/dist/chunks/{ChevronRight-1a6a6cf2.mjs.map → ChevronRight-XOmSMmxA.mjs.map} +1 -1
- package/dist/chunks/{ChevronRight-a4c1e0d3.cjs → ChevronRight-bp7fT1r7.cjs} +1 -1
- package/dist/chunks/{ChevronRight-a4c1e0d3.cjs.map → ChevronRight-bp7fT1r7.cjs.map} +1 -1
- package/dist/chunks/{Close-271f72e2.mjs → Close-5Hzp7J3v.mjs} +1 -1
- package/dist/chunks/{Close-271f72e2.mjs.map → Close-5Hzp7J3v.mjs.map} +1 -1
- package/dist/chunks/{Close-98cb6f12.cjs → Close-QFLrdRdG.cjs} +1 -1
- package/dist/chunks/{Close-98cb6f12.cjs.map → Close-QFLrdRdG.cjs.map} +1 -1
- package/dist/chunks/{DotsHorizontal-0ee7d901.mjs → DotsHorizontal-NssXDZGM.mjs} +1 -1
- package/dist/chunks/{DotsHorizontal-0ee7d901.mjs.map → DotsHorizontal-NssXDZGM.mjs.map} +1 -1
- package/dist/chunks/{DotsHorizontal-ac96129a.cjs → DotsHorizontal-dlN1WvqM.cjs} +1 -1
- package/dist/chunks/{DotsHorizontal-ac96129a.cjs.map → DotsHorizontal-dlN1WvqM.cjs.map} +1 -1
- package/dist/chunks/{GenColors-7495e6f6.cjs → GenColors-6ePwbl4k.cjs} +23 -18
- package/dist/chunks/GenColors-6ePwbl4k.cjs.map +1 -0
- package/dist/chunks/{GenColors-5c054042.mjs → GenColors-OwQiytMp.mjs} +16 -11
- package/dist/chunks/GenColors-OwQiytMp.mjs.map +1 -0
- package/dist/chunks/{GenRandomId-c214d235.cjs.map → GenRandomId-ULxaMkkr.cjs.map} +1 -1
- package/dist/chunks/{GenRandomId-cb9ccebe.mjs.map → GenRandomId-VodkdWbp.mjs.map} +1 -1
- package/dist/chunks/{Linkify-39f20c9a.mjs.map → Linkify-V7PfCeZ8.mjs.map} +1 -1
- package/dist/chunks/{Linkify-40cdd635.cjs.map → Linkify-f3s3nAe_.cjs.map} +1 -1
- package/dist/chunks/NcActionButtonGroup-qXVHIy0a.mjs +50 -0
- package/dist/chunks/NcActionButtonGroup-qXVHIy0a.mjs.map +1 -0
- package/dist/chunks/NcActionButtonGroup-wvQESxxh.cjs +45 -0
- package/dist/chunks/NcActionButtonGroup-wvQESxxh.cjs.map +1 -0
- package/dist/chunks/NcActionInput-2mvb7ZnC.cjs +234 -0
- package/dist/chunks/NcActionInput-2mvb7ZnC.cjs.map +1 -0
- package/dist/chunks/NcActionInput-Vdsm4Jt5.mjs +244 -0
- package/dist/chunks/NcActionInput-Vdsm4Jt5.mjs.map +1 -0
- package/dist/chunks/NcActions-4ml5sv6P.cjs +498 -0
- package/dist/chunks/NcActions-4ml5sv6P.cjs.map +1 -0
- package/dist/chunks/NcActions-5K-qjttC.mjs +506 -0
- package/dist/chunks/NcActions-5K-qjttC.mjs.map +1 -0
- package/dist/chunks/NcAppContent-agTfSSHS.mjs +231 -0
- package/dist/chunks/NcAppContent-agTfSSHS.mjs.map +1 -0
- package/dist/chunks/NcAppContent-kSymH_mo.cjs +221 -0
- package/dist/chunks/NcAppContent-kSymH_mo.cjs.map +1 -0
- package/dist/chunks/NcAppNavigation-biQcPFmk.mjs +122 -0
- package/dist/chunks/NcAppNavigation-biQcPFmk.mjs.map +1 -0
- package/dist/chunks/NcAppNavigation-rSC0k8c6.cjs +113 -0
- package/dist/chunks/NcAppNavigation-rSC0k8c6.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationCaption-E3tdVsYJ.mjs +47 -0
- package/dist/chunks/NcAppNavigationCaption-E3tdVsYJ.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationCaption-Mugp6fsR.cjs +43 -0
- package/dist/chunks/NcAppNavigationCaption-Mugp6fsR.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationItem-CzK_gg7C.mjs +508 -0
- package/dist/chunks/NcAppNavigationItem-CzK_gg7C.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationItem-r0MUwPP7.cjs +496 -0
- package/dist/chunks/NcAppNavigationItem-r0MUwPP7.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationNewItem-IYhRBzud.cjs +86 -0
- package/dist/chunks/NcAppNavigationNewItem-IYhRBzud.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationNewItem-X4Ac8vym.mjs +91 -0
- package/dist/chunks/NcAppNavigationNewItem-X4Ac8vym.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationSettings-0hLCj-s5.mjs +105 -0
- package/dist/chunks/NcAppNavigationSettings-0hLCj-s5.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationSettings-tvlinWey.cjs +102 -0
- package/dist/chunks/NcAppNavigationSettings-tvlinWey.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigationToggle-0bc638a8.mjs → NcAppNavigationToggle-RXyDbzmn.mjs} +16 -17
- package/dist/chunks/{NcAppNavigationToggle-0bc638a8.mjs.map → NcAppNavigationToggle-RXyDbzmn.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigationToggle-ZTz_EO18.cjs +109 -0
- package/dist/chunks/{NcAppNavigationToggle-6d192bea.cjs.map → NcAppNavigationToggle-ZTz_EO18.cjs.map} +1 -1
- package/dist/chunks/NcAppSettingsDialog-2tyARsR0.cjs +176 -0
- package/dist/chunks/NcAppSettingsDialog-2tyARsR0.cjs.map +1 -0
- package/dist/chunks/NcAppSettingsDialog-8HAKz-0l.mjs +184 -0
- package/dist/chunks/NcAppSettingsDialog-8HAKz-0l.mjs.map +1 -0
- package/dist/chunks/NcAppSidebar-PMmg9vsl.cjs +547 -0
- package/dist/chunks/NcAppSidebar-PMmg9vsl.cjs.map +1 -0
- package/dist/chunks/NcAppSidebar-qaRnOe4Y.mjs +565 -0
- package/dist/chunks/NcAppSidebar-qaRnOe4Y.mjs.map +1 -0
- package/dist/chunks/{index-309426ff.mjs → NcAvatar-5DJP61Ka.mjs} +73 -145
- package/dist/chunks/NcAvatar-5DJP61Ka.mjs.map +1 -0
- package/dist/chunks/{index-693e993c.cjs → NcAvatar-YQujzmop.cjs} +56 -128
- package/dist/chunks/NcAvatar-YQujzmop.cjs.map +1 -0
- package/dist/chunks/NcBreadcrumb-3Ez2uWmp.cjs +172 -0
- package/dist/chunks/NcBreadcrumb-3Ez2uWmp.cjs.map +1 -0
- package/dist/chunks/NcBreadcrumb-C2oZ_vji.mjs +179 -0
- package/dist/chunks/NcBreadcrumb-C2oZ_vji.mjs.map +1 -0
- package/dist/chunks/NcBreadcrumbs-H8ec0ouN.cjs +407 -0
- package/dist/chunks/NcBreadcrumbs-H8ec0ouN.cjs.map +1 -0
- package/dist/chunks/NcBreadcrumbs-tq1eD4Hk.mjs +418 -0
- package/dist/chunks/NcBreadcrumbs-tq1eD4Hk.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-BiREcGAk.mjs +607 -0
- package/dist/chunks/NcCheckboxRadioSwitch-BiREcGAk.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-xEweFZs1.cjs +603 -0
- package/dist/chunks/NcCheckboxRadioSwitch-xEweFZs1.cjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-MzKjkB0t.mjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-MzKjkB0t.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-hGgZcPUX.cjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-hGgZcPUX.cjs.map +1 -0
- package/dist/chunks/NcColorPicker-2IJNZMe-.cjs +161 -0
- package/dist/chunks/NcColorPicker-2IJNZMe-.cjs.map +1 -0
- package/dist/chunks/NcColorPicker-H0rZhQxw.mjs +172 -0
- package/dist/chunks/NcColorPicker-H0rZhQxw.mjs.map +1 -0
- package/dist/chunks/NcContent-ZgOMyq2k.cjs +123 -0
- package/dist/chunks/NcContent-ZgOMyq2k.cjs.map +1 -0
- package/dist/chunks/NcContent-lWYIO3gy.mjs +131 -0
- package/dist/chunks/NcContent-lWYIO3gy.mjs.map +1 -0
- package/dist/chunks/NcDashboardWidget-hQn58Jv6.mjs +141 -0
- package/dist/chunks/NcDashboardWidget-hQn58Jv6.mjs.map +1 -0
- package/dist/chunks/NcDashboardWidget-j44iStpo.cjs +134 -0
- package/dist/chunks/NcDashboardWidget-j44iStpo.cjs.map +1 -0
- package/dist/chunks/NcDashboardWidgetItem-Yp4ii3At.mjs +143 -0
- package/dist/chunks/NcDashboardWidgetItem-Yp4ii3At.mjs.map +1 -0
- package/dist/chunks/NcDashboardWidgetItem-f4Y_DBsU.cjs +137 -0
- package/dist/chunks/NcDashboardWidgetItem-f4Y_DBsU.cjs.map +1 -0
- package/dist/chunks/NcDateTime-1ZGz6Hwu.cjs +142 -0
- package/dist/chunks/NcDateTime-1ZGz6Hwu.cjs.map +1 -0
- package/dist/chunks/NcDateTime-sBcbqRB6.mjs +146 -0
- package/dist/chunks/NcDateTime-sBcbqRB6.mjs.map +1 -0
- package/dist/chunks/NcDialog-1Nrs9x8z.mjs +214 -0
- package/dist/chunks/NcDialog-1Nrs9x8z.mjs.map +1 -0
- package/dist/chunks/NcDialog-k6iHgTGm.cjs +206 -0
- package/dist/chunks/NcDialog-k6iHgTGm.cjs.map +1 -0
- package/dist/chunks/NcDialogButton-37xKCh_l.cjs +68 -0
- package/dist/chunks/NcDialogButton-37xKCh_l.cjs.map +1 -0
- package/dist/chunks/NcDialogButton-O4JZ53Dj.mjs +73 -0
- package/dist/chunks/NcDialogButton-O4JZ53Dj.mjs.map +1 -0
- package/dist/chunks/NcEmojiPicker--8moif3g.mjs +249 -0
- package/dist/chunks/NcEmojiPicker--8moif3g.mjs.map +1 -0
- package/dist/chunks/NcEmojiPicker-gGgrlLAJ.cjs +238 -0
- package/dist/chunks/NcEmojiPicker-gGgrlLAJ.cjs.map +1 -0
- package/dist/chunks/NcHeaderMenu-5dnFFhRA.cjs +183 -0
- package/dist/chunks/NcHeaderMenu-5dnFFhRA.cjs.map +1 -0
- package/dist/chunks/NcHeaderMenu-ePmuT5Kz.mjs +190 -0
- package/dist/chunks/NcHeaderMenu-ePmuT5Kz.mjs.map +1 -0
- package/dist/chunks/NcIconSvgWrapper-P-GkSjTH.mjs +85 -0
- package/dist/chunks/NcIconSvgWrapper-P-GkSjTH.mjs.map +1 -0
- package/dist/chunks/NcIconSvgWrapper-_lgitSfS.cjs +80 -0
- package/dist/chunks/NcIconSvgWrapper-_lgitSfS.cjs.map +1 -0
- package/dist/chunks/{NcInputConfirmCancel-a08c5cb4.mjs → NcInputConfirmCancel-HrSwS4LK.mjs} +12 -12
- package/dist/chunks/{NcInputConfirmCancel-a08c5cb4.mjs.map → NcInputConfirmCancel-HrSwS4LK.mjs.map} +1 -1
- package/dist/chunks/NcInputConfirmCancel-q4IYDSKH.cjs +91 -0
- package/dist/chunks/{NcInputConfirmCancel-b99898db.cjs.map → NcInputConfirmCancel-q4IYDSKH.cjs.map} +1 -1
- package/dist/chunks/NcListItem-_P2bxfeP.mjs +248 -0
- package/dist/chunks/NcListItem-_P2bxfeP.mjs.map +1 -0
- package/dist/chunks/NcListItem-wsOnBEF3.cjs +242 -0
- package/dist/chunks/NcListItem-wsOnBEF3.cjs.map +1 -0
- package/dist/chunks/NcListItemIcon-65Rgi-AZ.cjs +160 -0
- package/dist/chunks/NcListItemIcon-65Rgi-AZ.cjs.map +1 -0
- package/dist/chunks/NcListItemIcon-IXrbZUKU.mjs +164 -0
- package/dist/chunks/NcListItemIcon-IXrbZUKU.mjs.map +1 -0
- package/dist/chunks/NcPasswordField-XvXblBeQ.cjs +229 -0
- package/dist/chunks/NcPasswordField-XvXblBeQ.cjs.map +1 -0
- package/dist/chunks/NcPasswordField-kJ1PZotd.mjs +238 -0
- package/dist/chunks/NcPasswordField-kJ1PZotd.mjs.map +1 -0
- package/dist/chunks/NcPopover--SjyNre9.cjs +211 -0
- package/dist/chunks/NcPopover--SjyNre9.cjs.map +1 -0
- package/dist/chunks/NcPopover-yyItaFC6.mjs +218 -0
- package/dist/chunks/NcPopover-yyItaFC6.mjs.map +1 -0
- package/dist/chunks/NcProgressBar-hQCFE5H3.mjs +99 -0
- package/dist/chunks/NcProgressBar-hQCFE5H3.mjs.map +1 -0
- package/dist/chunks/NcProgressBar-yrdD1jxU.cjs +95 -0
- package/dist/chunks/NcProgressBar-yrdD1jxU.cjs.map +1 -0
- package/dist/chunks/NcRelatedResourcesPanel-1nj1tk0J.mjs +205 -0
- package/dist/chunks/NcRelatedResourcesPanel-1nj1tk0J.mjs.map +1 -0
- package/dist/chunks/NcRelatedResourcesPanel-KxXrRko3.cjs +199 -0
- package/dist/chunks/NcRelatedResourcesPanel-KxXrRko3.cjs.map +1 -0
- package/dist/chunks/NcRichContenteditable-A0FFbptl.cjs +504 -0
- package/dist/chunks/NcRichContenteditable-A0FFbptl.cjs.map +1 -0
- package/dist/chunks/NcRichContenteditable-VzFXqSYH.mjs +515 -0
- package/dist/chunks/NcRichContenteditable-VzFXqSYH.mjs.map +1 -0
- package/dist/chunks/{NcRichText-f729896c.cjs → NcRichText-N44WJqzt.cjs} +112 -71
- package/dist/chunks/NcRichText-N44WJqzt.cjs.map +1 -0
- package/dist/chunks/{NcRichText-e4bf7767.mjs → NcRichText-YSUTWw6M.mjs} +125 -81
- package/dist/chunks/NcRichText-YSUTWw6M.mjs.map +1 -0
- package/dist/chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs +62 -0
- package/dist/chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs.map +1 -0
- package/dist/chunks/NcSavingIndicatorIcon-wcQ0mBIL.cjs +59 -0
- package/dist/chunks/NcSavingIndicatorIcon-wcQ0mBIL.cjs.map +1 -0
- package/dist/chunks/NcSelect-H-xyiCqP.cjs +462 -0
- package/dist/chunks/NcSelect-H-xyiCqP.cjs.map +1 -0
- package/dist/chunks/NcSelect-roYZ16y8.mjs +474 -0
- package/dist/chunks/NcSelect-roYZ16y8.mjs.map +1 -0
- package/dist/chunks/NcSelectTags-3BfQQNLj.mjs +267 -0
- package/dist/chunks/NcSelectTags-3BfQQNLj.mjs.map +1 -0
- package/dist/chunks/NcSelectTags-iuvfaq_W.cjs +261 -0
- package/dist/chunks/NcSelectTags-iuvfaq_W.cjs.map +1 -0
- package/dist/chunks/NcSettingsInputText-JHuxEb64.cjs +91 -0
- package/dist/chunks/NcSettingsInputText-JHuxEb64.cjs.map +1 -0
- package/dist/chunks/NcSettingsInputText-RH5qyxcD.mjs +95 -0
- package/dist/chunks/NcSettingsInputText-RH5qyxcD.mjs.map +1 -0
- package/dist/chunks/NcSettingsSection-dsoWc5to.cjs +95 -0
- package/dist/chunks/NcSettingsSection-dsoWc5to.cjs.map +1 -0
- package/dist/chunks/NcSettingsSection-u3WizmVu.mjs +98 -0
- package/dist/chunks/NcSettingsSection-u3WizmVu.mjs.map +1 -0
- package/dist/chunks/{NcSettingsSelectGroup-ecc8bc5a.mjs → NcSettingsSelectGroup-l7ImtXiI.mjs} +5 -5
- package/dist/chunks/{NcSettingsSelectGroup-ecc8bc5a.mjs.map → NcSettingsSelectGroup-l7ImtXiI.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-b065ffc8.cjs → NcSettingsSelectGroup-obOOSE0Z.cjs} +9 -9
- package/dist/chunks/{NcSettingsSelectGroup-b065ffc8.cjs.map → NcSettingsSelectGroup-obOOSE0Z.cjs.map} +1 -1
- package/dist/chunks/NcTextField-5nK-T1Xg.cjs +140 -0
- package/dist/chunks/NcTextField-5nK-T1Xg.cjs.map +1 -0
- package/dist/chunks/NcTextField-JlIIeRJa.mjs +146 -0
- package/dist/chunks/NcTextField-JlIIeRJa.mjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-1NMfD5lj.cjs +7195 -0
- package/dist/chunks/NcTimezonePicker-1NMfD5lj.cjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-GDJZ0IwA.mjs +7201 -0
- package/dist/chunks/NcTimezonePicker-GDJZ0IwA.mjs.map +1 -0
- package/dist/chunks/NcUserBubble-ADV-rrgN.cjs +191 -0
- package/dist/chunks/NcUserBubble-ADV-rrgN.cjs.map +1 -0
- package/dist/chunks/NcUserBubble-HoPxl8_o.mjs +197 -0
- package/dist/chunks/NcUserBubble-HoPxl8_o.mjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon-WSxqK-Ix.cjs +166 -0
- package/dist/chunks/NcUserStatusIcon-WSxqK-Ix.cjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon-dgPMbNYQ.mjs +174 -0
- package/dist/chunks/NcUserStatusIcon-dgPMbNYQ.mjs.map +1 -0
- package/dist/chunks/{ScopeComponent-b039a43c.mjs → ScopeComponent-8lJfv9VF.mjs} +4 -4
- package/dist/chunks/{ScopeComponent-b039a43c.mjs.map → ScopeComponent-8lJfv9VF.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-06c558d3.cjs → ScopeComponent-d_TBKnQk.cjs} +4 -4
- package/dist/chunks/{ScopeComponent-06c558d3.cjs.map → ScopeComponent-d_TBKnQk.cjs.map} +1 -1
- package/dist/chunks/_l10n-RVZyA63y.cjs +64 -0
- package/dist/chunks/_l10n-RVZyA63y.cjs.map +1 -0
- package/dist/chunks/_l10n-gZppkly8.mjs +66 -0
- package/dist/chunks/_l10n-gZppkly8.mjs.map +1 -0
- package/dist/chunks/_plugin-vue2_normalizer-DCfUPqga.cjs.map +1 -0
- package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs.map +1 -0
- package/dist/chunks/{actionGlobal-9e29e11b.cjs → actionGlobal-_f-PhW84.cjs} +3 -7
- package/dist/chunks/actionGlobal-_f-PhW84.cjs.map +1 -0
- package/dist/chunks/{actionGlobal-8c1c28c9.mjs → actionGlobal-ejpd0zqm.mjs} +3 -7
- package/dist/chunks/actionGlobal-ejpd0zqm.mjs.map +1 -0
- package/dist/chunks/{actionText-123f26b0.mjs → actionText-AoAs4kqP.mjs} +6 -2
- package/dist/chunks/{actionText-e450809c.cjs.map → actionText-AoAs4kqP.mjs.map} +1 -1
- package/dist/chunks/{actionText-e450809c.cjs → actionText-pGrMQtZ3.cjs} +6 -2
- package/dist/chunks/{actionText-123f26b0.mjs.map → actionText-pGrMQtZ3.cjs.map} +1 -1
- package/dist/chunks/emoji-mJIuLpNR.cjs +58 -0
- package/dist/chunks/emoji-mJIuLpNR.cjs.map +1 -0
- package/dist/chunks/emoji-tllD0Rvt.mjs +61 -0
- package/dist/chunks/emoji-tllD0Rvt.mjs.map +1 -0
- package/dist/chunks/{focusTrap-5d0f71d4.mjs.map → focusTrap-Py2bQ9-r.mjs.map} +1 -1
- package/dist/chunks/{focusTrap-14985831.cjs.map → focusTrap-n3H52LOw.cjs.map} +1 -1
- package/dist/chunks/{index-20a9ace9.mjs → index-2phCrsSH.mjs} +1 -1
- package/dist/chunks/{index-20a9ace9.mjs.map → index-2phCrsSH.mjs.map} +1 -1
- package/dist/chunks/{index-4398f925.cjs → index-AX_b-FPF.cjs} +2 -1
- package/dist/chunks/{index-4398f925.cjs.map → index-AX_b-FPF.cjs.map} +1 -1
- package/dist/chunks/{index-e894376a.cjs → index-FO4BaGaF.cjs} +1 -1
- package/dist/chunks/{index-e894376a.cjs.map → index-FO4BaGaF.cjs.map} +1 -1
- package/dist/chunks/{index-5f2a5f57.mjs → index-KrMGGc7j.mjs} +3 -2
- package/dist/chunks/{index-5f2a5f57.mjs.map → index-KrMGGc7j.mjs.map} +1 -1
- package/dist/chunks/{logger-3612e664.mjs.map → logger-3m1eQsSo.mjs.map} +1 -1
- package/dist/chunks/{logger-4998b668.cjs.map → logger-G6OKp5ly.cjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-12fa2ad0.cjs → referencePickerModal-byTgSeys.cjs} +152 -170
- package/dist/chunks/{referencePickerModal-12fa2ad0.cjs.map → referencePickerModal-byTgSeys.cjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-12935fb3.mjs → referencePickerModal-tEVbhwha.mjs} +171 -189
- package/dist/chunks/{referencePickerModal-12935fb3.mjs.map → referencePickerModal-tEVbhwha.mjs.map} +1 -1
- package/dist/chunks/usernameToColor-LY-6e04n.mjs +41 -0
- package/dist/chunks/usernameToColor-LY-6e04n.mjs.map +1 -0
- package/dist/chunks/usernameToColor-ty7b2Xom.cjs +39 -0
- package/dist/chunks/usernameToColor-ty7b2Xom.cjs.map +1 -0
- package/dist/functions/emoji/emoji.d.ts +50 -0
- package/dist/{Functions/emoji.mjs → functions/emoji/index.d.ts} +1 -16
- package/dist/index.cjs +163 -157
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +157 -149
- package/dist/index.mjs.map +1 -1
- package/dist/utils/UserStatus.d.ts +1 -3
- package/package.json +6 -4
- package/dist/Functions/emoji.cjs +0 -36
- package/dist/Functions/emoji.cjs.map +0 -1
- package/dist/Functions/emoji.mjs.map +0 -1
- package/dist/chunks/GenColors-5c054042.mjs.map +0 -1
- package/dist/chunks/GenColors-7495e6f6.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-6d192bea.cjs +0 -110
- package/dist/chunks/NcInputConfirmCancel-b99898db.cjs +0 -91
- package/dist/chunks/NcRichText-e4bf7767.mjs.map +0 -1
- package/dist/chunks/NcRichText-f729896c.cjs.map +0 -1
- package/dist/chunks/_l10n-72c5e29e.cjs +0 -62
- package/dist/chunks/_l10n-72c5e29e.cjs.map +0 -1
- package/dist/chunks/_l10n-f5af5269.mjs +0 -64
- package/dist/chunks/_l10n-f5af5269.mjs.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-71e2aa87.mjs.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-7f9efb60.cjs.map +0 -1
- package/dist/chunks/actionGlobal-8c1c28c9.mjs.map +0 -1
- package/dist/chunks/actionGlobal-9e29e11b.cjs.map +0 -1
- package/dist/chunks/index-309426ff.mjs.map +0 -1
- package/dist/chunks/index-693e993c.cjs.map +0 -1
- /package/dist/assets/{index-418d4e87.css → NcActionCaption-afJqyJO6.css} +0 -0
- /package/dist/assets/{index-018895f7.css → NcActionSeparator-l98xWbiL.css} +0 -0
- /package/dist/assets/{index-fc61f2d8.css → NcAppNavigationIconBullet-Nf3ARMLv.css} +0 -0
- /package/dist/assets/{index-0ac09203.css → NcAppNavigationNew-joyd78FM.css} +0 -0
- /package/dist/assets/{index-f78bd735.css → NcAppNavigationSettings-Jx_6RpSn.css} +0 -0
- /package/dist/assets/{index-76dd9f11.css → NcAppNavigationSpacer-MfL8GeCN.css} +0 -0
- /package/dist/assets/{NcAppNavigationToggle-48c375e8.css → NcAppNavigationToggle-upUgYNtL.css} +0 -0
- /package/dist/assets/{index-1f25a3c0.css → NcAppSettingsSection-ahfdhix_.css} +0 -0
- /package/dist/assets/{index-2d5cf6b2.css → NcAppSidebar-iU8Zp4Qk.css} +0 -0
- /package/dist/assets/{index-77a548be.css → NcAppSidebarTab-Phau6edJ.css} +0 -0
- /package/dist/assets/{index-17673ea1.css → NcCounterBubble-rgkmqN46.css} +0 -0
- /package/dist/assets/{index-6416f636.css → NcDashboardWidget-01deRW9Z.css} +0 -0
- /package/dist/assets/{index-e7eadba7.css → NcDashboardWidgetItem-S7fELANA.css} +0 -0
- /package/dist/assets/{index-8b327013.css → NcDateTimePickerNative-2pQS5L0H.css} +0 -0
- /package/dist/assets/{index-a2b51bce.css → NcEllipsisedOption-eoI10kvc.css} +0 -0
- /package/dist/assets/{index-c239a2fc.css → NcEmptyContent-pSz7F6Oe.css} +0 -0
- /package/dist/assets/{index-8aa4712e.css → NcGuestContent-mGGTzI2_.css} +0 -0
- /package/dist/assets/{NcInputConfirmCancel-45d1d76b.css → NcInputConfirmCancel-ks8z8dIn.css} +0 -0
- /package/dist/assets/{index-f24e102f.css → NcListItem-xcW2PRrk.css} +0 -0
- /package/dist/assets/{index-6f721577.css → NcListItemIcon-PQ2s6ZqX.css} +0 -0
- /package/dist/assets/{index-b8f13a1f.css → NcLoadingIcon-hZn7TJM8.css} +0 -0
- /package/dist/assets/{NcMentionBubble-6e887c5f.css → NcMentionBubble-2OXF_uEJ.css} +0 -0
- /package/dist/assets/{index-400b48a6.css → NcNoteCard-OTfZqVvP.css} +0 -0
- /package/dist/assets/{index-4ebacc78.css → NcPopover-MK4GcuPY.css} +0 -0
- /package/dist/assets/{index-6c47e88a.css → NcSettingsInputText-MPi6a3Yy.css} +0 -0
- /package/dist/assets/{NcSettingsSelectGroup-a29e2156.css → NcSettingsSelectGroup-_Jpb8yE3.css} +0 -0
- /package/dist/assets/{index-d211cae8.css → Tooltip-wOLIuz0Q.css} +0 -0
- /package/dist/chunks/{GenRandomId-c214d235.cjs → GenRandomId-ULxaMkkr.cjs} +0 -0
- /package/dist/chunks/{GenRandomId-cb9ccebe.mjs → GenRandomId-VodkdWbp.mjs} +0 -0
- /package/dist/chunks/{Linkify-39f20c9a.mjs → Linkify-V7PfCeZ8.mjs} +0 -0
- /package/dist/chunks/{Linkify-40cdd635.cjs → Linkify-f3s3nAe_.cjs} +0 -0
- /package/dist/chunks/{_plugin-vue2_normalizer-7f9efb60.cjs → _plugin-vue2_normalizer-DCfUPqga.cjs} +0 -0
- /package/dist/chunks/{_plugin-vue2_normalizer-71e2aa87.mjs → _plugin-vue2_normalizer-u6G_3nkj.mjs} +0 -0
- /package/dist/chunks/{focusTrap-5d0f71d4.mjs → focusTrap-Py2bQ9-r.mjs} +0 -0
- /package/dist/chunks/{focusTrap-14985831.cjs → focusTrap-n3H52LOw.cjs} +0 -0
- /package/dist/chunks/{logger-3612e664.mjs → logger-3m1eQsSo.mjs} +0 -0
- /package/dist/chunks/{logger-4998b668.cjs → logger-G6OKp5ly.cjs} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
var
|
|
2
|
-
const
|
|
1
|
+
var Fe = require("../assets/referencePickerModal-VxSowpb5.css");
|
|
2
|
+
const o = require("./_plugin-vue2_normalizer-DCfUPqga.cjs"), i = require("./_l10n-RVZyA63y.cjs"), D = require("@nextcloud/axios"), y = require("@nextcloud/initial-state"), h = require("@nextcloud/router"), p = require("../Components/NcEmptyContent.cjs"), w = require("./index-FO4BaGaF.cjs"), b = require("./NcSelect-H-xyiCqP.cjs"), j = require("../Components/NcLoadingIcon.cjs"), A = require("./NcTextField-5nK-T1Xg.cjs"), F = require("./DotsHorizontal-dlN1WvqM.cjs"), H = require("../Components/NcButton.cjs"), U = require("../Components/NcModal.cjs"), Q = require("@nextcloud/event-bus"), G = require("./ArrowLeft-3KC2k3tR.cjs"), Z = require("./Close-QFLrdRdG.cjs"), J = require("vue"), S = (t) => t && t.__esModule ? t : { default: t }, f = /* @__PURE__ */ S(D), K = /* @__PURE__ */ S(J);
|
|
3
3
|
window._vue_richtext_widgets || (window._vue_richtext_widgets = {});
|
|
4
|
-
const
|
|
4
|
+
const R = (t) => !!window._vue_richtext_widgets[t], $ = (t, e, r = (s) => {
|
|
5
5
|
}) => {
|
|
6
6
|
if (window._vue_richtext_widgets[t]) {
|
|
7
7
|
console.error("Widget for id " + t + " already registered");
|
|
@@ -20,11 +20,11 @@ const x = (t) => !!window._vue_richtext_widgets[t], N = (t, e, r = (s) => {
|
|
|
20
20
|
}
|
|
21
21
|
window._vue_richtext_widgets[e].callback(t, { richObjectType: e, richObject: r, accessible: s });
|
|
22
22
|
}
|
|
23
|
-
},
|
|
23
|
+
}, X = (t, e) => {
|
|
24
24
|
t !== "open-graph" && window._vue_richtext_widgets[t] && window._vue_richtext_widgets[t].onDestroy(e);
|
|
25
25
|
};
|
|
26
|
-
window._registerWidget =
|
|
27
|
-
const
|
|
26
|
+
window._registerWidget = $;
|
|
27
|
+
const Y = {
|
|
28
28
|
name: "NcReferenceWidget",
|
|
29
29
|
props: {
|
|
30
30
|
reference: {
|
|
@@ -39,7 +39,7 @@ const ee = {
|
|
|
39
39
|
},
|
|
40
40
|
computed: {
|
|
41
41
|
hasCustomWidget() {
|
|
42
|
-
return
|
|
42
|
+
return R(this.reference.richObjectType);
|
|
43
43
|
},
|
|
44
44
|
noAccess() {
|
|
45
45
|
return this.reference && !this.reference.accessible;
|
|
@@ -66,33 +66,32 @@ const ee = {
|
|
|
66
66
|
}), this.observer.observe(this.$el);
|
|
67
67
|
},
|
|
68
68
|
beforeDestroy() {
|
|
69
|
-
this.observer.disconnect(),
|
|
69
|
+
this.observer.disconnect(), X(this.reference.richObjectType, this.$el);
|
|
70
70
|
},
|
|
71
71
|
methods: {
|
|
72
72
|
renderWidget() {
|
|
73
|
-
|
|
74
|
-
this.$refs.customWidget && (this.$refs.customWidget.innerHTML = ""), ((t = this == null ? void 0 : this.reference) == null ? void 0 : t.richObjectType) !== "open-graph" && this.$nextTick(() => {
|
|
73
|
+
this.$refs.customWidget && (this.$refs.customWidget.innerHTML = ""), this?.reference?.richObjectType !== "open-graph" && this.$nextTick(() => {
|
|
75
74
|
L(this.$refs.customWidget, this.reference);
|
|
76
75
|
});
|
|
77
76
|
}
|
|
78
77
|
}
|
|
79
78
|
};
|
|
80
|
-
var
|
|
79
|
+
var ee = function() {
|
|
81
80
|
var e = this, r = e._self._c;
|
|
82
81
|
return r("div", [e.reference && e.hasCustomWidget ? r("div", { staticClass: "widget-custom" }, [r("div", { ref: "customWidget" })]) : !e.noAccess && e.reference && e.reference.openGraphObject && !e.hasCustomWidget ? r("a", { staticClass: "widget-default", attrs: { href: e.reference.openGraphObject.link, rel: "noopener noreferrer", target: "_blank" } }, [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()]);
|
|
83
|
-
},
|
|
82
|
+
}, te = [], re = /* @__PURE__ */ o.normalizeComponent(
|
|
83
|
+
Y,
|
|
84
84
|
ee,
|
|
85
85
|
te,
|
|
86
|
-
re,
|
|
87
86
|
!1,
|
|
88
87
|
null,
|
|
89
88
|
"b1c5a80f",
|
|
90
89
|
null,
|
|
91
90
|
null
|
|
92
91
|
);
|
|
93
|
-
const
|
|
92
|
+
const N = re.exports;
|
|
94
93
|
window._vue_richtext_custom_picker_elements || (window._vue_richtext_custom_picker_elements = {});
|
|
95
|
-
class
|
|
94
|
+
class se {
|
|
96
95
|
/**
|
|
97
96
|
* @param {HTMLElement} element The HTML element
|
|
98
97
|
* @param {object} object The object
|
|
@@ -101,11 +100,10 @@ class ie {
|
|
|
101
100
|
this.element = e, this.object = r;
|
|
102
101
|
}
|
|
103
102
|
}
|
|
104
|
-
const
|
|
105
|
-
|
|
106
|
-
const e = (r = window._vue_richtext_custom_picker_elements[t]) == null ? void 0 : r.size;
|
|
103
|
+
const a = (t) => !!window._vue_richtext_custom_picker_elements[t], ie = (t) => {
|
|
104
|
+
const e = window._vue_richtext_custom_picker_elements[t]?.size;
|
|
107
105
|
return ["small", "normal", "large", "full"].includes(e) ? e : null;
|
|
108
|
-
},
|
|
106
|
+
}, x = (t, e, r = (n) => {
|
|
109
107
|
}, s = "large") => {
|
|
110
108
|
if (window._vue_richtext_custom_picker_elements[t]) {
|
|
111
109
|
console.error("Custom reference picker element for id " + t + " already registered");
|
|
@@ -117,17 +115,17 @@ const u = (t) => !!window._vue_richtext_custom_picker_elements[t], ne = (t) => {
|
|
|
117
115
|
onDestroy: r,
|
|
118
116
|
size: s
|
|
119
117
|
};
|
|
120
|
-
},
|
|
118
|
+
}, E = (t, { providerId: e, accessible: r }) => {
|
|
121
119
|
if (!window._vue_richtext_custom_picker_elements[e]) {
|
|
122
120
|
console.error("Custom reference picker element for reference provider ID " + e + " not registered");
|
|
123
121
|
return;
|
|
124
122
|
}
|
|
125
123
|
return window._vue_richtext_custom_picker_elements[e].callback(t, { providerId: e, accessible: r });
|
|
126
|
-
},
|
|
124
|
+
}, ne = (t, e, r) => {
|
|
127
125
|
window._vue_richtext_custom_picker_elements[t] && window._vue_richtext_custom_picker_elements[t].onDestroy(e, r);
|
|
128
126
|
};
|
|
129
|
-
window._registerCustomPickerElement =
|
|
130
|
-
const
|
|
127
|
+
window._registerCustomPickerElement = x;
|
|
128
|
+
const oe = {
|
|
131
129
|
name: "NcCustomPickerElement",
|
|
132
130
|
props: {
|
|
133
131
|
/**
|
|
@@ -144,7 +142,7 @@ const ce = {
|
|
|
144
142
|
],
|
|
145
143
|
data() {
|
|
146
144
|
return {
|
|
147
|
-
isRegistered:
|
|
145
|
+
isRegistered: a(this.provider.id),
|
|
148
146
|
renderResult: null
|
|
149
147
|
};
|
|
150
148
|
},
|
|
@@ -152,16 +150,15 @@ const ce = {
|
|
|
152
150
|
this.isRegistered && this.renderElement();
|
|
153
151
|
},
|
|
154
152
|
beforeDestroy() {
|
|
155
|
-
this.isRegistered &&
|
|
153
|
+
this.isRegistered && ne(this.provider.id, this.$el, this.renderResult);
|
|
156
154
|
},
|
|
157
155
|
methods: {
|
|
158
156
|
renderElement() {
|
|
159
157
|
this.$refs.domElement && (this.$refs.domElement.innerHTML = "");
|
|
160
|
-
const t =
|
|
158
|
+
const t = E(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
|
|
161
159
|
Promise.resolve(t).then((e) => {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
this.onSubmit(n.detail);
|
|
160
|
+
this.renderResult = e, this.renderResult.object?._isVue && this.renderResult.object?.$on && (this.renderResult.object.$on("submit", this.onSubmit), this.renderResult.object.$on("cancel", this.onCancel)), this.renderResult.element.addEventListener("submit", (r) => {
|
|
161
|
+
this.onSubmit(r.detail);
|
|
165
162
|
}), this.renderResult.element.addEventListener("cancel", this.onCancel);
|
|
166
163
|
});
|
|
167
164
|
},
|
|
@@ -173,58 +170,58 @@ const ce = {
|
|
|
173
170
|
}
|
|
174
171
|
}
|
|
175
172
|
};
|
|
176
|
-
var
|
|
173
|
+
var ce = function() {
|
|
177
174
|
var e = this, r = e._self._c;
|
|
178
175
|
return r("div", { ref: "domElement" });
|
|
179
|
-
},
|
|
176
|
+
}, le = [], ae = /* @__PURE__ */ o.normalizeComponent(
|
|
177
|
+
oe,
|
|
180
178
|
ce,
|
|
181
179
|
le,
|
|
182
|
-
ae,
|
|
183
180
|
!1,
|
|
184
181
|
null,
|
|
185
182
|
"cf695ff9",
|
|
186
183
|
null,
|
|
187
184
|
null
|
|
188
185
|
);
|
|
189
|
-
const
|
|
186
|
+
const ue = ae.exports;
|
|
190
187
|
i.register(i.t7);
|
|
191
|
-
const
|
|
192
|
-
id:
|
|
188
|
+
const _ = "any-link", I = {
|
|
189
|
+
id: _,
|
|
193
190
|
title: i.t("Any link"),
|
|
194
|
-
icon_url:
|
|
191
|
+
icon_url: h.imagePath("core", "filetypes/link.svg")
|
|
195
192
|
};
|
|
196
|
-
window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers =
|
|
197
|
-
window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps =
|
|
198
|
-
function
|
|
199
|
-
return t ===
|
|
193
|
+
window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = y.loadState("core", "reference-provider-list", []));
|
|
194
|
+
window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = y.loadState("core", "reference-provider-timestamps", {}));
|
|
195
|
+
function O(t) {
|
|
196
|
+
return t === _ ? I : v().find((e) => e.id === t);
|
|
200
197
|
}
|
|
201
198
|
function v() {
|
|
202
199
|
return window._vue_richtext_reference_providers.filter((t) => {
|
|
203
|
-
const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 ||
|
|
200
|
+
const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || a(t.id);
|
|
204
201
|
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;
|
|
205
202
|
});
|
|
206
203
|
}
|
|
207
|
-
function
|
|
204
|
+
function q(t) {
|
|
208
205
|
const e = window._vue_richtext_reference_provider_timestamps;
|
|
209
206
|
return t.sort((r, s) => r.order === s.order ? 0 : r.order > s.order ? 1 : -1).sort((r, s) => {
|
|
210
|
-
const n = e[r.id],
|
|
211
|
-
return n ===
|
|
207
|
+
const n = e[r.id], c = e[s.id];
|
|
208
|
+
return n === c ? 0 : c === void 0 ? -1 : n === void 0 ? 1 : n > c ? -1 : 1;
|
|
212
209
|
});
|
|
213
210
|
}
|
|
214
|
-
function
|
|
215
|
-
const r = v(), s = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), n = new RegExp(s, "i"),
|
|
216
|
-
return (t === "" ||
|
|
211
|
+
function B(t, e = null) {
|
|
212
|
+
const r = v(), s = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), n = new RegExp(s, "i"), m = q(r).filter((l) => l.title.match(n)), u = e ? m.slice(0, e) : m;
|
|
213
|
+
return (t === "" || u.length === 0) && u.push(I), u;
|
|
217
214
|
}
|
|
218
|
-
function
|
|
215
|
+
function de(t) {
|
|
219
216
|
const e = Math.floor(Date.now() / 1e3), r = {
|
|
220
217
|
timestamp: e
|
|
221
|
-
}, s =
|
|
222
|
-
|
|
218
|
+
}, s = h.generateOcsUrl("references/provider/{providerId}", { providerId: t });
|
|
219
|
+
f.default.put(s, r).then((n) => {
|
|
223
220
|
window._vue_richtext_reference_provider_timestamps[t] = e;
|
|
224
221
|
});
|
|
225
222
|
}
|
|
226
223
|
let k = 0;
|
|
227
|
-
function
|
|
224
|
+
function M(t, e) {
|
|
228
225
|
return function() {
|
|
229
226
|
const r = this, s = arguments;
|
|
230
227
|
clearTimeout(k), k = setTimeout(function() {
|
|
@@ -239,8 +236,8 @@ function g(t) {
|
|
|
239
236
|
return !1;
|
|
240
237
|
}
|
|
241
238
|
}
|
|
242
|
-
i.register(i.
|
|
243
|
-
const
|
|
239
|
+
i.register(i.t33, i.t36);
|
|
240
|
+
const he = {
|
|
244
241
|
name: "LinkVariantIcon",
|
|
245
242
|
emits: ["click"],
|
|
246
243
|
props: {
|
|
@@ -257,29 +254,28 @@ const _e = {
|
|
|
257
254
|
}
|
|
258
255
|
}
|
|
259
256
|
};
|
|
260
|
-
var
|
|
257
|
+
var me = function() {
|
|
261
258
|
var e = this, r = e._self._c;
|
|
262
259
|
return r("span", e._b({ staticClass: "material-design-icon link-variant-icon", attrs: { "aria-hidden": !e.title, "aria-label": e.title, role: "img" }, on: { click: function(s) {
|
|
263
260
|
return e.$emit("click", s);
|
|
264
261
|
} } }, "span", e.$attrs, !1), [r("svg", { staticClass: "material-design-icon__svg", attrs: { fill: e.fillColor, width: e.size, height: e.size, viewBox: "0 0 24 24" } }, [r("path", { attrs: { d: "M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" } }, [e.title ? r("title", [e._v(e._s(e.title))]) : e._e()])])]);
|
|
265
|
-
},
|
|
266
|
-
|
|
267
|
-
pe,
|
|
262
|
+
}, pe = [], fe = /* @__PURE__ */ o.normalizeComponent(
|
|
263
|
+
he,
|
|
268
264
|
me,
|
|
265
|
+
pe,
|
|
269
266
|
!1,
|
|
270
267
|
null,
|
|
271
268
|
null,
|
|
272
269
|
null,
|
|
273
270
|
null
|
|
274
271
|
);
|
|
275
|
-
const
|
|
276
|
-
const ve = {
|
|
272
|
+
const C = fe.exports, _e = {
|
|
277
273
|
name: "NcProviderList",
|
|
278
274
|
components: {
|
|
279
|
-
NcSelect:
|
|
280
|
-
NcHighlight:
|
|
275
|
+
NcSelect: b.NcSelect,
|
|
276
|
+
NcHighlight: w.NcHighlight,
|
|
281
277
|
NcEmptyContent: p,
|
|
282
|
-
LinkVariantIcon:
|
|
278
|
+
LinkVariantIcon: C
|
|
283
279
|
},
|
|
284
280
|
emits: [
|
|
285
281
|
"select-provider",
|
|
@@ -300,14 +296,13 @@ const ve = {
|
|
|
300
296
|
id: this.query,
|
|
301
297
|
title: this.query,
|
|
302
298
|
isLink: !0
|
|
303
|
-
}), t.push(...
|
|
299
|
+
}), t.push(...B(this.query)), t;
|
|
304
300
|
}
|
|
305
301
|
},
|
|
306
302
|
methods: {
|
|
307
303
|
focus() {
|
|
308
304
|
setTimeout(() => {
|
|
309
|
-
|
|
310
|
-
(r = (e = (t = this.$refs["provider-select"]) == null ? void 0 : t.$el) == null ? void 0 : e.querySelector("#provider-select-input")) == null || r.focus();
|
|
305
|
+
this.$refs["provider-select"]?.$el?.querySelector("#provider-select-input")?.focus();
|
|
311
306
|
}, 300);
|
|
312
307
|
},
|
|
313
308
|
onProviderSelected(t) {
|
|
@@ -318,7 +313,7 @@ const ve = {
|
|
|
318
313
|
}
|
|
319
314
|
}
|
|
320
315
|
};
|
|
321
|
-
var
|
|
316
|
+
var ve = function() {
|
|
322
317
|
var e = this, r = e._self._c;
|
|
323
318
|
return r("div", { staticClass: "provider-list" }, [r("NcSelect", { ref: "provider-select", staticClass: "provider-list--select", attrs: { "input-id": "provider-select-input", label: "title", placeholder: e.multiselectPlaceholder, options: e.options, "append-to-body": !1, "clear-search-on-select": !0, "clear-search-on-blur": () => !1, filterable: !1 }, on: { search: e.onSearch, input: e.onProviderSelected }, scopedSlots: e._u([{ key: "option", fn: function(s) {
|
|
324
319
|
return [s.isLink ? r("div", { staticClass: "provider" }, [r("LinkVariantIcon", { staticClass: "link-icon", attrs: { size: 20 } }), r("span", [e._v(e._s(s.title))])], 1) : r("div", { staticClass: "provider" }, [r("img", { staticClass: "provider-icon", attrs: { src: s.icon_url, alt: e.providerIconAlt } }), r("NcHighlight", { staticClass: "option-text", attrs: { search: e.query, text: s.title } })], 1)];
|
|
@@ -327,10 +322,10 @@ var ge = function() {
|
|
|
327
322
|
}, expression: "selectedProvider" } }), r("NcEmptyContent", { staticClass: "provider-list--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
|
|
328
323
|
return [r("LinkVariantIcon")];
|
|
329
324
|
}, proxy: !0 }]) })], 1);
|
|
330
|
-
},
|
|
325
|
+
}, ge = [], Ce = /* @__PURE__ */ o.normalizeComponent(
|
|
326
|
+
_e,
|
|
331
327
|
ve,
|
|
332
328
|
ge,
|
|
333
|
-
ye,
|
|
334
329
|
!1,
|
|
335
330
|
null,
|
|
336
331
|
"9d850ea5",
|
|
@@ -342,11 +337,11 @@ i.register(i.t20);
|
|
|
342
337
|
const Pe = {
|
|
343
338
|
name: "NcRawLinkInput",
|
|
344
339
|
components: {
|
|
345
|
-
LinkVariantIcon:
|
|
340
|
+
LinkVariantIcon: C,
|
|
346
341
|
NcEmptyContent: p,
|
|
347
|
-
NcLoadingIcon:
|
|
348
|
-
NcReferenceWidget:
|
|
349
|
-
NcTextField:
|
|
342
|
+
NcLoadingIcon: j,
|
|
343
|
+
NcReferenceWidget: N,
|
|
344
|
+
NcTextField: A.NcTextField
|
|
350
345
|
},
|
|
351
346
|
props: {
|
|
352
347
|
/**
|
|
@@ -376,8 +371,7 @@ const Pe = {
|
|
|
376
371
|
},
|
|
377
372
|
methods: {
|
|
378
373
|
focus() {
|
|
379
|
-
|
|
380
|
-
(t = this.$refs["url-input"].$el.getElementsByTagName("input")[0]) == null || t.focus();
|
|
374
|
+
this.$refs["url-input"].$el.getElementsByTagName("input")[0]?.focus();
|
|
381
375
|
},
|
|
382
376
|
onSubmit(t) {
|
|
383
377
|
const e = t.target.value;
|
|
@@ -387,12 +381,12 @@ const Pe = {
|
|
|
387
381
|
this.inputValue = "", this.reference = null;
|
|
388
382
|
},
|
|
389
383
|
onInput() {
|
|
390
|
-
this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid &&
|
|
384
|
+
this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && M(() => {
|
|
391
385
|
this.updateReference();
|
|
392
386
|
}, 500)();
|
|
393
387
|
},
|
|
394
388
|
updateReference() {
|
|
395
|
-
this.loading = !0, this.abortController = new AbortController(),
|
|
389
|
+
this.loading = !0, this.abortController = new AbortController(), f.default.get(h.generateOcsUrl("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
|
|
396
390
|
signal: this.abortController.signal
|
|
397
391
|
}).then((t) => {
|
|
398
392
|
this.reference = t.data.ocs.data.references[this.inputValue];
|
|
@@ -404,7 +398,7 @@ const Pe = {
|
|
|
404
398
|
}
|
|
405
399
|
}
|
|
406
400
|
};
|
|
407
|
-
var
|
|
401
|
+
var ye = function() {
|
|
408
402
|
var e = this, r = e._self._c;
|
|
409
403
|
return r("div", { staticClass: "raw-link" }, [r("div", { staticClass: "input-wrapper" }, [r("NcTextField", { ref: "url-input", attrs: { value: e.inputValue, "show-trailing-button": e.inputValue !== "", label: e.inputPlaceholder }, on: { "update:value": [function(s) {
|
|
410
404
|
e.inputValue = s;
|
|
@@ -413,21 +407,20 @@ var we = function() {
|
|
|
413
407
|
} } }, [e.loading ? r("NcLoadingIcon", { attrs: { size: 16 } }) : r("LinkVariantIcon", { attrs: { size: 16 } })], 1)], 1), e.reference !== null ? r("NcReferenceWidget", { staticClass: "reference-widget", attrs: { reference: e.reference } }) : r("NcEmptyContent", { staticClass: "raw-link--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
|
|
414
408
|
return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { src: e.provider.icon_url } }) : r("LinkVariantIcon")];
|
|
415
409
|
}, proxy: !0 }]) })], 1);
|
|
416
|
-
},
|
|
410
|
+
}, we = [], be = /* @__PURE__ */ o.normalizeComponent(
|
|
417
411
|
Pe,
|
|
412
|
+
ye,
|
|
418
413
|
we,
|
|
419
|
-
be,
|
|
420
414
|
!1,
|
|
421
415
|
null,
|
|
422
416
|
"d0ba247a",
|
|
423
417
|
null,
|
|
424
418
|
null
|
|
425
419
|
);
|
|
426
|
-
const
|
|
427
|
-
const xe = {
|
|
420
|
+
const Se = be.exports, Re = {
|
|
428
421
|
name: "NcSearchResult",
|
|
429
422
|
components: {
|
|
430
|
-
NcHighlight:
|
|
423
|
+
NcHighlight: w.NcHighlight
|
|
431
424
|
},
|
|
432
425
|
props: {
|
|
433
426
|
/**
|
|
@@ -447,12 +440,12 @@ const xe = {
|
|
|
447
440
|
}
|
|
448
441
|
}
|
|
449
442
|
};
|
|
450
|
-
var
|
|
443
|
+
var $e = function() {
|
|
451
444
|
var e = this, r = e._self._c;
|
|
452
445
|
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)])]);
|
|
453
|
-
}, Le = [],
|
|
454
|
-
|
|
455
|
-
|
|
446
|
+
}, Le = [], Ne = /* @__PURE__ */ o.normalizeComponent(
|
|
447
|
+
Re,
|
|
448
|
+
$e,
|
|
456
449
|
Le,
|
|
457
450
|
!1,
|
|
458
451
|
null,
|
|
@@ -460,16 +453,16 @@ var Ne = function() {
|
|
|
460
453
|
null,
|
|
461
454
|
null
|
|
462
455
|
);
|
|
463
|
-
const
|
|
464
|
-
i.register(i.
|
|
465
|
-
const P = 5,
|
|
456
|
+
const xe = Ne.exports;
|
|
457
|
+
i.register(i.t26, i.t33, i.t34);
|
|
458
|
+
const P = 5, Ee = {
|
|
466
459
|
name: "NcSearch",
|
|
467
460
|
components: {
|
|
468
|
-
LinkVariantIcon:
|
|
469
|
-
DotsHorizontalIcon:
|
|
461
|
+
LinkVariantIcon: C,
|
|
462
|
+
DotsHorizontalIcon: F.DotsHorizontal,
|
|
470
463
|
NcEmptyContent: p,
|
|
471
|
-
NcSelect:
|
|
472
|
-
NcSearchResult:
|
|
464
|
+
NcSelect: b.NcSelect,
|
|
465
|
+
NcSearchResult: xe
|
|
473
466
|
},
|
|
474
467
|
props: {
|
|
475
468
|
/**
|
|
@@ -566,15 +559,14 @@ const P = 5, Ie = {
|
|
|
566
559
|
},
|
|
567
560
|
focus() {
|
|
568
561
|
setTimeout(() => {
|
|
569
|
-
|
|
570
|
-
(r = (e = (t = this.$refs["search-select"]) == null ? void 0 : t.$el) == null ? void 0 : e.querySelector("#search-select-input")) == null || r.focus();
|
|
562
|
+
this.$refs["search-select"]?.$el?.querySelector("#search-select-input")?.focus();
|
|
571
563
|
}, 300);
|
|
572
564
|
},
|
|
573
565
|
cancelSearchRequests() {
|
|
574
566
|
this.abortController && this.abortController.abort();
|
|
575
567
|
},
|
|
576
568
|
onSearchInput(t, e) {
|
|
577
|
-
this.searchQuery = t,
|
|
569
|
+
this.searchQuery = t, M(() => {
|
|
578
570
|
this.updateSearch();
|
|
579
571
|
}, 500)();
|
|
580
572
|
},
|
|
@@ -594,16 +586,15 @@ const P = 5, Ie = {
|
|
|
594
586
|
return this.searchProviders();
|
|
595
587
|
},
|
|
596
588
|
searchProviders(t = null) {
|
|
597
|
-
var r, s;
|
|
598
589
|
this.abortController = new AbortController(), this.searching = !0;
|
|
599
|
-
const e = t === null ? [...this.searchProviderIds].map((
|
|
600
|
-
return Promise.allSettled(e).then((
|
|
601
|
-
!!
|
|
590
|
+
const e = t === null ? [...this.searchProviderIds].map((r) => this.searchOneProvider(r)) : [this.searchOneProvider(t, this.resultsBySearchProvider[t]?.cursor ?? null)];
|
|
591
|
+
return Promise.allSettled(e).then((r) => {
|
|
592
|
+
!!r.find((n) => n.status === "rejected" && (n.reason.name === "CanceledError" || n.reason.code === "ERR_CANCELED")) || (this.searching = !1, this.searchingMoreOf = null);
|
|
602
593
|
});
|
|
603
594
|
},
|
|
604
595
|
searchOneProvider(t, e = null) {
|
|
605
|
-
const r = e === null ?
|
|
606
|
-
return
|
|
596
|
+
const r = e === null ? h.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: P }) : h.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: P, cursor: e });
|
|
597
|
+
return f.default.get(r, {
|
|
607
598
|
signal: this.abortController.signal
|
|
608
599
|
}).then((s) => {
|
|
609
600
|
const n = s.data.ocs.data;
|
|
@@ -612,7 +603,7 @@ const P = 5, Ie = {
|
|
|
612
603
|
}
|
|
613
604
|
}
|
|
614
605
|
};
|
|
615
|
-
var
|
|
606
|
+
var Ie = function() {
|
|
616
607
|
var e = this, r = e._self._c;
|
|
617
608
|
return r("div", { staticClass: "smart-picker-search", class: { "with-empty-content": e.showEmptyContent } }, [r("NcSelect", { ref: "search-select", staticClass: "smart-picker-search--select", attrs: { "input-id": "search-select-input", label: "name", placeholder: e.mySearchPlaceholder, options: e.options, "append-to-body": !1, "close-on-select": !1, "clear-search-on-select": !1, "clear-search-on-blur": () => !1, "reset-focus-on-options-change": !1, filterable: !1, autoscroll: !0, "reset-on-options-change": !1, loading: e.searching }, on: { search: e.onSearchInput, input: e.onSelectResultSelected }, scopedSlots: e._u([{ key: "option", fn: function(s) {
|
|
618
609
|
return [s.isRawLink ? r("div", { staticClass: "custom-option" }, [r("LinkVariantIcon", { staticClass: "option-simple-icon", attrs: { size: 20 } }), r("span", { staticClass: "option-text" }, [e._v(" " + e._s(e.t("Raw link {options}", { options: s.resourceUrl })) + " ")])], 1) : s.resourceUrl ? r("NcSearchResult", { staticClass: "search-result", attrs: { entry: s, query: e.searchQuery } }) : s.isCustomGroupTitle ? r("span", { staticClass: "custom-option group-name" }, [e.provider.icon_url ? r("img", { staticClass: "provider-icon group-name-icon", attrs: { src: e.provider.icon_url } }) : e._e(), r("span", { staticClass: "option-text" }, [r("strong", [e._v(e._s(s.name))])])]) : s.isMore ? r("span", { class: { "custom-option": !0 } }, [s.isLoading ? r("span", { staticClass: "option-simple-icon icon-loading-small" }) : r("DotsHorizontalIcon", { staticClass: "option-simple-icon", attrs: { size: 20 } }), r("span", { staticClass: "option-text" }, [e._v(" " + e._s(e.t('Load more "{options}"', { options: s.name })) + " ")])], 1) : e._e()];
|
|
@@ -623,29 +614,28 @@ var Oe = function() {
|
|
|
623
614
|
}, expression: "selectedResult" } }), e.showEmptyContent ? r("NcEmptyContent", { staticClass: "smart-picker-search--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
|
|
624
615
|
return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { alt: e.providerIconAlt, src: e.provider.icon_url } }) : r("LinkVariantIcon")];
|
|
625
616
|
}, proxy: !0 }], null, !1, 2922132592) }) : e._e()], 1);
|
|
626
|
-
},
|
|
617
|
+
}, Oe = [], qe = /* @__PURE__ */ o.normalizeComponent(
|
|
618
|
+
Ee,
|
|
627
619
|
Ie,
|
|
628
620
|
Oe,
|
|
629
|
-
qe,
|
|
630
621
|
!1,
|
|
631
622
|
null,
|
|
632
623
|
"97d196f0",
|
|
633
624
|
null,
|
|
634
625
|
null
|
|
635
626
|
);
|
|
636
|
-
const
|
|
637
|
-
const h = {
|
|
627
|
+
const W = qe.exports, d = {
|
|
638
628
|
providerList: 1,
|
|
639
629
|
standardLinkInput: 2,
|
|
640
630
|
searchInput: 3,
|
|
641
631
|
customElement: 4
|
|
642
|
-
},
|
|
632
|
+
}, Be = {
|
|
643
633
|
name: "NcReferencePicker",
|
|
644
634
|
components: {
|
|
645
|
-
NcCustomPickerElement:
|
|
635
|
+
NcCustomPickerElement: ue,
|
|
646
636
|
NcProviderList: ke,
|
|
647
|
-
NcRawLinkInput:
|
|
648
|
-
NcSearch:
|
|
637
|
+
NcRawLinkInput: Se,
|
|
638
|
+
NcSearch: W
|
|
649
639
|
},
|
|
650
640
|
props: {
|
|
651
641
|
/**
|
|
@@ -682,13 +672,13 @@ const h = {
|
|
|
682
672
|
],
|
|
683
673
|
data() {
|
|
684
674
|
return {
|
|
685
|
-
MODES:
|
|
675
|
+
MODES: d,
|
|
686
676
|
selectedProvider: this.initialProvider
|
|
687
677
|
};
|
|
688
678
|
},
|
|
689
679
|
computed: {
|
|
690
680
|
mode() {
|
|
691
|
-
return this.selectedProvider === null ?
|
|
681
|
+
return this.selectedProvider === null ? d.providerList : a(this.selectedProvider.id) ? d.customElement : this.selectedProvider.search_providers_ids ? d.searchInput : d.standardLinkInput;
|
|
692
682
|
},
|
|
693
683
|
pickerWrapperStyle() {
|
|
694
684
|
return {
|
|
@@ -698,11 +688,9 @@ const h = {
|
|
|
698
688
|
},
|
|
699
689
|
mounted() {
|
|
700
690
|
this.focusOnCreate && (this.initialProvider ? setTimeout(() => {
|
|
701
|
-
|
|
702
|
-
(t = this.$refs["url-input"]) == null || t.focus();
|
|
691
|
+
this.$refs["url-input"]?.focus();
|
|
703
692
|
}, 300) : this.$nextTick(() => {
|
|
704
|
-
|
|
705
|
-
(t = this.$refs["provider-list"]) == null || t.focus();
|
|
693
|
+
this.$refs["provider-list"]?.focus();
|
|
706
694
|
}));
|
|
707
695
|
},
|
|
708
696
|
methods: {
|
|
@@ -711,60 +699,56 @@ const h = {
|
|
|
711
699
|
},
|
|
712
700
|
onProviderSelected(t) {
|
|
713
701
|
this.selectedProvider = t, this.$emit("provider-selected", t), this.$nextTick(() => {
|
|
714
|
-
|
|
715
|
-
(e = this.$refs["url-input"]) == null || e.focus();
|
|
702
|
+
this.$refs["url-input"]?.focus();
|
|
716
703
|
});
|
|
717
704
|
},
|
|
718
705
|
cancelCustomElement() {
|
|
719
706
|
this.deselectProvider();
|
|
720
707
|
},
|
|
721
708
|
cancelSearch() {
|
|
722
|
-
|
|
723
|
-
this.$emit("cancel-search", (t = this.selectedProvider) == null ? void 0 : t.title), this.deselectProvider();
|
|
709
|
+
this.$emit("cancel-search", this.selectedProvider?.title), this.deselectProvider();
|
|
724
710
|
},
|
|
725
711
|
cancelRawLinkInput() {
|
|
726
|
-
|
|
727
|
-
this.$emit("cancel-raw-link", (t = this.selectedProvider) == null ? void 0 : t.title), this.deselectProvider();
|
|
712
|
+
this.$emit("cancel-raw-link", this.selectedProvider?.title), this.deselectProvider();
|
|
728
713
|
},
|
|
729
714
|
cancelProviderSelection() {
|
|
730
715
|
this.$emit("cancel");
|
|
731
716
|
},
|
|
732
717
|
submitLink(t) {
|
|
733
|
-
this.selectedProvider !== null &&
|
|
718
|
+
this.selectedProvider !== null && de(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
|
|
734
719
|
},
|
|
735
720
|
deselectProvider() {
|
|
736
721
|
this.selectedProvider = null, this.$emit("provider-selected", null), setTimeout(() => {
|
|
737
|
-
|
|
738
|
-
(t = this.$refs["provider-list"]) == null || t.focus();
|
|
722
|
+
this.$refs["provider-list"]?.focus();
|
|
739
723
|
}, 300);
|
|
740
724
|
}
|
|
741
725
|
}
|
|
742
726
|
};
|
|
743
|
-
var
|
|
727
|
+
var Me = function() {
|
|
744
728
|
var e = this, r = e._self._c;
|
|
745
729
|
return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(s) {
|
|
746
730
|
return !s.type.indexOf("key") && e._k(s.keyCode, "esc", 27, s.key, ["Esc", "Escape"]) ? null : (s.stopPropagation(), s.preventDefault(), e.onEscapePressed.apply(null, arguments));
|
|
747
731
|
} } }, [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);
|
|
748
|
-
},
|
|
732
|
+
}, We = [], ze = /* @__PURE__ */ o.normalizeComponent(
|
|
733
|
+
Be,
|
|
749
734
|
Me,
|
|
750
735
|
We,
|
|
751
|
-
ze,
|
|
752
736
|
!1,
|
|
753
737
|
null,
|
|
754
738
|
"aa77d0d3",
|
|
755
739
|
null,
|
|
756
740
|
null
|
|
757
741
|
);
|
|
758
|
-
const
|
|
742
|
+
const z = ze.exports;
|
|
759
743
|
i.register(i.t11, i.t16);
|
|
760
|
-
const
|
|
744
|
+
const Ve = {
|
|
761
745
|
name: "NcReferencePickerModal",
|
|
762
746
|
components: {
|
|
763
|
-
NcReferencePicker:
|
|
764
|
-
NcModal:
|
|
765
|
-
NcButton:
|
|
766
|
-
ArrowLeftIcon:
|
|
767
|
-
CloseIcon:
|
|
747
|
+
NcReferencePicker: z,
|
|
748
|
+
NcModal: U,
|
|
749
|
+
NcButton: H,
|
|
750
|
+
ArrowLeftIcon: G.ArrowLeft,
|
|
751
|
+
CloseIcon: Z.Close
|
|
768
752
|
},
|
|
769
753
|
props: {
|
|
770
754
|
/**
|
|
@@ -811,11 +795,10 @@ const Te = {
|
|
|
811
795
|
return this.initialProvider === null && this.isProviderSelected;
|
|
812
796
|
},
|
|
813
797
|
modalSize() {
|
|
814
|
-
|
|
815
|
-
return this.isProviderSelected && u(this.selectedProvider.id) ? (t = ne(this.selectedProvider.id)) != null ? t : "large" : "normal";
|
|
798
|
+
return this.isProviderSelected && a(this.selectedProvider.id) ? ie(this.selectedProvider.id) ?? "large" : "normal";
|
|
816
799
|
},
|
|
817
800
|
showModalName() {
|
|
818
|
-
return !this.isProviderSelected || !
|
|
801
|
+
return !this.isProviderSelected || !a(this.selectedProvider.id);
|
|
819
802
|
},
|
|
820
803
|
modalName() {
|
|
821
804
|
return this.isProviderSelected ? this.selectedProvider.title : i.t("Smart Picker");
|
|
@@ -824,7 +807,7 @@ const Te = {
|
|
|
824
807
|
mounted() {
|
|
825
808
|
if (this.isInsideViewer) {
|
|
826
809
|
const t = this.$refs.modal_content;
|
|
827
|
-
|
|
810
|
+
Q.emit("viewer:trapElements:changed", t);
|
|
828
811
|
}
|
|
829
812
|
},
|
|
830
813
|
methods: {
|
|
@@ -842,56 +825,55 @@ const Te = {
|
|
|
842
825
|
}
|
|
843
826
|
}
|
|
844
827
|
};
|
|
845
|
-
var
|
|
828
|
+
var Te = function() {
|
|
846
829
|
var e = this, r = e._self._c;
|
|
847
830
|
return e.show ? r("NcModal", { staticClass: "reference-picker-modal", attrs: { size: e.modalSize, "can-close": !1 }, on: { close: e.onCancel } }, [r("div", { ref: "modal_content", staticClass: "reference-picker-modal--content" }, [e.showBackButton ? r("NcButton", { staticClass: "back-button", attrs: { "aria-label": e.backButtonTitle, title: e.backButtonTitle }, on: { click: e.onBackClicked }, scopedSlots: e._u([{ key: "icon", fn: function() {
|
|
848
831
|
return [r("ArrowLeftIcon")];
|
|
849
832
|
}, 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() {
|
|
850
833
|
return [r("CloseIcon")];
|
|
851
834
|
}, 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();
|
|
852
|
-
},
|
|
835
|
+
}, De = [], je = /* @__PURE__ */ o.normalizeComponent(
|
|
836
|
+
Ve,
|
|
853
837
|
Te,
|
|
854
838
|
De,
|
|
855
|
-
je,
|
|
856
839
|
!1,
|
|
857
840
|
null,
|
|
858
841
|
"3f1a4ac7",
|
|
859
842
|
null,
|
|
860
843
|
null
|
|
861
844
|
);
|
|
862
|
-
const
|
|
863
|
-
async function
|
|
845
|
+
const V = je.exports;
|
|
846
|
+
async function Ae(t = null, e = void 0) {
|
|
864
847
|
return await new Promise((r, s) => {
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
const l = t === null ? null : (C = q(t)) != null ? C : null, d = X.default.extend(T), a = new d({
|
|
848
|
+
const n = "referencePickerModal", c = document.createElement("div");
|
|
849
|
+
c.id = n, document.body.append(c);
|
|
850
|
+
const m = t === null ? null : O(t) ?? null, u = K.default.extend(V), l = new u({
|
|
869
851
|
propsData: {
|
|
870
|
-
initialProvider:
|
|
852
|
+
initialProvider: m,
|
|
871
853
|
isInsideViewer: e
|
|
872
854
|
}
|
|
873
|
-
}).$mount(
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
}),
|
|
877
|
-
|
|
855
|
+
}).$mount(c);
|
|
856
|
+
l.$on("cancel", () => {
|
|
857
|
+
l.$destroy(), s(new Error("User cancellation"));
|
|
858
|
+
}), l.$on("submit", (T) => {
|
|
859
|
+
l.$destroy(), r(T);
|
|
878
860
|
});
|
|
879
861
|
});
|
|
880
862
|
}
|
|
881
|
-
exports.NcCustomPickerRenderResult =
|
|
882
|
-
exports.NcReferencePicker =
|
|
883
|
-
exports.NcReferencePickerModal =
|
|
884
|
-
exports.NcReferenceWidget =
|
|
885
|
-
exports.NcSearch =
|
|
886
|
-
exports.anyLinkProviderId =
|
|
887
|
-
exports.getLinkWithPicker =
|
|
888
|
-
exports.getProvider =
|
|
863
|
+
exports.NcCustomPickerRenderResult = se;
|
|
864
|
+
exports.NcReferencePicker = z;
|
|
865
|
+
exports.NcReferencePickerModal = V;
|
|
866
|
+
exports.NcReferenceWidget = N;
|
|
867
|
+
exports.NcSearch = W;
|
|
868
|
+
exports.anyLinkProviderId = _;
|
|
869
|
+
exports.getLinkWithPicker = Ae;
|
|
870
|
+
exports.getProvider = O;
|
|
889
871
|
exports.getProviders = v;
|
|
890
|
-
exports.isCustomPickerElementRegistered =
|
|
891
|
-
exports.isWidgetRegistered =
|
|
892
|
-
exports.registerCustomPickerElement =
|
|
893
|
-
exports.registerWidget =
|
|
894
|
-
exports.renderCustomPickerElement =
|
|
872
|
+
exports.isCustomPickerElementRegistered = a;
|
|
873
|
+
exports.isWidgetRegistered = R;
|
|
874
|
+
exports.registerCustomPickerElement = x;
|
|
875
|
+
exports.registerWidget = $;
|
|
876
|
+
exports.renderCustomPickerElement = E;
|
|
895
877
|
exports.renderWidget = L;
|
|
896
|
-
exports.searchProvider =
|
|
897
|
-
exports.sortProviders =
|
|
878
|
+
exports.searchProvider = B;
|
|
879
|
+
exports.sortProviders = q;
|