Jacob Overgaard
c2e2bfe741
fix: adds caretLabel to menu items with children
2024-07-25 17:01:53 +02:00
Jacob Overgaard
3e7e31c411
fix: adds a label to the caret for menu items
2024-07-25 16:58:29 +02:00
Jacob Overgaard
bca7854ba4
build(deps): allow consumers to install higher versions of uui
2024-07-25 16:51:04 +02:00
Jacob Overgaard
191c62013a
build(deps): bump @umbraco-ui/uui from 1.8.2 to 1.9.0
2024-07-25 16:46:53 +02:00
Jacob Overgaard
70ff672928
build: exclude further files
2024-07-25 16:12:00 +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
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
c361812414
Merge pull request #1227 from bjarnef/feature/code-editor
...
Feature: Code Editor
2024-07-23 09:01:34 +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
leekelleher
e516fe25fa
Reverted number defaultValue config
2024-07-22 12:00:10 +01:00
Jacob Overgaard
4d6dfaf740
chore: use the local clamp function instead of redefining it
2024-07-22 09:42:45 +02:00
Jacob Overgaard
79b7458ab0
chore: use clamp from uui
...
the ui library already exports a `clamp` function, so rely on that in the backoffice
2024-07-22 09:42:45 +02:00