igniteui-webcomponents-grids 1.4.2 → 3.2.2

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 (217) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +16049 -15259
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BrowserExecutionContext.js +3 -1
  4. package/esm2015/lib/CanvasGridCellBase.js +6 -6
  5. package/esm2015/lib/CanvasSummaryCell.js +4 -4
  6. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  7. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
  8. package/esm2015/lib/CellPresenterBase.js +1 -1
  9. package/esm2015/lib/CheckboxListView_combined.js +31 -31
  10. package/esm2015/lib/ColumnChooserView_combined.js +10 -10
  11. package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
  12. package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
  13. package/esm2015/lib/ColumnPinningView_combined.js +6 -6
  14. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  15. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  16. package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
  17. package/esm2015/lib/DataGridLocaleEn.js +1 -0
  18. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  19. package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
  20. package/esm2015/lib/DraggerView.js +8 -8
  21. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
  22. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  23. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  24. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
  25. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  26. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  27. package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
  28. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  29. package/esm2015/lib/GridExternalWrapper.js +6 -6
  30. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  31. package/esm2015/lib/GridStyleRepository.js +5 -5
  32. package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
  33. package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
  34. package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
  35. package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
  36. package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
  37. package/esm2015/lib/PageChangedEventArgs.js +33 -0
  38. package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
  39. package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
  40. package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
  41. package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
  42. package/esm2015/lib/PagerView.js +7 -0
  43. package/esm2015/lib/PagerVisualModelExport.js +82 -0
  44. package/esm2015/lib/PropertyEditorView_combined.js +145 -145
  45. package/esm2015/lib/TemplateCell.js +1 -1
  46. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  47. package/esm2015/lib/TemplateHeader.js +2 -2
  48. package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
  49. package/esm2015/lib/VisualModelExport.js +77 -69
  50. package/esm2015/lib/igc-column-component.js +133 -113
  51. package/esm2015/lib/igc-column-grouping-component.js +33 -23
  52. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  53. package/esm2015/lib/igc-data-grid-component.js +588 -413
  54. package/esm2015/lib/igc-data-grid-module.js +4 -0
  55. package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
  56. package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
  57. package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
  58. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  59. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
  60. package/esm2015/lib/igc-image-column-component.js +12 -12
  61. package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
  62. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  63. package/esm2015/lib/igc-page-changed-event-args.js +46 -0
  64. package/esm2015/lib/igc-property-editor-component.js +7 -7
  65. package/esm2015/lib/igc-property-editor-module.js +1 -1
  66. package/esm2015/lib/igc-text-column-component.js +9 -9
  67. package/esm2015/public_api.js +14 -20
  68. package/esm5/lib/BrowserExecutionContext.js +3 -1
  69. package/esm5/lib/CanvasGridCellBase.js +6 -6
  70. package/esm5/lib/CanvasSummaryCell.js +4 -4
  71. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  72. package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
  73. package/esm5/lib/CellPresenterBase.js +1 -1
  74. package/esm5/lib/CheckboxListView_combined.js +31 -31
  75. package/esm5/lib/ColumnChooserView_combined.js +10 -10
  76. package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
  77. package/esm5/lib/ColumnGroupingView_combined.js +188 -162
  78. package/esm5/lib/ColumnPinningView_combined.js +6 -6
  79. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  80. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  81. package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
  82. package/esm5/lib/DataGridLocaleEn.js +1 -0
  83. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  84. package/esm5/lib/DataGridToolbarView_combined.js +295 -220
  85. package/esm5/lib/DraggerView.js +8 -8
  86. package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
  87. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  88. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  89. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  90. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  91. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  92. package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
  93. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  94. package/esm5/lib/GridExternalWrapper.js +6 -6
  95. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  96. package/esm5/lib/GridStyleRepository.js +5 -5
  97. package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
  98. package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
  99. package/esm5/lib/IToolbarVisualModelExport.js +11 -0
  100. package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
  101. package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
  102. package/esm5/lib/PageChangedEventArgs.js +43 -0
  103. package/esm5/lib/PagedDataProvider.js +7 -0
  104. package/esm5/lib/Pager.js +7 -0
  105. package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
  106. package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
  107. package/esm5/lib/PagerView.js +7 -0
  108. package/esm5/lib/PagerVisualModelExport.js +84 -0
  109. package/esm5/lib/PropertyEditorView_combined.js +144 -144
  110. package/esm5/lib/TemplateCell.js +1 -1
  111. package/esm5/lib/TemplateCellPresenter.js +1 -1
  112. package/esm5/lib/TemplateHeader.js +2 -2
  113. package/esm5/lib/ToolbarVisualModelExport.js +24 -0
  114. package/esm5/lib/VisualModelExport.js +77 -69
  115. package/esm5/lib/igc-column-component.js +141 -113
  116. package/esm5/lib/igc-column-grouping-component.js +35 -21
  117. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  118. package/esm5/lib/igc-data-grid-component.js +636 -413
  119. package/esm5/lib/igc-data-grid-module.js +4 -0
  120. package/esm5/lib/igc-data-grid-pager-component.js +435 -0
  121. package/esm5/lib/igc-data-grid-pager-module.js +20 -0
  122. package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
  123. package/esm5/lib/igc-date-time-column-component.js +23 -23
  124. package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
  125. package/esm5/lib/igc-image-column-component.js +12 -12
  126. package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
  127. package/esm5/lib/igc-numeric-column-component.js +35 -35
  128. package/esm5/lib/igc-page-changed-event-args.js +60 -0
  129. package/esm5/lib/igc-property-editor-component.js +7 -7
  130. package/esm5/lib/igc-property-editor-module.js +1 -1
  131. package/esm5/lib/igc-text-column-component.js +9 -9
  132. package/esm5/public_api.js +14 -20
  133. package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
  134. package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
  135. package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
  136. package/lib/ColumnGroupingView_combined.d.ts +44 -41
  137. package/lib/DataGridLocaleEn.d.ts +1 -0
  138. package/lib/DataGridToolbarView_combined.d.ts +50 -41
  139. package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
  140. package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
  141. package/lib/IDataGridComponent.d.ts +12 -0
  142. package/lib/IToolbarVisualModelExport.d.ts +11 -0
  143. package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
  144. package/lib/PageChangedEventArgs.d.ts +11 -0
  145. package/lib/PagedDataProvider.d.ts +1 -0
  146. package/lib/Pager.d.ts +1 -0
  147. package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
  148. package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
  149. package/lib/PagerView.d.ts +1 -0
  150. package/lib/PagerVisualModelExport.d.ts +25 -0
  151. package/lib/PropertyEditorView_combined.d.ts +10 -10
  152. package/lib/ToolbarVisualModelExport.d.ts +9 -0
  153. package/lib/VisualModelExport.d.ts +21 -17
  154. package/lib/igc-column-component.d.ts +9 -1
  155. package/lib/igc-column-grouping-component.d.ts +8 -4
  156. package/lib/igc-data-grid-component.d.ts +56 -0
  157. package/lib/igc-data-grid-pager-component.d.ts +101 -0
  158. package/lib/igc-data-grid-pager-module.d.ts +3 -0
  159. package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
  160. package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
  161. package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
  162. package/lib/igc-page-changed-event-args.d.ts +20 -0
  163. package/lib/igc-property-editor-component.d.ts +2 -2
  164. package/package.json +5 -5
  165. package/public_api.d.ts +14 -20
  166. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
  167. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  168. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
  169. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
  170. package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
  171. package/esm2015/lib/PropertyEditorValueType.js +0 -35
  172. package/esm2015/lib/igc-property-editor-data-source.js +0 -39
  173. package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
  174. package/esm2015/lib/igc-property-editor-description-object.js +0 -70
  175. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
  176. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
  177. package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
  178. package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
  179. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
  180. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
  181. package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
  182. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
  183. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
  184. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  185. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
  186. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
  187. package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
  188. package/esm5/lib/PropertyEditorValueType.js +0 -35
  189. package/esm5/lib/igc-property-editor-data-source.js +0 -53
  190. package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
  191. package/esm5/lib/igc-property-editor-description-object.js +0 -84
  192. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
  193. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
  194. package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
  195. package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
  196. package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
  197. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
  198. package/lib/PropertyEditorDataSource.d.ts +0 -1
  199. package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
  200. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
  201. package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
  202. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
  203. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
  204. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
  205. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
  206. package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
  207. package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
  208. package/lib/PropertyEditorValueType.d.ts +0 -28
  209. package/lib/igc-property-editor-data-source.d.ts +0 -16
  210. package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
  211. package/lib/igc-property-editor-description-object.d.ts +0 -17
  212. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
  213. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
  214. package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
  215. package/lib/igc-property-editor-property-description-component.d.ts +0 -65
  216. package/lib/igc-property-editor-property-description-module.d.ts +0 -3
  217. package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
