@nextcloud/vue 8.2.0 → 8.4.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 +67 -2
- package/dist/Components/NcActionButton.cjs +4 -4
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +9 -9
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.cjs +13 -9
- package/dist/Components/NcActionButtonGroup.cjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.mjs +16 -11
- package/dist/Components/NcActionButtonGroup.mjs.map +1 -1
- package/dist/Components/NcActionInput.cjs +9 -8
- package/dist/Components/NcActionInput.cjs.map +1 -1
- package/dist/Components/NcActionInput.mjs +11 -10
- package/dist/Components/NcActionInput.mjs.map +1 -1
- package/dist/Components/NcActionLink.cjs +1 -1
- package/dist/Components/NcActionLink.mjs +1 -1
- package/dist/Components/NcActionRouter.cjs +1 -1
- package/dist/Components/NcActionRouter.mjs +1 -1
- package/dist/Components/NcActionText.cjs +1 -1
- package/dist/Components/NcActionText.mjs +1 -1
- package/dist/Components/NcActionTextEditable.cjs +1 -1
- package/dist/Components/NcActionTextEditable.mjs +1 -1
- package/dist/Components/NcActions.cjs +40 -40
- package/dist/Components/NcActions.cjs.map +1 -1
- package/dist/Components/NcActions.mjs +37 -37
- package/dist/Components/NcActions.mjs.map +1 -1
- package/dist/Components/NcAppContent.cjs +15 -14
- package/dist/Components/NcAppContent.cjs.map +1 -1
- package/dist/Components/NcAppContent.mjs +35 -34
- package/dist/Components/NcAppContent.mjs.map +1 -1
- package/dist/Components/NcAppNavigation.cjs +14 -14
- package/dist/Components/NcAppNavigation.cjs.map +1 -1
- package/dist/Components/NcAppNavigation.mjs +20 -20
- package/dist/Components/NcAppNavigation.mjs.map +1 -1
- package/dist/Components/NcAppNavigationCaption.cjs +2 -2
- package/dist/Components/NcAppNavigationCaption.cjs.map +1 -1
- package/dist/Components/NcAppNavigationCaption.mjs +2 -2
- package/dist/Components/NcAppNavigationCaption.mjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +28 -24
- package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +66 -63
- package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +2 -2
- package/dist/Components/NcAppNavigationNewItem.mjs +2 -2
- package/dist/Components/NcAppNavigationSettings.cjs +7 -8
- package/dist/Components/NcAppNavigationSettings.cjs.map +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +27 -29
- 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 +31 -30
- package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +30 -29
- package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +88 -45
- package/dist/Components/NcAppSidebar.cjs.map +1 -1
- package/dist/Components/NcAppSidebar.mjs +158 -112
- package/dist/Components/NcAppSidebar.mjs.map +1 -1
- package/dist/Components/NcAvatar.cjs +1 -1
- package/dist/Components/NcAvatar.mjs +1 -1
- package/dist/Components/NcBreadcrumb.cjs +4 -3
- package/dist/Components/NcBreadcrumb.cjs.map +1 -1
- package/dist/Components/NcBreadcrumb.mjs +6 -5
- package/dist/Components/NcBreadcrumb.mjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.cjs +26 -19
- package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +48 -41
- package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +48 -38
- package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +73 -63
- package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
- package/dist/Components/NcColorPicker.cjs +35 -12
- package/dist/Components/NcColorPicker.cjs.map +1 -1
- package/dist/Components/NcColorPicker.mjs +52 -29
- package/dist/Components/NcColorPicker.mjs.map +1 -1
- package/dist/Components/NcDashboardWidget.cjs +7 -6
- package/dist/Components/NcDashboardWidget.cjs.map +1 -1
- package/dist/Components/NcDashboardWidget.mjs +17 -16
- package/dist/Components/NcDashboardWidget.mjs.map +1 -1
- package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
- package/dist/Components/NcDateTime.cjs +15 -13
- package/dist/Components/NcDateTime.cjs.map +1 -1
- package/dist/Components/NcDateTime.mjs +12 -11
- package/dist/Components/NcDateTime.mjs.map +1 -1
- package/dist/Components/NcDateTimePicker.cjs +24 -23
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +36 -36
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +3 -3
- package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +3 -3
- package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
- package/dist/Components/NcDialog.cjs +21 -20
- package/dist/Components/NcDialog.cjs.map +1 -1
- package/dist/Components/NcDialog.mjs +30 -28
- package/dist/Components/NcDialog.mjs.map +1 -1
- package/dist/Components/NcDialogButton.cjs +1 -1
- package/dist/Components/NcDialogButton.cjs.map +1 -1
- package/dist/Components/NcDialogButton.mjs +1 -1
- package/dist/Components/NcDialogButton.mjs.map +1 -1
- package/dist/Components/NcEmojiPicker.cjs +2 -1
- package/dist/Components/NcEmojiPicker.cjs.map +1 -1
- package/dist/Components/NcEmojiPicker.mjs +18 -17
- package/dist/Components/NcEmojiPicker.mjs.map +1 -1
- package/dist/Components/NcHeaderMenu.cjs +8 -8
- package/dist/Components/NcHeaderMenu.cjs.map +1 -1
- package/dist/Components/NcHeaderMenu.mjs +6 -6
- package/dist/Components/NcHeaderMenu.mjs.map +1 -1
- package/dist/Components/NcInputField.cjs +15 -4
- package/dist/Components/NcInputField.cjs.map +1 -1
- package/dist/Components/NcInputField.mjs +18 -7
- package/dist/Components/NcInputField.mjs.map +1 -1
- package/dist/Components/NcListItem.cjs +15 -10
- package/dist/Components/NcListItem.cjs.map +1 -1
- package/dist/Components/NcListItem.mjs +22 -17
- package/dist/Components/NcListItem.mjs.map +1 -1
- package/dist/Components/NcListItemIcon.cjs +1 -1
- package/dist/Components/NcListItemIcon.mjs +1 -1
- package/dist/Components/NcModal.cjs +50 -46
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +66 -63
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +14 -12
- package/dist/Components/NcPasswordField.cjs.map +1 -1
- package/dist/Components/NcPasswordField.mjs +25 -23
- package/dist/Components/NcPasswordField.mjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +6 -4
- package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +24 -22
- package/dist/Components/NcRelatedResourcesPanel.mjs.map +1 -1
- package/dist/Components/NcRichContenteditable.cjs +113 -82
- package/dist/Components/NcRichContenteditable.cjs.map +1 -1
- package/dist/Components/NcRichContenteditable.mjs +89 -55
- 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 +22 -21
- package/dist/Components/NcSelect.cjs.map +1 -1
- package/dist/Components/NcSelect.mjs +28 -28
- package/dist/Components/NcSelect.mjs.map +1 -1
- package/dist/Components/NcSelectTags.cjs +4 -2
- package/dist/Components/NcSelectTags.cjs.map +1 -1
- package/dist/Components/NcSelectTags.mjs +46 -44
- package/dist/Components/NcSelectTags.mjs.map +1 -1
- package/dist/Components/NcSettingsInputText.cjs +5 -4
- package/dist/Components/NcSettingsInputText.cjs.map +1 -1
- package/dist/Components/NcSettingsInputText.mjs +15 -14
- package/dist/Components/NcSettingsInputText.mjs.map +1 -1
- package/dist/Components/NcSettingsSection.cjs +8 -6
- package/dist/Components/NcSettingsSection.cjs.map +1 -1
- package/dist/Components/NcSettingsSection.mjs +18 -17
- 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 +5 -5
- package/dist/Components/NcTextArea.cjs.map +1 -1
- package/dist/Components/NcTextArea.mjs +4 -4
- package/dist/Components/NcTextArea.mjs.map +1 -1
- package/dist/Components/NcTextField.cjs +4 -2
- package/dist/Components/NcTextField.cjs.map +1 -1
- package/dist/Components/NcTextField.mjs +19 -17
- package/dist/Components/NcTextField.mjs.map +1 -1
- package/dist/Components/NcTimezonePicker.cjs +10 -8
- package/dist/Components/NcTimezonePicker.cjs.map +1 -1
- package/dist/Components/NcTimezonePicker.mjs +35 -33
- package/dist/Components/NcTimezonePicker.mjs.map +1 -1
- package/dist/Components/NcUserBubble.cjs +1 -1
- package/dist/Components/NcUserBubble.mjs +1 -1
- package/dist/Composables/useIsMobile.cjs +13 -8
- package/dist/Composables/useIsMobile.cjs.map +1 -1
- package/dist/Composables/useIsMobile.mjs +15 -10
- package/dist/Composables/useIsMobile.mjs.map +1 -1
- package/dist/Functions/usernameToColor.cjs +1 -1
- package/dist/Functions/usernameToColor.cjs.map +1 -1
- package/dist/Functions/usernameToColor.mjs +1 -1
- package/dist/Functions/usernameToColor.mjs.map +1 -1
- package/dist/assets/{NcAppNavigationToggle-9e170630.css → NcAppNavigationToggle-48c375e8.css} +4 -2
- package/dist/assets/{NcSettingsSelectGroup-6ddb63a6.css → NcSettingsSelectGroup-a29e2156.css} +2 -2
- package/dist/assets/{index-a9d1ad5c.css → index-13720a46.css} +24 -24
- package/dist/assets/{index-93bc89ef.css → index-1a317434.css} +9 -12
- package/dist/assets/{index-a0532427.css → index-2a1ec06b.css} +42 -36
- package/dist/assets/{index-3d1ccc15.css → index-2d5cf6b2.css} +45 -45
- package/dist/assets/index-3b654875.css +144 -0
- package/dist/assets/{index-4437e6bf.css → index-5784183b.css} +8 -8
- package/dist/assets/{index-e9fce208.css → index-7868494b.css} +16 -16
- package/dist/assets/{index-db846386.css → index-7f77b8ae.css} +49 -45
- package/dist/assets/{index-dc612aa3.css → index-86454928.css} +15 -12
- package/dist/assets/{index-2d4de2fc.css → index-8b327013.css} +11 -3
- package/dist/assets/{index-30ca9574.css → index-97305c1f.css} +27 -40
- package/dist/assets/{index-73ded07b.css → index-a3c23731.css} +63 -63
- package/dist/assets/{index-5c74e333.css → index-a7fc7815.css} +16 -16
- package/dist/assets/{index-51c1f2a9.css → index-a9999048.css} +13 -20
- package/dist/assets/{index-3764a447.css → index-aacb7cf8.css} +16 -16
- package/dist/assets/{index-d1c0876d.css → index-b0bba2fc.css} +11 -11
- package/dist/assets/{index-b991895f.css → index-c20f9f7e.css} +15 -15
- package/dist/assets/{index-f8d6daf3.css → index-d8bc189c.css} +38 -41
- package/dist/assets/{index-ffa6d11c.css → index-dab51681.css} +64 -31
- package/dist/assets/{index-4e03d941.css → index-f24e102f.css} +49 -48
- package/dist/assets/{index-4611417f.css → index-f5162bbd.css} +7 -7
- package/dist/assets/{index-34dfc54e.css → index-f78bd735.css} +13 -13
- package/dist/assets/{index-edee3304.css → index-fe84a063.css} +6 -7
- package/dist/chunks/GenColors-5c054042.mjs +137 -0
- package/dist/chunks/GenColors-5c054042.mjs.map +1 -0
- package/dist/chunks/GenColors-7495e6f6.cjs +136 -0
- package/dist/chunks/GenColors-7495e6f6.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigationToggle-2574bba5.mjs → NcAppNavigationToggle-0bc638a8.mjs} +27 -31
- package/dist/chunks/{NcAppNavigationToggle-2574bba5.mjs.map → NcAppNavigationToggle-0bc638a8.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-1301e882.cjs → NcAppNavigationToggle-6d192bea.cjs} +27 -30
- package/dist/chunks/{NcAppNavigationToggle-1301e882.cjs.map → NcAppNavigationToggle-6d192bea.cjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-a612e6a3.mjs → NcInputConfirmCancel-a08c5cb4.mjs} +14 -13
- package/dist/chunks/{NcInputConfirmCancel-a612e6a3.mjs.map → NcInputConfirmCancel-a08c5cb4.mjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-9906b563.cjs → NcInputConfirmCancel-b99898db.cjs} +8 -7
- package/dist/chunks/{NcInputConfirmCancel-9906b563.cjs.map → NcInputConfirmCancel-b99898db.cjs.map} +1 -1
- package/dist/chunks/{NcRichText-f5cfcd57.mjs → NcRichText-e4bf7767.mjs} +1 -1
- package/dist/chunks/{NcRichText-f5cfcd57.mjs.map → NcRichText-e4bf7767.mjs.map} +1 -1
- package/dist/chunks/{NcRichText-9f77a9c6.cjs → NcRichText-f729896c.cjs} +1 -1
- package/dist/chunks/{NcRichText-9f77a9c6.cjs.map → NcRichText-f729896c.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-0f71fef4.cjs → NcSettingsSelectGroup-b065ffc8.cjs} +18 -17
- package/dist/chunks/NcSettingsSelectGroup-b065ffc8.cjs.map +1 -0
- package/dist/chunks/{NcSettingsSelectGroup-091c0306.mjs → NcSettingsSelectGroup-ecc8bc5a.mjs} +19 -19
- package/dist/chunks/NcSettingsSelectGroup-ecc8bc5a.mjs.map +1 -0
- package/dist/chunks/{ScopeComponent-df4b58b1.cjs → ScopeComponent-06c558d3.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-df4b58b1.cjs.map → ScopeComponent-06c558d3.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-3ea00dcd.mjs → ScopeComponent-b039a43c.mjs} +1 -1
- package/dist/chunks/{ScopeComponent-3ea00dcd.mjs.map → ScopeComponent-b039a43c.mjs.map} +1 -1
- package/dist/chunks/_l10n-72c5e29e.cjs +62 -0
- package/dist/chunks/_l10n-72c5e29e.cjs.map +1 -0
- package/dist/chunks/_l10n-f5af5269.mjs +64 -0
- package/dist/chunks/_l10n-f5af5269.mjs.map +1 -0
- package/dist/chunks/{actionText-60ff01d1.mjs → actionText-123f26b0.mjs} +3 -3
- package/dist/chunks/{actionText-60ff01d1.mjs.map → actionText-123f26b0.mjs.map} +1 -1
- package/dist/chunks/{actionText-9582810f.cjs → actionText-e450809c.cjs} +5 -5
- package/dist/chunks/{actionText-9582810f.cjs.map → actionText-e450809c.cjs.map} +1 -1
- package/dist/chunks/{index-cea13a24.mjs → index-309426ff.mjs} +123 -77
- package/dist/chunks/index-309426ff.mjs.map +1 -0
- package/dist/chunks/{index-dc10fd2b.cjs → index-693e993c.cjs} +109 -64
- package/dist/chunks/index-693e993c.cjs.map +1 -0
- package/dist/chunks/{referencePickerModal-c2f33569.mjs → referencePickerModal-12935fb3.mjs} +175 -169
- package/dist/chunks/{referencePickerModal-c2f33569.mjs.map → referencePickerModal-12935fb3.mjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-aa5d3f47.cjs → referencePickerModal-12fa2ad0.cjs} +36 -30
- package/dist/chunks/{referencePickerModal-aa5d3f47.cjs.map → referencePickerModal-12fa2ad0.cjs.map} +1 -1
- package/dist/index.cjs +93 -93
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +96 -95
- package/dist/index.mjs.map +1 -1
- package/dist/utils/UserStatus.d.ts +26 -0
- package/package.json +10 -4
- package/dist/assets/index-2e5e3b55.css +0 -151
- package/dist/chunks/GenColors-02173e2c.mjs +0 -56
- package/dist/chunks/GenColors-02173e2c.mjs.map +0 -1
- package/dist/chunks/GenColors-4314c256.cjs +0 -55
- package/dist/chunks/GenColors-4314c256.cjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-091c0306.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-0f71fef4.cjs.map +0 -1
- package/dist/chunks/index-cea13a24.mjs.map +0 -1
- package/dist/chunks/index-dc10fd2b.cjs.map +0 -1
- package/dist/chunks/l10n-a12cdbfa.cjs +0 -8
- package/dist/chunks/l10n-a12cdbfa.cjs.map +0 -1
- package/dist/chunks/l10n-c603e589.mjs +0 -10
- package/dist/chunks/l10n-c603e589.mjs.map +0 -1
- package/dist/chunks/l10n-e9ffbe5e.cjs +0 -29
- package/dist/chunks/l10n-e9ffbe5e.cjs.map +0 -1
- package/dist/chunks/l10n-ef44019c.mjs +0 -31
- package/dist/chunks/l10n-ef44019c.mjs.map +0 -1
|
@@ -20,48 +20,49 @@
|
|
|
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-57c41e90] {
|
|
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
|
-
.list-item__wrapper[data-v-
|
|
30
|
+
.list-item__wrapper[data-v-57c41e90] {
|
|
31
31
|
position: relative;
|
|
32
32
|
width: 100%;
|
|
33
33
|
}
|
|
34
|
-
.list-item__wrapper--active .list-item[data-v-
|
|
35
|
-
.list-item__wrapper:active .list-item[data-v-
|
|
36
|
-
.list-item__wrapper.active .list-item[data-v-
|
|
34
|
+
.list-item__wrapper--active .list-item[data-v-57c41e90],
|
|
35
|
+
.list-item__wrapper:active .list-item[data-v-57c41e90],
|
|
36
|
+
.list-item__wrapper.active .list-item[data-v-57c41e90] {
|
|
37
37
|
background-color: var(--color-primary-element);
|
|
38
38
|
}
|
|
39
|
-
.list-item__wrapper--active .list-item[data-v-
|
|
40
|
-
.list-item__wrapper--active .list-item[data-v-
|
|
41
|
-
.list-item__wrapper--active .list-item[data-v-
|
|
42
|
-
.list-item__wrapper--active .list-item[data-v-
|
|
43
|
-
.list-item__wrapper:active .list-item[data-v-
|
|
44
|
-
.list-item__wrapper:active .list-item[data-v-
|
|
45
|
-
.list-item__wrapper:active .list-item[data-v-
|
|
46
|
-
.list-item__wrapper:active .list-item[data-v-
|
|
47
|
-
.list-item__wrapper.active .list-item[data-v-
|
|
48
|
-
.list-item__wrapper.active .list-item[data-v-
|
|
49
|
-
.list-item__wrapper.active .list-item[data-v-
|
|
50
|
-
.list-item__wrapper.active .list-item[data-v-
|
|
39
|
+
.list-item__wrapper--active .list-item[data-v-57c41e90]:active,
|
|
40
|
+
.list-item__wrapper--active .list-item[data-v-57c41e90]:hover,
|
|
41
|
+
.list-item__wrapper--active .list-item[data-v-57c41e90]:focus,
|
|
42
|
+
.list-item__wrapper--active .list-item[data-v-57c41e90]:focus-visible,
|
|
43
|
+
.list-item__wrapper:active .list-item[data-v-57c41e90]:active,
|
|
44
|
+
.list-item__wrapper:active .list-item[data-v-57c41e90]:hover,
|
|
45
|
+
.list-item__wrapper:active .list-item[data-v-57c41e90]:focus,
|
|
46
|
+
.list-item__wrapper:active .list-item[data-v-57c41e90]:focus-visible,
|
|
47
|
+
.list-item__wrapper.active .list-item[data-v-57c41e90]:active,
|
|
48
|
+
.list-item__wrapper.active .list-item[data-v-57c41e90]:hover,
|
|
49
|
+
.list-item__wrapper.active .list-item[data-v-57c41e90]:focus,
|
|
50
|
+
.list-item__wrapper.active .list-item[data-v-57c41e90]:focus-visible {
|
|
51
51
|
background-color: var(--color-primary-element-hover);
|
|
52
52
|
}
|
|
53
|
-
.list-item__wrapper--active .line-one__name[data-v-
|
|
54
|
-
.list-item__wrapper--active .line-one__details[data-v-
|
|
55
|
-
.list-item__wrapper:active .line-one__name[data-v-
|
|
56
|
-
.list-item__wrapper:active .line-one__details[data-v-
|
|
57
|
-
.list-item__wrapper.active .line-one__name[data-v-
|
|
58
|
-
.list-item__wrapper.active .line-one__details[data-v-
|
|
59
|
-
.list-item__wrapper--active .line-two__subname[data-v-
|
|
60
|
-
.list-item__wrapper:active .line-two__subname[data-v-
|
|
61
|
-
.list-item__wrapper.active .line-two__subname[data-v-
|
|
53
|
+
.list-item__wrapper--active .line-one__name[data-v-57c41e90],
|
|
54
|
+
.list-item__wrapper--active .line-one__details[data-v-57c41e90],
|
|
55
|
+
.list-item__wrapper:active .line-one__name[data-v-57c41e90],
|
|
56
|
+
.list-item__wrapper:active .line-one__details[data-v-57c41e90],
|
|
57
|
+
.list-item__wrapper.active .line-one__name[data-v-57c41e90],
|
|
58
|
+
.list-item__wrapper.active .line-one__details[data-v-57c41e90],
|
|
59
|
+
.list-item__wrapper--active .line-two__subname[data-v-57c41e90],
|
|
60
|
+
.list-item__wrapper:active .line-two__subname[data-v-57c41e90],
|
|
61
|
+
.list-item__wrapper.active .line-two__subname[data-v-57c41e90] {
|
|
62
62
|
color: var(--color-primary-element-text) !important;
|
|
63
63
|
}
|
|
64
|
-
.list-item[data-v-
|
|
64
|
+
.list-item[data-v-57c41e90] {
|
|
65
|
+
box-sizing: border-box;
|
|
65
66
|
display: block;
|
|
66
67
|
position: relative;
|
|
67
68
|
flex: 0 0 auto;
|
|
@@ -74,49 +75,49 @@
|
|
|
74
75
|
transition: background-color var(--animation-quick) ease-in-out;
|
|
75
76
|
list-style: none;
|
|
76
77
|
}
|
|
77
|
-
.list-item[data-v-
|
|
78
|
-
.list-item[data-v-
|
|
79
|
-
.list-item[data-v-
|
|
80
|
-
.list-item[data-v-
|
|
78
|
+
.list-item[data-v-57c41e90]:active,
|
|
79
|
+
.list-item[data-v-57c41e90]:hover,
|
|
80
|
+
.list-item[data-v-57c41e90]:focus,
|
|
81
|
+
.list-item[data-v-57c41e90]:focus-visible {
|
|
81
82
|
background-color: var(--color-background-hover);
|
|
82
83
|
}
|
|
83
|
-
.list-item-content__wrapper[data-v-
|
|
84
|
+
.list-item-content__wrapper[data-v-57c41e90] {
|
|
84
85
|
display: flex;
|
|
85
86
|
align-items: center;
|
|
86
87
|
height: 48px;
|
|
87
88
|
}
|
|
88
|
-
.list-item-content__wrapper--compact[data-v-
|
|
89
|
+
.list-item-content__wrapper--compact[data-v-57c41e90] {
|
|
89
90
|
height: 36px;
|
|
90
91
|
}
|
|
91
|
-
.list-item-content__wrapper--compact .line-one[data-v-
|
|
92
|
-
.list-item-content__wrapper--compact .line-two[data-v-
|
|
92
|
+
.list-item-content__wrapper--compact .line-one[data-v-57c41e90],
|
|
93
|
+
.list-item-content__wrapper--compact .line-two[data-v-57c41e90] {
|
|
93
94
|
margin-top: -4px;
|
|
94
95
|
margin-bottom: -4px;
|
|
95
96
|
}
|
|
96
|
-
.list-item-content[data-v-
|
|
97
|
+
.list-item-content[data-v-57c41e90] {
|
|
97
98
|
display: flex;
|
|
98
99
|
flex: 1 1 auto;
|
|
99
100
|
justify-content: space-between;
|
|
100
101
|
padding-left: 8px;
|
|
101
102
|
}
|
|
102
|
-
.list-item-content__main[data-v-
|
|
103
|
+
.list-item-content__main[data-v-57c41e90] {
|
|
103
104
|
flex: 1 1 auto;
|
|
104
105
|
width: 0;
|
|
105
106
|
margin: auto 0;
|
|
106
107
|
}
|
|
107
|
-
.list-item-content__main--oneline[data-v-
|
|
108
|
+
.list-item-content__main--oneline[data-v-57c41e90] {
|
|
108
109
|
display: flex;
|
|
109
110
|
}
|
|
110
|
-
.list-item-content__actions[data-v-
|
|
111
|
+
.list-item-content__actions[data-v-57c41e90] {
|
|
111
112
|
flex: 0 0 auto;
|
|
112
113
|
align-self: center;
|
|
113
114
|
justify-content: center;
|
|
114
115
|
margin-left: 4px;
|
|
115
116
|
}
|
|
116
|
-
.list-item__extra[data-v-
|
|
117
|
+
.list-item__extra[data-v-57c41e90] {
|
|
117
118
|
margin-top: 4px;
|
|
118
119
|
}
|
|
119
|
-
.line-one[data-v-
|
|
120
|
+
.line-one[data-v-57c41e90] {
|
|
120
121
|
display: flex;
|
|
121
122
|
align-items: center;
|
|
122
123
|
justify-content: space-between;
|
|
@@ -124,7 +125,7 @@
|
|
|
124
125
|
margin: 0 auto 0 0;
|
|
125
126
|
overflow: hidden;
|
|
126
127
|
}
|
|
127
|
-
.line-one__name[data-v-
|
|
128
|
+
.line-one__name[data-v-57c41e90] {
|
|
128
129
|
overflow: hidden;
|
|
129
130
|
flex-grow: 1;
|
|
130
131
|
cursor: pointer;
|
|
@@ -132,21 +133,21 @@
|
|
|
132
133
|
color: var(--color-main-text);
|
|
133
134
|
font-weight: 700;
|
|
134
135
|
}
|
|
135
|
-
.line-one__details[data-v-
|
|
136
|
+
.line-one__details[data-v-57c41e90] {
|
|
136
137
|
color: var(--color-text-maxcontrast);
|
|
137
138
|
margin: 0 8px;
|
|
138
139
|
font-weight: 400;
|
|
139
140
|
}
|
|
140
|
-
.line-two[data-v-
|
|
141
|
+
.line-two[data-v-57c41e90] {
|
|
141
142
|
display: flex;
|
|
142
143
|
align-items: flex-start;
|
|
143
144
|
justify-content: space-between;
|
|
144
145
|
white-space: nowrap;
|
|
145
146
|
}
|
|
146
|
-
.line-two--bold[data-v-
|
|
147
|
+
.line-two--bold[data-v-57c41e90] {
|
|
147
148
|
font-weight: 700;
|
|
148
149
|
}
|
|
149
|
-
.line-two__subname[data-v-
|
|
150
|
+
.line-two__subname[data-v-57c41e90] {
|
|
150
151
|
overflow: hidden;
|
|
151
152
|
flex-grow: 1;
|
|
152
153
|
cursor: pointer;
|
|
@@ -154,11 +155,11 @@
|
|
|
154
155
|
text-overflow: ellipsis;
|
|
155
156
|
color: var(--color-text-maxcontrast);
|
|
156
157
|
}
|
|
157
|
-
.line-two__additional_elements[data-v-
|
|
158
|
+
.line-two__additional_elements[data-v-57c41e90] {
|
|
158
159
|
margin: 2px 4px 0;
|
|
159
160
|
display: flex;
|
|
160
161
|
align-items: center;
|
|
161
162
|
}
|
|
162
|
-
.line-two__indicator[data-v-
|
|
163
|
+
.line-two__indicator[data-v-57c41e90] {
|
|
163
164
|
margin: 0 5px;
|
|
164
165
|
}
|
|
@@ -20,31 +20,31 @@
|
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
.material-design-icon[data-v-
|
|
23
|
+
.material-design-icon[data-v-50e21eb2] {
|
|
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
|
-
.breadcrumb[data-v-
|
|
30
|
+
.breadcrumb[data-v-50e21eb2] {
|
|
31
31
|
width: 100%;
|
|
32
32
|
flex-grow: 1;
|
|
33
33
|
display: inline-flex;
|
|
34
34
|
align-items: center;
|
|
35
35
|
}
|
|
36
|
-
.breadcrumb--collapsed[data-v-
|
|
36
|
+
.breadcrumb--collapsed[data-v-50e21eb2] .vue-crumb:last-child {
|
|
37
37
|
min-width: 100px;
|
|
38
38
|
flex-shrink: 1;
|
|
39
39
|
}
|
|
40
|
-
.breadcrumb nav[data-v-
|
|
40
|
+
.breadcrumb nav[data-v-50e21eb2] {
|
|
41
41
|
flex-shrink: 1;
|
|
42
42
|
min-width: 0;
|
|
43
43
|
}
|
|
44
|
-
.breadcrumb .breadcrumb__crumbs[data-v-
|
|
44
|
+
.breadcrumb .breadcrumb__crumbs[data-v-50e21eb2] {
|
|
45
45
|
max-width: 100%;
|
|
46
46
|
}
|
|
47
|
-
.breadcrumb .breadcrumb__crumbs[data-v-
|
|
48
|
-
.breadcrumb .breadcrumb__actions[data-v-
|
|
47
|
+
.breadcrumb .breadcrumb__crumbs[data-v-50e21eb2],
|
|
48
|
+
.breadcrumb .breadcrumb__actions[data-v-50e21eb2] {
|
|
49
49
|
display: inline-flex;
|
|
50
50
|
}
|
|
@@ -20,22 +20,22 @@
|
|
|
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-4bd59bb1] {
|
|
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-settings[data-v-
|
|
30
|
+
#app-settings[data-v-4bd59bb1] {
|
|
31
31
|
margin-top: auto;
|
|
32
32
|
padding: 3px;
|
|
33
33
|
}
|
|
34
|
-
#app-settings__header[data-v-
|
|
34
|
+
#app-settings__header[data-v-4bd59bb1] {
|
|
35
35
|
box-sizing: border-box;
|
|
36
36
|
margin: 0 3px 3px;
|
|
37
37
|
}
|
|
38
|
-
#app-settings__header .settings-button[data-v-
|
|
38
|
+
#app-settings__header .settings-button[data-v-4bd59bb1] {
|
|
39
39
|
display: flex;
|
|
40
40
|
flex: 1 1 0;
|
|
41
41
|
height: 44px;
|
|
@@ -52,22 +52,22 @@
|
|
|
52
52
|
color: var(--color-main-text);
|
|
53
53
|
line-height: 44px;
|
|
54
54
|
}
|
|
55
|
-
#app-settings__header .settings-button[data-v-
|
|
56
|
-
#app-settings__header .settings-button[data-v-
|
|
55
|
+
#app-settings__header .settings-button[data-v-4bd59bb1]:hover,
|
|
56
|
+
#app-settings__header .settings-button[data-v-4bd59bb1]:focus {
|
|
57
57
|
background-color: var(--color-background-hover);
|
|
58
58
|
}
|
|
59
|
-
#app-settings__header .settings-button__icon[data-v-
|
|
59
|
+
#app-settings__header .settings-button__icon[data-v-4bd59bb1] {
|
|
60
60
|
width: 44px;
|
|
61
61
|
height: 44px;
|
|
62
62
|
min-width: 44px;
|
|
63
63
|
}
|
|
64
|
-
#app-settings__header .settings-button__label[data-v-
|
|
64
|
+
#app-settings__header .settings-button__label[data-v-4bd59bb1] {
|
|
65
65
|
overflow: hidden;
|
|
66
66
|
max-width: 100%;
|
|
67
67
|
white-space: nowrap;
|
|
68
68
|
text-overflow: ellipsis;
|
|
69
69
|
}
|
|
70
|
-
#app-settings__content[data-v-
|
|
70
|
+
#app-settings__content[data-v-4bd59bb1] {
|
|
71
71
|
display: block;
|
|
72
72
|
padding: 10px;
|
|
73
73
|
margin-bottom: -3px;
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
overflow-y: auto;
|
|
76
76
|
box-sizing: border-box;
|
|
77
77
|
}
|
|
78
|
-
.slide-up-leave-active[data-v-
|
|
79
|
-
.slide-up-enter-active[data-v-
|
|
78
|
+
.slide-up-leave-active[data-v-4bd59bb1],
|
|
79
|
+
.slide-up-enter-active[data-v-4bd59bb1] {
|
|
80
80
|
transition-duration: var(--animation-slow);
|
|
81
81
|
transition-property: max-height, padding;
|
|
82
82
|
overflow-y: hidden !important;
|
|
83
83
|
}
|
|
84
|
-
.slide-up-enter[data-v-
|
|
85
|
-
.slide-up-leave-to[data-v-
|
|
84
|
+
.slide-up-enter[data-v-4bd59bb1],
|
|
85
|
+
.slide-up-leave-to[data-v-4bd59bb1] {
|
|
86
86
|
max-height: 0 !important;
|
|
87
87
|
padding: 0 10px !important;
|
|
88
88
|
}
|
|
@@ -20,33 +20,32 @@
|
|
|
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-3b1f7071] {
|
|
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-navigation-caption[data-v-
|
|
30
|
+
.app-navigation-caption[data-v-3b1f7071] {
|
|
31
31
|
display: flex;
|
|
32
32
|
justify-content: space-between;
|
|
33
33
|
}
|
|
34
|
-
.app-navigation-caption__name[data-v-
|
|
34
|
+
.app-navigation-caption__name[data-v-3b1f7071] {
|
|
35
35
|
font-weight: 700;
|
|
36
|
-
color: var(--color-
|
|
36
|
+
color: var(--color-main-text);
|
|
37
37
|
font-size: var(--default-font-size);
|
|
38
38
|
line-height: 44px;
|
|
39
39
|
white-space: nowrap;
|
|
40
40
|
overflow: hidden;
|
|
41
41
|
text-overflow: ellipsis;
|
|
42
|
-
opacity: .7;
|
|
43
42
|
box-shadow: none !important;
|
|
44
43
|
flex-shrink: 0;
|
|
45
44
|
padding: 0 calc(var(--default-grid-baseline, 4px) * 2) 0 calc(var(--default-grid-baseline, 4px) * 3);
|
|
46
45
|
}
|
|
47
|
-
.app-navigation-caption__actions[data-v-
|
|
46
|
+
.app-navigation-caption__actions[data-v-3b1f7071] {
|
|
48
47
|
flex: 0 0 44px;
|
|
49
48
|
}
|
|
50
|
-
.app-navigation-caption[data-v-
|
|
49
|
+
.app-navigation-caption[data-v-3b1f7071]:not(:first-child) {
|
|
51
50
|
margin-top: 22px;
|
|
52
51
|
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { r as f, t as h, a as n } from "./_l10n-f5af5269.mjs";
|
|
2
|
+
f(h);
|
|
3
|
+
/**
|
|
4
|
+
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
5
|
+
*
|
|
6
|
+
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
7
|
+
* @author Grigorii K. Shartsev <me@shgk.me>
|
|
8
|
+
*
|
|
9
|
+
* @license AGPL-3.0-or-later
|
|
10
|
+
*
|
|
11
|
+
* This program is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Affero General Public License as
|
|
13
|
+
* published by the Free Software Foundation, either version 3 of the
|
|
14
|
+
* License, or (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* This program is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Affero General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
22
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class e {
|
|
26
|
+
/**
|
|
27
|
+
* @param {number} r The red value
|
|
28
|
+
* @param {number} g The green value
|
|
29
|
+
* @param {number} b The blue value
|
|
30
|
+
* @param {string} [name] The name of the color
|
|
31
|
+
*/
|
|
32
|
+
constructor(t, r, l, a) {
|
|
33
|
+
this.r = t, this.g = r, this.b = l, a && (this.name = a);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
function b(o, t) {
|
|
37
|
+
const r = new Array(3);
|
|
38
|
+
return r[0] = (t[1].r - t[0].r) / o, r[1] = (t[1].g - t[0].g) / o, r[2] = (t[1].b - t[0].b) / o, r;
|
|
39
|
+
}
|
|
40
|
+
function i(o, t, r) {
|
|
41
|
+
const l = [];
|
|
42
|
+
l.push(t);
|
|
43
|
+
const a = b(o, [t, r]);
|
|
44
|
+
for (let c = 1; c < o; c++) {
|
|
45
|
+
const u = Math.floor(t.r + a[0] * c), w = Math.floor(t.g + a[1] * c), s = Math.floor(t.b + a[2] * c);
|
|
46
|
+
l.push(new e(u, w, s));
|
|
47
|
+
}
|
|
48
|
+
return l;
|
|
49
|
+
}
|
|
50
|
+
const g = [
|
|
51
|
+
new e(182, 70, 157, n("Purple")),
|
|
52
|
+
new e(
|
|
53
|
+
191,
|
|
54
|
+
103,
|
|
55
|
+
139,
|
|
56
|
+
n("Rosy brown")
|
|
57
|
+
// TRANSLATORS: A color name for RGB(191, 103, 139)
|
|
58
|
+
),
|
|
59
|
+
new e(
|
|
60
|
+
201,
|
|
61
|
+
136,
|
|
62
|
+
121,
|
|
63
|
+
n("Feldspar")
|
|
64
|
+
// TRANSLATORS: A color name for RGB(201, 136, 121)
|
|
65
|
+
),
|
|
66
|
+
new e(
|
|
67
|
+
211,
|
|
68
|
+
169,
|
|
69
|
+
103,
|
|
70
|
+
n("Whiskey")
|
|
71
|
+
// TRANSLATORS: A color name for RGB(211, 169, 103)
|
|
72
|
+
),
|
|
73
|
+
new e(
|
|
74
|
+
221,
|
|
75
|
+
203,
|
|
76
|
+
85,
|
|
77
|
+
n("Gold")
|
|
78
|
+
),
|
|
79
|
+
new e(
|
|
80
|
+
165,
|
|
81
|
+
184,
|
|
82
|
+
114,
|
|
83
|
+
n("Olivine")
|
|
84
|
+
// TRANSLATORS: A color name for RGB(165, 184, 114)
|
|
85
|
+
),
|
|
86
|
+
new e(
|
|
87
|
+
110,
|
|
88
|
+
166,
|
|
89
|
+
143,
|
|
90
|
+
n("Acapulco")
|
|
91
|
+
// TRANSLATORS: A color name for RGB(110, 166, 143)
|
|
92
|
+
),
|
|
93
|
+
new e(
|
|
94
|
+
55,
|
|
95
|
+
148,
|
|
96
|
+
172,
|
|
97
|
+
n("Boston Blue")
|
|
98
|
+
// TRANSLATORS: A color name for RGB(55, 148, 172)
|
|
99
|
+
),
|
|
100
|
+
new e(
|
|
101
|
+
0,
|
|
102
|
+
130,
|
|
103
|
+
201,
|
|
104
|
+
n("Nextcloud blue")
|
|
105
|
+
),
|
|
106
|
+
new e(
|
|
107
|
+
45,
|
|
108
|
+
115,
|
|
109
|
+
190,
|
|
110
|
+
n("Mariner")
|
|
111
|
+
// TRANSLATORS: A color name for RGB(45, 115, 190)
|
|
112
|
+
),
|
|
113
|
+
new e(
|
|
114
|
+
91,
|
|
115
|
+
100,
|
|
116
|
+
179,
|
|
117
|
+
n("Blue Violet")
|
|
118
|
+
// TRANSLATORS: A color name for RGB(91, 100, 179)
|
|
119
|
+
),
|
|
120
|
+
new e(
|
|
121
|
+
136,
|
|
122
|
+
85,
|
|
123
|
+
168,
|
|
124
|
+
n("Deluge")
|
|
125
|
+
// TRANSLATORS: A color name for RGB(136, 85, 168)
|
|
126
|
+
)
|
|
127
|
+
];
|
|
128
|
+
function x(o) {
|
|
129
|
+
if (o || (o = 6), o === 4)
|
|
130
|
+
return g;
|
|
131
|
+
const t = new e(182, 70, 157, n("Purple")), r = new e(221, 203, 85, n("Gold")), l = new e(0, 130, 201, n("Nextcloud blue")), a = i(o, t, r), c = i(o, r, l), u = i(o, l, t);
|
|
132
|
+
return a.concat(c).concat(u);
|
|
133
|
+
}
|
|
134
|
+
export {
|
|
135
|
+
x as G,
|
|
136
|
+
g as d
|
|
137
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenColors-5c054042.mjs","sources":["../../src/utils/GenColors.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Grigorii K. Shartsev <me@shgk.me>\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\nimport { t } from '../l10n.js'\n\nclass Color {\n\n\t/**\n\t * @param {number} r The red value\n\t * @param {number} g The green value\n\t * @param {number} b The blue value\n\t * @param {string} [name] The name of the color\n\t */\n\tconstructor(r, g, b, name) {\n\t\tthis.r = r\n\t\tthis.g = g\n\t\tthis.b = b\n\t\tif (name) {\n\t\t\tthis.name = name\n\t\t}\n\t}\n\n}\n\n/**\n * Calculate the number of steps\n *\n * @param {number} steps The number of steps\n * @param {Array} ends The ends\n * @return {Array} Array containing the number of steps per color\n */\nfunction stepCalc(steps, ends) {\n\tconst step = new Array(3)\n\tstep[0] = (ends[1].r - ends[0].r) / steps\n\tstep[1] = (ends[1].g - ends[0].g) / steps\n\tstep[2] = (ends[1].b - ends[0].b) / steps\n\treturn step\n}\n\n/**\n * Create a color palette from two colors\n *\n * @param {number} steps The number of steps the palette has\n * @param {Color} color1 The first color\n * @param {Color} color2 The second color\n * @return {Array} The created palette array\n */\nfunction mixPalette(steps, color1, color2) {\n\tconst palette = []\n\tpalette.push(color1)\n\tconst step = stepCalc(steps, [color1, color2])\n\tfor (let i = 1; i < steps; i++) {\n\t\tconst r = Math.floor(color1.r + step[0] * i)\n\t\tconst g = Math.floor(color1.g + step[1] * i)\n\t\tconst b = Math.floor(color1.b + step[2] * i)\n\t\tpalette.push(new Color(r, g, b))\n\t}\n\treturn palette\n}\n\n/**\n * Like GenColor(4) but with labels\n */\nexport const defaultPalette = [\n\tnew Color(182, 70, 157, t('Purple')),\n\tnew Color(\n\t\t191, 103, 139,\n\t\tt('Rosy brown'), // TRANSLATORS: A color name for RGB(191, 103, 139)\n\t),\n\tnew Color(\n\t\t201, 136, 121,\n\t\tt('Feldspar'), // TRANSLATORS: A color name for RGB(201, 136, 121)\n\t),\n\tnew Color(\n\t\t211, 169, 103,\n\t\tt('Whiskey'), // TRANSLATORS: A color name for RGB(211, 169, 103)\n\t),\n\tnew Color(\n\t\t221, 203, 85,\n\t\tt('Gold'),\n\t),\n\tnew Color(\n\t\t165, 184, 114,\n\t\tt('Olivine'), // TRANSLATORS: A color name for RGB(165, 184, 114)\n\t),\n\tnew Color(\n\t\t110, 166, 143,\n\t\tt('Acapulco'), // TRANSLATORS: A color name for RGB(110, 166, 143)\n\t),\n\tnew Color(\n\t\t55, 148, 172,\n\t\tt('Boston Blue'), // TRANSLATORS: A color name for RGB(55, 148, 172)\n\t),\n\tnew Color(\n\t\t0, 130, 201,\n\t\tt('Nextcloud blue'),\n\t),\n\tnew Color(\n\t\t45, 115, 190,\n\t\tt('Mariner'), // TRANSLATORS: A color name for RGB(45, 115, 190)\n\t),\n\tnew Color(\n\t\t91, 100, 179,\n\t\tt('Blue Violet'), // TRANSLATORS: A color name for RGB(91, 100, 179)\n\t),\n\tnew Color(\n\t\t136, 85, 168,\n\t\tt('Deluge'), // TRANSLATORS: A color name for RGB(136, 85, 168)\n\t),\n]\n\n/**\n * Generate colors from the official nextcloud color\n * You can provide how many colors you want (multiplied by 3)\n * if step = 6\n * 3 colors * 6 will result in 18 generated colors\n *\n * @param {number} [steps] Number of steps to go from a color to another\n * @return {object[]}\n */\nexport function GenColors(steps) {\n\tif (!steps) {\n\t\tsteps = 6\n\t}\n\n\tif (steps === 4) {\n\t\treturn defaultPalette\n\t}\n\n\tconst red = new Color(182, 70, 157, t('Purple'))\n\tconst yellow = new Color(221, 203, 85, t('Gold'))\n\tconst blue = new Color(0, 130, 201, t('Nextcloud blue'))\n\n\tconst palette1 = mixPalette(steps, red, yellow)\n\tconst palette2 = mixPalette(steps, yellow, blue)\n\tconst palette3 = mixPalette(steps, blue, red)\n\n\treturn palette1.concat(palette2).concat(palette3)\n}\n"],"names":["Color","r","g","b","name","stepCalc","steps","ends","step","mixPalette","color1","color2","palette","i","defaultPalette","t","GenColors","red","yellow","blue","palette1","palette2","palette3"],"mappings":"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"}
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("./_l10n-72c5e29e.cjs");
|
|
3
|
+
e.register(e.t3);
|
|
4
|
+
/**
|
|
5
|
+
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
6
|
+
*
|
|
7
|
+
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
8
|
+
* @author Grigorii K. Shartsev <me@shgk.me>
|
|
9
|
+
*
|
|
10
|
+
* @license AGPL-3.0-or-later
|
|
11
|
+
*
|
|
12
|
+
* This program is free software: you can redistribute it and/or modify
|
|
13
|
+
* it under the terms of the GNU Affero General Public License as
|
|
14
|
+
* published by the Free Software Foundation, either version 3 of the
|
|
15
|
+
* License, or (at your option) any later version.
|
|
16
|
+
*
|
|
17
|
+
* This program is distributed in the hope that it will be useful,
|
|
18
|
+
* but WITHOUT ANY WARRANTY without even the implied warranty of
|
|
19
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
20
|
+
* GNU Affero General Public License for more details.
|
|
21
|
+
*
|
|
22
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
23
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
class n {
|
|
27
|
+
/**
|
|
28
|
+
* @param {number} r The red value
|
|
29
|
+
* @param {number} g The green value
|
|
30
|
+
* @param {number} b The blue value
|
|
31
|
+
* @param {string} [name] The name of the color
|
|
32
|
+
*/
|
|
33
|
+
constructor(t, l, r, c) {
|
|
34
|
+
this.r = t, this.g = l, this.b = r, c && (this.name = c);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
function h(o, t) {
|
|
38
|
+
const l = new Array(3);
|
|
39
|
+
return l[0] = (t[1].r - t[0].r) / o, l[1] = (t[1].g - t[0].g) / o, l[2] = (t[1].b - t[0].b) / o, l;
|
|
40
|
+
}
|
|
41
|
+
function i(o, t, l) {
|
|
42
|
+
const r = [];
|
|
43
|
+
r.push(t);
|
|
44
|
+
const c = h(o, [t, l]);
|
|
45
|
+
for (let u = 1; u < o; u++) {
|
|
46
|
+
const a = Math.floor(t.r + c[0] * u), s = Math.floor(t.g + c[1] * u), f = Math.floor(t.b + c[2] * u);
|
|
47
|
+
r.push(new n(a, s, f));
|
|
48
|
+
}
|
|
49
|
+
return r;
|
|
50
|
+
}
|
|
51
|
+
const w = [
|
|
52
|
+
new n(182, 70, 157, e.t("Purple")),
|
|
53
|
+
new n(
|
|
54
|
+
191,
|
|
55
|
+
103,
|
|
56
|
+
139,
|
|
57
|
+
e.t("Rosy brown")
|
|
58
|
+
// TRANSLATORS: A color name for RGB(191, 103, 139)
|
|
59
|
+
),
|
|
60
|
+
new n(
|
|
61
|
+
201,
|
|
62
|
+
136,
|
|
63
|
+
121,
|
|
64
|
+
e.t("Feldspar")
|
|
65
|
+
// TRANSLATORS: A color name for RGB(201, 136, 121)
|
|
66
|
+
),
|
|
67
|
+
new n(
|
|
68
|
+
211,
|
|
69
|
+
169,
|
|
70
|
+
103,
|
|
71
|
+
e.t("Whiskey")
|
|
72
|
+
// TRANSLATORS: A color name for RGB(211, 169, 103)
|
|
73
|
+
),
|
|
74
|
+
new n(
|
|
75
|
+
221,
|
|
76
|
+
203,
|
|
77
|
+
85,
|
|
78
|
+
e.t("Gold")
|
|
79
|
+
),
|
|
80
|
+
new n(
|
|
81
|
+
165,
|
|
82
|
+
184,
|
|
83
|
+
114,
|
|
84
|
+
e.t("Olivine")
|
|
85
|
+
// TRANSLATORS: A color name for RGB(165, 184, 114)
|
|
86
|
+
),
|
|
87
|
+
new n(
|
|
88
|
+
110,
|
|
89
|
+
166,
|
|
90
|
+
143,
|
|
91
|
+
e.t("Acapulco")
|
|
92
|
+
// TRANSLATORS: A color name for RGB(110, 166, 143)
|
|
93
|
+
),
|
|
94
|
+
new n(
|
|
95
|
+
55,
|
|
96
|
+
148,
|
|
97
|
+
172,
|
|
98
|
+
e.t("Boston Blue")
|
|
99
|
+
// TRANSLATORS: A color name for RGB(55, 148, 172)
|
|
100
|
+
),
|
|
101
|
+
new n(
|
|
102
|
+
0,
|
|
103
|
+
130,
|
|
104
|
+
201,
|
|
105
|
+
e.t("Nextcloud blue")
|
|
106
|
+
),
|
|
107
|
+
new n(
|
|
108
|
+
45,
|
|
109
|
+
115,
|
|
110
|
+
190,
|
|
111
|
+
e.t("Mariner")
|
|
112
|
+
// TRANSLATORS: A color name for RGB(45, 115, 190)
|
|
113
|
+
),
|
|
114
|
+
new n(
|
|
115
|
+
91,
|
|
116
|
+
100,
|
|
117
|
+
179,
|
|
118
|
+
e.t("Blue Violet")
|
|
119
|
+
// TRANSLATORS: A color name for RGB(91, 100, 179)
|
|
120
|
+
),
|
|
121
|
+
new n(
|
|
122
|
+
136,
|
|
123
|
+
85,
|
|
124
|
+
168,
|
|
125
|
+
e.t("Deluge")
|
|
126
|
+
// TRANSLATORS: A color name for RGB(136, 85, 168)
|
|
127
|
+
)
|
|
128
|
+
];
|
|
129
|
+
function b(o) {
|
|
130
|
+
if (o || (o = 6), o === 4)
|
|
131
|
+
return w;
|
|
132
|
+
const t = new n(182, 70, 157, e.t("Purple")), l = new n(221, 203, 85, e.t("Gold")), r = new n(0, 130, 201, e.t("Nextcloud blue")), c = i(o, t, l), u = i(o, l, r), a = i(o, r, t);
|
|
133
|
+
return c.concat(u).concat(a);
|
|
134
|
+
}
|
|
135
|
+
exports.GenColors = b;
|
|
136
|
+
exports.defaultPalette = w;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenColors-7495e6f6.cjs","sources":["../../src/utils/GenColors.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Grigorii K. Shartsev <me@shgk.me>\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\nimport { t } from '../l10n.js'\n\nclass Color {\n\n\t/**\n\t * @param {number} r The red value\n\t * @param {number} g The green value\n\t * @param {number} b The blue value\n\t * @param {string} [name] The name of the color\n\t */\n\tconstructor(r, g, b, name) {\n\t\tthis.r = r\n\t\tthis.g = g\n\t\tthis.b = b\n\t\tif (name) {\n\t\t\tthis.name = name\n\t\t}\n\t}\n\n}\n\n/**\n * Calculate the number of steps\n *\n * @param {number} steps The number of steps\n * @param {Array} ends The ends\n * @return {Array} Array containing the number of steps per color\n */\nfunction stepCalc(steps, ends) {\n\tconst step = new Array(3)\n\tstep[0] = (ends[1].r - ends[0].r) / steps\n\tstep[1] = (ends[1].g - ends[0].g) / steps\n\tstep[2] = (ends[1].b - ends[0].b) / steps\n\treturn step\n}\n\n/**\n * Create a color palette from two colors\n *\n * @param {number} steps The number of steps the palette has\n * @param {Color} color1 The first color\n * @param {Color} color2 The second color\n * @return {Array} The created palette array\n */\nfunction mixPalette(steps, color1, color2) {\n\tconst palette = []\n\tpalette.push(color1)\n\tconst step = stepCalc(steps, [color1, color2])\n\tfor (let i = 1; i < steps; i++) {\n\t\tconst r = Math.floor(color1.r + step[0] * i)\n\t\tconst g = Math.floor(color1.g + step[1] * i)\n\t\tconst b = Math.floor(color1.b + step[2] * i)\n\t\tpalette.push(new Color(r, g, b))\n\t}\n\treturn palette\n}\n\n/**\n * Like GenColor(4) but with labels\n */\nexport const defaultPalette = [\n\tnew Color(182, 70, 157, t('Purple')),\n\tnew Color(\n\t\t191, 103, 139,\n\t\tt('Rosy brown'), // TRANSLATORS: A color name for RGB(191, 103, 139)\n\t),\n\tnew Color(\n\t\t201, 136, 121,\n\t\tt('Feldspar'), // TRANSLATORS: A color name for RGB(201, 136, 121)\n\t),\n\tnew Color(\n\t\t211, 169, 103,\n\t\tt('Whiskey'), // TRANSLATORS: A color name for RGB(211, 169, 103)\n\t),\n\tnew Color(\n\t\t221, 203, 85,\n\t\tt('Gold'),\n\t),\n\tnew Color(\n\t\t165, 184, 114,\n\t\tt('Olivine'), // TRANSLATORS: A color name for RGB(165, 184, 114)\n\t),\n\tnew Color(\n\t\t110, 166, 143,\n\t\tt('Acapulco'), // TRANSLATORS: A color name for RGB(110, 166, 143)\n\t),\n\tnew Color(\n\t\t55, 148, 172,\n\t\tt('Boston Blue'), // TRANSLATORS: A color name for RGB(55, 148, 172)\n\t),\n\tnew Color(\n\t\t0, 130, 201,\n\t\tt('Nextcloud blue'),\n\t),\n\tnew Color(\n\t\t45, 115, 190,\n\t\tt('Mariner'), // TRANSLATORS: A color name for RGB(45, 115, 190)\n\t),\n\tnew Color(\n\t\t91, 100, 179,\n\t\tt('Blue Violet'), // TRANSLATORS: A color name for RGB(91, 100, 179)\n\t),\n\tnew Color(\n\t\t136, 85, 168,\n\t\tt('Deluge'), // TRANSLATORS: A color name for RGB(136, 85, 168)\n\t),\n]\n\n/**\n * Generate colors from the official nextcloud color\n * You can provide how many colors you want (multiplied by 3)\n * if step = 6\n * 3 colors * 6 will result in 18 generated colors\n *\n * @param {number} [steps] Number of steps to go from a color to another\n * @return {object[]}\n */\nexport function GenColors(steps) {\n\tif (!steps) {\n\t\tsteps = 6\n\t}\n\n\tif (steps === 4) {\n\t\treturn defaultPalette\n\t}\n\n\tconst red = new Color(182, 70, 157, t('Purple'))\n\tconst yellow = new Color(221, 203, 85, t('Gold'))\n\tconst blue = new Color(0, 130, 201, t('Nextcloud blue'))\n\n\tconst palette1 = mixPalette(steps, red, yellow)\n\tconst palette2 = mixPalette(steps, yellow, blue)\n\tconst palette3 = mixPalette(steps, blue, red)\n\n\treturn palette1.concat(palette2).concat(palette3)\n}\n"],"names":["Color","r","g","b","name","stepCalc","steps","ends","step","mixPalette","color1","color2","palette","i","defaultPalette","t","GenColors","red","yellow","blue","palette1","palette2","palette3"],"mappings":"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"}
|