igniteui-angular-core 19.1.0-beta.0 → 19.1.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 (224) hide show
  1. package/bundles/igniteui-angular-core.umd.js +3102 -2546
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +583 -553
  4. package/esm2015/lib/OthersCategoryContextDescription.js +5 -3
  5. package/esm2015/lib/OthersCategoryContextDescriptionMetadata.js +1 -0
  6. package/esm2015/lib/{WebTreeSelectionChangeEventArgsDescription.js → WebActiveStepChangedEventArgsDescription.js} +7 -7
  7. package/esm2015/lib/WebActiveStepChangedEventArgsDescriptionMetadata.js +43 -0
  8. package/esm2015/lib/{WebActiveStepChangedArgsDetailDescription.js → WebActiveStepChangedEventArgsDetailDescription.js} +7 -7
  9. package/esm2015/lib/WebActiveStepChangedEventArgsDetailDescriptionMetadata.js +42 -0
  10. package/esm2015/lib/{WebActiveStepChangedArgsEventArgsDescription.js → WebActiveStepChangingEventArgsDescription.js} +7 -7
  11. package/esm2015/lib/WebActiveStepChangingEventArgsDescriptionMetadata.js +43 -0
  12. package/esm2015/lib/{WebActiveStepChangingArgsDetailDescription.js → WebActiveStepChangingEventArgsDetailDescription.js} +7 -7
  13. package/esm2015/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.js +42 -0
  14. package/esm2015/lib/WebBaseAlertLikeDescriptionMetadata.js +1 -1
  15. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +9 -4
  16. package/esm2015/lib/WebButtonGroupDescriptionMetadata.js +1 -1
  17. package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +1 -1
  18. package/esm2015/lib/WebCalendarDescriptionMetadata.js +1 -1
  19. package/esm2015/lib/WebCardActionsDescriptionMetadata.js +1 -1
  20. package/esm2015/lib/WebCarouselDescriptionMetadata.js +1 -1
  21. package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +1 -1
  22. package/esm2015/lib/WebColumnDescription.js +79 -47
  23. package/esm2015/lib/WebColumnDescriptionMetadata.js +8 -0
  24. package/esm2015/lib/WebColumnGroupDescription.js +11 -11
  25. package/esm2015/lib/WebDatePickerDescriptionMetadata.js +3 -3
  26. package/esm2015/lib/WebDropdownDescriptionMetadata.js +3 -2
  27. package/esm2015/lib/{WebActiveStepChangingArgsEventArgsDescription.js → WebForOfDataChangeEventArgsDescription.js} +7 -7
  28. package/esm2015/lib/WebForOfDataChangeEventArgsDescriptionMetadata.js +46 -0
  29. package/esm2015/lib/WebForOfDataChangeEventArgsDetailDescription.js +25 -0
  30. package/esm2015/lib/WebForOfDataChangeEventArgsDetailDescriptionMetadata.js +45 -0
  31. package/esm2015/lib/WebForOfStateDetailDescription.js +14 -11
  32. package/esm2015/lib/WebForOfStateDetailDescriptionMetadata.js +0 -2
  33. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +274 -258
  34. package/esm2015/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +10 -4
  35. package/esm2015/lib/WebGridCreatedEventArgsDetailDescription.js +8 -0
  36. package/esm2015/lib/WebGridDescription.js +61 -45
  37. package/esm2015/lib/WebGridDescriptionMetadata.js +6 -0
  38. package/esm2015/lib/WebGridDescriptionModule.js +4 -0
  39. package/esm2015/lib/WebGroupByExpandStateEventArgsDescription.js +36 -0
  40. package/esm2015/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.js +45 -0
  41. package/esm2015/lib/WebGroupingExpressionEventArgsDescription.js +36 -0
  42. package/esm2015/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +45 -0
  43. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  44. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  45. package/esm2015/lib/WebImportsHalper.js +23 -13
  46. package/esm2015/lib/WebInputDescription.js +30 -30
  47. package/esm2015/lib/WebInputDescriptionMetadata.js +2 -2
  48. package/esm2015/lib/WebPivotDataSelectorDescription.js +34 -2
  49. package/esm2015/lib/WebPivotDataSelectorDescriptionMetadata.js +6 -0
  50. package/esm2015/lib/WebPivotGridDescription.js +42 -42
  51. package/esm2015/lib/WebRadioDescriptionMetadata.js +1 -1
  52. package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -2
  53. package/esm2015/lib/WebRowIslandDescription.js +290 -274
  54. package/esm2015/lib/WebSelectDescriptionMetadata.js +3 -2
  55. package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +2 -2
  56. package/esm2015/lib/WebStepperDescriptionMetadata.js +6 -6
  57. package/esm2015/lib/WebStepperDescriptionModule.js +4 -4
  58. package/esm2015/lib/WebTabDescription.js +3 -3
  59. package/esm2015/lib/WebTabDescriptionMetadata.js +1 -1
  60. package/esm2015/lib/WebTabsDescriptionModule.js +0 -2
  61. package/esm2015/lib/WebTextareaDescriptionMetadata.js +2 -6
  62. package/esm2015/lib/WebTileManagerDescriptionMetadata.js +1 -1
  63. package/esm2015/lib/WebTooltipDescription.js +146 -0
  64. package/esm2015/lib/WebTooltipDescriptionMetadata.js +59 -0
  65. package/esm2015/lib/{WebTabPanelDescriptionModule.js → WebTooltipDescriptionModule.js} +6 -6
  66. package/esm2015/lib/WebTreeDescriptionMetadata.js +2 -2
  67. package/esm2015/lib/WebTreeDescriptionModule.js +2 -2
  68. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  69. package/esm2015/lib/{WebTreeSelectionOptionsEventArgsDescription.js → WebTreeSelectionEventArgsDescription.js} +7 -5
  70. package/esm2015/lib/WebTreeSelectionEventArgsDescriptionMetadata.js +43 -0
  71. package/esm2015/lib/{WebTreeSelectionChangeDetailDescription.js → WebTreeSelectionEventArgsDetailDescription.js} +7 -7
  72. package/esm2015/lib/WebTreeSelectionEventArgsDetailDescriptionMetadata.js +44 -0
  73. package/esm2015/public_api.js +23 -21
  74. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +591 -557
  75. package/esm5/lib/OthersCategoryContextDescription.js +5 -3
  76. package/esm5/lib/OthersCategoryContextDescriptionMetadata.js +1 -0
  77. package/esm5/lib/{WebActiveStepChangedArgsEventArgsDescription.js → WebActiveStepChangedEventArgsDescription.js} +12 -12
  78. package/esm5/lib/WebActiveStepChangedEventArgsDescriptionMetadata.js +47 -0
  79. package/esm5/lib/WebActiveStepChangedEventArgsDetailDescription.js +46 -0
  80. package/esm5/lib/WebActiveStepChangedEventArgsDetailDescriptionMetadata.js +46 -0
  81. package/esm5/lib/{WebActiveStepChangedArgsDetailDescription.js → WebActiveStepChangingEventArgsDescription.js} +16 -16
  82. package/esm5/lib/WebActiveStepChangingEventArgsDescriptionMetadata.js +47 -0
  83. package/esm5/lib/{WebActiveStepChangingArgsDetailDescription.js → WebActiveStepChangingEventArgsDetailDescription.js} +13 -13
  84. package/esm5/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.js +46 -0
  85. package/esm5/lib/WebBaseAlertLikeDescriptionMetadata.js +1 -1
  86. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +9 -4
  87. package/esm5/lib/WebButtonGroupDescriptionMetadata.js +1 -1
  88. package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +1 -1
  89. package/esm5/lib/WebCalendarDescriptionMetadata.js +1 -1
  90. package/esm5/lib/WebCardActionsDescriptionMetadata.js +1 -1
  91. package/esm5/lib/WebCarouselDescriptionMetadata.js +1 -1
  92. package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +1 -1
  93. package/esm5/lib/WebColumnDescription.js +95 -47
  94. package/esm5/lib/WebColumnDescriptionMetadata.js +8 -0
  95. package/esm5/lib/WebColumnGroupDescription.js +11 -11
  96. package/esm5/lib/WebDatePickerDescriptionMetadata.js +3 -3
  97. package/esm5/lib/WebDropdownDescriptionMetadata.js +3 -2
  98. package/esm5/lib/{WebTreeSelectionChangeDetailDescription.js → WebForOfDataChangeEventArgsDescription.js} +13 -13
  99. package/esm5/lib/WebForOfDataChangeEventArgsDescriptionMetadata.js +50 -0
  100. package/esm5/lib/WebForOfDataChangeEventArgsDetailDescription.js +26 -0
  101. package/esm5/lib/WebForOfDataChangeEventArgsDetailDescriptionMetadata.js +49 -0
  102. package/esm5/lib/WebForOfStateDetailDescription.js +18 -11
  103. package/esm5/lib/WebForOfStateDetailDescriptionMetadata.js +0 -2
  104. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +282 -258
  105. package/esm5/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +10 -4
  106. package/esm5/lib/WebGridCreatedEventArgsDetailDescription.js +12 -0
  107. package/esm5/lib/WebGridDescription.js +69 -45
  108. package/esm5/lib/WebGridDescriptionMetadata.js +6 -0
  109. package/esm5/lib/WebGridDescriptionModule.js +4 -0
  110. package/esm5/lib/WebGroupByExpandStateEventArgsDescription.js +46 -0
  111. package/esm5/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.js +49 -0
  112. package/esm5/lib/WebGroupingExpressionEventArgsDescription.js +46 -0
  113. package/esm5/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +49 -0
  114. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  115. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  116. package/esm5/lib/WebImportsHalper.js +44 -31
  117. package/esm5/lib/WebInputDescription.js +30 -30
  118. package/esm5/lib/WebInputDescriptionMetadata.js +2 -2
  119. package/esm5/lib/WebPivotDataSelectorDescription.js +49 -1
  120. package/esm5/lib/WebPivotDataSelectorDescriptionMetadata.js +6 -0
  121. package/esm5/lib/WebPivotGridDescription.js +42 -42
  122. package/esm5/lib/WebRadioDescriptionMetadata.js +1 -1
  123. package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -2
  124. package/esm5/lib/WebRowIslandDescription.js +298 -274
  125. package/esm5/lib/WebSelectDescriptionMetadata.js +3 -2
  126. package/esm5/lib/WebSliderBaseDescriptionMetadata.js +2 -2
  127. package/esm5/lib/WebStepperDescriptionMetadata.js +6 -6
  128. package/esm5/lib/WebStepperDescriptionModule.js +4 -4
  129. package/esm5/lib/WebTabDescription.js +2 -2
  130. package/esm5/lib/WebTabDescriptionMetadata.js +1 -1
  131. package/esm5/lib/WebTabsDescriptionModule.js +0 -2
  132. package/esm5/lib/WebTextareaDescriptionMetadata.js +2 -6
  133. package/esm5/lib/WebTileManagerDescriptionMetadata.js +1 -1
  134. package/esm5/lib/WebTooltipDescription.js +212 -0
  135. package/esm5/lib/WebTooltipDescriptionMetadata.js +63 -0
  136. package/esm5/lib/{WebTabPanelDescriptionModule.js → WebTooltipDescriptionModule.js} +9 -9
  137. package/esm5/lib/WebTreeDescriptionMetadata.js +2 -2
  138. package/esm5/lib/WebTreeDescriptionModule.js +2 -2
  139. package/esm5/lib/WebTreeGridDescription.js +28 -28
  140. package/esm5/lib/{WebTreeSelectionOptionsEventArgsDescription.js → WebTreeSelectionEventArgsDescription.js} +12 -10
  141. package/esm5/lib/WebTreeSelectionEventArgsDescriptionMetadata.js +47 -0
  142. package/esm5/lib/{WebTreeSelectionChangeEventArgsDescription.js → WebTreeSelectionEventArgsDetailDescription.js} +13 -13
  143. package/esm5/lib/WebTreeSelectionEventArgsDetailDescriptionMetadata.js +48 -0
  144. package/esm5/public_api.js +23 -21
  145. package/fesm2015/igniteui-angular-core.js +2583 -2167
  146. package/fesm5/igniteui-angular-core.js +3080 -2526
  147. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +185 -180
  148. package/lib/OthersCategoryContextDescription.d.ts +3 -1
  149. package/lib/WebActiveStepChangedEventArgsDescription.d.ts +17 -0
  150. package/lib/WebActiveStepChangedEventArgsDescriptionMetadata.d.ts +13 -0
  151. package/lib/{WebActiveStepChangedArgsDetailDescription.d.ts → WebActiveStepChangedEventArgsDetailDescription.d.ts} +1 -1
  152. package/lib/{WebActiveStepChangingArgsEventArgsDescriptionMetadata.d.ts → WebActiveStepChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  153. package/lib/WebActiveStepChangingEventArgsDescription.d.ts +17 -0
  154. package/lib/{WebActiveStepChangedArgsDetailDescriptionMetadata.d.ts → WebActiveStepChangingEventArgsDescriptionMetadata.d.ts} +1 -1
  155. package/lib/{WebActiveStepChangingArgsDetailDescription.d.ts → WebActiveStepChangingEventArgsDetailDescription.d.ts} +1 -1
  156. package/lib/{WebActiveStepChangingArgsDetailDescriptionMetadata.d.ts → WebActiveStepChangingEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  157. package/lib/WebColumnDescription.d.ts +28 -16
  158. package/lib/WebColumnGroupDescription.d.ts +4 -4
  159. package/lib/WebForOfDataChangeEventArgsDescription.d.ts +17 -0
  160. package/lib/{WebTreeSelectionChangeDetailDescriptionMetadata.d.ts → WebForOfDataChangeEventArgsDescriptionMetadata.d.ts} +1 -1
  161. package/lib/WebForOfDataChangeEventArgsDetailDescription.d.ts +12 -0
  162. package/lib/{WebActiveStepChangedArgsEventArgsDescriptionMetadata.d.ts → WebForOfDataChangeEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  163. package/lib/WebForOfStateDetailDescription.d.ts +7 -6
  164. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +95 -89
  165. package/lib/WebGridCreatedEventArgsDetailDescription.d.ts +3 -0
  166. package/lib/WebGridDescription.d.ts +22 -16
  167. package/lib/WebGroupByExpandStateEventArgsDescription.d.ts +17 -0
  168. package/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.d.ts +13 -0
  169. package/lib/WebGroupingExpressionEventArgsDescription.d.ts +17 -0
  170. package/lib/WebGroupingExpressionEventArgsDescriptionMetadata.d.ts +13 -0
  171. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  172. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  173. package/lib/WebImportsHalper.d.ts +4 -1
  174. package/lib/WebInputDescription.d.ts +14 -14
  175. package/lib/WebPivotDataSelectorDescription.d.ts +13 -1
  176. package/lib/WebPivotGridDescription.d.ts +15 -15
  177. package/lib/WebRowIslandDescription.d.ts +101 -95
  178. package/lib/WebTabDescription.d.ts +2 -2
  179. package/lib/WebTooltipDescription.d.ts +56 -0
  180. package/lib/{WebTabPanelDescriptionMetadata.d.ts → WebTooltipDescriptionMetadata.d.ts} +1 -1
  181. package/lib/{WebTabPanelDescriptionModule.d.ts → WebTooltipDescriptionModule.d.ts} +1 -1
  182. package/lib/WebTreeGridDescription.d.ts +10 -10
  183. package/lib/WebTreeSelectionEventArgsDescription.d.ts +17 -0
  184. package/lib/{WebTreeSelectionChangeDescriptionMetadata.d.ts → WebTreeSelectionEventArgsDescriptionMetadata.d.ts} +1 -1
  185. package/lib/{WebTreeSelectionChangeDetailDescription.d.ts → WebTreeSelectionEventArgsDetailDescription.d.ts} +1 -1
  186. package/lib/{WebTreeSelectionChangeEventArgsDescriptionMetadata.d.ts → WebTreeSelectionEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  187. package/package.json +1 -1
  188. package/public_api.d.ts +23 -21
  189. package/esm2015/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +0 -42
  190. package/esm2015/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +0 -43
  191. package/esm2015/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +0 -42
  192. package/esm2015/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +0 -43
  193. package/esm2015/lib/WebTabPanelDescription.js +0 -26
  194. package/esm2015/lib/WebTabPanelDescriptionMetadata.js +0 -40
  195. package/esm2015/lib/WebTreeSelectionChangeDescription.js +0 -26
  196. package/esm2015/lib/WebTreeSelectionChangeDescriptionMetadata.js +0 -39
  197. package/esm2015/lib/WebTreeSelectionChangeDetailDescriptionMetadata.js +0 -44
  198. package/esm2015/lib/WebTreeSelectionChangeEventArgsDescriptionMetadata.js +0 -43
  199. package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +0 -42
  200. package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +0 -36
  201. package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +0 -41
  202. package/esm5/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +0 -46
  203. package/esm5/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +0 -47
  204. package/esm5/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +0 -46
  205. package/esm5/lib/WebActiveStepChangingArgsEventArgsDescription.js +0 -46
  206. package/esm5/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +0 -47
  207. package/esm5/lib/WebTabPanelDescription.js +0 -31
  208. package/esm5/lib/WebTabPanelDescriptionMetadata.js +0 -44
  209. package/esm5/lib/WebTreeSelectionChangeDescription.js +0 -31
  210. package/esm5/lib/WebTreeSelectionChangeDescriptionMetadata.js +0 -43
  211. package/esm5/lib/WebTreeSelectionChangeDetailDescriptionMetadata.js +0 -48
  212. package/esm5/lib/WebTreeSelectionChangeEventArgsDescriptionMetadata.js +0 -47
  213. package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +0 -46
  214. package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +0 -46
  215. package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +0 -45
  216. package/lib/WebActiveStepChangedArgsEventArgsDescription.d.ts +0 -17
  217. package/lib/WebActiveStepChangingArgsEventArgsDescription.d.ts +0 -17
  218. package/lib/WebTabPanelDescription.d.ts +0 -11
  219. package/lib/WebTreeSelectionChangeDescription.d.ts +0 -11
  220. package/lib/WebTreeSelectionChangeEventArgsDescription.d.ts +0 -17
  221. package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +0 -15
  222. package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +0 -13
  223. package/lib/WebTreeSelectionOptionsEventDetailDescription.d.ts +0 -17
  224. package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +0 -13
@@ -32,14 +32,14 @@ export declare abstract class CodeGeneratingComponentRendererCodeEmitter extends
32
32
  static $t: Type;
33
33
  private l;
34
34
  private j;
35
- protected get_al(): string;
36
- protected get al(): string;
37
35
  protected get_am(): string;
38
36
  protected get am(): string;
39
- protected get a6(): string;
37
+ protected get_an(): string;
38
+ protected get an(): string;
39
+ protected get a7(): string;
40
40
  protected get m(): CodeGenerationRendererOptions;
41
- private z;
42
- protected br(a: CodeGenerationItemBuilderPropertyInfo): void;
41
+ private aa;
42
+ protected bs(a: CodeGenerationItemBuilderPropertyInfo): void;
43
43
  protected get k(): CodeGeneratingRendererResult;
44
44
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
45
45
  private d;
@@ -50,73 +50,74 @@ export declare abstract class CodeGeneratingComponentRendererCodeEmitter extends
50
50
  protected get g(): CodeGeneratingCodeWriter;
51
51
  private b;
52
52
  protected get f(): CodeGeneratingCodeWriter;
53
- private aa;
54
- protected bb(a: string): void;
53
+ private ab;
54
+ protected bc(a: string): void;
55
55
  abstract get r(): boolean;
56
56
  w(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): boolean;
57
57
  q(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): boolean;
58
58
  t(a: CodeGenerationItemBuilderPropertyInfo): boolean;
59
- private af;
60
- protected get aq(): string;
61
- bc(a: string, b: string, c: TypeDescriptionContext): void;
59
+ private ag;
60
+ protected get ar(): string;
61
+ bd(a: string, b: string, c: TypeDescriptionContext): void;
62
62
  u(a: string, b: TypeDescriptionContext): boolean;
63
- bq(): void;
64
- bk(a: number): void;
65
- bl(a: string): void;
66
- bi(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
63
+ br(): void;
64
+ bl(a: number): void;
65
+ bm(a: string): void;
66
+ x(a: string, b: CodeGenerationItemBuilderPropertyInfo, c: TypeDescriptionContext): boolean;
67
67
  bj(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
68
+ bk(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
68
69
  toString(): string;
69
- protected a0(): string;
70
- protected a3(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo, c: boolean): string;
71
- protected ab(a: CodeGenerationItemBuilderPropertyInfo, b: boolean): List$1<string>;
70
+ protected a1(): string;
71
+ protected a4(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo, c: boolean): string;
72
72
  protected ac(a: CodeGenerationItemBuilderPropertyInfo, b: boolean): List$1<string>;
73
- protected a9(a: any): string;
73
+ protected ad(a: CodeGenerationItemBuilderPropertyInfo, b: boolean): List$1<string>;
74
+ protected ba(a: any): string;
74
75
  protected abstract i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
75
- protected ao(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
76
- private an;
77
- protected ar(a: TypeDescriptionContext, b: CodeGenerationItemBuilder, c: string, d: string): string;
78
- protected as(a: CodeGenerationItemBuilderPropertyInfo, b: TypeDescriptionContext, c: List$1<CodeGenerationItemBuilder>, d: List$1<string>, e: string): string;
79
- protected a8(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
80
- protected at(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
81
- protected ag(a: CodeGenerationItemBuilderPropertyInfo): any;
82
- private a2;
76
+ protected ap(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
77
+ private ao;
78
+ protected as(a: TypeDescriptionContext, b: CodeGenerationItemBuilder, c: string, d: string): string;
79
+ protected at(a: CodeGenerationItemBuilderPropertyInfo, b: TypeDescriptionContext, c: List$1<CodeGenerationItemBuilder>, d: List$1<string>, e: string): string;
80
+ protected a9(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
81
+ protected au(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
82
+ protected ah(a: CodeGenerationItemBuilderPropertyInfo): any;
83
+ private a3;
83
84
  protected s(a: CodeGenerationItemBuilderPropertyInfo): boolean;
84
- protected a1(a: CodeGenerationItemBuilderPropertyInfo): string;
85
- protected av(a: CodeGenerationItemBuilderPropertyInfo): string;
86
- private ay;
85
+ protected a2(a: CodeGenerationItemBuilderPropertyInfo): string;
87
86
  protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
88
- protected az(a: CodeGenerationItemBuilderPropertyInfo): string;
87
+ private az;
89
88
  protected ax(a: CodeGenerationItemBuilderPropertyInfo): string;
90
- protected get_x(): boolean;
91
- protected get x(): boolean;
92
- protected ak(a: CodeGenerationItemBuilderPropertyInfo): string;
93
- protected aj(a: any): string;
94
- protected ai(a: CodeGenerationItemBuilderPropertyInfo): string;
95
- protected ah(a: any): string;
96
- private ad;
89
+ protected a0(a: CodeGenerationItemBuilderPropertyInfo): string;
90
+ protected ay(a: CodeGenerationItemBuilderPropertyInfo): string;
91
+ protected get_y(): boolean;
92
+ protected get y(): boolean;
93
+ protected al(a: CodeGenerationItemBuilderPropertyInfo): string;
94
+ protected ak(a: any): string;
95
+ protected aj(a: CodeGenerationItemBuilderPropertyInfo): string;
96
+ protected ai(a: any): string;
97
97
  private ae;
98
+ private af;
99
+ bq(a: string): void;
98
100
  bp(a: string): void;
99
- bo(a: string): void;
100
- private au;
101
- bm(): void;
102
- protected get_a7(): string;
103
- protected get a7(): string;
104
- get ap(): string;
101
+ private av;
102
+ bn(): void;
103
+ protected get_a8(): string;
104
+ protected get a8(): string;
105
+ get aq(): string;
105
106
  protected get v(): boolean;
106
107
  protected get o(): boolean;
107
108
  protected get p(): boolean;
109
+ a6: string;
110
+ protected get_z(): boolean;
111
+ get z(): boolean;
108
112
  a5: string;
109
- protected get_y(): boolean;
110
- get y(): boolean;
111
- a4: string;
112
113
  protected get_n(): boolean;
113
114
  get n(): boolean;
114
- bn(): void;
115
+ bo(): void;
116
+ bf(a: StringBuilder): void;
117
+ bi(a: StringBuilder): void;
115
118
  be(a: StringBuilder): void;
116
- bh(a: StringBuilder): void;
117
- bd(a: StringBuilder): void;
118
- bf(a: TypeDescriptionContext, b: CodeGeneratingImportManager): void;
119
- protected bg(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
119
+ bg(a: TypeDescriptionContext, b: CodeGeneratingImportManager): void;
120
+ protected bh(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
120
121
  }
121
122
  /**
122
123
  * @hidden
@@ -125,29 +126,29 @@ export declare class BlazorRazorCodeGeneratingComponentRendererCodeEmitter exten
125
126
  static $t: Type;
126
127
  protected get_r(): boolean;
127
128
  get r(): boolean;
128
- protected ar(a: TypeDescriptionContext, b: CodeGenerationItemBuilder, c: string, d: string): string;
129
- protected as(a: CodeGenerationItemBuilderPropertyInfo, b: TypeDescriptionContext, c: List$1<CodeGenerationItemBuilder>, d: List$1<string>, e: string): string;
129
+ protected as(a: TypeDescriptionContext, b: CodeGenerationItemBuilder, c: string, d: string): string;
130
+ protected at(a: CodeGenerationItemBuilderPropertyInfo, b: TypeDescriptionContext, c: List$1<CodeGenerationItemBuilder>, d: List$1<string>, e: string): string;
130
131
  protected i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
131
- protected get_y(): boolean;
132
+ protected get_z(): boolean;
132
133
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
133
- protected bv(a: TypeDescriptionContext, b: string, c: CodeGenerationItemBuilderPropertyInfo): string;
134
- protected at(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
135
- bc(a: string, b: string, c: TypeDescriptionContext): void;
136
- bq(): void;
137
- bl(a: string): void;
138
- private bu;
139
- private bs;
134
+ protected bw(a: TypeDescriptionContext, b: string, c: CodeGenerationItemBuilderPropertyInfo): string;
135
+ protected au(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
136
+ bd(a: string, b: string, c: TypeDescriptionContext): void;
137
+ br(): void;
138
+ bm(a: string): void;
139
+ private bv;
140
140
  private bt;
141
- bi(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
142
- protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
143
- protected a3(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo, c: boolean): string;
144
- protected ag(a: CodeGenerationItemBuilderPropertyInfo): any;
145
- protected a0(): string;
146
- protected av(a: CodeGenerationItemBuilderPropertyInfo): string;
147
- private bw;
148
- protected a1(a: CodeGenerationItemBuilderPropertyInfo): string;
141
+ private bu;
149
142
  bj(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
150
- protected get_a7(): string;
143
+ protected ax(a: CodeGenerationItemBuilderPropertyInfo): string;
144
+ protected a4(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo, c: boolean): string;
145
+ protected ah(a: CodeGenerationItemBuilderPropertyInfo): any;
146
+ protected a1(): string;
147
+ protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
148
+ private bx;
149
+ protected a2(a: CodeGenerationItemBuilderPropertyInfo): string;
150
+ bk(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
151
+ protected get_a8(): string;
151
152
  }
152
153
  /**
153
154
  * @hidden
@@ -157,26 +158,26 @@ export declare class BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter
157
158
  protected get_r(): boolean;
158
159
  get r(): boolean;
159
160
  protected i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
160
- protected get_y(): boolean;
161
+ protected get_z(): boolean;
161
162
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
162
- protected bv(a: string, b: CodeGenerationItemBuilderPropertyInfo): string;
163
- protected at(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
164
- bc(a: string, b: string, c: TypeDescriptionContext): void;
165
- bq(): void;
166
- bl(a: string): void;
167
- private bu;
168
- private bs;
163
+ protected bw(a: string, b: CodeGenerationItemBuilderPropertyInfo): string;
164
+ protected au(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
165
+ bd(a: string, b: string, c: TypeDescriptionContext): void;
166
+ br(): void;
167
+ bm(a: string): void;
168
+ private bv;
169
169
  private bt;
170
- bi(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
171
- protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
172
- protected a3(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo, c: boolean): string;
173
- protected ag(a: CodeGenerationItemBuilderPropertyInfo): any;
174
- protected a0(): string;
175
- protected av(a: CodeGenerationItemBuilderPropertyInfo): string;
176
- private bw;
177
- protected a1(a: CodeGenerationItemBuilderPropertyInfo): string;
170
+ private bu;
178
171
  bj(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
179
- protected get_a7(): string;
172
+ protected ax(a: CodeGenerationItemBuilderPropertyInfo): string;
173
+ protected a4(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo, c: boolean): string;
174
+ protected ah(a: CodeGenerationItemBuilderPropertyInfo): any;
175
+ protected a1(): string;
176
+ protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
177
+ private bx;
178
+ protected a2(a: CodeGenerationItemBuilderPropertyInfo): string;
179
+ bk(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
180
+ protected get_a8(): string;
180
181
  }
181
182
  /**
182
183
  * @hidden
@@ -185,31 +186,35 @@ export declare class ReactMarkupCodeGeneratingComponentRendererCodeEmitter exten
185
186
  static $t: Type;
186
187
  protected get_r(): boolean;
187
188
  get r(): boolean;
188
- protected ar(a: TypeDescriptionContext, b: CodeGenerationItemBuilder, c: string, d: string): string;
189
- protected as(a: CodeGenerationItemBuilderPropertyInfo, b: TypeDescriptionContext, c: List$1<CodeGenerationItemBuilder>, d: List$1<string>, e: string): string;
189
+ protected as(a: TypeDescriptionContext, b: CodeGenerationItemBuilder, c: string, d: string): string;
190
+ protected at(a: CodeGenerationItemBuilderPropertyInfo, b: TypeDescriptionContext, c: List$1<CodeGenerationItemBuilder>, d: List$1<string>, e: string): string;
190
191
  protected i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
191
192
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
192
- protected at(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
193
- protected get_x(): boolean;
194
- protected get_a7(): string;
195
- private bu;
196
- private bv;
197
- bc(a: string, b: string, c: TypeDescriptionContext): void;
198
- private bs;
193
+ protected au(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
194
+ protected get_y(): boolean;
195
+ protected get_a8(): string;
199
196
  private bx;
197
+ private by;
198
+ private bz;
199
+ protected get bv(): boolean;
200
+ bd(a: string, b: string, c: TypeDescriptionContext): void;
200
201
  private bt;
201
- protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
202
- bq(): void;
202
+ private bu;
203
+ private b1;
203
204
  private bw;
204
205
  protected ax(a: CodeGenerationItemBuilderPropertyInfo): string;
205
- bl(a: string): void;
206
- bi(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
207
- protected ag(a: CodeGenerationItemBuilderPropertyInfo): any;
208
- protected a0(): string;
209
- protected av(a: CodeGenerationItemBuilderPropertyInfo): string;
210
- protected a1(a: CodeGenerationItemBuilderPropertyInfo): string;
206
+ br(): void;
207
+ private b0;
208
+ protected ay(a: CodeGenerationItemBuilderPropertyInfo): string;
209
+ bm(a: string): void;
210
+ x(a: string, b: CodeGenerationItemBuilderPropertyInfo, c: TypeDescriptionContext): boolean;
211
211
  bj(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
212
- protected bg(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
212
+ protected ah(a: CodeGenerationItemBuilderPropertyInfo): any;
213
+ protected a1(): string;
214
+ protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
215
+ protected a2(a: CodeGenerationItemBuilderPropertyInfo): string;
216
+ bk(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
217
+ protected bh(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
213
218
  }
214
219
  /**
215
220
  * @hidden
@@ -219,26 +224,26 @@ export declare abstract class WebCodeBehindCodeGeneratingComponentRendererCodeEm
219
224
  protected get_r(): boolean;
220
225
  get r(): boolean;
221
226
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
222
- private bs;
223
- protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
224
- protected at(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
225
- protected get_x(): boolean;
226
- bc(a: string, b: string, c: TypeDescriptionContext): void;
227
- private bw;
228
- bq(): void;
229
- bk(a: number): void;
230
- bl(a: string): void;
231
- private bv;
232
227
  private bt;
233
- private bu;
234
- bi(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
235
- protected ag(a: CodeGenerationItemBuilderPropertyInfo): any;
236
- protected a0(): string;
237
- protected av(a: CodeGenerationItemBuilderPropertyInfo): string;
238
- protected a1(a: CodeGenerationItemBuilderPropertyInfo): string;
239
228
  protected ax(a: CodeGenerationItemBuilderPropertyInfo): string;
240
- protected a3(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo, c: boolean): string;
229
+ protected au(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
230
+ protected get_y(): boolean;
231
+ bd(a: string, b: string, c: TypeDescriptionContext): void;
232
+ private bx;
233
+ br(): void;
234
+ bl(a: number): void;
235
+ bm(a: string): void;
236
+ private bw;
237
+ private bu;
238
+ private bv;
241
239
  bj(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
240
+ protected ah(a: CodeGenerationItemBuilderPropertyInfo): any;
241
+ protected a1(): string;
242
+ protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
243
+ protected a2(a: CodeGenerationItemBuilderPropertyInfo): string;
244
+ protected ay(a: CodeGenerationItemBuilderPropertyInfo): string;
245
+ protected a4(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo, c: boolean): string;
246
+ bk(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
242
247
  }
243
248
  /**
244
249
  * @hidden
@@ -248,8 +253,8 @@ export declare class ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter e
248
253
  protected get_r(): boolean;
249
254
  protected i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
250
255
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
251
- protected get_a7(): string;
252
- protected bg(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
256
+ protected get_a8(): string;
257
+ protected bh(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
253
258
  u(a: string, b: TypeDescriptionContext): boolean;
254
259
  }
255
260
  /**
@@ -259,30 +264,30 @@ export declare class WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitt
259
264
  static $t: Type;
260
265
  protected get_r(): boolean;
261
266
  get r(): boolean;
262
- private bs;
263
- protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
267
+ private bt;
268
+ protected ax(a: CodeGenerationItemBuilderPropertyInfo): string;
264
269
  protected i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
265
- protected ar(a: TypeDescriptionContext, b: CodeGenerationItemBuilder, c: string, d: string): string;
266
- protected as(a: CodeGenerationItemBuilderPropertyInfo, b: TypeDescriptionContext, c: List$1<CodeGenerationItemBuilder>, d: List$1<string>, e: string): string;
270
+ protected as(a: TypeDescriptionContext, b: CodeGenerationItemBuilder, c: string, d: string): string;
271
+ protected at(a: CodeGenerationItemBuilderPropertyInfo, b: TypeDescriptionContext, c: List$1<CodeGenerationItemBuilder>, d: List$1<string>, e: string): string;
267
272
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
268
- protected at(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
269
- protected get_x(): boolean;
270
- bc(a: string, b: string, c: TypeDescriptionContext): void;
273
+ protected au(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
274
+ protected get_y(): boolean;
275
+ bd(a: string, b: string, c: TypeDescriptionContext): void;
276
+ private bx;
277
+ br(): void;
278
+ bm(a: string): void;
271
279
  private bw;
272
- bq(): void;
273
- bl(a: string): void;
274
- private bv;
275
- private bt;
276
280
  private bu;
277
- protected get_a7(): string;
278
- protected bg(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
279
- bi(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
280
- protected ag(a: CodeGenerationItemBuilderPropertyInfo): any;
281
- protected a0(): string;
282
- protected av(a: CodeGenerationItemBuilderPropertyInfo): string;
283
- protected a1(a: CodeGenerationItemBuilderPropertyInfo): string;
284
- protected ax(a: CodeGenerationItemBuilderPropertyInfo): string;
281
+ private bv;
282
+ protected get_a8(): string;
283
+ protected bh(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
285
284
  bj(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
285
+ protected ah(a: CodeGenerationItemBuilderPropertyInfo): any;
286
+ protected a1(): string;
287
+ protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
288
+ protected a2(a: CodeGenerationItemBuilderPropertyInfo): string;
289
+ protected ay(a: CodeGenerationItemBuilderPropertyInfo): string;
290
+ bk(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
286
291
  }
287
292
  /**
288
293
  * @hidden
@@ -291,8 +296,8 @@ export declare class WebComponentsCodeBehindCodeGeneratingComponentRendererCodeE
291
296
  static $t: Type;
292
297
  protected i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
293
298
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
294
- protected get_a7(): string;
295
- protected bg(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
299
+ protected get_a8(): string;
300
+ protected bh(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
296
301
  }
297
302
  /**
298
303
  * @hidden
@@ -347,28 +352,28 @@ export declare class AngularTemplateCodeGeneratingComponentRendererCodeEmitter e
347
352
  static $t: Type;
348
353
  protected get_r(): boolean;
349
354
  get r(): boolean;
350
- protected ar(a: TypeDescriptionContext, b: CodeGenerationItemBuilder, c: string, d: string): string;
351
- protected as(a: CodeGenerationItemBuilderPropertyInfo, b: TypeDescriptionContext, c: List$1<CodeGenerationItemBuilder>, d: List$1<string>, e: string): string;
355
+ protected as(a: TypeDescriptionContext, b: CodeGenerationItemBuilder, c: string, d: string): string;
356
+ protected at(a: CodeGenerationItemBuilderPropertyInfo, b: TypeDescriptionContext, c: List$1<CodeGenerationItemBuilder>, d: List$1<string>, e: string): string;
352
357
  protected i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
353
358
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
354
- protected at(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
355
- protected get_x(): boolean;
356
- protected get_a7(): string;
357
- private bu;
358
- private bs;
359
- private bt;
360
- bc(a: string, b: string, c: TypeDescriptionContext): void;
361
- protected bg(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
359
+ protected au(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
360
+ protected get_y(): boolean;
361
+ protected get_a8(): string;
362
362
  private bv;
363
- bq(): void;
364
- bl(a: string): void;
365
- bi(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
366
- protected ax(a: CodeGenerationItemBuilderPropertyInfo): string;
367
- protected ag(a: CodeGenerationItemBuilderPropertyInfo): any;
368
- protected a0(): string;
369
- protected av(a: CodeGenerationItemBuilderPropertyInfo): string;
370
- protected a1(a: CodeGenerationItemBuilderPropertyInfo): string;
363
+ private bt;
364
+ private bu;
365
+ bd(a: string, b: string, c: TypeDescriptionContext): void;
366
+ protected bh(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
367
+ private bw;
368
+ br(): void;
369
+ bm(a: string): void;
371
370
  bj(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
371
+ protected ay(a: CodeGenerationItemBuilderPropertyInfo): string;
372
+ protected ah(a: CodeGenerationItemBuilderPropertyInfo): any;
373
+ protected a1(): string;
374
+ protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
375
+ protected a2(a: CodeGenerationItemBuilderPropertyInfo): string;
376
+ bk(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
372
377
  }
373
378
  /**
374
379
  * @hidden
@@ -378,8 +383,8 @@ export declare class AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter
378
383
  protected get_r(): boolean;
379
384
  protected i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
380
385
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
381
- protected get_a7(): string;
382
- protected bg(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
386
+ protected get_a8(): string;
387
+ protected bh(a: TypeDescriptionContext, b: List$1<string>, c: CodeGeneratingImportManager): void;
383
388
  }
384
389
  /**
385
390
  * @hidden
@@ -414,35 +419,35 @@ export declare class DotNetCodeGeneratingComponentRendererDataEmitter extends Co
414
419
  */
415
420
  export declare class WPFXamlCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
416
421
  static $t: Type;
417
- protected a9(a: any): string;
422
+ protected ba(a: any): string;
418
423
  protected get_r(): boolean;
419
424
  get r(): boolean;
420
425
  protected i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
421
- protected get_y(): boolean;
426
+ protected get_z(): boolean;
422
427
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
423
- protected at(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
424
- bc(a: string, b: string, c: TypeDescriptionContext): void;
425
- bq(): void;
426
- bl(a: string): void;
427
- bi(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
428
- protected ag(a: CodeGenerationItemBuilderPropertyInfo): any;
429
- protected a0(): string;
430
- protected av(a: CodeGenerationItemBuilderPropertyInfo): string;
431
- private bs;
432
- protected a1(a: CodeGenerationItemBuilderPropertyInfo): string;
428
+ protected au(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
429
+ bd(a: string, b: string, c: TypeDescriptionContext): void;
430
+ br(): void;
431
+ bm(a: string): void;
433
432
  bj(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
434
- protected get_a7(): string;
433
+ protected ah(a: CodeGenerationItemBuilderPropertyInfo): any;
434
+ protected a1(): string;
435
+ protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
436
+ private bt;
437
+ protected a2(a: CodeGenerationItemBuilderPropertyInfo): string;
438
+ bk(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
439
+ protected get_a8(): string;
435
440
  }
436
441
  /**
437
442
  * @hidden
438
443
  */
439
444
  export declare class WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
440
445
  static $t: Type;
441
- protected a9(a: any): string;
446
+ protected ba(a: any): string;
442
447
  protected get_r(): boolean;
443
448
  get r(): boolean;
444
449
  protected i(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
445
- protected get_y(): boolean;
450
+ protected get_z(): boolean;
446
451
  constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
447
452
  }
448
453
  /**
@@ -7,8 +7,10 @@ export declare class OthersCategoryContextDescription extends Description {
7
7
  static $t: Type;
8
8
  protected get_type(): string;
9
9
  get type(): string;
10
+ private static __marshalByValue;
11
+ private static __marshalByValueAlias;
10
12
  constructor();
11
- private h;
13
+ private j;
12
14
  get itemsRef(): string;
13
15
  set itemsRef(a: string);
14
16
  }
@@ -0,0 +1,17 @@
1
+ import { Description } from "./Description";
2
+ import { WebActiveStepChangedEventArgsDetailDescription } from "./WebActiveStepChangedEventArgsDetailDescription";
3
+ import { Type } from "./type";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class WebActiveStepChangedEventArgsDescription extends Description {
8
+ static $t: Type;
9
+ protected get_type(): string;
10
+ get type(): string;
11
+ private static __marshalByValue;
12
+ private static __marshalByValueAlias;
13
+ constructor();
14
+ private h;
15
+ get detail(): WebActiveStepChangedEventArgsDetailDescription;
16
+ set detail(a: WebActiveStepChangedEventArgsDetailDescription);
17
+ }
@@ -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 WebActiveStepChangedEventArgsDescriptionMetadata 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
+ }
@@ -3,7 +3,7 @@ import { Type } from "./type";
3
3
  /**
4
4
  * @hidden
5
5
  */
6
- export declare class WebActiveStepChangedArgsDetailDescription extends Description {
6
+ export declare class WebActiveStepChangedEventArgsDetailDescription extends Description {
7
7
  static $t: Type;
8
8
  protected get_type(): string;
9
9
  get type(): string;
@@ -4,7 +4,7 @@ import { Dictionary$2 } from "./Dictionary$2";
4
4
  /**
5
5
  * @hidden
6
6
  */
7
- export declare class WebActiveStepChangingArgsEventArgsDescriptionMetadata extends Base {
7
+ export declare class WebActiveStepChangedEventArgsDetailDescriptionMetadata extends Base {
8
8
  static $t: Type;
9
9
  private static a;
10
10
  private static b;
@@ -0,0 +1,17 @@
1
+ import { Description } from "./Description";
2
+ import { WebActiveStepChangingEventArgsDetailDescription } from "./WebActiveStepChangingEventArgsDetailDescription";
3
+ import { Type } from "./type";
4
+ /**
5
+ * @hidden
6
+ */
7
+ export declare class WebActiveStepChangingEventArgsDescription extends Description {
8
+ static $t: Type;
9
+ protected get_type(): string;
10
+ get type(): string;
11
+ private static __marshalByValue;
12
+ private static __marshalByValueAlias;
13
+ constructor();
14
+ private h;
15
+ get detail(): WebActiveStepChangingEventArgsDetailDescription;
16
+ set detail(a: WebActiveStepChangingEventArgsDetailDescription);
17
+ }
@@ -4,7 +4,7 @@ import { Dictionary$2 } from "./Dictionary$2";
4
4
  /**
5
5
  * @hidden
6
6
  */
7
- export declare class WebActiveStepChangedArgsDetailDescriptionMetadata extends Base {
7
+ export declare class WebActiveStepChangingEventArgsDescriptionMetadata extends Base {
8
8
  static $t: Type;
9
9
  private static a;
10
10
  private static b;
@@ -3,7 +3,7 @@ import { Type } from "./type";
3
3
  /**
4
4
  * @hidden
5
5
  */
6
- export declare class WebActiveStepChangingArgsDetailDescription extends Description {
6
+ export declare class WebActiveStepChangingEventArgsDetailDescription extends Description {
7
7
  static $t: Type;
8
8
  protected get_type(): string;
9
9
  get type(): string;
@@ -4,7 +4,7 @@ import { Dictionary$2 } from "./Dictionary$2";
4
4
  /**
5
5
  * @hidden
6
6
  */
7
- export declare class WebActiveStepChangingArgsDetailDescriptionMetadata extends Base {
7
+ export declare class WebActiveStepChangingEventArgsDetailDescriptionMetadata extends Base {
8
8
  static $t: Type;
9
9
  private static a;
10
10
  private static b;