igniteui-angular-core 13.2.0-beta.1 → 13.2.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 (95) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1082 -40
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
  4. package/esm2015/lib/DataGridPagerDescriptionModule.js +2 -0
  5. package/esm2015/lib/FinancialChartDescriptionModule.js +2 -0
  6. package/esm2015/lib/FontDefaults.js +7 -7
  7. package/esm2015/lib/NativeUIButton.js +2 -1
  8. package/esm2015/lib/NativeUICheckbox.js +2 -1
  9. package/esm2015/lib/NativeUIDropDown.js +2 -1
  10. package/esm2015/lib/NativeUIInput.js +2 -1
  11. package/esm2015/lib/NativeUISlider.js +2 -1
  12. package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +8 -0
  13. package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/WebDropdownGroupDescription.js +2 -10
  15. package/esm2015/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
  16. package/esm2015/lib/WebExpansionPanelComponentEventArgsDescription.js +34 -0
  17. package/esm2015/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
  18. package/esm2015/lib/WebExpansionPanelDescription.js +82 -0
  19. package/esm2015/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
  20. package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +77 -0
  21. package/esm2015/lib/WebExpansionPanelDescriptionModule.js +20 -0
  22. package/esm2015/lib/WebMaskInputDescription.js +71 -0
  23. package/esm2015/lib/WebMaskInputDescriptionMetadata.js +47 -0
  24. package/esm2015/lib/WebMaskInputDescriptionModule.js +22 -0
  25. package/esm2015/lib/WebTreeDescription.js +106 -0
  26. package/esm2015/lib/WebTreeDescriptionMetadata.js +54 -0
  27. package/esm2015/lib/WebTreeDescriptionModule.js +22 -0
  28. package/esm2015/lib/WebTreeItemComponentEventArgsDescription.js +34 -0
  29. package/esm2015/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +40 -0
  30. package/esm2015/lib/WebTreeItemDescription.js +98 -0
  31. package/esm2015/lib/WebTreeItemDescriptionMetadata.js +47 -0
  32. package/esm2015/lib/WebTreeItemDescriptionModule.js +20 -0
  33. package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +34 -0
  34. package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +38 -0
  35. package/esm2015/lib/igx-tooltip-container-component.js +3 -3
  36. package/esm2015/public_api.js +18 -0
  37. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
  38. package/esm5/lib/DataGridPagerDescriptionModule.js +2 -0
  39. package/esm5/lib/FinancialChartDescriptionModule.js +2 -0
  40. package/esm5/lib/FontDefaults.js +7 -7
  41. package/esm5/lib/NativeUIButton.js +2 -1
  42. package/esm5/lib/NativeUICheckbox.js +2 -1
  43. package/esm5/lib/NativeUIDropDown.js +2 -1
  44. package/esm5/lib/NativeUIInput.js +2 -1
  45. package/esm5/lib/NativeUISlider.js +2 -1
  46. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +14 -1
  47. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
  48. package/esm5/lib/WebDropdownGroupDescription.js +1 -13
  49. package/esm5/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
  50. package/esm5/lib/WebExpansionPanelComponentEventArgsDescription.js +44 -0
  51. package/esm5/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
  52. package/esm5/lib/WebExpansionPanelDescription.js +116 -0
  53. package/esm5/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
  54. package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +84 -0
  55. package/esm5/lib/WebExpansionPanelDescriptionModule.js +24 -0
  56. package/esm5/lib/WebMaskInputDescription.js +97 -0
  57. package/esm5/lib/WebMaskInputDescriptionMetadata.js +51 -0
  58. package/esm5/lib/WebMaskInputDescriptionModule.js +26 -0
  59. package/esm5/lib/WebTreeDescription.js +152 -0
  60. package/esm5/lib/WebTreeDescriptionMetadata.js +58 -0
  61. package/esm5/lib/WebTreeDescriptionModule.js +26 -0
  62. package/esm5/lib/WebTreeItemComponentEventArgsDescription.js +44 -0
  63. package/esm5/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +44 -0
  64. package/esm5/lib/WebTreeItemDescription.js +140 -0
  65. package/esm5/lib/WebTreeItemDescriptionMetadata.js +51 -0
  66. package/esm5/lib/WebTreeItemDescriptionModule.js +24 -0
  67. package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +44 -0
  68. package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +42 -0
  69. package/esm5/lib/igx-tooltip-container-component.js +2 -2
  70. package/esm5/public_api.js +18 -0
  71. package/fesm2015/igniteui-angular-core.js +875 -38
  72. package/fesm5/igniteui-angular-core.js +1065 -41
  73. package/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.d.ts +3 -0
  74. package/lib/WebDropdownGroupDescription.d.ts +0 -4
  75. package/lib/WebExpansionPanelComponentEventArgsDescription.d.ts +15 -0
  76. package/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.d.ts +1 -0
  77. package/lib/WebExpansionPanelDescription.d.ts +32 -0
  78. package/lib/WebExpansionPanelDescriptionMetadata.d.ts +1 -0
  79. package/lib/WebExpansionPanelDescriptionMetadata_combined.d.ts +23 -0
  80. package/lib/WebExpansionPanelDescriptionModule.d.ts +9 -0
  81. package/lib/WebMaskInputDescription.d.ts +28 -0
  82. package/lib/WebMaskInputDescriptionMetadata.d.ts +13 -0
  83. package/lib/WebMaskInputDescriptionModule.d.ts +9 -0
  84. package/lib/WebTreeDescription.d.ts +41 -0
  85. package/lib/WebTreeDescriptionMetadata.d.ts +13 -0
  86. package/lib/WebTreeDescriptionModule.d.ts +9 -0
  87. package/lib/WebTreeItemComponentEventArgsDescription.d.ts +15 -0
  88. package/lib/WebTreeItemComponentEventArgsDescriptionMetadata.d.ts +13 -0
  89. package/lib/WebTreeItemDescription.d.ts +38 -0
  90. package/lib/WebTreeItemDescriptionMetadata.d.ts +13 -0
  91. package/lib/WebTreeItemDescriptionModule.d.ts +9 -0
  92. package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +15 -0
  93. package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +13 -0
  94. package/package.json +1 -1
  95. package/public_api.d.ts +18 -0
@@ -30705,12 +30705,13 @@
30705
30705
  return this.ap;
30706
30706
  },
30707
30707
  set: function (a) {
30708
+ var b = this.ap;
30708
30709
  this.ap = a;
30709
30710
  if (this.ap != null) {
30710
30711
  this.w(2, this.ap);
30711
30712
  }
30712
30713
  else {
30713
- this.ab(2, this.ap);
30714
+ this.ab(2, b);
30714
30715
  }
30715
30716
  },
30716
30717
  enumerable: false,
@@ -30777,12 +30778,13 @@
30777
30778
  return this.ap;
30778
30779
  },
30779
30780
  set: function (a) {
30781
+ var b = this.ap;
30780
30782
  this.ap = a;
30781
30783
  if (this.ap != null) {
30782
30784
  this.w(1, this.ap);
30783
30785
  }
30784
30786
  else {
30785
- this.ab(1, this.ap);
30787
+ this.ab(1, b);
30786
30788
  }
30787
30789
  },
30788
30790
  enumerable: false,
@@ -30827,12 +30829,13 @@
30827
30829
  return this.aq;
30828
30830
  },
30829
30831
  set: function (a) {
30832
+ var b = this.aq;
30830
30833
  this.aq = a;
30831
30834
  if (this.aq != null) {
30832
30835
  this.w(3, this.aq);
30833
30836
  }
30834
30837
  else {
30835
- this.ab(3, this.aq);
30838
+ this.ab(3, b);
30836
30839
  }
30837
30840
  },
30838
30841
  enumerable: false,
@@ -30932,12 +30935,13 @@
30932
30935
  return this.ap;
30933
30936
  },
30934
30937
  set: function (a) {
30938
+ var b = this.ap;
30935
30939
  this.ap = a;
30936
30940
  if (this.ap != null) {
30937
30941
  this.w(4, this.ap);
30938
30942
  }
30939
30943
  else {
30940
- this.ab(4, this.ap);
30944
+ this.ab(4, b);
30941
30945
  }
30942
30946
  },
30943
30947
  enumerable: false,
@@ -31168,12 +31172,13 @@
31168
31172
  return this.ar;
31169
31173
  },
31170
31174
  set: function (a) {
31175
+ var b = this.ar;
31171
31176
  this.ar = a;
31172
31177
  if (this.ar != null) {
31173
31178
  this.w(0, this.ar);
31174
31179
  }
31175
31180
  else {
31176
- this.ab(0, this.ar);
31181
+ this.ab(0, b);
31177
31182
  }
31178
31183
  },
31179
31184
  enumerable: false,
@@ -35521,13 +35526,13 @@
35521
35526
  };
