igniteui-angular-core 20.2.0 → 20.2.1

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 (230) hide show
  1. package/bundles/igniteui-angular-core.umd.js +6890 -5217
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/AxisDescription.js +276 -276
  4. package/esm2015/lib/AxisDescriptionMetadata.js +10 -5
  5. package/esm2015/lib/AxisMouseEventArgsDescription.js +29 -21
  6. package/esm2015/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  7. package/esm2015/lib/BaseDOMEventProxy_combined.js +420 -419
  8. package/esm2015/lib/CanvasGestureDOMEventProxy.js +252 -252
  9. package/esm2015/lib/CanvasScalingHelpers.js +79 -0
  10. package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  11. package/esm2015/lib/CategoryChartDescription.js +121 -121
  12. package/esm2015/lib/DashboardTileDescription.js +90 -82
  13. package/esm2015/lib/DashboardTileDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/DataChartDescription.js +103 -95
  15. package/esm2015/lib/DataChartDescriptionMetadata.js +1 -0
  16. package/esm2015/lib/DataPieBaseChartDescription.js +117 -117
  17. package/esm2015/lib/DataPieChartDescription.js +32 -32
  18. package/esm2015/lib/DataSourceLocalDataProvider.js +371 -158
  19. package/esm2015/lib/DomainChartDescription.js +786 -778
  20. package/esm2015/lib/DomainChartDescriptionMetadata.js +10 -2
  21. package/esm2015/lib/EventProxy.js +32 -31
  22. package/esm2015/lib/FeatureState.js +29 -0
  23. package/esm2015/lib/FinancialChartDescription.js +151 -151
  24. package/esm2015/lib/GeographicMapDescription.js +41 -41
  25. package/esm2015/lib/ImageLoadEventArgsDescription.js +58 -0
  26. package/esm2015/lib/ImageLoadEventArgsDescriptionMetadata.js +41 -0
  27. package/esm2015/lib/LabelFormatOverrideEventArgsDescription.js +50 -0
  28. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  29. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +76 -0
  30. package/esm2015/lib/LastSevenDaysExpressionDescription.js +25 -0
  31. package/esm2015/lib/LastSevenDaysExpressionDescriptionMetadata.js +39 -0
  32. package/esm2015/lib/LastThirtyDaysExpressionDescription.js +25 -0
  33. package/esm2015/lib/LastThirtyDaysExpressionDescriptionMetadata.js +39 -0
  34. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescription.js +25 -0
  35. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +39 -0
  36. package/esm2015/lib/MonthToDateExpressionDescription.js +25 -0
  37. package/esm2015/lib/MonthToDateExpressionDescriptionMetadata.js +39 -0
  38. package/esm2015/lib/NumericAxisBaseDescription.js +84 -84
  39. package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  40. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  41. package/esm2015/lib/QuarterToDateExpressionDescription.js +25 -0
  42. package/esm2015/lib/QuarterToDateExpressionDescriptionMetadata.js +39 -0
  43. package/esm2015/lib/RadialBaseChartDescription.js +217 -217
  44. package/esm2015/lib/ScrollerView_combined.js +12 -12
  45. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -1
  46. package/esm2015/lib/SeriesViewerDescription.js +503 -487
  47. package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  48. package/esm2015/lib/TimeAxisLabelFormatDescription.js +14 -6
  49. package/esm2015/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -35
  50. package/esm2015/lib/TrailingTwelveMonthsExpressionDescription.js +25 -0
  51. package/esm2015/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +39 -0
  52. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  53. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescription.js +23 -0
  54. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  55. package/esm2015/lib/WebColumnDescription.js +131 -115
  56. package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -0
  57. package/esm2015/lib/WebColumnGroupDescription.js +12 -12
  58. package/esm2015/lib/WebCustomDateRangeDescription.js +16 -0
  59. package/esm2015/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  60. package/esm2015/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  61. package/esm2015/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  62. package/esm2015/lib/WebDefaultMergeStrategyDescription.js +26 -0
  63. package/esm2015/lib/WebDefaultMergeStrategyDescriptionMetadata.js +42 -0
  64. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescription.js +23 -0
  65. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  66. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +341 -325
  67. package/esm2015/lib/WebGridDescription.js +52 -52
  68. package/esm2015/lib/WebGridMergeStrategyDescription.js +26 -0
  69. package/esm2015/lib/WebGridMergeStrategyDescriptionMetadata.js +43 -0
  70. package/esm2015/lib/WebGridResourceStringsDescription.js +549 -437
  71. package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  72. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  73. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  74. package/esm2015/lib/WebPivotGridDescription.js +42 -42
  75. package/esm2015/lib/WebPositionSettingsDescription.js +18 -10
  76. package/esm2015/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  77. package/esm2015/lib/WebRowIslandDescription.js +356 -340
  78. package/esm2015/lib/WebRowIslandDescriptionMetadata.js +6 -0
  79. package/esm2015/lib/WebTooltipDescription.js +43 -35
  80. package/esm2015/lib/WebTooltipDescriptionMetadata.js +1 -0
  81. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  82. package/esm2015/lib/XYChartDescription.js +217 -217
  83. package/esm2015/public_api.js +28 -2
  84. package/esm5/lib/AxisDescription.js +276 -276
  85. package/esm5/lib/AxisDescriptionMetadata.js +10 -5
  86. package/esm5/lib/AxisMouseEventArgsDescription.js +31 -19
  87. package/esm5/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  88. package/esm5/lib/BaseDOMEventProxy_combined.js +418 -417
  89. package/esm5/lib/CanvasGestureDOMEventProxy.js +252 -252
  90. package/esm5/lib/CanvasScalingHelpers.js +83 -0
  91. package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  92. package/esm5/lib/CategoryChartDescription.js +121 -121
  93. package/esm5/lib/DashboardTileDescription.js +94 -82
  94. package/esm5/lib/DashboardTileDescriptionMetadata.js +1 -0
  95. package/esm5/lib/DataChartDescription.js +107 -95
  96. package/esm5/lib/DataChartDescriptionMetadata.js +1 -0
  97. package/esm5/lib/DataPieBaseChartDescription.js +117 -117
  98. package/esm5/lib/DataPieChartDescription.js +32 -32
  99. package/esm5/lib/DataSourceLocalDataProvider.js +407 -168
  100. package/esm5/lib/DomainChartDescription.js +790 -778
  101. package/esm5/lib/DomainChartDescriptionMetadata.js +10 -2
  102. package/esm5/lib/EventProxy.js +32 -31
  103. package/esm5/lib/FeatureState.js +29 -0
  104. package/esm5/lib/FinancialChartDescription.js +151 -151
  105. package/esm5/lib/GeographicMapDescription.js +41 -41
  106. package/esm5/lib/ImageLoadEventArgsDescription.js +80 -0
  107. package/esm5/lib/ImageLoadEventArgsDescriptionMetadata.js +45 -0
  108. package/esm5/lib/LabelFormatOverrideEventArgsDescription.js +68 -0
  109. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  110. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +83 -0
  111. package/esm5/lib/LastSevenDaysExpressionDescription.js +26 -0
  112. package/esm5/lib/LastSevenDaysExpressionDescriptionMetadata.js +43 -0
  113. package/esm5/lib/LastThirtyDaysExpressionDescription.js +26 -0
  114. package/esm5/lib/LastThirtyDaysExpressionDescriptionMetadata.js +43 -0
  115. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescription.js +26 -0
  116. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +43 -0
  117. package/esm5/lib/MonthToDateExpressionDescription.js +26 -0
  118. package/esm5/lib/MonthToDateExpressionDescriptionMetadata.js +43 -0
  119. package/esm5/lib/NumericAxisBaseDescription.js +84 -84
  120. package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  121. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  122. package/esm5/lib/QuarterToDateExpressionDescription.js +26 -0
  123. package/esm5/lib/QuarterToDateExpressionDescriptionMetadata.js +43 -0
  124. package/esm5/lib/RadialBaseChartDescription.js +217 -217
  125. package/esm5/lib/ScrollerView_combined.js +12 -12
  126. package/esm5/lib/SeriesDescriptionMetadata.js +1 -1
  127. package/esm5/lib/SeriesViewerDescription.js +510 -486
  128. package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  129. package/esm5/lib/TimeAxisLabelFormatDescription.js +17 -5
  130. package/esm5/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -39
  131. package/esm5/lib/TrailingTwelveMonthsExpressionDescription.js +26 -0
  132. package/esm5/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +43 -0
  133. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  134. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescription.js +24 -0
  135. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  136. package/esm5/lib/WebColumnDescription.js +139 -115
  137. package/esm5/lib/WebColumnDescriptionMetadata.js +4 -0
  138. package/esm5/lib/WebColumnGroupDescription.js +12 -12
  139. package/esm5/lib/WebCustomDateRangeDescription.js +26 -1
  140. package/esm5/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  141. package/esm5/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  142. package/esm5/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  143. package/esm5/lib/WebDefaultMergeStrategyDescription.js +31 -0
  144. package/esm5/lib/WebDefaultMergeStrategyDescriptionMetadata.js +46 -0
  145. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescription.js +24 -0
  146. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  147. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +349 -325
  148. package/esm5/lib/WebGridDescription.js +52 -52
  149. package/esm5/lib/WebGridMergeStrategyDescription.js +31 -0
  150. package/esm5/lib/WebGridMergeStrategyDescriptionMetadata.js +47 -0
  151. package/esm5/lib/WebGridResourceStringsDescription.js +626 -458
  152. package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  153. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  154. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  155. package/esm5/lib/WebPivotGridDescription.js +42 -42
  156. package/esm5/lib/WebPositionSettingsDescription.js +22 -10
  157. package/esm5/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  158. package/esm5/lib/WebRowIslandDescription.js +364 -340
  159. package/esm5/lib/WebRowIslandDescriptionMetadata.js +6 -0
  160. package/esm5/lib/WebTooltipDescription.js +47 -35
  161. package/esm5/lib/WebTooltipDescriptionMetadata.js +1 -0
  162. package/esm5/lib/WebTreeGridDescription.js +28 -28
  163. package/esm5/lib/XYChartDescription.js +217 -217
  164. package/esm5/public_api.js +28 -2
  165. package/fesm2015/igniteui-angular-core.js +6610 -5175
  166. package/fesm5/igniteui-angular-core.js +6864 -5218
  167. package/lib/AxisDescription.d.ts +106 -106
  168. package/lib/AxisMouseEventArgsDescription.d.ts +12 -9
  169. package/lib/BaseDOMEventProxy_combined.d.ts +81 -80
  170. package/lib/CanvasGestureDOMEventProxy.d.ts +29 -29
  171. package/lib/CanvasScalingHelpers.d.ts +17 -0
  172. package/lib/CategoryChartDescription.d.ts +45 -45
  173. package/lib/DashboardTileDescription.d.ts +33 -30
  174. package/lib/DataChartDescription.d.ts +36 -33
  175. package/lib/DataPieBaseChartDescription.d.ts +43 -43
  176. package/lib/DataPieChartDescription.d.ts +12 -12
  177. package/lib/DataSourceLocalDataProvider.d.ts +36 -27
  178. package/lib/DomainChartDescription.d.ts +291 -288
  179. package/lib/DomainChartDescriptionMetadata.d.ts +2 -1
  180. package/lib/EventProxy.d.ts +28 -27
  181. package/lib/FeatureState.d.ts +22 -0
  182. package/lib/FinancialChartDescription.d.ts +56 -56
  183. package/lib/GeographicMapDescription.d.ts +14 -14
  184. package/lib/ImageLoadEventArgsDescription.d.ts +23 -0
  185. package/lib/ImageLoadEventArgsDescriptionMetadata.d.ts +13 -0
  186. package/lib/LabelFormatOverrideEventArgsDescription.d.ts +21 -0
  187. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata.d.ts +1 -0
  188. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.d.ts +23 -0
  189. package/lib/LastSevenDaysExpressionDescription.d.ts +12 -0
  190. package/lib/LastSevenDaysExpressionDescriptionMetadata.d.ts +13 -0
  191. package/lib/LastThirtyDaysExpressionDescription.d.ts +12 -0
  192. package/lib/LastThirtyDaysExpressionDescriptionMetadata.d.ts +13 -0
  193. package/lib/LastThreeSixtyFiveDaysExpressionDescription.d.ts +12 -0
  194. package/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.d.ts +13 -0
  195. package/lib/MonthToDateExpressionDescription.d.ts +12 -0
  196. package/lib/MonthToDateExpressionDescriptionMetadata.d.ts +13 -0
  197. package/lib/NumericAxisBaseDescription.d.ts +32 -32
  198. package/lib/QuarterToDateExpressionDescription.d.ts +12 -0
  199. package/lib/QuarterToDateExpressionDescriptionMetadata.d.ts +13 -0
  200. package/lib/RadialBaseChartDescription.d.ts +80 -80
  201. package/lib/SeriesViewerDescription.d.ts +178 -172
  202. package/lib/TimeAxisLabelFormatDescription.d.ts +6 -3
  203. package/lib/TimeAxisLabelFormatDescriptionMetadata.d.ts +1 -13
  204. package/lib/TrailingTwelveMonthsExpressionDescription.d.ts +12 -0
  205. package/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.d.ts +13 -0
  206. package/lib/WebByLevelTreeGridMergeStrategyDescription.d.ts +10 -0
  207. package/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  208. package/lib/WebColumnDescription.d.ts +46 -40
  209. package/lib/WebColumnGroupDescription.d.ts +4 -4
  210. package/lib/WebCustomDateRangeDescription.d.ts +7 -0
  211. package/lib/WebDateRangeValueEventArgsDescription.d.ts +3 -3
  212. package/lib/WebDefaultMergeStrategyDescription.d.ts +11 -0
  213. package/lib/WebDefaultMergeStrategyDescriptionMetadata.d.ts +13 -0
  214. package/lib/WebDefaultTreeGridMergeStrategyDescription.d.ts +10 -0
  215. package/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  216. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -112
  217. package/lib/WebGridDescription.d.ts +18 -18
  218. package/lib/WebGridMergeStrategyDescription.d.ts +11 -0
  219. package/lib/WebGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  220. package/lib/WebGridResourceStringsDescription.d.ts +197 -155
  221. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  222. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  223. package/lib/WebPivotGridDescription.d.ts +15 -15
  224. package/lib/WebPositionSettingsDescription.d.ts +7 -4
  225. package/lib/WebRowIslandDescription.d.ts +125 -118
  226. package/lib/WebTooltipDescription.d.ts +15 -12
  227. package/lib/WebTreeGridDescription.d.ts +10 -10
  228. package/lib/XYChartDescription.d.ts +80 -80
  229. package/package.json +1 -1
  230. package/public_api.d.ts +28 -2
