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
@@ -26,20 +26,20 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
26
26
  tslib_1.__extends(ExpansionPanelView, _super);
27
27
  function ExpansionPanelView() {
28
28
  var _this = _super !== null && _super.apply(this, arguments) || this;
29
- _this.i = null;
30
- _this.p = null;
29
+ _this.j = null;
30
+ _this.q = null;
31
31
  _this.g = null;
32
32
  _this.f = null;
33
+ _this.p = null;
34
+ _this.l = null;
33
35
  _this.o = null;
34
- _this.k = null;
35
36
  _this.n = null;
36
37
  _this.m = null;
37
- _this.l = null;
38
38
  return _this;
39
39
  }
40
- Object.defineProperty(ExpansionPanelView.prototype, "q", {
40
+ Object.defineProperty(ExpansionPanelView.prototype, "r", {
41
41
  get: function () {
42
- return this.p;
42
+ return this.q;
43
43
  },
44
44
  enumerable: true,
45
45
  configurable: true
@@ -51,71 +51,71 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  enumerable: true,
52
52
  configurable: true
53
53
  });
54
- Object.defineProperty(ExpansionPanelView.prototype, "j", {
54
+ Object.defineProperty(ExpansionPanelView.prototype, "k", {
55
55
  get: function () {
56
- return this.i;
56
+ return this.j;
57
57
  },
58
58
  enumerable: true,
59
59
  configurable: true
60
60
  });
61
61
  ExpansionPanelView.prototype.ab = function () {
62
- this.q.setStyleProperty("display", "flex");
63
- this.q.setStyleProperty("flexDirection", "column");
64
- this.q.setStyleProperty("flexWrap", "no-wrap");
65
- this.q.setStyleProperty("alignItems", "left");
62
+ this.r.setStyleProperty("display", "flex");
63
+ this.r.setStyleProperty("flexDirection", "column");
64
+ this.r.setStyleProperty("flexWrap", "no-wrap");
65
+ this.r.setStyleProperty("alignItems", "left");
66
66
  };
67
67
  ExpansionPanelView.prototype.aj = function () {
68
68
  var a = this.h;
69
69
  var b = ElevationHelper.e(a.q, a.bn, a.bm, a.bi);
70
- this.q.setStyleProperty("box-shadow", b);
70
+ this.r.setStyleProperty("box-shadow", b);
71
71
  };
72
72
  ExpansionPanelView.prototype.ak = function () {
73
- if (null == this.q) {
73
+ if (null == this.r) {
74
74
  return;
75
75
  }
76
76
  this.aj();
77
77
  this.ah();
78
78
  this.ai();
79
79
  this.ag();
80
- if (null != this.o) {
81
- NativeUI.k(this.o, this.h.bl);
80
+ if (null != this.p) {
81
+ NativeUI.k(this.p, this.h.bl);
82
82
  }
83
- if (null != this.k) {
84
- NativeUI.o(this.k, this.h.bj);
83
+ if (null != this.l) {
84
+ NativeUI.o(this.l, this.h.bj);
85
85
  }
86
- if (null != this.n) {
87
- NativeUI.o(this.n, this.h.bk);
86
+ if (null != this.o) {
87
+ NativeUI.o(this.o, this.h.bk);
88
88
  }
89
89
  };
90
90
  ExpansionPanelView.prototype.a = function (a) {
91
- return new AnimationKeyFrameEffect(0, this.k, 0, null, a);
91
+ return new AnimationKeyFrameEffect(0, this.l, 0, null, a);
92
92
  };
93
93
  ExpansionPanelView.prototype.b = function (a) {
94
- return new AnimationKeyFrameEffect(0, this.n, 0, null, a);
94
+ return new AnimationKeyFrameEffect(0, this.o, 0, null, a);
95
95
  };
96
96
  ExpansionPanelView.prototype.c = function (a) {
97
- return new AnimationKeyFrameEffect(0, this.o, 0, null, a);
97
+ return new AnimationKeyFrameEffect(0, this.p, 0, null, a);
98
98
  };
99
99
  ExpansionPanelView.prototype.d = function (a) {
100
- return new AnimationKeyFrameEffect(0, this.l, 0, null, a);
100
+ return new AnimationKeyFrameEffect(0, this.m, 0, null, a);
101
101
  };
102
102
  ExpansionPanelView.prototype.e = function (a) {
103
- return new AnimationKeyFrameEffect(0, this.m, 0, null, a);
103
+ return new AnimationKeyFrameEffect(0, this.n, 0, null, a);
104
104
  };
105
105
  ExpansionPanelView.prototype.u = function () {
106
106
  if (KeyFrameAnimationFactory.h == null) {
107
- KeyFrameAnimationFactory.h = this.j;
107
+ KeyFrameAnimationFactory.h = this.k;
108
108
  }
109
109
  };
110
- ExpansionPanelView.prototype.r = function () {
111
- return this.l.outerHeight();
110
+ ExpansionPanelView.prototype.i = function () {
111
+ return this.m.outerHeight();
112
112
  };
113
113
  ExpansionPanelView.prototype.ac = function (a) {
114
114
  if (a == null) {
115
- this.i = null;
115
+ this.j = null;
116
116
  return;
117
117
  }
118
- this.i = a;
118
+ this.j = a;
119
119
  var b = a.rootWrapper;
120
120
  this.y(b);
121
121
  };
@@ -132,19 +132,19 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
132
132
  }
133
133
  };
134
134
  ExpansionPanelView.prototype.ah = function () {
135
- if (null != this.k) {
135
+ if (null != this.l) {
136
136
  var a = this.h.ab;
137
- this.k.setRawText(a);
137
+ this.l.setRawText(a);
138
138
  }
139
139
  };
140
140
  ExpansionPanelView.prototype.ai = function () {
141
- if (null != this.n) {
141
+ if (null != this.o) {
142
142
  var a = this.h.ah;
143
- this.n.setRawText(a);
143
+ this.o.setRawText(a);
144
144
  }
145
145
  };
146
146
  ExpansionPanelView.prototype.y = function (a) {
147
- this.p = a;
147
+ this.q = a;
148
148
  this.ab();
149
149
  };
150
150
  ExpansionPanelView.prototype.z = function (a) {
@@ -153,43 +153,43 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
153
153
  ExpansionPanelView.prototype.aa = function () {
154
154
  };
155
155
  ExpansionPanelView.prototype.af = function (a) {
156
- var b = this.j;
157
- this.o = a;
156
+ var b = this.k;
157
+ this.p = a;
158
158
  var c = b.createElement("div");
159
- this.o.append(c);
159
+ this.p.append(c);
160
160
  this.v(c);
161
161
  var d = b.createElement("div");
162
162
  d.setStyleProperty("display", "flex");
163
163
  d.setStyleProperty("flex-direction", "column");
164
164
  d.setStyleProperty("justify-content", "space-evenly");
165
165
  d.setStyleProperty("align-items", "flex-start");
166
- this.o.append(d);
166
+ this.p.append(d);
167
167
  var e = b.createElement("div");
168
168
  d.append(e);
169
- this.k = b.createElement("label");
170
- e.append(this.k);
169
+ this.l = b.createElement("label");
170
+ e.append(this.l);
171
171
  var f = b.createElement("div");
172
172
  d.append(f);
173
- this.n = b.createElement("label");
174
- f.append(this.n);
175
- this.o.setAttribute("tabindex", "0");
176
- this.o.setStyleProperty("display", "flex");
177
- this.o.setStyleProperty("flex-direction", "row");
173
+ this.o = b.createElement("label");
174
+ f.append(this.o);
175
+ this.p.setAttribute("tabindex", "0");
176
+ this.p.setStyleProperty("display", "flex");
177
+ this.p.setStyleProperty("flex-direction", "row");
178
178
  c.setStyleProperty("display", "flex");
179
179
  c.setStyleProperty("justify-content", "center");
180
180
  c.setStyleProperty("flex-direction", "column");
181
181
  c.setStyleProperty("margin", "0px 10px 0px 10px");
182
182
  c.setStyleProperty("flex", "none | 0 | content");
183
183
  this.ak();
184
- this.o.listen("click", runOn(this, this.w));
185
- this.o.listen("keydown", runOn(this, this.x));
184
+ this.p.listen("click", runOn(this, this.w));
185
+ this.p.listen("keydown", runOn(this, this.x));
186
186
  };
187
187
  ExpansionPanelView.prototype.v = function (a) {
188
188
  var _this = this;
189
189
  if (this.f != null) {
190
190
  return;
191
191
  }
192
- this.i.getPortal(a, "XIcon", function (b) {
192
+ this.j.getPortal(a, "XIcon", function (b) {
193
193
  var c = b.componentRef;
194
194
  _this.f = (c.i);
195
195
  _this.f.fill = ExpansionPanelView.al;
@@ -197,14 +197,14 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
197
197
  }, false);
198
198
  };
199
199
  ExpansionPanelView.prototype.ae = function (a) {
200
- var b = this.j;
201
- this.m = a;
202
- this.m.setAttribute("tabindex", "1");
203
- this.m.setStyleProperty("overflow", "hidden");
200
+ var b = this.k;
201
+ this.n = a;
202
+ this.n.setAttribute("tabindex", "1");
203
+ this.n.setStyleProperty("overflow", "hidden");
204
204
  };
205
205
  ExpansionPanelView.prototype.ad = function (a) {
206
- var b = this.j;
207
- this.l = a;
206
+ var b = this.k;
207
+ this.m = a;
208
208
  };
209
209
  ExpansionPanelView.prototype.w = function (a) {
210
210
  var b = a.originalEvent;
@@ -212,7 +212,7 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
212
212
  this.h.a2();
213
213
  };
214
214
  ExpansionPanelView.prototype.x = function (a) {
215
- var b = BaseDOMEventProxy.cv(a);
215
+ var b = BaseDOMEventProxy.c0(a);
216
216
  var c = ExpansionPanelUtilities.c(a);
217
217
  switch (b) {
218
218
  case 9:
@@ -244,9 +244,9 @@ export { ExpansionPanelView };
244
244
  /**
245
245
  * @hidden
246
246
  */
247
- var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
248
- tslib_1.__extends(ExpansionPanel, _super);
249
- function ExpansionPanel() {
247
+ var XExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
248
+ tslib_1.__extends(XExpansionPanel, _super);
249
+ function XExpansionPanel() {
250
250
  var _this = _super.call(this) || this;
251
251
  _this.c = null;
252
252
  _this.onCollapsed = null;
@@ -255,36 +255,36 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
255
255
  _this.g = null;
256
256
  _this.aa = "Caption";
257
257
  _this.bb = null;
258
- _this.a4 = ExpansionPanel.bs;
258
+ _this.a4 = XExpansionPanel.bs;
259
259
  _this.a9 = null;
260
260
  _this.ba = null;
261
261
  _this.ag = stringEmpty();
262
262
  _this.be = null;
263
- _this.a5 = ExpansionPanel.bt;
263
+ _this.a5 = XExpansionPanel.bt;
264
264
  _this.bc = null;
265
265
  _this.bd = null;
266
266
  _this.p = -1;
267
- _this.o = ExpansionPanel.r;
267
+ _this.o = XExpansionPanel.r;
268
268
  _this.m = true;
269
269
  _this.bf = null;
270
- _this.a6 = ExpansionPanel.bu;
270
+ _this.a6 = XExpansionPanel.bu;
271
271
  _this.bg = null;
272
272
  _this.bh = null;
273
- _this.a8 = ExpansionPanel.bw;
274
- _this.a7 = ExpansionPanel.bv;
275
- _this.a3 = ExpansionPanel.br;
273
+ _this.a8 = XExpansionPanel.bw;
274
+ _this.a7 = XExpansionPanel.bv;
275
+ _this.a3 = XExpansionPanel.br;
276
276
  var a = _this.f();
277
277
  _this.g = a;
278
278
  a.z(_this);
279
279
  return _this;
280
280
  }
281
- ExpansionPanel.prototype.aw = function (a, b, c) {
281
+ XExpansionPanel.prototype.aw = function (a, b, c) {
282
282
  if (this.propertyChanged != null) {
283
283
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
284
284
  }
285
285
  this.ax(a, b, c);
286
286
  };
287
- Object.defineProperty(ExpansionPanel.prototype, "ab", {
287
+ Object.defineProperty(XExpansionPanel.prototype, "ab", {
288
288
  get: function () {
289
289
  return this.aa;
290
290
  },
@@ -299,7 +299,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
299
299
  enumerable: true,
300
300
  configurable: true
301
301
  });
302
- Object.defineProperty(ExpansionPanel.prototype, "bq", {
302
+ Object.defineProperty(XExpansionPanel.prototype, "bq", {
303
303
  get: function () {
304
304
  return this.bb;
305
305
  },
@@ -313,7 +313,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
313
313
  enumerable: true,
314
314
  configurable: true
315
315
  });
316
- Object.defineProperty(ExpansionPanel.prototype, "bj", {
316
+ Object.defineProperty(XExpansionPanel.prototype, "bj", {
317
317
  get: function () {
318
318
  return this.a4;
319
319
  },
@@ -327,7 +327,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
327
327
  enumerable: true,
328
328
  configurable: true
329
329
  });
330
- Object.defineProperty(ExpansionPanel.prototype, "bo", {
330
+ Object.defineProperty(XExpansionPanel.prototype, "bo", {
331
331
  get: function () {
332
332
  return this.a9;
333
333
  },
@@ -341,7 +341,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
341
341
  enumerable: true,
342
342
  configurable: true
343
343
  });
344
- Object.defineProperty(ExpansionPanel.prototype, "bp", {
344
+ Object.defineProperty(XExpansionPanel.prototype, "bp", {
345
345
  get: function () {
346
346
  return this.ba;
347
347
  },
@@ -355,7 +355,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
355
355
  enumerable: true,
356
356
  configurable: true
357
357
  });
358
- Object.defineProperty(ExpansionPanel.prototype, "ah", {
358
+ Object.defineProperty(XExpansionPanel.prototype, "ah", {
359
359
  get: function () {
360
360
  return this.ag;
361
361
  },
@@ -370,7 +370,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
370
370
  enumerable: true,
371
371
  configurable: true
372
372
  });
373
- Object.defineProperty(ExpansionPanel.prototype, "bz", {
373
+ Object.defineProperty(XExpansionPanel.prototype, "bz", {
374
374
  get: function () {
375
375
  return this.be;
376
376
  },
@@ -384,7 +384,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
384
384
  enumerable: true,
385
385
  configurable: true
386
386
  });
387
- Object.defineProperty(ExpansionPanel.prototype, "bk", {
387
+ Object.defineProperty(XExpansionPanel.prototype, "bk", {
388
388
  get: function () {
389
389
  return this.a5;
390
390
  },
@@ -398,7 +398,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
398
398
  enumerable: true,
399
399
  configurable: true
400
400
  });
401
- Object.defineProperty(ExpansionPanel.prototype, "bx", {
401
+ Object.defineProperty(XExpansionPanel.prototype, "bx", {
402
402
  get: function () {
403
403
  return this.bc;
404
404
  },
@@ -412,7 +412,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
412
412
  enumerable: true,
413
413
  configurable: true
414
414
  });
415
- Object.defineProperty(ExpansionPanel.prototype, "by", {
415
+ Object.defineProperty(XExpansionPanel.prototype, "by", {
416
416
  get: function () {
417
417
  return this.bd;
418
418
  },
@@ -426,7 +426,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
426
426
  enumerable: true,
427
427
  configurable: true
428
428
  });
429
- Object.defineProperty(ExpansionPanel.prototype, "s", {
429
+ Object.defineProperty(XExpansionPanel.prototype, "s", {
430
430
  get: function () {
431
431
  return this.p;
432
432
  },
@@ -440,7 +440,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
440
440
  enumerable: true,
441
441
  configurable: true
442
442
  });
443
- Object.defineProperty(ExpansionPanel.prototype, "q", {
443
+ Object.defineProperty(XExpansionPanel.prototype, "q", {
444
444
  get: function () {
445
445
  return this.o;
446
446
  },
@@ -454,7 +454,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
454
454
  enumerable: true,
455
455
  configurable: true
456
456
  });
457
- Object.defineProperty(ExpansionPanel.prototype, "n", {
457
+ Object.defineProperty(XExpansionPanel.prototype, "n", {
458
458
  get: function () {
459
459
  return this.m;
460
460
  },
@@ -496,7 +496,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
496
496
  enumerable: true,
497
497
  configurable: true
498
498
  });
499
- Object.defineProperty(ExpansionPanel.prototype, "b6", {
499
+ Object.defineProperty(XExpansionPanel.prototype, "b6", {
500
500
  get: function () {
501
501
  return this.bf;
502
502
  },
@@ -510,7 +510,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
510
510
  enumerable: true,
511
511
  configurable: true
512
512
  });
513
- Object.defineProperty(ExpansionPanel.prototype, "bl", {
513
+ Object.defineProperty(XExpansionPanel.prototype, "bl", {
514
514
  get: function () {
515
515
  return this.a6;
516
516
  },
@@ -524,7 +524,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
524
524
  enumerable: true,
525
525
  configurable: true
526
526
  });
527
- Object.defineProperty(ExpansionPanel.prototype, "b7", {
527
+ Object.defineProperty(XExpansionPanel.prototype, "b7", {
528
528
  get: function () {
529
529
  return this.bg;
530
530
  },
@@ -538,7 +538,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
538
538
  enumerable: true,
539
539
  configurable: true
540
540
  });
541
- Object.defineProperty(ExpansionPanel.prototype, "b8", {
541
+ Object.defineProperty(XExpansionPanel.prototype, "b8", {
542
542
  get: function () {
543
543
  return this.bh;
544
544
  },
@@ -552,7 +552,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
552
552
  enumerable: true,
553
553
  configurable: true
554
554
  });
555
- Object.defineProperty(ExpansionPanel.prototype, "bn", {
555
+ Object.defineProperty(XExpansionPanel.prototype, "bn", {
556
556
  get: function () {
557
557
  return this.a8;
558
558
  },
@@ -566,7 +566,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
566
566
  enumerable: true,
567
567
  configurable: true
568
568
  });
569
- Object.defineProperty(ExpansionPanel.prototype, "bm", {
569
+ Object.defineProperty(XExpansionPanel.prototype, "bm", {
570
570
  get: function () {
571
571
  return this.a7;
572
572
  },
@@ -580,7 +580,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
580
580
  enumerable: true,
581
581
  configurable: true
582
582
  });
583
- Object.defineProperty(ExpansionPanel.prototype, "bi", {
583
+ Object.defineProperty(XExpansionPanel.prototype, "bi", {
584
584
  get: function () {
585
585
  return this.a3;
586
586
  },
@@ -594,10 +594,10 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
594
594
  enumerable: true,
595
595
  configurable: true
596
596
  });
597
- ExpansionPanel.prototype.f = function () {
597
+ XExpansionPanel.prototype.f = function () {
598
598
  return new ExpansionPanelView();
599
599
  };
600
- ExpansionPanel.prototype.ax = function (a, b, c) {
600
+ XExpansionPanel.prototype.ax = function (a, b, c) {
601
601
  switch (a) {
602
602
  case "CaptionTextColor":
603
603
  case "CaptionExpandedTextColor":
@@ -626,7 +626,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
626
626
  }
627
627
  break;
628
628
  case "Elevation":
629
- this.q = this.s == -1 ? ExpansionPanel.r : this.s;
629
+ this.q = this.s == -1 ? XExpansionPanel.r : this.s;
630
630
  break;
631
631
  case "ActualElevation":
632
632
  case "ActualHeaderBackgroundColor":
@@ -641,7 +641,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
641
641
  break;
642
642
  }
643
643
  };
644
- ExpansionPanel.prototype.h = function (a) {
644
+ XExpansionPanel.prototype.h = function (a) {
645
645
  var b = this.bj;
646
646
  var c = this.b1(a);
647
647
  var d = a ? this.b() : this.a();
@@ -652,7 +652,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
652
652
  e.m.apply(e, tslib_1.__spread(g));
653
653
  return KeyFrameAnimationFactory.f.c(e);
654
654
  };
655
- ExpansionPanel.prototype.i = function (a) {
655
+ XExpansionPanel.prototype.i = function (a) {
656
656
  var b = this.bk;
657
657
  var c = this.b3(a);
658
658
  var d = a ? this.b() : this.a();
@@ -663,7 +663,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
663
663
  e.m.apply(e, tslib_1.__spread(g));
664
664
  return KeyFrameAnimationFactory.f.c(e);
665
665
  };
666
- ExpansionPanel.prototype.j = function (a) {
666
+ XExpansionPanel.prototype.j = function (a) {
667
667
  var b = this.bl;
668
668
  var c = this.b5(a);
669
669
  var d = a ? this.b() : this.a();
@@ -674,8 +674,8 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
674
674
  e.m.apply(e, tslib_1.__spread(g));
675
675
  return KeyFrameAnimationFactory.f.c(e);
676
676
  };
677
- ExpansionPanel.prototype.k = function (a) {
678
- var b = this.g.r();
677
+ XExpansionPanel.prototype.k = function (a) {
678
+ var b = this.g.i();
679
679
  if (b <= 0) {
680
680
  b = 500;
681
681
  }
@@ -695,8 +695,8 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
695
695
  j.m.apply(j, tslib_1.__spread(l));
696
696
  return KeyFrameAnimationFactory.f.c(j);
697
697
  };
698
- ExpansionPanel.prototype.l = function (a) {
699
- var b = this.g.r();
698
+ XExpansionPanel.prototype.l = function (a) {
699
+ var b = this.g.i();
700
700
  if (b <= 0) {
701
701
  b = 500;
702
702
  }
@@ -710,25 +710,25 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
710
710
  f.m.apply(f, tslib_1.__spread(h));
711
711
  return KeyFrameAnimationFactory.f.c(f);
712
712
  };
713
- ExpansionPanel.prototype.a = function () {
713
+ XExpansionPanel.prototype.a = function () {
714
714
  var a = new AnimationKeyFrameEffectTiming();
715
715
  a.g = 300;
716
716
  a.b = 3;
717
717
  return a;
718
718
  };
719
- ExpansionPanel.prototype.b = function () {
719
+ XExpansionPanel.prototype.b = function () {
720
720
  var a = new AnimationKeyFrameEffectTiming();
721
721
  a.g = 300;
722
722
  a.b = 3;
723
723
  return a;
724
724
  };
725
- ExpansionPanel.prototype.at = function () {
725
+ XExpansionPanel.prototype.at = function () {
726
726
  this.g.u();
727
727
  };
728
- ExpansionPanel.prototype.b0 = function () {
728
+ XExpansionPanel.prototype.b0 = function () {
729
729
  return this.b1(this.n);
730
730
  };
731
- ExpansionPanel.prototype.b1 = function (a) {
731
+ XExpansionPanel.prototype.b1 = function (a) {
732
732
  var b;
733
733
  var c = null;
734
734
  c = a ? this.bp : this.bo;
@@ -736,14 +736,14 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
736
736
  b = c;
737
737
  }
738
738
  else {
739
- b = null != this.bq ? this.bq : ExpansionPanel.bs;
739
+ b = null != this.bq ? this.bq : XExpansionPanel.bs;
740
740
  }
741
741
  return b;
742
742
  };
743
- ExpansionPanel.prototype.b2 = function () {
743
+ XExpansionPanel.prototype.b2 = function () {
744
744
  return this.b3(this.n);
745
745
  };
746
- ExpansionPanel.prototype.b3 = function (a) {
746
+ XExpansionPanel.prototype.b3 = function (a) {
747
747
  var b;
748
748
  var c = null;
749
749
  c = a ? this.by : this.bx;
@@ -751,14 +751,14 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
751
751
  b = c;
752
752
  }
753
753
  else {
754
- b = null != this.bz ? this.bz : ExpansionPanel.bt;
754
+ b = null != this.bz ? this.bz : XExpansionPanel.bt;
755
755
  }
756
756
  return b;
757
757
  };
758
- ExpansionPanel.prototype.b4 = function () {
758
+ XExpansionPanel.prototype.b4 = function () {
759
759
  return this.b5(this.n);
760
760
  };
761
- ExpansionPanel.prototype.b5 = function (a) {
761
+ XExpansionPanel.prototype.b5 = function (a) {
762
762
  var b;
763
763
  var c = null;
764
764
  c = a ? this.b8 : this.b7;
@@ -766,45 +766,44 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
766
766
  b = c;
767
767
  }
768
768
  else {
769
- b = null != this.b6 ? this.b6 : ExpansionPanel.bu;
769
+ b = null != this.b6 ? this.b6 : XExpansionPanel.bu;
770
770
  }
771
771
  return b;
772
772
  };
773
- ExpansionPanel.prototype.ar = function () {
773
+ XExpansionPanel.prototype.ar = function () {
774
774
  this.n = false;
775
775
  };
776
- ExpansionPanel.prototype.destroy = function () {
776
+ XExpansionPanel.prototype.destroy = function () {
777
777
  this.provideRenderer(null);
778
778
  };
779
- ExpansionPanel.prototype.au = function () {
779
+ XExpansionPanel.prototype.au = function () {
780
780
  this.n = true;
781
781
  };
782
- ExpansionPanel.prototype.notifySizeChanged = function () {
782
+ XExpansionPanel.prototype.notifySizeChanged = function () {
783
783
  };
784
- ExpansionPanel.prototype.provideHeader = function (a) {
784
+ XExpansionPanel.prototype.provideHeader = function (a) {
785
785
  this.g.af(a);
786
786
  };
787
- ExpansionPanel.prototype.provideContentAreaOuter = function (a) {
787
+ XExpansionPanel.prototype.provideContentAreaOuter = function (a) {
788
788
  this.g.ae(a);
789
789
  };
790
- ExpansionPanel.prototype.provideContentAreaInner = function (a) {
790
+ XExpansionPanel.prototype.provideContentAreaInner = function (a) {
791
791
  this.g.ad(a);
792
792
  };
793
- ExpansionPanel.prototype.provideRenderer = function (a) {
793
+ XExpansionPanel.prototype.provideRenderer = function (a) {
794
794
  this.g.ac(a);
795
795
  };
796
- ExpansionPanel.prototype.a2 = function () {
796
+ XExpansionPanel.prototype.a2 = function () {
797
797
  this.n = !this.n;
798
798
  };
799
- ExpansionPanel.$t = markType(ExpansionPanel, 'ExpansionPanel', Base.$, [INotifyPropertyChanged_$type]);
800
- ExpansionPanel.bs = BrushUtil.g(188, 0, 0, 0);
801
- ExpansionPanel.bt = BrushUtil.g(188, 0, 0, 0);
802
- ExpansionPanel.r = 2;
803
- ExpansionPanel.bu = BrushUtil.g(255, 245, 245, 245);
804
- ExpansionPanel.bw = BrushUtil.g(66, 0, 0, 0);
805
- ExpansionPanel.bv = BrushUtil.g(30, 0, 0, 0);
806
- ExpansionPanel.br = BrushUtil.g(20, 0, 0, 0);
807
- return ExpansionPanel;
799
+ XExpansionPanel.$t = markType(XExpansionPanel, 'XExpansionPanel', Base.$, [INotifyPropertyChanged_$type]);
800
+ XExpansionPanel.bs = BrushUtil.g(188, 0, 0, 0);
801
+ XExpansionPanel.bt = BrushUtil.g(188, 0, 0, 0);
802
+ XExpansionPanel.r = 2;
803
+ XExpansionPanel.bu = BrushUtil.g(255, 245, 245, 245);
804
+ XExpansionPanel.bw = BrushUtil.g(66, 0, 0, 0);
805
+ XExpansionPanel.bv = BrushUtil.g(30, 0, 0, 0);
806
+ XExpansionPanel.br = BrushUtil.g(20, 0, 0, 0);
807
+ return XExpansionPanel;
808
808
  }(Base));
809
- export { ExpansionPanel };
810
- //# sourceMappingURL=ExpansionPanelView_combined.js.map
809
+ export { XExpansionPanel };