35522
35527
  FontDefaults.$t = markType(FontDefaults, 'FontDefaults');
35523
35528
  FontDefaults.legendLabelsBrush = BrushUtil.g(255, 37, 37, 37);
35524
- FontDefaults.legendLabelsFontSizeConst = 14;
35525
- FontDefaults.legendLabelsFontSize = DeviceUtils.f(14);
35529
+ FontDefaults.legendLabelsFontSizeConst = 13;
35530
+ FontDefaults.legendLabelsFontSize = DeviceUtils.f(13);
35526
35531
  FontDefaults.legendLabelsFontConst = "Verdana";
35527
35532
  FontDefaults.legendLabelsFontFamily = FontDefaults.aq("Verdana");
35528
35533
  FontDefaults.dataLegendFontBrush = BrushUtil.g(255, 37, 37, 37);
35529
- FontDefaults.dataLegendFontSizeConst = 14;
35530
- FontDefaults.dataLegendFontSize = DeviceUtils.f(14);
35534
+ FontDefaults.dataLegendFontSizeConst = 13;
35535
+ FontDefaults.dataLegendFontSize = DeviceUtils.f(13);
35531
35536
  FontDefaults.dataLegendFontFamilyConst = "Verdana";
35532
35537
  FontDefaults.dataLegendFontFamily = FontDefaults.aq("Verdana");
35533
35538
  FontDefaults.dataLegendFontWeight = "400";
@@ -35536,8 +35541,8 @@
35536
35541
  FontDefaults.dataLegendFontVariant = "Normal";
35537
35542
  FontDefaults.dataLegendHeaderFontWeight = "600";
35538
35543
  FontDefaults.chartAxisLabelBrush = BrushUtil.g(255, 78, 78, 78);
35539
- FontDefaults.chartFontSizeConst = 14;
35540
- FontDefaults.chartFontSize = DeviceUtils.f(14);
35544
+ FontDefaults.chartFontSizeConst = 13;
35545
+ FontDefaults.chartFontSize = DeviceUtils.f(13);
35541
35546
  FontDefaults.chartFontNameConst = "Verdana";
35542
35547
  FontDefaults.chartFontFamily = FontDefaults.aq("Verdana");
35543
35548
  FontDefaults.chartFontWeight = "400";
@@ -35553,7 +35558,7 @@
35553
35558
  FontDefaults.chartSubtitleNameConst = "Verdana";
35554
35559
  FontDefaults.chartSubtitleFontWeight = "600";
35555
35560
  FontDefaults.tooltipLabelsBrush = BrushUtil.g(255, 78, 78, 78);
35556
- FontDefaults.tooltipLabelsFontSizeConst = 14;
35561
+ FontDefaults.tooltipLabelsFontSizeConst = 13;
35557
35562
  FontDefaults.tooltipLabelsFontSize = DeviceUtils.f(FontDefaults.tooltipLabelsFontSizeConst);
35558
35563
  FontDefaults.tooltipFontNameConst = "Verdana";
35559
35564
  FontDefaults.tooltipLabelsFontFamily = FontDefaults.aq("Verdana");
@@ -42867,7 +42872,7 @@
42867
42872
  TypeRegistrar.registerCons("IgxTooltipContainerComponent", IgxTooltipContainerComponent);
42868
42873
  };
42869
42874
  IgxTooltipContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTooltipContainerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
42870
- IgxTooltipContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: IgxTooltipContainerComponent, selector: "igx-tooltip-container", inputs: { template: "template", containerTemplate: "containerTemplate", context: "context" }, host: { classAttribute: "ig-tooltip-container igx-tooltip-container" }, viewQueries: [{ propertyName: "_tooltipContent", first: true, predicate: IgxTemplateContentComponent, descendants: true, static: true }], ngImport: i0, template: "\n <ng-template #defaultContainer>\n <div class='ig-tooltip-container-background' *ngIf=\"context !== null && context.item !== null\"\n [style.border-color]=\"context && context.isSubContent ? 'transparent' : '#666'\">\n <igx-template-content *ngIf=\"context !== null\" [template]=\"template\" [context]=\"context\"></igx-template-content>\n </div>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"containerTemplate ? containerTemplate : defaultContainer; context: context\">\n </ng-container>\n ", isInline: true, styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 14px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 14px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"], components: [{ type: IgxTemplateContentComponent, selector: "igx-template-content", inputs: ["template", "context"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
42875
+ IgxTooltipContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: IgxTooltipContainerComponent, selector: "igx-tooltip-container", inputs: { template: "template", containerTemplate: "containerTemplate", context: "context" }, host: { classAttribute: "ig-tooltip-container igx-tooltip-container" }, viewQueries: [{ propertyName: "_tooltipContent", first: true, predicate: IgxTemplateContentComponent, descendants: true, static: true }], ngImport: i0, template: "\n <ng-template #defaultContainer>\n <div class='ig-tooltip-container-background' *ngIf=\"context !== null && context.item !== null\"\n [style.border-color]=\"context && context.isSubContent ? 'transparent' : '#666'\">\n <igx-template-content *ngIf=\"context !== null\" [template]=\"template\" [context]=\"context\"></igx-template-content>\n </div>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"containerTemplate ? containerTemplate : defaultContainer; context: context\">\n </ng-container>\n ", isInline: true, styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 13px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 13px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"], components: [{ type: IgxTemplateContentComponent, selector: "igx-template-content", inputs: ["template", "context"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
42871
42876
  return IgxTooltipContainerComponent;
42872
42877
  }());
42873
42878
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTooltipContainerComponent, decorators: [{
@@ -42877,7 +42882,7 @@
42877
42882
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
42878
42883
  host: { class: "ig-tooltip-container igx-tooltip-container" },
42879
42884
  template: "\n <ng-template #defaultContainer>\n <div class='ig-tooltip-container-background' *ngIf=\"context !== null && context.item !== null\"\n [style.border-color]=\"context && context.isSubContent ? 'transparent' : '#666'\">\n <igx-template-content *ngIf=\"context !== null\" [template]=\"template\" [context]=\"context\"></igx-template-content>\n </div>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"containerTemplate ? containerTemplate : defaultContainer; context: context\">\n </ng-container>\n ",
42880
- styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 14px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 14px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"]
42885
+ styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 13px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 13px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"]
42881
42886
  }]
42882
42887
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { _tooltipContent: [{
42883
42888
  type: i0.ViewChild,
@@ -67372,6 +67377,9 @@
67372
67377
  if (this.n.platform == 3) {
67373
67378
  e = "if ((this as any)._bind) { (this as any)._bind(); } ";
67374
67379
  }
67380
+ if (this.n.platform == 1) {
67381
+ e = "this._detector.markForCheck(); ";
67382
+ }
67375
67383
  var f = this.v(a, false);
67376
67384
  var g = "null";
67377
67385
  switch (b) {
@@ -67394,7 +67402,7 @@
67394
67402
  this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "_fetching)");
67395
67403
  this.g.k("{");
67396
67404
  this.g.h();
67397
- this.g.k(this.ao(a) + "_fetching = true;");
67405
+ this.g.k("this." + this.ao(a) + "_fetching = true;");
67398
67406
  this.g.k("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
67399
67407
  this.g.f();
67400
67408
  this.g.k("}");
@@ -67451,7 +67459,6 @@
67451
67459
  };
67452
67460
  TSCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b) {
67453
67461
  b.addPackageImport("./" + a, a);
67454
- b.addPackageImport("./" + a, a + "Item");
67455
67462
  };
67456
67463
  TSCodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
67457
67464
  b.addDefaultImport("./" + a, a);
@@ -67762,16 +67769,10 @@
67762
67769
  a.k("using System.Collections.Generic;");
67763
67770
  if (!this.ak) {
67764
67771
  this.ak = true;
67765
- this.k.addUsing("using Data;");
67766
67772
  }
67767
- a.k("namespace Data");
67768
- a.k("{");
67769
- a.h();
67770
67773
  _super.prototype.ad.call(this, a);
67771
67774
  };
67772
67775
  DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a) {
67773
- a.f();
67774
- a.k("}");
67775
67776
  _super.prototype.ac.call(this, a);
67776
67777
  };
67777
67778
  DotNetCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a, b) {
@@ -67836,7 +67837,7 @@
67836
67837
  else {
67837
67838
  e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
67838
67839
  }
67839
- if (c.isAsync) {
67840
+ if (c != null && c.isAsync) {
67840
67841
  d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
67841
67842
  }
67842
67843
  this.g.k("private " + this.v(a, false) + " " + this.ao(a) + " = null;");
@@ -68011,7 +68012,12 @@
68011
68012
  return "double.NaN";
68012
68013
  }
68013
68014
  return (b.value.toString());
68014
- case 2: return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
68015
+ case 2: if (b.value == null) {
68016
+ return "null";
68017
+ }
68018
+ else {
68019
+ return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
68020
+ }
68015
68021
  case 3: return ("null");
68016
68022
  }
