refactor(command-menu-item): rename Actions to CommandMenuItem (#18489)
actions are being renamed to command menu item, they will be migrated to server and will be served as headless front components --------- Co-authored-by: Raphaël Bosi <71827178+bosiraphael@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
export enum ActionViewType {
|
||||
export enum CommandMenuItemViewType {
|
||||
GLOBAL = 'GLOBAL',
|
||||
INDEX_PAGE_BULK_SELECTION = 'INDEX_PAGE_BULK_SELECTION',
|
||||
INDEX_PAGE_SINGLE_RECORD_SELECTION = 'INDEX_PAGE_SINGLE_RECORD_SELECTION',
|
||||
@@ -7,7 +7,6 @@
|
||||
* |___/
|
||||
*/
|
||||
|
||||
export { ActionViewType } from './ActionViewType';
|
||||
export type { AllowedAddressSubField } from './AddressFieldsType';
|
||||
export { ALLOWED_ADDRESS_SUBFIELDS } from './AddressFieldsType';
|
||||
export { AggregateOperations } from './AggregateOperations';
|
||||
@@ -16,6 +15,7 @@ export { AppPath } from './AppPath';
|
||||
export type { Arrayable } from './Arrayable';
|
||||
export type { ArraySortDirection } from './ArraySortDirection';
|
||||
export type { CommandMenuContextApi } from './CommandMenuContextApi';
|
||||
export { CommandMenuItemViewType } from './CommandMenuItemViewType';
|
||||
export type { ActorMetadata } from './composite-types/actor.composite-type';
|
||||
export {
|
||||
FieldActorSource,
|
||||
|
||||
Reference in New Issue
Block a user