Commit Graph

13305 Commits

Author SHA1 Message Date
Lee Kelleher
cfb7e2166d Merge pull request #1445 from umbraco/bugfix/property-editor/eye-dropper
Bugfix: Eye Dropper UI
2024-03-19 12:38:34 +00:00
Lee Kelleher
54d01a8f66 Merge pull request #1444 from umbraco/bugfix/property-editor/email-address
Bugfix: EmailAddress corrected alias
2024-03-19 12:38:07 +00:00
Lee Kelleher
8cea55dbc7 Merge pull request #1446 from umbraco/bugfix/property-editor/radio-button-list
Bugfix: Radio Button List data structure
2024-03-19 12:37:55 +00:00
Lee Kelleher
479331a737 Merge pull request #1447 from umbraco/bugfix/property-editor/slider
Bugfix: Slider value
2024-03-19 12:37:39 +00:00
Lee Kelleher
065f3c56ba Merge pull request #1448 from umbraco/bugfix/property-editor/dropdown
Bugfix: Dropdown data structure
2024-03-19 12:36:18 +00:00
Lee Kelleher
e20834e9a6 Merge pull request #1451 from umbraco/bugfix/property-editor/user-picker
Bugfix: User Picker UI
2024-03-19 12:35:56 +00:00
leekelleher
e2b56f4d9c Bugfix: User Picker UI
There are still things broken with this editor,
but these amends go towards future fixes.
2024-03-19 11:11:33 +00:00
leekelleher
568baffb5f Textarea: Updates rows description 2024-03-19 11:00:51 +00:00
leekelleher
05a8daadfc Textarea: fixes the auto-height attribute 2024-03-19 11:00:32 +00:00
leekelleher
9afce496ed Bugfix: Dropdown data structure
The property-editor value needs to support
both `string` and `string[]` value types.
2024-03-19 10:41:39 +00:00
leekelleher
f469870d69 Bugfix: Slider value
Wires up the persisted value with the UI.

Renames the component's `initVal1` and `initVal2` properties
to `valueLow` and `valueHigh` respectively.
2024-03-19 10:04:38 +00:00
leekelleher
4fbe34a972 Bugfix: RadioButtonList data structure 2024-03-19 09:59:11 +00:00
leekelleher
8dea305e95 EyeDropper: “showPalette” config fix
The “showPalette” configuration isn’t wired up correctly.
Also there’s a disconnect between “showPalette” and the default value for “swatches”.

