igniteui-webcomponents-layouts 1.4.1 → 3.2.1

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 +4646 -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 +1667 -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 +1817 -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 +4013 -137
  122. package/fesm5/igniteui-webcomponents-layouts.js +4613 -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 +211 -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
@@ -25,83 +25,83 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
25
25
  class ExpansionPanelView extends Base {
26
26
  constructor() {
27
27
  super(...arguments);
28
- this.i = null;
29
- this.p = null;
28
+ this.j = null;
29
+ this.q = null;
30
30
  this.g = null;
31
31
  this.f = null;
32
+ this.p = null;
33
+ this.l = null;
32
34
  this.o = null;
33
- this.k = null;
34
35
  this.n = null;
35
36
  this.m = null;
36
- this.l = null;
37
37
  }
38
- get q() {
39
- return this.p;
38
+ get r() {
39
+ return this.q;
40
40
  }
41
41
  get h() {
42
42
  return this.g;
43
43
  }
44
- get j() {
45
- return this.i;
44
+ get k() {
45
+ return this.j;
46
46
  }
47
47
  ab() {
48
- this.q.setStyleProperty("display", "flex");
49
- this.q.setStyleProperty("flexDirection", "column");
50
- this.q.setStyleProperty("flexWrap", "no-wrap");
51
- this.q.setStyleProperty("alignItems", "left");
48
+ this.r.setStyleProperty("display", "flex");
49
+ this.r.setStyleProperty("flexDirection", "column");
50
+ this.r.setStyleProperty("flexWrap", "no-wrap");
51
+ this.r.setStyleProperty("alignItems", "left");
52
52
  }
53
53
  aj() {
54
54
  let a = this.h;
55
55
  let b = ElevationHelper.e(a.q, a.bn, a.bm, a.bi);
56
- this.q.setStyleProperty("box-shadow", b);
56
+ this.r.setStyleProperty("box-shadow", b);
57
57
  }
58
58
  ak() {
59
- if (null == this.q) {
59
+ if (null == this.r) {
60
60
  return;
61
61
  }
62
62
  this.aj();
63
63
  this.ah();
64
64
  this.ai();
65
65
  this.ag();
66
- if (null != this.o) {
67
- NativeUI.k(this.o, this.h.bl);
66
+ if (null != this.p) {
67
+ NativeUI.k(this.p, this.h.bl);
68
68
  }
69
- if (null != this.k) {
70
- NativeUI.o(this.k, this.h.bj);
69
+ if (null != this.l) {
70
+ NativeUI.o(this.l, this.h.bj);
71
71
  }
72
- if (null != this.n) {
73
- NativeUI.o(this.n, this.h.bk);
72
+ if (null != this.o) {
73
+ NativeUI.o(this.o, this.h.bk);
74
74
  }
75
75
  }
76
76
  a(a) {
77
- return new AnimationKeyFrameEffect(0, this.k, 0, null, a);
77
+ return new AnimationKeyFrameEffect(0, this.l, 0, null, a);
78
78
  }
79
79
  b(a) {
80
- return new AnimationKeyFrameEffect(0, this.n, 0, null, a);
80
+ return new AnimationKeyFrameEffect(0, this.o, 0, null, a);
81
81
  }
82
82
  c(a) {
83
- return new AnimationKeyFrameEffect(0, this.o, 0, null, a);
83
+ return new AnimationKeyFrameEffect(0, this.p, 0, null, a);
84
84
  }
85
85
  d(a) {
86
- return new AnimationKeyFrameEffect(0, this.l, 0, null, a);
86
+ return new AnimationKeyFrameEffect(0, this.m, 0, null, a);
87
87
  }
88
88
  e(a) {
89
- return new AnimationKeyFrameEffect(0, this.m, 0, null, a);
89
+ return new AnimationKeyFrameEffect(0, this.n, 0, null, a);
90
90
  }
91
91
  u() {
92
92
  if (KeyFrameAnimationFactory.h == null) {
93
- KeyFrameAnimationFactory.h = this.j;
93
+ KeyFrameAnimationFactory.h = this.k;
94
94
  }
95
95
  }
96
- r() {
97
- return this.l.outerHeight();
96
+ i() {
97
+ return this.m.outerHeight();
98
98
  }
99
99
  ac(a) {
100
100
  if (a == null) {
101
- this.i = null;
101
+ this.j = null;
102
102
  return;
103
103
  }
104
- this.i = a;
104
+ this.j = a;
105
105
  let b = a.rootWrapper;
106
106
  this.y(b);
107
107
  }
@@ -118,19 +118,19 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
118
118
  }
119
119
  }
120
120
  ah() {
121
- if (null != this.k) {
121
+ if (null != this.l) {
122
122
  let a = this.h.ab;
123
- this.k.setRawText(a);
123
+ this.l.setRawText(a);
124
124
  }
125
125
  }
126
126
  ai() {
127
- if (null != this.n) {
127
+ if (null != this.o) {
128
128
  let a = this.h.ah;
129
- this.n.setRawText(a);
129
+ this.o.setRawText(a);
130
130
  }
131
131
  }
132
132
  y(a) {
133
- this.p = a;
133
+ this.q = a;
134
134
  this.ab();
135
135
  }
136
136
  z(a) {
@@ -139,42 +139,42 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
139
139
  aa() {
140
140
  }
141
141
  af(a) {
142
- let b = this.j;
143
- this.o = a;
142
+ let b = this.k;
143
+ this.p = a;
144
144
  let c = b.createElement("div");
145
- this.o.append(c);
145
+ this.p.append(c);
146
146
  this.v(c);
147
147
  let d = b.createElement("div");
148
148
  d.setStyleProperty("display", "flex");
149
149
  d.setStyleProperty("flex-direction", "column");
150
150
  d.setStyleProperty("justify-content", "space-evenly");
151
151
  d.setStyleProperty("align-items", "flex-start");
152
- this.o.append(d);
152
+ this.p.append(d);
153
153
  let e = b.createElement("div");
154
154
  d.append(e);
155
- this.k = b.createElement("label");
156
- e.append(this.k);
155
+ this.l = b.createElement("label");
156
+ e.append(this.l);
157
157
  let f = b.createElement("div");
158
158
  d.append(f);
159
- this.n = b.createElement("label");
160
- f.append(this.n);
161
- this.o.setAttribute("tabindex", "0");
162
- this.o.setStyleProperty("display", "flex");
163
- this.o.setStyleProperty("flex-direction", "row");
159
+ this.o = b.createElement("label");
160
+ f.append(this.o);
161
+ this.p.setAttribute("tabindex", "0");
162
+ this.p.setStyleProperty("display", "flex");
163
+ this.p.setStyleProperty("flex-direction", "row");
164
164
  c.setStyleProperty("display", "flex");
165
165
  c.setStyleProperty("justify-content", "center");
166
166
  c.setStyleProperty("flex-direction", "column");
167
167
  c.setStyleProperty("margin", "0px 10px 0px 10px");
168
168
  c.setStyleProperty("flex", "none | 0 | content");
169
169
  this.ak();
170
- this.o.listen("click", runOn(this, this.w));
171
- this.o.listen("keydown", runOn(this, this.x));
170
+ this.p.listen("click", runOn(this, this.w));
171
+ this.p.listen("keydown", runOn(this, this.x));
172
172
  }
173
173
  v(a) {
174
174
  if (this.f != null) {
175
175
  return;
176
176
  }
177
- this.i.getPortal(a, "XIcon", (b) => {
177
+ this.j.getPortal(a, "XIcon", (b) => {
178
178
  let c = b.componentRef;
179
179
  this.f = (c.i);
180
180
  this.f.fill = ExpansionPanelView.al;
@@ -182,14 +182,14 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
182
182
  }, false);
183
183
  }
184
184
  ae(a) {
185
- let b = this.j;
186
- this.m = a;
187
- this.m.setAttribute("tabindex", "1");
188
- this.m.setStyleProperty("overflow", "hidden");
185
+ let b = this.k;
186
+ this.n = a;
187
+ this.n.setAttribute("tabindex", "1");
188
+ this.n.setStyleProperty("overflow", "hidden");
189
189
  }
190
190
  ad(a) {
191
- let b = this.j;
192
- this.l = a;
191
+ let b = this.k;
192
+ this.m = a;
193
193
  }
194
194
  w(a) {
195
195
  let b = a.originalEvent;
@@ -197,7 +197,7 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
197
197
  this.h.a2();
198
198
  }
199
199
  x(a) {
200
- let b = BaseDOMEventProxy.cv(a);
200
+ let b = BaseDOMEventProxy.c0(a);
201
201
  let c = ExpansionPanelUtilities.c(a);
202
202
  switch (b) {
203
203
  case 9:
@@ -229,8 +229,8 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
229
229
  /**
230
230
  * @hidden
231
231
  */
232
- export let ExpansionPanel = /*@__PURE__*/ (() => {
233
- class ExpansionPanel extends Base {
232
+ export let XExpansionPanel = /*@__PURE__*/ (() => {
233
+ class XExpansionPanel extends Base {
234
234
  constructor() {
235
235
  super();
236
236
  this.c = null;
@@ -240,24 +240,24 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
240
240
  this.g = null;
241
241
  this.aa = "Caption";
242
242
  this.bb = null;
243
- this.a4 = ExpansionPanel.bs;
243
+ this.a4 = XExpansionPanel.bs;
244
244
  this.a9 = null;
245
245
  this.ba = null;
246
246
  this.ag = stringEmpty();
247
247
  this.be = null;
248
- this.a5 = ExpansionPanel.bt;
248
+ this.a5 = XExpansionPanel.bt;
249
249
  this.bc = null;
250
250
  this.bd = null;
251
251
  this.p = -1;
252
- this.o = ExpansionPanel.r;
252
+ this.o = XExpansionPanel.r;
253
253
  this.m = true;
254
254
  this.bf = null;
255
- this.a6 = ExpansionPanel.bu;
255
+ this.a6 = XExpansionPanel.bu;
256
256
  this.bg = null;
257
257
  this.bh = null;
258
- this.a8 = ExpansionPanel.bw;
259
- this.a7 = ExpansionPanel.bv;
260
- this.a3 = ExpansionPanel.br;
258
+ this.a8 = XExpansionPanel.bw;
259
+ this.a7 = XExpansionPanel.bv;
260
+ this.a3 = XExpansionPanel.br;
261
261
  let a = this.f();
262
262
  this.g = a;
263
263
  a.z(this);
@@ -529,7 +529,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
529
529
  }
530
530
  break;
531
531
  case "Elevation":
532
- this.q = this.s == -1 ? ExpansionPanel.r : this.s;
532
+ this.q = this.s == -1 ? XExpansionPanel.r : this.s;
533
533
  break;
534
534
  case "ActualElevation":
535
535
  case "ActualHeaderBackgroundColor":
@@ -578,7 +578,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
578
578
  return KeyFrameAnimationFactory.f.c(e);
579
579
  }
580
580
  k(a) {
581
- let b = this.g.r();
581
+ let b = this.g.i();
582
582
  if (b <= 0) {
583
583
  b = 500;
584
584
  }
@@ -599,7 +599,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
599
599
  return KeyFrameAnimationFactory.f.c(j);
600
600
  }
601
601
  l(a) {
602
- let b = this.g.r();
602
+ let b = this.g.i();
603
603
  if (b <= 0) {
604
604
  b = 500;
605
605
  }
@@ -639,7 +639,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
639
639
  b = c;
640
640
  }
641
641
  else {
642
- b = null != this.bq ? this.bq : ExpansionPanel.bs;
642
+ b = null != this.bq ? this.bq : XExpansionPanel.bs;
643
643
  }
644
644
  return b;
645
645
  }
@@ -654,7 +654,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
654
654
  b = c;
655
655
  }
656
656
  else {
657
- b = null != this.bz ? this.bz : ExpansionPanel.bt;
657
+ b = null != this.bz ? this.bz : XExpansionPanel.bt;
658
658
  }
659
659
  return b;
660
660
  }
@@ -669,7 +669,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
669
669
  b = c;
670
670
  }
671
671
  else {
672
- b = null != this.b6 ? this.b6 : ExpansionPanel.bu;
672
+ b = null != this.b6 ? this.b6 : XExpansionPanel.bu;
673
673
  }
674
674
  return b;
675
675
  }
@@ -700,14 +700,13 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
700
700
  this.n = !this.n;
701
701
  }
702
702
  }
703
- ExpansionPanel.$t = /*@__PURE__*/ markType(ExpansionPanel, 'ExpansionPanel', Base.$, [INotifyPropertyChanged_$type]);
704
- ExpansionPanel.bs = /*@__PURE__*/ BrushUtil.g(188, 0, 0, 0);
705
- ExpansionPanel.bt = /*@__PURE__*/ BrushUtil.g(188, 0, 0, 0);
706
- ExpansionPanel.r = 2;
707
- ExpansionPanel.bu = /*@__PURE__*/ BrushUtil.g(255, 245, 245, 245);
708
- ExpansionPanel.bw = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
709
- ExpansionPanel.bv = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
710
- ExpansionPanel.br = /*@__PURE__*/ BrushUtil.g(20, 0, 0, 0);
711
- return ExpansionPanel;
703
+ XExpansionPanel.$t = /*@__PURE__*/ markType(XExpansionPanel, 'XExpansionPanel', Base.$, [INotifyPropertyChanged_$type]);
704
+ XExpansionPanel.bs = /*@__PURE__*/ BrushUtil.g(188, 0, 0, 0);
705
+ XExpansionPanel.bt = /*@__PURE__*/ BrushUtil.g(188, 0, 0, 0);
706
+ XExpansionPanel.r = 2;
707
+ XExpansionPanel.bu = /*@__PURE__*/ BrushUtil.g(255, 245, 245, 245);
708
+ XExpansionPanel.bw = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
709
+ XExpansionPanel.bv = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
710
+ XExpansionPanel.br = /*@__PURE__*/ BrushUtil.g(20, 0, 0, 0);
711
+ return XExpansionPanel;
712
712
  })();
713
- //# sourceMappingURL=ExpansionPanelView_combined.js.map
@@ -0,0 +1,24 @@
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 { PropertyEditorPropertyDescriptionCollection } from "./PropertyEditorPropertyDescriptionCollection";
8
+ import { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription";
9
+ import { markType } from "igniteui-webcomponents-core";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let HorizontalPropertyEditorPanelDataSource = /*@__PURE__*/ (() => {
14
+ class HorizontalPropertyEditorPanelDataSource extends PropertyEditorPropertyDescriptionCollection {
15
+ constructor(a) {
16
+ super();
17
+ this.ae = null;
18
+ this.add(new PropertyEditorPropertyDescription());
19
+ this.ae = a;
20
+ }
21
+ }
22
+ HorizontalPropertyEditorPanelDataSource.$t = /*@__PURE__*/ markType(HorizontalPropertyEditorPanelDataSource, 'HorizontalPropertyEditorPanelDataSource', PropertyEditorPropertyDescriptionCollection.$);
23
+ return HorizontalPropertyEditorPanelDataSource;
24
+ })();
@@ -14,4 +14,3 @@ export let OnClosedEventArgs = /*@__PURE__*/ (() => {
14
14
  OnClosedEventArgs.$t = /*@__PURE__*/ markType(OnClosedEventArgs, 'OnClosedEventArgs', EventArgs.$);
15
15
  return OnClosedEventArgs;
16
16
  })();
17
- //# sourceMappingURL=OnClosedEventArgs.js.map
@@ -14,4 +14,3 @@ export let OnCollapsedEventArgs = /*@__PURE__*/ (() => {
14
14
  OnCollapsedEventArgs.$t = /*@__PURE__*/ markType(OnCollapsedEventArgs, 'OnCollapsedEventArgs', EventArgs.$);
15
15
  return OnCollapsedEventArgs;
16
16
  })();
17
- //# sourceMappingURL=OnCollapsedEventArgs.js.map
@@ -14,4 +14,3 @@ export let OnExpandedEventArgs = /*@__PURE__*/ (() => {
14
14
  OnExpandedEventArgs.$t = /*@__PURE__*/ markType(OnExpandedEventArgs, 'OnExpandedEventArgs', EventArgs.$);
15
15
  return OnExpandedEventArgs;
16
16
  })();
17
- //# sourceMappingURL=OnExpandedEventArgs.js.map
@@ -14,4 +14,3 @@ export let OnPopupEventArgs = /*@__PURE__*/ (() => {
14
14
  OnPopupEventArgs.$t = /*@__PURE__*/ markType(OnPopupEventArgs, 'OnPopupEventArgs', EventArgs.$);
15
15
  return OnPopupEventArgs;
16
16
  })();
17
- //# sourceMappingURL=OnPopupEventArgs.js.map
@@ -5,4 +5,3 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
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
6
  */
7
7
  export { Popup } from "./PopupView_combined";
8
- //# sourceMappingURL=Popup.js.map
@@ -27,4 +27,3 @@ export var PopupAlignment = /*@__PURE__*/ (function (PopupAlignment) {
27
27
  * @hidden
28
28
  */
29
29
  export let PopupAlignment_$type = /*@__PURE__*/ markEnum('PopupAlignment', 'Auto,0|Near,1|Far,2');
30
- //# sourceMappingURL=PopupAlignment.js.map
@@ -27,4 +27,3 @@ export var PopupDirection = /*@__PURE__*/ (function (PopupDirection) {
27
27
  * @hidden
28
28
  */
29
29
  export let PopupDirection_$type = /*@__PURE__*/ markEnum('PopupDirection', 'Auto,0|Down,1|Up,2');
30
- //# sourceMappingURL=PopupDirection.js.map
@@ -5,4 +5,3 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
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
6
  */
7
7
  export { PopupView } from "./PopupView_combined";
8
- //# sourceMappingURL=PopupView.js.map
@@ -645,4 +645,3 @@ export let Popup = /*@__PURE__*/ (() => {
645
645
  Popup.a9 = /*@__PURE__*/ BrushUtil.g(20, 0, 0, 0);
646
646
  return Popup;
647
647
  })();
648
- //# sourceMappingURL=PopupView_combined.js.map
@@ -34,4 +34,3 @@ export let PopupVisualModelExport = /*@__PURE__*/ (() => {
34
34
  PopupVisualModelExport.$t = /*@__PURE__*/ markType(PopupVisualModelExport, 'PopupVisualModelExport');
35
35
  return PopupVisualModelExport;
36
36
  })();
37
- //# sourceMappingURL=PopupVisualModelExport.js.map
@@ -19,4 +19,3 @@ export let Popup_InnerAnimationInfo = /*@__PURE__*/ (() => {
19
19
  Popup_InnerAnimationInfo.$t = /*@__PURE__*/ markStruct(Popup_InnerAnimationInfo, 'Popup_InnerAnimationInfo');
20
20
  return Popup_InnerAnimationInfo;
21
21
  })();
22
- //# sourceMappingURL=Popup_InnerAnimationInfo.js.map
@@ -21,4 +21,3 @@ export let Popup_OuterAnimationInfo = /*@__PURE__*/ (() => {
21
21
  Popup_OuterAnimationInfo.$t = /*@__PURE__*/ markStruct(Popup_OuterAnimationInfo, 'Popup_OuterAnimationInfo');
22
22
  return Popup_OuterAnimationInfo;
23
23
  })();
24
- //# sourceMappingURL=Popup_OuterAnimationInfo.js.map
@@ -4,5 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
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
6
  */
7
- export { ExpansionPanel } from "./ExpansionPanelView_combined";
8
- //# sourceMappingURL=ExpansionPanel.js.map
7
+ export { PropertyEditorDataSource } from "./PropertyEditorPropertyDescription_combined";
@@ -4,5 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
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
6
  */
7
- export { ExpansionPanel } from "./ExpansionPanelView_combined";
8
- //# sourceMappingURL=ExpansionPanel.js.map
7
+ export { PropertyEditorDescriptionObject } from "./PropertyEditorPropertyDescription_combined";
@@ -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 { PropertyEditorDescriptionObjectCollection } from "./PropertyEditorPropertyDescription_combined";
@@ -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 { PropertyEditorPanel } from "./PropertyEditorPanelView_combined";
@@ -0,0 +1,55 @@
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, markType } from "igniteui-webcomponents-core";
8
+ import { PropertyEditorPanelTemplateCellUpdatingEventArgs } from "./PropertyEditorPanelTemplateCellUpdatingEventArgs";
9
+ import { PropertyEditorPanelDataBindingEventArgs } from "./PropertyEditorPanelDataBindingEventArgs";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let PropertyEditorPanelColumnDefinition = /*@__PURE__*/ (() => {
14
+ class PropertyEditorPanelColumnDefinition extends Base {
15
+ constructor() {
16
+ super(...arguments);
17
+ this.b = 0;
18
+ this.f = 0;
19
+ this.g = 0;
20
+ this.a = 0;
21
+ this.h = 0;
22
+ this.j = null;
23
+ this.cellUpdating = null;
24
+ this.dataBinding = null;
25
+ }
26
+ i(a, b, c) {
27
+ if (this.dataBinding != null) {
28
+ let d = new PropertyEditorPanelDataBindingEventArgs();
29
+ d.b = a;
30
+ d.a = b;
31
+ d.c = c;
32
+ this.dataBinding(this, d);
33
+ return d.b;
34
+ }
35
+ else {
36
+ return a;
37
+ }
38
+ }
39
+ e(a, b, c) {
40
+ if (this.cellUpdating != null) {
41
+ let d = new PropertyEditorPanelTemplateCellUpdatingEventArgs();
42
+ d.a = a;
43
+ d.b = b;
44
+ d.c = c;
45
+ this.cellUpdating(this, d);
46
+ return d.a;
47
+ }
48
+ else {
49
+ return a;
50
+ }
51
+ }
52
+ }
53
+ PropertyEditorPanelColumnDefinition.$t = /*@__PURE__*/ markType(PropertyEditorPanelColumnDefinition, 'PropertyEditorPanelColumnDefinition');
54
+ return PropertyEditorPanelColumnDefinition;
55
+ })();
@@ -0,0 +1,11 @@
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 { markEnum } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let PropertyEditorPanelColumnFieldType_$type = /*@__PURE__*/ markEnum('PropertyEditorPanelColumnFieldType', 'PropertyPath,0|ValueType,1');
@@ -0,0 +1,11 @@
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 { markEnum } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let PropertyEditorPanelColumnType_$type = /*@__PURE__*/ markEnum('PropertyEditorPanelColumnType', 'Label,0|Value,1');
@@ -0,0 +1,22 @@
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, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let PropertyEditorPanelDataBindingEventArgs = /*@__PURE__*/ (() => {
12
+ class PropertyEditorPanelDataBindingEventArgs extends Base {
13
+ constructor() {
14
+ super(...arguments);
15
+ this.a = 0;
16
+ this.c = null;
17
+ this.b = null;
18
+ }
19
+ }
20
+ PropertyEditorPanelDataBindingEventArgs.$t = /*@__PURE__*/ markType(PropertyEditorPanelDataBindingEventArgs, 'PropertyEditorPanelDataBindingEventArgs');
21
+ return PropertyEditorPanelDataBindingEventArgs;
22
+ })();
@@ -0,0 +1,21 @@
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, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let PropertyEditorPanelDropDownDataListItem = /*@__PURE__*/ (() => {
12
+ class PropertyEditorPanelDropDownDataListItem extends Base {
13
+ constructor() {
14
+ super(...arguments);
15
+ this.Name = null;
16
+ this.Value = null;
17
+ }
18
+ }
19
+ PropertyEditorPanelDropDownDataListItem.$t = /*@__PURE__*/ markType(PropertyEditorPanelDropDownDataListItem, 'PropertyEditorPanelDropDownDataListItem');
20
+ return PropertyEditorPanelDropDownDataListItem;
21
+ })();
@@ -0,0 +1,22 @@
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, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let PropertyEditorPanelTemplateCellUpdatingEventArgs = /*@__PURE__*/ (() => {
12
+ class PropertyEditorPanelTemplateCellUpdatingEventArgs extends Base {
13
+ constructor() {
14
+ super(...arguments);
15
+ this.b = 0;
16
+ this.c = null;
17
+ this.a = null;
18
+ }
19
+ }
20
+ PropertyEditorPanelTemplateCellUpdatingEventArgs.$t = /*@__PURE__*/ markType(PropertyEditorPanelTemplateCellUpdatingEventArgs, 'PropertyEditorPanelTemplateCellUpdatingEventArgs');
21
+ return PropertyEditorPanelTemplateCellUpdatingEventArgs;
22
+ })();
@@ -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 { PropertyEditorPanelView } from "./PropertyEditorPanelView_combined";