@nextcloud/vue 8.6.0 → 9.0.0-alpha.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 +91 -0
- package/dist/Components/NcActionButton.cjs +2 -132
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +2 -136
- 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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -80
- package/dist/Components/NcActionTextEditable.cjs.map +1 -1
- package/dist/Components/NcActionTextEditable.mjs +1 -83
- 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 +2 -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 +2 -49
- package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.mjs +2 -51
- 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 +2 -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 +2 -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 +2 -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 +2 -240
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +2 -241
- package/dist/Components/NcButton.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
- package/dist/Components/NcColorPicker.cjs +1 -1
- package/dist/Components/NcColorPicker.mjs +1 -1
- package/dist/Components/NcContent.cjs +1 -1
- package/dist/Components/NcContent.mjs +1 -1
- package/dist/Components/NcCounterBubble.cjs +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +318 -142
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +329 -151
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +2 -200
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +2 -201
- 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 +2 -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 +6 -17
- package/dist/Components/NcVNodes.cjs.map +1 -1
- package/dist/Components/NcVNodes.mjs +6 -18
- 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/Directives/Linkify.cjs +5 -4
- package/dist/Directives/Linkify.cjs.map +1 -1
- package/dist/Directives/Linkify.mjs +6 -5
- package/dist/Directives/Linkify.mjs.map +1 -1
- package/dist/Directives/Tooltip.cjs +1 -2
- package/dist/Directives/Tooltip.cjs.map +1 -1
- package/dist/Directives/Tooltip.mjs +4 -4
- package/dist/Directives/Tooltip.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-De4wlKZH.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-PR-7NI_x.css +84 -0
- package/dist/assets/NcAppContent-kIkHd4VN.css +116 -0
- package/dist/assets/NcAppNavigation-9xEM_GAn.css +92 -0
- package/dist/assets/NcAppNavigationCaption-0s4Wxc88.css +52 -0
- package/dist/assets/NcAppNavigationItem-_MHs9DEv.css +213 -0
- package/dist/assets/NcAppNavigationNew-PtSC3Wy5.css +36 -0
- package/dist/assets/NcAppNavigationNewItem-ue-H4LQY.css +206 -0
- package/dist/assets/NcAppNavigationSettings-Q_od5CcP.css +88 -0
- package/dist/assets/NcAppNavigationToggle-VrntFGdJ.css +38 -0
- package/dist/assets/NcAppSettingsDialog-HOydlmNi.css +86 -0
- package/dist/assets/NcAppSettingsSection-Gh575p0x.css +41 -0
- package/dist/assets/NcAppSidebar-UFABwmpX.css +318 -0
- package/dist/assets/NcAppSidebarTab-goNfHK4d.css +45 -0
- package/dist/assets/NcAvatar-DCUiVghV.css +144 -0
- package/dist/assets/NcBreadcrumb-ZsIS1jDx.css +80 -0
- package/dist/assets/NcBreadcrumbs-VKFJ9HrE.css +49 -0
- package/dist/assets/NcButton-rKJYdkZn.css +204 -0
- package/dist/assets/NcCheckboxRadioSwitch-dNV4KgTO.css +201 -0
- package/dist/assets/NcColorPicker-FiFz1rof.css +131 -0
- package/dist/assets/NcContent-3Fl9j87E.css +82 -0
- package/dist/assets/NcDashboardWidget-7x3QrWFu.css +83 -0
- package/dist/assets/NcDateTimePicker-CC5ocPIo.css +907 -0
- package/dist/assets/NcDateTimePickerNative-BeREqSH_.css +58 -0
- package/dist/assets/NcDialog-IM0YIgKq.css +126 -0
- package/dist/assets/NcEmojiPicker-nDpi1GKA.css +552 -0
- package/dist/assets/NcEmptyContent-b8eqBVE_.css +75 -0
- package/dist/assets/NcGuestContent-FRQFLxlW.css +51 -0
- package/dist/assets/NcHeaderMenu-kKraSlS3.css +92 -0
- package/dist/assets/NcIconSvgWrapper-0OJxiD3Q.css +44 -0
- package/dist/assets/NcInputConfirmCancel-_GF_RjYc.css +51 -0
- package/dist/assets/NcInputField-qx4Me7uJ.css +194 -0
- package/dist/assets/NcListItem-RylkggkP.css +165 -0
- package/dist/assets/NcListItemIcon-mlEQ7oK0.css +80 -0
- package/dist/assets/NcModal-lgvjJTYz.css +298 -0
- package/dist/assets/NcRelatedResourcesPanel-i1-7CClp.css +76 -0
- package/dist/assets/NcRichContenteditable--bkjerM1.css +268 -0
- package/dist/assets/NcSettingsInputText-JpZtS9DS.css +46 -0
- package/dist/assets/NcSettingsSelectGroup-51HMKLZQ.css +34 -0
- package/dist/assets/NcTextArea-Eqv_-5FR.css +139 -0
- package/dist/assets/NcUserBubble-t1uOyYCF.css +59 -0
- package/dist/assets/NcUserStatusIcon-AXLspcOQ.css +41 -0
- package/dist/assets/referencePickerModal-k5G-IS2z.css +509 -0
- package/dist/chunks/AlertCircleOutline-1fsF7za7.mjs +44 -0
- package/dist/chunks/AlertCircleOutline-1fsF7za7.mjs.map +1 -0
- package/dist/chunks/AlertCircleOutline-M7wVqz_-.cjs +41 -0
- package/dist/chunks/AlertCircleOutline-M7wVqz_-.cjs.map +1 -0
- package/dist/chunks/ArrowLeft-arUkZZ3U.cjs +41 -0
- package/dist/chunks/ArrowLeft-arUkZZ3U.cjs.map +1 -0
- package/dist/chunks/ArrowLeft-uvAzhtxD.mjs +44 -0
- package/dist/chunks/ArrowLeft-uvAzhtxD.mjs.map +1 -0
- package/dist/chunks/ArrowRight-6gYTXvBH.mjs +44 -0
- package/dist/chunks/ArrowRight-6gYTXvBH.mjs.map +1 -0
- package/dist/chunks/ArrowRight-UxW1qyeX.cjs +41 -0
- package/dist/chunks/ArrowRight-UxW1qyeX.cjs.map +1 -0
- package/dist/chunks/Check-fwcsc82n.cjs +41 -0
- package/dist/chunks/Check-fwcsc82n.cjs.map +1 -0
- package/dist/chunks/Check-tQl0Vp18.mjs +44 -0
- package/dist/chunks/Check-tQl0Vp18.mjs.map +1 -0
- package/dist/chunks/ChevronDown-8tkFE94e.cjs +41 -0
- package/dist/chunks/ChevronDown-8tkFE94e.cjs.map +1 -0
- package/dist/chunks/ChevronDown-BxTx7hZm.mjs +44 -0
- package/dist/chunks/ChevronDown-BxTx7hZm.mjs.map +1 -0
- package/dist/chunks/ChevronRight-7GGKl2bX.cjs +41 -0
- package/dist/chunks/ChevronRight-7GGKl2bX.cjs.map +1 -0
- package/dist/chunks/ChevronRight-gF2cX9Cu.mjs +44 -0
- package/dist/chunks/ChevronRight-gF2cX9Cu.mjs.map +1 -0
- package/dist/chunks/Close-e2vDvDm2.cjs +41 -0
- package/dist/chunks/Close-e2vDvDm2.cjs.map +1 -0
- package/dist/chunks/Close-hKJ11hky.mjs +44 -0
- package/dist/chunks/Close-hKJ11hky.mjs.map +1 -0
- package/dist/chunks/DotsHorizontal-JfmEIGBo.mjs +44 -0
- package/dist/chunks/DotsHorizontal-JfmEIGBo.mjs.map +1 -0
- package/dist/chunks/DotsHorizontal-z8LXg-4B.cjs +41 -0
- package/dist/chunks/DotsHorizontal-z8LXg-4B.cjs.map +1 -0
- package/dist/chunks/GenColors-L7jWucCS.mjs +142 -0
- package/dist/chunks/GenColors-L7jWucCS.mjs.map +1 -0
- package/dist/chunks/GenColors-vx_p2Tvw.cjs +141 -0
- package/dist/chunks/GenColors-vx_p2Tvw.cjs.map +1 -0
- package/dist/chunks/NcActionButton-VnbqrtOY.mjs +180 -0
- package/dist/chunks/NcActionButton-VnbqrtOY.mjs.map +1 -0
- package/dist/chunks/NcActionButton-sJpgOVU9.cjs +173 -0
- package/dist/chunks/NcActionButton-sJpgOVU9.cjs.map +1 -0
- package/dist/chunks/NcActionButtonGroup-5PPiueIz.cjs +50 -0
- package/dist/chunks/NcActionButtonGroup-5PPiueIz.cjs.map +1 -0
- package/dist/chunks/NcActionButtonGroup-oFPVvd4U.mjs +55 -0
- package/dist/chunks/NcActionButtonGroup-oFPVvd4U.mjs.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-5-bIAzkC.mjs +113 -0
- package/dist/chunks/NcActionCheckbox-5-bIAzkC.mjs.map +1 -0
- package/dist/chunks/NcActionCheckbox-CUXJQss6.cjs +107 -0
- package/dist/chunks/NcActionCheckbox-CUXJQss6.cjs.map +1 -0
- package/dist/chunks/NcActionInput-of1oXP_n.cjs +335 -0
- package/dist/chunks/NcActionInput-of1oXP_n.cjs.map +1 -0
- package/dist/chunks/NcActionInput-zg13uJ6x.mjs +346 -0
- package/dist/chunks/NcActionInput-zg13uJ6x.mjs.map +1 -0
- package/dist/chunks/NcActionLink-eBaRU5qY.cjs +106 -0
- package/dist/chunks/NcActionLink-eBaRU5qY.cjs.map +1 -0
- package/dist/chunks/NcActionLink-pscYsQ_3.mjs +111 -0
- package/dist/chunks/NcActionLink-pscYsQ_3.mjs.map +1 -0
- package/dist/chunks/NcActionRadio-1QLxEcfl.mjs +121 -0
- package/dist/chunks/NcActionRadio-1QLxEcfl.mjs.map +1 -0
- package/dist/chunks/NcActionRadio-3UkRsS6r.cjs +115 -0
- package/dist/chunks/NcActionRadio-3UkRsS6r.cjs.map +1 -0
- package/dist/chunks/NcActionRouter-BsOXVKlY.mjs +75 -0
- package/dist/chunks/NcActionRouter-BsOXVKlY.mjs.map +1 -0
- package/dist/chunks/NcActionRouter-c6pYto3T.cjs +70 -0
- package/dist/chunks/NcActionRouter-c6pYto3T.cjs.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-9Ti6bh1b.mjs +57 -0
- package/dist/chunks/NcActionText-9Ti6bh1b.mjs.map +1 -0
- package/dist/chunks/NcActionText-Sw_tMRaW.cjs +52 -0
- package/dist/chunks/NcActionText-Sw_tMRaW.cjs.map +1 -0
- package/dist/chunks/NcActionTextEditable-faJIAtYw.cjs +114 -0
- package/dist/chunks/NcActionTextEditable-faJIAtYw.cjs.map +1 -0
- package/dist/chunks/NcActionTextEditable-xPb_cTMW.mjs +121 -0
- package/dist/chunks/NcActionTextEditable-xPb_cTMW.mjs.map +1 -0
- package/dist/chunks/NcActions-76CtOBCq.mjs +497 -0
- package/dist/chunks/NcActions-76CtOBCq.mjs.map +1 -0
- package/dist/chunks/NcActions-YpbmJ7hS.cjs +488 -0
- package/dist/chunks/NcActions-YpbmJ7hS.cjs.map +1 -0
- package/dist/chunks/NcAppContent-Tw5gNorr.mjs +275 -0
- package/dist/chunks/NcAppContent-Tw5gNorr.mjs.map +1 -0
- package/dist/chunks/NcAppContent-mHc-Ms2b.cjs +264 -0
- package/dist/chunks/NcAppContent-mHc-Ms2b.cjs.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-sY7HaHMv.mjs +134 -0
- package/dist/chunks/NcAppNavigation-sY7HaHMv.mjs.map +1 -0
- package/dist/chunks/NcAppNavigation-yEZ-RJA2.cjs +125 -0
- package/dist/chunks/NcAppNavigation-yEZ-RJA2.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationCaption-XpbVXYKV.cjs +42 -0
- package/dist/chunks/NcAppNavigationCaption-XpbVXYKV.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationCaption-pcyV3wRO.mjs +47 -0
- package/dist/chunks/NcAppNavigationCaption-pcyV3wRO.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-JLYTEgEH.mjs +608 -0
- package/dist/chunks/NcAppNavigationItem-JLYTEgEH.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationItem-NE1UdZkS.cjs +595 -0
- package/dist/chunks/NcAppNavigationItem-NE1UdZkS.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationNew-6ZAJS_DY.mjs +56 -0
- package/dist/chunks/NcAppNavigationNew-6ZAJS_DY.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationNew-hmJL2IDR.cjs +51 -0
- package/dist/chunks/NcAppNavigationNew-hmJL2IDR.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationNewItem-MjsbS_dO.cjs +106 -0
- package/dist/chunks/NcAppNavigationNewItem-MjsbS_dO.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationNewItem-NzRL8Uwy.mjs +112 -0
- package/dist/chunks/NcAppNavigationNewItem-NzRL8Uwy.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationSettings-DPeH305A.cjs +128 -0
- package/dist/chunks/NcAppNavigationSettings-DPeH305A.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationSettings-LR3QCvNr.mjs +131 -0
- package/dist/chunks/NcAppNavigationSettings-LR3QCvNr.mjs.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-SEvIEY16.mjs +145 -0
- package/dist/chunks/NcAppNavigationToggle-SEvIEY16.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-sXvQDqok.cjs +140 -0
- package/dist/chunks/NcAppNavigationToggle-sXvQDqok.cjs.map +1 -0
- package/dist/chunks/NcAppSettingsDialog-HnYa47vg.cjs +211 -0
- package/dist/chunks/NcAppSettingsDialog-HnYa47vg.cjs.map +1 -0
- package/dist/chunks/NcAppSettingsDialog-nbTWBbti.mjs +219 -0
- package/dist/chunks/NcAppSettingsDialog-nbTWBbti.mjs.map +1 -0
- package/dist/chunks/NcAppSettingsSection-LHcKgBpz.cjs +54 -0
- package/dist/chunks/NcAppSettingsSection-LHcKgBpz.cjs.map +1 -0
- package/dist/chunks/NcAppSettingsSection-a0Un2ZRv.mjs +58 -0
- package/dist/chunks/NcAppSettingsSection-a0Un2ZRv.mjs.map +1 -0
- package/dist/chunks/NcAppSidebar-Tvy0LplS.cjs +712 -0
- package/dist/chunks/NcAppSidebar-Tvy0LplS.cjs.map +1 -0
- package/dist/chunks/NcAppSidebar-xWMj1EI8.mjs +731 -0
- package/dist/chunks/NcAppSidebar-xWMj1EI8.mjs.map +1 -0
- package/dist/chunks/NcAppSidebarTab-oPHofCKq.cjs +84 -0
- package/dist/chunks/NcAppSidebarTab-oPHofCKq.cjs.map +1 -0
- package/dist/chunks/NcAppSidebarTab-sMoFkDTb.mjs +88 -0
- package/dist/chunks/NcAppSidebarTab-sMoFkDTb.mjs.map +1 -0
- package/dist/chunks/NcAvatar-JsMCceHU.mjs +542 -0
- package/dist/chunks/NcAvatar-JsMCceHU.mjs.map +1 -0
- package/dist/chunks/NcAvatar-uPVG9WWg.cjs +526 -0
- package/dist/chunks/NcAvatar-uPVG9WWg.cjs.map +1 -0
- package/dist/chunks/NcBreadcrumb-7q3EEfcO.cjs +208 -0
- package/dist/chunks/NcBreadcrumb-7q3EEfcO.cjs.map +1 -0
- package/dist/chunks/NcBreadcrumb-Fr7J33Qv.mjs +216 -0
- package/dist/chunks/NcBreadcrumb-Fr7J33Qv.mjs.map +1 -0
- package/dist/chunks/NcBreadcrumbs-XVIsLfXn.cjs +369 -0
- package/dist/chunks/NcBreadcrumbs-XVIsLfXn.cjs.map +1 -0
- package/dist/chunks/NcBreadcrumbs-ozezYXlM.mjs +381 -0
- package/dist/chunks/NcBreadcrumbs-ozezYXlM.mjs.map +1 -0
- package/dist/chunks/NcButton-7UKtzkX5.cjs +252 -0
- package/dist/chunks/NcButton-7UKtzkX5.cjs.map +1 -0
- package/dist/chunks/NcButton-YOXv3gFY.mjs +255 -0
- package/dist/chunks/NcButton-YOXv3gFY.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-IA6Ssm8K.cjs +696 -0
- package/dist/chunks/NcCheckboxRadioSwitch-IA6Ssm8K.cjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-NwTx_zgG.mjs +701 -0
- package/dist/chunks/NcCheckboxRadioSwitch-NwTx_zgG.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-togIrFzp.cjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-togIrFzp.cjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-yghIE9RS.mjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-yghIE9RS.mjs.map +1 -0
- package/dist/chunks/NcColorPicker-DNy0FRJb.mjs +254 -0
- package/dist/chunks/NcColorPicker-DNy0FRJb.mjs.map +1 -0
- package/dist/chunks/NcColorPicker-i9PgTYBd.cjs +242 -0
- package/dist/chunks/NcColorPicker-i9PgTYBd.cjs.map +1 -0
- package/dist/chunks/NcContent-HdbQCleH.mjs +111 -0
- package/dist/chunks/NcContent-HdbQCleH.mjs.map +1 -0
- package/dist/chunks/NcContent-MOEEa0z1.cjs +103 -0
- package/dist/chunks/NcContent-MOEEa0z1.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-JGkvqDWC.mjs +169 -0
- package/dist/chunks/NcDashboardWidget-JGkvqDWC.mjs.map +1 -0
- package/dist/chunks/NcDashboardWidget-qHSuK2yd.cjs +161 -0
- package/dist/chunks/NcDashboardWidget-qHSuK2yd.cjs.map +1 -0
- package/dist/chunks/NcDashboardWidgetItem-fl92G4Pt.cjs +177 -0
- package/dist/chunks/NcDashboardWidgetItem-fl92G4Pt.cjs.map +1 -0
- package/dist/chunks/NcDashboardWidgetItem-oQGp29KO.mjs +184 -0
- package/dist/chunks/NcDashboardWidgetItem-oQGp29KO.mjs.map +1 -0
- package/dist/chunks/NcDateTime-JYO8uPbb.mjs +140 -0
- package/dist/chunks/NcDateTime-JYO8uPbb.mjs.map +1 -0
- package/dist/chunks/NcDateTime-T52KrH65.cjs +136 -0
- package/dist/chunks/NcDateTime-T52KrH65.cjs.map +1 -0
- package/dist/chunks/NcDateTimePicker-X2pCnTer.cjs +328 -0
- package/dist/chunks/NcDateTimePicker-X2pCnTer.cjs.map +1 -0
- package/dist/chunks/NcDateTimePicker-ahgVldMQ.mjs +338 -0
- package/dist/chunks/NcDateTimePicker-ahgVldMQ.mjs.map +1 -0
- package/dist/chunks/NcDateTimePickerNative-3Xru7_OT.mjs +181 -0
- package/dist/chunks/NcDateTimePickerNative-3Xru7_OT.mjs.map +1 -0
- package/dist/chunks/NcDateTimePickerNative-xSITuvpX.cjs +176 -0
- package/dist/chunks/NcDateTimePickerNative-xSITuvpX.cjs.map +1 -0
- package/dist/chunks/NcDialog-BYXi2emF.cjs +237 -0
- package/dist/chunks/NcDialog-BYXi2emF.cjs.map +1 -0
- package/dist/chunks/NcDialog-rTTTdaH3.mjs +245 -0
- package/dist/chunks/NcDialog-rTTTdaH3.mjs.map +1 -0
- package/dist/chunks/NcDialogButton-37TPbyFs.cjs +73 -0
- package/dist/chunks/NcDialogButton-37TPbyFs.cjs.map +1 -0
- package/dist/chunks/NcDialogButton-ax4NTfDU.mjs +78 -0
- package/dist/chunks/NcDialogButton-ax4NTfDU.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-oWZ5anxp.mjs +339 -0
- package/dist/chunks/NcEmojiPicker-oWZ5anxp.mjs.map +1 -0
- package/dist/chunks/NcEmojiPicker-tOE2N9VS.cjs +326 -0
- package/dist/chunks/NcEmojiPicker-tOE2N9VS.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-67JCzTGo.mjs +225 -0
- package/dist/chunks/NcHeaderMenu-67JCzTGo.mjs.map +1 -0
- package/dist/chunks/NcHeaderMenu-TvFFSvGS.cjs +218 -0
- package/dist/chunks/NcHeaderMenu-TvFFSvGS.cjs.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-ACaaN_pS.mjs +82 -0
- package/dist/chunks/NcIconSvgWrapper-ACaaN_pS.mjs.map +1 -0
- package/dist/chunks/NcIconSvgWrapper-_hHu9P_M.cjs +77 -0
- package/dist/chunks/NcIconSvgWrapper-_hHu9P_M.cjs.map +1 -0
- package/dist/chunks/NcInputConfirmCancel-DYlc289d.cjs +105 -0
- package/dist/chunks/NcInputConfirmCancel-DYlc289d.cjs.map +1 -0
- package/dist/chunks/NcInputConfirmCancel-lmWu4ouW.mjs +112 -0
- package/dist/chunks/NcInputConfirmCancel-lmWu4ouW.mjs.map +1 -0
- package/dist/chunks/NcInputField-6pRWha3h.mjs +291 -0
- package/dist/chunks/NcInputField-6pRWha3h.mjs.map +1 -0
- package/dist/chunks/NcInputField-6vveMrmf.cjs +283 -0
- package/dist/chunks/NcInputField-6vveMrmf.cjs.map +1 -0
- package/dist/chunks/NcListItem-3QDILDKr.cjs +339 -0
- package/dist/chunks/NcListItem-3QDILDKr.cjs.map +1 -0
- package/dist/chunks/NcListItem-vkgu6Biu.mjs +346 -0
- package/dist/chunks/NcListItem-vkgu6Biu.mjs.map +1 -0
- package/dist/chunks/NcListItemIcon-130Lt3dW.mjs +193 -0
- package/dist/chunks/NcListItemIcon-130Lt3dW.mjs.map +1 -0
- package/dist/chunks/NcListItemIcon-dOvFvjqI.cjs +189 -0
- package/dist/chunks/NcListItemIcon-dOvFvjqI.cjs.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-MnmgJvKD.mjs +230 -0
- package/dist/chunks/NcNoteCard-MnmgJvKD.mjs.map +1 -0
- package/dist/chunks/NcNoteCard-ujnbiyLI.cjs +226 -0
- package/dist/chunks/NcNoteCard-ujnbiyLI.cjs.map +1 -0
- package/dist/chunks/NcPasswordField-8rboJv29.cjs +255 -0
- package/dist/chunks/NcPasswordField-8rboJv29.cjs.map +1 -0
- package/dist/chunks/NcPasswordField-RHelr3R-.mjs +265 -0
- package/dist/chunks/NcPasswordField-RHelr3R-.mjs.map +1 -0
- package/dist/chunks/NcPopover-J0pw-klF.cjs +216 -0
- package/dist/chunks/NcPopover-J0pw-klF.cjs.map +1 -0
- package/dist/chunks/NcPopover-XgOWyuQF.mjs +223 -0
- package/dist/chunks/NcPopover-XgOWyuQF.mjs.map +1 -0
- package/dist/chunks/NcProgressBar-1EANJyYJ.mjs +127 -0
- package/dist/chunks/NcProgressBar-1EANJyYJ.mjs.map +1 -0
- package/dist/chunks/NcProgressBar-zsehqkEw.cjs +123 -0
- package/dist/chunks/NcProgressBar-zsehqkEw.cjs.map +1 -0
- package/dist/chunks/NcRelatedResourcesPanel-NqDuh_7F.mjs +220 -0
- package/dist/chunks/NcRelatedResourcesPanel-NqDuh_7F.mjs.map +1 -0
- package/dist/chunks/NcRelatedResourcesPanel-QgNIHnCY.cjs +213 -0
- package/dist/chunks/NcRelatedResourcesPanel-QgNIHnCY.cjs.map +1 -0
- package/dist/chunks/NcRichContenteditable-L8aEJNGb.cjs +531 -0
- package/dist/chunks/NcRichContenteditable-L8aEJNGb.cjs.map +1 -0
- package/dist/chunks/NcRichContenteditable-W0BnJp3x.mjs +543 -0
- package/dist/chunks/NcRichContenteditable-W0BnJp3x.mjs.map +1 -0
- package/dist/chunks/NcRichText-91v7gJEe.cjs +331 -0
- package/dist/chunks/NcRichText-91v7gJEe.cjs.map +1 -0
- package/dist/chunks/NcRichText-RTwlrmhz.mjs +348 -0
- package/dist/chunks/NcRichText-RTwlrmhz.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-HmmLuUCp.mjs +515 -0
- package/dist/chunks/NcSelect-HmmLuUCp.mjs.map +1 -0
- package/dist/chunks/NcSelect-P2FpWJBr.cjs +503 -0
- package/dist/chunks/NcSelect-P2FpWJBr.cjs.map +1 -0
- package/dist/chunks/NcSelectTags-HX8YbYwd.cjs +256 -0
- package/dist/chunks/NcSelectTags-HX8YbYwd.cjs.map +1 -0
- package/dist/chunks/NcSelectTags-ZoLcdmHG.mjs +263 -0
- package/dist/chunks/NcSelectTags-ZoLcdmHG.mjs.map +1 -0
- package/dist/chunks/NcSettingsInputText-9TVSwO_s.mjs +113 -0
- package/dist/chunks/NcSettingsInputText-9TVSwO_s.mjs.map +1 -0
- package/dist/chunks/NcSettingsInputText-oJ_c6sMr.cjs +108 -0
- package/dist/chunks/NcSettingsInputText-oJ_c6sMr.cjs.map +1 -0
- package/dist/chunks/NcSettingsSection-W7Ieq32P.cjs +114 -0
- package/dist/chunks/NcSettingsSection-W7Ieq32P.cjs.map +1 -0
- package/dist/chunks/NcSettingsSection-bpmpu801.mjs +118 -0
- package/dist/chunks/NcSettingsSection-bpmpu801.mjs.map +1 -0
- package/dist/chunks/NcSettingsSelectGroup-HFDYgsw-.mjs +208 -0
- package/dist/chunks/NcSettingsSelectGroup-HFDYgsw-.mjs.map +1 -0
- package/dist/chunks/NcSettingsSelectGroup-UnB2ao3D.cjs +199 -0
- package/dist/chunks/NcSettingsSelectGroup-UnB2ao3D.cjs.map +1 -0
- package/dist/chunks/NcTextArea-QIkvyzz7.cjs +196 -0
- package/dist/chunks/NcTextArea-QIkvyzz7.cjs.map +1 -0
- package/dist/chunks/NcTextArea-SeSiP6Dy.mjs +203 -0
- package/dist/chunks/NcTextArea-SeSiP6Dy.mjs.map +1 -0
- package/dist/chunks/NcTextField-qqwMB07_.mjs +165 -0
- package/dist/chunks/NcTextField-qqwMB07_.mjs.map +1 -0
- package/dist/chunks/NcTextField-zi19KqEm.cjs +158 -0
- package/dist/chunks/NcTextField-zi19KqEm.cjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-EPCmHeHy.mjs +3790 -0
- package/dist/chunks/NcTimezonePicker-EPCmHeHy.mjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-f6X4yiuj.cjs +3783 -0
- package/dist/chunks/NcTimezonePicker-f6X4yiuj.cjs.map +1 -0
- package/dist/chunks/NcUserBubble-Jw-rOju8.mjs +205 -0
- package/dist/chunks/NcUserBubble-Jw-rOju8.mjs.map +1 -0
- package/dist/chunks/NcUserBubble-NZeBFOmo.cjs +199 -0
- package/dist/chunks/NcUserBubble-NZeBFOmo.cjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon-b0xt-g7X.cjs +146 -0
- package/dist/chunks/NcUserStatusIcon-b0xt-g7X.cjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon-hmLq9dti.mjs +154 -0
- package/dist/chunks/NcUserStatusIcon-hmLq9dti.mjs.map +1 -0
- package/dist/chunks/ScopeComponent-Gzz2FMnQ.cjs +26 -0
- package/dist/chunks/ScopeComponent-Gzz2FMnQ.cjs.map +1 -0
- package/dist/chunks/ScopeComponent-mG7CSpxl.mjs +27 -0
- package/dist/chunks/ScopeComponent-mG7CSpxl.mjs.map +1 -0
- package/dist/chunks/_l10n-Fl7RzbcZ.cjs +64 -0
- package/dist/chunks/_l10n-Fl7RzbcZ.cjs.map +1 -0
- package/dist/chunks/_l10n-uuAvfQgY.mjs +66 -0
- package/dist/chunks/_l10n-uuAvfQgY.mjs.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-Cx6Fi9Pj.cjs +46 -0
- package/dist/chunks/actionGlobal-Cx6Fi9Pj.cjs.map +1 -0
- package/dist/chunks/actionGlobal-pi4JQ0yh.mjs +47 -0
- package/dist/chunks/actionGlobal-pi4JQ0yh.mjs.map +1 -0
- package/dist/chunks/actionText-H_SIpDkO.cjs +126 -0
- package/dist/chunks/actionText-H_SIpDkO.cjs.map +1 -0
- package/dist/chunks/actionText-yZ-YQ_fz.mjs +127 -0
- package/dist/chunks/actionText-yZ-YQ_fz.mjs.map +1 -0
- package/dist/chunks/emoji-NrWIXNZ4.cjs +59 -0
- package/dist/chunks/emoji-NrWIXNZ4.cjs.map +1 -0
- package/dist/chunks/emoji-mEkenm2t.mjs +62 -0
- package/dist/chunks/emoji-mEkenm2t.mjs.map +1 -0
- package/dist/chunks/index-6mzaBTml.cjs +159 -0
- package/dist/chunks/index-6mzaBTml.cjs.map +1 -0
- package/dist/chunks/index-clpvFjGU.mjs +165 -0
- package/dist/chunks/index-clpvFjGU.mjs.map +1 -0
- package/dist/chunks/referencePickerModal-Fu9pQBdT.mjs +1129 -0
- package/dist/chunks/referencePickerModal-Fu9pQBdT.mjs.map +1 -0
- package/dist/chunks/referencePickerModal-JVKOIVTG.cjs +1111 -0
- package/dist/chunks/referencePickerModal-JVKOIVTG.cjs.map +1 -0
- package/dist/chunks/usernameToColor-YCPAFxlc.mjs +41 -0
- package/dist/chunks/usernameToColor-YCPAFxlc.mjs.map +1 -0
- package/dist/chunks/usernameToColor-r5M5P032.cjs +39 -0
- package/dist/chunks/usernameToColor-r5M5P032.cjs.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 +206 -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 +343 -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 +32 -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 +144 -0
- package/dist/src/components/NcButton/NcButton.vue.d.ts +237 -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 +72 -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 +36 -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-1Z9lN7ar.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-mSL9fcPO.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/NcAppNavigationNewItem-MQBvffq9.css +0 -199
- package/dist/assets/NcAppNavigationSettings-Jx_6RpSn.css +0 -88
- package/dist/assets/NcAppNavigationToggle-3vMKtCQL.css +0 -38
- package/dist/assets/NcAppSettingsDialog-0eOo3ERv.css +0 -86
- 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-5H9cqcD1.css +0 -144
- package/dist/assets/NcBreadcrumb-M3hqCbqS.css +0 -80
- package/dist/assets/NcBreadcrumbs-KBV0Jccv.css +0 -49
- package/dist/assets/NcButton-4Wj3KJn8.css +0 -204
- package/dist/assets/NcCheckboxRadioSwitch-mgKotCbU.css +0 -201
- package/dist/assets/NcColorPicker-PzIRM1j1.css +0 -131
- package/dist/assets/NcContent-LWR23l9i.css +0 -84
- package/dist/assets/NcDashboardWidget-01deRW9Z.css +0 -83
- package/dist/assets/NcDateTimePicker-RY_Hm2sB.css +0 -884
- package/dist/assets/NcDateTimePickerNative-5yybtvfx.css +0 -58
- package/dist/assets/NcDialog-DN-rY-55.css +0 -126
- package/dist/assets/NcEmojiPicker-wTIbvcrG.css +0 -550
- package/dist/assets/NcEmptyContent-pSz7F6Oe.css +0 -75
- package/dist/assets/NcGuestContent-mGGTzI2_.css +0 -51
- package/dist/assets/NcHeaderMenu-06vdn4tC.css +0 -92
- package/dist/assets/NcIconSvgWrapper-arqrq5Bj.css +0 -44
- package/dist/assets/NcInputConfirmCancel-ks8z8dIn.css +0 -51
- package/dist/assets/NcInputField-L2Lld_iG.css +0 -194
- package/dist/assets/NcListItem-6sL-frKJ.css +0 -165
- package/dist/assets/NcListItemIcon-PQ2s6ZqX.css +0 -80
- package/dist/assets/NcModal-UZh031V1.css +0 -295
- package/dist/assets/NcRelatedResourcesPanel-m3uf_nvH.css +0 -76
- package/dist/assets/NcRichContenteditable-j9edXOEH.css +0 -268
- package/dist/assets/NcSettingsInputText-MPi6a3Yy.css +0 -46
- package/dist/assets/NcSettingsSelectGroup-_Jpb8yE3.css +0 -34
- package/dist/assets/NcTextArea-4rVwq6GK.css +0 -139
- package/dist/assets/NcUserBubble-jjzI5imn.css +0 -59
- package/dist/assets/NcUserStatusIcon-62u43_6P.css +0 -41
- package/dist/assets/referencePickerModal-iy5QSWj6.css +0 -509
- package/dist/chunks/AlertCircleOutline-HYz1lvHU.cjs +0 -35
- package/dist/chunks/AlertCircleOutline-HYz1lvHU.cjs.map +0 -1
- package/dist/chunks/AlertCircleOutline-XY0EPUmQ.mjs +0 -37
- package/dist/chunks/AlertCircleOutline-XY0EPUmQ.mjs.map +0 -1
- package/dist/chunks/ArrowLeft-fC5aEWWu.cjs +0 -35
- package/dist/chunks/ArrowLeft-fC5aEWWu.cjs.map +0 -1
- package/dist/chunks/ArrowLeft-uW5eNVkY.mjs +0 -37
- package/dist/chunks/ArrowLeft-uW5eNVkY.mjs.map +0 -1
- package/dist/chunks/ArrowRight-16bLxoZc.mjs +0 -37
- package/dist/chunks/ArrowRight-16bLxoZc.mjs.map +0 -1
- package/dist/chunks/ArrowRight-uUC8qW2c.cjs +0 -35
- package/dist/chunks/ArrowRight-uUC8qW2c.cjs.map +0 -1
- package/dist/chunks/Check-QBzDcHpr.cjs +0 -35
- package/dist/chunks/Check-QBzDcHpr.cjs.map +0 -1
- package/dist/chunks/Check-qy5XrF1J.mjs +0 -37
- package/dist/chunks/Check-qy5XrF1J.mjs.map +0 -1
- package/dist/chunks/ChevronDown-Hc_DTRav.cjs +0 -35
- package/dist/chunks/ChevronDown-Hc_DTRav.cjs.map +0 -1
- package/dist/chunks/ChevronDown-suAKKmeb.mjs +0 -37
- package/dist/chunks/ChevronDown-suAKKmeb.mjs.map +0 -1
- package/dist/chunks/ChevronRight-9owhU_17.mjs +0 -37
- package/dist/chunks/ChevronRight-9owhU_17.mjs.map +0 -1
- package/dist/chunks/ChevronRight-MdQC55Yq.cjs +0 -35
- package/dist/chunks/ChevronRight-MdQC55Yq.cjs.map +0 -1
- package/dist/chunks/Close-QtH6_3PP.mjs +0 -37
- package/dist/chunks/Close-QtH6_3PP.mjs.map +0 -1
- package/dist/chunks/Close-dotk0707.cjs +0 -35
- package/dist/chunks/Close-dotk0707.cjs.map +0 -1
- package/dist/chunks/DotsHorizontal-6hepLUSS.cjs +0 -35
- package/dist/chunks/DotsHorizontal-6hepLUSS.cjs.map +0 -1
- package/dist/chunks/DotsHorizontal-IbmXTXRA.mjs +0 -37
- package/dist/chunks/DotsHorizontal-IbmXTXRA.mjs.map +0 -1
- package/dist/chunks/GenColors-OoWIPB3C.mjs +0 -142
- package/dist/chunks/GenColors-OoWIPB3C.mjs.map +0 -1
- package/dist/chunks/GenColors-gc0oVgC_.cjs +0 -141
- package/dist/chunks/GenColors-gc0oVgC_.cjs.map +0 -1
- package/dist/chunks/NcActionButtonGroup-D49ovBAN.mjs +0 -50
- package/dist/chunks/NcActionButtonGroup-D49ovBAN.mjs.map +0 -1
- package/dist/chunks/NcActionButtonGroup-hpwif0u3.cjs +0 -46
- package/dist/chunks/NcActionButtonGroup-hpwif0u3.cjs.map +0 -1
- package/dist/chunks/NcActionInput-cyxUHqTr.mjs +0 -244
- package/dist/chunks/NcActionInput-cyxUHqTr.mjs.map +0 -1
- package/dist/chunks/NcActionInput-m10Amrmc.cjs +0 -235
- package/dist/chunks/NcActionInput-m10Amrmc.cjs.map +0 -1
- package/dist/chunks/NcActions-bAnBpPrc.mjs +0 -540
- package/dist/chunks/NcActions-bAnBpPrc.mjs.map +0 -1
- package/dist/chunks/NcActions-z-BOuDhM.cjs +0 -532
- package/dist/chunks/NcActions-z-BOuDhM.cjs.map +0 -1
- package/dist/chunks/NcAppContent-t8UhBH3s.cjs +0 -222
- package/dist/chunks/NcAppContent-t8UhBH3s.cjs.map +0 -1
- package/dist/chunks/NcAppContent-y9KdCdfx.mjs +0 -231
- package/dist/chunks/NcAppContent-y9KdCdfx.mjs.map +0 -1
- package/dist/chunks/NcAppNavigation-PLg2oNao.cjs +0 -114
- package/dist/chunks/NcAppNavigation-PLg2oNao.cjs.map +0 -1
- package/dist/chunks/NcAppNavigation-hiPB8YDB.mjs +0 -122
- package/dist/chunks/NcAppNavigation-hiPB8YDB.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationCaption-kKsAcV3F.cjs +0 -44
- package/dist/chunks/NcAppNavigationCaption-kKsAcV3F.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationCaption-q8C0HzdM.mjs +0 -47
- package/dist/chunks/NcAppNavigationCaption-q8C0HzdM.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-BTI9BVOR.cjs +0 -497
- package/dist/chunks/NcAppNavigationItem-BTI9BVOR.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-WmNVPGgg.mjs +0 -508
- package/dist/chunks/NcAppNavigationItem-WmNVPGgg.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationNewItem-bEBZNF2D.cjs +0 -87
- package/dist/chunks/NcAppNavigationNewItem-bEBZNF2D.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationNewItem-iJxYhc8O.mjs +0 -91
- package/dist/chunks/NcAppNavigationNewItem-iJxYhc8O.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationSettings--bavO03z.mjs +0 -106
- package/dist/chunks/NcAppNavigationSettings--bavO03z.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationSettings-J7w9P7fI.cjs +0 -104
- package/dist/chunks/NcAppNavigationSettings-J7w9P7fI.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-8FtmM4XU.mjs +0 -122
- package/dist/chunks/NcAppNavigationToggle-8FtmM4XU.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-mMhLE73x.cjs +0 -119
- package/dist/chunks/NcAppNavigationToggle-mMhLE73x.cjs.map +0 -1
- package/dist/chunks/NcAppSettingsDialog-FqEZ3lXG.mjs +0 -184
- package/dist/chunks/NcAppSettingsDialog-FqEZ3lXG.mjs.map +0 -1
- package/dist/chunks/NcAppSettingsDialog-tN3bu9XO.cjs +0 -177
- package/dist/chunks/NcAppSettingsDialog-tN3bu9XO.cjs.map +0 -1
- package/dist/chunks/NcAppSidebar-J2XzL1WT.cjs +0 -548
- package/dist/chunks/NcAppSidebar-J2XzL1WT.cjs.map +0 -1
- package/dist/chunks/NcAppSidebar-lE3w-VIf.mjs +0 -565
- package/dist/chunks/NcAppSidebar-lE3w-VIf.mjs.map +0 -1
- package/dist/chunks/NcAvatar-MNJp-c9e.mjs +0 -467
- package/dist/chunks/NcAvatar-MNJp-c9e.mjs.map +0 -1
- package/dist/chunks/NcAvatar-OWW68uV3.cjs +0 -454
- package/dist/chunks/NcAvatar-OWW68uV3.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-4FfLWUDX.mjs +0 -179
- package/dist/chunks/NcBreadcrumb-4FfLWUDX.mjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-YClz0EeP.cjs +0 -173
- package/dist/chunks/NcBreadcrumb-YClz0EeP.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumbs-Gln66w_d.mjs +0 -418
- package/dist/chunks/NcBreadcrumbs-Gln66w_d.mjs.map +0 -1
- package/dist/chunks/NcBreadcrumbs-SPqCk2mi.cjs +0 -408
- package/dist/chunks/NcBreadcrumbs-SPqCk2mi.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-R-zNvd7d.cjs +0 -603
- package/dist/chunks/NcCheckboxRadioSwitch-R-zNvd7d.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-paTuPXGc.mjs +0 -607
- package/dist/chunks/NcCheckboxRadioSwitch-paTuPXGc.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Ooje-q1U.cjs +0 -4
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Ooje-q1U.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-l6e0b34w.mjs +0 -3
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-l6e0b34w.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-ullH7CFZ.mjs +0 -179
- package/dist/chunks/NcColorPicker-ullH7CFZ.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-vHHSVKQS.cjs +0 -169
- package/dist/chunks/NcColorPicker-vHHSVKQS.cjs.map +0 -1
- package/dist/chunks/NcContent-M_ZUbKIL.cjs +0 -124
- package/dist/chunks/NcContent-M_ZUbKIL.cjs.map +0 -1
- package/dist/chunks/NcContent-RGzECysY.mjs +0 -131
- package/dist/chunks/NcContent-RGzECysY.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidget-KMrDOCQC.mjs +0 -141
- package/dist/chunks/NcDashboardWidget-KMrDOCQC.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidget-mV9UTaUo.cjs +0 -135
- package/dist/chunks/NcDashboardWidget-mV9UTaUo.cjs.map +0 -1
- package/dist/chunks/NcDashboardWidgetItem-Hg805JCn.mjs +0 -143
- package/dist/chunks/NcDashboardWidgetItem-Hg805JCn.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidgetItem-_dvqhu7z.cjs +0 -138
- package/dist/chunks/NcDashboardWidgetItem-_dvqhu7z.cjs.map +0 -1
- package/dist/chunks/NcDateTime-TRJPnoyx.cjs +0 -142
- package/dist/chunks/NcDateTime-TRJPnoyx.cjs.map +0 -1
- package/dist/chunks/NcDateTime-t_L5Vf2V.mjs +0 -146
- package/dist/chunks/NcDateTime-t_L5Vf2V.mjs.map +0 -1
- package/dist/chunks/NcDialog-652A8lMI.mjs +0 -214
- package/dist/chunks/NcDialog-652A8lMI.mjs.map +0 -1
- package/dist/chunks/NcDialog-dPYf81Dr.cjs +0 -207
- package/dist/chunks/NcDialog-dPYf81Dr.cjs.map +0 -1
- package/dist/chunks/NcDialogButton-QuoJDLGH.mjs +0 -73
- package/dist/chunks/NcDialogButton-QuoJDLGH.mjs.map +0 -1
- package/dist/chunks/NcDialogButton-V3nj_xwS.cjs +0 -68
- package/dist/chunks/NcDialogButton-V3nj_xwS.cjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-SiFuLrOy.cjs +0 -239
- package/dist/chunks/NcEmojiPicker-SiFuLrOy.cjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-t9ZKXOeE.mjs +0 -249
- package/dist/chunks/NcEmojiPicker-t9ZKXOeE.mjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-BSi8E43v.cjs +0 -185
- package/dist/chunks/NcHeaderMenu-BSi8E43v.cjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-Vytc8Eqg.mjs +0 -191
- package/dist/chunks/NcHeaderMenu-Vytc8Eqg.mjs.map +0 -1
- package/dist/chunks/NcIconSvgWrapper-R7a7dIg4.cjs +0 -81
- package/dist/chunks/NcIconSvgWrapper-R7a7dIg4.cjs.map +0 -1
- package/dist/chunks/NcIconSvgWrapper-n3MnAe1S.mjs +0 -85
- package/dist/chunks/NcIconSvgWrapper-n3MnAe1S.mjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-QI-5lWEZ.cjs +0 -92
- package/dist/chunks/NcInputConfirmCancel-QI-5lWEZ.cjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-iPOBMuwq.mjs +0 -97
- package/dist/chunks/NcInputConfirmCancel-iPOBMuwq.mjs.map +0 -1
- package/dist/chunks/NcListItem-J1Ru_eFH.cjs +0 -243
- package/dist/chunks/NcListItem-J1Ru_eFH.cjs.map +0 -1
- package/dist/chunks/NcListItem-m2T3a1c4.mjs +0 -248
- package/dist/chunks/NcListItem-m2T3a1c4.mjs.map +0 -1
- package/dist/chunks/NcListItemIcon-RHDhF_NC.mjs +0 -165
- package/dist/chunks/NcListItemIcon-RHDhF_NC.mjs.map +0 -1
- package/dist/chunks/NcListItemIcon-aE0JNfCX.cjs +0 -162
- package/dist/chunks/NcListItemIcon-aE0JNfCX.cjs.map +0 -1
- package/dist/chunks/NcPasswordField-h__iqTKL.mjs +0 -238
- package/dist/chunks/NcPasswordField-h__iqTKL.mjs.map +0 -1
- package/dist/chunks/NcPasswordField-rgZThnoq.cjs +0 -229
- package/dist/chunks/NcPasswordField-rgZThnoq.cjs.map +0 -1
- package/dist/chunks/NcPopover-T4GMXmKV.mjs +0 -218
- package/dist/chunks/NcPopover-T4GMXmKV.mjs.map +0 -1
- package/dist/chunks/NcPopover-judBGW5r.cjs +0 -212
- package/dist/chunks/NcPopover-judBGW5r.cjs.map +0 -1
- package/dist/chunks/NcProgressBar-BthaVVHU.cjs +0 -96
- package/dist/chunks/NcProgressBar-BthaVVHU.cjs.map +0 -1
- package/dist/chunks/NcProgressBar-h2ufKS6c.mjs +0 -99
- package/dist/chunks/NcProgressBar-h2ufKS6c.mjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-DCGxBHHT.mjs +0 -205
- package/dist/chunks/NcRelatedResourcesPanel-DCGxBHHT.mjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-u1ob1njl.cjs +0 -200
- package/dist/chunks/NcRelatedResourcesPanel-u1ob1njl.cjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-03_DWRDq.cjs +0 -505
- package/dist/chunks/NcRichContenteditable-03_DWRDq.cjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-_Ac_ZEfF.mjs +0 -515
- package/dist/chunks/NcRichContenteditable-_Ac_ZEfF.mjs.map +0 -1
- package/dist/chunks/NcRichText-4Y574QZM.mjs +0 -353
- package/dist/chunks/NcRichText-4Y574QZM.mjs.map +0 -1
- package/dist/chunks/NcRichText-Qh1uk4U8.cjs +0 -337
- package/dist/chunks/NcRichText-Qh1uk4U8.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-BnTLFd27.cjs +0 -464
- package/dist/chunks/NcSelect-BnTLFd27.cjs.map +0 -1
- package/dist/chunks/NcSelect-DzZqm1fn.mjs +0 -475
- package/dist/chunks/NcSelect-DzZqm1fn.mjs.map +0 -1
- package/dist/chunks/NcSelectTags-PgYBpBfS.cjs +0 -261
- package/dist/chunks/NcSelectTags-PgYBpBfS.cjs.map +0 -1
- package/dist/chunks/NcSelectTags-qBzjNabg.mjs +0 -267
- package/dist/chunks/NcSelectTags-qBzjNabg.mjs.map +0 -1
- package/dist/chunks/NcSettingsInputText-DROaqnIE.mjs +0 -95
- package/dist/chunks/NcSettingsInputText-DROaqnIE.mjs.map +0 -1
- package/dist/chunks/NcSettingsInputText-FH_6k117.cjs +0 -92
- package/dist/chunks/NcSettingsInputText-FH_6k117.cjs.map +0 -1
- package/dist/chunks/NcSettingsSection-HGZQAB56.cjs +0 -96
- package/dist/chunks/NcSettingsSection-HGZQAB56.cjs.map +0 -1
- package/dist/chunks/NcSettingsSection-pxZK64xe.mjs +0 -98
- package/dist/chunks/NcSettingsSection-pxZK64xe.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-NtqYZTN-.mjs +0 -192
- package/dist/chunks/NcSettingsSelectGroup-NtqYZTN-.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-d0wrSLXq.cjs +0 -185
- package/dist/chunks/NcSettingsSelectGroup-d0wrSLXq.cjs.map +0 -1
- package/dist/chunks/NcTextField-2P7HaQ-i.cjs +0 -140
- package/dist/chunks/NcTextField-2P7HaQ-i.cjs.map +0 -1
- package/dist/chunks/NcTextField-RnMWfagW.mjs +0 -146
- package/dist/chunks/NcTextField-RnMWfagW.mjs.map +0 -1
- package/dist/chunks/NcTimezonePicker-98XoQsZ0.cjs +0 -7195
- package/dist/chunks/NcTimezonePicker-98XoQsZ0.cjs.map +0 -1
- package/dist/chunks/NcTimezonePicker-HvUUs7VK.mjs +0 -7201
- package/dist/chunks/NcTimezonePicker-HvUUs7VK.mjs.map +0 -1
- package/dist/chunks/NcUserBubble-pCJK4AXS.cjs +0 -192
- package/dist/chunks/NcUserBubble-pCJK4AXS.cjs.map +0 -1
- package/dist/chunks/NcUserBubble-y-RdfxGU.mjs +0 -197
- package/dist/chunks/NcUserBubble-y-RdfxGU.mjs.map +0 -1
- package/dist/chunks/NcUserStatusIcon-Wwtp8zH3.mjs +0 -174
- package/dist/chunks/NcUserStatusIcon-Wwtp8zH3.mjs.map +0 -1
- package/dist/chunks/NcUserStatusIcon-iczxs1an.cjs +0 -167
- package/dist/chunks/NcUserStatusIcon-iczxs1an.cjs.map +0 -1
- package/dist/chunks/ScopeComponent-3zN8-DXa.mjs +0 -29
- package/dist/chunks/ScopeComponent-3zN8-DXa.mjs.map +0 -1
- package/dist/chunks/ScopeComponent-_Qe2Qn0v.cjs +0 -28
- package/dist/chunks/ScopeComponent-_Qe2Qn0v.cjs.map +0 -1
- package/dist/chunks/_l10n--bDJ_Qyj.mjs +0 -66
- package/dist/chunks/_l10n--bDJ_Qyj.mjs.map +0 -1
- package/dist/chunks/_l10n-mEcF7TYU.cjs +0 -64
- package/dist/chunks/_l10n-mEcF7TYU.cjs.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/emoji-mJIuLpNR.cjs +0 -58
- package/dist/chunks/emoji-mJIuLpNR.cjs.map +0 -1
- package/dist/chunks/emoji-tllD0Rvt.mjs +0 -61
- package/dist/chunks/emoji-tllD0Rvt.mjs.map +0 -1
- package/dist/chunks/index-2phCrsSH.mjs +0 -149
- package/dist/chunks/index-2phCrsSH.mjs.map +0 -1
- package/dist/chunks/index-FO4BaGaF.cjs +0 -148
- package/dist/chunks/index-FO4BaGaF.cjs.map +0 -1
- package/dist/chunks/index-U21dQVa7.cjs +0 -151
- package/dist/chunks/index-U21dQVa7.cjs.map +0 -1
- package/dist/chunks/index-n2q3iT69.mjs +0 -157
- package/dist/chunks/index-n2q3iT69.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-Cnscu3tI.cjs +0 -880
- package/dist/chunks/referencePickerModal-Cnscu3tI.cjs.map +0 -1
- package/dist/chunks/referencePickerModal-oI8JiWDV.mjs +0 -897
- package/dist/chunks/referencePickerModal-oI8JiWDV.mjs.map +0 -1
- package/dist/chunks/usernameToColor-HiPZbTLh.mjs +0 -41
- package/dist/chunks/usernameToColor-HiPZbTLh.mjs.map +0 -1
- package/dist/chunks/usernameToColor-nIJ4GOsW.cjs +0 -39
- package/dist/chunks/usernameToColor-nIJ4GOsW.cjs.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
|
@@ -1,884 +0,0 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
|
-
.mx-icon-left:before,
|
|
3
|
-
.mx-icon-right:before,
|
|
4
|
-
.mx-icon-double-left:before,
|
|
5
|
-
.mx-icon-double-right:before,
|
|
6
|
-
.mx-icon-double-left:after,
|
|
7
|
-
.mx-icon-double-right:after {
|
|
8
|
-
content: "";
|
|
9
|
-
position: relative;
|
|
10
|
-
top: -1px;
|
|
11
|
-
display: inline-block;
|
|
12
|
-
width: 10px;
|
|
13
|
-
height: 10px;
|
|
14
|
-
vertical-align: middle;
|
|
15
|
-
border-style: solid;
|
|
16
|
-
border-color: currentColor;
|
|
17
|
-
border-width: 2px 0 0 2px;
|
|
18
|
-
border-radius: 1px;
|
|
19
|
-
box-sizing: border-box;
|
|
20
|
-
transform-origin: center;
|
|
21
|
-
transform: rotate(-45deg) scale(.7);
|
|
22
|
-
}
|
|
23
|
-
.mx-icon-double-left:after {
|
|
24
|
-
left: -4px;
|
|
25
|
-
}
|
|
26
|
-
.mx-icon-double-right:before {
|
|
27
|
-
left: 4px;
|
|
28
|
-
}
|
|
29
|
-
.mx-icon-right:before,
|
|
30
|
-
.mx-icon-double-right:before,
|
|
31
|
-
.mx-icon-double-right:after {
|
|
32
|
-
transform: rotate(135deg) scale(.7);
|
|
33
|
-
}
|
|
34
|
-
.mx-btn {
|
|
35
|
-
box-sizing: border-box;
|
|
36
|
-
line-height: 1;
|
|
37
|
-
font-size: 14px;
|
|
38
|
-
font-weight: 500;
|
|
39
|
-
padding: 7px 15px;
|
|
40
|
-
margin: 0;
|
|
41
|
-
cursor: pointer;
|
|
42
|
-
background-color: transparent;
|
|
43
|
-
outline: none;
|
|
44
|
-
border: 1px solid rgba(0, 0, 0, .1);
|
|
45
|
-
border-radius: 4px;
|
|
46
|
-
color: #73879c;
|
|
47
|
-
white-space: nowrap;
|
|
48
|
-
}
|
|
49
|
-
.mx-btn:hover {
|
|
50
|
-
border-color: #1284e7;
|
|
51
|
-
color: #1284e7;
|
|
52
|
-
}
|
|
53
|
-
.mx-btn:disabled,
|
|
54
|
-
.mx-btn.disabled {
|
|
55
|
-
color: #ccc;
|
|
56
|
-
cursor: not-allowed;
|
|
57
|
-
}
|
|
58
|
-
.mx-btn-text {
|
|
59
|
-
border: 0;
|
|
60
|
-
padding: 0 4px;
|
|
61
|
-
text-align: left;
|
|
62
|
-
line-height: inherit;
|
|
63
|
-
}
|
|
64
|
-
.mx-scrollbar {
|
|
65
|
-
height: 100%;
|
|
66
|
-
}
|
|
67
|
-
.mx-scrollbar:hover .mx-scrollbar-track {
|
|
68
|
-
opacity: 1;
|
|
69
|
-
}
|
|
70
|
-
.mx-scrollbar-wrap {
|
|
71
|
-
height: 100%;
|
|
72
|
-
overflow-x: hidden;
|
|
73
|
-
overflow-y: auto;
|
|
74
|
-
}
|
|
75
|
-
.mx-scrollbar-track {
|
|
76
|
-
position: absolute;
|
|
77
|
-
top: 2px;
|
|
78
|
-
right: 2px;
|
|
79
|
-
bottom: 2px;
|
|
80
|
-
width: 6px;
|
|
81
|
-
z-index: 1;
|
|
82
|
-
border-radius: 4px;
|
|
83
|
-
opacity: 0;
|
|
84
|
-
transition: opacity .24s ease-out;
|
|
85
|
-
}
|
|
86
|
-
.mx-scrollbar-track .mx-scrollbar-thumb {
|
|
87
|
-
position: absolute;
|
|
88
|
-
width: 100%;
|
|
89
|
-
height: 0;
|
|
90
|
-
cursor: pointer;
|
|
91
|
-
border-radius: inherit;
|
|
92
|
-
background-color: #9093994d;
|
|
93
|
-
transition: background-color .3s;
|
|
94
|
-
}
|
|
95
|
-
.mx-zoom-in-down-enter-active,
|
|
96
|
-
.mx-zoom-in-down-leave-active {
|
|
97
|
-
opacity: 1;
|
|
98
|
-
transform: scaleY(1);
|
|
99
|
-
transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
|
|
100
|
-
transform-origin: center top;
|
|
101
|
-
}
|
|
102
|
-
.mx-zoom-in-down-enter,
|
|
103
|
-
.mx-zoom-in-down-enter-from,
|
|
104
|
-
.mx-zoom-in-down-leave-to {
|
|
105
|
-
opacity: 0;
|
|
106
|
-
transform: scaleY(0);
|
|
107
|
-
}
|
|
108
|
-
.mx-datepicker {
|
|
109
|
-
position: relative;
|
|
110
|
-
display: inline-block;
|
|
111
|
-
width: 210px;
|
|
112
|
-
}
|
|
113
|
-
.mx-datepicker svg {
|
|
114
|
-
width: 1em;
|
|
115
|
-
height: 1em;
|
|
116
|
-
vertical-align: -.15em;
|
|
117
|
-
fill: currentColor;
|
|
118
|
-
overflow: hidden;
|
|
119
|
-
}
|
|
120
|
-
.mx-datepicker-range {
|
|
121
|
-
width: 320px;
|
|
122
|
-
}
|
|
123
|
-
.mx-datepicker-inline {
|
|
124
|
-
width: auto;
|
|
125
|
-
}
|
|
126
|
-
.mx-input-wrapper {
|
|
127
|
-
position: relative;
|
|
128
|
-
}
|
|
129
|
-
.mx-input {
|
|
130
|
-
display: inline-block;
|
|
131
|
-
box-sizing: border-box;
|
|
132
|
-
width: 100%;
|
|
133
|
-
height: 34px;
|
|
134
|
-
padding: 6px 30px 6px 10px;
|
|
135
|
-
font-size: 14px;
|
|
136
|
-
line-height: 1.4;
|
|
137
|
-
color: #555;
|
|
138
|
-
background-color: #fff;
|
|
139
|
-
border: 1px solid #ccc;
|
|
140
|
-
border-radius: 4px;
|
|
141
|
-
box-shadow: inset 0 1px 1px #00000013;
|
|
142
|
-
}
|
|
143
|
-
.mx-input:hover,
|
|
144
|
-
.mx-input:focus {
|
|
145
|
-
border-color: #409aff;
|
|
146
|
-
}
|
|
147
|
-
.mx-input:disabled,
|
|
148
|
-
.mx-input.disabled {
|
|
149
|
-
color: #ccc;
|
|
150
|
-
background-color: #f3f3f3;
|
|
151
|
-
border-color: #ccc;
|
|
152
|
-
cursor: not-allowed;
|
|
153
|
-
}
|
|
154
|
-
.mx-input:focus {
|
|
155
|
-
outline: none;
|
|
156
|
-
}
|
|
157
|
-
.mx-input::-ms-clear {
|
|
158
|
-
display: none;
|
|
159
|
-
}
|
|
160
|
-
.mx-icon-calendar,
|
|
161
|
-
.mx-icon-clear {
|
|
162
|
-
position: absolute;
|
|
163
|
-
top: 50%;
|
|
164
|
-
right: 8px;
|
|
165
|
-
transform: translateY(-50%);
|
|
166
|
-
font-size: 16px;
|
|
167
|
-
line-height: 1;
|
|
168
|
-
color: #00000080;
|
|
169
|
-
vertical-align: middle;
|
|
170
|
-
}
|
|
171
|
-
.mx-icon-clear {
|
|
172
|
-
cursor: pointer;
|
|
173
|
-
}
|
|
174
|
-
.mx-icon-clear:hover {
|
|
175
|
-
color: #000c;
|
|
176
|
-
}
|
|
177
|
-
.mx-datepicker-main {
|
|
178
|
-
font:
|
|
179
|
-
14px/1.5 Helvetica Neue,
|
|
180
|
-
Helvetica,
|
|
181
|
-
Arial,
|
|
182
|
-
Microsoft Yahei,
|
|
183
|
-
sans-serif;
|
|
184
|
-
color: #73879c;
|
|
185
|
-
background-color: #fff;
|
|
186
|
-
border: 1px solid #e8e8e8;
|
|
187
|
-
}
|
|
188
|
-
.mx-datepicker-popup {
|
|
189
|
-
position: absolute;
|
|
190
|
-
margin-top: 1px;
|
|
191
|
-
margin-bottom: 1px;
|
|
192
|
-
box-shadow: 0 6px 12px #0000002d;
|
|
193
|
-
z-index: 2001;
|
|
194
|
-
}
|
|
195
|
-
.mx-datepicker-sidebar {
|
|
196
|
-
float: left;
|
|
197
|
-
box-sizing: border-box;
|
|
198
|
-
width: 100px;
|
|
199
|
-
padding: 6px;
|
|
200
|
-
overflow: auto;
|
|
201
|
-
}
|
|
202
|
-
.mx-datepicker-sidebar + .mx-datepicker-content {
|
|
203
|
-
margin-left: 100px;
|
|
204
|
-
border-left: 1px solid #e8e8e8;
|
|
205
|
-
}
|
|
206
|
-
.mx-datepicker-body {
|
|
207
|
-
position: relative;
|
|
208
|
-
-webkit-user-select: none;
|
|
209
|
-
user-select: none;
|
|
210
|
-
}
|
|
211
|
-
.mx-btn-shortcut {
|
|
212
|
-
display: block;
|
|
213
|
-
padding: 0 6px;
|
|
214
|
-
line-height: 24px;
|
|
215
|
-
}
|
|
216
|
-
.mx-range-wrapper {
|
|
217
|
-
display: flex;
|
|
218
|
-
}
|
|
219
|
-
@media (max-width: 750px) {
|
|
220
|
-
.mx-range-wrapper {
|
|
221
|
-
flex-direction: column;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
.mx-datepicker-header {
|
|
225
|
-
padding: 6px 8px;
|
|
226
|
-
border-bottom: 1px solid #e8e8e8;
|
|
227
|
-
}
|
|
228
|
-
.mx-datepicker-footer {
|
|
229
|
-
padding: 6px 8px;
|
|
230
|
-
text-align: right;
|
|
231
|
-
border-top: 1px solid #e8e8e8;
|
|
232
|
-
}
|
|
233
|
-
.mx-calendar {
|
|
234
|
-
box-sizing: border-box;
|
|
235
|
-
width: 248px;
|
|
236
|
-
padding: 6px 12px;
|
|
237
|
-
}
|
|
238
|
-
.mx-calendar + .mx-calendar {
|
|
239
|
-
border-left: 1px solid #e8e8e8;
|
|
240
|
-
}
|
|
241
|
-
.mx-calendar-header,
|
|
242
|
-
.mx-time-header {
|
|
243
|
-
box-sizing: border-box;
|
|
244
|
-
height: 34px;
|
|
245
|
-
line-height: 34px;
|
|
246
|
-
text-align: center;
|
|
247
|
-
overflow: hidden;
|
|
248
|
-
}
|
|
249
|
-
.mx-btn-icon-left,
|
|
250
|
-
.mx-btn-icon-double-left {
|
|
251
|
-
float: left;
|
|
252
|
-
}
|
|
253
|
-
.mx-btn-icon-right,
|
|
254
|
-
.mx-btn-icon-double-right {
|
|
255
|
-
float: right;
|
|
256
|
-
}
|
|
257
|
-
.mx-calendar-header-label {
|
|
258
|
-
font-size: 14px;
|
|
259
|
-
}
|
|
260
|
-
.mx-calendar-decade-separator {
|
|
261
|
-
margin: 0 2px;
|
|
262
|
-
}
|
|
263
|
-
.mx-calendar-decade-separator:after {
|
|
264
|
-
content: "~";
|
|
265
|
-
}
|
|
266
|
-
.mx-calendar-content {
|
|
267
|
-
position: relative;
|
|
268
|
-
height: 224px;
|
|
269
|
-
box-sizing: border-box;
|
|
270
|
-
}
|
|
271
|
-
.mx-calendar-content .cell {
|
|
272
|
-
cursor: pointer;
|
|
273
|
-
}
|
|
274
|
-
.mx-calendar-content .cell:hover {
|
|
275
|
-
color: #73879c;
|
|
276
|
-
background-color: #f3f9fe;
|
|
277
|
-
}
|
|
278
|
-
.mx-calendar-content .cell.active {
|
|
279
|
-
color: #fff;
|
|
280
|
-
background-color: #1284e7;
|
|
281
|
-
}
|
|
282
|
-
.mx-calendar-content .cell.in-range,
|
|
283
|
-
.mx-calendar-content .cell.hover-in-range {
|
|
284
|
-
color: #73879c;
|
|
285
|
-
background-color: #dbedfb;
|
|
286
|
-
}
|
|
287
|
-
.mx-calendar-content .cell.disabled {
|
|
288
|
-
cursor: not-allowed;
|
|
289
|
-
color: #ccc;
|
|
290
|
-
background-color: #f3f3f3;
|
|
291
|
-
}
|
|
292
|
-
.mx-calendar-week-mode .mx-date-row {
|
|
293
|
-
cursor: pointer;
|
|
294
|
-
}
|
|
295
|
-
.mx-calendar-week-mode .mx-date-row:hover {
|
|
296
|
-
background-color: #f3f9fe;
|
|
297
|
-
}
|
|
298
|
-
.mx-calendar-week-mode .mx-date-row.mx-active-week {
|
|
299
|
-
background-color: #dbedfb;
|
|
300
|
-
}
|
|
301
|
-
.mx-calendar-week-mode .mx-date-row .cell:hover,
|
|
302
|
-
.mx-calendar-week-mode .mx-date-row .cell.active {
|
|
303
|
-
color: inherit;
|
|
304
|
-
background-color: transparent;
|
|
305
|
-
}
|
|
306
|
-
.mx-week-number {
|
|
307
|
-
opacity: .5;
|
|
308
|
-
}
|
|
309
|
-
.mx-table {
|
|
310
|
-
table-layout: fixed;
|
|
311
|
-
border-collapse: separate;
|
|
312
|
-
border-spacing: 0;
|
|
313
|
-
width: 100%;
|
|
314
|
-
height: 100%;
|
|
315
|
-
box-sizing: border-box;
|
|
316
|
-
text-align: center;
|
|
317
|
-
}
|
|
318
|
-
.mx-table th {
|
|
319
|
-
padding: 0;
|
|
320
|
-
font-weight: 500;
|
|
321
|
-
vertical-align: middle;
|
|
322
|
-
}
|
|
323
|
-
.mx-table td {
|
|
324
|
-
padding: 0;
|
|
325
|
-
vertical-align: middle;
|
|
326
|
-
}
|
|
327
|
-
.mx-table-date td,
|
|
328
|
-
.mx-table-date th {
|
|
329
|
-
height: 32px;
|
|
330
|
-
font-size: 12px;
|
|
331
|
-
}
|
|
332
|
-
.mx-table-date .today {
|
|
333
|
-
color: #2a90e9;
|
|
334
|
-
}
|
|
335
|
-
.mx-table-date .cell.not-current-month {
|
|
336
|
-
color: #ccc;
|
|
337
|
-
background: none;
|
|
338
|
-
}
|
|
339
|
-
.mx-time {
|
|
340
|
-
flex: 1;
|
|
341
|
-
width: 224px;
|
|
342
|
-
background: #fff;
|
|
343
|
-
}
|
|
344
|
-
.mx-time + .mx-time {
|
|
345
|
-
border-left: 1px solid #e8e8e8;
|
|
346
|
-
}
|
|
347
|
-
.mx-calendar-time {
|
|
348
|
-
position: absolute;
|
|
349
|
-
top: 0;
|
|
350
|
-
left: 0;
|
|
351
|
-
width: 100%;
|
|
352
|
-
height: 100%;
|
|
353
|
-
}
|
|
354
|
-
.mx-time-header {
|
|
355
|
-
border-bottom: 1px solid #e8e8e8;
|
|
356
|
-
}
|
|
357
|
-
.mx-time-content {
|
|
358
|
-
height: 224px;
|
|
359
|
-
box-sizing: border-box;
|
|
360
|
-
overflow: hidden;
|
|
361
|
-
}
|
|
362
|
-
.mx-time-columns {
|
|
363
|
-
display: flex;
|
|
364
|
-
width: 100%;
|
|
365
|
-
height: 100%;
|
|
366
|
-
overflow: hidden;
|
|
367
|
-
}
|
|
368
|
-
.mx-time-column {
|
|
369
|
-
flex: 1;
|
|
370
|
-
position: relative;
|
|
371
|
-
border-left: 1px solid #e8e8e8;
|
|
372
|
-
text-align: center;
|
|
373
|
-
}
|
|
374
|
-
.mx-time-column:first-child {
|
|
375
|
-
border-left: 0;
|
|
376
|
-
}
|
|
377
|
-
.mx-time-column .mx-time-list {
|
|
378
|
-
margin: 0;
|
|
379
|
-
padding: 0;
|
|
380
|
-
list-style: none;
|
|
381
|
-
}
|
|
382
|
-
.mx-time-column .mx-time-list:after {
|
|
383
|
-
content: "";
|
|
384
|
-
display: block;
|
|
385
|
-
height: 192px;
|
|
386
|
-
}
|
|
387
|
-
.mx-time-column .mx-time-item {
|
|
388
|
-
cursor: pointer;
|
|
389
|
-
font-size: 12px;
|
|
390
|
-
height: 32px;
|
|
391
|
-
line-height: 32px;
|
|
392
|
-
}
|
|
393
|
-
.mx-time-column .mx-time-item:hover {
|
|
394
|
-
color: #73879c;
|
|
395
|
-
background-color: #f3f9fe;
|
|
396
|
-
}
|
|
397
|
-
.mx-time-column .mx-time-item.active {
|
|
398
|
-
color: #1284e7;
|
|
399
|
-
background-color: transparent;
|
|
400
|
-
font-weight: 700;
|
|
401
|
-
}
|
|
402
|
-
.mx-time-column .mx-time-item.disabled {
|
|
403
|
-
cursor: not-allowed;
|
|
404
|
-
color: #ccc;
|
|
405
|
-
background-color: #f3f3f3;
|
|
406
|
-
}
|
|
407
|
-
.mx-time-option {
|
|
408
|
-
cursor: pointer;
|
|
409
|
-
padding: 8px 10px;
|
|
410
|
-
font-size: 14px;
|
|
411
|
-
line-height: 20px;
|
|
412
|
-
}
|
|
413
|
-
.mx-time-option:hover {
|
|
414
|
-
color: #73879c;
|
|
415
|
-
background-color: #f3f9fe;
|
|
416
|
-
}
|
|
417
|
-
.mx-time-option.active {
|
|
418
|
-
color: #1284e7;
|
|
419
|
-
background-color: transparent;
|
|
420
|
-
font-weight: 700;
|
|
421
|
-
}
|
|
422
|
-
.mx-time-option.disabled {
|
|
423
|
-
cursor: not-allowed;
|
|
424
|
-
color: #ccc;
|
|
425
|
-
background-color: #f3f3f3;
|
|
426
|
-
}
|
|
427
|
-
.mx-datepicker[data-v-88b6d4d] {
|
|
428
|
-
-webkit-user-select: none;
|
|
429
|
-
user-select: none;
|
|
430
|
-
color: var(--color-main-text);
|
|
431
|
-
}
|
|
432
|
-
.mx-datepicker[data-v-88b6d4d] svg {
|
|
433
|
-
fill: var(--color-main-text);
|
|
434
|
-
}
|
|
435
|
-
.mx-datepicker[data-v-88b6d4d] .mx-input-wrapper .mx-input {
|
|
436
|
-
width: 100%;
|
|
437
|
-
border: 2px solid var(--color-border-maxcontrast);
|
|
438
|
-
background-color: var(--color-main-background);
|
|
439
|
-
background-clip: content-box;
|
|
440
|
-
}
|
|
441
|
-
.mx-datepicker[data-v-88b6d4d] .mx-input-wrapper .mx-input:active:not(.disabled),
|
|
442
|
-
.mx-datepicker[data-v-88b6d4d] .mx-input-wrapper .mx-input:hover:not(.disabled),
|
|
443
|
-
.mx-datepicker[data-v-88b6d4d] .mx-input-wrapper .mx-input:focus:not(.disabled) {
|
|
444
|
-
border-color: var(--color-primary-element);
|
|
445
|
-
}
|
|
446
|
-
.mx-datepicker[data-v-88b6d4d] .mx-input-wrapper:disabled,
|
|
447
|
-
.mx-datepicker[data-v-88b6d4d] .mx-input-wrapper.disabled {
|
|
448
|
-
cursor: not-allowed;
|
|
449
|
-
opacity: .7;
|
|
450
|
-
}
|
|
451
|
-
.mx-datepicker[data-v-88b6d4d] .mx-input-wrapper .mx-icon-calendar,
|
|
452
|
-
.mx-datepicker[data-v-88b6d4d] .mx-input-wrapper .mx-icon-clear {
|
|
453
|
-
color: var(--color-text-lighter);
|
|
454
|
-
}
|
|
455
|
-
.mx-datepicker-main {
|
|
456
|
-
color: var(--color-main-text);
|
|
457
|
-
border: 1px solid var(--color-border);
|
|
458
|
-
background-color: var(--color-main-background);
|
|
459
|
-
font-family: var(--font-face) !important;
|
|
460
|
-
line-height: 1.5;
|
|
461
|
-
}
|
|
462
|
-
.mx-datepicker-main svg {
|
|
463
|
-
fill: var(--color-main-text);
|
|
464
|
-
}
|
|
465
|
-
.mx-datepicker-main.mx-datepicker-popup {
|
|
466
|
-
z-index: 2000;
|
|
467
|
-
box-shadow: none;
|
|
468
|
-
}
|
|
469
|
-
.mx-datepicker-main.mx-datepicker-popup .mx-datepicker-sidebar + .mx-datepicker-content {
|
|
470
|
-
border-left: 1px solid var(--color-border);
|
|
471
|
-
}
|
|
472
|
-
.mx-datepicker-main.show-week-number .mx-calendar {
|
|
473
|
-
width: 296px;
|
|
474
|
-
}
|
|
475
|
-
.mx-datepicker-main .mx-datepicker-header {
|
|
476
|
-
border-bottom: 1px solid var(--color-border);
|
|
477
|
-
}
|
|
478
|
-
.mx-datepicker-main .mx-datepicker-footer {
|
|
479
|
-
border-top: 1px solid var(--color-border);
|
|
480
|
-
}
|
|
481
|
-
.mx-datepicker-main .mx-datepicker-btn-confirm {
|
|
482
|
-
background-color: var(--color-primary-element);
|
|
483
|
-
border-color: var(--color-primary-element);
|
|
484
|
-
color: var(--color-primary-element-text) !important;
|
|
485
|
-
opacity: 1 !important;
|
|
486
|
-
}
|
|
487
|
-
.mx-datepicker-main .mx-datepicker-btn-confirm:hover {
|
|
488
|
-
background-color: var(--color-primary-element-light) !important;
|
|
489
|
-
border-color: var(--color-primary-element-light) !important;
|
|
490
|
-
}
|
|
491
|
-
.mx-datepicker-main .mx-calendar {
|
|
492
|
-
width: 264px;
|
|
493
|
-
padding: 5px;
|
|
494
|
-
}
|
|
495
|
-
.mx-datepicker-main .mx-calendar.mx-calendar-week-mode {
|
|
496
|
-
width: 296px;
|
|
497
|
-
}
|
|
498
|
-
.mx-datepicker-main .mx-time + .mx-time,
|
|
499
|
-
.mx-datepicker-main .mx-calendar + .mx-calendar {
|
|
500
|
-
border-left: 1px solid var(--color-border);
|
|
501
|
-
}
|
|
502
|
-
.mx-datepicker-main .mx-range-wrapper {
|
|
503
|
-
display: flex;
|
|
504
|
-
overflow: hidden;
|
|
505
|
-
}
|
|
506
|
-
.mx-datepicker-main .mx-range-wrapper .mx-calendar-content .mx-table-date .cell.active {
|
|
507
|
-
border-radius: var(--border-radius) 0 0 var(--border-radius);
|
|
508
|
-
}
|
|
509
|
-
.mx-datepicker-main .mx-range-wrapper .mx-calendar-content .mx-table-date .cell.in-range + .cell.active {
|
|
510
|
-
border-radius: 0 var(--border-radius) var(--border-radius) 0;
|
|
511
|
-
}
|
|
512
|
-
.mx-datepicker-main .mx-table {
|
|
513
|
-
text-align: center;
|
|
514
|
-
}
|
|
515
|
-
.mx-datepicker-main .mx-table thead > tr > th {
|
|
516
|
-
text-align: center;
|
|
517
|
-
opacity: .5;
|
|
518
|
-
color: var(--color-text-lighter);
|
|
519
|
-
}
|
|
520
|
-
.mx-datepicker-main .mx-table tr:focus,
|
|
521
|
-
.mx-datepicker-main .mx-table tr:hover,
|
|
522
|
-
.mx-datepicker-main .mx-table tr:active {
|
|
523
|
-
background-color: transparent;
|
|
524
|
-
}
|
|
525
|
-
.mx-datepicker-main .mx-table .cell {
|
|
526
|
-
transition: all .1s ease-in-out;
|
|
527
|
-
text-align: center;
|
|
528
|
-
opacity: .7;
|
|
529
|
-
border-radius: 50px;
|
|
530
|
-
}
|
|
531
|
-
.mx-datepicker-main .mx-table .cell > * {
|
|
532
|
-
cursor: pointer;
|
|
533
|
-
}
|
|
534
|
-
.mx-datepicker-main .mx-table .cell.today {
|
|
535
|
-
opacity: 1;
|
|
536
|
-
color: var(--color-primary-element);
|
|
537
|
-
font-weight: 700;
|
|
538
|
-
}
|
|
539
|
-
.mx-datepicker-main .mx-table .cell.today:hover,
|
|
540
|
-
.mx-datepicker-main .mx-table .cell.today:focus {
|
|
541
|
-
color: var(--color-primary-element-text);
|
|
542
|
-
}
|
|
543
|
-
.mx-datepicker-main .mx-table .cell.in-range,
|
|
544
|
-
.mx-datepicker-main .mx-table .cell.disabled {
|
|
545
|
-
border-radius: 0;
|
|
546
|
-
font-weight: 400;
|
|
547
|
-
}
|
|
548
|
-
.mx-datepicker-main .mx-table .cell.in-range {
|
|
549
|
-
opacity: .7;
|
|
550
|
-
}
|
|
551
|
-
.mx-datepicker-main .mx-table .cell.not-current-month {
|
|
552
|
-
opacity: .5;
|
|
553
|
-
color: var(--color-text-lighter);
|
|
554
|
-
}
|
|
555
|
-
.mx-datepicker-main .mx-table .cell.not-current-month:hover,
|
|
556
|
-
.mx-datepicker-main .mx-table .cell.not-current-month:focus {
|
|
557
|
-
opacity: 1;
|
|
558
|
-
}
|
|
559
|
-
.mx-datepicker-main .mx-table .cell:hover,
|
|
560
|
-
.mx-datepicker-main .mx-table .cell:focus,
|
|
561
|
-
.mx-datepicker-main .mx-table .cell.actived,
|
|
562
|
-
.mx-datepicker-main .mx-table .cell.active,
|
|
563
|
-
.mx-datepicker-main .mx-table .cell.in-range {
|
|
564
|
-
opacity: 1;
|
|
565
|
-
color: var(--color-primary-element-text);
|
|
566
|
-
background-color: var(--color-primary-element);
|
|
567
|
-
font-weight: 700;
|
|
568
|
-
}
|
|
569
|
-
.mx-datepicker-main .mx-table .cell.disabled {
|
|
570
|
-
opacity: .5;
|
|
571
|
-
color: var(--color-text-lighter);
|
|
572
|
-
border-radius: 0;
|
|
573
|
-
background-color: var(--color-background-darker);
|
|
574
|
-
}
|
|
575
|
-
.mx-datepicker-main .mx-table .mx-week-number {
|
|
576
|
-
text-align: center;
|
|
577
|
-
opacity: .7;
|
|
578
|
-
border-radius: 50px;
|
|
579
|
-
}
|
|
580
|
-
.mx-datepicker-main .mx-table span.mx-week-number,
|
|
581
|
-
.mx-datepicker-main .mx-table li.mx-week-number,
|
|
582
|
-
.mx-datepicker-main .mx-table span.cell,
|
|
583
|
-
.mx-datepicker-main .mx-table li.cell {
|
|
584
|
-
min-height: 32px;
|
|
585
|
-
}
|
|
586
|
-
.mx-datepicker-main .mx-table.mx-table-date thead,
|
|
587
|
-
.mx-datepicker-main .mx-table.mx-table-date tbody,
|
|
588
|
-
.mx-datepicker-main .mx-table.mx-table-year,
|
|
589
|
-
.mx-datepicker-main .mx-table.mx-table-month {
|
|
590
|
-
display: flex;
|
|
591
|
-
flex-direction: column;
|
|
592
|
-
justify-content: space-around;
|
|
593
|
-
}
|
|
594
|
-
.mx-datepicker-main .mx-table.mx-table-date thead tr,
|
|
595
|
-
.mx-datepicker-main .mx-table.mx-table-date tbody tr,
|
|
596
|
-
.mx-datepicker-main .mx-table.mx-table-year tr,
|
|
597
|
-
.mx-datepicker-main .mx-table.mx-table-month tr {
|
|
598
|
-
display: inline-flex;
|
|
599
|
-
align-items: center;
|
|
600
|
-
flex: 1 1 32px;
|
|
601
|
-
justify-content: space-around;
|
|
602
|
-
min-height: 32px;
|
|
603
|
-
}
|
|
604
|
-
.mx-datepicker-main .mx-table.mx-table-date thead th,
|
|
605
|
-
.mx-datepicker-main .mx-table.mx-table-date thead td,
|
|
606
|
-
.mx-datepicker-main .mx-table.mx-table-date tbody th,
|
|
607
|
-
.mx-datepicker-main .mx-table.mx-table-date tbody td,
|
|
608
|
-
.mx-datepicker-main .mx-table.mx-table-year th,
|
|
609
|
-
.mx-datepicker-main .mx-table.mx-table-year td,
|
|
610
|
-
.mx-datepicker-main .mx-table.mx-table-month th,
|
|
611
|
-
.mx-datepicker-main .mx-table.mx-table-month td {
|
|
612
|
-
display: flex;
|
|
613
|
-
align-items: center;
|
|
614
|
-
flex: 0 1 32%;
|
|
615
|
-
justify-content: center;
|
|
616
|
-
min-width: 32px;
|
|
617
|
-
height: 95%;
|
|
618
|
-
min-height: 32px;
|
|
619
|
-
transition: background .1s ease-in-out;
|
|
620
|
-
}
|
|
621
|
-
.mx-datepicker-main .mx-table.mx-table-year tr th,
|
|
622
|
-
.mx-datepicker-main .mx-table.mx-table-year tr td {
|
|
623
|
-
flex-basis: 48%;
|
|
624
|
-
}
|
|
625
|
-
.mx-datepicker-main .mx-table.mx-table-date tr th,
|
|
626
|
-
.mx-datepicker-main .mx-table.mx-table-date tr td {
|
|
627
|
-
flex-basis: 32px;
|
|
628
|
-
}
|
|
629
|
-
.mx-datepicker-main .mx-btn {
|
|
630
|
-
min-width: 32px;
|
|
631
|
-
height: 32px;
|
|
632
|
-
margin: 0 2px !important;
|
|
633
|
-
padding: 7px 10px;
|
|
634
|
-
cursor: pointer;
|
|
635
|
-
text-decoration: none;
|
|
636
|
-
opacity: .5;
|
|
637
|
-
color: var(--color-text-lighter);
|
|
638
|
-
border-radius: 32px;
|
|
639
|
-
line-height: 20px;
|
|
640
|
-
}
|
|
641
|
-
.mx-datepicker-main .mx-btn:hover,
|
|
642
|
-
.mx-datepicker-main .mx-btn:focus {
|
|
643
|
-
opacity: 1;
|
|
644
|
-
color: var(--color-main-text);
|
|
645
|
-
background-color: var(--color-background-darker);
|
|
646
|
-
}
|
|
647
|
-
.mx-datepicker-main .mx-calendar-header,
|
|
648
|
-
.mx-datepicker-main .mx-time-header {
|
|
649
|
-
display: inline-flex;
|
|
650
|
-
align-items: center;
|
|
651
|
-
justify-content: space-between;
|
|
652
|
-
width: 100%;
|
|
653
|
-
height: 44px;
|
|
654
|
-
margin-bottom: 4px;
|
|
655
|
-
}
|
|
656
|
-
.mx-datepicker-main .mx-calendar-header button,
|
|
657
|
-
.mx-datepicker-main .mx-time-header button {
|
|
658
|
-
min-width: 32px;
|
|
659
|
-
min-height: 32px;
|
|
660
|
-
margin: 0;
|
|
661
|
-
cursor: pointer;
|
|
662
|
-
text-align: center;
|
|
663
|
-
text-decoration: none;
|
|
664
|
-
opacity: .7;
|
|
665
|
-
color: var(--color-main-text);
|
|
666
|
-
border-radius: 32px;
|
|
667
|
-
line-height: 20px;
|
|
668
|
-
}
|
|
669
|
-
.mx-datepicker-main .mx-calendar-header button:hover,
|
|
670
|
-
.mx-datepicker-main .mx-time-header button:hover,
|
|
671
|
-
.mx-datepicker-main .mx-calendar-header button:focus,
|
|
672
|
-
.mx-datepicker-main .mx-time-header button:focus {
|
|
673
|
-
opacity: 1;
|
|
674
|
-
color: var(--color-main-text);
|
|
675
|
-
background-color: var(--color-background-darker);
|
|
676
|
-
}
|
|
677
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left,
|
|
678
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left,
|
|
679
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left,
|
|
680
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-left,
|
|
681
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right,
|
|
682
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right,
|
|
683
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right,
|
|
684
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right {
|
|
685
|
-
align-items: center;
|
|
686
|
-
justify-content: center;
|
|
687
|
-
width: 32px;
|
|
688
|
-
padding: 0;
|
|
689
|
-
}
|
|
690
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i,
|
|
691
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i,
|
|
692
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i,
|
|
693
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i,
|
|
694
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i,
|
|
695
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i,
|
|
696
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i,
|
|
697
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i {
|
|
698
|
-
background-repeat: no-repeat;
|
|
699
|
-
background-size: 16px;
|
|
700
|
-
background-position: center;
|
|
701
|
-
filter: var(--background-invert-if-dark);
|
|
702
|
-
display: inline-block;
|
|
703
|
-
width: 32px;
|
|
704
|
-
height: 32px;
|
|
705
|
-
}
|
|
706
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i:after,
|
|
707
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i:after,
|
|
708
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i:before,
|
|
709
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i:before,
|
|
710
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i:after,
|
|
711
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i:after,
|
|
712
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i:before,
|
|
713
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i:before,
|
|
714
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i:after,
|
|
715
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i:after,
|
|
716
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i:before,
|
|
717
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i:before,
|
|
718
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i:after,
|
|
719
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i:after,
|
|
720
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i:before,
|
|
721
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i:before {
|
|
722
|
-
content: none;
|
|
723
|
-
}
|
|
724
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-text,
|
|
725
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-text {
|
|
726
|
-
line-height: initial;
|
|
727
|
-
}
|
|
728
|
-
.mx-datepicker-main .mx-calendar-header .mx-calendar-header-label,
|
|
729
|
-
.mx-datepicker-main .mx-time-header .mx-calendar-header-label {
|
|
730
|
-
display: flex;
|
|
731
|
-
}
|
|
732
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-left > i,
|
|
733
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-double-left > i {
|
|
734
|
-
background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M18.4%207.4L17%206l-6%206%206%206%201.4-1.4-4.6-4.6%204.6-4.6m-6%200L11%206l-6%206%206%206%201.4-1.4L7.8%2012l4.6-4.6z'/%3e%3c/svg%3e");
|
|
735
|
-
}
|
|
736
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-left > i,
|
|
737
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-left > i {
|
|
738
|
-
background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M15.4%2016.6L10.8%2012l4.6-4.6L14%206l-6%206%206%206%201.4-1.4z'/%3e%3c/svg%3e");
|
|
739
|
-
}
|
|
740
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-right > i,
|
|
741
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-right > i {
|
|
742
|
-
background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M8.6%2016.6l4.6-4.6-4.6-4.6L10%206l6%206-6%206-1.4-1.4z'/%3e%3c/svg%3e");
|
|
743
|
-
}
|
|
744
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-right > i,
|
|
745
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-double-right > i {
|
|
746
|
-
background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M5.6%207.4L7%206l6%206-6%206-1.4-1.4%204.6-4.6-4.6-4.6m6%200L13%206l6%206-6%206-1.4-1.4%204.6-4.6-4.6-4.6z'/%3e%3c/svg%3e");
|
|
747
|
-
}
|
|
748
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right,
|
|
749
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right {
|
|
750
|
-
order: 2;
|
|
751
|
-
}
|
|
752
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right,
|
|
753
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right {
|
|
754
|
-
order: 3;
|
|
755
|
-
}
|
|
756
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row .mx-week-number {
|
|
757
|
-
font-weight: 700;
|
|
758
|
-
}
|
|
759
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover,
|
|
760
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week {
|
|
761
|
-
opacity: 1;
|
|
762
|
-
border-radius: 50px;
|
|
763
|
-
background-color: var(--color-background-dark);
|
|
764
|
-
}
|
|
765
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td,
|
|
766
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td {
|
|
767
|
-
background-color: transparent;
|
|
768
|
-
}
|
|
769
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td,
|
|
770
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td:hover,
|
|
771
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td:focus,
|
|
772
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td,
|
|
773
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td:hover,
|
|
774
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td:focus {
|
|
775
|
-
color: inherit;
|
|
776
|
-
}
|
|
777
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week {
|
|
778
|
-
color: var(--color-primary-element-text);
|
|
779
|
-
background-color: var(--color-primary-element);
|
|
780
|
-
}
|
|
781
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td {
|
|
782
|
-
opacity: .7;
|
|
783
|
-
font-weight: 400;
|
|
784
|
-
}
|
|
785
|
-
.mx-datepicker-main .mx-time {
|
|
786
|
-
background-color: var(--color-main-background);
|
|
787
|
-
}
|
|
788
|
-
.mx-datepicker-main .mx-time .mx-time-header {
|
|
789
|
-
justify-content: center;
|
|
790
|
-
border-bottom: 1px solid var(--color-border);
|
|
791
|
-
}
|
|
792
|
-
.mx-datepicker-main .mx-time .mx-time-column {
|
|
793
|
-
border-left: 1px solid var(--color-border);
|
|
794
|
-
}
|
|
795
|
-
.mx-datepicker-main .mx-time .mx-time-option.active,
|
|
796
|
-
.mx-datepicker-main .mx-time .mx-time-option:hover,
|
|
797
|
-
.mx-datepicker-main .mx-time .mx-time-item.active,
|
|
798
|
-
.mx-datepicker-main .mx-time .mx-time-item:hover {
|
|
799
|
-
color: var(--color-primary-element-text);
|
|
800
|
-
background-color: var(--color-primary-element);
|
|
801
|
-
}
|
|
802
|
-
.mx-datepicker-main .mx-time .mx-time-option.disabled,
|
|
803
|
-
.mx-datepicker-main .mx-time .mx-time-item.disabled {
|
|
804
|
-
cursor: not-allowed;
|
|
805
|
-
opacity: .5;
|
|
806
|
-
color: var(--color-main-text);
|
|
807
|
-
background-color: var(--color-main-background);
|
|
808
|
-
}
|
|
809
|
-
.material-design-icon[data-v-e1e1644e] {
|
|
810
|
-
display: flex;
|
|
811
|
-
align-self: center;
|
|
812
|
-
justify-self: center;
|
|
813
|
-
align-items: center;
|
|
814
|
-
justify-content: center;
|
|
815
|
-
}
|
|
816
|
-
.mx-datepicker[data-v-e1e1644e] .mx-input-wrapper .mx-input {
|
|
817
|
-
background-clip: border-box;
|
|
818
|
-
}
|
|
819
|
-
.datetime-picker-inline-icon[data-v-e1e1644e] {
|
|
820
|
-
opacity: .3;
|
|
821
|
-
border: none;
|
|
822
|
-
background-color: transparent;
|
|
823
|
-
border-radius: 0;
|
|
824
|
-
padding: 0 !important;
|
|
825
|
-
margin: 0;
|
|
826
|
-
}
|
|
827
|
-
.datetime-picker-inline-icon--highlighted[data-v-e1e1644e] {
|
|
828
|
-
opacity: .7;
|
|
829
|
-
}
|
|
830
|
-
.datetime-picker-inline-icon[data-v-e1e1644e]:focus,
|
|
831
|
-
.datetime-picker-inline-icon[data-v-e1e1644e]:hover {
|
|
832
|
-
opacity: 1;
|
|
833
|
-
}
|
|
834
|
-
/**
|
|
835
|
-
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
836
|
-
*
|
|
837
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
838
|
-
*
|
|
839
|
-
* @license GNU AGPL version 3 or any later version
|
|
840
|
-
*
|
|
841
|
-
* This program is free software: you can redistribute it and/or modify
|
|
842
|
-
* it under the terms of the GNU Affero General Public License as
|
|
843
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
844
|
-
* License, or (at your option) any later version.
|
|
845
|
-
*
|
|
846
|
-
* This program is distributed in the hope that it will be useful,
|
|
847
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
848
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
849
|
-
* GNU Affero General Public License for more details.
|
|
850
|
-
*
|
|
851
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
852
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
853
|
-
*
|
|
854
|
-
*/
|
|
855
|
-
.material-design-icon {
|
|
856
|
-
display: flex;
|
|
857
|
-
align-self: center;
|
|
858
|
-
justify-self: center;
|
|
859
|
-
align-items: center;
|
|
860
|
-
justify-content: center;
|
|
861
|
-
}
|
|
862
|
-
.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper {
|
|
863
|
-
border-radius: var(--border-radius-large);
|
|
864
|
-
}
|
|
865
|
-
.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner {
|
|
866
|
-
padding: 4px;
|
|
867
|
-
border-radius: var(--border-radius-large);
|
|
868
|
-
}
|
|
869
|
-
.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__label {
|
|
870
|
-
padding: 4px 0 4px 14px;
|
|
871
|
-
}
|
|
872
|
-
.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__timezone-select.v-select .vs__dropdown-toggle {
|
|
873
|
-
border-radius: calc(var(--border-radius-large) - 4px);
|
|
874
|
-
}
|
|
875
|
-
.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__timezone-select.v-select.vs--open .vs__dropdown-toggle {
|
|
876
|
-
border-bottom-left-radius: 0;
|
|
877
|
-
border-bottom-right-radius: 0;
|
|
878
|
-
}
|
|
879
|
-
.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__timezone-select.v-select.vs--open.select--drop-up .vs__dropdown-toggle {
|
|
880
|
-
border-radius: 0 0 calc(var(--border-radius-large) - 4px) calc(var(--border-radius-large) - 4px);
|
|
881
|
-
}
|
|
882
|
-
.vs__dropdown-menu--floating {
|
|
883
|
-
z-index: 100001;
|
|
884
|
-
}
|