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,30 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { DashboardTile } from "./DashboardTile";
|
|
10
|
+
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
11
|
+
import { LinearGaugeDescriptionModule } from "igniteui-webcomponents-core";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var LinearGaugeDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(LinearGaugeDashboardTileFeature, _super);
|
|
17
|
+
function LinearGaugeDashboardTileFeature() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
LinearGaugeDashboardTileFeature.register = function () {
|
|
21
|
+
LinearGaugeDashboardTileFeature.registerCore(DashboardTile.bo.context);
|
|
22
|
+
};
|
|
23
|
+
LinearGaugeDashboardTileFeature.registerCore = function (a) {
|
|
24
|
+
DashboardTileCommonFeature.a(a);
|
|
25
|
+
LinearGaugeDescriptionModule.register(a);
|
|
26
|
+
};
|
|
27
|
+
LinearGaugeDashboardTileFeature.$t = markType(LinearGaugeDashboardTileFeature, 'LinearGaugeDashboardTileFeature');
|
|
28
|
+
return LinearGaugeDashboardTileFeature;
|
|
29
|
+
}(Base));
|
|
30
|
+
export { LinearGaugeDashboardTileFeature };
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { DashboardTile } from "./DashboardTile";
|
|
10
|
+
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
11
|
+
import { DataPieChartDescriptionModule } from "igniteui-webcomponents-core";
|
|
12
|
+
import { DataPieChartToolbarDescriptionModule } from "igniteui-webcomponents-core";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
var PieChartDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
17
|
+
__extends(PieChartDashboardTileFeature, _super);
|
|
18
|
+
function PieChartDashboardTileFeature() {
|
|
19
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
20
|
+
}
|
|
21
|
+
PieChartDashboardTileFeature.register = function () {
|
|
22
|
+
PieChartDashboardTileFeature.registerCore(DashboardTile.bo.context);
|
|
23
|
+
};
|
|
24
|
+
PieChartDashboardTileFeature.registerCore = function (a) {
|
|
25
|
+
DashboardTileCommonFeature.a(a);
|
|
26
|
+
DataPieChartDescriptionModule.register(a);
|
|
27
|
+
DataPieChartToolbarDescriptionModule.register(a);
|
|
28
|
+
};
|
|
29
|
+
PieChartDashboardTileFeature.$t = markType(PieChartDashboardTileFeature, 'PieChartDashboardTileFeature');
|
|
30
|
+
return PieChartDashboardTileFeature;
|
|
31
|
+
}(Base));
|
|
32
|
+
export { PieChartDashboardTileFeature };
|
|
@@ -0,0 +1,30 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { DashboardTile } from "./DashboardTile";
|
|
10
|
+
import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
|
|
11
|
+
import { RadialGaugeDescriptionModule } from "igniteui-webcomponents-core";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var RadialGaugeDashboardTileFeature = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(RadialGaugeDashboardTileFeature, _super);
|
|
17
|
+
function RadialGaugeDashboardTileFeature() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
RadialGaugeDashboardTileFeature.register = function () {
|
|
21
|
+
RadialGaugeDashboardTileFeature.registerCore(DashboardTile.bo.context);
|
|
22
|
+
};
|
|
23
|
+
RadialGaugeDashboardTileFeature.registerCore = function (a) {
|
|
24
|
+
DashboardTileCommonFeature.a(a);
|
|
25
|
+
RadialGaugeDescriptionModule.register(a);
|
|
26
|
+
};
|
|
27
|
+
RadialGaugeDashboardTileFeature.$t = markType(RadialGaugeDashboardTileFeature, 'RadialGaugeDashboardTileFeature');
|
|
28
|
+
return RadialGaugeDashboardTileFeature;
|
|
29
|
+
}(Base));
|
|
30
|
+
export { RadialGaugeDashboardTileFeature };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { DashboardTileChangingContentEventArgs as DashboardTileChangingContentEventArgs_internal } from "./DashboardTileChangingContentEventArgs";
|
|
2
|
+
var IgcDashboardTileChangingContentEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
3
|
+
function IgcDashboardTileChangingContentEventArgs() {
|
|
4
|
+
this._implementation = this.createImplementation();
|
|
5
|
+
this._implementation.externalObject = this;
|
|
6
|
+
this.onImplementationCreated();
|
|
7
|
+
if (this._initializeAdapters) {
|
|
8
|
+
this._initializeAdapters();
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
IgcDashboardTileChangingContentEventArgs.prototype.createImplementation = function () {
|
|
12
|
+
return new DashboardTileChangingContentEventArgs_internal();
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(IgcDashboardTileChangingContentEventArgs.prototype, "i", {
|
|
15
|
+
/**
|
|
16
|
+
* @hidden
|
|
17
|
+
*/
|
|
18
|
+
get: function () {
|
|
19
|
+
return this._implementation;
|
|
20
|
+
},
|
|
21
|
+
enumerable: false,
|
|
22
|
+
configurable: true
|
|
23
|
+
});
|
|
24
|
+
IgcDashboardTileChangingContentEventArgs.prototype.onImplementationCreated = function () {
|
|
25
|
+
};
|
|
26
|
+
IgcDashboardTileChangingContentEventArgs.prototype._provideImplementation = function (i) {
|
|
27
|
+
this._implementation = i;
|
|
28
|
+
this._implementation.externalObject = this;
|
|
29
|
+
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(IgcDashboardTileChangingContentEventArgs.prototype, "contentJson", {
|
|
35
|
+
get: function () {
|
|
36
|
+
return this.i.contentJson;
|
|
37
|
+
},
|
|
38
|
+
set: function (v) {
|
|
39
|
+
this.i.contentJson = v;
|
|
40
|
+
},
|
|
41
|
+
enumerable: false,
|
|
42
|
+
configurable: true
|
|
43
|
+
});
|
|
44
|
+
return IgcDashboardTileChangingContentEventArgs;
|
|
45
|
+
}());
|
|
46
|
+
export { IgcDashboardTileChangingContentEventArgs };
|