@nextcloud/vue 8.30.0 → 8.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -2
- package/dist/Components/NcActionButton.cjs +1 -1
- package/dist/Components/NcActionButton.mjs +1 -1
- package/dist/Components/NcActionButtonGroup.cjs +1 -1
- package/dist/Components/NcActionButtonGroup.mjs +1 -1
- package/dist/Components/NcActionCheckbox.cjs +1 -1
- package/dist/Components/NcActionCheckbox.mjs +1 -1
- package/dist/Components/NcActionInput.cjs +1 -1
- package/dist/Components/NcActionInput.mjs +1 -1
- package/dist/Components/NcActionLink.cjs +6 -6
- package/dist/Components/NcActionLink.cjs.map +1 -1
- package/dist/Components/NcActionLink.mjs +6 -6
- package/dist/Components/NcActionLink.mjs.map +1 -1
- package/dist/Components/NcActionRadio.cjs +1 -1
- package/dist/Components/NcActionRadio.mjs +1 -1
- package/dist/Components/NcActionRouter.cjs +4 -5
- package/dist/Components/NcActionRouter.cjs.map +1 -1
- package/dist/Components/NcActionRouter.mjs +4 -5
- package/dist/Components/NcActionRouter.mjs.map +1 -1
- package/dist/Components/NcActionText.cjs +4 -4
- package/dist/Components/NcActionText.cjs.map +1 -1
- package/dist/Components/NcActionText.mjs +4 -4
- package/dist/Components/NcActionText.mjs.map +1 -1
- package/dist/Components/NcActionTextEditable.cjs +1 -1
- package/dist/Components/NcActionTextEditable.mjs +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/NcAppContentList.cjs +6 -0
- package/dist/Components/NcAppContentList.cjs.map +1 -1
- package/dist/Components/NcAppContentList.mjs +6 -0
- 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 +5 -2
- package/dist/Components/NcAppNavigationIconBullet.cjs.map +1 -1
- package/dist/Components/NcAppNavigationIconBullet.mjs +5 -2
- 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 -65
- package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.mjs +2 -65
- 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/NcAppNavigationSearch.cjs +1 -1
- package/dist/Components/NcAppNavigationSearch.mjs +1 -1
- package/dist/Components/NcAppNavigationSettings.cjs +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +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 -57
- package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.mjs +2 -57
- 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/NcAppSidebarHeader.cjs +1 -1
- package/dist/Components/NcAppSidebarHeader.mjs +1 -1
- package/dist/Components/NcAppSidebarTab.cjs +8 -4
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +8 -4
- package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
- package/dist/Components/NcAssistantButton.cjs +1 -1
- package/dist/Components/NcAssistantButton.mjs +1 -1
- package/dist/Components/NcAssistantIcon.cjs +1 -1
- package/dist/Components/NcAssistantIcon.mjs +1 -1
- package/dist/Components/NcAvatar.cjs +1 -1
- package/dist/Components/NcAvatar.mjs +1 -1
- package/dist/Components/NcBlurHash.cjs +1 -1
- package/dist/Components/NcBlurHash.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 -332
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +2 -332
- 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/NcChip.cjs +23 -15
- package/dist/Components/NcChip.cjs.map +1 -1
- package/dist/Components/NcChip.mjs +23 -15
- package/dist/Components/NcChip.mjs.map +1 -1
- package/dist/Components/NcCollectionList.cjs +1 -1
- package/dist/Components/NcCollectionList.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 +1 -1
- package/dist/Components/NcCounterBubble.mjs +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 +67 -23
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +67 -23
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +39 -19
- package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +39 -19
- package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
- package/dist/Components/NcDialog.cjs +1 -1
- package/dist/Components/NcDialog.mjs +1 -1
- package/dist/Components/NcDialogButton.cjs +1 -1
- package/dist/Components/NcDialogButton.mjs +1 -1
- package/dist/Components/NcEllipsisedOption.cjs +3 -3
- package/dist/Components/NcEllipsisedOption.cjs.map +1 -1
- package/dist/Components/NcEllipsisedOption.mjs +3 -3
- 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 +6 -3
- package/dist/Components/NcEmptyContent.cjs.map +1 -1
- package/dist/Components/NcEmptyContent.mjs +6 -3
- package/dist/Components/NcEmptyContent.mjs.map +1 -1
- package/dist/Components/NcGuestContent.cjs +2 -2
- package/dist/Components/NcGuestContent.cjs.map +1 -1
- package/dist/Components/NcGuestContent.mjs +2 -2
- package/dist/Components/NcGuestContent.mjs.map +1 -1
- package/dist/Components/NcHeaderButton.cjs +2 -61
- package/dist/Components/NcHeaderButton.cjs.map +1 -1
- package/dist/Components/NcHeaderButton.mjs +2 -61
- package/dist/Components/NcHeaderButton.mjs.map +1 -1
- package/dist/Components/NcHeaderMenu.cjs +1 -1
- package/dist/Components/NcHeaderMenu.mjs +1 -1
- package/dist/Components/NcHighlight.cjs +1 -1
- package/dist/Components/NcHighlight.mjs +1 -1
- package/dist/Components/NcIconSvgWrapper.cjs +1 -1
- package/dist/Components/NcIconSvgWrapper.mjs +1 -1
- package/dist/Components/NcInputField.cjs +1 -1
- package/dist/Components/NcInputField.mjs +1 -1
- package/dist/Components/NcKbd.cjs +65 -0
- package/dist/Components/NcKbd.cjs.map +1 -0
- package/dist/Components/NcKbd.mjs +66 -0
- package/dist/Components/NcKbd.mjs.map +1 -0
- package/dist/Components/NcListItem.cjs +1 -1
- package/dist/Components/NcListItem.mjs +1 -1
- package/dist/Components/NcListItemIcon.cjs +1 -1
- package/dist/Components/NcListItemIcon.mjs +1 -1
- package/dist/Components/NcLoadingIcon.cjs +2 -2
- package/dist/Components/NcLoadingIcon.cjs.map +1 -1
- package/dist/Components/NcLoadingIcon.mjs +2 -2
- package/dist/Components/NcLoadingIcon.mjs.map +1 -1
- package/dist/Components/NcModal.cjs +83 -54
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +82 -53
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +12 -12
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +12 -12
- 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/NcRadioGroup.cjs +4 -0
- package/dist/Components/NcRadioGroup.cjs.map +1 -0
- package/dist/Components/NcRadioGroup.mjs +5 -0
- package/dist/Components/NcRadioGroup.mjs.map +1 -0
- package/dist/Components/NcRadioGroupButton.cjs +4 -0
- package/dist/Components/NcRadioGroupButton.cjs.map +1 -0
- package/dist/Components/NcRadioGroupButton.mjs +5 -0
- package/dist/Components/NcRadioGroupButton.mjs.map +1 -0
- package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
- package/dist/Components/NcRichContenteditable.cjs +2 -2
- package/dist/Components/NcRichContenteditable.mjs +2 -2
- package/dist/Components/NcRichText.cjs +10 -10
- package/dist/Components/NcRichText.mjs +17 -17
- 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/NcSelectUsers.cjs +1 -1
- package/dist/Components/NcSelectUsers.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 +1 -1
- package/dist/Components/NcTextArea.mjs +1 -1
- package/dist/Components/NcTextField.cjs +1 -1
- package/dist/Components/NcTextField.mjs +1 -1
- package/dist/Components/NcThemeProvider.cjs +1 -1
- package/dist/Components/NcThemeProvider.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 +3 -3
- package/dist/Components/NcVNodes.cjs.map +1 -1
- package/dist/Components/NcVNodes.mjs +3 -3
- package/dist/Components/NcVNodes.mjs.map +1 -1
- package/dist/Composables/useFormatDateTime.cjs +28 -15
- package/dist/Composables/useFormatDateTime.cjs.map +1 -1
- package/dist/Composables/useFormatDateTime.mjs +28 -15
- package/dist/Composables/useFormatDateTime.mjs.map +1 -1
- package/dist/Composables/useHotKey.cjs +4 -3
- package/dist/Composables/useHotKey.cjs.map +1 -1
- package/dist/Composables/useHotKey.mjs +3 -2
- package/dist/Composables/useHotKey.mjs.map +1 -1
- package/dist/Composables/useIsDarkTheme.cjs +5 -2
- package/dist/Composables/useIsDarkTheme.cjs.map +1 -1
- package/dist/Composables/useIsDarkTheme.mjs +5 -2
- package/dist/Composables/useIsDarkTheme.mjs.map +1 -1
- package/dist/Composables/useIsFullscreen.cjs.map +1 -1
- package/dist/Composables/useIsFullscreen.mjs.map +1 -1
- package/dist/Composables/useIsMobile.cjs.map +1 -1
- package/dist/Composables/useIsMobile.mjs.map +1 -1
- package/dist/Directives/Focus.cjs.map +1 -1
- package/dist/Directives/Focus.mjs.map +1 -1
- package/dist/Directives/Linkify.cjs +6 -7
- package/dist/Directives/Linkify.cjs.map +1 -1
- package/dist/Directives/Linkify.mjs +6 -6
- package/dist/Directives/Linkify.mjs.map +1 -1
- package/dist/Directives/Tooltip.cjs.map +1 -1
- package/dist/Directives/Tooltip.mjs.map +1 -1
- package/dist/Functions/a11y.cjs +2 -2
- package/dist/Functions/a11y.cjs.map +1 -1
- package/dist/Functions/a11y.mjs +2 -2
- package/dist/Functions/a11y.mjs.map +1 -1
- package/dist/Functions/contactsMenu.cjs +3 -2
- package/dist/Functions/contactsMenu.cjs.map +1 -1
- package/dist/Functions/contactsMenu.mjs +3 -2
- package/dist/Functions/contactsMenu.mjs.map +1 -1
- package/dist/Functions/dialog.cjs +20 -5
- package/dist/Functions/dialog.cjs.map +1 -1
- package/dist/Functions/dialog.mjs +20 -5
- package/dist/Functions/dialog.mjs.map +1 -1
- package/dist/Functions/emoji.cjs +1 -1
- package/dist/Functions/emoji.mjs +1 -1
- package/dist/Functions/isDarkTheme.cjs.map +1 -1
- package/dist/Functions/isDarkTheme.mjs.map +1 -1
- package/dist/Functions/preloadImage.cjs.map +1 -1
- package/dist/Functions/preloadImage.mjs.map +1 -1
- package/dist/Functions/reference.cjs +2 -2
- package/dist/Functions/reference.mjs +10 -10
- package/dist/Functions/registerReference.cjs +1 -1
- package/dist/Functions/registerReference.mjs +5 -5
- package/dist/Functions/usernameToColor.cjs +2 -2
- package/dist/Functions/usernameToColor.cjs.map +1 -1
- package/dist/Functions/usernameToColor.mjs +2 -2
- package/dist/Functions/usernameToColor.mjs.map +1 -1
- package/dist/Mixins/clickOutsideOptions.cjs.map +1 -1
- package/dist/Mixins/clickOutsideOptions.mjs.map +1 -1
- package/dist/Mixins/isFullscreen.cjs.map +1 -1
- package/dist/Mixins/isFullscreen.mjs.map +1 -1
- package/dist/Mixins/isMobile.cjs.map +1 -1
- package/dist/Mixins/isMobile.mjs.map +1 -1
- package/dist/Mixins/richEditor.cjs +1 -1
- package/dist/Mixins/richEditor.mjs +1 -1
- package/dist/assets/NcActionButton-DwJihiLc.css +119 -0
- package/dist/assets/NcActionButtonGroup-CRXLyFpx.css +47 -0
- package/dist/assets/NcActionCheckbox-DvdNISIs.css +80 -0
- package/dist/assets/NcActionInput-DsGwr3wt.css +230 -0
- package/dist/assets/NcActionLink-7Wp6P-Nk.css +102 -0
- package/dist/assets/NcActionRadio-CLsR2Ore.css +79 -0
- package/dist/assets/NcActionRouter-ByijfQtF.css +113 -0
- package/dist/assets/NcActionText-CR_yvwWo.css +117 -0
- package/dist/assets/NcActionTextEditable-CCWTiT5c.css +252 -0
- package/dist/assets/NcActions-B4-9qwLn.css +80 -0
- package/dist/assets/NcAppContent-BpjG38I8.css +124 -0
- package/dist/assets/NcAppNavigation-Bg4Oe7WC.css +110 -0
- package/dist/assets/NcAppNavigationCaption-C7GtQb_y.css +49 -0
- package/dist/assets/NcAppNavigationIconBullet-DLQJkObX.css +30 -0
- package/dist/assets/NcAppNavigationItem-UaB3qdsS.css +232 -0
- package/dist/assets/NcAppNavigationNew-D8_2ab9R.css +27 -0
- package/dist/assets/NcAppNavigationNewItem-Cjbn5XkO.css +217 -0
- package/dist/assets/NcAppNavigationSearch-o97SOfOb.css +41 -0
- package/dist/assets/NcAppNavigationSettings-1YRzh-xl.css +74 -0
- package/dist/assets/NcAppNavigationToggle-DgwbZOWc.css +27 -0
- package/dist/assets/NcAppSettingsDialog-DH3DIIwL.css +74 -0
- package/dist/assets/NcAppSettingsSection-Dq0eTGEp.css +30 -0
- package/dist/assets/NcAppSidebar-Bd2cj1W-.css +349 -0
- package/dist/assets/NcAppSidebarTab-IcebyGtN.css +34 -0
- package/dist/assets/NcAssistantIcon-BoOnqVRr.css +35 -0
- package/dist/assets/NcAvatar-Cm4kVIfS.css +133 -0
- package/dist/assets/NcBreadcrumb-0xB19h6f.css +68 -0
- package/dist/assets/NcBreadcrumbs-DahxPGJY.css +37 -0
- package/dist/assets/NcButton-uQUvp7DS.css +219 -0
- package/dist/assets/NcCheckboxRadioSwitch-BcHKt-lf.css +224 -0
- package/dist/assets/NcChip-Cc17FJEC.css +65 -0
- package/dist/assets/NcCollectionList-hRgvNUMR.css +221 -0
- package/dist/assets/NcColorPicker-CCqpXoam.css +180 -0
- package/dist/assets/NcContent-IIXgAj_u.css +85 -0
- package/dist/assets/NcCounterBubble-sz81L2Mt.css +53 -0
- package/dist/assets/NcDashboardWidget-DzJMoJ_B.css +73 -0
- package/dist/assets/NcDashboardWidgetItem-CAsF_ZMZ.css +85 -0
- package/dist/assets/NcDateTimePicker-C6sMtYzL.css +895 -0
- package/dist/assets/NcDateTimePickerNative-ZqMiOh_m.css +60 -0
- package/dist/assets/NcDialog-COuFb47k.css +132 -0
- package/dist/assets/NcEllipsisedOption-DRkFZ9bI.css +34 -0
- package/dist/assets/NcEmojiPicker-B-iLLj37.css +550 -0
- package/dist/assets/NcEmptyContent-xdTcF0yQ.css +68 -0
- package/dist/assets/NcGuestContent-BkegjnLL.css +50 -0
- package/dist/assets/NcHeaderButton-CeT-dsLr.css +54 -0
- package/dist/assets/NcHeaderMenu-BXb9npZp.css +88 -0
- package/dist/assets/NcIconSvgWrapper-DJQ2Kuip.css +46 -0
- package/dist/assets/NcInputConfirmCancel-CkhRZCfD.css +39 -0
- package/dist/assets/NcInputField-BI3vWgSo.css +206 -0
- package/dist/assets/NcKbd-BGW1_Jb7.css +36 -0
- package/dist/assets/NcListItem-rxOwDYE-.css +186 -0
- package/dist/assets/NcListItemIcon-Co3jVZZ8.css +72 -0
- package/dist/assets/NcLoadingIcon-C7S2_wmi.css +24 -0
- package/dist/assets/NcMentionBubble-CaztX9Pv.css +73 -0
- package/dist/assets/NcModal-4ZPVUmG2.css +289 -0
- package/dist/assets/NcNoteCard-Dz5-u2BY.css +67 -0
- package/dist/assets/NcPasswordField-mhXQk8aT.css +21 -0
- package/dist/assets/NcProgressBar-CU_ib_HL.css +56 -0
- package/dist/assets/NcRadioGroup-CNgjqqiP.css +49 -0
- package/dist/assets/NcRadioGroupButton-6mf16D0h.css +86 -0
- package/dist/assets/NcRelatedResourcesPanel-BgMc8bue.css +158 -0
- package/dist/assets/NcRichContenteditable-Ds_cptgr.css +274 -0
- package/dist/assets/NcRichText-CVy4zTPr.css +331 -0
- package/dist/assets/NcSelect-B1pyRV6j.css +201 -0
- package/dist/assets/NcSelectUsers-CfOSPgtz.css +4 -0
- package/dist/assets/NcSettingsInputText-18lfGViv.css +35 -0
- package/dist/assets/NcSettingsSection-D_qeKnRb.css +57 -0
- package/dist/assets/NcSettingsSelectGroup-B9FlWQVH.css +23 -0
- package/dist/assets/NcTextArea-B6zS3CRN.css +136 -0
- package/dist/assets/NcUserBubble-uIpJvFoQ.css +48 -0
- package/dist/assets/NcUserStatusIcon-Bw8yMFMP.css +34 -0
- package/dist/assets/referencePickerModal-CGtNx7ew.css +396 -0
- package/dist/chunks/GenRandomId-D7iOvpZS.cjs +6 -0
- package/dist/chunks/GenRandomId-D7iOvpZS.cjs.map +1 -0
- package/dist/chunks/GenRandomId-F5ebeBB_.mjs +7 -0
- package/dist/chunks/GenRandomId-F5ebeBB_.mjs.map +1 -0
- package/dist/chunks/NcActionButton-CZsSFAT4.mjs +184 -0
- package/dist/chunks/NcActionButton-CZsSFAT4.mjs.map +1 -0
- package/dist/chunks/NcActionButton-lJ0IA3IS.cjs +183 -0
- package/dist/chunks/NcActionButton-lJ0IA3IS.cjs.map +1 -0
- package/dist/chunks/NcActionButtonGroup-CIvAeDpU.mjs +52 -0
- package/dist/chunks/NcActionButtonGroup-CIvAeDpU.mjs.map +1 -0
- package/dist/chunks/NcActionButtonGroup-CQZL14Nz.cjs +51 -0
- package/dist/chunks/NcActionButtonGroup-CQZL14Nz.cjs.map +1 -0
- package/dist/chunks/NcActionCheckbox-BAuN4ZMC.mjs +143 -0
- package/dist/chunks/NcActionCheckbox-BAuN4ZMC.mjs.map +1 -0
- package/dist/chunks/NcActionCheckbox-BvMmq0jL.cjs +142 -0
- package/dist/chunks/NcActionCheckbox-BvMmq0jL.cjs.map +1 -0
- package/dist/chunks/NcActionInput-CfznemNH.mjs +291 -0
- package/dist/chunks/NcActionInput-CfznemNH.mjs.map +1 -0
- package/dist/chunks/NcActionInput-DfjLV0Gg.cjs +291 -0
- package/dist/chunks/NcActionInput-DfjLV0Gg.cjs.map +1 -0
- package/dist/chunks/NcActionRadio-Bg5VuF7I.mjs +151 -0
- package/dist/chunks/NcActionRadio-Bg5VuF7I.mjs.map +1 -0
- package/dist/chunks/NcActionRadio-CBh6AlC4.cjs +152 -0
- package/dist/chunks/NcActionRadio-CBh6AlC4.cjs.map +1 -0
- package/dist/chunks/NcActionTextEditable-BhucWrOO.cjs +126 -0
- package/dist/chunks/NcActionTextEditable-BhucWrOO.cjs.map +1 -0
- package/dist/chunks/NcActionTextEditable-CSP4OjpU.mjs +127 -0
- package/dist/chunks/NcActionTextEditable-CSP4OjpU.mjs.map +1 -0
- package/dist/chunks/NcActions-A918mfXE.mjs +909 -0
- package/dist/chunks/NcActions-A918mfXE.mjs.map +1 -0
- package/dist/chunks/NcActions-D3N_As6c.cjs +910 -0
- package/dist/chunks/NcActions-D3N_As6c.cjs.map +1 -0
- package/dist/chunks/NcAppContent-CCyPMvUa.cjs +359 -0
- package/dist/chunks/NcAppContent-CCyPMvUa.cjs.map +1 -0
- package/dist/chunks/NcAppContent-DFlcxER-.mjs +360 -0
- package/dist/chunks/NcAppContent-DFlcxER-.mjs.map +1 -0
- package/dist/chunks/NcAppNavigation-CCHYn0D6.cjs +175 -0
- package/dist/chunks/NcAppNavigation-CCHYn0D6.cjs.map +1 -0
- package/dist/chunks/NcAppNavigation-CLF6-i2t.mjs +174 -0
- package/dist/chunks/NcAppNavigation-CLF6-i2t.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationCaption-CsG8P-1P.mjs +81 -0
- package/dist/chunks/NcAppNavigationCaption-CsG8P-1P.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationCaption-DhW300oH.cjs +80 -0
- package/dist/chunks/NcAppNavigationCaption-DhW300oH.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationItem-CwuKVEUN.mjs +524 -0
- package/dist/chunks/NcAppNavigationItem-CwuKVEUN.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationItem-HZVy5JEa.cjs +523 -0
- package/dist/chunks/NcAppNavigationItem-HZVy5JEa.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationNew-DbqusDUV.mjs +78 -0
- package/dist/chunks/NcAppNavigationNew-DbqusDUV.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationNew-T56pahiu.cjs +77 -0
- package/dist/chunks/NcAppNavigationNew-T56pahiu.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationNewItem-BsnZWCLW.mjs +97 -0
- package/dist/chunks/NcAppNavigationNewItem-BsnZWCLW.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationNewItem-DMRZwa_y.cjs +96 -0
- package/dist/chunks/NcAppNavigationNewItem-DMRZwa_y.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationSearch-BlG1xMok.cjs +104 -0
- package/dist/chunks/NcAppNavigationSearch-BlG1xMok.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationSearch-DCMN2cWp.mjs +105 -0
- package/dist/chunks/NcAppNavigationSearch-DCMN2cWp.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationSettings-DlIDzhxh.cjs +91 -0
- package/dist/chunks/NcAppNavigationSettings-DlIDzhxh.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationSettings-n8OaxTbE.mjs +92 -0
- package/dist/chunks/NcAppNavigationSettings-n8OaxTbE.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-ClYKr8Zn.mjs +130 -0
- package/dist/chunks/NcAppNavigationToggle-ClYKr8Zn.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-Cn1UvxNP.cjs +129 -0
- package/dist/chunks/NcAppNavigationToggle-Cn1UvxNP.cjs.map +1 -0
- package/dist/chunks/NcAppSettingsDialog-Cpjr8Tca.mjs +132 -0
- package/dist/chunks/NcAppSettingsDialog-Cpjr8Tca.mjs.map +1 -0
- package/dist/chunks/NcAppSettingsDialog-R6Y-tl6d.cjs +134 -0
- package/dist/chunks/NcAppSettingsDialog-R6Y-tl6d.cjs.map +1 -0
- package/dist/chunks/NcAppSettingsSection-BNVlt4g0.mjs +88 -0
- package/dist/chunks/NcAppSettingsSection-BNVlt4g0.mjs.map +1 -0
- package/dist/chunks/NcAppSettingsSection-CTqViPnP.cjs +87 -0
- package/dist/chunks/NcAppSettingsSection-CTqViPnP.cjs.map +1 -0
- package/dist/chunks/NcAppSidebar-CVcOP4bk.mjs +831 -0
- package/dist/chunks/NcAppSidebar-CVcOP4bk.mjs.map +1 -0
- package/dist/chunks/NcAppSidebar-Ddt82bsA.cjs +832 -0
- package/dist/chunks/NcAppSidebar-Ddt82bsA.cjs.map +1 -0
- package/dist/chunks/NcAppSidebarHeader-CBE4tNYb.mjs +51 -0
- package/dist/chunks/NcAppSidebarHeader-CBE4tNYb.mjs.map +1 -0
- package/dist/chunks/NcAppSidebarHeader-D-c_yxvx.cjs +50 -0
- package/dist/chunks/NcAppSidebarHeader-D-c_yxvx.cjs.map +1 -0
- package/dist/chunks/NcAssistantButton-WQvWhoAr.cjs +96 -0
- package/dist/chunks/NcAssistantButton-WQvWhoAr.cjs.map +1 -0
- package/dist/chunks/NcAssistantButton-lDdWOemf.mjs +97 -0
- package/dist/chunks/NcAssistantButton-lDdWOemf.mjs.map +1 -0
- package/dist/chunks/NcAssistantIcon-BTjYuSQ9.mjs +73 -0
- package/dist/chunks/NcAssistantIcon-BTjYuSQ9.mjs.map +1 -0
- package/dist/chunks/NcAssistantIcon-RDQ8YhZE.cjs +72 -0
- package/dist/chunks/NcAssistantIcon-RDQ8YhZE.cjs.map +1 -0
- package/dist/chunks/NcAvatar-Cupl4prm.mjs +633 -0
- package/dist/chunks/NcAvatar-Cupl4prm.mjs.map +1 -0
- package/dist/chunks/NcAvatar-D_0Aw88L.cjs +634 -0
- package/dist/chunks/NcAvatar-D_0Aw88L.cjs.map +1 -0
- package/dist/chunks/NcBlurHash-CR0v4QBK.cjs +115 -0
- package/dist/chunks/NcBlurHash-CR0v4QBK.cjs.map +1 -0
- package/dist/chunks/NcBlurHash-DZmsBU0q.mjs +116 -0
- package/dist/chunks/NcBlurHash-DZmsBU0q.mjs.map +1 -0
- package/dist/chunks/NcBreadcrumb-FbePEaGS.cjs +252 -0
- package/dist/chunks/NcBreadcrumb-FbePEaGS.cjs.map +1 -0
- package/dist/chunks/NcBreadcrumb-VJGW992x.mjs +253 -0
- package/dist/chunks/NcBreadcrumb-VJGW992x.mjs.map +1 -0
- package/dist/chunks/NcBreadcrumbs-CrNBCyUa.cjs +515 -0
- package/dist/chunks/NcBreadcrumbs-CrNBCyUa.cjs.map +1 -0
- package/dist/chunks/NcBreadcrumbs-DJSAcn8x.mjs +513 -0
- package/dist/chunks/NcBreadcrumbs-DJSAcn8x.mjs.map +1 -0
- package/dist/chunks/NcButton-D3CaJu1f.mjs +346 -0
- package/dist/chunks/NcButton-D3CaJu1f.mjs.map +1 -0
- package/dist/chunks/NcButton-DK7bNZIL.cjs +345 -0
- package/dist/chunks/NcButton-DK7bNZIL.cjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-CDFUoj2J.cjs +752 -0
- package/dist/chunks/NcCheckboxRadioSwitch-CDFUoj2J.cjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-ezquUuPz.mjs +753 -0
- package/dist/chunks/NcCheckboxRadioSwitch-ezquUuPz.mjs.map +1 -0
- package/dist/chunks/NcCollectionList-w-7M5HGN.mjs +431 -0
- package/dist/chunks/NcCollectionList-w-7M5HGN.mjs.map +1 -0
- package/dist/chunks/NcCollectionList-zAI6Ysc0.cjs +433 -0
- package/dist/chunks/NcCollectionList-zAI6Ysc0.cjs.map +1 -0
- package/dist/chunks/NcColorPicker-DpLU-oKM.mjs +157 -0
- package/dist/chunks/NcColorPicker-DpLU-oKM.mjs.map +1 -0
- package/dist/chunks/NcColorPicker-F-UP8OaJ.cjs +156 -0
- package/dist/chunks/NcColorPicker-F-UP8OaJ.cjs.map +1 -0
- package/dist/chunks/NcContent-C0_AA_wt.mjs +108 -0
- package/dist/chunks/NcContent-C0_AA_wt.mjs.map +1 -0
- package/dist/chunks/NcContent-DITvuNbF.cjs +107 -0
- package/dist/chunks/NcContent-DITvuNbF.cjs.map +1 -0
- package/dist/chunks/NcCounterBubble-BKPpoBiy.mjs +122 -0
- package/dist/chunks/NcCounterBubble-BKPpoBiy.mjs.map +1 -0
- package/dist/chunks/NcCounterBubble-B_H3NCef.cjs +121 -0
- package/dist/chunks/NcCounterBubble-B_H3NCef.cjs.map +1 -0
- package/dist/chunks/NcDashboardWidget--n1nzfhg.cjs +146 -0
- package/dist/chunks/NcDashboardWidget--n1nzfhg.cjs.map +1 -0
- package/dist/chunks/NcDashboardWidget-CEL-DhKX.mjs +147 -0
- package/dist/chunks/NcDashboardWidget-CEL-DhKX.mjs.map +1 -0
- package/dist/chunks/NcDashboardWidgetItem-DeQtScn8.mjs +151 -0
- package/dist/chunks/NcDashboardWidgetItem-DeQtScn8.mjs.map +1 -0
- package/dist/chunks/NcDashboardWidgetItem-loanO02A.cjs +150 -0
- package/dist/chunks/NcDashboardWidgetItem-loanO02A.cjs.map +1 -0
- package/dist/chunks/NcDateTime-DE-ltgw2.cjs +76 -0
- package/dist/chunks/NcDateTime-DE-ltgw2.cjs.map +1 -0
- package/dist/chunks/NcDateTime-enXYuwj8.mjs +77 -0
- package/dist/chunks/NcDateTime-enXYuwj8.mjs.map +1 -0
- package/dist/chunks/NcDialog-BM_wTqUn.mjs +290 -0
- package/dist/chunks/NcDialog-BM_wTqUn.mjs.map +1 -0
- package/dist/chunks/NcDialog-CG2sufkb.cjs +289 -0
- package/dist/chunks/NcDialog-CG2sufkb.cjs.map +1 -0
- package/dist/chunks/NcDialogButton-Cr0wVMne.mjs +131 -0
- package/dist/chunks/NcDialogButton-Cr0wVMne.mjs.map +1 -0
- package/dist/chunks/NcDialogButton-DkfxsIhv.cjs +130 -0
- package/dist/chunks/NcDialogButton-DkfxsIhv.cjs.map +1 -0
- package/dist/chunks/NcEmojiPicker-BV_iVlIv.mjs +319 -0
- package/dist/chunks/NcEmojiPicker-BV_iVlIv.mjs.map +1 -0
- package/dist/chunks/NcEmojiPicker-fgsuVz7X.cjs +320 -0
- package/dist/chunks/NcEmojiPicker-fgsuVz7X.cjs.map +1 -0
- package/dist/chunks/NcHeaderButton-CNQVz4QP.cjs +63 -0
- package/dist/chunks/NcHeaderButton-CNQVz4QP.cjs.map +1 -0
- package/dist/chunks/NcHeaderButton-TJML067P.mjs +64 -0
- package/dist/chunks/NcHeaderButton-TJML067P.mjs.map +1 -0
- package/dist/chunks/NcHeaderMenu-BzyFhg55.cjs +235 -0
- package/dist/chunks/NcHeaderMenu-BzyFhg55.cjs.map +1 -0
- package/dist/chunks/NcHeaderMenu-D5ddiKnF.mjs +236 -0
- package/dist/chunks/NcHeaderMenu-D5ddiKnF.mjs.map +1 -0
- package/dist/chunks/NcIconSvgWrapper-BCVwmZN2.mjs +112 -0
- package/dist/chunks/NcIconSvgWrapper-BCVwmZN2.mjs.map +1 -0
- package/dist/chunks/NcIconSvgWrapper-DoVPfeNg.cjs +114 -0
- package/dist/chunks/NcIconSvgWrapper-DoVPfeNg.cjs.map +1 -0
- package/dist/chunks/NcInputConfirmCancel-C8WnMK2V.mjs +115 -0
- package/dist/chunks/NcInputConfirmCancel-C8WnMK2V.mjs.map +1 -0
- package/dist/chunks/NcInputConfirmCancel-DVVTaxWi.cjs +114 -0
- package/dist/chunks/NcInputConfirmCancel-DVVTaxWi.cjs.map +1 -0
- package/dist/chunks/NcInputField-1ujONIvp.mjs +276 -0
- package/dist/chunks/NcInputField-1ujONIvp.mjs.map +1 -0
- package/dist/chunks/NcInputField-LBv3nCrt.cjs +275 -0
- package/dist/chunks/NcInputField-LBv3nCrt.cjs.map +1 -0
- package/dist/chunks/NcListItem-DFEvD1TA.cjs +292 -0
- package/dist/chunks/NcListItem-DFEvD1TA.cjs.map +1 -0
- package/dist/chunks/NcListItem-DNMfT12A.mjs +293 -0
- package/dist/chunks/NcListItem-DNMfT12A.mjs.map +1 -0
- package/dist/chunks/NcListItemIcon-OzD38-2R.cjs +177 -0
- package/dist/chunks/NcListItemIcon-OzD38-2R.cjs.map +1 -0
- package/dist/chunks/NcListItemIcon-PNp6Wael.mjs +178 -0
- package/dist/chunks/NcListItemIcon-PNp6Wael.mjs.map +1 -0
- package/dist/chunks/NcPasswordField-D2iDTTpp.mjs +321 -0
- package/dist/chunks/NcPasswordField-D2iDTTpp.mjs.map +1 -0
- package/dist/chunks/NcPasswordField-lqTDeja4.cjs +323 -0
- package/dist/chunks/NcPasswordField-lqTDeja4.cjs.map +1 -0
- package/dist/chunks/NcPopover-DrXnNOgM.cjs +328 -0
- package/dist/chunks/NcPopover-DrXnNOgM.cjs.map +1 -0
- package/dist/chunks/NcPopover-nzbq2IjT.mjs +327 -0
- package/dist/chunks/NcPopover-nzbq2IjT.mjs.map +1 -0
- package/dist/chunks/NcProgressBar-BwnuvxiZ.mjs +120 -0
- package/dist/chunks/NcProgressBar-BwnuvxiZ.mjs.map +1 -0
- package/dist/chunks/NcProgressBar-D10gQgAY.cjs +119 -0
- package/dist/chunks/NcProgressBar-D10gQgAY.cjs.map +1 -0
- package/dist/chunks/NcRadioGroup-DsnIVQZJ.cjs +102 -0
- package/dist/chunks/NcRadioGroup-DsnIVQZJ.cjs.map +1 -0
- package/dist/chunks/NcRadioGroup-sZaH_3Y0.mjs +101 -0
- package/dist/chunks/NcRadioGroup-sZaH_3Y0.mjs.map +1 -0
- package/dist/chunks/NcRadioGroupButton-B6m10k9G.mjs +63 -0
- package/dist/chunks/NcRadioGroupButton-B6m10k9G.mjs.map +1 -0
- package/dist/chunks/NcRadioGroupButton-CDf_01-t.cjs +62 -0
- package/dist/chunks/NcRadioGroupButton-CDf_01-t.cjs.map +1 -0
- package/dist/chunks/NcRelatedResourcesPanel-Q6jZk-Pm.mjs +439 -0
- package/dist/chunks/NcRelatedResourcesPanel-Q6jZk-Pm.mjs.map +1 -0
- package/dist/chunks/NcRelatedResourcesPanel-bfv-6W_Z.cjs +440 -0
- package/dist/chunks/NcRelatedResourcesPanel-bfv-6W_Z.cjs.map +1 -0
- package/dist/chunks/NcRichContenteditable-8_poOeSx.mjs +795 -0
- package/dist/chunks/NcRichContenteditable-8_poOeSx.mjs.map +1 -0
- package/dist/chunks/NcRichContenteditable-CtLNSs0S.cjs +798 -0
- package/dist/chunks/NcRichContenteditable-CtLNSs0S.cjs.map +1 -0
- package/dist/chunks/NcRichText-CEsiozf5.cjs +3704 -0
- package/dist/chunks/NcRichText-CEsiozf5.cjs.map +1 -0
- package/dist/chunks/NcRichText-Dnx5x9WS.mjs +3677 -0
- package/dist/chunks/NcRichText-Dnx5x9WS.mjs.map +1 -0
- package/dist/chunks/NcSavingIndicatorIcon-DFyB2KRK.cjs.map +1 -1
- package/dist/chunks/NcSavingIndicatorIcon-U7AIamCl.mjs.map +1 -1
- package/dist/chunks/NcSelect-TjZw7TJ_.mjs +601 -0
- package/dist/chunks/NcSelect-TjZw7TJ_.mjs.map +1 -0
- package/dist/chunks/NcSelect-bo6wla87.cjs +602 -0
- package/dist/chunks/NcSelect-bo6wla87.cjs.map +1 -0
- package/dist/chunks/NcSelectTags-CytnLDOw.mjs +349 -0
- package/dist/chunks/NcSelectTags-CytnLDOw.mjs.map +1 -0
- package/dist/chunks/NcSelectTags-D2OSaAfO.cjs +350 -0
- package/dist/chunks/NcSelectTags-D2OSaAfO.cjs.map +1 -0
- package/dist/chunks/NcSelectUsers-Bm0877Tm.mjs +199 -0
- package/dist/chunks/NcSelectUsers-Bm0877Tm.mjs.map +1 -0
- package/dist/chunks/NcSelectUsers-wcRyExkC.cjs +198 -0
- package/dist/chunks/NcSelectUsers-wcRyExkC.cjs.map +1 -0
- package/dist/chunks/NcSettingsInputText-DPAtsY2T.mjs +134 -0
- package/dist/chunks/NcSettingsInputText-DPAtsY2T.mjs.map +1 -0
- package/dist/chunks/NcSettingsInputText-DaFMiOS6.cjs +133 -0
- package/dist/chunks/NcSettingsInputText-DaFMiOS6.cjs.map +1 -0
- package/dist/chunks/NcSettingsSection-CX5q924g.mjs +120 -0
- package/dist/chunks/NcSettingsSection-CX5q924g.mjs.map +1 -0
- package/dist/chunks/NcSettingsSection-r4NOxKIz.cjs +119 -0
- package/dist/chunks/NcSettingsSection-r4NOxKIz.cjs.map +1 -0
- package/dist/chunks/NcSettingsSelectGroup-CR4XLrgs.mjs +253 -0
- package/dist/chunks/NcSettingsSelectGroup-CR4XLrgs.mjs.map +1 -0
- package/dist/chunks/NcSettingsSelectGroup-DYYAPkgp.cjs +255 -0
- package/dist/chunks/NcSettingsSelectGroup-DYYAPkgp.cjs.map +1 -0
- package/dist/chunks/NcTextArea-If_ygOSv.mjs +223 -0
- package/dist/chunks/NcTextArea-If_ygOSv.mjs.map +1 -0
- package/dist/chunks/NcTextArea-iDhGI-Ko.cjs +222 -0
- package/dist/chunks/NcTextArea-iDhGI-Ko.cjs.map +1 -0
- package/dist/chunks/NcTextField-BE9R1pLt.mjs +162 -0
- package/dist/chunks/NcTextField-BE9R1pLt.mjs.map +1 -0
- package/dist/chunks/NcTextField-OPiMgNR7.cjs +161 -0
- package/dist/chunks/NcTextField-OPiMgNR7.cjs.map +1 -0
- package/dist/chunks/NcThemeProvider-DbNRSwkX.cjs +52 -0
- package/dist/chunks/NcThemeProvider-DbNRSwkX.cjs.map +1 -0
- package/dist/chunks/NcThemeProvider-E_S5rhIQ.mjs +53 -0
- package/dist/chunks/NcThemeProvider-E_S5rhIQ.mjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-D4y736xC.mjs +217 -0
- package/dist/chunks/NcTimezonePicker-D4y736xC.mjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-DPpWz5fa.cjs +216 -0
- package/dist/chunks/NcTimezonePicker-DPpWz5fa.cjs.map +1 -0
- package/dist/chunks/NcUserBubble-8Mts76ii.mjs +222 -0
- package/dist/chunks/NcUserBubble-8Mts76ii.mjs.map +1 -0
- package/dist/chunks/NcUserBubble-Bb9WBP1S.cjs +223 -0
- package/dist/chunks/NcUserBubble-Bb9WBP1S.cjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon-BWxo_etm.mjs +147 -0
- package/dist/chunks/NcUserStatusIcon-BWxo_etm.mjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon-DV2H-KfR.cjs +148 -0
- package/dist/chunks/NcUserStatusIcon-DV2H-KfR.cjs.map +1 -0
- package/dist/chunks/ScopeComponent-CDX-s-IV.cjs +13 -0
- package/dist/chunks/ScopeComponent-CDX-s-IV.cjs.map +1 -0
- package/dist/chunks/ScopeComponent-DsONbC6w.mjs +14 -0
- package/dist/chunks/ScopeComponent-DsONbC6w.mjs.map +1 -0
- package/dist/chunks/_l10n-9b4TMo5Q.cjs +138 -0
- package/dist/chunks/_l10n-9b4TMo5Q.cjs.map +1 -0
- package/dist/chunks/_l10n-DSLCwJSN.mjs +139 -0
- package/dist/chunks/_l10n-DSLCwJSN.mjs.map +1 -0
- package/dist/chunks/actionGlobal-DqVa7c7G.mjs.map +1 -1
- package/dist/chunks/actionGlobal-L0Ls8tPJ.cjs.map +1 -1
- package/dist/chunks/actionText-D_3-6fCH.cjs +90 -0
- package/dist/chunks/actionText-D_3-6fCH.cjs.map +1 -0
- package/dist/chunks/actionText-ZM1k96ts.mjs +91 -0
- package/dist/chunks/actionText-ZM1k96ts.mjs.map +1 -0
- package/dist/chunks/autolink-BPlRHRHR.cjs +110 -0
- package/dist/chunks/autolink-BPlRHRHR.cjs.map +1 -0
- package/dist/chunks/autolink-D2pIbi92.mjs +111 -0
- package/dist/chunks/autolink-D2pIbi92.mjs.map +1 -0
- package/dist/chunks/colors-BMiIMYXK.mjs +135 -0
- package/dist/chunks/colors-BMiIMYXK.mjs.map +1 -0
- package/dist/chunks/colors-DcbJ13is.cjs +134 -0
- package/dist/chunks/colors-DcbJ13is.cjs.map +1 -0
- package/dist/chunks/constants-Bls5liKo.mjs.map +1 -1
- package/dist/chunks/constants-C_lA-vcp.cjs.map +1 -1
- package/dist/chunks/createElementId-5skgwxOP.mjs +9 -0
- package/dist/chunks/createElementId-5skgwxOP.mjs.map +1 -0
- package/dist/chunks/createElementId-DaJhnLzq.cjs +8 -0
- package/dist/chunks/createElementId-DaJhnLzq.cjs.map +1 -0
- package/dist/chunks/customPickerElements-BPROmh4T.mjs +140 -0
- package/dist/chunks/customPickerElements-BPROmh4T.mjs.map +1 -0
- package/dist/chunks/customPickerElements-DBEOrbce.cjs +139 -0
- package/dist/chunks/customPickerElements-DBEOrbce.cjs.map +1 -0
- package/dist/chunks/emoji-BCCCB3t3.cjs +67 -0
- package/dist/chunks/emoji-BCCCB3t3.cjs.map +1 -0
- package/dist/chunks/emoji-V6ytyzoR.mjs +66 -0
- package/dist/chunks/emoji-V6ytyzoR.mjs.map +1 -0
- package/dist/chunks/focusTrap-BibOtksr.mjs +36 -0
- package/dist/chunks/focusTrap-BibOtksr.mjs.map +1 -0
- package/dist/chunks/focusTrap-DhhUL4JZ.cjs +35 -0
- package/dist/chunks/focusTrap-DhhUL4JZ.cjs.map +1 -0
- package/dist/chunks/getAvatarUrl-C8Q41hfR.mjs +16 -0
- package/dist/chunks/getAvatarUrl-C8Q41hfR.mjs.map +1 -0
- package/dist/chunks/getAvatarUrl-DwWyuiUZ.cjs +15 -0
- package/dist/chunks/getAvatarUrl-DwWyuiUZ.cjs.map +1 -0
- package/dist/chunks/index-BsEMR4S4.mjs +179 -0
- package/dist/chunks/index-BsEMR4S4.mjs.map +1 -0
- package/dist/chunks/index-CmwBGDjr.cjs +192 -0
- package/dist/chunks/index-CmwBGDjr.cjs.map +1 -0
- package/dist/chunks/index-D_jGr37E.cjs +182 -0
- package/dist/chunks/index-D_jGr37E.cjs.map +1 -0
- package/dist/chunks/index-JArK0Dbx.mjs +193 -0
- package/dist/chunks/index-JArK0Dbx.mjs.map +1 -0
- package/dist/chunks/legacy-DUgfmdiS.cjs +6 -0
- package/dist/chunks/legacy-DUgfmdiS.cjs.map +1 -0
- package/dist/chunks/legacy-NU_qxPFK.mjs +7 -0
- package/dist/chunks/legacy-NU_qxPFK.mjs.map +1 -0
- package/dist/chunks/logger-3HuiEIF6.cjs.map +1 -1
- package/dist/chunks/logger-D3RVzcfQ.mjs.map +1 -1
- package/dist/chunks/mdi-CKSXwCsV.mjs +27 -0
- package/dist/chunks/mdi-CKSXwCsV.mjs.map +1 -0
- package/dist/chunks/mdi-Nhb6SBw8.cjs +26 -0
- package/dist/chunks/mdi-Nhb6SBw8.cjs.map +1 -0
- package/dist/chunks/platform-CC2ecGvV.mjs +5 -0
- package/dist/chunks/platform-CC2ecGvV.mjs.map +1 -0
- package/dist/chunks/platform-oKxQ1agV.cjs +4 -0
- package/dist/chunks/platform-oKxQ1agV.cjs.map +1 -0
- package/dist/chunks/referencePickerModal-CusxgEsK.cjs +1119 -0
- package/dist/chunks/referencePickerModal-CusxgEsK.cjs.map +1 -0
- package/dist/chunks/referencePickerModal-DpJUQ5fq.mjs +1117 -0
- package/dist/chunks/referencePickerModal-DpJUQ5fq.mjs.map +1 -0
- package/dist/chunks/useAppSettingsDialog-CPqmms-u.cjs +9 -0
- package/dist/chunks/useAppSettingsDialog-CPqmms-u.cjs.map +1 -0
- package/dist/chunks/useAppSettingsDialog-Dn48dw1k.mjs +10 -0
- package/dist/chunks/useAppSettingsDialog-Dn48dw1k.mjs.map +1 -0
- package/dist/chunks/useModelMigration-DBUi8saj.mjs +25 -0
- package/dist/chunks/useModelMigration-DBUi8saj.mjs.map +1 -0
- package/dist/chunks/useModelMigration-HPf30klj.cjs +26 -0
- package/dist/chunks/useModelMigration-HPf30klj.cjs.map +1 -0
- package/dist/chunks/useNcRadioGroup-DaZbEKbf.mjs +14 -0
- package/dist/chunks/useNcRadioGroup-DaZbEKbf.mjs.map +1 -0
- package/dist/chunks/useNcRadioGroup-Djvu7bo0.cjs +13 -0
- package/dist/chunks/useNcRadioGroup-Djvu7bo0.cjs.map +1 -0
- package/dist/chunks/useTrapStackControl-2gEo3rvr.mjs +23 -0
- package/dist/chunks/useTrapStackControl-2gEo3rvr.mjs.map +1 -0
- package/dist/chunks/useTrapStackControl-dthvITlQ.cjs +22 -0
- package/dist/chunks/useTrapStackControl-dthvITlQ.cjs.map +1 -0
- package/dist/components/NcAppSettingsDialog/index.d.ts +5 -0
- package/dist/components/NcAppSettingsDialog/useAppSettingsDialog.d.ts +24 -0
- package/dist/components/NcCollectionList/service.d.ts +7 -0
- package/dist/components/NcColorPicker/index.d.ts +5 -0
- package/dist/components/NcKbd/index.d.ts +1 -0
- package/dist/components/NcRadioGroup/index.d.ts +5 -0
- package/dist/components/NcRadioGroup/useNcRadioGroup.d.ts +14 -0
- package/dist/components/NcRadioGroupButton/index.d.ts +5 -0
- package/dist/composables/actions/useActionText.d.ts +4 -1
- package/dist/composables/index.d.ts +9 -0
- package/dist/composables/useFormatDateTime/index.d.ts +7 -5
- package/dist/composables/useHotKey/index.d.ts +4 -2
- package/dist/composables/useIsDarkTheme/constants.d.ts +0 -1
- package/dist/composables/useIsDarkTheme/index.d.ts +2 -1
- package/dist/composables/useIsMobile/index.d.ts +23 -0
- package/dist/composables/useModelMigration.d.ts +6 -5
- package/dist/composables/useTrapStackControl.d.ts +1 -1
- package/dist/directives/Linkify/index.d.ts +3 -0
- package/dist/functions/a11y/index.d.ts +3 -3
- package/dist/functions/contactsMenu/index.d.ts +2 -2
- package/dist/functions/dialog/index.d.ts +1 -0
- package/dist/functions/emoji/emoji.d.ts +2 -2
- package/dist/functions/emoji/index.d.ts +1 -1
- package/dist/functions/isDarkTheme/index.d.ts +2 -1
- package/dist/functions/preloadImage/index.d.ts +1 -0
- package/dist/functions/reference/index.d.ts +3 -3
- package/dist/functions/reference/widgets.d.ts +1 -0
- package/dist/functions/registerReference/index.d.ts +2 -2
- package/dist/index.cjs +95 -88
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +91 -84
- package/dist/index.mjs.map +1 -1
- package/dist/plugin.d.ts +1 -0
- package/dist/utils/UserStatus.d.ts +6 -1
- package/dist/utils/colors.d.ts +36 -0
- package/dist/utils/createElementId.d.ts +11 -0
- package/dist/utils/getAvatarUrl.d.ts +1 -0
- package/dist/utils/platform.d.ts +1 -0
- package/package.json +31 -27
- package/dist/assets/NcActionButton-D8Lyueq3.css +0 -119
- package/dist/assets/NcActionButtonGroup-oAqMyrzr.css +0 -47
- package/dist/assets/NcActionCheckbox-BlyPt7DF.css +0 -80
- package/dist/assets/NcActionInput-D79204Jr.css +0 -226
- package/dist/assets/NcActionLink-CNMaob5P.css +0 -102
- package/dist/assets/NcActionRadio-CodyhP86.css +0 -79
- package/dist/assets/NcActionRouter-zXuKLsvi.css +0 -113
- package/dist/assets/NcActionText-Rad4JSXq.css +0 -117
- package/dist/assets/NcActionTextEditable-i1KSVe0J.css +0 -244
- package/dist/assets/NcActions-Bjgv1Dku.css +0 -80
- package/dist/assets/NcAppContent-Bb5hgGi3.css +0 -124
- package/dist/assets/NcAppNavigation-WhHdkLQF.css +0 -110
- package/dist/assets/NcAppNavigationCaption-DU9PxTvu.css +0 -49
- package/dist/assets/NcAppNavigationIconBullet-CeBYVy6t.css +0 -30
- package/dist/assets/NcAppNavigationItem-DKcGNjYx.css +0 -226
- package/dist/assets/NcAppNavigationNew-Dbo2rvXH.css +0 -27
- package/dist/assets/NcAppNavigationNewItem-CS2gLROV.css +0 -211
- package/dist/assets/NcAppNavigationSearch-CD7kv7L_.css +0 -41
- package/dist/assets/NcAppNavigationSettings-_Qi3rUlw.css +0 -74
- package/dist/assets/NcAppNavigationToggle-C5IMygw1.css +0 -27
- package/dist/assets/NcAppSettingsDialog-kKMMsdb3.css +0 -74
- package/dist/assets/NcAppSettingsSection-Bl2-D3_g.css +0 -30
- package/dist/assets/NcAppSidebar-u0G_qQMh.css +0 -349
- package/dist/assets/NcAppSidebarTab-Blv6UfuA.css +0 -34
- package/dist/assets/NcAssistantIcon-BFNU0uqH.css +0 -35
- package/dist/assets/NcAvatar-BqNcvkxP.css +0 -134
- package/dist/assets/NcBreadcrumb-DqaFt2qu.css +0 -68
- package/dist/assets/NcBreadcrumbs-CFRjXqRg.css +0 -37
- package/dist/assets/NcButton-C_LOxojs.css +0 -219
- package/dist/assets/NcCheckboxRadioSwitch-CC2zuvLL.css +0 -216
- package/dist/assets/NcChip-CF4Q149V.css +0 -65
- package/dist/assets/NcCollectionList-yjTCAR46.css +0 -221
- package/dist/assets/NcColorPicker-DBcVuSwg.css +0 -172
- package/dist/assets/NcContent-DH4tX3N4.css +0 -85
- package/dist/assets/NcCounterBubble-CI-DxLjL.css +0 -53
- package/dist/assets/NcDashboardWidget-CrhZaGWD.css +0 -73
- package/dist/assets/NcDashboardWidgetItem-B8_6-_k8.css +0 -85
- package/dist/assets/NcDateTimePicker-Ce57VAyL.css +0 -893
- package/dist/assets/NcDateTimePickerNative-CYS2ORfo.css +0 -60
- package/dist/assets/NcDialog-X7BRqUGJ.css +0 -132
- package/dist/assets/NcEllipsisedOption-DGr9_bIL.css +0 -34
- package/dist/assets/NcEmojiPicker-BRSm8OUy.css +0 -546
- package/dist/assets/NcEmptyContent-CHVEJoER.css +0 -68
- package/dist/assets/NcGuestContent-ByAkjts7.css +0 -50
- package/dist/assets/NcHeaderButton-BRhv2o2J.css +0 -54
- package/dist/assets/NcHeaderMenu-Cjb3kKi1.css +0 -88
- package/dist/assets/NcIconSvgWrapper-DX_XWpAs.css +0 -46
- package/dist/assets/NcInputConfirmCancel-BanazdhC.css +0 -39
- package/dist/assets/NcInputField-DAiNwtp_.css +0 -206
- package/dist/assets/NcListItem-KrH47Efg.css +0 -186
- package/dist/assets/NcListItemIcon-UmX9YoH3.css +0 -72
- package/dist/assets/NcLoadingIcon-DbbToJVp.css +0 -24
- package/dist/assets/NcMentionBubble-UsTMm5VD.css +0 -73
- package/dist/assets/NcModal-Cy3UOuI2.css +0 -287
- package/dist/assets/NcNoteCard-ChweF_5Q.css +0 -67
- package/dist/assets/NcPasswordField-DVK8tuPi.css +0 -21
- package/dist/assets/NcProgressBar-DTCznR-m.css +0 -56
- package/dist/assets/NcRelatedResourcesPanel-DhStLIO2.css +0 -158
- package/dist/assets/NcRichContenteditable-DZLSoy84.css +0 -274
- package/dist/assets/NcRichText-CWVHZl8s.css +0 -329
- package/dist/assets/NcSelect-GdIw6cIy.css +0 -199
- package/dist/assets/NcSelectUsers-BOwQNNMf.css +0 -4
- package/dist/assets/NcSettingsInputText-Bsp_6DjJ.css +0 -35
- package/dist/assets/NcSettingsSection-uKqWTbhb.css +0 -57
- package/dist/assets/NcSettingsSelectGroup-tjJNoh16.css +0 -23
- package/dist/assets/NcTextArea-vxeIyeSg.css +0 -136
- package/dist/assets/NcUserBubble-BsTKRhKz.css +0 -48
- package/dist/assets/NcUserStatusIcon-Dc-aUzBe.css +0 -34
- package/dist/assets/referencePickerModal-DrvqNTIf.css +0 -396
- package/dist/chunks/GenColors-BjsCKF7S.cjs +0 -133
- package/dist/chunks/GenColors-BjsCKF7S.cjs.map +0 -1
- package/dist/chunks/GenColors-BrpkL3hT.mjs +0 -134
- package/dist/chunks/GenColors-BrpkL3hT.mjs.map +0 -1
- package/dist/chunks/GenRandomId-BQDud3d4.cjs +0 -6
- package/dist/chunks/GenRandomId-BQDud3d4.cjs.map +0 -1
- package/dist/chunks/GenRandomId-CMooMQt0.mjs +0 -7
- package/dist/chunks/GenRandomId-CMooMQt0.mjs.map +0 -1
- package/dist/chunks/NcActionButton-BhSk7AAp.cjs +0 -181
- package/dist/chunks/NcActionButton-BhSk7AAp.cjs.map +0 -1
- package/dist/chunks/NcActionButton-DC3oAI2L.mjs +0 -182
- package/dist/chunks/NcActionButton-DC3oAI2L.mjs.map +0 -1
- package/dist/chunks/NcActionButtonGroup-Cr4OSmyb.cjs +0 -51
- package/dist/chunks/NcActionButtonGroup-Cr4OSmyb.cjs.map +0 -1
- package/dist/chunks/NcActionButtonGroup-hhh3GBSS.mjs +0 -52
- package/dist/chunks/NcActionButtonGroup-hhh3GBSS.mjs.map +0 -1
- package/dist/chunks/NcActionCheckbox-DSMKeccY.mjs +0 -139
- package/dist/chunks/NcActionCheckbox-DSMKeccY.mjs.map +0 -1
- package/dist/chunks/NcActionCheckbox-JX-QaTD6.cjs +0 -138
- package/dist/chunks/NcActionCheckbox-JX-QaTD6.cjs.map +0 -1
- package/dist/chunks/NcActionInput-B5ysJl2S.mjs +0 -286
- package/dist/chunks/NcActionInput-B5ysJl2S.mjs.map +0 -1
- package/dist/chunks/NcActionInput-DdaafMi8.cjs +0 -286
- package/dist/chunks/NcActionInput-DdaafMi8.cjs.map +0 -1
- package/dist/chunks/NcActionRadio-BUCQ6VxA.cjs +0 -148
- package/dist/chunks/NcActionRadio-BUCQ6VxA.cjs.map +0 -1
- package/dist/chunks/NcActionRadio-yAm71xxU.mjs +0 -147
- package/dist/chunks/NcActionRadio-yAm71xxU.mjs.map +0 -1
- package/dist/chunks/NcActionTextEditable-CTXGUIPM.cjs +0 -124
- package/dist/chunks/NcActionTextEditable-CTXGUIPM.cjs.map +0 -1
- package/dist/chunks/NcActionTextEditable-CpxJ_LEa.mjs +0 -125
- package/dist/chunks/NcActionTextEditable-CpxJ_LEa.mjs.map +0 -1
- package/dist/chunks/NcActions-DRCkAU8h.cjs +0 -888
- package/dist/chunks/NcActions-DRCkAU8h.cjs.map +0 -1
- package/dist/chunks/NcActions-DdARGGZ_.mjs +0 -887
- package/dist/chunks/NcActions-DdARGGZ_.mjs.map +0 -1
- package/dist/chunks/NcAppContent-BS7BiMG0.mjs +0 -361
- package/dist/chunks/NcAppContent-BS7BiMG0.mjs.map +0 -1
- package/dist/chunks/NcAppContent-POt1Lj3W.cjs +0 -360
- package/dist/chunks/NcAppContent-POt1Lj3W.cjs.map +0 -1
- package/dist/chunks/NcAppNavigation-BKxSUpcQ.cjs +0 -174
- package/dist/chunks/NcAppNavigation-BKxSUpcQ.cjs.map +0 -1
- package/dist/chunks/NcAppNavigation-BvEa92PC.mjs +0 -173
- package/dist/chunks/NcAppNavigation-BvEa92PC.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationCaption-BpmzZDPj.cjs +0 -77
- package/dist/chunks/NcAppNavigationCaption-BpmzZDPj.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationCaption-O4l8dFkh.mjs +0 -78
- package/dist/chunks/NcAppNavigationCaption-O4l8dFkh.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-BFF0p136.mjs +0 -517
- package/dist/chunks/NcAppNavigationItem-BFF0p136.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-D1CEGuhm.cjs +0 -516
- package/dist/chunks/NcAppNavigationItem-D1CEGuhm.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationNewItem-CTAoGkDy.cjs +0 -96
- package/dist/chunks/NcAppNavigationNewItem-CTAoGkDy.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationNewItem-D4fJeBl0.mjs +0 -97
- package/dist/chunks/NcAppNavigationNewItem-D4fJeBl0.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationSearch-B9OkdsuE.mjs +0 -101
- package/dist/chunks/NcAppNavigationSearch-B9OkdsuE.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationSearch-CaBrnpf9.cjs +0 -100
- package/dist/chunks/NcAppNavigationSearch-CaBrnpf9.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationSettings-DV5ZnR2s.cjs +0 -85
- package/dist/chunks/NcAppNavigationSettings-DV5ZnR2s.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationSettings-Do0e5oWy.mjs +0 -86
- package/dist/chunks/NcAppNavigationSettings-Do0e5oWy.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-DGppWo0q.cjs +0 -128
- package/dist/chunks/NcAppNavigationToggle-DGppWo0q.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-VxL1CfJY.mjs +0 -129
- package/dist/chunks/NcAppNavigationToggle-VxL1CfJY.mjs.map +0 -1
- package/dist/chunks/NcAppSettingsDialog-BDo3la0P.cjs +0 -223
- package/dist/chunks/NcAppSettingsDialog-BDo3la0P.cjs.map +0 -1
- package/dist/chunks/NcAppSettingsDialog-BwsIc_QT.mjs +0 -221
- package/dist/chunks/NcAppSettingsDialog-BwsIc_QT.mjs.map +0 -1
- package/dist/chunks/NcAppSidebar-AR-D7HSj.mjs +0 -816
- package/dist/chunks/NcAppSidebar-AR-D7HSj.mjs.map +0 -1
- package/dist/chunks/NcAppSidebar-Cvyq-kN5.cjs +0 -817
- package/dist/chunks/NcAppSidebar-Cvyq-kN5.cjs.map +0 -1
- package/dist/chunks/NcAppSidebarHeader-BUXD8c9i.cjs +0 -49
- package/dist/chunks/NcAppSidebarHeader-BUXD8c9i.cjs.map +0 -1
- package/dist/chunks/NcAppSidebarHeader-G2VD8Nfl.mjs +0 -50
- package/dist/chunks/NcAppSidebarHeader-G2VD8Nfl.mjs.map +0 -1
- package/dist/chunks/NcAssistantButton-Ck1NUjhl.mjs +0 -97
- package/dist/chunks/NcAssistantButton-Ck1NUjhl.mjs.map +0 -1
- package/dist/chunks/NcAssistantButton-gD3MKoYS.cjs +0 -96
- package/dist/chunks/NcAssistantButton-gD3MKoYS.cjs.map +0 -1
- package/dist/chunks/NcAssistantIcon-D_xelcY2.cjs +0 -68
- package/dist/chunks/NcAssistantIcon-D_xelcY2.cjs.map +0 -1
- package/dist/chunks/NcAssistantIcon-tjSguP9N.mjs +0 -69
- package/dist/chunks/NcAssistantIcon-tjSguP9N.mjs.map +0 -1
- package/dist/chunks/NcAvatar-BEIBwiA6.mjs +0 -624
- package/dist/chunks/NcAvatar-BEIBwiA6.mjs.map +0 -1
- package/dist/chunks/NcAvatar-DS1H-VrZ.cjs +0 -625
- package/dist/chunks/NcAvatar-DS1H-VrZ.cjs.map +0 -1
- package/dist/chunks/NcBlurHash-CJ8retHx.cjs +0 -115
- package/dist/chunks/NcBlurHash-CJ8retHx.cjs.map +0 -1
- package/dist/chunks/NcBlurHash-do2wxY-0.mjs +0 -116
- package/dist/chunks/NcBlurHash-do2wxY-0.mjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-BYYXWaif.mjs +0 -237
- package/dist/chunks/NcBreadcrumb-BYYXWaif.mjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-HtgcEJgs.cjs +0 -236
- package/dist/chunks/NcBreadcrumb-HtgcEJgs.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumbs-CQcnjGJO.cjs +0 -495
- package/dist/chunks/NcBreadcrumbs-CQcnjGJO.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumbs-cj5ip2-X.mjs +0 -493
- package/dist/chunks/NcBreadcrumbs-cj5ip2-X.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-B-lXOnEF.cjs +0 -725
- package/dist/chunks/NcCheckboxRadioSwitch-B-lXOnEF.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-DqdNvkCt.mjs +0 -726
- package/dist/chunks/NcCheckboxRadioSwitch-DqdNvkCt.mjs.map +0 -1
- package/dist/chunks/NcCollectionList-CLv50tJ3.mjs +0 -424
- package/dist/chunks/NcCollectionList-CLv50tJ3.mjs.map +0 -1
- package/dist/chunks/NcCollectionList-DXNSOjPG.cjs +0 -426
- package/dist/chunks/NcCollectionList-DXNSOjPG.cjs.map +0 -1
- package/dist/chunks/NcColorPicker-52xaYx9k.mjs +0 -255
- package/dist/chunks/NcColorPicker-52xaYx9k.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-CbiIpVlT.cjs +0 -254
- package/dist/chunks/NcColorPicker-CbiIpVlT.cjs.map +0 -1
- package/dist/chunks/NcContent-BbmqoSY7.mjs +0 -104
- package/dist/chunks/NcContent-BbmqoSY7.mjs.map +0 -1
- package/dist/chunks/NcContent-DH7uH5Gv.cjs +0 -103
- package/dist/chunks/NcContent-DH7uH5Gv.cjs.map +0 -1
- package/dist/chunks/NcCounterBubble-BRrUO34D.cjs +0 -115
- package/dist/chunks/NcCounterBubble-BRrUO34D.cjs.map +0 -1
- package/dist/chunks/NcCounterBubble-CDfRYl8B.mjs +0 -116
- package/dist/chunks/NcCounterBubble-CDfRYl8B.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidget-809lybR1.mjs +0 -147
- package/dist/chunks/NcDashboardWidget-809lybR1.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidget-DhJAJn-_.cjs +0 -146
- package/dist/chunks/NcDashboardWidget-DhJAJn-_.cjs.map +0 -1
- package/dist/chunks/NcDashboardWidgetItem-6JbU9gp1.mjs +0 -150
- package/dist/chunks/NcDashboardWidgetItem-6JbU9gp1.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidgetItem-CgO8qJUQ.cjs +0 -149
- package/dist/chunks/NcDashboardWidgetItem-CgO8qJUQ.cjs.map +0 -1
- package/dist/chunks/NcDateTime-Cl-PZpLN.cjs +0 -76
- package/dist/chunks/NcDateTime-Cl-PZpLN.cjs.map +0 -1
- package/dist/chunks/NcDateTime-kanSdMgW.mjs +0 -77
- package/dist/chunks/NcDateTime-kanSdMgW.mjs.map +0 -1
- package/dist/chunks/NcDialog-C1b3UtA7.mjs +0 -282
- package/dist/chunks/NcDialog-C1b3UtA7.mjs.map +0 -1
- package/dist/chunks/NcDialog-ps0F3IQM.cjs +0 -281
- package/dist/chunks/NcDialog-ps0F3IQM.cjs.map +0 -1
- package/dist/chunks/NcDialogButton-CEdM0Qnr.cjs +0 -128
- package/dist/chunks/NcDialogButton-CEdM0Qnr.cjs.map +0 -1
- package/dist/chunks/NcDialogButton-Di9tU3e_.mjs +0 -129
- package/dist/chunks/NcDialogButton-Di9tU3e_.mjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-CdH7bAGd.cjs +0 -314
- package/dist/chunks/NcEmojiPicker-CdH7bAGd.cjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-CyZg0bCF.mjs +0 -313
- package/dist/chunks/NcEmojiPicker-CyZg0bCF.mjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-BWFubuox.cjs +0 -232
- package/dist/chunks/NcHeaderMenu-BWFubuox.cjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-Dq_Avv2T.mjs +0 -233
- package/dist/chunks/NcHeaderMenu-Dq_Avv2T.mjs.map +0 -1
- package/dist/chunks/NcIconSvgWrapper-Cb-cPj1R.mjs +0 -111
- package/dist/chunks/NcIconSvgWrapper-Cb-cPj1R.mjs.map +0 -1
- package/dist/chunks/NcIconSvgWrapper-CrnN5Sq5.cjs +0 -113
- package/dist/chunks/NcIconSvgWrapper-CrnN5Sq5.cjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-DA740BJ-.mjs +0 -109
- package/dist/chunks/NcInputConfirmCancel-DA740BJ-.mjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-Dz7-CkOl.cjs +0 -108
- package/dist/chunks/NcInputConfirmCancel-Dz7-CkOl.cjs.map +0 -1
- package/dist/chunks/NcInputField-BNSfmQqu.mjs +0 -272
- package/dist/chunks/NcInputField-BNSfmQqu.mjs.map +0 -1
- package/dist/chunks/NcInputField-cT3u4gMS.cjs +0 -271
- package/dist/chunks/NcInputField-cT3u4gMS.cjs.map +0 -1
- package/dist/chunks/NcListItem-Bx9qm5xC.cjs +0 -286
- package/dist/chunks/NcListItem-Bx9qm5xC.cjs.map +0 -1
- package/dist/chunks/NcListItem-CifyXFmv.mjs +0 -287
- package/dist/chunks/NcListItem-CifyXFmv.mjs.map +0 -1
- package/dist/chunks/NcListItemIcon-CZrilo88.mjs +0 -176
- package/dist/chunks/NcListItemIcon-CZrilo88.mjs.map +0 -1
- package/dist/chunks/NcListItemIcon-DMhlNuU9.cjs +0 -175
- package/dist/chunks/NcListItemIcon-DMhlNuU9.cjs.map +0 -1
- package/dist/chunks/NcPasswordField-DSdrAkZy.mjs +0 -305
- package/dist/chunks/NcPasswordField-DSdrAkZy.mjs.map +0 -1
- package/dist/chunks/NcPasswordField-DcFBNVHn.cjs +0 -307
- package/dist/chunks/NcPasswordField-DcFBNVHn.cjs.map +0 -1
- package/dist/chunks/NcPopover-DjeDGPXc.cjs +0 -310
- package/dist/chunks/NcPopover-DjeDGPXc.cjs.map +0 -1
- package/dist/chunks/NcPopover-DxTXnL3u.mjs +0 -309
- package/dist/chunks/NcPopover-DxTXnL3u.mjs.map +0 -1
- package/dist/chunks/NcProgressBar-CI_nOrPg.mjs +0 -116
- package/dist/chunks/NcProgressBar-CI_nOrPg.mjs.map +0 -1
- package/dist/chunks/NcProgressBar-lh4Gtdfr.cjs +0 -115
- package/dist/chunks/NcProgressBar-lh4Gtdfr.cjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-BR_ggojH.cjs +0 -427
- package/dist/chunks/NcRelatedResourcesPanel-BR_ggojH.cjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-DyvwxDjI.mjs +0 -426
- package/dist/chunks/NcRelatedResourcesPanel-DyvwxDjI.mjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-CMQnS1Wz.mjs +0 -749
- package/dist/chunks/NcRichContenteditable-CMQnS1Wz.mjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-DtkaJmwG.cjs +0 -752
- package/dist/chunks/NcRichContenteditable-DtkaJmwG.cjs.map +0 -1
- package/dist/chunks/NcRichText-7B9lDtoo.cjs +0 -3714
- package/dist/chunks/NcRichText-7B9lDtoo.cjs.map +0 -1
- package/dist/chunks/NcRichText-MMeidJmP.mjs +0 -3685
- package/dist/chunks/NcRichText-MMeidJmP.mjs.map +0 -1
- package/dist/chunks/NcSelect-CrxryIo3.cjs +0 -580
- package/dist/chunks/NcSelect-CrxryIo3.cjs.map +0 -1
- package/dist/chunks/NcSelect-okD5YTJq.mjs +0 -579
- package/dist/chunks/NcSelect-okD5YTJq.mjs.map +0 -1
- package/dist/chunks/NcSelectTags-BPxmiMto.mjs +0 -324
- package/dist/chunks/NcSelectTags-BPxmiMto.mjs.map +0 -1
- package/dist/chunks/NcSelectTags-BZqBdSqC.cjs +0 -325
- package/dist/chunks/NcSelectTags-BZqBdSqC.cjs.map +0 -1
- package/dist/chunks/NcSelectUsers-CshAjqE_.cjs +0 -196
- package/dist/chunks/NcSelectUsers-CshAjqE_.cjs.map +0 -1
- package/dist/chunks/NcSelectUsers-DK3EtvnG.mjs +0 -197
- package/dist/chunks/NcSelectUsers-DK3EtvnG.mjs.map +0 -1
- package/dist/chunks/NcSettingsInputText-BKoaCiQU.mjs +0 -132
- package/dist/chunks/NcSettingsInputText-BKoaCiQU.mjs.map +0 -1
- package/dist/chunks/NcSettingsInputText-D7eoCI2o.cjs +0 -131
- package/dist/chunks/NcSettingsInputText-D7eoCI2o.cjs.map +0 -1
- package/dist/chunks/NcSettingsSection-Bmo90KQR.cjs +0 -106
- package/dist/chunks/NcSettingsSection-Bmo90KQR.cjs.map +0 -1
- package/dist/chunks/NcSettingsSection-fe_YIg-L.mjs +0 -107
- package/dist/chunks/NcSettingsSection-fe_YIg-L.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-CUUKv6lH.mjs +0 -237
- package/dist/chunks/NcSettingsSelectGroup-CUUKv6lH.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-Dd04CVAM.cjs +0 -239
- package/dist/chunks/NcSettingsSelectGroup-Dd04CVAM.cjs.map +0 -1
- package/dist/chunks/NcTextArea-B2hcap39.cjs +0 -219
- package/dist/chunks/NcTextArea-B2hcap39.cjs.map +0 -1
- package/dist/chunks/NcTextArea-BFLuhsEv.mjs +0 -220
- package/dist/chunks/NcTextArea-BFLuhsEv.mjs.map +0 -1
- package/dist/chunks/NcTextField-DDJqk3SI.cjs +0 -147
- package/dist/chunks/NcTextField-DDJqk3SI.cjs.map +0 -1
- package/dist/chunks/NcTextField-eKuP0G6I.mjs +0 -148
- package/dist/chunks/NcTextField-eKuP0G6I.mjs.map +0 -1
- package/dist/chunks/NcThemeProvider-25ResoIv.mjs +0 -53
- package/dist/chunks/NcThemeProvider-25ResoIv.mjs.map +0 -1
- package/dist/chunks/NcThemeProvider-BqGPTeWg.cjs +0 -52
- package/dist/chunks/NcThemeProvider-BqGPTeWg.cjs.map +0 -1
- package/dist/chunks/NcTimezonePicker-BbqblRd7.mjs +0 -215
- package/dist/chunks/NcTimezonePicker-BbqblRd7.mjs.map +0 -1
- package/dist/chunks/NcTimezonePicker-DV_arh0f.cjs +0 -214
- package/dist/chunks/NcTimezonePicker-DV_arh0f.cjs.map +0 -1
- package/dist/chunks/NcUserBubble-C7XtYsrf.mjs +0 -221
- package/dist/chunks/NcUserBubble-C7XtYsrf.mjs.map +0 -1
- package/dist/chunks/NcUserBubble-DuyMsPzl.cjs +0 -222
- package/dist/chunks/NcUserBubble-DuyMsPzl.cjs.map +0 -1
- package/dist/chunks/NcUserStatusIcon-CKPJ27oi.cjs +0 -145
- package/dist/chunks/NcUserStatusIcon-CKPJ27oi.cjs.map +0 -1
- package/dist/chunks/NcUserStatusIcon-DQr5EGWZ.mjs +0 -144
- package/dist/chunks/NcUserStatusIcon-DQr5EGWZ.mjs.map +0 -1
- package/dist/chunks/ScopeComponent-B_NOkzpc.mjs +0 -14
- package/dist/chunks/ScopeComponent-B_NOkzpc.mjs.map +0 -1
- package/dist/chunks/ScopeComponent-CbzbU6pi.cjs +0 -13
- package/dist/chunks/ScopeComponent-CbzbU6pi.cjs.map +0 -1
- package/dist/chunks/_l10n-CW0YfIWk.mjs +0 -145
- package/dist/chunks/_l10n-CW0YfIWk.mjs.map +0 -1
- package/dist/chunks/_l10n-RKohWu5d.cjs +0 -144
- package/dist/chunks/_l10n-RKohWu5d.cjs.map +0 -1
- package/dist/chunks/actionText-BcrK4uH1.cjs +0 -89
- package/dist/chunks/actionText-BcrK4uH1.cjs.map +0 -1
- package/dist/chunks/actionText-fFcUPi2g.mjs +0 -90
- package/dist/chunks/actionText-fFcUPi2g.mjs.map +0 -1
- package/dist/chunks/autolink-BAgL31EZ.cjs +0 -109
- package/dist/chunks/autolink-BAgL31EZ.cjs.map +0 -1
- package/dist/chunks/autolink-cbuFALXr.mjs +0 -110
- package/dist/chunks/autolink-cbuFALXr.mjs.map +0 -1
- package/dist/chunks/customPickerElements-CH9vlHLd.mjs +0 -118
- package/dist/chunks/customPickerElements-CH9vlHLd.mjs.map +0 -1
- package/dist/chunks/customPickerElements-Q3Y7fgZ1.cjs +0 -117
- package/dist/chunks/customPickerElements-Q3Y7fgZ1.cjs.map +0 -1
- package/dist/chunks/emoji-BY_D0V5K.mjs +0 -65
- package/dist/chunks/emoji-BY_D0V5K.mjs.map +0 -1
- package/dist/chunks/emoji-VgSjNTd5.cjs +0 -66
- package/dist/chunks/emoji-VgSjNTd5.cjs.map +0 -1
- package/dist/chunks/focusTrap-DUTqW_IG.cjs +0 -34
- package/dist/chunks/focusTrap-DUTqW_IG.cjs.map +0 -1
- package/dist/chunks/focusTrap-HJQ4pqHV.mjs +0 -35
- package/dist/chunks/focusTrap-HJQ4pqHV.mjs.map +0 -1
- package/dist/chunks/getAvatarUrl-Du9Y3cPO.cjs +0 -14
- package/dist/chunks/getAvatarUrl-Du9Y3cPO.cjs.map +0 -1
- package/dist/chunks/getAvatarUrl-IhLacDEr.mjs +0 -15
- package/dist/chunks/getAvatarUrl-IhLacDEr.mjs.map +0 -1
- package/dist/chunks/index-AlIgEQXL.cjs +0 -181
- package/dist/chunks/index-AlIgEQXL.cjs.map +0 -1
- package/dist/chunks/index-B8gPNa8c.mjs +0 -178
- package/dist/chunks/index-B8gPNa8c.mjs.map +0 -1
- package/dist/chunks/index-Bz6q9mZw.mjs +0 -175
- package/dist/chunks/index-Bz6q9mZw.mjs.map +0 -1
- package/dist/chunks/index-DIJxEozm.cjs +0 -174
- package/dist/chunks/index-DIJxEozm.cjs.map +0 -1
- package/dist/chunks/legacy-KBXhWdRy.cjs +0 -5
- package/dist/chunks/legacy-KBXhWdRy.cjs.map +0 -1
- package/dist/chunks/legacy-MK4GvP26.mjs +0 -6
- package/dist/chunks/legacy-MK4GvP26.mjs.map +0 -1
- package/dist/chunks/mdi-BBwE-MZC.cjs +0 -24
- package/dist/chunks/mdi-BBwE-MZC.cjs.map +0 -1
- package/dist/chunks/mdi-DXu6GWVJ.mjs +0 -25
- package/dist/chunks/mdi-DXu6GWVJ.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-B2nPzrke.mjs +0 -1077
- package/dist/chunks/referencePickerModal-B2nPzrke.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-BINQW-pL.cjs +0 -1079
- package/dist/chunks/referencePickerModal-BINQW-pL.cjs.map +0 -1
- package/dist/chunks/useModelMigration-D5zhrNXr.cjs +0 -26
- package/dist/chunks/useModelMigration-D5zhrNXr.cjs.map +0 -1
- package/dist/chunks/useModelMigration-EhAWvqDD.mjs +0 -25
- package/dist/chunks/useModelMigration-EhAWvqDD.mjs.map +0 -1
- package/dist/chunks/useTrapStackControl-CTZTSUOt.cjs +0 -22
- package/dist/chunks/useTrapStackControl-CTZTSUOt.cjs.map +0 -1
- package/dist/chunks/useTrapStackControl-yqM2SDEs.mjs +0 -23
- package/dist/chunks/useTrapStackControl-yqM2SDEs.mjs.map +0 -1
|
@@ -1,893 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
3
|
-
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
7
|
-
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
8
|
-
*/
|
|
9
|
-
/*
|
|
10
|
-
* Ensure proper alignment of the vue material icons
|
|
11
|
-
*/
|
|
12
|
-
.material-design-icon {
|
|
13
|
-
display: flex;
|
|
14
|
-
align-self: center;
|
|
15
|
-
justify-self: center;
|
|
16
|
-
align-items: center;
|
|
17
|
-
justify-content: center;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
|
|
22
|
-
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
23
|
-
*/
|
|
24
|
-
.mx-icon-left:before,
|
|
25
|
-
.mx-icon-right:before,
|
|
26
|
-
.mx-icon-double-left:before,
|
|
27
|
-
.mx-icon-double-right:before,
|
|
28
|
-
.mx-icon-double-left:after,
|
|
29
|
-
.mx-icon-double-right:after {
|
|
30
|
-
content: "";
|
|
31
|
-
position: relative;
|
|
32
|
-
top: -1px;
|
|
33
|
-
display: inline-block;
|
|
34
|
-
width: 10px;
|
|
35
|
-
height: 10px;
|
|
36
|
-
vertical-align: middle;
|
|
37
|
-
border-style: solid;
|
|
38
|
-
border-color: currentColor;
|
|
39
|
-
border-width: 2px 0 0 2px;
|
|
40
|
-
border-radius: 1px;
|
|
41
|
-
box-sizing: border-box;
|
|
42
|
-
transform-origin: center;
|
|
43
|
-
transform: rotate(-45deg) scale(0.7);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.mx-icon-double-left:after {
|
|
47
|
-
left: -4px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.mx-icon-double-right:before {
|
|
51
|
-
left: 4px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.mx-icon-right:before,
|
|
55
|
-
.mx-icon-double-right:before,
|
|
56
|
-
.mx-icon-double-right:after {
|
|
57
|
-
transform: rotate(135deg) scale(0.7);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.mx-btn {
|
|
61
|
-
box-sizing: border-box;
|
|
62
|
-
line-height: 1;
|
|
63
|
-
font-size: 14px;
|
|
64
|
-
font-weight: 500;
|
|
65
|
-
padding: 7px 15px;
|
|
66
|
-
margin: 0;
|
|
67
|
-
cursor: pointer;
|
|
68
|
-
background-color: transparent;
|
|
69
|
-
outline: none;
|
|
70
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
71
|
-
border-radius: 4px;
|
|
72
|
-
color: #73879c;
|
|
73
|
-
white-space: nowrap;
|
|
74
|
-
}
|
|
75
|
-
.mx-btn:hover {
|
|
76
|
-
border-color: #1284e7;
|
|
77
|
-
color: #1284e7;
|
|
78
|
-
}
|
|
79
|
-
.mx-btn:disabled, .mx-btn.disabled {
|
|
80
|
-
color: #ccc;
|
|
81
|
-
cursor: not-allowed;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.mx-btn-text {
|
|
85
|
-
border: 0;
|
|
86
|
-
padding: 0 4px;
|
|
87
|
-
text-align: left;
|
|
88
|
-
line-height: inherit;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.mx-scrollbar {
|
|
92
|
-
height: 100%;
|
|
93
|
-
}
|
|
94
|
-
.mx-scrollbar:hover .mx-scrollbar-track {
|
|
95
|
-
opacity: 1;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.mx-scrollbar-wrap {
|
|
99
|
-
height: 100%;
|
|
100
|
-
overflow-x: hidden;
|
|
101
|
-
overflow-y: auto;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.mx-scrollbar-track {
|
|
105
|
-
position: absolute;
|
|
106
|
-
top: 2px;
|
|
107
|
-
right: 2px;
|
|
108
|
-
bottom: 2px;
|
|
109
|
-
width: 6px;
|
|
110
|
-
z-index: 1;
|
|
111
|
-
border-radius: 4px;
|
|
112
|
-
opacity: 0;
|
|
113
|
-
transition: opacity 0.24s ease-out;
|
|
114
|
-
}
|
|
115
|
-
.mx-scrollbar-track .mx-scrollbar-thumb {
|
|
116
|
-
position: absolute;
|
|
117
|
-
width: 100%;
|
|
118
|
-
height: 0;
|
|
119
|
-
cursor: pointer;
|
|
120
|
-
border-radius: inherit;
|
|
121
|
-
background-color: rgba(144, 147, 153, 0.3);
|
|
122
|
-
transition: background-color 0.3s;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.mx-zoom-in-down-enter-active,
|
|
126
|
-
.mx-zoom-in-down-leave-active {
|
|
127
|
-
opacity: 1;
|
|
128
|
-
transform: scaleY(1);
|
|
129
|
-
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
|
130
|
-
transform-origin: center top;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.mx-zoom-in-down-enter,
|
|
134
|
-
.mx-zoom-in-down-enter-from,
|
|
135
|
-
.mx-zoom-in-down-leave-to {
|
|
136
|
-
opacity: 0;
|
|
137
|
-
transform: scaleY(0);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.mx-datepicker {
|
|
141
|
-
position: relative;
|
|
142
|
-
display: inline-block;
|
|
143
|
-
width: 210px;
|
|
144
|
-
}
|
|
145
|
-
.mx-datepicker svg {
|
|
146
|
-
width: 1em;
|
|
147
|
-
height: 1em;
|
|
148
|
-
vertical-align: -0.15em;
|
|
149
|
-
fill: currentColor;
|
|
150
|
-
overflow: hidden;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.mx-datepicker-range {
|
|
154
|
-
width: 320px;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.mx-datepicker-inline {
|
|
158
|
-
width: auto;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.mx-input-wrapper {
|
|
162
|
-
position: relative;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.mx-input {
|
|
166
|
-
display: inline-block;
|
|
167
|
-
box-sizing: border-box;
|
|
168
|
-
width: 100%;
|
|
169
|
-
height: 34px;
|
|
170
|
-
padding: 6px 30px;
|
|
171
|
-
padding-left: 10px;
|
|
172
|
-
font-size: 14px;
|
|
173
|
-
line-height: 1.4;
|
|
174
|
-
color: #555;
|
|
175
|
-
background-color: #fff;
|
|
176
|
-
border: 1px solid #ccc;
|
|
177
|
-
border-radius: 4px;
|
|
178
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
179
|
-
}
|
|
180
|
-
.mx-input:hover, .mx-input:focus {
|
|
181
|
-
border-color: #409aff;
|
|
182
|
-
}
|
|
183
|
-
.mx-input:disabled, .mx-input.disabled {
|
|
184
|
-
color: #ccc;
|
|
185
|
-
background-color: #f3f3f3;
|
|
186
|
-
border-color: #ccc;
|
|
187
|
-
cursor: not-allowed;
|
|
188
|
-
}
|
|
189
|
-
.mx-input:focus {
|
|
190
|
-
outline: none;
|
|
191
|
-
}
|
|
192
|
-
.mx-input::-ms-clear {
|
|
193
|
-
display: none;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.mx-icon-calendar,
|
|
197
|
-
.mx-icon-clear {
|
|
198
|
-
position: absolute;
|
|
199
|
-
top: 50%;
|
|
200
|
-
right: 8px;
|
|
201
|
-
transform: translateY(-50%);
|
|
202
|
-
font-size: 16px;
|
|
203
|
-
line-height: 1;
|
|
204
|
-
color: rgba(0, 0, 0, 0.5);
|
|
205
|
-
vertical-align: middle;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.mx-icon-clear {
|
|
209
|
-
cursor: pointer;
|
|
210
|
-
}
|
|
211
|
-
.mx-icon-clear:hover {
|
|
212
|
-
color: rgba(0, 0, 0, 0.8);
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.mx-datepicker-main {
|
|
216
|
-
font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
|
|
217
|
-
color: #73879c;
|
|
218
|
-
background-color: #fff;
|
|
219
|
-
border: 1px solid #e8e8e8;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.mx-datepicker-popup {
|
|
223
|
-
position: absolute;
|
|
224
|
-
margin-top: 1px;
|
|
225
|
-
margin-bottom: 1px;
|
|
226
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
227
|
-
z-index: 2001;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.mx-datepicker-sidebar {
|
|
231
|
-
float: left;
|
|
232
|
-
box-sizing: border-box;
|
|
233
|
-
width: 100px;
|
|
234
|
-
padding: 6px;
|
|
235
|
-
overflow: auto;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.mx-datepicker-sidebar + .mx-datepicker-content {
|
|
239
|
-
margin-left: 100px;
|
|
240
|
-
border-left: 1px solid #e8e8e8;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.mx-datepicker-body {
|
|
244
|
-
position: relative;
|
|
245
|
-
user-select: none;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.mx-btn-shortcut {
|
|
249
|
-
display: block;
|
|
250
|
-
padding: 0 6px;
|
|
251
|
-
line-height: 24px;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.mx-range-wrapper {
|
|
255
|
-
display: flex;
|
|
256
|
-
}
|
|
257
|
-
@media (max-width: 750px) {
|
|
258
|
-
.mx-range-wrapper {
|
|
259
|
-
flex-direction: column;
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.mx-datepicker-header {
|
|
264
|
-
padding: 6px 8px;
|
|
265
|
-
border-bottom: 1px solid #e8e8e8;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.mx-datepicker-footer {
|
|
269
|
-
padding: 6px 8px;
|
|
270
|
-
text-align: right;
|
|
271
|
-
border-top: 1px solid #e8e8e8;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.mx-calendar {
|
|
275
|
-
box-sizing: border-box;
|
|
276
|
-
width: 248px;
|
|
277
|
-
padding: 6px 12px;
|
|
278
|
-
}
|
|
279
|
-
.mx-calendar + .mx-calendar {
|
|
280
|
-
border-left: 1px solid #e8e8e8;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.mx-calendar-header, .mx-time-header {
|
|
284
|
-
box-sizing: border-box;
|
|
285
|
-
height: 34px;
|
|
286
|
-
line-height: 34px;
|
|
287
|
-
text-align: center;
|
|
288
|
-
overflow: hidden;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.mx-btn-icon-left,
|
|
292
|
-
.mx-btn-icon-double-left {
|
|
293
|
-
float: left;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.mx-btn-icon-right,
|
|
297
|
-
.mx-btn-icon-double-right {
|
|
298
|
-
float: right;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.mx-calendar-header-label {
|
|
302
|
-
font-size: 14px;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
.mx-calendar-decade-separator {
|
|
306
|
-
margin: 0 2px;
|
|
307
|
-
}
|
|
308
|
-
.mx-calendar-decade-separator:after {
|
|
309
|
-
content: "~";
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.mx-calendar-content {
|
|
313
|
-
position: relative;
|
|
314
|
-
height: 224px;
|
|
315
|
-
box-sizing: border-box;
|
|
316
|
-
}
|
|
317
|
-
.mx-calendar-content .cell {
|
|
318
|
-
cursor: pointer;
|
|
319
|
-
}
|
|
320
|
-
.mx-calendar-content .cell:hover {
|
|
321
|
-
color: #73879c;
|
|
322
|
-
background-color: rgb(243.15, 248.85, 253.8);
|
|
323
|
-
}
|
|
324
|
-
.mx-calendar-content .cell.active {
|
|
325
|
-
color: #fff;
|
|
326
|
-
background-color: #1284e7;
|
|
327
|
-
}
|
|
328
|
-
.mx-calendar-content .cell.in-range, .mx-calendar-content .cell.hover-in-range {
|
|
329
|
-
color: #73879c;
|
|
330
|
-
background-color: rgb(219.45, 236.55, 251.4);
|
|
331
|
-
}
|
|
332
|
-
.mx-calendar-content .cell.disabled {
|
|
333
|
-
cursor: not-allowed;
|
|
334
|
-
color: #ccc;
|
|
335
|
-
background-color: #f3f3f3;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.mx-calendar-week-mode .mx-date-row {
|
|
339
|
-
cursor: pointer;
|
|
340
|
-
}
|
|
341
|
-
.mx-calendar-week-mode .mx-date-row:hover {
|
|
342
|
-
background-color: rgb(243.15, 248.85, 253.8);
|
|
343
|
-
}
|
|
344
|
-
.mx-calendar-week-mode .mx-date-row.mx-active-week {
|
|
345
|
-
background-color: rgb(219.45, 236.55, 251.4);
|
|
346
|
-
}
|
|
347
|
-
.mx-calendar-week-mode .mx-date-row .cell:hover {
|
|
348
|
-
color: inherit;
|
|
349
|
-
background-color: transparent;
|
|
350
|
-
}
|
|
351
|
-
.mx-calendar-week-mode .mx-date-row .cell.active {
|
|
352
|
-
color: inherit;
|
|
353
|
-
background-color: transparent;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.mx-week-number {
|
|
357
|
-
opacity: 0.5;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.mx-table {
|
|
361
|
-
table-layout: fixed;
|
|
362
|
-
border-collapse: separate;
|
|
363
|
-
border-spacing: 0;
|
|
364
|
-
width: 100%;
|
|
365
|
-
height: 100%;
|
|
366
|
-
box-sizing: border-box;
|
|
367
|
-
text-align: center;
|
|
368
|
-
}
|
|
369
|
-
.mx-table th {
|
|
370
|
-
padding: 0;
|
|
371
|
-
font-weight: 500;
|
|
372
|
-
vertical-align: middle;
|
|
373
|
-
}
|
|
374
|
-
.mx-table td {
|
|
375
|
-
padding: 0;
|
|
376
|
-
vertical-align: middle;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.mx-table-date td,
|
|
380
|
-
.mx-table-date th {
|
|
381
|
-
height: 32px;
|
|
382
|
-
font-size: 12px;
|
|
383
|
-
}
|
|
384
|
-
.mx-table-date .today {
|
|
385
|
-
color: rgb(41.7, 144.3, 233.4);
|
|
386
|
-
}
|
|
387
|
-
.mx-table-date .cell.not-current-month {
|
|
388
|
-
color: #ccc;
|
|
389
|
-
background: none;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.mx-time {
|
|
393
|
-
flex: 1;
|
|
394
|
-
width: 224px;
|
|
395
|
-
background: #fff;
|
|
396
|
-
}
|
|
397
|
-
.mx-time + .mx-time {
|
|
398
|
-
border-left: 1px solid #e8e8e8;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.mx-calendar-time {
|
|
402
|
-
position: absolute;
|
|
403
|
-
top: 0;
|
|
404
|
-
left: 0;
|
|
405
|
-
width: 100%;
|
|
406
|
-
height: 100%;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
.mx-time-header {
|
|
410
|
-
border-bottom: 1px solid #e8e8e8;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.mx-time-content {
|
|
414
|
-
height: 224px;
|
|
415
|
-
box-sizing: border-box;
|
|
416
|
-
overflow: hidden;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.mx-time-columns {
|
|
420
|
-
display: flex;
|
|
421
|
-
width: 100%;
|
|
422
|
-
height: 100%;
|
|
423
|
-
overflow: hidden;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.mx-time-column {
|
|
427
|
-
flex: 1;
|
|
428
|
-
position: relative;
|
|
429
|
-
border-left: 1px solid #e8e8e8;
|
|
430
|
-
text-align: center;
|
|
431
|
-
}
|
|
432
|
-
.mx-time-column:first-child {
|
|
433
|
-
border-left: 0;
|
|
434
|
-
}
|
|
435
|
-
.mx-time-column .mx-time-list {
|
|
436
|
-
margin: 0;
|
|
437
|
-
padding: 0;
|
|
438
|
-
list-style: none;
|
|
439
|
-
}
|
|
440
|
-
.mx-time-column .mx-time-list::after {
|
|
441
|
-
content: "";
|
|
442
|
-
display: block;
|
|
443
|
-
height: 192px;
|
|
444
|
-
}
|
|
445
|
-
.mx-time-column .mx-time-item {
|
|
446
|
-
cursor: pointer;
|
|
447
|
-
font-size: 12px;
|
|
448
|
-
height: 32px;
|
|
449
|
-
line-height: 32px;
|
|
450
|
-
}
|
|
451
|
-
.mx-time-column .mx-time-item:hover {
|
|
452
|
-
color: #73879c;
|
|
453
|
-
background-color: rgb(243.15, 248.85, 253.8);
|
|
454
|
-
}
|
|
455
|
-
.mx-time-column .mx-time-item.active {
|
|
456
|
-
color: #1284e7;
|
|
457
|
-
background-color: transparent;
|
|
458
|
-
font-weight: 700;
|
|
459
|
-
}
|
|
460
|
-
.mx-time-column .mx-time-item.disabled {
|
|
461
|
-
cursor: not-allowed;
|
|
462
|
-
color: #ccc;
|
|
463
|
-
background-color: #f3f3f3;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.mx-time-option {
|
|
467
|
-
cursor: pointer;
|
|
468
|
-
padding: 8px 10px;
|
|
469
|
-
font-size: 14px;
|
|
470
|
-
line-height: 20px;
|
|
471
|
-
}
|
|
472
|
-
.mx-time-option:hover {
|
|
473
|
-
color: #73879c;
|
|
474
|
-
background-color: rgb(243.15, 248.85, 253.8);
|
|
475
|
-
}
|
|
476
|
-
.mx-time-option.active {
|
|
477
|
-
color: #1284e7;
|
|
478
|
-
background-color: transparent;
|
|
479
|
-
font-weight: 700;
|
|
480
|
-
}
|
|
481
|
-
.mx-time-option.disabled {
|
|
482
|
-
cursor: not-allowed;
|
|
483
|
-
color: #ccc;
|
|
484
|
-
background-color: #f3f3f3;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
.mx-datepicker[data-v-dd4fb6c] {
|
|
488
|
-
user-select: none;
|
|
489
|
-
color: var(--color-main-text);
|
|
490
|
-
/* INPUT CONTAINER */
|
|
491
|
-
}
|
|
492
|
-
.mx-datepicker[data-v-dd4fb6c] svg {
|
|
493
|
-
fill: var(--color-main-text);
|
|
494
|
-
}
|
|
495
|
-
.mx-datepicker[data-v-dd4fb6c] .mx-input-wrapper .mx-input {
|
|
496
|
-
width: 100%;
|
|
497
|
-
border: 2px solid var(--color-border-maxcontrast);
|
|
498
|
-
background-color: var(--color-main-background);
|
|
499
|
-
background-clip: content-box;
|
|
500
|
-
}
|
|
501
|
-
.mx-datepicker[data-v-dd4fb6c] .mx-input-wrapper .mx-input:active:not(.disabled), .mx-datepicker[data-v-dd4fb6c] .mx-input-wrapper .mx-input:hover:not(.disabled), .mx-datepicker[data-v-dd4fb6c] .mx-input-wrapper .mx-input:focus:not(.disabled) {
|
|
502
|
-
border-color: var(--color-primary-element);
|
|
503
|
-
}
|
|
504
|
-
.mx-datepicker[data-v-dd4fb6c] .mx-input-wrapper:disabled, .mx-datepicker[data-v-dd4fb6c] .mx-input-wrapper.disabled {
|
|
505
|
-
cursor: not-allowed;
|
|
506
|
-
opacity: 0.7;
|
|
507
|
-
}
|
|
508
|
-
.mx-datepicker[data-v-dd4fb6c] .mx-input-wrapper .mx-icon-calendar,
|
|
509
|
-
.mx-datepicker[data-v-dd4fb6c] .mx-input-wrapper .mx-icon-clear {
|
|
510
|
-
color: var(--color-text-lighter);
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
.mx-datepicker-main {
|
|
514
|
-
color: var(--color-main-text);
|
|
515
|
-
border: 1px solid var(--color-border);
|
|
516
|
-
background-color: var(--color-main-background);
|
|
517
|
-
font-family: var(--font-face) !important;
|
|
518
|
-
line-height: 1.5;
|
|
519
|
-
}
|
|
520
|
-
.mx-datepicker-main svg {
|
|
521
|
-
fill: var(--color-main-text);
|
|
522
|
-
}
|
|
523
|
-
.mx-datepicker-main.mx-datepicker-popup {
|
|
524
|
-
z-index: 2000;
|
|
525
|
-
box-shadow: none;
|
|
526
|
-
}
|
|
527
|
-
.mx-datepicker-main.mx-datepicker-popup .mx-datepicker-sidebar + .mx-datepicker-content {
|
|
528
|
-
border-left: 1px solid var(--color-border);
|
|
529
|
-
}
|
|
530
|
-
.mx-datepicker-main.show-week-number .mx-calendar {
|
|
531
|
-
width: 296px;
|
|
532
|
-
}
|
|
533
|
-
.mx-datepicker-main .mx-datepicker-header {
|
|
534
|
-
border-bottom: 1px solid var(--color-border);
|
|
535
|
-
}
|
|
536
|
-
.mx-datepicker-main .mx-datepicker-footer {
|
|
537
|
-
border-top: 1px solid var(--color-border);
|
|
538
|
-
}
|
|
539
|
-
.mx-datepicker-main .mx-datepicker-btn-confirm {
|
|
540
|
-
background-color: var(--color-primary-element);
|
|
541
|
-
border-color: var(--color-primary-element);
|
|
542
|
-
color: var(--color-primary-element-text) !important;
|
|
543
|
-
opacity: 1 !important;
|
|
544
|
-
}
|
|
545
|
-
.mx-datepicker-main .mx-datepicker-btn-confirm:hover {
|
|
546
|
-
background-color: var(--color-primary-element-light) !important;
|
|
547
|
-
border-color: var(--color-primary-element-light) !important;
|
|
548
|
-
}
|
|
549
|
-
.mx-datepicker-main .mx-calendar {
|
|
550
|
-
width: 264px;
|
|
551
|
-
padding: 5px;
|
|
552
|
-
}
|
|
553
|
-
.mx-datepicker-main .mx-calendar.mx-calendar-week-mode {
|
|
554
|
-
width: 296px;
|
|
555
|
-
}
|
|
556
|
-
.mx-datepicker-main .mx-time + .mx-time,
|
|
557
|
-
.mx-datepicker-main .mx-calendar + .mx-calendar {
|
|
558
|
-
border-left: 1px solid var(--color-border);
|
|
559
|
-
}
|
|
560
|
-
.mx-datepicker-main .mx-range-wrapper {
|
|
561
|
-
display: flex;
|
|
562
|
-
overflow: hidden;
|
|
563
|
-
}
|
|
564
|
-
.mx-datepicker-main .mx-range-wrapper .mx-calendar-content .mx-table-date .cell {
|
|
565
|
-
border-radius: var(--border-radius-small);
|
|
566
|
-
}
|
|
567
|
-
.mx-datepicker-main .mx-range-wrapper .mx-calendar-content .mx-table-date .cell.active {
|
|
568
|
-
border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
|
|
569
|
-
}
|
|
570
|
-
.mx-datepicker-main .mx-range-wrapper .mx-calendar-content .mx-table-date .cell.in-range + .cell.active {
|
|
571
|
-
border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
|
|
572
|
-
}
|
|
573
|
-
.mx-datepicker-main .mx-table {
|
|
574
|
-
text-align: center;
|
|
575
|
-
}
|
|
576
|
-
.mx-datepicker-main .mx-table thead > tr > th {
|
|
577
|
-
text-align: center;
|
|
578
|
-
opacity: 0.5;
|
|
579
|
-
color: var(--color-main-text);
|
|
580
|
-
}
|
|
581
|
-
.mx-datepicker-main .mx-table tr:focus,
|
|
582
|
-
.mx-datepicker-main .mx-table tr:hover,
|
|
583
|
-
.mx-datepicker-main .mx-table tr:active {
|
|
584
|
-
background-color: transparent;
|
|
585
|
-
}
|
|
586
|
-
.mx-datepicker-main .mx-table .cell {
|
|
587
|
-
transition: all 100ms ease-in-out;
|
|
588
|
-
text-align: center;
|
|
589
|
-
opacity: 0.7;
|
|
590
|
-
border-radius: var(--border-radius-small);
|
|
591
|
-
min-height: var(--clickable-area-small) !important;
|
|
592
|
-
}
|
|
593
|
-
.mx-datepicker-main .mx-table .cell > * {
|
|
594
|
-
cursor: pointer;
|
|
595
|
-
}
|
|
596
|
-
.mx-datepicker-main .mx-table .cell.today {
|
|
597
|
-
opacity: 1;
|
|
598
|
-
font-weight: bold;
|
|
599
|
-
background-color: transparent;
|
|
600
|
-
color: var(--color-primary-element);
|
|
601
|
-
border-radius: var(--border-radius-small);
|
|
602
|
-
}
|
|
603
|
-
.mx-datepicker-main .mx-table .cell.today:hover, .mx-datepicker-main .mx-table .cell.today:focus {
|
|
604
|
-
color: var(--color-primary-element-text);
|
|
605
|
-
}
|
|
606
|
-
.mx-datepicker-main .mx-table .cell.in-range, .mx-datepicker-main .mx-table .cell.disabled {
|
|
607
|
-
border-radius: var(--border-radius-small);
|
|
608
|
-
color: var(--color-main-text);
|
|
609
|
-
opacity: 1;
|
|
610
|
-
}
|
|
611
|
-
.mx-datepicker-main .mx-table .cell.in-range {
|
|
612
|
-
opacity: 0.7;
|
|
613
|
-
}
|
|
614
|
-
.mx-datepicker-main .mx-table .cell.not-current-month {
|
|
615
|
-
opacity: 0.5;
|
|
616
|
-
color: var(--color-text-maxcontrast);
|
|
617
|
-
}
|
|
618
|
-
.mx-datepicker-main .mx-table .cell.not-current-month:hover, .mx-datepicker-main .mx-table .cell.not-current-month:focus {
|
|
619
|
-
opacity: 1;
|
|
620
|
-
}
|
|
621
|
-
.mx-datepicker-main .mx-table .cell:hover, .mx-datepicker-main .mx-table .cell:focus, .mx-datepicker-main .mx-table .cell.actived, .mx-datepicker-main .mx-table .cell.active, .mx-datepicker-main .mx-table .cell.in-range {
|
|
622
|
-
opacity: 1;
|
|
623
|
-
color: var(--color-primary-element-text);
|
|
624
|
-
background-color: var(--color-primary-element);
|
|
625
|
-
font-weight: bold;
|
|
626
|
-
}
|
|
627
|
-
.mx-datepicker-main .mx-table .cell.disabled {
|
|
628
|
-
opacity: 1;
|
|
629
|
-
color: var(--color-main-text);
|
|
630
|
-
border-radius: var(--border-radius-small);
|
|
631
|
-
}
|
|
632
|
-
.mx-datepicker-main .mx-table .mx-week-number {
|
|
633
|
-
text-align: center;
|
|
634
|
-
opacity: 0.7;
|
|
635
|
-
border-radius: 50px;
|
|
636
|
-
}
|
|
637
|
-
.mx-datepicker-main .mx-table span.mx-week-number,
|
|
638
|
-
.mx-datepicker-main .mx-table li.mx-week-number,
|
|
639
|
-
.mx-datepicker-main .mx-table span.cell,
|
|
640
|
-
.mx-datepicker-main .mx-table li.cell {
|
|
641
|
-
min-height: 32px;
|
|
642
|
-
}
|
|
643
|
-
.mx-datepicker-main .mx-table.mx-table-date thead, .mx-datepicker-main .mx-table.mx-table-date tbody, .mx-datepicker-main .mx-table.mx-table-year, .mx-datepicker-main .mx-table.mx-table-month {
|
|
644
|
-
display: flex;
|
|
645
|
-
flex-direction: column;
|
|
646
|
-
justify-content: space-around;
|
|
647
|
-
}
|
|
648
|
-
.mx-datepicker-main .mx-table.mx-table-date thead tr, .mx-datepicker-main .mx-table.mx-table-date tbody tr, .mx-datepicker-main .mx-table.mx-table-year tr, .mx-datepicker-main .mx-table.mx-table-month tr {
|
|
649
|
-
display: inline-flex;
|
|
650
|
-
align-items: center;
|
|
651
|
-
flex: 1 1 32px;
|
|
652
|
-
justify-content: space-around;
|
|
653
|
-
min-height: 32px;
|
|
654
|
-
color: var(--color-main-text);
|
|
655
|
-
}
|
|
656
|
-
.mx-datepicker-main .mx-table.mx-table-date thead th,
|
|
657
|
-
.mx-datepicker-main .mx-table.mx-table-date thead td, .mx-datepicker-main .mx-table.mx-table-date tbody th,
|
|
658
|
-
.mx-datepicker-main .mx-table.mx-table-date tbody td, .mx-datepicker-main .mx-table.mx-table-year th,
|
|
659
|
-
.mx-datepicker-main .mx-table.mx-table-year td, .mx-datepicker-main .mx-table.mx-table-month th,
|
|
660
|
-
.mx-datepicker-main .mx-table.mx-table-month td {
|
|
661
|
-
display: flex;
|
|
662
|
-
align-items: center;
|
|
663
|
-
flex: 0 1 32%;
|
|
664
|
-
justify-content: center;
|
|
665
|
-
min-width: 32px;
|
|
666
|
-
height: 95%;
|
|
667
|
-
min-height: 32px;
|
|
668
|
-
transition: background 100ms ease-in-out;
|
|
669
|
-
color: var(--color-main-text);
|
|
670
|
-
}
|
|
671
|
-
.mx-datepicker-main .mx-table.mx-table-year tr th,
|
|
672
|
-
.mx-datepicker-main .mx-table.mx-table-year tr td {
|
|
673
|
-
flex-basis: 48%;
|
|
674
|
-
}
|
|
675
|
-
.mx-datepicker-main .mx-table.mx-table-date tr th,
|
|
676
|
-
.mx-datepicker-main .mx-table.mx-table-date tr td {
|
|
677
|
-
flex-basis: 32px;
|
|
678
|
-
}
|
|
679
|
-
.mx-datepicker-main .mx-btn {
|
|
680
|
-
min-width: 32px;
|
|
681
|
-
height: 32px;
|
|
682
|
-
margin: 0 2px !important;
|
|
683
|
-
padding: 0;
|
|
684
|
-
cursor: pointer;
|
|
685
|
-
text-decoration: none;
|
|
686
|
-
opacity: 1;
|
|
687
|
-
color: var(--color-main-text);
|
|
688
|
-
border-radius: var(--border-radius-small);
|
|
689
|
-
line-height: 20px;
|
|
690
|
-
}
|
|
691
|
-
.mx-datepicker-main .mx-btn:hover, .mx-datepicker-main .mx-btn:focus {
|
|
692
|
-
opacity: 1;
|
|
693
|
-
color: var(--color-main-text);
|
|
694
|
-
background-color: var(--color-background-darker);
|
|
695
|
-
}
|
|
696
|
-
.mx-datepicker-main .mx-calendar-header, .mx-datepicker-main .mx-time-header {
|
|
697
|
-
display: inline-flex;
|
|
698
|
-
align-items: center;
|
|
699
|
-
justify-content: space-between;
|
|
700
|
-
width: 100%;
|
|
701
|
-
height: var(--default-clickable-area);
|
|
702
|
-
margin-bottom: 4px;
|
|
703
|
-
}
|
|
704
|
-
.mx-datepicker-main .mx-calendar-header button, .mx-datepicker-main .mx-time-header button {
|
|
705
|
-
min-width: 32px;
|
|
706
|
-
min-height: 32px;
|
|
707
|
-
margin: 0;
|
|
708
|
-
cursor: pointer;
|
|
709
|
-
text-align: center;
|
|
710
|
-
text-decoration: none;
|
|
711
|
-
opacity: 1;
|
|
712
|
-
color: var(--color-main-text);
|
|
713
|
-
border-radius: var(--border-radius-small);
|
|
714
|
-
background-color: transparent;
|
|
715
|
-
line-height: 20px;
|
|
716
|
-
}
|
|
717
|
-
.mx-datepicker-main .mx-calendar-header button:hover, .mx-datepicker-main .mx-time-header button:hover, .mx-datepicker-main .mx-calendar-header button:focus, .mx-datepicker-main .mx-time-header button:focus {
|
|
718
|
-
opacity: 1;
|
|
719
|
-
color: var(--color-main-text);
|
|
720
|
-
background-color: var(--color-background-darker);
|
|
721
|
-
}
|
|
722
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left, .mx-datepicker-main .mx-time-header button.mx-btn-icon-left, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right {
|
|
723
|
-
align-items: center;
|
|
724
|
-
justify-content: center;
|
|
725
|
-
width: 32px;
|
|
726
|
-
padding: 0;
|
|
727
|
-
}
|
|
728
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i, .mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i {
|
|
729
|
-
background-repeat: no-repeat;
|
|
730
|
-
background-size: 16px;
|
|
731
|
-
background-position: center;
|
|
732
|
-
filter: var(--background-invert-if-dark);
|
|
733
|
-
display: inline-block;
|
|
734
|
-
width: 32px;
|
|
735
|
-
height: 32px;
|
|
736
|
-
}
|
|
737
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i::after, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i::after, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i::before, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i::before, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i::after, .mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i::after, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i::before, .mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i::before, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i::after, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i::after, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i::before, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i::before, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i::after, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i::after, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i::before, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i::before {
|
|
738
|
-
content: none;
|
|
739
|
-
}
|
|
740
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-text, .mx-datepicker-main .mx-time-header button.mx-btn-text {
|
|
741
|
-
line-height: initial;
|
|
742
|
-
}
|
|
743
|
-
.mx-datepicker-main .mx-calendar-header .mx-calendar-header-label, .mx-datepicker-main .mx-time-header .mx-calendar-header-label {
|
|
744
|
-
display: flex;
|
|
745
|
-
color: var(--color-main-text);
|
|
746
|
-
}
|
|
747
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-left > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-double-left > i {
|
|
748
|
-
background-image: url("data:image/svg+xml,%3c!--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%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");
|
|
749
|
-
}
|
|
750
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-left > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-left > i {
|
|
751
|
-
background-image: url("data:image/svg+xml,%3c!--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%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");
|
|
752
|
-
}
|
|
753
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-right > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-right > i {
|
|
754
|
-
background-image: url("data:image/svg+xml,%3c!--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%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");
|
|
755
|
-
}
|
|
756
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-right > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-double-right > i {
|
|
757
|
-
background-image: url("data:image/svg+xml,%3c!--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%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");
|
|
758
|
-
}
|
|
759
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right {
|
|
760
|
-
order: 2;
|
|
761
|
-
}
|
|
762
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right {
|
|
763
|
-
order: 3;
|
|
764
|
-
}
|
|
765
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row .mx-week-number {
|
|
766
|
-
font-weight: bold;
|
|
767
|
-
}
|
|
768
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week {
|
|
769
|
-
opacity: 1;
|
|
770
|
-
border-radius: var(--border-radius-small);
|
|
771
|
-
background-color: var(--color-background-dark);
|
|
772
|
-
}
|
|
773
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td {
|
|
774
|
-
background-color: transparent;
|
|
775
|
-
}
|
|
776
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td:hover, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td:focus, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td:hover, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td:focus {
|
|
777
|
-
color: inherit;
|
|
778
|
-
}
|
|
779
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week {
|
|
780
|
-
color: var(--color-primary-element-text);
|
|
781
|
-
background-color: var(--color-primary-element);
|
|
782
|
-
}
|
|
783
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td {
|
|
784
|
-
opacity: 0.7;
|
|
785
|
-
font-weight: normal;
|
|
786
|
-
}
|
|
787
|
-
.mx-datepicker-main .mx-time {
|
|
788
|
-
background-color: var(--color-main-background);
|
|
789
|
-
}
|
|
790
|
-
.mx-datepicker-main .mx-time .mx-time-header {
|
|
791
|
-
justify-content: center;
|
|
792
|
-
border-bottom: 1px solid var(--color-border);
|
|
793
|
-
opacity: 1 !important;
|
|
794
|
-
background-color: transparent;
|
|
795
|
-
}
|
|
796
|
-
.mx-datepicker-main .mx-time .mx-time-column {
|
|
797
|
-
border-left: 1px solid var(--color-border);
|
|
798
|
-
}
|
|
799
|
-
.mx-datepicker-main .mx-time .mx-time-option.active,
|
|
800
|
-
.mx-datepicker-main .mx-time .mx-time-item.active {
|
|
801
|
-
background-color: var(--color-primary-element);
|
|
802
|
-
color: var(--color-primary-element-text);
|
|
803
|
-
}
|
|
804
|
-
.mx-datepicker-main .mx-time .mx-time-option:hover,
|
|
805
|
-
.mx-datepicker-main .mx-time .mx-time-item:hover {
|
|
806
|
-
background-color: var(--color-background-hover);
|
|
807
|
-
color: var(--color-main-text);
|
|
808
|
-
}
|
|
809
|
-
.mx-datepicker-main .mx-time .mx-time-option.disabled,
|
|
810
|
-
.mx-datepicker-main .mx-time .mx-time-item.disabled {
|
|
811
|
-
cursor: not-allowed;
|
|
812
|
-
opacity: 0.5;
|
|
813
|
-
color: var(--color-main-text);
|
|
814
|
-
}/**
|
|
815
|
-
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
816
|
-
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
817
|
-
*/
|
|
818
|
-
/**
|
|
819
|
-
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
820
|
-
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
821
|
-
*/
|
|
822
|
-
/*
|
|
823
|
-
* Ensure proper alignment of the vue material icons
|
|
824
|
-
*/
|
|
825
|
-
.material-design-icon[data-v-abcdc981] {
|
|
826
|
-
display: flex;
|
|
827
|
-
align-self: center;
|
|
828
|
-
justify-self: center;
|
|
829
|
-
align-items: center;
|
|
830
|
-
justify-content: center;
|
|
831
|
-
}
|
|
832
|
-
.mx-datepicker[data-v-abcdc981] .mx-input-wrapper .mx-input {
|
|
833
|
-
background-clip: border-box;
|
|
834
|
-
}
|
|
835
|
-
.datetime-picker-inline-icon[data-v-abcdc981] {
|
|
836
|
-
opacity: 0.3;
|
|
837
|
-
border: none;
|
|
838
|
-
background-color: transparent;
|
|
839
|
-
border-radius: 0;
|
|
840
|
-
padding: 0 !important;
|
|
841
|
-
margin: 0;
|
|
842
|
-
}
|
|
843
|
-
.datetime-picker-inline-icon--highlighted[data-v-abcdc981] {
|
|
844
|
-
opacity: 0.7;
|
|
845
|
-
}
|
|
846
|
-
.datetime-picker-inline-icon[data-v-abcdc981]:focus, .datetime-picker-inline-icon[data-v-abcdc981]:hover {
|
|
847
|
-
opacity: 1;
|
|
848
|
-
}/**
|
|
849
|
-
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
850
|
-
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
851
|
-
*/
|
|
852
|
-
/**
|
|
853
|
-
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
854
|
-
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
855
|
-
*/
|
|
856
|
-
/*
|
|
857
|
-
* Ensure proper alignment of the vue material icons
|
|
858
|
-
*/
|
|
859
|
-
.material-design-icon {
|
|
860
|
-
display: flex;
|
|
861
|
-
align-self: center;
|
|
862
|
-
justify-self: center;
|
|
863
|
-
align-items: center;
|
|
864
|
-
justify-content: center;
|
|
865
|
-
}
|
|
866
|
-
.v-popper--theme-nc-popover-8.v-popper__popper.timezone-select__popper .v-popper__wrapper {
|
|
867
|
-
border-radius: var(--border-radius-large);
|
|
868
|
-
}
|
|
869
|
-
.v-popper--theme-nc-popover-8.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner {
|
|
870
|
-
padding: 4px;
|
|
871
|
-
border-radius: var(--border-radius-large);
|
|
872
|
-
}
|
|
873
|
-
.v-popper--theme-nc-popover-8.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__label {
|
|
874
|
-
padding: 4px 0;
|
|
875
|
-
padding-left: 14px;
|
|
876
|
-
}
|
|
877
|
-
.v-popper--theme-nc-popover-8.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__timezone-select.v-select.select {
|
|
878
|
-
min-width: 246px;
|
|
879
|
-
left: -8px !important;
|
|
880
|
-
}
|
|
881
|
-
.v-popper--theme-nc-popover-8.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__timezone-select.v-select .vs__dropdown-toggle {
|
|
882
|
-
border-radius: calc(var(--border-radius-large) - 4px);
|
|
883
|
-
}
|
|
884
|
-
.v-popper--theme-nc-popover-8.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__timezone-select.v-select.vs--open .vs__dropdown-toggle {
|
|
885
|
-
border-bottom-left-radius: 0;
|
|
886
|
-
border-bottom-right-radius: 0;
|
|
887
|
-
}
|
|
888
|
-
.v-popper--theme-nc-popover-8.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 {
|
|
889
|
-
border-radius: 0 0 calc(var(--border-radius-large) - 4px) calc(var(--border-radius-large) - 4px);
|
|
890
|
-
}
|
|
891
|
-
.vs__dropdown-menu--floating {
|
|
892
|
-
z-index: 100001 !important;
|
|
893
|
-
}
|