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.
Files changed (126) hide show
  1. package/entry-points.json +28 -0
  2. package/esm2022/lib/DashboardTile.d.ts +1 -0
  3. package/esm2022/lib/DashboardTile.js +7 -0
  4. package/esm2022/lib/DashboardTileChangingContentEventArgs.d.ts +11 -0
  5. package/esm2022/lib/DashboardTileChangingContentEventArgs.js +24 -0
  6. package/esm2022/lib/DashboardTileCommonFeature.d.ts +9 -0
  7. package/esm2022/lib/DashboardTileCommonFeature.js +37 -0
  8. package/esm2022/lib/DashboardTileCustomization.d.ts +1 -0
  9. package/esm2022/lib/DashboardTileCustomization.js +7 -0
  10. package/esm2022/lib/DashboardTileCustomizationCollection.d.ts +1 -0
  11. package/esm2022/lib/DashboardTileCustomizationCollection.js +7 -0
  12. package/esm2022/lib/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +14 -0
  13. package/esm2022/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +31 -0
  14. package/esm2022/lib/DashboardTileGalleryIconInfo.d.ts +11 -0
  15. package/esm2022/lib/DashboardTileGalleryIconInfo.js +20 -0
  16. package/esm2022/lib/DashboardTileGroupDescription.d.ts +16 -0
  17. package/esm2022/lib/DashboardTileGroupDescription.js +50 -0
  18. package/esm2022/lib/DashboardTileGroupDescriptionCollection.d.ts +27 -0
  19. package/esm2022/lib/DashboardTileGroupDescriptionCollection.js +82 -0
  20. package/esm2022/lib/DashboardTilePrimitiveValueWrapper.d.ts +8 -0
  21. package/esm2022/lib/DashboardTilePrimitiveValueWrapper.js +18 -0
  22. package/esm2022/lib/DashboardTileSortDescription.d.ts +20 -0
  23. package/esm2022/lib/DashboardTileSortDescription.js +59 -0
  24. package/esm2022/lib/DashboardTileSortDescriptionCollection.d.ts +31 -0
  25. package/esm2022/lib/DashboardTileSortDescriptionCollection.js +94 -0
  26. package/esm2022/lib/DashboardTileSummaryDescription.d.ts +38 -0
  27. package/esm2022/lib/DashboardTileSummaryDescription.js +121 -0
  28. package/esm2022/lib/DashboardTileSummaryDescriptionCollection.d.ts +31 -0
  29. package/esm2022/lib/DashboardTileSummaryDescriptionCollection.js +100 -0
  30. package/esm2022/lib/DashboardTileToolbarProvider.d.ts +1 -0
  31. package/esm2022/lib/DashboardTileToolbarProvider.js +7 -0
  32. package/esm2022/lib/DashboardTileView.d.ts +1 -0
  33. package/esm2022/lib/DashboardTileView.js +7 -0
  34. package/esm2022/lib/DashboardTileView_combined.d.ts +575 -0
  35. package/esm2022/lib/DashboardTileView_combined.js +3405 -0
  36. package/esm2022/lib/DashboardTileVisualizationType.d.ts +43 -0
  37. package/esm2022/lib/DashboardTileVisualizationType.js +50 -0
  38. package/esm2022/lib/DataChartDashboardTileFeature.d.ts +10 -0
  39. package/esm2022/lib/DataChartDashboardTileFeature.js +74 -0
  40. package/esm2022/lib/DataSeriesToDescriptionAdapter.d.ts +63 -0
  41. package/esm2022/lib/DataSeriesToDescriptionAdapter.js +1569 -0
  42. package/esm2022/lib/DataSeriesToDescriptionAdapterControlType.d.ts +15 -0
  43. package/esm2022/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
  44. package/esm2022/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -0
  45. package/esm2022/lib/DataSeriesToDescriptionAdapterResult.js +144 -0
  46. package/esm2022/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -0
  47. package/esm2022/lib/DataSeriesToDescriptionAdapterSettings.js +83 -0
  48. package/esm2022/lib/DataSeriesToDescriptionCustomizations.d.ts +23 -0
  49. package/esm2022/lib/DataSeriesToDescriptionCustomizations.js +183 -0
  50. package/esm2022/lib/DescriptionValueLookupHelper.d.ts +12 -0
  51. package/esm2022/lib/DescriptionValueLookupHelper.js +36 -0
  52. package/esm2022/lib/GeographicMapDashboardTileFeature.d.ts +10 -0
  53. package/esm2022/lib/GeographicMapDashboardTileFeature.js +24 -0
  54. package/esm2022/lib/IDashboardTileView.d.ts +20 -0
  55. package/esm2022/lib/IDashboardTileView.js +11 -0
  56. package/esm2022/lib/IExternalDashboardTile.d.ts +13 -0
  57. package/esm2022/lib/IExternalDashboardTile.js +11 -0
  58. package/esm2022/lib/LinearGaugeDashboardTileFeature.d.ts +10 -0
  59. package/esm2022/lib/LinearGaugeDashboardTileFeature.js +24 -0
  60. package/esm2022/lib/PieChartDashboardTileFeature.d.ts +10 -0
  61. package/esm2022/lib/PieChartDashboardTileFeature.js +26 -0
  62. package/esm2022/lib/RadialGaugeDashboardTileFeature.d.ts +10 -0
  63. package/esm2022/lib/RadialGaugeDashboardTileFeature.js +24 -0
  64. package/esm2022/lib/ValueGetterResult.d.ts +14 -0
  65. package/esm2022/lib/ValueGetterResult.js +33 -0
  66. package/esm2022/lib/dashboard-tile-entrypoint.d.ts +1 -0
  67. package/esm2022/lib/dashboard-tile-entrypoint.js +4 -0
  68. package/esm2022/lib/data-chart-dashboard-tile-entrypoint.d.ts +1 -0
  69. package/esm2022/lib/data-chart-dashboard-tile-entrypoint.js +4 -0
  70. package/esm2022/lib/geographic-map-dashboard-tile-entrypoint.d.ts +1 -0
  71. package/esm2022/lib/geographic-map-dashboard-tile-entrypoint.js +4 -0
  72. package/esm2022/lib/igc-dashboard-tile-changing-content-event-args.d.ts +14 -0
  73. package/esm2022/lib/igc-dashboard-tile-changing-content-event-args.js +36 -0
  74. package/esm2022/lib/igc-dashboard-tile-component.d.ts +405 -0
  75. package/esm2022/lib/igc-dashboard-tile-component.js +1314 -0
  76. package/esm2022/lib/igc-dashboard-tile-customization-collection.d.ts +8 -0
  77. package/esm2022/lib/igc-dashboard-tile-customization-collection.js +53 -0
  78. package/esm2022/lib/igc-dashboard-tile-customization-component.d.ts +59 -0
  79. package/esm2022/lib/igc-dashboard-tile-customization-component.js +263 -0
  80. package/esm2022/lib/igc-dashboard-tile-customization-module.d.ts +3 -0
  81. package/esm2022/lib/igc-dashboard-tile-customization-module.js +16 -0
  82. package/esm2022/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +22 -0
  83. package/esm2022/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +48 -0
  84. package/esm2022/lib/igc-dashboard-tile-full-module.d.ts +3 -0
  85. package/esm2022/lib/igc-dashboard-tile-full-module.js +20 -0
  86. package/esm2022/lib/igc-dashboard-tile-group-description-collection.d.ts +23 -0
  87. package/esm2022/lib/igc-dashboard-tile-group-description-collection.js +76 -0
  88. package/esm2022/lib/igc-dashboard-tile-group-description-module.d.ts +3 -0
  89. package/esm2022/lib/igc-dashboard-tile-group-description-module.js +15 -0
  90. package/esm2022/lib/igc-dashboard-tile-group-description.d.ts +13 -0
  91. package/esm2022/lib/igc-dashboard-tile-group-description.js +19 -0
  92. package/esm2022/lib/igc-dashboard-tile-module.d.ts +3 -0
  93. package/esm2022/lib/igc-dashboard-tile-module.js +39 -0
  94. package/esm2022/lib/igc-dashboard-tile-sort-description-collection.d.ts +28 -0
  95. package/esm2022/lib/igc-dashboard-tile-sort-description-collection.js +86 -0
  96. package/esm2022/lib/igc-dashboard-tile-sort-description-module.d.ts +3 -0
  97. package/esm2022/lib/igc-dashboard-tile-sort-description-module.js +15 -0
  98. package/esm2022/lib/igc-dashboard-tile-sort-description.d.ts +33 -0
  99. package/esm2022/lib/igc-dashboard-tile-sort-description.js +70 -0
  100. package/esm2022/lib/igc-dashboard-tile-summary-description-collection.d.ts +25 -0
  101. package/esm2022/lib/igc-dashboard-tile-summary-description-collection.js +83 -0
  102. package/esm2022/lib/igc-dashboard-tile-summary-description-module.d.ts +3 -0
  103. package/esm2022/lib/igc-dashboard-tile-summary-description-module.js +15 -0
  104. package/esm2022/lib/igc-dashboard-tile-summary-description.d.ts +40 -0
  105. package/esm2022/lib/igc-dashboard-tile-summary-description.js +107 -0
  106. package/esm2022/lib/igc-data-chart-dashboard-tile-module.d.ts +3 -0
  107. package/esm2022/lib/igc-data-chart-dashboard-tile-module.js +38 -0
  108. package/esm2022/lib/igc-geographic-map-dashboard-tile-module.d.ts +3 -0
  109. package/esm2022/lib/igc-geographic-map-dashboard-tile-module.js +18 -0
  110. package/esm2022/lib/igc-linear-gauge-dashboard-tile-module.d.ts +3 -0
  111. package/esm2022/lib/igc-linear-gauge-dashboard-tile-module.js +18 -0
  112. package/esm2022/lib/igc-pie-chart-dashboard-tile-module.d.ts +3 -0
  113. package/esm2022/lib/igc-pie-chart-dashboard-tile-module.js +18 -0
  114. package/esm2022/lib/igc-radial-gauge-dashboard-tile-module.d.ts +3 -0
  115. package/esm2022/lib/igc-radial-gauge-dashboard-tile-module.js +18 -0
  116. package/esm2022/lib/linear-gauge-dashboard-tile-entrypoint.d.ts +1 -0
  117. package/esm2022/lib/linear-gauge-dashboard-tile-entrypoint.js +4 -0
  118. package/esm2022/lib/pie-chart-dashboard-tile-entrypoint.d.ts +1 -0
  119. package/esm2022/lib/pie-chart-dashboard-tile-entrypoint.js +4 -0
  120. package/esm2022/lib/radial-gauge-dashboard-tile-entrypoint.d.ts +1 -0
  121. package/esm2022/lib/radial-gauge-dashboard-tile-entrypoint.js +4 -0
  122. package/esm2022/public_api.d.ts +53 -0
  123. package/esm2022/public_api.js +53 -0
  124. package/package.json +45 -14
  125. package/fesm2022/igniteui-webcomponents-dashboards.mjs +0 -8388
  126. package/igniteui-webcomponents-dashboards.d.ts +0 -1713
