Commit Graph

17556 Commits

Author SHA1 Message Date
Jacob Overgaard
5eeb552bc3 fix: do not send invalid argument 2024-07-25 17:40:12 +02:00
Jacob Overgaard
4c6ddabf95 Merge branch 'main' into v14/chore/check-paths-in-dist-cms 2024-07-25 16:13:13 +02:00
Jacob Overgaard
70ff672928 build: exclude further files 2024-07-25 16:12:00 +02:00
Jacob Overgaard
6318629b75 fix: sonarqube smells 2024-07-25 16:07:30 +02:00
Jacob Overgaard
bc79e16191 chore: mark static properties as readonly 2024-07-25 15:49:50 +02:00
Jacob Overgaard
2b5b89ab7f chore: remove outcommented code 2024-07-25 15:49:37 +02:00
Jacob Overgaard
7b65ae1e2a Merge branch 'main' into v14/chore/check-paths-in-dist-cms 2024-07-25 15:43:22 +02:00
Jacob Overgaard
78a571705a build: add sonar-project.properties to account for what are sources and test files (#2142)
* build: add sonar-project.properties to account for what are sources and test files

* docs: add project badges to github

* build: also ignore .stories.ts files
2024-07-25 15:15:04 +02:00
leekelleher
37430141ac CollectionViews: sets UFM value inside object
e.g. `{ value }`

to render the value, use `{=value}`, other aliases will not work.
2024-07-25 13:28:09 +01:00
leekelleher
98e4ce70b0 UFM LabelValue: allow non-undefined falsey values to be rendered
`undefined` values will not be rendered
2024-07-25 13:28:09 +01:00
leekelleher
933440bd96 Simplified UFM regular expression 2024-07-25 13:28:09 +01:00
leekelleher
bca1d6fc14 Added tests for UFM parsing 2024-07-25 13:28:09 +01:00
leekelleher
b85d664ff2 UFM manifest amends 2024-07-25 13:28:09 +01:00
leekelleher
3baf57db07 Introduced UfmToken interface type 2024-07-25 13:28:09 +01:00
Jacob Overgaard
5b49bb85c0 fix: resolve ambiguous export 2024-07-25 10:29:26 +02:00
Jacob Overgaard
ad8f98e2ac Merge branch 'main' into v14/chore/check-paths-in-dist-cms 2024-07-25 10:23:33 +02:00
Jacob Overgaard
211e4399ff chore: update import of deprecated element 2024-07-24 15:50:32 +02:00
Jacob Overgaard
777b440048 chore: remove action deprecated before the rc 2024-07-24 15:50:32 +02:00
Jacob Overgaard
768f983d5e chore: remove interface deprecated before the rc 2024-07-24 15:50:32 +02:00
Jacob Overgaard
ae2b36982b fix: show the action button inside a button-group only if there are extensions registered
by moving the calculation of the extension controllers from the action-menu element into the action element itself, we can save a few states, simplify the calculation, and conditionally render the action-menu element ensuring, that the UUI styling is correctly applied
2024-07-24 15:48:09 +02:00
Jacob Overgaard
1783ee433b fix: align textbox with textarea in terms of naming 2024-07-23 17:50:38 +02:00
Jacob Overgaard
dfb4a91733 fix: converts the property-editor-ui-textarea to a form mixin 2024-07-23 17:50:38 +02:00
Jacob Overgaard
3be23173d2 fix: add a folder workspace to show the blueprint information element 2024-07-23 14:21:57 +02:00
leekelleher
5f2e8ba1a0 Amended document blueprint root styling 2024-07-23 14:21:57 +02:00
Jacob Overgaard
1500db5f49 fix: use the body layout directly 2024-07-23 14:21:57 +02:00
Jacob Overgaard
9bfbabb0d5 docs: documented the "header" slot 2024-07-23 14:21:57 +02:00
Jacob Overgaard
ff89fdcac9 fix: import root workspace directly 2024-07-23 14:21:57 +02:00
Jacob Overgaard
a9ca6a97ad revert: workspace edit view 2024-07-23 14:21:57 +02:00
Jacob Overgaard
6da6b3ece8 fix: add a routable workspace for the blueprint root 2024-07-23 14:21:57 +02:00
Jacob Overgaard
29e5ef4911 fix: add missing localization keys 2024-07-23 14:21:57 +02:00
Jacob Overgaard
dbb7c3e877 fix: find the parent name to localize when creating a folder 2024-07-23 14:21:57 +02:00
Jacob Overgaard
8db15d3796 chore: mark as localized 2024-07-23 14:21:57 +02:00
Jacob Overgaard
51f9bfdd6d chore: use localization keys 2024-07-23 14:21:57 +02:00
Jacob Overgaard
e3f3d45011 fix: rename variations of content blueprints/templates to "Document Blueprints" 2024-07-23 14:21:57 +02:00
Jacob Overgaard
92706487e7 test: add test for undefined value 2024-07-23 11:12:33 +02:00
Jacob Overgaard
c8ce7fb876 fix: allow datepicker to send empty values 2024-07-23 11:12:33 +02:00
Jacob Overgaard
9c73426e0f fix: check for undefined in the lq query string 2024-07-23 10:29:35 +02:00
Jacob Overgaard
91f93b5355 fix: replace deprecated substr with substring 2024-07-23 10:29:35 +02:00
Lee Kelleher
e80e42f1c4 Bugfix: Data Type selection for Property Editors without schema in manifests (#2132)
Fixes Data Type selection for Property Editors without schema defined in the manifests

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2024-07-23 09:09:17 +02:00
Jacob Overgaard
8e88879605 fix: revert change from uui-button to umb-localize 2024-07-22 15:48:29 +02:00
Jacob Overgaard
0eb5a51743 Merge branch 'main' into feature/code-editor 2024-07-22 15:40:16 +02:00
Jacob Overgaard
a996536249 feat: add config for line numbers, minimap, and wordwrap 2024-07-22 15:34:13 +02:00
Jacob Overgaard
6131cc6491 feat: move all options from the controller into the host element to set directly when the controller is initialized 2024-07-22 15:15:10 +02:00
Jacob Overgaard
74a8fcfba6 feat: convert direct options update to attributes instead 2024-07-22 15:14:46 +02:00
Jacob Overgaard
423b57e80e chore: formatting 2024-07-22 15:11:20 +02:00
Jacob Overgaard
b57214501b feat: add property to disable code folding 2024-07-22 15:10:29 +02:00
Jacob Overgaard
91d88013db feat: add properties for common monaco options 2024-07-22 15:08:56 +02:00
leekelleher
de61fbad07 Code formatting 2024-07-22 12:02:50 +01:00
leekelleher
1f9a197cba Sorting/amends to the code/language options
Defaults to `"javascript"`
2024-07-22 12:02:29 +01:00
leekelleher
f4ed00473a package-lock.json was updated 2024-07-22 12:00:43 +01:00