@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
|
@@ -20,14 +20,14 @@
|
|
|
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-45e668d9] {
|
|
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
|
-
.modal-mask[data-v-
|
|
30
|
+
.modal-mask[data-v-45e668d9] {
|
|
31
31
|
position: fixed;
|
|
32
32
|
z-index: 9998;
|
|
33
33
|
top: 0;
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
height: 100%;
|
|
38
38
|
background-color: #00000080;
|
|
39
39
|
}
|
|
40
|
-
.modal-mask--dark[data-v-
|
|
40
|
+
.modal-mask--dark[data-v-45e668d9] {
|
|
41
41
|
background-color: #000000eb;
|
|
42
42
|
}
|
|
43
|
-
.modal-header[data-v-
|
|
43
|
+
.modal-header[data-v-45e668d9] {
|
|
44
44
|
position: absolute;
|
|
45
45
|
z-index: 10001;
|
|
46
46
|
top: 0;
|
|
@@ -54,11 +54,7 @@
|
|
|
54
54
|
overflow: hidden;
|
|
55
55
|
transition: opacity .25s, visibility .25s;
|
|
56
56
|
}
|
|
57
|
-
.modal-header.
|
|
58
|
-
.modal-header.invisible[style*="display: none"][data-v-27c27b41] {
|
|
59
|
-
visibility: hidden;
|
|
60
|
-
}
|
|
61
|
-
.modal-header .modal-name[data-v-27c27b41] {
|
|
57
|
+
.modal-header .modal-name[data-v-45e668d9] {
|
|
62
58
|
overflow-x: hidden;
|
|
63
59
|
box-sizing: border-box;
|
|
64
60
|
width: 100%;
|
|
@@ -71,19 +67,19 @@
|
|
|
71
67
|
margin-bottom: 0;
|
|
72
68
|
}
|
|
73
69
|
@media only screen and (min-width: 1024px) {
|
|
74
|
-
.modal-header .modal-name[data-v-
|
|
70
|
+
.modal-header .modal-name[data-v-45e668d9] {
|
|
75
71
|
padding-left: 132px;
|
|
76
72
|
text-align: center;
|
|
77
73
|
}
|
|
78
74
|
}
|
|
79
|
-
.modal-header .icons-menu[data-v-
|
|
75
|
+
.modal-header .icons-menu[data-v-45e668d9] {
|
|
80
76
|
position: absolute;
|
|
81
77
|
right: 0;
|
|
82
78
|
display: flex;
|
|
83
79
|
align-items: center;
|
|
84
80
|
justify-content: flex-end;
|
|
85
81
|
}
|
|
86
|
-
.modal-header .icons-menu .header-close[data-v-
|
|
82
|
+
.modal-header .icons-menu .header-close[data-v-45e668d9] {
|
|
87
83
|
display: flex;
|
|
88
84
|
align-items: center;
|
|
89
85
|
justify-content: center;
|
|
@@ -91,7 +87,7 @@
|
|
|
91
87
|
margin: 3px;
|
|
92
88
|
padding: 0;
|
|
93
89
|
}
|
|
94
|
-
.modal-header .icons-menu .play-pause-icons[data-v-
|
|
90
|
+
.modal-header .icons-menu .play-pause-icons[data-v-45e668d9] {
|
|
95
91
|
position: relative;
|
|
96
92
|
width: 50px;
|
|
97
93
|
height: 50px;
|
|
@@ -101,16 +97,16 @@
|
|
|
101
97
|
border: none;
|
|
102
98
|
background-color: transparent;
|
|
103
99
|
}
|
|
104
|
-
.modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__play[data-v-
|
|
105
|
-
.modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__pause[data-v-
|
|
106
|
-
.modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__play[data-v-
|
|
107
|
-
.modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__pause[data-v-
|
|
100
|
+
.modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__play[data-v-45e668d9],
|
|
101
|
+
.modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__pause[data-v-45e668d9],
|
|
102
|
+
.modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__play[data-v-45e668d9],
|
|
103
|
+
.modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__pause[data-v-45e668d9] {
|
|
108
104
|
opacity: 1;
|
|
109
105
|
border-radius: 22px;
|
|
110
106
|
background-color: #7f7f7f40;
|
|
111
107
|
}
|
|
112
|
-
.modal-header .icons-menu .play-pause-icons__play[data-v-
|
|
113
|
-
.modal-header .icons-menu .play-pause-icons__pause[data-v-
|
|
108
|
+
.modal-header .icons-menu .play-pause-icons__play[data-v-45e668d9],
|
|
109
|
+
.modal-header .icons-menu .play-pause-icons__pause[data-v-45e668d9] {
|
|
114
110
|
box-sizing: border-box;
|
|
115
111
|
width: 44px;
|
|
116
112
|
height: 44px;
|
|
@@ -118,13 +114,13 @@
|
|
|
118
114
|
cursor: pointer;
|
|
119
115
|
opacity: .7;
|
|
120
116
|
}
|
|
121
|
-
.modal-header .icons-menu .header-actions[data-v-
|
|
117
|
+
.modal-header .icons-menu .header-actions[data-v-45e668d9] {
|
|
122
118
|
color: #fff;
|
|
123
119
|
}
|
|
124
|
-
.modal-header .icons-menu[data-v-
|
|
120
|
+
.modal-header .icons-menu[data-v-45e668d9] .action-item {
|
|
125
121
|
margin: 3px;
|
|
126
122
|
}
|
|
127
|
-
.modal-header .icons-menu[data-v-
|
|
123
|
+
.modal-header .icons-menu[data-v-45e668d9] .action-item--single {
|
|
128
124
|
box-sizing: border-box;
|
|
129
125
|
width: 44px;
|
|
130
126
|
height: 44px;
|
|
@@ -132,18 +128,18 @@
|
|
|
132
128
|
background-position: center;
|
|
133
129
|
background-size: 22px;
|
|
134
130
|
}
|
|
135
|
-
.modal-header .icons-menu[data-v-
|
|
131
|
+
.modal-header .icons-menu[data-v-45e668d9] button {
|
|
136
132
|
color: #fff;
|
|
137
133
|
}
|
|
138
|
-
.modal-header .icons-menu[data-v-
|
|
134
|
+
.modal-header .icons-menu[data-v-45e668d9] .action-item__menutoggle {
|
|
139
135
|
padding: 0;
|
|
140
136
|
}
|
|
141
|
-
.modal-header .icons-menu[data-v-
|
|
142
|
-
.modal-header .icons-menu[data-v-
|
|
137
|
+
.modal-header .icons-menu[data-v-45e668d9] .action-item__menutoggle span,
|
|
138
|
+
.modal-header .icons-menu[data-v-45e668d9] .action-item__menutoggle svg {
|
|
143
139
|
width: var(--icon-size);
|
|
144
140
|
height: var(--icon-size);
|
|
145
141
|
}
|
|
146
|
-
.modal-wrapper[data-v-
|
|
142
|
+
.modal-wrapper[data-v-45e668d9] {
|
|
147
143
|
display: flex;
|
|
148
144
|
align-items: center;
|
|
149
145
|
justify-content: center;
|
|
@@ -151,34 +147,27 @@
|
|
|
151
147
|
width: 100%;
|
|
152
148
|
height: 100%;
|
|
153
149
|
}
|
|
154
|
-
.modal-wrapper .prev[data-v-
|
|
155
|
-
.modal-wrapper .next[data-v-
|
|
150
|
+
.modal-wrapper .prev[data-v-45e668d9],
|
|
151
|
+
.modal-wrapper .next[data-v-45e668d9] {
|
|
156
152
|
z-index: 10000;
|
|
157
|
-
display: flex !important;
|
|
158
153
|
height: 35vh;
|
|
159
154
|
min-height: 300px;
|
|
160
155
|
position: absolute;
|
|
161
|
-
transition: opacity .25s
|
|
156
|
+
transition: opacity .25s;
|
|
162
157
|
color: #fff;
|
|
163
158
|
}
|
|
164
|
-
.modal-wrapper .prev[data-v-
|
|
165
|
-
.modal-wrapper .next[data-v-
|
|
159
|
+
.modal-wrapper .prev[data-v-45e668d9]:focus-visible,
|
|
160
|
+
.modal-wrapper .next[data-v-45e668d9]:focus-visible {
|
|
166
161
|
box-shadow: 0 0 0 2px var(--color-primary-element-text);
|
|
167
162
|
background-color: var(--color-box-shadow);
|
|
168
163
|
}
|
|
169
|
-
.modal-wrapper .prev
|
|
170
|
-
.modal-wrapper .prev.invisible[style*="display: none"][data-v-27c27b41],
|
|
171
|
-
.modal-wrapper .next.invisible[style*="display:none"][data-v-27c27b41],
|
|
172
|
-
.modal-wrapper .next.invisible[style*="display: none"][data-v-27c27b41] {
|
|
173
|
-
visibility: hidden;
|
|
174
|
-
}
|
|
175
|
-
.modal-wrapper .prev[data-v-27c27b41] {
|
|
164
|
+
.modal-wrapper .prev[data-v-45e668d9] {
|
|
176
165
|
left: 2px;
|
|
177
166
|
}
|
|
178
|
-
.modal-wrapper .next[data-v-
|
|
167
|
+
.modal-wrapper .next[data-v-45e668d9] {
|
|
179
168
|
right: 2px;
|
|
180
169
|
}
|
|
181
|
-
.modal-wrapper .modal-container[data-v-
|
|
170
|
+
.modal-wrapper .modal-container[data-v-45e668d9] {
|
|
182
171
|
position: relative;
|
|
183
172
|
display: flex;
|
|
184
173
|
padding: 0;
|
|
@@ -188,31 +177,33 @@
|
|
|
188
177
|
color: var(--color-main-text);
|
|
189
178
|
box-shadow: 0 0 40px #0003;
|
|
190
179
|
}
|
|
191
|
-
.modal-wrapper .modal-container__close[data-v-
|
|
180
|
+
.modal-wrapper .modal-container__close[data-v-45e668d9] {
|
|
181
|
+
z-index: 1;
|
|
192
182
|
position: absolute;
|
|
193
183
|
top: 4px;
|
|
194
184
|
right: 4px;
|
|
195
185
|
}
|
|
196
|
-
.modal-wrapper .modal-container__content[data-v-
|
|
186
|
+
.modal-wrapper .modal-container__content[data-v-45e668d9] {
|
|
197
187
|
width: 100%;
|
|
188
|
+
min-height: 52px;
|
|
198
189
|
overflow: auto;
|
|
199
190
|
}
|
|
200
|
-
.modal-wrapper--small .modal-container[data-v-
|
|
191
|
+
.modal-wrapper--small .modal-container[data-v-45e668d9] {
|
|
201
192
|
width: 400px;
|
|
202
193
|
max-width: 90%;
|
|
203
|
-
max-height: 90
|
|
194
|
+
max-height: min(90%, 100% - 100px);
|
|
204
195
|
}
|
|
205
|
-
.modal-wrapper--normal .modal-container[data-v-
|
|
196
|
+
.modal-wrapper--normal .modal-container[data-v-45e668d9] {
|
|
206
197
|
max-width: 90%;
|
|
207
198
|
width: 600px;
|
|
208
|
-
max-height: 90
|
|
199
|
+
max-height: min(90%, 100% - 100px);
|
|
209
200
|
}
|
|
210
|
-
.modal-wrapper--large .modal-container[data-v-
|
|
201
|
+
.modal-wrapper--large .modal-container[data-v-45e668d9] {
|
|
211
202
|
max-width: 90%;
|
|
212
203
|
width: 900px;
|
|
213
|
-
max-height: 90
|
|
204
|
+
max-height: min(90%, 100% - 100px);
|
|
214
205
|
}
|
|
215
|
-
.modal-wrapper--full .modal-container[data-v-
|
|
206
|
+
.modal-wrapper--full .modal-container[data-v-45e668d9] {
|
|
216
207
|
width: 100%;
|
|
217
208
|
height: calc(100% - var(--header-height));
|
|
218
209
|
position: absolute;
|
|
@@ -220,7 +211,7 @@
|
|
|
220
211
|
border-radius: 0;
|
|
221
212
|
}
|
|
222
213
|
@media only screen and (max-width: 512px) {
|
|
223
|
-
.modal-wrapper .modal-container[data-v-
|
|
214
|
+
.modal-wrapper .modal-container[data-v-45e668d9] {
|
|
224
215
|
max-width: initial;
|
|
225
216
|
width: 100%;
|
|
226
217
|
max-height: initial;
|
|
@@ -230,60 +221,60 @@
|
|
|
230
221
|
border-radius: 0;
|
|
231
222
|
}
|
|
232
223
|
}
|
|
233
|
-
.fade-enter-active[data-v-
|
|
234
|
-
.fade-leave-active[data-v-
|
|
224
|
+
.fade-enter-active[data-v-45e668d9],
|
|
225
|
+
.fade-leave-active[data-v-45e668d9] {
|
|
235
226
|
transition: opacity .25s;
|
|
236
227
|
}
|
|
237
|
-
.fade-enter[data-v-
|
|
238
|
-
.fade-leave-to[data-v-
|
|
228
|
+
.fade-enter[data-v-45e668d9],
|
|
229
|
+
.fade-leave-to[data-v-45e668d9] {
|
|
239
230
|
opacity: 0;
|
|
240
231
|
}
|
|
241
|
-
.fade-visibility-enter[data-v-
|
|
242
|
-
.fade-visibility-leave-to[data-v-
|
|
232
|
+
.fade-visibility-enter[data-v-45e668d9],
|
|
233
|
+
.fade-visibility-leave-to[data-v-45e668d9] {
|
|
243
234
|
visibility: hidden;
|
|
244
235
|
opacity: 0;
|
|
245
236
|
}
|
|
246
|
-
.modal-in-enter-active[data-v-
|
|
247
|
-
.modal-in-leave-active[data-v-
|
|
248
|
-
.modal-out-enter-active[data-v-
|
|
249
|
-
.modal-out-leave-active[data-v-
|
|
237
|
+
.modal-in-enter-active[data-v-45e668d9],
|
|
238
|
+
.modal-in-leave-active[data-v-45e668d9],
|
|
239
|
+
.modal-out-enter-active[data-v-45e668d9],
|
|
240
|
+
.modal-out-leave-active[data-v-45e668d9] {
|
|
250
241
|
transition: opacity .25s;
|
|
251
242
|
}
|
|
252
|
-
.modal-in-enter[data-v-
|
|
253
|
-
.modal-in-leave-to[data-v-
|
|
254
|
-
.modal-out-enter[data-v-
|
|
255
|
-
.modal-out-leave-to[data-v-
|
|
243
|
+
.modal-in-enter[data-v-45e668d9],
|
|
244
|
+
.modal-in-leave-to[data-v-45e668d9],
|
|
245
|
+
.modal-out-enter[data-v-45e668d9],
|
|
246
|
+
.modal-out-leave-to[data-v-45e668d9] {
|
|
256
247
|
opacity: 0;
|
|
257
248
|
}
|
|
258
|
-
.modal-in-enter .modal-container[data-v-
|
|
259
|
-
.modal-in-leave-to .modal-container[data-v-
|
|
249
|
+
.modal-in-enter .modal-container[data-v-45e668d9],
|
|
250
|
+
.modal-in-leave-to .modal-container[data-v-45e668d9] {
|
|
260
251
|
transform: scale(.9);
|
|
261
252
|
}
|
|
262
|
-
.modal-out-enter .modal-container[data-v-
|
|
263
|
-
.modal-out-leave-to .modal-container[data-v-
|
|
253
|
+
.modal-out-enter .modal-container[data-v-45e668d9],
|
|
254
|
+
.modal-out-leave-to .modal-container[data-v-45e668d9] {
|
|
264
255
|
transform: scale(1.1);
|
|
265
256
|
}
|
|
266
|
-
.modal-mask .play-pause-icons .progress-ring[data-v-
|
|
257
|
+
.modal-mask .play-pause-icons .progress-ring[data-v-45e668d9] {
|
|
267
258
|
position: absolute;
|
|
268
259
|
top: 0;
|
|
269
260
|
left: 0;
|
|
270
261
|
transform: rotate(-90deg);
|
|
271
262
|
}
|
|
272
|
-
.modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-
|
|
263
|
+
.modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-45e668d9] {
|
|
273
264
|
transition: .1s stroke-dashoffset;
|
|
274
265
|
transform-origin: 50% 50%;
|
|
275
|
-
animation: progressring-
|
|
266
|
+
animation: progressring-45e668d9 linear var(--slideshow-duration) infinite;
|
|
276
267
|
stroke-linecap: round;
|
|
277
268
|
stroke-dashoffset: 94.2477796077;
|
|
278
269
|
stroke-dasharray: 94.2477796077;
|
|
279
270
|
}
|
|
280
|
-
.modal-mask .play-pause-icons--paused .icon-pause[data-v-
|
|
281
|
-
animation: breath-
|
|
271
|
+
.modal-mask .play-pause-icons--paused .icon-pause[data-v-45e668d9] {
|
|
272
|
+
animation: breath-45e668d9 2s cubic-bezier(.4, 0, .2, 1) infinite;
|
|
282
273
|
}
|
|
283
|
-
.modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-
|
|
274
|
+
.modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-45e668d9] {
|
|
284
275
|
animation-play-state: paused !important;
|
|
285
276
|
}
|
|
286
|
-
@keyframes progressring-
|
|
277
|
+
@keyframes progressring-45e668d9 {
|
|
287
278
|
0% {
|
|
288
279
|
stroke-dashoffset: 94.2477796077;
|
|
289
280
|
}
|
|
@@ -291,7 +282,7 @@
|
|
|
291
282
|
stroke-dashoffset: 0;
|
|
292
283
|
}
|
|
293
284
|
}
|
|
294
|
-
@keyframes breath-
|
|
285
|
+
@keyframes breath-45e668d9 {
|
|
295
286
|
0% {
|
|
296
287
|
opacity: 1;
|
|
297
288
|
}
|
|
@@ -0,0 +1,150 @@
|
|
|
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-44bb430a] {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-self: center;
|
|
26
|
+
justify-self: center;
|
|
27
|
+
align-items: center;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
}
|
|
30
|
+
.textarea[data-v-44bb430a] {
|
|
31
|
+
position: relative;
|
|
32
|
+
width: 100%;
|
|
33
|
+
border-radius: var(--border-radius-large);
|
|
34
|
+
margin-block-start: 6px;
|
|
35
|
+
resize: vertical;
|
|
36
|
+
}
|
|
37
|
+
.textarea__main-wrapper[data-v-44bb430a] {
|
|
38
|
+
position: relative;
|
|
39
|
+
}
|
|
40
|
+
.textarea--disabled[data-v-44bb430a] {
|
|
41
|
+
opacity: .7;
|
|
42
|
+
filter: saturate(.7);
|
|
43
|
+
}
|
|
44
|
+
.textarea__input[data-v-44bb430a] {
|
|
45
|
+
margin: 0;
|
|
46
|
+
padding-inline: 10px 6px;
|
|
47
|
+
width: 100%;
|
|
48
|
+
font-size: var(--default-font-size);
|
|
49
|
+
text-overflow: ellipsis;
|
|
50
|
+
background-color: var(--color-main-background);
|
|
51
|
+
color: var(--color-main-text);
|
|
52
|
+
border: 2px solid var(--color-border-maxcontrast);
|
|
53
|
+
border-radius: var(--border-radius-large);
|
|
54
|
+
cursor: pointer;
|
|
55
|
+
}
|
|
56
|
+
.textarea__input[data-v-44bb430a]:active:not([disabled]),
|
|
57
|
+
.textarea__input[data-v-44bb430a]:hover:not([disabled]),
|
|
58
|
+
.textarea__input[data-v-44bb430a]:focus:not([disabled]) {
|
|
59
|
+
border-color: var(--color-primary-element);
|
|
60
|
+
}
|
|
61
|
+
.textarea__input[data-v-44bb430a]:not(:focus, .textarea__input--label-outside)::placeholder {
|
|
62
|
+
opacity: 0;
|
|
63
|
+
}
|
|
64
|
+
.textarea__input[data-v-44bb430a]:focus {
|
|
65
|
+
cursor: text;
|
|
66
|
+
}
|
|
67
|
+
.textarea__input[data-v-44bb430a]:disabled {
|
|
68
|
+
cursor: default;
|
|
69
|
+
}
|
|
70
|
+
.textarea__input[data-v-44bb430a]:focus-visible {
|
|
71
|
+
box-shadow: unset !important;
|
|
72
|
+
}
|
|
73
|
+
.textarea__input--success[data-v-44bb430a] {
|
|
74
|
+
border-color: var(--color-success) !important;
|
|
75
|
+
}
|
|
76
|
+
.textarea__input--success[data-v-44bb430a]:focus-visible {
|
|
77
|
+
box-shadow:
|
|
78
|
+
#f8fafc 0 0 0 2px,
|
|
79
|
+
var(--color-primary-element) 0 0 0 4px,
|
|
80
|
+
#0000000d 0 1px 2px;
|
|
81
|
+
}
|
|
82
|
+
.textarea__input--success:focus + .textarea__label[data-v-44bb430a],
|
|
83
|
+
.textarea__input--success:hover:not(:placeholder-shown) + .textarea__label[data-v-44bb430a] {
|
|
84
|
+
color: var(--color-success-text);
|
|
85
|
+
}
|
|
86
|
+
.textarea__input--error[data-v-44bb430a] {
|
|
87
|
+
border-color: var(--color-error) !important;
|
|
88
|
+
}
|
|
89
|
+
.textarea__input--error[data-v-44bb430a]:focus-visible {
|
|
90
|
+
box-shadow:
|
|
91
|
+
#f8fafc 0 0 0 2px,
|
|
92
|
+
var(--color-primary-element) 0 0 0 4px,
|
|
93
|
+
#0000000d 0 1px 2px;
|
|
94
|
+
}
|
|
95
|
+
.textarea__input--error:focus + .textarea__label[data-v-44bb430a],
|
|
96
|
+
.textarea__input--error:hover:not(:placeholder-shown) + .textarea__label[data-v-44bb430a] {
|
|
97
|
+
color: var(--color-error-text);
|
|
98
|
+
}
|
|
99
|
+
.textarea__input:not(.textarea__input--success, .textarea__input--error):focus + .textarea__label[data-v-44bb430a],
|
|
100
|
+
.textarea__input:not(.textarea__input--success, .textarea__input--error):hover:not(:placeholder-shown) + .textarea__label[data-v-44bb430a] {
|
|
101
|
+
color: var(--color-primary-element);
|
|
102
|
+
}
|
|
103
|
+
.textarea__label[data-v-44bb430a] {
|
|
104
|
+
position: absolute;
|
|
105
|
+
margin-inline: 12px 0;
|
|
106
|
+
height: 17px;
|
|
107
|
+
max-width: fit-content;
|
|
108
|
+
line-height: 1;
|
|
109
|
+
inset-block-start: 12px;
|
|
110
|
+
inset-inline: 0;
|
|
111
|
+
color: var(--color-text-maxcontrast);
|
|
112
|
+
white-space: nowrap;
|
|
113
|
+
overflow: hidden;
|
|
114
|
+
text-overflow: ellipsis;
|
|
115
|
+
pointer-events: none;
|
|
116
|
+
transition:
|
|
117
|
+
height var(--animation-quick),
|
|
118
|
+
inset-block-start var(--animation-quick),
|
|
119
|
+
font-size var(--animation-quick),
|
|
120
|
+
color var(--animation-quick),
|
|
121
|
+
background-color var(--animation-quick) var(--animation-slow);
|
|
122
|
+
}
|
|
123
|
+
.textarea__input:focus + .textarea__label[data-v-44bb430a],
|
|
124
|
+
.textarea__input:not(:placeholder-shown) + .textarea__label[data-v-44bb430a] {
|
|
125
|
+
inset-block-start: -6px;
|
|
126
|
+
font-size: 13px;
|
|
127
|
+
background-color: var(--color-main-background);
|
|
128
|
+
height: 14px;
|
|
129
|
+
padding-inline: 4px;
|
|
130
|
+
margin-inline-start: 8px;
|
|
131
|
+
transition:
|
|
132
|
+
height var(--animation-quick),
|
|
133
|
+
inset-block-start var(--animation-quick),
|
|
134
|
+
font-size var(--animation-quick),
|
|
135
|
+
color var(--animation-quick);
|
|
136
|
+
}
|
|
137
|
+
.textarea__helper-text-message[data-v-44bb430a] {
|
|
138
|
+
padding-block: 4px;
|
|
139
|
+
display: flex;
|
|
140
|
+
align-items: center;
|
|
141
|
+
}
|
|
142
|
+
.textarea__helper-text-message__icon[data-v-44bb430a] {
|
|
143
|
+
margin-inline-end: 8px;
|
|
144
|
+
}
|
|
145
|
+
.textarea__helper-text-message--error[data-v-44bb430a] {
|
|
146
|
+
color: var(--color-error-text);
|
|
147
|
+
}
|
|
148
|
+
.textarea__helper-text-message--success[data-v-44bb430a] {
|
|
149
|
+
color: var(--color-success-text);
|
|
150
|
+
}
|
|
@@ -20,61 +20,61 @@
|
|
|
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-562c32c6] {
|
|
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
|
-
.option[data-v-
|
|
30
|
+
.option[data-v-562c32c6] {
|
|
31
31
|
display: flex;
|
|
32
32
|
align-items: center;
|
|
33
33
|
width: 100%;
|
|
34
34
|
height: var(--height);
|
|
35
35
|
cursor: inherit;
|
|
36
36
|
}
|
|
37
|
-
.option__avatar[data-v-
|
|
37
|
+
.option__avatar[data-v-562c32c6] {
|
|
38
38
|
margin-right: var(--margin);
|
|
39
39
|
}
|
|
40
|
-
.option__details[data-v-
|
|
40
|
+
.option__details[data-v-562c32c6] {
|
|
41
41
|
display: flex;
|
|
42
42
|
flex: 1 1;
|
|
43
43
|
flex-direction: column;
|
|
44
44
|
justify-content: center;
|
|
45
45
|
min-width: 0;
|
|
46
46
|
}
|
|
47
|
-
.option__lineone[data-v-
|
|
47
|
+
.option__lineone[data-v-562c32c6] {
|
|
48
48
|
color: var(--color-main-text);
|
|
49
49
|
}
|
|
50
|
-
.option__linetwo[data-v-
|
|
50
|
+
.option__linetwo[data-v-562c32c6] {
|
|
51
51
|
color: var(--color-text-maxcontrast);
|
|
52
52
|
}
|
|
53
|
-
.option__lineone[data-v-
|
|
54
|
-
.option__linetwo[data-v-
|
|
53
|
+
.option__lineone[data-v-562c32c6],
|
|
54
|
+
.option__linetwo[data-v-562c32c6] {
|
|
55
55
|
overflow: hidden;
|
|
56
56
|
white-space: nowrap;
|
|
57
57
|
text-overflow: ellipsis;
|
|
58
58
|
line-height: 1.1em;
|
|
59
59
|
}
|
|
60
|
-
.option__lineone strong[data-v-
|
|
61
|
-
.option__linetwo strong[data-v-
|
|
60
|
+
.option__lineone strong[data-v-562c32c6],
|
|
61
|
+
.option__linetwo strong[data-v-562c32c6] {
|
|
62
62
|
font-weight: 700;
|
|
63
63
|
}
|
|
64
|
-
.option__icon[data-v-
|
|
64
|
+
.option__icon[data-v-562c32c6] {
|
|
65
65
|
width: 44px;
|
|
66
66
|
height: 44px;
|
|
67
67
|
color: var(--color-text-maxcontrast);
|
|
68
68
|
}
|
|
69
|
-
.option__icon.icon[data-v-
|
|
69
|
+
.option__icon.icon[data-v-562c32c6] {
|
|
70
70
|
flex: 0 0 44px;
|
|
71
71
|
opacity: .7;
|
|
72
72
|
background-position: center;
|
|
73
73
|
background-size: 16px;
|
|
74
74
|
}
|
|
75
|
-
.option__details[data-v-
|
|
76
|
-
.option__lineone[data-v-
|
|
77
|
-
.option__linetwo[data-v-
|
|
78
|
-
.option__icon[data-v-
|
|
75
|
+
.option__details[data-v-562c32c6],
|
|
76
|
+
.option__lineone[data-v-562c32c6],
|
|
77
|
+
.option__linetwo[data-v-562c32c6],
|
|
78
|
+
.option__icon[data-v-562c32c6] {
|
|
79
79
|
cursor: inherit;
|
|
80
80
|
}
|
|
@@ -44,8 +44,8 @@ body {
|
|
|
44
44
|
--vs-border-width: 2px;
|
|
45
45
|
--vs-border-style: solid;
|
|
46
46
|
--vs-border-radius: var(--border-radius-large);
|
|
47
|
-
--vs-controls-color: var(--color-text
|
|
48
|
-
--vs-selected-bg: var(--color-background-
|
|
47
|
+
--vs-controls-color: var(--color-main-text);
|
|
48
|
+
--vs-selected-bg: var(--color-background-hover);
|
|
49
49
|
--vs-selected-color: var(--color-main-text);
|
|
50
50
|
--vs-selected-border-color: var(--vs-border-color);
|
|
51
51
|
--vs-selected-border-style: var(--vs-border-style);
|
|
@@ -61,6 +61,7 @@ body {
|
|
|
61
61
|
--vs-dropdown-option--deselect-bg: var(--color-error);
|
|
62
62
|
--vs-dropdown-option--deselect-color: #fff;
|
|
63
63
|
--vs-transition-duration: 0ms;
|
|
64
|
+
--vs-actions-padding: 0 8px 0 4px;
|
|
64
65
|
}
|
|
65
66
|
.v-select.select {
|
|
66
67
|
min-height: 44px;
|
|
@@ -68,19 +69,30 @@ body {
|
|
|
68
69
|
margin: 0;
|
|
69
70
|
}
|
|
70
71
|
.v-select.select .vs__selected {
|
|
71
|
-
|
|
72
|
-
padding: 0
|
|
73
|
-
border-radius:
|
|
72
|
+
height: 32px;
|
|
73
|
+
padding: 0 8px 0 12px;
|
|
74
|
+
border-radius: 18px !important;
|
|
75
|
+
background: var(--color-primary-element-light);
|
|
76
|
+
border: none;
|
|
77
|
+
}
|
|
78
|
+
.v-select.select .vs__search,
|
|
79
|
+
.v-select.select .vs__search:focus {
|
|
80
|
+
margin: 2px 0 0;
|
|
81
|
+
}
|
|
82
|
+
.v-select.select .vs__dropdown-toggle {
|
|
83
|
+
padding: 0;
|
|
74
84
|
}
|
|
75
85
|
.v-select.select .vs__clear {
|
|
76
86
|
margin-right: 2px;
|
|
77
87
|
}
|
|
78
88
|
.v-select.select.vs--open .vs__dropdown-toggle {
|
|
79
|
-
|
|
89
|
+
outline: 2px solid var(--color-main-background);
|
|
90
|
+
border-color: var(--color-main-text);
|
|
80
91
|
border-bottom-color: transparent;
|
|
81
92
|
}
|
|
82
93
|
.v-select.select:not(.vs--disabled, .vs--open) .vs__dropdown-toggle:hover {
|
|
83
|
-
|
|
94
|
+
outline: 2px solid var(--color-main-background);
|
|
95
|
+
border-color: var(--color-main-text);
|
|
84
96
|
}
|
|
85
97
|
.v-select.select.vs--disabled .vs__search,
|
|
86
98
|
.v-select.select.vs--disabled .vs__selected {
|
|
@@ -101,7 +113,7 @@ body {
|
|
|
101
113
|
.v-select.select--drop-up.vs--open .vs__dropdown-toggle {
|
|
102
114
|
border-radius: 0 0 var(--vs-border-radius) var(--vs-border-radius);
|
|
103
115
|
border-top-color: transparent;
|
|
104
|
-
border-bottom-color: var(--color-
|
|
116
|
+
border-bottom-color: var(--color-main-text);
|
|
105
117
|
}
|
|
106
118
|
.v-select.select .vs__selected-options {
|
|
107
119
|
min-height: 40px;
|
|
@@ -112,13 +124,17 @@ body {
|
|
|
112
124
|
.v-select.select.vs--single.vs--loading .vs__selected,
|
|
113
125
|
.v-select.select.vs--single.vs--open .vs__selected {
|
|
114
126
|
max-width: 100%;
|
|
127
|
+
opacity: 1;
|
|
128
|
+
color: var(--color-text-maxcontrast);
|
|
115
129
|
}
|
|
116
130
|
.v-select.select.vs--single .vs__selected-options {
|
|
117
131
|
flex-wrap: nowrap;
|
|
118
132
|
}
|
|
119
133
|
.vs__dropdown-menu {
|
|
120
|
-
border-color: var(--color-
|
|
134
|
+
border-color: var(--color-main-text) !important;
|
|
135
|
+
outline: 2px solid var(--color-main-background);
|
|
121
136
|
padding: 4px !important;
|
|
137
|
+
box-shadow: none;
|
|
122
138
|
}
|
|
123
139
|
.vs__dropdown-menu--floating {
|
|
124
140
|
width: max-content;
|
|
@@ -130,7 +146,6 @@ body {
|
|
|
130
146
|
border-radius: var(--vs-border-radius) var(--vs-border-radius) 0 0 !important;
|
|
131
147
|
border-top-style: var(--vs-border-style) !important;
|
|
132
148
|
border-bottom-style: none !important;
|
|
133
|
-
box-shadow: 0 -1px 1px 0 var(--color-box-shadow) !important;
|
|
134
149
|
}
|
|
135
150
|
.vs__dropdown-menu .vs__dropdown-option {
|
|
136
151
|
border-radius: 6px !important;
|
|
@@ -138,3 +153,6 @@ body {
|
|
|
138
153
|
.vs__dropdown-menu .vs__no-options {
|
|
139
154
|
color: var(--color-text-lighter) !important;
|
|
140
155
|
}
|
|
156
|
+
.user-select .vs__selected {
|
|
157
|
+
padding: 0 2px !important;
|
|
158
|
+
}
|
|
@@ -20,14 +20,14 @@
|
|
|
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-95b458cc] {
|
|
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
|
-
.app-sidebar__tab[data-v-
|
|
30
|
+
.app-sidebar__tab[data-v-95b458cc] {
|
|
31
31
|
display: none;
|
|
32
32
|
padding: 10px;
|
|
33
33
|
min-height: 100%;
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
height: 100%;
|
|
36
36
|
overflow: auto;
|
|
37
37
|
}
|
|
38
|
-
.app-sidebar__tab[data-v-
|
|
38
|
+
.app-sidebar__tab[data-v-95b458cc]:focus {
|
|
39
39
|
border-color: var(--color-primary-element);
|
|
40
40
|
box-shadow: 0 0 .2em var(--color-primary-element);
|
|
41
41
|
outline: 0;
|
|
42
42
|
}
|
|
43
|
-
.app-sidebar__tab--active[data-v-
|
|
43
|
+
.app-sidebar__tab--active[data-v-95b458cc] {
|
|
44
44
|
display: block;
|
|
45
45
|
}
|