igniteui-angular-core 20.2.0-beta.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
@@ -1,11 +1,12 @@
1
1
  import { Base, Type } from "./type";
2
- import { TypeDescriptionContext } from "./TypeDescriptionContext";
3
2
  import { Dictionary$2 } from "./Dictionary$2";
3
+ import { TypeDescriptionContext } from "./TypeDescriptionContext";
4
4
  /**
5
5
  * @hidden
6
6
  */
7
7
  export declare class DomainChartDescriptionMetadata extends Base {
8
8
  static $t: Type;
9
+ private static e;
9
10
  private static a;
10
11
  private static b;
11
12
  static c(a: Dictionary$2<string, string>): void;
@@ -33,56 +33,57 @@ export declare abstract class EventProxy extends Base {
33
33
  onHold: (point: Point) => void;
34
34
  onKeyDown: (key: Key) => boolean;
35
35
  onKeyUp: (key: Key) => boolean;
36
- abstract bk(a: DomWrapper): Rect;
37
- bl: Rect;
38
- bi: ModifierKeys;
36
+ abstract bl(a: DomWrapper): Rect;
37
+ ao: number;
38
+ bm: Rect;
39
+ bj: ModifierKeys;
39
40
  al: boolean;
40
41
  am: boolean;
41
- ao: (arg1: Point) => boolean;
42
- aq: (arg1: Point, arg2: boolean, arg3: boolean) => boolean;
42
+ ap: (arg1: Point) => boolean;
43
+ ar: (arg1: Point, arg2: boolean, arg3: boolean) => boolean;
43
44
  protected ad(a: Point, b: boolean, c: boolean): boolean;
44
- ar: (arg1: NormalizedEvent) => boolean;
45
+ as: (arg1: NormalizedEvent) => boolean;
45
46
  abstract d(): EventProxy;
46
- abstract av(): void;
47
+ abstract aw(): void;
47
48
  protected get_an(): boolean;
48
49
  get an(): boolean;
49
- as: any;
50
+ at: any;
50
51
  protected get_ac(): boolean;
51
52
  get ac(): boolean;
52
- au(): void;
53
+ av(): void;
53
54
  protected aj(a: Point, b: number): boolean;
54
55
  protected ak(a: Point, b: number): boolean;
56
+ protected be(a: Point, b: number): void;
57
+ protected bh(a: Point, b: number, c: number, d: number): void;
58
+ protected ag(a: Point, b: number, c: number): boolean;
55
59
  protected bd(a: Point, b: number): void;
56
60
  protected bg(a: Point, b: number, c: number, d: number): void;
57
- protected ag(a: Point, b: number, c: number): boolean;
58
- protected bc(a: Point, b: number): void;
59
61
  protected bf(a: Point, b: number, c: number, d: number): void;
60
- protected be(a: Point, b: number, c: number, d: number): void;
61
- protected a4(a: Point, b: number): void;
62
- protected a6(a: Point): void;
62
+ protected a5(a: Point, b: number): void;
63
+ protected a7(a: Point): void;
64
+ protected a0(a: Point, b: boolean): void;
65
+ protected a4(a: Point): void;
63
66
  protected az(a: Point, b: boolean): void;
64
67
  protected a3(a: Point): void;
65
- protected ay(a: Point, b: boolean): void;
68
+ protected ay(a: Point, b: boolean, c: boolean): void;
66
69
  protected a2(a: Point): void;
67
- protected ax(a: Point, b: boolean, c: boolean): void;
68
- protected a1(a: Point): void;
70
+ protected ba(a: Point): void;
71
+ protected bb(a: Point, b: boolean, c: boolean): void;
69
72
  protected a9(a: Point): void;
70
- protected ba(a: Point, b: boolean, c: boolean): void;
71
73
  protected a8(a: Point): void;
72
- protected a7(a: Point): void;
73
- protected bb(a: Point): void;
74
+ protected bc(a: Point): void;
74
75
  protected ah(a: Key): boolean;
75
76
  protected ai(a: Key): boolean;
76
- protected a0(a: Point): void;
77
- protected a5(a: Point): void;
78
- abstract bj(): Point;
77
+ protected a1(a: Point): void;
78
+ protected a6(a: Point): void;
79
+ abstract bk(): Point;
79
80
  private aa;
80
81
  get ae(): boolean;
81
82
  set ae(a: boolean);
82
83
  ab: boolean;
83
84
  af: boolean;
84
- ap: (arg1: Point) => boolean;
85
- protected aw(): void;
86
- abstract at(a: any, b: string): void;
87
- abstract bh(a: any, b: string): void;
85
+ aq: (arg1: Point) => boolean;
86
+ protected ax(): void;
87
+ abstract au(a: any, b: string): void;
88
+ abstract bi(a: any, b: string): void;
88
89
  }
@@ -0,0 +1,22 @@
1
+ import { Type } from "./type";
2
+ /**
3
+ * Describes available states for a feature.
4
+ */
5
+ export declare enum FeatureState {
6
+ /**
7
+ * Defines a value for unset property.
8
+ */
9
+ Unset = 0,
10
+ /**
11
+ * Defines a value for enabled property.
12
+ */
13
+ Enabled = 1,
14
+ /**
15
+ * Defines a value for disabled property.
16
+ */
17
+ Disabled = 2
18
+ }
19
+ /**
20
+ * @hidden
21
+ */
22
+ export declare let FeatureState_$type: Type;
@@ -6,174 +6,174 @@ import { Type } from "./type";
6
6
  */
7
7
  export declare class FinancialChartDescription extends XYChartDescription {
8
8
  static $t: Type;
9
- private aaa;
9
+ private aac;
10
10
  get tooltipTemplateRef(): string;
11
11
  set tooltipTemplateRef(a: string);
12
- private aac;
12
+ private aae;
13
13
  get width(): string;
14
14
  set width(a: string);
15
- private z9;
15
+ private aab;
16
16
  get height(): string;
17
17
  set height(a: string);
18
- private z7;
18
+ private z9;
19
19
  get background(): string;
20
20
  set background(a: string);
21
21
  protected get_type(): string;
22
22
  constructor();
23
- private y2;
23
+ private y4;
24
24
  get toolbarHeight(): number;
25
25
  set toolbarHeight(a: number);
26
- private ym;
26
+ private yo;
27
27
  get yAxisIsLogarithmic(): boolean;
28
28
  set yAxisIsLogarithmic(a: boolean);
29
- private zz;
29
+ private z1;
30
30
  get yAxisLogarithmBase(): number;
31
31
  set yAxisLogarithmBase(a: number);
32
- private y9;
32
+ private zb;
33
33
  get yAxisInterval(): number;
34
34
  set yAxisInterval(a: number);
35
- private zb;
35
+ private zd;
36
36
  get yAxisMinimumValue(): number;
37
37
  set yAxisMinimumValue(a: number);
38
- private za;
38
+ private zc;
39
39
  get yAxisMaximumValue(): number;
40
40
  set yAxisMaximumValue(a: number);
41
- private zc;
41
+ private ze;
42
42
  get yAxisMinorInterval(): number;
43
43
  set yAxisMinorInterval(a: number);
44
- private aab;
44
+ private aad;
45
45
  get volumeType(): string;
46
46
  set volumeType(a: string);
47
- private aad;
47
+ private aaf;
48
48
  get xAxisMode(): string;
49
49
  set xAxisMode(a: string);
50
- private y4;
50
+ private y6;
51
51
  get xAxisZoomMaximumCategoryRange(): number;
52
52
  set xAxisZoomMaximumCategoryRange(a: number);
53
- private y7;
53
+ private y9;
54
54
  get xAxisZoomToCategoryStart(): number;
55
55
  set xAxisZoomToCategoryStart(a: number);
56
- private y5;
56
+ private y7;
57
57
  get xAxisZoomMaximumItemSpan(): number;
58
58
  set xAxisZoomMaximumItemSpan(a: number);
59
- private y6;
59
+ private y8;
60
60
  get xAxisZoomToCategoryRange(): number;
61
61
  set xAxisZoomToCategoryRange(a: number);
62
- private y8;
62
+ private za;
63
63
  get xAxisZoomToItemSpan(): number;
64
64
  set xAxisZoomToItemSpan(a: number);
65
- private aae;
65
+ private aag;
66
66
  get yAxisMode(): string;
67
67
  set yAxisMode(a: string);
68
- private yh;
68
+ private yj;
69
69
  get isToolbarVisible(): boolean;
70
70
  set isToolbarVisible(a: boolean);
71
- private z8;
71
+ private aaa;
72
72
  get chartType(): string;
73
73
  set chartType(a: string);
74
- private yi;
74
+ private yk;
75
75
  get isWindowSyncedToVisibleRange(): boolean;
76
76
  set isWindowSyncedToVisibleRange(a: boolean);
77
- private xs;
77
+ private xu;
78
78
  get indicatorTypes(): string[];
79
79
  set indicatorTypes(a: string[]);
80
- private xx;
80
+ private xz;
81
81
  get overlayTypes(): string[];
82
82
  set overlayTypes(a: string[]);
83
- private yk;
83
+ private ym;
84
84
  get yAxisAbbreviateLargeNumbers(): boolean;
85
85
  set yAxisAbbreviateLargeNumbers(a: boolean);
86
- private yj;
86
+ private yl;
87
87
  get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
88
88
  set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
89
- private yl;
89
+ private yn;
90
90
  get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
91
91
  set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
92
- private aaf;
92
+ private aah;
93
93
  get zoomSliderType(): string;
94
94
  set zoomSliderType(a: string);
95
- private xt;
95
+ private xv;
96
96
  get negativeBrushes(): string[];
97
97
  set negativeBrushes(a: string[]);
98
- private xu;
98
+ private xw;
99
99
  get negativeOutlines(): string[];
100
100
  set negativeOutlines(a: string[]);
101
- private xv;
101
+ private xx;
102
102
  get overlayBrushes(): string[];
103
103
  set overlayBrushes(a: string[]);
104
- private xw;
104
+ private xy;
105
105
  get overlayOutlines(): string[];
106
106
  set overlayOutlines(a: string[]);
107
- private x0;
107
+ private x2;
108
108
  get volumeOutlines(): string[];
109
109
  set volumeOutlines(a: string[]);
110
- private xz;
110
+ private x1;
111
111
  get volumeBrushes(): string[];
112
112
  set volumeBrushes(a: string[]);
113
- private xr;
113
+ private xt;
114
114
  get indicatorNegativeBrushes(): string[];
115
115
  set indicatorNegativeBrushes(a: string[]);
116
- private xp;
116
+ private xr;
117
117
  get indicatorBrushes(): string[];
118
118
  set indicatorBrushes(a: string[]);
119
- private y3;
119
+ private y5;
120
120
  get volumeThickness(): number;
121
121
  set volumeThickness(a: number);
122
- private y1;
122
+ private y3;
123
123
  get overlayThickness(): number;
124
124
  set overlayThickness(a: number);
125
- private y0;
125
+ private y2;
126
126
  get overlayMultiplier(): number;
127
127
  set overlayMultiplier(a: number);
128
- private yz;
128
+ private y1;
129
129
  get indicatorThickness(): number;
130
130
  set indicatorThickness(a: number);
131
- private xq;
131
+ private xs;
132
132
  get indicatorDisplayTypes(): string[];
133
133
  set indicatorDisplayTypes(a: string[]);
134
- private zv;
134
+ private zx;
135
135
  get indicatorPeriod(): number;
136
136
  set indicatorPeriod(a: number);
137
- private yy;
137
+ private y0;
138
138
  get indicatorMultiplier(): number;
139
139
  set indicatorMultiplier(a: number);
140
- private zy;
140
+ private z0;
141
141
  get indicatorSmoothingPeriod(): number;
142
142
  set indicatorSmoothingPeriod(a: number);
143
- private zw;
143
+ private zy;
144
144
  get indicatorShortPeriod(): number;
145
145
  set indicatorShortPeriod(a: number);
146
- private zu;
146
+ private zw;
147
147
  get indicatorLongPeriod(): number;
148
148
  set indicatorLongPeriod(a: number);
149
- private zx;
149
+ private zz;
150
150
  get indicatorSignalPeriod(): number;
151
151
  set indicatorSignalPeriod(a: number);
152
- private xy;
152
+ private x0;
153
153
  get rangeSelectorOptions(): string[];
154
154
  set rangeSelectorOptions(a: string[]);
155
- private xo;
155
+ private xq;
156
156
  get customIndicatorNames(): string[];
157
157
  set customIndicatorNames(a: string[]);
158
- private aag;
158
+ private aai;
159
159
  get zoomSliderXAxisMajorStroke(): string;
160
160
  set zoomSliderXAxisMajorStroke(a: string);
161
- private zd;
161
+ private zf;
162
162
  get zoomSliderXAxisMajorStrokeThickness(): number;
163
163
  set zoomSliderXAxisMajorStrokeThickness(a: number);
164
- private yg;
164
+ private yi;
165
165
  get isLegendVisible(): boolean;
166
166
  set isLegendVisible(a: boolean);
167
- private yv;
167
+ private yx;
168
168
  get xAxisMinimumValue(): Date;
169
169
  set xAxisMinimumValue(a: Date);
170
- private yu;
170
+ private yw;
171
171
  get xAxisMaximumValue(): Date;
172
172
  set xAxisMaximumValue(a: Date);
173
- private x1;
173
+ private x3;
174
174
  get xAxisBreaks(): TimeAxisBreakDescription[];
175
175
  set xAxisBreaks(a: TimeAxisBreakDescription[]);
176
- private z6;
176
+ private z8;
177
177
  get applyCustomIndicatorsRef(): string;
178
178
  set applyCustomIndicatorsRef(a: string);
179
179
  }
@@ -9,46 +9,46 @@ export declare class GeographicMapDescription extends SeriesViewerDescription {
9
9
  static $t: Type;
10
10
  protected get_type(): string;
11
11
  constructor();
12
- private jv;
12
+ private jz;
13
13
  get zoomable(): boolean;
14
14
  set zoomable(a: boolean);
15
- private j7;
15
+ private kb;
16
16
  get resizeBehavior(): string;
17
17
  set resizeBehavior(a: string);
18
- private js;
18
+ private jw;
19
19
  get isHorizontalWrappingEnabled(): boolean;
20
20
  set isHorizontalWrappingEnabled(a: boolean);
21
- private j4;
21
+ private j8;
22
22
  get backgroundTilingMode(): string;
23
23
  set backgroundTilingMode(a: string);
24
- private ju;
24
+ private jy;
25
25
  get useWorldRectForZoomBounds(): boolean;
26
26
  set useWorldRectForZoomBounds(a: boolean);
27
- private jt;
27
+ private jx;
28
28
  get suppressZoomResetOnWorldRectChange(): boolean;
29
29
  set suppressZoomResetOnWorldRectChange(a: boolean);
30
- private jp;
30
+ private jt;
31
31
  get worldRect(): RectDescription;
32
32
  set worldRect(a: RectDescription);
33
- private jo;
33
+ private js;
34
34
  get actualWorldRect(): RectDescription;
35
35
  set actualWorldRect(a: RectDescription);
36
- private jm;
36
+ private jq;
37
37
  get backgroundContent(): GeographicMapImageryDescription;
38
38
  set backgroundContent(a: GeographicMapImageryDescription);
39
- private j1;
39
+ private j5;
40
40
  get windowScale(): number;
41
41
  set windowScale(a: number);
42
- private j0;
42
+ private j4;
43
43
  get actualWindowScale(): number;
44
44
  set actualWindowScale(a: number);
45
- private j6;
45
+ private ka;
46
46
  get imageTilesReadyRef(): string;
47
47
  set imageTilesReadyRef(a: string);
48
- private j8;
48
+ private kc;
49
49
  get width(): string;
50
50
  set width(a: string);
51
- private j5;
51
+ private j9;
52
52
  get height(): string;
53
53
  set height(a: string);
54
54
  }
@@ -0,0 +1,23 @@
1
+ import { Description } from "./Description";
2
+ import { Type } from "./type";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class ImageLoadEventArgsDescription extends Description {
7
+ static $t: Type;
8
+ protected get_type(): string;
9
+ get type(): string;
10
+ constructor();
11
+ private n;
12
+ get status(): string;
13
+ set status(a: string);
14
+ private m;
15
+ get path(): string;
16
+ set path(a: string);
17
+ private l;
18
+ get error(): string;
19
+ set error(a: string);
20
+ private k;
21
+ get dataRef(): string;
22
+ set dataRef(a: string);
23
+ }
@@ -0,0 +1,13 @@
1
+ import { Base, Type } from "./type";
2
+ import { TypeDescriptionContext } from "./TypeDescriptionContext";
3
+ import { Dictionary$2 } from "./Dictionary$2";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class ImageLoadEventArgsDescriptionMetadata extends Base {
8
+ static $t: Type;
9
+ private static a;
10
+ private static b;
11
+ static c(a: Dictionary$2<string, string>): void;
12
+ static d(a: TypeDescriptionContext): void;
13
+ }
@@ -0,0 +1,21 @@
1
+ import { Description } from "./Description";
2
+ import { TimeAxisLabelFormatDescription } from "./TimeAxisLabelFormatDescription";
3
+ import { Type } from "./type";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class LabelFormatOverrideEventArgsDescription extends Description {
8
+ static $t: Type;
9
+ protected get_type(): string;
10
+ get type(): string;
11
+ constructor();
12
+ private m;
13
+ get dateTime(): Date;
14
+ set dateTime(a: Date);
15
+ private k;
16
+ get format(): TimeAxisLabelFormatDescription;
17
+ set format(a: TimeAxisLabelFormatDescription);
18
+ private o;
19
+ get label(): string;
20
+ set label(a: string);
21
+ }
@@ -0,0 +1 @@
1
+ export { LabelFormatOverrideEventArgsDescriptionMetadata } from "./LabelFormatOverrideEventArgsDescriptionMetadata_combined";
@@ -0,0 +1,23 @@
1
+ import { Base, Type } from "./type";
2
+ import { TypeDescriptionContext } from "./TypeDescriptionContext";
3
+ import { Dictionary$2 } from "./Dictionary$2";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class LabelFormatOverrideEventArgsDescriptionMetadata extends Base {
8
+ static $t: Type;
9
+ private static a;
10
+ private static b;
11
+ static c(a: Dictionary$2<string, string>): void;
12
+ static d(a: TypeDescriptionContext): void;
13
+ }
14
+ /**
15
+ * @hidden
16
+ */
17
+ export declare class TimeAxisLabelFormatDescriptionMetadata extends Base {
18
+ static $t: Type;
19
+ private static a;
20
+ private static b;
21
+ static c(a: Dictionary$2<string, string>): void;
22
+ static d(a: TypeDescriptionContext): void;
23
+ }
@@ -0,0 +1,12 @@
1
+ import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
2
+ import { Type } from "./type";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class LastSevenDaysExpressionDescription extends WrapperExpressionDescription {
7
+ static $t: Type;
8
+ protected get_type(): string;
9
+ private static __marshalByValue2;
10
+ private static __marshalByValueAlias2;
11
+ constructor();
12
+ }
@@ -0,0 +1,13 @@
1
+ import { Base, Type } from "./type";
2
+ import { TypeDescriptionContext } from "./TypeDescriptionContext";
3
+ import { Dictionary$2 } from "./Dictionary$2";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class LastSevenDaysExpressionDescriptionMetadata extends Base {
8
+ static $t: Type;
9
+ private static a;
10
+ private static b;
11
+ static c(a: Dictionary$2<string, string>): void;
12
+ static d(a: TypeDescriptionContext): void;
13
+ }
@@ -0,0 +1,12 @@
1
+ import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
2
+ import { Type } from "./type";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class LastThirtyDaysExpressionDescription extends WrapperExpressionDescription {
7
+ static $t: Type;
8
+ protected get_type(): string;
9
+ private static __marshalByValue2;
10
+ private static __marshalByValueAlias2;
11
+ constructor();
12
+ }
@@ -0,0 +1,13 @@
1
+ import { Base, Type } from "./type";
2
+ import { TypeDescriptionContext } from "./TypeDescriptionContext";
3
+ import { Dictionary$2 } from "./Dictionary$2";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class LastThirtyDaysExpressionDescriptionMetadata extends Base {
8
+ static $t: Type;
9
+ private static a;
10
+ private static b;
11
+ static c(a: Dictionary$2<string, string>): void;
12
+ static d(a: TypeDescriptionContext): void;
13
+ }
@@ -0,0 +1,12 @@
1
+ import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
2
+ import { Type } from "./type";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class LastThreeSixtyFiveDaysExpressionDescription extends WrapperExpressionDescription {
7
+ static $t: Type;
8
+ protected get_type(): string;
9
+ private static __marshalByValue2;
10
+ private static __marshalByValueAlias2;
11
+ constructor();
12
+ }
@@ -0,0 +1,13 @@
1
+ import { Base, Type } from "./type";
2
+ import { TypeDescriptionContext } from "./TypeDescriptionContext";
3
+ import { Dictionary$2 } from "./Dictionary$2";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class LastThreeSixtyFiveDaysExpressionDescriptionMetadata extends Base {
8
+ static $t: Type;
9
+ private static a;
10
+ private static b;
11
+ static c(a: Dictionary$2<string, string>): void;
12
+ static d(a: TypeDescriptionContext): void;
13
+ }
@@ -0,0 +1,12 @@
1
+ import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
2
+ import { Type } from "./type";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class MonthToDateExpressionDescription extends WrapperExpressionDescription {
7
+ static $t: Type;
8
+ protected get_type(): string;
9
+ private static __marshalByValue2;
10
+ private static __marshalByValueAlias2;
11
+ constructor();
12
+ }
@@ -0,0 +1,13 @@
1
+ import { Base, Type } from "./type";
2
+ import { TypeDescriptionContext } from "./TypeDescriptionContext";
3
+ import { Dictionary$2 } from "./Dictionary$2";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class MonthToDateExpressionDescriptionMetadata extends Base {
8
+ static $t: Type;
9
+ private static a;
10
+ private static b;
11
+ static c(a: Dictionary$2<string, string>): void;
12
+ static d(a: TypeDescriptionContext): void;
13
+ }