leekelleher
64e7e278d1
Merge remote-tracking branch 'origin/main' into bugfix/property-editor-ui/collection-view
...
# Conflicts:
# src/packages/documents/documents/collection/views/grid/document-grid-collection-view.element.ts
# src/packages/documents/documents/collection/views/table/document-table-collection-view.element.ts
2024-05-01 09:30:24 +01:00
leekelleher
e398b3adea
Replaced hardcoded edit path with constant helper
2024-05-01 09:27:49 +01: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
Lee Kelleher
fb6b9da9bb
Merge pull request #1737 from umbraco/chore/rename-collection-context-name
...
Chore: Renames `UMB_DEFAULT_COLLECTION_CONTEXT` to `UMB_COLLECTION_CONTEXT`
2024-05-01 07:57:53 +01: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ø
de4da8a773
Merge pull request #1724 from umbraco/feature/section-context-menu-context-proxy
...
Feature: Section Context Menu Context Request Proxy
2024-04-30 20:18:49 +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
9662cc5b50
Document Grid: fixes refresh on modal cancel/submit
2024-04-30 17:53:19 +01: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
leekelleher
707aaa4a9c
Grid: Simplifies the state tag code
2024-04-30 16:52:49 +01:00
leekelleher
07d7e7ebfd
Refactored the loading state
...
It previously caused a bug with the sort ordering feature.
Because the `<umb-table>` was being removed from the DOM.
It now uses an alternative loading bar.
2024-04-30 16:52:21 +01:00
leekelleher
4410c76aac
Code tidy-up
2024-04-30 16:18:04 +01:00
leekelleher
3f724e481a
Registers the Route Builder on the Document Collection Views
2024-04-30 16:18:04 +01:00
leekelleher
7151350066
Adds loading state on the context
2024-04-30 16:18:04 +01:00
Jacob Overgaard
e0becf34c6
Merge pull request #1631 from umbraco/feature/global-search
...
Feature/global search
2024-04-30 16:40:13 +02: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
Lee Kelleher
8da7d07733
Merge pull request #1717 from umbraco/bugfix/more-specific-tree-picker-naming
...
Bugfix: rename of tree-picker and dynamic root functionality
2024-04-30 09:13:12 +01: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
Lee Kelleher
f05bad9808
Merge pull request #1725 from umbraco/chore/top-level-weight
...
Chore: Sort top level menu items
2024-04-29 15:10:12 +01:00
Niels Lyngsø
fc2f6f8809
Merge pull request #1726 from umbraco/feature/rename-collection-property-editor-ui
...
Removing View of the Property Editor UI Alias of Collection
2024-04-29 16:02:47 +02:00