@nextcloud/vue 8.0.0-beta.9 → 8.0.1
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 +52 -2
- package/dist/Components/NcActionButton.cjs +23 -12
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +21 -9
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionInput.cjs +1 -1
- package/dist/Components/NcActionInput.mjs +1 -1
- package/dist/Components/NcActionLink.cjs +1 -1
- package/dist/Components/NcActionLink.mjs +1 -1
- package/dist/Components/NcActionRouter.cjs +1 -1
- package/dist/Components/NcActionRouter.mjs +1 -1
- package/dist/Components/NcActionText.cjs +1 -1
- package/dist/Components/NcActionText.mjs +1 -1
- package/dist/Components/NcActionTextEditable.cjs +10 -10
- package/dist/Components/NcActionTextEditable.cjs.map +1 -1
- package/dist/Components/NcActionTextEditable.mjs +1 -1
- package/dist/Components/NcActions.cjs +55 -52
- package/dist/Components/NcActions.cjs.map +1 -1
- package/dist/Components/NcActions.mjs +44 -41
- 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 +166 -62
- package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +145 -43
- 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 +75 -54
- package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +79 -57
- 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 +99 -33
- package/dist/Components/NcAppSidebar.cjs.map +1 -1
- package/dist/Components/NcAppSidebar.mjs +156 -92
- 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 +6 -6
- 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 +85 -53
- package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +91 -60
- 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 +305 -67
- package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +307 -75
- 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/NcCounterBubble.cjs +6 -6
- package/dist/Components/NcCounterBubble.cjs.map +1 -1
- package/dist/Components/NcCounterBubble.mjs +2 -2
- package/dist/Components/NcCounterBubble.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 +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
- package/dist/Components/NcDateTime.cjs +1 -1
- package/dist/Components/NcDateTime.mjs +1 -1
- package/dist/Components/NcDateTimePicker.cjs +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/NcDialogButton.cjs +11 -11
- package/dist/Components/NcDialogButton.cjs.map +1 -1
- package/dist/Components/NcDialogButton.mjs +14 -14
- package/dist/Components/NcDialogButton.mjs.map +1 -1
- 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/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 +1 -1
- package/dist/Components/NcListItemIcon.mjs +1 -1
- package/dist/Components/NcModal.cjs +165 -68
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +129 -35
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +146 -18
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +146 -21
- package/dist/Components/NcNoteCard.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +84 -20
- package/dist/Components/NcPasswordField.cjs.map +1 -1
- package/dist/Components/NcPasswordField.mjs +104 -42
- package/dist/Components/NcPasswordField.mjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +48 -31
- package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +31 -14
- 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 +80 -57
- package/dist/Components/NcSelect.cjs.map +1 -1
- package/dist/Components/NcSelect.mjs +75 -50
- 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 +14 -14
- package/dist/Components/NcTextArea.cjs.map +1 -1
- package/dist/Components/NcTextArea.mjs +6 -6
- package/dist/Components/NcTextArea.mjs.map +1 -1
- package/dist/Components/NcTextField.cjs +51 -19
- package/dist/Components/NcTextField.cjs.map +1 -1
- package/dist/Components/NcTextField.mjs +59 -28
- package/dist/Components/NcTextField.mjs.map +1 -1
- package/dist/Components/NcTimezonePicker.cjs +32 -24
- package/dist/Components/NcTimezonePicker.cjs.map +1 -1
- package/dist/Components/NcTimezonePicker.mjs +36 -27
- 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-af72a30b.css → index-05760fea.css} +5 -1
- package/dist/assets/{index-30e099f7.css → index-0ac09203.css} +3 -3
- package/dist/assets/{index-eea65531.css → index-0e9b11c7.css} +20 -16
- package/dist/assets/{index-7813bab3.css → index-17673ea1.css} +7 -9
- package/dist/assets/{index-1151d229.css → index-1f25a3c0.css} +3 -3
- package/dist/assets/{index-9dcf6260.css → index-2e5e3b55.css} +30 -30
- package/dist/assets/{index-ed4adf1d.css → index-4271da53.css} +18 -17
- package/dist/assets/{index-abb90c97.css → index-4e03d941.css} +48 -48
- package/dist/assets/{index-4b75fe20.css → index-55600948.css} +11 -11
- package/dist/assets/{index-236620b0.css → index-6899d75b.css} +29 -29
- package/dist/assets/{index-5ee8a575.css → index-73ded07b.css} +63 -63
- package/dist/assets/{index-1beccc92.css → index-750c02cc.css} +28 -10
- package/dist/assets/{index-9e9587e1.css → index-77a548be.css} +4 -4
- package/dist/assets/{index-c5ae3bc4.css → index-7d211db9.css} +11 -11
- package/dist/assets/{index-8304db49.css → index-802d2118.css} +5 -1
- 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-e828b286.css → index-ab715d82.css} +4 -4
- package/dist/assets/{index-9e44e336.css → index-c221fe05.css} +9 -9
- package/dist/assets/{index-c6f0da2e.css → index-c239a2fc.css} +14 -8
- package/dist/assets/{index-73867d38.css → index-d3702c91.css} +5 -1
- 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-f85aa003.css → index-db5a8b1c.css} +22 -10
- package/dist/assets/{index-574438d6.css → index-dea0aef3.css} +10 -10
- package/dist/assets/{index-0adc989c.css → index-ebbb7829.css} +9 -13
- package/dist/assets/{index-c06ad941.css → index-fbc0b606.css} +58 -42
- 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-60664a28.cjs +113 -0
- package/dist/chunks/NcAppNavigationToggle-60664a28.cjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-82764816.mjs +118 -0
- package/dist/chunks/NcAppNavigationToggle-82764816.mjs.map +1 -0
- package/dist/chunks/NcInputConfirmCancel-262d455f.cjs +90 -0
- package/dist/chunks/{NcInputConfirmCancel-44052477.mjs.map → NcInputConfirmCancel-262d455f.cjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-44052477.mjs → NcInputConfirmCancel-906c7816.mjs} +11 -11
- package/dist/chunks/{NcInputConfirmCancel-6bea0fdc.cjs.map → NcInputConfirmCancel-906c7816.mjs.map} +1 -1
- package/dist/chunks/{NcRichText-8fda53c8.mjs → NcRichText-1e8fd02d.mjs} +1 -1
- package/dist/chunks/{NcRichText-8fda53c8.mjs.map → NcRichText-1e8fd02d.mjs.map} +1 -1
- package/dist/chunks/{NcRichText-332fe454.cjs → NcRichText-ae95c854.cjs} +1 -1
- package/dist/chunks/{NcRichText-332fe454.cjs.map → NcRichText-ae95c854.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-fdd3309c.mjs → NcSettingsSelectGroup-ae323579.mjs} +2 -2
- package/dist/chunks/{NcSettingsSelectGroup-fdd3309c.mjs.map → NcSettingsSelectGroup-ae323579.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-a5ff8c36.cjs → NcSettingsSelectGroup-e8f9f9fe.cjs} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-a5ff8c36.cjs.map → NcSettingsSelectGroup-e8f9f9fe.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-9519afcc.mjs → ScopeComponent-1ab1ebb9.mjs} +1 -1
- package/dist/chunks/{ScopeComponent-9519afcc.mjs.map → ScopeComponent-1ab1ebb9.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-e060526a.cjs → ScopeComponent-50287dad.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-e060526a.cjs.map → ScopeComponent-50287dad.cjs.map} +1 -1
- package/dist/chunks/{index-032137a6.cjs → index-e06b96d3.cjs} +56 -47
- package/dist/chunks/index-e06b96d3.cjs.map +1 -0
- package/dist/chunks/{index-fb2ee22c.mjs → index-fbf943b3.mjs} +93 -84
- package/dist/chunks/index-fbf943b3.mjs.map +1 -0
- package/dist/chunks/{l10n-9aa6482d.mjs → l10n-9fc9974f.mjs} +1 -1
- package/dist/chunks/{l10n-9aa6482d.mjs.map → l10n-9fc9974f.mjs.map} +1 -1
- package/dist/chunks/{l10n-c7bd0ea6.cjs → l10n-ec2d3010.cjs} +1 -1
- package/dist/chunks/{l10n-c7bd0ea6.cjs.map → l10n-ec2d3010.cjs.map} +1 -1
- package/dist/chunks/l10n-f491109d.cjs +29 -0
- package/dist/chunks/l10n-f491109d.cjs.map +1 -0
- package/dist/chunks/l10n-f692947e.mjs +31 -0
- package/dist/chunks/l10n-f692947e.mjs.map +1 -0
- package/dist/chunks/{referencePickerModal-443a4c57.mjs → referencePickerModal-6bc8f6b9.mjs} +156 -124
- package/dist/chunks/referencePickerModal-6bc8f6b9.mjs.map +1 -0
- package/dist/chunks/{referencePickerModal-279a483d.cjs → referencePickerModal-e033bf2c.cjs} +144 -111
- package/dist/chunks/referencePickerModal-e033bf2c.cjs.map +1 -0
- package/dist/index.cjs +4 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +26 -30
- package/dist/index.mjs.map +1 -1
- package/dist/vendor.LICENSE.txt +5 -1
- package/package.json +3 -3
- package/dist/assets/index-d646553d.css +0 -41
- package/dist/chunks/NcAppNavigationToggle-841d3015.cjs +0 -49
- package/dist/chunks/NcAppNavigationToggle-841d3015.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-e358aa47.mjs +0 -55
- package/dist/chunks/NcAppNavigationToggle-e358aa47.mjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-6bea0fdc.cjs +0 -90
- package/dist/chunks/index-032137a6.cjs.map +0 -1
- package/dist/chunks/index-fb2ee22c.mjs.map +0 -1
- package/dist/chunks/l10n-05a09c66.mjs +0 -31
- package/dist/chunks/l10n-05a09c66.mjs.map +0 -1
- package/dist/chunks/l10n-b1d264c7.cjs +0 -29
- package/dist/chunks/l10n-b1d264c7.cjs.map +0 -1
- package/dist/chunks/referencePickerModal-279a483d.cjs.map +0 -1
- package/dist/chunks/referencePickerModal-443a4c57.mjs.map +0 -1
|
@@ -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
|
+
}
|
|
@@ -20,31 +20,31 @@
|
|
|
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-31a36009] {
|
|
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
|
-
.input-field[data-v-
|
|
30
|
+
.input-field[data-v-31a36009] {
|
|
31
31
|
position: relative;
|
|
32
32
|
width: 100%;
|
|
33
33
|
border-radius: var(--border-radius-large);
|
|
34
34
|
margin-block-start: 6px;
|
|
35
35
|
}
|
|
36
|
-
.input-field__main-wrapper[data-v-
|
|
37
|
-
height:
|
|
36
|
+
.input-field__main-wrapper[data-v-31a36009] {
|
|
37
|
+
height: var(--default-clickable-area);
|
|
38
38
|
position: relative;
|
|
39
39
|
}
|
|
40
|
-
.input-field--disabled[data-v-
|
|
40
|
+
.input-field--disabled[data-v-31a36009] {
|
|
41
41
|
opacity: .7;
|
|
42
42
|
filter: saturate(.7);
|
|
43
43
|
}
|
|
44
|
-
.input-field__input[data-v-
|
|
44
|
+
.input-field__input[data-v-31a36009] {
|
|
45
45
|
margin: 0;
|
|
46
46
|
padding-inline: 12px 6px;
|
|
47
|
-
height:
|
|
47
|
+
height: var(--default-clickable-area) !important;
|
|
48
48
|
width: 100%;
|
|
49
49
|
font-size: var(--default-font-size);
|
|
50
50
|
text-overflow: ellipsis;
|
|
@@ -56,69 +56,60 @@
|
|
|
56
56
|
-webkit-appearance: textfield !important;
|
|
57
57
|
-moz-appearance: textfield !important;
|
|
58
58
|
}
|
|
59
|
-
.input-field__input--label-outside[data-v-
|
|
59
|
+
.input-field__input--label-outside[data-v-31a36009] {
|
|
60
60
|
padding-block: 0;
|
|
61
61
|
}
|
|
62
|
-
.input-field__input[data-v-
|
|
63
|
-
.input-field__input[data-v-
|
|
64
|
-
.input-field__input[data-v-
|
|
65
|
-
border-color: var(--color-
|
|
62
|
+
.input-field__input[data-v-31a36009]:active:not([disabled]),
|
|
63
|
+
.input-field__input[data-v-31a36009]:hover:not([disabled]),
|
|
64
|
+
.input-field__input[data-v-31a36009]:focus:not([disabled]) {
|
|
65
|
+
border-color: 2px solid var(--color-main-text) !important;
|
|
66
|
+
box-shadow: 0 0 0 2px var(--color-main-background) !important;
|
|
66
67
|
}
|
|
67
|
-
.input-field__input[data-v-
|
|
68
|
+
.input-field__input:focus + .input-field__label[data-v-31a36009],
|
|
69
|
+
.input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-31a36009] {
|
|
70
|
+
color: var(--color-main-text);
|
|
71
|
+
}
|
|
72
|
+
.input-field__input[data-v-31a36009]:not(:focus, .input-field__input--label-outside)::placeholder {
|
|
68
73
|
opacity: 0;
|
|
69
74
|
}
|
|
70
|
-
.input-field__input[data-v-
|
|
75
|
+
.input-field__input[data-v-31a36009]:focus {
|
|
71
76
|
cursor: text;
|
|
72
77
|
}
|
|
73
|
-
.input-field__input[data-v-
|
|
78
|
+
.input-field__input[data-v-31a36009]:disabled {
|
|
74
79
|
cursor: default;
|
|
75
80
|
}
|
|
76
|
-
.input-field__input[data-v-
|
|
81
|
+
.input-field__input[data-v-31a36009]:focus-visible {
|
|
77
82
|
box-shadow: unset !important;
|
|
78
83
|
}
|
|
79
|
-
.input-field__input--leading-icon[data-v-
|
|
80
|
-
padding-inline-start:
|
|
84
|
+
.input-field__input--leading-icon[data-v-31a36009] {
|
|
85
|
+
padding-inline-start: var(--default-clickable-area);
|
|
81
86
|
}
|
|
82
|
-
.input-field__input--trailing-icon[data-v-
|
|
83
|
-
padding-inline-end:
|
|
87
|
+
.input-field__input--trailing-icon[data-v-31a36009] {
|
|
88
|
+
padding-inline-end: var(--default-clickable-area);
|
|
84
89
|
}
|
|
85
|
-
.input-field__input--success[data-v-
|
|
90
|
+
.input-field__input--success[data-v-31a36009] {
|
|
86
91
|
border-color: var(--color-success) !important;
|
|
87
92
|
}
|
|
88
|
-
.input-field__input--success[data-v-
|
|
93
|
+
.input-field__input--success[data-v-31a36009]:focus-visible {
|
|
89
94
|
box-shadow:
|
|
90
95
|
#f8fafc 0 0 0 2px,
|
|
91
96
|
var(--color-primary-element) 0 0 0 4px,
|
|
92
97
|
#0000000d 0 1px 2px;
|
|
93
98
|
}
|
|
94
|
-
.input-field__input--
|
|
95
|
-
.input-field__input--success:hover:not(:placeholder-shown) + .input-field__label[data-v-92748c61] {
|
|
96
|
-
color: var(--color-success-text);
|
|
97
|
-
}
|
|
98
|
-
.input-field__input--error[data-v-92748c61] {
|
|
99
|
+
.input-field__input--error[data-v-31a36009] {
|
|
99
100
|
border-color: var(--color-error) !important;
|
|
100
101
|
}
|
|
101
|
-
.input-field__input--error[data-v-
|
|
102
|
+
.input-field__input--error[data-v-31a36009]:focus-visible {
|
|
102
103
|
box-shadow:
|
|
103
104
|
#f8fafc 0 0 0 2px,
|
|
104
105
|
var(--color-primary-element) 0 0 0 4px,
|
|
105
106
|
#0000000d 0 1px 2px;
|
|
106
107
|
}
|
|
107
|
-
.input-
|
|
108
|
-
.input-field__input--error:hover:not(:placeholder-shown) + .input-field__label[data-v-92748c61] {
|
|
109
|
-
color: var(--color-error-text);
|
|
110
|
-
}
|
|
111
|
-
.input-field__input:not(.input-field__input--success, .input-field__input--error):focus + .input-field__label[data-v-92748c61],
|
|
112
|
-
.input-field__input:not(.input-field__input--success, .input-field__input--error):hover:not(:placeholder-shown) + .input-field__label[data-v-92748c61] {
|
|
113
|
-
color: var(--color-primary-element);
|
|
114
|
-
}
|
|
115
|
-
.input-field__label[data-v-92748c61] {
|
|
108
|
+
.input-field__label[data-v-31a36009] {
|
|
116
109
|
position: absolute;
|
|
117
110
|
margin-inline: 14px 0;
|
|
118
|
-
height: 17px;
|
|
119
111
|
max-width: fit-content;
|
|
120
|
-
|
|
121
|
-
inset-block-start: 12px;
|
|
112
|
+
inset-block-start: 11px;
|
|
122
113
|
inset-inline: 0;
|
|
123
114
|
color: var(--color-text-maxcontrast);
|
|
124
115
|
white-space: nowrap;
|
|
@@ -132,22 +123,20 @@
|
|
|
132
123
|
color var(--animation-quick),
|
|
133
124
|
background-color var(--animation-quick) var(--animation-slow);
|
|
134
125
|
}
|
|
135
|
-
.input-field__label--leading-icon[data-v-
|
|
136
|
-
margin-inline-start:
|
|
126
|
+
.input-field__label--leading-icon[data-v-31a36009] {
|
|
127
|
+
margin-inline-start: var(--default-clickable-area);
|
|
137
128
|
}
|
|
138
|
-
.input-field__label--trailing-icon[data-v-
|
|
139
|
-
margin-inline-end:
|
|
129
|
+
.input-field__label--trailing-icon[data-v-31a36009] {
|
|
130
|
+
margin-inline-end: var(--default-clickable-area);
|
|
140
131
|
}
|
|
141
|
-
.input-field__input:focus + .input-field__label[data-v-
|
|
142
|
-
.input-field__input:not(:placeholder-shown) + .input-field__label[data-v-
|
|
143
|
-
inset-block-start: -
|
|
132
|
+
.input-field__input:focus + .input-field__label[data-v-31a36009],
|
|
133
|
+
.input-field__input:not(:placeholder-shown) + .input-field__label[data-v-31a36009] {
|
|
134
|
+
inset-block-start: -10px;
|
|
144
135
|
font-size: 13px;
|
|
145
136
|
font-weight: 500;
|
|
146
137
|
border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;
|
|
147
138
|
background-color: var(--color-main-background);
|
|
148
|
-
height: 16px;
|
|
149
139
|
padding-inline: 5px;
|
|
150
|
-
padding-block-start: 2px;
|
|
151
140
|
margin-inline-start: 9px;
|
|
152
141
|
transition:
|
|
153
142
|
height var(--animation-quick),
|
|
@@ -155,48 +144,44 @@
|
|
|
155
144
|
font-size var(--animation-quick),
|
|
156
145
|
color var(--animation-quick);
|
|
157
146
|
}
|
|
158
|
-
.input-field__input:focus + .input-field__label--leading-icon[data-v-
|
|
159
|
-
.input-field__input:not(:placeholder-shown) + .input-field__label--leading-icon[data-v-
|
|
160
|
-
margin-inline-start:
|
|
147
|
+
.input-field__input:focus + .input-field__label--leading-icon[data-v-31a36009],
|
|
148
|
+
.input-field__input:not(:placeholder-shown) + .input-field__label--leading-icon[data-v-31a36009] {
|
|
149
|
+
margin-inline-start: 41px;
|
|
161
150
|
}
|
|
162
|
-
.input-field__icon[data-v-
|
|
151
|
+
.input-field__icon[data-v-31a36009] {
|
|
163
152
|
position: absolute;
|
|
164
|
-
height:
|
|
165
|
-
width:
|
|
153
|
+
height: var(--default-clickable-area);
|
|
154
|
+
width: var(--default-clickable-area);
|
|
166
155
|
display: flex;
|
|
167
156
|
align-items: center;
|
|
168
157
|
justify-content: center;
|
|
169
158
|
opacity: .7;
|
|
170
159
|
}
|
|
171
|
-
.input-field__icon--leading[data-v-
|
|
172
|
-
inset-block-end:
|
|
160
|
+
.input-field__icon--leading[data-v-31a36009] {
|
|
161
|
+
inset-block-end: 0;
|
|
173
162
|
inset-inline-start: 2px;
|
|
174
163
|
}
|
|
175
|
-
.input-field__icon--trailing[data-v-
|
|
176
|
-
inset-block-end:
|
|
164
|
+
.input-field__icon--trailing[data-v-31a36009] {
|
|
165
|
+
inset-block-end: 0;
|
|
177
166
|
inset-inline-end: 2px;
|
|
178
167
|
}
|
|
179
|
-
.input-
|
|
168
|
+
.input-field__trailing-button.button-vue[data-v-31a36009] {
|
|
180
169
|
position: absolute;
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
min-width: unset;
|
|
184
|
-
min-height: unset;
|
|
185
|
-
height: 32px;
|
|
186
|
-
width: 32px !important;
|
|
170
|
+
top: 0;
|
|
171
|
+
right: 0;
|
|
187
172
|
border-radius: var(--border-radius-large);
|
|
188
173
|
}
|
|
189
|
-
.input-field__helper-text-message[data-v-
|
|
174
|
+
.input-field__helper-text-message[data-v-31a36009] {
|
|
190
175
|
padding-block: 4px;
|
|
191
176
|
display: flex;
|
|
192
177
|
align-items: center;
|
|
193
178
|
}
|
|
194
|
-
.input-field__helper-text-message__icon[data-v-
|
|
179
|
+
.input-field__helper-text-message__icon[data-v-31a36009] {
|
|
195
180
|
margin-inline-end: 8px;
|
|
196
181
|
}
|
|
197
|
-
.input-field__helper-text-message--error[data-v-
|
|
182
|
+
.input-field__helper-text-message--error[data-v-31a36009] {
|
|
198
183
|
color: var(--color-error-text);
|
|
199
184
|
}
|
|
200
|
-
.input-field__helper-text-message--success[data-v-
|
|
185
|
+
.input-field__helper-text-message--success[data-v-31a36009] {
|
|
201
186
|
color: var(--color-success-text);
|
|
202
187
|
}
|
|
@@ -58,19 +58,19 @@
|
|
|
58
58
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
|
-
.material-design-icon[data-v-
|
|
61
|
+
.material-design-icon[data-v-19300848] {
|
|
62
62
|
display: flex;
|
|
63
63
|
align-self: center;
|
|
64
64
|
justify-self: center;
|
|
65
65
|
align-items: center;
|
|
66
66
|
justify-content: center;
|
|
67
67
|
}
|
|
68
|
-
.related-resources__header[data-v-
|
|
68
|
+
.related-resources__header[data-v-19300848] {
|
|
69
69
|
margin: 0 0 10px 46px;
|
|
70
70
|
}
|
|
71
|
-
.related-resources__header h5[data-v-
|
|
71
|
+
.related-resources__header h5[data-v-19300848] {
|
|
72
72
|
font-weight: 700;
|
|
73
73
|
}
|
|
74
|
-
.related-resources__header p[data-v-
|
|
74
|
+
.related-resources__header p[data-v-19300848] {
|
|
75
75
|
color: var(--color-text-maxcontrast);
|
|
76
76
|
}
|