UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

27 lines (25 loc) 1.27 kB
declare const SINGLE_OPERATION_EVENT_OVERVIEW = "deviceControl:single:overview"; declare const SINGLE_OPERATION_EVENT_DEVICE_TAB = "deviceControl:single:deviceTab"; declare const BULK_OPERATION_EVENT = "deviceControl:bulk"; declare const ACTIONS_OPERATIONS: { readonly FILTER: "filter"; readonly OPEN_OPERATION_DETAILS: "openOperationDetails"; readonly RETRY: "retry"; }; declare const ACTIONS_OPERATIONS__SINGLE: { readonly SCHEDULE_AS_BULK_OPERATION: "scheduleAsBulkOperation"; }; declare const ACTIONS_OPERATIONS_BULK: { readonly OPEN_ADD_BULK_OPERATION_DIALOG: "openAddBulkOperationDialog"; readonly CANCEL_ADD_BULK_OPERATION_DIALOG: "cancelAddBulkOperationDialog"; readonly SELECT_BULK_OPERTION_TYPE: "selectBulkOperationType"; }; declare const COMPONENTS: { readonly OPERATION_DETAILS: "operation-details"; readonly SINGLE_OPERATION_ITEM: "single-operation-item"; }; declare const BULK_OPERATION_DIALOG_STEPS: { readonly SELECT_OPERATION_TYPE: "selectOperationType"; }; export { ACTIONS_OPERATIONS, ACTIONS_OPERATIONS_BULK, ACTIONS_OPERATIONS__SINGLE, BULK_OPERATION_DIALOG_STEPS, BULK_OPERATION_EVENT, COMPONENTS, SINGLE_OPERATION_EVENT_DEVICE_TAB, SINGLE_OPERATION_EVENT_OVERVIEW }; //# sourceMappingURL=index.d.ts.map