@memberjunction/ng-explorer-core 0.9.79 → 0.9.116
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/dist/lib/ask-skip/ask-skip.component.d.ts +87 -86
- package/dist/lib/ask-skip/ask-skip.component.js +615 -580
- package/dist/lib/ask-skip/skip-dynamic-report-wrapper.d.ts +12 -12
- package/dist/lib/ask-skip/skip-dynamic-report-wrapper.js +40 -39
- package/dist/lib/auth-button/auth-button.component.d.ts +12 -12
- package/dist/lib/auth-button/auth-button.component.js +44 -43
- package/dist/lib/dashboard-browser-component/dashboard-browser.component.d.ts +18 -18
- package/dist/lib/dashboard-browser-component/dashboard-browser.component.js +118 -117
- package/dist/lib/data-browser-component/data-browser.component.d.ts +16 -14
- package/dist/lib/data-browser-component/data-browser.component.js +96 -91
- package/dist/lib/favorites/favorites.component.d.ts +14 -14
- package/dist/lib/favorites/favorites.component.js +114 -114
- package/dist/lib/generic/base-form-component.d.ts +76 -76
- package/dist/lib/generic/base-form-component.js +436 -436
- package/dist/lib/generic/base-form-section-component.d.ts +6 -6
- package/dist/lib/generic/base-form-section-component.js +9 -9
- package/dist/lib/generic/base-record-component.d.ts +6 -6
- package/dist/lib/generic/base-record-component.js +15 -15
- package/dist/lib/generic/base-resource-component.d.ts +34 -34
- package/dist/lib/generic/base-resource-component.js +75 -75
- package/dist/lib/generic/dynamic-chart.d.ts +33 -33
- package/dist/lib/generic/dynamic-chart.js +236 -235
- package/dist/lib/generic/dynamic-grid.d.ts +25 -25
- package/dist/lib/generic/dynamic-grid.js +120 -119
- package/dist/lib/generic/dynamic-report.d.ts +38 -38
- package/dist/lib/generic/dynamic-report.js +353 -347
- package/dist/lib/generic/form-toolbar.d.ts +7 -7
- package/dist/lib/generic/form-toolbar.js +85 -89
- package/dist/lib/generic/resource-container-component.d.ts +25 -25
- package/dist/lib/generic/resource-container-component.js +104 -103
- package/dist/lib/generic/section-loader-component.d.ts +17 -17
- package/dist/lib/generic/section-loader-component.js +66 -65
- package/dist/lib/generic-browse-list/generic-browse-list.component.d.ts +26 -24
- package/dist/lib/generic-browse-list/generic-browse-list.component.js +145 -143
- package/dist/lib/guards/auth-guard.service.d.ts +11 -11
- package/dist/lib/guards/auth-guard.service.js +24 -24
- package/dist/lib/guards/entities.guard.d.ts +3 -3
- package/dist/lib/guards/entities.guard.js +38 -38
- package/dist/lib/header/MSFT_UserImageService.d.ts +11 -11
- package/dist/lib/header/MSFT_UserImageService.js +23 -23
- package/dist/lib/header/header.component.d.ts +51 -51
- package/dist/lib/header/header.component.js +220 -208
- package/dist/lib/home-component/home.component.d.ts +11 -9
- package/dist/lib/home-component/home.component.js +77 -54
- package/dist/lib/join-grid/join-grid.component.d.ts +30 -30
- package/dist/lib/join-grid/join-grid.component.js +222 -225
- package/dist/lib/navigation/navigation.component.d.ts +104 -103
- package/dist/lib/navigation/navigation.component.js +1026 -1004
- package/dist/lib/query-browser-component/query-browser.component.d.ts +14 -0
- package/dist/lib/query-browser-component/query-browser.component.js +56 -0
- package/dist/lib/report-browser-component/report-browser.component.d.ts +14 -14
- package/dist/lib/report-browser-component/report-browser.component.js +56 -55
- package/dist/lib/resource-wrappers/dashboard-resource.component.d.ts +8 -8
- package/dist/lib/resource-wrappers/dashboard-resource.component.js +51 -50
- package/dist/lib/resource-wrappers/query-resource.component.d.ts +10 -0
- package/dist/lib/resource-wrappers/query-resource.component.js +55 -0
- package/dist/lib/resource-wrappers/record-resource.component.d.ts +10 -10
- package/dist/lib/resource-wrappers/record-resource.component.js +71 -70
- package/dist/lib/resource-wrappers/report-resource.component.d.ts +10 -10
- package/dist/lib/resource-wrappers/report-resource.component.js +55 -54
- package/dist/lib/resource-wrappers/resource-wrappers-loader.d.ts +1 -1
- package/dist/lib/resource-wrappers/resource-wrappers-loader.js +14 -12
- package/dist/lib/resource-wrappers/search-results-resource.component.d.ts +10 -10
- package/dist/lib/resource-wrappers/search-results-resource.component.js +52 -51
- package/dist/lib/resource-wrappers/view-resource.component.d.ts +8 -8
- package/dist/lib/resource-wrappers/view-resource.component.js +61 -60
- package/dist/lib/settings/settings.component.d.ts +5 -5
- package/dist/lib/settings/settings.component.js +15 -14
- package/dist/lib/single-application/single-application.component.d.ts +20 -20
- package/dist/lib/single-application/single-application.component.js +113 -113
- package/dist/lib/single-dashboard/Components/add-item/add-item.component.d.ts +28 -28
- package/dist/lib/single-dashboard/Components/add-item/add-item.component.js +210 -212
- package/dist/lib/single-dashboard/Components/delete-item/delete-item.component.d.ts +13 -13
- package/dist/lib/single-dashboard/Components/delete-item/delete-item.component.js +60 -59
- package/dist/lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component.d.ts +26 -26
- package/dist/lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component.js +170 -169
- package/dist/lib/single-dashboard/single-dashboard.component.d.ts +75 -75
- package/dist/lib/single-dashboard/single-dashboard.component.js +464 -456
- package/dist/lib/single-entity/single-entity.component.d.ts +33 -33
- package/dist/lib/single-entity/single-entity.component.js +258 -252
- package/dist/lib/single-query/single-query.component.d.ts +16 -0
- package/dist/lib/single-query/single-query.component.js +70 -0
- package/dist/lib/single-record/single-record.component.d.ts +21 -21
- package/dist/lib/single-record/single-record.component.js +95 -95
- package/dist/lib/single-report/single-report.component.d.ts +21 -22
- package/dist/lib/single-report/single-report.component.js +89 -87
- package/dist/lib/single-search-result/single-search-result.component.d.ts +15 -15
- package/dist/lib/single-search-result/single-search-result.component.js +61 -60
- package/dist/lib/single-view/single-view.component.d.ts +38 -38
- package/dist/lib/single-view/single-view.component.js +201 -201
- package/dist/lib/user-notifications/user-notifications.component.d.ts +32 -32
- package/dist/lib/user-notifications/user-notifications.component.js +282 -282
- package/dist/lib/user-profile/user-profile.component.d.ts +10 -10
- package/dist/lib/user-profile/user-profile.component.js +42 -41
- package/dist/lib/user-view-properties/view-properties-dialog.component.d.ts +71 -71
- package/dist/lib/user-view-properties/view-properties-dialog.component.js +594 -581
- package/dist/module.d.ts +65 -65
- package/dist/module.js +328 -338
- package/dist/public-api.d.ts +42 -47
- package/dist/public-api.js +45 -50
- package/dist/shared/shared.service.d.ts +94 -92
- package/dist/shared/shared.service.js +324 -318
- package/dist/shared/urlPipe.d.ts +7 -7
- package/dist/shared/urlPipe.js +16 -16
- package/package.json +24 -15
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BaseEntity } from "@memberjunction/core";
|
|
2
|
-
import { BaseRecordComponent } from "./base-record-component";
|
|
3
|
-
export declare class BaseFormSectionComponent extends BaseRecordComponent {
|
|
4
|
-
record: BaseEntity;
|
|
5
|
-
EditMode: boolean;
|
|
6
|
-
}
|
|
1
|
+
import { BaseEntity } from "@memberjunction/core";
|
|
2
|
+
import { BaseRecordComponent } from "./base-record-component";
|
|
3
|
+
export declare class BaseFormSectionComponent extends BaseRecordComponent {
|
|
4
|
+
record: BaseEntity;
|
|
5
|
+
EditMode: boolean;
|
|
6
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BaseRecordComponent } from "./base-record-component";
|
|
2
|
-
// This is a base class for form sections, it is used to have a clear hiearchy for all sections to subclass
|
|
3
|
-
// which is primarily needed for the Class Factory and registration process to differentiate between sections and other components
|
|
4
|
-
export class BaseFormSectionComponent extends BaseRecordComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
super(...arguments);
|
|
7
|
-
this.EditMode = false;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
1
|
+
import { BaseRecordComponent } from "./base-record-component";
|
|
2
|
+
// This is a base class for form sections, it is used to have a clear hiearchy for all sections to subclass
|
|
3
|
+
// which is primarily needed for the Class Factory and registration process to differentiate between sections and other components
|
|
4
|
+
export class BaseFormSectionComponent extends BaseRecordComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
super(...arguments);
|
|
7
|
+
this.EditMode = false;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BaseEntity, EntityFieldInfo } from "@memberjunction/core";
|
|
2
|
-
export declare abstract class BaseRecordComponent {
|
|
3
|
-
abstract record: BaseEntity;
|
|
4
|
-
FormatField(entityFieldInfo: EntityFieldInfo, value: any, decimals?: number, currency?: string): string;
|
|
5
|
-
FormatValue(fieldName: string, decimals?: number, currency?: string): string;
|
|
6
|
-
}
|
|
1
|
+
import { BaseEntity, EntityFieldInfo } from "@memberjunction/core";
|
|
2
|
+
export declare abstract class BaseRecordComponent {
|
|
3
|
+
abstract record: BaseEntity;
|
|
4
|
+
FormatField(entityFieldInfo: EntityFieldInfo, value: any, decimals?: number, currency?: string): string;
|
|
5
|
+
FormatValue(fieldName: string, decimals?: number, currency?: string): string;
|
|
6
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export class BaseRecordComponent {
|
|
2
|
-
FormatField(entityFieldInfo, value, decimals = 2, currency = 'USD') {
|
|
3
|
-
return entityFieldInfo.FormatValue(value, decimals, currency);
|
|
4
|
-
}
|
|
5
|
-
FormatValue(fieldName, decimals = 2, currency = 'USD') {
|
|
6
|
-
if (!this.record)
|
|
7
|
-
throw new Error('this.record not set');
|
|
8
|
-
const r = this.record;
|
|
9
|
-
const f = r.Fields.find(f => f.Name.trim().toLowerCase() === fieldName.trim().toLowerCase() ||
|
|
10
|
-
f.CodeName.trim().toLowerCase() === fieldName.trim().toLowerCase());
|
|
11
|
-
if (!f)
|
|
12
|
-
throw new Error(`Field ${fieldName} not found in entity ${r.EntityInfo.Name}`);
|
|
13
|
-
return f.FormatValue(decimals, currency);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
1
|
+
export class BaseRecordComponent {
|
|
2
|
+
FormatField(entityFieldInfo, value, decimals = 2, currency = 'USD') {
|
|
3
|
+
return entityFieldInfo.FormatValue(value, decimals, currency);
|
|
4
|
+
}
|
|
5
|
+
FormatValue(fieldName, decimals = 2, currency = 'USD') {
|
|
6
|
+
if (!this.record)
|
|
7
|
+
throw new Error('this.record not set');
|
|
8
|
+
const r = this.record;
|
|
9
|
+
const f = r.Fields.find(f => f.Name.trim().toLowerCase() === fieldName.trim().toLowerCase() ||
|
|
10
|
+
f.CodeName.trim().toLowerCase() === fieldName.trim().toLowerCase());
|
|
11
|
+
if (!f)
|
|
12
|
+
throw new Error(`Field ${fieldName} not found in entity ${r.EntityInfo.Name}`);
|
|
13
|
+
return f.FormatValue(decimals, currency);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { BaseEntity } from "@memberjunction/core";
|
|
2
|
-
export declare abstract class BaseResourceComponent {
|
|
3
|
-
Data: ResourceData;
|
|
4
|
-
private _loadComplete;
|
|
5
|
-
get LoadComplete(): boolean;
|
|
6
|
-
private _loadStarted;
|
|
7
|
-
get LoadStarted(): boolean;
|
|
8
|
-
private _loadCompleteEvent;
|
|
9
|
-
get LoadCompleteEvent(): any;
|
|
10
|
-
set LoadCompleteEvent(value: any);
|
|
11
|
-
private _loadStartedEvent;
|
|
12
|
-
get LoadStartedEvent(): any;
|
|
13
|
-
set LoadStartedEvent(value: any);
|
|
14
|
-
private _resourceRecordSavedEvent;
|
|
15
|
-
get ResourceRecordSavedEvent(): any;
|
|
16
|
-
set ResourceRecordSavedEvent(value: any);
|
|
17
|
-
protected NotifyLoadComplete(): void;
|
|
18
|
-
protected NotifyLoadStarted(): void;
|
|
19
|
-
protected ResourceRecordSaved(resourceRecordEntity: BaseEntity): void;
|
|
20
|
-
abstract GetResourceDisplayName(data: ResourceData): Promise<string>;
|
|
21
|
-
}
|
|
22
|
-
export declare class ResourceData {
|
|
23
|
-
constructor(data?: any);
|
|
24
|
-
ID: number;
|
|
25
|
-
Name: string;
|
|
26
|
-
ResourceTypeID: number;
|
|
27
|
-
ResourceRecordID: any;
|
|
28
|
-
Configuration: any;
|
|
29
|
-
/**
|
|
30
|
-
* Returns the name of the resource type based on the ResourceTypeID
|
|
31
|
-
*/
|
|
32
|
-
get ResourceType(): string;
|
|
33
|
-
get ResourceIcon(): string;
|
|
34
|
-
}
|
|
1
|
+
import { BaseEntity } from "@memberjunction/core";
|
|
2
|
+
export declare abstract class BaseResourceComponent {
|
|
3
|
+
Data: ResourceData;
|
|
4
|
+
private _loadComplete;
|
|
5
|
+
get LoadComplete(): boolean;
|
|
6
|
+
private _loadStarted;
|
|
7
|
+
get LoadStarted(): boolean;
|
|
8
|
+
private _loadCompleteEvent;
|
|
9
|
+
get LoadCompleteEvent(): any;
|
|
10
|
+
set LoadCompleteEvent(value: any);
|
|
11
|
+
private _loadStartedEvent;
|
|
12
|
+
get LoadStartedEvent(): any;
|
|
13
|
+
set LoadStartedEvent(value: any);
|
|
14
|
+
private _resourceRecordSavedEvent;
|
|
15
|
+
get ResourceRecordSavedEvent(): any;
|
|
16
|
+
set ResourceRecordSavedEvent(value: any);
|
|
17
|
+
protected NotifyLoadComplete(): void;
|
|
18
|
+
protected NotifyLoadStarted(): void;
|
|
19
|
+
protected ResourceRecordSaved(resourceRecordEntity: BaseEntity): void;
|
|
20
|
+
abstract GetResourceDisplayName(data: ResourceData): Promise<string>;
|
|
21
|
+
}
|
|
22
|
+
export declare class ResourceData {
|
|
23
|
+
constructor(data?: any);
|
|
24
|
+
ID: number;
|
|
25
|
+
Name: string;
|
|
26
|
+
ResourceTypeID: number;
|
|
27
|
+
ResourceRecordID: any;
|
|
28
|
+
Configuration: any;
|
|
29
|
+
/**
|
|
30
|
+
* Returns the name of the resource type based on the ResourceTypeID
|
|
31
|
+
*/
|
|
32
|
+
get ResourceType(): string;
|
|
33
|
+
get ResourceIcon(): string;
|
|
34
|
+
}
|
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
import { SharedService } from "../../shared/shared.service";
|
|
2
|
-
export class BaseResourceComponent {
|
|
3
|
-
constructor() {
|
|
4
|
-
this.Data = new ResourceData();
|
|
5
|
-
this._loadComplete = false;
|
|
6
|
-
this._loadStarted = false;
|
|
7
|
-
this._loadCompleteEvent = null;
|
|
8
|
-
this._loadStartedEvent = null;
|
|
9
|
-
this._resourceRecordSavedEvent = null;
|
|
10
|
-
}
|
|
11
|
-
get LoadComplete() {
|
|
12
|
-
return this._loadComplete;
|
|
13
|
-
}
|
|
14
|
-
get LoadStarted() {
|
|
15
|
-
return this._loadStarted;
|
|
16
|
-
}
|
|
17
|
-
get LoadCompleteEvent() {
|
|
18
|
-
return this._loadCompleteEvent;
|
|
19
|
-
}
|
|
20
|
-
set LoadCompleteEvent(value) {
|
|
21
|
-
this._loadCompleteEvent = value;
|
|
22
|
-
}
|
|
23
|
-
get LoadStartedEvent() {
|
|
24
|
-
return this._loadStartedEvent;
|
|
25
|
-
}
|
|
26
|
-
set LoadStartedEvent(value) {
|
|
27
|
-
this._loadStartedEvent = value;
|
|
28
|
-
}
|
|
29
|
-
get ResourceRecordSavedEvent() {
|
|
30
|
-
return this._resourceRecordSavedEvent;
|
|
31
|
-
}
|
|
32
|
-
set ResourceRecordSavedEvent(value) {
|
|
33
|
-
this._resourceRecordSavedEvent = value;
|
|
34
|
-
}
|
|
35
|
-
NotifyLoadComplete() {
|
|
36
|
-
this._loadComplete = true;
|
|
37
|
-
if (this._loadCompleteEvent) {
|
|
38
|
-
this._loadCompleteEvent();
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
NotifyLoadStarted() {
|
|
42
|
-
this._loadStarted = true;
|
|
43
|
-
if (this._loadStartedEvent) {
|
|
44
|
-
this._loadStartedEvent();
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
ResourceRecordSaved(resourceRecordEntity) {
|
|
48
|
-
this.Data.ResourceRecordID = resourceRecordEntity.PrimaryKey.Value;
|
|
49
|
-
if (this._resourceRecordSavedEvent) {
|
|
50
|
-
this._resourceRecordSavedEvent(resourceRecordEntity);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
export class ResourceData {
|
|
55
|
-
constructor(data = null) {
|
|
56
|
-
if (data) {
|
|
57
|
-
this.ID = data.ID;
|
|
58
|
-
this.Name = data.Name;
|
|
59
|
-
this.ResourceTypeID = data.ResourceTypeID;
|
|
60
|
-
this.ResourceRecordID = data.ResourceRecordID;
|
|
61
|
-
this.Configuration = data.Configuration;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Returns the name of the resource type based on the ResourceTypeID
|
|
66
|
-
*/
|
|
67
|
-
get ResourceType() {
|
|
68
|
-
const rt = SharedService.Instance.ResourceTypes.find(rt => rt.ID === this.ResourceTypeID);
|
|
69
|
-
return rt ? rt.Name : '';
|
|
70
|
-
}
|
|
71
|
-
get ResourceIcon() {
|
|
72
|
-
const rt = SharedService.Instance.ResourceTypes.find(rt => rt.ID === this.ResourceTypeID);
|
|
73
|
-
return rt ? rt.Icon : '';
|
|
74
|
-
}
|
|
75
|
-
}
|
|
1
|
+
import { SharedService } from "../../shared/shared.service";
|
|
2
|
+
export class BaseResourceComponent {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.Data = new ResourceData();
|
|
5
|
+
this._loadComplete = false;
|
|
6
|
+
this._loadStarted = false;
|
|
7
|
+
this._loadCompleteEvent = null;
|
|
8
|
+
this._loadStartedEvent = null;
|
|
9
|
+
this._resourceRecordSavedEvent = null;
|
|
10
|
+
}
|
|
11
|
+
get LoadComplete() {
|
|
12
|
+
return this._loadComplete;
|
|
13
|
+
}
|
|
14
|
+
get LoadStarted() {
|
|
15
|
+
return this._loadStarted;
|
|
16
|
+
}
|
|
17
|
+
get LoadCompleteEvent() {
|
|
18
|
+
return this._loadCompleteEvent;
|
|
19
|
+
}
|
|
20
|
+
set LoadCompleteEvent(value) {
|
|
21
|
+
this._loadCompleteEvent = value;
|
|
22
|
+
}
|
|
23
|
+
get LoadStartedEvent() {
|
|
24
|
+
return this._loadStartedEvent;
|
|
25
|
+
}
|
|
26
|
+
set LoadStartedEvent(value) {
|
|
27
|
+
this._loadStartedEvent = value;
|
|
28
|
+
}
|
|
29
|
+
get ResourceRecordSavedEvent() {
|
|
30
|
+
return this._resourceRecordSavedEvent;
|
|
31
|
+
}
|
|
32
|
+
set ResourceRecordSavedEvent(value) {
|
|
33
|
+
this._resourceRecordSavedEvent = value;
|
|
34
|
+
}
|
|
35
|
+
NotifyLoadComplete() {
|
|
36
|
+
this._loadComplete = true;
|
|
37
|
+
if (this._loadCompleteEvent) {
|
|
38
|
+
this._loadCompleteEvent();
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
NotifyLoadStarted() {
|
|
42
|
+
this._loadStarted = true;
|
|
43
|
+
if (this._loadStartedEvent) {
|
|
44
|
+
this._loadStartedEvent();
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
ResourceRecordSaved(resourceRecordEntity) {
|
|
48
|
+
this.Data.ResourceRecordID = resourceRecordEntity.PrimaryKey.Value;
|
|
49
|
+
if (this._resourceRecordSavedEvent) {
|
|
50
|
+
this._resourceRecordSavedEvent(resourceRecordEntity);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
export class ResourceData {
|
|
55
|
+
constructor(data = null) {
|
|
56
|
+
if (data) {
|
|
57
|
+
this.ID = data.ID;
|
|
58
|
+
this.Name = data.Name;
|
|
59
|
+
this.ResourceTypeID = data.ResourceTypeID;
|
|
60
|
+
this.ResourceRecordID = data.ResourceRecordID;
|
|
61
|
+
this.Configuration = data.Configuration;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Returns the name of the resource type based on the ResourceTypeID
|
|
66
|
+
*/
|
|
67
|
+
get ResourceType() {
|
|
68
|
+
const rt = SharedService.Instance.ResourceTypes.find(rt => rt.ID === this.ResourceTypeID);
|
|
69
|
+
return rt ? rt.Name : '';
|
|
70
|
+
}
|
|
71
|
+
get ResourceIcon() {
|
|
72
|
+
const rt = SharedService.Instance.ResourceTypes.find(rt => rt.ID === this.ResourceTypeID);
|
|
73
|
+
return rt ? rt.Icon : '';
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { SeriesType, CategoryAxisTitle } from '@progress/kendo-angular-charts';
|
|
2
|
-
import { SkipColumnInfo, SkipData } from '../ask-skip/ask-skip.component';
|
|
3
|
-
import { SeriesClickEvent } from '@progress/kendo-angular-charts';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DynamicChartComponent {
|
|
6
|
-
private _data;
|
|
7
|
-
get data(): any[];
|
|
8
|
-
set data(value: any[]);
|
|
9
|
-
chartTitle: string;
|
|
10
|
-
chartType: string;
|
|
11
|
-
xAxis: string | string[] | null;
|
|
12
|
-
yAxis: string | string[] | null;
|
|
13
|
-
xLabel: string;
|
|
14
|
-
yLabel: string;
|
|
15
|
-
columns: SkipColumnInfo[];
|
|
16
|
-
private _skipData;
|
|
17
|
-
get SkipData(): SkipData | undefined;
|
|
18
|
-
set SkipData(d: SkipData | undefined);
|
|
19
|
-
get kendoSeriesType(): SeriesType;
|
|
20
|
-
private _axes;
|
|
21
|
-
get chartCategoryAxes(): {
|
|
22
|
-
categories: string[];
|
|
23
|
-
title: CategoryAxisTitle;
|
|
24
|
-
}[];
|
|
25
|
-
protected convertAxisToArray(axis: string | string[] | null): string[];
|
|
26
|
-
private _series;
|
|
27
|
-
get chartSeries(): any[];
|
|
28
|
-
private colors;
|
|
29
|
-
getSeriesColor(item: any): string;
|
|
30
|
-
onChartSeriesClick(e: SeriesClickEvent): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicChartComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicChartComponent, "app-dynamic-chart", never, { "data": "data"; "chartTitle": "chartTitle"; "chartType": "chartType"; "xAxis": "xAxis"; "yAxis": "yAxis"; "xLabel": "xLabel"; "yLabel": "yLabel"; "columns": "columns"; "SkipData": "SkipData"; }, {}, never, never, false, never>;
|
|
33
|
-
}
|
|
1
|
+
import { SeriesType, CategoryAxisTitle } from '@progress/kendo-angular-charts';
|
|
2
|
+
import { SkipColumnInfo, SkipData } from '../ask-skip/ask-skip.component';
|
|
3
|
+
import { SeriesClickEvent } from '@progress/kendo-angular-charts';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DynamicChartComponent {
|
|
6
|
+
private _data;
|
|
7
|
+
get data(): any[];
|
|
8
|
+
set data(value: any[]);
|
|
9
|
+
chartTitle: string;
|
|
10
|
+
chartType: string;
|
|
11
|
+
xAxis: string | string[] | null;
|
|
12
|
+
yAxis: string | string[] | null;
|
|
13
|
+
xLabel: string;
|
|
14
|
+
yLabel: string;
|
|
15
|
+
columns: SkipColumnInfo[];
|
|
16
|
+
private _skipData;
|
|
17
|
+
get SkipData(): SkipData | undefined;
|
|
18
|
+
set SkipData(d: SkipData | undefined);
|
|
19
|
+
get kendoSeriesType(): SeriesType;
|
|
20
|
+
private _axes;
|
|
21
|
+
get chartCategoryAxes(): {
|
|
22
|
+
categories: string[];
|
|
23
|
+
title: CategoryAxisTitle;
|
|
24
|
+
}[];
|
|
25
|
+
protected convertAxisToArray(axis: string | string[] | null): string[];
|
|
26
|
+
private _series;
|
|
27
|
+
get chartSeries(): any[];
|
|
28
|
+
private colors;
|
|
29
|
+
getSeriesColor(item: any): string;
|
|
30
|
+
onChartSeriesClick(e: SeriesClickEvent): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicChartComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicChartComponent, "app-dynamic-chart", never, { "data": { "alias": "data"; "required": false; }; "chartTitle": { "alias": "chartTitle"; "required": false; }; "chartType": { "alias": "chartType"; "required": false; }; "xAxis": { "alias": "xAxis"; "required": false; }; "yAxis": { "alias": "yAxis"; "required": false; }; "xLabel": { "alias": "xLabel"; "required": false; }; "yLabel": { "alias": "yLabel"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "SkipData": { "alias": "SkipData"; "required": false; }; }, {}, never, never, false, never>;
|
|
33
|
+
}
|