@nextcloud/vue 8.5.0 → 9.0.0-alpha.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 +88 -0
- package/dist/Components/NcActionButton.cjs +3 -130
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +2 -134
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.cjs +1 -1
- package/dist/Components/NcActionButtonGroup.mjs +1 -1
- package/dist/Components/NcActionCaption.cjs +3 -34
- package/dist/Components/NcActionCaption.cjs.map +1 -1
- package/dist/Components/NcActionCaption.mjs +2 -35
- package/dist/Components/NcActionCaption.mjs.map +1 -1
- package/dist/Components/NcActionCheckbox.cjs +3 -92
- package/dist/Components/NcActionCheckbox.cjs.map +1 -1
- package/dist/Components/NcActionCheckbox.mjs +2 -95
- package/dist/Components/NcActionCheckbox.mjs.map +1 -1
- package/dist/Components/NcActionInput.cjs +1 -1
- package/dist/Components/NcActionInput.mjs +1 -1
- package/dist/Components/NcActionLink.cjs +3 -76
- package/dist/Components/NcActionLink.cjs.map +1 -1
- package/dist/Components/NcActionLink.mjs +2 -78
- package/dist/Components/NcActionLink.mjs.map +1 -1
- package/dist/Components/NcActionRadio.cjs +3 -99
- package/dist/Components/NcActionRadio.cjs.map +1 -1
- package/dist/Components/NcActionRadio.mjs +2 -102
- package/dist/Components/NcActionRadio.mjs.map +1 -1
- package/dist/Components/NcActionRouter.cjs +3 -47
- package/dist/Components/NcActionRouter.cjs.map +1 -1
- package/dist/Components/NcActionRouter.mjs +2 -49
- package/dist/Components/NcActionRouter.mjs.map +1 -1
- package/dist/Components/NcActionSeparator.cjs +3 -19
- package/dist/Components/NcActionSeparator.cjs.map +1 -1
- package/dist/Components/NcActionSeparator.mjs +2 -20
- package/dist/Components/NcActionSeparator.mjs.map +1 -1
- package/dist/Components/NcActionText.cjs +3 -28
- package/dist/Components/NcActionText.cjs.map +1 -1
- package/dist/Components/NcActionText.mjs +2 -30
- package/dist/Components/NcActionText.mjs.map +1 -1
- package/dist/Components/NcActionTextEditable.cjs +3 -80
- package/dist/Components/NcActionTextEditable.cjs.map +1 -1
- package/dist/Components/NcActionTextEditable.mjs +2 -84
- package/dist/Components/NcActionTextEditable.mjs.map +1 -1
- 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 +2 -18
- package/dist/Components/NcAppContentDetails.cjs.map +1 -1
- package/dist/Components/NcAppContentDetails.mjs +2 -19
- package/dist/Components/NcAppContentDetails.mjs.map +1 -1
- package/dist/Components/NcAppContentList.cjs +2 -28
- package/dist/Components/NcAppContentList.cjs.map +1 -1
- package/dist/Components/NcAppContentList.mjs +2 -29
- package/dist/Components/NcAppContentList.mjs.map +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 +3 -39
- package/dist/Components/NcAppNavigationIconBullet.cjs.map +1 -1
- package/dist/Components/NcAppNavigationIconBullet.mjs +2 -40
- package/dist/Components/NcAppNavigationIconBullet.mjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +1 -1
- package/dist/Components/NcAppNavigationNew.cjs +3 -49
- package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.mjs +1 -50
- package/dist/Components/NcAppNavigationNew.mjs.map +1 -1
- 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 +3 -19
- package/dist/Components/NcAppNavigationSpacer.cjs.map +1 -1
- package/dist/Components/NcAppNavigationSpacer.mjs +2 -20
- package/dist/Components/NcAppNavigationSpacer.mjs.map +1 -1
- 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 +3 -54
- package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.mjs +2 -55
- 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 +3 -81
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +2 -82
- 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 +3 -237
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +2 -238
- 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 +3 -46
- package/dist/Components/NcCounterBubble.cjs.map +1 -1
- package/dist/Components/NcCounterBubble.mjs +2 -47
- package/dist/Components/NcCounterBubble.mjs.map +1 -1
- 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 +3 -301
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +2 -308
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +3 -198
- package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +2 -200
- 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 +3 -73
- package/dist/Components/NcEllipsisedOption.cjs.map +1 -1
- package/dist/Components/NcEllipsisedOption.mjs +2 -75
- package/dist/Components/NcEllipsisedOption.mjs.map +1 -1
- package/dist/Components/NcEmojiPicker.cjs +1 -1
- package/dist/Components/NcEmojiPicker.mjs +1 -1
- package/dist/Components/NcEmptyContent.cjs +3 -52
- package/dist/Components/NcEmptyContent.cjs.map +1 -1
- package/dist/Components/NcEmptyContent.mjs +2 -53
- package/dist/Components/NcEmptyContent.mjs.map +1 -1
- package/dist/Components/NcGuestContent.cjs +3 -25
- package/dist/Components/NcGuestContent.cjs.map +1 -1
- package/dist/Components/NcGuestContent.mjs +2 -26
- package/dist/Components/NcGuestContent.mjs.map +1 -1
- package/dist/Components/NcHeaderMenu.cjs +1 -1
- package/dist/Components/NcHeaderMenu.mjs +1 -1
- package/dist/Components/NcHighlight.cjs +2 -2
- 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 +3 -221
- package/dist/Components/NcInputField.cjs.map +1 -1
- package/dist/Components/NcInputField.mjs +2 -226
- 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 +3 -53
- package/dist/Components/NcLoadingIcon.cjs.map +1 -1
- package/dist/Components/NcLoadingIcon.mjs +2 -54
- package/dist/Components/NcLoadingIcon.mjs.map +1 -1
- package/dist/Components/NcModal.cjs +315 -139
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +326 -149
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +3 -198
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +2 -199
- package/dist/Components/NcNoteCard.mjs.map +1 -1
- 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.mjs +3 -3
- 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 +3 -166
- package/dist/Components/NcTextArea.cjs.map +1 -1
- package/dist/Components/NcTextArea.mjs +1 -169
- 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 +5 -17
- package/dist/Components/NcVNodes.cjs.map +1 -1
- package/dist/Components/NcVNodes.mjs +4 -17
- package/dist/Components/NcVNodes.mjs.map +1 -1
- package/dist/Composables/useIsFullscreen.cjs +5 -7
- package/dist/Composables/useIsFullscreen.cjs.map +1 -1
- package/dist/Composables/useIsFullscreen.mjs +6 -8
- package/dist/Composables/useIsFullscreen.mjs.map +1 -1
- package/dist/Directives/Focus.cjs +1 -1
- package/dist/Directives/Focus.cjs.map +1 -1
- package/dist/Directives/Focus.mjs +1 -1
- package/dist/Directives/Focus.mjs.map +1 -1
- package/dist/Functions/a11y.cjs +25 -0
- package/dist/Functions/a11y.cjs.map +1 -0
- package/dist/Functions/a11y.mjs +25 -0
- package/dist/Functions/a11y.mjs.map +1 -0
- package/dist/Functions/emoji.cjs +8 -0
- package/dist/Functions/emoji.cjs.map +1 -0
- package/dist/Functions/emoji.mjs +8 -0
- package/dist/Functions/emoji.mjs.map +1 -0
- package/dist/Functions/usernameToColor.cjs +1 -1
- package/dist/Functions/usernameToColor.mjs +1 -1
- package/dist/Mixins/richEditor.cjs +1 -1
- package/dist/Mixins/richEditor.mjs +1 -1
- package/dist/assets/NcActionButton-p7spK21h.css +134 -0
- package/dist/assets/NcActionCheckbox-T379T-FC.css +106 -0
- package/dist/assets/NcActionInput-MGVmREKR.css +243 -0
- package/dist/assets/NcActionRadio-UC-7SDBI.css +106 -0
- package/dist/assets/NcActionRouter-g0zV3dVT.css +133 -0
- package/dist/assets/NcActionTextEditable-DE_5Sc0w.css +259 -0
- package/dist/assets/NcActions-cEMOhd0g.css +84 -0
- package/dist/assets/NcAppContent--D5zvLsb.css +115 -0
- package/dist/assets/NcAppNavigation-9xEM_GAn.css +92 -0
- package/dist/assets/NcAppNavigationCaption-0s4Wxc88.css +52 -0
- package/dist/assets/NcAppNavigationItem-V2jQd3bm.css +206 -0
- package/dist/assets/NcAppNavigationNew-PtSC3Wy5.css +36 -0
- package/dist/assets/NcAppNavigationSettings-Q_od5CcP.css +88 -0
- package/dist/assets/NcAppNavigationToggle-egZffUzR.css +38 -0
- package/dist/assets/NcAppSettingsDialog-F29bz2Yx.css +87 -0
- package/dist/assets/NcAppSettingsSection-Gh575p0x.css +41 -0
- package/dist/assets/NcAppSidebar-QQPSZPo9.css +318 -0
- package/dist/assets/NcAppSidebarTab-goNfHK4d.css +45 -0
- package/dist/assets/NcAvatar-qgACiUer.css +144 -0
- package/dist/assets/NcBreadcrumb-ZsIS1jDx.css +80 -0
- package/dist/assets/NcBreadcrumbs-liWjT068.css +49 -0
- package/dist/assets/NcButton-fqTN6SJK.css +204 -0
- package/dist/assets/NcCheckboxRadioSwitch-P71iLdgD.css +199 -0
- package/dist/assets/NcColorPicker-88MDZrB0.css +131 -0
- package/dist/assets/NcContent-ZG2BJ837.css +82 -0
- package/dist/assets/NcDashboardWidget-7x3QrWFu.css +83 -0
- package/dist/assets/NcDateTimePicker-SsDztIsS.css +907 -0
- package/dist/assets/NcDateTimePickerNative-QBosiBWA.css +46 -0
- package/dist/assets/NcDialog-9-cx1V0y.css +115 -0
- package/dist/assets/NcEmojiPicker-KRMyqbWg.css +551 -0
- package/dist/assets/NcEmptyContent-b8eqBVE_.css +75 -0
- package/dist/assets/NcGuestContent-FRQFLxlW.css +51 -0
- package/dist/assets/NcHeaderMenu-j8h_puZT.css +92 -0
- package/dist/assets/NcIconSvgWrapper-0OJxiD3Q.css +44 -0
- package/dist/assets/NcInputConfirmCancel-_GF_RjYc.css +51 -0
- package/dist/assets/NcInputField-42mSa1zm.css +193 -0
- package/dist/assets/NcListItem--i7b67QY.css +165 -0
- package/dist/assets/NcListItemIcon-mlEQ7oK0.css +80 -0
- package/dist/assets/NcModal-DzsqMWSJ.css +298 -0
- package/dist/assets/NcRelatedResourcesPanel-i1-7CClp.css +76 -0
- package/dist/assets/NcRichContenteditable-nUZdQSMZ.css +267 -0
- package/dist/assets/NcSettingsInputText-JpZtS9DS.css +46 -0
- package/dist/assets/NcSettingsSelectGroup-51HMKLZQ.css +34 -0
- package/dist/assets/NcTextArea-6akBm4Ks.css +138 -0
- package/dist/assets/NcUserBubble-t1uOyYCF.css +59 -0
- package/dist/assets/NcUserStatusIcon-AXLspcOQ.css +41 -0
- package/dist/assets/referencePickerModal-G-NTZHL1.css +509 -0
- package/dist/chunks/AlertCircleOutline-Q4EgxGNm.mjs +44 -0
- package/dist/chunks/AlertCircleOutline-Q4EgxGNm.mjs.map +1 -0
- package/dist/chunks/AlertCircleOutline-aU4Cu4IM.cjs +41 -0
- package/dist/chunks/AlertCircleOutline-aU4Cu4IM.cjs.map +1 -0
- package/dist/chunks/ArrowLeft-4DZMGcXE.cjs +41 -0
- package/dist/chunks/ArrowLeft-4DZMGcXE.cjs.map +1 -0
- package/dist/chunks/ArrowLeft-LlLrrfss.mjs +44 -0
- package/dist/chunks/ArrowLeft-LlLrrfss.mjs.map +1 -0
- package/dist/chunks/ArrowRight-Fk_qtqpW.mjs +44 -0
- package/dist/chunks/ArrowRight-Fk_qtqpW.mjs.map +1 -0
- package/dist/chunks/ArrowRight-mI4Fw0h2.cjs +41 -0
- package/dist/chunks/ArrowRight-mI4Fw0h2.cjs.map +1 -0
- package/dist/chunks/Check-SlTPuUzR.cjs +41 -0
- package/dist/chunks/Check-SlTPuUzR.cjs.map +1 -0
- package/dist/chunks/Check-hentWFPd.mjs +44 -0
- package/dist/chunks/Check-hentWFPd.mjs.map +1 -0
- package/dist/chunks/ChevronDown-7w1_NWAd.cjs +41 -0
- package/dist/chunks/ChevronDown-7w1_NWAd.cjs.map +1 -0
- package/dist/chunks/ChevronDown-hP8YKVnf.mjs +44 -0
- package/dist/chunks/ChevronDown-hP8YKVnf.mjs.map +1 -0
- package/dist/chunks/ChevronRight-iDcqZ2Ih.cjs +41 -0
- package/dist/chunks/ChevronRight-iDcqZ2Ih.cjs.map +1 -0
- package/dist/chunks/ChevronRight-xEIO1OE7.mjs +44 -0
- package/dist/chunks/ChevronRight-xEIO1OE7.mjs.map +1 -0
- package/dist/chunks/Close-2nENZfbn.cjs +41 -0
- package/dist/chunks/Close-2nENZfbn.cjs.map +1 -0
- package/dist/chunks/Close-4lZze_oD.mjs +44 -0
- package/dist/chunks/Close-4lZze_oD.mjs.map +1 -0
- package/dist/chunks/DotsHorizontal-2GCivGee.mjs +44 -0
- package/dist/chunks/DotsHorizontal-2GCivGee.mjs.map +1 -0
- package/dist/chunks/DotsHorizontal-Ehuu1q0g.cjs +41 -0
- package/dist/chunks/DotsHorizontal-Ehuu1q0g.cjs.map +1 -0
- package/dist/chunks/GenColors-avBT67Zu.mjs +142 -0
- package/dist/chunks/GenColors-avBT67Zu.mjs.map +1 -0
- package/dist/chunks/GenColors-ojnUsIA8.cjs +141 -0
- package/dist/chunks/GenColors-ojnUsIA8.cjs.map +1 -0
- package/dist/chunks/NcActionButton-G4OSfyii.cjs +171 -0
- package/dist/chunks/NcActionButton-G4OSfyii.cjs.map +1 -0
- package/dist/chunks/NcActionButton-TAhaLmwa.mjs +178 -0
- package/dist/chunks/NcActionButton-TAhaLmwa.mjs.map +1 -0
- package/dist/chunks/NcActionButtonGroup-0hif9Dcf.mjs +55 -0
- package/dist/chunks/NcActionButtonGroup-0hif9Dcf.mjs.map +1 -0
- package/dist/chunks/NcActionButtonGroup-jTRjqpYM.cjs +50 -0
- package/dist/chunks/NcActionButtonGroup-jTRjqpYM.cjs.map +1 -0
- package/dist/chunks/NcActionCaption-SIz5c1sE.cjs +27 -0
- package/dist/chunks/NcActionCaption-SIz5c1sE.cjs.map +1 -0
- package/dist/chunks/NcActionCaption-vguA2tEL.mjs +31 -0
- package/dist/chunks/NcActionCaption-vguA2tEL.mjs.map +1 -0
- package/dist/chunks/NcActionCheckbox-PWAridhc.mjs +113 -0
- package/dist/chunks/NcActionCheckbox-PWAridhc.mjs.map +1 -0
- package/dist/chunks/NcActionCheckbox-Z4Wc9828.cjs +107 -0
- package/dist/chunks/NcActionCheckbox-Z4Wc9828.cjs.map +1 -0
- package/dist/chunks/NcActionInput-7-f1OPr6.mjs +346 -0
- package/dist/chunks/NcActionInput-7-f1OPr6.mjs.map +1 -0
- package/dist/chunks/NcActionInput-GuwDt73G.cjs +335 -0
- package/dist/chunks/NcActionInput-GuwDt73G.cjs.map +1 -0
- package/dist/chunks/NcActionLink-QLFtD_iF.cjs +106 -0
- package/dist/chunks/NcActionLink-QLFtD_iF.cjs.map +1 -0
- package/dist/chunks/NcActionLink-YllmwOrF.mjs +111 -0
- package/dist/chunks/NcActionLink-YllmwOrF.mjs.map +1 -0
- package/dist/chunks/NcActionRadio-1U50276u.cjs +115 -0
- package/dist/chunks/NcActionRadio-1U50276u.cjs.map +1 -0
- package/dist/chunks/NcActionRadio-DSBghCIA.mjs +121 -0
- package/dist/chunks/NcActionRadio-DSBghCIA.mjs.map +1 -0
- package/dist/chunks/NcActionRouter-Vg-BSvq7.cjs +70 -0
- package/dist/chunks/NcActionRouter-Vg-BSvq7.cjs.map +1 -0
- package/dist/chunks/NcActionRouter-vBYCxyc1.mjs +75 -0
- package/dist/chunks/NcActionRouter-vBYCxyc1.mjs.map +1 -0
- package/dist/chunks/NcActionSeparator-0-kc3NRC.mjs +16 -0
- package/dist/chunks/NcActionSeparator-0-kc3NRC.mjs.map +1 -0
- package/dist/chunks/NcActionSeparator-craHv8oO.cjs +12 -0
- package/dist/chunks/NcActionSeparator-craHv8oO.cjs.map +1 -0
- package/dist/chunks/NcActionText-aWTbDRVH.cjs +52 -0
- package/dist/chunks/NcActionText-aWTbDRVH.cjs.map +1 -0
- package/dist/chunks/NcActionText-p3Ew3r1G.mjs +57 -0
- package/dist/chunks/NcActionText-p3Ew3r1G.mjs.map +1 -0
- package/dist/chunks/NcActionTextEditable-PAn8Dpv4.mjs +121 -0
- package/dist/chunks/NcActionTextEditable-PAn8Dpv4.mjs.map +1 -0
- package/dist/chunks/NcActionTextEditable-RUh3BjpU.cjs +114 -0
- package/dist/chunks/NcActionTextEditable-RUh3BjpU.cjs.map +1 -0
- package/dist/chunks/NcActions-6Yv0De7D.mjs +451 -0
- package/dist/chunks/NcActions-6Yv0De7D.mjs.map +1 -0
- package/dist/chunks/NcActions-VJy75Dj8.cjs +443 -0
- package/dist/chunks/NcActions-VJy75Dj8.cjs.map +1 -0
- package/dist/chunks/NcAppContent-khCUrgDu.cjs +264 -0
- package/dist/chunks/NcAppContent-khCUrgDu.cjs.map +1 -0
- package/dist/chunks/NcAppContent-rV1EGzGY.mjs +275 -0
- package/dist/chunks/NcAppContent-rV1EGzGY.mjs.map +1 -0
- package/dist/chunks/NcAppContentDetails-BhbsNp93.cjs +11 -0
- package/dist/chunks/NcAppContentDetails-BhbsNp93.cjs.map +1 -0
- package/dist/chunks/NcAppContentDetails-bD9j5H59.mjs +14 -0
- package/dist/chunks/NcAppContentDetails-bD9j5H59.mjs.map +1 -0
- package/dist/chunks/NcAppContentList-_kO9F-p0.mjs +26 -0
- package/dist/chunks/NcAppContentList-_kO9F-p0.mjs.map +1 -0
- package/dist/chunks/NcAppContentList-blRtleBI.cjs +23 -0
- package/dist/chunks/NcAppContentList-blRtleBI.cjs.map +1 -0
- package/dist/chunks/NcAppNavigation-qnc3o3YP.cjs +125 -0
- package/dist/chunks/NcAppNavigation-qnc3o3YP.cjs.map +1 -0
- package/dist/chunks/NcAppNavigation-wvBM1j2_.mjs +134 -0
- package/dist/chunks/NcAppNavigation-wvBM1j2_.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationCaption-6SpoIhcW.cjs +42 -0
- package/dist/chunks/NcAppNavigationCaption-6SpoIhcW.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationCaption-wnBg9gYq.mjs +47 -0
- package/dist/chunks/NcAppNavigationCaption-wnBg9gYq.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationIconBullet-GLCjMfFF.cjs +36 -0
- package/dist/chunks/NcAppNavigationIconBullet-GLCjMfFF.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationIconBullet-OqquWWY6.mjs +40 -0
- package/dist/chunks/NcAppNavigationIconBullet-OqquWWY6.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationItem-6kzsp9I8.cjs +595 -0
- package/dist/chunks/NcAppNavigationItem-6kzsp9I8.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationItem-VR6oSt2q.mjs +608 -0
- package/dist/chunks/NcAppNavigationItem-VR6oSt2q.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationNew-AamR4VD3.mjs +56 -0
- package/dist/chunks/NcAppNavigationNew-AamR4VD3.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationNew-ae4GCKxx.cjs +51 -0
- package/dist/chunks/NcAppNavigationNew-ae4GCKxx.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationNewItem-sZ0DdaXr.cjs +106 -0
- package/dist/chunks/NcAppNavigationNewItem-sZ0DdaXr.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationNewItem-tSH06MX2.mjs +112 -0
- package/dist/chunks/NcAppNavigationNewItem-tSH06MX2.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationSettings-giVx2sHN.mjs +131 -0
- package/dist/chunks/NcAppNavigationSettings-giVx2sHN.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationSettings-mYqB3vRb.cjs +128 -0
- package/dist/chunks/NcAppNavigationSettings-mYqB3vRb.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationSpacer-FIQIP65d.cjs +9 -0
- package/dist/chunks/NcAppNavigationSpacer-FIQIP65d.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationSpacer-gzdnlvnT.mjs +13 -0
- package/dist/chunks/NcAppNavigationSpacer-gzdnlvnT.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-DBCPaseG.mjs +136 -0
- package/dist/chunks/NcAppNavigationToggle-DBCPaseG.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-cRUPsHZH.cjs +131 -0
- package/dist/chunks/NcAppNavigationToggle-cRUPsHZH.cjs.map +1 -0
- package/dist/chunks/NcAppSettingsDialog-90cJBaTf.mjs +212 -0
- package/dist/chunks/NcAppSettingsDialog-90cJBaTf.mjs.map +1 -0
- package/dist/chunks/NcAppSettingsDialog-WvDTWMwC.cjs +204 -0
- package/dist/chunks/NcAppSettingsDialog-WvDTWMwC.cjs.map +1 -0
- package/dist/chunks/NcAppSettingsSection-WcupJObJ.mjs +55 -0
- package/dist/chunks/NcAppSettingsSection-WcupJObJ.mjs.map +1 -0
- package/dist/chunks/NcAppSettingsSection-wLClE1lO.cjs +51 -0
- package/dist/chunks/NcAppSettingsSection-wLClE1lO.cjs.map +1 -0
- package/dist/chunks/NcAppSidebar-19vWkj82.cjs +706 -0
- package/dist/chunks/NcAppSidebar-19vWkj82.cjs.map +1 -0
- package/dist/chunks/NcAppSidebar-yjd-HiUO.mjs +725 -0
- package/dist/chunks/NcAppSidebar-yjd-HiUO.mjs.map +1 -0
- package/dist/chunks/NcAppSidebarTab--7BkDK9T.mjs +87 -0
- package/dist/chunks/NcAppSidebarTab--7BkDK9T.mjs.map +1 -0
- package/dist/chunks/NcAppSidebarTab-BeWt8Sdt.cjs +83 -0
- package/dist/chunks/NcAppSidebarTab-BeWt8Sdt.cjs.map +1 -0
- package/dist/chunks/NcAvatar-1MXwkOA2.cjs +516 -0
- package/dist/chunks/NcAvatar-1MXwkOA2.cjs.map +1 -0
- package/dist/chunks/NcAvatar-paLjF9Tc.mjs +532 -0
- package/dist/chunks/NcAvatar-paLjF9Tc.mjs.map +1 -0
- package/dist/chunks/NcBreadcrumb-X45pwcLq.cjs +208 -0
- package/dist/chunks/NcBreadcrumb-X45pwcLq.cjs.map +1 -0
- package/dist/chunks/NcBreadcrumb-gB_hnDG_.mjs +216 -0
- package/dist/chunks/NcBreadcrumb-gB_hnDG_.mjs.map +1 -0
- package/dist/chunks/NcBreadcrumbs-N7-Jj_ry.mjs +377 -0
- package/dist/chunks/NcBreadcrumbs-N7-Jj_ry.mjs.map +1 -0
- package/dist/chunks/NcBreadcrumbs-Y8LRE6xz.cjs +365 -0
- package/dist/chunks/NcBreadcrumbs-Y8LRE6xz.cjs.map +1 -0
- package/dist/chunks/NcButton-Uxh-oARg.cjs +245 -0
- package/dist/chunks/NcButton-Uxh-oARg.cjs.map +1 -0
- package/dist/chunks/NcButton-nCkJxwsi.mjs +248 -0
- package/dist/chunks/NcButton-nCkJxwsi.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-Hi5ocuhB.cjs +696 -0
- package/dist/chunks/NcCheckboxRadioSwitch-Hi5ocuhB.cjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-RgFq8ZUL.mjs +701 -0
- package/dist/chunks/NcCheckboxRadioSwitch-RgFq8ZUL.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_c3135eb8_lang-RYt-H2PA.cjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_c3135eb8_lang-RYt-H2PA.cjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_c3135eb8_lang-kB-352LR.mjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_c3135eb8_lang-kB-352LR.mjs.map +1 -0
- package/dist/chunks/NcColorPicker-hS0KYrLP.mjs +247 -0
- package/dist/chunks/NcColorPicker-hS0KYrLP.mjs.map +1 -0
- package/dist/chunks/NcColorPicker-rE3Dd7s7.cjs +235 -0
- package/dist/chunks/NcColorPicker-rE3Dd7s7.cjs.map +1 -0
- package/dist/chunks/NcContent-CUWR0V-w.mjs +156 -0
- package/dist/chunks/NcContent-CUWR0V-w.mjs.map +1 -0
- package/dist/chunks/NcContent-fGj1oSM5.cjs +148 -0
- package/dist/chunks/NcContent-fGj1oSM5.cjs.map +1 -0
- package/dist/chunks/NcCounterBubble-0pCAxQl7.cjs +40 -0
- package/dist/chunks/NcCounterBubble-0pCAxQl7.cjs.map +1 -0
- package/dist/chunks/NcCounterBubble-w6SmwTWu.mjs +44 -0
- package/dist/chunks/NcCounterBubble-w6SmwTWu.mjs.map +1 -0
- package/dist/chunks/NcDashboardWidget-DC4_9Yv_.mjs +169 -0
- package/dist/chunks/NcDashboardWidget-DC4_9Yv_.mjs.map +1 -0
- package/dist/chunks/NcDashboardWidget-fnhMGIb6.cjs +161 -0
- package/dist/chunks/NcDashboardWidget-fnhMGIb6.cjs.map +1 -0
- package/dist/chunks/NcDashboardWidgetItem-0jGJ_5Nx.cjs +177 -0
- package/dist/chunks/NcDashboardWidgetItem-0jGJ_5Nx.cjs.map +1 -0
- package/dist/chunks/NcDashboardWidgetItem-TD0N9xlv.mjs +184 -0
- package/dist/chunks/NcDashboardWidgetItem-TD0N9xlv.mjs.map +1 -0
- package/dist/chunks/NcDateTime-EnQV6T52.mjs +140 -0
- package/dist/chunks/NcDateTime-EnQV6T52.mjs.map +1 -0
- package/dist/chunks/NcDateTime-m_WZoAvd.cjs +136 -0
- package/dist/chunks/NcDateTime-m_WZoAvd.cjs.map +1 -0
- package/dist/chunks/NcDateTimePicker-4edYzlVf.cjs +326 -0
- package/dist/chunks/NcDateTimePicker-4edYzlVf.cjs.map +1 -0
- package/dist/chunks/NcDateTimePicker-GHt3kJ7B.mjs +336 -0
- package/dist/chunks/NcDateTimePicker-GHt3kJ7B.mjs.map +1 -0
- package/dist/chunks/NcDateTimePickerNative-m30hv5MT.cjs +176 -0
- package/dist/chunks/NcDateTimePickerNative-m30hv5MT.cjs.map +1 -0
- package/dist/chunks/NcDateTimePickerNative-nDQjZSiZ.mjs +181 -0
- package/dist/chunks/NcDateTimePickerNative-nDQjZSiZ.mjs.map +1 -0
- package/dist/chunks/NcDialog-eZWcoYL9.mjs +243 -0
- package/dist/chunks/NcDialog-eZWcoYL9.mjs.map +1 -0
- package/dist/chunks/NcDialog-qsI2VY8S.cjs +235 -0
- package/dist/chunks/NcDialog-qsI2VY8S.cjs.map +1 -0
- package/dist/chunks/NcDialogButton-Dou0EAc_.cjs +72 -0
- package/dist/chunks/NcDialogButton-Dou0EAc_.cjs.map +1 -0
- package/dist/chunks/NcDialogButton-R-zAILHz.mjs +77 -0
- package/dist/chunks/NcDialogButton-R-zAILHz.mjs.map +1 -0
- package/dist/chunks/NcEllipsisedOption-FGgPyI_T.mjs +86 -0
- package/dist/chunks/NcEllipsisedOption-FGgPyI_T.mjs.map +1 -0
- package/dist/chunks/NcEllipsisedOption-eFqGdcUE.cjs +81 -0
- package/dist/chunks/NcEllipsisedOption-eFqGdcUE.cjs.map +1 -0
- package/dist/chunks/NcEmojiPicker-84m02Stk.mjs +336 -0
- package/dist/chunks/NcEmojiPicker-84m02Stk.mjs.map +1 -0
- package/dist/chunks/NcEmojiPicker-hxiKGEHb.cjs +323 -0
- package/dist/chunks/NcEmojiPicker-hxiKGEHb.cjs.map +1 -0
- package/dist/chunks/NcEmptyContent-Dvt4jhjb.mjs +62 -0
- package/dist/chunks/NcEmptyContent-Dvt4jhjb.mjs.map +1 -0
- package/dist/chunks/NcEmptyContent-M3ClqFZe.cjs +58 -0
- package/dist/chunks/NcEmptyContent-M3ClqFZe.cjs.map +1 -0
- package/dist/chunks/NcGuestContent-8HpHaN1K.mjs +21 -0
- package/dist/chunks/NcGuestContent-8HpHaN1K.mjs.map +1 -0
- package/dist/chunks/NcGuestContent-vbt8h0nE.cjs +17 -0
- package/dist/chunks/NcGuestContent-vbt8h0nE.cjs.map +1 -0
- package/dist/chunks/NcHeaderMenu-Eo6rZDeL.cjs +216 -0
- package/dist/chunks/NcHeaderMenu-Eo6rZDeL.cjs.map +1 -0
- package/dist/chunks/NcHeaderMenu-yJJ4FWin.mjs +223 -0
- package/dist/chunks/NcHeaderMenu-yJJ4FWin.mjs.map +1 -0
- package/dist/chunks/NcHighlight-cBMxLCnf.cjs +136 -0
- package/dist/chunks/NcHighlight-cBMxLCnf.cjs.map +1 -0
- package/dist/chunks/NcHighlight-kWLldgWB.mjs +137 -0
- package/dist/chunks/NcHighlight-kWLldgWB.mjs.map +1 -0
- package/dist/chunks/NcIconSvgWrapper-gQnsseD2.mjs +82 -0
- package/dist/chunks/NcIconSvgWrapper-gQnsseD2.mjs.map +1 -0
- package/dist/chunks/NcIconSvgWrapper-rDMSblV4.cjs +77 -0
- package/dist/chunks/NcIconSvgWrapper-rDMSblV4.cjs.map +1 -0
- package/dist/chunks/NcInputConfirmCancel-3c-uWUuw.cjs +105 -0
- package/dist/chunks/NcInputConfirmCancel-3c-uWUuw.cjs.map +1 -0
- package/dist/chunks/NcInputConfirmCancel-cDJ5_L-Z.mjs +112 -0
- package/dist/chunks/NcInputConfirmCancel-cDJ5_L-Z.mjs.map +1 -0
- package/dist/chunks/NcInputField-9PAE2ONE.mjs +291 -0
- package/dist/chunks/NcInputField-9PAE2ONE.mjs.map +1 -0
- package/dist/chunks/NcInputField-dP-QARJo.cjs +283 -0
- package/dist/chunks/NcInputField-dP-QARJo.cjs.map +1 -0
- package/dist/chunks/NcListItem-gdczIybY.mjs +344 -0
- package/dist/chunks/NcListItem-gdczIybY.mjs.map +1 -0
- package/dist/chunks/NcListItem-iWTR4IZZ.cjs +337 -0
- package/dist/chunks/NcListItem-iWTR4IZZ.cjs.map +1 -0
- package/dist/chunks/NcListItemIcon-FeNwaJy4.cjs +188 -0
- package/dist/chunks/NcListItemIcon-FeNwaJy4.cjs.map +1 -0
- package/dist/chunks/NcListItemIcon-XsKTtITp.mjs +192 -0
- package/dist/chunks/NcListItemIcon-XsKTtITp.mjs.map +1 -0
- package/dist/chunks/NcLoadingIcon-DnhhU7Z8.mjs +68 -0
- package/dist/chunks/NcLoadingIcon-DnhhU7Z8.mjs.map +1 -0
- package/dist/chunks/NcLoadingIcon-Fwid-wWE.cjs +64 -0
- package/dist/chunks/NcLoadingIcon-Fwid-wWE.cjs.map +1 -0
- package/dist/chunks/NcNoteCard-IAgTi5HW.cjs +224 -0
- package/dist/chunks/NcNoteCard-IAgTi5HW.cjs.map +1 -0
- package/dist/chunks/NcNoteCard-joOYqjyF.mjs +228 -0
- package/dist/chunks/NcNoteCard-joOYqjyF.mjs.map +1 -0
- package/dist/chunks/NcPasswordField-8NI5u7lk.mjs +265 -0
- package/dist/chunks/NcPasswordField-8NI5u7lk.mjs.map +1 -0
- package/dist/chunks/NcPasswordField-QA6kIMu2.cjs +255 -0
- package/dist/chunks/NcPasswordField-QA6kIMu2.cjs.map +1 -0
- package/dist/chunks/NcPopover-HwP68PjO.mjs +224 -0
- package/dist/chunks/NcPopover-HwP68PjO.mjs.map +1 -0
- package/dist/chunks/NcPopover-sVfBFdPh.cjs +217 -0
- package/dist/chunks/NcPopover-sVfBFdPh.cjs.map +1 -0
- package/dist/chunks/NcProgressBar-3p3Phbcw.cjs +123 -0
- package/dist/chunks/NcProgressBar-3p3Phbcw.cjs.map +1 -0
- package/dist/chunks/NcProgressBar-KvtCwl-0.mjs +127 -0
- package/dist/chunks/NcProgressBar-KvtCwl-0.mjs.map +1 -0
- package/dist/chunks/NcRelatedResourcesPanel--UoHihRf.mjs +216 -0
- package/dist/chunks/NcRelatedResourcesPanel--UoHihRf.mjs.map +1 -0
- package/dist/chunks/NcRelatedResourcesPanel-oTY2g2gt.cjs +209 -0
- package/dist/chunks/NcRelatedResourcesPanel-oTY2g2gt.cjs.map +1 -0
- package/dist/chunks/NcRichContenteditable-0x4AmYZf.cjs +528 -0
- package/dist/chunks/NcRichContenteditable-0x4AmYZf.cjs.map +1 -0
- package/dist/chunks/NcRichContenteditable-rSquEMs2.mjs +540 -0
- package/dist/chunks/NcRichContenteditable-rSquEMs2.mjs.map +1 -0
- package/dist/chunks/NcRichText-S8FLpGCe.cjs +319 -0
- package/dist/chunks/NcRichText-S8FLpGCe.cjs.map +1 -0
- package/dist/chunks/NcRichText-_MNRVaQB.mjs +336 -0
- package/dist/chunks/NcRichText-_MNRVaQB.mjs.map +1 -0
- package/dist/chunks/NcSavingIndicatorIcon-IpOVvSwW.cjs +71 -0
- package/dist/chunks/NcSavingIndicatorIcon-IpOVvSwW.cjs.map +1 -0
- package/dist/chunks/NcSavingIndicatorIcon-QRgqeOd3.mjs +74 -0
- package/dist/chunks/NcSavingIndicatorIcon-QRgqeOd3.mjs.map +1 -0
- package/dist/chunks/NcSelect-9cM-OGdn.cjs +498 -0
- package/dist/chunks/NcSelect-9cM-OGdn.cjs.map +1 -0
- package/dist/chunks/NcSelect-w_Gt1U72.mjs +510 -0
- package/dist/chunks/NcSelect-w_Gt1U72.mjs.map +1 -0
- package/dist/chunks/NcSelectTags-6F9oTRUw.mjs +272 -0
- package/dist/chunks/NcSelectTags-6F9oTRUw.mjs.map +1 -0
- package/dist/chunks/NcSelectTags-vm5Fx2H5.cjs +265 -0
- package/dist/chunks/NcSelectTags-vm5Fx2H5.cjs.map +1 -0
- package/dist/chunks/NcSettingsInputText-KTYvd9zc.mjs +113 -0
- package/dist/chunks/NcSettingsInputText-KTYvd9zc.mjs.map +1 -0
- package/dist/chunks/NcSettingsInputText-wY_R_c6S.cjs +108 -0
- package/dist/chunks/NcSettingsInputText-wY_R_c6S.cjs.map +1 -0
- package/dist/chunks/NcSettingsSection-2TP0NQPH.cjs +114 -0
- package/dist/chunks/NcSettingsSection-2TP0NQPH.cjs.map +1 -0
- package/dist/chunks/NcSettingsSection-dEPaFL2w.mjs +118 -0
- package/dist/chunks/NcSettingsSection-dEPaFL2w.mjs.map +1 -0
- package/dist/chunks/NcSettingsSelectGroup-JfvkEnNr.mjs +208 -0
- package/dist/chunks/NcSettingsSelectGroup-JfvkEnNr.mjs.map +1 -0
- package/dist/chunks/NcSettingsSelectGroup-p8cgn6pv.cjs +199 -0
- package/dist/chunks/NcSettingsSelectGroup-p8cgn6pv.cjs.map +1 -0
- package/dist/chunks/NcTextArea-dRgNOiSU.mjs +203 -0
- package/dist/chunks/NcTextArea-dRgNOiSU.mjs.map +1 -0
- package/dist/chunks/NcTextArea-hNPj4rEs.cjs +196 -0
- package/dist/chunks/NcTextArea-hNPj4rEs.cjs.map +1 -0
- package/dist/chunks/NcTextField-avDV7Ry_.mjs +165 -0
- package/dist/chunks/NcTextField-avDV7Ry_.mjs.map +1 -0
- package/dist/chunks/NcTextField-bz_keSKF.cjs +158 -0
- package/dist/chunks/NcTextField-bz_keSKF.cjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-YNWJXRnl.cjs +7202 -0
- package/dist/chunks/NcTimezonePicker-YNWJXRnl.cjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-wLjOcbbU.mjs +7209 -0
- package/dist/chunks/NcTimezonePicker-wLjOcbbU.mjs.map +1 -0
- package/dist/chunks/NcUserBubble-epl-RDQa.cjs +198 -0
- package/dist/chunks/NcUserBubble-epl-RDQa.cjs.map +1 -0
- package/dist/chunks/NcUserBubble-fA1TQtnx.mjs +204 -0
- package/dist/chunks/NcUserBubble-fA1TQtnx.mjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon--z2VUZIt.mjs +171 -0
- package/dist/chunks/NcUserStatusIcon--z2VUZIt.mjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon-swCHU0tl.cjs +163 -0
- package/dist/chunks/NcUserStatusIcon-swCHU0tl.cjs.map +1 -0
- package/dist/chunks/ScopeComponent-4ppIHwI4.cjs +26 -0
- package/dist/chunks/ScopeComponent-4ppIHwI4.cjs.map +1 -0
- package/dist/chunks/ScopeComponent-KbEZrKGJ.mjs +27 -0
- package/dist/chunks/ScopeComponent-KbEZrKGJ.mjs.map +1 -0
- package/dist/chunks/_l10n-JmazR_zZ.mjs +66 -0
- package/dist/chunks/_l10n-JmazR_zZ.mjs.map +1 -0
- package/dist/chunks/_l10n-wK0o0jNS.cjs +64 -0
- package/dist/chunks/_l10n-wK0o0jNS.cjs.map +1 -0
- package/dist/chunks/_plugin-vue_export-helper-hUChTQA_.mjs +9 -0
- package/dist/chunks/_plugin-vue_export-helper-hUChTQA_.mjs.map +1 -0
- package/dist/chunks/_plugin-vue_export-helper-xG2iG1wl.cjs +8 -0
- package/dist/chunks/_plugin-vue_export-helper-xG2iG1wl.cjs.map +1 -0
- package/dist/chunks/actionGlobal-1onxXJwM.mjs +46 -0
- package/dist/chunks/actionGlobal-1onxXJwM.mjs.map +1 -0
- package/dist/chunks/actionGlobal-kyAHPMcH.cjs +45 -0
- package/dist/chunks/actionGlobal-kyAHPMcH.cjs.map +1 -0
- package/dist/chunks/actionText-IqPIFk1D.mjs +127 -0
- package/dist/chunks/actionText-IqPIFk1D.mjs.map +1 -0
- package/dist/chunks/actionText-WQ07UNmt.cjs +126 -0
- package/dist/chunks/actionText-WQ07UNmt.cjs.map +1 -0
- package/dist/chunks/index-NP8hZQhr.cjs +161 -0
- package/dist/chunks/index-NP8hZQhr.cjs.map +1 -0
- package/dist/chunks/index-hX7KRzaJ.mjs +167 -0
- package/dist/chunks/index-hX7KRzaJ.mjs.map +1 -0
- package/dist/chunks/referencePickerModal-9sd4Ftja.mjs +1114 -0
- package/dist/chunks/referencePickerModal-9sd4Ftja.mjs.map +1 -0
- package/dist/chunks/referencePickerModal-gCkuVbeM.cjs +1096 -0
- package/dist/chunks/referencePickerModal-gCkuVbeM.cjs.map +1 -0
- package/dist/chunks/usernameToColor--FE9Dq8h.cjs +39 -0
- package/dist/chunks/usernameToColor--FE9Dq8h.cjs.map +1 -0
- package/dist/chunks/usernameToColor-t95If_mB.mjs +41 -0
- package/dist/chunks/usernameToColor-t95If_mB.mjs.map +1 -0
- package/dist/cypress/component/NcButton.cy.d.ts +1 -0
- package/dist/cypress/component/NcSelect.cy.d.ts +1 -0
- package/dist/cypress/component/modal.cy.d.ts +1 -0
- package/dist/cypress/component/richtext.cy.d.ts +1 -0
- package/dist/cypress/support/commands.d.ts +1 -0
- package/dist/cypress/support/component.d.ts +8 -0
- package/dist/cypress/visual/AppNavigationItem.cy.d.ts +1 -0
- package/dist/cypress.config.d.ts +3 -0
- package/dist/index.cjs +142 -167
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +179 -205
- package/dist/index.mjs.map +1 -1
- package/dist/src/components/NcActionButton/NcActionButton.vue.d.ts +202 -0
- package/dist/src/components/NcActionButtonGroup/NcActionButtonGroup.vue.d.ts +26 -0
- package/dist/src/components/NcActionCaption/NcActionCaption.vue.d.ts +18 -0
- package/dist/src/components/NcActionCheckbox/NcActionCheckbox.vue.d.ts +99 -0
- package/dist/src/components/NcActionInput/NcActionInput.vue.d.ts +261 -0
- package/dist/src/components/NcActionLink/NcActionLink.vue.d.ts +2 -0
- package/dist/src/components/NcActionRadio/NcActionRadio.vue.d.ts +115 -0
- package/dist/src/components/NcActionRouter/NcActionRouter.vue.d.ts +68 -0
- package/dist/src/components/NcActionSeparator/NcActionSeparator.vue.d.ts +2 -0
- package/dist/src/components/NcActionText/NcActionText.vue.d.ts +48 -0
- package/dist/src/components/NcActionTextEditable/NcActionTextEditable.vue.d.ts +113 -0
- package/dist/src/components/NcActions/NcActions.vue.d.ts +321 -0
- package/dist/src/components/NcAppContent/NcAppContent.vue.d.ts +162 -0
- package/dist/src/components/NcAppContent/NcAppDetailsToggle.vue.d.ts +6 -0
- package/dist/src/components/NcAppContentDetails/NcAppContentDetails.vue.d.ts +2 -0
- package/dist/src/components/NcAppContentList/NcAppContentList.vue.d.ts +23 -0
- package/dist/src/components/NcAppNavigation/NcAppNavigation.vue.d.ts +55 -0
- package/dist/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +20 -0
- package/dist/src/components/NcAppNavigationIconBullet/NcAppNavigationIconBullet.vue.d.ts +20 -0
- package/dist/src/components/NcAppNavigationItem/NcAppNavigationIconCollapsible.vue.d.ts +20 -0
- package/dist/src/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +413 -0
- package/dist/src/components/NcAppNavigationItem/NcInputConfirmCancel.vue.d.ts +54 -0
- package/dist/src/components/NcAppNavigationNew/NcAppNavigationNew.vue.d.ts +48 -0
- package/dist/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue.d.ts +92 -0
- package/dist/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue.d.ts +37 -0
- package/dist/src/components/NcAppNavigationSpacer/NcAppNavigationSpacer.vue.d.ts +2 -0
- package/dist/src/components/NcAppNavigationToggle/NcAppNavigationToggle.vue.d.ts +18 -0
- package/dist/src/components/NcAppSettingsSection/NcAppSettingsSection.vue.d.ts +24 -0
- package/dist/src/components/NcAppSidebar/NcAppSidebar.vue.d.ts +287 -0
- package/dist/src/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +91 -0
- package/dist/src/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +75 -0
- package/dist/src/components/NcAvatar/NcAvatar.vue.d.ts +348 -0
- package/dist/src/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +197 -0
- package/dist/src/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +145 -0
- package/dist/src/components/NcButton/NcButton.vue.d.ts +236 -0
- package/dist/src/components/NcButton/index.d.ts +22 -0
- package/dist/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue.d.ts +6 -0
- package/dist/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue.d.ts +2 -0
- package/dist/src/components/NcColorPicker/NcColorPicker.vue.d.ts +2 -0
- package/dist/src/components/NcContent/NcContent.vue.d.ts +23 -0
- package/dist/src/components/NcCounterBubble/NcCounterBubble.vue.d.ts +41 -0
- package/dist/src/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +142 -0
- package/dist/src/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +170 -0
- package/dist/src/components/NcDateTime/NcDateTime.vue.d.ts +2 -0
- package/dist/src/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +2 -0
- package/dist/src/components/NcDateTimePickerNative/NcDateTimePickerNative.vue.d.ts +2 -0
- package/dist/src/components/NcDialog/NcDialog.vue.d.ts +2 -0
- package/dist/src/components/NcDialogButton/NcDialogButton.vue.d.ts +2 -0
- package/dist/src/components/NcEllipsisedOption/NcEllipsisedOption.vue.d.ts +48 -0
- package/dist/src/components/NcEmojiPicker/NcEmojiPicker.vue.d.ts +184 -0
- package/dist/src/components/NcEmptyContent/NcEmptyContent.vue.d.ts +39 -0
- package/dist/src/components/NcGuestContent/NcGuestContent.vue.d.ts +2 -0
- package/dist/src/components/NcHeaderMenu/NcHeaderMenu.vue.d.ts +147 -0
- package/dist/src/components/NcHighlight/NcHighlight.vue.d.ts +65 -0
- package/dist/src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue.d.ts +83 -0
- package/dist/src/components/NcInputField/NcInputField.vue.d.ts +278 -0
- package/dist/src/components/NcListItem/NcListItem.vue.d.ts +259 -0
- package/dist/src/components/NcListItemIcon/NcListItemIcon.vue.d.ts +207 -0
- package/dist/src/components/NcLoadingIcon/NcLoadingIcon.vue.d.ts +58 -0
- package/dist/src/components/NcModal/NcModal.vue.d.ts +2 -0
- package/dist/src/components/NcNoteCard/NcNoteCard.vue.d.ts +44 -0
- package/dist/src/components/NcPopover/NcPopover.vue.d.ts +2 -0
- package/dist/src/components/NcPopover/NcPopoverTriggerProvider.vue.d.ts +25 -0
- package/dist/src/components/NcProgressBar/NcProgressBar.vue.d.ts +2 -0
- package/dist/src/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue.d.ts +140 -0
- package/dist/src/components/NcRelatedResourcesPanel/NcResource.vue.d.ts +32 -0
- package/dist/src/components/NcRichContenteditable/NcAutoCompleteResult.vue.d.ts +69 -0
- package/dist/src/components/NcRichContenteditable/NcMentionBubble.vue.d.ts +2 -0
- package/dist/src/components/NcRichContenteditable/NcRichContenteditable.vue.d.ts +342 -0
- package/dist/src/components/NcRichText/NcReferenceList.vue.d.ts +63 -0
- package/dist/src/components/NcRichText/NcReferencePicker/NcCustomPickerElement.vue.d.ts +28 -0
- package/dist/src/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +16 -0
- package/dist/src/components/NcRichText/NcReferencePicker/NcRawLinkInput.vue.d.ts +34 -0
- package/dist/src/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +84 -0
- package/dist/src/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +72 -0
- package/dist/src/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +69 -0
- package/dist/src/components/NcRichText/NcReferencePicker/NcSearchResult.vue.d.ts +34 -0
- package/dist/src/components/NcRichText/NcReferenceWidget.vue.d.ts +29 -0
- package/dist/src/components/NcRichText/NcRichText.vue.d.ts +140 -0
- package/dist/src/components/NcSavingIndicatorIcon/NcSavingIndicatorIcon.vue.d.ts +73 -0
- package/dist/src/components/NcSelect/NcSelect.vue.d.ts +14 -0
- package/dist/src/components/NcSelectTags/NcSelectTags.vue.d.ts +23 -0
- package/dist/src/components/NcSettingsInputText/NcSettingsInputText.vue.d.ts +97 -0
- package/dist/src/components/NcSettingsSection/NcSettingsSection.vue.d.ts +57 -0
- package/dist/src/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +144 -0
- package/dist/src/components/NcTextArea/NcTextArea.vue.d.ts +205 -0
- package/dist/src/components/NcTextField/NcTextField.vue.d.ts +20 -0
- package/dist/src/components/NcTimezonePicker/NcTimezonePicker.vue.d.ts +78 -0
- package/dist/src/components/NcUserBubble/NcUserBubble.vue.d.ts +180 -0
- package/dist/src/components/NcUserBubble/NcUserBubbleDiv.vue.d.ts +2 -0
- package/dist/src/components/NcUserStatusIcon/NcUserStatusIcon.vue.d.ts +2 -0
- package/dist/src/components/NcVNodes/NcVNodes.vue.d.ts +20 -0
- package/dist/src/components/index.d.ts +91 -0
- package/dist/src/directives/index.d.ts +24 -0
- package/dist/src/index.d.ts +27 -0
- package/dist/src/plugin.d.ts +16 -0
- package/dist/src/utils/isSlotPopulated.d.ts +29 -0
- package/dist/tests/unit/components/NcActions/NcActionButton.spec.d.ts +22 -0
- package/dist/tests/unit/components/NcActions/NcActions.spec.d.ts +23 -0
- package/dist/tests/unit/components/NcAppSettingsDialog/NcAppSettingsDialog.spec.d.ts +22 -0
- package/dist/tests/unit/components/NcAvatar/NcAvatar.spec.d.ts +22 -0
- package/dist/tests/unit/components/NcInputField/NcInputField.spec.d.ts +1 -0
- package/dist/tests/unit/components/NcListItemIcon/list-item-icon.spec.d.ts +22 -0
- package/dist/tests/unit/components/NcRichContenteditable/NcRichContenteditable.spec.d.ts +1 -0
- package/dist/tests/unit/plugin.spec.d.ts +22 -0
- package/dist/tests/unit/testing-utils.d.ts +6 -0
- package/dist/tests/unit/utils/isSlotPopulated.spec.d.ts +1 -0
- package/dist/vite.config.d.ts +3 -0
- package/dist/vitest.config.d.ts +3 -0
- package/package.json +35 -40
- package/dist/Mixins/isFullscreen.cjs +0 -35
- package/dist/Mixins/isFullscreen.cjs.map +0 -1
- package/dist/Mixins/isFullscreen.mjs +0 -36
- package/dist/Mixins/isFullscreen.mjs.map +0 -1
- package/dist/Mixins/isMobile.cjs +0 -35
- package/dist/Mixins/isMobile.cjs.map +0 -1
- package/dist/Mixins/isMobile.mjs +0 -36
- package/dist/Mixins/isMobile.mjs.map +0 -1
- package/dist/assets/NcActionButton-YVkNHN_x.css +0 -134
- package/dist/assets/NcActionCheckbox-6Pvlr1E7.css +0 -106
- package/dist/assets/NcActionInput-4zSvDkWm.css +0 -243
- package/dist/assets/NcActionRadio-eOr9Sp-D.css +0 -106
- package/dist/assets/NcActionRouter-MFTD6tYI.css +0 -133
- package/dist/assets/NcActionTextEditable-JrYuWEDd.css +0 -259
- package/dist/assets/NcActions-nAi2TA1m.css +0 -84
- package/dist/assets/NcAppContent-SZz3PTd8.css +0 -115
- package/dist/assets/NcAppNavigation-vjqOL-kR.css +0 -92
- package/dist/assets/NcAppNavigationCaption-l5yRGXZx.css +0 -52
- package/dist/assets/NcAppNavigationItem-n-wauJE7.css +0 -206
- package/dist/assets/NcAppNavigationNew-joyd78FM.css +0 -36
- package/dist/assets/NcAppNavigationSettings-Jx_6RpSn.css +0 -88
- package/dist/assets/NcAppNavigationToggle-upUgYNtL.css +0 -38
- package/dist/assets/NcAppSettingsDialog-8K8FduDk.css +0 -87
- package/dist/assets/NcAppSettingsSection-ahfdhix_.css +0 -41
- package/dist/assets/NcAppSidebar-iU8Zp4Qk.css +0 -318
- package/dist/assets/NcAppSidebarTab-Phau6edJ.css +0 -45
- package/dist/assets/NcAvatar-Vg6Mi1TD.css +0 -144
- package/dist/assets/NcBreadcrumb-M3hqCbqS.css +0 -80
- package/dist/assets/NcBreadcrumbs-KBV0Jccv.css +0 -49
- package/dist/assets/NcButton-DTnreNJ5.css +0 -204
- package/dist/assets/NcCheckboxRadioSwitch-IKpLtz9k.css +0 -199
- package/dist/assets/NcColorPicker-CNX9fj56.css +0 -131
- package/dist/assets/NcContent-LWR23l9i.css +0 -84
- package/dist/assets/NcDashboardWidget-01deRW9Z.css +0 -83
- package/dist/assets/NcDateTimePicker-J_kGHwdu.css +0 -884
- package/dist/assets/NcDateTimePickerNative-2pQS5L0H.css +0 -46
- package/dist/assets/NcDialog-2V180xdm.css +0 -115
- package/dist/assets/NcEmojiPicker-lBXbC6Jd.css +0 -550
- package/dist/assets/NcEmptyContent-pSz7F6Oe.css +0 -75
- package/dist/assets/NcGuestContent-mGGTzI2_.css +0 -51
- package/dist/assets/NcHeaderMenu-P0OkK9WN.css +0 -92
- package/dist/assets/NcIconSvgWrapper-arqrq5Bj.css +0 -44
- package/dist/assets/NcInputConfirmCancel-ks8z8dIn.css +0 -51
- package/dist/assets/NcInputField-Y-Qp3D_b.css +0 -193
- package/dist/assets/NcListItem-xcW2PRrk.css +0 -165
- package/dist/assets/NcListItemIcon-PQ2s6ZqX.css +0 -80
- package/dist/assets/NcModal-QzDLeQrW.css +0 -295
- package/dist/assets/NcRelatedResourcesPanel-m3uf_nvH.css +0 -76
- package/dist/assets/NcRichContenteditable-xiQ4y2Z6.css +0 -267
- package/dist/assets/NcSettingsInputText-MPi6a3Yy.css +0 -46
- package/dist/assets/NcSettingsSelectGroup-_Jpb8yE3.css +0 -34
- package/dist/assets/NcTextArea-K-KVPiMp.css +0 -138
- package/dist/assets/NcUserBubble-jjzI5imn.css +0 -59
- package/dist/assets/NcUserStatusIcon-62u43_6P.css +0 -41
- package/dist/assets/referencePickerModal-VxSowpb5.css +0 -509
- package/dist/chunks/AlertCircleOutline-VgVvRWpm.cjs +0 -35
- package/dist/chunks/AlertCircleOutline-VgVvRWpm.cjs.map +0 -1
- package/dist/chunks/AlertCircleOutline-lwSRucNO.mjs +0 -37
- package/dist/chunks/AlertCircleOutline-lwSRucNO.mjs.map +0 -1
- package/dist/chunks/ArrowLeft-3KC2k3tR.cjs +0 -35
- package/dist/chunks/ArrowLeft-3KC2k3tR.cjs.map +0 -1
- package/dist/chunks/ArrowLeft-buaCjhfr.mjs +0 -37
- package/dist/chunks/ArrowLeft-buaCjhfr.mjs.map +0 -1
- package/dist/chunks/ArrowRight-4p6gv-9o.mjs +0 -37
- package/dist/chunks/ArrowRight-4p6gv-9o.mjs.map +0 -1
- package/dist/chunks/ArrowRight-uEMed4kl.cjs +0 -35
- package/dist/chunks/ArrowRight-uEMed4kl.cjs.map +0 -1
- package/dist/chunks/Check-5uKO4aXx.cjs +0 -35
- package/dist/chunks/Check-5uKO4aXx.cjs.map +0 -1
- package/dist/chunks/Check-FObi_cEO.mjs +0 -37
- package/dist/chunks/Check-FObi_cEO.mjs.map +0 -1
- package/dist/chunks/ChevronDown-TbRvziNU.mjs +0 -37
- package/dist/chunks/ChevronDown-TbRvziNU.mjs.map +0 -1
- package/dist/chunks/ChevronDown-rdCNNu7u.cjs +0 -35
- package/dist/chunks/ChevronDown-rdCNNu7u.cjs.map +0 -1
- package/dist/chunks/ChevronRight-XOmSMmxA.mjs +0 -37
- package/dist/chunks/ChevronRight-XOmSMmxA.mjs.map +0 -1
- package/dist/chunks/ChevronRight-bp7fT1r7.cjs +0 -35
- package/dist/chunks/ChevronRight-bp7fT1r7.cjs.map +0 -1
- package/dist/chunks/Close-5Hzp7J3v.mjs +0 -37
- package/dist/chunks/Close-5Hzp7J3v.mjs.map +0 -1
- package/dist/chunks/Close-QFLrdRdG.cjs +0 -35
- package/dist/chunks/Close-QFLrdRdG.cjs.map +0 -1
- package/dist/chunks/DotsHorizontal-NssXDZGM.mjs +0 -37
- package/dist/chunks/DotsHorizontal-NssXDZGM.mjs.map +0 -1
- package/dist/chunks/DotsHorizontal-dlN1WvqM.cjs +0 -35
- package/dist/chunks/DotsHorizontal-dlN1WvqM.cjs.map +0 -1
- package/dist/chunks/GenColors-6mrcK1J2.cjs +0 -141
- package/dist/chunks/GenColors-6mrcK1J2.cjs.map +0 -1
- package/dist/chunks/GenColors-ZwEj275X.mjs +0 -142
- package/dist/chunks/GenColors-ZwEj275X.mjs.map +0 -1
- package/dist/chunks/NcActionButtonGroup-3W6tc8gZ.mjs +0 -50
- package/dist/chunks/NcActionButtonGroup-3W6tc8gZ.mjs.map +0 -1
- package/dist/chunks/NcActionButtonGroup-IEaXhYp3.cjs +0 -45
- package/dist/chunks/NcActionButtonGroup-IEaXhYp3.cjs.map +0 -1
- package/dist/chunks/NcActionInput-bLRYLx45.cjs +0 -234
- package/dist/chunks/NcActionInput-bLRYLx45.cjs.map +0 -1
- package/dist/chunks/NcActionInput-v8cC8WD4.mjs +0 -244
- package/dist/chunks/NcActionInput-v8cC8WD4.mjs.map +0 -1
- package/dist/chunks/NcActions-7ytNFRBJ.cjs +0 -493
- package/dist/chunks/NcActions-7ytNFRBJ.cjs.map +0 -1
- package/dist/chunks/NcActions-CNDgnRLf.mjs +0 -501
- package/dist/chunks/NcActions-CNDgnRLf.mjs.map +0 -1
- package/dist/chunks/NcAppContent-XBosilQH.mjs +0 -231
- package/dist/chunks/NcAppContent-XBosilQH.mjs.map +0 -1
- package/dist/chunks/NcAppContent-f3dNUfhO.cjs +0 -221
- package/dist/chunks/NcAppContent-f3dNUfhO.cjs.map +0 -1
- package/dist/chunks/NcAppNavigation-oke9RxP6.cjs +0 -113
- package/dist/chunks/NcAppNavigation-oke9RxP6.cjs.map +0 -1
- package/dist/chunks/NcAppNavigation-qUXaV47L.mjs +0 -122
- package/dist/chunks/NcAppNavigation-qUXaV47L.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationCaption-M-KZKijE.mjs +0 -47
- package/dist/chunks/NcAppNavigationCaption-M-KZKijE.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationCaption-hVmjPz-2.cjs +0 -43
- package/dist/chunks/NcAppNavigationCaption-hVmjPz-2.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-GNnDmUq5.mjs +0 -508
- package/dist/chunks/NcAppNavigationItem-GNnDmUq5.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-YYoh37Ky.cjs +0 -496
- package/dist/chunks/NcAppNavigationItem-YYoh37Ky.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationNewItem-3l4mRRsI.cjs +0 -86
- package/dist/chunks/NcAppNavigationNewItem-3l4mRRsI.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationNewItem-pBHgj8Es.mjs +0 -91
- package/dist/chunks/NcAppNavigationNewItem-pBHgj8Es.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationSettings-IkF_z_xt.cjs +0 -102
- package/dist/chunks/NcAppNavigationSettings-IkF_z_xt.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationSettings-c_S9UbSU.mjs +0 -105
- package/dist/chunks/NcAppNavigationSettings-c_S9UbSU.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-S4YTmnky.mjs +0 -113
- package/dist/chunks/NcAppNavigationToggle-S4YTmnky.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-Tvz9copM.cjs +0 -109
- package/dist/chunks/NcAppNavigationToggle-Tvz9copM.cjs.map +0 -1
- package/dist/chunks/NcAppSettingsDialog-CQtmRXyZ.mjs +0 -184
- package/dist/chunks/NcAppSettingsDialog-CQtmRXyZ.mjs.map +0 -1
- package/dist/chunks/NcAppSettingsDialog-L6IvAL_I.cjs +0 -176
- package/dist/chunks/NcAppSettingsDialog-L6IvAL_I.cjs.map +0 -1
- package/dist/chunks/NcAppSidebar-GCbKi7Tk.cjs +0 -547
- package/dist/chunks/NcAppSidebar-GCbKi7Tk.cjs.map +0 -1
- package/dist/chunks/NcAppSidebar-nHbqU8Wl.mjs +0 -565
- package/dist/chunks/NcAppSidebar-nHbqU8Wl.mjs.map +0 -1
- package/dist/chunks/NcAvatar-1gX-bnpd.mjs +0 -467
- package/dist/chunks/NcAvatar-1gX-bnpd.mjs.map +0 -1
- package/dist/chunks/NcAvatar-8NgbtiTN.cjs +0 -453
- package/dist/chunks/NcAvatar-8NgbtiTN.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-3vNer4Fs.cjs +0 -172
- package/dist/chunks/NcBreadcrumb-3vNer4Fs.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-VlYks8Vu.mjs +0 -179
- package/dist/chunks/NcBreadcrumb-VlYks8Vu.mjs.map +0 -1
- package/dist/chunks/NcBreadcrumbs-GhYBmcix.cjs +0 -407
- package/dist/chunks/NcBreadcrumbs-GhYBmcix.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumbs-UCJPNjZg.mjs +0 -418
- package/dist/chunks/NcBreadcrumbs-UCJPNjZg.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-3sa_9DpY.mjs +0 -607
- package/dist/chunks/NcCheckboxRadioSwitch-3sa_9DpY.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-s5C7ZGB_.cjs +0 -603
- package/dist/chunks/NcCheckboxRadioSwitch-s5C7ZGB_.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-2l55YbP4.cjs +0 -3
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-2l55YbP4.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-4V3NxICZ.mjs +0 -3
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-4V3NxICZ.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-4qA0UWdA.cjs +0 -161
- package/dist/chunks/NcColorPicker-4qA0UWdA.cjs.map +0 -1
- package/dist/chunks/NcColorPicker-aNJDKf-I.mjs +0 -172
- package/dist/chunks/NcColorPicker-aNJDKf-I.mjs.map +0 -1
- package/dist/chunks/NcContent-V1PRVhsU.mjs +0 -131
- package/dist/chunks/NcContent-V1PRVhsU.mjs.map +0 -1
- package/dist/chunks/NcContent-x5KPSopo.cjs +0 -123
- package/dist/chunks/NcContent-x5KPSopo.cjs.map +0 -1
- package/dist/chunks/NcDashboardWidget-pzCvVb_0.mjs +0 -141
- package/dist/chunks/NcDashboardWidget-pzCvVb_0.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidget-w15LYpmC.cjs +0 -134
- package/dist/chunks/NcDashboardWidget-w15LYpmC.cjs.map +0 -1
- package/dist/chunks/NcDashboardWidgetItem-FNmPTAuj.mjs +0 -143
- package/dist/chunks/NcDashboardWidgetItem-FNmPTAuj.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidgetItem-YJerQyu5.cjs +0 -137
- package/dist/chunks/NcDashboardWidgetItem-YJerQyu5.cjs.map +0 -1
- package/dist/chunks/NcDateTime-22ULCxg8.mjs +0 -146
- package/dist/chunks/NcDateTime-22ULCxg8.mjs.map +0 -1
- package/dist/chunks/NcDateTime-eHTrKYG4.cjs +0 -142
- package/dist/chunks/NcDateTime-eHTrKYG4.cjs.map +0 -1
- package/dist/chunks/NcDialog-KlvRL7k1.cjs +0 -209
- package/dist/chunks/NcDialog-KlvRL7k1.cjs.map +0 -1
- package/dist/chunks/NcDialog-b2LjzZB8.mjs +0 -217
- package/dist/chunks/NcDialog-b2LjzZB8.mjs.map +0 -1
- package/dist/chunks/NcDialogButton-37xKCh_l.cjs +0 -68
- package/dist/chunks/NcDialogButton-37xKCh_l.cjs.map +0 -1
- package/dist/chunks/NcDialogButton-O4JZ53Dj.mjs +0 -73
- package/dist/chunks/NcDialogButton-O4JZ53Dj.mjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-H_YmCt4L.mjs +0 -249
- package/dist/chunks/NcEmojiPicker-H_YmCt4L.mjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-o1VRXxQO.cjs +0 -238
- package/dist/chunks/NcEmojiPicker-o1VRXxQO.cjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-CIYGCufy.cjs +0 -183
- package/dist/chunks/NcHeaderMenu-CIYGCufy.cjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-CfEUQ0JV.mjs +0 -190
- package/dist/chunks/NcHeaderMenu-CfEUQ0JV.mjs.map +0 -1
- package/dist/chunks/NcIconSvgWrapper-P-GkSjTH.mjs +0 -85
- package/dist/chunks/NcIconSvgWrapper-P-GkSjTH.mjs.map +0 -1
- package/dist/chunks/NcIconSvgWrapper-_lgitSfS.cjs +0 -80
- package/dist/chunks/NcIconSvgWrapper-_lgitSfS.cjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-YzEcukdc.cjs +0 -91
- package/dist/chunks/NcInputConfirmCancel-YzEcukdc.cjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-lUDtoN2O.mjs +0 -97
- package/dist/chunks/NcInputConfirmCancel-lUDtoN2O.mjs.map +0 -1
- package/dist/chunks/NcListItem-AZpInn_s.mjs +0 -248
- package/dist/chunks/NcListItem-AZpInn_s.mjs.map +0 -1
- package/dist/chunks/NcListItem-bBx6_yWw.cjs +0 -242
- package/dist/chunks/NcListItem-bBx6_yWw.cjs.map +0 -1
- package/dist/chunks/NcListItemIcon-1ZcwsrMT.mjs +0 -164
- package/dist/chunks/NcListItemIcon-1ZcwsrMT.mjs.map +0 -1
- package/dist/chunks/NcListItemIcon-uPc7p1KY.cjs +0 -160
- package/dist/chunks/NcListItemIcon-uPc7p1KY.cjs.map +0 -1
- package/dist/chunks/NcPasswordField-YvUbX2WS.cjs +0 -229
- package/dist/chunks/NcPasswordField-YvUbX2WS.cjs.map +0 -1
- package/dist/chunks/NcPasswordField-fNiTJMmG.mjs +0 -238
- package/dist/chunks/NcPasswordField-fNiTJMmG.mjs.map +0 -1
- package/dist/chunks/NcPopover-EXxv8Pzw.cjs +0 -218
- package/dist/chunks/NcPopover-EXxv8Pzw.cjs.map +0 -1
- package/dist/chunks/NcPopover-NyUZ2r7V.mjs +0 -225
- package/dist/chunks/NcPopover-NyUZ2r7V.mjs.map +0 -1
- package/dist/chunks/NcProgressBar-hQCFE5H3.mjs +0 -99
- package/dist/chunks/NcProgressBar-hQCFE5H3.mjs.map +0 -1
- package/dist/chunks/NcProgressBar-yrdD1jxU.cjs +0 -95
- package/dist/chunks/NcProgressBar-yrdD1jxU.cjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-DCqlPqZc.cjs +0 -199
- package/dist/chunks/NcRelatedResourcesPanel-DCqlPqZc.cjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-H2imJgxi.mjs +0 -205
- package/dist/chunks/NcRelatedResourcesPanel-H2imJgxi.mjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-EZp-vrCT.mjs +0 -515
- package/dist/chunks/NcRichContenteditable-EZp-vrCT.mjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-lPa8fqWG.cjs +0 -504
- package/dist/chunks/NcRichContenteditable-lPa8fqWG.cjs.map +0 -1
- package/dist/chunks/NcRichText-7CHftQ4Z.mjs +0 -346
- package/dist/chunks/NcRichText-7CHftQ4Z.mjs.map +0 -1
- package/dist/chunks/NcRichText-SPiEkcnt.cjs +0 -330
- package/dist/chunks/NcRichText-SPiEkcnt.cjs.map +0 -1
- package/dist/chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs +0 -62
- package/dist/chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs.map +0 -1
- package/dist/chunks/NcSavingIndicatorIcon-wcQ0mBIL.cjs +0 -59
- package/dist/chunks/NcSavingIndicatorIcon-wcQ0mBIL.cjs.map +0 -1
- package/dist/chunks/NcSelect-c9-eF29z.cjs +0 -462
- package/dist/chunks/NcSelect-c9-eF29z.cjs.map +0 -1
- package/dist/chunks/NcSelect-zx9IspDS.mjs +0 -474
- package/dist/chunks/NcSelect-zx9IspDS.mjs.map +0 -1
- package/dist/chunks/NcSelectTags-WGdCwmRr.mjs +0 -267
- package/dist/chunks/NcSelectTags-WGdCwmRr.mjs.map +0 -1
- package/dist/chunks/NcSelectTags-doFIXNxC.cjs +0 -261
- package/dist/chunks/NcSelectTags-doFIXNxC.cjs.map +0 -1
- package/dist/chunks/NcSettingsInputText-YMRo6B3V.mjs +0 -95
- package/dist/chunks/NcSettingsInputText-YMRo6B3V.mjs.map +0 -1
- package/dist/chunks/NcSettingsInputText-sJarpoq-.cjs +0 -91
- package/dist/chunks/NcSettingsInputText-sJarpoq-.cjs.map +0 -1
- package/dist/chunks/NcSettingsSection-R_JKZdJk.cjs +0 -95
- package/dist/chunks/NcSettingsSection-R_JKZdJk.cjs.map +0 -1
- package/dist/chunks/NcSettingsSection-zdWzOqxk.mjs +0 -98
- package/dist/chunks/NcSettingsSection-zdWzOqxk.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-Ghgl6Y_d.mjs +0 -192
- package/dist/chunks/NcSettingsSelectGroup-Ghgl6Y_d.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-NhJyFPsw.cjs +0 -184
- package/dist/chunks/NcSettingsSelectGroup-NhJyFPsw.cjs.map +0 -1
- package/dist/chunks/NcTextField-8ap5MAGr.cjs +0 -140
- package/dist/chunks/NcTextField-8ap5MAGr.cjs.map +0 -1
- package/dist/chunks/NcTextField-tIJ3fJ37.mjs +0 -146
- package/dist/chunks/NcTextField-tIJ3fJ37.mjs.map +0 -1
- package/dist/chunks/NcTimezonePicker-Ue_mc4jo.mjs +0 -7205
- package/dist/chunks/NcTimezonePicker-Ue_mc4jo.mjs.map +0 -1
- package/dist/chunks/NcTimezonePicker-ag-krDDP.cjs +0 -7199
- package/dist/chunks/NcTimezonePicker-ag-krDDP.cjs.map +0 -1
- package/dist/chunks/NcUserBubble-hfgJXqk2.cjs +0 -191
- package/dist/chunks/NcUserBubble-hfgJXqk2.cjs.map +0 -1
- package/dist/chunks/NcUserBubble-s30BQXdv.mjs +0 -197
- package/dist/chunks/NcUserBubble-s30BQXdv.mjs.map +0 -1
- package/dist/chunks/NcUserStatusIcon-H5b_e8YL.mjs +0 -174
- package/dist/chunks/NcUserStatusIcon-H5b_e8YL.mjs.map +0 -1
- package/dist/chunks/NcUserStatusIcon-PevYJx6w.cjs +0 -166
- package/dist/chunks/NcUserStatusIcon-PevYJx6w.cjs.map +0 -1
- package/dist/chunks/ScopeComponent-9XNLQCuu.mjs +0 -29
- package/dist/chunks/ScopeComponent-9XNLQCuu.mjs.map +0 -1
- package/dist/chunks/ScopeComponent-_Cg8ogL-.cjs +0 -28
- package/dist/chunks/ScopeComponent-_Cg8ogL-.cjs.map +0 -1
- package/dist/chunks/_l10n-juAR1Sua.cjs +0 -64
- package/dist/chunks/_l10n-juAR1Sua.cjs.map +0 -1
- package/dist/chunks/_l10n-tZEKUJRj.mjs +0 -66
- package/dist/chunks/_l10n-tZEKUJRj.mjs.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-DCfUPqga.cjs +0 -31
- package/dist/chunks/_plugin-vue2_normalizer-DCfUPqga.cjs.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs +0 -32
- package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs.map +0 -1
- package/dist/chunks/actionGlobal-_f-PhW84.cjs +0 -45
- package/dist/chunks/actionGlobal-_f-PhW84.cjs.map +0 -1
- package/dist/chunks/actionGlobal-ejpd0zqm.mjs +0 -46
- package/dist/chunks/actionGlobal-ejpd0zqm.mjs.map +0 -1
- package/dist/chunks/actionText-AoAs4kqP.mjs +0 -127
- package/dist/chunks/actionText-AoAs4kqP.mjs.map +0 -1
- package/dist/chunks/actionText-pGrMQtZ3.cjs +0 -126
- package/dist/chunks/actionText-pGrMQtZ3.cjs.map +0 -1
- package/dist/chunks/index-2phCrsSH.mjs +0 -149
- package/dist/chunks/index-2phCrsSH.mjs.map +0 -1
- package/dist/chunks/index-AX_b-FPF.cjs +0 -150
- package/dist/chunks/index-AX_b-FPF.cjs.map +0 -1
- package/dist/chunks/index-FO4BaGaF.cjs +0 -148
- package/dist/chunks/index-FO4BaGaF.cjs.map +0 -1
- package/dist/chunks/index-KrMGGc7j.mjs +0 -156
- package/dist/chunks/index-KrMGGc7j.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-jbqYHMmd.mjs +0 -897
- package/dist/chunks/referencePickerModal-jbqYHMmd.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-rHOAeK-a.cjs +0 -879
- package/dist/chunks/referencePickerModal-rHOAeK-a.cjs.map +0 -1
- package/dist/chunks/usernameToColor-fJ1S8Q2S.cjs +0 -39
- package/dist/chunks/usernameToColor-fJ1S8Q2S.cjs.map +0 -1
- package/dist/chunks/usernameToColor-pYptUj7i.mjs +0 -41
- package/dist/chunks/usernameToColor-pYptUj7i.mjs.map +0 -1
- package/dist/plugin.d.ts +0 -17
- /package/dist/{functions → src/functions}/a11y/index.d.ts +0 -0
- /package/dist/{functions → src/functions}/emoji/emoji.d.ts +0 -0
- /package/dist/{functions → src/functions}/emoji/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/UserStatus.d.ts +0 -0
|
@@ -0,0 +1,701 @@
|
|
|
1
|
+
import { openBlock as n, createElementBlock as l, mergeProps as d, createElementVNode as f, toDisplayString as m, createCommentVNode as s, resolveComponent as v, normalizeClass as k, renderSlot as y, createBlock as w, resolveDynamicComponent as A, toHandlers as x, withCtx as C, createVNode as S, createSlots as B } from "vue";
|
|
2
|
+
import { _ as r } from "./_plugin-vue_export-helper-hUChTQA_.mjs";
|
|
3
|
+
import { N as V } from "./NcLoadingIcon-DnhhU7Z8.mjs";
|
|
4
|
+
import "./NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_c3135eb8_lang-kB-352LR.mjs";
|
|
5
|
+
import { G as z } from "./GenRandomId-VodkdWbp.mjs";
|
|
6
|
+
import { a as T, L as p } from "./_l10n-JmazR_zZ.mjs";
|
|
7
|
+
const I = {
|
|
8
|
+
name: "CheckboxBlankOutlineIcon",
|
|
9
|
+
emits: ["click"],
|
|
10
|
+
props: {
|
|
11
|
+
title: {
|
|
12
|
+
type: String
|
|
13
|
+
},
|
|
14
|
+
fillColor: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: "currentColor"
|
|
17
|
+
},
|
|
18
|
+
size: {
|
|
19
|
+
type: Number,
|
|
20
|
+
default: 24
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}, N = ["aria-hidden", "aria-label"], M = ["fill", "width", "height"], E = { d: "M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z" }, H = { key: 0 };
|
|
24
|
+
function L(t, a, e, c, u, i) {
|
|
25
|
+
return n(), l("span", d(t.$attrs, {
|
|
26
|
+
"aria-hidden": !e.title,
|
|
27
|
+
"aria-label": e.title,
|
|
28
|
+
class: "material-design-icon checkbox-blank-outline-icon",
|
|
29
|
+
role: "img",
|
|
30
|
+
onClick: a[0] || (a[0] = (o) => t.$emit("click", o))
|
|
31
|
+
}), [
|
|
32
|
+
(n(), l("svg", {
|
|
33
|
+
fill: e.fillColor,
|
|
34
|
+
class: "material-design-icon__svg",
|
|
35
|
+
width: e.size,
|
|
36
|
+
height: e.size,
|
|
37
|
+
viewBox: "0 0 24 24"
|
|
38
|
+
}, [
|
|
39
|
+
f("path", E, [
|
|
40
|
+
e.title ? (n(), l("title", H, m(e.title), 1)) : s("", !0)
|
|
41
|
+
])
|
|
42
|
+
], 8, M))
|
|
43
|
+
], 16, N);
|
|
44
|
+
}
|
|
45
|
+
const O = /* @__PURE__ */ r(I, [["render", L]]), R = {
|
|
46
|
+
name: "MinusBoxIcon",
|
|
47
|
+
emits: ["click"],
|
|
48
|
+
props: {
|
|
49
|
+
title: {
|
|
50
|
+
type: String
|
|
51
|
+
},
|
|
52
|
+
fillColor: {
|
|
53
|
+
type: String,
|
|
54
|
+
default: "currentColor"
|
|
55
|
+
},
|
|
56
|
+
size: {
|
|
57
|
+
type: Number,
|
|
58
|
+
default: 24
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}, Z = ["aria-hidden", "aria-label"], P = ["fill", "width", "height"], G = { d: "M17,13H7V11H17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z" }, q = { key: 0 };
|
|
62
|
+
function W(t, a, e, c, u, i) {
|
|
63
|
+
return n(), l("span", d(t.$attrs, {
|
|
64
|
+
"aria-hidden": !e.title,
|
|
65
|
+
"aria-label": e.title,
|
|
66
|
+
class: "material-design-icon minus-box-icon",
|
|
67
|
+
role: "img",
|
|
68
|
+
onClick: a[0] || (a[0] = (o) => t.$emit("click", o))
|
|
69
|
+
}), [
|
|
70
|
+
(n(), l("svg", {
|
|
71
|
+
fill: e.fillColor,
|
|
72
|
+
class: "material-design-icon__svg",
|
|
73
|
+
width: e.size,
|
|
74
|
+
height: e.size,
|
|
75
|
+
viewBox: "0 0 24 24"
|
|
76
|
+
}, [
|
|
77
|
+
f("path", G, [
|
|
78
|
+
e.title ? (n(), l("title", q, m(e.title), 1)) : s("", !0)
|
|
79
|
+
])
|
|
80
|
+
], 8, P))
|
|
81
|
+
], 16, Z);
|
|
82
|
+
}
|
|
83
|
+
const Y = /* @__PURE__ */ r(R, [["render", W]]), D = {
|
|
84
|
+
name: "CheckboxMarkedIcon",
|
|
85
|
+
emits: ["click"],
|
|
86
|
+
props: {
|
|
87
|
+
title: {
|
|
88
|
+
type: String
|
|
89
|
+
},
|
|
90
|
+
fillColor: {
|
|
91
|
+
type: String,
|
|
92
|
+
default: "currentColor"
|
|
93
|
+
},
|
|
94
|
+
size: {
|
|
95
|
+
type: Number,
|
|
96
|
+
default: 24
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}, j = ["aria-hidden", "aria-label"], K = ["fill", "width", "height"], U = { d: "M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z" }, X = { key: 0 };
|
|
100
|
+
function F(t, a, e, c, u, i) {
|
|
101
|
+
return n(), l("span", d(t.$attrs, {
|
|
102
|
+
"aria-hidden": !e.title,
|
|
103
|
+
"aria-label": e.title,
|
|
104
|
+
class: "material-design-icon checkbox-marked-icon",
|
|
105
|
+
role: "img",
|
|
106
|
+
onClick: a[0] || (a[0] = (o) => t.$emit("click", o))
|
|
107
|
+
}), [
|
|
108
|
+
(n(), l("svg", {
|
|
109
|
+
fill: e.fillColor,
|
|
110
|
+
class: "material-design-icon__svg",
|
|
111
|
+
width: e.size,
|
|
112
|
+
height: e.size,
|
|
113
|
+
viewBox: "0 0 24 24"
|
|
114
|
+
}, [
|
|
115
|
+
f("path", U, [
|
|
116
|
+
e.title ? (n(), l("title", X, m(e.title), 1)) : s("", !0)
|
|
117
|
+
])
|
|
118
|
+
], 8, K))
|
|
119
|
+
], 16, j);
|
|
120
|
+
}
|
|
121
|
+
const J = /* @__PURE__ */ r(D, [["render", F]]), Q = {
|
|
122
|
+
name: "RadioboxMarkedIcon",
|
|
123
|
+
emits: ["click"],
|
|
124
|
+
props: {
|
|
125
|
+
title: {
|
|
126
|
+
type: String
|
|
127
|
+
},
|
|
128
|
+
fillColor: {
|
|
129
|
+
type: String,
|
|
130
|
+
default: "currentColor"
|
|
131
|
+
},
|
|
132
|
+
size: {
|
|
133
|
+
type: Number,
|
|
134
|
+
default: 24
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}, $ = ["aria-hidden", "aria-label"], ee = ["fill", "width", "height"], te = { d: "M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7Z" }, ie = { key: 0 };
|
|
138
|
+
function ne(t, a, e, c, u, i) {
|
|
139
|
+
return n(), l("span", d(t.$attrs, {
|
|
140
|
+
"aria-hidden": !e.title,
|
|
141
|
+
"aria-label": e.title,
|
|
142
|
+
class: "material-design-icon radiobox-marked-icon",
|
|
143
|
+
role: "img",
|
|
144
|
+
onClick: a[0] || (a[0] = (o) => t.$emit("click", o))
|
|
145
|
+
}), [
|
|
146
|
+
(n(), l("svg", {
|
|
147
|
+
fill: e.fillColor,
|
|
148
|
+
class: "material-design-icon__svg",
|
|
149
|
+
width: e.size,
|
|
150
|
+
height: e.size,
|
|
151
|
+
viewBox: "0 0 24 24"
|
|
152
|
+
}, [
|
|
153
|
+
f("path", te, [
|
|
154
|
+
e.title ? (n(), l("title", ie, m(e.title), 1)) : s("", !0)
|
|
155
|
+
])
|
|
156
|
+
], 8, ee))
|
|
157
|
+
], 16, $);
|
|
158
|
+
}
|
|
159
|
+
const ae = /* @__PURE__ */ r(Q, [["render", ne]]), le = {
|
|
160
|
+
name: "RadioboxBlankIcon",
|
|
161
|
+
emits: ["click"],
|
|
162
|
+
props: {
|
|
163
|
+
title: {
|
|
164
|
+
type: String
|
|
165
|
+
},
|
|
166
|
+
fillColor: {
|
|
167
|
+
type: String,
|
|
168
|
+
default: "currentColor"
|
|
169
|
+
},
|
|
170
|
+
size: {
|
|
171
|
+
type: Number,
|
|
172
|
+
default: 24
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}, oe = ["aria-hidden", "aria-label"], se = ["fill", "width", "height"], de = { d: "M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" }, re = { key: 0 };
|
|
176
|
+
function ce(t, a, e, c, u, i) {
|
|
177
|
+
return n(), l("span", d(t.$attrs, {
|
|
178
|
+
"aria-hidden": !e.title,
|
|
179
|
+
"aria-label": e.title,
|
|
180
|
+
class: "material-design-icon radiobox-blank-icon",
|
|
181
|
+
role: "img",
|
|
182
|
+
onClick: a[0] || (a[0] = (o) => t.$emit("click", o))
|
|
183
|
+
}), [
|
|
184
|
+
(n(), l("svg", {
|
|
185
|
+
fill: e.fillColor,
|
|
186
|
+
class: "material-design-icon__svg",
|
|
187
|
+
width: e.size,
|
|
188
|
+
height: e.size,
|
|
189
|
+
viewBox: "0 0 24 24"
|
|
190
|
+
}, [
|
|
191
|
+
f("path", de, [
|
|
192
|
+
e.title ? (n(), l("title", re, m(e.title), 1)) : s("", !0)
|
|
193
|
+
])
|
|
194
|
+
], 8, se))
|
|
195
|
+
], 16, oe);
|
|
196
|
+
}
|
|
197
|
+
const ue = /* @__PURE__ */ r(le, [["render", ce]]), he = {
|
|
198
|
+
name: "ToggleSwitchOffIcon",
|
|
199
|
+
emits: ["click"],
|
|
200
|
+
props: {
|
|
201
|
+
title: {
|
|
202
|
+
type: String
|
|
203
|
+
},
|
|
204
|
+
fillColor: {
|
|
205
|
+
type: String,
|
|
206
|
+
default: "currentColor"
|
|
207
|
+
},
|
|
208
|
+
size: {
|
|
209
|
+
type: Number,
|
|
210
|
+
default: 24
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}, fe = ["aria-hidden", "aria-label"], me = ["fill", "width", "height"], _e = { d: "M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M7,15A3,3 0 0,1 4,12A3,3 0 0,1 7,9A3,3 0 0,1 10,12A3,3 0 0,1 7,15Z" }, be = { key: 0 };
|
|
214
|
+
function ge(t, a, e, c, u, i) {
|
|
215
|
+
return n(), l("span", d(t.$attrs, {
|
|
216
|
+
"aria-hidden": !e.title,
|
|
217
|
+
"aria-label": e.title,
|
|
218
|
+
class: "material-design-icon toggle-switch-off-icon",
|
|
219
|
+
role: "img",
|
|
220
|
+
onClick: a[0] || (a[0] = (o) => t.$emit("click", o))
|
|
221
|
+
}), [
|
|
222
|
+
(n(), l("svg", {
|
|
223
|
+
fill: e.fillColor,
|
|
224
|
+
class: "material-design-icon__svg",
|
|
225
|
+
width: e.size,
|
|
226
|
+
height: e.size,
|
|
227
|
+
viewBox: "0 0 24 24"
|
|
228
|
+
}, [
|
|
229
|
+
f("path", _e, [
|
|
230
|
+
e.title ? (n(), l("title", be, m(e.title), 1)) : s("", !0)
|
|
231
|
+
])
|
|
232
|
+
], 8, me))
|
|
233
|
+
], 16, fe);
|
|
234
|
+
}
|
|
235
|
+
const ye = /* @__PURE__ */ r(he, [["render", ge]]), ke = {
|
|
236
|
+
name: "ToggleSwitchIcon",
|
|
237
|
+
emits: ["click"],
|
|
238
|
+
props: {
|
|
239
|
+
title: {
|
|
240
|
+
type: String
|
|
241
|
+
},
|
|
242
|
+
fillColor: {
|
|
243
|
+
type: String,
|
|
244
|
+
default: "currentColor"
|
|
245
|
+
},
|
|
246
|
+
size: {
|
|
247
|
+
type: Number,
|
|
248
|
+
default: 24
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}, Ce = ["aria-hidden", "aria-label"], we = ["fill", "width", "height"], xe = { d: "M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M17,15A3,3 0 0,1 14,12A3,3 0 0,1 17,9A3,3 0 0,1 20,12A3,3 0 0,1 17,15Z" }, ve = { key: 0 };
|
|
252
|
+
function Ae(t, a, e, c, u, i) {
|
|
253
|
+
return n(), l("span", d(t.$attrs, {
|
|
254
|
+
"aria-hidden": !e.title,
|
|
255
|
+
"aria-label": e.title,
|
|
256
|
+
class: "material-design-icon toggle-switch-icon",
|
|
257
|
+
role: "img",
|
|
258
|
+
onClick: a[0] || (a[0] = (o) => t.$emit("click", o))
|
|
259
|
+
}), [
|
|
260
|
+
(n(), l("svg", {
|
|
261
|
+
fill: e.fillColor,
|
|
262
|
+
class: "material-design-icon__svg",
|
|
263
|
+
width: e.size,
|
|
264
|
+
height: e.size,
|
|
265
|
+
viewBox: "0 0 24 24"
|
|
266
|
+
}, [
|
|
267
|
+
f("path", xe, [
|
|
268
|
+
e.title ? (n(), l("title", ve, m(e.title), 1)) : s("", !0)
|
|
269
|
+
])
|
|
270
|
+
], 8, we))
|
|
271
|
+
], 16, Ce);
|
|
272
|
+
}
|
|
273
|
+
const Se = /* @__PURE__ */ r(ke, [["render", Ae]]), _ = "checkbox", b = "radio", h = "switch", g = "button", Be = {
|
|
274
|
+
name: "NcCheckboxContent",
|
|
275
|
+
components: {
|
|
276
|
+
NcLoadingIcon: V
|
|
277
|
+
},
|
|
278
|
+
props: {
|
|
279
|
+
/**
|
|
280
|
+
* Unique id attribute of the input to label
|
|
281
|
+
*/
|
|
282
|
+
id: {
|
|
283
|
+
type: String,
|
|
284
|
+
default: null
|
|
285
|
+
},
|
|
286
|
+
/**
|
|
287
|
+
* Class for the icon element
|
|
288
|
+
*/
|
|
289
|
+
iconClass: {
|
|
290
|
+
type: [String, Object],
|
|
291
|
+
default: null
|
|
292
|
+
},
|
|
293
|
+
/**
|
|
294
|
+
* Class for the text element
|
|
295
|
+
*/
|
|
296
|
+
textClass: {
|
|
297
|
+
type: [String, Object],
|
|
298
|
+
default: null
|
|
299
|
+
},
|
|
300
|
+
/**
|
|
301
|
+
* Type of the input. checkbox, radio, switch, or button.
|
|
302
|
+
*
|
|
303
|
+
* Only use button when used in a `tablist` container and the
|
|
304
|
+
* `tab` role is set.
|
|
305
|
+
*
|
|
306
|
+
* @type {'checkbox'|'radio'|'switch'|'button'}
|
|
307
|
+
*/
|
|
308
|
+
type: {
|
|
309
|
+
type: String,
|
|
310
|
+
default: "checkbox",
|
|
311
|
+
validator: (t) => [
|
|
312
|
+
_,
|
|
313
|
+
b,
|
|
314
|
+
h,
|
|
315
|
+
g
|
|
316
|
+
].includes(t)
|
|
317
|
+
},
|
|
318
|
+
/**
|
|
319
|
+
* Toggle the alternative button style
|
|
320
|
+
*/
|
|
321
|
+
buttonVariant: {
|
|
322
|
+
type: Boolean,
|
|
323
|
+
default: !1
|
|
324
|
+
},
|
|
325
|
+
/**
|
|
326
|
+
* True if the entry is checked
|
|
327
|
+
*/
|
|
328
|
+
isChecked: {
|
|
329
|
+
type: Boolean,
|
|
330
|
+
default: !1
|
|
331
|
+
},
|
|
332
|
+
/**
|
|
333
|
+
* Indeterminate state
|
|
334
|
+
*/
|
|
335
|
+
indeterminate: {
|
|
336
|
+
type: Boolean,
|
|
337
|
+
default: !1
|
|
338
|
+
},
|
|
339
|
+
/**
|
|
340
|
+
* Loading state
|
|
341
|
+
*/
|
|
342
|
+
loading: {
|
|
343
|
+
type: Boolean,
|
|
344
|
+
default: !1
|
|
345
|
+
},
|
|
346
|
+
/**
|
|
347
|
+
* Icon size
|
|
348
|
+
*/
|
|
349
|
+
size: {
|
|
350
|
+
type: Number,
|
|
351
|
+
default: 24
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
computed: {
|
|
355
|
+
isButtonType() {
|
|
356
|
+
return this.type === g;
|
|
357
|
+
},
|
|
358
|
+
/**
|
|
359
|
+
* Returns the proper Material icon depending on the select case
|
|
360
|
+
*
|
|
361
|
+
* @return {object}
|
|
362
|
+
*/
|
|
363
|
+
checkboxRadioIconElement() {
|
|
364
|
+
return this.type === b ? this.isChecked ? ae : ue : this.type === h ? this.isChecked ? Se : ye : this.indeterminate ? Y : this.isChecked ? J : O;
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
}, Ve = ["id"];
|
|
368
|
+
function ze(t, a, e, c, u, i) {
|
|
369
|
+
const o = v("NcLoadingIcon");
|
|
370
|
+
return n(), l("span", {
|
|
371
|
+
id: i.isButtonType ? void 0 : `${e.id}-label`,
|
|
372
|
+
class: k(["checkbox-content", {
|
|
373
|
+
["checkbox-content-" + e.type]: !0,
|
|
374
|
+
"checkbox-content--button-variant": e.buttonVariant,
|
|
375
|
+
"checkbox-content--has-text": !!t.$slots.default
|
|
376
|
+
}])
|
|
377
|
+
}, [
|
|
378
|
+
f("span", {
|
|
379
|
+
class: k({
|
|
380
|
+
"checkbox-content__icon": !0,
|
|
381
|
+
"checkbox-content__icon--checked": e.isChecked,
|
|
382
|
+
[e.iconClass]: !0
|
|
383
|
+
}),
|
|
384
|
+
"aria-hidden": !0,
|
|
385
|
+
inert: ""
|
|
386
|
+
}, [
|
|
387
|
+
y(t.$slots, "icon", {
|
|
388
|
+
checked: e.isChecked,
|
|
389
|
+
loading: e.loading
|
|
390
|
+
}, () => [
|
|
391
|
+
e.loading ? (n(), w(o, { key: 0 })) : e.buttonVariant ? s("", !0) : (n(), w(A(i.checkboxRadioIconElement), {
|
|
392
|
+
key: 1,
|
|
393
|
+
size: e.size
|
|
394
|
+
}, null, 8, ["size"]))
|
|
395
|
+
], !0)
|
|
396
|
+
], 2),
|
|
397
|
+
t.$slots.default ? (n(), l("span", {
|
|
398
|
+
key: 0,
|
|
399
|
+
class: k(["checkbox-content__text", e.textClass])
|
|
400
|
+
}, [
|
|
401
|
+
y(t.$slots, "default", {}, void 0, !0)
|
|
402
|
+
], 2)) : s("", !0)
|
|
403
|
+
], 10, Ve);
|
|
404
|
+
}
|
|
405
|
+
const Te = /* @__PURE__ */ r(Be, [["render", ze], ["__scopeId", "data-v-adf98230"]]), pe = {
|
|
406
|
+
name: "NcCheckboxRadioSwitch",
|
|
407
|
+
components: {
|
|
408
|
+
NcCheckboxContent: Te
|
|
409
|
+
},
|
|
410
|
+
props: {
|
|
411
|
+
/**
|
|
412
|
+
* Unique id attribute of the input
|
|
413
|
+
*/
|
|
414
|
+
id: {
|
|
415
|
+
type: String,
|
|
416
|
+
default: () => "checkbox-radio-switch-" + z(),
|
|
417
|
+
validator: (t) => t.trim() !== ""
|
|
418
|
+
},
|
|
419
|
+
/**
|
|
420
|
+
* Unique id attribute of the wrapper element
|
|
421
|
+
*/
|
|
422
|
+
wrapperId: {
|
|
423
|
+
type: String,
|
|
424
|
+
default: null
|
|
425
|
+
},
|
|
426
|
+
/**
|
|
427
|
+
* Input name. Required for radio, optional for checkbox, and ignored
|
|
428
|
+
* for button.
|
|
429
|
+
*/
|
|
430
|
+
name: {
|
|
431
|
+
type: String,
|
|
432
|
+
default: null
|
|
433
|
+
},
|
|
434
|
+
/**
|
|
435
|
+
* Required if no text is set.
|
|
436
|
+
* The aria-label is forwarded to the input or button.
|
|
437
|
+
*/
|
|
438
|
+
ariaLabel: {
|
|
439
|
+
type: String,
|
|
440
|
+
default: ""
|
|
441
|
+
},
|
|
442
|
+
/**
|
|
443
|
+
* Type of the input. checkbox, radio, switch, or button.
|
|
444
|
+
*
|
|
445
|
+
* Only use button when used in a `tablist` container and the
|
|
446
|
+
* `tab` role is set.
|
|
447
|
+
*
|
|
448
|
+
* @type {'checkbox'|'radio'|'switch'|'button'}
|
|
449
|
+
*/
|
|
450
|
+
type: {
|
|
451
|
+
type: String,
|
|
452
|
+
default: "checkbox",
|
|
453
|
+
validator: (t) => [
|
|
454
|
+
_,
|
|
455
|
+
b,
|
|
456
|
+
h,
|
|
457
|
+
g
|
|
458
|
+
].includes(t)
|
|
459
|
+
},
|
|
460
|
+
/**
|
|
461
|
+
* Toggle the alternative button style
|
|
462
|
+
*/
|
|
463
|
+
buttonVariant: {
|
|
464
|
+
type: Boolean,
|
|
465
|
+
default: !1
|
|
466
|
+
},
|
|
467
|
+
/**
|
|
468
|
+
* Are the elements are all direct siblings?
|
|
469
|
+
* If so they will be grouped horizontally or vertically
|
|
470
|
+
*
|
|
471
|
+
* @type {'no'|'horizontal'|'vertical'}
|
|
472
|
+
*/
|
|
473
|
+
buttonVariantGrouped: {
|
|
474
|
+
type: String,
|
|
475
|
+
default: "no",
|
|
476
|
+
validator: (t) => ["no", "vertical", "horizontal"].includes(t)
|
|
477
|
+
},
|
|
478
|
+
/**
|
|
479
|
+
* Checked state. To be used with `v-model:value`
|
|
480
|
+
*/
|
|
481
|
+
modelValue: {
|
|
482
|
+
type: [Boolean, Array, String],
|
|
483
|
+
default: !1
|
|
484
|
+
},
|
|
485
|
+
/**
|
|
486
|
+
* Value to be synced on check
|
|
487
|
+
*/
|
|
488
|
+
value: {
|
|
489
|
+
type: String,
|
|
490
|
+
default: null
|
|
491
|
+
},
|
|
492
|
+
/**
|
|
493
|
+
* Disabled state
|
|
494
|
+
*/
|
|
495
|
+
disabled: {
|
|
496
|
+
type: Boolean,
|
|
497
|
+
default: !1
|
|
498
|
+
},
|
|
499
|
+
/**
|
|
500
|
+
* Indeterminate state
|
|
501
|
+
*/
|
|
502
|
+
indeterminate: {
|
|
503
|
+
type: Boolean,
|
|
504
|
+
default: !1
|
|
505
|
+
},
|
|
506
|
+
/**
|
|
507
|
+
* Required state
|
|
508
|
+
*/
|
|
509
|
+
required: {
|
|
510
|
+
type: Boolean,
|
|
511
|
+
default: !1
|
|
512
|
+
},
|
|
513
|
+
/**
|
|
514
|
+
* Loading state
|
|
515
|
+
*/
|
|
516
|
+
loading: {
|
|
517
|
+
type: Boolean,
|
|
518
|
+
default: !1
|
|
519
|
+
},
|
|
520
|
+
/**
|
|
521
|
+
* Wrapping element tag
|
|
522
|
+
*
|
|
523
|
+
* When `type` is set to `button` this will be ignored
|
|
524
|
+
*
|
|
525
|
+
* Defaults to `span`
|
|
526
|
+
*/
|
|
527
|
+
wrapperElement: {
|
|
528
|
+
type: String,
|
|
529
|
+
default: null
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
emits: ["update:modelValue"],
|
|
533
|
+
computed: {
|
|
534
|
+
isButtonType() {
|
|
535
|
+
return this.type === g;
|
|
536
|
+
},
|
|
537
|
+
computedWrapperElement() {
|
|
538
|
+
return this.isButtonType ? "button" : this.wrapperElement !== null ? this.wrapperElement : "span";
|
|
539
|
+
},
|
|
540
|
+
listeners() {
|
|
541
|
+
return this.isButtonType ? {
|
|
542
|
+
click: this.onToggle
|
|
543
|
+
} : {
|
|
544
|
+
change: this.onToggle
|
|
545
|
+
};
|
|
546
|
+
},
|
|
547
|
+
/**
|
|
548
|
+
* Icon size
|
|
549
|
+
*
|
|
550
|
+
* @return {number}
|
|
551
|
+
*/
|
|
552
|
+
size() {
|
|
553
|
+
return this.type === h ? 36 : 24;
|
|
554
|
+
},
|
|
555
|
+
/**
|
|
556
|
+
* Css local variables for this component
|
|
557
|
+
*
|
|
558
|
+
* @return {object}
|
|
559
|
+
*/
|
|
560
|
+
cssVars() {
|
|
561
|
+
return {
|
|
562
|
+
"--icon-size": this.size + "px",
|
|
563
|
+
"--icon-height": (this.type === h ? 16 : this.size) + "px"
|
|
564
|
+
};
|
|
565
|
+
},
|
|
566
|
+
/**
|
|
567
|
+
* Return the input type.
|
|
568
|
+
* Switch is not an official type
|
|
569
|
+
*
|
|
570
|
+
* @return {string}
|
|
571
|
+
*/
|
|
572
|
+
inputType() {
|
|
573
|
+
return [
|
|
574
|
+
_,
|
|
575
|
+
b,
|
|
576
|
+
g
|
|
577
|
+
].includes(this.type) ? this.type : _;
|
|
578
|
+
},
|
|
579
|
+
/**
|
|
580
|
+
* Check if that entry is checked
|
|
581
|
+
* If value is defined, we use that as the checked value
|
|
582
|
+
* If not, we expect true/false in this.checked
|
|
583
|
+
*
|
|
584
|
+
* @return {boolean}
|
|
585
|
+
*/
|
|
586
|
+
isChecked() {
|
|
587
|
+
return this.value !== null ? Array.isArray(this.modelValue) ? [...this.modelValue].indexOf(this.value) > -1 : this.modelValue === this.value : this.modelValue === !0;
|
|
588
|
+
},
|
|
589
|
+
hasIndeterminate() {
|
|
590
|
+
return [
|
|
591
|
+
_,
|
|
592
|
+
b
|
|
593
|
+
].includes(this.inputType);
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
mounted() {
|
|
597
|
+
if (this.name && this.type === _ && !Array.isArray(this.modelValue))
|
|
598
|
+
throw new Error("When using groups of checkboxes, the updated value will be an array.");
|
|
599
|
+
if (this.name && this.type === h)
|
|
600
|
+
throw new Error("Switches are not made to be used for data sets. Please use checkboxes instead.");
|
|
601
|
+
if (typeof this.modelValue != "boolean" && this.type === h)
|
|
602
|
+
throw new Error("Switches can only be used with boolean as modelValue prop.");
|
|
603
|
+
},
|
|
604
|
+
methods: {
|
|
605
|
+
t: T,
|
|
606
|
+
n: p,
|
|
607
|
+
onToggle() {
|
|
608
|
+
if (this.disabled)
|
|
609
|
+
return;
|
|
610
|
+
if (this.type === b) {
|
|
611
|
+
this.$emit("update:modelValue", this.value);
|
|
612
|
+
return;
|
|
613
|
+
}
|
|
614
|
+
if (this.type === h) {
|
|
615
|
+
this.$emit("update:modelValue", !this.isChecked);
|
|
616
|
+
return;
|
|
617
|
+
}
|
|
618
|
+
if (typeof this.modelValue == "boolean") {
|
|
619
|
+
this.$emit("update:modelValue", !this.isChecked);
|
|
620
|
+
return;
|
|
621
|
+
}
|
|
622
|
+
const t = this.getInputsSet().filter((a) => a.checked).map((a) => a.value);
|
|
623
|
+
this.$emit("update:modelValue", t);
|
|
624
|
+
},
|
|
625
|
+
/**
|
|
626
|
+
* Get the input set based on this name
|
|
627
|
+
*
|
|
628
|
+
* @return {Node[]}
|
|
629
|
+
*/
|
|
630
|
+
getInputsSet() {
|
|
631
|
+
return [...document.getElementsByName(this.name)];
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
}, Ie = ["id", "aria-labelledby", "aria-label", "disabled", "type", "value", "checked", ".indeterminate", "required", "name"];
|
|
635
|
+
function Ne(t, a, e, c, u, i) {
|
|
636
|
+
const o = v("NcCheckboxContent");
|
|
637
|
+
return n(), w(A(i.computedWrapperElement), d({
|
|
638
|
+
id: e.wrapperId,
|
|
639
|
+
"aria-label": i.isButtonType && e.ariaLabel ? e.ariaLabel : void 0,
|
|
640
|
+
class: [{
|
|
641
|
+
["checkbox-radio-switch-" + e.type]: e.type,
|
|
642
|
+
"checkbox-radio-switch--checked": i.isChecked,
|
|
643
|
+
"checkbox-radio-switch--disabled": e.disabled,
|
|
644
|
+
"checkbox-radio-switch--indeterminate": i.hasIndeterminate ? e.indeterminate : !1,
|
|
645
|
+
"checkbox-radio-switch--button-variant": e.buttonVariant,
|
|
646
|
+
"checkbox-radio-switch--button-variant-v-grouped": e.buttonVariant && e.buttonVariantGrouped === "vertical",
|
|
647
|
+
"checkbox-radio-switch--button-variant-h-grouped": e.buttonVariant && e.buttonVariantGrouped === "horizontal",
|
|
648
|
+
"button-vue": i.isButtonType
|
|
649
|
+
}, "checkbox-radio-switch"],
|
|
650
|
+
style: i.cssVars,
|
|
651
|
+
type: i.isButtonType ? "button" : null
|
|
652
|
+
}, x(i.isButtonType ? i.listeners : {})), {
|
|
653
|
+
default: C(() => [
|
|
654
|
+
i.isButtonType ? s("", !0) : (n(), l("input", d({
|
|
655
|
+
key: 0,
|
|
656
|
+
id: e.id,
|
|
657
|
+
"aria-labelledby": !i.isButtonType && !e.ariaLabel ? `${e.id}-label` : null,
|
|
658
|
+
"aria-label": e.ariaLabel || void 0,
|
|
659
|
+
class: "checkbox-radio-switch__input",
|
|
660
|
+
disabled: e.disabled,
|
|
661
|
+
type: i.inputType,
|
|
662
|
+
value: e.value,
|
|
663
|
+
checked: i.isChecked,
|
|
664
|
+
".indeterminate": i.hasIndeterminate ? e.indeterminate : null,
|
|
665
|
+
required: e.required,
|
|
666
|
+
name: e.name
|
|
667
|
+
}, x(i.listeners, !0)), null, 48, Ie)),
|
|
668
|
+
S(o, {
|
|
669
|
+
id: e.id,
|
|
670
|
+
class: "checkbox-radio-switch__content",
|
|
671
|
+
"icon-class": "checkbox-radio-switch__icon",
|
|
672
|
+
"text-class": "checkbox-radio-switch__text",
|
|
673
|
+
type: e.type,
|
|
674
|
+
indeterminate: i.hasIndeterminate ? e.indeterminate : !1,
|
|
675
|
+
"button-variant": e.buttonVariant,
|
|
676
|
+
"is-checked": i.isChecked,
|
|
677
|
+
loading: e.loading,
|
|
678
|
+
size: i.size,
|
|
679
|
+
onClick: i.onToggle
|
|
680
|
+
}, B({
|
|
681
|
+
icon: C(() => [
|
|
682
|
+
y(t.$slots, "icon", {}, void 0, !0)
|
|
683
|
+
]),
|
|
684
|
+
_: 2
|
|
685
|
+
}, [
|
|
686
|
+
t.$slots.default ? {
|
|
687
|
+
name: "default",
|
|
688
|
+
fn: C(() => [
|
|
689
|
+
y(t.$slots, "default", {}, void 0, !0)
|
|
690
|
+
]),
|
|
691
|
+
key: "0"
|
|
692
|
+
} : void 0
|
|
693
|
+
]), 1032, ["id", "type", "indeterminate", "button-variant", "is-checked", "loading", "size", "onClick"])
|
|
694
|
+
]),
|
|
695
|
+
_: 3
|
|
696
|
+
}, 16, ["id", "aria-label", "class", "style", "type"]);
|
|
697
|
+
}
|
|
698
|
+
const Ze = /* @__PURE__ */ r(pe, [["render", Ne], ["__scopeId", "data-v-c3135eb8"]]);
|
|
699
|
+
export {
|
|
700
|
+
Ze as N
|
|
701
|
+
};
|