@@ -5,7 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
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
6
  */
7
7
  import { __extends, __values } from "tslib";
8
- import { Base, IList_$type, runOn, String_$type, EnumUtil, fromEnum, typeCast, Array_$type, delegateRemove, delegateCombine, markType } from "./type";
8
+ import { Base, IList_$type, runOn, String_$type, EnumUtil, typeCast, Array_$type, fromEnum, delegateRemove, delegateCombine, markType } from "./type";
9
9
  import { IDataSourceLocalDataProvider_$type } from "./IDataSourceLocalDataProvider";
10
10
  import { IDataSourceSchema_$type } from "./IDataSourceSchema";
11
11
  import { DataSourceSchemaPropertyType_$type } from "./DataSourceSchemaPropertyType";
@@ -18,6 +18,7 @@ import { FastReflectionHelper } from "./FastReflectionHelper";
18
18
  import { HashSet$1 } from "./HashSet$1";
19
19
  import { DataSourceDataProviderSchemaChangedEventArgs } from "./DataSourceDataProviderSchemaChangedEventArgs";
20
20
  import { List$1 } from "./List$1";
21
+ import { FastIterationDictionary$2 } from "./FastIterationDictionary$2";
21
22
  import { INotifyCollectionChanged_$type } from "./INotifyCollectionChanged";
