igniteui-webcomponents-dashboards 7.1.1-beta.2 → 7.1.1-beta.3
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/entry-points.json +28 -0
- package/esm2022/lib/DashboardTile.d.ts +1 -0
- package/esm2022/lib/DashboardTile.js +7 -0
- package/esm2022/lib/DashboardTileChangingContentEventArgs.d.ts +11 -0
- package/esm2022/lib/DashboardTileChangingContentEventArgs.js +24 -0
- package/esm2022/lib/DashboardTileCommonFeature.d.ts +9 -0
- package/esm2022/lib/DashboardTileCommonFeature.js +37 -0
- package/esm2022/lib/DashboardTileCustomization.d.ts +1 -0
- package/esm2022/lib/DashboardTileCustomization.js +7 -0
- package/esm2022/lib/DashboardTileCustomizationCollection.d.ts +1 -0
- package/esm2022/lib/DashboardTileCustomizationCollection.js +7 -0
- package/esm2022/lib/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/esm2022/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +31 -0
- package/esm2022/lib/DashboardTileGalleryIconInfo.d.ts +11 -0
- package/esm2022/lib/DashboardTileGalleryIconInfo.js +20 -0
- package/esm2022/lib/DashboardTileGroupDescription.d.ts +16 -0
- package/esm2022/lib/DashboardTileGroupDescription.js +50 -0
- package/esm2022/lib/DashboardTileGroupDescriptionCollection.d.ts +27 -0
- package/esm2022/lib/DashboardTileGroupDescriptionCollection.js +82 -0
- package/esm2022/lib/DashboardTilePrimitiveValueWrapper.d.ts +8 -0
- package/esm2022/lib/DashboardTilePrimitiveValueWrapper.js +18 -0
- package/esm2022/lib/DashboardTileSortDescription.d.ts +20 -0
- package/esm2022/lib/DashboardTileSortDescription.js +59 -0
- package/esm2022/lib/DashboardTileSortDescriptionCollection.d.ts +31 -0
- package/esm2022/lib/DashboardTileSortDescriptionCollection.js +94 -0
- package/esm2022/lib/DashboardTileSummaryDescription.d.ts +38 -0
- package/esm2022/lib/DashboardTileSummaryDescription.js +121 -0
- package/esm2022/lib/DashboardTileSummaryDescriptionCollection.d.ts +31 -0
- package/esm2022/lib/DashboardTileSummaryDescriptionCollection.js +100 -0
- package/esm2022/lib/DashboardTileToolbarProvider.d.ts +1 -0
- package/esm2022/lib/DashboardTileToolbarProvider.js +7 -0
- package/esm2022/lib/DashboardTileView.d.ts +1 -0
- package/esm2022/lib/DashboardTileView.js +7 -0
- package/esm2022/lib/DashboardTileView_combined.d.ts +575 -0
- package/esm2022/lib/DashboardTileView_combined.js +3405 -0
- package/esm2022/lib/DashboardTileVisualizationType.d.ts +43 -0
- package/esm2022/lib/DashboardTileVisualizationType.js +50 -0
- package/esm2022/lib/DataChartDashboardTileFeature.d.ts +10 -0
- package/esm2022/lib/DataChartDashboardTileFeature.js +74 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapter.d.ts +63 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapter.js +1569 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterControlType.d.ts +15 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterResult.js +144 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -0
- package/esm2022/lib/DataSeriesToDescriptionAdapterSettings.js +83 -0
- package/esm2022/lib/DataSeriesToDescriptionCustomizations.d.ts +23 -0
- package/esm2022/lib/DataSeriesToDescriptionCustomizations.js +183 -0
- package/esm2022/lib/DescriptionValueLookupHelper.d.ts +12 -0
- package/esm2022/lib/DescriptionValueLookupHelper.js +36 -0
- package/esm2022/lib/GeographicMapDashboardTileFeature.d.ts +10 -0
- package/esm2022/lib/GeographicMapDashboardTileFeature.js +24 -0
- package/esm2022/lib/IDashboardTileView.d.ts +20 -0
- package/esm2022/lib/IDashboardTileView.js +11 -0
- package/esm2022/lib/IExternalDashboardTile.d.ts +13 -0
- package/esm2022/lib/IExternalDashboardTile.js +11 -0
- package/esm2022/lib/LinearGaugeDashboardTileFeature.d.ts +10 -0
- package/esm2022/lib/LinearGaugeDashboardTileFeature.js +24 -0
- package/esm2022/lib/PieChartDashboardTileFeature.d.ts +10 -0
- package/esm2022/lib/PieChartDashboardTileFeature.js +26 -0
- package/esm2022/lib/RadialGaugeDashboardTileFeature.d.ts +10 -0
- package/esm2022/lib/RadialGaugeDashboardTileFeature.js +24 -0
- package/esm2022/lib/ValueGetterResult.d.ts +14 -0
- package/esm2022/lib/ValueGetterResult.js +33 -0
- package/esm2022/lib/dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/dashboard-tile-entrypoint.js +4 -0
- package/esm2022/lib/data-chart-dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/data-chart-dashboard-tile-entrypoint.js +4 -0
- package/esm2022/lib/geographic-map-dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/geographic-map-dashboard-tile-entrypoint.js +4 -0
- package/esm2022/lib/igc-dashboard-tile-changing-content-event-args.d.ts +14 -0
- package/esm2022/lib/igc-dashboard-tile-changing-content-event-args.js +36 -0
- package/esm2022/lib/igc-dashboard-tile-component.d.ts +405 -0
- package/esm2022/lib/igc-dashboard-tile-component.js +1314 -0
- package/esm2022/lib/igc-dashboard-tile-customization-collection.d.ts +8 -0
- package/esm2022/lib/igc-dashboard-tile-customization-collection.js +53 -0
- package/esm2022/lib/igc-dashboard-tile-customization-component.d.ts +59 -0
- package/esm2022/lib/igc-dashboard-tile-customization-component.js +263 -0
- package/esm2022/lib/igc-dashboard-tile-customization-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-customization-module.js +16 -0
- package/esm2022/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/esm2022/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2022/lib/igc-dashboard-tile-full-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-full-module.js +20 -0
- package/esm2022/lib/igc-dashboard-tile-group-description-collection.d.ts +23 -0
- package/esm2022/lib/igc-dashboard-tile-group-description-collection.js +76 -0
- package/esm2022/lib/igc-dashboard-tile-group-description-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-group-description-module.js +15 -0
- package/esm2022/lib/igc-dashboard-tile-group-description.d.ts +13 -0
- package/esm2022/lib/igc-dashboard-tile-group-description.js +19 -0
- package/esm2022/lib/igc-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-module.js +39 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description-collection.d.ts +28 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description-collection.js +86 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description-module.js +15 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description.d.ts +33 -0
- package/esm2022/lib/igc-dashboard-tile-sort-description.js +70 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description-collection.d.ts +25 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description-collection.js +83 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description-module.d.ts +3 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description-module.js +15 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description.d.ts +40 -0
- package/esm2022/lib/igc-dashboard-tile-summary-description.js +107 -0
- package/esm2022/lib/igc-data-chart-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-data-chart-dashboard-tile-module.js +38 -0
- package/esm2022/lib/igc-geographic-map-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-geographic-map-dashboard-tile-module.js +18 -0
- package/esm2022/lib/igc-linear-gauge-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-linear-gauge-dashboard-tile-module.js +18 -0
- package/esm2022/lib/igc-pie-chart-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-pie-chart-dashboard-tile-module.js +18 -0
- package/esm2022/lib/igc-radial-gauge-dashboard-tile-module.d.ts +3 -0
- package/esm2022/lib/igc-radial-gauge-dashboard-tile-module.js +18 -0
- package/esm2022/lib/linear-gauge-dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/linear-gauge-dashboard-tile-entrypoint.js +4 -0
- package/esm2022/lib/pie-chart-dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/pie-chart-dashboard-tile-entrypoint.js +4 -0
- package/esm2022/lib/radial-gauge-dashboard-tile-entrypoint.d.ts +1 -0
- package/esm2022/lib/radial-gauge-dashboard-tile-entrypoint.js +4 -0
- package/esm2022/public_api.d.ts +53 -0
- package/esm2022/public_api.js +53 -0
- package/package.json +45 -14
- package/fesm2022/igniteui-webcomponents-dashboards.mjs +0 -8388
- package/igniteui-webcomponents-dashboards.d.ts +0 -1713
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
3
|
+
import { DashboardTileCustomization as DashboardTileCustomization_internal } from './DashboardTileCustomization';
|
|
4
|
+
import { IgcDashboardTileCustomizationComponent as IgcDashboardTileCustomizationComponent } from './igc-dashboard-tile-customization-component';
|
|
5
|
+
export declare class IgcDashboardTileCustomizationCollection extends IgCollection<IgcDashboardTileCustomizationComponent, DashboardTileCustomization_internal> {
|
|
6
|
+
constructor(list?: IgcDashboardTileCustomizationComponent[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgcDashboardTileCustomizationComponent, DashboardTileCustomization_internal>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
3
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
4
|
+
import { DashboardTileCustomization as DashboardTileCustomization_internal } from './DashboardTileCustomization';
|
|
5
|
+
import { IgcDashboardTileCustomizationComponent as IgcDashboardTileCustomizationComponent } from './igc-dashboard-tile-customization-component';
|
|
6
|
+
export class IgcDashboardTileCustomizationCollection extends IgCollection {
|
|
7
|
+
constructor(list) {
|
|
8
|
+
super();
|
|
9
|
+
if (!IgcDashboardTileCustomizationComponent.$type) {
|
|
10
|
+
IgcDashboardTileCustomizationComponent.$type = markType(IgcDashboardTileCustomizationComponent, "IgcDashboardTileCustomizationComponent");
|
|
11
|
+
}
|
|
12
|
+
if (list) {
|
|
13
|
+
for (let i = 0; i < list.length; i++) {
|
|
14
|
+
this.add(list[i]);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
_createInnerColl() {
|
|
19
|
+
if (!IgcDashboardTileCustomizationComponent.$type) {
|
|
20
|
+
IgcDashboardTileCustomizationComponent.$type = markType(IgcDashboardTileCustomizationComponent, "IgcDashboardTileCustomizationComponent");
|
|
21
|
+
}
|
|
22
|
+
let coll = new SyncableObservableCollection$2(IgcDashboardTileCustomizationComponent.$type, DashboardTileCustomization_internal.$type, 0);
|
|
23
|
+
coll.compare = (ext, int) => {
|
|
24
|
+
let comp = ext;
|
|
25
|
+
if (comp._implementation) {
|
|
26
|
+
comp = comp._implementation;
|
|
27
|
+
}
|
|
28
|
+
if (comp.equals) {
|
|
29
|
+
return comp.equals(int);
|
|
30
|
+
}
|
|
31
|
+
return comp === int;
|
|
32
|
+
};
|
|
33
|
+
coll.createTo = (ext) => {
|
|
34
|
+
return ext._implementation;
|
|
35
|
+
};
|
|
36
|
+
coll.createFrom = (int) => {
|
|
37
|
+
let ext = int.externalObject;
|
|
38
|
+
if (!ext) {
|
|
39
|
+
ext = new IgcDashboardTileCustomizationComponent();
|
|
40
|
+
if (ext) {
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
return ext;
|
|
50
|
+
};
|
|
51
|
+
return coll;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DashboardTileCustomization } from "./DashboardTileCustomization";
|
|
3
|
+
export declare class IgcDashboardTileCustomizationComponent extends IgcHTMLElement {
|
|
4
|
+
protected createImplementation(): DashboardTileCustomization;
|
|
5
|
+
protected _implementation: any;
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
get i(): DashboardTileCustomization; /**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
static _createFromInternal(internal: any): IgcDashboardTileCustomizationComponent;
|
|
13
|
+
private onImplementationCreated;
|
|
14
|
+
constructor();
|
|
15
|
+
private _settingAttributes;
|
|
16
|
+
protected _attached: boolean;
|
|
17
|
+
private _queuedSetAttributes;
|
|
18
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
19
|
+
protected _flushQueuedAttributes(): void;
|
|
20
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
21
|
+
connectedCallback(): void;
|
|
22
|
+
disconnectedCallback(): void;
|
|
23
|
+
private static _observedAttributesIgcDashboardTileCustomizationComponent;
|
|
24
|
+
static get observedAttributes(): string[];
|
|
25
|
+
private _updatingFromAttribute;
|
|
26
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
27
|
+
static htmlTagName: string;
|
|
28
|
+
protected static _isElementRegistered: boolean;
|
|
29
|
+
static register(): void;
|
|
30
|
+
get matchType(): string;
|
|
31
|
+
set matchType(v: string);
|
|
32
|
+
get propertyName(): string;
|
|
33
|
+
set propertyName(v: string);
|
|
34
|
+
get propertyValue(): any;
|
|
35
|
+
set propertyValue(v: any);
|
|
36
|
+
get isCollectionInsertionAtEnd(): boolean;
|
|
37
|
+
set isCollectionInsertionAtEnd(v: boolean);
|
|
38
|
+
get isCollectionInsertionAtStart(): boolean;
|
|
39
|
+
set isCollectionInsertionAtStart(v: boolean);
|
|
40
|
+
get isCollectionInsertionAtIndex(): boolean;
|
|
41
|
+
set isCollectionInsertionAtIndex(v: boolean);
|
|
42
|
+
get isCollectionRemovaltIndex(): boolean;
|
|
43
|
+
set isCollectionRemovaltIndex(v: boolean);
|
|
44
|
+
get collectionIndex(): number;
|
|
45
|
+
set collectionIndex(v: number);
|
|
46
|
+
get order(): number;
|
|
47
|
+
set order(v: number);
|
|
48
|
+
get matchParentIndex(): number;
|
|
49
|
+
set matchParentIndex(v: number);
|
|
50
|
+
findByName(name: string): any;
|
|
51
|
+
protected __p: string;
|
|
52
|
+
protected _hasUserValues: Set<string>;
|
|
53
|
+
protected get hasUserValues(): Set<string>;
|
|
54
|
+
protected __m(propertyName: string): void;
|
|
55
|
+
protected _stylingContainer: any;
|
|
56
|
+
protected _stylingParent: any;
|
|
57
|
+
protected _inStyling: boolean;
|
|
58
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
59
|
+
}
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DashboardTileCustomization } from "./DashboardTileCustomization";
|
|
3
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureBool, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
5
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
6
|
+
class IgcDashboardTileCustomizationComponent extends IgcHTMLElement {
|
|
7
|
+
createImplementation() {
|
|
8
|
+
return new DashboardTileCustomization();
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
get i() {
|
|
14
|
+
return this._implementation;
|
|
15
|
+
} /**
|
|
16
|
+
* @hidden
|
|
17
|
+
*/
|
|
18
|
+
static _createFromInternal(internal) {
|
|
19
|
+
if (!internal) {
|
|
20
|
+
return null;
|
|
21
|
+
}
|
|
22
|
+
if (!internal.$type) {
|
|
23
|
+
return null;
|
|
24
|
+
}
|
|
25
|
+
let name = internal.$type.name;
|
|
26
|
+
let externalName = "Igc" + name + "Component";
|
|
27
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
28
|
+
return null;
|
|
29
|
+
}
|
|
30
|
+
return TypeRegistrar.create(externalName);
|
|
31
|
+
}
|
|
32
|
+
onImplementationCreated() {
|
|
33
|
+
}
|
|
34
|
+
constructor() {
|
|
35
|
+
super();
|
|
36
|
+
this._settingAttributes = false;
|
|
37
|
+
this._attached = false;
|
|
38
|
+
this._queuedSetAttributes = [];
|
|
39
|
+
this._updatingFromAttribute = false;
|
|
40
|
+
this.__p = null;
|
|
41
|
+
this._hasUserValues = new Set();
|
|
42
|
+
this._stylingContainer = null;
|
|
43
|
+
this._stylingParent = null;
|
|
44
|
+
this._inStyling = false;
|
|
45
|
+
if (this._styling) {
|
|
46
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
47
|
+
}
|
|
48
|
+
this._implementation = this.createImplementation();
|
|
49
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
50
|
+
this.onImplementationCreated();
|
|
51
|
+
if (this._initializeAdapters) {
|
|
52
|
+
this._initializeAdapters();
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
56
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
57
|
+
}
|
|
58
|
+
_flushQueuedAttributes() {
|
|
59
|
+
this._settingAttributes = true;
|
|
60
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
61
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
62
|
+
}
|
|
63
|
+
this._settingAttributes = false;
|
|
64
|
+
this._queuedSetAttributes.length = 0;
|
|
65
|
+
}
|
|
66
|
+
_a(attrName, attrValue) {
|
|
67
|
+
if (this._updatingFromAttribute) {
|
|
68
|
+
return;
|
|
69
|
+
}
|
|
70
|
+
if (attrValue) {
|
|
71
|
+
attrValue = attrValue.toString();
|
|
72
|
+
}
|
|
73
|
+
this._settingAttributes = true;
|
|
74
|
+
attrName = toSpinal(attrName);
|
|
75
|
+
if (this._attached) {
|
|
76
|
+
this.setAttribute(attrName, attrValue);
|
|
77
|
+
}
|
|
78
|
+
else {
|
|
79
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
80
|
+
}
|
|
81
|
+
this._settingAttributes = false;
|
|
82
|
+
}
|
|
83
|
+
connectedCallback() {
|
|
84
|
+
if (super["connectedCallback"]) {
|
|
85
|
+
super["connectedCallback"]();
|
|
86
|
+
}
|
|
87
|
+
if (this.i.connectedCallback) {
|
|
88
|
+
this.i.connectedCallback();
|
|
89
|
+
}
|
|
90
|
+
if (!this._attached) {
|
|
91
|
+
this._attached = true;
|
|
92
|
+
this._flushQueuedAttributes();
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
disconnectedCallback() {
|
|
96
|
+
if (super["disconnectedCallback"]) {
|
|
97
|
+
super["disconnectedCallback"]();
|
|
98
|
+
}
|
|
99
|
+
if (this.i.disconnectedCallback) {
|
|
100
|
+
this.i.disconnectedCallback();
|
|
101
|
+
}
|
|
102
|
+
if (this._attached) {
|
|
103
|
+
this._attached = false;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
static { this._observedAttributesIgcDashboardTileCustomizationComponent = null; }
|
|
107
|
+
static get observedAttributes() {
|
|
108
|
+
if (IgcDashboardTileCustomizationComponent._observedAttributesIgcDashboardTileCustomizationComponent == null) {
|
|
109
|
+
let names = getAllPropertyNames(IgcDashboardTileCustomizationComponent);
|
|
110
|
+
for (let i = 0; i < names.length; i++) {
|
|
111
|
+
names[i] = toSpinal(names[i]);
|
|
112
|
+
}
|
|
113
|
+
IgcDashboardTileCustomizationComponent._observedAttributesIgcDashboardTileCustomizationComponent = names;
|
|
114
|
+
}
|
|
115
|
+
return IgcDashboardTileCustomizationComponent._observedAttributesIgcDashboardTileCustomizationComponent;
|
|
116
|
+
}
|
|
117
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
118
|
+
if (this._settingAttributes) {
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
121
|
+
let setName = fromSpinal(name);
|
|
122
|
+
this._updatingFromAttribute = true;
|
|
123
|
+
this[setName] = newValue;
|
|
124
|
+
this._updatingFromAttribute = false;
|
|
125
|
+
}
|
|
126
|
+
static { this.htmlTagName = "igc-dashboard-tile-customization"; }
|
|
127
|
+
static { this._isElementRegistered = false; }
|
|
128
|
+
static register() {
|
|
129
|
+
if (!IgcDashboardTileCustomizationComponent._isElementRegistered) {
|
|
130
|
+
IgcDashboardTileCustomizationComponent._isElementRegistered = true;
|
|
131
|
+
RegisterElementHelper.registerElement(IgcDashboardTileCustomizationComponent.htmlTagName, IgcDashboardTileCustomizationComponent);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
get matchType() {
|
|
135
|
+
return this.i.m;
|
|
136
|
+
}
|
|
137
|
+
set matchType(v) {
|
|
138
|
+
this.i.m = v;
|
|
139
|
+
}
|
|
140
|
+
get propertyName() {
|
|
141
|
+
return this.i.n;
|
|
142
|
+
}
|
|
143
|
+
set propertyName(v) {
|
|
144
|
+
this.i.n = v;
|
|
145
|
+
}
|
|
146
|
+
get propertyValue() {
|
|
147
|
+
return this.i.l;
|
|
148
|
+
}
|
|
149
|
+
set propertyValue(v) {
|
|
150
|
+
this.i.l = v;
|
|
151
|
+
}
|
|
152
|
+
get isCollectionInsertionAtEnd() {
|
|
153
|
+
return this.i.c;
|
|
154
|
+
}
|
|
155
|
+
set isCollectionInsertionAtEnd(v) {
|
|
156
|
+
this.i.c = ensureBool(v);
|
|
157
|
+
this._a("isCollectionInsertionAtEnd", this.i.c);
|
|
158
|
+
}
|
|
159
|
+
get isCollectionInsertionAtStart() {
|
|
160
|
+
return this.i.e;
|
|
161
|
+
}
|
|
162
|
+
set isCollectionInsertionAtStart(v) {
|
|
163
|
+
this.i.e = ensureBool(v);
|
|
164
|
+
this._a("isCollectionInsertionAtStart", this.i.e);
|
|
165
|
+
}
|
|
166
|
+
get isCollectionInsertionAtIndex() {
|
|
167
|
+
return this.i.d;
|
|
168
|
+
}
|
|
169
|
+
set isCollectionInsertionAtIndex(v) {
|
|
170
|
+
this.i.d = ensureBool(v);
|
|
171
|
+
this._a("isCollectionInsertionAtIndex", this.i.d);
|
|
172
|
+
}
|
|
173
|
+
get isCollectionRemovaltIndex() {
|
|
174
|
+
return this.i.f;
|
|
175
|
+
}
|
|
176
|
+
set isCollectionRemovaltIndex(v) {
|
|
177
|
+
this.i.f = ensureBool(v);
|
|
178
|
+
this._a("isCollectionRemovaltIndex", this.i.f);
|
|
179
|
+
}
|
|
180
|
+
get collectionIndex() {
|
|
181
|
+
return this.i.i;
|
|
182
|
+
}
|
|
183
|
+
set collectionIndex(v) {
|
|
184
|
+
this.i.i = +v;
|
|
185
|
+
this._a("collectionIndex", this.i.i);
|
|
186
|
+
}
|
|
187
|
+
get order() {
|
|
188
|
+
return this.i.k;
|
|
189
|
+
}
|
|
190
|
+
set order(v) {
|
|
191
|
+
this.i.k = +v;
|
|
192
|
+
this._a("order", this.i.k);
|
|
193
|
+
}
|
|
194
|
+
get matchParentIndex() {
|
|
195
|
+
return this.i.j;
|
|
196
|
+
}
|
|
197
|
+
set matchParentIndex(v) {
|
|
198
|
+
this.i.j = +v;
|
|
199
|
+
this._a("matchParentIndex", this.i.j);
|
|
200
|
+
}
|
|
201
|
+
findByName(name) {
|
|
202
|
+
if (this.findEphemera) {
|
|
203
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
204
|
+
return this.findEphemera(name);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
return null;
|
|
208
|
+
}
|
|
209
|
+
get hasUserValues() {
|
|
210
|
+
return this._hasUserValues;
|
|
211
|
+
}
|
|
212
|
+
__m(propertyName) {
|
|
213
|
+
if (!this._inStyling) {
|
|
214
|
+
this._hasUserValues.add(propertyName);
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
_styling(container, component, parent) {
|
|
218
|
+
if (this._inStyling) {
|
|
219
|
+
return;
|
|
220
|
+
}
|
|
221
|
+
this._inStyling = true;
|
|
222
|
+
this._stylingContainer = container;
|
|
223
|
+
this._stylingParent = component;
|
|
224
|
+
let genericPrefix = "";
|
|
225
|
+
let typeName = this.i.$type.name;
|
|
226
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
227
|
+
typeName = typeName.substring(3);
|
|
228
|
+
}
|
|
229
|
+
genericPrefix = toSpinal("DashboardTileCustomizationComponent");
|
|
230
|
+
let additionalPrefixes = [];
|
|
231
|
+
let prefix = toSpinal(typeName);
|
|
232
|
+
additionalPrefixes.push(prefix + "-");
|
|
233
|
+
let b = this.i.$type.baseType;
|
|
234
|
+
while (b && b.name != "Object" &&
|
|
235
|
+
b.name != "Base" &&
|
|
236
|
+
b.name != "Control" &&
|
|
237
|
+
b.Name != "DependencyObject" &&
|
|
238
|
+
b.Name != "FrameworkElement") {
|
|
239
|
+
typeName = b.name;
|
|
240
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
241
|
+
typeName = typeName.substring(3);
|
|
242
|
+
}
|
|
243
|
+
let basePrefix = toSpinal(typeName);
|
|
244
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
245
|
+
b = b.baseType;
|
|
246
|
+
}
|
|
247
|
+
if (parent) {
|
|
248
|
+
let parentTypeName = parent.i.$type.name;
|
|
249
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
250
|
+
parentTypeName = parentTypeName.substring(3);
|
|
251
|
+
}
|
|
252
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
253
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
254
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
255
|
+
}
|
|
256
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
257
|
+
if (this._otherStyling) {
|
|
258
|
+
this._otherStyling(container, component, parent);
|
|
259
|
+
}
|
|
260
|
+
this._inStyling = false;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
export { IgcDashboardTileCustomizationComponent };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { IgcDashboardTileCustomizationComponent } from './igc-dashboard-tile-customization-component';
|
|
8
|
+
import { DashboardTileCustomization } from './DashboardTileCustomization';
|
|
9
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
+
export class IgcDashboardTileCustomizationModule {
|
|
11
|
+
static register() {
|
|
12
|
+
IgcDashboardTileCustomizationComponent.register();
|
|
13
|
+
TypeRegistrar.registerCons("IgcDashboardTileCustomizationComponent", IgcDashboardTileCustomizationComponent);
|
|
14
|
+
TypeRegistrar.register("DashboardTileCustomization", DashboardTileCustomization.$type);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DashboardTileFilterStringErrorsParsingEventArgs as DashboardTileFilterStringErrorsParsingEventArgs_internal } from "./DashboardTileFilterStringErrorsParsingEventArgs";
|
|
2
|
+
/**
|
|
3
|
+
* Represents event arguments for when there are errors parsing the filter string
|
|
4
|
+
*/
|
|
5
|
+
export declare class IgcDashboardTileFilterStringErrorsParsingEventArgs {
|
|
6
|
+
protected createImplementation(): DashboardTileFilterStringErrorsParsingEventArgs_internal;
|
|
7
|
+
protected _implementation: any;
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i(): DashboardTileFilterStringErrorsParsingEventArgs_internal;
|
|
12
|
+
private onImplementationCreated;
|
|
13
|
+
constructor();
|
|
14
|
+
protected _provideImplementation(i: any): void;
|
|
15
|
+
get propertyName(): string;
|
|
16
|
+
set propertyName(v: string);
|
|
17
|
+
/**
|
|
18
|
+
* Gets the errors from parsing the filter string.
|
|
19
|
+
*/
|
|
20
|
+
get errors(): string;
|
|
21
|
+
set errors(v: string);
|
|
22
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { DashboardTileFilterStringErrorsParsingEventArgs as DashboardTileFilterStringErrorsParsingEventArgs_internal } from "./DashboardTileFilterStringErrorsParsingEventArgs";
|
|
2
|
+
/**
|
|
3
|
+
* Represents event arguments for when there are errors parsing the filter string
|
|
4
|
+
*/
|
|
5
|
+
export class IgcDashboardTileFilterStringErrorsParsingEventArgs {
|
|
6
|
+
createImplementation() {
|
|
7
|
+
return new DashboardTileFilterStringErrorsParsingEventArgs_internal();
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
get i() {
|
|
13
|
+
return this._implementation;
|
|
14
|
+
}
|
|
15
|
+
onImplementationCreated() {
|
|
16
|
+
}
|
|
17
|
+
constructor() {
|
|
18
|
+
this._implementation = this.createImplementation();
|
|
19
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
20
|
+
this.onImplementationCreated();
|
|
21
|
+
if (this._initializeAdapters) {
|
|
22
|
+
this._initializeAdapters();
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
_provideImplementation(i) {
|
|
26
|
+
this._implementation = i;
|
|
27
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
28
|
+
this.onImplementationCreated();
|
|
29
|
+
if (this._initializeAdapters) {
|
|
30
|
+
this._initializeAdapters();
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
get propertyName() {
|
|
34
|
+
return this.i.propertyName;
|
|
35
|
+
}
|
|
36
|
+
set propertyName(v) {
|
|
37
|
+
this.i.propertyName = v;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Gets the errors from parsing the filter string.
|
|
41
|
+
*/
|
|
42
|
+
get errors() {
|
|
43
|
+
return this.i.errors;
|
|
44
|
+
}
|
|
45
|
+
set errors(v) {
|
|
46
|
+
this.i.errors = v;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { IgcDataChartDashboardTileModule } from './igc-data-chart-dashboard-tile-module';
|
|
8
|
+
import { IgcGeographicMapDashboardTileModule } from './igc-geographic-map-dashboard-tile-module';
|
|
9
|
+
import { IgcLinearGaugeDashboardTileModule } from './igc-linear-gauge-dashboard-tile-module';
|
|
10
|
+
import { IgcRadialGaugeDashboardTileModule } from './igc-radial-gauge-dashboard-tile-module';
|
|
11
|
+
import { IgcPieChartDashboardTileModule } from './igc-pie-chart-dashboard-tile-module';
|
|
12
|
+
export class IgcDashboardTileFullModule {
|
|
13
|
+
static register() {
|
|
14
|
+
IgcDataChartDashboardTileModule.register();
|
|
15
|
+
IgcGeographicMapDashboardTileModule.register();
|
|
16
|
+
IgcLinearGaugeDashboardTileModule.register();
|
|
17
|
+
IgcRadialGaugeDashboardTileModule.register();
|
|
18
|
+
IgcPieChartDashboardTileModule.register();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IgcDashboardTileGroupDescription } from "./igc-dashboard-tile-group-description";
|
|
2
|
+
import { DashboardTileGroupDescriptionCollection as DashboardTileGroupDescriptionCollection_internal } from "./DashboardTileGroupDescriptionCollection";
|
|
3
|
+
/**
|
|
4
|
+
* Represents a collection of grouping elements that are applied to a data source or provider.
|
|
5
|
+
*/
|
|
6
|
+
export declare class IgcDashboardTileGroupDescriptionCollection {
|
|
7
|
+
protected createImplementation(): DashboardTileGroupDescriptionCollection_internal;
|
|
8
|
+
protected _implementation: any;
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
get i(): DashboardTileGroupDescriptionCollection_internal;
|
|
13
|
+
private onImplementationCreated;
|
|
14
|
+
constructor();
|
|
15
|
+
protected _provideImplementation(i: any): void;
|
|
16
|
+
findByName(name: string): any;
|
|
17
|
+
add(item: IgcDashboardTileGroupDescription): boolean;
|
|
18
|
+
insert(index: number, item: IgcDashboardTileGroupDescription): void;
|
|
19
|
+
clear(): void;
|
|
20
|
+
indexOf(item: IgcDashboardTileGroupDescription): number;
|
|
21
|
+
remove(item: IgcDashboardTileGroupDescription): boolean;
|
|
22
|
+
removeAt(index: number): IgcDashboardTileGroupDescription;
|
|
23
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { IgcDashboardTileGroupDescription } from "./igc-dashboard-tile-group-description";
|
|
2
|
+
import { DashboardTileGroupDescriptionCollection as DashboardTileGroupDescriptionCollection_internal } from "./DashboardTileGroupDescriptionCollection";
|
|
3
|
+
/**
|
|
4
|
+
* Represents a collection of grouping elements that are applied to a data source or provider.
|
|
5
|
+
*/
|
|
6
|
+
export class IgcDashboardTileGroupDescriptionCollection {
|
|
7
|
+
createImplementation() {
|
|
8
|
+
return new DashboardTileGroupDescriptionCollection_internal();
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
get i() {
|
|
14
|
+
return this._implementation;
|
|
15
|
+
}
|
|
16
|
+
onImplementationCreated() {
|
|
17
|
+
}
|
|
18
|
+
constructor() {
|
|
19
|
+
this._implementation = this.createImplementation();
|
|
20
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
21
|
+
this.onImplementationCreated();
|
|
22
|
+
if (this._initializeAdapters) {
|
|
23
|
+
this._initializeAdapters();
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
_provideImplementation(i) {
|
|
27
|
+
this._implementation = i;
|
|
28
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
29
|
+
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
findByName(name) {
|
|
35
|
+
if (this.findEphemera) {
|
|
36
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
37
|
+
return this.findEphemera(name);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return null;
|
|
41
|
+
}
|
|
42
|
+
add(item) {
|
|
43
|
+
let iv = this.i.g((item == null ? null : item.i));
|
|
44
|
+
return (iv);
|
|
45
|
+
}
|
|
46
|
+
insert(index, item) {
|
|
47
|
+
this.i.n(index, (item == null ? null : item.i));
|
|
48
|
+
}
|
|
49
|
+
clear() {
|
|
50
|
+
this.i.m();
|
|
51
|
+
}
|
|
52
|
+
indexOf(item) {
|
|
53
|
+
let iv = this.i.j((item == null ? null : item.i));
|
|
54
|
+
return (iv);
|
|
55
|
+
}
|
|
56
|
+
remove(item) {
|
|
57
|
+
let iv = this.i.h((item == null ? null : item.i));
|
|
58
|
+
return (iv);
|
|
59
|
+
}
|
|
60
|
+
removeAt(index) {
|
|
61
|
+
let iv = this.i.b(index);
|
|
62
|
+
let ret = null;
|
|
63
|
+
if (iv && iv.externalObject) {
|
|
64
|
+
ret = iv.externalObject;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
if (iv) {
|
|
68
|
+
let e = new IgcDashboardTileGroupDescription();
|
|
69
|
+
e._implementation = iv;
|
|
70
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
71
|
+
ret = e;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
return ret;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { IgcDashboardTileGroupDescription } from './igc-dashboard-tile-group-description';
|
|
8
|
+
import { DashboardTileGroupDescription } from './DashboardTileGroupDescription';
|
|
9
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
+
export class IgcDashboardTileGroupDescriptionModule {
|
|
11
|
+
static register() {
|
|
12
|
+
TypeRegistrar.registerCons("IgcDashboardTileGroupDescription", IgcDashboardTileGroupDescription);
|
|
13
|
+
TypeRegistrar.register("DashboardTileGroupDescription", DashboardTileGroupDescription.$type);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IgcDashboardTileSortDescription } from "./igc-dashboard-tile-sort-description";
|
|
2
|
+
import { DashboardTileGroupDescription as DashboardTileGroupDescription_internal } from "./DashboardTileGroupDescription";
|
|
3
|
+
/**
|
|
4
|
+
* Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
|
|
5
|
+
*/
|
|
6
|
+
export declare class IgcDashboardTileGroupDescription extends IgcDashboardTileSortDescription {
|
|
7
|
+
protected createImplementation(): DashboardTileGroupDescription_internal;
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i(): DashboardTileGroupDescription_internal;
|
|
12
|
+
constructor();
|
|
13
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { IgcDashboardTileSortDescription } from "./igc-dashboard-tile-sort-description";
|
|
2
|
+
import { DashboardTileGroupDescription as DashboardTileGroupDescription_internal } from "./DashboardTileGroupDescription";
|
|
3
|
+
/**
|
|
4
|
+
* Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
|
|
5
|
+
*/
|
|
6
|
+
export class IgcDashboardTileGroupDescription extends IgcDashboardTileSortDescription {
|
|
7
|
+
createImplementation() {
|
|
8
|
+
return new DashboardTileGroupDescription_internal(0);
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
get i() {
|
|
14
|
+
return this._implementation;
|
|
15
|
+
}
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
}
|
|
19
|
+
}
|