diff --git a/ui-ngx/src/app/shared/models/ace/service-completion.models.ts b/ui-ngx/src/app/shared/models/ace/service-completion.models.ts index 63bc4cd938..7de5ba6d18 100644 --- a/ui-ngx/src/app/shared/models/ace/service-completion.models.ts +++ b/ui-ngx/src/app/shared/models/ace/service-completion.models.ts @@ -24,7 +24,7 @@ export const alarmDataHref = 'Alarm data query'; -export const attributeScopeHref ='Attribute scope'; +export const attributeScopeHref = 'Attribute scope'; export const entityTypeHref = 'EntityType'; @@ -32,7 +32,7 @@ export const pageDataHref = 'DeviceInfo'; -export const assetInfoHref = 'AssetInfo' +export const assetInfoHref = 'AssetInfo'; export const entityViewInfoHref = 'EntityViewInfo'; @@ -84,15 +84,15 @@ export const stateParamsHref = 'Alias info'; -export const entityAliasFilterHref = 'Entity alias filter' +export const entityAliasFilterHref = 'Entity alias filter'; -export const entityAliasFilterResultHref = 'Entity alias filter result' +export const entityAliasFilterResultHref = 'Entity alias filter result'; -export const importEntityDataHref = 'Import entity data' +export const importEntityDataHref = 'Import entity data'; -export const importEntitiesResultInfoHref = 'Import entities result info' +export const importEntitiesResultInfoHref = 'Import entities result info'; -export const customDialogComponentHref = 'CustomDialogComponent' +export const customDialogComponentHref = 'CustomDialogComponent'; export const pageLinkArg: FunctionArg = { name: 'pageLink', @@ -885,7 +885,7 @@ export const serviceCompletions: TbEditorCompletions = { {name: 'userId', type: 'string', description: 'Id of the user'}, requestConfigArg ], - return:observableReturnTypeVariable('string') + return: observableReturnTypeVariable('string') }, sendActivationEmail: { description: 'Send activation email', @@ -1033,7 +1033,7 @@ export const serviceCompletions: TbEditorCompletions = { args: [ {name: 'entityId', type: entityIdHref, description: 'Id of the entity'}, {name: 'attributeScope', type: attributeScopeHref, description: 'Atribute scope'}, - {name: 'keys', type:`Array<string>`, description: 'Array of the keys'}, + {name: 'keys', type: `Array<string>`, description: 'Array of the keys'}, requestConfigArg ], return: observableArrayReturnType(attributeDataHref) @@ -1055,10 +1055,10 @@ export const serviceCompletions: TbEditorCompletions = { args: [ {name: 'entityId', type: entityIdHref, description: 'Id of the entity'}, {name: 'timeseries', type: `Array<${attributeDataHref}>>`, description: 'Array of the timeseries'}, - {name: 'deleteAllDataForKeys', type: 'boolean',optional: true, description: 'Delete all data for keys'}, + {name: 'deleteAllDataForKeys', type: 'boolean', optional: true, description: 'Delete all data for keys'}, requestConfigArg ], - return:observableReturnTypeVariable('any') + return: observableReturnTypeVariable('any') }, saveEntityAttributes: { description: 'Save entity attributes', @@ -1080,7 +1080,7 @@ export const serviceCompletions: TbEditorCompletions = { {name: 'timeseries', type: `Array<attributeDataHref>`, description: 'Array of the timeseries'}, requestConfigArg ], - return:observableReturnTypeVariable('any') + return: observableReturnTypeVariable('any') }, } }, @@ -1098,7 +1098,7 @@ export const serviceCompletions: TbEditorCompletions = { {name: 'entityId', type: 'string', description: 'Id of the entity'}, requestConfigArg ], - return:observableBaseDataReturnType(entityIdHref) + return: observableBaseDataReturnType(entityIdHref) }, getEntities: { description: 'Get entities by ids', @@ -1108,7 +1108,7 @@ export const serviceCompletions: TbEditorCompletions = { {name: 'entityIds', type: `Array<string>`, description: 'Ids of the entities'}, requestConfigArg ], - return:observableArrayBaseDataReturnType(entityIdHref) + return: observableArrayBaseDataReturnType(entityIdHref) }, getEntitiesByNameFilter: { description: 'Get entities by name filter', @@ -1117,10 +1117,10 @@ export const serviceCompletions: TbEditorCompletions = { {name: 'entityType', type: entityTypeHref, description: 'Entity type'}, {name: 'entityNameFilter', type: 'string', description: 'Name filter of the entity'}, {name: 'pageSize', type: 'number', description: 'Size of the page'}, - {name: 'subType', type: 'string',optional: true, description: 'Subtype'}, + {name: 'subType', type: 'string', optional: true, description: 'Subtype'}, requestConfigArg ], - return:observableArrayBaseDataReturnType(entityIdHref) + return: observableArrayBaseDataReturnType(entityIdHref) }, findEntityDataByQuery: { description: 'Find entity data by query', @@ -1130,7 +1130,7 @@ export const serviceCompletions: TbEditorCompletions = { requestConfigArg ], - return:observablePageDataReturnType(entityDataHref) + return: observablePageDataReturnType(entityDataHref) }, findAlarmDataByQuery: { description: 'Find alarm data by query', @@ -1139,7 +1139,7 @@ export const serviceCompletions: TbEditorCompletions = { {name: 'query', type: alarmDataQueryHref, description: 'Query'}, requestConfigArg ], - return:observablePageDataReturnType(alarmDataHref) + return: observablePageDataReturnType(alarmDataHref) }, findEntityInfosByFilterAndName: { description: 'Find entity infos by filter and name', @@ -1149,7 +1149,7 @@ export const serviceCompletions: TbEditorCompletions = { {name: 'searchText', type: 'string', description: 'Search text'}, requestConfigArg ], - return:observablePageDataReturnType(entityInfoHref) + return: observablePageDataReturnType(entityInfoHref) }, findSingleEntityInfoByEntityFilter: { description: 'Find single entity infos by filter of the entity ', @@ -1159,56 +1159,56 @@ export const serviceCompletions: TbEditorCompletions = { {name: 'searchText', type: 'string', description: 'search text'}, requestConfigArg ], - return:observableReturnType(entityInfoHref) + return: observableReturnType(entityInfoHref) }, getAliasFilterTypesByEntityTypes: { description: 'Get alias filter types by entity type', meta: 'function', args: [ - {name: 'entityTypes', type:`Array<${entityTypeHref}|${aliasEntityTypeHref}>`, description: 'Entity types'}, + {name: 'entityTypes', type: `Array<${entityTypeHref}|${aliasEntityTypeHref}>`, description: 'Entity types'}, {name: 'searchText', type: 'string', description: 'Search text'} ], - return:{ - type:`Array<${aliasFilterTypeHref}$gt;`, - description:`Array of ${aliasFilterTypeHref} objects` + return: { + type: `Array<${aliasFilterTypeHref}$gt;`, + description: `Array of ${aliasFilterTypeHref} objects` } }, filterAliasByEntityTypes: { description: 'Filter alias by entity type', meta: 'function', args: [ - {name: 'entityAlias', type:entityAliasHref, description: 'Alias of the entity'}, - {name: 'entityTypes', type:`Array<${entityTypeHref}|${aliasEntityTypeHref}>`, description: 'Entity types'} + {name: 'entityAlias', type: entityAliasHref, description: 'Alias of the entity'}, + {name: 'entityTypes', type: `Array<${entityTypeHref}|${aliasEntityTypeHref}>`, description: 'Entity types'} ], - return:{ - type:'boolean', - description:`Returns boolean variable based on the filter` + return: { + type: 'boolean', + description: `Returns boolean variable based on the filter` } }, prepareAllowedEntityTypesList: { description: 'Prepare allowed types of the entity list', meta: 'function', args: [ - {name: 'allowedEntityTypes', type:`Array<${entityTypeHref}|${aliasEntityTypeHref}>`, description: 'Entity types'}, - {name: 'useAliasEntityTypes', type:'boolean', description: 'Use alias entity types'}, + {name: 'allowedEntityTypes', type: `Array<${entityTypeHref}|${aliasEntityTypeHref}>`, description: 'Entity types'}, + {name: 'useAliasEntityTypes', type: 'boolean', description: 'Use alias entity types'}, ], - return:{ - type:`Array<${entityTypeHref}|${aliasEntityTypeHref}>`, - description:`Returns entity types array` + return: { + type: `Array<${entityTypeHref}|${aliasEntityTypeHref}>`, + description: `Returns entity types array` } }, getEntityKeys: { description: 'Get entity keys by id', meta: 'function', args: [ - {name: 'entityId', type:entityIdHref, description: 'id of the entity'}, - {name: 'query', type:'string', description: 'Query'}, - {name: 'type', type:dataKeyTypeHref, description: 'Query'}, + {name: 'entityId', type: entityIdHref, description: 'id of the entity'}, + {name: 'query', type: 'string', description: 'Query'}, + {name: 'type', type: dataKeyTypeHref, description: 'Query'}, requestConfigArg ], - return:{ - type:`Observable<Array<string>>`, - description:`An Observable of string variable.` + return: { + type: `Observable<Array<string>>`, + description: `An Observable of string variable.` } // observableArrayReturnType('string') }, @@ -1216,71 +1216,71 @@ export const serviceCompletions: TbEditorCompletions = { description: 'Create database from subscriptions info', meta: 'function', args: [ - {name: 'subscriptionsInfo', type:'array', description: 'Subscriptions info'} + {name: 'subscriptionsInfo', type: 'array', description: 'Subscriptions info'} ], - return:{ - type:`Array<${dataSourceHref}>`, - description:`Array of ${dataSourceHref} objects` + return: { + type: `Array<${dataSourceHref}>`, + description: `Array of ${dataSourceHref} objects` } }, createAlarmSourceFromSubscriptionInfo: { description: 'Create alarm source from subscriptions info', meta: 'function', args: [ - {name: 'subscriptionInfo', type:subscriptionInfoHref, description: 'Subscription info'} + {name: 'subscriptionInfo', type: subscriptionInfoHref, description: 'Subscription info'} ], - return:{ - type:`${dataSourceHref}`, - description:`${dataSourceHref} object` + return: { + type: `${dataSourceHref}`, + description: `${dataSourceHref} object` } }, resolveAlias: { description: 'Resolve alias', meta: 'function', args: [ - {name: 'entityAlias', type:entityAliasHref, description: 'Alias of the entity'}, - {name: 'stateParams', type:stateParamsHref, description: 'State params'}, + {name: 'entityAlias', type: entityAliasHref, description: 'Alias of the entity'}, + {name: 'stateParams', type: stateParamsHref, description: 'State params'}, ], - return:observableReturnType(aliasInfoHref) + return: observableReturnType(aliasInfoHref) }, resolveAliasFilter: { description: 'Resolve alias filter', meta: 'function', args: [ - {name: 'filter', type:entityAliasFilterHref, description: 'Entity alias filter'}, - {name: 'stateParams', type:stateParamsHref, description: 'State params'}, + {name: 'filter', type: entityAliasFilterHref, description: 'Entity alias filter'}, + {name: 'stateParams', type: stateParamsHref, description: 'State params'}, ], - return:observableReturnType(entityAliasFilterResultHref) + return: observableReturnType(entityAliasFilterResultHref) }, checkEntityAlias: { description: 'Check entity alias', meta: 'function', args: [ - {name: 'entityAlias', type:entityAliasHref, description: 'Alias of the entity'}, + {name: 'entityAlias', type: entityAliasHref, description: 'Alias of the entity'}, ], - return:observableReturnTypeVariable('boolean') + return: observableReturnTypeVariable('boolean') // observableReturnType('boolean') }, saveEntityParameters: { description: 'Save entity parameters', meta: 'function', args: [ - {name: 'entityType', type:entityTypeHref, description: 'Entity type'}, - {name: 'entityData', type:importEntityDataHref, description: 'Data of the entity'}, - {name: 'update', type:'boolean', description: 'Update'}, + {name: 'entityType', type: entityTypeHref, description: 'Entity type'}, + {name: 'entityData', type: importEntityDataHref, description: 'Data of the entity'}, + {name: 'update', type: 'boolean', description: 'Update'}, requestConfigArg ], - return:observableReturnType(importEntitiesResultInfoHref) + return: observableReturnType(importEntitiesResultInfoHref) }, saveEntityData: { description: 'Save entity data', meta: 'function', args: [ - {name: 'entityId', type:entityIdHref, description: 'Id of the entity'}, - {name: 'entityData', type:importEntityDataHref, description: 'Data of the entity'}, + {name: 'entityId', type: entityIdHref, description: 'Id of the entity'}, + {name: 'entityData', type: importEntityDataHref, description: 'Data of the entity'}, requestConfigArg ], - return:observableReturnTypeVariable('any') + return: observableReturnTypeVariable('any') // observableReturnType('any') }, @@ -1296,54 +1296,54 @@ export const serviceCompletions: TbEditorCompletions = { description: 'Confirm', meta: 'function', args: [ - {name: 'title', type:'string', description: 'Title'}, - {name: 'message', type:'string', description: 'Message'}, - {name: 'cancel', type:'string',optional: true, description: 'Cancel'}, - {name: 'ok', type:'string',optional: true, description: 'Ok'}, - {name: 'fullscreen', type:'boolean',optional: true, description: 'Fullscreen'}, + {name: 'title', type: 'string', description: 'Title'}, + {name: 'message', type: 'string', description: 'Message'}, + {name: 'cancel', type: 'string', optional: true, description: 'Cancel'}, + {name: 'ok', type: 'string', optional: true, description: 'Ok'}, + {name: 'fullscreen', type: 'boolean', optional: true, description: 'Fullscreen'}, ], - return:observableReturnTypeVariable('boolean') + return: observableReturnTypeVariable('boolean') }, alert: { description: 'Alert', meta: 'function', args: [ - {name: 'title', type:'string', description: 'Title'}, - {name: 'message', type:'string', description: 'Message'}, - {name: 'ok', type:'string',optional: true, description: 'Ok'}, - {name: 'fullscreen', type:'boolean',optional: true, description: 'Fullscreen'}, + {name: 'title', type: 'string', description: 'Title'}, + {name: 'message', type: 'string', description: 'Message'}, + {name: 'ok', type: 'string', optional: true, description: 'Ok'}, + {name: 'fullscreen', type: 'boolean', optional: true, description: 'Fullscreen'}, ], - return:observableReturnTypeVariable('boolean') + return: observableReturnTypeVariable('boolean') }, colorPicker: { description: 'Color picker', meta: 'function', args: [ - {name: 'color', type:'string', description: 'Сolor'}, + {name: 'color', type: 'string', description: 'Сolor'}, ], - return:observableReturnTypeVariable('string') + return: observableReturnTypeVariable('string') }, materialIconPicker: { description: 'Material icon picker', meta: 'function', args: [ - {name: 'icon', type:'string', description: 'Icon'}, + {name: 'icon', type: 'string', description: 'Icon'}, ], - return:observableReturnTypeVariable('string') + return: observableReturnTypeVariable('string') }, forbidden: { description: 'Forbidden', meta: 'function', args: [ ], - return:observableReturnTypeVariable('boolean') + return: observableReturnTypeVariable('boolean') }, todo: { description: 'To do', meta: 'function', args: [ ], - return:observableReturnTypeVariable('any') + return: observableReturnTypeVariable('any') }, } }, @@ -1352,16 +1352,16 @@ export const serviceCompletions: TbEditorCompletions = { 'See CustomDialogService for API reference.', meta: 'service', type: 'CustomDialogService', - children:{ + children: { customDialog: { description: 'Custom Dialog', meta: 'function', args: [ - {name: 'template', type:'string', description: 'Template'}, - {name: 'controller', type:customDialogComponentHref, description: 'Controller'}, - {name: 'data', type:'any', description: 'Data'}, + {name: 'template', type: 'string', description: 'Template'}, + {name: 'controller', type: customDialogComponentHref, description: 'Controller'}, + {name: 'data', type: 'any', description: 'Data'}, ], - return:observableReturnTypeVariable('any') + return: observableReturnTypeVariable('any') }, } }, @@ -1389,4 +1389,4 @@ export const serviceCompletions: TbEditorCompletions = { meta: 'service', type: 'DomSanitizer' } -} +};