Mads Rasmussen
28139fa7d4
Merge branch 'main' into feature/docs-opens-app-culture-variant
2024-03-21 09:17:25 +01:00
Lee Kelleher
21acc70a3f
Merge pull request #1458 from umbraco/feature/active-menu-item
...
Feature: Active menu/tree item
2024-03-21 08:16:12 +00:00
Lee Kelleher
57b50f4e1c
Merge pull request #1462 from umbraco/bugfix/cyclic-token-dependency
...
ensure that context-provider imports relative from itself
2024-03-21 08:14:57 +00:00
Jacob Overgaard
270b189042
ensure that context-provider imports relative from itself
2024-03-20 17:41:02 +01:00
Mads Rasmussen
f32c6ba68f
add active state to menu item
2024-03-20 13:47:24 +01:00
Mads Rasmussen
a6a09520f6
dont set tree item to active if it is selectable
2024-03-20 13:08:07 +01:00
Mads Rasmussen
5dc34454a9
set tree-item to active if its path exists in the url
2024-03-20 12:55:31 +01:00
Mads Rasmussen
b1160e6e2d
observe isActive state in tree-item element
2024-03-20 12:54:38 +01:00
Lee Kelleher
05298d6e2c
Merge pull request #1453 from umbraco/feature/property-editor-for-decimals
...
Feature: Allow Decimals in step setting
2024-03-19 16:42:54 +00:00
leekelleher
41b45a9f00
Decimal editor: allow the min/max values to be a decimal too
2024-03-19 16:36:58 +00:00
Jacob Overgaard
f0592622ee
fix lint error
2024-03-19 16:45:51 +01:00
Jacob Overgaard
b966507b4b
Merge remote-tracking branch 'origin/release/beta002'
2024-03-19 16:39:43 +01:00
Jacob Overgaard
a9a9008672
revert with
2024-03-19 16:35:51 +01:00
Jacob Overgaard
b781bcba8a
Merge branch 'release/beta002'
2024-03-19 16:29:19 +01:00
Jacob Overgaard
b2b25b1ad9
chrome warning: replace 'assert' with 'with'
2024-03-19 16:21:36 +01:00
Jacob Overgaard
577dad86e8
do not assign to super in a change event
2024-03-19 16:21:23 +01:00
Lone Iversen
d52b1bed11
Feature: Allow Decimals in step setting
2024-03-19 14:58:27 +01:00
Jacob Overgaard
e5640f44f4
bump version to beta003
2024-03-19 14:20:03 +01:00
Lee Kelleher
0d4a0bb908
Merge pull request #1449 from umbraco/bugfix/property-editor/tags
...
Bugfix: Tags property-editor UI
2024-03-19 12:42:27 +00:00
Niels Lyngsø
ce04c4ce00
Merge pull request #1438 from umbraco/bugfix/routeable-modals-controller-fix
...
fix routable modal registration, making it a proper controller
2024-03-19 13:42:01 +01:00
Lee Kelleher
987d439322
Merge pull request #1442 from umbraco/bugfix/property-editor/checkbox-list
...
Bugfix: CheckboxList data structure
2024-03-19 12:39:28 +00:00
Lee Kelleher
257e0f9980
Merge pull request #1443 from umbraco/bugfix/property-editor/color-picker
...
Bugfix: Color Picker amends
2024-03-19 12:39:04 +00:00
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
Jacob Overgaard
50b7127d43
Merge branch 'main' into bugfix/property-editor/tags
2024-03-19 13:36:30 +01: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
Lee Kelleher
400b14a43e
Merge pull request #1450 from umbraco/bugfix/property-editor/textarea
...
Chore: Textarea editor UI amends
2024-03-19 12:32:01 +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
ff7ad855dc
Tags input markup fixes
2024-03-19 10:16:14 +00:00
leekelleher
5e6a7d04aa
Bugfix: Tags amends
...
The config was replacing the `value` with the non-existent `items`,
meaning that the editor would always appear empty.
Added the `storageType` field, unsure if this will be used on the client yet.
2024-03-19 10:15:58 +00:00
leekelleher
31e70928bd
Removed "Umb.PropertyEditorUi.Tags.StorageType" editor
...
Since this was only being referenced in the one place, we can replace
the configuration with a Dropdown editor + "items" options.
If we find that "StorageType" could be reused elsewhere,
we can reintroduce the component.
2024-03-19 10:12:53 +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
3c5f48e11b
CheckboxList story amends
2024-03-19 09:29:07 +00:00
leekelleher
d177252a57
Bugfix: Color Picker amends
...
Wires up the correct value data structure.
2024-03-19 09:23:45 +00:00
Lee Kelleher
ec4ca2c9d5
Merge pull request #1441 from umbraco/chore/docs-authentication-update
...
Chore: Updated Authentication documentation
2024-03-19 09:15:32 +00:00
leekelleher
031a976ac5
Bugfix: CheckboxList data structure
2024-03-19 09:14:17 +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