-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(admin-ui): Display available UI extension points
Relates to #415
- Loading branch information
1 parent
a9c740e
commit 0963745
Showing
20 changed files
with
305 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
packages/admin-ui/src/lib/core/src/common/ui-extension-types.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
export type ActionBarLocationId = | ||
| 'administrator-detail' | ||
| 'administrator-list' | ||
| 'asset-detail' | ||
| 'asset-list' | ||
| 'channel-detail' | ||
| 'channel-list' | ||
| 'collection-detail' | ||
| 'collection-list' | ||
| 'country-detail' | ||
| 'country-list' | ||
| 'customer-detail' | ||
| 'customer-list' | ||
| 'customer-group-list' | ||
| 'facet-detail' | ||
| 'facet-list' | ||
| 'global-setting-detail' | ||
| 'system-status' | ||
| 'job-list' | ||
| 'order-detail' | ||
| 'order-list' | ||
| 'payment-method-detail' | ||
| 'payment-method-list' | ||
| 'product-detail' | ||
| 'product-list' | ||
| 'promotion-detail' | ||
| 'promotion-list' | ||
| 'role-detail' | ||
| 'role-list' | ||
| 'shipping-method-detail' | ||
| 'shipping-method-list' | ||
| 'tax-category-detail' | ||
| 'tax-category-list' | ||
| 'tax-rate-detail' | ||
| 'tax-rate-list' | ||
| 'zone-list'; | ||
|
||
export type UIExtensionLocationId = ActionBarLocationId; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.