Commit Graph

15234 Commits

Author SHA1 Message Date
Niels Lyngsø
b06aa4d164 clean up 2024-05-01 14:23:12 +02:00
Niels Lyngsø
d26549b89e clean up 2024-05-01 14:20:22 +02:00
Niels Lyngsø
fa1baaedb6 remove unused code 2024-05-01 14:13:53 +02:00
Niels Lyngsø
257413dba1 impl mergeObservables for propertyStructure composition 2024-05-01 14:13:42 +02:00
Niels Lyngsø
96b113cc52 fix update propeties that changed in the propertyStructure state 2024-05-01 14:03:02 +02:00
Niels Lyngsø
91ec2722d7 update comment 2024-05-01 13:32:56 +02:00
Niels Lyngsø
2944c51c37 Merge branch 'main' into feature/doc-type-tab-properties 2024-05-01 10:50:10 +02:00
Niels Lyngsø
14058e544e re-implenent tab-properties 2024-05-01 10:01:03 +02:00
Mads Rasmussen
339c719494 Merge pull request #1741 from KevinJump/issue/missing-entity-exports
Add missing entity type exports
2024-05-01 09:12:26 +02:00
Mads Rasmussen
3c0db8b3b2 Merge branch 'main' into chore/rename-collection-context-name 2024-05-01 08:51:42 +02:00
Kevin Jump
79701a45de export entity types
Adds exports for missing entity types
2024-05-01 07:02:10 +01:00
Niels Lyngsø
92f760453f todo 2024-04-30 23:47:33 +02:00
Niels Lyngsø
8945d54073 fix delete tab name 2024-04-30 23:46:38 +02:00
Niels Lyngsø
2684002421 polishing 2024-04-30 23:34:45 +02:00
Niels Lyngsø
8ad2aced4e only show inheritance if pure composition ownership 2024-04-30 22:56:15 +02:00
Niels Lyngsø
e4923c8db0 polish group inheritance 2024-04-30 22:39:39 +02:00
Niels Lyngsø
c71c6c1a5b delete group + inheritance display + links 2024-04-30 22:24:03 +02:00
Niels Lyngsø
fcf029a237 Merge branch 'main' into feature/section-context-menu-context-proxy 2024-04-30 20:12:21 +02:00
Niels Lyngsø
561bbdb024 clean up 2024-04-30 20:08:13 +02:00
Niels Lyngsø
7402ff272e Merge pull request #1734 from umbraco/bugfix/property-editor-ui-picker
fix data-type- property-editor-ui-picker
2024-04-30 18:59:20 +02:00
leekelleher
980ae8d35f Renames UMB_DEFAULT_COLLECTION_CONTEXT to UMB_COLLECTION_CONTEXT
We'll keep `UMB_DEFAULT_COLLECTION_CONTEXT` available, but marked as deprecated.
2024-04-30 17:02:15 +01:00
Jacob Overgaard
8a1f5f1674 Merge branch 'main' into feature/global-search 2024-04-30 16:33:18 +02:00
Lee Kelleher
237a701fe6 Merge pull request #1728 from umbraco/bugfix/property-editor-ui/collection-view
Bugfix: Collection View Table column aliases and sort ordering
2024-04-30 15:32:46 +01:00
Niels Lyngsø
4870612441 fix 2024-04-30 15:25:14 +02:00
leekelleher
304ae710b8 Fixes the child name button
to open the document editor modal.
2024-04-30 13:55:43 +01:00
Mads Rasmussen
9f6f1ecfd9 pass host element instead of class 2024-04-30 13:44:18 +02:00
Mads Rasmussen
31a044c31b align element type with modals 2024-04-30 13:44:07 +02:00
Niels Lyngsø
026a52847a move proxy event handler 2024-04-30 12:56:40 +02:00
Mads Rasmussen
9a5cf8dee0 Merge branch 'main' into feature/section-context-menu-context-proxy 2024-04-30 12:46:39 +02:00
leekelleher
0186527c44 Temporary fix for the child name button
to navigate through to the target document.
2024-04-30 11:37:15 +01:00
leekelleher
545ba50607 Changed the skip/take fallback
to use a logical OR (`||`) instead of a nullish coalescing (`??`),
as the value may be a `NaN` or even `0`.
2024-04-30 11:35:03 +01:00
Niels Lyngsø
460ce1804b Merge pull request #1703 from umbraco/feature/create-new-from-tree-picker
Feat: Workspace modal type change + path patterns + create new element type via document type picker
2024-04-30 11:21:25 +02:00
Niels Lyngsø
904d971405 Merge pull request #1669 from umbraco/feature/generate-data-type-name
Feature: Data-type created via Content-Type Property Flow gets a generated name
2024-04-30 10:53:01 +02:00
Niels Lyngsø
11b1fe87a1 Merge remote-tracking branch 'origin/main' into feature/create-new-from-tree-picker
# Conflicts:
#	src/packages/documents/document-types/components/input-document-type/input-document-type.element.ts
2024-04-30 10:45:03 +02:00
Niels Lyngsø
0eb736418c clean up 2024-04-30 10:42:21 +02:00
Niels Lyngsø
f2f0391f5f correct modal closing path clean up 2024-04-30 10:42:02 +02:00
Niels Lyngsø
21f1bc6e6d life cycle update fix 2024-04-30 10:21:44 +02:00
Niels Lyngsø
7313c4260b Merge branch 'main' into feature/generate-data-type-name 2024-04-30 09:24:43 +02:00
Mads Rasmussen
a9b7e00937 Merge branch 'main' into feature/section-context-menu-context-proxy 2024-04-30 08:42:55 +02:00
Mads Rasmussen
4452866f4b Update property-editor-ui-content-picker-source.test.ts 2024-04-29 21:46:07 +02:00
Mads Rasmussen
e15da42bb0 update test file 2024-04-29 21:45:15 +02:00
Mads Rasmussen
711191486e add js docs 2024-04-29 21:24:27 +02:00
Mads Rasmussen
682a8a3649 simplify method names 2024-04-29 21:23:07 +02:00
Mads Rasmussen
e0b2a29d8e move constants to its own file 2024-04-29 21:20:02 +02:00
Mads Rasmussen
8ce8ad349a Merge branch 'main' into bugfix/more-specific-tree-picker-naming 2024-04-29 21:13:07 +02:00
leekelleher
cfb24ade8f Implements correct sortOrder property
Removes the faux sort order value.
2024-04-29 18:35:45 +01:00
leekelleher
0c4651eb47 Replaces "entityState" with "state"
for consistency with the server-side.
2024-04-29 18:34:39 +01:00
leekelleher
5d49ed805b Replaces "entityName" with "name"
for consistency with the server-side.
2024-04-29 18:32:32 +01:00
leekelleher
c3d39f5cdb Replaces "owner" with "creator"
for consistency with the server-side.
2024-04-29 18:30:22 +01:00
Lee Kelleher
30141d787d Merge pull request #1715 from umbraco/feature/auth-layout
Feature: Align layout of the auth provider screen and the backend login screen
2024-04-29 16:24:26 +01:00