Граф коммитов

9287 Коммитов

Автор SHA1 Сообщение Дата
Grigorii K. Shartsev 6df5c5e286 chore(deps): move vue from peer to deps
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-06-05 19:22:10 +02:00
Ferdinand Thiessen 8f59b27fe4
Merge pull request #5670 from nextcloud-libraries/backport/5663/next
[next] chore(NcEllipsisedOption): add docs
2024-06-05 00:54:19 +02:00
Grigorii K. Shartsev 30c51f7507 chore(NcEllipsisedOption): add docs
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-06-04 19:11:38 +00:00
Ferdinand Thiessen 7d38f5c832
Merge pull request #5657 from nextcloud-libraries/backport/5563/next
[next] Use variables for input border width
2024-05-31 16:35:11 +02:00
Marco Ambrosini fc8e3567d5 Use new border with variables
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
2024-05-31 12:37:21 +00:00
Grigorii K. Shartsev 9adbb4e234
Merge pull request #5649 from nextcloud-libraries/backport/5646/next
[next] refactor: Fix linter issues on test case files
2024-05-31 15:37:30 +05:00
Ferdinand Thiessen d75205af0a
refactor: Fix linter issues on test case files
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 11:57:42 +02:00
Grigorii K. Shartsev 5bd3b5b4cf
Merge pull request #5648 from nextcloud-libraries/backport/5645/next
[next] refactor: Drop unused files from source
2024-05-28 20:28:17 +05:00
Grigorii K. Shartsev 87bbed6c48
Merge pull request #5644 from nextcloud-libraries/backport/next/5612
[next] fix: Adjust license in package.json
2024-05-28 20:15:03 +05:00
Ferdinand Thiessen 91a7ae64df refactor: Drop unused files from source
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-28 15:13:15 +00:00
Grigorii K. Shartsev 9940210de9 fix: Adjust license in package.json
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-05-28 17:12:46 +02:00
Ferdinand Thiessen bb7f7b696c
Merge pull request #5611 from nextcloud-libraries/chore/prepare-9.0.0-alpha.3
chore: Prepare v9.0.0-alpha.3 release
2024-05-28 16:37:34 +02:00
Grigorii K. Shartsev bacafae946
Merge pull request #5643 from nextcloud-libraries/backport/5483/next
[next] Reduce border radius of components
2024-05-28 18:47:23 +05:00
Marco Ambrosini a865c84a90
Update temporary border radius variable
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
2024-05-28 14:21:25 +02:00
Marco Ambrosini 79847f47e9 Reduce border radius
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
2024-05-28 12:19:40 +00:00
Ferdinand Thiessen 9b9f0088f8
Update CHANGELOG.md
Co-authored-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-19 21:14:06 +02:00
Ferdinand Thiessen 5de4954b38
Update CHANGELOG.md
Co-authored-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-19 21:13:56 +02:00
Ferdinand Thiessen bdec19003d chore: Prepare v9.0.0-alpha.3 release
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-19 21:09:39 +02:00
Grigorii K. Shartsev 12be9d660e
Merge pull request #5617 from nextcloud-libraries/chore/next-update-styles
[next] fix: Update styles from server
2024-05-19 18:14:09 +05:00
Ferdinand Thiessen 424322d721
fix: Update styles from server
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-19 14:49:08 +02:00
Grigorii K. Shartsev d71d6209af
Merge pull request #5616 from nextcloud-libraries/backport/5613/next
[next] fix(NcAppSidebar): remove hidden navigation toggle from focus trap
2024-05-19 17:40:43 +05:00
Ferdinand Thiessen 6cd64b3d74
Merge pull request #5609 from nextcloud-libraries/backport/5599/next
[next] feat(NcAppSidebar): add CSS variables for toggle button offset
2024-05-19 14:36:49 +02:00
Grigorii K. Shartsev 897a7b1a0c
Merge pull request #5615 from nextcloud-libraries/backport/5603/next
[next] feat(mobile): restore hiding the appnavigation on mobile
2024-05-19 17:34:01 +05:00
Grigorii K. Shartsev 9453cbf834 fix(NcAppSidebar): remove hidden navigation toggle from focus trap
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-05-19 12:32:16 +00:00
Ferdinand Thiessen 61048fa798
Merge pull request #5610 from nextcloud-libraries/fix/next-esm-only
[next] refactor!: Drop CJS entry points, only provide ESM
2024-05-19 14:19:34 +02:00
Simon L. 1237b7ad63 feat(mobile): restore hiding the appnavigation on mobile
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-05-19 12:19:06 +00:00
Grigorii K. Shartsev f5dd179197 feat(NcAppSidebar): add CSS variables for toggle button offset
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-05-17 23:01:27 +02:00
Ferdinand Thiessen 19dd735fca
refactor!: Drop CJS entry points, only provide ESM
There is very little need for the CJS built anymore as any modern
bundler can handle ESM (webpack, vite).
This not only reduces the package size and prevents treeshaking issues
if the CJS entry is used, but also reduces potential pitfalls with
maintainig two module formats.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-17 20:29:59 +02:00
Ferdinand Thiessen 7daf58978a
Merge pull request #5606 from nextcloud-libraries/feat/backport-app-sidebar
[next]  feat(NcAppSidebar): Allow to set open state to prevent focus trap issues on mobile #5584
2024-05-17 17:08:15 +02:00
Ferdinand Thiessen f3356bca50
fix(cypress): Adjust screenshots
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-17 16:43:06 +02:00
Ferdinand Thiessen 692333f2b7
feat(NcAppSidebar): Add open toggle button
To allow adjusting the position of the button a new `toggleClasses` prop is added.
This can be use to assign custom classes to be used with the `:deep` selector.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-17 13:12:16 +02:00
Ferdinand Thiessen 7caf01bc7f
fix!(NcAppSidebar): Remove deprecated events `opening` and `closing`
Those events are always emitted by a known state and duplicating the `open` state.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-17 12:01:34 +02:00
Ferdinand Thiessen d585d10a2d
feat(NcAppSidebar): Allow to set `open` state to prevent focus trap issues on mobile
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-17 12:00:34 +02:00
Ferdinand Thiessen 1f36a3bc72
Merge pull request #5605 from nextcloud-libraries/backport/5514/next
[next] fix(NcSettingSection): update design and remove `limitWidth` option
2024-05-17 11:52:14 +02:00
Marco Ambrosini ef3196a9b2 Update NcAppSettingSection design
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
2024-05-17 09:09:02 +00:00
Grigorii K. Shartsev dbad8cd5fd
Merge pull request #5592 from nextcloud-libraries/backport/5581/next
[next] fix(docs): Add missing file extensions to vue-material-design-icons imports
2024-05-14 19:35:02 +05:00
Ferdinand Thiessen 003a39ab24 fix(docs): Add missing file extensions to vue-material-design-icons imports
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-14 13:06:33 +00:00
Ferdinand Thiessen c449d825ca
Merge pull request #5583 from nextcloud-libraries/fix/types
fix: Adjust Typescript definition export
2024-05-14 10:23:56 +02:00
Ferdinand Thiessen 77297ab716
Merge pull request #5588 from nextcloud-libraries/backport/5587/next
[next] fix(NcReferenceWidget): useElementSize
2024-05-13 10:23:33 +02:00
Max 32e0f52e48 fix(NcReferenceWidget): useElementSize
It does exactly what we want.