@@ -1,7 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- export { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription_combined";
@@ -1,20 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import * as tslib_1 from "tslib";
8
- import { EventArgs, markType } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- var PropertyEditorPropertyDescriptionButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
13
- tslib_1.__extends(PropertyEditorPropertyDescriptionButtonClickEventArgs, _super);
14
- function PropertyEditorPropertyDescriptionButtonClickEventArgs() {
15
- return _super !== null && _super.apply(this, arguments) || this;
16
- }
17
- PropertyEditorPropertyDescriptionButtonClickEventArgs.$t = markType(PropertyEditorPropertyDescriptionButtonClickEventArgs, 'PropertyEditorPropertyDescriptionButtonClickEventArgs', EventArgs.$);
18
- return PropertyEditorPropertyDescriptionButtonClickEventArgs;
19
- }(EventArgs));
20
- export { PropertyEditorPropertyDescriptionButtonClickEventArgs };
@@ -1,20 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import * as tslib_1 from "tslib";
8
- import { EventArgs, markType } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- var PropertyEditorPropertyDescriptionChangedEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
13
- tslib_1.__extends(PropertyEditorPropertyDescriptionChangedEventArgs, _super);
14
- function PropertyEditorPropertyDescriptionChangedEventArgs() {
15
- return _super !== null && _super.apply(this, arguments) || this;
16
- }
17
- PropertyEditorPropertyDescriptionChangedEventArgs.$t = markType(PropertyEditorPropertyDescriptionChangedEventArgs, 'PropertyEditorPropertyDescriptionChangedEventArgs', EventArgs.$);
18
- return PropertyEditorPropertyDescriptionChangedEventArgs;
19
- }(EventArgs));
20
- export { PropertyEditorPropertyDescriptionChangedEventArgs };
@@ -1,7 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- export { PropertyEditorPropertyDescriptionCollection } from "./PropertyEditorPropertyDescription_combined";
@@ -1,54 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import * as tslib_1 from "tslib";
8
- import { EventArgs, markType } from "igniteui-webcomponents-core";
9
- /**
10
- * @hidden
11
- */
12
- var PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
13
- tslib_1.__extends(PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs, _super);
14
- function PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs() {
15
- var _this = _super !== null && _super.apply(this, arguments) || this;
16
- _this._target = null;
17
- _this._value = null;
18
- _this._propertyPath = null;
19
- return _this;
20
- }
21
- Object.defineProperty(PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.prototype, "target", {
22
- get: function () {
23
- return this._target;
24
- },
25
- set: function (a) {
26
- this._target = a;
27
- },
28
- enumerable: true,
29
- configurable: true
30
- });
31
- Object.defineProperty(PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.prototype, "value", {
32
- get: function () {
33
- return this._value;
34
- },
35
- set: function (a) {
36
- this._value = a;
37
- },
38
- enumerable: true,
39
- configurable: true
40
- });
41
- Object.defineProperty(PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.prototype, "propertyPath", {
42
- get: function () {
43
- return this._propertyPath;
44
- },
45
- set: function (a) {
46
- this._propertyPath = a;
47
- },
48
- enumerable: true,
49
- configurable: true
50
- });
51
- PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.$t = markType(PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs, 'PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs', EventArgs.$);
52
- return PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs;
53
- }(EventArgs));
54
- export { PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs };
@@ -1,525 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import * as tslib_1 from "tslib";
8
- import { Base, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, markType, String_$type, typeCast } from "igniteui-webcomponents-core";
9
- import { PropertyEditorValueType_$type } from "./PropertyEditorValueType";
10
- import { PropertyEditorPropertyDescriptionButtonClickEventArgs } from "./PropertyEditorPropertyDescriptionButtonClickEventArgs";
11
- import { PropertyEditorPropertyDescriptionChangedEventArgs } from "./PropertyEditorPropertyDescriptionChangedEventArgs";
12
- import { PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs } from "./PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs";
13
- import { ObservableCollection$1 } from "igniteui-webcomponents-core";
14
- import { List$1 } from "igniteui-webcomponents-core";
15
- import { stringEndsWith, stringContains, stringReplace } from "igniteui-webcomponents-core";
16
- import { stringSplit } from "igniteui-webcomponents-core";
17
- /**
18
- * @hidden
19
- */
20
- var PropertyEditorPropertyDescription = /** @class */ /*@__PURE__*/ (function (_super) {
21
- tslib_1.__extends(PropertyEditorPropertyDescription, _super);
22
- function PropertyEditorPropertyDescription() {
23
- var _this = _super !== null && _super.apply(this, arguments) || this;
24
- _this.x = null;
25
- _this.v = null;
26
- _this.m = 0;
27
- _this.w = null;
28
- _this.o = false;
29
- _this.u = null;
30
- _this.a = null;
31
- _this.b = null;
32
- _this.r = null;
33
- _this.f = null;
34
- _this.h = null;
35
- _this.e = null;
36
- _this.propertyChanged = null;
37
- _this.buttonClicked = null;
38
- _this.changed = null;
39
- _this.targetPropertyUpdating = null;
40
- return _this;
41
- }
42
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "ab", {
43
- get: function () {
44
- return this.x;
45
- },
46
- set: function (a) {
47
- var b = this.x;
48
- this.x = a;
49
- if (this.x != b) {
50
- this.ae("PropertyPath", b, a);
51
- }
52
- },
53
- enumerable: true,
54
- configurable: true
55
- });
56
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "z", {
57
- get: function () {
58
- return this.v;
59
- },
60
- set: function (a) {
61
- var b = this.v;
62
- this.v = a;
63
- if (this.v != b) {
64
- this.ae("Label", b, a);
65
- }
66
- },
67
- enumerable: true,
68
- configurable: true
69
- });
70
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "n", {
71
- get: function () {
72
- return this.m;
73
- },
74
- set: function (a) {
75
- var b = this.m;
76
- this.m = a;
77
- if (this.m != b) {
78
- this.ae("ValueType", enumGetBox(PropertyEditorValueType_$type, b), enumGetBox(PropertyEditorValueType_$type, a));
79
- }
80
- },
81
- enumerable: true,
82
- configurable: true
83
- });
84
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "aa", {
85
- get: function () {
86
- return this.w;
87
- },
88
- set: function (a) {
89
- var b = this.w;
90
- this.w = a;
91
- if (this.w != b) {
92
- this.ae("PropertyDescriptionType", b, a);
93
- }
94
- },
95
- enumerable: true,
96
- configurable: true
97
- });
98
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "q", {
99
- get: function () {
100
- return this.o;
101
- },
102
- set: function (a) {
103
- var b = this.o;
104
- this.o = a;
105
- if (this.o != b) {
106
- this.ae("ShouldOverrideDefaultEditor", b, a);
107
- }
108
- },
109
- enumerable: true,
110
- configurable: true
111
- });
112
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "y", {
113
- get: function () {
114
- return this.u;
115
- },
116
- set: function (a) {
117
- var b = this.u;
118
- this.u = a;
119
- if (this.u != b) {
120
- this.ae("ElementDescriptionType", b, a);
121
- }
122
- },
123
- enumerable: true,
124
- configurable: true
125
- });
126
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "c", {
127
- get: function () {
128
- return this.a;
129
- },
130
- set: function (a) {
131
- var b = this.a;
132
- this.a = a;
133
- if (this.a != b) {
134
- this.ae("DropDownNames", b, a);
135
- }
136
- },
137
- enumerable: true,
138
- configurable: true
139
- });
140
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "d", {
141
- get: function () {
142
- return this.b;
143
- },
144
- set: function (a) {
145
- var b = this.b;
146
- this.b = a;
147
- if (this.b != b) {
148
- this.ae("DropDownValues", b, a);
149
- }
150
- },
151
- enumerable: true,
152
- configurable: true
153
- });
154
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "t", {
155
- get: function () {
156
- return this.r;
157
- },
158
- set: function (a) {
159
- var b = this.r;
160
- this.r = a;
161
- if (this.r != b) {
162
- this.ae("PrimitiveValue", b, a);
163
- }
164
- },
165
- enumerable: true,
166
- configurable: true
167
- });
168
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "g", {
169
- get: function () {
170
- return this.f;
171
- },
172
- set: function (a) {
173
- var b = this.f;
174
- this.f = a;
175
- if (this.f != b) {
176
- this.ae("ComplexValue", b, a);
177
- }
178
- },
179
- enumerable: true,
180
- configurable: true
181
- });
182
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "i", {
183
- get: function () {
184
- return this.h;
185
- },
186
- set: function (a) {
187
- var b = this.h;
188
- this.h = a;
189
- if (this.h != b) {
190
- this.ae("ComplexValues", b, a);
191
- }
192
- },
193
- enumerable: true,
194
- configurable: true
195
- });
196
- PropertyEditorPropertyDescription.prototype.ae = function (a, b, c) {
197
- if (this.propertyChanged != null) {
198
- this.propertyChanged(this, new PropertyChangedEventArgs(a));
199
- }
200
- };
201
- PropertyEditorPropertyDescription.prototype.p = function (a) {
202
- var b = false;
203
- if (a == null) {
204
- return false;
205
- }
206
- if (a.c != null && (this.c == null || !this.q)) {
207
- this.c = a.c;
208
- }
209
- if (a.d != null && (this.d == null || !this.q)) {
210
- this.d = a.d;
211
- }
212
- if (a.y != null && (this.y == null || !this.q)) {
213
- this.y = a.y;
214
- }
215
- if (a.aa != null && (this.aa == null || !this.q)) {
216
- this.aa = a.aa;
217
- }
218
- if (a.n != 0 && (this.n == 0 || !this.q)) {
219
- this.n = a.n;
220
- b = true;
221
- }
222
- return true;
223
- };
224
- PropertyEditorPropertyDescription.prototype.s = function (a, b) {
225
- if (b) {
226
- return this.e;
227
- }
228
- if (this.e != null) {
229
- return this.e.d(a, false);
230
- }
231
- return null;
232
- };
233
- PropertyEditorPropertyDescription.prototype.ad = function () {
234
- if (this.buttonClicked != null) {
235
- this.buttonClicked(this, new PropertyEditorPropertyDescriptionButtonClickEventArgs());
236
- }
237
- };
238
- PropertyEditorPropertyDescription.prototype.ac = function () {
239
- if (this.changed != null) {
240
- this.changed(this, new PropertyEditorPropertyDescriptionChangedEventArgs());
241
- }
242
- };
243
- PropertyEditorPropertyDescription.prototype.af = function (a, b, c) {
244
- if (this.targetPropertyUpdating != null) {
245
- this.targetPropertyUpdating(this, ((function () {
246
- var $ret = new PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs();
247
- $ret.propertyPath = a;
248
- $ret.target = b;
249
- $ret.value = c;
250
- return $ret;
251
- })()));
252
- }
253
- };
254
- PropertyEditorPropertyDescription.$t = markType(PropertyEditorPropertyDescription, 'PropertyEditorPropertyDescription', Base.$, [INotifyPropertyChanged_$type]);
255
- return PropertyEditorPropertyDescription;
256
- }(Base));
257
- export { PropertyEditorPropertyDescription };
258
- /**
259
- * @hidden
260
- */
261
- var PropertyEditorDescriptionObject = /** @class */ /*@__PURE__*/ (function (_super) {
262
- tslib_1.__extends(PropertyEditorDescriptionObject, _super);
263
- function PropertyEditorDescriptionObject() {
264
- var _this = _super !== null && _super.apply(this, arguments) || this;
265
- _this.b = null;
266
- _this.a = null;
267
- return _this;
268
- }
269
- PropertyEditorDescriptionObject.$t = markType(PropertyEditorDescriptionObject, 'PropertyEditorDescriptionObject');
270
- return PropertyEditorDescriptionObject;
271
- }(Base));
272
- export { PropertyEditorDescriptionObject };
273
- /**
274
- * @hidden
275
- */
276
- var PropertyEditorDescriptionObjectCollection = /** @class */ /*@__PURE__*/ (function (_super) {
277
- tslib_1.__extends(PropertyEditorDescriptionObjectCollection, _super);
278
- function PropertyEditorDescriptionObjectCollection() {
279
- return _super.call(this, PropertyEditorDescriptionObject.$, 0) || this;
280
- }
281
- PropertyEditorDescriptionObjectCollection.$t = markType(PropertyEditorDescriptionObjectCollection, 'PropertyEditorDescriptionObjectCollection', ObservableCollection$1.$.specialize(PropertyEditorDescriptionObject.$));
282
- return PropertyEditorDescriptionObjectCollection;
283
- }(ObservableCollection$1));
284
- export { PropertyEditorDescriptionObjectCollection };
285
- /**
286
- * @hidden
287
- */
288
- var PropertyEditorPropertyDescriptionCollection = /** @class */ /*@__PURE__*/ (function (_super) {
289
- tslib_1.__extends(PropertyEditorPropertyDescriptionCollection, _super);
290
- function PropertyEditorPropertyDescriptionCollection() {
291
- return _super.call(this, PropertyEditorPropertyDescription.$, 0) || this;
292
- }
293
- PropertyEditorPropertyDescriptionCollection.$t = markType(PropertyEditorPropertyDescriptionCollection, 'PropertyEditorPropertyDescriptionCollection', ObservableCollection$1.$.specialize(PropertyEditorPropertyDescription.$));
294
- return PropertyEditorPropertyDescriptionCollection;
295
- }(ObservableCollection$1));
296
- export { PropertyEditorPropertyDescriptionCollection };
297
- /**
298
- * @hidden
299
- */
300
- var PropertyEditorDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
301
- tslib_1.__extends(PropertyEditorDataSource, _super);
302
- function PropertyEditorDataSource() {
303
- var _this = _super !== null && _super.apply(this, arguments) || this;
304
- _this.i = null;
305
- _this.a = null;
306
- _this.f = null;
307
- _this.propertyChanged = null;
308
- return _this;
309
- }
310
- Object.defineProperty(PropertyEditorDataSource.prototype, "l", {
311
- get: function () {
312
- return this.i;
313
- },
314
- set: function (a) {
315
- var b = this.i;
316
- this.i = a;
317
- this.n("DescriptionType", b, this.i);
318
- },
319
- enumerable: true,
320
- configurable: true
321
- });
322
- Object.defineProperty(PropertyEditorDataSource.prototype, "b", {
323
- get: function () {
324
- return this.a;
325
- },
326
- set: function (a) {
327
- var b = this.a;
328
- this.a = a;
329
- this.n("Context", b, this.a);
330
- },
331
- enumerable: true,
332
- configurable: true
333
- });
334
- Object.defineProperty(PropertyEditorDataSource.prototype, "g", {
335
- get: function () {
336
- return this.f;
337
- },
338
- set: function (a) {
339
- var b = this.f;
340
- this.f = a;
341
- this.n("Data", b, this.f);
342
- },
343
- enumerable: true,
344
- configurable: true
345
- });
346
- PropertyEditorDataSource.prototype.n = function (a, b, c) {
347
- if (this.propertyChanged != null) {
348
- this.propertyChanged(this, new PropertyChangedEventArgs(a));
349
- }
350
- this.o(a, b, c);
351
- };
352
- PropertyEditorDataSource.prototype.o = function (a, b, c) {
353
- switch (a) {
354
- case "DescriptionType":
355
- this.p();
356
- break;
357
- case "Context":
358
- this.p();
359
- break;
360
- }
361
- };
362
- PropertyEditorDataSource.prototype.e = function (a) {
363
- var _this = this;
364
- var b = new PropertyEditorPropertyDescription();
365
- b.ab = a.propertyName;
366
- b.n = this.h(a);
367
- b.aa = a.specificExternalType != null ? a.specificExternalType : a.specificType;
368
- if (a.knownType == 9) {
369
- b.y = a.collectionElementType;
370
- b.e = ((function () {
371
- var $ret = new PropertyEditorDataSource();
372
- $ret.b = _this.a;
373
- $ret.l = b.y;
374
- return $ret;
375
- })());
376
- }
377
- if (b.n == 8) {
378
- b.e = ((function () {
379
- var $ret = new PropertyEditorDataSource();
380
- $ret.b = _this.a;
381
- $ret.l = b.aa;
382
- return $ret;
383
- })());
384
- }
385
- if (b.n == 15) {
386
- b.c = this.a.c(this.l, b.ab);
387
- b.d = b.d;
388
- }
389
- return b;
390
- };
391
- PropertyEditorDataSource.prototype.h = function (a) {
392
- switch (a.knownType) {
393
- case 10: return 10;
394
- case 7: return 7;
395
- case 4: return 4;
396
- case 6: return 6;
397
- case 9: return 9;
398
- case 5: return 5;
399
- case 16: return 14;
400
- case 20: return 18;
401
- case 15: return 0;
402
- case 3: return 3;
403
- case 19: return 17;
404
- case 8:
405
- if (a.specificExternalType == "string") {
406
- return 15;
407
- }
408
- return 8;
409
- case 13: return 0;
410
- case 18: return 0;
411
- case 1: return 1;
412
- case 11: return 11;
413
- case 14: return 13;
414
- case 12: return 12;
415
- case 2: return 2;
416
- case 21: return 19;
417
- case 17: return 0;
418
- case 0: return 0;
419
- }
420
- return 0;
421
- };
422
- PropertyEditorDataSource.prototype.p = function () {
423
- var a = new PropertyEditorPropertyDescriptionCollection();
424
- if (this.l != null && this.b != null) {
425
- var b = this.b.b(this.l);
426
- if (b == null) {
427
- return;
428
- }
429
- for (var c = 0; c < b.length; c++) {
430
- if (stringEndsWith(b[c], "@names")) {
431
- continue;
432
- }
433
- if (stringEndsWith(b[c], "@nameBinding")) {
434
- continue;
435
- }
436
- var d = this.b.getMetadata(this.l, b[c]);
437
- var e = this.e(d);
438
- if (e.n == 0) {
439
- continue;
440
- }
441
- a.add(e);
442
- }
443
- }
444
- this.g = a;
445
- };
446
- PropertyEditorDataSource.prototype.d = function (a, b) {
447
- if (a == null) {
448
- return null;
449
- }
450
- var c = stringSplit(a, ['.', '['], 0);
451
- var d = new List$1(String_$type, 1, c);
452
- var e = null;
453
- var f = null;
454
- var g = null;
455
- while (d.count > 0) {
456
- var h = d._inner[0];
457
- d.removeAt(0);
458
- var i = false;
459
- if (stringContains(h, "]")) {
460
- h = stringReplace(h, "]", "");
461
- i = true;
462
- var j = h.split(',');
463
- h = j[0].trim();
464
- if (stringContains(h, "as")) {
465
- var k = h.indexOf("as");
466
- g = h.substr(0, k).trim();
467
- f = h.substr(k + 2).trim();
468
- }
469
- if (f != null && f != this.l) {
470
- var l = this.c();
471
- l.l = f;
472
- e = l;
473
- continue;
474
- }
475
- }
476
- if (b) {
477
- i = true;
478
- }
479
- if (e != null && typeCast(PropertyEditorPropertyDescription.$, e) !== null) {
480
- var m = e.s(h, i);
481
- if (m == null) {
482
- return null;
483
- }
484
- e = m;
485
- }
486
- else {
487
- if (e != null) {
488
- var n = e;
489
- var o = n.d(h, i);
490
- if (o == null) {
491
- return null;
492
- }
493
- e = o;
494
- }
495
- else {
496
- if (this.g == null) {
497
- return null;
498
- }
499
- for (var p = 0; p < this.g.count; p++) {
500
- if (Base.equalsStatic(this.g._inner[p].ab, h)) {
501
- e = this.g._inner[p];
502
- break;
503
- }
504
- }
505
- if (e == null) {
506
- return null;
507
- }
508
- }
509
- }
510
- }
511
- return typeCast(PropertyEditorPropertyDescription.$, e);
512
- };
513
- PropertyEditorDataSource.prototype.c = function () {
514
- var _this = this;
515
- return ((function () {
516
- var $ret = new PropertyEditorDataSource();
517
- $ret.b = _this.b;
518
- $ret.l = _this.l;
519
- return $ret;
520
- })());
521
- };
522
- PropertyEditorDataSource.$t = markType(PropertyEditorDataSource, 'PropertyEditorDataSource', Base.$, [INotifyPropertyChanged_$type]);
523
- return PropertyEditorDataSource;
524
- }(Base));
525
- export { PropertyEditorDataSource };