I've added temporary values for the swatch colors.
(Hex values have been taken from the UUI Library example)
2024-03-19 09:39:39 +00:00
leekelleher
3f7a8b5895 Bugfix: Eye Dropper amends
Wires up the persisted value.
2024-03-19 09:37:27 +00:00
leekelleher
811e497b21 Bugfix: EmailAddress corrected alias
Aligned with the server schema alias.
2024-03-19 09:32:34 +00:00
leekelleher
77cd473966 📓 Updated Authentication doc
Amended paths to remove the old "New" paths.
2024-03-19 09:09:01 +00:00
Niels Lyngsø
14c44872d0 Merge pull request #1440 from umbraco/feature/context-base-fixing-missing-parts
Improvements: forgotten improvements from old PR
2024-03-19 09:44:13 +01:00
Niels Lyngsø
f06639351b notes for server variables and app language 2024-03-19 09:37:37 +01:00
Niels Lyngsø
9d655dba86 Merge pull request #1439 from umbraco/bugfix/cleaning-of-input-components-getters
rename selectedIds + Corrections for Lit warnings
2024-03-19 09:32:44 +01:00
Niels Lyngsø
7b900936c6 UmbAppLanguageContext 2024-03-19 09:11:01 +01:00
Niels Lyngsø
ef63b28cd7 UmbRouteContext 2024-03-19 09:06:26 +01:00
Niels Lyngsø
92c7ec950a transferred forgotten improvements 2024-03-19 09:04:59 +01:00
Niels Lyngsø
a69e8577d8 Merge branch 'main' into feature/api-docs 2024-03-19 08:40:55 +01:00
Niels Lyngsø
88ccf124a7 correct media-type as well 2024-03-18 22:30:16 +01:00
Niels Lyngsø
1447a91249 correct code that hides add button 2024-03-18 22:29:26 +01:00
Niels Lyngsø
263b75a747 move a few more setters 2024-03-18 22:19:11 +01:00
Niels Lyngsø
25996a407e a few more corrections 2024-03-18 22:12:25 +01:00
Niels Lyngsø
6372fa7e52 more + remove config reactive property decorators 2024-03-18 22:05:54 +01:00
Niels Lyngsø
ff781b9063 more selection correction 2024-03-18 21:51:03 +01:00
Niels Lyngsø
358c888864 reorder getter and setter methods to match future requirement and remove Lit complains 2024-03-18 20:57:51 +01:00
Mads Rasmussen
d672f3deac Merge branch 'main' into feature/create-extension-api-by-alias 2024-03-18 18:16:22 +01:00
Lee Kelleher
13c6909e36 Merge pull request #1434 from umbraco/feature/entity-actions-weight
add weight + icons + missing stubs for entity actions
2024-03-18 11:21:40 +00:00
Lee Kelleher
3cea5cf76f Merge pull request #1432 from umbraco/feature/unpublish-with-references
Feature/unpublish with references
2024-03-18 11:04:22 +00:00
Lee Kelleher
e8f2d68a7e Merge pull request #1437 from umbraco/chore/multiple-textstring-schema-alias-casing
Chore: Corrected casing of "MultipleTextString"
2024-03-18 10:57:38 +00:00
Jacob Overgaard
3ba6c1a48e disable the unpublish button if there are no variants 2024-03-18 11:56:44 +01:00
Jacob Overgaard
5f63a1d424 show a box if there are no variants 2024-03-18 11:56:34 +01:00
Jacob Overgaard
7e038d4a17 Merge remote-tracking branch 'origin/main' into feature/unpublish-with-references 2024-03-18 11:52:23 +01:00
Jacob Overgaard
4d7d222396 build entity action variants based on document variants and not languages to be able to support invariant cultures 2024-03-18 11:51:18 +01:00
leekelleher
48f06c6a9b Corrected casing of Umbraco.MultipleTextString
Whilst testing the property-editors, I'd noticed that the
Multiple Textstring editor wasn't loading correctly, this is because
the schema alias on the server is `Umbraco.MultipleTextstring`
(lowercase 's') and on the client it is `Umbraco.MultipleTextString`
(uppercase 'S'). I've corrected this to align with the server.

I assume that the intent was to lowercase the 'S' on the server,
but this didn't happen before the beta release.
2024-03-18 10:36:58 +00:00
leekelleher
145260cea1 Fixed the check for _items falsey
as it had an empty array value.
Checking whether the array has any items instead.

Otherwise an empty table will be displayed.
2024-03-18 10:23:02 +00:00
Niels Lyngsø
5d76f91be8 Merge branch 'main' into bugfix/add-property-route-fix 2024-03-18 11:22:34 +01:00
Niels Lyngsø
8a7925bfea simple repeat indentification 2024-03-18 11:06:37 +01:00
Niels Lyngsø
0f3a0cc615 fix getter/setter problem 2024-03-18 10:56:09 +01:00
Lee Kelleher
429322f003 Merge pull request #1433 from umbraco/feature/publish-with-descendants
Feature/publish with descendants
2024-03-18 09:35:25 +00:00
Jacob Overgaard
771655f52e change notifications icon back to megaphone 2024-03-18 10:18:59 +01:00
Niels Lyngsø
a5cc9d0622 todo note 2024-03-18 09:25:36 +01:00
dependabot[bot]
0ec95d3778 Bump follow-redirects from 1.15.5 to 1.15.6
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 09:09:14 +01:00
Jacob Overgaard
31ba9d840b add weight + icons + missing stubs for entity actions 2024-03-15 15:34:20 +01:00
Jacob Overgaard
0067c969aa add correct weights on the workspace menu items 2024-03-15 15:01:37 +01:00
Jacob Overgaard
c8d5b549da wire up the publishWithDescendant flow 2024-03-15 15:00:00 +01:00