@nextcloud/vue 8.11.2 → 8.12.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 -0
- package/dist/Components/NcActionButton.cjs +68 -31
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +68 -35
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.cjs +2 -2
- package/dist/Components/NcActionButtonGroup.mjs +2 -2
- package/dist/Components/NcActionCaption.cjs +17 -14
- package/dist/Components/NcActionCaption.cjs.map +1 -1
- package/dist/Components/NcActionCaption.mjs +17 -15
- package/dist/Components/NcActionCaption.mjs.map +1 -1
- package/dist/Components/NcActionCheckbox.cjs +42 -24
- package/dist/Components/NcActionCheckbox.cjs.map +1 -1
- package/dist/Components/NcActionCheckbox.mjs +42 -27
- package/dist/Components/NcActionCheckbox.mjs.map +1 -1
- package/dist/Components/NcActionInput.cjs +2 -2
- package/dist/Components/NcActionInput.mjs +2 -2
- package/dist/Components/NcActionLink.cjs +29 -23
- package/dist/Components/NcActionLink.cjs.map +1 -1
- package/dist/Components/NcActionLink.mjs +29 -25
- package/dist/Components/NcActionLink.mjs.map +1 -1
- package/dist/Components/NcActionRadio.cjs +38 -25
- package/dist/Components/NcActionRadio.cjs.map +1 -1
- package/dist/Components/NcActionRadio.mjs +38 -28
- package/dist/Components/NcActionRadio.mjs.map +1 -1
- package/dist/Components/NcActionRouter.cjs +24 -20
- package/dist/Components/NcActionRouter.cjs.map +1 -1
- package/dist/Components/NcActionRouter.mjs +24 -22
- package/dist/Components/NcActionRouter.mjs.map +1 -1
- package/dist/Components/NcActionSeparator.cjs +15 -12
- package/dist/Components/NcActionSeparator.cjs.map +1 -1
- package/dist/Components/NcActionSeparator.mjs +15 -13
- package/dist/Components/NcActionSeparator.mjs.map +1 -1
- package/dist/Components/NcActionText.cjs +20 -16
- package/dist/Components/NcActionText.cjs.map +1 -1
- package/dist/Components/NcActionText.mjs +20 -18
- package/dist/Components/NcActionText.mjs.map +1 -1
- package/dist/Components/NcActionTextEditable.cjs +40 -29
- package/dist/Components/NcActionTextEditable.cjs.map +1 -1
- package/dist/Components/NcActionTextEditable.mjs +40 -33
- package/dist/Components/NcActionTextEditable.mjs.map +1 -1
- package/dist/Components/NcActions.cjs +2 -2
- package/dist/Components/NcActions.mjs +2 -2
- package/dist/Components/NcAppContent.cjs +2 -2
- package/dist/Components/NcAppContent.mjs +2 -2
- package/dist/Components/NcAppContentDetails.cjs +14 -11
- package/dist/Components/NcAppContentDetails.cjs.map +1 -1
- package/dist/Components/NcAppContentDetails.mjs +14 -12
- package/dist/Components/NcAppContentDetails.mjs.map +1 -1
- package/dist/Components/NcAppContentList.cjs +16 -13
- package/dist/Components/NcAppContentList.cjs.map +1 -1
- package/dist/Components/NcAppContentList.mjs +16 -14
- package/dist/Components/NcAppContentList.mjs.map +1 -1
- package/dist/Components/NcAppNavigation.cjs +2 -2
- package/dist/Components/NcAppNavigation.mjs +2 -2
- package/dist/Components/NcAppNavigationCaption.cjs +2 -2
- package/dist/Components/NcAppNavigationCaption.mjs +2 -2
- package/dist/Components/NcAppNavigationIconBullet.cjs +24 -18
- package/dist/Components/NcAppNavigationIconBullet.cjs.map +1 -1
- package/dist/Components/NcAppNavigationIconBullet.mjs +24 -19
- package/dist/Components/NcAppNavigationIconBullet.mjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +2 -2
- package/dist/Components/NcAppNavigationItem.mjs +2 -2
- package/dist/Components/NcAppNavigationList.cjs +15 -12
- package/dist/Components/NcAppNavigationList.cjs.map +1 -1
- package/dist/Components/NcAppNavigationList.mjs +15 -13
- package/dist/Components/NcAppNavigationList.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.cjs +27 -23
- package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.mjs +27 -25
- package/dist/Components/NcAppNavigationNew.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +2 -2
- package/dist/Components/NcAppNavigationNewItem.mjs +2 -2
- package/dist/Components/NcAppNavigationSettings.cjs +2 -2
- package/dist/Components/NcAppNavigationSettings.mjs +2 -2
- package/dist/Components/NcAppNavigationSpacer.cjs +15 -12
- package/dist/Components/NcAppNavigationSpacer.cjs.map +1 -1
- package/dist/Components/NcAppNavigationSpacer.mjs +15 -13
- package/dist/Components/NcAppNavigationSpacer.mjs.map +1 -1
- package/dist/Components/NcAppNavigationToggle.cjs +4 -4
- package/dist/Components/NcAppNavigationToggle.mjs +3 -3
- package/dist/Components/NcAppSettingsDialog.cjs +2 -2
- package/dist/Components/NcAppSettingsDialog.mjs +2 -2
- package/dist/Components/NcAppSettingsSection.cjs +29 -24
- package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.mjs +29 -25
- package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +2 -2
- package/dist/Components/NcAppSidebar.mjs +2 -2
- package/dist/Components/NcAppSidebarTab.cjs +24 -18
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +24 -19
- package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
- package/dist/Components/NcAvatar.cjs +2 -2
- package/dist/Components/NcAvatar.mjs +2 -2
- package/dist/Components/NcBreadcrumb.cjs +2 -2
- package/dist/Components/NcBreadcrumb.mjs +2 -2
- package/dist/Components/NcBreadcrumbs.cjs +2 -2
- package/dist/Components/NcBreadcrumbs.mjs +2 -2
- package/dist/Components/NcButton.cjs +80 -59
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +80 -60
- package/dist/Components/NcButton.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +2 -2
- package/dist/Components/NcCheckboxRadioSwitch.mjs +2 -2
- package/dist/Components/NcColorPicker.cjs +2 -2
- package/dist/Components/NcColorPicker.mjs +2 -2
- package/dist/Components/NcContent.cjs +2 -2
- package/dist/Components/NcContent.mjs +2 -2
- package/dist/Components/NcCounterBubble.cjs +18 -15
- package/dist/Components/NcCounterBubble.cjs.map +1 -1
- package/dist/Components/NcCounterBubble.mjs +18 -16
- package/dist/Components/NcCounterBubble.mjs.map +1 -1
- package/dist/Components/NcDashboardWidget.cjs +2 -2
- package/dist/Components/NcDashboardWidget.mjs +2 -2
- package/dist/Components/NcDashboardWidgetItem.cjs +2 -2
- package/dist/Components/NcDashboardWidgetItem.mjs +2 -2
- package/dist/Components/NcDateTime.cjs +2 -2
- package/dist/Components/NcDateTime.mjs +2 -2
- package/dist/Components/NcDateTimePicker.cjs +142 -101
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +140 -108
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +72 -52
- package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +72 -54
- package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
- package/dist/Components/NcDialog.cjs +2 -2
- package/dist/Components/NcDialog.mjs +2 -2
- package/dist/Components/NcDialogButton.cjs +2 -2
- package/dist/Components/NcDialogButton.mjs +2 -2
- package/dist/Components/NcEllipsisedOption.cjs +35 -20
- package/dist/Components/NcEllipsisedOption.cjs.map +1 -1
- package/dist/Components/NcEllipsisedOption.mjs +35 -22
- package/dist/Components/NcEllipsisedOption.mjs.map +1 -1
- package/dist/Components/NcEmojiPicker.cjs +2 -2
- package/dist/Components/NcEmojiPicker.mjs +2 -2
- package/dist/Components/NcEmptyContent.cjs +22 -19
- package/dist/Components/NcEmptyContent.cjs.map +1 -1
- package/dist/Components/NcEmptyContent.mjs +22 -20
- package/dist/Components/NcEmptyContent.mjs.map +1 -1
- package/dist/Components/NcGuestContent.cjs +15 -12
- package/dist/Components/NcGuestContent.cjs.map +1 -1
- package/dist/Components/NcGuestContent.mjs +15 -13
- package/dist/Components/NcGuestContent.mjs.map +1 -1
- package/dist/Components/NcHeaderMenu.cjs +2 -2
- package/dist/Components/NcHeaderMenu.mjs +2 -2
- package/dist/Components/NcHighlight.cjs +2 -2
- package/dist/Components/NcHighlight.mjs +2 -2
- package/dist/Components/NcIconSvgWrapper.cjs +2 -2
- package/dist/Components/NcIconSvgWrapper.mjs +2 -2
- package/dist/Components/NcInputField.cjs +68 -52
- package/dist/Components/NcInputField.cjs.map +1 -1
- package/dist/Components/NcInputField.mjs +68 -57
- package/dist/Components/NcInputField.mjs.map +1 -1
- package/dist/Components/NcListItem.cjs +2 -2
- package/dist/Components/NcListItem.mjs +2 -2
- package/dist/Components/NcListItemIcon.cjs +2 -2
- package/dist/Components/NcListItemIcon.mjs +2 -2
- package/dist/Components/NcLoadingIcon.cjs +24 -16
- package/dist/Components/NcLoadingIcon.cjs.map +1 -1
- package/dist/Components/NcLoadingIcon.mjs +24 -17
- package/dist/Components/NcLoadingIcon.mjs.map +1 -1
- package/dist/Components/NcModal.cjs +257 -146
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +257 -156
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +80 -65
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +80 -66
- package/dist/Components/NcNoteCard.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +2 -2
- package/dist/Components/NcPasswordField.mjs +2 -2
- package/dist/Components/NcPopover.cjs +2 -2
- package/dist/Components/NcPopover.mjs +2 -2
- package/dist/Components/NcProgressBar.cjs +2 -2
- package/dist/Components/NcProgressBar.mjs +2 -2
- package/dist/Components/NcRelatedResourcesPanel.cjs +2 -2
- package/dist/Components/NcRelatedResourcesPanel.mjs +2 -2
- package/dist/Components/NcRichContenteditable.cjs +6 -5
- package/dist/Components/NcRichContenteditable.cjs.map +1 -1
- package/dist/Components/NcRichContenteditable.mjs +5 -5
- package/dist/Components/NcRichText.cjs +24 -22
- package/dist/Components/NcRichText.cjs.map +1 -1
- package/dist/Components/NcRichText.mjs +24 -24
- package/dist/Components/NcSavingIndicatorIcon.cjs +2 -2
- package/dist/Components/NcSavingIndicatorIcon.mjs +2 -2
- package/dist/Components/NcSelect.cjs +2 -2
- package/dist/Components/NcSelect.mjs +2 -2
- package/dist/Components/NcSelectTags.cjs +2 -2
- package/dist/Components/NcSelectTags.mjs +2 -2
- package/dist/Components/NcSettingsInputText.cjs +2 -2
- package/dist/Components/NcSettingsInputText.mjs +2 -2
- package/dist/Components/NcSettingsSection.cjs +2 -2
- package/dist/Components/NcSettingsSection.mjs +2 -2
- package/dist/Components/NcSettingsSelectGroup.cjs +4 -4
- package/dist/Components/NcSettingsSelectGroup.mjs +3 -3
- package/dist/Components/NcTextArea.cjs +51 -36
- package/dist/Components/NcTextArea.cjs.map +1 -1
- package/dist/Components/NcTextArea.mjs +51 -40
- package/dist/Components/NcTextArea.mjs.map +1 -1
- package/dist/Components/NcTextField.cjs +2 -2
- package/dist/Components/NcTextField.mjs +2 -2
- package/dist/Components/NcTimezonePicker.cjs +2 -2
- package/dist/Components/NcTimezonePicker.mjs +2 -2
- package/dist/Components/NcUserBubble.cjs +2 -2
- package/dist/Components/NcUserBubble.mjs +2 -2
- package/dist/Components/NcUserStatusIcon.cjs +2 -2
- package/dist/Components/NcUserStatusIcon.mjs +2 -2
- package/dist/Components/NcVNodes.cjs +15 -12
- package/dist/Components/NcVNodes.cjs.map +1 -1
- package/dist/Components/NcVNodes.mjs +15 -13
- package/dist/Components/NcVNodes.mjs.map +1 -1
- package/dist/Composables/useIsFullscreen.cjs +9 -8
- package/dist/Composables/useIsFullscreen.cjs.map +1 -1
- package/dist/Composables/useIsFullscreen.mjs +9 -8
- package/dist/Composables/useIsFullscreen.mjs.map +1 -1
- package/dist/Composables/useIsMobile.cjs +19 -14
- package/dist/Composables/useIsMobile.cjs.map +1 -1
- package/dist/Composables/useIsMobile.mjs +19 -14
- package/dist/Composables/useIsMobile.mjs.map +1 -1
- package/dist/Directives/Focus.cjs +6 -6
- package/dist/Directives/Focus.cjs.map +1 -1
- package/dist/Directives/Focus.mjs +5 -5
- package/dist/Directives/Focus.mjs.map +1 -1
- package/dist/Directives/Linkify.cjs +9 -6
- package/dist/Directives/Linkify.cjs.map +1 -1
- package/dist/Directives/Linkify.mjs +8 -6
- package/dist/Directives/Linkify.mjs.map +1 -1
- package/dist/Directives/Tooltip.cjs +11 -11
- package/dist/Directives/Tooltip.cjs.map +1 -1
- package/dist/Directives/Tooltip.mjs +9 -9
- package/dist/Directives/Tooltip.mjs.map +1 -1
- package/dist/Functions/a11y.cjs +33 -0
- package/dist/Functions/a11y.cjs.map +1 -0
- package/dist/Functions/a11y.mjs +33 -0
- package/dist/Functions/a11y.mjs.map +1 -0
- package/dist/Functions/emoji.cjs +8 -0
- package/dist/Functions/emoji.cjs.map +1 -0
- package/dist/Functions/emoji.mjs +8 -0
- package/dist/Functions/emoji.mjs.map +1 -0
- package/dist/Functions/reference.cjs +16 -15
- package/dist/Functions/reference.cjs.map +1 -1
- package/dist/Functions/reference.mjs +16 -16
- package/dist/Functions/registerReference.cjs +11 -11
- package/dist/Functions/registerReference.mjs +10 -10
- package/dist/Functions/usernameToColor.cjs +2 -2
- package/dist/Functions/usernameToColor.mjs +2 -2
- package/dist/Mixins/clickOutsideOptions.cjs +4 -3
- package/dist/Mixins/clickOutsideOptions.cjs.map +1 -1
- package/dist/Mixins/clickOutsideOptions.mjs +4 -3
- package/dist/Mixins/clickOutsideOptions.mjs.map +1 -1
- package/dist/Mixins/isFullscreen.cjs +4 -4
- package/dist/Mixins/isFullscreen.cjs.map +1 -1
- package/dist/Mixins/isFullscreen.mjs +4 -4
- package/dist/Mixins/isFullscreen.mjs.map +1 -1
- package/dist/Mixins/isMobile.cjs +4 -4
- package/dist/Mixins/isMobile.cjs.map +1 -1
- package/dist/Mixins/isMobile.mjs +4 -4
- package/dist/Mixins/isMobile.mjs.map +1 -1
- package/dist/Mixins/richEditor.cjs +6 -6
- package/dist/Mixins/richEditor.mjs +5 -5
- package/dist/assets/{NcActionButton-Cs5kVVAD.css → NcActionButton-D08gPtwM.css} +27 -22
- package/dist/assets/{NcActionButtonGroup-ChehtUip.css → NcActionButtonGroup-CvloX35s.css} +5 -4
- package/dist/assets/{NcActionCaption-Bp8mrIk7.css → NcActionCaption-sfcjBZnu.css} +4 -2
- package/dist/assets/{NcActionCheckbox-Do--WvUT.css → NcActionCheckbox-DTlI7y7p.css} +13 -9
- package/dist/assets/{NcActionInput-8F2WF3yH.css → NcActionInput-B8l22cnm.css} +44 -16
- package/dist/assets/{NcActionLink-DN3NCDC0.css → NcActionLink-ufhOZDI9.css} +19 -16
- package/dist/assets/{NcActionRadio-B46v1Kn4.css → NcActionRadio-syUIsm9B.css} +13 -9
- package/dist/assets/{NcActionRouter-wVMPq1gi.css → NcActionRouter-BbTCI4sn.css} +12 -10
- package/dist/assets/{NcActionSeparator-CX3zFZuI.css → NcActionSeparator-CB59y4di.css} +4 -1
- package/dist/assets/{NcActionText-YljCzD9Q.css → NcActionText-Ceh88fy8.css} +12 -10
- package/dist/assets/{NcActionTextEditable-mti5YQN1.css → NcActionTextEditable-BoxziChR.css} +52 -24
- package/dist/assets/{NcActions-CiiQkX9v.css → NcActions-N_Y6Nzew.css} +40 -13
- package/dist/assets/{NcAppContent-aWiDWWeq.css → NcAppContent-C08OMmgh.css} +42 -17
- package/dist/assets/{NcAppNavigation-wkQJnaLW.css → NcAppNavigation-DlFgsfe2.css} +44 -11
- package/dist/assets/{NcAppNavigationCaption-jV1y8HQ1.css → NcAppNavigationCaption-DnApJ5OW.css} +13 -9
- package/dist/assets/{NcAppNavigationIconBullet-1_cBEwu8.css → NcAppNavigationIconBullet-B8q3pUL5.css} +5 -2
- package/dist/assets/{NcAppNavigationItem-hYyNqvah.css → NcAppNavigationItem-OJEHVyVk.css} +70 -48
- package/dist/assets/{NcAppNavigationList-CUnaMQQD.css → NcAppNavigationList-DnIxrbVX.css} +4 -1
- package/dist/assets/{NcAppNavigationNew-COjJ3vwU.css → NcAppNavigationNew-BPZ1O8Xm.css} +6 -1
- package/dist/assets/{NcAppNavigationNewItem-C574fgtB.css → NcAppNavigationNewItem-DF3nldsK.css} +26 -28
- package/dist/assets/{NcAppNavigationSettings-nH_pGlKc.css → NcAppNavigationSettings-BCkvRAy8.css} +11 -6
- package/dist/assets/{NcAppNavigationSpacer-C5p-33VT.css → NcAppNavigationSpacer-Cb4q1zb5.css} +4 -2
- package/dist/assets/{NcAppNavigationToggle-De8wq0JA.css → NcAppNavigationToggle-0yhQ9xse.css} +4 -1
- package/dist/assets/{NcAppSettingsDialog-DR46jcRG.css → NcAppSettingsDialog-CajWZJNV.css} +7 -5
- package/dist/assets/{NcAppSettingsSection-BqF92GLH.css → NcAppSettingsSection-BDvzWKkd.css} +5 -2
- package/dist/assets/{NcAppSidebar-DlVjDHcd.css → NcAppSidebar-DixS4RLm.css} +149 -53
- package/dist/assets/{NcAppSidebarTab-XLBsrGqg.css → NcAppSidebarTab-CBFET-hQ.css} +5 -2
- package/dist/assets/{NcAvatar-BozWHt1s.css → NcAvatar-C2EFGp-3.css} +30 -31
- package/dist/assets/{NcBreadcrumb-eyloXKCC.css → NcBreadcrumb-AES5eSWo.css} +8 -6
- package/dist/assets/{NcBreadcrumbs-E-TglkuV.css → NcBreadcrumbs-tYrp1DVs.css} +5 -3
- package/dist/assets/{NcButton-DhaPcomf.css → NcButton-DZS360ia.css} +56 -56
- package/dist/assets/{NcCheckboxRadioSwitch-CaAqi0Jt.css → NcCheckboxRadioSwitch-DArK1Q95.css} +76 -53
- package/dist/assets/{NcColorPicker-CNboc7FY.css → NcColorPicker-CzKZjMxY.css} +38 -33
- package/dist/assets/{NcContent-tZHbeX2L.css → NcContent-Cuv2HvFH.css} +29 -3
- package/dist/assets/{NcCounterBubble-CuCSao3j.css → NcCounterBubble-CWi_P1Tb.css} +6 -3
- package/dist/assets/{NcDashboardWidget-DTV15Fb1.css → NcDashboardWidget-CGOA8X60.css} +7 -3
- package/dist/assets/{NcDashboardWidgetItem-4v77FH89.css → NcDashboardWidgetItem-BevETFRF.css} +18 -3
- package/dist/assets/{NcDateTimePicker-q_BLnhHU.css → NcDateTimePicker-3FfsWOh0.css} +144 -163
- package/dist/assets/{NcDateTimePickerNative-DnLJu29_.css → NcDateTimePickerNative-CV_VuzvQ.css} +7 -4
- package/dist/assets/{NcDialog-DEKSpcnR.css → NcDialog-DFMxsFp5.css} +53 -20
- package/dist/assets/{NcEllipsisedOption-B6gjXSS9.css → NcEllipsisedOption-ClDzkIX6.css} +7 -6
- package/dist/assets/{NcEmojiPicker-B-4WNYcx.css → NcEmojiPicker-XL3oUsqE.css} +79 -50
- package/dist/assets/{NcEmptyContent-ClLPsXo5.css → NcEmptyContent-BY1-Gge4.css} +16 -12
- package/dist/assets/{NcGuestContent-CYYZPMjb.css → NcGuestContent-CeRLfUEi.css} +28 -1
- package/dist/assets/{NcHeaderMenu-BKufmJd0.css → NcHeaderMenu-N5y8yFGd.css} +7 -7
- package/dist/assets/{NcIconSvgWrapper-oui2KPBT.css → NcIconSvgWrapper-DF9sBD2g.css} +12 -9
- package/dist/assets/{NcInputConfirmCancel-CSzzPx0i.css → NcInputConfirmCancel-UcHrm0al.css} +7 -5
- package/dist/assets/{NcInputField-vYuV3-IY.css → NcInputField-CXoTqF9T.css} +16 -33
- package/dist/assets/{NcListItem-BIFTbr17.css → NcListItem-DMYcn1cc.css} +11 -21
- package/dist/assets/{NcListItemIcon-9Dazpmpd.css → NcListItemIcon-CuPMgXoB.css} +17 -19
- package/dist/assets/{NcLoadingIcon-CFmftMkz.css → NcLoadingIcon-gxK0ujO0.css} +5 -2
- package/dist/assets/{NcMentionBubble-7PQ8wEko.css → NcMentionBubble-DmzU72Mw.css} +5 -2
- package/dist/assets/{NcModal-CwgrmxSg.css → NcModal-Cof88czY.css} +42 -38
- package/dist/assets/{NcNoteCard-B_Q1mnCM.css → NcNoteCard-e7-Bxio8.css} +10 -6
- package/dist/assets/{NcPopover-wrgZy49g.css → NcPopover-BwI1hPzy.css} +4 -1
- package/dist/assets/{NcProgressBar-DDj4bmBB.css → NcProgressBar-D5VftcJm.css} +4 -1
- package/dist/assets/{NcRelatedResourcesPanel-D6K7OQFJ.css → NcRelatedResourcesPanel-BrXxbjgR.css} +60 -8
- package/dist/assets/{NcRichContenteditable-BQ2-fqnd.css → NcRichContenteditable-C-eZyVQM.css} +60 -22
- package/dist/assets/NcRichText-Cdp_2wEm.css +240 -0
- package/dist/assets/{NcSelect-4aBmXHhA.css → NcSelect-Fmyu7qyl.css} +34 -13
- package/dist/assets/{NcSettingsInputText-w-LprdjK.css → NcSettingsInputText-CU65Coab.css} +4 -1
- package/dist/assets/{NcSettingsSection-8RabR54v.css → NcSettingsSection-TX28tYCG.css} +16 -14
- package/dist/assets/{NcSettingsSelectGroup-D8mlvzIT.css → NcSettingsSelectGroup-CPauLI-o.css} +4 -1
- package/dist/assets/{NcTextArea-DitXCroY.css → NcTextArea-XCi8a16Y.css} +13 -28
- package/dist/assets/{NcUserBubble-COPMjmKa.css → NcUserBubble-D5ieZC-f.css} +7 -4
- package/dist/assets/{NcUserStatusIcon-Dra7jf_o.css → NcUserStatusIcon-BcLArDqV.css} +4 -1
- package/dist/assets/{Tooltip-DA4si7PR.css → Tooltip-jHgt4m-W.css} +19 -3
- package/dist/assets/referencePickerModal-BaGbKZky.css +539 -0
- package/dist/chunks/AlertCircleOutline-BzttElgq.mjs +39 -0
- package/dist/chunks/{AlertCircleOutline-DHFN4OkX.cjs.map → AlertCircleOutline-BzttElgq.mjs.map} +1 -1
- package/dist/chunks/AlertCircleOutline-Cb0gAiDw.cjs +38 -0
- package/dist/chunks/{AlertCircleOutline-U_bhL30C.mjs.map → AlertCircleOutline-Cb0gAiDw.cjs.map} +1 -1
- package/dist/chunks/ArrowLeft-B9iGweTd.mjs +39 -0
- package/dist/chunks/{ArrowLeft-CjNnGIlF.cjs.map → ArrowLeft-B9iGweTd.mjs.map} +1 -1
- package/dist/chunks/ArrowLeft-BhNmMdMz.cjs +38 -0
- package/dist/chunks/{ArrowLeft-kklNBL9z.mjs.map → ArrowLeft-BhNmMdMz.cjs.map} +1 -1
- package/dist/chunks/ArrowRight-Clf455e1.mjs +39 -0
- package/dist/chunks/{ArrowRight-CxzzJJQ6.cjs.map → ArrowRight-Clf455e1.mjs.map} +1 -1
- package/dist/chunks/ArrowRight-DaYrccVG.cjs +38 -0
- package/dist/chunks/{ArrowRight-C3BxTDjF.mjs.map → ArrowRight-DaYrccVG.cjs.map} +1 -1
- package/dist/chunks/Check-DZc7keoa.cjs +38 -0
- package/dist/chunks/{Check-CVn5nytg.cjs.map → Check-DZc7keoa.cjs.map} +1 -1
- package/dist/chunks/Check-PawIlCwa.mjs +39 -0
- package/dist/chunks/{Check-CRLmJNGG.mjs.map → Check-PawIlCwa.mjs.map} +1 -1
- package/dist/chunks/ChevronDown-CF9m1o8_.cjs +38 -0
- package/dist/chunks/{ChevronDown-DQPox_nl.cjs.map → ChevronDown-CF9m1o8_.cjs.map} +1 -1
- package/dist/chunks/ChevronDown-PedEroXo.mjs +39 -0
- package/dist/chunks/{ChevronDown-HHJdUMN4.mjs.map → ChevronDown-PedEroXo.mjs.map} +1 -1
- package/dist/chunks/ChevronRight-BNa7yMja.mjs +39 -0
- package/dist/chunks/{ChevronRight-BAJhNawb.cjs.map → ChevronRight-BNa7yMja.mjs.map} +1 -1
- package/dist/chunks/ChevronRight-DVw6mR11.cjs +38 -0
- package/dist/chunks/{ChevronRight-DL3e8bjj.mjs.map → ChevronRight-DVw6mR11.cjs.map} +1 -1
- package/dist/chunks/ChevronUp-CTOKWYlC.cjs +38 -0
- package/dist/chunks/{ChevronUp-kmHRpe7H.cjs.map → ChevronUp-CTOKWYlC.cjs.map} +1 -1
- package/dist/chunks/ChevronUp-DGLTg_nO.mjs +39 -0
- package/dist/chunks/{ChevronUp-B6TIgl1a.mjs.map → ChevronUp-DGLTg_nO.mjs.map} +1 -1
- package/dist/chunks/Close-1V1F2F-M.mjs +39 -0
- package/dist/chunks/{Close-DBfrdXMw.cjs.map → Close-1V1F2F-M.mjs.map} +1 -1
- package/dist/chunks/Close-C2VrgKj3.cjs +38 -0
- package/dist/chunks/{Close-BtO5TPBO.mjs.map → Close-C2VrgKj3.cjs.map} +1 -1
- package/dist/chunks/DotsHorizontal-C0STD_HU.mjs +39 -0
- package/dist/chunks/{DotsHorizontal-B8kTqpHe.cjs.map → DotsHorizontal-C0STD_HU.mjs.map} +1 -1
- package/dist/chunks/DotsHorizontal-Cjw3-45t.cjs +38 -0
- package/dist/chunks/{DotsHorizontal-DfVgEXgz.mjs.map → DotsHorizontal-Cjw3-45t.cjs.map} +1 -1
- package/dist/chunks/GenColors-CAUl-IDP.cjs +160 -0
- package/dist/chunks/{GenColors-Dceu3ds2.mjs.map → GenColors-CAUl-IDP.cjs.map} +1 -1
- package/dist/chunks/{GenColors-Dceu3ds2.mjs → GenColors-DcjtQMk3.mjs} +69 -50
- package/dist/chunks/{GenColors-hkqGpnOK.cjs.map → GenColors-DcjtQMk3.mjs.map} +1 -1
- package/dist/chunks/{GenRandomId-BW3iYFf9.mjs → GenRandomId-CXkjMlAT.mjs} +4 -2
- package/dist/chunks/{GenRandomId-BW3iYFf9.mjs.map → GenRandomId-CXkjMlAT.mjs.map} +1 -1
- package/dist/chunks/{GenRandomId-B2O1GMbH.cjs → GenRandomId-kBCcgMJd.cjs} +4 -2
- package/dist/chunks/{GenRandomId-B2O1GMbH.cjs.map → GenRandomId-kBCcgMJd.cjs.map} +1 -1
- package/dist/chunks/{Linkify-BaDLLFxP.mjs → Linkify-BBPJHBma.mjs} +12 -10
- package/dist/chunks/{Linkify-Dola0NBa.cjs.map → Linkify-BBPJHBma.mjs.map} +1 -1
- package/dist/chunks/{Linkify-Dola0NBa.cjs → Linkify-CIO279AG.cjs} +14 -10
- package/dist/chunks/{Linkify-BaDLLFxP.mjs.map → Linkify-CIO279AG.cjs.map} +1 -1
- package/dist/chunks/NcActionButtonGroup-D650-6zv.mjs +53 -0
- package/dist/chunks/{NcActionButtonGroup-DU1taycQ.mjs.map → NcActionButtonGroup-D650-6zv.mjs.map} +1 -1
- package/dist/chunks/NcActionButtonGroup-D7hycpXY.cjs +52 -0
- package/dist/chunks/{NcActionButtonGroup-B1XhnIBl.cjs.map → NcActionButtonGroup-D7hycpXY.cjs.map} +1 -1
- package/dist/chunks/NcActionInput-BqG7gSLn.mjs +254 -0
- package/dist/chunks/{NcActionInput-53RB9uQe.mjs.map → NcActionInput-BqG7gSLn.mjs.map} +1 -1
- package/dist/chunks/NcActionInput-CHucaM0V.cjs +253 -0
- package/dist/chunks/{NcActionInput-N2wrvq5K.cjs.map → NcActionInput-CHucaM0V.cjs.map} +1 -1
- package/dist/chunks/NcActions-CocYka0Y.mjs +845 -0
- package/dist/chunks/NcActions-CocYka0Y.mjs.map +1 -0
- package/dist/chunks/NcActions-JX6wbAVA.cjs +846 -0
- package/dist/chunks/NcActions-JX6wbAVA.cjs.map +1 -0
- package/dist/chunks/NcAppContent-CkO1Y93z.cjs +303 -0
- package/dist/chunks/{NcAppContent-BDhK1rUf.mjs.map → NcAppContent-CkO1Y93z.cjs.map} +1 -1
- package/dist/chunks/NcAppContent-wlhVbyg0.mjs +304 -0
- package/dist/chunks/{NcAppContent-Be1m1O_W.cjs.map → NcAppContent-wlhVbyg0.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigation-BKiDVBw7.mjs +142 -0
- package/dist/chunks/{NcAppNavigation-DKUnWfen.cjs.map → NcAppNavigation-BKiDVBw7.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigation-Du3J8BTm.cjs +143 -0
- package/dist/chunks/{NcAppNavigation-CElLRpH-.mjs.map → NcAppNavigation-Du3J8BTm.cjs.map} +1 -1
- package/dist/chunks/NcAppNavigationCaption-BoN0P7tD.cjs +78 -0
- package/dist/chunks/NcAppNavigationCaption-BoN0P7tD.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationCaption-CKTQZ_u_.mjs +79 -0
- package/dist/chunks/NcAppNavigationCaption-CKTQZ_u_.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationItem-D_lh17am.cjs +521 -0
- package/dist/chunks/NcAppNavigationItem-D_lh17am.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationItem-qe8jnLow.mjs +522 -0
- package/dist/chunks/NcAppNavigationItem-qe8jnLow.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationNewItem-B107Beoc.mjs +98 -0
- package/dist/chunks/{NcAppNavigationNewItem-CN3vYnc_.mjs.map → NcAppNavigationNewItem-B107Beoc.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigationNewItem-DyxVXE5t.cjs +97 -0
- package/dist/chunks/{NcAppNavigationNewItem-5B4-U2NI.cjs.map → NcAppNavigationNewItem-DyxVXE5t.cjs.map} +1 -1
- package/dist/chunks/NcAppNavigationSettings-CmP_tXFm.cjs +110 -0
- package/dist/chunks/{NcAppNavigationSettings-LmpAoM-x.mjs.map → NcAppNavigationSettings-CmP_tXFm.cjs.map} +1 -1
- package/dist/chunks/NcAppNavigationSettings-DZ1-Sbdz.mjs +111 -0
- package/dist/chunks/{NcAppNavigationSettings-Cnr4jYzW.cjs.map → NcAppNavigationSettings-DZ1-Sbdz.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigationToggle-hmEUqxbP.cjs +129 -0
- package/dist/chunks/{NcAppNavigationToggle-D0oeWL17.mjs.map → NcAppNavigationToggle-hmEUqxbP.cjs.map} +1 -1
- package/dist/chunks/NcAppNavigationToggle-zCGgvNDT.mjs +130 -0
- package/dist/chunks/{NcAppNavigationToggle-B5XmO21v.cjs.map → NcAppNavigationToggle-zCGgvNDT.mjs.map} +1 -1
- package/dist/chunks/NcAppSettingsDialog-D9cNYQ8b.mjs +230 -0
- package/dist/chunks/{NcAppSettingsDialog-BLOgrVCz.mjs.map → NcAppSettingsDialog-D9cNYQ8b.mjs.map} +1 -1
- package/dist/chunks/NcAppSettingsDialog-YqNhco1P.cjs +232 -0
- package/dist/chunks/{NcAppSettingsDialog-B6crPJ6a.cjs.map → NcAppSettingsDialog-YqNhco1P.cjs.map} +1 -1
- package/dist/chunks/NcAppSidebar-CQWODfsy.mjs +792 -0
- package/dist/chunks/NcAppSidebar-CQWODfsy.mjs.map +1 -0
- package/dist/chunks/NcAppSidebar-J15zHyfq.cjs +791 -0
- package/dist/chunks/NcAppSidebar-J15zHyfq.cjs.map +1 -0
- package/dist/chunks/NcAvatar-CX3OX2C4.mjs +594 -0
- package/dist/chunks/NcAvatar-CX3OX2C4.mjs.map +1 -0
- package/dist/chunks/NcAvatar-CYzikYku.cjs +595 -0
- package/dist/chunks/NcAvatar-CYzikYku.cjs.map +1 -0
- package/dist/chunks/NcBreadcrumb-DytGDsr8.mjs +206 -0
- package/dist/chunks/{NcBreadcrumb-BxCf2hEA.mjs.map → NcBreadcrumb-DytGDsr8.mjs.map} +1 -1
- package/dist/chunks/NcBreadcrumb-jMJw2OQJ.cjs +205 -0
- package/dist/chunks/{NcBreadcrumb-BRpLGeLr.cjs.map → NcBreadcrumb-jMJw2OQJ.cjs.map} +1 -1
- package/dist/chunks/NcBreadcrumbs-BqFPBZ-h.mjs +525 -0
- package/dist/chunks/{NcBreadcrumbs-BmK-6Q-n.mjs.map → NcBreadcrumbs-BqFPBZ-h.mjs.map} +1 -1
- package/dist/chunks/NcBreadcrumbs-CzObAKB-.cjs +527 -0
- package/dist/chunks/{NcBreadcrumbs-BKPXzHC1.cjs.map → NcBreadcrumbs-CzObAKB-.cjs.map} +1 -1
- package/dist/chunks/NcCheckboxRadioSwitch-CIHl8lnP.cjs +685 -0
- package/dist/chunks/NcCheckboxRadioSwitch-CIHl8lnP.cjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-CpupDtee.mjs +686 -0
- package/dist/chunks/NcCheckboxRadioSwitch-CpupDtee.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_6d6e6a47_lang-CAFQAKcK.mjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_6d6e6a47_lang-CAFQAKcK.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_6d6e6a47_lang-D2wGnjg7.cjs +4 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_6d6e6a47_lang-D2wGnjg7.cjs.map +1 -0
- package/dist/chunks/NcColorPicker-BEs2B-HB.mjs +191 -0
- package/dist/chunks/NcColorPicker-BEs2B-HB.mjs.map +1 -0
- package/dist/chunks/NcColorPicker-KrvDMhej.cjs +190 -0
- package/dist/chunks/NcColorPicker-KrvDMhej.cjs.map +1 -0
- package/dist/chunks/NcContent-CcrNrpVC.mjs +104 -0
- package/dist/chunks/{NcContent-BPA0KfuT.mjs.map → NcContent-CcrNrpVC.mjs.map} +1 -1
- package/dist/chunks/NcContent-DChC6Khv.cjs +103 -0
- package/dist/chunks/{NcContent-DbFAEdX_.cjs.map → NcContent-DChC6Khv.cjs.map} +1 -1
- package/dist/chunks/NcDashboardWidget-BvNtltPU.cjs +147 -0
- package/dist/chunks/{NcDashboardWidget-2-nW7dII.mjs.map → NcDashboardWidget-BvNtltPU.cjs.map} +1 -1
- package/dist/chunks/NcDashboardWidget-Da715DSB.mjs +148 -0
- package/dist/chunks/{NcDashboardWidget-auMQiAFt.cjs.map → NcDashboardWidget-Da715DSB.mjs.map} +1 -1
- package/dist/chunks/NcDashboardWidgetItem-BkJTg3kj.mjs +151 -0
- package/dist/chunks/{NcDashboardWidgetItem-D2yoF9Oo.mjs.map → NcDashboardWidgetItem-BkJTg3kj.mjs.map} +1 -1
- package/dist/chunks/NcDashboardWidgetItem-CKv_fb-1.cjs +150 -0
- package/dist/chunks/{NcDashboardWidgetItem-xqVAP32n.cjs.map → NcDashboardWidgetItem-CKv_fb-1.cjs.map} +1 -1
- package/dist/chunks/NcDateTime-CpJDGhl7.mjs +181 -0
- package/dist/chunks/NcDateTime-CpJDGhl7.mjs.map +1 -0
- package/dist/chunks/NcDateTime-Cy5Bp0d2.cjs +180 -0
- package/dist/chunks/NcDateTime-Cy5Bp0d2.cjs.map +1 -0
- package/dist/chunks/NcDialog-B3ZaXnpn.mjs +235 -0
- package/dist/chunks/{NcDialog-C_1rhUHk.mjs.map → NcDialog-B3ZaXnpn.mjs.map} +1 -1
- package/dist/chunks/NcDialog-C7KRNdTc.cjs +234 -0
- package/dist/chunks/{NcDialog-Ciz0hlFn.cjs.map → NcDialog-C7KRNdTc.cjs.map} +1 -1
- package/dist/chunks/NcDialogButton-BV3Kf9U7.mjs +79 -0
- package/dist/chunks/{NcDialogButton-DQFoaN7q.mjs.map → NcDialogButton-BV3Kf9U7.mjs.map} +1 -1
- package/dist/chunks/NcDialogButton-CLWLvwpm.cjs +78 -0
- package/dist/chunks/{NcDialogButton-D7ibBxsQ.cjs.map → NcDialogButton-CLWLvwpm.cjs.map} +1 -1
- package/dist/chunks/NcEmojiPicker-LFuZ15M5.cjs +285 -0
- package/dist/chunks/{NcEmojiPicker-S2pfwxlK.cjs.map → NcEmojiPicker-LFuZ15M5.cjs.map} +1 -1
- package/dist/chunks/NcEmojiPicker-SqbRSwu2.mjs +284 -0
- package/dist/chunks/{NcEmojiPicker-Cie30NYK.mjs.map → NcEmojiPicker-SqbRSwu2.mjs.map} +1 -1
- package/dist/chunks/NcHeaderMenu-2n5GDt37.mjs +226 -0
- package/dist/chunks/{NcHeaderMenu-DOGXti7v.mjs.map → NcHeaderMenu-2n5GDt37.mjs.map} +1 -1
- package/dist/chunks/NcHeaderMenu-830tFszI.cjs +225 -0
- package/dist/chunks/{NcHeaderMenu-58OTmM-5.cjs.map → NcHeaderMenu-830tFszI.cjs.map} +1 -1
- package/dist/chunks/NcIconSvgWrapper-KWEbPRC9.mjs +101 -0
- package/dist/chunks/{NcIconSvgWrapper-kIn1eQyv.cjs.map → NcIconSvgWrapper-KWEbPRC9.mjs.map} +1 -1
- package/dist/chunks/NcIconSvgWrapper-O61kZVNp.cjs +103 -0
- package/dist/chunks/{NcIconSvgWrapper-BTdzvQGV.mjs.map → NcIconSvgWrapper-O61kZVNp.cjs.map} +1 -1
- package/dist/chunks/NcInputConfirmCancel-CJ7nPGEd.cjs +112 -0
- package/dist/chunks/{NcInputConfirmCancel-DVmY85-V.cjs.map → NcInputConfirmCancel-CJ7nPGEd.cjs.map} +1 -1
- package/dist/chunks/NcInputConfirmCancel-XXXgXoSw.mjs +113 -0
- package/dist/chunks/{NcInputConfirmCancel-Nn_JgG9d.mjs.map → NcInputConfirmCancel-XXXgXoSw.mjs.map} +1 -1
- package/dist/chunks/NcListItem-CxpC4EKk.cjs +275 -0
- package/dist/chunks/{NcListItem-BopkGRDs.mjs.map → NcListItem-CxpC4EKk.cjs.map} +1 -1
- package/dist/chunks/NcListItem-DrTIia88.mjs +276 -0
- package/dist/chunks/{NcListItem-B_MPLJ_8.cjs.map → NcListItem-DrTIia88.mjs.map} +1 -1
- package/dist/chunks/NcListItemIcon-44A7fm62.cjs +175 -0
- package/dist/chunks/NcListItemIcon-44A7fm62.cjs.map +1 -0
- package/dist/chunks/NcListItemIcon-CTTJYWzN.mjs +176 -0
- package/dist/chunks/NcListItemIcon-CTTJYWzN.mjs.map +1 -0
- package/dist/chunks/NcPasswordField-DN-kdAfl.cjs +256 -0
- package/dist/chunks/{NcPasswordField-BgSp7dK4.mjs.map → NcPasswordField-DN-kdAfl.cjs.map} +1 -1
- package/dist/chunks/NcPasswordField-Z6BCKScy.mjs +254 -0
- package/dist/chunks/{NcPasswordField-BooDzf0Z.cjs.map → NcPasswordField-Z6BCKScy.mjs.map} +1 -1
- package/dist/chunks/NcPopover-BS1bBSkg.cjs +268 -0
- package/dist/chunks/{NcPopover--V3R3EKV.mjs.map → NcPopover-BS1bBSkg.cjs.map} +1 -1
- package/dist/chunks/NcPopover-foxJPAfG.mjs +267 -0
- package/dist/chunks/{NcPopover-h-t7Dnjk.cjs.map → NcPopover-foxJPAfG.mjs.map} +1 -1
- package/dist/chunks/NcProgressBar-BafFcKiu.mjs +117 -0
- package/dist/chunks/{NcProgressBar-BYk5hfPI.cjs.map → NcProgressBar-BafFcKiu.mjs.map} +1 -1
- package/dist/chunks/NcProgressBar-mFqoqB4L.cjs +116 -0
- package/dist/chunks/{NcProgressBar-DDAeXyp8.mjs.map → NcProgressBar-mFqoqB4L.cjs.map} +1 -1
- package/dist/chunks/NcRelatedResourcesPanel-D3QlWSNc.mjs +438 -0
- package/dist/chunks/{NcRelatedResourcesPanel-DaiuNCYU.cjs.map → NcRelatedResourcesPanel-D3QlWSNc.mjs.map} +1 -1
- package/dist/chunks/NcRelatedResourcesPanel-Dcm2wvfd.cjs +439 -0
- package/dist/chunks/{NcRelatedResourcesPanel-Ch1b_Gl3.mjs.map → NcRelatedResourcesPanel-Dcm2wvfd.cjs.map} +1 -1
- package/dist/chunks/NcRichContenteditable-BB-qsHEm.mjs +797 -0
- package/dist/chunks/{NcRichContenteditable-CEqdmoem.mjs.map → NcRichContenteditable-BB-qsHEm.mjs.map} +1 -1
- package/dist/chunks/NcRichContenteditable-DljQv8gw.cjs +800 -0
- package/dist/chunks/{NcRichContenteditable-BF3BkdqM.cjs.map → NcRichContenteditable-DljQv8gw.cjs.map} +1 -1
- package/dist/chunks/NcRichText-BDVKgmY5.cjs +419 -0
- package/dist/chunks/{NcRichText-DCkExl5g.cjs.map → NcRichText-BDVKgmY5.cjs.map} +1 -1
- package/dist/chunks/NcRichText-BT4VjvXi.mjs +412 -0
- package/dist/chunks/{NcRichText-CUKFkHQg.mjs.map → NcRichText-BT4VjvXi.mjs.map} +1 -1
- package/dist/chunks/NcSavingIndicatorIcon-Bhy7wcoT.mjs +65 -0
- package/dist/chunks/{NcSavingIndicatorIcon-Bf0SEmgS.mjs.map → NcSavingIndicatorIcon-Bhy7wcoT.mjs.map} +1 -1
- package/dist/chunks/NcSavingIndicatorIcon-BzKAIkhk.cjs +64 -0
- package/dist/chunks/{NcSavingIndicatorIcon-BTvUkUn-.cjs.map → NcSavingIndicatorIcon-BzKAIkhk.cjs.map} +1 -1
- package/dist/chunks/{NcSelect-Bo71Yd6L.mjs → NcSelect-CNm4fmR6.mjs} +159 -121
- package/dist/chunks/{NcSelect-Bn3oTHtq.cjs.map → NcSelect-CNm4fmR6.mjs.map} +1 -1
- package/dist/chunks/{NcSelect-Bn3oTHtq.cjs → NcSelect-DckQCxxX.cjs} +161 -111
- package/dist/chunks/{NcSelect-Bo71Yd6L.mjs.map → NcSelect-DckQCxxX.cjs.map} +1 -1
- package/dist/chunks/NcSelectTags-CnkBJ3vP.cjs +303 -0
- package/dist/chunks/{NcSelectTags-CgYWiDjX.cjs.map → NcSelectTags-CnkBJ3vP.cjs.map} +1 -1
- package/dist/chunks/NcSelectTags-nCqLANFH.mjs +302 -0
- package/dist/chunks/{NcSelectTags-9aCrLRT0.mjs.map → NcSelectTags-nCqLANFH.mjs.map} +1 -1
- package/dist/chunks/NcSettingsInputText-D-S5LBmN.mjs +102 -0
- package/dist/chunks/{NcSettingsInputText-JboV8u2l.mjs.map → NcSettingsInputText-D-S5LBmN.mjs.map} +1 -1
- package/dist/chunks/NcSettingsInputText-Dd3wEwGy.cjs +101 -0
- package/dist/chunks/{NcSettingsInputText-1i2TqdMB.cjs.map → NcSettingsInputText-Dd3wEwGy.cjs.map} +1 -1
- package/dist/chunks/NcSettingsSection-B0-LmypW.mjs +112 -0
- package/dist/chunks/NcSettingsSection-B0-LmypW.mjs.map +1 -0
- package/dist/chunks/NcSettingsSection-ayl3nvdL.cjs +111 -0
- package/dist/chunks/NcSettingsSection-ayl3nvdL.cjs.map +1 -0
- package/dist/chunks/NcSettingsSelectGroup-C51Km4wj.mjs +211 -0
- package/dist/chunks/{NcSettingsSelectGroup-DUzmbtZx.mjs.map → NcSettingsSelectGroup-C51Km4wj.mjs.map} +1 -1
- package/dist/chunks/NcSettingsSelectGroup-Dc7oy0Jg.cjs +213 -0
- package/dist/chunks/{NcSettingsSelectGroup-CgUJmyF7.cjs.map → NcSettingsSelectGroup-Dc7oy0Jg.cjs.map} +1 -1
- package/dist/chunks/NcTextField-BmOKGaQ4.cjs +150 -0
- package/dist/chunks/{NcTextField-B5cUYgRy.cjs.map → NcTextField-BmOKGaQ4.cjs.map} +1 -1
- package/dist/chunks/NcTextField-BmaDUUfq.mjs +151 -0
- package/dist/chunks/{NcTextField-D_eUEl2B.mjs.map → NcTextField-BmaDUUfq.mjs.map} +1 -1
- package/dist/chunks/{NcTimezonePicker-CH1lkCMF.mjs → NcTimezonePicker-BSgT2QA5.mjs} +814 -551
- package/dist/chunks/{NcTimezonePicker-CH1lkCMF.mjs.map → NcTimezonePicker-BSgT2QA5.mjs.map} +1 -1
- package/dist/chunks/{NcTimezonePicker-BF5TeadZ.cjs → NcTimezonePicker-iD8mrVb_.cjs} +814 -546
- package/dist/chunks/{NcTimezonePicker-BF5TeadZ.cjs.map → NcTimezonePicker-iD8mrVb_.cjs.map} +1 -1
- package/dist/chunks/NcUserBubble-BJp-ZBGW.mjs +211 -0
- package/dist/chunks/{NcUserBubble-BadEJRgs.cjs.map → NcUserBubble-BJp-ZBGW.mjs.map} +1 -1
- package/dist/chunks/NcUserBubble-BsQJPVXD.cjs +212 -0
- package/dist/chunks/{NcUserBubble-C0HbPO9p.mjs.map → NcUserBubble-BsQJPVXD.cjs.map} +1 -1
- package/dist/chunks/NcUserStatusIcon-Ba9ajMhK.cjs +170 -0
- package/dist/chunks/{NcUserStatusIcon-HOUdT_MR.mjs.map → NcUserStatusIcon-Ba9ajMhK.cjs.map} +1 -1
- package/dist/chunks/NcUserStatusIcon-BkO1ZAdq.mjs +168 -0
- package/dist/chunks/{NcUserStatusIcon-B69NZ9Hw.cjs.map → NcUserStatusIcon-BkO1ZAdq.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-IO407Bzb.cjs → ScopeComponent-BpyBuaF3.cjs} +9 -4
- package/dist/chunks/{ScopeComponent-IO407Bzb.cjs.map → ScopeComponent-BpyBuaF3.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-Dz4pyD77.mjs → ScopeComponent-Dy6ublmy.mjs} +9 -4
- package/dist/chunks/{ScopeComponent-Dz4pyD77.mjs.map → ScopeComponent-Dy6ublmy.mjs.map} +1 -1
- package/dist/chunks/_l10n-BYPqjHzt.cjs +121 -0
- package/dist/chunks/_l10n-BYPqjHzt.cjs.map +1 -0
- package/dist/chunks/_l10n-hRR5zBTZ.mjs +122 -0
- package/dist/chunks/_l10n-hRR5zBTZ.mjs.map +1 -0
- package/dist/chunks/_plugin-vue2_normalizer-D637Qkok.mjs +59 -0
- package/dist/chunks/_plugin-vue2_normalizer-D637Qkok.mjs.map +1 -0
- package/dist/chunks/_plugin-vue2_normalizer-DbFIE4_M.cjs +58 -0
- package/dist/chunks/_plugin-vue2_normalizer-DbFIE4_M.cjs.map +1 -0
- package/dist/chunks/{actionGlobal-DL1VaQzF.cjs → actionGlobal-BfK-CImU.cjs} +2 -2
- package/dist/chunks/{actionGlobal-D49NL940.mjs.map → actionGlobal-BfK-CImU.cjs.map} +1 -1
- package/dist/chunks/{actionGlobal-D49NL940.mjs → actionGlobal-DV5ZiuS0.mjs} +2 -2
- package/dist/chunks/{actionGlobal-DL1VaQzF.cjs.map → actionGlobal-DV5ZiuS0.mjs.map} +1 -1
- package/dist/chunks/{actionText-jLsEBszD.mjs → actionText-BaGktsVf.mjs} +21 -17
- package/dist/chunks/{actionText-jLsEBszD.mjs.map → actionText-BaGktsVf.mjs.map} +1 -1
- package/dist/chunks/{actionText-iWNpvZuI.cjs → actionText-BnA6RS9I.cjs} +21 -17
- package/dist/chunks/{actionText-iWNpvZuI.cjs.map → actionText-BnA6RS9I.cjs.map} +1 -1
- package/dist/chunks/autolink-Bgjz08wN.cjs +125 -0
- package/dist/chunks/autolink-Bgjz08wN.cjs.map +1 -0
- package/dist/chunks/autolink-DA7VzS8Y.mjs +126 -0
- package/dist/chunks/autolink-DA7VzS8Y.mjs.map +1 -0
- package/dist/chunks/emoji-CWr00EYY.cjs +87 -0
- package/dist/chunks/emoji-CWr00EYY.cjs.map +1 -0
- package/dist/chunks/emoji-CbOkKZx5.mjs +86 -0
- package/dist/chunks/emoji-CbOkKZx5.mjs.map +1 -0
- package/dist/chunks/{focusTrap-xauhLvvr.cjs → focusTrap-Dsmd28wG.cjs} +4 -3
- package/dist/chunks/{focusTrap-Be9GEB5C.mjs.map → focusTrap-Dsmd28wG.cjs.map} +1 -1
- package/dist/chunks/{focusTrap-Be9GEB5C.mjs → focusTrap-hWDNhn4t.mjs} +4 -3
- package/dist/chunks/{focusTrap-xauhLvvr.cjs.map → focusTrap-hWDNhn4t.mjs.map} +1 -1
- package/dist/chunks/{getAvatarUrl-BHpn8LgJ.mjs → getAvatarUrl-BBvqBOJD.mjs} +7 -7
- package/dist/chunks/{getAvatarUrl-BHpn8LgJ.mjs.map → getAvatarUrl-BBvqBOJD.mjs.map} +1 -1
- package/dist/chunks/{getAvatarUrl-CjIpoO6I.cjs → getAvatarUrl-C40xfr4C.cjs} +7 -7
- package/dist/chunks/{getAvatarUrl-CjIpoO6I.cjs.map → getAvatarUrl-C40xfr4C.cjs.map} +1 -1
- package/dist/chunks/index-BRQQ9NaL.mjs +198 -0
- package/dist/chunks/{index-uiNhPYvS.mjs.map → index-BRQQ9NaL.mjs.map} +1 -1
- package/dist/chunks/index-BwyQ2N-M.mjs +119 -0
- package/dist/chunks/index-BwyQ2N-M.mjs.map +1 -0
- package/dist/chunks/index-D0euettC.cjs +201 -0
- package/dist/chunks/{index-CMnR5Pf6.cjs.map → index-D0euettC.cjs.map} +1 -1
- package/dist/chunks/index-DYccGIvD.mjs +197 -0
- package/dist/chunks/{index-CnpswYi6.mjs.map → index-DYccGIvD.mjs.map} +1 -1
- package/dist/chunks/index-Dl-SBuhJ.cjs +196 -0
- package/dist/chunks/{index-Cke9rKBg.cjs.map → index-Dl-SBuhJ.cjs.map} +1 -1
- package/dist/chunks/index-Dsgv-f-l.cjs +118 -0
- package/dist/chunks/index-Dsgv-f-l.cjs.map +1 -0
- package/dist/chunks/{logger-D9RRY4er.cjs → logger-BcZGm6Un.cjs} +3 -3
- package/dist/chunks/{logger-C7qcfVW8.mjs.map → logger-BcZGm6Un.cjs.map} +1 -1
- package/dist/chunks/{logger-C7qcfVW8.mjs → logger-C7ZZ6zFQ.mjs} +3 -3
- package/dist/chunks/{logger-D9RRY4er.cjs.map → logger-C7ZZ6zFQ.mjs.map} +1 -1
- package/dist/chunks/referencePickerModal-CFPdv-m1.mjs +3469 -0
- package/dist/chunks/referencePickerModal-CFPdv-m1.mjs.map +1 -0
- package/dist/chunks/referencePickerModal-m0FcnvxK.cjs +3471 -0
- package/dist/chunks/referencePickerModal-m0FcnvxK.cjs.map +1 -0
- package/dist/chunks/{usernameToColor-BHkzj1tb.mjs → usernameToColor-CLlyFMmy.mjs} +22 -16
- package/dist/chunks/{usernameToColor-BHkzj1tb.mjs.map → usernameToColor-CLlyFMmy.mjs.map} +1 -1
- package/dist/chunks/usernameToColor-cfXKb46d.cjs +48 -0
- package/dist/chunks/{usernameToColor-DA36rR48.cjs.map → usernameToColor-cfXKb46d.cjs.map} +1 -1
- package/dist/composables/useFormatDateTime.d.ts +57 -0
- package/dist/index.cjs +284 -224
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +287 -306
- package/dist/index.mjs.map +1 -1
- package/dist/plugin.d.ts +2 -1
- package/package.json +8 -8
- package/dist/assets/NcRichText-DNXuHl34.css +0 -229
- package/dist/assets/referencePickerModal-DWB2ghBg.css +0 -336
- package/dist/chunks/AlertCircleOutline-DHFN4OkX.cjs +0 -35
- package/dist/chunks/AlertCircleOutline-U_bhL30C.mjs +0 -37
- package/dist/chunks/ArrowLeft-CjNnGIlF.cjs +0 -35
- package/dist/chunks/ArrowLeft-kklNBL9z.mjs +0 -37
- package/dist/chunks/ArrowRight-C3BxTDjF.mjs +0 -37
- package/dist/chunks/ArrowRight-CxzzJJQ6.cjs +0 -35
- package/dist/chunks/Check-CRLmJNGG.mjs +0 -37
- package/dist/chunks/Check-CVn5nytg.cjs +0 -35
- package/dist/chunks/ChevronDown-DQPox_nl.cjs +0 -35
- package/dist/chunks/ChevronDown-HHJdUMN4.mjs +0 -37
- package/dist/chunks/ChevronRight-BAJhNawb.cjs +0 -35
- package/dist/chunks/ChevronRight-DL3e8bjj.mjs +0 -37
- package/dist/chunks/ChevronUp-B6TIgl1a.mjs +0 -37
- package/dist/chunks/ChevronUp-kmHRpe7H.cjs +0 -35
- package/dist/chunks/Close-BtO5TPBO.mjs +0 -37
- package/dist/chunks/Close-DBfrdXMw.cjs +0 -35
- package/dist/chunks/DotsHorizontal-B8kTqpHe.cjs +0 -35
- package/dist/chunks/DotsHorizontal-DfVgEXgz.mjs +0 -37
- package/dist/chunks/GenColors-hkqGpnOK.cjs +0 -141
- package/dist/chunks/NcActionButtonGroup-B1XhnIBl.cjs +0 -46
- package/dist/chunks/NcActionButtonGroup-DU1taycQ.mjs +0 -50
- package/dist/chunks/NcActionInput-53RB9uQe.mjs +0 -244
- package/dist/chunks/NcActionInput-N2wrvq5K.cjs +0 -235
- package/dist/chunks/NcActions-BtvXtZF4.cjs +0 -688
- package/dist/chunks/NcActions-BtvXtZF4.cjs.map +0 -1
- package/dist/chunks/NcActions-DiFslXqv.mjs +0 -696
- package/dist/chunks/NcActions-DiFslXqv.mjs.map +0 -1
- package/dist/chunks/NcAppContent-BDhK1rUf.mjs +0 -265
- package/dist/chunks/NcAppContent-Be1m1O_W.cjs +0 -256
- package/dist/chunks/NcAppNavigation-CElLRpH-.mjs +0 -124
- package/dist/chunks/NcAppNavigation-DKUnWfen.cjs +0 -115
- package/dist/chunks/NcAppNavigationCaption-Cdcv-0jj.cjs +0 -58
- package/dist/chunks/NcAppNavigationCaption-Cdcv-0jj.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationCaption-DI7SIPdI.mjs +0 -61
- package/dist/chunks/NcAppNavigationCaption-DI7SIPdI.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-7xN_CMHW.cjs +0 -463
- package/dist/chunks/NcAppNavigationItem-7xN_CMHW.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-Djfc0DPY.mjs +0 -475
- package/dist/chunks/NcAppNavigationItem-Djfc0DPY.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationNewItem-5B4-U2NI.cjs +0 -87
- package/dist/chunks/NcAppNavigationNewItem-CN3vYnc_.mjs +0 -91
- package/dist/chunks/NcAppNavigationSettings-Cnr4jYzW.cjs +0 -104
- package/dist/chunks/NcAppNavigationSettings-LmpAoM-x.mjs +0 -106
- package/dist/chunks/NcAppNavigationToggle-B5XmO21v.cjs +0 -119
- package/dist/chunks/NcAppNavigationToggle-D0oeWL17.mjs +0 -122
- package/dist/chunks/NcAppSettingsDialog-B6crPJ6a.cjs +0 -184
- package/dist/chunks/NcAppSettingsDialog-BLOgrVCz.mjs +0 -191
- package/dist/chunks/NcAppSidebar-CqER6-dl.mjs +0 -606
- package/dist/chunks/NcAppSidebar-CqER6-dl.mjs.map +0 -1
- package/dist/chunks/NcAppSidebar-qC5-u1p0.cjs +0 -588
- package/dist/chunks/NcAppSidebar-qC5-u1p0.cjs.map +0 -1
- package/dist/chunks/NcAvatar-BBhoG-za.mjs +0 -486
- package/dist/chunks/NcAvatar-BBhoG-za.mjs.map +0 -1
- package/dist/chunks/NcAvatar-BuqOk4mX.cjs +0 -467
- package/dist/chunks/NcAvatar-BuqOk4mX.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-BRpLGeLr.cjs +0 -180
- package/dist/chunks/NcBreadcrumb-BxCf2hEA.mjs +0 -186
- package/dist/chunks/NcBreadcrumbs-BKPXzHC1.cjs +0 -412
- package/dist/chunks/NcBreadcrumbs-BmK-6Q-n.mjs +0 -422
- package/dist/chunks/NcCheckboxRadioSwitch-B9w3Znu7.cjs +0 -603
- package/dist/chunks/NcCheckboxRadioSwitch-B9w3Znu7.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-BOl1O2zi.mjs +0 -607
- package/dist/chunks/NcCheckboxRadioSwitch-BOl1O2zi.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CCwH-BzH.mjs +0 -3
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CCwH-BzH.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DAxGPyzS.cjs +0 -4
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DAxGPyzS.cjs.map +0 -1
- package/dist/chunks/NcColorPicker-CeoImUTC.mjs +0 -178
- package/dist/chunks/NcColorPicker-CeoImUTC.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-DOcxlY35.cjs +0 -168
- package/dist/chunks/NcColorPicker-DOcxlY35.cjs.map +0 -1
- package/dist/chunks/NcContent-BPA0KfuT.mjs +0 -87
- package/dist/chunks/NcContent-DbFAEdX_.cjs +0 -80
- package/dist/chunks/NcDashboardWidget-2-nW7dII.mjs +0 -141
- package/dist/chunks/NcDashboardWidget-auMQiAFt.cjs +0 -135
- package/dist/chunks/NcDashboardWidgetItem-D2yoF9Oo.mjs +0 -143
- package/dist/chunks/NcDashboardWidgetItem-xqVAP32n.cjs +0 -138
- package/dist/chunks/NcDateTime-CeOdKcvC.mjs +0 -146
- package/dist/chunks/NcDateTime-CeOdKcvC.mjs.map +0 -1
- package/dist/chunks/NcDateTime-DneyKibb.cjs +0 -142
- package/dist/chunks/NcDateTime-DneyKibb.cjs.map +0 -1
- package/dist/chunks/NcDialog-C_1rhUHk.mjs +0 -214
- package/dist/chunks/NcDialog-Ciz0hlFn.cjs +0 -207
- package/dist/chunks/NcDialogButton-D7ibBxsQ.cjs +0 -69
- package/dist/chunks/NcDialogButton-DQFoaN7q.mjs +0 -74
- package/dist/chunks/NcEmojiPicker-Cie30NYK.mjs +0 -251
- package/dist/chunks/NcEmojiPicker-S2pfwxlK.cjs +0 -241
- package/dist/chunks/NcHeaderMenu-58OTmM-5.cjs +0 -187
- package/dist/chunks/NcHeaderMenu-DOGXti7v.mjs +0 -193
- package/dist/chunks/NcIconSvgWrapper-BTdzvQGV.mjs +0 -93
- package/dist/chunks/NcIconSvgWrapper-kIn1eQyv.cjs +0 -89
- package/dist/chunks/NcInputConfirmCancel-DVmY85-V.cjs +0 -92
- package/dist/chunks/NcInputConfirmCancel-Nn_JgG9d.mjs +0 -97
- package/dist/chunks/NcListItem-B_MPLJ_8.cjs +0 -233
- package/dist/chunks/NcListItem-BopkGRDs.mjs +0 -238
- package/dist/chunks/NcListItemIcon-CI23iFQz.mjs +0 -166
- package/dist/chunks/NcListItemIcon-CI23iFQz.mjs.map +0 -1
- package/dist/chunks/NcListItemIcon-Dwgi2cPr.cjs +0 -163
- package/dist/chunks/NcListItemIcon-Dwgi2cPr.cjs.map +0 -1
- package/dist/chunks/NcPasswordField-BgSp7dK4.mjs +0 -238
- package/dist/chunks/NcPasswordField-BooDzf0Z.cjs +0 -229
- package/dist/chunks/NcPopover--V3R3EKV.mjs +0 -239
- package/dist/chunks/NcPopover-h-t7Dnjk.cjs +0 -233
- package/dist/chunks/NcProgressBar-BYk5hfPI.cjs +0 -96
- package/dist/chunks/NcProgressBar-DDAeXyp8.mjs +0 -99
- package/dist/chunks/NcRelatedResourcesPanel-Ch1b_Gl3.mjs +0 -381
- package/dist/chunks/NcRelatedResourcesPanel-DaiuNCYU.cjs +0 -371
- package/dist/chunks/NcRichContenteditable-BF3BkdqM.cjs +0 -640
- package/dist/chunks/NcRichContenteditable-CEqdmoem.mjs +0 -649
- package/dist/chunks/NcRichText-CUKFkHQg.mjs +0 -355
- package/dist/chunks/NcRichText-DCkExl5g.cjs +0 -339
- package/dist/chunks/NcSavingIndicatorIcon-BTvUkUn-.cjs +0 -59
- package/dist/chunks/NcSavingIndicatorIcon-Bf0SEmgS.mjs +0 -62
- package/dist/chunks/NcSelectTags-9aCrLRT0.mjs +0 -258
- package/dist/chunks/NcSelectTags-CgYWiDjX.cjs +0 -252
- package/dist/chunks/NcSettingsInputText-1i2TqdMB.cjs +0 -92
- package/dist/chunks/NcSettingsInputText-JboV8u2l.mjs +0 -95
- package/dist/chunks/NcSettingsSection-CNMpCD3o.cjs +0 -96
- package/dist/chunks/NcSettingsSection-CNMpCD3o.cjs.map +0 -1
- package/dist/chunks/NcSettingsSection-Lgwm3w2e.mjs +0 -98
- package/dist/chunks/NcSettingsSection-Lgwm3w2e.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-CgUJmyF7.cjs +0 -185
- package/dist/chunks/NcSettingsSelectGroup-DUzmbtZx.mjs +0 -192
- package/dist/chunks/NcTextField-B5cUYgRy.cjs +0 -140
- package/dist/chunks/NcTextField-D_eUEl2B.mjs +0 -146
- package/dist/chunks/NcUserBubble-BadEJRgs.cjs +0 -193
- package/dist/chunks/NcUserBubble-C0HbPO9p.mjs +0 -198
- package/dist/chunks/NcUserStatusIcon-B69NZ9Hw.cjs +0 -150
- package/dist/chunks/NcUserStatusIcon-HOUdT_MR.mjs +0 -157
- package/dist/chunks/_l10n-B8iumFKB.cjs +0 -66
- package/dist/chunks/_l10n-B8iumFKB.cjs.map +0 -1
- package/dist/chunks/_l10n-BaNxGGXy.mjs +0 -68
- package/dist/chunks/_l10n-BaNxGGXy.mjs.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs +0 -32
- package/dist/chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs +0 -31
- package/dist/chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs.map +0 -1
- package/dist/chunks/autolink-DNGB8YSW.mjs +0 -86
- package/dist/chunks/autolink-DNGB8YSW.mjs.map +0 -1
- package/dist/chunks/autolink-MMzlO_Ai.cjs +0 -82
- package/dist/chunks/autolink-MMzlO_Ai.cjs.map +0 -1
- package/dist/chunks/emoji-DEH9dtOa.cjs +0 -59
- package/dist/chunks/emoji-DEH9dtOa.cjs.map +0 -1
- package/dist/chunks/emoji-k4gWHxrE.mjs +0 -62
- package/dist/chunks/emoji-k4gWHxrE.mjs.map +0 -1
- package/dist/chunks/index-Bh9FEWbr.cjs +0 -87
- package/dist/chunks/index-Bh9FEWbr.cjs.map +0 -1
- package/dist/chunks/index-CMnR5Pf6.cjs +0 -157
- package/dist/chunks/index-CU14QsCg.mjs +0 -88
- package/dist/chunks/index-CU14QsCg.mjs.map +0 -1
- package/dist/chunks/index-Cke9rKBg.cjs +0 -148
- package/dist/chunks/index-CnpswYi6.mjs +0 -149
- package/dist/chunks/index-uiNhPYvS.mjs +0 -163
- package/dist/chunks/referencePickerModal-AvSHyw1b.mjs +0 -2428
- package/dist/chunks/referencePickerModal-AvSHyw1b.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-B_Su3XpN.cjs +0 -2408
- package/dist/chunks/referencePickerModal-B_Su3XpN.cjs.map +0 -1
- package/dist/chunks/usernameToColor-DA36rR48.cjs +0 -39
|
@@ -1,4 +1,35 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
+
/**
|
|
3
|
+
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
4
|
+
*
|
|
5
|
+
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
6
|
+
*
|
|
7
|
+
* @license GNU AGPL version 3 or any later version
|
|
8
|
+
*
|
|
9
|
+
* This program is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU Affero General Public License as
|
|
11
|
+
* published by the Free Software Foundation, either version 3 of the
|
|
12
|
+
* License, or (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU Affero General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
/*
|
|
24
|
+
* Ensure proper alignment of the vue material icons
|
|
25
|
+
*/
|
|
26
|
+
.material-design-icon {
|
|
27
|
+
display: flex;
|
|
28
|
+
align-self: center;
|
|
29
|
+
justify-self: center;
|
|
30
|
+
align-items: center;
|
|
31
|
+
justify-content: center;
|
|
32
|
+
}
|
|
2
33
|
.mx-icon-left:before,
|
|
3
34
|
.mx-icon-right:before,
|
|
4
35
|
.mx-icon-double-left:before,
|
|
@@ -18,7 +49,7 @@
|
|
|
18
49
|
border-radius: 1px;
|
|
19
50
|
box-sizing: border-box;
|
|
20
51
|
transform-origin: center;
|
|
21
|
-
transform: rotate(-45deg) scale(.7);
|
|
52
|
+
transform: rotate(-45deg) scale(0.7);
|
|
22
53
|
}
|
|
23
54
|
.mx-icon-double-left:after {
|
|
24
55
|
left: -4px;
|
|
@@ -29,7 +60,7 @@
|
|
|
29
60
|
.mx-icon-right:before,
|
|
30
61
|
.mx-icon-double-right:before,
|
|
31
62
|
.mx-icon-double-right:after {
|
|
32
|
-
transform: rotate(135deg) scale(.7);
|
|
63
|
+
transform: rotate(135deg) scale(0.7);
|
|
33
64
|
}
|
|
34
65
|
.mx-btn {
|
|
35
66
|
box-sizing: border-box;
|
|
@@ -41,7 +72,7 @@
|
|
|
41
72
|
cursor: pointer;
|
|
42
73
|
background-color: transparent;
|
|
43
74
|
outline: none;
|
|
44
|
-
border: 1px solid rgba(0, 0, 0, .1);
|
|
75
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
45
76
|
border-radius: 4px;
|
|
46
77
|
color: #73879c;
|
|
47
78
|
white-space: nowrap;
|
|
@@ -50,8 +81,7 @@
|
|
|
50
81
|
border-color: #1284e7;
|
|
51
82
|
color: #1284e7;
|
|
52
83
|
}
|
|
53
|
-
.mx-btn:disabled,
|
|
54
|
-
.mx-btn.disabled {
|
|
84
|
+
.mx-btn:disabled, .mx-btn.disabled {
|
|
55
85
|
color: #ccc;
|
|
56
86
|
cursor: not-allowed;
|
|
57
87
|
}
|
|
@@ -81,7 +111,7 @@
|
|
|
81
111
|
z-index: 1;
|
|
82
112
|
border-radius: 4px;
|
|
83
113
|
opacity: 0;
|
|
84
|
-
transition: opacity .24s ease-out;
|
|
114
|
+
transition: opacity 0.24s ease-out;
|
|
85
115
|
}
|
|
86
116
|
.mx-scrollbar-track .mx-scrollbar-thumb {
|
|
87
117
|
position: absolute;
|
|
@@ -89,14 +119,14 @@
|
|
|
89
119
|
height: 0;
|
|
90
120
|
cursor: pointer;
|
|
91
121
|
border-radius: inherit;
|
|
92
|
-
background-color:
|
|
93
|
-
transition: background-color .3s;
|
|
122
|
+
background-color: rgba(144, 147, 153, 0.3);
|
|
123
|
+
transition: background-color 0.3s;
|
|
94
124
|
}
|
|
95
125
|
.mx-zoom-in-down-enter-active,
|
|
96
126
|
.mx-zoom-in-down-leave-active {
|
|
97
127
|
opacity: 1;
|
|
98
128
|
transform: scaleY(1);
|
|
99
|
-
transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 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);
|
|
100
130
|
transform-origin: center top;
|
|
101
131
|
}
|
|
102
132
|
.mx-zoom-in-down-enter,
|
|
@@ -113,7 +143,7 @@
|
|
|
113
143
|
.mx-datepicker svg {
|
|
114
144
|
width: 1em;
|
|
115
145
|
height: 1em;
|
|
116
|
-
vertical-align:
|
|
146
|
+
vertical-align: -0.15em;
|
|
117
147
|
fill: currentColor;
|
|
118
148
|
overflow: hidden;
|
|
119
149
|
}
|
|
@@ -131,21 +161,20 @@
|
|
|
131
161
|
box-sizing: border-box;
|
|
132
162
|
width: 100%;
|
|
133
163
|
height: 34px;
|
|
134
|
-
padding: 6px 30px
|
|
164
|
+
padding: 6px 30px;
|
|
165
|
+
padding-left: 10px;
|
|
135
166
|
font-size: 14px;
|
|
136
167
|
line-height: 1.4;
|
|
137
168
|
color: #555;
|
|
138
169
|
background-color: #fff;
|
|
139
170
|
border: 1px solid #ccc;
|
|
140
171
|
border-radius: 4px;
|
|
141
|
-
box-shadow: inset 0 1px 1px
|
|
172
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
142
173
|
}
|
|
143
|
-
.mx-input:hover,
|
|
144
|
-
.mx-input:focus {
|
|
174
|
+
.mx-input:hover, .mx-input:focus {
|
|
145
175
|
border-color: #409aff;
|
|
146
176
|
}
|
|
147
|
-
.mx-input:disabled,
|
|
148
|
-
.mx-input.disabled {
|
|
177
|
+
.mx-input:disabled, .mx-input.disabled {
|
|
149
178
|
color: #ccc;
|
|
150
179
|
background-color: #f3f3f3;
|
|
151
180
|
border-color: #ccc;
|
|
@@ -165,22 +194,17 @@
|
|
|
165
194
|
transform: translateY(-50%);
|
|
166
195
|
font-size: 16px;
|
|
167
196
|
line-height: 1;
|
|
168
|
-
color:
|
|
197
|
+
color: rgba(0, 0, 0, 0.5);
|
|
169
198
|
vertical-align: middle;
|
|
170
199
|
}
|
|
171
200
|
.mx-icon-clear {
|
|
172
201
|
cursor: pointer;
|
|
173
202
|
}
|
|
174
203
|
.mx-icon-clear:hover {
|
|
175
|
-
color:
|
|
204
|
+
color: rgba(0, 0, 0, 0.8);
|
|
176
205
|
}
|
|
177
206
|
.mx-datepicker-main {
|
|
178
|
-
font:
|
|
179
|
-
14px/1.5 Helvetica Neue,
|
|
180
|
-
Helvetica,
|
|
181
|
-
Arial,
|
|
182
|
-
Microsoft Yahei,
|
|
183
|
-
sans-serif;
|
|
207
|
+
font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
|
|
184
208
|
color: #73879c;
|
|
185
209
|
background-color: #fff;
|
|
186
210
|
border: 1px solid #e8e8e8;
|
|
@@ -189,7 +213,7 @@
|
|
|
189
213
|
position: absolute;
|
|
190
214
|
margin-top: 1px;
|
|
191
215
|
margin-bottom: 1px;
|
|
192
|
-
box-shadow: 0 6px 12px
|
|
216
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
193
217
|
z-index: 2001;
|
|
194
218
|
}
|
|
195
219
|
.mx-datepicker-sidebar {
|
|
@@ -205,7 +229,6 @@
|
|
|
205
229
|
}
|
|
206
230
|
.mx-datepicker-body {
|
|
207
231
|
position: relative;
|
|
208
|
-
-webkit-user-select: none;
|
|
209
232
|
user-select: none;
|
|
210
233
|
}
|
|
211
234
|
.mx-btn-shortcut {
|
|
@@ -238,8 +261,7 @@
|
|
|
238
261
|
.mx-calendar + .mx-calendar {
|
|
239
262
|
border-left: 1px solid #e8e8e8;
|
|
240
263
|
}
|
|
241
|
-
.mx-calendar-header,
|
|
242
|
-
.mx-time-header {
|
|
264
|
+
.mx-calendar-header, .mx-time-header {
|
|
243
265
|
box-sizing: border-box;
|
|
244
266
|
height: 34px;
|
|
245
267
|
line-height: 34px;
|
|
@@ -279,8 +301,7 @@
|
|
|
279
301
|
color: #fff;
|
|
280
302
|
background-color: #1284e7;
|
|
281
303
|
}
|
|
282
|
-
.mx-calendar-content .cell.in-range,
|
|
283
|
-
.mx-calendar-content .cell.hover-in-range {
|
|
304
|
+
.mx-calendar-content .cell.in-range, .mx-calendar-content .cell.hover-in-range {
|
|
284
305
|
color: #73879c;
|
|
285
306
|
background-color: #dbedfb;
|
|
286
307
|
}
|
|
@@ -298,13 +319,16 @@
|
|
|
298
319
|
.mx-calendar-week-mode .mx-date-row.mx-active-week {
|
|
299
320
|
background-color: #dbedfb;
|
|
300
321
|
}
|
|
301
|
-
.mx-calendar-week-mode .mx-date-row .cell:hover
|
|
322
|
+
.mx-calendar-week-mode .mx-date-row .cell:hover {
|
|
323
|
+
color: inherit;
|
|
324
|
+
background-color: transparent;
|
|
325
|
+
}
|
|
302
326
|
.mx-calendar-week-mode .mx-date-row .cell.active {
|
|
303
327
|
color: inherit;
|
|
304
328
|
background-color: transparent;
|
|
305
329
|
}
|
|
306
330
|
.mx-week-number {
|
|
307
|
-
opacity: .5;
|
|
331
|
+
opacity: 0.5;
|
|
308
332
|
}
|
|
309
333
|
.mx-table {
|
|
310
334
|
table-layout: fixed;
|
|
@@ -379,7 +403,7 @@
|
|
|
379
403
|
padding: 0;
|
|
380
404
|
list-style: none;
|
|
381
405
|
}
|
|
382
|
-
.mx-time-column .mx-time-list
|
|
406
|
+
.mx-time-column .mx-time-list::after {
|
|
383
407
|
content: "";
|
|
384
408
|
display: block;
|
|
385
409
|
height: 192px;
|
|
@@ -424,32 +448,29 @@
|
|
|
424
448
|
color: #ccc;
|
|
425
449
|
background-color: #f3f3f3;
|
|
426
450
|
}
|
|
427
|
-
.mx-datepicker[data-v-
|
|
428
|
-
-webkit-user-select: none;
|
|
451
|
+
.mx-datepicker[data-v-d846a4f] {
|
|
429
452
|
user-select: none;
|
|
430
453
|
color: var(--color-main-text);
|
|
454
|
+
/* INPUT CONTAINER */
|
|
431
455
|
}
|
|
432
|
-
.mx-datepicker[data-v-
|
|
456
|
+
.mx-datepicker[data-v-d846a4f] svg {
|
|
433
457
|
fill: var(--color-main-text);
|
|
434
458
|
}
|
|
435
|
-
.mx-datepicker[data-v-
|
|
459
|
+
.mx-datepicker[data-v-d846a4f] .mx-input-wrapper .mx-input {
|
|
436
460
|
width: 100%;
|
|
437
461
|
border: 2px solid var(--color-border-maxcontrast);
|
|
438
462
|
background-color: var(--color-main-background);
|
|
439
463
|
background-clip: content-box;
|
|
440
464
|
}
|
|
441
|
-
.mx-datepicker[data-v-
|
|
442
|
-
.mx-datepicker[data-v-c8b37f5] .mx-input-wrapper .mx-input:hover:not(.disabled),
|
|
443
|
-
.mx-datepicker[data-v-c8b37f5] .mx-input-wrapper .mx-input:focus:not(.disabled) {
|
|
465
|
+
.mx-datepicker[data-v-d846a4f] .mx-input-wrapper .mx-input:active:not(.disabled), .mx-datepicker[data-v-d846a4f] .mx-input-wrapper .mx-input:hover:not(.disabled), .mx-datepicker[data-v-d846a4f] .mx-input-wrapper .mx-input:focus:not(.disabled) {
|
|
444
466
|
border-color: var(--color-primary-element);
|
|
445
467
|
}
|
|
446
|
-
.mx-datepicker[data-v-
|
|
447
|
-
.mx-datepicker[data-v-c8b37f5] .mx-input-wrapper.disabled {
|
|
468
|
+
.mx-datepicker[data-v-d846a4f] .mx-input-wrapper:disabled, .mx-datepicker[data-v-d846a4f] .mx-input-wrapper.disabled {
|
|
448
469
|
cursor: not-allowed;
|
|
449
|
-
opacity: .7;
|
|
470
|
+
opacity: 0.7;
|
|
450
471
|
}
|
|
451
|
-
.mx-datepicker[data-v-
|
|
452
|
-
.mx-datepicker[data-v-
|
|
472
|
+
.mx-datepicker[data-v-d846a4f] .mx-input-wrapper .mx-icon-calendar,
|
|
473
|
+
.mx-datepicker[data-v-d846a4f] .mx-input-wrapper .mx-icon-clear {
|
|
453
474
|
color: var(--color-text-lighter);
|
|
454
475
|
}
|
|
455
476
|
.mx-datepicker-main {
|
|
@@ -514,7 +535,7 @@
|
|
|
514
535
|
}
|
|
515
536
|
.mx-datepicker-main .mx-table thead > tr > th {
|
|
516
537
|
text-align: center;
|
|
517
|
-
opacity: .5;
|
|
538
|
+
opacity: 0.5;
|
|
518
539
|
color: var(--color-text-lighter);
|
|
519
540
|
}
|
|
520
541
|
.mx-datepicker-main .mx-table tr:focus,
|
|
@@ -523,9 +544,9 @@
|
|
|
523
544
|
background-color: transparent;
|
|
524
545
|
}
|
|
525
546
|
.mx-datepicker-main .mx-table .cell {
|
|
526
|
-
transition: all
|
|
547
|
+
transition: all 100ms ease-in-out;
|
|
527
548
|
text-align: center;
|
|
528
|
-
opacity: .7;
|
|
549
|
+
opacity: 0.7;
|
|
529
550
|
border-radius: 50px;
|
|
530
551
|
}
|
|
531
552
|
.mx-datepicker-main .mx-table .cell > * {
|
|
@@ -534,47 +555,40 @@
|
|
|
534
555
|
.mx-datepicker-main .mx-table .cell.today {
|
|
535
556
|
opacity: 1;
|
|
536
557
|
color: var(--color-primary-element);
|
|
537
|
-
font-weight:
|
|
558
|
+
font-weight: bold;
|
|
538
559
|
}
|
|
539
|
-
.mx-datepicker-main .mx-table .cell.today:hover,
|
|
540
|
-
.mx-datepicker-main .mx-table .cell.today:focus {
|
|
560
|
+
.mx-datepicker-main .mx-table .cell.today:hover, .mx-datepicker-main .mx-table .cell.today:focus {
|
|
541
561
|
color: var(--color-primary-element-text);
|
|
542
562
|
}
|
|
543
|
-
.mx-datepicker-main .mx-table .cell.in-range,
|
|
544
|
-
.mx-datepicker-main .mx-table .cell.disabled {
|
|
563
|
+
.mx-datepicker-main .mx-table .cell.in-range, .mx-datepicker-main .mx-table .cell.disabled {
|
|
545
564
|
border-radius: 0;
|
|
546
|
-
font-weight:
|
|
565
|
+
font-weight: normal;
|
|
547
566
|
}
|
|
548
567
|
.mx-datepicker-main .mx-table .cell.in-range {
|
|
549
|
-
opacity: .7;
|
|
568
|
+
opacity: 0.7;
|
|
550
569
|
}
|
|
551
570
|
.mx-datepicker-main .mx-table .cell.not-current-month {
|
|
552
|
-
opacity: .5;
|
|
571
|
+
opacity: 0.5;
|
|
553
572
|
color: var(--color-text-lighter);
|
|
554
573
|
}
|
|
555
|
-
.mx-datepicker-main .mx-table .cell.not-current-month:hover,
|
|
556
|
-
.mx-datepicker-main .mx-table .cell.not-current-month:focus {
|
|
574
|
+
.mx-datepicker-main .mx-table .cell.not-current-month:hover, .mx-datepicker-main .mx-table .cell.not-current-month:focus {
|
|
557
575
|
opacity: 1;
|
|
558
576
|
}
|
|
559
|
-
.mx-datepicker-main .mx-table .cell:hover,
|
|
560
|
-
.mx-datepicker-main .mx-table .cell:focus,
|
|
561
|
-
.mx-datepicker-main .mx-table .cell.actived,
|
|
562
|
-
.mx-datepicker-main .mx-table .cell.active,
|
|
563
|
-
.mx-datepicker-main .mx-table .cell.in-range {
|
|
577
|
+
.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 {
|
|
564
578
|
opacity: 1;
|
|
565
579
|
color: var(--color-primary-element-text);
|
|
566
580
|
background-color: var(--color-primary-element);
|
|
567
|
-
font-weight:
|
|
581
|
+
font-weight: bold;
|
|
568
582
|
}
|
|
569
583
|
.mx-datepicker-main .mx-table .cell.disabled {
|
|
570
|
-
opacity: .5;
|
|
584
|
+
opacity: 0.5;
|
|
571
585
|
color: var(--color-text-lighter);
|
|
572
586
|
border-radius: 0;
|
|
573
587
|
background-color: var(--color-background-darker);
|
|
574
588
|
}
|
|
575
589
|
.mx-datepicker-main .mx-table .mx-week-number {
|
|
576
590
|
text-align: center;
|
|
577
|
-
opacity: .7;
|
|
591
|
+
opacity: 0.7;
|
|
578
592
|
border-radius: 50px;
|
|
579
593
|
}
|
|
580
594
|
.mx-datepicker-main .mx-table span.mx-week-number,
|
|
@@ -583,18 +597,12 @@
|
|
|
583
597
|
.mx-datepicker-main .mx-table li.cell {
|
|
584
598
|
min-height: 32px;
|
|
585
599
|
}
|
|
586
|
-
.mx-datepicker-main .mx-table.mx-table-date thead,
|
|
587
|
-
.mx-datepicker-main .mx-table.mx-table-date tbody,
|
|
588
|
-
.mx-datepicker-main .mx-table.mx-table-year,
|
|
589
|
-
.mx-datepicker-main .mx-table.mx-table-month {
|
|
600
|
+
.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 {
|
|
590
601
|
display: flex;
|
|
591
602
|
flex-direction: column;
|
|
592
603
|
justify-content: space-around;
|
|
593
604
|
}
|
|
594
|
-
.mx-datepicker-main .mx-table.mx-table-date thead tr,
|
|
595
|
-
.mx-datepicker-main .mx-table.mx-table-date tbody tr,
|
|
596
|
-
.mx-datepicker-main .mx-table.mx-table-year tr,
|
|
597
|
-
.mx-datepicker-main .mx-table.mx-table-month tr {
|
|
605
|
+
.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 {
|
|
598
606
|
display: inline-flex;
|
|
599
607
|
align-items: center;
|
|
600
608
|
flex: 1 1 32px;
|
|
@@ -602,12 +610,9 @@
|
|
|
602
610
|
min-height: 32px;
|
|
603
611
|
}
|
|
604
612
|
.mx-datepicker-main .mx-table.mx-table-date thead th,
|
|
605
|
-
.mx-datepicker-main .mx-table.mx-table-date thead td,
|
|
606
|
-
.mx-datepicker-main .mx-table.mx-table-date tbody th,
|
|
607
|
-
.mx-datepicker-main .mx-table.mx-table-
|
|
608
|
-
.mx-datepicker-main .mx-table.mx-table-year th,
|
|
609
|
-
.mx-datepicker-main .mx-table.mx-table-year td,
|
|
610
|
-
.mx-datepicker-main .mx-table.mx-table-month th,
|
|
613
|
+
.mx-datepicker-main .mx-table.mx-table-date thead td, .mx-datepicker-main .mx-table.mx-table-date tbody th,
|
|
614
|
+
.mx-datepicker-main .mx-table.mx-table-date tbody td, .mx-datepicker-main .mx-table.mx-table-year th,
|
|
615
|
+
.mx-datepicker-main .mx-table.mx-table-year td, .mx-datepicker-main .mx-table.mx-table-month th,
|
|
611
616
|
.mx-datepicker-main .mx-table.mx-table-month td {
|
|
612
617
|
display: flex;
|
|
613
618
|
align-items: center;
|
|
@@ -616,7 +621,7 @@
|
|
|
616
621
|
min-width: 32px;
|
|
617
622
|
height: 95%;
|
|
618
623
|
min-height: 32px;
|
|
619
|
-
transition: background
|
|
624
|
+
transition: background 100ms ease-in-out;
|
|
620
625
|
}
|
|
621
626
|
.mx-datepicker-main .mx-table.mx-table-year tr th,
|
|
622
627
|
.mx-datepicker-main .mx-table.mx-table-year tr td {
|
|
@@ -633,19 +638,17 @@
|
|
|
633
638
|
padding: 7px 10px;
|
|
634
639
|
cursor: pointer;
|
|
635
640
|
text-decoration: none;
|
|
636
|
-
opacity: .5;
|
|
641
|
+
opacity: 0.5;
|
|
637
642
|
color: var(--color-text-lighter);
|
|
638
643
|
border-radius: 32px;
|
|
639
644
|
line-height: 20px;
|
|
640
645
|
}
|
|
641
|
-
.mx-datepicker-main .mx-btn:hover,
|
|
642
|
-
.mx-datepicker-main .mx-btn:focus {
|
|
646
|
+
.mx-datepicker-main .mx-btn:hover, .mx-datepicker-main .mx-btn:focus {
|
|
643
647
|
opacity: 1;
|
|
644
648
|
color: var(--color-main-text);
|
|
645
649
|
background-color: var(--color-background-darker);
|
|
646
650
|
}
|
|
647
|
-
.mx-datepicker-main .mx-calendar-header,
|
|
648
|
-
.mx-datepicker-main .mx-time-header {
|
|
651
|
+
.mx-datepicker-main .mx-calendar-header, .mx-datepicker-main .mx-time-header {
|
|
649
652
|
display: inline-flex;
|
|
650
653
|
align-items: center;
|
|
651
654
|
justify-content: space-between;
|
|
@@ -653,48 +656,30 @@
|
|
|
653
656
|
height: 44px;
|
|
654
657
|
margin-bottom: 4px;
|
|
655
658
|
}
|
|
656
|
-
.mx-datepicker-main .mx-calendar-header button,
|
|
657
|
-
.mx-datepicker-main .mx-time-header button {
|
|
659
|
+
.mx-datepicker-main .mx-calendar-header button, .mx-datepicker-main .mx-time-header button {
|
|
658
660
|
min-width: 32px;
|
|
659
661
|
min-height: 32px;
|
|
660
662
|
margin: 0;
|
|
661
663
|
cursor: pointer;
|
|
662
664
|
text-align: center;
|
|
663
665
|
text-decoration: none;
|
|
664
|
-
opacity: .7;
|
|
666
|
+
opacity: 0.7;
|
|
665
667
|
color: var(--color-main-text);
|
|
666
668
|
border-radius: 32px;
|
|
667
669
|
line-height: 20px;
|
|
668
670
|
}
|
|
669
|
-
.mx-datepicker-main .mx-calendar-header button:hover,
|
|
670
|
-
.mx-datepicker-main .mx-time-header button:hover,
|
|
671
|
-
.mx-datepicker-main .mx-calendar-header button:focus,
|
|
672
|
-
.mx-datepicker-main .mx-time-header button:focus {
|
|
671
|
+
.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 {
|
|
673
672
|
opacity: 1;
|
|
674
673
|
color: var(--color-main-text);
|
|
675
674
|
background-color: var(--color-background-darker);
|
|
676
675
|
}
|
|
677
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left,
|
|
678
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left,
|
|
679
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left,
|
|
680
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-left,
|
|
681
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right,
|
|
682
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right,
|
|
683
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right,
|
|
684
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right {
|
|
676
|
+
.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 {
|
|
685
677
|
align-items: center;
|
|
686
678
|
justify-content: center;
|
|
687
679
|
width: 32px;
|
|
688
680
|
padding: 0;
|
|
689
681
|
}
|
|
690
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i,
|
|
691
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i,
|
|
692
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i,
|
|
693
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i,
|
|
694
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i,
|
|
695
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i,
|
|
696
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i,
|
|
697
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i {
|
|
682
|
+
.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 {
|
|
698
683
|
background-repeat: no-repeat;
|
|
699
684
|
background-size: 16px;
|
|
700
685
|
background-position: center;
|
|
@@ -703,75 +688,45 @@
|
|
|
703
688
|
width: 32px;
|
|
704
689
|
height: 32px;
|
|
705
690
|
}
|
|
706
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i
|
|
707
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i:after,
|
|
708
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i:before,
|
|
709
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i:before,
|
|
710
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i:after,
|
|
711
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i:after,
|
|
712
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i:before,
|
|
713
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i:before,
|
|
714
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i:after,
|
|
715
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i:after,
|
|
716
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i:before,
|
|
717
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i:before,
|
|
718
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i:after,
|
|
719
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i:after,
|
|
720
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i:before,
|
|
721
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i:before {
|
|
691
|
+
.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 {
|
|
722
692
|
content: none;
|
|
723
693
|
}
|
|
724
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-text,
|
|
725
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-text {
|
|
694
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-text, .mx-datepicker-main .mx-time-header button.mx-btn-text {
|
|
726
695
|
line-height: initial;
|
|
727
696
|
}
|
|
728
|
-
.mx-datepicker-main .mx-calendar-header .mx-calendar-header-label,
|
|
729
|
-
.mx-datepicker-main .mx-time-header .mx-calendar-header-label {
|
|
697
|
+
.mx-datepicker-main .mx-calendar-header .mx-calendar-header-label, .mx-datepicker-main .mx-time-header .mx-calendar-header-label {
|
|
730
698
|
display: flex;
|
|
731
699
|
}
|
|
732
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-left > i,
|
|
733
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-double-left > i {
|
|
700
|
+
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-left > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-double-left > i {
|
|
734
701
|
background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M18.4%207.4L17%206l-6%206%206%206%201.4-1.4-4.6-4.6%204.6-4.6m-6%200L11%206l-6%206%206%206%201.4-1.4L7.8%2012l4.6-4.6z'/%3e%3c/svg%3e");
|
|
735
702
|
}
|
|
736
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-left > i,
|
|
737
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-left > i {
|
|
703
|
+
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-left > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-left > i {
|
|
738
704
|
background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M15.4%2016.6L10.8%2012l4.6-4.6L14%206l-6%206%206%206%201.4-1.4z'/%3e%3c/svg%3e");
|
|
739
705
|
}
|
|
740
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-right > i,
|
|
741
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-right > i {
|
|
706
|
+
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-right > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-right > i {
|
|
742
707
|
background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M8.6%2016.6l4.6-4.6-4.6-4.6L10%206l6%206-6%206-1.4-1.4z'/%3e%3c/svg%3e");
|
|
743
708
|
}
|
|
744
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-right > i,
|
|
745
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-double-right > i {
|
|
709
|
+
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-right > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-double-right > i {
|
|
746
710
|
background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M5.6%207.4L7%206l6%206-6%206-1.4-1.4%204.6-4.6-4.6-4.6m6%200L13%206l6%206-6%206-1.4-1.4%204.6-4.6-4.6-4.6z'/%3e%3c/svg%3e");
|
|
747
711
|
}
|
|
748
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right,
|
|
749
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right {
|
|
712
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right {
|
|
750
713
|
order: 2;
|
|
751
714
|
}
|
|
752
|
-
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right,
|
|
753
|
-
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right {
|
|
715
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right {
|
|
754
716
|
order: 3;
|
|
755
717
|
}
|
|
756
718
|
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row .mx-week-number {
|
|
757
|
-
font-weight:
|
|
719
|
+
font-weight: bold;
|
|
758
720
|
}
|
|
759
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover,
|
|
760
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week {
|
|
721
|
+
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week {
|
|
761
722
|
opacity: 1;
|
|
762
723
|
border-radius: 50px;
|
|
763
724
|
background-color: var(--color-background-dark);
|
|
764
725
|
}
|
|
765
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td,
|
|
766
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td {
|
|
726
|
+
.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 {
|
|
767
727
|
background-color: transparent;
|
|
768
728
|
}
|
|
769
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td,
|
|
770
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td:hover,
|
|
771
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td:focus,
|
|
772
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td,
|
|
773
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td:hover,
|
|
774
|
-
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td:focus {
|
|
729
|
+
.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 {
|
|
775
730
|
color: inherit;
|
|
776
731
|
}
|
|
777
732
|
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week {
|
|
@@ -779,8 +734,8 @@
|
|
|
779
734
|
background-color: var(--color-primary-element);
|
|
780
735
|
}
|
|
781
736
|
.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td {
|
|
782
|
-
opacity: .7;
|
|
783
|
-
font-weight:
|
|
737
|
+
opacity: 0.7;
|
|
738
|
+
font-weight: normal;
|
|
784
739
|
}
|
|
785
740
|
.mx-datepicker-main .mx-time {
|
|
786
741
|
background-color: var(--color-main-background);
|
|
@@ -792,8 +747,7 @@
|
|
|
792
747
|
.mx-datepicker-main .mx-time .mx-time-column {
|
|
793
748
|
border-left: 1px solid var(--color-border);
|
|
794
749
|
}
|
|
795
|
-
.mx-datepicker-main .mx-time .mx-time-option.active,
|
|
796
|
-
.mx-datepicker-main .mx-time .mx-time-option:hover,
|
|
750
|
+
.mx-datepicker-main .mx-time .mx-time-option.active, .mx-datepicker-main .mx-time .mx-time-option:hover,
|
|
797
751
|
.mx-datepicker-main .mx-time .mx-time-item.active,
|
|
798
752
|
.mx-datepicker-main .mx-time .mx-time-item:hover {
|
|
799
753
|
color: var(--color-primary-element-text);
|
|
@@ -802,10 +756,34 @@
|
|
|
802
756
|
.mx-datepicker-main .mx-time .mx-time-option.disabled,
|
|
803
757
|
.mx-datepicker-main .mx-time .mx-time-item.disabled {
|
|
804
758
|
cursor: not-allowed;
|
|
805
|
-
opacity: .5;
|
|
759
|
+
opacity: 0.5;
|
|
806
760
|
color: var(--color-main-text);
|
|
807
761
|
background-color: var(--color-main-background);
|
|
808
762
|
}
|
|
763
|
+
/**
|
|
764
|
+
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
765
|
+
*
|
|
766
|
+
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
767
|
+
*
|
|
768
|
+
* @license GNU AGPL version 3 or any later version
|
|
769
|
+
*
|
|
770
|
+
* This program is free software: you can redistribute it and/or modify
|
|
771
|
+
* it under the terms of the GNU Affero General Public License as
|
|
772
|
+
* published by the Free Software Foundation, either version 3 of the
|
|
773
|
+
* License, or (at your option) any later version.
|
|
774
|
+
*
|
|
775
|
+
* This program is distributed in the hope that it will be useful,
|
|
776
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
777
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
778
|
+
* GNU Affero General Public License for more details.
|
|
779
|
+
*
|
|
780
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
781
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
782
|
+
*
|
|
783
|
+
*/
|
|
784
|
+
/*
|
|
785
|
+
* Ensure proper alignment of the vue material icons
|
|
786
|
+
*/
|
|
809
787
|
.material-design-icon[data-v-56b96a48] {
|
|
810
788
|
display: flex;
|
|
811
789
|
align-self: center;
|
|
@@ -817,7 +795,7 @@
|
|
|
817
795
|
background-clip: border-box;
|
|
818
796
|
}
|
|
819
797
|
.datetime-picker-inline-icon[data-v-56b96a48] {
|
|
820
|
-
opacity: .3;
|
|
798
|
+
opacity: 0.3;
|
|
821
799
|
border: none;
|
|
822
800
|
background-color: transparent;
|
|
823
801
|
border-radius: 0;
|
|
@@ -825,10 +803,9 @@
|
|
|
825
803
|
margin: 0;
|
|
826
804
|
}
|
|
827
805
|
.datetime-picker-inline-icon--highlighted[data-v-56b96a48] {
|
|
828
|
-
opacity: .7;
|
|
806
|
+
opacity: 0.7;
|
|
829
807
|
}
|
|
830
|
-
.datetime-picker-inline-icon[data-v-56b96a48]:focus,
|
|
831
|
-
.datetime-picker-inline-icon[data-v-56b96a48]:hover {
|
|
808
|
+
.datetime-picker-inline-icon[data-v-56b96a48]:focus, .datetime-picker-inline-icon[data-v-56b96a48]:hover {
|
|
832
809
|
opacity: 1;
|
|
833
810
|
}
|
|
834
811
|
/**
|
|
@@ -852,6 +829,9 @@
|
|
|
852
829
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
853
830
|
*
|
|
854
831
|
*/
|
|
832
|
+
/*
|
|
833
|
+
* Ensure proper alignment of the vue material icons
|
|
834
|
+
*/
|
|
855
835
|
.material-design-icon {
|
|
856
836
|
display: flex;
|
|
857
837
|
align-self: center;
|
|
@@ -867,7 +847,8 @@
|
|
|
867
847
|
border-radius: var(--border-radius-large);
|
|
868
848
|
}
|
|
869
849
|
.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__label {
|
|
870
|
-
padding: 4px 0
|
|
850
|
+
padding: 4px 0;
|
|
851
|
+
padding-left: 14px;
|
|
871
852
|
}
|
|
872
853
|
.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__timezone-select.v-select .vs__dropdown-toggle {
|
|
873
854
|
border-radius: calc(var(--border-radius-large) - 4px);
|
|
@@ -881,4 +862,4 @@
|
|
|
881
862
|
}
|
|
882
863
|
.vs__dropdown-menu--floating {
|
|
883
864
|
z-index: 100001 !important;
|
|
884
|
-
}
|
|
865
|
+
}
|
package/dist/assets/{NcDateTimePickerNative-DnLJu29_.css → NcDateTimePickerNative-CV_VuzvQ.css}
RENAMED
|
@@ -20,6 +20,9 @@
|
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
+
/*
|
|
24
|
+
* Ensure proper alignment of the vue material icons
|
|
25
|
+
*/
|
|
23
26
|
.material-design-icon[data-v-7b246f90] {
|
|
24
27
|
display: flex;
|
|
25
28
|
align-self: center;
|
|
@@ -45,14 +48,14 @@
|
|
|
45
48
|
color-scheme: dark;
|
|
46
49
|
}
|
|
47
50
|
@media (prefers-color-scheme: light) {
|
|
48
|
-
|
|
51
|
+
[data-theme-default] .native-datetime-picker--input[data-v-7b246f90],
|
|
49
52
|
[data-themes*=default] .native-datetime-picker--input[data-v-7b246f90] {
|
|
50
53
|
color-scheme: light;
|
|
51
|
-
|
|
54
|
+
}
|
|
52
55
|
}
|
|
53
56
|
@media (prefers-color-scheme: dark) {
|
|
54
|
-
|
|
57
|
+
[data-theme-default] .native-datetime-picker--input[data-v-7b246f90],
|
|
55
58
|
[data-themes*=default] .native-datetime-picker--input[data-v-7b246f90] {
|
|
56
59
|
color-scheme: dark;
|
|
57
|
-
}
|
|
58
60
|
}
|
|
61
|
+
}
|