Commit Graph

18347 Commits

Author SHA1 Message Date
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
Jacob Overgaard
673fe81d0e Merge branch 'main' into pr/bjarnef/1227 2024-07-19 14:58:47 +02:00
Jacob Overgaard
45728620c0 chore: eslint fix 2024-07-19 14:58:28 +02:00
Jacob Overgaard
1fc885e5a1 internal: turn off rules that do not work for eslint 9 yet 2024-07-19 14:54:58 +02:00
Jacob Overgaard
95394c33a1 fix: eslint no named as default 2024-07-19 14:54:06 +02:00
Jacob Overgaard
fa6f62d9e7 fix: do not cache element 2024-07-19 14:53:44 +02:00
Jacob Overgaard
2a1b71c674 feat: move code-editor to its own package 2024-07-19 14:45:19 +02:00
Jacob Overgaard
828e69e461 feat: dispatch event if using defaultValue 2024-07-19 14:26:20 +02:00
Jacob Overgaard
b58b14d917 feat: use Umbraco.Plain.String 2024-07-19 14:26:11 +02:00
Jacob Overgaard
78ab506a6a fix: revert the dispatchEvent just to be safe 2024-07-19 12:04:30 +02:00
Jacob Overgaard
b9ff92899a chore: update workspaces 2024-07-19 12:03:00 +02:00
Jacob Overgaard
26dc492daf feat: add bundling to code-editor 2024-07-19 12:02:03 +02:00
Jacob Overgaard
753614935c feat: add localization 2024-07-19 11:57:34 +02:00
Jacob Overgaard
5dd97bd305 feat: add a height option to the code editor 2024-07-19 11:56:01 +02:00
Jacob Overgaard
9b73d368b1 feat: rearrange languages and select javascript as default 2024-07-19 11:54:56 +02:00
Jacob Overgaard
038c55a69e feat: add defaultValue to the numeric property editors 2024-07-19 11:50:54 +02:00
Jacob Overgaard
a02d4070f1 feat: add localization to the property editor 2024-07-19 11:40:56 +02:00
Jacob Overgaard
bcbacbed0e feat: convert CodeEditorController into a real umb controller 2024-07-19 11:35:42 +02:00
Jacob Overgaard
0331b0f3f5 feat: add bundling to the code-editor package 2024-07-19 11:29:02 +02:00
Jacob Overgaard
5d22d36f10 feat: style as property editor 2024-07-19 11:28:08 +02:00
Jacob Overgaard
f819cb69ec feat: use Umbraco.Plain.Text as schema / input type 2024-07-19 11:27:57 +02:00
Jacob Overgaard
952f953747 feat: add the new "property editor ui code editor" to the code-editor package 2024-07-19 11:10:42 +02:00