@nextcloud/vue 8.0.0-beta.8 → 8.0.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 +64 -2
- package/dist/Components/NcActionButton.cjs +22 -11
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +24 -12
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionInput.cjs +23 -18
- package/dist/Components/NcActionInput.cjs.map +1 -1
- package/dist/Components/NcActionInput.mjs +20 -14
- package/dist/Components/NcActionInput.mjs.map +1 -1
- package/dist/Components/NcActionLink.cjs +7 -7
- package/dist/Components/NcActionLink.cjs.map +1 -1
- package/dist/Components/NcActionLink.mjs +4 -4
- package/dist/Components/NcActionLink.mjs.map +1 -1
- package/dist/Components/NcActionRouter.cjs +8 -8
- package/dist/Components/NcActionRouter.cjs.map +1 -1
- package/dist/Components/NcActionRouter.mjs +4 -4
- package/dist/Components/NcActionRouter.mjs.map +1 -1
- package/dist/Components/NcActionText.cjs +10 -10
- package/dist/Components/NcActionText.cjs.map +1 -1
- package/dist/Components/NcActionText.mjs +11 -11
- package/dist/Components/NcActionText.mjs.map +1 -1
- package/dist/Components/NcActionTextEditable.cjs +10 -10
- package/dist/Components/NcActionTextEditable.cjs.map +1 -1
- package/dist/Components/NcActionTextEditable.mjs +2 -2
- package/dist/Components/NcActions.cjs +64 -57
- package/dist/Components/NcActions.cjs.map +1 -1
- package/dist/Components/NcActions.mjs +76 -69
- package/dist/Components/NcActions.mjs.map +1 -1
- package/dist/Components/NcAppContent.cjs +19 -20
- package/dist/Components/NcAppContent.cjs.map +1 -1
- package/dist/Components/NcAppContent.mjs +8 -8
- package/dist/Components/NcAppContent.mjs.map +1 -1
- package/dist/Components/NcAppNavigation.cjs +58 -27
- package/dist/Components/NcAppNavigation.cjs.map +1 -1
- package/dist/Components/NcAppNavigation.mjs +67 -34
- package/dist/Components/NcAppNavigation.mjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +167 -63
- package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +142 -40
- package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.cjs +6 -6
- package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.mjs +17 -17
- package/dist/Components/NcAppNavigationNew.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +7 -7
- package/dist/Components/NcAppNavigationNewItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.mjs +5 -5
- package/dist/Components/NcAppNavigationNewItem.mjs.map +1 -1
- package/dist/Components/NcAppNavigationSettings.cjs +46 -14
- package/dist/Components/NcAppNavigationSettings.cjs.map +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +48 -16
- package/dist/Components/NcAppNavigationSettings.mjs.map +1 -1
- package/dist/Components/NcAppNavigationToggle.cjs +1 -1
- package/dist/Components/NcAppNavigationToggle.mjs +1 -1
- package/dist/Components/NcAppSettingsDialog.cjs +87 -117
- package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +95 -124
- package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.cjs +29 -10
- package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.mjs +29 -10
- package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +100 -34
- package/dist/Components/NcAppSidebar.cjs.map +1 -1
- package/dist/Components/NcAppSidebar.mjs +157 -93
- package/dist/Components/NcAppSidebar.mjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.cjs +7 -7
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +4 -4
- package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
- package/dist/Components/NcAvatar.cjs +1 -1
- package/dist/Components/NcAvatar.mjs +1 -1
- package/dist/Components/NcBreadcrumb.cjs +10 -10
- package/dist/Components/NcBreadcrumb.cjs.map +1 -1
- package/dist/Components/NcBreadcrumb.mjs +1 -1
- package/dist/Components/NcBreadcrumbs.cjs +86 -54
- package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +93 -62
- package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
- package/dist/Components/NcButton.cjs +25 -25
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +25 -25
- package/dist/Components/NcButton.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +400 -54
- package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +398 -58
- package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
- package/dist/Components/NcColorPicker.cjs +18 -18
- package/dist/Components/NcColorPicker.cjs.map +1 -1
- package/dist/Components/NcColorPicker.mjs +17 -17
- package/dist/Components/NcColorPicker.mjs.map +1 -1
- package/dist/Components/NcDashboardWidget.cjs +30 -30
- package/dist/Components/NcDashboardWidget.cjs.map +1 -1
- package/dist/Components/NcDashboardWidget.mjs +3 -3
- package/dist/Components/NcDashboardWidgetItem.cjs +11 -11
- package/dist/Components/NcDashboardWidgetItem.cjs.map +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +9 -9
- package/dist/Components/NcDashboardWidgetItem.mjs.map +1 -1
- package/dist/Components/NcDateTime.cjs +1 -1
- package/dist/Components/NcDateTime.mjs +1 -1
- package/dist/Components/NcDateTimePicker.cjs +109 -44
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +115 -52
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +1 -1
- package/dist/Components/NcDialog.cjs +171 -0
- package/dist/Components/NcDialog.cjs.map +1 -0
- package/dist/Components/NcDialog.mjs +177 -0
- package/dist/Components/NcDialog.mjs.map +1 -0
- package/dist/Components/NcDialogButton.cjs +69 -0
- package/dist/Components/NcDialogButton.cjs.map +1 -0
- package/dist/Components/NcDialogButton.mjs +74 -0
- package/dist/Components/NcDialogButton.mjs.map +1 -0
- package/dist/Components/NcEmojiPicker.cjs +1 -1
- package/dist/Components/NcEmojiPicker.mjs +1 -1
- package/dist/Components/NcEmptyContent.cjs +14 -14
- package/dist/Components/NcEmptyContent.cjs.map +1 -1
- package/dist/Components/NcEmptyContent.mjs +7 -7
- package/dist/Components/NcEmptyContent.mjs.map +1 -1
- package/dist/Components/NcIconSvgWrapper.cjs +29 -14
- package/dist/Components/NcIconSvgWrapper.cjs.map +1 -1
- package/dist/Components/NcIconSvgWrapper.mjs +32 -17
- package/dist/Components/NcIconSvgWrapper.mjs.map +1 -1
- package/dist/Components/NcInputField.cjs +16 -16
- package/dist/Components/NcInputField.cjs.map +1 -1
- package/dist/Components/NcInputField.mjs +5 -5
- package/dist/Components/NcInputField.mjs.map +1 -1
- package/dist/Components/NcListItem.cjs +3 -3
- package/dist/Components/NcListItem.cjs.map +1 -1
- package/dist/Components/NcListItem.mjs +3 -3
- package/dist/Components/NcListItem.mjs.map +1 -1
- package/dist/Components/NcListItemIcon.cjs +20 -12
- package/dist/Components/NcListItemIcon.cjs.map +1 -1
- package/dist/Components/NcListItemIcon.mjs +21 -13
- package/dist/Components/NcListItemIcon.mjs.map +1 -1
- package/dist/Components/NcModal.cjs +167 -72
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +171 -79
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +147 -19
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +148 -23
- package/dist/Components/NcNoteCard.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +114 -39
- package/dist/Components/NcPasswordField.cjs.map +1 -1
- package/dist/Components/NcPasswordField.mjs +125 -52
- package/dist/Components/NcPasswordField.mjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +70 -37
- package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +60 -27
- package/dist/Components/NcRelatedResourcesPanel.mjs.map +1 -1
- package/dist/Components/NcRichContenteditable.cjs +22 -18
- package/dist/Components/NcRichContenteditable.cjs.map +1 -1
- package/dist/Components/NcRichContenteditable.mjs +32 -28
- package/dist/Components/NcRichContenteditable.mjs.map +1 -1
- package/dist/Components/NcRichText.cjs +1 -1
- package/dist/Components/NcRichText.mjs +3 -3
- package/dist/Components/NcSelect.cjs +82 -54
- package/dist/Components/NcSelect.cjs.map +1 -1
- package/dist/Components/NcSelect.mjs +77 -47
- package/dist/Components/NcSelect.mjs.map +1 -1
- package/dist/Components/NcSelectTags.cjs +2 -2
- package/dist/Components/NcSelectTags.cjs.map +1 -1
- package/dist/Components/NcSelectTags.mjs +4 -4
- package/dist/Components/NcSelectTags.mjs.map +1 -1
- package/dist/Components/NcSettingsInputText.cjs +1 -1
- package/dist/Components/NcSettingsInputText.mjs +1 -1
- package/dist/Components/NcSettingsSection.cjs +46 -14
- package/dist/Components/NcSettingsSection.cjs.map +1 -1
- package/dist/Components/NcSettingsSection.mjs +44 -12
- package/dist/Components/NcSettingsSection.mjs.map +1 -1
- package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
- package/dist/Components/NcTextArea.cjs +167 -0
- package/dist/Components/NcTextArea.cjs.map +1 -0
- package/dist/Components/NcTextArea.mjs +172 -0
- package/dist/Components/NcTextArea.mjs.map +1 -0
- package/dist/Components/NcTextField.cjs +79 -23
- package/dist/Components/NcTextField.cjs.map +1 -1
- package/dist/Components/NcTextField.mjs +82 -27
- package/dist/Components/NcTextField.mjs.map +1 -1
- package/dist/Components/NcTimezonePicker.cjs +26 -19
- package/dist/Components/NcTimezonePicker.cjs.map +1 -1
- package/dist/Components/NcTimezonePicker.mjs +31 -23
- package/dist/Components/NcTimezonePicker.mjs.map +1 -1
- package/dist/Components/NcUserBubble.cjs +24 -20
- package/dist/Components/NcUserBubble.cjs.map +1 -1
- package/dist/Components/NcUserBubble.mjs +25 -20
- package/dist/Components/NcUserBubble.mjs.map +1 -1
- package/dist/assets/{NcAppNavigationToggle-2cc5b864.css → NcAppNavigationToggle-9e170630.css} +3 -2
- package/dist/assets/{NcInputConfirmCancel-2ba60a52.css → NcInputConfirmCancel-45d1d76b.css} +7 -7
- package/dist/assets/{index-5072b6ee.css → index-05760fea.css} +16 -11
- package/dist/assets/{index-30e099f7.css → index-0ac09203.css} +3 -3
- package/dist/assets/{index-0ab8e182.css → index-0e9b11c7.css} +27 -22
- package/dist/assets/{index-1151d229.css → index-1f25a3c0.css} +3 -3
- package/dist/assets/{index-5eff69c7.css → index-2e5e3b55.css} +32 -30
- package/dist/assets/{index-03ec5f40.css → index-400b48a6.css} +7 -7
- package/dist/assets/{index-ed4adf1d.css → index-4271da53.css} +18 -17
- package/dist/assets/{index-33da80f0.css → index-4611417f.css} +8 -9
- package/dist/assets/{index-01e5adf4.css → index-55600948.css} +11 -11
- package/dist/assets/{index-c7905a53.css → index-57b305d3.css} +3 -3
- package/dist/assets/{index-de0326c7.css → index-5ee8a575.css} +69 -78
- package/dist/assets/index-6899d75b.css +150 -0
- package/dist/assets/{index-9354264c.css → index-6f721577.css} +16 -16
- package/dist/assets/{index-1beccc92.css → index-750c02cc.css} +28 -10
- package/dist/assets/{index-0557f12a.css → index-77a548be.css} +4 -4
- package/dist/assets/{index-fbdeb5ab.css → index-7d211db9.css} +11 -11
- package/dist/assets/{index-becfbea7.css → index-802d2118.css} +28 -23
- package/dist/assets/{index-a2d55f92.css → index-9176105d.css} +41 -41
- package/dist/assets/index-93bc89ef.css +197 -0
- package/dist/assets/{index-50b0766d.css → index-a0532427.css} +55 -70
- package/dist/assets/{index-6405cd50.css → index-ab715d82.css} +4 -4
- package/dist/assets/index-abb90c97.css +164 -0
- package/dist/assets/{index-23e64bbb.css → index-c221fe05.css} +9 -9
- package/dist/assets/{index-c6f0da2e.css → index-c239a2fc.css} +14 -8
- package/dist/assets/{index-fec4bb7b.css → index-d3702c91.css} +22 -17
- package/dist/assets/{index-194e9415.css → index-d5716ef0.css} +74 -59
- package/dist/assets/{index-4a775ba1.css → index-d812ed9e.css} +43 -43
- package/dist/assets/{index-793eae6b.css → index-d9ae9479.css} +6 -6
- package/dist/assets/{index-1cf8eeb4.css → index-db5a8b1c.css} +26 -33
- package/dist/assets/index-dc612aa3.css +112 -0
- package/dist/assets/{index-294382c8.css → index-e1a7aa6f.css} +43 -38
- package/dist/assets/{index-376d2dec.css → index-e7c55791.css} +67 -67
- package/dist/assets/{index-165fce0e.css → index-e7eadba7.css} +13 -13
- package/dist/assets/{index-0adc989c.css → index-ebbb7829.css} +9 -13
- package/dist/assets/{referencePickerModal-0acecb5e.css → referencePickerModal-3a127978.css} +55 -55
- package/dist/chunks/AlertCircleOutline-7085c10f.cjs +35 -0
- package/dist/chunks/AlertCircleOutline-7085c10f.cjs.map +1 -0
- package/dist/chunks/AlertCircleOutline-b73838e0.mjs +37 -0
- package/dist/chunks/AlertCircleOutline-b73838e0.mjs.map +1 -0
- package/dist/chunks/ArrowLeft-2f9b9323.cjs +35 -0
- package/dist/chunks/ArrowLeft-2f9b9323.cjs.map +1 -0
- package/dist/chunks/ArrowLeft-3779ba88.mjs +37 -0
- package/dist/chunks/ArrowLeft-3779ba88.mjs.map +1 -0
- package/dist/chunks/ArrowRight-7315f6c1.cjs +35 -0
- package/dist/chunks/ArrowRight-7315f6c1.cjs.map +1 -0
- package/dist/chunks/ArrowRight-74a9fcb2.mjs +37 -0
- package/dist/chunks/ArrowRight-74a9fcb2.mjs.map +1 -0
- package/dist/chunks/Check-2ea0a88a.mjs +37 -0
- package/dist/chunks/Check-2ea0a88a.mjs.map +1 -0
- package/dist/chunks/Check-be8cd6af.cjs +35 -0
- package/dist/chunks/Check-be8cd6af.cjs.map +1 -0
- package/dist/chunks/ChevronDown-a72d365d.mjs +37 -0
- package/dist/chunks/ChevronDown-a72d365d.mjs.map +1 -0
- package/dist/chunks/ChevronDown-dc32e51d.cjs +35 -0
- package/dist/chunks/ChevronDown-dc32e51d.cjs.map +1 -0
- package/dist/chunks/ChevronRight-1a6a6cf2.mjs +37 -0
- package/dist/chunks/ChevronRight-1a6a6cf2.mjs.map +1 -0
- package/dist/chunks/ChevronRight-a4c1e0d3.cjs +35 -0
- package/dist/chunks/ChevronRight-a4c1e0d3.cjs.map +1 -0
- package/dist/chunks/Close-271f72e2.mjs +37 -0
- package/dist/chunks/Close-271f72e2.mjs.map +1 -0
- package/dist/chunks/Close-98cb6f12.cjs +35 -0
- package/dist/chunks/Close-98cb6f12.cjs.map +1 -0
- package/dist/chunks/DotsHorizontal-0ee7d901.mjs +37 -0
- package/dist/chunks/DotsHorizontal-0ee7d901.mjs.map +1 -0
- package/dist/chunks/DotsHorizontal-ac96129a.cjs +35 -0
- package/dist/chunks/DotsHorizontal-ac96129a.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-364eb664.cjs +113 -0
- package/dist/chunks/NcAppNavigationToggle-364eb664.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-cd2ef112.mjs +118 -0
- package/dist/chunks/NcAppNavigationToggle-cd2ef112.mjs.map +1 -0
- package/dist/chunks/{NcInputConfirmCancel-f881168d.mjs → NcInputConfirmCancel-304f0b74.mjs} +22 -15
- package/dist/chunks/NcInputConfirmCancel-304f0b74.mjs.map +1 -0
- package/dist/chunks/NcInputConfirmCancel-c873bb9b.cjs +90 -0
- package/dist/chunks/NcInputConfirmCancel-c873bb9b.cjs.map +1 -0
- package/dist/chunks/{NcRichText-1c3d2654.mjs → NcRichText-25edeb8e.mjs} +9 -9
- package/dist/chunks/{NcRichText-d385dc10.cjs.map → NcRichText-25edeb8e.mjs.map} +1 -1
- package/dist/chunks/{NcRichText-d385dc10.cjs → NcRichText-dcb4fb97.cjs} +2 -2
- package/dist/chunks/{NcRichText-1c3d2654.mjs.map → NcRichText-dcb4fb97.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-47d9c113.cjs → NcSettingsSelectGroup-d639533d.cjs} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-47d9c113.cjs.map → NcSettingsSelectGroup-d639533d.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-0f4a0f94.mjs → NcSettingsSelectGroup-fd91d31a.mjs} +2 -2
- package/dist/chunks/{NcSettingsSelectGroup-0f4a0f94.mjs.map → NcSettingsSelectGroup-fd91d31a.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-97a014a1.mjs → ScopeComponent-5b9e60d8.mjs} +3 -3
- package/dist/chunks/{ScopeComponent-97a014a1.mjs.map → ScopeComponent-5b9e60d8.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-1c75ec38.cjs → ScopeComponent-dfa5ec75.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-1c75ec38.cjs.map → ScopeComponent-dfa5ec75.cjs.map} +1 -1
- package/dist/chunks/{actionText-b0bd6eb7.cjs → actionText-54bc24a6.cjs} +1 -1
- package/dist/chunks/{actionText-9f5c55bd.mjs.map → actionText-54bc24a6.cjs.map} +1 -1
- package/dist/chunks/{actionText-9f5c55bd.mjs → actionText-a64be267.mjs} +1 -1
- package/dist/chunks/{actionText-b0bd6eb7.cjs.map → actionText-a64be267.mjs.map} +1 -1
- package/dist/chunks/{index-2a5b8ace.cjs → index-343ecbe5.cjs} +98 -55
- package/dist/chunks/index-343ecbe5.cjs.map +1 -0
- package/dist/chunks/{index-6c221fa0.mjs → index-a01ff595.mjs} +143 -100
- package/dist/chunks/index-a01ff595.mjs.map +1 -0
- package/dist/chunks/{l10n-4326316a.cjs → l10n-9321b50d.cjs} +1 -1
- package/dist/chunks/{l10n-4326316a.cjs.map → l10n-9321b50d.cjs.map} +1 -1
- package/dist/chunks/l10n-9f3afaf5.cjs +29 -0
- package/dist/chunks/l10n-9f3afaf5.cjs.map +1 -0
- package/dist/chunks/l10n-b6d21146.mjs +31 -0
- package/dist/chunks/l10n-b6d21146.mjs.map +1 -0
- package/dist/chunks/{l10n-c5f5f001.mjs → l10n-bef4ea85.mjs} +1 -1
- package/dist/chunks/{l10n-c5f5f001.mjs.map → l10n-bef4ea85.mjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-0fde503d.mjs → referencePickerModal-58498cac.mjs} +157 -125
- package/dist/chunks/referencePickerModal-58498cac.mjs.map +1 -0
- package/dist/chunks/{referencePickerModal-9b4ff88d.cjs → referencePickerModal-a739a17b.cjs} +145 -112
- package/dist/chunks/referencePickerModal-a739a17b.cjs.map +1 -0
- package/dist/index.cjs +105 -103
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +138 -133
- package/dist/index.mjs.map +1 -1
- package/dist/vendor.LICENSE.txt +5 -1
- package/package.json +8 -5
- package/dist/assets/index-7768d5e5.css +0 -148
- package/dist/assets/index-d646553d.css +0 -41
- package/dist/chunks/NcAppNavigationToggle-960658a0.cjs +0 -49
- package/dist/chunks/NcAppNavigationToggle-960658a0.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-d868f651.mjs +0 -55
- package/dist/chunks/NcAppNavigationToggle-d868f651.mjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-0c4bee9a.cjs +0 -83
- package/dist/chunks/NcInputConfirmCancel-0c4bee9a.cjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-f881168d.mjs.map +0 -1
- package/dist/chunks/index-2a5b8ace.cjs.map +0 -1
- package/dist/chunks/index-6c221fa0.mjs.map +0 -1
- package/dist/chunks/l10n-27a75c40.mjs +0 -31
- package/dist/chunks/l10n-27a75c40.mjs.map +0 -1
- package/dist/chunks/l10n-903083c4.cjs +0 -29
- package/dist/chunks/l10n-903083c4.cjs.map +0 -1
- package/dist/chunks/referencePickerModal-0fde503d.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-9b4ff88d.cjs.map +0 -1
|
@@ -424,32 +424,32 @@
|
|
|
424
424
|
color: #ccc;
|
|
425
425
|
background-color: #f3f3f3;
|
|
426
426
|
}
|
|
427
|
-
.mx-datepicker[data-v-
|
|
427
|
+
.mx-datepicker[data-v-cfad8df] {
|
|
428
428
|
-webkit-user-select: none;
|
|
429
429
|
user-select: none;
|
|
430
430
|
color: var(--color-main-text);
|
|
431
431
|
}
|
|
432
|
-
.mx-datepicker[data-v-
|
|
432
|
+
.mx-datepicker[data-v-cfad8df] svg {
|
|
433
433
|
fill: var(--color-main-text);
|
|
434
434
|
}
|
|
435
|
-
.mx-datepicker[data-v-
|
|
435
|
+
.mx-datepicker[data-v-cfad8df] .mx-input-wrapper .mx-input {
|
|
436
436
|
width: 100%;
|
|
437
437
|
border: 2px solid var(--color-border-maxcontrast);
|
|
438
438
|
background-color: var(--color-main-background);
|
|
439
439
|
background-clip: content-box;
|
|
440
440
|
}
|
|
441
|
-
.mx-datepicker[data-v-
|
|
442
|
-
.mx-datepicker[data-v-
|
|
443
|
-
.mx-datepicker[data-v-
|
|
441
|
+
.mx-datepicker[data-v-cfad8df] .mx-input-wrapper .mx-input:active:not(.disabled),
|
|
442
|
+
.mx-datepicker[data-v-cfad8df] .mx-input-wrapper .mx-input:hover:not(.disabled),
|
|
443
|
+
.mx-datepicker[data-v-cfad8df] .mx-input-wrapper .mx-input:focus:not(.disabled) {
|
|
444
444
|
border-color: var(--color-primary-element);
|
|
445
445
|
}
|
|
446
|
-
.mx-datepicker[data-v-
|
|
447
|
-
.mx-datepicker[data-v-
|
|
446
|
+
.mx-datepicker[data-v-cfad8df] .mx-input-wrapper:disabled,
|
|
447
|
+
.mx-datepicker[data-v-cfad8df] .mx-input-wrapper.disabled {
|
|
448
448
|
cursor: not-allowed;
|
|
449
449
|
opacity: .7;
|
|
450
450
|
}
|
|
451
|
-
.mx-datepicker[data-v-
|
|
452
|
-
.mx-datepicker[data-v-
|
|
451
|
+
.mx-datepicker[data-v-cfad8df] .mx-input-wrapper .mx-icon-calendar,
|
|
452
|
+
.mx-datepicker[data-v-cfad8df] .mx-input-wrapper .mx-icon-clear {
|
|
453
453
|
color: var(--color-text-lighter);
|
|
454
454
|
}
|
|
455
455
|
.mx-datepicker-main {
|
|
@@ -686,9 +686,6 @@
|
|
|
686
686
|
justify-content: center;
|
|
687
687
|
width: 32px;
|
|
688
688
|
padding: 0;
|
|
689
|
-
background-repeat: no-repeat;
|
|
690
|
-
background-size: 16px;
|
|
691
|
-
background-position: center;
|
|
692
689
|
}
|
|
693
690
|
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i,
|
|
694
691
|
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i,
|
|
@@ -698,7 +695,31 @@
|
|
|
698
695
|
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i,
|
|
699
696
|
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i,
|
|
700
697
|
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i {
|
|
701
|
-
|
|
698
|
+
background-repeat: no-repeat;
|
|
699
|
+
background-size: 16px;
|
|
700
|
+
background-position: center;
|
|
701
|
+
filter: var(--background-invert-if-dark);
|
|
702
|
+
display: inline-block;
|
|
703
|
+
width: 32px;
|
|
704
|
+
height: 32px;
|
|
705
|
+
}
|
|
706
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i:after,
|
|
707
|
+
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i:after,
|
|
708
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i:before,
|
|
709
|
+
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i:before,
|
|
710
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i:after,
|
|
711
|
+
.mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i:after,
|
|
712
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i:before,
|
|
713
|
+
.mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i:before,
|
|
714
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i:after,
|
|
715
|
+
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i:after,
|
|
716
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i:before,
|
|
717
|
+
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i:before,
|
|
718
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i:after,
|
|
719
|
+
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i:after,
|
|
720
|
+
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i:before,
|
|
721
|
+
.mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i:before {
|
|
722
|
+
content: none;
|
|
702
723
|
}
|
|
703
724
|
.mx-datepicker-main .mx-calendar-header button.mx-btn-text,
|
|
704
725
|
.mx-datepicker-main .mx-time-header button.mx-btn-text {
|
|
@@ -708,38 +729,22 @@
|
|
|
708
729
|
.mx-datepicker-main .mx-time-header .mx-calendar-header-label {
|
|
709
730
|
display: flex;
|
|
710
731
|
}
|
|
711
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-left,
|
|
712
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-double-left {
|
|
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 {
|
|
713
734
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzIyMiI+PHBhdGggZD0iTTE4LjQgNy40TDE3IDZsLTYgNiA2IDYgMS40LTEuNC00LjYtNC42IDQuNi00LjZtLTYgMEwxMSA2bC02IDYgNiA2IDEuNC0xLjRMNy44IDEybDQuNi00LjZ6Ii8+PC9zdmc+);
|
|
714
735
|
}
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI2QyZDJkMiI+PHBhdGggZD0iTTE4LjQgNy40TDE3IDZsLTYgNiA2IDYgMS40LTEuNC00LjYtNC42IDQuNi00LjZtLTYgMEwxMSA2bC02IDYgNiA2IDEuNC0xLjRMNy44IDEybDQuNi00LjZ6Ii8+PC9zdmc+);
|
|
718
|
-
}
|
|
719
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-left,
|
|
720
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-left {
|
|
736
|
+
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-left > i,
|
|
737
|
+
.mx-datepicker-main .mx-time-header .mx-btn-icon-left > i {
|
|
721
738
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzIyMiI+PHBhdGggZD0iTTE1LjQgMTYuNkwxMC44IDEybDQuNi00LjZMMTQgNmwtNiA2IDYgNiAxLjQtMS40eiIvPjwvc3ZnPg==);
|
|
722
739
|
}
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI2QyZDJkMiI+PHBhdGggZD0iTTE1LjQgMTYuNkwxMC44IDEybDQuNi00LjZMMTQgNmwtNiA2IDYgNiAxLjQtMS40eiIvPjwvc3ZnPg==);
|
|
726
|
-
}
|
|
727
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-right,
|
|
728
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-right {
|
|
740
|
+
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-right > i,
|
|
741
|
+
.mx-datepicker-main .mx-time-header .mx-btn-icon-right > i {
|
|
729
742
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzIyMiI+PHBhdGggZD0iTTguNiAxNi42bDQuNi00LjYtNC42LTQuNkwxMCA2bDYgNi02IDYtMS40LTEuNHoiLz48L3N2Zz4=);
|
|
730
743
|
}
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI2QyZDJkMiI+PHBhdGggZD0iTTguNiAxNi42bDQuNi00LjYtNC42LTQuNkwxMCA2bDYgNi02IDYtMS40LTEuNHoiLz48L3N2Zz4=);
|
|
734
|
-
}
|
|
735
|
-
.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-right,
|
|
736
|
-
.mx-datepicker-main .mx-time-header .mx-btn-icon-double-right {
|
|
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 {
|
|
737
746
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzIyMiI+PHBhdGggZD0iTTUuNiA3LjRMNyA2bDYgNi02IDYtMS40LTEuNCA0LjYtNC42LTQuNi00LjZtNiAwTDEzIDZsNiA2LTYgNi0xLjQtMS40IDQuNi00LjYtNC42LTQuNnoiLz48L3N2Zz4=);
|
|
738
747
|
}
|
|
739
|
-
body.theme--dark .mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-right,
|
|
740
|
-
body.theme--dark .mx-datepicker-main .mx-time-header .mx-btn-icon-double-right {
|
|
741
|
-
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI2QyZDJkMiI+PHBhdGggZD0iTTUuNiA3LjRMNyA2bDYgNi02IDYtMS40LTEuNCA0LjYtNC42LTQuNi00LjZtNiAwTDEzIDZsNiA2LTYgNi0xLjQtMS40IDQuNi00LjYtNC42LTQuNnoiLz48L3N2Zz4=);
|
|
742
|
-
}
|
|
743
748
|
.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right,
|
|
744
749
|
.mx-datepicker-main .mx-time-header button.mx-btn-icon-right {
|
|
745
750
|
order: 2;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.material-design-icon[data-v-
|
|
2
|
+
.material-design-icon[data-v-7412a2c7] {
|
|
3
3
|
display: flex;
|
|
4
4
|
align-self: center;
|
|
5
5
|
justify-self: center;
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
|
-
button[data-v-
|
|
31
|
-
input[data-v-
|
|
32
|
-
textarea[data-v-
|
|
30
|
+
button[data-v-7412a2c7]:not(.button-vue),
|
|
31
|
+
input[data-v-7412a2c7]:not([type=range]),
|
|
32
|
+
textarea[data-v-7412a2c7] {
|
|
33
33
|
margin: 0;
|
|
34
34
|
padding: 7px 6px;
|
|
35
35
|
cursor: text;
|
|
@@ -40,72 +40,72 @@ textarea[data-v-444bf7e8] {
|
|
|
40
40
|
background-color: var(--color-main-background);
|
|
41
41
|
font-size: 13px;
|
|
42
42
|
}
|
|
43
|
-
button[data-v-
|
|
44
|
-
button[data-v-
|
|
45
|
-
button:not(.button-vue):not(:disabled):not(.primary).active[data-v-
|
|
46
|
-
input[data-v-
|
|
47
|
-
input[data-v-
|
|
48
|
-
input:not([type=range]):not(:disabled):not(.primary).active[data-v-
|
|
49
|
-
textarea[data-v-
|
|
50
|
-
textarea[data-v-
|
|
51
|
-
textarea:not(:disabled):not(.primary).active[data-v-
|
|
43
|
+
button[data-v-7412a2c7]:not(.button-vue):not(:disabled):not(.primary):hover,
|
|
44
|
+
button[data-v-7412a2c7]:not(.button-vue):not(:disabled):not(.primary):focus,
|
|
45
|
+
button:not(.button-vue):not(:disabled):not(.primary).active[data-v-7412a2c7],
|
|
46
|
+
input[data-v-7412a2c7]:not([type=range]):not(:disabled):not(.primary):hover,
|
|
47
|
+
input[data-v-7412a2c7]:not([type=range]):not(:disabled):not(.primary):focus,
|
|
48
|
+
input:not([type=range]):not(:disabled):not(.primary).active[data-v-7412a2c7],
|
|
49
|
+
textarea[data-v-7412a2c7]:not(:disabled):not(.primary):hover,
|
|
50
|
+
textarea[data-v-7412a2c7]:not(:disabled):not(.primary):focus,
|
|
51
|
+
textarea:not(:disabled):not(.primary).active[data-v-7412a2c7] {
|
|
52
52
|
border-color: var(--color-primary-element);
|
|
53
53
|
outline: none;
|
|
54
54
|
}
|
|
55
|
-
button[data-v-
|
|
56
|
-
input[data-v-
|
|
57
|
-
textarea[data-v-
|
|
55
|
+
button[data-v-7412a2c7]:not(.button-vue):not(:disabled):not(.primary):active,
|
|
56
|
+
input[data-v-7412a2c7]:not([type=range]):not(:disabled):not(.primary):active,
|
|
57
|
+
textarea[data-v-7412a2c7]:not(:disabled):not(.primary):active {
|
|
58
58
|
color: var(--color-text-light);
|
|
59
59
|
outline: none;
|
|
60
60
|
background-color: var(--color-main-background);
|
|
61
61
|
}
|
|
62
|
-
button[data-v-
|
|
63
|
-
input[data-v-
|
|
64
|
-
textarea[data-v-
|
|
62
|
+
button[data-v-7412a2c7]:not(.button-vue):disabled,
|
|
63
|
+
input[data-v-7412a2c7]:not([type=range]):disabled,
|
|
64
|
+
textarea[data-v-7412a2c7]:disabled {
|
|
65
65
|
cursor: default;
|
|
66
66
|
opacity: .5;
|
|
67
67
|
color: var(--color-text-maxcontrast);
|
|
68
68
|
background-color: var(--color-background-dark);
|
|
69
69
|
}
|
|
70
|
-
button[data-v-
|
|
71
|
-
input[data-v-
|
|
72
|
-
textarea[data-v-
|
|
70
|
+
button[data-v-7412a2c7]:not(.button-vue):required,
|
|
71
|
+
input[data-v-7412a2c7]:not([type=range]):required,
|
|
72
|
+
textarea[data-v-7412a2c7]:required {
|
|
73
73
|
box-shadow: none;
|
|
74
74
|
}
|
|
75
|
-
button[data-v-
|
|
76
|
-
input[data-v-
|
|
77
|
-
textarea[data-v-
|
|
75
|
+
button[data-v-7412a2c7]:not(.button-vue):invalid,
|
|
76
|
+
input[data-v-7412a2c7]:not([type=range]):invalid,
|
|
77
|
+
textarea[data-v-7412a2c7]:invalid {
|
|
78
78
|
border-color: var(--color-error);
|
|
79
79
|
box-shadow: none !important;
|
|
80
80
|
}
|
|
81
|
-
button:not(.button-vue).primary[data-v-
|
|
82
|
-
input:not([type=range]).primary[data-v-
|
|
83
|
-
textarea.primary[data-v-
|
|
81
|
+
button:not(.button-vue).primary[data-v-7412a2c7],
|
|
82
|
+
input:not([type=range]).primary[data-v-7412a2c7],
|
|
83
|
+
textarea.primary[data-v-7412a2c7] {
|
|
84
84
|
cursor: pointer;
|
|
85
85
|
color: var(--color-primary-element-text);
|
|
86
86
|
border-color: var(--color-primary-element);
|
|
87
87
|
background-color: var(--color-primary-element);
|
|
88
88
|
}
|
|
89
|
-
button:not(.button-vue).primary[data-v-
|
|
90
|
-
button:not(.button-vue).primary[data-v-
|
|
91
|
-
button:not(.button-vue).primary[data-v-
|
|
92
|
-
input:not([type=range]).primary[data-v-
|
|
93
|
-
input:not([type=range]).primary[data-v-
|
|
94
|
-
input:not([type=range]).primary[data-v-
|
|
95
|
-
textarea.primary[data-v-
|
|
96
|
-
textarea.primary[data-v-
|
|
97
|
-
textarea.primary[data-v-
|
|
89
|
+
button:not(.button-vue).primary[data-v-7412a2c7]:not(:disabled):hover,
|
|
90
|
+
button:not(.button-vue).primary[data-v-7412a2c7]:not(:disabled):focus,
|
|
91
|
+
button:not(.button-vue).primary[data-v-7412a2c7]:not(:disabled):active,
|
|
92
|
+
input:not([type=range]).primary[data-v-7412a2c7]:not(:disabled):hover,
|
|
93
|
+
input:not([type=range]).primary[data-v-7412a2c7]:not(:disabled):focus,
|
|
94
|
+
input:not([type=range]).primary[data-v-7412a2c7]:not(:disabled):active,
|
|
95
|
+
textarea.primary[data-v-7412a2c7]:not(:disabled):hover,
|
|
96
|
+
textarea.primary[data-v-7412a2c7]:not(:disabled):focus,
|
|
97
|
+
textarea.primary[data-v-7412a2c7]:not(:disabled):active {
|
|
98
98
|
border-color: var(--color-primary-element-light);
|
|
99
99
|
background-color: var(--color-primary-element-light);
|
|
100
100
|
}
|
|
101
|
-
button:not(.button-vue).primary[data-v-
|
|
102
|
-
input:not([type=range]).primary[data-v-
|
|
103
|
-
textarea.primary[data-v-
|
|
101
|
+
button:not(.button-vue).primary[data-v-7412a2c7]:not(:disabled):active,
|
|
102
|
+
input:not([type=range]).primary[data-v-7412a2c7]:not(:disabled):active,
|
|
103
|
+
textarea.primary[data-v-7412a2c7]:not(:disabled):active {
|
|
104
104
|
color: var(--color-primary-element-text-dark);
|
|
105
105
|
}
|
|
106
|
-
button:not(.button-vue).primary[data-v-
|
|
107
|
-
input:not([type=range]).primary[data-v-
|
|
108
|
-
textarea.primary[data-v-
|
|
106
|
+
button:not(.button-vue).primary[data-v-7412a2c7]:disabled,
|
|
107
|
+
input:not([type=range]).primary[data-v-7412a2c7]:disabled,
|
|
108
|
+
textarea.primary[data-v-7412a2c7]:disabled {
|
|
109
109
|
cursor: default;
|
|
110
110
|
color: var(--color-primary-element-text-dark);
|
|
111
111
|
background-color: var(--color-primary-element);
|
|
@@ -132,24 +132,24 @@ textarea.primary[data-v-444bf7e8]:disabled {
|
|
|
132
132
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
133
133
|
*
|
|
134
134
|
*/
|
|
135
|
-
li.active[data-v-
|
|
135
|
+
li.active[data-v-7412a2c7] {
|
|
136
136
|
background-color: var(--color-background-hover);
|
|
137
137
|
border-radius: 6px;
|
|
138
138
|
padding: 0;
|
|
139
139
|
}
|
|
140
|
-
.action--disabled[data-v-
|
|
140
|
+
.action--disabled[data-v-7412a2c7] {
|
|
141
141
|
pointer-events: none;
|
|
142
142
|
opacity: .5;
|
|
143
143
|
}
|
|
144
|
-
.action--disabled[data-v-
|
|
145
|
-
.action--disabled[data-v-
|
|
144
|
+
.action--disabled[data-v-7412a2c7]:hover,
|
|
145
|
+
.action--disabled[data-v-7412a2c7]:focus {
|
|
146
146
|
cursor: default;
|
|
147
147
|
opacity: .5;
|
|
148
148
|
}
|
|
149
|
-
.action--disabled *[data-v-
|
|
149
|
+
.action--disabled *[data-v-7412a2c7] {
|
|
150
150
|
opacity: 1 !important;
|
|
151
151
|
}
|
|
152
|
-
.action-input[data-v-
|
|
152
|
+
.action-input[data-v-7412a2c7] {
|
|
153
153
|
display: flex;
|
|
154
154
|
align-items: flex-start;
|
|
155
155
|
width: 100%;
|
|
@@ -165,60 +165,60 @@ li.active[data-v-444bf7e8] {
|
|
|
165
165
|
box-shadow: none;
|
|
166
166
|
font-weight: 400;
|
|
167
167
|
}
|
|
168
|
-
.action-input__icon-wrapper[data-v-
|
|
168
|
+
.action-input__icon-wrapper[data-v-7412a2c7] {
|
|
169
169
|
display: flex;
|
|
170
170
|
align-self: center;
|
|
171
171
|
align-items: center;
|
|
172
172
|
justify-content: center;
|
|
173
173
|
}
|
|
174
|
-
.action-input__icon-wrapper[data-v-
|
|
174
|
+
.action-input__icon-wrapper[data-v-7412a2c7] .material-design-icon {
|
|
175
175
|
width: 44px;
|
|
176
176
|
height: 44px;
|
|
177
177
|
opacity: 1;
|
|
178
178
|
}
|
|
179
|
-
.action-input__icon-wrapper[data-v-
|
|
179
|
+
.action-input__icon-wrapper[data-v-7412a2c7] .material-design-icon .material-design-icon__svg {
|
|
180
180
|
vertical-align: middle;
|
|
181
181
|
}
|
|
182
|
-
.action-input > span[data-v-
|
|
182
|
+
.action-input > span[data-v-7412a2c7] {
|
|
183
183
|
cursor: pointer;
|
|
184
184
|
white-space: nowrap;
|
|
185
185
|
}
|
|
186
|
-
.action-input__icon[data-v-
|
|
186
|
+
.action-input__icon[data-v-7412a2c7] {
|
|
187
187
|
min-width: 0;
|
|
188
188
|
min-height: 0;
|
|
189
189
|
padding: 22px 0 22px 44px;
|
|
190
190
|
background-position: 14px center;
|
|
191
191
|
background-size: 16px;
|
|
192
192
|
}
|
|
193
|
-
.action-input__form[data-v-
|
|
193
|
+
.action-input__form[data-v-7412a2c7] {
|
|
194
194
|
display: flex;
|
|
195
195
|
align-items: center;
|
|
196
196
|
flex: 1 1 auto;
|
|
197
197
|
margin: 4px 0;
|
|
198
198
|
padding-right: 14px;
|
|
199
199
|
}
|
|
200
|
-
.action-input__container[data-v-
|
|
200
|
+
.action-input__container[data-v-7412a2c7] {
|
|
201
201
|
width: 100%;
|
|
202
202
|
}
|
|
203
|
-
.action-input__input-container[data-v-
|
|
203
|
+
.action-input__input-container[data-v-7412a2c7] {
|
|
204
204
|
display: flex;
|
|
205
205
|
}
|
|
206
|
-
.action-input__input-container .colorpicker__trigger[data-v-
|
|
207
|
-
.action-input__input-container .colorpicker__preview[data-v-
|
|
206
|
+
.action-input__input-container .colorpicker__trigger[data-v-7412a2c7],
|
|
207
|
+
.action-input__input-container .colorpicker__preview[data-v-7412a2c7] {
|
|
208
208
|
width: 100%;
|
|
209
209
|
}
|
|
210
|
-
.action-input__input-container .colorpicker__preview[data-v-
|
|
210
|
+
.action-input__input-container .colorpicker__preview[data-v-7412a2c7] {
|
|
211
211
|
width: 100%;
|
|
212
212
|
height: 36px;
|
|
213
213
|
border-radius: var(--border-radius-large);
|
|
214
214
|
border: 2px solid var(--color-border-maxcontrast);
|
|
215
215
|
box-shadow: none !important;
|
|
216
216
|
}
|
|
217
|
-
.action-input__text-label[data-v-
|
|
217
|
+
.action-input__text-label[data-v-7412a2c7] {
|
|
218
218
|
padding: 4px 0;
|
|
219
219
|
display: block;
|
|
220
220
|
}
|
|
221
|
-
.action-input__text-label--hidden[data-v-
|
|
221
|
+
.action-input__text-label--hidden[data-v-7412a2c7] {
|
|
222
222
|
position: absolute;
|
|
223
223
|
left: -10000px;
|
|
224
224
|
top: auto;
|
|
@@ -226,18 +226,18 @@ li.active[data-v-444bf7e8] {
|
|
|
226
226
|
height: 1px;
|
|
227
227
|
overflow: hidden;
|
|
228
228
|
}
|
|
229
|
-
.action-input__datetimepicker[data-v-
|
|
229
|
+
.action-input__datetimepicker[data-v-7412a2c7] {
|
|
230
230
|
width: 100%;
|
|
231
231
|
}
|
|
232
|
-
.action-input__datetimepicker[data-v-
|
|
232
|
+
.action-input__datetimepicker[data-v-7412a2c7] .mx-input {
|
|
233
233
|
margin: 0;
|
|
234
234
|
}
|
|
235
|
-
.action-input__multi[data-v-
|
|
235
|
+
.action-input__multi[data-v-7412a2c7] {
|
|
236
236
|
width: 100%;
|
|
237
237
|
}
|
|
238
|
-
li:last-child > .action-input[data-v-
|
|
238
|
+
li:last-child > .action-input[data-v-7412a2c7] {
|
|
239
239
|
padding-bottom: 10px;
|
|
240
240
|
}
|
|
241
|
-
li:first-child > .action-input[data-v-
|
|
241
|
+
li:first-child > .action-input[data-v-7412a2c7]:not(.action-input--visible-label) {
|
|
242
242
|
padding-top: 10px;
|
|
243
243
|
}
|
|
@@ -20,30 +20,30 @@
|
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
.material-design-icon[data-v-
|
|
23
|
+
.material-design-icon[data-v-00e861ef] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-self: center;
|
|
26
26
|
justify-self: center;
|
|
27
27
|
align-items: center;
|
|
28
28
|
justify-content: center;
|
|
29
29
|
}
|
|
30
|
-
.item-list__entry[data-v-
|
|
30
|
+
.item-list__entry[data-v-00e861ef] {
|
|
31
31
|
display: flex;
|
|
32
32
|
align-items: flex-start;
|
|
33
33
|
position: relative;
|
|
34
34
|
padding: 8px;
|
|
35
35
|
}
|
|
36
|
-
.item-list__entry[data-v-
|
|
37
|
-
.item-list__entry[data-v-
|
|
36
|
+
.item-list__entry[data-v-00e861ef]:hover,
|
|
37
|
+
.item-list__entry[data-v-00e861ef]:focus {
|
|
38
38
|
background-color: var(--color-background-hover);
|
|
39
39
|
border-radius: var(--border-radius-large);
|
|
40
40
|
}
|
|
41
|
-
.item-list__entry .item-avatar[data-v-
|
|
41
|
+
.item-list__entry .item-avatar[data-v-00e861ef] {
|
|
42
42
|
position: relative;
|
|
43
43
|
margin-top: auto;
|
|
44
44
|
margin-bottom: auto;
|
|
45
45
|
}
|
|
46
|
-
.item-list__entry .item__details[data-v-
|
|
46
|
+
.item-list__entry .item__details[data-v-00e861ef] {
|
|
47
47
|
padding-left: 8px;
|
|
48
48
|
max-height: 44px;
|
|
49
49
|
flex-grow: 1;
|
|
@@ -51,32 +51,32 @@
|
|
|
51
51
|
display: flex;
|
|
52
52
|
flex-direction: column;
|
|
53
53
|
}
|
|
54
|
-
.item-list__entry .item__details h3[data-v-
|
|
55
|
-
.item-list__entry .item__details .message[data-v-
|
|
54
|
+
.item-list__entry .item__details h3[data-v-00e861ef],
|
|
55
|
+
.item-list__entry .item__details .message[data-v-00e861ef] {
|
|
56
56
|
white-space: nowrap;
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
text-overflow: ellipsis;
|
|
59
59
|
}
|
|
60
|
-
.item-list__entry .item__details .message span[data-v-
|
|
60
|
+
.item-list__entry .item__details .message span[data-v-00e861ef] {
|
|
61
61
|
width: 10px;
|
|
62
62
|
display: inline-block;
|
|
63
63
|
margin-bottom: -3px;
|
|
64
64
|
}
|
|
65
|
-
.item-list__entry .item__details h3[data-v-
|
|
65
|
+
.item-list__entry .item__details h3[data-v-00e861ef] {
|
|
66
66
|
font-size: 100%;
|
|
67
67
|
margin: 0;
|
|
68
68
|
}
|
|
69
|
-
.item-list__entry .item__details .message[data-v-
|
|
69
|
+
.item-list__entry .item__details .message[data-v-00e861ef] {
|
|
70
70
|
width: 100%;
|
|
71
71
|
color: var(--color-text-maxcontrast);
|
|
72
72
|
}
|
|
73
|
-
.item-list__entry .item-icon[data-v-
|
|
73
|
+
.item-list__entry .item-icon[data-v-00e861ef] {
|
|
74
74
|
position: relative;
|
|
75
75
|
width: 14px;
|
|
76
76
|
height: 14px;
|
|
77
77
|
margin: 27px -3px 0 -7px;
|
|
78
78
|
}
|
|
79
|
-
.item-list__entry button.primary[data-v-
|
|
79
|
+
.item-list__entry button.primary[data-v-00e861ef] {
|
|
80
80
|
padding: 21px;
|
|
81
81
|
margin: 0;
|
|
82
82
|
}
|
|
@@ -31,17 +31,18 @@
|
|
|
31
31
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
|
-
.material-design-icon[data-v-
|
|
34
|
+
.material-design-icon[data-v-fd869d62] {
|
|
35
35
|
display: flex;
|
|
36
36
|
align-self: center;
|
|
37
37
|
justify-self: center;
|
|
38
38
|
align-items: center;
|
|
39
39
|
justify-content: center;
|
|
40
40
|
}
|
|
41
|
-
.app-navigation[data-v-
|
|
41
|
+
.app-navigation[data-v-fd869d62] {
|
|
42
42
|
--color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-text-maxcontrast-default));
|
|
43
43
|
transition: transform var(--animation-quick), margin var(--animation-quick);
|
|
44
44
|
width: 300px;
|
|
45
|
+
max-width: calc(100vw - (var(--app-navigation-padding) + var(--default-clickable-area) + var(--default-grid-baseline)));
|
|
45
46
|
position: relative;
|
|
46
47
|
top: 0;
|
|
47
48
|
left: 0;
|
|
@@ -59,12 +60,12 @@
|
|
|
59
60
|
-webkit-backdrop-filter: var(--filter-background-blur, none);
|
|
60
61
|
backdrop-filter: var(--filter-background-blur, none);
|
|
61
62
|
}
|
|
62
|
-
.app-navigation--close[data-v-
|
|
63
|
+
.app-navigation--close[data-v-fd869d62] {
|
|
63
64
|
transform: translate(-100%);
|
|
64
65
|
position: absolute;
|
|
65
66
|
}
|
|
66
|
-
.app-navigation__content > ul[data-v-
|
|
67
|
-
.app-navigation__list[data-v-
|
|
67
|
+
.app-navigation__content > ul[data-v-fd869d62],
|
|
68
|
+
.app-navigation__list[data-v-fd869d62] {
|
|
68
69
|
position: relative;
|
|
69
70
|
height: 100%;
|
|
70
71
|
width: 100%;
|
|
@@ -76,21 +77,16 @@
|
|
|
76
77
|
gap: var(--default-grid-baseline, 4px);
|
|
77
78
|
padding: var(--app-navigation-padding);
|
|
78
79
|
}
|
|
79
|
-
.app-navigation__content[data-v-
|
|
80
|
+
.app-navigation__content[data-v-fd869d62] {
|
|
80
81
|
height: 100%;
|
|
81
82
|
display: flex;
|
|
82
83
|
flex-direction: column;
|
|
83
84
|
}
|
|
84
|
-
[data-themes*=highcontrast] .app-navigation[data-v-
|
|
85
|
+
[data-themes*=highcontrast] .app-navigation[data-v-fd869d62] {
|
|
85
86
|
border-right: 1px solid var(--color-border);
|
|
86
87
|
}
|
|
87
88
|
@media only screen and (max-width: 1024px) {
|
|
88
|
-
.app-navigation[data-v-
|
|
89
|
+
.app-navigation[data-v-fd869d62]:not(.app-navigation--close) {
|
|
89
90
|
position: absolute;
|
|
90
91
|
}
|
|
91
92
|
}
|
|
92
|
-
@media only screen and (max-width: 768px) {
|
|
93
|
-
.app-navigation[data-v-23d718a2] {
|
|
94
|
-
z-index: 1400;
|
|
95
|
-
}
|
|
96
|
-
}
|