@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
package/dist/index.mjs
CHANGED
|
@@ -25,10 +25,10 @@ import I from "./Components/NcAppSettingsDialog.mjs";
|
|
|
25
25
|
import y from "./Components/NcAppSettingsSection.mjs";
|
|
26
26
|
import P from "./Components/NcAppSidebar.mjs";
|
|
27
27
|
import B from "./Components/NcAppSidebarTab.mjs";
|
|
28
|
-
import { N as
|
|
29
|
-
import { u as
|
|
30
|
-
import
|
|
31
|
-
import
|
|
28
|
+
import { N as D } from "./chunks/index-a01ff595.mjs";
|
|
29
|
+
import { u as tt } from "./chunks/index-a01ff595.mjs";
|
|
30
|
+
import j from "./Components/NcBreadcrumb.mjs";
|
|
31
|
+
import R from "./Components/NcBreadcrumbs.mjs";
|
|
32
32
|
import O from "./Components/NcButton.mjs";
|
|
33
33
|
import _ from "./Components/NcCheckboxRadioSwitch.mjs";
|
|
34
34
|
import E from "./Components/NcColorPicker.mjs";
|
|
@@ -39,54 +39,53 @@ import F from "./Components/NcDashboardWidgetItem.mjs";
|
|
|
39
39
|
import z from "./Components/NcDateTime.mjs";
|
|
40
40
|
import G from "./Components/NcDateTimePicker.mjs";
|
|
41
41
|
import W from "./Components/NcDateTimePickerNative.mjs";
|
|
42
|
-
import H from "./Components/
|
|
43
|
-
import V from "./Components/
|
|
44
|
-
import U from "./Components/
|
|
45
|
-
import $ from "./Components/
|
|
46
|
-
import
|
|
47
|
-
import J from "./Components/
|
|
48
|
-
import K from "./
|
|
49
|
-
import Q from "./Components/
|
|
50
|
-
import X from "./Components/
|
|
51
|
-
import Y from "./Components/
|
|
52
|
-
import Z from "./Components/
|
|
53
|
-
import oo from "./Components/
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import io from "./Components/
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import {
|
|
61
|
-
import "./
|
|
42
|
+
import H from "./Components/NcDialog.mjs";
|
|
43
|
+
import V from "./Components/NcDialogButton.mjs";
|
|
44
|
+
import U from "./Components/NcEmojiPicker.mjs";
|
|
45
|
+
import $ from "./Components/NcEmptyContent.mjs";
|
|
46
|
+
import q from "./Components/NcGuestContent.mjs";
|
|
47
|
+
import J from "./Components/NcHeaderMenu.mjs";
|
|
48
|
+
import { N as K } from "./chunks/index-20a9ace9.mjs";
|
|
49
|
+
import Q from "./Components/NcIconSvgWrapper.mjs";
|
|
50
|
+
import X from "./Components/NcListItem.mjs";
|
|
51
|
+
import Y from "./Components/NcListItemIcon.mjs";
|
|
52
|
+
import Z from "./Components/NcLoadingIcon.mjs";
|
|
53
|
+
import oo from "./Components/NcModal.mjs";
|
|
54
|
+
import ro from "./Components/NcNoteCard.mjs";
|
|
55
|
+
import to from "./Components/NcPasswordField.mjs";
|
|
56
|
+
import io from "./Components/NcPopover.mjs";
|
|
57
|
+
import mo from "./Components/NcProgressBar.mjs";
|
|
58
|
+
import eo from "./Components/NcRelatedResourcesPanel.mjs";
|
|
59
|
+
import { N as po } from "./chunks/index-5f2a5f57.mjs";
|
|
60
|
+
import { r as mt } from "./chunks/index-5f2a5f57.mjs";
|
|
61
|
+
import co, { NcAutoCompleteResult as fo } from "./Components/NcRichContenteditable.mjs";
|
|
62
|
+
import { N as no } from "./chunks/NcRichText-25edeb8e.mjs";
|
|
63
|
+
import "./chunks/referencePickerModal-58498cac.mjs";
|
|
62
64
|
import "@nextcloud/axios";
|
|
63
65
|
import "@nextcloud/router";
|
|
64
|
-
import
|
|
65
|
-
import "./chunks/l10n-
|
|
66
|
-
import "
|
|
67
|
-
import no from "./Components/NcTextField.mjs";
|
|
68
|
-
import "vue-material-design-icons/DotsHorizontal.vue";
|
|
66
|
+
import No from "./Components/NcSelect.mjs";
|
|
67
|
+
import "./chunks/l10n-b6d21146.mjs";
|
|
68
|
+
import ao from "./Components/NcTextField.mjs";
|
|
69
69
|
import "@nextcloud/event-bus";
|
|
70
|
-
import "vue-material-design-icons/ArrowLeft.vue";
|
|
71
|
-
import "vue-material-design-icons/Close.vue";
|
|
72
70
|
import "vue";
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import { N as
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import { directive as
|
|
71
|
+
import so from "./Components/NcSavingIndicatorIcon.mjs";
|
|
72
|
+
import lo from "./Components/NcSelectTags.mjs";
|
|
73
|
+
import uo from "./Components/NcSettingsInputText.mjs";
|
|
74
|
+
import Ao from "./Components/NcSettingsSection.mjs";
|
|
75
|
+
import { N as go } from "./chunks/NcSettingsSelectGroup-fd91d31a.mjs";
|
|
76
|
+
import bo from "./Components/NcTimezonePicker.mjs";
|
|
77
|
+
import So from "./Components/NcUserBubble.mjs";
|
|
78
|
+
import vo from "./Components/NcTextArea.mjs";
|
|
79
|
+
import { emojiAddRecent as pt, emojiSearch as ct } from "./Functions/emoji.mjs";
|
|
80
|
+
import { default as nt } from "./Functions/usernameToColor.mjs";
|
|
81
|
+
import { directive as To } from "./Directives/Focus.mjs";
|
|
82
|
+
import { directive as xo } from "./Directives/Linkify.mjs";
|
|
84
83
|
import "./Directives/Tooltip.mjs";
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { VTooltip as
|
|
89
|
-
import { VTooltip as
|
|
84
|
+
import { default as at } from "./Mixins/clickOutsideOptions.mjs";
|
|
85
|
+
import { default as lt } from "./Mixins/isFullscreen.mjs";
|
|
86
|
+
import { default as dt } from "./Mixins/isMobile.mjs";
|
|
87
|
+
import { VTooltip as Co } from "floating-vue";
|
|
88
|
+
import { VTooltip as gt } from "floating-vue";
|
|
90
89
|
/**
|
|
91
90
|
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
|
|
92
91
|
*
|
|
@@ -108,7 +107,7 @@ import { VTooltip as dr } from "floating-vue";
|
|
|
108
107
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
109
108
|
*
|
|
110
109
|
*/
|
|
111
|
-
const
|
|
110
|
+
const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
112
111
|
__proto__: null,
|
|
113
112
|
NcActionButton: i,
|
|
114
113
|
NcActionButtonGroup: m,
|
|
@@ -137,10 +136,10 @@ const To = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
137
136
|
NcAppSettingsSection: y,
|
|
138
137
|
NcAppSidebar: P,
|
|
139
138
|
NcAppSidebarTab: B,
|
|
140
|
-
NcAutoCompleteResult:
|
|
141
|
-
NcAvatar:
|
|
142
|
-
NcBreadcrumb:
|
|
143
|
-
NcBreadcrumbs:
|
|
139
|
+
NcAutoCompleteResult: fo,
|
|
140
|
+
NcAvatar: D,
|
|
141
|
+
NcBreadcrumb: j,
|
|
142
|
+
NcBreadcrumbs: R,
|
|
144
143
|
NcButton: O,
|
|
145
144
|
NcCheckboxRadioSwitch: _,
|
|
146
145
|
NcColorPicker: E,
|
|
@@ -151,33 +150,36 @@ const To = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
151
150
|
NcDateTime: z,
|
|
152
151
|
NcDateTimePicker: G,
|
|
153
152
|
NcDateTimePickerNative: W,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
153
|
+
NcDialog: H,
|
|
154
|
+
NcDialogButton: V,
|
|
155
|
+
NcEmojiPicker: U,
|
|
156
|
+
NcEmptyContent: $,
|
|
157
|
+
NcGuestContent: q,
|
|
158
|
+
NcHeaderMenu: J,
|
|
159
|
+
NcHighlight: K,
|
|
160
|
+
NcIconSvgWrapper: Q,
|
|
161
|
+
NcListItem: X,
|
|
162
|
+
NcListItemIcon: Y,
|
|
163
|
+
NcLoadingIcon: Z,
|
|
164
|
+
NcMentionBubble: po,
|
|
165
|
+
NcModal: oo,
|
|
166
|
+
NcNoteCard: ro,
|
|
167
|
+
NcPasswordField: to,
|
|
168
|
+
NcPopover: io,
|
|
169
|
+
NcProgressBar: mo,
|
|
170
|
+
NcRelatedResourcesPanel: eo,
|
|
171
|
+
NcRichContenteditable: co,
|
|
172
|
+
NcRichText: no,
|
|
173
|
+
NcSavingIndicatorIcon: so,
|
|
174
|
+
NcSelect: No,
|
|
175
|
+
NcSelectTags: lo,
|
|
176
|
+
NcSettingsInputText: uo,
|
|
177
|
+
NcSettingsSection: Ao,
|
|
178
|
+
NcSettingsSelectGroup: go,
|
|
179
|
+
NcTextArea: vo,
|
|
180
|
+
NcTextField: ao,
|
|
181
|
+
NcTimezonePicker: bo,
|
|
182
|
+
NcUserBubble: So
|
|
181
183
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
182
184
|
/**
|
|
183
185
|
* @copyright 2022 Christopher Ng <chrng8@gmail.com>
|
|
@@ -200,7 +202,7 @@ const To = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
200
202
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
201
203
|
*
|
|
202
204
|
*/
|
|
203
|
-
const
|
|
205
|
+
const Yr = (o) => o.type === "click" || o.type === "keydown" && o.key === "Enter";
|
|
204
206
|
/**
|
|
205
207
|
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
|
|
206
208
|
*
|
|
@@ -222,23 +224,23 @@ const Qt = (o) => o.type === "click" || o.type === "keydown" && o.key === "Enter
|
|
|
222
224
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
223
225
|
*
|
|
224
226
|
*/
|
|
225
|
-
const
|
|
227
|
+
const ho = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
226
228
|
__proto__: null,
|
|
227
|
-
Focus:
|
|
228
|
-
Linkify:
|
|
229
|
-
Tooltip:
|
|
230
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
229
|
+
Focus: To,
|
|
230
|
+
Linkify: xo,
|
|
231
|
+
Tooltip: Co
|
|
232
|
+
}, Symbol.toStringTag, { value: "Module" })), Zr = {
|
|
231
233
|
install(o) {
|
|
232
|
-
Object.entries(
|
|
233
|
-
o.component(
|
|
234
|
-
}), Object.entries(
|
|
235
|
-
o.directive(
|
|
234
|
+
Object.entries(ko).forEach(([t, r]) => {
|
|
235
|
+
o.component(r.name || t, r);
|
|
236
|
+
}), Object.entries(ho).forEach(([t, r]) => {
|
|
237
|
+
o.directive(t, r);
|
|
236
238
|
});
|
|
237
239
|
}
|
|
238
240
|
};
|
|
239
241
|
export {
|
|
240
|
-
|
|
241
|
-
|
|
242
|
+
To as Focus,
|
|
243
|
+
xo as Linkify,
|
|
242
244
|
i as NcActionButton,
|
|
243
245
|
m as NcActionButtonGroup,
|
|
244
246
|
e as NcActionCaption,
|
|
@@ -266,10 +268,10 @@ export {
|
|
|
266
268
|
y as NcAppSettingsSection,
|
|
267
269
|
P as NcAppSidebar,
|
|
268
270
|
B as NcAppSidebarTab,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
271
|
+
fo as NcAutoCompleteResult,
|
|
272
|
+
D as NcAvatar,
|
|
273
|
+
j as NcBreadcrumb,
|
|
274
|
+
R as NcBreadcrumbs,
|
|
273
275
|
O as NcButton,
|
|
274
276
|
_ as NcCheckboxRadioSwitch,
|
|
275
277
|
E as NcColorPicker,
|
|
@@ -280,42 +282,45 @@ export {
|
|
|
280
282
|
z as NcDateTime,
|
|
281
283
|
G as NcDateTimePicker,
|
|
282
284
|
W as NcDateTimePickerNative,
|
|
283
|
-
H as
|
|
284
|
-
V as
|
|
285
|
-
U as
|
|
286
|
-
$ as
|
|
287
|
-
q as
|
|
288
|
-
J as
|
|
289
|
-
K as
|
|
290
|
-
Q as
|
|
291
|
-
X as
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
oo as
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
io as
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
lo as
|
|
306
|
-
uo as
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
285
|
+
H as NcDialog,
|
|
286
|
+
V as NcDialogButton,
|
|
287
|
+
U as NcEmojiPicker,
|
|
288
|
+
$ as NcEmptyContent,
|
|
289
|
+
q as NcGuestContent,
|
|
290
|
+
J as NcHeaderMenu,
|
|
291
|
+
K as NcHighlight,
|
|
292
|
+
Q as NcIconSvgWrapper,
|
|
293
|
+
X as NcListItem,
|
|
294
|
+
Y as NcListItemIcon,
|
|
295
|
+
Z as NcLoadingIcon,
|
|
296
|
+
po as NcMentionBubble,
|
|
297
|
+
oo as NcModal,
|
|
298
|
+
ro as NcNoteCard,
|
|
299
|
+
to as NcPasswordField,
|
|
300
|
+
io as NcPopover,
|
|
301
|
+
mo as NcProgressBar,
|
|
302
|
+
eo as NcRelatedResourcesPanel,
|
|
303
|
+
co as NcRichContenteditable,
|
|
304
|
+
no as NcRichText,
|
|
305
|
+
so as NcSavingIndicatorIcon,
|
|
306
|
+
No as NcSelect,
|
|
307
|
+
lo as NcSelectTags,
|
|
308
|
+
uo as NcSettingsInputText,
|
|
309
|
+
Ao as NcSettingsSection,
|
|
310
|
+
go as NcSettingsSelectGroup,
|
|
311
|
+
vo as NcTextArea,
|
|
312
|
+
ao as NcTextField,
|
|
313
|
+
bo as NcTimezonePicker,
|
|
314
|
+
So as NcUserBubble,
|
|
315
|
+
Zr as NextcloudVuePlugin,
|
|
316
|
+
gt as Tooltip,
|
|
317
|
+
at as clickOutsideOptions,
|
|
318
|
+
pt as emojiAddRecent,
|
|
319
|
+
ct as emojiSearch,
|
|
320
|
+
Yr as isA11yActivation,
|
|
321
|
+
lt as isFullscreen,
|
|
322
|
+
dt as isMobile,
|
|
323
|
+
mt as richEditor,
|
|
324
|
+
tt as userStatus,
|
|
325
|
+
nt as usernameToColor
|
|
321
326
|
};
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../src/components/index.js","../src/functions/a11y/index.ts","../src/directives/index.js","../src/plugin.ts"],"sourcesContent":["/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as NcActionButton } from './NcActionButton/index.js'\nexport { default as NcActionButtonGroup } from './NcActionButtonGroup/index.js'\nexport { default as NcActionCaption } from './NcActionCaption/index.js'\nexport { default as NcActionCheckbox } from './NcActionCheckbox/index.js'\nexport { default as NcActionInput } from './NcActionInput/index.js'\nexport { default as NcActionLink } from './NcActionLink/index.js'\nexport { default as NcActionRadio } from './NcActionRadio/index.js'\nexport { default as NcActionRouter } from './NcActionRouter/index.js'\nexport { default as NcActions } from './NcActions/index.js'\nexport { default as NcActionSeparator } from './NcActionSeparator/index.js'\nexport { default as NcActionText } from './NcActionText/index.js'\nexport { default as NcActionTextEditable } from './NcActionTextEditable/index.js'\nexport { default as NcAppContent } from './NcAppContent/index.js'\nexport { default as NcAppContentDetails } from './NcAppContentDetails/index.js'\nexport { default as NcAppContentList } from './NcAppContentList/index.js'\nexport { default as NcAppNavigation } from './NcAppNavigation/index.js'\nexport { default as NcAppNavigationCaption } from './NcAppNavigationCaption/index.js'\nexport { default as NcAppNavigationIconBullet } from './NcAppNavigationIconBullet/index.js'\nexport { default as NcAppNavigationItem } from './NcAppNavigationItem/index.js'\nexport { default as NcAppNavigationNew } from './NcAppNavigationNew/index.js'\nexport { default as NcAppNavigationNewItem } from './NcAppNavigationNewItem/index.js'\nexport { default as NcAppNavigationSettings } from './NcAppNavigationSettings/index.js'\nexport { default as NcAppNavigationSpacer } from './NcAppNavigationSpacer/index.js'\nexport { default as NcAppSettingsDialog } from './NcAppSettingsDialog/index.js'\nexport { default as NcAppSettingsSection } from './NcAppSettingsSection/index.js'\nexport { default as NcAppSidebar } from './NcAppSidebar/index.js'\nexport { default as NcAppSidebarTab } from './NcAppSidebarTab/index.js'\nexport { default as NcAvatar } from './NcAvatar/index.js'\nexport { default as NcBreadcrumb } from './NcBreadcrumb/index.js'\nexport { default as NcBreadcrumbs } from './NcBreadcrumbs/index.js'\nexport { default as NcButton } from './NcButton/index.js'\nexport { default as NcCheckboxRadioSwitch } from './NcCheckboxRadioSwitch/index.js'\nexport { default as NcColorPicker } from './NcColorPicker/index.js'\nexport { default as NcContent } from './NcContent/index.js'\nexport { default as NcCounterBubble } from './NcCounterBubble/index.js'\nexport { default as NcDashboardWidget } from './NcDashboardWidget/index.js'\nexport { default as NcDashboardWidgetItem } from './NcDashboardWidgetItem/index.js'\nexport { default as NcDateTime } from './NcDateTime/index.js'\nexport { default as NcDateTimePicker } from './NcDateTimePicker/index.js'\nexport { default as NcDateTimePickerNative } from './NcDateTimePickerNative/index.js'\n// Not exported on purpose\n// export { default as NcEllipsisedOption } from './NcEllipsisedOption/index.js'\nexport { default as NcEmojiPicker } from './NcEmojiPicker/index.js'\nexport { default as NcEmptyContent } from './NcEmptyContent/index.js'\nexport { default as NcGuestContent } from './NcGuestContent/index.js'\nexport { default as NcHeaderMenu } from './NcHeaderMenu/index.js'\nexport { default as NcHighlight } from './NcHighlight/index.js'\nexport { default as NcIconSvgWrapper } from './NcIconSvgWrapper/index.js'\n// Not exported on purpose as it is only meant as a base component\n// export { default as NcInputField } from './NcInputField/index.js'\nexport { default as NcListItem } from './NcListItem/index.js'\nexport { default as NcListItemIcon } from './NcListItemIcon/index.js'\nexport { default as NcLoadingIcon } from './NcLoadingIcon/index.js'\nexport { default as NcModal } from './NcModal/index.js'\nexport { default as NcNoteCard } from './NcNoteCard/index.js'\nexport { default as NcPasswordField } from './NcPasswordField/index.js'\nexport { default as NcPopover } from './NcPopover/index.js'\nexport { default as NcProgressBar } from './NcProgressBar/index.js'\nexport { default as NcRelatedResourcesPanel } from './NcRelatedResourcesPanel/index.js'\nexport { default as NcRichContenteditable, NcAutoCompleteResult, NcMentionBubble } from './NcRichContenteditable/index.js'\nexport { default as NcRichText } from './NcRichText/index.js'\nexport { default as NcSavingIndicatorIcon } from './NcSavingIndicatorIcon/index.js'\nexport { default as NcSelect } from './NcSelect/index.js'\nexport { default as NcSelectTags } from './NcSelectTags/index.js'\nexport { default as NcSettingsInputText } from './NcSettingsInputText/index.js'\nexport { default as NcSettingsSection } from './NcSettingsSection/index.js'\nexport { default as NcSettingsSelectGroup } from './NcSettingsSelectGroup/index.js'\nexport { default as NcTextField } from './NcTextField/index.js'\nexport { default as NcTimezonePicker } from './NcTimezonePicker/index.js'\nexport { default as NcUserBubble } from './NcUserBubble/index.js'\n","/**\n * @copyright 2022 Christopher Ng <chrng8@gmail.com>\n *\n * @author Christopher Ng <chrng8@gmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Return true if the DOM event is an accessible mouse or keyboard element activation, false otherwise\n *\n * @param {Event} event DOM event\n *\n * @return {boolean}\n */\nexport const isA11yActivation = (event: Event) => {\n\tif (event.type === 'click') {\n\t\treturn true\n\t}\n\tif (event.type === 'keydown' && (event as KeyboardEvent).key === 'Enter') {\n\t\treturn true\n\t}\n\treturn false\n}\n","/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as Focus } from './Focus/index.js'\nexport { default as Linkify } from './Linkify/index.js'\nexport { default as Tooltip } from './Tooltip/index.js'\n","import type { DefineComponent, Directive, PluginObject } from 'vue'\n\nimport * as NcComponents from './components/index.js'\nimport * as NcDirectives from './directives/index.js'\n\n/**\n * Install all Nextcloud Vue components and directives globally\n * @example\n * ```js\n * import { NextcloudVuePlugin } from '@nextcloud/vue'\n * import Vue from 'vue'\n *\n * // ...\n *\n * Vue.use(NextcloudVuePlugin)\n * new Vue({\n * // options\n * })\n * ```\n */\nexport const NextcloudVuePlugin: PluginObject<never> = {\n\tinstall(Vue) {\n\t\t// Install components\n\t\tObject.entries(NcComponents as { [key: string]: DefineComponent }).forEach(([name, component]) => {\n\t\t\tVue.component(component.name || name, component)\n\t\t})\n\n\t\t// Install directives\n\t\tObject.entries(NcDirectives as { [key: string]: Directive }).forEach(([name, directive]) => {\n\t\t\tVue.directive(name, directive)\n\t\t})\n\t},\n}\n"],"names":["isA11yActivation","event","NextcloudVuePlugin","Vue","NcComponents","name","component","NcDirectives","directive"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6Ba,MAAAA,KAAmB,CAACC,MAC5BA,EAAM,SAAS,WAGfA,EAAM,SAAS,aAAcA,EAAwB,QAAQ;ACjClE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;8CCoBaC,KAA0C;AAAA,EACtD,QAAQC,GAAK;AAEL,WAAA,QAAQC,EAAkD,EAAE,QAAQ,CAAC,CAACC,GAAMC,CAAS,MAAM;AACjG,MAAAH,EAAI,UAAUG,EAAU,QAAQD,GAAMC,CAAS;AAAA,IAAA,CAC/C,GAGM,OAAA,QAAQC,EAA4C,EAAE,QAAQ,CAAC,CAACF,GAAMG,CAAS,MAAM;AACvF,MAAAL,EAAA,UAAUE,GAAMG,CAAS;AAAA,IAAA,CAC7B;AAAA,EACF;AACD;"}
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../src/components/index.js","../src/functions/a11y/index.ts","../src/directives/index.js","../src/plugin.ts"],"sourcesContent":["/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as NcActionButton } from './NcActionButton/index.js'\nexport { default as NcActionButtonGroup } from './NcActionButtonGroup/index.js'\nexport { default as NcActionCaption } from './NcActionCaption/index.js'\nexport { default as NcActionCheckbox } from './NcActionCheckbox/index.js'\nexport { default as NcActionInput } from './NcActionInput/index.js'\nexport { default as NcActionLink } from './NcActionLink/index.js'\nexport { default as NcActionRadio } from './NcActionRadio/index.js'\nexport { default as NcActionRouter } from './NcActionRouter/index.js'\nexport { default as NcActions } from './NcActions/index.js'\nexport { default as NcActionSeparator } from './NcActionSeparator/index.js'\nexport { default as NcActionText } from './NcActionText/index.js'\nexport { default as NcActionTextEditable } from './NcActionTextEditable/index.js'\nexport { default as NcAppContent } from './NcAppContent/index.js'\nexport { default as NcAppContentDetails } from './NcAppContentDetails/index.js'\nexport { default as NcAppContentList } from './NcAppContentList/index.js'\nexport { default as NcAppNavigation } from './NcAppNavigation/index.js'\nexport { default as NcAppNavigationCaption } from './NcAppNavigationCaption/index.js'\nexport { default as NcAppNavigationIconBullet } from './NcAppNavigationIconBullet/index.js'\nexport { default as NcAppNavigationItem } from './NcAppNavigationItem/index.js'\nexport { default as NcAppNavigationNew } from './NcAppNavigationNew/index.js'\nexport { default as NcAppNavigationNewItem } from './NcAppNavigationNewItem/index.js'\nexport { default as NcAppNavigationSettings } from './NcAppNavigationSettings/index.js'\nexport { default as NcAppNavigationSpacer } from './NcAppNavigationSpacer/index.js'\nexport { default as NcAppSettingsDialog } from './NcAppSettingsDialog/index.js'\nexport { default as NcAppSettingsSection } from './NcAppSettingsSection/index.js'\nexport { default as NcAppSidebar } from './NcAppSidebar/index.js'\nexport { default as NcAppSidebarTab } from './NcAppSidebarTab/index.js'\nexport { default as NcAvatar } from './NcAvatar/index.js'\nexport { default as NcBreadcrumb } from './NcBreadcrumb/index.js'\nexport { default as NcBreadcrumbs } from './NcBreadcrumbs/index.js'\nexport { default as NcButton } from './NcButton/index.js'\nexport { default as NcCheckboxRadioSwitch } from './NcCheckboxRadioSwitch/index.js'\nexport { default as NcColorPicker } from './NcColorPicker/index.js'\nexport { default as NcContent } from './NcContent/index.js'\nexport { default as NcCounterBubble } from './NcCounterBubble/index.js'\nexport { default as NcDashboardWidget } from './NcDashboardWidget/index.js'\nexport { default as NcDashboardWidgetItem } from './NcDashboardWidgetItem/index.js'\nexport { default as NcDateTime } from './NcDateTime/index.js'\nexport { default as NcDateTimePicker } from './NcDateTimePicker/index.js'\nexport { default as NcDateTimePickerNative } from './NcDateTimePickerNative/index.js'\nexport { default as NcDialog } from './NcDialog/index.js'\nexport { default as NcDialogButton } from './NcDialogButton/index.js'\n// Not exported on purpose\n// export { default as NcEllipsisedOption } from './NcEllipsisedOption/index.js'\nexport { default as NcEmojiPicker } from './NcEmojiPicker/index.js'\nexport { default as NcEmptyContent } from './NcEmptyContent/index.js'\nexport { default as NcGuestContent } from './NcGuestContent/index.js'\nexport { default as NcHeaderMenu } from './NcHeaderMenu/index.js'\nexport { default as NcHighlight } from './NcHighlight/index.js'\nexport { default as NcIconSvgWrapper } from './NcIconSvgWrapper/index.js'\n// Not exported on purpose as it is only meant as a base component\n// export { default as NcInputField } from './NcInputField/index.js'\nexport { default as NcListItem } from './NcListItem/index.js'\nexport { default as NcListItemIcon } from './NcListItemIcon/index.js'\nexport { default as NcLoadingIcon } from './NcLoadingIcon/index.js'\nexport { default as NcModal } from './NcModal/index.js'\nexport { default as NcNoteCard } from './NcNoteCard/index.js'\nexport { default as NcPasswordField } from './NcPasswordField/index.js'\nexport { default as NcPopover } from './NcPopover/index.js'\nexport { default as NcProgressBar } from './NcProgressBar/index.js'\nexport { default as NcRelatedResourcesPanel } from './NcRelatedResourcesPanel/index.js'\nexport { default as NcRichContenteditable, NcAutoCompleteResult, NcMentionBubble } from './NcRichContenteditable/index.js'\nexport { default as NcRichText } from './NcRichText/index.js'\nexport { default as NcSavingIndicatorIcon } from './NcSavingIndicatorIcon/index.js'\nexport { default as NcSelect } from './NcSelect/index.js'\nexport { default as NcSelectTags } from './NcSelectTags/index.js'\nexport { default as NcSettingsInputText } from './NcSettingsInputText/index.js'\nexport { default as NcSettingsSection } from './NcSettingsSection/index.js'\nexport { default as NcSettingsSelectGroup } from './NcSettingsSelectGroup/index.js'\nexport { default as NcTextField } from './NcTextField/index.js'\nexport { default as NcTimezonePicker } from './NcTimezonePicker/index.js'\nexport { default as NcUserBubble } from './NcUserBubble/index.js'\nexport { default as NcTextArea } from './NcTextArea/index.js'\n","/**\n * @copyright 2022 Christopher Ng <chrng8@gmail.com>\n *\n * @author Christopher Ng <chrng8@gmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Return true if the DOM event is an accessible mouse or keyboard element activation, false otherwise\n *\n * @param {Event} event DOM event\n *\n * @return {boolean}\n */\nexport const isA11yActivation = (event: Event) => {\n\tif (event.type === 'click') {\n\t\treturn true\n\t}\n\tif (event.type === 'keydown' && (event as KeyboardEvent).key === 'Enter') {\n\t\treturn true\n\t}\n\treturn false\n}\n","/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as Focus } from './Focus/index.js'\nexport { default as Linkify } from './Linkify/index.js'\nexport { default as Tooltip } from './Tooltip/index.js'\n","import type { DefineComponent, Directive, PluginObject } from 'vue'\n\nimport * as NcComponents from './components/index.js'\nimport * as NcDirectives from './directives/index.js'\n\n/**\n * Install all Nextcloud Vue components and directives globally\n * @example\n * ```js\n * import { NextcloudVuePlugin } from '@nextcloud/vue'\n * import Vue from 'vue'\n *\n * // ...\n *\n * Vue.use(NextcloudVuePlugin)\n * new Vue({\n * // options\n * })\n * ```\n */\nexport const NextcloudVuePlugin: PluginObject<never> = {\n\tinstall(Vue) {\n\t\t// Install components\n\t\tObject.entries(NcComponents as { [key: string]: DefineComponent }).forEach(([name, component]) => {\n\t\t\tVue.component(component.name || name, component)\n\t\t})\n\n\t\t// Install directives\n\t\tObject.entries(NcDirectives as { [key: string]: Directive }).forEach(([name, directive]) => {\n\t\t\tVue.directive(name, directive)\n\t\t})\n\t},\n}\n"],"names":["isA11yActivation","event","NextcloudVuePlugin","Vue","NcComponents","name","component","NcDirectives","directive"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6Ba,MAAAA,KAAmB,CAACC,MAC5BA,EAAM,SAAS,WAGfA,EAAM,SAAS,aAAcA,EAAwB,QAAQ;ACjClE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;8CCoBaC,KAA0C;AAAA,EACtD,QAAQC,GAAK;AAEL,WAAA,QAAQC,EAAkD,EAAE,QAAQ,CAAC,CAACC,GAAMC,CAAS,MAAM;AACjG,MAAAH,EAAI,UAAUG,EAAU,QAAQD,GAAMC,CAAS;AAAA,IAAA,CAC/C,GAGM,OAAA,QAAQC,EAA4C,EAAE,QAAQ,CAAC,CAACF,GAAMG,CAAS,MAAM;AACvF,MAAAL,EAAA,UAAUE,GAAMG,CAAS;AAAA,IAAA,CAC7B;AAAA,EACF;AACD;"}
|
package/dist/vendor.LICENSE.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextcloud/vue",
|
|
3
|
-
"version": "8.0.0
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "Nextcloud vue components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vuejs",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"styleguide:build": "vue-styleguidist build",
|
|
29
29
|
"cypress": "TZ=UTC cypress run --component",
|
|
30
30
|
"cypress:gui": "TZ=UTC cypress open --component",
|
|
31
|
-
"cypress:update-snapshots": "TZ=UTC cypress run --component --spec \"cypress/visual/**/*.cy.
|
|
31
|
+
"cypress:update-snapshots": "TZ=UTC cypress run --component --spec \"cypress/visual/**/*.cy.{t,j}s\" --env type=base --config screenshotsFolder=cypress/snapshots/base"
|
|
32
32
|
},
|
|
33
33
|
"main": "dist/index.cjs",
|
|
34
34
|
"exports": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@floating-ui/dom": "^1.1.0",
|
|
64
64
|
"@nextcloud/auth": "^2.0.0",
|
|
65
65
|
"@nextcloud/axios": "^2.0.0",
|
|
66
|
-
"@nextcloud/browser-storage": "^0.
|
|
66
|
+
"@nextcloud/browser-storage": "^0.3.0",
|
|
67
67
|
"@nextcloud/calendar-js": "^6.0.0",
|
|
68
68
|
"@nextcloud/capabilities": "^1.0.4",
|
|
69
69
|
"@nextcloud/event-bus": "^3.0.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@nextcloud/l10n": "^2.0.1",
|
|
72
72
|
"@nextcloud/logger": "^2.2.1",
|
|
73
73
|
"@nextcloud/router": "^2.0.0",
|
|
74
|
-
"@nextcloud/vue-select": "^3.
|
|
74
|
+
"@nextcloud/vue-select": "^3.24.0",
|
|
75
75
|
"@vueuse/components": "^10.0.2",
|
|
76
76
|
"@vueuse/core": "^10.1.2",
|
|
77
77
|
"clone": "^2.1.2",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"vue": "^2.7.14",
|
|
100
100
|
"vue-color": "^2.8.1",
|
|
101
101
|
"vue-frag": "^1.4.3",
|
|
102
|
-
"vue-material-design-icons": "^5.1.2",
|
|
103
102
|
"vue2-datepicker": "^3.11.0"
|
|
104
103
|
},
|
|
105
104
|
"engines": {
|
|
@@ -111,6 +110,7 @@
|
|
|
111
110
|
"@babel/preset-typescript": "^7.22.5",
|
|
112
111
|
"@cypress/vue2": "^2.0.1",
|
|
113
112
|
"@fontsource/roboto": "^5.0.0",
|
|
113
|
+
"@mdi/js": "^7.3.67",
|
|
114
114
|
"@mdi/svg": "^7.0.96",
|
|
115
115
|
"@nextcloud/babel-config": "^1.0.0",
|
|
116
116
|
"@nextcloud/browserslist-config": "^3.0.0",
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
"@nextcloud/stylelint-config": "^2.3.1",
|
|
119
119
|
"@nextcloud/vite-config": "^1.0.1",
|
|
120
120
|
"@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#master",
|
|
121
|
+
"@types/jest": "^29.5.5",
|
|
121
122
|
"@vue/test-utils": "^1.3.0",
|
|
122
123
|
"@vue/tsconfig": "^0.4.0",
|
|
123
124
|
"@vue/vue2-jest": "^29.0.0",
|
|
@@ -141,6 +142,8 @@
|
|
|
141
142
|
"url-loader": "^4.1.1",
|
|
142
143
|
"vite": "^4.3.9",
|
|
143
144
|
"vue-eslint-parser": "^9.0.3",
|
|
145
|
+
"vue-material-design-icons": "^5.2.0",
|
|
146
|
+
"vue-router": "^3.6.5",
|
|
144
147
|
"vue-styleguidist": "~4.72.0",
|
|
145
148
|
"vue-template-compiler": "^2.7.14",
|
|
146
149
|
"webpack": "^5.88.1",
|
|
@@ -1,148 +0,0 @@
|
|
|
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-425183ac] {
|
|
24
|
-
display: flex;
|
|
25
|
-
align-self: center;
|
|
26
|
-
justify-self: center;
|
|
27
|
-
align-items: center;
|
|
28
|
-
justify-content: center;
|
|
29
|
-
}
|
|
30
|
-
.list-item__wrapper[data-v-425183ac] {
|
|
31
|
-
position: relative;
|
|
32
|
-
width: 100%;
|
|
33
|
-
}
|
|
34
|
-
.list-item__wrapper--active .list-item[data-v-425183ac],
|
|
35
|
-
.list-item__wrapper:active .list-item[data-v-425183ac],
|
|
36
|
-
.list-item__wrapper.active .list-item[data-v-425183ac] {
|
|
37
|
-
background-color: var(--color-primary-element);
|
|
38
|
-
}
|
|
39
|
-
.list-item__wrapper--active .line-one__name[data-v-425183ac],
|
|
40
|
-
.list-item__wrapper--active .line-one__details[data-v-425183ac],
|
|
41
|
-
.list-item__wrapper:active .line-one__name[data-v-425183ac],
|
|
42
|
-
.list-item__wrapper:active .line-one__details[data-v-425183ac],
|
|
43
|
-
.list-item__wrapper.active .line-one__name[data-v-425183ac],
|
|
44
|
-
.list-item__wrapper.active .line-one__details[data-v-425183ac],
|
|
45
|
-
.list-item__wrapper--active .line-two__subname[data-v-425183ac],
|
|
46
|
-
.list-item__wrapper:active .line-two__subname[data-v-425183ac],
|
|
47
|
-
.list-item__wrapper.active .line-two__subname[data-v-425183ac] {
|
|
48
|
-
color: var(--color-primary-element-text) !important;
|
|
49
|
-
}
|
|
50
|
-
.list-item[data-v-425183ac] {
|
|
51
|
-
display: block;
|
|
52
|
-
position: relative;
|
|
53
|
-
flex: 0 0 auto;
|
|
54
|
-
justify-content: flex-start;
|
|
55
|
-
padding: 8px;
|
|
56
|
-
border-radius: 32px;
|
|
57
|
-
margin: 2px 0;
|
|
58
|
-
width: 100%;
|
|
59
|
-
cursor: pointer;
|
|
60
|
-
transition: background-color var(--animation-quick) ease-in-out;
|
|
61
|
-
list-style: none;
|
|
62
|
-
}
|
|
63
|
-
.list-item[data-v-425183ac]:hover,
|
|
64
|
-
.list-item[data-v-425183ac]:focus {
|
|
65
|
-
background-color: var(--color-background-hover);
|
|
66
|
-
}
|
|
67
|
-
.list-item-content__wrapper[data-v-425183ac] {
|
|
68
|
-
display: flex;
|
|
69
|
-
align-items: center;
|
|
70
|
-
height: 48px;
|
|
71
|
-
}
|
|
72
|
-
.list-item-content__wrapper--compact[data-v-425183ac] {
|
|
73
|
-
height: 36px;
|
|
74
|
-
}
|
|
75
|
-
.list-item-content__wrapper--compact .line-one[data-v-425183ac],
|
|
76
|
-
.list-item-content__wrapper--compact .line-two[data-v-425183ac] {
|
|
77
|
-
margin-top: -4px;
|
|
78
|
-
margin-bottom: -4px;
|
|
79
|
-
}
|
|
80
|
-
.list-item-content[data-v-425183ac] {
|
|
81
|
-
display: flex;
|
|
82
|
-
flex: 1 1 auto;
|
|
83
|
-
justify-content: space-between;
|
|
84
|
-
padding-left: 8px;
|
|
85
|
-
}
|
|
86
|
-
.list-item-content__main[data-v-425183ac] {
|
|
87
|
-
flex: 1 1 auto;
|
|
88
|
-
width: 0;
|
|
89
|
-
margin: auto 0;
|
|
90
|
-
}
|
|
91
|
-
.list-item-content__main--oneline[data-v-425183ac] {
|
|
92
|
-
display: flex;
|
|
93
|
-
}
|
|
94
|
-
.list-item-content__actions[data-v-425183ac] {
|
|
95
|
-
flex: 0 0 auto;
|
|
96
|
-
align-self: center;
|
|
97
|
-
justify-content: center;
|
|
98
|
-
margin-left: 4px;
|
|
99
|
-
}
|
|
100
|
-
.list-item__extra[data-v-425183ac] {
|
|
101
|
-
margin-top: 4px;
|
|
102
|
-
}
|
|
103
|
-
.line-one[data-v-425183ac] {
|
|
104
|
-
display: flex;
|
|
105
|
-
align-items: center;
|
|
106
|
-
justify-content: space-between;
|
|
107
|
-
white-space: nowrap;
|
|
108
|
-
margin: 0 auto 0 0;
|
|
109
|
-
overflow: hidden;
|
|
110
|
-
}
|
|
111
|
-
.line-one__name[data-v-425183ac] {
|
|
112
|
-
overflow: hidden;
|
|
113
|
-
flex-grow: 1;
|
|
114
|
-
cursor: pointer;
|
|
115
|
-
text-overflow: ellipsis;
|
|
116
|
-
color: var(--color-main-text);
|
|
117
|
-
font-weight: 700;
|
|
118
|
-
}
|
|
119
|
-
.line-one__details[data-v-425183ac] {
|
|
120
|
-
color: var(--color-text-maxcontrast);
|
|
121
|
-
margin: 0 8px;
|
|
122
|
-
font-weight: 400;
|
|
123
|
-
}
|
|
124
|
-
.line-two[data-v-425183ac] {
|
|
125
|
-
display: flex;
|
|
126
|
-
align-items: flex-start;
|
|
127
|
-
justify-content: space-between;
|
|
128
|
-
white-space: nowrap;
|
|
129
|
-
}
|
|
130
|
-
.line-two--bold[data-v-425183ac] {
|
|
131
|
-
font-weight: 700;
|
|
132
|
-
}
|
|
133
|
-
.line-two__subname[data-v-425183ac] {
|
|
134
|
-
overflow: hidden;
|
|
135
|
-
flex-grow: 1;
|
|
136
|
-
cursor: pointer;
|
|
137
|
-
white-space: nowrap;
|
|
138
|
-
text-overflow: ellipsis;
|
|
139
|
-
color: var(--color-text-maxcontrast);
|
|
140
|
-
}
|
|
141
|
-
.line-two__additional_elements[data-v-425183ac] {
|
|
142
|
-
margin: 2px 4px 0;
|
|
143
|
-
display: flex;
|
|
144
|
-
align-items: center;
|
|
145
|
-
}
|
|
146
|
-
.line-two__indicator[data-v-425183ac] {
|
|
147
|
-
margin: 0 5px;
|
|
148
|
-
}
|