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

9287 Коммитов

Автор SHA1 Сообщение Дата
Christopher Ng fca61e328f fix(NcAppNavigationCaption): Fix margin
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-05-10 10:59:47 +00:00
Grigorii K. Shartsev 996a1dc40b
Merge pull request #5574 from nextcloud-libraries/backport/5572/next
[next] fix: update timezone data and automate future updates
2024-05-09 19:27:42 +05:00
Ferdinand Thiessen 61583adc86
Merge pull request #5502 from nextcloud-libraries/backport/5499/next
[next] fix(NcColorPicker): Allow to submit selected color in simple-view
2024-05-09 16:10:03 +02:00
Richard Steinmetz 0a64ff4a6c fix: update timezone data and automate future updates
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-05-09 14:06:26 +00:00
Ferdinand Thiessen cfc107f47c
Merge pull request #5566 from nextcloud-libraries/backport/5561/next
[next] fix(NcReferenceWidget): use requestAnimationFrame in observers
2024-05-09 09:54:22 +02:00
Ferdinand Thiessen 480d208e82
fix: Adjust tsconfig and eslintrc for tests
* Fixes `rootdir` in invalid place in tsconfig.
* Fixes wrong location of eslintrc

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-08 22:51:29 +02:00
Max d73a7b828a fix(NcReferenceWidget): use nextTick rather than animation frame
Seems more light weight and also fixes the cypress tests

Also add comments as to why we are using nextTick
in the resizeObserver.

Signed-off-by: Max <max@nextcloud.com>
2024-05-08 20:17:04 +00:00
Max c84efacd3d fix(NcReferenceWidget): avoid magic number for width
Signed-off-by: Max <max@nextcloud.com>
2024-05-08 20:17:04 +00:00
Max c84ef2a249 fix(NcReferenceWidget): use requestAnimationFrame in observers
Without `requestAnimationFrame` resize observer causes cypress to crash.

Also use a ref for the width and a computed for the resulting number of lines.

Signed-off-by: Max <max@nextcloud.com>
2024-05-08 20:17:04 +00:00
Maksim Sukharev ff0b17622e
Merge pull request #5555 from nextcloud-libraries/backport/5554/next
[next] fix(emoji): index emoji data once for search functions
2024-05-06 18:32:48 +02:00
Maksim Sukharev 86667d90ef fix(emoji): index emoji data once for search functions
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-05-06 16:14:46 +00:00
Grigorii K. Shartsev 42ee2ed867
Merge pull request #5552 from nextcloud-libraries/backport/5551/next
[next] style(NcSelect): restrict max-height to prevent overflow by component
2024-05-06 18:23:16 +05:00
Maksim Sukharev aaf04b71a4 style(NcSelect): restrict max-height to prevent overflow by component
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-05-06 12:46:51 +00:00
Dorra 1935584de3
Merge pull request #5529 from nextcloud-libraries/backport/5527/next
[next] fix(NcRichText): adjust display so long texts in checkboxes can be shown correctly
2024-04-26 17:12:50 +02:00
DorraJaouad 3c3625c0ed fix: adjust display for content
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-04-26 14:06:47 +00:00
Pytal de32420731
Merge pull request #5517 from nextcloud-libraries/backport/5501/next
[next] fix(NcDateTime): Respect language
2024-04-23 00:16:14 -07:00
Christopher Ng 5fde466ed4 test(NcDateTime): Works with different languages
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 4f57f6d120)
2024-04-22 16:50:22 -07:00
Christopher Ng 15f3d9b288 fix(NcDateTime): Respect language
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 846ebeaafb)
2024-04-22 16:48:04 -07:00
Ferdinand Thiessen f7d669828b fix(NcColorPicker): Allow to submit selected color in simple-view
Also show the `Choose` button for the simple select view to allow triggering the `submit` event.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-22 23:01:15 +02:00
Ferdinand Thiessen cbcd764b53
Merge pull request #5506 from nextcloud-libraries/backport/5493/next
[next] fix(NcDateTime): When relative time is disabled return a string and not the reference to it
2024-04-22 17:37:04 +02:00
Ferdinand Thiessen 8ab85b0f00
Merge pull request #5515 from nextcloud-libraries/backport/5509/next
[next] fix(NcCheckboxRadioSwitch): Add background color for button style
2024-04-22 14:21:03 +02:00
Ferdinand Thiessen cc40e18fa9 fix(NcCheckboxRadioSwitch): Add background color for button style
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-22 12:05:39 +00:00
Ferdinand Thiessen 2fb45d9422
fix(NcDateTime): When relative time is disabled return a string and not the reference to it
The `.value` call was missing in case of disabled relative time. This causes the string to be quoted (because of stringification of the computed value).