@@ -0,0 +1,15 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const enum DataSeriesToDescriptionAdapterControlType {
6
+ DataChart = 0,
7
+ Pie = 1,
8
+ GeoMap = 2,
9
+ RadialGauge = 3,
10
+ LinearGauge = 4
11
+ }
12
+ /**
13
+ * @hidden
14
+ */
15
+ export declare let DataSeriesToDescriptionAdapterControlType_$type: Type;
@@ -0,0 +1,11 @@
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 { markEnum } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let DataSeriesToDescriptionAdapterControlType_$type = markEnum('DataSeriesToDescriptionAdapterControlType', 'DataChart,0|Pie,1|GeoMap,2|RadialGauge,3|LinearGauge,4');
@@ -0,0 +1,36 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { Description } from "igniteui-webcomponents-core";
3
+ import { DataSeriesToDescriptionAdapterSettings } from "./DataSeriesToDescriptionAdapterSettings";
4
+ import { DataSeriesAxisType } from "igniteui-webcomponents-core";
5
+ import { DataSeriesType } from "igniteui-webcomponents-core";
6
+ import { DataSeries } from "igniteui-webcomponents-core";
7
+ /**
8
+ * @hidden
9
+ */
10
+ export declare class DataSeriesToDescriptionAdapterResult extends Base {
11
+ static $t: Type;
12
+ constructor(a: DataSeriesToDescriptionAdapterSettings);
13
+ private c;
14
+ private _content;
15
+ get content(): Description;
16
+ set content(a: Description);
17
+ private _refNames;
18
+ get refNames(): string[];
19
+ set refNames(a: string[]);
20
+ private _refValues;
21
+ get refValues(): any[];
22
+ set refValues(a: any[]);
23
+ private _mainRef;
24
+ get mainRef(): string;
25
+ set mainRef(a: string);
26
+ private _descriptionType;
27
+ get descriptionType(): string;
28
+ set descriptionType(a: string);
29
+ private f;
30
+ h(a: DataSeriesAxisType, b: boolean, c: boolean): string;
31
+ k(a: DataSeriesType): string;
32
+ private e;
33
+ m(a: any): string;
34
+ i(a: DataSeries): string;
35
+ j(a: DataSeries): string;
36
+ }
@@ -0,0 +1,144 @@
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 { Base, String_$type, Number_$type, EnumUtil, markType } from "igniteui-webcomponents-core";
8
+ import { Dictionary$2 } from "igniteui-webcomponents-core";
9
+ import { DataSeriesAxisType_$type } from "igniteui-webcomponents-core";
10
+ import { DataSeriesType_$type } from "igniteui-webcomponents-core";
11
+ import { Guid } from "igniteui-webcomponents-core";
12
+ /**
13
+ * @hidden
14
+ */
15
+ class DataSeriesToDescriptionAdapterResult extends Base {
16
+ static { this.$t = markType(DataSeriesToDescriptionAdapterResult, 'DataSeriesToDescriptionAdapterResult'); }
17
+ constructor(a) {
18
+ super();
19
+ this.c = null;
20
+ this._content = null;
21
+ this._refNames = null;
22
+ this._refValues = null;
23
+ this._mainRef = null;
24
+ this._descriptionType = null;
25
+ this.f = new Dictionary$2(String_$type, Number_$type, 0);
26
+ this.e = new Dictionary$2(Base.$, String_$type, 0);
27
+ this.c = a;
28
+ this.refNames = new Array(0);
29
+ this.refValues = new Array(0);
30
+ }
31
+ get content() {
32
+ return this._content;
33
+ }
34
+ set content(a) {
35
+ this._content = a;
36
+ }
37
+ get refNames() {
38
+ return this._refNames;
39
+ }
40
+ set refNames(a) {
41
+ this._refNames = a;
42
+ }
43
+ get refValues() {
44
+ return this._refValues;
45
+ }
46
+ set refValues(a) {
47
+ this._refValues = a;
48
+ }
49
+ get mainRef() {
50
+ return this._mainRef;
51
+ }
52
+ set mainRef(a) {
53
+ this._mainRef = a;
54
+ }
55
+ get descriptionType() {
56
+ return this._descriptionType;
57
+ }
58
+ set descriptionType(a) {
59
+ this._descriptionType = a;
60
+ }
61
+ h(a, b, c) {
62
+ let d = (c ? "Vertical" : "") + EnumUtil.getName(DataSeriesAxisType_$type, a) + "_" + (b ? "primary" : "secondary") + "_";
63
+ if (!this.f.containsKey(d)) {
64
+ this.f.item(d, 0);
65
+ }
66
+ let e = this.f.item(d);
67
+ let f = d + "_" + e;
68
+ this.f.item(d, e + 1);
69
+ return f;
70
+ }
71
+ k(a) {
72
+ let b = EnumUtil.getName(DataSeriesType_$type, a) + "_";
73
+ if (!this.f.containsKey(b)) {
74
+ this.f.item(b, 0);
75
+ }
76
+ let c = this.f.item(b);
77
+ let d = b + "_" + c;
78
+ this.f.item(b, c + 1);
79
+ return d;
80
+ }
81
+ m(a) {
82
+ if (a == null) {
83
+ return null;
84
+ }
85
+ if (!this.e.containsKey(a)) {
86
+ this.e.item(a, Guid.newGuid().toString());
87
+ let b = new Array(this.refNames.length + 1);
88
+ let c = new Array(this.refValues.length + 1);
89
+ for (let d = 0; d < this.refNames.length; d++) {
90
+ b[d] = this.refNames[d];
91
+ }
92
+ for (let e = 0; e < this.refValues.length; e++) {
93
+ c[e] = this.refValues[e];
94
+ }
95
+ b[b.length - 1] = this.e.item(a);
96
+ c[c.length - 1] = a;
97
+ this.refNames = b;
98
+ this.refValues = c;
99
+ }
100
+ let f = this.e.item(a);
101
+ return f;
102
+ }
103
+ i(a) {
104
+ let b = a.suggestedPrimaryAxis;
105
+ let c = false;
106
+ if (a.suggestedSeries == 3) {
107
+ c = true;
108
+ }
109
+ let d = (c ? "Vertical" : "") + EnumUtil.getName(DataSeriesAxisType_$type, b) + "_" + (true ? "primary" : "secondary") + "_";
110
+ if (!this.f.containsKey(d)) {
111
+ this.f.item(d, 0);
112
+ }
113
+ let e = this.f.item(d);
114
+ if (e > 0) {
115
+ e--;
116
+ }
117
+ let f = d + "_" + e;
118
+ if (this.c.refNamespace != null) {
119
+ f = this.c.refNamespace + "/" + f;
120
+ }
121
+ return f;
122
+ }
123
+ j(a) {
124
+ let b = a.suggestedSecondaryAxis;
125
+ let c = false;
126
+ if (a.suggestedSeries == 3) {
127
+ c = true;
128
+ }
129
+ let d = (c ? "Vertical" : "") + EnumUtil.getName(DataSeriesAxisType_$type, b) + "_" + (false ? "primary" : "secondary") + "_";
130
+ if (!this.f.containsKey(d)) {
131
+ this.f.item(d, 0);
132
+ }
133
+ let e = this.f.item(d);
134
+ if (e > 0) {
135
+ e--;
136
+ }
137
+ let f = d + "_" + e;
138
+ if (this.c.refNamespace != null) {
139
+ f = this.c.refNamespace + "/" + f;
140
+ }
141
+ return f;
142
+ }
143
+ }
144
+ export { DataSeriesToDescriptionAdapterResult };
@@ -0,0 +1,36 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { DataSeriesToDescriptionCustomizations } from "./DataSeriesToDescriptionCustomizations";
3
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
4
+ import { Dictionary$2 } from "igniteui-webcomponents-core";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare class DataSeriesToDescriptionAdapterSettings extends Base {
9
+ static $t: Type;
10
+ private _customizations;
11
+ get customizations(): DataSeriesToDescriptionCustomizations;
12
+ set customizations(a: DataSeriesToDescriptionCustomizations);
13
+ private _originalData;
14
+ get originalData(): any;
15
+ set originalData(a: any);
16
+ private _context;
17
+ get context(): TypeDescriptionContext;
18
+ set context(a: TypeDescriptionContext);
19
+ private _shouldStackCategories;
20
+ get shouldStackCategories(): boolean;
21
+ set shouldStackCategories(a: boolean);
22
+ private _shouldPreferRadialCategories;
23
+ get shouldPreferRadialCategories(): boolean;
24
+ set shouldPreferRadialCategories(a: boolean);
25
+ private _refNamespace;
26
+ get refNamespace(): string;
27
+ set refNamespace(a: string);
28
+ private g;
29
+ a(a: string): (value: any) => any;
30
+ addCoercion(a: string, b: (value: any) => any): void;
31
+ private h;
32
+ hasSettingsValue(a: string): boolean;
33
+ getSettingsValue(a: string): any;
34
+ setSettingsValue(a: string, b: any): void;
35
+ m(a: Dictionary$2<string, any>): void;
36
+ }
@@ -0,0 +1,83 @@
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 { Base, String_$type, Delegate_$type, markType } from "igniteui-webcomponents-core";
8
+ import { Dictionary$2 } from "igniteui-webcomponents-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ class DataSeriesToDescriptionAdapterSettings extends Base {
13
+ constructor() {
14
+ super(...arguments);
15
+ this._customizations = null;
16
+ this._originalData = null;
17
+ this._context = null;
18
+ this._shouldStackCategories = false;
19
+ this._shouldPreferRadialCategories = false;
20
+ this._refNamespace = null;
21
+ this.g = new Dictionary$2(String_$type, Delegate_$type, 0);
22
+ this.h = new Dictionary$2(String_$type, Base.$, 0);
23
+ }
24
+ static { this.$t = markType(DataSeriesToDescriptionAdapterSettings, 'DataSeriesToDescriptionAdapterSettings'); }
25
+ get customizations() {
26
+ return this._customizations;
27
+ }
28
+ set customizations(a) {
29
+ this._customizations = a;
30
+ }
31
+ get originalData() {
32
+ return this._originalData;
33
+ }
34
+ set originalData(a) {
35
+ this._originalData = a;
36
+ }
37
+ get context() {
38
+ return this._context;
39
+ }
40
+ set context(a) {
41
+ this._context = a;
42
+ }
43
+ get shouldStackCategories() {
44
+ return this._shouldStackCategories;
45
+ }
46
+ set shouldStackCategories(a) {
47
+ this._shouldStackCategories = a;
48
+ }
49
+ get shouldPreferRadialCategories() {
50
+ return this._shouldPreferRadialCategories;
51
+ }
52
+ set shouldPreferRadialCategories(a) {
53
+ this._shouldPreferRadialCategories = a;
54
+ }
55
+ get refNamespace() {
56
+ return this._refNamespace;
57
+ }
58
+ set refNamespace(a) {
59
+ this._refNamespace = a;
60
+ }
61
+ a(a) {
62
+ if (this.g.containsKey(a)) {
63
+ return this.g.item(a);
64
+ }
65
+ return null;
66
+ }
67
+ addCoercion(a, b) {
68
+ this.g.item(a, b);
69
+ }
70
+ hasSettingsValue(a) {
71
+ return this.h.containsKey(a);
72
+ }
73
+ getSettingsValue(a) {
74
+ return this.h.item(a);
75
+ }
76
+ setSettingsValue(a, b) {
77
+ this.h.item(a, b);
78
+ }
79
+ m(a) {
80
+ this.h = a;
81
+ }
82
+ }
83
+ export { DataSeriesToDescriptionAdapterSettings };
@@ -0,0 +1,23 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { DataSeriesToDescriptionCustomization } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class DataSeriesToDescriptionCustomizations extends Base {
7
+ static $t: Type;
8
+ constructor(a: DataSeriesToDescriptionCustomization[]);
9
+ private m;
10
+ private h;
11
+ private e;
12
+ private g;
13
+ private d;
14
+ private i;
15
+ private f;
16
+ private n;
17
+ hasCustomizationsFor(a: string): boolean;
18
+ getPropertyCustomizations(a: string): DataSeriesToDescriptionCustomization[];
19
+ getCollectionModifiers(a: string): DataSeriesToDescriptionCustomization[];
20
+ private j;
21
+ clearOtherCustomizations(): void;
22
+ addOtherCustomizations(a: DataSeriesToDescriptionCustomizations): void;
23
+ }
@@ -0,0 +1,183 @@
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 { Base, fromEnum, String_$type, markType } from "igniteui-webcomponents-core";
8
+ import { DataSeriesToDescriptionCustomization } from "igniteui-webcomponents-core";
9
+ import { List$1 } from "igniteui-webcomponents-core";
10
+ import { Dictionary$2 } from "igniteui-webcomponents-core";
11
+ import { HashSet$1 } from "igniteui-webcomponents-core";
12
+ import { stringReplace } from "igniteui-webcomponents-core";
13
+ /**
14
+ * @hidden
15
+ */
16
+ class DataSeriesToDescriptionCustomizations extends Base {
17
+ static { this.$t = markType(DataSeriesToDescriptionCustomizations, 'DataSeriesToDescriptionCustomizations'); }
18
+ constructor(a) {
19
+ super();
20
+ this.h = new List$1(String_$type, 0);
21
+ this.e = new Dictionary$2(String_$type, List$1.$.specialize(DataSeriesToDescriptionCustomization.$), 0);
22
+ this.g = new List$1(String_$type, 0);
23
+ this.d = new Dictionary$2(String_$type, Dictionary$2.$.specialize(String_$type, List$1.$.specialize(DataSeriesToDescriptionCustomization.$)), 0);
24
+ this.i = new List$1(DataSeriesToDescriptionCustomization.$, 0);
25
+ this.f = new HashSet$1(DataSeriesToDescriptionCustomization.$, 0);
26
+ this.j = new List$1(DataSeriesToDescriptionCustomizations.$, 0);
27
+ for (let c = 0; c < a.length; c++) {
28
+ let b = a[c];
29
+ this.n(b);
30
+ }
31
+ for (let d of fromEnum(this.h)) {
32
+ let e = this.e.item(d);
33
+ this.m(e);
34
+ }
35
+ for (let f of fromEnum(this.g)) {
36
+ let g = this.d.item(f);
37
+ for (let h of fromEnum(g.keys)) {
38
+ let i = g.item(h);
39
+ this.m(i);
40
+ }
41
+ }
42
+ }
43
+ m(a) {
44
+ for (let b of fromEnum(a)) {
45
+ if (b.order != -1) {
46
+ a.aa((c, d) => {
47
+ if (c.order < d.order) {
48
+ return -1;
49
+ }
50
+ else if (c.order > d.order) {
51
+ return 1;
52
+ }
53
+ else {
54
+ return 0;
55
+ }
56
+ });
57
+ return;
58
+ }
59
+ }
60
+ }
61
+ n(a) {
62
+ if (a.matchType == null) {
63
+ return;
64
+ }
65
+ if (a.e != null) {
66
+ if (!this.f.contains(a)) {
67
+ this.f.add_1(a);
68
+ this.i.add(a);
69
+ }
70
+ }
71
+ if (a.isCollectionInsertionAtEnd || a.isCollectionInsertionAtIndex || a.isCollectionInsertionAtStart) {
72
+ if (!this.d.containsKey(a.matchType)) {
73
+ this.d.item(a.matchType, new Dictionary$2(String_$type, List$1.$.specialize(DataSeriesToDescriptionCustomization.$), 0));
74
+ this.g.add(a.matchType);
75
+ }
76
+ if (!this.d.item(a.matchType).containsKey(a.propertyName)) {
77
+ this.d.item(a.matchType).item(a.propertyName, new List$1(DataSeriesToDescriptionCustomization.$, 0));
78
+ }
79
+ this.d.item(a.matchType).item(a.propertyName).add(a);
80
+ }
81
+ else {
82
+ if (!this.e.containsKey(a.matchType)) {
83
+ this.e.item(a.matchType, new List$1(DataSeriesToDescriptionCustomization.$, 0));
84
+ this.h.add(a.matchType);
85
+ }
86
+ this.e.item(a.matchType).add(a);
87
+ }
88
+ }
89
+ hasCustomizationsFor(a) {
90
+ if (this.e.containsKey(a) || this.d.containsKey(a) || this.e.containsKey(stringReplace(a, "Description", "")) || this.d.containsKey(stringReplace(a, "Description", ""))) {
91
+ return true;
92
+ }
93
+ for (let b = 0; b < this.j.count; b++) {
94
+ if (this.j._inner[b].hasCustomizationsFor(a)) {
95
+ return true;
96
+ }
97
+ }
98
+ return false;
99
+ }
100
+ getPropertyCustomizations(a) {
101
+ let b = null;
102
+ if (this.e.containsKey(a)) {
103
+ let c = this.e.item(a);
104
+ if (c != null) {
105
+ if (b == null) {
106
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
107
+ }
108
+ for (let d = 0; d < c.count; d++) {
109
+ b.add(c._inner[d]);
110
+ }
111
+ }
112
+ }
113
+ if (this.e.containsKey(stringReplace(a, "Description", ""))) {
114
+ let e = this.e.item(stringReplace(a, "Description", ""));
115
+ if (e != null) {
116
+ if (b == null) {
117
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
118
+ }
119
+ for (let f = 0; f < e.count; f++) {
120
+ b.add(e._inner[f]);
121
+ }
122
+ }
123
+ }
124
+ for (let g = 0; g < this.j.count; g++) {
125
+ let h = this.j._inner[g].getPropertyCustomizations(a);
126
+ if (h != null) {
127
+ if (b == null) {
128
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
129
+ }
130
+ for (let i = 0; i < h.length; i++) {
131
+ b.add(h[i]);
132
+ }
133
+ }
134
+ }
135
+ return b != null ? b.toArray() : null;
136
+ }
137
+ getCollectionModifiers(a) {
138
+ let b = null;
139
+ if (this.d.containsKey(a)) {
140
+ for (let c of fromEnum(this.d.item(a).keys)) {
141
+ let d = this.d.item(a).item(c);
142
+ if (b == null) {
143
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
144
+ }
145
+ for (let e = 0; e < d.count; e++) {
146
+ b.add(d._inner[e]);
147
+ }
148
+ }
149
+ return b.toArray();
150
+ }
151
+ if (this.d.containsKey(stringReplace(a, "Description", ""))) {
152
+ for (let f of fromEnum(this.d.item(stringReplace(a, "Description", "")).keys)) {
153
+ let g = this.d.item(stringReplace(a, "Description", "")).item(f);
154
+ if (b == null) {
155
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
156
+ }
157
+ for (let h = 0; h < g.count; h++) {
158
+ b.add(g._inner[h]);
159
+ }
160
+ }
161
+ return b.toArray();
162
+ }
163
+ for (let i = 0; i < this.j.count; i++) {
164
+ let j = this.j._inner[i].getPropertyCustomizations(a);
165
+ if (j != null) {
166
+ if (b == null) {
167
+ b = new List$1(DataSeriesToDescriptionCustomization.$, 0);
168
+ }
169
+ for (let k = 0; k < j.length; k++) {
170
+ b.add(j[k]);
171
+ }
172
+ }
173
+ }
174
+ return null;
175
+ }
176
+ clearOtherCustomizations() {
177
+ this.j.clear();
178
+ }
179
+ addOtherCustomizations(a) {
180
+ this.j.add(a);
181
+ }
182
+ }
183
+ export { DataSeriesToDescriptionCustomizations };
@@ -0,0 +1,12 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { Description } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class DescriptionValueLookupHelper extends Base {
7
+ static $t: Type;
8
+ private static a;
9
+ static get b(): DescriptionValueLookupHelper;
10
+ c(a: Description, b: string): any;
11
+ d(a: Description, b: string, c: any): any;
12
+ }
@@ -0,0 +1,36 @@
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 { Base, markType } from "igniteui-webcomponents-core";
8
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ class DescriptionValueLookupHelper extends Base {
13
+ static { this.$t = markType(DescriptionValueLookupHelper, 'DescriptionValueLookupHelper'); }
14
+ static { this.a = null; }
15
+ static get b() {
16
+ if (DescriptionValueLookupHelper.a == null) {
17
+ DescriptionValueLookupHelper.a = new DescriptionValueLookupHelper();
18
+ }
19
+ return DescriptionValueLookupHelper.a;
20
+ }
21
+ c(a, b) {
22
+ if (a == null) {
23
+ return null;
24
+ }
25
+ b = TypeDescriptionContext.ab(b);
26
+ return a[b];
27
+ }
28
+ d(a, b, c) {
29
+ if (a == null) {
30
+ return null;
31
+ }
32
+ b = TypeDescriptionContext.ab(b);
33
+ return a[b] = c;
34
+ }
35
+ }
36
+ export { DescriptionValueLookupHelper };
@@ -0,0 +1,10 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { TypeDescriptionContext } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class GeographicMapDashboardTileFeature extends Base {
7
+ static $t: Type;
8
+ static register(): void;
9
+ static registerCore(a: TypeDescriptionContext): void;
10
+ }
@@ -0,0 +1,24 @@
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 { Base, markType } from "igniteui-webcomponents-core";
8
+ import { DashboardTile } from "./DashboardTile";
9
+ import { DashboardTileCommonFeature } from "./DashboardTileCommonFeature";
10
+ import { GeographicMapDescriptionModule } from "igniteui-webcomponents-core";
11
+ /**
12
+ * @hidden
13
+ */
14
+ class GeographicMapDashboardTileFeature extends Base {
15
+ static { this.$t = markType(GeographicMapDashboardTileFeature, 'GeographicMapDashboardTileFeature'); }
16
+ static register() {
17
+ GeographicMapDashboardTileFeature.registerCore(DashboardTile.bu.context);
18
+ }
19
+ static registerCore(a) {
20
+ DashboardTileCommonFeature.a(a);
21
+ GeographicMapDescriptionModule.register(a);
22
+ }
23
+ }
24
+ export { GeographicMapDashboardTileFeature };
@@ -0,0 +1,20 @@
1
+ import { DashboardTile } from "./DashboardTile";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ import { Size } from "igniteui-webcomponents-core";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export interface IDashboardTileView {
8
+ onInit(): void;
9
+ onContainerProvided(a: any): void;
10
+ onTemplateProvided(a: any, b: any): void;
11
+ notifySizeChanged(a: Size): void;
12
+ getContainer(a: any, b: (arg1: any) => void): void;
13
+ getUIContext(): any;
14
+ needsMeasure(): void;
15
+ model: DashboardTile;
16
+ }
17
+ /**
18
+ * @hidden
19
+ */
20
+ export declare let IDashboardTileView_$type: Type;
@@ -0,0 +1,11 @@
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 { Type } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let IDashboardTileView_$type = new Type(null, 'IDashboardTileView');
@@ -0,0 +1,13 @@
1
+ import { IDataSource } from "igniteui-webcomponents-core";
2
+ import { Type } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export interface IExternalDashboardTile {
7
+ createLocalDataSource(a: any): IDataSource;
8
+ onContentSizeChanged(): void;
9
+ }
10
+ /**
11
+ * @hidden
12
+ */
13
+ export declare let IExternalDashboardTile_$type: Type;