Jacob Overgaard
1d8d1e3820
Merge branch 'main' into bugfix/relation-types
2024-01-09 14:28:56 +01:00
Jacob Overgaard
cf7a4e892d
upgrade storybook packages
2024-01-09 14:11:14 +01:00
leekelleher
d1305164be
Renames #pickerContext to #documentPickerContext
...
and adds placeholder stub for `#dynamicRootPickerContext`.
Removed unused imports, e.g. `css` and `UUIButtonElement`.
2024-01-09 14:08:29 +01:00
leekelleher
4665f0b467
Renamed umb-input-document-source to umb-input-document-picker-root
...
ref: https://github.com/umbraco/Umbraco.CMS.Backoffice/pull/1082#pullrequestreview-1794148136
2024-01-09 14:08:29 +01:00
leekelleher
5e982999e3
Localization - added entry for Dynamic Root (on Tree Picker)
...
ref: https://github.com/umbraco/Umbraco.CMS.Backoffice/pull/1082#issuecomment-1864269992
2024-01-09 14:08:29 +01:00
leekelleher
6a9574b18a
Updates to start-node elements
...
to use the new `input-document-source` element.
Extended the `StartNode` type to include the DynamicRoot schema.
2024-01-09 14:08:29 +01:00
leekelleher
78715d0bfc
Added localized keys/terms for the button labels
2024-01-09 14:08:29 +01:00
leekelleher
31465b3866
Added input-document-source element
...
This is different to `input-document` as it will also
contain the DynamicRoot functionality.
2024-01-09 14:08:29 +01:00
Jesper Møller Jensen
0e7fca5363
Dont do full page reload when creating language from the entity action button
2024-01-09 12:22:36 +01:00
leekelleher
877274cac4
Refactored the initial selection value
2024-01-09 12:21:43 +01:00
leekelleher
d67f4f26ef
Selection manager: fixes initial value
...
When the modal initially opens, the `#multiple` is `false`,
(regardless of how it is configured), so the initial value is set to
`[undefined]`. Then when the `#multiple` is observed as `true`
(there must be an underlying bug with the modal context code here),
then the `#selection` array already has an initial value of
`[undefined]` so will append newly selected values to that array.
I discovered this issue due to a bug with the Tree Picker editor.
2024-01-09 12:21:43 +01:00
leekelleher
550c7710cc
[WIP] Input Member picker
...
A placeholder component for `<umb-input-member>`,
for use with the Multinode Treepicker property-editor.
Code files were largely duplicated from `input-document`.
The modal context code hasn't been copied over as it requires
substantial work with developing the Member repository.
2024-01-09 12:20:38 +01:00
leekelleher
c6c45cf6cc
[WIP] Adds Member Type picker
...
A placeholder component for `<umb-input-member-type>`,
for use with the Multinode Treepicker property-editor.
Code files were largely duplicated from `umb-document-type-input`.
The modal context code hasn't been copied over as it requires
substantial work with developing the Member Type repository.
2024-01-09 12:15:10 +01:00
Markus Johansson
103c5fc9d7
#1012 label changes for pickers
2024-01-08 13:44:34 +01:00
JesmoDev
daecaec218
Merge pull request #1100 from umbraco/bugfix/table-without-icon-width
...
Bugfix/table without icon width
2024-01-08 23:29:41 +13:00
leekelleher
dbbb5067cf
Integer schema name correction
2024-01-08 10:24:56 +01:00
leekelleher
5295c6fc6d
Property Editor: Number - set numeric value
...
This was setting the value as a `string`, which would cause issues
when used in certain scenarios, e.g. MNTP min/max configuration,
the value would assumed to be numeric, but it'd be a string, so
conditions like `max === 1` would be false, as it'd be `"1"` instead.
Ensuring the value is a `number` before the "property-value-change"
event is sent appears to resolve this issue.
2024-01-08 10:24:16 +01:00
dependabot[bot]
aa1c4455d6
Bump marked from 11.1.0 to 11.1.1
...
Bumps [marked](https://github.com/markedjs/marked ) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v11.1.0...v11.1.1 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-08 10:22:02 +01:00
dependabot[bot]
fb93d66ad6
Bump typescript from 5.3.2 to 5.3.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-08 10:21:52 +01:00
Jesper Møller Jensen
2ab22e1790
fix
2024-01-08 13:13:49 +13:00
Jesper Møller Jensen
401e734f52
add story
2024-01-08 13:13:46 +13:00
Jesper Møller Jensen
5738a04f21
more mock data
2024-01-08 12:38:00 +13:00
Jesper Møller Jensen
e64b2242a7
use api in relation view
2024-01-08 12:35:15 +13:00
Jesper Møller Jensen
3959890d6c
relation mocks
2024-01-08 12:35:04 +13:00
Jesper Møller Jensen
1244509822
relation mocks
2024-01-08 12:11:50 +13:00
Jesper Møller Jensen
b88bd79eca
relation mocks
2024-01-08 12:11:30 +13:00
Jesper Møller Jensen
b4f5e16533
add object type handler and data
2024-01-08 12:11:18 +13:00
Jesper Møller Jensen
4b8cd3a2d5
add missing function to repo
2024-01-05 15:17:50 +13:00
Jesper Møller Jensen
24d5de0afa
move handlers to new relations folder
2024-01-05 10:52:53 +13:00
Jesper Møller Jensen
0598272b12
make relations package
2024-01-04 17:24:41 +13:00
Jesper Møller Jensen
0760e6d743
remove relations from settings manifest
2024-01-04 17:24:19 +13:00
Jesper Møller Jensen
1047a67e26
add core package
2024-01-04 17:23:56 +13:00
Jesper Møller Jensen
bc09e08e5c
update import map
2024-01-04 16:49:57 +13:00
Jesper Møller Jensen
72706c62ae
fix build
2024-01-03 19:13:50 +13:00
Jesper Møller Jensen
cda8ede2c6
cleanup
2024-01-03 19:10:06 +13:00
Jesper Møller Jensen
298c62eb7b
wip
2024-01-02 17:04:25 +13:00
Jesper Møller Jensen
65b60cbed3
Merge remote-tracking branch 'origin/main' into bugfix/relation-types
2023-12-20 19:43:57 +13:00
dependabot[bot]
0b43637f86
Bump actions/upload-artifact from 3 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-19 14:05:54 +01:00
dependabot[bot]
529ab60802
Bump github/codeql-action from 2 to 3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-19 14:05:46 +01:00
Lone Iversen
ee87f0bf5c
pagination and date picker
2023-12-19 14:05:32 +01:00
Lone Iversen
6441e0626a
bugs from issue tracker
2023-12-19 14:05:32 +01:00
Jesper Møller Jensen
dc77ca2f50
fix lint
2023-12-19 19:43:10 +13:00
Jesper Møller Jensen
be49788008
Merge remote-tracking branch 'origin/main' into bugfix/relation-types
2023-12-19 19:31:34 +13:00
Lone Iversen
6188862f78
lit
2023-12-18 13:49:46 +01:00
Lone Iversen
5863ea311f
undo test
2023-12-18 13:49:46 +01:00
Lone Iversen
0520762d16
test
2023-12-18 13:49:46 +01:00
Lone Iversen
50014962b9
alias
2023-12-18 13:49:46 +01:00
Lone Iversen
306b30bc12
some folder logic
2023-12-18 13:49:46 +01:00
Lone Iversen
3e5ccb4907
description gets saved from modal. mandatory field added
2023-12-18 13:49:46 +01:00
Jesper Møller Jensen
09d18bcc82
use object type input
2023-12-18 19:34:47 +13:00