igniteui-angular-core 20.2.0 → 20.2.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 (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
@@ -13,120 +13,120 @@ export let GeographicMapDescription = /*@__PURE__*/ (() => {
13
13
  class GeographicMapDescription extends SeriesViewerDescription {
14
14
  constructor() {
15
15
  super();
16
- this.jv = false;
17
- this.j7 = null;
18
- this.js = false;
19
- this.j4 = null;
20
- this.ju = false;
21
- this.jt = false;
22
- this.jp = null;
23
- this.jo = null;
24
- this.jm = null;
25
- this.j1 = 0;
26
- this.j0 = 0;
27
- this.j6 = null;
16
+ this.jz = false;
17
+ this.kb = null;
18
+ this.jw = false;
28
19
  this.j8 = null;
29
- this.j5 = null;
20
+ this.jy = false;
21
+ this.jx = false;
22
+ this.jt = null;
23
+ this.js = null;
24
+ this.jq = null;
25
+ this.j5 = 0;
26
+ this.j4 = 0;
27
+ this.ka = null;
28
+ this.kc = null;
29
+ this.j9 = null;
30
30
  }
31
31
  get_type() {
32
32
  return "GeographicMap";
33
33
  }
34
34
  get zoomable() {
35
- return this.jv;
35
+ return this.jz;
36
36
  }
37
37
  set zoomable(a) {
38
- this.jv = a;
38
+ this.jz = a;
39
39
  this.j("Zoomable");
40
40
  }
41
41
  get resizeBehavior() {
42
- return this.j7;
42
+ return this.kb;
43
43
  }
44
44
  set resizeBehavior(a) {
45
- this.j7 = a;
45
+ this.kb = a;
46
46
  this.j("ResizeBehavior");
47
47
  }
48
48
  get isHorizontalWrappingEnabled() {
49
- return this.js;
49
+ return this.jw;
50
50
  }
51
51
  set isHorizontalWrappingEnabled(a) {
52
- this.js = a;
52
+ this.jw = a;
53
53
  this.j("IsHorizontalWrappingEnabled");
54
54
  }
55
55
  get backgroundTilingMode() {
56
- return this.j4;
56
+ return this.j8;
57
57
  }
58
58
  set backgroundTilingMode(a) {
59
- this.j4 = a;
59
+ this.j8 = a;
60
60
  this.j("BackgroundTilingMode");
61
61
  }
62
62
  get useWorldRectForZoomBounds() {
63
- return this.ju;
63
+ return this.jy;
64
64
  }
65
65
  set useWorldRectForZoomBounds(a) {
66
- this.ju = a;
66
+ this.jy = a;
67
67
  this.j("UseWorldRectForZoomBounds");
68
68
  }
69
69
  get suppressZoomResetOnWorldRectChange() {
70
- return this.jt;
70
+ return this.jx;
71
71
  }
72
72
  set suppressZoomResetOnWorldRectChange(a) {
73
- this.jt = a;
73
+ this.jx = a;
74
74
  this.j("SuppressZoomResetOnWorldRectChange");
75
75
  }
76
76
  get worldRect() {
77
- return this.jp;
77
+ return this.jt;
78
78
  }
79
79
  set worldRect(a) {
80
- this.jp = a;
80
+ this.jt = a;
81
81
  this.j("WorldRect");
82
82
  }
83
83
  get actualWorldRect() {
84
- return this.jo;
84
+ return this.js;
85
85
  }
86
86
  set actualWorldRect(a) {
87
- this.jo = a;
87
+ this.js = a;
88
88
  this.j("ActualWorldRect");
89
89
  }
90
90
  get backgroundContent() {
91
- return this.jm;
91
+ return this.jq;
92
92
  }
93
93
  set backgroundContent(a) {
94
- this.jm = a;
94
+ this.jq = a;
95
95
  this.j("BackgroundContent");
96
96
  }
97
97
  get windowScale() {
98
- return this.j1;
98
+ return this.j5;
99
99
  }
100
100
  set windowScale(a) {
101
- this.j1 = a;
101
+ this.j5 = a;
102
102
  this.j("WindowScale");
103
103
  }
104
104
  get actualWindowScale() {
105
- return this.j0;
105
+ return this.j4;
106
106
  }
107
107
  set actualWindowScale(a) {
108
- this.j0 = a;
108
+ this.j4 = a;
109
109
  this.j("ActualWindowScale");
110
110
  }
111
111
  get imageTilesReadyRef() {
112
- return this.j6;
112
+ return this.ka;
113
113
  }
114
114
  set imageTilesReadyRef(a) {
115
- this.j6 = a;
115
+ this.ka = a;
116
116
  this.j("ImageTilesReadyRef");
117
117
  }
118
118
  get width() {
119
- return this.j8;
119
+ return this.kc;
120
120
  }
121
121
  set width(a) {
122
- this.j8 = a;
122
+ this.kc = a;
123
123
  this.j("Width");
124
124
  }
125
125
  get height() {
126
- return this.j5;
126
+ return this.j9;
127
127
  }
128
128
  set height(a) {
129
- this.j5 = a;
129
+ this.j9 = a;
130
130
  this.j("Height");
131
131
  }
132
132
  }
@@ -0,0 +1,58 @@
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 { Description } from "./Description";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let ImageLoadEventArgsDescription = /*@__PURE__*/ (() => {
13
+ class ImageLoadEventArgsDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.n = null;
17
+ this.m = null;
18
+ this.l = null;
19
+ this.k = null;
20
+ }
21
+ get_type() {
22
+ return "ImageLoadEventArgs";
23
+ }
24
+ get type() {
25
+ return this.get_type();
26
+ }
27
+ get status() {
28
+ return this.n;
29
+ }
30
+ set status(a) {
31
+ this.n = a;
32
+ this.j("Status");
33
+ }
34
+ get path() {
35
+ return this.m;
36
+ }
37
+ set path(a) {
38
+ this.m = a;
39
+ this.j("Path");
40
+ }
41
+ get error() {
42
+ return this.l;
43
+ }
44
+ set error(a) {
45
+ this.l = a;
46
+ this.j("Error");
47
+ }
48
+ get dataRef() {
49
+ return this.k;
50
+ }
51
+ set dataRef(a) {
52
+ this.k = a;
53
+ this.j("DataRef");
54
+ }
55
+ }
56
+ ImageLoadEventArgsDescription.$t = markType(ImageLoadEventArgsDescription, 'ImageLoadEventArgsDescription', Description.$);
57
+ return ImageLoadEventArgsDescription;
58
+ })();
@@ -0,0 +1,41 @@
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, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { ImageLoadEventArgsDescription } from "./ImageLoadEventArgsDescription";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let ImageLoadEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
14
+ class ImageLoadEventArgsDescriptionMetadata extends Base {
15
+ static b(a) {
16
+ if (ImageLoadEventArgsDescriptionMetadata.a == null) {
17
+ ImageLoadEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
18
+ ImageLoadEventArgsDescriptionMetadata.c(ImageLoadEventArgsDescriptionMetadata.a);
19
+ }
20
+ if (a.k(ImageLoadEventArgsDescriptionMetadata.a)) {
21
+ return;
22
+ }
23
+ a.ad(ImageLoadEventArgsDescriptionMetadata.a);
24
+ }
25
+ static c(a) {
26
+ a.item("Status", "ExportedType:string:ImageLoadStatus");
27
+ a.item("Status@names", "Unknown;Loading;Completed;Failed;Canceled");
28
+ a.item("Path", "String");
29
+ a.item("Error", "String");
30
+ a.item("DataRef", "(w:Data,p:Data)DataRef");
31
+ }
32
+ static d(a) {
33
+ ImageLoadEventArgsDescriptionMetadata.b(a);
34
+ a.af("ImageLoadEventArgs", () => new ImageLoadEventArgsDescription());
35
+ a.ae("ImageLoadEventArgs", ImageLoadEventArgsDescriptionMetadata.a);
36
+ }
37
+ }
38
+ ImageLoadEventArgsDescriptionMetadata.$t = markType(ImageLoadEventArgsDescriptionMetadata, 'ImageLoadEventArgsDescriptionMetadata');
39
+ ImageLoadEventArgsDescriptionMetadata.a = null;
40
+ return ImageLoadEventArgsDescriptionMetadata;
41
+ })();
@@ -0,0 +1,50 @@
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 { Description } from "./Description";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let LabelFormatOverrideEventArgsDescription = /*@__PURE__*/ (() => {
13
+ class LabelFormatOverrideEventArgsDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.m = new Date();
17
+ this.k = null;
18
+ this.o = null;
19
+ }
20
+ get_type() {
21
+ return "LabelFormatOverrideEventArgs";
22
+ }
23
+ get type() {
24
+ return this.get_type();
25
+ }
26
+ get dateTime() {
27
+ return this.m;
28
+ }
29
+ set dateTime(a) {
30
+ this.m = a;
31
+ this.j("DateTime");
32
+ }
33
+ get format() {
34
+ return this.k;
35
+ }
36
+ set format(a) {
37
+ this.k = a;
38
+ this.j("Format");
39
+ }
40
+ get label() {
41
+ return this.o;
42
+ }
43
+ set label(a) {
44
+ this.o = a;
45
+ this.j("Label");
46
+ }
47
+ }
48
+ LabelFormatOverrideEventArgsDescription.$t = markType(LabelFormatOverrideEventArgsDescription, 'LabelFormatOverrideEventArgsDescription', Description.$);
49
+ return LabelFormatOverrideEventArgsDescription;
50
+ })();
@@ -0,0 +1,7 @@
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
+ export { LabelFormatOverrideEventArgsDescriptionMetadata } from "./LabelFormatOverrideEventArgsDescriptionMetadata_combined";
@@ -0,0 +1,76 @@
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, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { LabelFormatOverrideEventArgsDescription } from "./LabelFormatOverrideEventArgsDescription";
10
+ import { TimeAxisLabelFormatDescription } from "./TimeAxisLabelFormatDescription";
11
+ /**
12
+ * @hidden
13
+ */
14
+ export let LabelFormatOverrideEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
15
+ class LabelFormatOverrideEventArgsDescriptionMetadata extends Base {
16
+ static b(a) {
17
+ if (LabelFormatOverrideEventArgsDescriptionMetadata.a == null) {
18
+ LabelFormatOverrideEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
19
+ LabelFormatOverrideEventArgsDescriptionMetadata.c(LabelFormatOverrideEventArgsDescriptionMetadata.a);
20
+ }
21
+ if (a.k(LabelFormatOverrideEventArgsDescriptionMetadata.a)) {
22
+ return;
23
+ }
24
+ a.ad(LabelFormatOverrideEventArgsDescriptionMetadata.a);
25
+ TimeAxisLabelFormatDescriptionMetadata.d(a);
26
+ }
27
+ static c(a) {
28
+ a.item("DateTime", "Date");
29
+ a.item("Format", "ExportedType:TimeAxisLabelFormat");
30
+ a.item("Label", "String");
31
+ }
32
+ static d(a) {
33
+ LabelFormatOverrideEventArgsDescriptionMetadata.b(a);
34
+ a.af("LabelFormatOverrideEventArgs", () => new LabelFormatOverrideEventArgsDescription());
35
+ a.ae("LabelFormatOverrideEventArgs", LabelFormatOverrideEventArgsDescriptionMetadata.a);
36
+ }
37
+ }
38
+ LabelFormatOverrideEventArgsDescriptionMetadata.$t = markType(LabelFormatOverrideEventArgsDescriptionMetadata, 'LabelFormatOverrideEventArgsDescriptionMetadata');
39
+ LabelFormatOverrideEventArgsDescriptionMetadata.a = null;
40
+ return LabelFormatOverrideEventArgsDescriptionMetadata;
41
+ })();
42
+ /**
43
+ * @hidden
44
+ */
45
+ export let TimeAxisLabelFormatDescriptionMetadata = /*@__PURE__*/ (() => {
46
+ class TimeAxisLabelFormatDescriptionMetadata extends Base {
47
+ static b(a) {
48
+ if (TimeAxisLabelFormatDescriptionMetadata.a == null) {
49
+ TimeAxisLabelFormatDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
50
+ TimeAxisLabelFormatDescriptionMetadata.c(TimeAxisLabelFormatDescriptionMetadata.a);
51
+ }
52
+ if (a.k(TimeAxisLabelFormatDescriptionMetadata.a)) {
53
+ return;
54
+ }
55
+ a.ad(TimeAxisLabelFormatDescriptionMetadata.a);
56
+ LabelFormatOverrideEventArgsDescriptionMetadata.d(a);
57
+ }
58
+ static c(a) {
59
+ a.item("Range", "TimeSpan");
60
+ a.item("Format", "String");
61
+ a.item("RepeatedYearFormat", "String");
62
+ a.item("RepeatedMonthFormat", "String");
63
+ a.item("RepeatedDayFormat", "String");
64
+ a.item("LabelFormatOverrideRef", "EventRef:LabelFormatOverrideHandler:labelFormatOverride");
65
+ a.item("LabelFormatOverrideRef@args", "LabelFormatOverrideEventArgs");
66
+ }
67
+ static d(a) {
68
+ TimeAxisLabelFormatDescriptionMetadata.b(a);
69
+ a.af("TimeAxisLabelFormat", () => new TimeAxisLabelFormatDescription());
70
+ a.ae("TimeAxisLabelFormat", TimeAxisLabelFormatDescriptionMetadata.a);
71
+ }
72
+ }
73
+ TimeAxisLabelFormatDescriptionMetadata.$t = markType(TimeAxisLabelFormatDescriptionMetadata, 'TimeAxisLabelFormatDescriptionMetadata');
74
+ TimeAxisLabelFormatDescriptionMetadata.a = null;
75
+ return TimeAxisLabelFormatDescriptionMetadata;
76
+ })();
@@ -0,0 +1,25 @@
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 { WrapperExpressionDescription } from "./WrapperExpressionDescription";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let LastSevenDaysExpressionDescription = /*@__PURE__*/ (() => {
13
+ class LastSevenDaysExpressionDescription extends WrapperExpressionDescription {
14
+ constructor() {
15
+ super();
16
+ }
17
+ get_type() {
18
+ return "LastSevenDaysExpression";
19
+ }
20
+ }
21
+ LastSevenDaysExpressionDescription.$t = markType(LastSevenDaysExpressionDescription, 'LastSevenDaysExpressionDescription', WrapperExpressionDescription.$);
22
+ LastSevenDaysExpressionDescription.__marshalByValue2 = true;
23
+ LastSevenDaysExpressionDescription.__marshalByValueAlias2 = "LastSevenDaysExpression";
24
+ return LastSevenDaysExpressionDescription;
25
+ })();
@@ -0,0 +1,39 @@
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, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { WrapperExpressionDescriptionMetadata } from "./WrapperExpressionDescriptionMetadata";
10
+ import { LastSevenDaysExpressionDescription } from "./LastSevenDaysExpressionDescription";
11
+ /**
12
+ * @hidden
13
+ */
14
+ export let LastSevenDaysExpressionDescriptionMetadata = /*@__PURE__*/ (() => {
15
+ class LastSevenDaysExpressionDescriptionMetadata extends Base {
16
+ static b(a) {
17
+ if (LastSevenDaysExpressionDescriptionMetadata.a == null) {
18
+ LastSevenDaysExpressionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
19
+ LastSevenDaysExpressionDescriptionMetadata.c(LastSevenDaysExpressionDescriptionMetadata.a);
20
+ }
21
+ if (a.k(LastSevenDaysExpressionDescriptionMetadata.a)) {
22
+ return;
23
+ }
24
+ a.ad(LastSevenDaysExpressionDescriptionMetadata.a);
25
+ }
26
+ static c(a) {
27
+ WrapperExpressionDescriptionMetadata.c(a);
28
+ }
29
+ static d(a) {
30
+ WrapperExpressionDescriptionMetadata.d(a);
31
+ LastSevenDaysExpressionDescriptionMetadata.b(a);
32
+ a.af("LastSevenDaysExpression", () => new LastSevenDaysExpressionDescription());
33
+ a.ae("LastSevenDaysExpression", LastSevenDaysExpressionDescriptionMetadata.a);
34
+ }
35
+ }
36
+ LastSevenDaysExpressionDescriptionMetadata.$t = markType(LastSevenDaysExpressionDescriptionMetadata, 'LastSevenDaysExpressionDescriptionMetadata');
37
+ LastSevenDaysExpressionDescriptionMetadata.a = null;
38
+ return LastSevenDaysExpressionDescriptionMetadata;
39
+ })();
@@ -0,0 +1,25 @@
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 { WrapperExpressionDescription } from "./WrapperExpressionDescription";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let LastThirtyDaysExpressionDescription = /*@__PURE__*/ (() => {
13
+ class LastThirtyDaysExpressionDescription extends WrapperExpressionDescription {
14
+ constructor() {
15
+ super();
16
+ }
17
+ get_type() {
18
+ return "LastThirtyDaysExpression";
19
+ }
20
+ }
21
+ LastThirtyDaysExpressionDescription.$t = markType(LastThirtyDaysExpressionDescription, 'LastThirtyDaysExpressionDescription', WrapperExpressionDescription.$);
22
+ LastThirtyDaysExpressionDescription.__marshalByValue2 = true;
23
+ LastThirtyDaysExpressionDescription.__marshalByValueAlias2 = "LastThirtyDaysExpression";
24
+ return LastThirtyDaysExpressionDescription;
25
+ })();
@@ -0,0 +1,39 @@
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, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { WrapperExpressionDescriptionMetadata } from "./WrapperExpressionDescriptionMetadata";
10
+ import { LastThirtyDaysExpressionDescription } from "./LastThirtyDaysExpressionDescription";
11
+ /**
12
+ * @hidden
13
+ */
14
+ export let LastThirtyDaysExpressionDescriptionMetadata = /*@__PURE__*/ (() => {
15
+ class LastThirtyDaysExpressionDescriptionMetadata extends Base {
16
+ static b(a) {
17
+ if (LastThirtyDaysExpressionDescriptionMetadata.a == null) {
18
+ LastThirtyDaysExpressionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
19
+ LastThirtyDaysExpressionDescriptionMetadata.c(LastThirtyDaysExpressionDescriptionMetadata.a);
20
+ }
21
+ if (a.k(LastThirtyDaysExpressionDescriptionMetadata.a)) {
22
+ return;
23
+ }
24
+ a.ad(LastThirtyDaysExpressionDescriptionMetadata.a);
25
+ }
26
+ static c(a) {
27
+ WrapperExpressionDescriptionMetadata.c(a);
28
+ }
29
+ static d(a) {
30
+ WrapperExpressionDescriptionMetadata.d(a);
31
+ LastThirtyDaysExpressionDescriptionMetadata.b(a);
32
+ a.af("LastThirtyDaysExpression", () => new LastThirtyDaysExpressionDescription());
33
+ a.ae("LastThirtyDaysExpression", LastThirtyDaysExpressionDescriptionMetadata.a);
34
+ }
35
+ }
36
+ LastThirtyDaysExpressionDescriptionMetadata.$t = markType(LastThirtyDaysExpressionDescriptionMetadata, 'LastThirtyDaysExpressionDescriptionMetadata');
37
+ LastThirtyDaysExpressionDescriptionMetadata.a = null;
38
+ return LastThirtyDaysExpressionDescriptionMetadata;
39
+ })();
@@ -0,0 +1,25 @@
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 { WrapperExpressionDescription } from "./WrapperExpressionDescription";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let LastThreeSixtyFiveDaysExpressionDescription = /*@__PURE__*/ (() => {
13
+ class LastThreeSixtyFiveDaysExpressionDescription extends WrapperExpressionDescription {
14
+ constructor() {
15
+ super();
16
+ }
17
+ get_type() {
18
+ return "LastThreeSixtyFiveDaysExpression";
19
+ }
20
+ }
21
+ LastThreeSixtyFiveDaysExpressionDescription.$t = markType(LastThreeSixtyFiveDaysExpressionDescription, 'LastThreeSixtyFiveDaysExpressionDescription', WrapperExpressionDescription.$);
22
+ LastThreeSixtyFiveDaysExpressionDescription.__marshalByValue2 = true;
23
+ LastThreeSixtyFiveDaysExpressionDescription.__marshalByValueAlias2 = "LastThreeSixtyFiveDaysExpression";
24
+ return LastThreeSixtyFiveDaysExpressionDescription;
25
+ })();
@@ -0,0 +1,39 @@
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, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { WrapperExpressionDescriptionMetadata } from "./WrapperExpressionDescriptionMetadata";
10
+ import { LastThreeSixtyFiveDaysExpressionDescription } from "./LastThreeSixtyFiveDaysExpressionDescription";
11
+ /**
12
+ * @hidden
13
+ */
14
+ export let LastThreeSixtyFiveDaysExpressionDescriptionMetadata = /*@__PURE__*/ (() => {
15
+ class LastThreeSixtyFiveDaysExpressionDescriptionMetadata extends Base {
16
+ static b(a) {
17
+ if (LastThreeSixtyFiveDaysExpressionDescriptionMetadata.a == null) {
18
+ LastThreeSixtyFiveDaysExpressionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
19
+ LastThreeSixtyFiveDaysExpressionDescriptionMetadata.c(LastThreeSixtyFiveDaysExpressionDescriptionMetadata.a);
20
+ }
21
+ if (a.k(LastThreeSixtyFiveDaysExpressionDescriptionMetadata.a)) {
22
+ return;
23
+ }
24
+ a.ad(LastThreeSixtyFiveDaysExpressionDescriptionMetadata.a);
25
+ }
26
+ static c(a) {
27
+ WrapperExpressionDescriptionMetadata.c(a);
28
+ }
29
+ static d(a) {
30
+ WrapperExpressionDescriptionMetadata.d(a);
31
+ LastThreeSixtyFiveDaysExpressionDescriptionMetadata.b(a);
32
+ a.af("LastThreeSixtyFiveDaysExpression", () => new LastThreeSixtyFiveDaysExpressionDescription());
33
+ a.ae("LastThreeSixtyFiveDaysExpression", LastThreeSixtyFiveDaysExpressionDescriptionMetadata.a);
34
+ }
35
+ }
36
+ LastThreeSixtyFiveDaysExpressionDescriptionMetadata.$t = markType(LastThreeSixtyFiveDaysExpressionDescriptionMetadata, 'LastThreeSixtyFiveDaysExpressionDescriptionMetadata');
37
+ LastThreeSixtyFiveDaysExpressionDescriptionMetadata.a = null;
38
+ return LastThreeSixtyFiveDaysExpressionDescriptionMetadata;
39
+ })();
@@ -0,0 +1,25 @@
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 { WrapperExpressionDescription } from "./WrapperExpressionDescription";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let MonthToDateExpressionDescription = /*@__PURE__*/ (() => {
13
+ class MonthToDateExpressionDescription extends WrapperExpressionDescription {
14
+ constructor() {
15
+ super();
16
+ }
17
+ get_type() {
18
+ return "MonthToDateExpression";
19
+ }
20
+ }
21
+ MonthToDateExpressionDescription.$t = markType(MonthToDateExpressionDescription, 'MonthToDateExpressionDescription', WrapperExpressionDescription.$);
22
+ MonthToDateExpressionDescription.__marshalByValue2 = true;
23
+ MonthToDateExpressionDescription.__marshalByValueAlias2 = "MonthToDateExpression";
24
+ return MonthToDateExpressionDescription;
25
+ })();
@@ -0,0 +1,39 @@
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, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { WrapperExpressionDescriptionMetadata } from "./WrapperExpressionDescriptionMetadata";
10
+ import { MonthToDateExpressionDescription } from "./MonthToDateExpressionDescription";
11
+ /**
12
+ * @hidden
13
+ */
14
+ export let MonthToDateExpressionDescriptionMetadata = /*@__PURE__*/ (() => {
15
+ class MonthToDateExpressionDescriptionMetadata extends Base {
16
+ static b(a) {
17
+ if (MonthToDateExpressionDescriptionMetadata.a == null) {
18
+ MonthToDateExpressionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
19
+ MonthToDateExpressionDescriptionMetadata.c(MonthToDateExpressionDescriptionMetadata.a);
20
+ }
21
+ if (a.k(MonthToDateExpressionDescriptionMetadata.a)) {
22
+ return;
23
+ }
24
+ a.ad(MonthToDateExpressionDescriptionMetadata.a);
25
+ }
26
+ static c(a) {
27
+ WrapperExpressionDescriptionMetadata.c(a);
28
+ }
29
+ static d(a) {
30
+ WrapperExpressionDescriptionMetadata.d(a);
31
+ MonthToDateExpressionDescriptionMetadata.b(a);
32
+ a.af("MonthToDateExpression", () => new MonthToDateExpressionDescription());
33
+ a.ae("MonthToDateExpression", MonthToDateExpressionDescriptionMetadata.a);
34
+ }
35
+ }
36
+ MonthToDateExpressionDescriptionMetadata.$t = markType(MonthToDateExpressionDescriptionMetadata, 'MonthToDateExpressionDescriptionMetadata');
37
+ MonthToDateExpressionDescriptionMetadata.a = null;
38
+ return MonthToDateExpressionDescriptionMetadata;
39
+ })();