Commit Graph

19276 Commits

Author SHA1 Message Date
Lee Kelleher
ccb9eeb08b Feature: UFM component filters (#2246)
* UFM feature additions + refactor

- Re-structures "ufm-components" folder
- Adds `ufmFilter` extension type
- Adds `UmbUfmElementBase` to support reusing filters

* Code tidy-up

* Adds test for `{~contentPicker}` "ufm-content-name" syntax

* Exports `UfmPlugin` and `UfmToken` types

* Adds UFM filter extensions/functions

- Fallback
- Lowercase
- Strip HTML
- Title Case
- Truncate
- Uppercase
- Word Limit
2024-09-11 07:20:18 +00:00
Jacob Overgaard
f6b93de123 fix: listen for layoutEntries and set them on the manager 2024-09-11 07:45:42 +02:00
Jacob Overgaard
8b934c9efa chore: re-order imports 2024-09-11 07:45:42 +02:00
Jacob Overgaard
e96e1ff2b4 fix: adds a check in the tinymce blockpicker plugin to ensure the entries context is available and if not to warn about it, since the whole plugin does not work without it 2024-09-11 07:45:42 +02:00
Jacob Overgaard
859276680f fix: adds the UmbBlockRteEntriesContext to the tinymce property editor ui so the routes can be calculated 2024-09-11 07:45:42 +02:00
Jacob Overgaard
2c497cd843 build: correct the branch pattern for dev branches 2024-09-10 12:37:08 +02:00
Jacob Overgaard
6c23563540 chore: ensure pipelines run on new dev/* branches 2024-09-10 12:33:45 +02:00
Jacob Overgaard
b95a4d7104 Merge pull request #2260 from umbraco/feature/sysinfo
Feature: Show system information
2024-09-10 12:23:45 +02:00
Jacob Overgaard
f598dde7c7 feat: add max-height to code-block and cleanup css 2024-09-10 12:17:33 +02:00
Jacob Overgaard
ae7a732357 docs: use correct jsdocs for @slot 2024-09-10 12:16:04 +02:00
Jacob Overgaard
4c6cd0d1ea chore: mark property as readonly (sonarlint) 2024-09-10 12:14:52 +02:00
Jacob Overgaard
6ec304282b feat: use the umb-code-block rather than coming up with a new view, but leave the copy functionality in place which allows us to copy as markdown 2024-09-10 12:10:12 +02:00
Jacob Overgaard
3b967df431 fix: use pre-line over pre for pesky whitespaces at the beginning 2024-09-10 12:05:34 +02:00
Jacob Overgaard
0135cfdea0 fix: removed misspelled attribute (button looks better not compact anyway) 2024-09-10 12:05:10 +02:00
Jacob Overgaard
1751b127de feat: replace the uui-box entirely with a scroll container 2024-09-10 10:10:03 +02:00
Jacob Overgaard
5c5afe2427 feat: use a uui-scroll-container for scroll 2024-09-10 10:07:22 +02:00
Jacob Overgaard
5af1064244 feat: change color and look of buttons 2024-09-10 10:04:22 +02:00
Jacob Overgaard
dbabe069e8 chore: combine import statements 2024-09-10 09:34:38 +02:00
Jacob Overgaard
64f711c956 fix: convert to type import 2024-09-09 18:24:50 +02:00
Jacob Overgaard
3c8ae0ebc4 feat: add all exports 2024-09-09 18:24:24 +02:00
Jacob Overgaard
9be5bdd550 fix: import from .js extension 2024-09-09 18:24:17 +02:00
Jacob Overgaard
e7261efce9 feat: ensure data can stay within the cell 2024-09-09 18:22:05 +02:00
Jacob Overgaard
c0ca65a05d feat: add relevant browser information 2024-09-09 18:21:55 +02:00
Jacob Overgaard
a6236313c9 feat: add handler for troubleshooting 2024-09-09 18:15:11 +02:00
Jacob Overgaard
29293edb4e chore: avoid nesting template literals 2024-09-09 18:10:40 +02:00
Jacob Overgaard
3c23ffd531 chore: add 'readonly' to styles property 2024-09-09 18:08:46 +02:00
Jacob Overgaard
611f02bc96 feat: show a System information button in the logo popover if the user is an admin 2024-09-09 18:01:02 +02:00
Jacob Overgaard
0c801a40b9 fix: ensure the currentUser observable filters away undefined values so you can use firstValueFrom 2024-09-09 17:59:37 +02:00
Jacob Overgaard
92cc3b685e feat: load the sysinfo package 2024-09-09 17:59:16 +02:00
Jacob Overgaard
11051e29fe feat: add localization 2024-09-09 17:59:06 +02:00
Jacob Overgaard
2b79836ad6 feat: add new sysinfo package 2024-09-09 17:52:00 +02:00
Lee Kelleher
f06567d326 Bugfix: Content Picker, gets dynamic root value from menu context (#2212)
Content Picker: refactors gathering dynamic root current and parent uniques

Uses `UmbMenuStructureWorkspaceContext.structure` to get the
top-most entity workspace's unique and parent unique values.
2024-09-09 15:59:26 +02:00
dependabot[bot]
57f10776ff Bump marked from 13.0.3 to 14.1.0
Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 14.1.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v13.0.3...v14.1.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 13:56:15 +02:00
Jacob Overgaard
646b71e6a5 Merge pull request #2251 from umbraco/dependabot/npm_and_yarn/hey-api/openapi-ts-0.52.11
Bump @hey-api/openapi-ts from 0.48.3 to 0.52.11
2024-09-09 12:09:10 +02:00
Jacob Overgaard
dbfc6e8d36 fix: changePassword should use new method generated by api (operationId has changed) 2024-09-09 12:02:47 +02:00
Jacob Overgaard
257eb7f85f chore: generate new types 2024-09-09 12:02:17 +02:00
Niels Lyngsø
e6a188d4e2 Merge pull request #2257 from detjonmataj/v14/fix/dictionary-item-misleading-description-when-name-not-set
Fix: Update dictionary's name fallback value when using it as a placeholder in `dictionaryItem_description` localization term
2024-09-09 11:57:46 +02:00
Niels Lyngsø
4273a93ef3 Merge branch 'main' into v14/fix/dictionary-item-misleading-description-when-name-not-set 2024-09-09 11:51:40 +02:00
Niels Lyngsø
aebfc432ef Merge pull request #2255 from umbraco/v14/bugfix/more-than-one-area-rule
Fix: Block Grid Editor — Specified Permissions Group Rules
2024-09-09 11:41:32 +02:00
Niels Lyngsø
112e31fc8f Merge pull request #2248 from umbraco/v14/feature/readonly-block-list
Feature: Readonly mode for Block List Property Editor UI
2024-09-09 10:51:41 +02:00
Niels Lyngsø
d514ceebd9 Merge branch 'main' into v14/feature/readonly-block-list 2024-09-09 10:42:17 +02:00
Niels Lyngsø
95adeac797 Merge pull request #2235 from umbraco/v14/feature/save-publish-language-permissions
Feature: Workspace Save, Publish, Publish With Descendants, and Schedule language permissions
2024-09-09 10:41:05 +02:00
Mads Rasmussen
b7aa1450b5 Merge branch 'main' into v14/feature/save-publish-language-permissions 2024-09-09 08:17:15 +02:00
detjonmataj
96d505c3a9 Fix: Update dictionary's name fallback value when using it as a placeholder in dictionaryItem_description localization term
- Changed the fallback value from 'unnamed' to a zero-width space to avoid confusion with existing dictionary items. Using a quoted empty string is intuitive when the dictionary name is also empty.
- Note: Used the zero-width space HTML entity (`&#8203;`) instead of an empty string because `term` function from `UmbLocalizationController` short-circuits the arguments with the matching placeholder. Empty strings are considered falsy values thus  it return the original template without replacing the placeholders (`%index%` or `{index}`)
2024-09-06 05:58:37 +02:00
Niels Lyngsø
15c9cf531f Merge pull request #2229 from umbraco/v14/feature/readonly-content-picker
Feature: Readonly mode for Content Picker Property Editor UI
2024-09-02 19:43:37 +02:00
Niels Lyngsø
e14a1999ef TODO comment on input-rich-media.element.ts 2024-09-02 19:37:07 +02:00
Niels Lyngsø
fa68faab01 add tdo comment input-media.element.ts 2024-09-02 19:35:14 +02:00
Mads Rasmussen
92ae4dd02c Merge branch 'main' into v14/feature/readonly-content-picker 2024-09-02 18:21:26 +02:00
Niels Lyngsø
671b56e36f remove unused argument 2024-09-02 14:21:44 +02:00
Niels Lyngsø
9c84fabed3 fix rule validation 2024-09-02 14:13:48 +02:00