operations/stepper-bulk-type-firmware/version-or-patch.component.ts
selector | c8y-version-or-patch-step |
templateUrl | version-or-patch.component.html |
Properties |
Methods |
Inputs |
Outputs |
constructor(repositoryService: RepositoryService, inventoryService: InventoryService, bulkOpsService: BulkOperationsService)
|
||||||||||||
Parameters :
|
selected
|
Type : |
versionOrPatch
|
$event Type: EventEmitter<IManagedObject>
|
getBaseVersionAndPatches$ | ||||
getBaseVersionAndPatches$(baseVersion)
|
||||
Decorators :
@memoize(undefined)
|
||||
Parameters :
Returns :
any
|
getBinaryName$ | ||||
getBinaryName$(binaryUrl)
|
||||
Decorators :
@memoize()
|
||||
Parameters :
Returns :
any
|
getPatchVersionsCount$ | ||||||
getPatchVersionsCount$(baseVersion: FirmwareBinary)
|
||||||
Decorators :
@memoize(undefined)
|
||||||
Parameters :
Returns :
any
|
selectVersionOrPatch | |||||||||
selectVersionOrPatch(selected: boolean, versionOrPatch: IManagedObject)
|
|||||||||
Parameters :
Returns :
void
|
DD_LOW_COUNT |
DD_LOW_COUNT:
|
Type : number
|
Default value : 10
|
elementCount |
elementCount:
|
Type : number
|
Default value : 0
|
expanded |
expanded:
|
Type : literal type
|
Default value : {}
|
isLegacy$ |
isLegacy$:
|
Type : Observable<boolean>
|
Default value : this.firmware$.pipe(
map(firmware => this.repositoryService.isLegacyEntry(firmware)),
shareReplay(1)
)
|