68017
68023
  return "";
@@ -136856,6 +136862,7 @@
136856
136862
  return _super !== null && _super.apply(this, arguments) || this;
136857
136863
  }
136858
136864
  DataGridPagerDescriptionModule.register = function (a) {
136865
+ ButtonDescriptionModule.register(a);
136859
136866
  DataGridPagerDescriptionMetadata.d(a);
136860
136867
  };
136861
136868
  DataGridPagerDescriptionModule.$t = markType(DataGridPagerDescriptionModule, 'DataGridPagerDescriptionModule');
@@ -147628,6 +147635,7 @@
147628
147635
  CategoryToolTipLayerDescriptionModule.register(a);
147629
147636
  CategoryHighlightLayerDescriptionModule.register(a);
147630
147637
  CategoryItemHighlightLayerDescriptionModule.register(a);
147638
+ DataToolTipLayerDescriptionModule.register(a);
147631
147639
  FinalValueLayerDescriptionModule.register(a);
147632
147640
  NumberAbbreviatorDescriptionModule.register(a);
147633
147641
  DataChartInteractivityDescriptionModule.register(a);
@@ -158015,7 +158023,9 @@
158015
158023
  var PropertyEditorPropertyDescriptionChangedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
158016
158024
  tslib.__extends(PropertyEditorPropertyDescriptionChangedEventArgsDescription, _super);
158017
158025
  function PropertyEditorPropertyDescriptionChangedEventArgsDescription() {
158018
- return _super.call(this) || this;
158026
+ var _this = _super.call(this) || this;
158027
+ _this.f = null;
158028
+ return _this;
158019
158029
  }
158020
158030
  PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype.get_type = function () {
158021
158031
  return "PropertyEditorPropertyDescriptionChangedEventArgs";
@@ -158027,6 +158037,17 @@
158027
158037
  enumerable: false,
158028
158038
  configurable: true
158029
158039
  });
158040
+ Object.defineProperty(PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype, "newValue", {
158041
+ get: function () {
158042
+ return this.f;
158043
+ },
158044
+ set: function (a) {
158045
+ this.f = a;
158046
+ this.e("NewValue");
158047
+ },
158048
+ enumerable: false,
158049
+ configurable: true
158050
+ });
158030
158051
  PropertyEditorPropertyDescriptionChangedEventArgsDescription.$t = markType(PropertyEditorPropertyDescriptionChangedEventArgsDescription, 'PropertyEditorPropertyDescriptionChangedEventArgsDescription', Description.$);
158031
158052
  return PropertyEditorPropertyDescriptionChangedEventArgsDescription;
158032
158053
  }(Description));
@@ -158056,6 +158077,7 @@
158056
158077
  a.s(PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.a);
158057
158078
  };
158058
158079
  PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.c = function (a) {
158080
+ a.item("NewValue", "Unknown");
158059
158081
  };
158060
158082
  PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.d = function (a) {
158061
158083
  PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.b(a);
@@ -170397,7 +170419,6 @@
170397
170419
  function WebDropdownGroupDescription() {
170398
170420
  var _this = _super.call(this) || this;
170399
170421
  _this.f = null;
170400
- _this.h = null;
170401
170422
  return _this;
170402
170423
  }
170403
170424
  WebDropdownGroupDescription.prototype.get_type = function () {
@@ -170410,23 +170431,12 @@
170410
170431
  enumerable: false,
170411
170432
  configurable: true
170412
170433
  });
170413
- Object.defineProperty(WebDropdownGroupDescription.prototype, "items", {
170434
+ Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
170414
170435
  get: function () {
170415
170436
  return this.f;
170416
170437
  },
170417
170438
  set: function (a) {
170418
170439
  this.f = a;
170419
- this.e("Items");
170420
- },
170421
- enumerable: false,
170422
- configurable: true
170423
- });
170424
- Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
170425
- get: function () {
170426
- return this.h;
170427
- },
170428
- set: function (a) {
170429
- this.h = a;
170430
170440
  this.e("Size");
170431
170441
  },
170432
170442
  enumerable: false,
@@ -170459,11 +170469,9 @@
170459
170469
  return;
170460
170470
  }
170461
170471
  a.s(WebDropdownGroupDescriptionMetadata.a);
170462
- WebDropdownItemDescriptionMetadata.d(a);
170463
170472
  };
170464
170473
  WebDropdownGroupDescriptionMetadata.c = function (a) {
170465
170474
  a.item("__qualifiedNameTS", "String:DropdownGroup");
170466
- a.item("Items", "ExportedType:WebDropdownItem");
170467
170475
  a.item("Size", "ExportedType:string:DropdownGroupSize");
170468
170476
  a.item("Size@names", "Small;Medium;Large");
170469
170477
  };
@@ -170628,6 +170636,273 @@
170628
170636
  return WebDropdownDescriptionModule;
170629
170637
  }(Base));
170630
170638
 
