igniteui-webcomponents-dashboards 5.1.1-beta.0
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/License +27 -0
- package/README.md +19 -0
- package/bundles/igniteui-webcomponents-dashboards.umd.js +9396 -0
- package/bundles/igniteui-webcomponents-dashboards.umd.min.js +7 -0
- package/esm2015/igniteui-webcomponents-dashboards.js +1 -0
- package/esm2015/lib/DashboardTile.js +7 -0
- package/esm2015/lib/DashboardTileChangingContentEventArgs.js +26 -0
- package/esm2015/lib/DashboardTileCommonFeature.js +39 -0
- package/esm2015/lib/DashboardTileCustomization.js +7 -0
- package/esm2015/lib/DashboardTileCustomizationCollection.js +7 -0
- package/esm2015/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/DashboardTileGalleryIconInfo.js +22 -0
- package/esm2015/lib/DashboardTileGroupDescription.js +52 -0
- package/esm2015/lib/DashboardTileGroupDescriptionCollection.js +84 -0
- package/esm2015/lib/DashboardTilePrimitiveValueWrapper.js +20 -0
- package/esm2015/lib/DashboardTileSortDescription.js +61 -0
- package/esm2015/lib/DashboardTileSortDescriptionCollection.js +96 -0
- package/esm2015/lib/DashboardTileSummaryDescription.js +123 -0
- package/esm2015/lib/DashboardTileSummaryDescriptionCollection.js +102 -0
- package/esm2015/lib/DashboardTileToolbarProvider.js +7 -0
- package/esm2015/lib/DashboardTileView.js +7 -0
- package/esm2015/lib/DashboardTileView_combined.js +3151 -0
- package/esm2015/lib/DashboardTileVisualizationType.js +50 -0
- package/esm2015/lib/DataChartDashboardTileFeature.js +76 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapter.js +1556 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapterResult.js +146 -0
- package/esm2015/lib/DataSeriesToDescriptionAdapterSettings.js +85 -0
- package/esm2015/lib/DataSeriesToDescriptionCustomizations.js +176 -0
- package/esm2015/lib/DescriptionValueLookupHelper.js +38 -0
- package/esm2015/lib/GeographicMapDashboardTileFeature.js +26 -0
- package/esm2015/lib/IDashboardTileView.js +11 -0
- package/esm2015/lib/IExternalDashboardTile.js +11 -0
- package/esm2015/lib/LinearGaugeDashboardTileFeature.js +26 -0
- package/esm2015/lib/PieChartDashboardTileFeature.js +28 -0
- package/esm2015/lib/RadialGaugeDashboardTileFeature.js +26 -0
- package/esm2015/lib/igc-dashboard-tile-changing-content-event-args.js +36 -0
- package/esm2015/lib/igc-dashboard-tile-component.js +1147 -0
- package/esm2015/lib/igc-dashboard-tile-customization-collection.js +53 -0
- package/esm2015/lib/igc-dashboard-tile-customization-component.js +265 -0
- package/esm2015/lib/igc-dashboard-tile-customization-module.js +16 -0
- package/esm2015/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-dashboard-tile-group-description-collection.js +76 -0
- package/esm2015/lib/igc-dashboard-tile-group-description-module.js +15 -0
- package/esm2015/lib/igc-dashboard-tile-group-description.js +19 -0
- package/esm2015/lib/igc-dashboard-tile-module.js +33 -0
- package/esm2015/lib/igc-dashboard-tile-sort-description-collection.js +86 -0
- package/esm2015/lib/igc-dashboard-tile-sort-description-module.js +15 -0
- package/esm2015/lib/igc-dashboard-tile-sort-description.js +70 -0
- package/esm2015/lib/igc-dashboard-tile-summary-description-collection.js +83 -0
- package/esm2015/lib/igc-dashboard-tile-summary-description-module.js +15 -0
- package/esm2015/lib/igc-dashboard-tile-summary-description.js +107 -0
- package/esm2015/lib/igc-data-chart-dashboard-tile-module.js +36 -0
- package/esm2015/lib/igc-geographic-map-dashboard-tile-module.js +18 -0
- package/esm2015/lib/igc-linear-gauge-dashboard-tile-module.js +18 -0
- package/esm2015/lib/igc-pie-chart-dashboard-tile-module.js +18 -0
- package/esm2015/lib/igc-radial-gauge-dashboard-tile-module.js +18 -0
- package/esm2015/public_api.js +51 -0
- package/esm5/igniteui-webcomponents-dashboards.js +1 -0
- package/esm5/lib/DashboardTile.js +7 -0
- package/esm5/lib/DashboardTileChangingContentEventArgs.js +32 -0
- package/esm5/lib/DashboardTileCommonFeature.js +43 -0
- package/esm5/lib/DashboardTileCustomization.js +7 -0
- package/esm5/lib/DashboardTileCustomizationCollection.js +7 -0
- package/esm5/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/DashboardTileGalleryIconInfo.js +24 -0
- package/esm5/lib/DashboardTileGroupDescription.js +59 -0
- package/esm5/lib/DashboardTileGroupDescriptionCollection.js +94 -0
- package/esm5/lib/DashboardTilePrimitiveValueWrapper.js +22 -0
- package/esm5/lib/DashboardTileSortDescription.js +75 -0
- package/esm5/lib/DashboardTileSortDescriptionCollection.js +110 -0
- package/esm5/lib/DashboardTileSummaryDescription.js +149 -0
- package/esm5/lib/DashboardTileSummaryDescriptionCollection.js +116 -0
- package/esm5/lib/DashboardTileToolbarProvider.js +7 -0
- package/esm5/lib/DashboardTileView.js +7 -0
- package/esm5/lib/DashboardTileView_combined.js +3814 -0
- package/esm5/lib/DashboardTileVisualizationType.js +50 -0
- package/esm5/lib/DataChartDashboardTileFeature.js +80 -0
- package/esm5/lib/DataSeriesToDescriptionAdapter.js +1581 -0
- package/esm5/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
- package/esm5/lib/DataSeriesToDescriptionAdapterResult.js +168 -0
- package/esm5/lib/DataSeriesToDescriptionAdapterSettings.js +111 -0
- package/esm5/lib/DataSeriesToDescriptionCustomizations.js +277 -0
- package/esm5/lib/DescriptionValueLookupHelper.js +46 -0
- package/esm5/lib/GeographicMapDashboardTileFeature.js +30 -0
- package/esm5/lib/IDashboardTileView.js +11 -0
- package/esm5/lib/IExternalDashboardTile.js +11 -0
- package/esm5/lib/LinearGaugeDashboardTileFeature.js +30 -0
- package/esm5/lib/PieChartDashboardTileFeature.js +32 -0
- package/esm5/lib/RadialGaugeDashboardTileFeature.js +30 -0
- package/esm5/lib/igc-dashboard-tile-changing-content-event-args.js +46 -0
- package/esm5/lib/igc-dashboard-tile-component.js +1401 -0
- package/esm5/lib/igc-dashboard-tile-customization-collection.js +58 -0
- package/esm5/lib/igc-dashboard-tile-customization-component.js +319 -0
- package/esm5/lib/igc-dashboard-tile-customization-module.js +20 -0
- package/esm5/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-dashboard-tile-group-description-collection.js +82 -0
- package/esm5/lib/igc-dashboard-tile-group-description-module.js +19 -0
- package/esm5/lib/igc-dashboard-tile-group-description.js +27 -0
- package/esm5/lib/igc-dashboard-tile-module.js +37 -0
- package/esm5/lib/igc-dashboard-tile-sort-description-collection.js +96 -0
- package/esm5/lib/igc-dashboard-tile-sort-description-module.js +19 -0
- package/esm5/lib/igc-dashboard-tile-sort-description.js +84 -0
- package/esm5/lib/igc-dashboard-tile-summary-description-collection.js +93 -0
- package/esm5/lib/igc-dashboard-tile-summary-description-module.js +19 -0
- package/esm5/lib/igc-dashboard-tile-summary-description.js +134 -0
- package/esm5/lib/igc-data-chart-dashboard-tile-module.js +40 -0
- package/esm5/lib/igc-geographic-map-dashboard-tile-module.js +22 -0
- package/esm5/lib/igc-linear-gauge-dashboard-tile-module.js +22 -0
- package/esm5/lib/igc-pie-chart-dashboard-tile-module.js +22 -0
- package/esm5/lib/igc-radial-gauge-dashboard-tile-module.js +22 -0
- package/esm5/public_api.js +51 -0
- package/fesm2015/igniteui-webcomponents-dashboards.js +7990 -0
- package/fesm5/igniteui-webcomponents-dashboards.js +9344 -0
- package/igniteui-webcomponents-dashboards.d.ts +1 -0
- package/lib/DashboardTile.d.ts +1 -0
- package/lib/DashboardTileChangingContentEventArgs.d.ts +11 -0
- package/lib/DashboardTileCommonFeature.d.ts +9 -0
- package/lib/DashboardTileCustomization.d.ts +1 -0
- package/lib/DashboardTileCustomizationCollection.d.ts +1 -0
- package/lib/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/DashboardTileGalleryIconInfo.d.ts +11 -0
- package/lib/DashboardTileGroupDescription.d.ts +16 -0
- package/lib/DashboardTileGroupDescriptionCollection.d.ts +27 -0
- package/lib/DashboardTilePrimitiveValueWrapper.d.ts +8 -0
- package/lib/DashboardTileSortDescription.d.ts +20 -0
- package/lib/DashboardTileSortDescriptionCollection.d.ts +31 -0
- package/lib/DashboardTileSummaryDescription.d.ts +38 -0
- package/lib/DashboardTileSummaryDescriptionCollection.d.ts +31 -0
- package/lib/DashboardTileToolbarProvider.d.ts +1 -0
- package/lib/DashboardTileView.d.ts +1 -0
- package/lib/DashboardTileView_combined.d.ts +525 -0
- package/lib/DashboardTileVisualizationType.d.ts +43 -0
- package/lib/DataChartDashboardTileFeature.d.ts +10 -0
- package/lib/DataSeriesToDescriptionAdapter.d.ts +62 -0
- package/lib/DataSeriesToDescriptionAdapterControlType.d.ts +15 -0
- package/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -0
- package/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -0
- package/lib/DataSeriesToDescriptionCustomizations.d.ts +21 -0
- package/lib/DescriptionValueLookupHelper.d.ts +12 -0
- package/lib/GeographicMapDashboardTileFeature.d.ts +10 -0
- package/lib/IDashboardTileView.d.ts +20 -0
- package/lib/IExternalDashboardTile.d.ts +13 -0
- package/lib/LinearGaugeDashboardTileFeature.d.ts +10 -0
- package/lib/PieChartDashboardTileFeature.d.ts +10 -0
- package/lib/RadialGaugeDashboardTileFeature.d.ts +10 -0
- package/lib/igc-dashboard-tile-changing-content-event-args.d.ts +14 -0
- package/lib/igc-dashboard-tile-component.d.ts +348 -0
- package/lib/igc-dashboard-tile-customization-collection.d.ts +8 -0
- package/lib/igc-dashboard-tile-customization-component.d.ts +59 -0
- package/lib/igc-dashboard-tile-customization-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-dashboard-tile-group-description-collection.d.ts +23 -0
- package/lib/igc-dashboard-tile-group-description-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-group-description.d.ts +13 -0
- package/lib/igc-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-sort-description-collection.d.ts +28 -0
- package/lib/igc-dashboard-tile-sort-description-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-sort-description.d.ts +33 -0
- package/lib/igc-dashboard-tile-summary-description-collection.d.ts +25 -0
- package/lib/igc-dashboard-tile-summary-description-module.d.ts +3 -0
- package/lib/igc-dashboard-tile-summary-description.d.ts +40 -0
- package/lib/igc-data-chart-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-geographic-map-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-linear-gauge-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-pie-chart-dashboard-tile-module.d.ts +3 -0
- package/lib/igc-radial-gauge-dashboard-tile-module.d.ts +3 -0
- package/package.json +42 -0
- package/public_api.d.ts +51 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
3
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
4
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
5
|
+
import { DashboardTileCustomization as DashboardTileCustomization_internal } from './DashboardTileCustomization';
|
|
6
|
+
import { IgcDashboardTileCustomizationComponent as IgcDashboardTileCustomizationComponent } from './igc-dashboard-tile-customization-component';
|
|
7
|
+
var IgcDashboardTileCustomizationCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
8
|
+
__extends(IgcDashboardTileCustomizationCollection, _super);
|
|
9
|
+
function IgcDashboardTileCustomizationCollection(list) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
if (!IgcDashboardTileCustomizationComponent.$type) {
|
|
12
|
+
IgcDashboardTileCustomizationComponent.$type = markType(IgcDashboardTileCustomizationComponent, "IgcDashboardTileCustomizationComponent");
|
|
13
|
+
}
|
|
14
|
+
if (list) {
|
|
15
|
+
for (var i = 0; i < list.length; i++) {
|
|
16
|
+
_this.add(list[i]);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
return _this;
|
|
20
|
+
}
|
|
21
|
+
IgcDashboardTileCustomizationCollection.prototype._createInnerColl = function () {
|
|
22
|
+
if (!IgcDashboardTileCustomizationComponent.$type) {
|
|
23
|
+
IgcDashboardTileCustomizationComponent.$type = markType(IgcDashboardTileCustomizationComponent, "IgcDashboardTileCustomizationComponent");
|
|
24
|
+
}
|
|
25
|
+
var coll = new SyncableObservableCollection$2(IgcDashboardTileCustomizationComponent.$type, DashboardTileCustomization_internal.$type, 0);
|
|
26
|
+
coll.compare = function (ext, int) {
|
|
27
|
+
var comp = ext;
|
|
28
|
+
if (comp._implementation) {
|
|
29
|
+
comp = comp._implementation;
|
|
30
|
+
}
|
|
31
|
+
if (comp.equals) {
|
|
32
|
+
return comp.equals(int);
|
|
33
|
+
}
|
|
34
|
+
return comp === int;
|
|
35
|
+
};
|
|
36
|
+
coll.createTo = function (ext) {
|
|
37
|
+
return ext._implementation;
|
|
38
|
+
};
|
|
39
|
+
coll.createFrom = function (int) {
|
|
40
|
+
var ext = int.externalObject;
|
|
41
|
+
if (!ext) {
|
|
42
|
+
ext = new IgcDashboardTileCustomizationComponent();
|
|
43
|
+
if (ext) {
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
return ext;
|
|
53
|
+
};
|
|
54
|
+
return coll;
|
|
55
|
+
};
|
|
56
|
+
return IgcDashboardTileCustomizationCollection;
|
|
57
|
+
}(IgCollection));
|
|
58
|
+
export { IgcDashboardTileCustomizationCollection };
|
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
3
|
+
import { DashboardTileCustomization } from "./DashboardTileCustomization";
|
|
4
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
5
|
+
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureBool, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
6
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
7
|
+
var IgcDashboardTileCustomizationComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
8
|
+
__extends(IgcDashboardTileCustomizationComponent, _super);
|
|
9
|
+
function IgcDashboardTileCustomizationComponent() {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this._settingAttributes = false;
|
|
12
|
+
_this._attached = false;
|
|
13
|
+
_this._queuedSetAttributes = [];
|
|
14
|
+
_this._updatingFromAttribute = false;
|
|
15
|
+
_this.__p = null;
|
|
16
|
+
_this._hasUserValues = new Set();
|
|
17
|
+
_this._stylingContainer = null;
|
|
18
|
+
_this._stylingParent = null;
|
|
19
|
+
_this._inStyling = false;
|
|
20
|
+
if (_this._styling) {
|
|
21
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
|
|
22
|
+
}
|
|
23
|
+
_this._implementation = _this.createImplementation();
|
|
24
|
+
_this._implementation.externalObject = _this;
|
|
25
|
+
_this.onImplementationCreated();
|
|
26
|
+
if (_this._initializeAdapters) {
|
|
27
|
+
_this._initializeAdapters();
|
|
28
|
+
}
|
|
29
|
+
return _this;
|
|
30
|
+
}
|
|
31
|
+
IgcDashboardTileCustomizationComponent.prototype.createImplementation = function () {
|
|
32
|
+
return new DashboardTileCustomization();
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "i", {
|
|
35
|
+
/**
|
|
36
|
+
* @hidden
|
|
37
|
+
*/
|
|
38
|
+
get: function () {
|
|
39
|
+
return this._implementation;
|
|
40
|
+
} /**
|
|
41
|
+
* @hidden
|
|
42
|
+
*/,
|
|
43
|
+
enumerable: false,
|
|
44
|
+
configurable: true
|
|
45
|
+
});
|
|
46
|
+
IgcDashboardTileCustomizationComponent._createFromInternal = function (internal) {
|
|
47
|
+
if (!internal) {
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
50
|
+
if (!internal.$type) {
|
|
51
|
+
return null;
|
|
52
|
+
}
|
|
53
|
+
var name = internal.$type.name;
|
|
54
|
+
var externalName = "Igc" + name + "Component";
|
|
55
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
56
|
+
return null;
|
|
57
|
+
}
|
|
58
|
+
return TypeRegistrar.create(externalName);
|
|
59
|
+
};
|
|
60
|
+
IgcDashboardTileCustomizationComponent.prototype.onImplementationCreated = function () {
|
|
61
|
+
};
|
|
62
|
+
IgcDashboardTileCustomizationComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
|
|
63
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
64
|
+
};
|
|
65
|
+
IgcDashboardTileCustomizationComponent.prototype._flushQueuedAttributes = function () {
|
|
66
|
+
this._settingAttributes = true;
|
|
67
|
+
for (var i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
68
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
69
|
+
}
|
|
70
|
+
this._settingAttributes = false;
|
|
71
|
+
this._queuedSetAttributes.length = 0;
|
|
72
|
+
};
|
|
73
|
+
IgcDashboardTileCustomizationComponent.prototype._a = function (attrName, attrValue) {
|
|
74
|
+
if (this._updatingFromAttribute) {
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
if (attrValue) {
|
|
78
|
+
attrValue = attrValue.toString();
|
|
79
|
+
}
|
|
80
|
+
this._settingAttributes = true;
|
|
81
|
+
attrName = toSpinal(attrName);
|
|
82
|
+
if (this._attached) {
|
|
83
|
+
this.setAttribute(attrName, attrValue);
|
|
84
|
+
}
|
|
85
|
+
else {
|
|
86
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
87
|
+
}
|
|
88
|
+
this._settingAttributes = false;
|
|
89
|
+
};
|
|
90
|
+
IgcDashboardTileCustomizationComponent.prototype.connectedCallback = function () {
|
|
91
|
+
if (_super.prototype["connectedCallback"]) {
|
|
92
|
+
_super.prototype["connectedCallback"].call(this);
|
|
93
|
+
}
|
|
94
|
+
if (this.i.connectedCallback) {
|
|
95
|
+
this.i.connectedCallback();
|
|
96
|
+
}
|
|
97
|
+
if (!this._attached) {
|
|
98
|
+
this._attached = true;
|
|
99
|
+
this._flushQueuedAttributes();
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
IgcDashboardTileCustomizationComponent.prototype.disconnectedCallback = function () {
|
|
103
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
104
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
105
|
+
}
|
|
106
|
+
if (this.i.disconnectedCallback) {
|
|
107
|
+
this.i.disconnectedCallback();
|
|
108
|
+
}
|
|
109
|
+
if (this._attached) {
|
|
110
|
+
this._attached = false;
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent, "observedAttributes", {
|
|
114
|
+
get: function () {
|
|
115
|
+
if (IgcDashboardTileCustomizationComponent._observedAttributesIgcDashboardTileCustomizationComponent == null) {
|
|
116
|
+
var names = getAllPropertyNames(IgcDashboardTileCustomizationComponent);
|
|
117
|
+
for (var i = 0; i < names.length; i++) {
|
|
118
|
+
names[i] = toSpinal(names[i]);
|
|
119
|
+
}
|
|
120
|
+
IgcDashboardTileCustomizationComponent._observedAttributesIgcDashboardTileCustomizationComponent = names;
|
|
121
|
+
}
|
|
122
|
+
return IgcDashboardTileCustomizationComponent._observedAttributesIgcDashboardTileCustomizationComponent;
|
|
123
|
+
},
|
|
124
|
+
enumerable: false,
|
|
125
|
+
configurable: true
|
|
126
|
+
});
|
|
127
|
+
IgcDashboardTileCustomizationComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
|
|
128
|
+
if (this._settingAttributes) {
|
|
129
|
+
return;
|
|
130
|
+
}
|
|
131
|
+
var setName = fromSpinal(name);
|
|
132
|
+
this._updatingFromAttribute = true;
|
|
133
|
+
this[setName] = newValue;
|
|
134
|
+
this._updatingFromAttribute = false;
|
|
135
|
+
};
|
|
136
|
+
IgcDashboardTileCustomizationComponent.register = function () {
|
|
137
|
+
if (!IgcDashboardTileCustomizationComponent._isElementRegistered) {
|
|
138
|
+
IgcDashboardTileCustomizationComponent._isElementRegistered = true;
|
|
139
|
+
RegisterElementHelper.registerElement(IgcDashboardTileCustomizationComponent.htmlTagName, IgcDashboardTileCustomizationComponent);
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "matchType", {
|
|
143
|
+
get: function () {
|
|
144
|
+
return this.i.l;
|
|
145
|
+
},
|
|
146
|
+
set: function (v) {
|
|
147
|
+
this.i.l = v;
|
|
148
|
+
},
|
|
149
|
+
enumerable: false,
|
|
150
|
+
configurable: true
|
|
151
|
+
});
|
|
152
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "propertyName", {
|
|
153
|
+
get: function () {
|
|
154
|
+
return this.i.m;
|
|
155
|
+
},
|
|
156
|
+
set: function (v) {
|
|
157
|
+
this.i.m = v;
|
|
158
|
+
},
|
|
159
|
+
enumerable: false,
|
|
160
|
+
configurable: true
|
|
161
|
+
});
|
|
162
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "propertyValue", {
|
|
163
|
+
get: function () {
|
|
164
|
+
return this.i.k;
|
|
165
|
+
},
|
|
166
|
+
set: function (v) {
|
|
167
|
+
this.i.k = v;
|
|
168
|
+
},
|
|
169
|
+
enumerable: false,
|
|
170
|
+
configurable: true
|
|
171
|
+
});
|
|
172
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "isCollectionInsertionAtEnd", {
|
|
173
|
+
get: function () {
|
|
174
|
+
return this.i.c;
|
|
175
|
+
},
|
|
176
|
+
set: function (v) {
|
|
177
|
+
this.i.c = ensureBool(v);
|
|
178
|
+
this._a("isCollectionInsertionAtEnd", this.i.c);
|
|
179
|
+
},
|
|
180
|
+
enumerable: false,
|
|
181
|
+
configurable: true
|
|
182
|
+
});
|
|
183
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "isCollectionInsertionAtStart", {
|
|
184
|
+
get: function () {
|
|
185
|
+
return this.i.e;
|
|
186
|
+
},
|
|
187
|
+
set: function (v) {
|
|
188
|
+
this.i.e = ensureBool(v);
|
|
189
|
+
this._a("isCollectionInsertionAtStart", this.i.e);
|
|
190
|
+
},
|
|
191
|
+
enumerable: false,
|
|
192
|
+
configurable: true
|
|
193
|
+
});
|
|
194
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "isCollectionInsertionAtIndex", {
|
|
195
|
+
get: function () {
|
|
196
|
+
return this.i.d;
|
|
197
|
+
},
|
|
198
|
+
set: function (v) {
|
|
199
|
+
this.i.d = ensureBool(v);
|
|
200
|
+
this._a("isCollectionInsertionAtIndex", this.i.d);
|
|
201
|
+
},
|
|
202
|
+
enumerable: false,
|
|
203
|
+
configurable: true
|
|
204
|
+
});
|
|
205
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "isCollectionRemovaltIndex", {
|
|
206
|
+
get: function () {
|
|
207
|
+
return this.i.f;
|
|
208
|
+
},
|
|
209
|
+
set: function (v) {
|
|
210
|
+
this.i.f = ensureBool(v);
|
|
211
|
+
this._a("isCollectionRemovaltIndex", this.i.f);
|
|
212
|
+
},
|
|
213
|
+
enumerable: false,
|
|
214
|
+
configurable: true
|
|
215
|
+
});
|
|
216
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "collectionIndex", {
|
|
217
|
+
get: function () {
|
|
218
|
+
return this.i.h;
|
|
219
|
+
},
|
|
220
|
+
set: function (v) {
|
|
221
|
+
this.i.h = +v;
|
|
222
|
+
this._a("collectionIndex", this.i.h);
|
|
223
|
+
},
|
|
224
|
+
enumerable: false,
|
|
225
|
+
configurable: true
|
|
226
|
+
});
|
|
227
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "order", {
|
|
228
|
+
get: function () {
|
|
229
|
+
return this.i.j;
|
|
230
|
+
},
|
|
231
|
+
set: function (v) {
|
|
232
|
+
this.i.j = +v;
|
|
233
|
+
this._a("order", this.i.j);
|
|
234
|
+
},
|
|
235
|
+
enumerable: false,
|
|
236
|
+
configurable: true
|
|
237
|
+
});
|
|
238
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "matchParentIndex", {
|
|
239
|
+
get: function () {
|
|
240
|
+
return this.i.i;
|
|
241
|
+
},
|
|
242
|
+
set: function (v) {
|
|
243
|
+
this.i.i = +v;
|
|
244
|
+
this._a("matchParentIndex", this.i.i);
|
|
245
|
+
},
|
|
246
|
+
enumerable: false,
|
|
247
|
+
configurable: true
|
|
248
|
+
});
|
|
249
|
+
IgcDashboardTileCustomizationComponent.prototype.findByName = function (name) {
|
|
250
|
+
if (this.findEphemera) {
|
|
251
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
252
|
+
return this.findEphemera(name);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
return null;
|
|
256
|
+
};
|
|
257
|
+
Object.defineProperty(IgcDashboardTileCustomizationComponent.prototype, "hasUserValues", {
|
|
258
|
+
get: function () {
|
|
259
|
+
return this._hasUserValues;
|
|
260
|
+
},
|
|
261
|
+
enumerable: false,
|
|
262
|
+
configurable: true
|
|
263
|
+
});
|
|
264
|
+
IgcDashboardTileCustomizationComponent.prototype.__m = function (propertyName) {
|
|
265
|
+
if (!this._inStyling) {
|
|
266
|
+
this._hasUserValues.add(propertyName);
|
|
267
|
+
}
|
|
268
|
+
};
|
|
269
|
+
IgcDashboardTileCustomizationComponent.prototype._styling = function (container, component, parent) {
|
|
270
|
+
if (this._inStyling) {
|
|
271
|
+
return;
|
|
272
|
+
}
|
|
273
|
+
this._inStyling = true;
|
|
274
|
+
this._stylingContainer = container;
|
|
275
|
+
this._stylingParent = component;
|
|
276
|
+
var genericPrefix = "";
|
|
277
|
+
var typeName = this.i.$type.name;
|
|
278
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
279
|
+
typeName = typeName.substring(3);
|
|
280
|
+
}
|
|
281
|
+
genericPrefix = toSpinal("DashboardTileCustomizationComponent");
|
|
282
|
+
var additionalPrefixes = [];
|
|
283
|
+
var prefix = toSpinal(typeName);
|
|
284
|
+
additionalPrefixes.push(prefix + "-");
|
|
285
|
+
var b = this.i.$type.baseType;
|
|
286
|
+
while (b && b.name != "Object" &&
|
|
287
|
+
b.name != "Base" &&
|
|
288
|
+
b.name != "Control" &&
|
|
289
|
+
b.Name != "DependencyObject" &&
|
|
290
|
+
b.Name != "FrameworkElement") {
|
|
291
|
+
typeName = b.name;
|
|
292
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
293
|
+
typeName = typeName.substring(3);
|
|
294
|
+
}
|
|
295
|
+
var basePrefix = toSpinal(typeName);
|
|
296
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
297
|
+
b = b.baseType;
|
|
298
|
+
}
|
|
299
|
+
if (parent) {
|
|
300
|
+
var parentTypeName = parent.i.$type.name;
|
|
301
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
302
|
+
parentTypeName = parentTypeName.substring(3);
|
|
303
|
+
}
|
|
304
|
+
var parentPrefix = toSpinal(parentTypeName);
|
|
305
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
306
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
307
|
+
}
|
|
308
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
309
|
+
if (this._otherStyling) {
|
|
310
|
+
this._otherStyling(container, component, parent);
|
|
311
|
+
}
|
|
312
|
+
this._inStyling = false;
|
|
313
|
+
};
|
|
314
|
+
IgcDashboardTileCustomizationComponent._observedAttributesIgcDashboardTileCustomizationComponent = null;
|
|
315
|
+
IgcDashboardTileCustomizationComponent.htmlTagName = "igc-dashboard-tile-customization";
|
|
316
|
+
IgcDashboardTileCustomizationComponent._isElementRegistered = false;
|
|
317
|
+
return IgcDashboardTileCustomizationComponent;
|
|
318
|
+
}(IgcHTMLElement));
|
|
319
|
+
export { IgcDashboardTileCustomizationComponent };
|
|
@@ -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 { IgcDashboardTileCustomizationComponent } from './igc-dashboard-tile-customization-component';
|
|
8
|
+
import { DashboardTileCustomization } from './DashboardTileCustomization';
|
|
9
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
+
var IgcDashboardTileCustomizationModule = /** @class */ /*@__PURE__*/ (function () {
|
|
11
|
+
function IgcDashboardTileCustomizationModule() {
|
|
12
|
+
}
|
|
13
|
+
IgcDashboardTileCustomizationModule.register = function () {
|
|
14
|
+
IgcDashboardTileCustomizationComponent.register();
|
|
15
|
+
TypeRegistrar.registerCons("IgcDashboardTileCustomizationComponent", IgcDashboardTileCustomizationComponent);
|
|
16
|
+
TypeRegistrar.register("DashboardTileCustomization", DashboardTileCustomization.$type);
|
|
17
|
+
};
|
|
18
|
+
return IgcDashboardTileCustomizationModule;
|
|
19
|
+
}());
|
|
20
|
+
export { IgcDashboardTileCustomizationModule };
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { DashboardTileFilterStringErrorsParsingEventArgs as DashboardTileFilterStringErrorsParsingEventArgs_internal } from "./DashboardTileFilterStringErrorsParsingEventArgs";
|
|
2
|
+
/**
|
|
3
|
+
* Represents event arguments for when there are errors parsing the filter string
|
|
4
|
+
*/
|
|
5
|
+
var IgcDashboardTileFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
6
|
+
function IgcDashboardTileFilterStringErrorsParsingEventArgs() {
|
|
7
|
+
this._implementation = this.createImplementation();
|
|
8
|
+
this._implementation.externalObject = this;
|
|
9
|
+
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
IgcDashboardTileFilterStringErrorsParsingEventArgs.prototype.createImplementation = function () {
|
|
15
|
+
return new DashboardTileFilterStringErrorsParsingEventArgs_internal();
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperty(IgcDashboardTileFilterStringErrorsParsingEventArgs.prototype, "i", {
|
|
18
|
+
/**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
get: function () {
|
|
22
|
+
return this._implementation;
|
|
23
|
+
},
|
|
24
|
+
enumerable: false,
|
|
25
|
+
configurable: true
|
|
26
|
+
});
|
|
27
|
+
IgcDashboardTileFilterStringErrorsParsingEventArgs.prototype.onImplementationCreated = function () {
|
|
28
|
+
};
|
|
29
|
+
IgcDashboardTileFilterStringErrorsParsingEventArgs.prototype._provideImplementation = function (i) {
|
|
30
|
+
this._implementation = i;
|
|
31
|
+
this._implementation.externalObject = this;
|
|
32
|
+
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(IgcDashboardTileFilterStringErrorsParsingEventArgs.prototype, "propertyName", {
|
|
38
|
+
get: function () {
|
|
39
|
+
return this.i.propertyName;
|
|
40
|
+
},
|
|
41
|
+
set: function (v) {
|
|
42
|
+
this.i.propertyName = v;
|
|
43
|
+
},
|
|
44
|
+
enumerable: false,
|
|
45
|
+
configurable: true
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(IgcDashboardTileFilterStringErrorsParsingEventArgs.prototype, "errors", {
|
|
48
|
+
/**
|
|
49
|
+
* Gets the errors from parsing the filter string.
|
|
50
|
+
*/
|
|
51
|
+
get: function () {
|
|
52
|
+
return this.i.errors;
|
|
53
|
+
},
|
|
54
|
+
set: function (v) {
|
|
55
|
+
this.i.errors = v;
|
|
56
|
+
},
|
|
57
|
+
enumerable: false,
|
|
58
|
+
configurable: true
|
|
59
|
+
});
|
|
60
|
+
return IgcDashboardTileFilterStringErrorsParsingEventArgs;
|
|
61
|
+
}());
|
|
62
|
+
export { IgcDashboardTileFilterStringErrorsParsingEventArgs };
|
|
@@ -0,0 +1,82 @@
|
|
|
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
|
+
var IgcDashboardTileGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (function () {
|
|
7
|
+
function IgcDashboardTileGroupDescriptionCollection() {
|
|
8
|
+
this._implementation = this.createImplementation();
|
|
9
|
+
this._implementation.externalObject = this;
|
|
10
|
+
this.onImplementationCreated();
|
|
11
|
+
if (this._initializeAdapters) {
|
|
12
|
+
this._initializeAdapters();
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
IgcDashboardTileGroupDescriptionCollection.prototype.createImplementation = function () {
|
|
16
|
+
return new DashboardTileGroupDescriptionCollection_internal();
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(IgcDashboardTileGroupDescriptionCollection.prototype, "i", {
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
get: function () {
|
|
23
|
+
return this._implementation;
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
IgcDashboardTileGroupDescriptionCollection.prototype.onImplementationCreated = function () {
|
|
29
|
+
};
|
|
30
|
+
IgcDashboardTileGroupDescriptionCollection.prototype._provideImplementation = function (i) {
|
|
31
|
+
this._implementation = i;
|
|
32
|
+
this._implementation.externalObject = this;
|
|
33
|
+
this.onImplementationCreated();
|
|
34
|
+
if (this._initializeAdapters) {
|
|
35
|
+
this._initializeAdapters();
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
IgcDashboardTileGroupDescriptionCollection.prototype.findByName = function (name) {
|
|
39
|
+
if (this.findEphemera) {
|
|
40
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
41
|
+
return this.findEphemera(name);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
return null;
|
|
45
|
+
};
|
|
46
|
+
IgcDashboardTileGroupDescriptionCollection.prototype.add = function (item) {
|
|
47
|
+
var iv = this.i.g((item == null ? null : item.i));
|
|
48
|
+
return (iv);
|
|
49
|
+
};
|
|
50
|
+
IgcDashboardTileGroupDescriptionCollection.prototype.insert = function (index, item) {
|
|
51
|
+
this.i.n(index, (item == null ? null : item.i));
|
|
52
|
+
};
|
|
53
|
+
IgcDashboardTileGroupDescriptionCollection.prototype.clear = function () {
|
|
54
|
+
this.i.m();
|
|
55
|
+
};
|
|
56
|
+
IgcDashboardTileGroupDescriptionCollection.prototype.indexOf = function (item) {
|
|
57
|
+
var iv = this.i.j((item == null ? null : item.i));
|
|
58
|
+
return (iv);
|
|
59
|
+
};
|
|
60
|
+
IgcDashboardTileGroupDescriptionCollection.prototype.remove = function (item) {
|
|
61
|
+
var iv = this.i.h((item == null ? null : item.i));
|
|
62
|
+
return (iv);
|
|
63
|
+
};
|
|
64
|
+
IgcDashboardTileGroupDescriptionCollection.prototype.removeAt = function (index) {
|
|
65
|
+
var iv = this.i.b(index);
|
|
66
|
+
var ret = null;
|
|
67
|
+
if (iv && iv.externalObject) {
|
|
68
|
+
ret = iv.externalObject;
|
|
69
|
+
}
|
|
70
|
+
else {
|
|
71
|
+
if (iv) {
|
|
72
|
+
var e = new IgcDashboardTileGroupDescription();
|
|
73
|
+
e._implementation = iv;
|
|
74
|
+
iv.externalObject = e;
|
|
75
|
+
ret = e;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
return ret;
|
|
79
|
+
};
|
|
80
|
+
return IgcDashboardTileGroupDescriptionCollection;
|
|
81
|
+
}());
|
|
82
|
+
export { IgcDashboardTileGroupDescriptionCollection };
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
var IgcDashboardTileGroupDescriptionModule = /** @class */ /*@__PURE__*/ (function () {
|
|
11
|
+
function IgcDashboardTileGroupDescriptionModule() {
|
|
12
|
+
}
|
|
13
|
+
IgcDashboardTileGroupDescriptionModule.register = function () {
|
|
14
|
+
TypeRegistrar.registerCons("IgcDashboardTileGroupDescription", IgcDashboardTileGroupDescription);
|
|
15
|
+
TypeRegistrar.register("DashboardTileGroupDescription", DashboardTileGroupDescription.$type);
|
|
16
|
+
};
|
|
17
|
+
return IgcDashboardTileGroupDescriptionModule;
|
|
18
|
+
}());
|
|
19
|
+
export { IgcDashboardTileGroupDescriptionModule };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { IgcDashboardTileSortDescription } from "./igc-dashboard-tile-sort-description";
|
|
3
|
+
import { DashboardTileGroupDescription as DashboardTileGroupDescription_internal } from "./DashboardTileGroupDescription";
|
|
4
|
+
/**
|
|
5
|
+
* 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.
|
|
6
|
+
*/
|
|
7
|
+
var IgcDashboardTileGroupDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
8
|
+
__extends(IgcDashboardTileGroupDescription, _super);
|
|
9
|
+
function IgcDashboardTileGroupDescription() {
|
|
10
|
+
return _super.call(this) || this;
|
|
11
|
+
}
|
|
12
|
+
IgcDashboardTileGroupDescription.prototype.createImplementation = function () {
|
|
13
|
+
return new DashboardTileGroupDescription_internal(0);
|
|
14
|
+
};
|
|
15
|
+
Object.defineProperty(IgcDashboardTileGroupDescription.prototype, "i", {
|
|
16
|
+
/**
|
|
17
|
+
* @hidden
|
|
18
|
+
*/
|
|
19
|
+
get: function () {
|
|
20
|
+
return this._implementation;
|
|
21
|
+
},
|
|
22
|
+
enumerable: false,
|
|
23
|
+
configurable: true
|
|
24
|
+
});
|
|
25
|
+
return IgcDashboardTileGroupDescription;
|
|
26
|
+
}(IgcDashboardTileSortDescription));
|
|
27
|
+
export { IgcDashboardTileGroupDescription };
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { IgcComponentRendererContainerModule } from "igniteui-webcomponents-core";
|
|
8
|
+
import { IgcDataGridModule } from "igniteui-webcomponents-grids";
|
|
9
|
+
import { IgcPropertyEditorPanelModule } from "igniteui-webcomponents-layouts";
|
|
10
|
+
import { IgcToolbarModule } from "igniteui-webcomponents-layouts";
|
|
11
|
+
import { IgcMultiColumnComboBoxModule } from "igniteui-webcomponents-grids";
|
|
12
|
+
import { IgcItemLegendModule } from "igniteui-webcomponents-charts";
|
|
13
|
+
import { IgcLegendModule } from "igniteui-webcomponents-charts";
|
|
14
|
+
import { IgcDataLegendModule } from "igniteui-webcomponents-charts";
|
|
15
|
+
import { IgcDashboardTileComponent } from './igc-dashboard-tile-component';
|
|
16
|
+
import { DashboardTile } from './DashboardTile';
|
|
17
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
18
|
+
var IgcDashboardTileModule = /** @class */ /*@__PURE__*/ (function () {
|
|
19
|
+
function IgcDashboardTileModule() {
|
|
20
|
+
}
|
|
21
|
+
IgcDashboardTileModule.register = function () {
|
|
22
|
+
IgcComponentRendererContainerModule.register();
|
|
23
|
+
IgcDataGridModule.register();
|
|
24
|
+
IgcPropertyEditorPanelModule.register();
|
|
25
|
+
IgcToolbarModule.register();
|
|
26
|
+
IgcMultiColumnComboBoxModule.register();
|
|
27
|
+
IgcItemLegendModule.register();
|
|
28
|
+
IgcLegendModule.register();
|
|
29
|
+
IgcDataLegendModule.register();
|
|
30
|
+
IgcDashboardTileComponent.register();
|
|
31
|
+
TypeRegistrar.registerCons('IgcDashboardTileComponent', IgcDashboardTileComponent);
|
|
32
|
+
TypeRegistrar.registerCons('IgcDashboardTileComponent', IgcDashboardTileComponent);
|
|
33
|
+
TypeRegistrar.register('DashboardTile', DashboardTile.$type);
|
|
34
|
+
};
|
|
35
|
+
return IgcDashboardTileModule;
|
|
36
|
+
}());
|
|
37
|
+
export { IgcDashboardTileModule };
|