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.
Files changed (169) hide show
  1. package/License +27 -0
  2. package/README.md +19 -0
  3. package/bundles/igniteui-webcomponents-dashboards.umd.js +9396 -0
  4. package/bundles/igniteui-webcomponents-dashboards.umd.min.js +7 -0
  5. package/esm2015/igniteui-webcomponents-dashboards.js +1 -0
  6. package/esm2015/lib/DashboardTile.js +7 -0
  7. package/esm2015/lib/DashboardTileChangingContentEventArgs.js +26 -0
  8. package/esm2015/lib/DashboardTileCommonFeature.js +39 -0
  9. package/esm2015/lib/DashboardTileCustomization.js +7 -0
  10. package/esm2015/lib/DashboardTileCustomizationCollection.js +7 -0
  11. package/esm2015/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +33 -0
  12. package/esm2015/lib/DashboardTileGalleryIconInfo.js +22 -0
  13. package/esm2015/lib/DashboardTileGroupDescription.js +52 -0
  14. package/esm2015/lib/DashboardTileGroupDescriptionCollection.js +84 -0
  15. package/esm2015/lib/DashboardTilePrimitiveValueWrapper.js +20 -0
  16. package/esm2015/lib/DashboardTileSortDescription.js +61 -0
  17. package/esm2015/lib/DashboardTileSortDescriptionCollection.js +96 -0
  18. package/esm2015/lib/DashboardTileSummaryDescription.js +123 -0
  19. package/esm2015/lib/DashboardTileSummaryDescriptionCollection.js +102 -0
  20. package/esm2015/lib/DashboardTileToolbarProvider.js +7 -0
  21. package/esm2015/lib/DashboardTileView.js +7 -0
  22. package/esm2015/lib/DashboardTileView_combined.js +3151 -0
  23. package/esm2015/lib/DashboardTileVisualizationType.js +50 -0
  24. package/esm2015/lib/DataChartDashboardTileFeature.js +76 -0
  25. package/esm2015/lib/DataSeriesToDescriptionAdapter.js +1556 -0
  26. package/esm2015/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
  27. package/esm2015/lib/DataSeriesToDescriptionAdapterResult.js +146 -0
  28. package/esm2015/lib/DataSeriesToDescriptionAdapterSettings.js +85 -0
  29. package/esm2015/lib/DataSeriesToDescriptionCustomizations.js +176 -0
  30. package/esm2015/lib/DescriptionValueLookupHelper.js +38 -0
  31. package/esm2015/lib/GeographicMapDashboardTileFeature.js +26 -0
  32. package/esm2015/lib/IDashboardTileView.js +11 -0
  33. package/esm2015/lib/IExternalDashboardTile.js +11 -0
  34. package/esm2015/lib/LinearGaugeDashboardTileFeature.js +26 -0
  35. package/esm2015/lib/PieChartDashboardTileFeature.js +28 -0
  36. package/esm2015/lib/RadialGaugeDashboardTileFeature.js +26 -0
  37. package/esm2015/lib/igc-dashboard-tile-changing-content-event-args.js +36 -0
  38. package/esm2015/lib/igc-dashboard-tile-component.js +1147 -0
  39. package/esm2015/lib/igc-dashboard-tile-customization-collection.js +53 -0
  40. package/esm2015/lib/igc-dashboard-tile-customization-component.js +265 -0
  41. package/esm2015/lib/igc-dashboard-tile-customization-module.js +16 -0
  42. package/esm2015/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +48 -0
  43. package/esm2015/lib/igc-dashboard-tile-group-description-collection.js +76 -0
  44. package/esm2015/lib/igc-dashboard-tile-group-description-module.js +15 -0
  45. package/esm2015/lib/igc-dashboard-tile-group-description.js +19 -0
  46. package/esm2015/lib/igc-dashboard-tile-module.js +33 -0
  47. package/esm2015/lib/igc-dashboard-tile-sort-description-collection.js +86 -0
  48. package/esm2015/lib/igc-dashboard-tile-sort-description-module.js +15 -0
  49. package/esm2015/lib/igc-dashboard-tile-sort-description.js +70 -0
  50. package/esm2015/lib/igc-dashboard-tile-summary-description-collection.js +83 -0
  51. package/esm2015/lib/igc-dashboard-tile-summary-description-module.js +15 -0
  52. package/esm2015/lib/igc-dashboard-tile-summary-description.js +107 -0
  53. package/esm2015/lib/igc-data-chart-dashboard-tile-module.js +36 -0
  54. package/esm2015/lib/igc-geographic-map-dashboard-tile-module.js +18 -0
  55. package/esm2015/lib/igc-linear-gauge-dashboard-tile-module.js +18 -0
  56. package/esm2015/lib/igc-pie-chart-dashboard-tile-module.js +18 -0
  57. package/esm2015/lib/igc-radial-gauge-dashboard-tile-module.js +18 -0
  58. package/esm2015/public_api.js +51 -0
  59. package/esm5/igniteui-webcomponents-dashboards.js +1 -0
  60. package/esm5/lib/DashboardTile.js +7 -0
  61. package/esm5/lib/DashboardTileChangingContentEventArgs.js +32 -0
  62. package/esm5/lib/DashboardTileCommonFeature.js +43 -0
  63. package/esm5/lib/DashboardTileCustomization.js +7 -0
  64. package/esm5/lib/DashboardTileCustomizationCollection.js +7 -0
  65. package/esm5/lib/DashboardTileFilterStringErrorsParsingEventArgs.js +43 -0
  66. package/esm5/lib/DashboardTileGalleryIconInfo.js +24 -0
  67. package/esm5/lib/DashboardTileGroupDescription.js +59 -0
  68. package/esm5/lib/DashboardTileGroupDescriptionCollection.js +94 -0
  69. package/esm5/lib/DashboardTilePrimitiveValueWrapper.js +22 -0
  70. package/esm5/lib/DashboardTileSortDescription.js +75 -0
  71. package/esm5/lib/DashboardTileSortDescriptionCollection.js +110 -0
  72. package/esm5/lib/DashboardTileSummaryDescription.js +149 -0
  73. package/esm5/lib/DashboardTileSummaryDescriptionCollection.js +116 -0
  74. package/esm5/lib/DashboardTileToolbarProvider.js +7 -0
  75. package/esm5/lib/DashboardTileView.js +7 -0
  76. package/esm5/lib/DashboardTileView_combined.js +3814 -0
  77. package/esm5/lib/DashboardTileVisualizationType.js +50 -0
  78. package/esm5/lib/DataChartDashboardTileFeature.js +80 -0
  79. package/esm5/lib/DataSeriesToDescriptionAdapter.js +1581 -0
  80. package/esm5/lib/DataSeriesToDescriptionAdapterControlType.js +11 -0
  81. package/esm5/lib/DataSeriesToDescriptionAdapterResult.js +168 -0
  82. package/esm5/lib/DataSeriesToDescriptionAdapterSettings.js +111 -0
  83. package/esm5/lib/DataSeriesToDescriptionCustomizations.js +277 -0
  84. package/esm5/lib/DescriptionValueLookupHelper.js +46 -0
  85. package/esm5/lib/GeographicMapDashboardTileFeature.js +30 -0
  86. package/esm5/lib/IDashboardTileView.js +11 -0
  87. package/esm5/lib/IExternalDashboardTile.js +11 -0
  88. package/esm5/lib/LinearGaugeDashboardTileFeature.js +30 -0
  89. package/esm5/lib/PieChartDashboardTileFeature.js +32 -0
  90. package/esm5/lib/RadialGaugeDashboardTileFeature.js +30 -0
  91. package/esm5/lib/igc-dashboard-tile-changing-content-event-args.js +46 -0
  92. package/esm5/lib/igc-dashboard-tile-component.js +1401 -0
  93. package/esm5/lib/igc-dashboard-tile-customization-collection.js +58 -0
  94. package/esm5/lib/igc-dashboard-tile-customization-component.js +319 -0
  95. package/esm5/lib/igc-dashboard-tile-customization-module.js +20 -0
  96. package/esm5/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.js +62 -0
  97. package/esm5/lib/igc-dashboard-tile-group-description-collection.js +82 -0
  98. package/esm5/lib/igc-dashboard-tile-group-description-module.js +19 -0
  99. package/esm5/lib/igc-dashboard-tile-group-description.js +27 -0
  100. package/esm5/lib/igc-dashboard-tile-module.js +37 -0
  101. package/esm5/lib/igc-dashboard-tile-sort-description-collection.js +96 -0
  102. package/esm5/lib/igc-dashboard-tile-sort-description-module.js +19 -0
  103. package/esm5/lib/igc-dashboard-tile-sort-description.js +84 -0
  104. package/esm5/lib/igc-dashboard-tile-summary-description-collection.js +93 -0
  105. package/esm5/lib/igc-dashboard-tile-summary-description-module.js +19 -0
  106. package/esm5/lib/igc-dashboard-tile-summary-description.js +134 -0
  107. package/esm5/lib/igc-data-chart-dashboard-tile-module.js +40 -0
  108. package/esm5/lib/igc-geographic-map-dashboard-tile-module.js +22 -0
  109. package/esm5/lib/igc-linear-gauge-dashboard-tile-module.js +22 -0
  110. package/esm5/lib/igc-pie-chart-dashboard-tile-module.js +22 -0
  111. package/esm5/lib/igc-radial-gauge-dashboard-tile-module.js +22 -0
  112. package/esm5/public_api.js +51 -0
  113. package/fesm2015/igniteui-webcomponents-dashboards.js +7990 -0
  114. package/fesm5/igniteui-webcomponents-dashboards.js +9344 -0
  115. package/igniteui-webcomponents-dashboards.d.ts +1 -0
  116. package/lib/DashboardTile.d.ts +1 -0
  117. package/lib/DashboardTileChangingContentEventArgs.d.ts +11 -0
  118. package/lib/DashboardTileCommonFeature.d.ts +9 -0
  119. package/lib/DashboardTileCustomization.d.ts +1 -0
  120. package/lib/DashboardTileCustomizationCollection.d.ts +1 -0
  121. package/lib/DashboardTileFilterStringErrorsParsingEventArgs.d.ts +14 -0
  122. package/lib/DashboardTileGalleryIconInfo.d.ts +11 -0
  123. package/lib/DashboardTileGroupDescription.d.ts +16 -0
  124. package/lib/DashboardTileGroupDescriptionCollection.d.ts +27 -0
  125. package/lib/DashboardTilePrimitiveValueWrapper.d.ts +8 -0
  126. package/lib/DashboardTileSortDescription.d.ts +20 -0
  127. package/lib/DashboardTileSortDescriptionCollection.d.ts +31 -0
  128. package/lib/DashboardTileSummaryDescription.d.ts +38 -0
  129. package/lib/DashboardTileSummaryDescriptionCollection.d.ts +31 -0
  130. package/lib/DashboardTileToolbarProvider.d.ts +1 -0
  131. package/lib/DashboardTileView.d.ts +1 -0
  132. package/lib/DashboardTileView_combined.d.ts +525 -0
  133. package/lib/DashboardTileVisualizationType.d.ts +43 -0
  134. package/lib/DataChartDashboardTileFeature.d.ts +10 -0
  135. package/lib/DataSeriesToDescriptionAdapter.d.ts +62 -0
  136. package/lib/DataSeriesToDescriptionAdapterControlType.d.ts +15 -0
  137. package/lib/DataSeriesToDescriptionAdapterResult.d.ts +36 -0
  138. package/lib/DataSeriesToDescriptionAdapterSettings.d.ts +36 -0
  139. package/lib/DataSeriesToDescriptionCustomizations.d.ts +21 -0
  140. package/lib/DescriptionValueLookupHelper.d.ts +12 -0
  141. package/lib/GeographicMapDashboardTileFeature.d.ts +10 -0
  142. package/lib/IDashboardTileView.d.ts +20 -0
  143. package/lib/IExternalDashboardTile.d.ts +13 -0
  144. package/lib/LinearGaugeDashboardTileFeature.d.ts +10 -0
  145. package/lib/PieChartDashboardTileFeature.d.ts +10 -0
  146. package/lib/RadialGaugeDashboardTileFeature.d.ts +10 -0
  147. package/lib/igc-dashboard-tile-changing-content-event-args.d.ts +14 -0
  148. package/lib/igc-dashboard-tile-component.d.ts +348 -0
  149. package/lib/igc-dashboard-tile-customization-collection.d.ts +8 -0
  150. package/lib/igc-dashboard-tile-customization-component.d.ts +59 -0
  151. package/lib/igc-dashboard-tile-customization-module.d.ts +3 -0
  152. package/lib/igc-dashboard-tile-filter-string-errors-parsing-event-args.d.ts +22 -0
  153. package/lib/igc-dashboard-tile-group-description-collection.d.ts +23 -0
  154. package/lib/igc-dashboard-tile-group-description-module.d.ts +3 -0
  155. package/lib/igc-dashboard-tile-group-description.d.ts +13 -0
  156. package/lib/igc-dashboard-tile-module.d.ts +3 -0
  157. package/lib/igc-dashboard-tile-sort-description-collection.d.ts +28 -0
  158. package/lib/igc-dashboard-tile-sort-description-module.d.ts +3 -0
  159. package/lib/igc-dashboard-tile-sort-description.d.ts +33 -0
  160. package/lib/igc-dashboard-tile-summary-description-collection.d.ts +25 -0
  161. package/lib/igc-dashboard-tile-summary-description-module.d.ts +3 -0
  162. package/lib/igc-dashboard-tile-summary-description.d.ts +40 -0
  163. package/lib/igc-data-chart-dashboard-tile-module.d.ts +3 -0
  164. package/lib/igc-geographic-map-dashboard-tile-module.d.ts +3 -0
  165. package/lib/igc-linear-gauge-dashboard-tile-module.d.ts +3 -0
  166. package/lib/igc-pie-chart-dashboard-tile-module.d.ts +3 -0
  167. package/lib/igc-radial-gauge-dashboard-tile-module.d.ts +3 -0
  168. package/package.json +42 -0
  169. package/public_api.d.ts +51 -0
