igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.3

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 (161) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1717 -2156
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/CanvasViewRenderer.js +15 -0
  4. package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
  5. package/esm2015/lib/LocalDataSource_combined.js +53 -52
  6. package/esm2015/lib/NativeUIButton.js +7 -5
  7. package/esm2015/lib/NativeUICheckbox.js +7 -5
  8. package/esm2015/lib/NativeUIDropDown.js +7 -5
  9. package/esm2015/lib/NativeUIGrid.js +7 -5
  10. package/esm2015/lib/NativeUIInput.js +7 -5
  11. package/esm2015/lib/NativeUIPopup.js +14 -10
  12. package/esm2015/lib/NativeUISlider.js +14 -10
  13. package/esm2015/lib/RearrangedListView.js +304 -303
  14. package/esm2015/lib/WebActionStripDescription.js +57 -1
  15. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  16. package/esm2015/lib/WebColumnDescription.js +129 -177
  17. package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
  18. package/esm2015/lib/WebColumnGroupDescription.js +6 -6
  19. package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
  20. package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  21. package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
  22. package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
  23. package/esm2015/lib/WebComboDescription.js +90 -82
  24. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  25. package/esm2015/lib/WebContentPaneDescription.js +69 -53
  26. package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
  27. package/esm2015/lib/WebDockManagerDescription.js +20 -12
  28. package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
  29. package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
  30. package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
  31. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  32. package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
  33. package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  34. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
  35. package/esm2015/lib/WebGridDescription.js +48 -72
  36. package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
  37. package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
  38. package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
  39. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
  40. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
  41. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
  42. package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  43. package/esm2015/lib/WebPivotGridDescription.js +42 -58
  44. package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
  45. package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  46. package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
  47. package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  48. package/esm2015/lib/WebSplitPaneDescription.js +25 -17
  49. package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  50. package/esm2015/lib/WebStepperDescription.js +6 -14
  51. package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
  52. package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
  53. package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  54. package/esm2015/lib/WebTreeGridDescription.js +30 -38
  55. package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
  56. package/esm2015/public_api.js +4 -8
  57. package/esm5/lib/CanvasViewRenderer.js +15 -0
  58. package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
  59. package/esm5/lib/LocalDataSource_combined.js +53 -52
  60. package/esm5/lib/NativeUIButton.js +7 -5
  61. package/esm5/lib/NativeUICheckbox.js +7 -5
  62. package/esm5/lib/NativeUIDropDown.js +7 -5
  63. package/esm5/lib/NativeUIGrid.js +7 -5
  64. package/esm5/lib/NativeUIInput.js +7 -5
  65. package/esm5/lib/NativeUIPopup.js +14 -10
  66. package/esm5/lib/NativeUISlider.js +14 -10
  67. package/esm5/lib/RearrangedListView.js +304 -303
  68. package/esm5/lib/WebActionStripDescription.js +79 -1
  69. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  70. package/esm5/lib/WebColumnDescription.js +129 -201
  71. package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
  72. package/esm5/lib/WebColumnGroupDescription.js +6 -6
  73. package/esm5/lib/WebColumnLayoutDescription.js +1 -14
  74. package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  75. package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
  76. package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
  77. package/esm5/lib/WebComboDescription.js +94 -82
  78. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  79. package/esm5/lib/WebContentPaneDescription.js +77 -53
  80. package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
  81. package/esm5/lib/WebDockManagerDescription.js +24 -12
  82. package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
  83. package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
  84. package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
  85. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  86. package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
  87. package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  88. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
  89. package/esm5/lib/WebGridDescription.js +48 -84
  90. package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
  91. package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
  92. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
  93. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
  94. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
  95. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
  96. package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  97. package/esm5/lib/WebPivotGridDescription.js +41 -65
  98. package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
  99. package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  100. package/esm5/lib/WebRowDirectiveDescription.js +6 -18
  101. package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  102. package/esm5/lib/WebSplitPaneDescription.js +29 -17
  103. package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  104. package/esm5/lib/WebStepperDescription.js +6 -18
  105. package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
  106. package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
  107. package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  108. package/esm5/lib/WebTreeGridDescription.js +30 -42
  109. package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
  110. package/esm5/public_api.js +4 -8
  111. package/fesm2015/igniteui-angular-core.js +1630 -1954
  112. package/fesm5/igniteui-angular-core.js +1714 -2149
  113. package/lib/RearrangedListView.d.ts +50 -49
  114. package/lib/WebActionStripDescription.d.ts +27 -1
  115. package/lib/WebColumnDescription.d.ts +46 -64
  116. package/lib/WebColumnGroupDescription.d.ts +2 -2
  117. package/lib/WebColumnLayoutDescription.d.ts +0 -3
  118. package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
  119. package/lib/WebComboDescription.d.ts +33 -30
  120. package/lib/WebContentPaneDescription.d.ts +26 -20
  121. package/lib/WebDockManagerDescription.d.ts +7 -4
  122. package/lib/WebDockingIndicatorDescription.d.ts +4 -1
  123. package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
  124. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
  125. package/lib/WebGridDescription.d.ts +17 -27
  126. package/lib/WebGridEditingActionsDescription.d.ts +4 -4
  127. package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
  128. package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  129. package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
  130. package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  131. package/lib/WebPivotGridDescription.d.ts +15 -21
  132. package/lib/WebRowDirectiveDescription.d.ts +2 -5
  133. package/lib/WebSplitPaneDescription.d.ts +9 -6
  134. package/lib/WebStepperDescription.d.ts +2 -5
  135. package/lib/WebTabGroupPaneDescription.d.ts +7 -4
  136. package/lib/WebTreeGridDescription.d.ts +10 -13
  137. package/package.json +1 -1
  138. package/public_api.d.ts +4 -8
  139. package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
  140. package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
  141. package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
  142. package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
  143. package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
  144. package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
  145. package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
  146. package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
  147. package/esm5/lib/WebActionStripDescription_combined.js +0 -157
  148. package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
  149. package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
  150. package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
  151. package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
  152. package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
  153. package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
  154. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
  155. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
  156. package/lib/WebActionStripDescription_combined.d.ts +0 -49
  157. package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
  158. package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
  159. package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
  160. package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
  161. package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
