@nextcloud/vue 8.0.0-beta.8 → 8.0.0-beta.9
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 +25 -0
- package/dist/Components/NcActionButton.cjs +8 -8
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +10 -10
- 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 +1 -1
- package/dist/Components/NcActionTextEditable.mjs +1 -1
- package/dist/Components/NcActions.cjs +67 -63
- package/dist/Components/NcActions.cjs.map +1 -1
- package/dist/Components/NcActions.mjs +75 -71
- package/dist/Components/NcActions.mjs.map +1 -1
- package/dist/Components/NcAppContent.cjs +1 -1
- package/dist/Components/NcAppContent.mjs +1 -1
- package/dist/Components/NcAppNavigation.cjs +1 -1
- package/dist/Components/NcAppNavigation.mjs +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +12 -12
- package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +15 -15
- package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
- package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
- package/dist/Components/NcAppNavigationSettings.cjs +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +1 -1
- package/dist/Components/NcAppNavigationToggle.cjs +1 -1
- package/dist/Components/NcAppNavigationToggle.mjs +1 -1
- package/dist/Components/NcAppSettingsDialog.cjs +57 -108
- package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +59 -110
- package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +5 -5
- package/dist/Components/NcAppSidebar.cjs.map +1 -1
- package/dist/Components/NcAppSidebar.mjs +5 -5
- package/dist/Components/NcAppSidebar.mjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.cjs +3 -3
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +5 -5
- 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/NcBreadcrumbs.cjs +2 -2
- package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +2 -2
- package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +157 -42
- package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +168 -53
- package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
- package/dist/Components/NcColorPicker.cjs +1 -1
- package/dist/Components/NcColorPicker.mjs +1 -1
- package/dist/Components/NcDashboardWidget.cjs +1 -1
- package/dist/Components/NcDashboardWidget.mjs +2 -2
- 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 +2 -2
- package/dist/Components/NcDateTimePicker.mjs +4 -4
- 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/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/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 +24 -26
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +54 -56
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +4 -4
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +3 -3
- package/dist/Components/NcNoteCard.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +49 -38
- package/dist/Components/NcPasswordField.cjs.map +1 -1
- package/dist/Components/NcPasswordField.mjs +59 -48
- package/dist/Components/NcPasswordField.mjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +29 -13
- package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +41 -25
- package/dist/Components/NcRelatedResourcesPanel.mjs.map +1 -1
- package/dist/Components/NcRichContenteditable.cjs +2 -2
- package/dist/Components/NcRichContenteditable.mjs +2 -2
- package/dist/Components/NcRichText.cjs +1 -1
- package/dist/Components/NcRichText.mjs +3 -3
- package/dist/Components/NcSelect.cjs +34 -29
- package/dist/Components/NcSelect.cjs.map +1 -1
- package/dist/Components/NcSelect.mjs +48 -43
- package/dist/Components/NcSelect.mjs.map +1 -1
- package/dist/Components/NcSelectTags.cjs +1 -1
- package/dist/Components/NcSelectTags.mjs +1 -1
- package/dist/Components/NcSettingsInputText.cjs +1 -1
- package/dist/Components/NcSettingsInputText.mjs +1 -1
- package/dist/Components/NcSettingsSection.cjs +1 -1
- package/dist/Components/NcSettingsSection.mjs +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 +37 -13
- package/dist/Components/NcTextField.cjs.map +1 -1
- package/dist/Components/NcTextField.mjs +45 -21
- package/dist/Components/NcTextField.mjs.map +1 -1
- package/dist/Components/NcTimezonePicker.cjs +1 -1
- package/dist/Components/NcTimezonePicker.mjs +1 -1
- package/dist/Components/NcUserBubble.cjs +4 -4
- package/dist/Components/NcUserBubble.cjs.map +1 -1
- package/dist/Components/NcUserBubble.mjs +4 -4
- package/dist/Components/NcUserBubble.mjs.map +1 -1
- package/dist/assets/index-236620b0.css +150 -0
- package/dist/assets/{index-03ec5f40.css → index-400b48a6.css} +7 -7
- package/dist/assets/{index-33da80f0.css → index-4611417f.css} +8 -9
- package/dist/assets/{index-01e5adf4.css → index-4b75fe20.css} +11 -11
- package/dist/assets/{index-294382c8.css → index-574438d6.css} +43 -38
- 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-9354264c.css → index-6f721577.css} +16 -16
- package/dist/assets/{index-fec4bb7b.css → index-73867d38.css} +17 -16
- package/dist/assets/{index-becfbea7.css → index-8304db49.css} +23 -22
- package/dist/assets/{index-5eff69c7.css → index-9dcf6260.css} +32 -30
- package/dist/assets/{index-23e64bbb.css → index-9e44e336.css} +9 -9
- package/dist/assets/{index-0557f12a.css → index-9e9587e1.css} +4 -4
- package/dist/assets/index-abb90c97.css +164 -0
- package/dist/assets/{index-5072b6ee.css → index-af72a30b.css} +11 -10
- package/dist/assets/{index-194e9415.css → index-c06ad941.css} +70 -58
- package/dist/assets/{index-fbdeb5ab.css → index-c5ae3bc4.css} +11 -11
- package/dist/assets/index-dc612aa3.css +112 -0
- 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-6405cd50.css → index-e828b286.css} +4 -4
- package/dist/assets/{index-0ab8e182.css → index-eea65531.css} +23 -22
- package/dist/assets/{index-1cf8eeb4.css → index-f85aa003.css} +13 -32
- package/dist/assets/{referencePickerModal-0acecb5e.css → referencePickerModal-3a127978.css} +55 -55
- package/dist/chunks/{NcAppNavigationToggle-960658a0.cjs → NcAppNavigationToggle-841d3015.cjs} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-960658a0.cjs.map → NcAppNavigationToggle-841d3015.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-d868f651.mjs → NcAppNavigationToggle-e358aa47.mjs} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-d868f651.mjs.map → NcAppNavigationToggle-e358aa47.mjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-f881168d.mjs → NcInputConfirmCancel-44052477.mjs} +16 -9
- package/dist/chunks/NcInputConfirmCancel-44052477.mjs.map +1 -0
- package/dist/chunks/{NcInputConfirmCancel-0c4bee9a.cjs → NcInputConfirmCancel-6bea0fdc.cjs} +11 -4
- package/dist/chunks/NcInputConfirmCancel-6bea0fdc.cjs.map +1 -0
- package/dist/chunks/{NcRichText-d385dc10.cjs → NcRichText-332fe454.cjs} +2 -2
- package/dist/chunks/{NcRichText-1c3d2654.mjs.map → NcRichText-332fe454.cjs.map} +1 -1
- package/dist/chunks/{NcRichText-1c3d2654.mjs → NcRichText-8fda53c8.mjs} +9 -9
- package/dist/chunks/{NcRichText-d385dc10.cjs.map → NcRichText-8fda53c8.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-47d9c113.cjs → NcSettingsSelectGroup-a5ff8c36.cjs} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-47d9c113.cjs.map → NcSettingsSelectGroup-a5ff8c36.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-0f4a0f94.mjs → NcSettingsSelectGroup-fdd3309c.mjs} +2 -2
- package/dist/chunks/{NcSettingsSelectGroup-0f4a0f94.mjs.map → NcSettingsSelectGroup-fdd3309c.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-97a014a1.mjs → ScopeComponent-9519afcc.mjs} +1 -1
- package/dist/chunks/{ScopeComponent-97a014a1.mjs.map → ScopeComponent-9519afcc.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-1c75ec38.cjs → ScopeComponent-e060526a.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-1c75ec38.cjs.map → ScopeComponent-e060526a.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-032137a6.cjs} +63 -29
- package/dist/chunks/index-032137a6.cjs.map +1 -0
- package/dist/chunks/{index-6c221fa0.mjs → index-fb2ee22c.mjs} +72 -38
- package/dist/chunks/index-fb2ee22c.mjs.map +1 -0
- package/dist/chunks/l10n-05a09c66.mjs +31 -0
- package/dist/chunks/l10n-05a09c66.mjs.map +1 -0
- package/dist/chunks/{l10n-c5f5f001.mjs → l10n-9aa6482d.mjs} +1 -1
- package/dist/chunks/{l10n-c5f5f001.mjs.map → l10n-9aa6482d.mjs.map} +1 -1
- package/dist/chunks/l10n-b1d264c7.cjs +29 -0
- package/dist/chunks/l10n-b1d264c7.cjs.map +1 -0
- package/dist/chunks/{l10n-4326316a.cjs → l10n-c7bd0ea6.cjs} +1 -1
- package/dist/chunks/{l10n-4326316a.cjs.map → l10n-c7bd0ea6.cjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-9b4ff88d.cjs → referencePickerModal-279a483d.cjs} +2 -2
- package/dist/chunks/{referencePickerModal-9b4ff88d.cjs.map → referencePickerModal-279a483d.cjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-0fde503d.mjs → referencePickerModal-443a4c57.mjs} +2 -2
- package/dist/chunks/{referencePickerModal-0fde503d.mjs.map → referencePickerModal-443a4c57.mjs.map} +1 -1
- package/dist/index.cjs +105 -99
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +138 -129
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -3
- package/dist/assets/index-7768d5e5.css +0 -148
- 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
|
@@ -20,30 +20,30 @@
|
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
.material-design-icon[data-v-
|
|
23
|
+
.material-design-icon[data-v-00e861ef] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-self: center;
|
|
26
26
|
justify-self: center;
|
|
27
27
|
align-items: center;
|
|
28
28
|
justify-content: center;
|
|
29
29
|
}
|
|
30
|
-
.item-list__entry[data-v-
|
|
30
|
+
.item-list__entry[data-v-00e861ef] {
|
|
31
31
|
display: flex;
|
|
32
32
|
align-items: flex-start;
|
|
33
33
|
position: relative;
|
|
34
34
|
padding: 8px;
|
|
35
35
|
}
|
|
36
|
-
.item-list__entry[data-v-
|
|
37
|
-
.item-list__entry[data-v-
|
|
36
|
+
.item-list__entry[data-v-00e861ef]:hover,
|
|
37
|
+
.item-list__entry[data-v-00e861ef]:focus {
|
|
38
38
|
background-color: var(--color-background-hover);
|
|
39
39
|
border-radius: var(--border-radius-large);
|
|
40
40
|
}
|
|
41
|
-
.item-list__entry .item-avatar[data-v-
|
|
41
|
+
.item-list__entry .item-avatar[data-v-00e861ef] {
|
|
42
42
|
position: relative;
|
|
43
43
|
margin-top: auto;
|
|
44
44
|
margin-bottom: auto;
|
|
45
45
|
}
|
|
46
|
-
.item-list__entry .item__details[data-v-
|
|
46
|
+
.item-list__entry .item__details[data-v-00e861ef] {
|
|
47
47
|
padding-left: 8px;
|
|
48
48
|
max-height: 44px;
|
|
49
49
|
flex-grow: 1;
|
|
@@ -51,32 +51,32 @@
|
|
|
51
51
|
display: flex;
|
|
52
52
|
flex-direction: column;
|
|
53
53
|
}
|
|
54
|
-
.item-list__entry .item__details h3[data-v-
|
|
55
|
-
.item-list__entry .item__details .message[data-v-
|
|
54
|
+
.item-list__entry .item__details h3[data-v-00e861ef],
|
|
55
|
+
.item-list__entry .item__details .message[data-v-00e861ef] {
|
|
56
56
|
white-space: nowrap;
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
text-overflow: ellipsis;
|
|
59
59
|
}
|
|
60
|
-
.item-list__entry .item__details .message span[data-v-
|
|
60
|
+
.item-list__entry .item__details .message span[data-v-00e861ef] {
|
|
61
61
|
width: 10px;
|
|
62
62
|
display: inline-block;
|
|
63
63
|
margin-bottom: -3px;
|
|
64
64
|
}
|
|
65
|
-
.item-list__entry .item__details h3[data-v-
|
|
65
|
+
.item-list__entry .item__details h3[data-v-00e861ef] {
|
|
66
66
|
font-size: 100%;
|
|
67
67
|
margin: 0;
|
|
68
68
|
}
|
|
69
|
-
.item-list__entry .item__details .message[data-v-
|
|
69
|
+
.item-list__entry .item__details .message[data-v-00e861ef] {
|
|
70
70
|
width: 100%;
|
|
71
71
|
color: var(--color-text-maxcontrast);
|
|
72
72
|
}
|
|
73
|
-
.item-list__entry .item-icon[data-v-
|
|
73
|
+
.item-list__entry .item-icon[data-v-00e861ef] {
|
|
74
74
|
position: relative;
|
|
75
75
|
width: 14px;
|
|
76
76
|
height: 14px;
|
|
77
77
|
margin: 27px -3px 0 -7px;
|
|
78
78
|
}
|
|
79
|
-
.item-list__entry button.primary[data-v-
|
|
79
|
+
.item-list__entry button.primary[data-v-00e861ef] {
|
|
80
80
|
padding: 21px;
|
|
81
81
|
margin: 0;
|
|
82
82
|
}
|
|
@@ -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-01cfeb01] {
|
|
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-01cfeb01] {
|
|
69
69
|
margin: 0 0 10px 46px;
|
|
70
70
|
}
|
|
71
|
-
.related-resources__header h5[data-v-
|
|
71
|
+
.related-resources__header h5[data-v-01cfeb01] {
|
|
72
72
|
font-weight: 700;
|
|
73
73
|
}
|
|
74
|
-
.related-resources__header p[data-v-
|
|
74
|
+
.related-resources__header p[data-v-01cfeb01] {
|
|
75
75
|
color: var(--color-text-maxcontrast);
|
|
76
76
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
.material-design-icon[data-v-
|
|
23
|
+
.material-design-icon[data-v-5423306a] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-self: center;
|
|
26
26
|
justify-self: center;
|
|
@@ -49,12 +49,24 @@
|
|
|
49
49
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
|
-
li.active[data-v-
|
|
52
|
+
li.active[data-v-5423306a] {
|
|
53
53
|
background-color: var(--color-background-hover);
|
|
54
54
|
border-radius: 6px;
|
|
55
55
|
padding: 0;
|
|
56
56
|
}
|
|
57
|
-
.action
|
|
57
|
+
.action--disabled[data-v-5423306a] {
|
|
58
|
+
pointer-events: none;
|
|
59
|
+
opacity: .5;
|
|
60
|
+
}
|
|
61
|
+
.action--disabled[data-v-5423306a]:hover,
|
|
62
|
+
.action--disabled[data-v-5423306a]:focus {
|
|
63
|
+
cursor: default;
|
|
64
|
+
opacity: .5;
|
|
65
|
+
}
|
|
66
|
+
.action--disabled *[data-v-5423306a] {
|
|
67
|
+
opacity: 1 !important;
|
|
68
|
+
}
|
|
69
|
+
.action-button[data-v-5423306a] {
|
|
58
70
|
display: flex;
|
|
59
71
|
align-items: flex-start;
|
|
60
72
|
width: 100%;
|
|
@@ -73,11 +85,11 @@ li.active[data-v-f6c84c4c] {
|
|
|
73
85
|
font-size: var(--default-font-size);
|
|
74
86
|
line-height: 44px;
|
|
75
87
|
}
|
|
76
|
-
.action-
|
|
88
|
+
.action-button > span[data-v-5423306a] {
|
|
77
89
|
cursor: pointer;
|
|
78
90
|
white-space: nowrap;
|
|
79
91
|
}
|
|
80
|
-
.action-
|
|
92
|
+
.action-button__icon[data-v-5423306a] {
|
|
81
93
|
width: 44px;
|
|
82
94
|
height: 44px;
|
|
83
95
|
opacity: 1;
|
|
@@ -85,15 +97,16 @@ li.active[data-v-f6c84c4c] {
|
|
|
85
97
|
background-size: 16px;
|
|
86
98
|
background-repeat: no-repeat;
|
|
87
99
|
}
|
|
88
|
-
.action-
|
|
100
|
+
.action-button[data-v-5423306a] .material-design-icon {
|
|
89
101
|
width: 44px;
|
|
90
102
|
height: 44px;
|
|
91
103
|
opacity: 1;
|
|
92
104
|
}
|
|
93
|
-
.action-
|
|
105
|
+
.action-button[data-v-5423306a] .material-design-icon .material-design-icon__svg {
|
|
94
106
|
vertical-align: middle;
|
|
95
107
|
}
|
|
96
|
-
.action-
|
|
108
|
+
.action-button__longtext-wrapper[data-v-5423306a],
|
|
109
|
+
.action-button__longtext[data-v-5423306a] {
|
|
97
110
|
max-width: 220px;
|
|
98
111
|
line-height: 1.6em;
|
|
99
112
|
padding: 10.8px 0;
|
|
@@ -102,11 +115,11 @@ li.active[data-v-f6c84c4c] {
|
|
|
102
115
|
overflow: hidden;
|
|
103
116
|
text-overflow: ellipsis;
|
|
104
117
|
}
|
|
105
|
-
.action-
|
|
118
|
+
.action-button__longtext[data-v-5423306a] {
|
|
106
119
|
cursor: pointer;
|
|
107
120
|
white-space: pre-wrap;
|
|
108
121
|
}
|
|
109
|
-
.action-
|
|
122
|
+
.action-button__name[data-v-5423306a] {
|
|
110
123
|
font-weight: 700;
|
|
111
124
|
text-overflow: ellipsis;
|
|
112
125
|
overflow: hidden;
|
|
@@ -114,15 +127,3 @@ li.active[data-v-f6c84c4c] {
|
|
|
114
127
|
max-width: 100%;
|
|
115
128
|
display: inline-block;
|
|
116
129
|
}
|
|
117
|
-
.action--disabled[data-v-f6c84c4c] {
|
|
118
|
-
pointer-events: none;
|
|
119
|
-
opacity: .5;
|
|
120
|
-
}
|
|
121
|
-
.action--disabled[data-v-f6c84c4c]:hover,
|
|
122
|
-
.action--disabled[data-v-f6c84c4c]:focus {
|
|
123
|
-
cursor: default;
|
|
124
|
-
opacity: .5;
|
|
125
|
-
}
|
|
126
|
-
.action--disabled *[data-v-f6c84c4c] {
|
|
127
|
-
opacity: 1 !important;
|
|
128
|
-
}
|
|
@@ -20,38 +20,14 @@
|
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
.material-design-icon[data-v-
|
|
23
|
+
.material-design-icon[data-v-a4d36143] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-self: center;
|
|
26
26
|
justify-self: center;
|
|
27
27
|
align-items: center;
|
|
28
28
|
justify-content: center;
|
|
29
29
|
}
|
|
30
|
-
.app-
|
|
31
|
-
display: flex;
|
|
32
|
-
overflow: hidden;
|
|
33
|
-
}
|
|
34
|
-
.app-settings[data-v-0ff961d8] {
|
|
35
|
-
width: 100%;
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-direction: column;
|
|
38
|
-
min-width: 0;
|
|
39
|
-
}
|
|
40
|
-
.app-settings__name[data-v-0ff961d8] {
|
|
41
|
-
min-height: 44px;
|
|
42
|
-
height: 44px;
|
|
43
|
-
line-height: 44px;
|
|
44
|
-
padding-top: 4px;
|
|
45
|
-
text-align: center;
|
|
46
|
-
}
|
|
47
|
-
.app-settings__wrapper[data-v-0ff961d8] {
|
|
48
|
-
display: flex;
|
|
49
|
-
width: 100%;
|
|
50
|
-
overflow: hidden;
|
|
51
|
-
height: 100%;
|
|
52
|
-
position: relative;
|
|
53
|
-
}
|
|
54
|
-
.app-settings__navigation[data-v-0ff961d8] {
|
|
30
|
+
.app-settings__navigation[data-v-a4d36143] {
|
|
55
31
|
min-width: 200px;
|
|
56
32
|
margin-right: 20px;
|
|
57
33
|
overflow-x: hidden;
|
|
@@ -59,20 +35,25 @@
|
|
|
59
35
|
position: relative;
|
|
60
36
|
height: 100%;
|
|
61
37
|
}
|
|
62
|
-
.app-settings__content[data-v-
|
|
38
|
+
.app-settings__content[data-v-a4d36143] {
|
|
63
39
|
max-width: 100vw;
|
|
64
40
|
overflow-y: auto;
|
|
65
41
|
overflow-x: hidden;
|
|
66
42
|
padding: 24px;
|
|
67
43
|
width: 100%;
|
|
68
44
|
}
|
|
69
|
-
.navigation-list[data-v-
|
|
45
|
+
.navigation-list[data-v-a4d36143] {
|
|
70
46
|
height: 100%;
|
|
71
47
|
box-sizing: border-box;
|
|
72
48
|
overflow-y: auto;
|
|
73
49
|
padding: 12px;
|
|
74
50
|
}
|
|
75
|
-
.navigation-
|
|
51
|
+
.navigation-list--collapsed[data-v-a4d36143] {
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-direction: row;
|
|
54
|
+
gap: 6px;
|
|
55
|
+
}
|
|
56
|
+
.navigation-list__link[data-v-a4d36143] {
|
|
76
57
|
display: block;
|
|
77
58
|
font-size: 16px;
|
|
78
59
|
height: 44px;
|
|
@@ -88,10 +69,10 @@
|
|
|
88
69
|
background-color: transparent;
|
|
89
70
|
border: none;
|
|
90
71
|
}
|
|
91
|
-
.navigation-list__link[data-v-
|
|
92
|
-
.navigation-list__link[data-v-
|
|
72
|
+
.navigation-list__link[data-v-a4d36143]:hover,
|
|
73
|
+
.navigation-list__link[data-v-a4d36143]:focus {
|
|
93
74
|
background-color: var(--color-background-hover);
|
|
94
75
|
}
|
|
95
|
-
.navigation-list__link--active[data-v-
|
|
76
|
+
.navigation-list__link--active[data-v-a4d36143] {
|
|
96
77
|
background-color: var(--color-primary-element-light) !important;
|
|
97
78
|
}
|
|
@@ -99,58 +99,58 @@
|
|
|
99
99
|
.widgets--list.icon-loading[data-v-bd1fbb02] {
|
|
100
100
|
min-height: 44px;
|
|
101
101
|
}
|
|
102
|
-
.material-design-icon[data-v-
|
|
102
|
+
.material-design-icon[data-v-5f33f45b] {
|
|
103
103
|
display: flex;
|
|
104
104
|
align-self: center;
|
|
105
105
|
justify-self: center;
|
|
106
106
|
align-items: center;
|
|
107
107
|
justify-content: center;
|
|
108
108
|
}
|
|
109
|
-
.rich-text--wrapper[data-v-
|
|
109
|
+
.rich-text--wrapper[data-v-5f33f45b] {
|
|
110
110
|
word-break: break-word;
|
|
111
111
|
line-height: 1.5;
|
|
112
112
|
}
|
|
113
|
-
.rich-text--wrapper .rich-text--fallback[data-v-
|
|
114
|
-
.rich-text--wrapper .rich-text-component[data-v-
|
|
113
|
+
.rich-text--wrapper .rich-text--fallback[data-v-5f33f45b],
|
|
114
|
+
.rich-text--wrapper .rich-text-component[data-v-5f33f45b] {
|
|
115
115
|
display: inline;
|
|
116
116
|
}
|
|
117
|
-
.rich-text--wrapper .rich-text--external-link[data-v-
|
|
117
|
+
.rich-text--wrapper .rich-text--external-link[data-v-5f33f45b] {
|
|
118
118
|
text-decoration: underline;
|
|
119
119
|
}
|
|
120
|
-
.rich-text--wrapper .rich-text--external-link[data-v-
|
|
120
|
+
.rich-text--wrapper .rich-text--external-link[data-v-5f33f45b]:after {
|
|
121
121
|
content: " ↗";
|
|
122
122
|
}
|
|
123
|
-
.rich-text--wrapper .rich-text--ordered-list .rich-text--list-item[data-v-
|
|
123
|
+
.rich-text--wrapper .rich-text--ordered-list .rich-text--list-item[data-v-5f33f45b] {
|
|
124
124
|
list-style: decimal;
|
|
125
125
|
}
|
|
126
|
-
.rich-text--wrapper .rich-text--un-ordered-list .rich-text--list-item[data-v-
|
|
126
|
+
.rich-text--wrapper .rich-text--un-ordered-list .rich-text--list-item[data-v-5f33f45b] {
|
|
127
127
|
list-style: initial;
|
|
128
128
|
}
|
|
129
|
-
.rich-text--wrapper .rich-text--list-item[data-v-
|
|
129
|
+
.rich-text--wrapper .rich-text--list-item[data-v-5f33f45b] {
|
|
130
130
|
white-space: initial;
|
|
131
131
|
color: var(--color-text-light);
|
|
132
132
|
padding: initial;
|
|
133
133
|
margin-left: 20px;
|
|
134
134
|
}
|
|
135
|
-
.rich-text--wrapper .rich-text--list-item.task-list-item[data-v-
|
|
135
|
+
.rich-text--wrapper .rich-text--list-item.task-list-item[data-v-5f33f45b] {
|
|
136
136
|
list-style: none;
|
|
137
137
|
white-space: initial;
|
|
138
138
|
color: var(--color-text-light);
|
|
139
139
|
}
|
|
140
|
-
.rich-text--wrapper .rich-text--list-item.task-list-item input[data-v-
|
|
140
|
+
.rich-text--wrapper .rich-text--list-item.task-list-item input[data-v-5f33f45b] {
|
|
141
141
|
min-height: initial;
|
|
142
142
|
}
|
|
143
|
-
.rich-text--wrapper .rich-text--strong[data-v-
|
|
143
|
+
.rich-text--wrapper .rich-text--strong[data-v-5f33f45b] {
|
|
144
144
|
white-space: initial;
|
|
145
145
|
font-weight: 700;
|
|
146
146
|
color: var(--color-text-light);
|
|
147
147
|
}
|
|
148
|
-
.rich-text--wrapper .rich-text--italic[data-v-
|
|
148
|
+
.rich-text--wrapper .rich-text--italic[data-v-5f33f45b] {
|
|
149
149
|
white-space: initial;
|
|
150
150
|
font-style: italic;
|
|
151
151
|
color: var(--color-text-light);
|
|
152
152
|
}
|
|
153
|
-
.rich-text--wrapper .rich-text--heading[data-v-
|
|
153
|
+
.rich-text--wrapper .rich-text--heading[data-v-5f33f45b] {
|
|
154
154
|
white-space: initial;
|
|
155
155
|
font-size: initial;
|
|
156
156
|
color: var(--color-text-light);
|
|
@@ -158,101 +158,101 @@
|
|
|
158
158
|
margin-top: 5px;
|
|
159
159
|
font-weight: 700;
|
|
160
160
|
}
|
|
161
|
-
.rich-text--wrapper .rich-text--heading.rich-text--heading-1[data-v-
|
|
161
|
+
.rich-text--wrapper .rich-text--heading.rich-text--heading-1[data-v-5f33f45b] {
|
|
162
162
|
font-size: 20px;
|
|
163
163
|
}
|
|
164
|
-
.rich-text--wrapper .rich-text--heading.rich-text--heading-2[data-v-
|
|
164
|
+
.rich-text--wrapper .rich-text--heading.rich-text--heading-2[data-v-5f33f45b] {
|
|
165
165
|
font-size: 19px;
|
|
166
166
|
}
|
|
167
|
-
.rich-text--wrapper .rich-text--heading.rich-text--heading-3[data-v-
|
|
167
|
+
.rich-text--wrapper .rich-text--heading.rich-text--heading-3[data-v-5f33f45b] {
|
|
168
168
|
font-size: 18px;
|
|
169
169
|
}
|
|
170
|
-
.rich-text--wrapper .rich-text--heading.rich-text--heading-4[data-v-
|
|
170
|
+
.rich-text--wrapper .rich-text--heading.rich-text--heading-4[data-v-5f33f45b] {
|
|
171
171
|
font-size: 17px;
|
|
172
172
|
}
|
|
173
|
-
.rich-text--wrapper .rich-text--heading.rich-text--heading-5[data-v-
|
|
173
|
+
.rich-text--wrapper .rich-text--heading.rich-text--heading-5[data-v-5f33f45b] {
|
|
174
174
|
font-size: 16px;
|
|
175
175
|
}
|
|
176
|
-
.rich-text--wrapper .rich-text--heading.rich-text--heading-6[data-v-
|
|
176
|
+
.rich-text--wrapper .rich-text--heading.rich-text--heading-6[data-v-5f33f45b] {
|
|
177
177
|
font-size: 15px;
|
|
178
178
|
}
|
|
179
|
-
.rich-text--wrapper .rich-text--hr[data-v-
|
|
179
|
+
.rich-text--wrapper .rich-text--hr[data-v-5f33f45b] {
|
|
180
180
|
border-top: 1px solid var(--color-border-dark);
|
|
181
181
|
border-bottom: 0;
|
|
182
182
|
}
|
|
183
|
-
.rich-text--wrapper .rich-text--pre[data-v-
|
|
183
|
+
.rich-text--wrapper .rich-text--pre[data-v-5f33f45b] {
|
|
184
184
|
border: 1px solid var(--color-border-dark);
|
|
185
185
|
background-color: var(--color-background-dark);
|
|
186
186
|
padding: 5px;
|
|
187
187
|
}
|
|
188
|
-
.rich-text--wrapper .rich-text--code[data-v-
|
|
188
|
+
.rich-text--wrapper .rich-text--code[data-v-5f33f45b] {
|
|
189
189
|
background-color: var(--color-background-dark);
|
|
190
190
|
}
|
|
191
|
-
.rich-text--wrapper .rich-text--blockquote[data-v-
|
|
191
|
+
.rich-text--wrapper .rich-text--blockquote[data-v-5f33f45b] {
|
|
192
192
|
border-left: 3px solid var(--color-border-dark);
|
|
193
193
|
padding-left: 5px;
|
|
194
194
|
}
|
|
195
|
-
.rich-text--wrapper .rich-text--table[data-v-
|
|
195
|
+
.rich-text--wrapper .rich-text--table[data-v-5f33f45b] {
|
|
196
196
|
border-collapse: collapse;
|
|
197
197
|
}
|
|
198
|
-
.rich-text--wrapper .rich-text--table thead tr th[data-v-
|
|
198
|
+
.rich-text--wrapper .rich-text--table thead tr th[data-v-5f33f45b] {
|
|
199
199
|
border: 1px solid var(--color-border-dark);
|
|
200
200
|
font-weight: 700;
|
|
201
201
|
padding: 6px 13px;
|
|
202
202
|
}
|
|
203
|
-
.rich-text--wrapper .rich-text--table tbody tr td[data-v-
|
|
203
|
+
.rich-text--wrapper .rich-text--table tbody tr td[data-v-5f33f45b] {
|
|
204
204
|
border: 1px solid var(--color-border-dark);
|
|
205
205
|
padding: 6px 13px;
|
|
206
206
|
}
|
|
207
|
-
.rich-text--wrapper .rich-text--table tbody tr[data-v-
|
|
207
|
+
.rich-text--wrapper .rich-text--table tbody tr[data-v-5f33f45b]:nth-child(even) {
|
|
208
208
|
background-color: var(--color-background-dark);
|
|
209
209
|
}
|
|
210
|
-
.rich-text--wrapper-markdown div > *[data-v-
|
|
211
|
-
.rich-text--wrapper-markdown blockquote > *[data-v-
|
|
210
|
+
.rich-text--wrapper-markdown div > *[data-v-5f33f45b]:first-child,
|
|
211
|
+
.rich-text--wrapper-markdown blockquote > *[data-v-5f33f45b]:first-child {
|
|
212
212
|
margin-top: 0 !important;
|
|
213
213
|
}
|
|
214
|
-
.rich-text--wrapper-markdown div > *[data-v-
|
|
215
|
-
.rich-text--wrapper-markdown blockquote > *[data-v-
|
|
214
|
+
.rich-text--wrapper-markdown div > *[data-v-5f33f45b]:last-child,
|
|
215
|
+
.rich-text--wrapper-markdown blockquote > *[data-v-5f33f45b]:last-child {
|
|
216
216
|
margin-bottom: 0 !important;
|
|
217
217
|
}
|
|
218
|
-
.rich-text--wrapper-markdown h1[data-v-
|
|
219
|
-
.rich-text--wrapper-markdown h2[data-v-
|
|
220
|
-
.rich-text--wrapper-markdown h3[data-v-
|
|
221
|
-
.rich-text--wrapper-markdown h4[data-v-
|
|
222
|
-
.rich-text--wrapper-markdown h5[data-v-
|
|
223
|
-
.rich-text--wrapper-markdown h6[data-v-
|
|
224
|
-
.rich-text--wrapper-markdown p[data-v-
|
|
225
|
-
.rich-text--wrapper-markdown ul[data-v-
|
|
226
|
-
.rich-text--wrapper-markdown ol[data-v-
|
|
227
|
-
.rich-text--wrapper-markdown blockquote[data-v-
|
|
228
|
-
.rich-text--wrapper-markdown pre[data-v-
|
|
218
|
+
.rich-text--wrapper-markdown h1[data-v-5f33f45b],
|
|
219
|
+
.rich-text--wrapper-markdown h2[data-v-5f33f45b],
|
|
220
|
+
.rich-text--wrapper-markdown h3[data-v-5f33f45b],
|
|
221
|
+
.rich-text--wrapper-markdown h4[data-v-5f33f45b],
|
|
222
|
+
.rich-text--wrapper-markdown h5[data-v-5f33f45b],
|
|
223
|
+
.rich-text--wrapper-markdown h6[data-v-5f33f45b],
|
|
224
|
+
.rich-text--wrapper-markdown p[data-v-5f33f45b],
|
|
225
|
+
.rich-text--wrapper-markdown ul[data-v-5f33f45b],
|
|
226
|
+
.rich-text--wrapper-markdown ol[data-v-5f33f45b],
|
|
227
|
+
.rich-text--wrapper-markdown blockquote[data-v-5f33f45b],
|
|
228
|
+
.rich-text--wrapper-markdown pre[data-v-5f33f45b] {
|
|
229
229
|
margin-top: 0;
|
|
230
230
|
margin-bottom: 1em;
|
|
231
231
|
}
|
|
232
|
-
.rich-text--wrapper-markdown h1[data-v-
|
|
233
|
-
.rich-text--wrapper-markdown h2[data-v-
|
|
234
|
-
.rich-text--wrapper-markdown h3[data-v-
|
|
235
|
-
.rich-text--wrapper-markdown h4[data-v-
|
|
236
|
-
.rich-text--wrapper-markdown h5[data-v-
|
|
237
|
-
.rich-text--wrapper-markdown h6[data-v-
|
|
232
|
+
.rich-text--wrapper-markdown h1[data-v-5f33f45b],
|
|
233
|
+
.rich-text--wrapper-markdown h2[data-v-5f33f45b],
|
|
234
|
+
.rich-text--wrapper-markdown h3[data-v-5f33f45b],
|
|
235
|
+
.rich-text--wrapper-markdown h4[data-v-5f33f45b],
|
|
236
|
+
.rich-text--wrapper-markdown h5[data-v-5f33f45b],
|
|
237
|
+
.rich-text--wrapper-markdown h6[data-v-5f33f45b] {
|
|
238
238
|
font-weight: 700;
|
|
239
239
|
}
|
|
240
|
-
.rich-text--wrapper-markdown h1[data-v-
|
|
240
|
+
.rich-text--wrapper-markdown h1[data-v-5f33f45b] {
|
|
241
241
|
font-size: 30px;
|
|
242
242
|
}
|
|
243
|
-
.rich-text--wrapper-markdown ul[data-v-
|
|
244
|
-
.rich-text--wrapper-markdown ol[data-v-
|
|
243
|
+
.rich-text--wrapper-markdown ul[data-v-5f33f45b],
|
|
244
|
+
.rich-text--wrapper-markdown ol[data-v-5f33f45b] {
|
|
245
245
|
padding-left: 15px;
|
|
246
246
|
}
|
|
247
|
-
.rich-text--wrapper-markdown ul[data-v-
|
|
247
|
+
.rich-text--wrapper-markdown ul[data-v-5f33f45b] {
|
|
248
248
|
list-style-type: disc;
|
|
249
249
|
}
|
|
250
|
-
.rich-text--wrapper-markdown blockquote[data-v-
|
|
250
|
+
.rich-text--wrapper-markdown blockquote[data-v-5f33f45b] {
|
|
251
251
|
padding-left: 13px;
|
|
252
252
|
border-left: 2px solid var(--color-border-dark);
|
|
253
253
|
color: var(--color-text-lighter);
|
|
254
254
|
}
|
|
255
|
-
a[data-v-
|
|
255
|
+
a[data-v-5f33f45b]:not(.rich-text--component) {
|
|
256
256
|
text-decoration: underline;
|
|
257
257
|
}
|
|
258
258
|
.material-design-icon[data-v-cf695ff9],
|
package/dist/chunks/{NcAppNavigationToggle-960658a0.cjs → NcAppNavigationToggle-841d3015.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var m = require("../assets/NcAppNavigationToggle-2cc5b864.css");
|
|
2
2
|
const i = require("../Components/NcButton.cjs");
|
|
3
3
|
require("../Directives/Tooltip.cjs");
|
|
4
|
-
const o = require("./l10n-
|
|
4
|
+
const o = require("./l10n-b1d264c7.cjs"), r = require("vue-material-design-icons/Menu.vue"), s = require("vue-material-design-icons/MenuOpen.vue"), u = require("./_plugin-vue2_normalizer-7f9efb60.cjs"), l = require("floating-vue"), a = (n) => n && n.__esModule ? n : { default: n }, c = /* @__PURE__ */ a(r), p = /* @__PURE__ */ a(s);
|
|
5
5
|
const _ = {
|
|
6
6
|
name: "NcAppNavigationToggle",
|
|
7
7
|
directives: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NcAppNavigationToggle-
|
|
1
|
+
{"version":3,"file":"NcAppNavigationToggle-841d3015.cjs","sources":["../../src/components/NcAppNavigationToggle/NcAppNavigationToggle.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author Christoph Wurst <christoph@winzerhof-wurst.at>\n - @author John Molakvoæ <skjnldsv@protonmail.com>\n - @author Marco Ambrosini <marcoambrosini@icloud.com>\n -\n - @license GNU AGPL version 3 or any later version\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<template>\n\t<NcButton v-tooltip.auto=\"label\"\n\t\tclass=\"app-navigation-toggle\"\n\t\ttype=\"tertiary\"\n\t\t:aria-expanded=\"open ? 'true' : 'false'\"\n\t\t:aria-label=\"label\"\n\t\taria-controls=\"app-navigation-vue\"\n\t\t@click=\"toggleNavigation\">\n\t\t<template #icon>\n\t\t\t<MenuOpenIcon v-if=\"open\" :size=\"20\" />\n\t\t\t<MenuIcon v-else :size=\"20\" />\n\t\t</template>\n\t</NcButton>\n</template>\n\n<script>\nimport NcButton from '../NcButton/index.js'\nimport Tooltip from '../../directives/Tooltip/index.js'\nimport { t } from '../../l10n.js'\n\nimport MenuIcon from 'vue-material-design-icons/Menu.vue'\nimport MenuOpenIcon from 'vue-material-design-icons/MenuOpen.vue'\n\nexport default {\n\tname: 'NcAppNavigationToggle',\n\n\tdirectives: {\n\t\ttooltip: Tooltip,\n\t},\n\n\tcomponents: {\n\t\tNcButton,\n\t\tMenuIcon,\n\t\tMenuOpenIcon,\n\t},\n\n\tprops: {\n\t\topen: {\n\t\t\ttype: Boolean,\n\t\t\trequired: true,\n\t\t},\n\t},\n\n\temits: ['update:open'],\n\n\tcomputed: {\n\t\tlabel() {\n\t\t\treturn this.open ? t('Close navigation') : t('Open navigation')\n\t\t},\n\t},\n\tmethods: {\n\t\ttoggleNavigation() {\n\t\t\tthis.$emit('update:open', !this.open)\n\t\t},\n\t},\n}\n</script>\n\n<style scoped lang=\"scss\">\n\nbutton.app-navigation-toggle {\n\tposition: absolute;\n\ttop: var(--app-navigation-padding);\n\tright: calc(0px - var(--app-navigation-padding));\n\tmargin-right: - $clickable-area;\n}\n\n</style>\n"],"names":["_sfc_main","floatingVue","Components_NcButton","MenuIcon__default","MenuOpenIcon__default","l10n"],"mappings":";;;;AA8CA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,YAAA;AAAA,IACA,SAAAC,EAAA;AAAA,EACA;AAAA,EAEA,YAAA;AAAA,IACA,UAAAC;AAAA,IACA,UAAAC,EAAA;AAAA,IACA,cAAAC,EAAA;AAAA,EACA;AAAA,EAEA,OAAA;AAAA,IACA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA,CAAA,aAAA;AAAA,EAEA,UAAA;AAAA,IACA,QAAA;AACA,aAAA,KAAA,OAAAC,EAAA,EAAA,kBAAA,IAAAA,EAAA,EAAA,iBAAA;AAAA,IACA;AAAA,EACA;AAAA,EACA,SAAA;AAAA,IACA,mBAAA;AACA,WAAA,MAAA,eAAA,CAAA,KAAA,IAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;"}
|
package/dist/chunks/{NcAppNavigationToggle-d868f651.mjs → NcAppNavigationToggle-e358aa47.mjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../assets/NcAppNavigationToggle-2cc5b864.css";
|
|
2
2
|
import n from "../Components/NcButton.mjs";
|
|
3
3
|
import "../Directives/Tooltip.mjs";
|
|
4
|
-
import { t } from "./l10n-
|
|
4
|
+
import { t } from "./l10n-05a09c66.mjs";
|
|
5
5
|
import a from "vue-material-design-icons/Menu.vue";
|
|
6
6
|
import i from "vue-material-design-icons/MenuOpen.vue";
|
|
7
7
|
import { n as r } from "./_plugin-vue2_normalizer-71e2aa87.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NcAppNavigationToggle-
|
|
1
|
+
{"version":3,"file":"NcAppNavigationToggle-e358aa47.mjs","sources":["../../src/components/NcAppNavigationToggle/NcAppNavigationToggle.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author Christoph Wurst <christoph@winzerhof-wurst.at>\n - @author John Molakvoæ <skjnldsv@protonmail.com>\n - @author Marco Ambrosini <marcoambrosini@icloud.com>\n -\n - @license GNU AGPL version 3 or any later version\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<template>\n\t<NcButton v-tooltip.auto=\"label\"\n\t\tclass=\"app-navigation-toggle\"\n\t\ttype=\"tertiary\"\n\t\t:aria-expanded=\"open ? 'true' : 'false'\"\n\t\t:aria-label=\"label\"\n\t\taria-controls=\"app-navigation-vue\"\n\t\t@click=\"toggleNavigation\">\n\t\t<template #icon>\n\t\t\t<MenuOpenIcon v-if=\"open\" :size=\"20\" />\n\t\t\t<MenuIcon v-else :size=\"20\" />\n\t\t</template>\n\t</NcButton>\n</template>\n\n<script>\nimport NcButton from '../NcButton/index.js'\nimport Tooltip from '../../directives/Tooltip/index.js'\nimport { t } from '../../l10n.js'\n\nimport MenuIcon from 'vue-material-design-icons/Menu.vue'\nimport MenuOpenIcon from 'vue-material-design-icons/MenuOpen.vue'\n\nexport default {\n\tname: 'NcAppNavigationToggle',\n\n\tdirectives: {\n\t\ttooltip: Tooltip,\n\t},\n\n\tcomponents: {\n\t\tNcButton,\n\t\tMenuIcon,\n\t\tMenuOpenIcon,\n\t},\n\n\tprops: {\n\t\topen: {\n\t\t\ttype: Boolean,\n\t\t\trequired: true,\n\t\t},\n\t},\n\n\temits: ['update:open'],\n\n\tcomputed: {\n\t\tlabel() {\n\t\t\treturn this.open ? t('Close navigation') : t('Open navigation')\n\t\t},\n\t},\n\tmethods: {\n\t\ttoggleNavigation() {\n\t\t\tthis.$emit('update:open', !this.open)\n\t\t},\n\t},\n}\n</script>\n\n<style scoped lang=\"scss\">\n\nbutton.app-navigation-toggle {\n\tposition: absolute;\n\ttop: var(--app-navigation-padding);\n\tright: calc(0px - var(--app-navigation-padding));\n\tmargin-right: - $clickable-area;\n}\n\n</style>\n"],"names":["_sfc_main","VTooltip","NcButton","MenuIcon","MenuOpenIcon"],"mappings":";;;;;;;;AA8CA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,YAAA;AAAA,IACA,SAAAC;AAAA,EACA;AAAA,EAEA,YAAA;AAAA,IACA,UAAAC;AAAA,IACA,UAAAC;AAAA,IACA,cAAAC;AAAA,EACA;AAAA,EAEA,OAAA;AAAA,IACA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA,CAAA,aAAA;AAAA,EAEA,UAAA;AAAA,IACA,QAAA;AACA,aAAA,KAAA,OAAA,EAAA,kBAAA,IAAA,EAAA,iBAAA;AAAA,IACA;AAAA,EACA;AAAA,EACA,SAAA;AAAA,IACA,mBAAA;AACA,WAAA,MAAA,eAAA,CAAA,KAAA,IAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
import "../assets/NcInputConfirmCancel-2ba60a52.css";
|
|
2
|
-
import
|
|
3
|
-
import { t as
|
|
2
|
+
import o from "../Components/NcButton.mjs";
|
|
3
|
+
import { t as a } from "./l10n-05a09c66.mjs";
|
|
4
4
|
import l from "vue-material-design-icons/ArrowRight.vue";
|
|
5
5
|
import i from "vue-material-design-icons/Close.vue";
|
|
6
6
|
import { n as u } from "./_plugin-vue2_normalizer-71e2aa87.mjs";
|
|
7
|
-
const
|
|
7
|
+
const p = {
|
|
8
8
|
name: "NcInputConfirmCancel",
|
|
9
9
|
components: {
|
|
10
|
-
NcButton:
|
|
10
|
+
NcButton: o,
|
|
11
11
|
ArrowRight: l,
|
|
12
12
|
Close: i
|
|
13
13
|
},
|
|
14
14
|
props: {
|
|
15
|
+
/**
|
|
16
|
+
* If this element is used on a primary element set to true for primary styling.
|
|
17
|
+
*/
|
|
18
|
+
primary: {
|
|
19
|
+
default: !1,
|
|
20
|
+
type: Boolean
|
|
21
|
+
},
|
|
15
22
|
placeholder: {
|
|
16
23
|
default: "",
|
|
17
24
|
type: String
|
|
@@ -28,8 +35,8 @@ const c = {
|
|
|
28
35
|
],
|
|
29
36
|
data() {
|
|
30
37
|
return {
|
|
31
|
-
labelConfirm:
|
|
32
|
-
labelCancel:
|
|
38
|
+
labelConfirm: a("Confirm changes"),
|
|
39
|
+
labelCancel: a("Cancel changes")
|
|
33
40
|
};
|
|
34
41
|
},
|
|
35
42
|
computed: {
|
|
@@ -54,7 +61,7 @@ const c = {
|
|
|
54
61
|
}
|
|
55
62
|
}
|
|
56
63
|
};
|
|
57
|
-
var
|
|
64
|
+
var c = function() {
|
|
58
65
|
var e = this, n = e._self._c;
|
|
59
66
|
return n("div", { staticClass: "app-navigation-input-confirm" }, [n("form", { on: { submit: function(t) {
|
|
60
67
|
return t.preventDefault(), e.confirm.apply(null, arguments);
|
|
@@ -68,14 +75,14 @@ var p = function() {
|
|
|
68
75
|
return t.stopPropagation(), t.preventDefault(), e.confirm.apply(null, arguments);
|
|
69
76
|
} }, scopedSlots: e._u([{ key: "icon", fn: function() {
|
|
70
77
|
return [n("ArrowRight", { attrs: { size: 20 } })];
|
|
71
|
-
}, proxy: !0 }]) }), n("NcButton", { attrs: { "native-type": "reset", type: "tertiary", "aria-label": e.labelCancel }, on: { click: function(t) {
|
|
78
|
+
}, proxy: !0 }]) }), n("NcButton", { attrs: { "native-type": "reset", type: e.primary ? "primary" : "tertiary", "aria-label": e.labelCancel }, on: { click: function(t) {
|
|
72
79
|
return t.stopPropagation(), t.preventDefault(), e.cancel.apply(null, arguments);
|
|
73
80
|
} }, scopedSlots: e._u([{ key: "icon", fn: function() {
|
|
74
81
|
return [n("Close", { attrs: { size: 20 } })];
|
|
75
82
|
}, proxy: !0 }]) })], 1)]);
|
|
76
83
|
}, s = [], m = /* @__PURE__ */ u(
|
|
77
|
-
c,
|
|
78
84
|
p,
|
|
85
|
+
c,
|
|
79
86
|
s,
|
|
80
87
|
!1,
|
|
81
88
|
null,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NcInputConfirmCancel-44052477.mjs","sources":["../../src/components/NcAppNavigationItem/NcInputConfirmCancel.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2020 Jonathan Treffler <mail@jonathan-treffler.de>\n -\n - @author Jonathan Treffler <mail@jonathan-treffler.de>\n -\n - @license GNU AGPL version 3 or any later version\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<docs>\n# Usage\n\n```\n<NcInputConfirmCancel @confirm=\"alert('confirm')\" @cancel=\"alert('cancel')\" />\n```\n</docs>\n<template>\n\t<div class=\"app-navigation-input-confirm\">\n\t\t<form @submit.prevent=\"confirm\"\n\t\t\t@keydown.esc.exact.stop.prevent=\"cancel\"\n\t\t\t@click.stop.prevent>\n\t\t\t<input ref=\"input\"\n\t\t\t\tv-model=\"valueModel\"\n\t\t\t\ttype=\"text\"\n\t\t\t\tclass=\"app-navigation-input-confirm__input\"\n\t\t\t\t:placeholder=\"placeholder\">\n\n\t\t\t<NcButton native-type=\"submit\"\n\t\t\t\ttype=\"primary\"\n\t\t\t\t:aria-label=\"labelConfirm\"\n\t\t\t\t@click.stop.prevent=\"confirm\">\n\t\t\t\t<template #icon>\n\t\t\t\t\t<ArrowRight :size=\"20\" />\n\t\t\t\t</template>\n\t\t\t</NcButton>\n\n\t\t\t<NcButton native-type=\"reset\"\n\t\t\t\t:type=\"primary ? 'primary' : 'tertiary'\"\n\t\t\t\t:aria-label=\"labelCancel\"\n\t\t\t\t@click.stop.prevent=\"cancel\">\n\t\t\t\t<template #icon>\n\t\t\t\t\t<Close :size=\"20\" />\n\t\t\t\t</template>\n\t\t\t</NcButton>\n\t\t</form>\n\t</div>\n</template>\n<script>\nimport NcButton from '../NcButton/index.js'\nimport { t } from '../../l10n.js'\n\nimport ArrowRight from 'vue-material-design-icons/ArrowRight.vue'\nimport Close from 'vue-material-design-icons/Close.vue'\n\nexport default {\n\tname: 'NcInputConfirmCancel',\n\n\tcomponents: {\n\t\tNcButton,\n\t\tArrowRight,\n\t\tClose,\n\t},\n\n\tprops: {\n\t\t/**\n\t\t * If this element is used on a primary element set to true for primary styling.\n\t\t */\n\t\tprimary: {\n\t\t\tdefault: false,\n\t\t\ttype: Boolean,\n\t\t},\n\n\t\tplaceholder: {\n\t\t\tdefault: '',\n\t\t\ttype: String,\n\t\t},\n\n\t\tvalue: {\n\t\t\tdefault: '',\n\t\t\ttype: String,\n\t\t},\n\t},\n\n\temits: [\n\t\t'input',\n\t\t'confirm',\n\t\t'cancel',\n\t],\n\n\tdata() {\n\t\treturn {\n\t\t\tlabelConfirm: t('Confirm changes'),\n\t\t\tlabelCancel: t('Cancel changes'),\n\t\t}\n\t},\n\n\tcomputed: {\n\t\tvalueModel: {\n\t\t\tget() { return this.value },\n\t\t\tset(newValue) {\n\t\t\t\tthis.$emit('input', newValue)\n\t\t\t},\n\t\t},\n\t},\n\n\tmethods: {\n\t\tconfirm() {\n\t\t\tthis.$emit('confirm')\n\t\t},\n\t\tcancel() {\n\t\t\tthis.$emit('cancel')\n\t\t},\n\t\tfocusInput() {\n\t\t\tthis.$refs.input.focus()\n\t\t},\n\t},\n}\n</script>\n\n<style lang=\"scss\">\n$input-height: 34px;\n$input-padding: 7px;\n$input-margin: 5px;\n\n.app-navigation-input-confirm {\n\tflex: 1 0 100%;\n\twidth: 100%;\n\n\tform {\n\t\tdisplay: flex;\n\t}\n\n\t&__input {\n\t\theight: $input-height;\n\t\tflex: 1 1 100%;\n\t\tfont-size: 100% !important;\n\t\tmargin: $input-margin !important;\n\t\tmargin-left: -1px - $input-padding !important;\n\t\tpadding: $input-padding !important;\n\n\t\t&:active,\n\t\t&:focus,\n\t\t&:hover {\n\t\t\toutline: none;\n\t\t\tbackground-color: var(--color-main-background);\n\t\t\tcolor: var(--color-main-text);\n\t\t\tborder-color: var(--color-primary-element);\n\t\t}\n\t}\n}\n</style>\n"],"names":["_sfc_main","NcButton","ArrowRight","Close","t","newValue"],"mappings":";;;;;;AAmEA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,YAAA;AAAA,IACA,UAAAC;AAAA,IACA,YAAAC;AAAA,IACA,OAAAC;AAAA,EACA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA,IAIA,SAAA;AAAA,MACA,SAAA;AAAA,MACA,MAAA;AAAA,IACA;AAAA,IAEA,aAAA;AAAA,MACA,SAAA;AAAA,MACA,MAAA;AAAA,IACA;AAAA,IAEA,OAAA;AAAA,MACA,SAAA;AAAA,MACA,MAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AACA,WAAA;AAAA,MACA,cAAAC,EAAA,iBAAA;AAAA,MACA,aAAAA,EAAA,gBAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AAAA,IACA,YAAA;AAAA,MACA,MAAA;AAAA,eAAA,KAAA;AAAA,MAAA;AAAA,MACA,IAAAC,GAAA;AACA,aAAA,MAAA,SAAAA,CAAA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,SAAA;AAAA,IACA,UAAA;AACA,WAAA,MAAA,SAAA;AAAA,IACA;AAAA,IACA,SAAA;AACA,WAAA,MAAA,QAAA;AAAA,IACA;AAAA,IACA,aAAA;AACA,WAAA,MAAA,MAAA,MAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|