igniteui-webcomponents-layouts 1.4.0 → 3.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 (220) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +4643 -235
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +7 -2
  3. package/esm2015/igniteui-webcomponents-layouts.js +0 -1
  4. package/esm2015/lib/ExpansionPanelUtilities.js +0 -1
  5. package/esm2015/lib/ExpansionPanelView.js +0 -1
  6. package/esm2015/lib/ExpansionPanelView_combined.js +80 -81
  7. package/esm2015/lib/HorizontalPropertyEditorPanelDataSource.js +24 -0
  8. package/esm2015/lib/OnClosedEventArgs.js +0 -1
  9. package/esm2015/lib/OnCollapsedEventArgs.js +0 -1
  10. package/esm2015/lib/OnExpandedEventArgs.js +0 -1
  11. package/esm2015/lib/OnPopupEventArgs.js +0 -1
  12. package/esm2015/lib/Popup.js +0 -1
  13. package/esm2015/lib/PopupAlignment.js +0 -1
  14. package/esm2015/lib/PopupDirection.js +0 -1
  15. package/esm2015/lib/PopupView.js +0 -1
  16. package/esm2015/lib/PopupView_combined.js +0 -1
  17. package/esm2015/lib/PopupVisualModelExport.js +0 -1
  18. package/esm2015/lib/Popup_InnerAnimationInfo.js +0 -1
  19. package/esm2015/lib/Popup_OuterAnimationInfo.js +0 -1
  20. package/{esm5/lib/ExpansionPanel.js → esm2015/lib/PropertyEditorDataSource.js} +1 -2
  21. package/esm2015/lib/{ExpansionPanel.js → PropertyEditorDescriptionObject.js} +1 -2
  22. package/esm2015/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
  23. package/esm2015/lib/PropertyEditorPanel.js +7 -0
  24. package/esm2015/lib/PropertyEditorPanelColumnDefinition.js +55 -0
  25. package/esm2015/lib/PropertyEditorPanelColumnFieldType.js +11 -0
  26. package/esm2015/lib/PropertyEditorPanelColumnType.js +11 -0
  27. package/esm2015/lib/PropertyEditorPanelDataBindingEventArgs.js +22 -0
  28. package/esm2015/lib/PropertyEditorPanelDropDownDataListItem.js +21 -0
  29. package/esm2015/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +22 -0
  30. package/esm2015/lib/PropertyEditorPanelView.js +7 -0
  31. package/esm2015/lib/PropertyEditorPanelView_combined.js +1664 -0
  32. package/esm2015/lib/PropertyEditorPropertyDescription.js +7 -0
  33. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +16 -0
  34. package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +26 -0
  35. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
  36. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +40 -0
  37. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +522 -0
  38. package/esm2015/lib/PropertyEditorTreeTransformer.js +207 -0
  39. package/esm2015/lib/PropertyEditorValueType.js +36 -0
  40. package/esm2015/lib/XExpansionPanel.js +7 -0
  41. package/esm2015/lib/igc-horizontal-property-editor-panel-data-source.js +48 -0
  42. package/esm2015/lib/igc-on-closed-event-args.js +0 -1
  43. package/esm2015/lib/igc-on-collapsed-event-args.js +0 -1
  44. package/esm2015/lib/igc-on-expanded-event-args.js +0 -1
  45. package/esm2015/lib/igc-on-popup-event-args.js +0 -1
  46. package/esm2015/lib/igc-popup-component.js +0 -1
  47. package/esm2015/lib/igc-popup-module.js +0 -1
  48. package/esm2015/lib/igc-property-editor-data-source.js +39 -0
  49. package/esm2015/lib/igc-property-editor-description-object-collection.js +48 -0
  50. package/esm2015/lib/igc-property-editor-description-object.js +70 -0
  51. package/esm2015/lib/igc-property-editor-panel-component.js +446 -0
  52. package/esm2015/lib/igc-property-editor-panel-module.js +19 -0
  53. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +24 -0
  54. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +30 -0
  55. package/esm2015/lib/igc-property-editor-property-description-collection.js +48 -0
  56. package/esm2015/lib/igc-property-editor-property-description-component.js +407 -0
  57. package/esm2015/lib/igc-property-editor-property-description-module.js +16 -0
  58. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +42 -0
  59. package/esm2015/lib/{igc-expansion-panel-component.js → igc-x-expansion-panel-component.js} +16 -17
  60. package/esm2015/lib/{igc-expansion-panel-module.js → igc-x-expansion-panel-module.js} +7 -8
  61. package/esm2015/public_api.js +34 -4
  62. package/esm5/igniteui-webcomponents-layouts.js +0 -1
  63. package/esm5/lib/ExpansionPanelUtilities.js +0 -1
  64. package/esm5/lib/ExpansionPanelView.js +0 -1
  65. package/esm5/lib/ExpansionPanelView_combined.js +128 -129
  66. package/esm5/lib/HorizontalPropertyEditorPanelDataSource.js +26 -0
  67. package/esm5/lib/OnClosedEventArgs.js +0 -1
  68. package/esm5/lib/OnCollapsedEventArgs.js +0 -1
  69. package/esm5/lib/OnExpandedEventArgs.js +0 -1
  70. package/esm5/lib/OnPopupEventArgs.js +0 -1
  71. package/esm5/lib/Popup.js +0 -1
  72. package/esm5/lib/PopupAlignment.js +0 -1
  73. package/esm5/lib/PopupDirection.js +0 -1
  74. package/esm5/lib/PopupView.js +0 -1
  75. package/esm5/lib/PopupView_combined.js +0 -1
  76. package/esm5/lib/PopupVisualModelExport.js +0 -1
  77. package/esm5/lib/Popup_InnerAnimationInfo.js +0 -1
  78. package/esm5/lib/Popup_OuterAnimationInfo.js +0 -1
  79. package/esm5/lib/PropertyEditorDataSource.js +7 -0
  80. package/esm5/lib/PropertyEditorDescriptionObject.js +7 -0
  81. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
  82. package/esm5/lib/PropertyEditorPanel.js +7 -0
  83. package/esm5/lib/PropertyEditorPanelColumnDefinition.js +57 -0
  84. package/esm5/lib/PropertyEditorPanelColumnFieldType.js +11 -0
  85. package/esm5/lib/PropertyEditorPanelColumnType.js +11 -0
  86. package/esm5/lib/PropertyEditorPanelDataBindingEventArgs.js +24 -0
  87. package/esm5/lib/PropertyEditorPanelDropDownDataListItem.js +23 -0
  88. package/esm5/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +24 -0
  89. package/esm5/lib/PropertyEditorPanelView.js +7 -0
  90. package/esm5/lib/PropertyEditorPanelView_combined.js +1814 -0
  91. package/esm5/lib/PropertyEditorPropertyDescription.js +7 -0
  92. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +20 -0
  93. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +32 -0
  94. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
  95. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +54 -0
  96. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +605 -0
  97. package/esm5/lib/PropertyEditorTreeTransformer.js +209 -0
  98. package/esm5/lib/PropertyEditorValueType.js +36 -0
  99. package/esm5/lib/XExpansionPanel.js +7 -0
  100. package/esm5/lib/igc-horizontal-property-editor-panel-data-source.js +53 -0
  101. package/esm5/lib/igc-on-closed-event-args.js +0 -1
  102. package/esm5/lib/igc-on-collapsed-event-args.js +0 -1
  103. package/esm5/lib/igc-on-expanded-event-args.js +0 -1
  104. package/esm5/lib/igc-on-popup-event-args.js +0 -1
  105. package/esm5/lib/igc-popup-component.js +0 -1
  106. package/esm5/lib/igc-popup-module.js +0 -1
  107. package/esm5/lib/igc-property-editor-data-source.js +53 -0
  108. package/esm5/lib/igc-property-editor-description-object-collection.js +53 -0
  109. package/esm5/lib/igc-property-editor-description-object.js +84 -0
  110. package/esm5/lib/igc-property-editor-panel-component.js +546 -0
  111. package/esm5/lib/igc-property-editor-panel-module.js +23 -0
  112. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +30 -0
  113. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +40 -0
  114. package/esm5/lib/igc-property-editor-property-description-collection.js +53 -0
  115. package/esm5/lib/igc-property-editor-property-description-component.js +500 -0
  116. package/esm5/lib/igc-property-editor-property-description-module.js +20 -0
  117. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +60 -0
  118. package/esm5/lib/{igc-expansion-panel-component.js → igc-x-expansion-panel-component.js} +62 -63
  119. package/esm5/lib/igc-x-expansion-panel-module.js +21 -0
  120. package/esm5/public_api.js +34 -4
  121. package/fesm2015/igniteui-webcomponents-layouts.js +4010 -137
  122. package/fesm5/igniteui-webcomponents-layouts.js +4610 -234
  123. package/lib/ExpansionPanelView_combined.d.ts +10 -10
  124. package/lib/HorizontalPropertyEditorPanelDataSource.d.ts +10 -0
  125. package/lib/PropertyEditorDataSource.d.ts +1 -0
  126. package/lib/PropertyEditorDescriptionObject.d.ts +1 -0
  127. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +1 -0
  128. package/lib/PropertyEditorPanel.d.ts +1 -0
  129. package/lib/PropertyEditorPanelColumnDefinition.d.ts +22 -0
  130. package/lib/PropertyEditorPanelColumnFieldType.d.ts +12 -0
  131. package/lib/PropertyEditorPanelColumnType.d.ts +12 -0
  132. package/lib/PropertyEditorPanelDataBindingEventArgs.d.ts +10 -0
  133. package/lib/PropertyEditorPanelDropDownDataListItem.d.ts +9 -0
  134. package/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.d.ts +11 -0
  135. package/lib/PropertyEditorPanelView.d.ts +1 -0
  136. package/lib/PropertyEditorPanelView_combined.d.ts +210 -0
  137. package/lib/PropertyEditorPropertyDescription.d.ts +1 -0
  138. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +7 -0
  139. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +9 -0
  140. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +1 -0
  141. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +13 -0
  142. package/lib/PropertyEditorPropertyDescription_combined.d.ts +98 -0
  143. package/lib/PropertyEditorTreeTransformer.d.ts +17 -0
  144. package/lib/PropertyEditorValueType.d.ts +29 -0
  145. package/lib/XExpansionPanel.d.ts +1 -0
  146. package/lib/igc-horizontal-property-editor-panel-data-source.d.ts +8 -0
  147. package/lib/igc-property-editor-data-source.d.ts +16 -0
  148. package/lib/igc-property-editor-description-object-collection.d.ts +8 -0
  149. package/lib/igc-property-editor-description-object.d.ts +17 -0
  150. package/lib/igc-property-editor-panel-component.d.ts +101 -0
  151. package/lib/igc-property-editor-panel-module.d.ts +3 -0
  152. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +12 -0
  153. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +13 -0
  154. package/lib/igc-property-editor-property-description-collection.d.ts +8 -0
  155. package/lib/igc-property-editor-property-description-component.d.ts +70 -0
  156. package/lib/igc-property-editor-property-description-module.d.ts +3 -0
  157. package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +15 -0
  158. package/lib/{igc-expansion-panel-component.d.ts → igc-x-expansion-panel-component.d.ts} +7 -7
  159. package/lib/igc-x-expansion-panel-module.d.ts +3 -0
  160. package/package.json +4 -4
  161. package/public_api.d.ts +34 -3
  162. package/bundles/igniteui-webcomponents-layouts.umd.js.map +0 -1
  163. package/bundles/igniteui-webcomponents-layouts.umd.min.js.map +0 -1
  164. package/esm2015/igniteui-webcomponents-layouts.js.map +0 -1
  165. package/esm2015/lib/ExpansionPanel.js.map +0 -1
  166. package/esm2015/lib/ExpansionPanelUtilities.js.map +0 -1
  167. package/esm2015/lib/ExpansionPanelView.js.map +0 -1
  168. package/esm2015/lib/ExpansionPanelView_combined.js.map +0 -1
  169. package/esm2015/lib/OnClosedEventArgs.js.map +0 -1
  170. package/esm2015/lib/OnCollapsedEventArgs.js.map +0 -1
  171. package/esm2015/lib/OnExpandedEventArgs.js.map +0 -1
  172. package/esm2015/lib/OnPopupEventArgs.js.map +0 -1
  173. package/esm2015/lib/Popup.js.map +0 -1
  174. package/esm2015/lib/PopupAlignment.js.map +0 -1
  175. package/esm2015/lib/PopupDirection.js.map +0 -1
  176. package/esm2015/lib/PopupView.js.map +0 -1
  177. package/esm2015/lib/PopupView_combined.js.map +0 -1
  178. package/esm2015/lib/PopupVisualModelExport.js.map +0 -1
  179. package/esm2015/lib/Popup_InnerAnimationInfo.js.map +0 -1
  180. package/esm2015/lib/Popup_OuterAnimationInfo.js.map +0 -1
  181. package/esm2015/lib/igc-expansion-panel-component.js.map +0 -1
  182. package/esm2015/lib/igc-expansion-panel-module.js.map +0 -1
  183. package/esm2015/lib/igc-on-closed-event-args.js.map +0 -1
  184. package/esm2015/lib/igc-on-collapsed-event-args.js.map +0 -1
  185. package/esm2015/lib/igc-on-expanded-event-args.js.map +0 -1
  186. package/esm2015/lib/igc-on-popup-event-args.js.map +0 -1
  187. package/esm2015/lib/igc-popup-component.js.map +0 -1
  188. package/esm2015/lib/igc-popup-module.js.map +0 -1
  189. package/esm2015/public_api.js.map +0 -1
  190. package/esm5/igniteui-webcomponents-layouts.js.map +0 -1
  191. package/esm5/lib/ExpansionPanel.js.map +0 -1
  192. package/esm5/lib/ExpansionPanelUtilities.js.map +0 -1
  193. package/esm5/lib/ExpansionPanelView.js.map +0 -1
  194. package/esm5/lib/ExpansionPanelView_combined.js.map +0 -1
  195. package/esm5/lib/OnClosedEventArgs.js.map +0 -1
  196. package/esm5/lib/OnCollapsedEventArgs.js.map +0 -1
  197. package/esm5/lib/OnExpandedEventArgs.js.map +0 -1
  198. package/esm5/lib/OnPopupEventArgs.js.map +0 -1
  199. package/esm5/lib/Popup.js.map +0 -1
  200. package/esm5/lib/PopupAlignment.js.map +0 -1
  201. package/esm5/lib/PopupDirection.js.map +0 -1
  202. package/esm5/lib/PopupView.js.map +0 -1
  203. package/esm5/lib/PopupView_combined.js.map +0 -1
  204. package/esm5/lib/PopupVisualModelExport.js.map +0 -1
  205. package/esm5/lib/Popup_InnerAnimationInfo.js.map +0 -1
  206. package/esm5/lib/Popup_OuterAnimationInfo.js.map +0 -1
  207. package/esm5/lib/igc-expansion-panel-component.js.map +0 -1
  208. package/esm5/lib/igc-expansion-panel-module.js +0 -22
  209. package/esm5/lib/igc-expansion-panel-module.js.map +0 -1
  210. package/esm5/lib/igc-on-closed-event-args.js.map +0 -1
  211. package/esm5/lib/igc-on-collapsed-event-args.js.map +0 -1
  212. package/esm5/lib/igc-on-expanded-event-args.js.map +0 -1
  213. package/esm5/lib/igc-on-popup-event-args.js.map +0 -1
  214. package/esm5/lib/igc-popup-component.js.map +0 -1
  215. package/esm5/lib/igc-popup-module.js.map +0 -1
  216. package/esm5/public_api.js.map +0 -1
  217. package/fesm2015/igniteui-webcomponents-layouts.js.map +0 -1
  218. package/fesm5/igniteui-webcomponents-layouts.js.map +0 -1
  219. package/lib/ExpansionPanel.d.ts +0 -1
  220. package/lib/igc-expansion-panel-module.d.ts +0 -3