22
23
  import { getAllPropertyNames } from "./componentUtil";
23
24
  import { stringStartsWith } from "./string";
@@ -28,35 +29,36 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
28
29
  __extends(DataSourceLocalDataProvider, _super);
29
30
  function DataSourceLocalDataProvider() {
30
31
  var _this = _super.call(this) || this;
32
+ _this.o = null;
31
33
  _this.n = null;
32
- _this.m = null;
33
34
  _this.g = null;
34
- _this.o = null;
35
+ _this.p = null;
35
36
  _this.f = 0;
36
- _this.aa = 5;
37
- _this.ab = null;
38
- _this.u = new Dictionary$2(String_$type, DataSourceSchemaPropertyType_$type, 0);
39
- _this.ad = null;
37
+ _this.ac = 5;
38
+ _this.ad = 10;
39
+ _this.ag = null;
40
+ _this.w = new Dictionary$2(String_$type, DataSourceSchemaPropertyType_$type, 0);
41
+ _this.aj = null;
40
42
  _this.schemaChanged = null;
41
- _this.t = new Dictionary$2(String_$type, FastReflectionHelper.$, 0);
42
- _this.v = new HashSet$1(String_$type, 0);
43
+ _this.v = new Dictionary$2(String_$type, FastReflectionHelper.$, 0);
44
+ _this.x = new HashSet$1(String_$type, 0);
43
45
  _this.j = null;
44
- _this.y = null;
45
- _this.r = false;
46
+ _this.aa = null;
47
+ _this.s = false;
46
48
  _this.i = null;
47
49
  _this.h = null;
48
- _this.q = false;
50
+ _this.r = false;
49
51
  _this.a = null;
50
- _this.p = false;
52
+ _this.q = false;
51
53
  _this.b = null;
54
+ _this.o = new SortDescriptionCollection();
55
+ _this.o.n(runOn(_this, _this.a3));
52
56
  _this.n = new SortDescriptionCollection();
53
- _this.n.n(runOn(_this, _this.au));
54
- _this.m = new SortDescriptionCollection();
55
- _this.o = new SummaryDescriptionCollection();
57
+ _this.p = new SummaryDescriptionCollection();
56
58
  _this.g = new FilterExpressionCollection();
57
59
  return _this;
58
60
  }
59
- DataSourceLocalDataProvider.prototype.au = function (a, b) {
61
+ DataSourceLocalDataProvider.prototype.a3 = function (a, b) {
60
62
  this.queueAutoRefresh();
61
63
  };
62
64
  DataSourceLocalDataProvider.prototype.clone = function () {
@@ -81,40 +83,68 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
81
83
  }
82
84
  return a;
83
85
  };