@@ -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,265 @@
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
+ export let IgcDashboardTileCustomizationComponent = /*@__PURE__*/ (() => {
7
+ class IgcDashboardTileCustomizationComponent extends IgcHTMLElement {
8
+ createImplementation() {
9
+ return new DashboardTileCustomization();
10
+ }
11
+ /**
12
+ * @hidden
13
+ */
14
+ get i() {
15
+ return this._implementation;
16
+ } /**
17
+ * @hidden
18
+ */
19
+ static _createFromInternal(internal) {
20
+ if (!internal) {
21
+ return null;
22
+ }
23
+ if (!internal.$type) {
24
+ return null;
25
+ }
26
+ let name = internal.$type.name;
27
+ let externalName = "Igc" + name + "Component";
28
+ if (!TypeRegistrar.isRegistered(externalName)) {
29
+ return null;
30
+ }
31
+ return TypeRegistrar.create(externalName);
32
+ }
33
+ onImplementationCreated() {
34
+ }
35
+ constructor() {
36
+ super();
37
+ this._settingAttributes = false;
38
+ this._attached = false;
39
+ this._queuedSetAttributes = [];
40
+ this._updatingFromAttribute = false;
41
+ this.__p = null;
42
+ this._hasUserValues = new Set();
43
+ this._stylingContainer = null;
44
+ this._stylingParent = null;
45
+ this._inStyling = false;
46
+ if (this._styling) {
47
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
48
+ }
49
+ this._implementation = this.createImplementation();
50
+ this._implementation.externalObject = this;
51
+ this.onImplementationCreated();
52
+ if (this._initializeAdapters) {
53
+ this._initializeAdapters();
54
+ }
55
+ }
56
+ _enqueueSetAttribute(attrName, attrValue) {
57
+ this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
58
+ }
59
+ _flushQueuedAttributes() {
60
+ this._settingAttributes = true;
61
+ for (let i = 0; i < this._queuedSetAttributes.length; i++) {
62
+ this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
63
+ }
64
+ this._settingAttributes = false;
65
+ this._queuedSetAttributes.length = 0;
66
+ }
67
+ _a(attrName, attrValue) {
68
+ if (this._updatingFromAttribute) {
69
+ return;
70
+ }
71
+ if (attrValue) {
72
+ attrValue = attrValue.toString();
73
+ }
74
+ this._settingAttributes = true;
75
+ attrName = toSpinal(attrName);
76
+ if (this._attached) {
77
+ this.setAttribute(attrName, attrValue);
78
+ }
79
+ else {
80
+ this._enqueueSetAttribute(attrName, attrValue);
81
+ }
82
+ this._settingAttributes = false;
83
+ }
84
+ connectedCallback() {
85
+ if (super["connectedCallback"]) {
86
+ super["connectedCallback"]();
87
+ }
88
+ if (this.i.connectedCallback) {
89
+ this.i.connectedCallback();
90
+ }
91
+ if (!this._attached) {
92
+ this._attached = true;
93
+ this._flushQueuedAttributes();
94
+ }
95
+ }
96
+ disconnectedCallback() {
97
+ if (super["disconnectedCallback"]) {
98
+ super["disconnectedCallback"]();
99
+ }
100
+ if (this.i.disconnectedCallback) {
101
+ this.i.disconnectedCallback();
102
+ }
103
+ if (this._attached) {
104
+ this._attached = false;
105
+ }
106
+ }
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 register() {
127
+ if (!IgcDashboardTileCustomizationComponent._isElementRegistered) {
128
+ IgcDashboardTileCustomizationComponent._isElementRegistered = true;
129
+ RegisterElementHelper.registerElement(IgcDashboardTileCustomizationComponent.htmlTagName, IgcDashboardTileCustomizationComponent);
130
+ }
131
+ }
132
+ get matchType() {
133
+ return this.i.l;
134
+ }
135
+ set matchType(v) {
136
+ this.i.l = v;
137
+ }
138
+ get propertyName() {
139
+ return this.i.m;
140
+ }
141
+ set propertyName(v) {
142
+ this.i.m = v;
143
+ }
144
+ get propertyValue() {
145
+ return this.i.k;
146
+ }
147
+ set propertyValue(v) {
148
+ this.i.k = v;
149
+ }
150
+ get isCollectionInsertionAtEnd() {
151
+ return this.i.c;
152
+ }
153
+ set isCollectionInsertionAtEnd(v) {
154
+ this.i.c = ensureBool(v);
155
+ this._a("isCollectionInsertionAtEnd", this.i.c);
156
+ }
157
+ get isCollectionInsertionAtStart() {
158
+ return this.i.e;
159
+ }
160
+ set isCollectionInsertionAtStart(v) {
161
+ this.i.e = ensureBool(v);
162
+ this._a("isCollectionInsertionAtStart", this.i.e);
163
+ }
164
+ get isCollectionInsertionAtIndex() {
165
+ return this.i.d;
166
+ }
167
+ set isCollectionInsertionAtIndex(v) {
168
+ this.i.d = ensureBool(v);
169
+ this._a("isCollectionInsertionAtIndex", this.i.d);
170
+ }
171
+ get isCollectionRemovaltIndex() {
172
+ return this.i.f;
173
+ }
174
+ set isCollectionRemovaltIndex(v) {
175
+ this.i.f = ensureBool(v);
176
+ this._a("isCollectionRemovaltIndex", this.i.f);
177
+ }
178
+ get collectionIndex() {
179
+ return this.i.h;
180
+ }
181
+ set collectionIndex(v) {
182
+ this.i.h = +v;
183
+ this._a("collectionIndex", this.i.h);
184
+ }
185
+ get order() {
186
+ return this.i.j;
187
+ }
188
+ set order(v) {
189
+ this.i.j = +v;
190
+ this._a("order", this.i.j);
191
+ }
192
+ get matchParentIndex() {
193
+ return this.i.i;
194
+ }
195
+ set matchParentIndex(v) {
196
+ this.i.i = +v;
197
+ this._a("matchParentIndex", this.i.i);
198
+ }
199
+ findByName(name) {
200
+ if (this.findEphemera) {
201
+ if (name && name.indexOf("@@e:") == 0) {
202
+ return this.findEphemera(name);
203
+ }
204
+ }
205
+ return null;
206
+ }
207
+ get hasUserValues() {
208
+ return this._hasUserValues;
209
+ }
210
+ __m(propertyName) {
211
+ if (!this._inStyling) {
212
+ this._hasUserValues.add(propertyName);
213
+ }
214
+ }
215
+ _styling(container, component, parent) {
216
+ if (this._inStyling) {
217
+ return;
218
+ }
219
+ this._inStyling = true;
220
+ this._stylingContainer = container;
221
+ this._stylingParent = component;
222
+ let genericPrefix = "";
223
+ let typeName = this.i.$type.name;
224
+ if (typeName.indexOf("Xam") === 0) {
225
+ typeName = typeName.substring(3);
226
+ }
227
+ genericPrefix = toSpinal("DashboardTileCustomizationComponent");
228
+ let additionalPrefixes = [];
229
+ let prefix = toSpinal(typeName);
230
+ additionalPrefixes.push(prefix + "-");
231
+ let b = this.i.$type.baseType;
232
+ while (b && b.name != "Object" &&
233
+ b.name != "Base" &&
234
+ b.name != "Control" &&
235
+ b.Name != "DependencyObject" &&
236
+ b.Name != "FrameworkElement") {
237
+ typeName = b.name;
238
+ if (typeName.indexOf("Xam") === 0) {
239
+ typeName = typeName.substring(3);
240
+ }
241
+ let basePrefix = toSpinal(typeName);
242
+ additionalPrefixes.push(basePrefix + "-");
243
+ b = b.baseType;
244
+ }
245
+ if (parent) {
246
+ let parentTypeName = parent.i.$type.name;
247
+ if (parentTypeName.indexOf("Xam") === 0) {
248
+ parentTypeName = parentTypeName.substring(3);
249
+ }
250
+ let parentPrefix = toSpinal(parentTypeName);
251
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
252
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
253
+ }
254
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
255
+ if (this._otherStyling) {
256
+ this._otherStyling(container, component, parent);
257
+ }
258
+ this._inStyling = false;
259
+ }
260
+ }
261
+ IgcDashboardTileCustomizationComponent._observedAttributesIgcDashboardTileCustomizationComponent = null;
262
+ IgcDashboardTileCustomizationComponent.htmlTagName = "igc-dashboard-tile-customization";
263
+ IgcDashboardTileCustomizationComponent._isElementRegistered = false;
264
+ return IgcDashboardTileCustomizationComponent;
265
+ })();
@@ -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,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
+ this._implementation.externalObject = this;
20
+ this.onImplementationCreated();
21
+ if (this._initializeAdapters) {
22
+ this._initializeAdapters();
23
+ }
24
+ }
25
+ _provideImplementation(i) {
26
+ this._implementation = i;
27
+ this._implementation.externalObject = this;
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,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
+ this._implementation.externalObject = this;
21
+ this.onImplementationCreated();
22
+ if (this._initializeAdapters) {
23
+ this._initializeAdapters();
24
+ }
25
+ }
26
+ _provideImplementation(i) {
27
+ this._implementation = i;
28
+ this._implementation.externalObject = this;
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
+ iv.externalObject = e;
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,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
+ }
@@ -0,0 +1,33 @@
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
+ export class IgcDashboardTileModule {
19
+ static register() {
20
+ IgcComponentRendererContainerModule.register();
21
+ IgcDataGridModule.register();
22
+ IgcPropertyEditorPanelModule.register();
23
+ IgcToolbarModule.register();
24
+ IgcMultiColumnComboBoxModule.register();
25
+ IgcItemLegendModule.register();
26
+ IgcLegendModule.register();
27
+ IgcDataLegendModule.register();
28
+ IgcDashboardTileComponent.register();
29
+ TypeRegistrar.registerCons('IgcDashboardTileComponent', IgcDashboardTileComponent);
30
+ TypeRegistrar.registerCons('IgcDashboardTileComponent', IgcDashboardTileComponent);
31
+ TypeRegistrar.register('DashboardTile', DashboardTile.$type);
32
+ }
33
+ }
@@ -0,0 +1,86 @@
1
+ import { IgcDashboardTileSortDescription } from "./igc-dashboard-tile-sort-description";
2
+ import { DashboardTileSortDescriptionCollection as DashboardTileSortDescriptionCollection_internal } from "./DashboardTileSortDescriptionCollection";
3
+ import { ensureBool } from "igniteui-webcomponents-core";
4
+ /**
5
+ * Represents a collection of sort elements that are applied to a data source or provider.
6
+ */
7
+ export class IgcDashboardTileSortDescriptionCollection {
8
+ createImplementation() {
9
+ return new DashboardTileSortDescriptionCollection_internal();
10
+ }
11
+ /**
12
+ * @hidden
13
+ */
14
+ get i() {
15
+ return this._implementation;
16
+ }
17
+ onImplementationCreated() {
18
+ }
19
+ constructor() {
20
+ this._implementation = this.createImplementation();
21
+ this._implementation.externalObject = this;
22
+ this.onImplementationCreated();
23
+ if (this._initializeAdapters) {
24
+ this._initializeAdapters();
25
+ }
26
+ }
27
+ _provideImplementation(i) {
28
+ this._implementation = i;
29
+ this._implementation.externalObject = this;
30
+ this.onImplementationCreated();
31
+ if (this._initializeAdapters) {
32
+ this._initializeAdapters();
33
+ }
34
+ }
35
+ /**
36
+ * Gets or sets whether this collection should detach the sync when the target collection changes.
37
+ */
38
+ get shouldDetachOnTargetChange() {
39
+ return this.i.i;
40
+ }
41
+ set shouldDetachOnTargetChange(v) {
42
+ this.i.i = ensureBool(v);
43
+ }
44
+ findByName(name) {
45
+ if (this.findEphemera) {
46
+ if (name && name.indexOf("@@e:") == 0) {
47
+ return this.findEphemera(name);
48
+ }
49
+ }
50
+ return null;
51
+ }
52
+ add(item) {
53
+ let iv = this.i.g((item == null ? null : item.i));
54
+ return (iv);
55
+ }
56
+ insert(index, item) {
57
+ this.i.p(index, (item == null ? null : item.i));
58
+ }
59
+ clear() {
60
+ this.i.o();
61
+ }
62
+ indexOf(item) {
63
+ let iv = this.i.k((item == null ? null : item.i));
64
+ return (iv);
65
+ }
66
+ remove(item) {
67
+ let iv = this.i.h((item == null ? null : item.i));
68
+ return (iv);
69
+ }
70
+ removeAt(index) {
71
+ let iv = this.i.b(index);
72
+ let ret = null;
73
+ if (iv && iv.externalObject) {
74
+ ret = iv.externalObject;
75
+ }
76
+ else {
77
+ if (iv) {
78
+ let e = new IgcDashboardTileSortDescription();
79
+ e._implementation = iv;
80
+ iv.externalObject = e;
81
+ ret = e;
82
+ }
83
+ }
84
+ return ret;
85
+ }
86
+ }
@@ -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 { IgcDashboardTileSortDescription } from './igc-dashboard-tile-sort-description';
8
+ import { DashboardTileSortDescription } from './DashboardTileSortDescription';
9
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
10
+ export class IgcDashboardTileSortDescriptionModule {
11
+ static register() {
12
+ TypeRegistrar.registerCons("IgcDashboardTileSortDescription", IgcDashboardTileSortDescription);
13
+ TypeRegistrar.register("DashboardTileSortDescription", DashboardTileSortDescription.$type);
14
+ }
15
+ }