@@ -0,0 +1,7 @@
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";
@@ -0,0 +1,16 @@
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 { EventArgs, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let PropertyEditorPropertyDescriptionButtonClickEventArgs = /*@__PURE__*/ (() => {
12
+ class PropertyEditorPropertyDescriptionButtonClickEventArgs extends EventArgs {
13
+ }
14
+ PropertyEditorPropertyDescriptionButtonClickEventArgs.$t = /*@__PURE__*/ markType(PropertyEditorPropertyDescriptionButtonClickEventArgs, 'PropertyEditorPropertyDescriptionButtonClickEventArgs', EventArgs.$);
15
+ return PropertyEditorPropertyDescriptionButtonClickEventArgs;
16
+ })();
@@ -0,0 +1,26 @@
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 { EventArgs, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let PropertyEditorPropertyDescriptionChangedEventArgs = /*@__PURE__*/ (() => {
12
+ class PropertyEditorPropertyDescriptionChangedEventArgs extends EventArgs {
13
+ constructor() {
14
+ super(...arguments);
15
+ this._newValue = null;
16
+ }
17
+ get newValue() {
18
+ return this._newValue;
19
+ }
20
+ set newValue(a) {
21
+ this._newValue = a;
22
+ }
23
+ }
24
+ PropertyEditorPropertyDescriptionChangedEventArgs.$t = /*@__PURE__*/ markType(PropertyEditorPropertyDescriptionChangedEventArgs, 'PropertyEditorPropertyDescriptionChangedEventArgs', EventArgs.$);
25
+ return PropertyEditorPropertyDescriptionChangedEventArgs;
26
+ })();
@@ -0,0 +1,7 @@
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";
@@ -0,0 +1,40 @@
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 { EventArgs, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs = /*@__PURE__*/ (() => {
12
+ class PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs extends EventArgs {
13
+ constructor() {
14
+ super(...arguments);
15
+ this._target = null;
16
+ this._value = null;
17
+ this._propertyPath = null;
18
+ }
19
+ get target() {
20
+ return this._target;
21
+ }
22
+ set target(a) {
23
+ this._target = a;
24
+ }
25
+ get value() {
26
+ return this._value;
27
+ }
28
+ set value(a) {
29
+ this._value = a;
30
+ }
31
+ get propertyPath() {
32
+ return this._propertyPath;
33
+ }
34
+ set propertyPath(a) {
35
+ this._propertyPath = a;
36
+ }
37
+ }
38
+ PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.$t = /*@__PURE__*/ markType(PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs, 'PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs', EventArgs.$);
39
+ return PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs;
40
+ })();
@@ -0,0 +1,522 @@
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 { Base, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, markType, String_$type, typeCast } from "igniteui-webcomponents-core";
8
+ import { PropertyEditorValueType_$type } from "./PropertyEditorValueType";
9
+ import { PropertyEditorPropertyDescriptionButtonClickEventArgs } from "./PropertyEditorPropertyDescriptionButtonClickEventArgs";
10
+ import { PropertyEditorPropertyDescriptionChangedEventArgs } from "./PropertyEditorPropertyDescriptionChangedEventArgs";
11
+ import { PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs } from "./PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs";
12
+ import { ObservableCollection$1 } from "igniteui-webcomponents-core";
13
+ import { List$1 } from "igniteui-webcomponents-core";
14
+ import { stringEndsWith, stringContains, stringReplace } from "igniteui-webcomponents-core";
15
+ import { stringSplit } from "igniteui-webcomponents-core";
16
+ /**
17
+ * @hidden
18
+ */
19
+ export let PropertyEditorPropertyDescription = /*@__PURE__*/ (() => {
20
+ class PropertyEditorPropertyDescription extends Base {
21
+ constructor() {
22
+ super(...arguments);
23
+ this.ah = null;
24
+ this.af = null;
25
+ this.m = 0;
26
+ this.ag = null;
27
+ this.o = false;
28
+ this.ae = null;
29
+ this.a = null;
30
+ this.b = null;
31
+ this.ab = null;
32
+ this.u = NaN;
33
+ this.r = NaN;
34
+ this.s = NaN;
35
+ this.t = NaN;
36
+ this.v = NaN;
37
+ this.f = null;
38
+ this.h = null;
39
+ this.e = null;
40
+ this.propertyChanged = null;
41
+ this.buttonClicked = null;
42
+ this.changed = null;
43
+ this.targetPropertyUpdating = null;
44
+ }
45
+ get al() {
46
+ return this.ah;
47
+ }
48
+ set al(a) {
49
+ let b = this.ah;
50
+ this.ah = a;
51
+ if (this.ah != b) {
52
+ this.ao("PropertyPath", b, a);
53
+ }
54
+ }
55
+ get aj() {
56
+ return this.af;
57
+ }
58
+ set aj(a) {
59
+ let b = this.af;
60
+ this.af = a;
61
+ if (this.af != b) {
62
+ this.ao("Label", b, a);
63
+ }
64
+ }
65
+ get n() {
66
+ return this.m;
67
+ }
68
+ set n(a) {
69
+ let b = this.m;
70
+ this.m = a;
71
+ if (this.m != b) {
72
+ this.ao("ValueType", enumGetBox(PropertyEditorValueType_$type, b), enumGetBox(PropertyEditorValueType_$type, a));
73
+ }
74
+ }
75
+ get ak() {
76
+ return this.ag;
77
+ }
78
+ set ak(a) {
79
+ let b = this.ag;
80
+ this.ag = a;
81
+ if (this.ag != b) {
82
+ this.ao("PropertyDescriptionType", b, a);
83
+ }
84
+ }
85
+ get q() {
86
+ return this.o;
87
+ }
88
+ set q(a) {
89
+ let b = this.o;
90
+ this.o = a;
91
+ if (this.o != b) {
92
+ this.ao("ShouldOverrideDefaultEditor", b, a);
93
+ }
94
+ }
95
+ get ai() {
96
+ return this.ae;
97
+ }
98
+ set ai(a) {
99
+ let b = this.ae;
100
+ this.ae = a;
101
+ if (this.ae != b) {
102
+ this.ao("ElementDescriptionType", b, a);
103
+ }
104
+ }
105
+ get c() {
106
+ return this.a;
107
+ }
108
+ set c(a) {
109
+ let b = this.a;
110
+ this.a = a;
111
+ if (this.a != b) {
112
+ this.ao("DropDownNames", b, a);
113
+ }
114
+ }
115
+ get d() {
116
+ return this.b;
117
+ }
118
+ set d(a) {
119
+ let b = this.b;
120
+ this.b = a;
121
+ if (this.b != b) {
122
+ this.ao("DropDownValues", b, a);
123
+ }
124
+ }
125
+ get ad() {
126
+ return this.ab;
127
+ }
128
+ set ad(a) {
129
+ let b = this.ab;
130
+ this.ab = a;
131
+ if (this.ab != b) {
132
+ this.ao("PrimitiveValue", b, a);
133
+ }
134
+ }
135
+ get z() {
136
+ return this.u;
137
+ }
138
+ set z(a) {
139
+ let b = this.u;
140
+ this.u = a;
141
+ if (this.u != b) {
142
+ this.ao("Min", b, a);
143
+ }
144
+ }
145
+ get w() {
146
+ return this.r;
147
+ }
148
+ set w(a) {
149
+ let b = this.r;
150
+ this.r = a;
151
+ if (this.r != b) {
152
+ this.ao("EditorWidth", b, a);
153
+ }
154
+ }
155
+ get x() {
156
+ return this.s;
157
+ }
158
+ set x(a) {
159
+ let b = this.s;
160
+ this.s = a;
161
+ if (this.s != b) {
162
+ this.ao("LabelWidth", b, a);
163
+ }
164
+ }
165
+ get y() {
166
+ return this.t;
167
+ }
168
+ set y(a) {
169
+ let b = this.t;
170
+ this.t = a;
171
+ if (this.t != b) {
172
+ this.ao("Max", b, a);
173
+ }
174
+ }
175
+ get aa() {
176
+ return this.v;
177
+ }
178
+ set aa(a) {
179
+ let b = this.v;
180
+ this.v = a;
181
+ if (this.v != b) {
182
+ this.ao("Step", b, a);
183
+ }
184
+ }
185
+ get g() {
186
+ return this.f;
187
+ }
188
+ set g(a) {
189
+ let b = this.f;
190
+ this.f = a;
191
+ if (this.f != b) {
192
+ this.ao("ComplexValue", b, a);
193
+ }
194
+ }
195
+ get i() {
196
+ return this.h;
197
+ }
198
+ set i(a) {
199
+ let b = this.h;
200
+ this.h = a;
201
+ if (this.h != b) {
202
+ this.ao("ComplexValues", b, a);
203
+ }
204
+ }
205
+ ao(a, b, c) {
206
+ if (this.propertyChanged != null) {
207
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
208
+ }
209
+ }
210
+ p(a) {
211
+ let b = false;
212
+ if (a == null) {
213
+ return false;
214
+ }
215
+ if (a.c != null && (this.c == null || !this.q)) {
216
+ this.c = a.c;
217
+ }
218
+ if (a.d != null && (this.d == null || !this.q)) {
219
+ this.d = a.d;
220
+ }
221
+ if (a.ai != null && (this.ai == null || !this.q)) {
222
+ this.ai = a.ai;
223
+ }
224
+ if (a.ak != null && (this.ak == null || !this.q)) {
225
+ this.ak = a.ak;
226
+ }
227
+ if (a.n != 0 && (this.n == 0 || !this.q)) {
228
+ this.n = a.n;
229
+ b = true;
230
+ }
231
+ return true;
232
+ }
233
+ ac(a, b) {
234
+ if (b) {
235
+ return this.e;
236
+ }
237
+ if (this.e != null) {
238
+ return this.e.d(a, false);
239
+ }
240
+ return null;
241
+ }
242
+ an() {
243
+ if (this.buttonClicked != null) {
244
+ this.buttonClicked(this, new PropertyEditorPropertyDescriptionButtonClickEventArgs());
245
+ }
246
+ }
247
+ am() {
248
+ if (this.changed != null) {
249
+ this.changed(this, ((() => {
250
+ let $ret = new PropertyEditorPropertyDescriptionChangedEventArgs();
251
+ $ret.newValue = this.ad;
252
+ return $ret;
253
+ })()));
254
+ }
255
+ }
256
+ ap(a, b, c) {
257
+ if (this.targetPropertyUpdating != null) {
258
+ this.targetPropertyUpdating(this, ((() => {
259
+ let $ret = new PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs();
260
+ $ret.propertyPath = a;
261
+ $ret.target = b;
262
+ $ret.value = c;
263
+ return $ret;
264
+ })()));
265
+ }
266
+ }
267
+ }
268
+ PropertyEditorPropertyDescription.$t = /*@__PURE__*/ markType(PropertyEditorPropertyDescription, 'PropertyEditorPropertyDescription', Base.$, [INotifyPropertyChanged_$type]);
269
+ return PropertyEditorPropertyDescription;
270
+ })();
271
+ /**
272
+ * @hidden
273
+ */
274
+ export let PropertyEditorPropertyDescriptionCollection = /*@__PURE__*/ (() => {
275
+ class PropertyEditorPropertyDescriptionCollection extends ObservableCollection$1 {
276
+ constructor() {
277
+ super(PropertyEditorPropertyDescription.$, 0);
278
+ }
279
+ }
280
+ PropertyEditorPropertyDescriptionCollection.$t = /*@__PURE__*/ markType(PropertyEditorPropertyDescriptionCollection, 'PropertyEditorPropertyDescriptionCollection', /*@__PURE__*/ ObservableCollection$1.$.specialize(PropertyEditorPropertyDescription.$));
281
+ return PropertyEditorPropertyDescriptionCollection;
282
+ })();
283
+ /**
284
+ * @hidden
285
+ */
286
+ export let PropertyEditorDataSource = /*@__PURE__*/ (() => {
287
+ class PropertyEditorDataSource extends Base {
288
+ constructor() {
289
+ super(...arguments);
290
+ this.i = null;
291
+ this.a = null;
292
+ this.f = null;
293
+ this.propertyChanged = null;
294
+ }
295
+ get l() {
296
+ return this.i;
297
+ }
298
+ set l(a) {
299
+ let b = this.i;
300
+ this.i = a;
301
+ this.n("DescriptionType", b, this.i);
302
+ }
303
+ get b() {
304
+ return this.a;
305
+ }
306
+ set b(a) {
307
+ let b = this.a;
308
+ this.a = a;
309
+ this.n("Context", b, this.a);
310
+ }
311
+ get g() {
312
+ return this.f;
313
+ }
314
+ set g(a) {
315
+ let b = this.f;
316
+ this.f = a;
317
+ this.n("Data", b, this.f);
318
+ }
319
+ n(a, b, c) {
320
+ if (this.propertyChanged != null) {
321
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
322
+ }
323
+ this.o(a, b, c);
324
+ }
325
+ o(a, b, c) {
326
+ switch (a) {
327
+ case "DescriptionType":
328
+ this.p();
329
+ break;
330
+ case "Context":
331
+ this.p();
332
+ break;
333
+ }
334
+ }
335
+ e(a) {
336
+ let b = new PropertyEditorPropertyDescription();
337
+ b.al = a.propertyName;
338
+ b.n = this.h(a);
339
+ b.ak = a.specificExternalType != null ? a.specificExternalType : a.specificType;
340
+ if (a.knownType == 9) {
341
+ b.ai = a.collectionElementType;
342
+ b.e = ((() => {
343
+ let $ret = new PropertyEditorDataSource();
344
+ $ret.b = this.a;
345
+ $ret.l = b.ai;
346
+ return $ret;
347
+ })());
348
+ }
349
+ if (b.n == 8) {
350
+ b.e = ((() => {
351
+ let $ret = new PropertyEditorDataSource();
352
+ $ret.b = this.a;
353
+ $ret.l = b.ak;
354
+ return $ret;
355
+ })());
356
+ }
357
+ if (b.n == 15) {
358
+ b.c = this.a.c(this.l, b.al);
359
+ b.d = b.d;
360
+ }
361
+ return b;
362
+ }
363
+ h(a) {
364
+ switch (a.knownType) {
365
+ case 10: return 10;
366
+ case 7: return 7;
367
+ case 4: return 4;
368
+ case 6: return 6;
369
+ case 9: return 9;
370
+ case 5: return 5;
371
+ case 16: return 14;
372
+ case 20: return 18;
373
+ case 15: return 0;
374
+ case 3: return 3;
375
+ case 19: return 17;
376
+ case 8:
377
+ if (a.specificExternalType == "string") {
378
+ return 15;
379
+ }
380
+ return 8;
381
+ case 13: return 0;
382
+ case 18: return 0;
383
+ case 1: return 1;
384
+ case 11: return 11;
385
+ case 14: return 13;
386
+ case 12: return 12;
387
+ case 2: return 2;
388
+ case 21: return 19;
389
+ case 17: return 0;
390
+ case 0: return 0;
391
+ }
392
+ return 0;
393
+ }
394
+ p() {
395
+ let a = new PropertyEditorPropertyDescriptionCollection();
396
+ if (this.l != null && this.b != null) {
397
+ let b = this.b.b(this.l);
398
+ if (b == null) {
399
+ return;
400
+ }
401
+ for (let c = 0; c < b.length; c++) {
402
+ if (stringEndsWith(b[c], "@names")) {
403
+ continue;
404
+ }
405
+ if (stringEndsWith(b[c], "@nameBinding")) {
406
+ continue;
407
+ }
408
+ let d = this.b.getMetadata(this.l, b[c]);
409
+ let e = this.e(d);
410
+ if (e.n == 0) {
411
+ continue;
412
+ }
413
+ a.add(e);
414
+ }
415
+ }
416
+ this.g = a;
417
+ }
418
+ d(a, b) {
419
+ if (a == null) {
420
+ return null;
421
+ }
422
+ let c = stringSplit(a, ['.', '['], 0);
423
+ let d = new List$1(String_$type, 1, c);
424
+ let e = null;
425
+ let f = null;
426
+ let g = null;
427
+ while (d.count > 0) {
428
+ let h = d._inner[0];
429
+ d.removeAt(0);
430
+ let i = false;
431
+ if (stringContains(h, "]")) {
432
+ h = stringReplace(h, "]", "");
433
+ i = true;
434
+ let j = h.split(',');
435
+ h = j[0].trim();
436
+ if (stringContains(h, "as")) {
437
+ let k = h.indexOf("as");
438
+ g = h.substr(0, k).trim();
439
+ f = h.substr(k + 2).trim();
440
+ }
441
+ if (f != null && f != this.l) {
442
+ let l = this.c();
443
+ l.l = f;
444
+ e = l;
445
+ continue;
446
+ }
447
+ }
448
+ if (b) {
449
+ i = true;
450
+ }
451
+ if (e != null && typeCast(PropertyEditorPropertyDescription.$, e) !== null) {
452
+ let m = e.ac(h, i);
453
+ if (m == null) {
454
+ return null;
455
+ }
456
+ e = m;
457
+ }
458
+ else {
459
+ if (e != null) {
460
+ let n = e;
461
+ let o = n.d(h, i);
462
+ if (o == null) {
463
+ return null;
464
+ }
465
+ e = o;
466
+ }
467
+ else {
468
+ if (this.g == null) {
469
+ return null;
470
+ }
471
+ for (let p = 0; p < this.g.count; p++) {
472
+ if (Base.equalsStatic(this.g._inner[p].al, h)) {
473
+ e = this.g._inner[p];
474
+ break;
475
+ }
476
+ }
477
+ if (e == null) {
478
+ return null;
479
+ }
480
+ }
481
+ }
482
+ }
483
+ return typeCast(PropertyEditorPropertyDescription.$, e);
484
+ }
485
+ c() {
486
+ return ((() => {
487
+ let $ret = new PropertyEditorDataSource();
488
+ $ret.b = this.b;
489
+ $ret.l = this.l;
490
+ return $ret;
491
+ })());
492
+ }
493
+ }
494
+ PropertyEditorDataSource.$t = /*@__PURE__*/ markType(PropertyEditorDataSource, 'PropertyEditorDataSource', Base.$, [INotifyPropertyChanged_$type]);
495
+ return PropertyEditorDataSource;
496
+ })();
497
+ /**
498
+ * @hidden
499
+ */
500
+ export let PropertyEditorDescriptionObject = /*@__PURE__*/ (() => {
501
+ class PropertyEditorDescriptionObject extends Base {
502
+ constructor() {
503
+ super(...arguments);
504
+ this.b = null;
505
+ this.a = null;
506
+ }
507
+ }
508
+ PropertyEditorDescriptionObject.$t = /*@__PURE__*/ markType(PropertyEditorDescriptionObject, 'PropertyEditorDescriptionObject');
509
+ return PropertyEditorDescriptionObject;
510
+ })();
511
+ /**
512
+ * @hidden
513
+ */
514
+ export let PropertyEditorDescriptionObjectCollection = /*@__PURE__*/ (() => {
515
+ class PropertyEditorDescriptionObjectCollection extends ObservableCollection$1 {
516
+ constructor() {
517
+ super(PropertyEditorDescriptionObject.$, 0);
518
+ }
519
+ }
520
+ PropertyEditorDescriptionObjectCollection.$t = /*@__PURE__*/ markType(PropertyEditorDescriptionObjectCollection, 'PropertyEditorDescriptionObjectCollection', /*@__PURE__*/ ObservableCollection$1.$.specialize(PropertyEditorDescriptionObject.$));
521
+ return PropertyEditorDescriptionObjectCollection;
522
+ })();