170639
+ /*
170640
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
170641
+ https://www.infragistics.com/legal/license/igultimate-la
170642
+ https://www.infragistics.com/legal/license/igultimate-eula
170643
+ 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.
170644
+ */
170645
+ /**
170646
+ * @hidden
170647
+ */
170648
+ var WebExpansionPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
170649
+ tslib.__extends(WebExpansionPanelDescription, _super);
170650
+ function WebExpansionPanelDescription() {
170651
+ var _this = _super.call(this) || this;
170652
+ _this.g = false;
170653
+ _this.f = false;
170654
+ _this.l = null;
170655
+ _this.n = null;
170656
+ _this.m = null;
170657
+ _this.k = null;
170658
+ _this.j = null;
170659
+ return _this;
170660
+ }
170661
+ WebExpansionPanelDescription.prototype.get_type = function () {
170662
+ return "WebExpansionPanel";
170663
+ };
170664
+ Object.defineProperty(WebExpansionPanelDescription.prototype, "type", {
170665
+ get: function () {
170666
+ return this.get_type();
170667
+ },
170668
+ enumerable: false,
170669
+ configurable: true
170670
+ });
170671
+ Object.defineProperty(WebExpansionPanelDescription.prototype, "open", {
170672
+ get: function () {
170673
+ return this.g;
170674
+ },
170675
+ set: function (a) {
170676
+ this.g = a;
170677
+ this.e("Open");
170678
+ },
170679
+ enumerable: false,
170680
+ configurable: true
170681
+ });
170682
+ Object.defineProperty(WebExpansionPanelDescription.prototype, "disabled", {
170683
+ get: function () {
170684
+ return this.f;
170685
+ },
170686
+ set: function (a) {
170687
+ this.f = a;
170688
+ this.e("Disabled");
170689
+ },
170690
+ enumerable: false,
170691
+ configurable: true
170692
+ });
170693
+ Object.defineProperty(WebExpansionPanelDescription.prototype, "indicatorPosition", {
170694
+ get: function () {
170695
+ return this.l;
170696
+ },
170697
+ set: function (a) {
170698
+ this.l = a;
170699
+ this.e("IndicatorPosition");
170700
+ },
170701
+ enumerable: false,
170702
+ configurable: true
170703
+ });
170704
+ Object.defineProperty(WebExpansionPanelDescription.prototype, "openingRef", {
170705
+ get: function () {
170706
+ return this.n;
170707
+ },
170708
+ set: function (a) {
170709
+ this.n = a;
170710
+ this.e("OpeningRef");
170711
+ },
170712
+ enumerable: false,
170713
+ configurable: true
170714
+ });
170715
+ Object.defineProperty(WebExpansionPanelDescription.prototype, "openedRef", {
170716
+ get: function () {
170717
+ return this.m;
170718
+ },
170719
+ set: function (a) {
170720
+ this.m = a;
170721
+ this.e("OpenedRef");
170722
+ },
170723
+ enumerable: false,
170724
+ configurable: true
170725
+ });
170726
+ Object.defineProperty(WebExpansionPanelDescription.prototype, "closingRef", {
170727
+ get: function () {
170728
+ return this.k;
170729
+ },
170730
+ set: function (a) {
170731
+ this.k = a;
170732
+ this.e("ClosingRef");
170733
+ },
170734
+ enumerable: false,
170735
+ configurable: true
170736
+ });
170737
+ Object.defineProperty(WebExpansionPanelDescription.prototype, "closedRef", {
170738
+ get: function () {
170739
+ return this.j;
170740
+ },
170741
+ set: function (a) {
170742
+ this.j = a;
170743
+ this.e("ClosedRef");
170744
+ },
170745
+ enumerable: false,
170746
+ configurable: true
170747
+ });
170748
+ WebExpansionPanelDescription.$t = markType(WebExpansionPanelDescription, 'WebExpansionPanelDescription', Description.$);
170749
+ return WebExpansionPanelDescription;
170750
+ }(Description));
170751
+
170752
+ /*
170753
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
170754
+ https://www.infragistics.com/legal/license/igultimate-la
170755
+ https://www.infragistics.com/legal/license/igultimate-eula
170756
+ 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.
170757
+ */
170758
+ /**
170759
+ * @hidden
170760
+ */
170761
+ var WebExpansionPanelComponentEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
170762
+ tslib.__extends(WebExpansionPanelComponentEventArgsDescription, _super);
170763
+ function WebExpansionPanelComponentEventArgsDescription() {
170764
+ var _this = _super.call(this) || this;
170765
+ _this.f = null;
170766
+ return _this;
170767
+ }
170768
+ WebExpansionPanelComponentEventArgsDescription.prototype.get_type = function () {
170769
+ return "WebExpansionPanelComponentEventArgs";
170770
+ };
170771
+ Object.defineProperty(WebExpansionPanelComponentEventArgsDescription.prototype, "type", {
170772
+ get: function () {
170773
+ return this.get_type();
170774
+ },
170775
+ enumerable: false,
170776
+ configurable: true
170777
+ });
170778
+ Object.defineProperty(WebExpansionPanelComponentEventArgsDescription.prototype, "detail", {
170779
+ get: function () {
170780
+ return this.f;
170781
+ },
170782
+ set: function (a) {
170783
+ this.f = a;
170784
+ this.e("Detail");
170785
+ },
170786
+ enumerable: false,
170787
+ configurable: true
170788
+ });
170789
+ WebExpansionPanelComponentEventArgsDescription.$t = markType(WebExpansionPanelComponentEventArgsDescription, 'WebExpansionPanelComponentEventArgsDescription', Description.$);
170790
+ return WebExpansionPanelComponentEventArgsDescription;
170791
+ }(Description));
170792
+
170793
+ /*
170794
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
170795
+ https://www.infragistics.com/legal/license/igultimate-la
170796
+ https://www.infragistics.com/legal/license/igultimate-eula
170797
+ 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.
170798
+ */
170799
+ /**
170800
+ * @hidden
170801
+ */
170802
+ var WebExpansionPanelDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
170803
+ tslib.__extends(WebExpansionPanelDescriptionMetadata, _super);
170804
+ function WebExpansionPanelDescriptionMetadata() {
170805
+ return _super !== null && _super.apply(this, arguments) || this;
170806
+ }
170807
+ WebExpansionPanelDescriptionMetadata.b = function (a) {
170808
+ if (WebExpansionPanelDescriptionMetadata.a == null) {
170809
+ WebExpansionPanelDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
170810
+ WebExpansionPanelDescriptionMetadata.c(WebExpansionPanelDescriptionMetadata.a);
170811
+ }
170812
+ if (a.g(WebExpansionPanelDescriptionMetadata.a)) {
170813
+ return;
170814
+ }
170815
+ a.s(WebExpansionPanelDescriptionMetadata.a);
170816
+ WebExpansionPanelComponentEventArgsDescriptionMetadata.d(a);
170817
+ };
170818
+ WebExpansionPanelDescriptionMetadata.c = function (a) {
170819
+ a.item("__qualifiedNameTS", "String:ExpansionPanel");
170820
+ a.item("Open", "Boolean");
170821
+ a.item("Disabled", "Boolean");
170822
+ a.item("IndicatorPosition", "ExportedType:string:ExpansionPanelIndicatorPosition");
170823
+ a.item("IndicatorPosition@names", "Start;End;None");
170824
+ a.item("OpeningRef", "EventRef::opening");
170825
+ a.item("OpenedRef", "EventRef::opened");
170826
+ a.item("ClosingRef", "EventRef::closing");
170827
+ a.item("ClosedRef", "EventRef::closed");
170828
+ };
170829
+ WebExpansionPanelDescriptionMetadata.d = function (a) {
170830
+ WebExpansionPanelDescriptionMetadata.b(a);
170831
+ a.u("WebExpansionPanel", function () { return new WebExpansionPanelDescription(); });
170832
+ a.t("WebExpansionPanel", WebExpansionPanelDescriptionMetadata.a);
170833
+ };
170834
+ WebExpansionPanelDescriptionMetadata.$t = markType(WebExpansionPanelDescriptionMetadata, 'WebExpansionPanelDescriptionMetadata');
170835
+ WebExpansionPanelDescriptionMetadata.a = null;
170836
+ return WebExpansionPanelDescriptionMetadata;
170837
+ }(Base));
170838
+ /**
170839
+ * @hidden
170840
+ */
170841
+ var WebExpansionPanelComponentEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
170842
+ tslib.__extends(WebExpansionPanelComponentEventArgsDescriptionMetadata, _super);
170843
+ function WebExpansionPanelComponentEventArgsDescriptionMetadata() {
170844
+ return _super !== null && _super.apply(this, arguments) || this;
170845
+ }
170846
+ WebExpansionPanelComponentEventArgsDescriptionMetadata.b = function (a) {
170847
+ if (WebExpansionPanelComponentEventArgsDescriptionMetadata.a == null) {
170848
+ WebExpansionPanelComponentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
170849
+ WebExpansionPanelComponentEventArgsDescriptionMetadata.c(WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
170850
+ }
170851
+ if (a.g(WebExpansionPanelComponentEventArgsDescriptionMetadata.a)) {
170852
+ return;
170853
+ }
170854
+ a.s(WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
170855
+ WebExpansionPanelDescriptionMetadata.d(a);
170856
+ };
170857
+ WebExpansionPanelComponentEventArgsDescriptionMetadata.c = function (a) {
170858
+ a.item("__qualifiedNameTS", "String:ExpansionPanelComponentEventArgs");
170859
+ a.item("Detail", "ExportedType:WebExpansionPanel");
170860
+ };
170861
+ WebExpansionPanelComponentEventArgsDescriptionMetadata.d = function (a) {
170862
+ WebExpansionPanelComponentEventArgsDescriptionMetadata.b(a);
170863
+ a.u("WebExpansionPanelComponentEventArgs", function () { return new WebExpansionPanelComponentEventArgsDescription(); });
170864
+ a.t("WebExpansionPanelComponentEventArgs", WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
170865
+ };
170866
+ WebExpansionPanelComponentEventArgsDescriptionMetadata.$t = markType(WebExpansionPanelComponentEventArgsDescriptionMetadata, 'WebExpansionPanelComponentEventArgsDescriptionMetadata');
170867
+ WebExpansionPanelComponentEventArgsDescriptionMetadata.a = null;
170868
+ return WebExpansionPanelComponentEventArgsDescriptionMetadata;
170869
+ }(Base));
170870
+
170871
+ /*
170872
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
170873
+ https://www.infragistics.com/legal/license/igultimate-la
170874
+ https://www.infragistics.com/legal/license/igultimate-eula
170875
+ 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.
170876
+ */
170877
+
170878
+ /*
170879
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
170880
+ https://www.infragistics.com/legal/license/igultimate-la
170881
+ https://www.infragistics.com/legal/license/igultimate-eula
170882
+ 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.
170883
+ */
170884
+
170885
+ /*
170886
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
170887
+ https://www.infragistics.com/legal/license/igultimate-la
170888
+ https://www.infragistics.com/legal/license/igultimate-eula
170889
+ 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.
170890
+ */
170891
+ /**
170892
+ * @hidden
170893
+ */
170894
+ var WebExpansionPanelDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
170895
+ tslib.__extends(WebExpansionPanelDescriptionModule, _super);
170896
+ function WebExpansionPanelDescriptionModule() {
170897
+ return _super !== null && _super.apply(this, arguments) || this;
170898
+ }
170899
+ WebExpansionPanelDescriptionModule.register = function (a) {
170900
+ WebExpansionPanelDescriptionMetadata.d(a);
170901
+ };
170902
+ WebExpansionPanelDescriptionModule.$t = markType(WebExpansionPanelDescriptionModule, 'WebExpansionPanelDescriptionModule');
170903
+ return WebExpansionPanelDescriptionModule;
170904
+ }(Base));
170905
+
170631
170906
  /*
170632
170907
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
170633
170908
  https://www.infragistics.com/legal/license/igultimate-la
@@ -172440,6 +172715,168 @@
172440
172715
  return WebListDescriptionModule;
172441
172716
  }(Base));
172442
172717
 
172718
+ /*
172719
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
172720
+ https://www.infragistics.com/legal/license/igultimate-la
172721
+ https://www.infragistics.com/legal/license/igultimate-eula
172722
+ 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.
172723
+ */
172724
+ /**
172725
+ * @hidden
172726
+ */
172727
+ var WebMaskInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
172728
+ tslib.__extends(WebMaskInputDescription, _super);
172729
+ function WebMaskInputDescription() {
172730
+ var _this = _super.call(this) || this;
172731
+ _this.ae = null;
172732
+ _this.ac = false;
172733
+ _this.ai = null;
172734
+ _this.ah = null;
172735
+ _this.af = null;
172736
+ _this.ag = null;
172737
+ return _this;
172738
+ }
172739
+ WebMaskInputDescription.prototype.get_type = function () {
172740
+ return "WebMaskInput";
172741
+ };
172742
+ Object.defineProperty(WebMaskInputDescription.prototype, "dir", {
172743
+ get: function () {
172744
+ return this.ae;
172745
+ },
172746
+ set: function (a) {
172747
+ this.ae = a;
172748
+ this.e("Dir");
172749
+ },
172750
+ enumerable: false,
172751
+ configurable: true
172752
+ });
172753
+ Object.defineProperty(WebMaskInputDescription.prototype, "invalid", {
172754
+ get: function () {
172755
+ return this.ac;
172756
+ },
172757
+ set: function (a) {
172758
+ this.ac = a;
172759
+ this.e("Invalid");
172760
+ },
172761
+ enumerable: false,
172762
+ configurable: true
172763
+ });
172764
+ Object.defineProperty(WebMaskInputDescription.prototype, "valueMode", {
172765
+ get: function () {
172766
+ return this.ai;
172767
+ },
172768
+ set: function (a) {
172769
+ this.ai = a;
172770
+ this.e("ValueMode");
172771
+ },
172772
+ enumerable: false,
172773
+ configurable: true
172774
+ });
172775
+ Object.defineProperty(WebMaskInputDescription.prototype, "value", {
172776
+ get: function () {
172777
+ return this.ah;
172778
+ },
172779
+ set: function (a) {
172780
+ this.ah = a;
172781
+ this.e("Value");
172782
+ },
172783
+ enumerable: false,
172784
+ configurable: true
172785
+ });
172786
+ Object.defineProperty(WebMaskInputDescription.prototype, "mask", {
172787
+ get: function () {
172788
+ return this.af;
172789
+ },
172790
+ set: function (a) {
172791
+ this.af = a;
172792
+ this.e("Mask");
172793
+ },
172794
+ enumerable: false,
172795
+ configurable: true
172796
+ });
172797
+ Object.defineProperty(WebMaskInputDescription.prototype, "prompt", {
172798
+ get: function () {
172799
+ return this.ag;
172800
+ },
172801
+ set: function (a) {
172802
+ this.ag = a;
172803
+ this.e("Prompt");
172804
+ },
172805
+ enumerable: false,
172806
+ configurable: true
172807
+ });
172808
+ WebMaskInputDescription.$t = markType(WebMaskInputDescription, 'WebMaskInputDescription', WebInputBaseDescription.$);
172809
+ return WebMaskInputDescription;
172810
+ }(WebInputBaseDescription));
172811
+
172812
+ /*
172813
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
172814
+ https://www.infragistics.com/legal/license/igultimate-la
172815
+ https://www.infragistics.com/legal/license/igultimate-eula
172816
+ 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.
172817
+ */
172818
+ /**
172819
+ * @hidden
172820
+ */
172821
+ var WebMaskInputDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
172822
+ tslib.__extends(WebMaskInputDescriptionMetadata, _super);
172823
+ function WebMaskInputDescriptionMetadata() {
172824
+ return _super !== null && _super.apply(this, arguments) || this;
172825
+ }
172826
+ WebMaskInputDescriptionMetadata.b = function (a) {
172827
+ if (WebMaskInputDescriptionMetadata.a == null) {
172828
+ WebMaskInputDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
172829
+ WebMaskInputDescriptionMetadata.c(WebMaskInputDescriptionMetadata.a);
172830
+ }
172831
+ if (a.g(WebMaskInputDescriptionMetadata.a)) {
172832
+ return;
172833
+ }
172834
+ a.s(WebMaskInputDescriptionMetadata.a);
172835
+ };
172836
+ WebMaskInputDescriptionMetadata.c = function (a) {
172837
+ WebInputBaseDescriptionMetadata.c(a);
172838
+ a.item("__qualifiedNameTS", "String:MaskInput");
172839
+ a.item("Dir", "ExportedType:string:MaskInputDir");
172840
+ a.item("Dir@names", "Ltr;Rtl;Auto");
172841
+ a.item("Invalid", "Boolean");
172842
+ a.item("ValueMode", "ExportedType:string:MaskInputValueMode");
172843
+ a.item("ValueMode@names", "Raw;WithFormatting");
172844
+ a.item("Value", "String");
172845
+ a.item("Mask", "String");
172846
+ a.item("Prompt", "String");
172847
+ };
172848
+ WebMaskInputDescriptionMetadata.d = function (a) {
172849
+ WebMaskInputDescriptionMetadata.b(a);
172850
+ a.u("WebMaskInput", function () { return new WebMaskInputDescription(); });
172851
+ a.t("WebMaskInput", WebMaskInputDescriptionMetadata.a);
172852
+ };
172853
+ WebMaskInputDescriptionMetadata.$t = markType(WebMaskInputDescriptionMetadata, 'WebMaskInputDescriptionMetadata');
172854
+ WebMaskInputDescriptionMetadata.a = null;
172855
+ return WebMaskInputDescriptionMetadata;
172856
+ }(Base));
172857
+
172858
+ /*
172859
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
172860
+ https://www.infragistics.com/legal/license/igultimate-la
172861
+ https://www.infragistics.com/legal/license/igultimate-eula
172862
+ 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.
172863
+ */
172864
+ /**
172865
+ * @hidden
172866
+ */
172867
+ var WebMaskInputDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
172868
+ tslib.__extends(WebMaskInputDescriptionModule, _super);
172869
+ function WebMaskInputDescriptionModule() {
172870
+ return _super !== null && _super.apply(this, arguments) || this;
172871
+ }
172872
+ WebMaskInputDescriptionModule.register = function (a) {
172873
+ WebInputBaseDescriptionModule.register(a);
172874
+ WebMaskInputDescriptionMetadata.d(a);
172875
+ };
172876
+ WebMaskInputDescriptionModule.$t = markType(WebMaskInputDescriptionModule, 'WebMaskInputDescriptionModule');
172877
+ return WebMaskInputDescriptionModule;
172878
+ }(Base));
172879
+
172443
172880
  /*
172444
172881
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
172445
172882
  https://www.infragistics.com/legal/license/igultimate-la
@@ -176047,6 +176484,593 @@
176047
176484
  return WebToastDescriptionModule;
176048
176485
  }(Base));
176049
176486
 
176487
+ /*
176488
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
176489
+ https://www.infragistics.com/legal/license/igultimate-la
176490
+ https://www.infragistics.com/legal/license/igultimate-eula
176491
+ 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.
176492
+ */
176493
+ /**
176494
+ * @hidden
176495
+ */
176496
+ var WebTreeDescription = /** @class */ /*@__PURE__*/ (function (_super) {
176497
+ tslib.__extends(WebTreeDescription, _super);
176498
+ function WebTreeDescription() {
176499
+ var _this = _super.call(this) || this;
176500
+ _this.f = false;
176501
+ _this.n = null;
176502
+ _this.i = null;
176503
+ _this.p = null;
176504
+ _this.o = null;
176505
+ _this.m = null;
176506
+ _this.l = null;
176507
+ _this.k = null;
176508
+ _this.j = null;
176509
+ _this.h = null;
176510
+ return _this;
176511
+ }
176512
+ WebTreeDescription.prototype.get_type = function () {
176513
+ return "WebTree";
176514
+ };
176515
+ Object.defineProperty(WebTreeDescription.prototype, "type", {
176516
+ get: function () {
176517
+ return this.get_type();
176518
+ },
176519
+ enumerable: false,
176520
+ configurable: true
176521
+ });
176522
+ Object.defineProperty(WebTreeDescription.prototype, "singleBranchExpand", {
176523
+ get: function () {
176524
+ return this.f;
176525
+ },
176526
+ set: function (a) {
176527
+ this.f = a;
176528
+ this.e("SingleBranchExpand");
176529
+ },
176530
+ enumerable: false,
176531
+ configurable: true
176532
+ });
176533
+ Object.defineProperty(WebTreeDescription.prototype, "selection", {
176534
+ get: function () {
176535
+ return this.n;
176536
+ },
176537
+ set: function (a) {
176538
+ this.n = a;
176539
+ this.e("Selection");
176540
+ },
176541
+ enumerable: false,
176542
+ configurable: true
176543
+ });
176544
+ Object.defineProperty(WebTreeDescription.prototype, "dir", {
176545
+ get: function () {
176546
+ return this.i;
176547
+ },
176548
+ set: function (a) {
176549
+ this.i = a;
176550
+ this.e("Dir");
176551
+ },
176552
+ enumerable: false,
176553
+ configurable: true
176554
+ });
176555
+ Object.defineProperty(WebTreeDescription.prototype, "size", {
176556
+ get: function () {
176557
+ return this.p;
176558
+ },
176559
+ set: function (a) {
176560
+ this.p = a;
176561
+ this.e("Size");
176562
+ },
176563
+ enumerable: false,
176564
+ configurable: true
176565
+ });
176566
+ Object.defineProperty(WebTreeDescription.prototype, "selectionChangedRef", {
176567
+ get: function () {
176568
+ return this.o;
176569
+ },
176570
+ set: function (a) {
176571
+ this.o = a;
176572
+ this.e("SelectionChangedRef");
176573
+ },
176574
+ enumerable: false,
176575
+ configurable: true
176576
+ });
176577
+ Object.defineProperty(WebTreeDescription.prototype, "itemExpandingRef", {
176578
+ get: function () {
176579
+ return this.m;
176580
+ },
176581
+ set: function (a) {
176582
+ this.m = a;
176583
+ this.e("ItemExpandingRef");
176584
+ },
176585
+ enumerable: false,
176586
+ configurable: true
176587
+ });
176588
+ Object.defineProperty(WebTreeDescription.prototype, "itemExpandedRef", {
176589
+ get: function () {
176590
+ return this.l;
176591
+ },
176592
+ set: function (a) {
176593
+ this.l = a;
176594
+ this.e("ItemExpandedRef");
176595
+ },
176596
+ enumerable: false,
176597
+ configurable: true
176598
+ });
176599
+ Object.defineProperty(WebTreeDescription.prototype, "itemCollapsingRef", {
176600
+ get: function () {
176601
+ return this.k;
176602
+ },
176603
+ set: function (a) {
176604
+ this.k = a;
176605
+ this.e("ItemCollapsingRef");
176606
+ },
176607
+ enumerable: false,
176608
+ configurable: true
176609
+ });
176610
+ Object.defineProperty(WebTreeDescription.prototype, "itemCollapsedRef", {
176611
+ get: function () {
176612
+ return this.j;
176613
+ },
176614
+ set: function (a) {
176615
+ this.j = a;
176616
+ this.e("ItemCollapsedRef");
176617
+ },
176618
+ enumerable: false,
176619
+ configurable: true
176620
+ });
176621
+ Object.defineProperty(WebTreeDescription.prototype, "activeItemRef", {
176622
+ get: function () {
176623
+ return this.h;
176624
+ },
176625
+ set: function (a) {
176626
+ this.h = a;
176627
+ this.e("ActiveItemRef");
176628
+ },
176629
+ enumerable: false,
176630
+ configurable: true
176631
+ });
176632
+ WebTreeDescription.$t = markType(WebTreeDescription, 'WebTreeDescription', Description.$);
176633
+ return WebTreeDescription;
176634
+ }(Description));
176635
+
176636
+ /*
176637
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
176638
+ https://www.infragistics.com/legal/license/igultimate-la
176639
+ https://www.infragistics.com/legal/license/igultimate-eula
176640
+ 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.
176641
+ */
176642
+ /**
176643
+ * @hidden
176644
+ */
176645
+ var WebTreeSelectionOptionsEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
176646
+ tslib.__extends(WebTreeSelectionOptionsEventArgsDescription, _super);
176647
+ function WebTreeSelectionOptionsEventArgsDescription() {
176648
+ var _this = _super.call(this) || this;
176649
+ _this.f = null;
176650
+ return _this;
176651
+ }
176652
+ WebTreeSelectionOptionsEventArgsDescription.prototype.get_type = function () {
176653
+ return "WebTreeSelectionOptionsEventArgs";
176654
+ };
176655
+ Object.defineProperty(WebTreeSelectionOptionsEventArgsDescription.prototype, "type", {
176656
+ get: function () {
176657
+ return this.get_type();
176658
+ },
176659
+ enumerable: false,
176660
+ configurable: true
176661
+ });
176662
+ Object.defineProperty(WebTreeSelectionOptionsEventArgsDescription.prototype, "newSelection", {
176663
+ get: function () {
176664
+ return this.f;
176665
+ },
176666
+ set: function (a) {
176667
+ this.f = a;
176668
+ this.e("NewSelection");
176669
+ },
176670
+ enumerable: false,
176671
+ configurable: true
176672
+ });
176673
+ WebTreeSelectionOptionsEventArgsDescription.$t = markType(WebTreeSelectionOptionsEventArgsDescription, 'WebTreeSelectionOptionsEventArgsDescription', Description.$);
176674
+ return WebTreeSelectionOptionsEventArgsDescription;
176675
+ }(Description));
176676
+
176677
+ /*
176678
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
176679
+ https://www.infragistics.com/legal/license/igultimate-la
176680
+ https://www.infragistics.com/legal/license/igultimate-eula
176681
+ 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.
176682
+ */
176683
+ /**
176684
+ * @hidden
176685
+ */
176686
+ var WebTreeSelectionOptionsEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
176687
+ tslib.__extends(WebTreeSelectionOptionsEventArgsDescriptionMetadata, _super);
176688
+ function WebTreeSelectionOptionsEventArgsDescriptionMetadata() {
176689
+ return _super !== null && _super.apply(this, arguments) || this;
176690
+ }
176691
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.b = function (a) {
176692
+ if (WebTreeSelectionOptionsEventArgsDescriptionMetadata.a == null) {
176693
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
176694
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.c(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
176695
+ }
176696
+ if (a.g(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a)) {
176697
+ return;
176698
+ }
176699
+ a.s(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
176700
+ };
176701
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.c = function (a) {
176702
+ a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventArgs");
176703
+ a.item("NewSelection", "Collection:WebTreeItem:WebTreeItemCollection:WebTreeItem");
176704
+ };
176705
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.d = function (a) {
176706
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.b(a);
176707
+ a.u("WebTreeSelectionOptionsEventArgs", function () { return new WebTreeSelectionOptionsEventArgsDescription(); });
176708
+ a.t("WebTreeSelectionOptionsEventArgs", WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
176709
+ };
176710
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.$t = markType(WebTreeSelectionOptionsEventArgsDescriptionMetadata, 'WebTreeSelectionOptionsEventArgsDescriptionMetadata');
176711
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.a = null;
176712
+ return WebTreeSelectionOptionsEventArgsDescriptionMetadata;
176713
+ }(Base));
176714
+
176715
+ /*
176716
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
176717
+ https://www.infragistics.com/legal/license/igultimate-la
176718
+ https://www.infragistics.com/legal/license/igultimate-eula
176719
+ 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.
176720
+ */
176721
+ /**
176722
+ * @hidden
176723
+ */
176724
+ var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
176725
+ tslib.__extends(WebTreeItemDescription, _super);
176726
+ function WebTreeItemDescription() {
176727
+ var _this = _super.call(this) || this;
176728
+ _this.f = null;
176729
+ _this.r = 0;
176730
+ _this.v = null;
176731
+ _this.j = false;
176732
+ _this.h = false;
176733
+ _this.i = false;
176734
+ _this.l = false;
176735
+ _this.k = false;
176736
+ _this.t = null;
176737
+ return _this;
176738
+ }
176739
+ WebTreeItemDescription.prototype.get_type = function () {
176740
+ return "WebTreeItem";
176741
+ };
176742
+ Object.defineProperty(WebTreeItemDescription.prototype, "type", {
176743
+ get: function () {
176744
+ return this.get_type();
176745
+ },
176746
+ enumerable: false,
176747
+ configurable: true
176748
+ });
176749
+ Object.defineProperty(WebTreeItemDescription.prototype, "parent", {
176750
+ get: function () {
176751
+ return this.f;
176752
+ },
176753
+ set: function (a) {
176754
+ this.f = a;
176755
+ this.e("Parent");
176756
+ },
176757
+ enumerable: false,
176758
+ configurable: true
176759
+ });
176760
+ Object.defineProperty(WebTreeItemDescription.prototype, "level", {
176761
+ get: function () {
176762
+ return this.r;
176763
+ },
176764
+ set: function (a) {
176765
+ this.r = a;
176766
+ this.e("Level");
176767
+ },
176768
+ enumerable: false,
176769
+ configurable: true
176770
+ });
176771
+ Object.defineProperty(WebTreeItemDescription.prototype, "label", {
176772
+ get: function () {
176773
+ return this.v;
176774
+ },
176775
+ set: function (a) {
176776
+ this.v = a;
176777
+ this.e("Label");
176778
+ },
176779
+ enumerable: false,
176780
+ configurable: true
176781
+ });
176782
+ Object.defineProperty(WebTreeItemDescription.prototype, "expanded", {
176783
+ get: function () {
176784
+ return this.j;
176785
+ },
176786
+ set: function (a) {
176787
+ this.j = a;
176788
+ this.e("Expanded");
176789
+ },
176790
+ enumerable: false,
176791
+ configurable: true
176792
+ });
176793
+ Object.defineProperty(WebTreeItemDescription.prototype, "active", {
176794
+ get: function () {
176795
+ return this.h;
176796
+ },
176797
+ set: function (a) {
176798
+ this.h = a;
176799
+ this.e("Active");
176800
+ },
176801
+ enumerable: false,
176802
+ configurable: true
176803
+ });
176804
+ Object.defineProperty(WebTreeItemDescription.prototype, "disabled", {
176805
+ get: function () {
176806
+ return this.i;
176807
+ },
176808
+ set: function (a) {
176809
+ this.i = a;
176810
+ this.e("Disabled");
176811
+ },
176812
+ enumerable: false,
176813
+ configurable: true
176814
+ });
176815
+ Object.defineProperty(WebTreeItemDescription.prototype, "selected", {
176816
+ get: function () {
176817
+ return this.l;
176818
+ },
176819
+ set: function (a) {
176820
+ this.l = a;
176821
+ this.e("Selected");
176822
+ },
176823
+ enumerable: false,
176824
+ configurable: true
176825
+ });
176826
+ Object.defineProperty(WebTreeItemDescription.prototype, "loading", {
176827
+ get: function () {
176828
+ return this.k;
176829
+ },
176830
+ set: function (a) {
176831
+ this.k = a;
176832
+ this.e("Loading");
176833
+ },
176834
+ enumerable: false,
176835
+ configurable: true
176836
+ });
176837
+ Object.defineProperty(WebTreeItemDescription.prototype, "value", {
176838
+ get: function () {
176839
+ return this.t;
176840
+ },
176841
+ set: function (a) {
176842
+ this.t = a;
176843
+ this.e("Value");
176844
+ },
176845
+ enumerable: false,
176846
+ configurable: true
176847
+ });
176848
+ WebTreeItemDescription.$t = markType(WebTreeItemDescription, 'WebTreeItemDescription', Description.$);
176849
+ return WebTreeItemDescription;
176850
+ }(Description));
176851
+
176852
+ /*
176853
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
176854
+ https://www.infragistics.com/legal/license/igultimate-la
176855
+ https://www.infragistics.com/legal/license/igultimate-eula
176856
+ 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.
176857
+ */
176858
+ /**
176859
+ * @hidden
176860
+ */
176861
+ var WebTreeItemDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
176862
+ tslib.__extends(WebTreeItemDescriptionMetadata, _super);
176863
+ function WebTreeItemDescriptionMetadata() {
176864
+ return _super !== null && _super.apply(this, arguments) || this;
176865
+ }
176866
+ WebTreeItemDescriptionMetadata.b = function (a) {
176867
+ if (WebTreeItemDescriptionMetadata.a == null) {
176868
+ WebTreeItemDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
176869
+ WebTreeItemDescriptionMetadata.c(WebTreeItemDescriptionMetadata.a);
176870
+ }
176871
+ if (a.g(WebTreeItemDescriptionMetadata.a)) {
176872
+ return;
176873
+ }
176874
+ a.s(WebTreeItemDescriptionMetadata.a);
176875
+ WebTreeItemDescriptionMetadata.d(a);
176876
+ };
176877
+ WebTreeItemDescriptionMetadata.c = function (a) {
176878
+ a.item("__qualifiedNameTS", "String:TreeItem");
176879
+ a.item("Parent", "ExportedType:WebTreeItem");
176880
+ a.item("Level", "Number:double");
176881
+ a.item("Label", "String");
176882
+ a.item("Expanded", "Boolean");
176883
+ a.item("Active", "Boolean");
176884
+ a.item("Disabled", "Boolean");
176885
+ a.item("Selected", "Boolean");
176886
+ a.item("Loading", "Boolean");
176887
+ a.item("Value", "Unknown");
176888
+ };
176889
+ WebTreeItemDescriptionMetadata.d = function (a) {
176890
+ WebTreeItemDescriptionMetadata.b(a);
176891
+ a.u("WebTreeItem", function () { return new WebTreeItemDescription(); });
176892
+ a.t("WebTreeItem", WebTreeItemDescriptionMetadata.a);
176893
+ };
176894
+ WebTreeItemDescriptionMetadata.$t = markType(WebTreeItemDescriptionMetadata, 'WebTreeItemDescriptionMetadata');
176895
+ WebTreeItemDescriptionMetadata.a = null;
176896
+ return WebTreeItemDescriptionMetadata;
176897
+ }(Base));
176898
+
176899
+ /*
176900
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
176901
+ https://www.infragistics.com/legal/license/igultimate-la
176902
+ https://www.infragistics.com/legal/license/igultimate-eula
176903
+ 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.
176904
+ */
176905
+ /**
176906
+ * @hidden
176907
+ */
176908
+ var WebTreeItemComponentEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
176909
+ tslib.__extends(WebTreeItemComponentEventArgsDescription, _super);
176910
+ function WebTreeItemComponentEventArgsDescription() {
176911
+ var _this = _super.call(this) || this;
176912
+ _this.f = null;
176913
+ return _this;
176914
+ }
176915
+ WebTreeItemComponentEventArgsDescription.prototype.get_type = function () {
176916
+ return "WebTreeItemComponentEventArgs";
176917
+ };
176918
+ Object.defineProperty(WebTreeItemComponentEventArgsDescription.prototype, "type", {
176919
+ get: function () {
176920
+ return this.get_type();
176921
+ },
176922
+ enumerable: false,
176923
+ configurable: true
176924
+ });
176925
+ Object.defineProperty(WebTreeItemComponentEventArgsDescription.prototype, "detail", {
176926
+ get: function () {
176927
+ return this.f;
176928
+ },
176929
+ set: function (a) {
176930
+ this.f = a;
176931
+ this.e("Detail");
176932
+ },
176933
+ enumerable: false,
176934
+ configurable: true
176935
+ });
176936
+ WebTreeItemComponentEventArgsDescription.$t = markType(WebTreeItemComponentEventArgsDescription, 'WebTreeItemComponentEventArgsDescription', Description.$);
176937
+ return WebTreeItemComponentEventArgsDescription;
176938
+ }(Description));
176939
+
176940
+ /*
176941
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
176942
+ https://www.infragistics.com/legal/license/igultimate-la
176943
+ https://www.infragistics.com/legal/license/igultimate-eula
176944
+ 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.
176945
+ */
176946
+ /**
176947
+ * @hidden
176948
+ */
176949
+ var WebTreeItemComponentEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
176950
+ tslib.__extends(WebTreeItemComponentEventArgsDescriptionMetadata, _super);
176951
+ function WebTreeItemComponentEventArgsDescriptionMetadata() {
176952
+ return _super !== null && _super.apply(this, arguments) || this;
176953
+ }
176954
+ WebTreeItemComponentEventArgsDescriptionMetadata.b = function (a) {
176955
+ if (WebTreeItemComponentEventArgsDescriptionMetadata.a == null) {
176956
+ WebTreeItemComponentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
176957
+ WebTreeItemComponentEventArgsDescriptionMetadata.c(WebTreeItemComponentEventArgsDescriptionMetadata.a);
176958
+ }
176959
+ if (a.g(WebTreeItemComponentEventArgsDescriptionMetadata.a)) {
176960
+ return;
176961
+ }
176962
+ a.s(WebTreeItemComponentEventArgsDescriptionMetadata.a);
176963
+ WebTreeItemDescriptionMetadata.d(a);
176964
+ };
176965
+ WebTreeItemComponentEventArgsDescriptionMetadata.c = function (a) {
176966
+ a.item("__qualifiedNameTS", "String:TreeItemComponentEventArgs");
176967
+ a.item("Detail", "ExportedType:WebTreeItem");
176968
+ };
176969
+ WebTreeItemComponentEventArgsDescriptionMetadata.d = function (a) {
176970
+ WebTreeItemComponentEventArgsDescriptionMetadata.b(a);
176971
+ a.u("WebTreeItemComponentEventArgs", function () { return new WebTreeItemComponentEventArgsDescription(); });
176972
+ a.t("WebTreeItemComponentEventArgs", WebTreeItemComponentEventArgsDescriptionMetadata.a);
176973
+ };
176974
+ WebTreeItemComponentEventArgsDescriptionMetadata.$t = markType(WebTreeItemComponentEventArgsDescriptionMetadata, 'WebTreeItemComponentEventArgsDescriptionMetadata');
176975
+ WebTreeItemComponentEventArgsDescriptionMetadata.a = null;
176976
+ return WebTreeItemComponentEventArgsDescriptionMetadata;
176977
+ }(Base));
176978
+
176979
+ /*
176980
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
176981
+ https://www.infragistics.com/legal/license/igultimate-la
176982
+ https://www.infragistics.com/legal/license/igultimate-eula
176983
+ 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.
176984
+ */
176985
+ /**
176986
+ * @hidden
176987
+ */
176988
+ var WebTreeDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
176989
+ tslib.__extends(WebTreeDescriptionMetadata, _super);
176990
+ function WebTreeDescriptionMetadata() {
176991
+ return _super !== null && _super.apply(this, arguments) || this;
176992
+ }
176993
+ WebTreeDescriptionMetadata.b = function (a) {
176994
+ if (WebTreeDescriptionMetadata.a == null) {
176995
+ WebTreeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
176996
+ WebTreeDescriptionMetadata.c(WebTreeDescriptionMetadata.a);
176997
+ }
176998
+ if (a.g(WebTreeDescriptionMetadata.a)) {
176999
+ return;
177000
+ }
177001
+ a.s(WebTreeDescriptionMetadata.a);
177002
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.d(a);
177003
+ WebTreeItemComponentEventArgsDescriptionMetadata.d(a);
177004
+ };
177005
+ WebTreeDescriptionMetadata.c = function (a) {
177006
+ a.item("__qualifiedNameTS", "String:Tree");
177007
+ a.item("SingleBranchExpand", "Boolean");
177008
+ a.item("Selection", "ExportedType:string:TreeSelection");
177009
+ a.item("Selection@names", "Multiple;None;Cascade");
177010
+ a.item("Dir", "ExportedType:string:TreeDir");
177011
+ a.item("Dir@names", "Ltr;Rtl;Auto");
177012
+ a.item("Size", "ExportedType:string:SizableComponentSize");
177013
+ a.item("Size@names", "Large;Small;Medium");
177014
+ a.item("SelectionChangedRef", "EventRef::selectionChanged");
177015
+ a.item("ItemExpandingRef", "EventRef::itemExpanding");
177016
+ a.item("ItemExpandedRef", "EventRef::itemExpanded");
177017
+ a.item("ItemCollapsingRef", "EventRef::itemCollapsing");
177018
+ a.item("ItemCollapsedRef", "EventRef::itemCollapsed");
177019
+ a.item("ActiveItemRef", "EventRef::activeItem");
177020
+ };
177021
+ WebTreeDescriptionMetadata.d = function (a) {
177022
+ WebTreeDescriptionMetadata.b(a);
177023
+ a.u("WebTree", function () { return new WebTreeDescription(); });
177024
+ a.t("WebTree", WebTreeDescriptionMetadata.a);
177025
+ };
177026
+ WebTreeDescriptionMetadata.$t = markType(WebTreeDescriptionMetadata, 'WebTreeDescriptionMetadata');
177027
+ WebTreeDescriptionMetadata.a = null;
177028
+ return WebTreeDescriptionMetadata;
177029
+ }(Base));
177030
+
177031
+ /*
177032
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
177033
+ https://www.infragistics.com/legal/license/igultimate-la
177034
+ https://www.infragistics.com/legal/license/igultimate-eula
177035
+ 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.
177036
+ */
177037
+ /**
177038
+ * @hidden
177039
+ */
177040
+ var WebTreeItemDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
177041
+ tslib.__extends(WebTreeItemDescriptionModule, _super);
177042
+ function WebTreeItemDescriptionModule() {
177043
+ return _super !== null && _super.apply(this, arguments) || this;
177044
+ }
177045
+ WebTreeItemDescriptionModule.register = function (a) {
177046
+ WebTreeItemDescriptionMetadata.d(a);
177047
+ };
177048
+ WebTreeItemDescriptionModule.$t = markType(WebTreeItemDescriptionModule, 'WebTreeItemDescriptionModule');
177049
+ return WebTreeItemDescriptionModule;
177050
+ }(Base));
177051
+
177052
+ /*
177053
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
177054
+ https://www.infragistics.com/legal/license/igultimate-la
177055
+ https://www.infragistics.com/legal/license/igultimate-eula
177056
+ 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.
177057
+ */
177058
+ /**
177059
+ * @hidden
177060
+ */
177061
+ var WebTreeDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
177062
+ tslib.__extends(WebTreeDescriptionModule, _super);
177063
+ function WebTreeDescriptionModule() {
177064
+ return _super !== null && _super.apply(this, arguments) || this;
177065
+ }
177066
+ WebTreeDescriptionModule.register = function (a) {
177067
+ WebTreeItemDescriptionModule.register(a);
177068
+ WebTreeDescriptionMetadata.d(a);
177069
+ };
177070
+ WebTreeDescriptionModule.$t = markType(WebTreeDescriptionModule, 'WebTreeDescriptionModule');
177071
+ return WebTreeDescriptionModule;
177072
+ }(Base));
177073
+
176050
177074
  /*
176051
177075
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
176052
177076
  https://www.infragistics.com/legal/license/igultimate-la
@@ -219347,6 +220371,11 @@
219347
220371
  exports.WebDropdownItemDescription = WebDropdownItemDescription;
219348
220372
  exports.WebDropdownItemDescriptionMetadata = WebDropdownItemDescriptionMetadata;
219349
220373
  exports.WebDropdownItemDescriptionModule = WebDropdownItemDescriptionModule;
220374
+ exports.WebExpansionPanelComponentEventArgsDescription = WebExpansionPanelComponentEventArgsDescription;
220375
+ exports.WebExpansionPanelComponentEventArgsDescriptionMetadata = WebExpansionPanelComponentEventArgsDescriptionMetadata;
220376
+ exports.WebExpansionPanelDescription = WebExpansionPanelDescription;
220377
+ exports.WebExpansionPanelDescriptionMetadata = WebExpansionPanelDescriptionMetadata;
220378
+ exports.WebExpansionPanelDescriptionModule = WebExpansionPanelDescriptionModule;
219350
220379
  exports.WebFloatPaneActionDescription = WebFloatPaneActionDescription;
219351
220380
  exports.WebFloatPaneActionDescriptionMetadata = WebFloatPaneActionDescriptionMetadata;
219352
220381
  exports.WebFloatingPaneResizeEventArgsDescription = WebFloatingPaneResizeEventArgsDescription;
@@ -219385,6 +220414,9 @@
219385
220414
  exports.WebListItemDescription = WebListItemDescription;
219386
220415
  exports.WebListItemDescriptionMetadata = WebListItemDescriptionMetadata;
219387
220416
  exports.WebListItemDescriptionModule = WebListItemDescriptionModule;
220417
+ exports.WebMaskInputDescription = WebMaskInputDescription;
220418
+ exports.WebMaskInputDescriptionMetadata = WebMaskInputDescriptionMetadata;
220419
+ exports.WebMaskInputDescriptionModule = WebMaskInputDescriptionModule;
219388
220420
  exports.WebMoveFloatingPaneActionDescription = WebMoveFloatingPaneActionDescription;
219389
220421
  exports.WebMoveFloatingPaneActionDescriptionMetadata = WebMoveFloatingPaneActionDescriptionMetadata;
219390
220422
  exports.WebMoveTabActionDescription = WebMoveTabActionDescription;
@@ -219474,6 +220506,16 @@
219474
220506
  exports.WebToastDescription = WebToastDescription;
219475
220507
  exports.WebToastDescriptionMetadata = WebToastDescriptionMetadata;
219476
220508
  exports.WebToastDescriptionModule = WebToastDescriptionModule;
220509
+ exports.WebTreeDescription = WebTreeDescription;
220510
+ exports.WebTreeDescriptionMetadata = WebTreeDescriptionMetadata;
220511
+ exports.WebTreeDescriptionModule = WebTreeDescriptionModule;
220512
+ exports.WebTreeItemComponentEventArgsDescription = WebTreeItemComponentEventArgsDescription;
220513
+ exports.WebTreeItemComponentEventArgsDescriptionMetadata = WebTreeItemComponentEventArgsDescriptionMetadata;
220514
+ exports.WebTreeItemDescription = WebTreeItemDescription;
220515
+ exports.WebTreeItemDescriptionMetadata = WebTreeItemDescriptionMetadata;
220516
+ exports.WebTreeItemDescriptionModule = WebTreeItemDescriptionModule;
220517
+ exports.WebTreeSelectionOptionsEventArgsDescription = WebTreeSelectionOptionsEventArgsDescription;
220518
+ exports.WebTreeSelectionOptionsEventArgsDescriptionMetadata = WebTreeSelectionOptionsEventArgsDescriptionMetadata;
219477
220519
  exports.WebValueChangedEventArgsDescription = WebValueChangedEventArgsDescription;
219478
220520
  exports.WebValueChangedEventArgsDescriptionMetadata = WebValueChangedEventArgsDescriptionMetadata;
219479
220521
  exports.WeightedCloseIndicatorDescription = WeightedCloseIndicatorDescription;