To prevent similar issues the file is now migrated to Typescript, also fixed some other issues discovered by type checking.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-20 22:40:40 +02:00
Maksim Sukharev 2d9e6eb7e5
Merge pull request #5476 from nextcloud-libraries/backport/5400/next
[next] fix(NcListItem): bring back old styling for two-line list items
2024-04-20 08:08:50 +02:00
Ferdinand Thiessen 835ab300e3
Merge pull request #5503 from nextcloud-libraries/backport/5487/next
[next] fix(autolink): correctly handle relative links without webroot
2024-04-19 12:41:23 +02:00
Grigorii K. Shartsev ad49b6cc69 fix(autolink): correctly handle relative links without base
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-04-18 20:00:25 +02:00
Pytal 88c1f0acdf
Merge pull request #5496 from nextcloud-libraries/backport/5495/next
[next] fix(NcDialog): Actions should not overflow the action container
2024-04-16 11:00:42 -07:00
Ferdinand Thiessen d9353498b6 fix(NcDialog): Actions should not overflow the action container
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-15 19:45:17 +00:00
Grigorii K. Shartsev 3c739265d8
Merge pull request #5491 from nextcloud-libraries/backport/5484/next
[next] chore(widgets): remove unneeded nullish coalescing
2024-04-13 00:25:00 +05:00
Grigorii K. Shartsev 65ad5eab1a chore(widgets): remove unneeded nullish coalescing
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-04-12 09:28:50 +00:00
Grigorii K. Shartsev a3dccf96f9
Merge pull request #5490 from nextcloud-libraries/backport/5485/next
[next] fix(NcReferenceWidget): do not try to render widget when there is no widget
2024-04-12 14:28:28 +05:00
Grigorii K. Shartsev 8b2941faa7 fix(NcReferenceWidget): do not try to render widget when there is no widget
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-04-12 09:08:15 +00:00
Maksim Sukharev 470d313ce6
Merge pull request #5479 from nextcloud-libraries/backport/5419/next
[next] fix(NcRichText): more strictly resolve vue router's path
2024-04-11 21:37:24 +02:00
greta a8ef8fa00b
NcListItem - change padding for one-line layout
Signed-off-by: greta <gretadoci@gmail.com>
2024-04-11 21:30:28 +02:00
Maksim Sukharev d7c63eaa76
fix(NcListItem): decrease font-weight, restore contrast color for subname
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-04-11 21:29:22 +02:00
Maksim Sukharev 0787cb365f
fix(NcListItem): align indicators at the element bottom
- fix issues, when details are not provided

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-04-11 21:29:12 +02:00
Eduardo Morales 85bb367219
feat: added extra doc to show slot usage
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-04-11 21:28:54 +02:00
Eduardo Morales 47b4aaeefe
feat: added extra name side content slot
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2024-04-11 21:26:53 +02:00
Grigorii K. Shartsev 7ce423d5b9 fix(NcRichText): more strictly resolve vue router's path
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-04-11 19:33:09 +02:00
Ferdinand Thiessen c8cbe105c9
Merge pull request #5480 from nextcloud-libraries/backport/5477/next
[next] fix(NcAvatar): support in-app router links for contact menu
2024-04-11 13:44:22 +02:00
Ferdinand Thiessen 783e413f32
Merge pull request #5471 from nextcloud-libraries/backport/5455/next
[next] fix(NcRichText): include all label items
2024-04-11 13:32:48 +02:00
DorraJaouad 0512036536 fix(NcRichText): apply interactivity
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-04-11 12:18:09 +02:00
DorraJaouad dc105c8a60 fix(NcRichText): include all label items
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
2024-04-11 10:59:03 +02:00
Maksim Sukharev 0bf574fbd3 fix(NcListItem): bring back old styling for two-line list items
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-04-10 20:40:06 +02:00
Grigorii K. Shartsev 6521c467f4 test(autolink): add tests for getRoute
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-04-10 17:36:49 +02:00
Grigorii K. Shartsev 2fbee38081 fix(NcAvatar): support in-app router links for contact menu
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2024-04-10 17:26:07 +02:00
Ferdinand Thiessen d7976726c1
Merge pull request #5469 from nextcloud-libraries/backport/5420/next
[next] fix(tribute): provide avatar url correctly when in dark mode
2024-04-10 12:33:58 +02:00
Maksim Sukharev 4d6a1fca8a
Merge pull request #5468 from nextcloud-libraries/backport/5407/next
[next] fix(NcAvatar): handle regex error on initials match
2024-04-10 10:15:26 +02:00
Maksim Sukharev b29010ff2d
fix(tribute): provide avatar url correctly when in dark mode
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-04-10 10:13:13 +02:00
Maksim Sukharev ce0bc1014d
Merge pull request #5473 from nextcloud-libraries/fix/styles-next
chore: Update stylings from server
2024-04-10 08:57:58 +02:00