@@ -59,7 +59,6 @@ var WebColumnDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super
59
59
  a.item("DisablePinning", "Boolean");
60
60
  a.item("Movable", "Boolean");
61
61
  a.item("Width", "String");
62
- a.item("AutoSize", "Number:double");
63
62
  a.item("MaxWidth", "String");
64
63
  a.item("HeaderClasses", "String");
65
64
  a.item("HeaderStyles", "Unknown");
@@ -78,7 +77,6 @@ var WebColumnDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super
78
77
  a.item("RowStart", "Number:double");
79
78
  a.item("ColStart", "Number:double");
80
79
  a.item("AdditionalTemplateContext", "Unknown");
81
- a.item("CalcPixelWidth", "Number:double");
82
80
  a.item("MinWidth", "String");
83
81
  a.item("Pinned", "Boolean");
84
82
  a.item("Summaries", "Unknown");
@@ -93,10 +91,6 @@ var WebColumnDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super
93
91
  a.item("VisibleWhenCollapsed", "Boolean");
94
92
  a.item("PipeArgs", "ExportedType:WebColumnPipeArgs");
95
93
  a.item("PipeArgs@mustSetInCode", "WebComponents;Blazor");
96
- a.item("Collapsible", "Boolean");
97
- a.item("Expanded", "Boolean");
98
- a.item("DefaultWidth", "String");
99
- a.item("WidthSetByUser", "Boolean");
100
94
  a.item("ParentColumn", "(wc:Parent)Unknown");
101
95
  a.item("Name", "String");
102
96
  a.item("FormatterRef", "EventRef::formatter");
@@ -14,8 +14,8 @@ var WebColumnGroupDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(WebColumnGroupDescription, _super);
15
15
  function WebColumnGroupDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.cy = null;
18
- _this.c2 = null;
17
+ _this.cm = null;
18
+ _this.cq = null;
19
19
  return _this;