84
- Object.defineProperty(DataSourceLocalDataProvider.prototype, "dataSource", {
86
+ Object.defineProperty(DataSourceLocalDataProvider.prototype, "maxDepth", {
85
87
  get: function () {
86
- return this.ab;
88
+ return this.ac;
87
89
  },
88
90
  set: function (a) {
89
- var b = this.ab;
90
- this.ab = a;
91
- if (b != this.ab) {
92
- this.ao("ItemsSource", b, this.ab);
91
+ var b = a;
92
+ this.ac = a;
93
+ if (b != a) {
94
+ this.az("MaxDepth", b, a);
93
95
  }
94
96
  },
95
97
  enumerable: false,
96
98
  configurable: true
97
99
  });
98
- Object.defineProperty(DataSourceLocalDataProvider.prototype, "schemaHints", {
100
+ Object.defineProperty(DataSourceLocalDataProvider.prototype, "maxIteration", {
99
101
  get: function () {
100
102
  return this.ad;
101
103
  },
102
104
  set: function (a) {
103
- var b = this.ad;
105
+ var b = a;
104
106
  this.ad = a;
105
- if (b != this.ad) {
106
- this.ao("SchemaHints", b, this.ad);
107
+ if (b != a) {
108
+ this.az("MaxIteration", b, a);
109
+ }
110
+ },
111
+ enumerable: false,
112
+ configurable: true
113
+ });
114
+ Object.defineProperty(DataSourceLocalDataProvider.prototype, "dataSource", {
115
+ get: function () {
116
+ return this.ag;
117
+ },
118
+ set: function (a) {
119
+ var b = this.ag;
120
+ this.ag = a;
121
+ if (b != this.ag) {
122
+ this.ax("ItemsSource", b, this.ag);
123
+ }
124
+ },
125
+ enumerable: false,
126
+ configurable: true
127
+ });
128
+ Object.defineProperty(DataSourceLocalDataProvider.prototype, "schemaHints", {
129
+ get: function () {
130
+ return this.aj;
131
+ },
132
+ set: function (a) {
133
+ var b = this.aj;
134
+ this.aj = a;
135
+ if (b != this.aj) {
136
+ this.ax("SchemaHints", b, this.aj);
107
137
  }
108
138
  },
109
139
  enumerable: false,
110
140
  configurable: true
111
141
  });
112
- DataSourceLocalDataProvider.prototype.ap = function () {
113
- if (this.ad == null) {
142
+ DataSourceLocalDataProvider.prototype.ay = function () {
143
+ if (this.aj == null) {
114
144
  return;
115
145
  }
116
- this.u.clear();
117
- var a = this.ad.split(',');
146
+ this.w.clear();
147
+ var a = this.aj.split(',');
118
148
  for (var b = 0; b < a.length; b++) {
119
149
  var c = a[b].trim().split(':');
120
150
  if (c.length != 2) {
@@ -122,7 +152,7 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
122
152
  }
123
153
  var d = c[0];
124
154
  var e = this.d(c[1]);
125
- this.u.addItem(d, e);
155
+ this.w.addItem(d, e);
126
156
  }
127
157
  };
128
158
  DataSourceLocalDataProvider.prototype.d = function (a) {
@@ -133,20 +163,20 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
133
163
  return 11;
134
164
  };
135
165
  DataSourceLocalDataProvider.prototype.getItemAtIndex = function (a) {
136
- if (this.y == null) {
166
+ if (this.aa == null) {
137
167
  return null;
138
168
  }
139
- if (this.r) {
140
- return this.y[a];
169
+ if (this.s) {
170
+ return this.aa[a];
141
171
  }
142
- return this.y.item(a);
172
+ return this.aa.item(a);
143
173
  };
144
174
  DataSourceLocalDataProvider.prototype.getItemValue = function (a, b) {
145
- this.ak();
175
+ this.as();
146
176
  var c;
147
- var d = this.t.tryGetValue(b, c);
177
+ var d = this.v.tryGetValue(b, c);
148
178
  c = d.p1;
149
- if (c == null && !this.v.contains(b)) {
179
+ if (c == null && !this.x.contains(b)) {
150
180
  var e = b.split('.');
151
181
  var f = a;
152
182
  var g = true;
@@ -159,10 +189,10 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
159
189
  }
160
190
  if (g) {
161
191
  c = new FastReflectionHelper(false, b);
162
- this.t.addItem(b, c);
192
+ this.v.addItem(b, c);
163
193
  }
164
194
  else {
165
- this.v.add_1(b);
195
+ this.x.add_1(b);
166
196
  }
167
197
  }
168
198
  if (c == null) {
@@ -175,9 +205,9 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
175
205
  return val_;
176
206
  };
177
207
  DataSourceLocalDataProvider.prototype.setItemValue = function (a, b, c) {
178
- this.ak();
208
+ this.as();
179
209
  var d;
180
- var e = this.t.tryGetValue(b, d);
210
+ var e = this.v.tryGetValue(b, d);
181
211
  d = e.p1;
182
212
  if (d == null) {
183
213
  return;
@@ -185,30 +215,30 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
185
215
  d.setPropertyValue(a, c);
186
216
  };
187
217
  DataSourceLocalDataProvider.prototype.removeItem = function (a) {
188
- if (this.y != null) {
189
- var b = this.y.indexOf(a);
190
- if (this.r) {
191
- this.y.splice(b, 1);
218
+ if (this.aa != null) {
219
+ var b = this.aa.indexOf(a);
220
+ if (this.s) {
221
+ this.aa.splice(b, 1);
192
222
  }
193
223
  else {
194
- this.y.removeAt(b);
224
+ this.aa.removeAt(b);
195
225
  }
196
226
  this.notifyRemoveItem(b, a);
197
227
  }
198
228
  };
199
229
  DataSourceLocalDataProvider.prototype.addItem = function (a) {
200
- if (this.y != null) {
230
+ if (this.aa != null) {
201
231
  var b = this.actualCount;
202
- if (this.r) {
203
- this.y.splice(b, 0, a);
232
+ if (this.s) {
233
+ this.aa.splice(b, 0, a);
204
234
  }
205
235
  else {
206
- this.y.insert(b, a);
236
+ this.aa.insert(b, a);
207
237
  }
208
238
  this.notifyInsertItem(this.actualCount - 1, a);
209
239
  }
210
240
  };
211
- DataSourceLocalDataProvider.prototype.ak = function () {
241
+ DataSourceLocalDataProvider.prototype.as = function () {
212
242
  if (this.j == null) {
213
243
  this.j = this.actualSchema;
214
244
  if (this.schemaChanged != null) {
@@ -218,13 +248,13 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
218
248
  };
219
249
  Object.defineProperty(DataSourceLocalDataProvider.prototype, "actualCount", {
220
250
  get: function () {
221
- if (this.y == null) {
251
+ if (this.aa == null) {
222
252
  return 0;
223
253
  }
224
- if (this.r) {
225
- return (this.y.length);
254
+ if (this.s) {
255
+ return (this.aa.length);
226
256
  }
227
- return this.y.count;
257
+ return this.aa.count;
228
258
  },
229
259
  enumerable: false,
230
260
  configurable: true
@@ -232,11 +262,11 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
232
262
  Object.defineProperty(DataSourceLocalDataProvider.prototype, "actualSchema", {
233
263
  get: function () {
234
264
  if (this.j == null) {
235
- if (this.y == null) {
265
+ if (this.aa == null) {
236
266
  this.j = new DefaultDataSourceSchema([], [], null, null, []);
237
267
  }
238
268
  else {
239
- this.j = this.l();
269
+ this.j = this.m();
240
270
  }
241
271
  }
242
272
  return this.j;
@@ -244,18 +274,191 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
244
274
  enumerable: false,
245
275
  configurable: true
246
276
  });
247
- DataSourceLocalDataProvider.prototype.l = function () {
248
- var a = this.ac();
277
+ DataSourceLocalDataProvider.prototype.m = function () {
278
+ this.v.clear();
279
+ this.x.clear();
280
+ return this.k(this.aa, this.maxIteration, this.maxDepth, null, 0);
281
+ };
282
+ DataSourceLocalDataProvider.prototype.k = function (a, b, c, d, e) {
283
+ var e_1, _a;
284
+ var _this = this;
285
+ if (e >= c) {
286
+ return null;
287
+ }
249
288
  if (a == null) {
289
+ if (e == 0) {
290
+ return new DefaultDataSourceSchema([], [], null, null, []);
291
+ }
292
+ else {
293
+ return null;
294
+ }
295
+ }
296
+ var f = 0;
297
+ var g = typeCast(Array_$type, a) !== null;
298
+ if (g) {
299
+ f = (a.length);
300
+ }
301
+ else {
302
+ f = a.count;
303
+ }
304
+ if (f == 0) {
250
305
  return new DefaultDataSourceSchema([], [], null, null, []);
251
306
  }
252
- this.t.clear();
253
- this.v.clear();
254
- return this.k(a, null, 0);
307
+ var h = null;
308
+ var i = new FastIterationDictionary$2(String_$type, DataSourceSchemaPropertyType_$type, 0);
309
+ var j = new HashSet$1(String_$type, 0);
310
+ var k = 0;
311
+ var l = new List$1(List$1.$.specialize(String_$type), 0);
312
+ var m = new List$1(IDataSourceSchema_$type, 0);
313
+ if (this.schemaIncludedProperties == null || this.schemaIncludedProperties.length > 0) {
314
+ this.at(a, b, function (n, o) {
315
+ if (n == null) {
316
+ return true;
317
+ }
318
+ if ((typeof n === 'function')) {
319
+ return true;
320
+ }
321
+ if ((Array.isArray(n))) {
322
+ return true;
323
+ }
324
+ var check_ = n;
325
+ if ((check_ instanceof HTMLElement)) {
326
+ return true;
327
+ }
328
+ if ((check_ instanceof Date)) {
329
+ return false;
330
+ }
331
+ if ((typeof check_ === 'number')) {
332
+ return false;
333
+ }
334
+ if ((typeof check_ === 'string')) {
335
+ return false;
336
+ }
337
+ if ((typeof check_ === 'boolean')) {
338
+ return false;
339
+ }
340
+ if ((typeof check_ === 'bigint')) {
341
+ return false;
342
+ }
343
+ if (h == null) {
344
+ h = _this.y(n);
345
+ }
346
+ for (var p = 0; p < h.count; p++) {
347
+ var q_1 = h._inner[p];
348
+ if (j.contains(q_1)) {
349
+ continue;
350
+ }
351
+ var r = d == null ? q_1 : d + "." + q_1;
352
+ if (_this.schemaIncludedProperties != null && _this.schemaIncludedProperties.length > 0) {
353
+ var s = false;
354
+ for (var t = 0; t < _this.schemaIncludedProperties.length; t++) {
355
+ if (_this.schemaIncludedProperties[t] == r) {
356
+ s = true;
357
+ break;
358
+ }
359
+ }
360
+ if (!s) {
361
+ k++;
362
+ continue;
363
+ }
364
+ }
365
+ if (!_this.t(check_, q_1)) {
366
+ k++;
367
+ continue;
368
+ }
369
+ if (i.d(q_1)) {
370
+ i.s(q_1, 11);
371
+ _this.v.addItem(r, new FastReflectionHelper(false, r));
372
+ }
373
+ if (_this.w.containsKey(r)) {
374
+ i.item(q_1, _this.w.item(r));
375
+ _this.w.removeItem(r);
376
+ j.add_1(q_1);
377
+ k++;
378
+ }
379
+ else {
380
+ var u = _this.ai(n, q_1);
381
+ if (u != null) {
382
+ i.item(q_1, DataSourceLocalDataProvider.e(u));
383
+ j.add_1(q_1);
384
+ k++;
385
+ }
386
+ else {
387
+ continue;
388
+ }
389
+ }
390
+ l.add(_this.z(n, q_1));
391
+ if (i.item(q_1) == 11) {
392
+ var v = _this.ai(n, q_1);
393
+ if (typeCast(Array_$type, v) !== null) {
394
+ m.add(_this.k(v, b, c, r, e + 1));
395
+ }
396
+ else {
397
+ var w = new List$1(Base.$, 0);
398
+ w.add1(v);
399
+ m.add(_this.k(w, 1, c, r, e + 1));
400
+ }
401
+ }
402
+ else {
403
+ m.add(null);
404
+ }
405
+ }
406
+ return !(k == h.count);
407
+ });
408
+ try {
409
+ for (var _b = __values(fromEnum(this.w)), _c = _b.next(); !_c.done; _c = _b.next()) {
410
+ var n = _c.value;
411
+ var o = n.key.split('.');
412
+ for (var p = 0; p < o.length; p++) {
413
+ if (j.contains(o[p])) {
414
+ continue;
415
+ }
416
+ else {
417
+ i.s(o[p], p == o.length - 1 ? n.value : 11);
418
+ j.add_1(o[p]);
419
+ l.add(new List$1(String_$type, 0));
420
+ }
421
+ }
422
+ }
423
+ }
424
+ catch (e_1_1) {
425
+ e_1 = { error: e_1_1 };
426
+ }
427
+ finally {
428
+ try {
429
+ if (_c && !_c.done && (_a = _b.return))
430
+ _a.call(_b);
431
+ }
432
+ finally {
433
+ if (e_1)
434
+ throw e_1.error;
435
+ }
436
+ }
437
+ }
438
+ else {
439
+ return new DefaultDataSourceSchema([], [], null, null, []);
440
+ }
441
+ var q = new Array(l.count);
442
+ for (var r = 0; r < l.count; r++) {
443
+ q[r] = l._inner[r].toArray();
444
+ }
445
+ return new DefaultDataSourceSchema(i.o.toArray(), i.q.toArray(), null, q, m.toArray());
255
446
  };
256
- DataSourceLocalDataProvider.prototype.k = function (a, b, c) {
257
- var e_1, _a;
258
- if (c >= this.aa) {
447
+ DataSourceLocalDataProvider.prototype.t = function (a, b) {
448
+ if (stringStartsWith(b, "_")) {
449
+ return false;
450
+ }
451
+ if (b == "$hashCode" || b == "$type") {
452
+ return false;
453
+ }
454
+ if ((typeof a[b] === 'function')) {
455
+ return false;
456
+ }
457
+ return true;
458
+ };
459
+ DataSourceLocalDataProvider.prototype.l = function (a, b, c) {
460
+ var e_2, _a;
461
+ if (c >= this.maxDepth) {
259
462
  return null;
260
463
  }
261
464
  if (a == null) {
@@ -275,7 +478,7 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
275
478
  var e = new HashSet$1(String_$type, 0);
276
479
  var f = new List$1(DataSourceSchemaPropertyType_$type, 0);
277
480
  var g = new List$1(List$1.$.specialize(String_$type), 0);
278
- var h = this.w(a);
481
+ var h = this.y(a);
279
482
  var i = new List$1(IDataSourceSchema_$type, 0);
280
483
  if (this.schemaIncludedProperties == null || this.schemaIncludedProperties.length > 0) {
281
484
  for (var j = 0; j < h.count; j++) {
@@ -308,17 +511,17 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
308
511
  var n = b == null ? k : b + "." + k;
309
512
  d.add(k);
310
513
  e.add_1(k);
311
- this.t.addItem(n, new FastReflectionHelper(false, n));
312
- if (this.u.containsKey(n)) {
313
- f.add(this.u.item(n));
314
- this.u.removeItem(n);
514
+ this.v.addItem(n, new FastReflectionHelper(false, n));
515
+ if (this.w.containsKey(n)) {
516
+ f.add(this.w.item(n));
517
+ this.w.removeItem(n);
315
518
  }
316
519
  else {
317
520
  f.add(this.c(a, k));
318
521
  }
319
- g.add(this.x(a, k));
522
+ g.add(this.z(a, k));
320
523
  if (f._inner[f.count - 1] == 11) {
321
- i.add(this.k(a[k], n, c + 1));
524
+ i.add(this.l(a[k], n, c + 1));
322
525
  }
323
526
  else {
324
527
  i.add(null);
@@ -326,7 +529,7 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
326
529
  }
327
530
  }
328
531
  try {
329
- for (var _b = __values(fromEnum(this.u)), _c = _b.next(); !_c.done; _c = _b.next()) {
532
+ for (var _b = __values(fromEnum(this.w)), _c = _b.next(); !_c.done; _c = _b.next()) {
330
533
  var o = _c.value;
331
534
  var p = o.key.split('.');
332
535
  for (var q = 0; q < p.length; q++) {
@@ -342,8 +545,8 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
342
545
  }
343
546
  }
344
547
  }
345
- catch (e_1_1) {
346
- e_1 = { error: e_1_1 };
548
+ catch (e_2_1) {
549
+ e_2 = { error: e_2_1 };
347
550
  }
348
551
  finally {
349
552
  try {
@@ -351,8 +554,8 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
351
554
  _a.call(_b);
352
555
  }
353
556
  finally {
354
- if (e_1)
355
- throw e_1.error;
557
+ if (e_2)
558
+ throw e_2.error;
356
559
  }
357
560
  }
358
561
  }
@@ -372,7 +575,7 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
372
575
  }
373
576
  }
374
577
  if (c) {
375
- var e = this.ac();
578
+ var e = this.ah();
376
579
  var f = this.getItemValue(e, a);
377
580
  if (f == null) {
378
581
  return 11;
@@ -384,7 +587,7 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
384
587
  return 11;
385
588
  }
386
589
  else {
387
- var g = this.ac();
590
+ var g = this.ah();
388
591
  var h = this.getItemValue(g, a);
389
592
  if (h == null) {
390
593
  return 11;
@@ -400,8 +603,8 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
400
603
  this.schemaChanged(this, new DataSourceDataProviderSchemaChangedEventArgs(this.j, this.actualCount));
401
604
  }
402
605
  };
403
- DataSourceLocalDataProvider.prototype.w = function (schemaItem_) {
404
- var e_2, _a;
606
+ DataSourceLocalDataProvider.prototype.y = function (schemaItem_) {
607
+ var e_3, _a;
405
608
  var a = new HashSet$1(String_$type, 0);
406
609
  var propertyKey_ = null;
407
610
  var ret_ = new List$1(String_$type, 0);
@@ -421,8 +624,8 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
421
624
  a.add_1(b);
422
625
  }
423
626
  }
424
- catch (e_2_1) {
425
- e_2 = { error: e_2_1 };
627
+ catch (e_3_1) {
628
+ e_3 = { error: e_3_1 };
426
629
  }
427
630
  finally {
428
631
  try {
@@ -430,8 +633,8 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
430
633
  _a.call(_b);
431
634
  }
432
635
  finally {
433
- if (e_2)
434
- throw e_2.error;
636
+ if (e_3)
637
+ throw e_3.error;
435
638
  }
436
639
  }
437
640
  var c = (getAllPropertyNames(schemaItem_));
@@ -444,22 +647,22 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
444
647
  }
445
648
  return ret_;
446
649
  };
447
- DataSourceLocalDataProvider.prototype.am = function (a, item_, propertyName_, b) {
650
+ DataSourceLocalDataProvider.prototype.av = function (a, item_, propertyName_, b) {
448
651
  if ((item_.__dataIntents !== undefined)) {
449
652
  if ((item_.__dataIntents[propertyName_] !== undefined)) {
450
- this.al(a, item_, propertyName_);
653
+ this.au(a, item_, propertyName_);
451
654
  }
452
655
  var selfName_ = "self." + propertyName_;
453
656
  if (!b && (item_.__dataIntents[selfName_] !== undefined)) {
454
- this.al(a, item_, selfName_);
657
+ this.au(a, item_, selfName_);
455
658
  }
456
659
  var selfName2_ = "self_" + propertyName_;
457
660
  if (!b && (item_.__dataIntents[selfName2_] !== undefined)) {
458
- this.al(a, item_, selfName2_);
661
+ this.au(a, item_, selfName2_);
459
662
  }
460
663
  }
461
664
  };
462
- DataSourceLocalDataProvider.prototype.al = function (a, item_, propertyName_) {
665
+ DataSourceLocalDataProvider.prototype.au = function (a, item_, propertyName_) {
463
666
  var val_ = item_.__dataIntents[propertyName_];
464
667
  var b = typeCast(Array_$type, val_) !== null;
465
668
  if (!b) {
@@ -474,14 +677,20 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
474
677
  }
475
678
  }
476
679
  };
477
- DataSourceLocalDataProvider.prototype.x = function (item_, propertyName_) {
680
+ DataSourceLocalDataProvider.prototype.z = function (item_, propertyName_) {
478
681
  var a = new List$1(String_$type, 0);
479
- var list_ = this.y;
682
+ var list_ = this.aa;
480
683
  var dataIntents_ = null;
481
- this.am(a, item_, propertyName_, false);
482
- this.am(a, list_, propertyName_, true);
684
+ this.av(a, item_, propertyName_, false);
685
+ this.av(a, list_, propertyName_, true);
483
686
  return a;
484
687
  };
688
+ DataSourceLocalDataProvider.prototype.ai = function (item_, propertyName_) {
689
+ if ((item_[propertyName_] == undefined)) {
690
+ return null;
691
+ }
692
+ return item_[propertyName_];
693
+ };
485
694
  DataSourceLocalDataProvider.prototype.c = function (item_, propertyName_) {
486
695
  if (item_ == null) {
487
696
  return 11;
@@ -512,21 +721,21 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
512
721
  }
513
722
  return 11;
514
723
  };
515
- DataSourceLocalDataProvider.prototype.ac = function () {
724
+ DataSourceLocalDataProvider.prototype.ah = function () {
516
725
  var a = 0;
517
- if (this.r) {
518
- a = (this.y.length);
726
+ if (this.s) {
727
+ a = (this.aa.length);
519
728
  }
520
729
  else {
521
- a = this.y.count;
730
+ a = this.aa.count;
522
731
  }
523
732
  for (var b = 0; b < a; b++) {
524
733
  var c = void 0;
525
- if (this.r) {
526
- c = this.y[b];
734
+ if (this.s) {
735
+ c = this.aa[b];
527
736
  }
528
737
  else {
529
- c = this.y.item(b);
738
+ c = this.aa.item(b);
530
739
  }
531
740
  if (c != null) {
532
741
  return c;
@@ -534,51 +743,76 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
534
743
  }
535
744
  return null;
536
745
  };
537
- DataSourceLocalDataProvider.prototype.ao = function (a, b, c) {
538
- this.aq(a, b, c);
746
+ DataSourceLocalDataProvider.prototype.at = function (a, b, c) {
747
+ var d = typeCast(Array_$type, a) !== null;
748
+ var e = 0;
749
+ if (d) {
750
+ e = (a.length);
751
+ }
752
+ else {
753
+ e = a.count;
754
+ }
755
+ if (b > 0) {
756
+ e = Math.min(e, b);
757
+ }
758
+ for (var f = 0; f < e; f++) {
759
+ var g = void 0;
760
+ if (d) {
761
+ g = a[f];
762
+ }
763
+ else {
764
+ g = a.item(f);
765
+ }
766
+ if (!c(g, f)) {
767
+ break;
768
+ }
769
+ }
770
+ };
771
+ DataSourceLocalDataProvider.prototype.ax = function (a, b, c) {
772
+ this.az(a, b, c);
539
773
  };
540
- Object.defineProperty(DataSourceLocalDataProvider.prototype, "z", {
774
+ Object.defineProperty(DataSourceLocalDataProvider.prototype, "ab", {
541
775
  get: function () {
542
- return this.y;
776
+ return this.aa;
543
777
  },
544
778
  enumerable: false,
545
779
  configurable: true
546
780
  });
547
- DataSourceLocalDataProvider.prototype.aq = function (a, b, c) {
781
+ DataSourceLocalDataProvider.prototype.az = function (a, b, c) {
548
782
  switch (a) {
549
783
  case "ItemsSource":
550
784
  this.j = null;
551
785
  if (b != null) {
552
786
  if (typeCast(INotifyCollectionChanged_$type, b) !== null) {
553
787
  var d = typeCast(INotifyCollectionChanged_$type, b);
554
- d.collectionChanged = delegateRemove(d.collectionChanged, runOn(this, this.an));
788
+ d.collectionChanged = delegateRemove(d.collectionChanged, runOn(this, this.aw));
555
789
  }
556
790
  }
557
791
  if (this.dataSource != null) {
558
- this.r = false;
792
+ this.s = false;
559
793
  if (typeCast(Array_$type, this.dataSource) !== null) {
560
- this.r = true;
561
- this.y = this.dataSource;
794
+ this.s = true;
795
+ this.aa = this.dataSource;
562
796
  }
563
797
  else if (typeCast(IList_$type, this.dataSource) !== null) {
564
- this.y = this.dataSource;
798
+ this.aa = this.dataSource;
565
799
  }
566
- if (!this.r && this.y == null) {
800
+ if (!this.s && this.aa == null) {
567
801
  var source_ = this.dataSource;
568
- this.r = (Array.isArray(source_));
569
- if (this.r) {
570
- this.y = this.dataSource;
802
+ this.s = (Array.isArray(source_));
803
+ if (this.s) {
804
+ this.aa = this.dataSource;
571
805
  }
572
806
  }
573
807
  if (typeCast(INotifyCollectionChanged_$type, this.dataSource) !== null) {
574
808
  var e = typeCast(INotifyCollectionChanged_$type, this.dataSource);
575
- e.collectionChanged = delegateCombine(e.collectionChanged, runOn(this, this.an));
809
+ e.collectionChanged = delegateCombine(e.collectionChanged, runOn(this, this.aw));
576
810
  }
577
811
  }
578
812
  else {
579
- this.y = null;
813
+ this.aa = null;
580
814
  }
581
- this.ak();
815
+ this.as();
582
816
  break;
583
817
  case "DeferAutoRefresh":
584
818
  if (!c) {
@@ -587,12 +821,17 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
587
821
  break;
588
822
  case "SchemaHints":
589
823
  this.j = null;
590
- this.ap();
591
- this.ak();
824
+ this.ay();
825
+ this.as();
826
+ break;
827
+ case "MaxDepth":
828
+ case "MaxIteration":
829
+ this.j = null;
830
+ this.as();
592
831
  break;
593
832
  }
594
833
  };
595
- DataSourceLocalDataProvider.prototype.an = function (a, b) {
834
+ DataSourceLocalDataProvider.prototype.aw = function (a, b) {
596
835
  switch (b.action) {
597
836
  case 0:
598
837
  if (b.newItems != null) {
@@ -624,7 +863,7 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
624
863
  enumerable: false,
625
864
  configurable: true
626
865
  });
627
- Object.defineProperty(DataSourceLocalDataProvider.prototype, "s", {
866
+ Object.defineProperty(DataSourceLocalDataProvider.prototype, "u", {
628
867
  get: function () {
629
868
  return false;
630
869
  },
@@ -632,12 +871,12 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
632
871
  configurable: true
633
872
  });
634
873
  DataSourceLocalDataProvider.prototype.notifySetItem = function (a, b, c) {
635
- if (this.s) {
636
- if (this.r) {
637
- this.y[a] = c;
874
+ if (this.u) {
875
+ if (this.s) {
876
+ this.aa[a] = c;
638
877
  }
639
878
  else {
640
- this.y.item(a, c);
879
+ this.aa.item(a, c);
641
880
  }
642
881
  }
643
882
  if (this.updateNotifier != null) {
@@ -645,12 +884,12 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
645
884
  }
646
885
  };
647
886
  DataSourceLocalDataProvider.prototype.notifyClearItems = function () {
648
- if (this.s) {
649
- if (this.r) {
650
- this.y.length = 0;
887
+ if (this.u) {
888
+ if (this.s) {
889
+ this.aa.length = 0;
651
890
  }
652
891
  else {
653
- this.y.clear();
892
+ this.aa.clear();
654
893
  }
655
894
  }
656
895
  if (this.updateNotifier != null) {
@@ -658,36 +897,36 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
658
897
  }
659
898
  };
660
899
  DataSourceLocalDataProvider.prototype.notifyInsertItem = function (a, b) {
661
- if (this.s) {
662
- if (this.r) {
663
- this.y.splice(a, 0, b);
900
+ if (this.u) {
901
+ if (this.s) {
902
+ this.aa.splice(a, 0, b);
664
903
  }
665
904
  else {
666
- this.y.insert(a, b);
905
+ this.aa.insert(a, b);
667
906
  }
668
907
  }
669
908
  var c = 0;
670
- if (this.r) {
671
- c = (this.y.length);
909
+ if (this.s) {
910
+ c = (this.aa.length);
672
911
  }
673
912
  else {
674
- c = this.y.count;
913
+ c = this.aa.count;
675
914
  }
676
- if (this.y != null && c == 1 && (this.actualSchema == null || this.actualSchema.propertyNames.length == 0)) {
915
+ if (this.aa != null && c == 1 && (this.actualSchema == null || this.actualSchema.propertyNames.length == 0)) {
677
916
  this.j = null;
678
- this.ak();
917
+ this.as();
679
918
  }
680
919
  if (this.updateNotifier != null) {
681
920
  this.updateNotifier.notifyInsertItem(a, b);
682
921
  }
683
922
  };
684
923
  DataSourceLocalDataProvider.prototype.notifyRemoveItem = function (a, b) {
685
- if (this.s) {
686
- if (this.r) {
687
- this.y.splice(a, 1);
924
+ if (this.u) {
925
+ if (this.s) {
926
+ this.aa.splice(a, 1);
688
927
  }
689
928
  else {
690
- this.y.remove(a);
929
+ this.aa.remove(a);
691
930
  }
692
931
  }
693
932
  if (this.updateNotifier != null) {
@@ -706,13 +945,13 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
706
945
  });
707
946
  Object.defineProperty(DataSourceLocalDataProvider.prototype, "deferAutoRefresh", {
708
947
  get: function () {
709
- return this.q;
948
+ return this.r;
710
949
  },
711
950
  set: function (a) {
712
- var b = this.q;
713
- this.q = a;
714
- if (this.q != b) {
715
- this.ao("DeferAutoRefresh", b, this.q);
951
+ var b = this.r;
952
+ this.r = a;
953
+ if (this.r != b) {
954
+ this.ax("DeferAutoRefresh", b, this.r);
716
955
  }
717
956
  },
718
957
  enumerable: false,
@@ -734,7 +973,7 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
734
973
  });
735
974
  Object.defineProperty(DataSourceLocalDataProvider.prototype, "sortDescriptions", {
736
975
  get: function () {
737
- return this.n;
976
+ return this.o;
738
977
  },
739
978
  enumerable: false,
740
979
  configurable: true
@@ -748,7 +987,7 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
748
987
  });
749
988
  Object.defineProperty(DataSourceLocalDataProvider.prototype, "summaryDescriptions", {
750
989
  get: function () {
751
- return this.o;
990
+ return this.p;
752
991
  },
753
992
  enumerable: false,
754
993
  configurable: true
@@ -806,7 +1045,7 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
806
1045
  });
807
1046
  Object.defineProperty(DataSourceLocalDataProvider.prototype, "groupDescriptions", {
808
1047
  get: function () {
809
- return this.m;
1048
+ return this.n;
810
1049
  },
811
1050
  enumerable: false,
812
1051
  configurable: true
@@ -815,41 +1054,41 @@ var DataSourceLocalDataProvider = /** @class */ /*@__PURE__*/ (function (_super)
815
1054
  if (this.deferAutoRefresh) {
816
1055
  return;
817
1056
  }
818
- if (this.p) {
1057
+ if (this.q) {
819
1058
  return;
820
1059
  }
821
1060
  if (this.executionContext != null) {
822
- this.p = true;
823
- this.executionContext.enqueueAction(runOn(this, this.aj));
1061
+ this.q = true;
1062
+ this.executionContext.enqueueAction(runOn(this, this.ar));
824
1063
  }
825
1064
  };
826
- DataSourceLocalDataProvider.prototype.aj = function () {
1065
+ DataSourceLocalDataProvider.prototype.ar = function () {
827
1066
  if (this.deferAutoRefresh) {
828
- this.p = false;
1067
+ this.q = false;
829
1068
  return;
830
1069
  }
831
- if (!this.p) {
1070
+ if (!this.q) {
832
1071
  return;
833
1072
  }
834
- this.p = false;
835
- this.ar();
1073
+ this.q = false;
1074
+ this.a0();
836
1075
  };
837
- DataSourceLocalDataProvider.prototype.ar = function () {
838
- this.as();
1076
+ DataSourceLocalDataProvider.prototype.a0 = function () {
1077
+ this.a1();
839
1078
  };
840
- DataSourceLocalDataProvider.prototype.as = function () {
1079
+ DataSourceLocalDataProvider.prototype.a1 = function () {
841
1080
  };
842
1081
  DataSourceLocalDataProvider.prototype.flushAutoRefresh = function () {
843
- this.aj();
1082
+ this.ar();
844
1083
  };
845
1084
  DataSourceLocalDataProvider.prototype.refresh = function () {
846
- this.ar();
1085
+ this.a0();
847
1086
  };
848
1087
  DataSourceLocalDataProvider.prototype.indexOfItem = function (a) {
849
- if (this.y == null) {
1088
+ if (this.aa == null) {
850
1089
  return -1;
851
1090
  }
852
- return this.y.indexOf(a);
1091
+ return this.aa.indexOf(a);
853
1092
  };
854
1093
  DataSourceLocalDataProvider.prototype.indexOfKey = function (a) {
855
1094
  return -1;