@c8y/ngx-components 1021.22.81 → 1021.22.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/branding/shared/supports-branding.service.d.ts.map +1 -1
- package/core/login/login.component.d.ts.map +1 -1
- package/core/login/login.service.d.ts +1 -0
- package/core/login/login.service.d.ts.map +1 -1
- package/core/navigator/navigator-bottom/navigator-bottom.service.d.ts +3 -1
- package/core/navigator/navigator-bottom/navigator-bottom.service.d.ts.map +1 -1
- package/esm2022/branding/shared/supports-branding.service.mjs +6 -3
- package/esm2022/core/login/login.component.mjs +2 -1
- package/esm2022/core/login/login.service.mjs +5 -1
- package/esm2022/core/navigator/navigator-bottom/navigator-bottom.service.mjs +13 -6
- package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-processing.service.mjs +3 -3
- package/esm2022/operations/bulk-operations-service/bulk-operations.service.mjs +21 -2
- package/esm2022/operations/bulk-single-operations-list/bulk-single-operations-list.module.mjs +9 -7
- package/esm2022/operations/bulk-single-operations-list/single-operation-item.component.mjs +4 -1
- package/esm2022/operations/bulk-single-operations-list/single-operations-list.component.mjs +94 -20
- package/esm2022/operations/grid-columns/c8y-ngx-components-operations-grid-columns.mjs +5 -0
- package/esm2022/operations/grid-columns/creation-time.cell-renderer.component.mjs +28 -0
- package/esm2022/operations/grid-columns/creation-time.grid-column.mjs +14 -0
- package/esm2022/operations/grid-columns/device.cell-renderer.component.mjs +50 -0
- package/esm2022/operations/grid-columns/device.grid-column.mjs +14 -0
- package/esm2022/operations/grid-columns/failure-reason.cell-renderer.component.mjs +54 -0
- package/esm2022/operations/grid-columns/failure-reason.grid-column.mjs +14 -0
- package/esm2022/operations/grid-columns/index.mjs +9 -0
- package/esm2022/operations/grid-columns/status.cell-renderer.component.mjs +43 -0
- package/esm2022/operations/grid-columns/status.grid-column.mjs +15 -0
- package/fesm2022/c8y-ngx-components-branding-shared.mjs +5 -2
- package/fesm2022/c8y-ngx-components-branding-shared.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +2 -2
- package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operations-service.mjs +20 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operations-service.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-single-operations-list.mjs +102 -21
- package/fesm2022/c8y-ngx-components-operations-bulk-single-operations-list.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-grid-columns.mjs +214 -0
- package/fesm2022/c8y-ngx-components-operations-grid-columns.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components.mjs +15 -5
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/ja_JP.po +1 -1
- package/locales/ko.po +1 -1
- package/locales/pl.po +1 -1
- package/locales/zh_CN.po +1 -1
- package/locales/zh_TW.po +1 -1
- package/operations/bulk-operations-service/bulk-operations.service.d.ts +5 -3
- package/operations/bulk-operations-service/bulk-operations.service.d.ts.map +1 -1
- package/operations/bulk-single-operations-list/bulk-single-operations-list.module.d.ts +10 -8
- package/operations/bulk-single-operations-list/bulk-single-operations-list.module.d.ts.map +1 -1
- package/operations/bulk-single-operations-list/single-operation-item.component.d.ts +3 -0
- package/operations/bulk-single-operations-list/single-operation-item.component.d.ts.map +1 -1
- package/operations/bulk-single-operations-list/single-operations-list.component.d.ts +18 -4
- package/operations/bulk-single-operations-list/single-operations-list.component.d.ts.map +1 -1
- package/operations/grid-columns/c8y-ngx-components-operations-grid-columns.d.ts.map +1 -0
- package/operations/grid-columns/creation-time.cell-renderer.component.d.ts +9 -0
- package/operations/grid-columns/creation-time.cell-renderer.component.d.ts.map +1 -0
- package/operations/grid-columns/creation-time.grid-column.d.ts +5 -0
- package/operations/grid-columns/creation-time.grid-column.d.ts.map +1 -0
- package/operations/grid-columns/device.cell-renderer.component.d.ts +14 -0
- package/operations/grid-columns/device.cell-renderer.component.d.ts.map +1 -0
- package/operations/grid-columns/device.grid-column.d.ts +5 -0
- package/operations/grid-columns/device.grid-column.d.ts.map +1 -0
- package/operations/grid-columns/failure-reason.cell-renderer.component.d.ts +9 -0
- package/operations/grid-columns/failure-reason.cell-renderer.component.d.ts.map +1 -0
- package/operations/grid-columns/failure-reason.grid-column.d.ts +5 -0
- package/operations/grid-columns/failure-reason.grid-column.d.ts.map +1 -0
- package/operations/grid-columns/index.d.ts +9 -0
- package/operations/grid-columns/index.d.ts.map +1 -0
- package/operations/grid-columns/status.cell-renderer.component.d.ts +11 -0
- package/operations/grid-columns/status.cell-renderer.component.d.ts.map +1 -0
- package/operations/grid-columns/status.grid-column.d.ts +5 -0
- package/operations/grid-columns/status.grid-column.d.ts.map +1 -0
- package/package.json +1 -1
package/locales/ja_JP.po
CHANGED
|
@@ -10819,7 +10819,7 @@ msgid "OBJECT ARRAY"
|
|
|
10819
10819
|
msgstr "オブジェクトアレイ"
|
|
10820
10820
|
|
|
10821
10821
|
msgid "OFFICIAL`Package maintained by Software AG.`"
|
|
10822
|
-
msgstr "
|
|
10822
|
+
msgstr ""
|
|
10823
10823
|
|
|
10824
10824
|
msgid "OFF`status of an option, e.g. realtime`"
|
|
10825
10825
|
msgstr "オフ"
|
package/locales/ko.po
CHANGED
|
@@ -10834,7 +10834,7 @@ msgid "OBJECT ARRAY"
|
|
|
10834
10834
|
msgstr "개체 배열"
|
|
10835
10835
|
|
|
10836
10836
|
msgid "OFFICIAL`Package maintained by Software AG.`"
|
|
10837
|
-
msgstr "
|
|
10837
|
+
msgstr "공식"
|
|
10838
10838
|
|
|
10839
10839
|
msgid "OFF`status of an option, e.g. realtime`"
|
|
10840
10840
|
msgstr "끄기"
|
package/locales/pl.po
CHANGED
|
@@ -10899,7 +10899,7 @@ msgid "OBJECT ARRAY"
|
|
|
10899
10899
|
msgstr "TABLICA OBIEKTÓW"
|
|
10900
10900
|
|
|
10901
10901
|
msgid "OFFICIAL`Package maintained by Software AG.`"
|
|
10902
|
-
msgstr "
|
|
10902
|
+
msgstr "OFICJALNE"
|
|
10903
10903
|
|
|
10904
10904
|
msgid "OFF`status of an option, e.g. realtime`"
|
|
10905
10905
|
msgstr "WYŁĄCZONE"
|
package/locales/zh_CN.po
CHANGED
|
@@ -10835,7 +10835,7 @@ msgid "OBJECT ARRAY"
|
|
|
10835
10835
|
msgstr "对象数组"
|
|
10836
10836
|
|
|
10837
10837
|
msgid "OFFICIAL`Package maintained by Software AG.`"
|
|
10838
|
-
msgstr "
|
|
10838
|
+
msgstr "官方"
|
|
10839
10839
|
|
|
10840
10840
|
msgid "OFF`status of an option, e.g. realtime`"
|
|
10841
10841
|
msgstr "关"
|
package/locales/zh_TW.po
CHANGED
|
@@ -10835,7 +10835,7 @@ msgid "OBJECT ARRAY"
|
|
|
10835
10835
|
msgstr "对象数组"
|
|
10836
10836
|
|
|
10837
10837
|
msgid "OFFICIAL`Package maintained by Software AG.`"
|
|
10838
|
-
msgstr "
|
|
10838
|
+
msgstr "官方"
|
|
10839
10839
|
|
|
10840
10840
|
msgid "OFF`status of an option, e.g. realtime`"
|
|
10841
10841
|
msgstr "关"
|
|
@@ -2,10 +2,10 @@ import { Location } from '@angular/common';
|
|
|
2
2
|
import { InjectionToken } from '@angular/core';
|
|
3
3
|
import { Subject } from 'rxjs';
|
|
4
4
|
import { IdReference, IManagedObject, InventoryService, IOperation, IOperationBulk, IResult, OperationBulkService, OperationService } from '@c8y/client';
|
|
5
|
+
import { GenericHookOptions, GenericHookType, Pagination } from '@c8y/ngx-components';
|
|
6
|
+
import { BulkOperationType } from './bulk-operation.model';
|
|
5
7
|
import { OperationDetails } from './operation-details.model';
|
|
6
8
|
import { OperationType } from './operation-type.model';
|
|
7
|
-
import { BulkOperationType } from './bulk-operation.model';
|
|
8
|
-
import { GenericHookType, GenericHookOptions } from '@c8y/ngx-components';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare const baseUrl = "devicecontrol/bulk/creation/";
|
|
11
11
|
/**
|
|
@@ -55,7 +55,9 @@ export declare class BulkOperationsService {
|
|
|
55
55
|
setFirmwareId(id: IdReference): void;
|
|
56
56
|
createGroup(deviceQueryDataString: string): Promise<IResult<IManagedObject>>;
|
|
57
57
|
scheduleBulkOperation(deviceQueryString: string, details: OperationDetails): Promise<void>;
|
|
58
|
-
getSingleOperationsByStatus(status: any, bulkOperationId: any): Promise<import("@c8y/client").IResultList<IOperation>>;
|
|
58
|
+
getSingleOperationsByStatus(status: any, bulkOperationId: any, pagination?: Pagination): Promise<import("@c8y/client").IResultList<IOperation>>;
|
|
59
|
+
getSingleOperationsCountByStatus(status: any, bulkOperationId: any): Promise<number>;
|
|
60
|
+
getSingleOperationsTotal(bulkOperationId: any): Promise<number>;
|
|
59
61
|
updateSingleOperation(partialUpdateObject: Partial<IOperation>): Promise<IResult<IOperation>>;
|
|
60
62
|
retrieveBulkOperationType(operation: IOperation): BulkOperationType;
|
|
61
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkOperationsService, [null, null, null, null, { optional: true; }]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-operations.service.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operations-service/bulk-operations.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAsB,cAAc,EAAY,MAAM,eAAe,CAAC;AAE7E,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAE/B,OAAO,EACL,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,OAAO,EACP,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"bulk-operations.service.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operations-service/bulk-operations.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAsB,cAAc,EAAY,MAAM,eAAe,CAAC;AAE7E,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAE/B,OAAO,EACL,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,OAAO,EACP,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAe,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;AAEvD,eAAO,MAAM,OAAO,iCAAiC,CAAC;AAEtD;;GAEG;AACH,eAAO,MAAM,mBAAmB,iDAE/B,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,eAAe,CAAC,aAAa,CAAC,EACpC,OAAO,CAAC,EAAE,OAAO,CAAC,kBAAkB,CAAC,4HAGtC;AAED,qBACa,qBAAqB;IAO9B,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,QAAQ;IATlB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAM;IACnC,UAAU,EAAE,OAAO,CAAC,WAAW,CAAC,CAA8B;IAE9D,OAAO,CAAC,SAAS,CAAkB;gBAGzB,oBAAoB,EAAE,oBAAoB,EAC1C,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,QAAQ,EAAE,QAAQ,EAEe,SAAS,EAAE,KAAK,CAAC,aAAa,GAAG,aAAa,EAAE,CAAC;IAY5F,iBAAiB,CAAC,YAAY,KAAK;IAWnC,oBAAoB,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM;IAIrD,mBAAmB,CAAC,aAAa,EAAE,OAAO,CAAC,cAAc,CAAC;IAI1D,mBAAmB,CAAC,eAAe,KAAA;IAInC,mBAAmB,CAAC,aAAa,EAAE,OAAO,CAAC,cAAc,CAAC;IAI1D,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IAItD,6BAA6B;IAI7B,YAAY,CAAC,IAAI,EAAE,aAAa,EAAE;IAIlC,YAAY,IAAI,aAAa,EAAE;IAI/B,aAAa,CAAC,EAAE,EAAE,WAAW;IAI7B,WAAW,CAAC,qBAAqB,EAAE,MAAM;IAWnC,qBAAqB,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,gBAAgB;IAchF,2BAA2B,CAAC,MAAM,KAAA,EAAE,eAAe,KAAA,EAAE,UAAU,CAAC,EAAE,UAAU;IAYtE,gCAAgC,CAAC,MAAM,KAAA,EAAE,eAAe,KAAA,GAAG,OAAO,CAAC,MAAM,CAAC;IAW1E,wBAAwB,CAAC,eAAe,KAAA,GAAG,OAAO,CAAC,MAAM,CAAC;IAUhE,qBAAqB,CAAC,mBAAmB,EAAE,OAAO,CAAC,UAAU,CAAC;IAI9D,yBAAyB,CAAC,SAAS,EAAE,UAAU,GAAG,iBAAiB;yCArIxD,qBAAqB;6CAArB,qBAAqB;CAiJjC"}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./single-
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "@c8y/ngx-components/operations/status-filter";
|
|
2
|
+
import * as i1 from "./single-operation-item.component";
|
|
3
|
+
import * as i2 from "@c8y/ngx-components";
|
|
4
|
+
import * as i3 from "ngx-bootstrap/popover";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
import * as i5 from "ngx-bootstrap/tooltip";
|
|
7
|
+
import * as i6 from "./single-operations-list.component";
|
|
9
8
|
/**
|
|
10
9
|
* This module allows for displaying the list of single operations in a bulk operations details.
|
|
10
|
+
*
|
|
11
|
+
* @deprecated This module is deprecated and will be removed in a future version. I
|
|
12
|
+
* nstead, use the `SingleOperationsListComponent` as a standalone component directly.
|
|
11
13
|
*/
|
|
12
14
|
export declare class BulkSingleOperationsListModule {
|
|
13
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkSingleOperationsListModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkSingleOperationsListModule, [typeof i1.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulkSingleOperationsListModule, [typeof i1.SingleOperationItemComponent], [typeof i2.CoreModule, typeof i3.PopoverModule, typeof i4.RouterModule, typeof i5.TooltipModule, typeof i6.SingleOperationsListComponent], [typeof i6.SingleOperationsListComponent, typeof i1.SingleOperationItemComponent]>;
|
|
15
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<BulkSingleOperationsListModule>;
|
|
16
18
|
}
|
|
17
19
|
//# sourceMappingURL=bulk-single-operations-list.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bulk-single-operations-list.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-single-operations-list/bulk-single-operations-list.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bulk-single-operations-list.module.d.ts","sourceRoot":"","sources":["../../../operations/bulk-single-operations-list/bulk-single-operations-list.module.ts"],"names":[],"mappings":";;;;;;;AAQA;;;;;GAKG;AACH,qBAKa,8BAA8B;yCAA9B,8BAA8B;0CAA9B,8BAA8B;0CAA9B,8BAA8B;CAAG"}
|
|
@@ -3,6 +3,9 @@ import { InventoryService, IOperation, OperationService } from '@c8y/client';
|
|
|
3
3
|
import { AlertService } from '@c8y/ngx-components';
|
|
4
4
|
import { OperationStatusOptionsMapShared } from '@c8y/ngx-components/operations/shared';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated Single operations list in bulk operations details has been replaced by data grid. This component will be removed in the future.
|
|
8
|
+
*/
|
|
6
9
|
export declare class SingleOperationItemComponent {
|
|
7
10
|
private alertService;
|
|
8
11
|
private inventoryService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"single-operation-item.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-single-operations-list/single-operation-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAW,MAAM,qBAAqB,CAAC;AAM5D,OAAO,
|
|
1
|
+
{"version":3,"file":"single-operation-item.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-single-operations-list/single-operation-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAoB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAW,MAAM,qBAAqB,CAAC;AAM5D,OAAO,EAGL,+BAA+B,EAChC,MAAM,uCAAuC,CAAC;;AAG/C;;GAEG;AACH,qBAIa,4BAA4B;IAcrC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,gBAAgB;IAf1B,oBAAoB,SAAwB;IAC5C,OAAO;;;;MAAsB;IAC7B,UAAU;;;MAAc;IACxB,MAAM,KAAM;IACZ,uBAAuB;;;;;MAA2B;IAClD,4BAA4B,EAAE,+BAA+B,CAAgC;IAE7F,SAAS,EAAE,UAAU,CAAC;IAEtB,QAAQ,UAAS;IAC6B,gBAAgB,EAAE,UAAU,CAAC;gBAGjE,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB;IAGtC,QAAQ;IAIR,oBAAoB,CAAC,eAAe,KAAA;yCAvB/B,4BAA4B;2CAA5B,4BAA4B;CAwCxC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { AfterViewInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { IOperation, IOperationBulk, IResultList, OperationStatus } from '@c8y/client';
|
|
3
|
-
import {
|
|
3
|
+
import { ActionControl, Column, DataGridComponent, DataSourceModifier, DisplayOptions, Pagination, ServerSideDataCallback, ServerSideDataResult } from '@c8y/ngx-components';
|
|
4
4
|
import { BulkOperationsService } from '@c8y/ngx-components/operations/bulk-operations-service';
|
|
5
5
|
import { OperationStatusOption, OperationStatusOptionsMapShared } from '@c8y/ngx-components/operations/shared';
|
|
6
|
+
import { StatusFilterComponent } from '@c8y/ngx-components/operations/status-filter';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class SingleOperationsListComponent implements AfterViewInit, OnChanges {
|
|
8
9
|
private bulkOperationsService;
|
|
@@ -10,6 +11,7 @@ export declare class SingleOperationsListComponent implements AfterViewInit, OnC
|
|
|
10
11
|
readOnly: boolean;
|
|
11
12
|
onRetryFailedOperations: EventEmitter<Partial<IOperationBulk>>;
|
|
12
13
|
statusFilter: StatusFilterComponent;
|
|
14
|
+
dataGrid: DataGridComponent;
|
|
13
15
|
OPERATION_STATUS: {
|
|
14
16
|
ALL: "ALL";
|
|
15
17
|
PENDING: OperationStatus.PENDING;
|
|
@@ -25,14 +27,26 @@ export declare class SingleOperationsListComponent implements AfterViewInit, OnC
|
|
|
25
27
|
};
|
|
26
28
|
OPERATION_STATUS_OPTIONS_MAP: OperationStatusOptionsMapShared;
|
|
27
29
|
singleOperations: IResultList<IOperation>;
|
|
30
|
+
displayOptions: Partial<DisplayOptions>;
|
|
31
|
+
pagination: Pagination;
|
|
32
|
+
columns: Column[];
|
|
33
|
+
actions: ActionControl[];
|
|
34
|
+
serverSideDataCallback: ServerSideDataCallback;
|
|
35
|
+
private operationService;
|
|
36
|
+
private alertService;
|
|
37
|
+
private filterStatus;
|
|
38
|
+
private reload$;
|
|
39
|
+
private reloadThrottled$;
|
|
28
40
|
constructor(bulkOperationsService: BulkOperationsService);
|
|
29
41
|
ngAfterViewInit(): Promise<void>;
|
|
30
42
|
ngOnChanges(changes: SimpleChanges): void;
|
|
31
|
-
|
|
43
|
+
reload(option?: OperationStatusOption[]): void;
|
|
44
|
+
onDataSourceModifier(dataSourceModifier: DataSourceModifier): Promise<ServerSideDataResult>;
|
|
45
|
+
setStatusFilter(emit?: boolean): void;
|
|
32
46
|
getFilterTypeOfSingleOperations(): OperationStatus | "ALL";
|
|
33
|
-
getOperationsByStatus(filter: OperationStatusOption[]): Promise<void>;
|
|
34
47
|
retryBulkOperation(): void;
|
|
48
|
+
retrySingleOperation(singleOperation: any): Promise<void>;
|
|
35
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<SingleOperationsListComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SingleOperationsListComponent, "c8y-single-operations-list", never, { "bulkOperation": { "alias": "bulkOperation"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "onRetryFailedOperations": "onRetryFailedOperations"; }, never, never,
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SingleOperationsListComponent, "c8y-single-operations-list", never, { "bulkOperation": { "alias": "bulkOperation"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "onRetryFailedOperations": "onRetryFailedOperations"; }, never, never, true, never>;
|
|
37
51
|
}
|
|
38
52
|
//# sourceMappingURL=single-operations-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"single-operations-list.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-single-operations-list/single-operations-list.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"single-operations-list.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-single-operations-list/single-operations-list.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EAEb,YAAY,EAGZ,SAAS,EAET,aAAa,EAEd,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,UAAU,EACV,cAAc,EACd,WAAW,EAEX,eAAe,EAChB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,aAAa,EAGb,MAAM,EACN,iBAAiB,EAEjB,kBAAkB,EAClB,cAAc,EAId,UAAU,EACV,sBAAsB,EACtB,oBAAoB,EACrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAO/F,OAAO,EAGL,qBAAqB,EACrB,+BAA+B,EAChC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,qBAAqB,EAEtB,MAAM,8CAA8C,CAAC;;AAItD,qBAaa,6BAA8B,YAAW,aAAa,EAAE,SAAS;IAuDhE,OAAO,CAAC,qBAAqB;IArDzC,aAAa,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;IAEvC,QAAQ,UAAS;IACP,uBAAuB,EAAE,YAAY,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAsB;IAG9F,YAAY,EAAE,qBAAqB,CAAC;IAEpC,QAAQ,EAAE,iBAAiB,CAAC;IAE5B,gBAAgB;;;;;;MAA+C;IAC/D,uBAAuB;;;;;MAA2B;IAClD,4BAA4B,EAAE,+BAA+B,CAAgC;IAC7F,gBAAgB,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;IAE1C,cAAc,EAAE,OAAO,CAAC,cAAc,CAAC,CAErC;IACF,UAAU,EAAE,UAAU,CAGpB;IAEF,OAAO,EAAE,MAAM,EAAE,CAKf;IAEF,OAAO,EAAE,aAAa,EAAE,CAatB;IAEF,sBAAsB,EAAE,sBAAsB,CAAC;IAE/C,OAAO,CAAC,gBAAgB,CAA4B;IACpD,OAAO,CAAC,YAAY,CAAwB;IAC5C,OAAO,CAAC,YAAY,CAAkB;IACtC,OAAO,CAAC,OAAO,CAAuB;IACtC,OAAO,CAAC,gBAAgB,CAAuB;gBAE3B,qBAAqB,EAAE,qBAAqB;IAO1D,eAAe;IAMrB,WAAW,CAAC,OAAO,EAAE,aAAa;IAMlC,MAAM,CAAC,MAAM,CAAC,EAAE,qBAAqB,EAAE;IAMjC,oBAAoB,CACxB,kBAAkB,EAAE,kBAAkB,GACrC,OAAO,CAAC,oBAAoB,CAAC;IAoBhC,eAAe,CAAC,IAAI,UAAO;IAc3B,+BAA+B;IAgB/B,kBAAkB;IAIZ,oBAAoB,CAAC,eAAe,KAAA;yCAxI/B,6BAA6B;2CAA7B,6BAA6B;CAyJzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"c8y-ngx-components-operations-grid-columns.d.ts","sourceRoot":"","sources":["../../../operations/grid-columns/c8y-ngx-components-operations-grid-columns.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CellRendererContext } from '@c8y/ngx-components';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CreationTimeCellRendererComponent {
|
|
4
|
+
context: CellRendererContext;
|
|
5
|
+
constructor(context: CellRendererContext);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreationTimeCellRendererComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreationTimeCellRendererComponent, "c8y-creation-time-cell-renderer", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=creation-time.cell-renderer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"creation-time.cell-renderer.component.d.ts","sourceRoot":"","sources":["../../../operations/grid-columns/creation-time.cell-renderer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAgB,MAAM,qBAAqB,CAAC;;AAGxE,qBASa,iCAAiC;IACzB,OAAO,EAAE,mBAAmB;gBAA5B,OAAO,EAAE,mBAAmB;yCADpC,iCAAiC;2CAAjC,iCAAiC;CAE7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"creation-time.grid-column.d.ts","sourceRoot":"","sources":["../../../operations/grid-columns/creation-time.grid-column.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAW,MAAM,qBAAqB,CAAC;AAGxE,qBAAa,sBAAuB,SAAQ,UAAU;gBACxC,mBAAmB,CAAC,EAAE,YAAY;CAU/C"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { CellRendererContext } from '@c8y/ngx-components';
|
|
3
|
+
import { IManagedObject } from 'packages/client/lib';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DeviceCellRendererComponent implements OnInit {
|
|
6
|
+
context: CellRendererContext;
|
|
7
|
+
device: IManagedObject;
|
|
8
|
+
private inventoryService;
|
|
9
|
+
constructor(context: CellRendererContext);
|
|
10
|
+
ngOnInit(): Promise<void>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DeviceCellRendererComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeviceCellRendererComponent, "c8y-operation-device-cell-renderer", never, {}, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=device.cell-renderer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"device.cell-renderer.component.d.ts","sourceRoot":"","sources":["../../../operations/grid-columns/device.cell-renderer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAC;AAG1D,OAAO,EAAE,mBAAmB,EAAoC,MAAM,qBAAqB,CAAC;AAC5F,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAErD,qBAiBa,2BAA4B,YAAW,MAAM;IAKrC,OAAO,EAAE,mBAAmB;IAJ/C,MAAM,EAAE,cAAc,CAAC;IAEvB,OAAO,CAAC,gBAAgB,CAA4B;gBAEjC,OAAO,EAAE,mBAAmB;IAEzC,QAAQ;yCAPH,2BAA2B;2CAA3B,2BAA2B;CAUvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"device.grid-column.d.ts","sourceRoot":"","sources":["../../../operations/grid-columns/device.grid-column.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAW,MAAM,qBAAqB,CAAC;AAGxE,qBAAa,gBAAiB,SAAQ,UAAU;gBAClC,mBAAmB,CAAC,EAAE,YAAY;CAU/C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CellRendererContext } from '@c8y/ngx-components';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FailureReasonCellRendererComponent {
|
|
4
|
+
context: CellRendererContext;
|
|
5
|
+
constructor(context: CellRendererContext);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FailureReasonCellRendererComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FailureReasonCellRendererComponent, "c8y-failure-reason-cell-renderer", never, {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=failure-reason.cell-renderer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"failure-reason.cell-renderer.component.d.ts","sourceRoot":"","sources":["../../../operations/grid-columns/failure-reason.cell-renderer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAgB,MAAM,qBAAqB,CAAC;;AAGxE,qBAqBa,kCAAkC;IAC1B,OAAO,EAAE,mBAAmB;gBAA5B,OAAO,EAAE,mBAAmB;yCADpC,kCAAkC;2CAAlC,kCAAkC;CAE9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"failure-reason.grid-column.d.ts","sourceRoot":"","sources":["../../../operations/grid-columns/failure-reason.grid-column.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAW,MAAM,qBAAqB,CAAC;AAGxE,qBAAa,uBAAwB,SAAQ,UAAU;gBACzC,mBAAmB,CAAC,EAAE,YAAY;CAU/C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './creation-time.cell-renderer.component';
|
|
2
|
+
export * from './creation-time.grid-column';
|
|
3
|
+
export * from './device.cell-renderer.component';
|
|
4
|
+
export * from './device.grid-column';
|
|
5
|
+
export * from './failure-reason.cell-renderer.component';
|
|
6
|
+
export * from './failure-reason.grid-column';
|
|
7
|
+
export * from './status.cell-renderer.component';
|
|
8
|
+
export * from './status.grid-column';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../operations/grid-columns/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC;AACxD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,0CAA0C,CAAC;AACzD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CellRendererContext } from '@c8y/ngx-components';
|
|
2
|
+
import { OperationStatusOptionsMapShared } from '@c8y/ngx-components/operations/shared';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class StatusCellRendererComponent {
|
|
5
|
+
context: CellRendererContext;
|
|
6
|
+
OPERATION_STATUS_OPTIONS_MAP: OperationStatusOptionsMapShared;
|
|
7
|
+
constructor(context: CellRendererContext);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StatusCellRendererComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StatusCellRendererComponent, "c8y-operation-status-cell-renderer", never, {}, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=status.cell-renderer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status.cell-renderer.component.d.ts","sourceRoot":"","sources":["../../../operations/grid-columns/status.cell-renderer.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAoB,mBAAmB,EAAgB,MAAM,qBAAqB,CAAC;AAC1F,OAAO,EAEL,+BAA+B,EAChC,MAAM,uCAAuC,CAAC;;AAG/C,qBAca,2BAA2B;IAEnB,OAAO,EAAE,mBAAmB;IAD/C,4BAA4B,EAAE,+BAA+B,CAAgC;gBAC1E,OAAO,EAAE,mBAAmB;yCAFpC,2BAA2B;2CAA3B,2BAA2B;CAGvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status.grid-column.d.ts","sourceRoot":"","sources":["../../../operations/grid-columns/status.grid-column.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAW,MAAM,qBAAqB,CAAC;AAGxE,qBAAa,yBAA0B,SAAQ,UAAU;gBAC3C,mBAAmB,CAAC,EAAE,YAAY;CAY/C"}
|