20
20
  }
21
21
  WebColumnGroupDescription.prototype.get_type = function () {
@@ -23,10 +23,10 @@ var WebColumnGroupDescription = /** @class */ /*@__PURE__*/ (function (_super) {
23
23
  };
24
24
  Object.defineProperty(WebColumnGroupDescription.prototype, "children", {
25
25
  get: function () {
26
- return this.cy;
26
+ return this.cm;
27
27
  },
28
28
  set: function (a) {
29
- this.cy = a;
29
+ this.cm = a;
30
30
  this.g("Children");
31
31
  },
32
32
  enumerable: false,
@@ -34,10 +34,10 @@ var WebColumnGroupDescription = /** @class */ /*@__PURE__*/ (function (_super) {
34
34
  });
35
35
  Object.defineProperty(WebColumnGroupDescription.prototype, "collapsibleIndicatorTemplateRef", {
36
36
  get: function () {
37
- return this.c2;
37
+ return this.cq;
38
38
  },
39
39
  set: function (a) {
40
- this.c2 = a;
40
+ this.cq = a;
41
41
  this.g("CollapsibleIndicatorTemplateRef");
42
42
  },
43
43
  enumerable: false,
@@ -13,24 +13,11 @@ import { markType } from "./type";
13
13
  var WebColumnLayoutDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(WebColumnLayoutDescription, _super);
15
15
  function WebColumnLayoutDescription() {
16
- var _this = _super.call(this) || this;
17
- _this.c6 = null;
18
- return _this;
16
+ return _super.call(this) || this;
19
17
  }
20
18
  WebColumnLayoutDescription.prototype.get_type = function () {
21
19
  return "WebColumnLayout";
22
20
  };
23
- Object.defineProperty(WebColumnLayoutDescription.prototype, "childrenVisibleIndexesRef", {
24
- get: function () {
25
- return this.c6;
26
- },
27
- set: function (a) {
28
- this.c6 = a;
29
- this.g("ChildrenVisibleIndexesRef");
30
- },
31
- enumerable: false,
32
- configurable: true
33
- });
34
21
  WebColumnLayoutDescription.$t = markType(WebColumnLayoutDescription, 'WebColumnLayoutDescription', WebColumnGroupDescription.$);
35
22
  WebColumnLayoutDescription.__canMarshalByValue2 = true;
36
23
  WebColumnLayoutDescription.__marshalByValueAlias2 = "ColumnLayout";
@@ -36,7 +36,6 @@ var WebColumnLayoutDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (
36
36
  a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
37
37
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
38
38
  a.item("__manageCollectionInMarkup", "Boolean");
39
- a.item("ChildrenVisibleIndexesRef", "(w:ChildrenVisibleIndexes,wf:ChildrenVisibleIndexes)DataRef:object");
40
39
  };
41
40
  WebColumnLayoutDescriptionMetadata.d = function (a) {
42
41
  WebColumnLayoutDescriptionMetadata.b(a);
@@ -14,9 +14,9 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
14
14
  __extends(WebComboChangeEventArgsDetailDescription, _super);
15
15
  function WebComboChangeEventArgsDetailDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.m = null;
18
- _this.i = null;
19
- _this.l = null;
17
+ _this.h = null;
18
+ _this.k = null;
19
+ _this.n = null;
20
20
  return _this;
21
21
  }
22
22
  WebComboChangeEventArgsDetailDescription.prototype.get_type = function () {
@@ -31,10 +31,10 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
31
31
  });
32
32
  Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "newValue", {
33
33
  get: function () {
34
- return this.m;
34
+ return this.h;
35
35
  },
36
36
  set: function (a) {
37
- this.m = a;
37
+ this.h = a;
38
38
  this.g("NewValue");
39
39
  },
40
40
  enumerable: false,
@@ -42,10 +42,10 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
42
42
  });
43
43
  Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "items", {
44
44
  get: function () {
45
- return this.i;
45
+ return this.k;
46
46
  },
47
47
  set: function (a) {
48
- this.i = a;
48
+ this.k = a;
49
49
  this.g("Items");
50
50
  },
51
51
  enumerable: false,
@@ -53,10 +53,10 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
53
53
  });
54
54
  Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "changeType", {
55
55
  get: function () {
56
- return this.l;
56
+ return this.n;
57
57
  },
58
58
  set: function (a) {
59
- this.l = a;
59
+ this.n = a;
60
60
  this.g("ChangeType");
61
61
  },
62
62
  enumerable: false,
@@ -31,7 +31,7 @@ var WebComboChangeEventArgsDetailDescriptionMetadata = /** @class */ /*@__PURE__
31
31
  a.item("__skipModuleRegisterWebComponents", "Boolean");
32
32
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
33
33
  a.item("__skipSuffix", "Boolean");
34
- a.item("NewValue", "String");
34
+ a.item("NewValue", "Array:string");
35
35
  a.item("Items", "Unknown");
36
36
  a.item("ChangeType", "(wc:Type)ExportedType:string:ComboChangeType");
37
37
  a.item("ChangeType@stringUnion", "WebComponents;React");
@@ -14,36 +14,37 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(WebComboDescription, _super);
15
15
  function WebComboDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.ah = null;
18
- _this.aq = null;
19
- _this.m = false;
20
- _this.r = false;
17
+ _this.aj = null;
18
+ _this.as = null;
21
19
  _this.o = false;
20
+ _this.t = false;
22
21
  _this.q = false;
23
22
  _this.s = false;
24
- _this.j = false;
25
- _this.k = false;
23
+ _this.u = false;
24
+ _this.l = false;
25
+ _this.m = false;
26
+ _this.ar = null;
27
+ _this.av = null;
28
+ _this.aw = null;
29
+ _this.ak = null;
30
+ _this.r = false;
31
+ _this.ax = null;
32
+ _this.al = null;
33
+ _this.ao = null;
26
34
  _this.ap = null;
27
- _this.at = null;
28
- _this.au = null;
29
- _this.ai = null;
35
+ _this.j = null;
36
+ _this.n = false;
30
37
  _this.p = false;
31
- _this.av = null;
32
- _this.aj = null;
33
- _this.am = null;
34
- _this.an = null;
35
38
  _this.h = null;
36
- _this.l = false;
37
- _this.n = false;
38
- _this.ao = null;
39
- _this.al = null;
40
- _this.ae = null;
41
- _this.ak = null;
42
- _this.ad = null;
43
- _this.as = null;
44
- _this.ar = null;
39
+ _this.aq = null;
40
+ _this.an = null;
45
41
  _this.ag = null;
42
+ _this.am = null;
46
43
  _this.af = null;
44
+ _this.au = null;
45
+ _this.at = null;
46
+ _this.ai = null;
47
+ _this.ah = null;
47
48
  return _this;
48
49
  }
49
50
  WebComboDescription.prototype.get_type = function () {
@@ -58,10 +59,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
58
59
  });
59
60
  Object.defineProperty(WebComboDescription.prototype, "dataRef", {
60
61
  get: function () {
61
- return this.ah;
62
+ return this.aj;
62
63
  },
63
64
  set: function (a) {
64
- this.ah = a;
65
+ this.aj = a;
65
66
  this.g("DataRef");
66
67
  },
67
68
  enumerable: false,
@@ -69,10 +70,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
69
70
  });
70
71
  Object.defineProperty(WebComboDescription.prototype, "name", {
71
72
  get: function () {
72
- return this.aq;
73
+ return this.as;
73
74
  },
74
75
  set: function (a) {
75
- this.aq = a;
76
+ this.as = a;
76
77
  this.g("Name");
77
78
  },
78
79
  enumerable: false,
@@ -80,10 +81,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
80
81
  });
81
82
  Object.defineProperty(WebComboDescription.prototype, "disabled", {
82
83
  get: function () {
83
- return this.m;
84
+ return this.o;
84
85
  },
85
86
  set: function (a) {
86
- this.m = a;
87
+ this.o = a;
87
88
  this.g("Disabled");
88
89
  },
89
90
  enumerable: false,
@@ -91,10 +92,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
91
92
  });
92
93
  Object.defineProperty(WebComboDescription.prototype, "required", {
93
94
  get: function () {
94
- return this.r;
95
+ return this.t;
95
96
  },
96
97
  set: function (a) {
97
- this.r = a;
98
+ this.t = a;
98
99
  this.g("Required");
99
100
  },
100
101
  enumerable: false,
@@ -102,10 +103,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
102
103
  });
103
104
  Object.defineProperty(WebComboDescription.prototype, "invalid", {
104
105
  get: function () {
105
- return this.o;
106
+ return this.q;
106
107
  },
107
108
  set: function (a) {
108
- this.o = a;
109
+ this.q = a;
109
110
  this.g("Invalid");
110
111
  },
111
112
  enumerable: false,
@@ -113,10 +114,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
113
114
  });
114
115
  Object.defineProperty(WebComboDescription.prototype, "outlined", {
115
116
  get: function () {
116
- return this.q;
117
+ return this.s;
117
118
  },
118
119
  set: function (a) {
119
- this.q = a;
120
+ this.s = a;
120
121
  this.g("Outlined");
121
122
  },
122
123
  enumerable: false,
@@ -124,10 +125,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
124
125
  });
125
126
  Object.defineProperty(WebComboDescription.prototype, "singleSelect", {
126
127
  get: function () {
127
- return this.s;
128
+ return this.u;
128
129
  },
129
130
  set: function (a) {
130
- this.s = a;
131
+ this.u = a;
131
132
  this.g("SingleSelect");
132
133
  },
133
134
  enumerable: false,
@@ -135,10 +136,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
135
136
  });
136
137
  Object.defineProperty(WebComboDescription.prototype, "autofocus", {
137
138
  get: function () {
138
- return this.j;
139
+ return this.l;
139
140
  },
140
141
  set: function (a) {
141
- this.j = a;
142
+ this.l = a;
142
143
  this.g("Autofocus");
143
144
  },
144
145
  enumerable: false,
@@ -146,10 +147,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
146
147
  });
147
148
  Object.defineProperty(WebComboDescription.prototype, "autofocusList", {
148
149
  get: function () {
149
- return this.k;
150
+ return this.m;
150
151
  },
151
152
  set: function (a) {
152
- this.k = a;
153
+ this.m = a;
153
154
  this.g("AutofocusList");
154
155
  },
155
156
  enumerable: false,
@@ -157,10 +158,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
157
158
  });
158
159
  Object.defineProperty(WebComboDescription.prototype, "label", {
159
160
  get: function () {
160
- return this.ap;
161
+ return this.ar;
161
162
  },
162
163
  set: function (a) {
163
- this.ap = a;
164
+ this.ar = a;
164
165
  this.g("Label");
165
166
  },
166
167
  enumerable: false,
@@ -168,10 +169,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
168
169
  });
169
170
  Object.defineProperty(WebComboDescription.prototype, "placeholder", {
170
171
  get: function () {
171
- return this.at;
172
+ return this.av;
172
173
  },
173
174
  set: function (a) {
174
- this.at = a;
175
+ this.av = a;
175
176
  this.g("Placeholder");
176
177
  },
177
178
  enumerable: false,
@@ -179,10 +180,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
179
180
  });
180
181
  Object.defineProperty(WebComboDescription.prototype, "placeholderSearch", {
181
182
  get: function () {
182
- return this.au;
183
+ return this.aw;
183
184
  },
184
185
  set: function (a) {
185
- this.au = a;
186
+ this.aw = a;
186
187
  this.g("PlaceholderSearch");
187
188
  },
188
189
  enumerable: false,
@@ -190,10 +191,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
190
191
  });
191
192
  Object.defineProperty(WebComboDescription.prototype, "dir", {
192
193
  get: function () {
193
- return this.ai;
194
+ return this.ak;
194
195
  },
195
196
  set: function (a) {
196
- this.ai = a;
197
+ this.ak = a;
197
198
  this.g("Dir");
198
199
  },
199
200
  enumerable: false,
@@ -201,10 +202,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
201
202
  });
202
203
  Object.defineProperty(WebComboDescription.prototype, "open", {
203
204
  get: function () {
204
- return this.p;
205
+ return this.r;
205
206
  },
206
207
  set: function (a) {
207
- this.p = a;
208
+ this.r = a;
208
209
  this.g("Open");
209
210
  },
210
211
  enumerable: false,
@@ -212,10 +213,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
212
213
  });
213
214
  Object.defineProperty(WebComboDescription.prototype, "valueKey", {
214
215
  get: function () {
215
- return this.av;
216
+ return this.ax;
216
217
  },
217
218
  set: function (a) {
218
- this.av = a;
219
+ this.ax = a;
219
220
  this.g("ValueKey");
220
221
  },
221
222
  enumerable: false,
@@ -223,10 +224,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
223
224
  });
224
225
  Object.defineProperty(WebComboDescription.prototype, "displayKey", {
225
226
  get: function () {
226
- return this.aj;
227
+ return this.al;
227
228
  },
228
229
  set: function (a) {
229
- this.aj = a;
230
+ this.al = a;
230
231
  this.g("DisplayKey");
231
232
  },
232
233
  enumerable: false,
@@ -234,10 +235,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
234
235
  });
235
236
  Object.defineProperty(WebComboDescription.prototype, "groupKey", {
236
237
  get: function () {
237
- return this.am;
238
+ return this.ao;
238
239
  },
239
240
  set: function (a) {
240
- this.am = a;
241
+ this.ao = a;
241
242
  this.g("GroupKey");
242
243
  },
243
244
  enumerable: false,
@@ -245,10 +246,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
245
246
  });
246
247
  Object.defineProperty(WebComboDescription.prototype, "groupSorting", {
247
248
  get: function () {
248
- return this.an;
249
+ return this.ap;
249
250
  },
250
251
  set: function (a) {
251
- this.an = a;
252
+ this.ap = a;
252
253
  this.g("GroupSorting");
253
254
  },
254
255
  enumerable: false,
@@ -256,10 +257,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
256
257
  });
257
258
  Object.defineProperty(WebComboDescription.prototype, "filteringOptions", {
258
259
  get: function () {
259
- return this.h;
260
+ return this.j;
260
261
  },
261
262
  set: function (a) {
262
- this.h = a;
263
+ this.j = a;
263
264
  this.g("FilteringOptions");
264
265
  },
265
266
  enumerable: false,
@@ -267,10 +268,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
267
268
  });
268
269
  Object.defineProperty(WebComboDescription.prototype, "caseSensitiveIcon", {
269
270
  get: function () {
270
- return this.l;
271
+ return this.n;
271
272
  },
272
273
  set: function (a) {
273
- this.l = a;
274
+ this.n = a;
274
275
  this.g("CaseSensitiveIcon");
275
276
  },
276
277
  enumerable: false,
@@ -278,21 +279,32 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
278
279
  });
279
280
  Object.defineProperty(WebComboDescription.prototype, "disableFiltering", {
280
281
  get: function () {
281
- return this.n;
282
+ return this.p;
282
283
  },
283
284
  set: function (a) {
284
- this.n = a;
285
+ this.p = a;
285
286
  this.g("DisableFiltering");
286
287
  },
287
288
  enumerable: false,
288
289
  configurable: true
289
290
  });
291
+ Object.defineProperty(WebComboDescription.prototype, "value", {
292
+ get: function () {
293
+ return this.h;
294
+ },
295
+ set: function (a) {
296
+ this.h = a;
297
+ this.g("Value");
298
+ },
299
+ enumerable: false,
300
+ configurable: true
301
+ });
290
302
  Object.defineProperty(WebComboDescription.prototype, "itemTemplateRef", {
291
303
  get: function () {
292
- return this.ao;
304
+ return this.aq;
293
305
  },
294
306
  set: function (a) {
295
- this.ao = a;
307
+ this.aq = a;
296
308
  this.g("ItemTemplateRef");
297
309
  },
298
310
  enumerable: false,
@@ -300,10 +312,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
300
312
  });
301
313
  Object.defineProperty(WebComboDescription.prototype, "groupHeaderTemplateRef", {
302
314
  get: function () {
303
- return this.al;
315
+ return this.an;
304
316
  },
305
317
  set: function (a) {
306
- this.al = a;
318
+ this.an = a;
307
319
  this.g("GroupHeaderTemplateRef");
308
320
  },
309
321
  enumerable: false,
@@ -311,10 +323,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
311
323
  });
312
324
  Object.defineProperty(WebComboDescription.prototype, "changeRef", {
313
325
  get: function () {
314
- return this.ae;
326
+ return this.ag;
315
327
  },
316
328
  set: function (a) {
317
- this.ae = a;
329
+ this.ag = a;
318
330
  this.g("ChangeRef");
319
331
  },
320
332
  enumerable: false,
@@ -322,10 +334,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
322
334
  });
323
335
  Object.defineProperty(WebComboDescription.prototype, "focusRef", {
324
336
  get: function () {
325
- return this.ak;
337
+ return this.am;
326
338
  },
327
339
  set: function (a) {
328
- this.ak = a;
340
+ this.am = a;
329
341
  this.g("FocusRef");
330
342
  },
331
343
  enumerable: false,
@@ -333,10 +345,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
333
345
  });
334
346
  Object.defineProperty(WebComboDescription.prototype, "blurRef", {
335
347
  get: function () {
336
- return this.ad;
348
+ return this.af;
337
349
  },
338
350
  set: function (a) {
339
- this.ad = a;
351
+ this.af = a;
340
352
  this.g("BlurRef");
341
353
  },
342
354
  enumerable: false,
@@ -344,10 +356,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
344
356
  });
345
357
  Object.defineProperty(WebComboDescription.prototype, "openingRef", {
346
358
  get: function () {
347
- return this.as;
359
+ return this.au;
348
360
  },
349
361
  set: function (a) {
350
- this.as = a;
362
+ this.au = a;
351
363
  this.g("OpeningRef");
352
364
  },
353
365
  enumerable: false,
@@ -355,10 +367,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
355
367
  });
356
368
  Object.defineProperty(WebComboDescription.prototype, "openedRef", {
357
369
  get: function () {
358
- return this.ar;
370
+ return this.at;
359
371
  },
360
372
  set: function (a) {
361
- this.ar = a;
373
+ this.at = a;
362
374
  this.g("OpenedRef");
363
375
  },
364
376
  enumerable: false,
@@ -366,10 +378,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
366
378
  });
367
379
  Object.defineProperty(WebComboDescription.prototype, "closingRef", {
368
380
  get: function () {
369
- return this.ag;
381
+ return this.ai;
370
382
  },
371
383
  set: function (a) {
372
- this.ag = a;
384
+ this.ai = a;
373
385
  this.g("ClosingRef");
374
386
  },
375
387
  enumerable: false,
@@ -377,10 +389,10 @@ var WebComboDescription = /** @class */ /*@__PURE__*/ (function (_super) {
377
389
  });
378
390
  Object.defineProperty(WebComboDescription.prototype, "closedRef", {
379
391
  get: function () {
380
- return this.af;
392
+ return this.ah;
381
393
  },
382
394
  set: function (a) {
383
- this.af = a;
395
+ this.ah = a;
384
396
  this.g("ClosedRef");
385
397
  },
386
398
  enumerable: false,
@@ -62,6 +62,7 @@ var WebComboDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super)
62
62
  a.item("FilteringOptions", "ExportedType:WebFilteringOptions");
63
63
  a.item("CaseSensitiveIcon", "Boolean");
64
64
  a.item("DisableFiltering", "Boolean");
65
+ a.item("Value", "Array:string");
65
66
  a.item("ItemTemplateRef", "(w:ItemTemplate,wf:ItemTemplate)TemplateRef::object");
66
67
  a.item("GroupHeaderTemplateRef", "(w:GroupHeaderTemplate,wf:GroupHeaderTemplate)TemplateRef::object");
67
68
  a.item("ChangeRef", "EventRef::change");