Commit Graph

21148 Commits

Author SHA1 Message Date
leekelleher
bd5b898fce Tiptap toolbar designer reworking
Observes the enabled extensions,
updates available items accordingly.

Adds a context API and label localizations.
2024-10-14 15:27:31 +02:00
leekelleher
0b7c50730e Updated Tiptap data-type config labels/descriptions 2024-10-14 15:27:31 +02:00
leekelleher
7f84bc31a8 Updated tiptapToolbarExtension manifest with forExtensions data 2024-10-14 15:27:31 +02:00
leekelleher
171b899828 Relocated UmbTiptapToolbarValue 2024-10-14 15:27:31 +02:00
leekelleher
36b7a68f7c Adds "Rich Text Essentials" as a hard-coded core option
This is to indicate that the basic formatting,
e.g. bold, italic, etc are enabled by default.
2024-10-14 15:27:31 +02:00
leekelleher
7b548768c6 Reworked Tiptap Extensions configuration
Refactored UI to be a grouped checkbox lists,
improves on intend and accessibility.
2024-10-14 15:27:31 +02:00
leekelleher
7719d4b578 Reordered Tiptap extension manifests
Removed the weighing and put into order of perceived usefulness.
2024-10-14 15:27:31 +02:00
Warren Buckley
e2b8a788f6 Fixes #17254 Making 'Umb.Section.Content' as a const UMB_CONTENT_SECTION_ALIAS that can be imported 2024-10-14 15:04:52 +02:00
Søren Kottal
62050e9cb6 fixes icon alignment in links in redirect dashboard 2024-10-14 14:58:10 +02:00
Jacob Overgaard
4726335a7d fix: only set the ?readonly attribute on the swatches element since it handles setting it on the colors afterwards 2024-10-14 11:19:20 +02:00
Richard Thompson
d4a2453075 Adds read-only mode to Color Picker Property Editor (#2451)
* Adds read-only mode to Color Picker Property Editor

Implemented the read-only mode of the Color Picker Property Editor UI to close https://github.com/umbraco/Umbraco-CMS/issues/17045.

* feat: forward the `readonly` attribute to the swatch* elements

* chore: rearrange properties in the element

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2024-10-14 08:12:55 +00:00
Jacob Overgaard
f30e86efd3 Merge branch 'release/15.0' 2024-10-14 10:02:35 +02:00
Jacob Overgaard
71842b2d1d Merge pull request #2453 from umbraco/v15/chore/update-uui-1110
Dependencies: Update @umbraco-ui/uui to 1.11.0
2024-10-14 09:59:44 +02:00
Lee Kelleher
db7a683dc9 Chore: Update's VS Code new UmbLitElement code snippet (#2449)
* Reworked VSCode code snippet for creating new `UmbLitElement` classes

* Removed ctor

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>

* Marks `styles` as `readonly`

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>

* Removes `elementName` constant

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2024-10-14 07:56:33 +00:00
Jacob Overgaard
bc2d2916fd build(deps): update @umbraco-ui/uui to 1.11.0 2024-10-14 09:40:41 +02:00
Allen Smith
3015c3813f Update instruction text for Collection elements. 2024-10-14 09:27:54 +02:00
Lee Kelleher
8e39004c59 Chore: Lee's code sweep (during Hacktoberfest '24) (#2450)
* Removed my outdated TODO comments

* Manifest Picker code tidy-up

* Attribute tidy-up

Things I'd picked up during development

* Corrects Storybook control type for `umb-localize` key

* Ran `npm run lint:fix`
2024-10-14 08:44:19 +02:00
Niels Lyngsø
1d2e6bce8b remove unused import 2024-10-12 00:16:17 +02:00
Niels Lyngsø
bae776eca8 remove return and clean up 2024-10-11 23:59:29 +02:00
Niels Lyngsø
020ad62581 destroy and clean up and more 2024-10-11 23:52:57 +02:00
Niels Lyngsø
8a74976d9b more destroy 2024-10-11 23:31:05 +02:00
Niels Lyngsø
578609c050 revert 2024-10-11 23:30:56 +02:00
Markus Johansson
9844f2d1cd Cleanup example and moved dashboard to content-section 2024-10-11 23:18:10 +02:00
Markus Johansson
e5d23a5d65 Add ctrl alias to UmbBindServerValidationToFormControl 2024-10-11 23:10:53 +02:00
Markus Johansson
dee2a25085 Extended validation demo with multiple tabs
(cherry picked from commit 207dd3e55c8b965ce688057efc36b1594f98f92d)
2024-10-11 23:05:50 +02:00
Niels Lyngsø
df910a808e A11Y label for text box property editor input 2024-10-11 22:58:32 +02:00
Niels Lyngsø
a67ad61e80 controller aliases 2024-10-11 22:37:51 +02:00
Niels Lyngsø
4feb7e77de clean up code 2024-10-11 22:11:04 +02:00
Niels Lyngsø
d38da0eb80 runtime clean up 2024-10-11 21:26:01 +02:00
Niels Lyngsø
6e368faa27 remove console.log 2024-10-11 21:11:16 +02:00
Niels Lyngsø
5a2b4f6634 adapt createThisFor and fix grid inline property 2024-10-11 21:10:50 +02:00
Niels Lyngsø
b166b04ed0 remove temp files 2024-10-11 20:17:20 +02:00
Niels Lyngsø
13afb93968 Merge branch 'main' into v15/feature/property-dataset-properties-observable 2024-10-11 19:06:26 +02:00
Niels Lyngsø
4d754c1bd2 Merge pull request #2410 from umbraco/v15/feature/select-all-option-in-publishing-dialogs
Feature: Select all variants option in publishing dialogs
2024-10-11 16:30:06 +02:00
Niels Lyngsø
1f56d3c263 small refactor 2024-10-11 16:22:59 +02:00
Niels Lyngsø
507f08fcc0 Merge pull request #2438 from umbraco/v15/hotfix/pass-workspace-pattern-to-edit-doc-type
Pass workspace path to document type edit path
2024-10-11 15:05:31 +02:00
Niels Lyngsø
4c48e81e19 Merge branch 'main' into example-validation-context-server-error 2024-10-11 14:45:39 +02:00
Mads Rasmussen
4c371fc1d6 Merge branch 'release/15.0' into v15/hotfix/pass-workspace-pattern-to-edit-doc-type 2024-10-11 14:38:02 +02:00
Mads Rasmussen
a5df883776 Merge branch 'main' into v15/feature/select-all-option-in-publishing-dialogs 2024-10-11 14:37:31 +02:00
Niels Lyngsø
49c9528ae9 fix rendering 2024-10-11 14:07:39 +02:00
Niels Lyngsø
d6c6eddb3c parse config to block list elements 2024-10-11 13:23:14 +02:00
JesmoDev
a689b1c961 adds formatting to source blocks and excldues decorators 2024-10-11 13:15:48 +02:00
Niels Lyngsø
b93914a489 Merge branch 'main' into v15/feature/property-dataset-properties-observable
# Conflicts:
#	src/packages/block/block/workspace/block-workspace.context.ts
2024-10-11 13:15:26 +02:00
Lone Iversen
9ddd64c429 Feature: Media Collection Placeholders (#2439)
* mediacollection placeholder logic

* media collection placeholder showing

* make observables available

* complete option for temp badge

* placeholder entity

* placeholder logic

* remove consolelog

* update todo and jdocs
2024-10-11 13:09:42 +02:00
Niels Lyngsø
01d6103822 lint 2024-10-11 13:02:58 +02:00
Mads Rasmussen
9d0391242a Merge branch 'main' into v15/feature/select-all-option-in-publishing-dialogs 2024-10-11 12:12:58 +02:00
dependabot[bot]
76930c4a0e Bump @types/chai from 4.3.17 to 5.0.0
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.17 to 5.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-11 12:01:13 +02:00
Niels Lyngsø
7be0e0dcbd refactor inline 2024-10-11 11:58:18 +02:00
Niels Lyngsø
bb878d33f9 get name from entry context use it for block workspace 2024-10-11 10:38:36 +02:00
Niels Lyngsø
536e703458 Merge branch 'main' into v15/feature/property-dataset-properties-observable 2024-10-11 10:35:34 +02:00