@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
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.material-design-icon[data-v-
|
|
2
|
+
.material-design-icon[data-v-c682268d] {
|
|
3
3
|
display: flex;
|
|
4
4
|
align-self: center;
|
|
5
5
|
justify-self: center;
|
|
6
6
|
align-items: center;
|
|
7
7
|
justify-content: center;
|
|
8
8
|
}
|
|
9
|
-
.app-sidebar-tabs[data-v-
|
|
9
|
+
.app-sidebar-tabs[data-v-c682268d] {
|
|
10
10
|
display: flex;
|
|
11
11
|
flex-direction: column;
|
|
12
12
|
min-height: 0;
|
|
13
13
|
flex: 1 1 100%;
|
|
14
14
|
}
|
|
15
|
-
.app-sidebar-tabs__nav[data-v-
|
|
15
|
+
.app-sidebar-tabs__nav[data-v-c682268d] {
|
|
16
16
|
display: flex;
|
|
17
17
|
justify-content: stretch;
|
|
18
18
|
margin-top: 10px;
|
|
19
19
|
padding: 0 4px;
|
|
20
20
|
}
|
|
21
|
-
.app-sidebar-tabs__tab[data-v-
|
|
21
|
+
.app-sidebar-tabs__tab[data-v-c682268d] {
|
|
22
22
|
flex: 1 1;
|
|
23
23
|
}
|
|
24
|
-
.app-sidebar-tabs__tab.active[data-v-
|
|
24
|
+
.app-sidebar-tabs__tab.active[data-v-c682268d] {
|
|
25
25
|
color: var(--color-primary-element);
|
|
26
26
|
}
|
|
27
|
-
.app-sidebar-tabs__tab-caption[data-v-
|
|
27
|
+
.app-sidebar-tabs__tab-caption[data-v-c682268d] {
|
|
28
28
|
flex: 0 1 100%;
|
|
29
29
|
width: 100%;
|
|
30
30
|
overflow: hidden;
|
|
@@ -32,24 +32,24 @@
|
|
|
32
32
|
text-overflow: ellipsis;
|
|
33
33
|
text-align: center;
|
|
34
34
|
}
|
|
35
|
-
.app-sidebar-tabs__tab-icon[data-v-
|
|
35
|
+
.app-sidebar-tabs__tab-icon[data-v-c682268d] {
|
|
36
36
|
display: flex;
|
|
37
37
|
align-items: center;
|
|
38
38
|
justify-content: center;
|
|
39
39
|
background-size: 20px;
|
|
40
40
|
}
|
|
41
|
-
.app-sidebar-tabs__tab[data-v-
|
|
41
|
+
.app-sidebar-tabs__tab[data-v-c682268d] .checkbox-radio-switch__content {
|
|
42
42
|
max-width: unset;
|
|
43
43
|
}
|
|
44
|
-
.app-sidebar-tabs__content[data-v-
|
|
44
|
+
.app-sidebar-tabs__content[data-v-c682268d] {
|
|
45
45
|
position: relative;
|
|
46
46
|
min-height: 0;
|
|
47
47
|
height: 100%;
|
|
48
48
|
}
|
|
49
|
-
.app-sidebar-tabs__content--multiple[data-v-
|
|
49
|
+
.app-sidebar-tabs__content--multiple[data-v-c682268d] > :not(section) {
|
|
50
50
|
display: none;
|
|
51
51
|
}
|
|
52
|
-
[data-v-
|
|
52
|
+
[data-v-c682268d] .checkbox-radio-switch--button-variant.checkbox-radio-switch {
|
|
53
53
|
border: unset;
|
|
54
54
|
}
|
|
55
55
|
.material-design-icon[data-v-90858b97] {
|
|
@@ -20,7 +20,7 @@
|
|
|
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-bfe3e3d6] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-self: center;
|
|
26
26
|
justify-self: center;
|
|
@@ -49,24 +49,12 @@
|
|
|
49
49
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
|
-
li.active[data-v-
|
|
52
|
+
li.active[data-v-bfe3e3d6] {
|
|
53
53
|
background-color: var(--color-background-hover);
|
|
54
54
|
border-radius: 6px;
|
|
55
55
|
padding: 0;
|
|
56
56
|
}
|
|
57
|
-
.action
|
|
58
|
-
pointer-events: none;
|
|
59
|
-
opacity: .5;
|
|
60
|
-
}
|
|
61
|
-
.action--disabled[data-v-7ad61f44]:hover,
|
|
62
|
-
.action--disabled[data-v-7ad61f44]:focus {
|
|
63
|
-
cursor: default;
|
|
64
|
-
opacity: .5;
|
|
65
|
-
}
|
|
66
|
-
.action--disabled *[data-v-7ad61f44] {
|
|
67
|
-
opacity: 1 !important;
|
|
68
|
-
}
|
|
69
|
-
.action-button[data-v-7ad61f44] {
|
|
57
|
+
.action-router[data-v-bfe3e3d6] {
|
|
70
58
|
display: flex;
|
|
71
59
|
align-items: flex-start;
|
|
72
60
|
width: 100%;
|
|
@@ -85,11 +73,11 @@ li.active[data-v-7ad61f44] {
|
|
|
85
73
|
font-size: var(--default-font-size);
|
|
86
74
|
line-height: 44px;
|
|
87
75
|
}
|
|
88
|
-
.action-
|
|
76
|
+
.action-router > span[data-v-bfe3e3d6] {
|
|
89
77
|
cursor: pointer;
|
|
90
78
|
white-space: nowrap;
|
|
91
79
|
}
|
|
92
|
-
.action-
|
|
80
|
+
.action-router__icon[data-v-bfe3e3d6] {
|
|
93
81
|
width: 44px;
|
|
94
82
|
height: 44px;
|
|
95
83
|
opacity: 1;
|
|
@@ -97,15 +85,16 @@ li.active[data-v-7ad61f44] {
|
|
|
97
85
|
background-size: 16px;
|
|
98
86
|
background-repeat: no-repeat;
|
|
99
87
|
}
|
|
100
|
-
.action-
|
|
88
|
+
.action-router[data-v-bfe3e3d6] .material-design-icon {
|
|
101
89
|
width: 44px;
|
|
102
90
|
height: 44px;
|
|
103
91
|
opacity: 1;
|
|
104
92
|
}
|
|
105
|
-
.action-
|
|
93
|
+
.action-router[data-v-bfe3e3d6] .material-design-icon .material-design-icon__svg {
|
|
106
94
|
vertical-align: middle;
|
|
107
95
|
}
|
|
108
|
-
.action-
|
|
96
|
+
.action-router__longtext-wrapper[data-v-bfe3e3d6],
|
|
97
|
+
.action-router__longtext[data-v-bfe3e3d6] {
|
|
109
98
|
max-width: 220px;
|
|
110
99
|
line-height: 1.6em;
|
|
111
100
|
padding: 10.8px 0;
|
|
@@ -114,11 +103,11 @@ li.active[data-v-7ad61f44] {
|
|
|
114
103
|
overflow: hidden;
|
|
115
104
|
text-overflow: ellipsis;
|
|
116
105
|
}
|
|
117
|
-
.action-
|
|
106
|
+
.action-router__longtext[data-v-bfe3e3d6] {
|
|
118
107
|
cursor: pointer;
|
|
119
|
-
white-space: pre-wrap;
|
|
108
|
+
white-space: pre-wrap !important;
|
|
120
109
|
}
|
|
121
|
-
.action-
|
|
110
|
+
.action-router__name[data-v-bfe3e3d6] {
|
|
122
111
|
font-weight: 700;
|
|
123
112
|
text-overflow: ellipsis;
|
|
124
113
|
overflow: hidden;
|
|
@@ -126,3 +115,19 @@ li.active[data-v-7ad61f44] {
|
|
|
126
115
|
max-width: 100%;
|
|
127
116
|
display: inline-block;
|
|
128
117
|
}
|
|
118
|
+
.action-router__menu-icon[data-v-bfe3e3d6] {
|
|
119
|
+
margin-left: auto;
|
|
120
|
+
margin-right: -14px;
|
|
121
|
+
}
|
|
122
|
+
.action--disabled[data-v-bfe3e3d6] {
|
|
123
|
+
pointer-events: none;
|
|
124
|
+
opacity: .5;
|
|
125
|
+
}
|
|
126
|
+
.action--disabled[data-v-bfe3e3d6]:hover,
|
|
127
|
+
.action--disabled[data-v-bfe3e3d6]:focus {
|
|
128
|
+
cursor: default;
|
|
129
|
+
opacity: .5;
|
|
130
|
+
}
|
|
131
|
+
.action--disabled *[data-v-bfe3e3d6] {
|
|
132
|
+
opacity: 1 !important;
|
|
133
|
+
}
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
|
-
.material-design-icon {
|
|
42
|
+
.material-design-icon[data-v-d7365865] {
|
|
43
43
|
display: flex;
|
|
44
44
|
align-self: center;
|
|
45
45
|
justify-self: center;
|
|
46
46
|
align-items: center;
|
|
47
47
|
justify-content: center;
|
|
48
48
|
}
|
|
49
|
-
.app-navigation-entry {
|
|
49
|
+
.app-navigation-entry[data-v-d7365865] {
|
|
50
50
|
position: relative;
|
|
51
51
|
display: flex;
|
|
52
52
|
flex-shrink: 0;
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
transition: background-color .2s ease-in-out;
|
|
59
59
|
border-radius: var(--border-radius-pill);
|
|
60
60
|
}
|
|
61
|
-
.app-navigation-entry-wrapper {
|
|
61
|
+
.app-navigation-entry-wrapper[data-v-d7365865] {
|
|
62
62
|
position: relative;
|
|
63
63
|
display: flex;
|
|
64
64
|
flex-shrink: 0;
|
|
@@ -66,41 +66,41 @@
|
|
|
66
66
|
box-sizing: border-box;
|
|
67
67
|
width: 100%;
|
|
68
68
|
}
|
|
69
|
-
.app-navigation-entry-wrapper.app-navigation-entry--collapsible:not(.app-navigation-entry--opened) > ul {
|
|
69
|
+
.app-navigation-entry-wrapper.app-navigation-entry--collapsible:not(.app-navigation-entry--opened) > ul[data-v-d7365865] {
|
|
70
70
|
display: none;
|
|
71
71
|
}
|
|
72
|
-
.app-navigation-entry.active {
|
|
72
|
+
.app-navigation-entry.active[data-v-d7365865] {
|
|
73
73
|
background-color: var(--color-primary-element) !important;
|
|
74
74
|
}
|
|
75
|
-
.app-navigation-entry.active .app-navigation-entry-link,
|
|
76
|
-
.app-navigation-entry.active .app-navigation-entry-button {
|
|
75
|
+
.app-navigation-entry.active .app-navigation-entry-link[data-v-d7365865],
|
|
76
|
+
.app-navigation-entry.active .app-navigation-entry-button[data-v-d7365865] {
|
|
77
77
|
color: var(--color-primary-element-text) !important;
|
|
78
78
|
}
|
|
79
|
-
.app-navigation-entry:focus-within,
|
|
80
|
-
.app-navigation-entry:hover {
|
|
79
|
+
.app-navigation-entry[data-v-d7365865]:focus-within,
|
|
80
|
+
.app-navigation-entry[data-v-d7365865]:hover {
|
|
81
81
|
background-color: var(--color-background-hover);
|
|
82
82
|
}
|
|
83
|
-
.app-navigation-entry.active .app-navigation-entry__children,
|
|
84
|
-
.app-navigation-entry:focus-within .app-navigation-entry__children,
|
|
85
|
-
.app-navigation-entry:hover .app-navigation-entry__children {
|
|
83
|
+
.app-navigation-entry.active .app-navigation-entry__children[data-v-d7365865],
|
|
84
|
+
.app-navigation-entry:focus-within .app-navigation-entry__children[data-v-d7365865],
|
|
85
|
+
.app-navigation-entry:hover .app-navigation-entry__children[data-v-d7365865] {
|
|
86
86
|
background-color: var(--color-main-background);
|
|
87
87
|
}
|
|
88
|
-
.app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions,
|
|
89
|
-
.app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions,
|
|
90
|
-
.app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions,
|
|
91
|
-
.app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions,
|
|
92
|
-
.app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions {
|
|
88
|
+
.app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-d7365865],
|
|
89
|
+
.app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-d7365865],
|
|
90
|
+
.app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-d7365865],
|
|
91
|
+
.app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-d7365865],
|
|
92
|
+
.app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-d7365865] {
|
|
93
93
|
display: inline-block;
|
|
94
94
|
}
|
|
95
|
-
.app-navigation-entry.app-navigation-entry--deleted > ul {
|
|
95
|
+
.app-navigation-entry.app-navigation-entry--deleted > ul[data-v-d7365865] {
|
|
96
96
|
display: none;
|
|
97
97
|
}
|
|
98
|
-
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link,
|
|
99
|
-
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button {
|
|
98
|
+
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-d7365865],
|
|
99
|
+
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-d7365865] {
|
|
100
100
|
padding-right: 14px;
|
|
101
101
|
}
|
|
102
|
-
.app-navigation-entry .app-navigation-entry-link,
|
|
103
|
-
.app-navigation-entry .app-navigation-entry-button {
|
|
102
|
+
.app-navigation-entry .app-navigation-entry-link[data-v-d7365865],
|
|
103
|
+
.app-navigation-entry .app-navigation-entry-button[data-v-d7365865] {
|
|
104
104
|
z-index: 100;
|
|
105
105
|
display: flex;
|
|
106
106
|
overflow: hidden;
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
background-size: 16px 16px;
|
|
116
116
|
line-height: 44px;
|
|
117
117
|
}
|
|
118
|
-
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon,
|
|
119
|
-
.app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon {
|
|
118
|
+
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-d7365865],
|
|
119
|
+
.app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon[data-v-d7365865] {
|
|
120
120
|
display: flex;
|
|
121
121
|
align-items: center;
|
|
122
122
|
flex: 0 0 44px;
|
|
@@ -127,19 +127,19 @@
|
|
|
127
127
|
background-repeat: no-repeat;
|
|
128
128
|
background-position: 14px center;
|
|
129
129
|
}
|
|
130
|
-
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name,
|
|
131
|
-
.app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name {
|
|
130
|
+
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-d7365865],
|
|
131
|
+
.app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name[data-v-d7365865] {
|
|
132
132
|
overflow: hidden;
|
|
133
133
|
max-width: 100%;
|
|
134
134
|
white-space: nowrap;
|
|
135
135
|
text-overflow: ellipsis;
|
|
136
136
|
}
|
|
137
|
-
.app-navigation-entry .app-navigation-entry-link .editingContainer,
|
|
138
|
-
.app-navigation-entry .app-navigation-entry-button .editingContainer {
|
|
137
|
+
.app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-d7365865],
|
|
138
|
+
.app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-d7365865] {
|
|
139
139
|
width: calc(100% - 44px);
|
|
140
140
|
margin: auto;
|
|
141
141
|
}
|
|
142
|
-
.app-navigation-entry__children {
|
|
142
|
+
.app-navigation-entry__children[data-v-d7365865] {
|
|
143
143
|
position: relative;
|
|
144
144
|
display: flex;
|
|
145
145
|
flex: 0 1 auto;
|
|
@@ -147,17 +147,17 @@
|
|
|
147
147
|
width: 100%;
|
|
148
148
|
gap: var(--default-grid-baseline, 4px);
|
|
149
149
|
}
|
|
150
|
-
.app-navigation-entry__children .app-navigation-entry {
|
|
150
|
+
.app-navigation-entry__children .app-navigation-entry[data-v-d7365865] {
|
|
151
151
|
display: inline-flex;
|
|
152
152
|
flex-wrap: wrap;
|
|
153
153
|
padding-left: 16px;
|
|
154
154
|
}
|
|
155
|
-
.app-navigation-entry__deleted {
|
|
155
|
+
.app-navigation-entry__deleted[data-v-d7365865] {
|
|
156
156
|
display: inline-flex;
|
|
157
157
|
flex: 1 1 0;
|
|
158
158
|
padding-left: 30px !important;
|
|
159
159
|
}
|
|
160
|
-
.app-navigation-entry__deleted .app-navigation-entry__deleted-description {
|
|
160
|
+
.app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-d7365865] {
|
|
161
161
|
position: relative;
|
|
162
162
|
overflow: hidden;
|
|
163
163
|
flex: 1 1 0;
|
|
@@ -165,40 +165,40 @@
|
|
|
165
165
|
text-overflow: ellipsis;
|
|
166
166
|
line-height: 44px;
|
|
167
167
|
}
|
|
168
|
-
.app-navigation-entry__utils {
|
|
168
|
+
.app-navigation-entry__utils[data-v-d7365865] {
|
|
169
169
|
display: flex;
|
|
170
170
|
min-width: 44px;
|
|
171
171
|
align-items: center;
|
|
172
172
|
flex: 0 1 auto;
|
|
173
173
|
justify-content: flex-end;
|
|
174
174
|
}
|
|
175
|
-
.app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions {
|
|
175
|
+
.app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-d7365865] {
|
|
176
176
|
display: inline-block;
|
|
177
177
|
}
|
|
178
|
-
.app-navigation-entry__utils .app-navigation-entry__counter-wrapper {
|
|
178
|
+
.app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-d7365865] {
|
|
179
179
|
margin-right: calc(var(--default-grid-baseline) * 3);
|
|
180
180
|
display: flex;
|
|
181
181
|
align-items: center;
|
|
182
182
|
flex: 0 1 auto;
|
|
183
183
|
}
|
|
184
|
-
.app-navigation-entry__utils .action-item.app-navigation-entry__actions {
|
|
184
|
+
.app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-d7365865] {
|
|
185
185
|
display: none;
|
|
186
186
|
}
|
|
187
|
-
.app-navigation-entry--editing .app-navigation-entry-edit {
|
|
187
|
+
.app-navigation-entry--editing .app-navigation-entry-edit[data-v-d7365865] {
|
|
188
188
|
z-index: 250;
|
|
189
189
|
opacity: 1;
|
|
190
190
|
}
|
|
191
|
-
.app-navigation-entry--deleted .app-navigation-entry-deleted {
|
|
191
|
+
.app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-d7365865] {
|
|
192
192
|
z-index: 250;
|
|
193
193
|
transform: translate(0);
|
|
194
194
|
}
|
|
195
|
-
.app-navigation-entry--pinned {
|
|
195
|
+
.app-navigation-entry--pinned[data-v-d7365865] {
|
|
196
196
|
order: 2;
|
|
197
197
|
margin-top: auto;
|
|
198
198
|
}
|
|
199
|
-
.app-navigation-entry--pinned ~ .app-navigation-entry--pinned {
|
|
199
|
+
.app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-d7365865] {
|
|
200
200
|
margin-top: 0;
|
|
201
201
|
}
|
|
202
|
-
[data-themes*=highcontrast] .app-navigation-entry:active {
|
|
202
|
+
[data-themes*=highcontrast] .app-navigation-entry[data-v-d7365865]:active {
|
|
203
203
|
background-color: var(--color-primary-element-light-hover) !important;
|
|
204
204
|
}
|
|
@@ -0,0 +1,197 @@
|
|
|
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
|
+
.material-design-icon[data-v-8950be04] {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-self: center;
|
|
26
|
+
justify-self: center;
|
|
27
|
+
align-items: center;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
}
|
|
30
|
+
.app-navigation-entry[data-v-8950be04] {
|
|
31
|
+
position: relative;
|
|
32
|
+
display: flex;
|
|
33
|
+
flex-shrink: 0;
|
|
34
|
+
flex-wrap: wrap;
|
|
35
|
+
box-sizing: border-box;
|
|
36
|
+
width: 100%;
|
|
37
|
+
min-height: 44px;
|
|
38
|
+
transition: background-color var(--animation-quick) ease-in-out;
|
|
39
|
+
transition: background-color .2s ease-in-out;
|
|
40
|
+
border-radius: var(--border-radius-pill);
|
|
41
|
+
}
|
|
42
|
+
.app-navigation-entry-wrapper[data-v-8950be04] {
|
|
43
|
+
position: relative;
|
|
44
|
+
display: flex;
|
|
45
|
+
flex-shrink: 0;
|
|
46
|
+
flex-wrap: wrap;
|
|
47
|
+
box-sizing: border-box;
|
|
48
|
+
width: 100%;
|
|
49
|
+
}
|
|
50
|
+
.app-navigation-entry-wrapper.app-navigation-entry--collapsible:not(.app-navigation-entry--opened) > ul[data-v-8950be04] {
|
|
51
|
+
display: none;
|
|
52
|
+
}
|
|
53
|
+
.app-navigation-entry.active[data-v-8950be04] {
|
|
54
|
+
background-color: var(--color-primary-element) !important;
|
|
55
|
+
}
|
|
56
|
+
.app-navigation-entry.active .app-navigation-entry-link[data-v-8950be04],
|
|
57
|
+
.app-navigation-entry.active .app-navigation-entry-button[data-v-8950be04] {
|
|
58
|
+
color: var(--color-primary-element-text) !important;
|
|
59
|
+
}
|
|
60
|
+
.app-navigation-entry[data-v-8950be04]:focus-within,
|
|
61
|
+
.app-navigation-entry[data-v-8950be04]:hover {
|
|
62
|
+
background-color: var(--color-background-hover);
|
|
63
|
+
}
|
|
64
|
+
.app-navigation-entry.active .app-navigation-entry__children[data-v-8950be04],
|
|
65
|
+
.app-navigation-entry:focus-within .app-navigation-entry__children[data-v-8950be04],
|
|
66
|
+
.app-navigation-entry:hover .app-navigation-entry__children[data-v-8950be04] {
|
|
67
|
+
background-color: var(--color-main-background);
|
|
68
|
+
}
|
|
69
|
+
.app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-8950be04],
|
|
70
|
+
.app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-8950be04],
|
|
71
|
+
.app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-8950be04],
|
|
72
|
+
.app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-8950be04],
|
|
73
|
+
.app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-8950be04] {
|
|
74
|
+
display: inline-block;
|
|
75
|
+
}
|
|
76
|
+
.app-navigation-entry.app-navigation-entry--deleted > ul[data-v-8950be04] {
|
|
77
|
+
display: none;
|
|
78
|
+
}
|
|
79
|
+
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-8950be04],
|
|
80
|
+
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-8950be04] {
|
|
81
|
+
padding-right: 14px;
|
|
82
|
+
}
|
|
83
|
+
.app-navigation-entry .app-navigation-entry-link[data-v-8950be04],
|
|
84
|
+
.app-navigation-entry .app-navigation-entry-button[data-v-8950be04] {
|
|
85
|
+
z-index: 100;
|
|
86
|
+
display: flex;
|
|
87
|
+
overflow: hidden;
|
|
88
|
+
flex: 1 1 0;
|
|
89
|
+
box-sizing: border-box;
|
|
90
|
+
min-height: 44px;
|
|
91
|
+
padding: 0;
|
|
92
|
+
white-space: nowrap;
|
|
93
|
+
color: var(--color-main-text);
|
|
94
|
+
background-repeat: no-repeat;
|
|
95
|
+
background-position: 14px center;
|
|
96
|
+
background-size: 16px 16px;
|
|
97
|
+
line-height: 44px;
|
|
98
|
+
}
|
|
99
|
+
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-8950be04],
|
|
100
|
+
.app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon[data-v-8950be04] {
|
|
101
|
+
display: flex;
|
|
102
|
+
align-items: center;
|
|
103
|
+
flex: 0 0 44px;
|
|
104
|
+
justify-content: center;
|
|
105
|
+
width: 44px;
|
|
106
|
+
height: 44px;
|
|
107
|
+
background-size: 16px 16px;
|
|
108
|
+
background-repeat: no-repeat;
|
|
109
|
+
background-position: 14px center;
|
|
110
|
+
}
|
|
111
|
+
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-8950be04],
|
|
112
|
+
.app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name[data-v-8950be04] {
|
|
113
|
+
overflow: hidden;
|
|
114
|
+
max-width: 100%;
|
|
115
|
+
white-space: nowrap;
|
|
116
|
+
text-overflow: ellipsis;
|
|
117
|
+
}
|
|
118
|
+
.app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-8950be04],
|
|
119
|
+
.app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-8950be04] {
|
|
120
|
+
width: calc(100% - 44px);
|
|
121
|
+
margin: auto;
|
|
122
|
+
}
|
|
123
|
+
.app-navigation-entry__children[data-v-8950be04] {
|
|
124
|
+
position: relative;
|
|
125
|
+
display: flex;
|
|
126
|
+
flex: 0 1 auto;
|
|
127
|
+
flex-direction: column;
|
|
128
|
+
width: 100%;
|
|
129
|
+
gap: var(--default-grid-baseline, 4px);
|
|
130
|
+
}
|
|
131
|
+
.app-navigation-entry__children .app-navigation-entry[data-v-8950be04] {
|
|
132
|
+
display: inline-flex;
|
|
133
|
+
flex-wrap: wrap;
|
|
134
|
+
padding-left: 16px;
|
|
135
|
+
}
|
|
136
|
+
.app-navigation-entry__deleted[data-v-8950be04] {
|
|
137
|
+
display: inline-flex;
|
|
138
|
+
flex: 1 1 0;
|
|
139
|
+
padding-left: 30px !important;
|
|
140
|
+
}
|
|
141
|
+
.app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-8950be04] {
|
|
142
|
+
position: relative;
|
|
143
|
+
overflow: hidden;
|
|
144
|
+
flex: 1 1 0;
|
|
145
|
+
white-space: nowrap;
|
|
146
|
+
text-overflow: ellipsis;
|
|
147
|
+
line-height: 44px;
|
|
148
|
+
}
|
|
149
|
+
.app-navigation-entry__utils[data-v-8950be04] {
|
|
150
|
+
display: flex;
|
|
151
|
+
min-width: 44px;
|
|
152
|
+
align-items: center;
|
|
153
|
+
flex: 0 1 auto;
|
|
154
|
+
justify-content: flex-end;
|
|
155
|
+
}
|
|
156
|
+
.app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-8950be04] {
|
|
157
|
+
display: inline-block;
|
|
158
|
+
}
|
|
159
|
+
.app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-8950be04] {
|
|
160
|
+
margin-right: calc(var(--default-grid-baseline) * 3);
|
|
161
|
+
display: flex;
|
|
162
|
+
align-items: center;
|
|
163
|
+
flex: 0 1 auto;
|
|
164
|
+
}
|
|
165
|
+
.app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-8950be04] {
|
|
166
|
+
display: none;
|
|
167
|
+
}
|
|
168
|
+
.app-navigation-entry--editing .app-navigation-entry-edit[data-v-8950be04] {
|
|
169
|
+
z-index: 250;
|
|
170
|
+
opacity: 1;
|
|
171
|
+
}
|
|
172
|
+
.app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-8950be04] {
|
|
173
|
+
z-index: 250;
|
|
174
|
+
transform: translate(0);
|
|
175
|
+
}
|
|
176
|
+
.app-navigation-entry--pinned[data-v-8950be04] {
|
|
177
|
+
order: 2;
|
|
178
|
+
margin-top: auto;
|
|
179
|
+
}
|
|
180
|
+
.app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-8950be04] {
|
|
181
|
+
margin-top: 0;
|
|
182
|
+
}
|
|
183
|
+
[data-themes*=highcontrast] .app-navigation-entry[data-v-8950be04]:active {
|
|
184
|
+
background-color: var(--color-primary-element-light-hover) !important;
|
|
185
|
+
}
|
|
186
|
+
.app-navigation-new-item__name[data-v-8950be04] {
|
|
187
|
+
overflow: hidden;
|
|
188
|
+
max-width: 100%;
|
|
189
|
+
white-space: nowrap;
|
|
190
|
+
text-overflow: ellipsis;
|
|
191
|
+
padding-left: 7px;
|
|
192
|
+
font-size: 14px;
|
|
193
|
+
}
|
|
194
|
+
.newItemContainer[data-v-8950be04] {
|
|
195
|
+
width: calc(100% - 44px);
|
|
196
|
+
margin: auto;
|
|
197
|
+
}
|