Signed-off-by: Max <max@nextcloud.com>
2024-05-13 08:03:00 +00:00
Ferdinand Thiessen 46bf2e1f8c
fix: Adjust Typescript definition export
Make sure Typescript definitions are correctly exported.
Also export them from the package.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-11 15:59:08 +02:00
Ferdinand Thiessen 2015988b42
Merge pull request #5266 from nextcloud-libraries/core/next-update-dependencies
[next] chore: Update and pin development dependencies
2024-05-11 15:13:17 +02:00
Ferdinand Thiessen aaa4a847cf
fix(styleguide): Speedup build by not typechecking (this is done by code build)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-11 15:08:36 +02:00
Ferdinand Thiessen 956f6344cb
chore: Update and pin development dependencies
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-11 13:49:55 +02:00
Ferdinand Thiessen 2b34934ef8
Merge pull request #5569 from nextcloud-libraries/fix/next-config
[next] fix: Adjust tsconfig and eslintrc for tests
2024-05-11 12:03:25 +02:00
Pytal 13022e8671
Merge pull request #5580 from nextcloud-libraries/backport/heading-id
[next] feat(NcAppNavigationCaption): Add `heading-id` prop
2024-05-10 14:53:13 -07:00
Ferdinand Thiessen 89529f7984
feat(NcAppNavigationCaption): Add `heading-id` prop to allow setting the ID on the caption itself
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-10 23:02:29 +02:00
Ferdinand Thiessen a6785e2582
Merge pull request #5575 from nextcloud-libraries/backport/5567/next
[next] feat(NcAppNavigationCaption): Allow to set heading level
2024-05-10 22:57:05 +02:00
Ferdinand Thiessen cd6bb01aac
feat(NcAppNavigationCaption): Allow to set heading level
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-10 22:38:31 +02:00
Ferdinand Thiessen 99ba792aea
Merge pull request #5579 from nextcloud-libraries/backport/5576/next
[next] fix(NcAppNavigationCaption): Fix margin
2024-05-10 15:04:41 +02:00