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,407 @@
1
+ import { IgcHTMLElement } from "igniteui-webcomponents-core";
2
+ import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
3
+ import { PropertyEditorValueType_$type } from "./PropertyEditorValueType";
4
+ import { IgcPropertyEditorDescriptionObject } from "./igc-property-editor-description-object";
5
+ import { IgcPropertyEditorDescriptionObjectCollection } from "./igc-property-editor-description-object-collection";
6
+ import { IgcPropertyEditorPropertyDescriptionButtonClickEventArgs } from "./igc-property-editor-property-description-button-click-event-args";
7
+ import { IgcPropertyEditorPropertyDescriptionChangedEventArgs } from "./igc-property-editor-property-description-changed-event-args";
8
+ import { IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs } from "./igc-property-editor-property-description-target-property-updating-event-args";
9
+ import { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription";
10
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
11
+ import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureEnum, enumToString, ensureBool, initializePropertiesFromCss } from "igniteui-webcomponents-core";
12
+ import { RegisterElementHelper } from "igniteui-webcomponents-core";
13
+ import { PropertyEditorDescriptionObjectCollection as PropertyEditorDescriptionObjectCollection_internal } from "./PropertyEditorDescriptionObjectCollection";
14
+ import { PropertyEditorDescriptionObject } from "./PropertyEditorDescriptionObject";
15
+ import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
16
+ export let IgcPropertyEditorPropertyDescriptionComponent = /*@__PURE__*/ (() => {
17
+ class IgcPropertyEditorPropertyDescriptionComponent extends IgcHTMLElement {
18
+ constructor() {
19
+ super();
20
+ this._settingAttributes = false;
21
+ this._attached = false;
22
+ this._queuedSetAttributes = [];
23
+ this._updatingFromAttribute = false;
24
+ this._complexValues = null;
25
+ this.__p = null;
26
+ this._hasUserValues = new Set();
27
+ this._stylingContainer = null;
28
+ this._stylingParent = null;
29
+ this._inStyling = false;
30
+ this._buttonClicked = null;
31
+ this._buttonClicked_wrapped = null;
32
+ this._changed = null;
33
+ this._changed_wrapped = null;
34
+ this._targetPropertyUpdating = null;
35
+ this._targetPropertyUpdating_wrapped = null;
36
+ if (this._styling) {
37
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
38
+ }
39
+ this._implementation = this.createImplementation();
40
+ this._implementation.externalObject = this;
41
+ this.onImplementationCreated();
42
+ }
43
+ createImplementation() {
44
+ return new PropertyEditorPropertyDescription();
45
+ }
46
+ /**
47
+ * @hidden
48
+ */
49
+ get i() {
50
+ return this._implementation;
51
+ } /**
52
+ * @hidden
53
+ */
54
+ static _createFromInternal(internal) {
55
+ if (!internal) {
56
+ return null;
57
+ }
58
+ if (!internal.$type) {
59
+ return null;
60
+ }
61
+ let name = internal.$type.name;
62
+ let externalName = "Igc" + name + "Component";
63
+ if (!TypeRegistrar.isRegistered(externalName)) {
64
+ return null;
65
+ }
66
+ return TypeRegistrar.create(externalName);
67
+ }
68
+ onImplementationCreated() {
69
+ }
70
+ _enqueueSetAttribute(attrName, attrValue) {
71
+ this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
72
+ }
73
+ _flushQueuedAttributes() {
74
+ this._settingAttributes = true;
75
+ for (let i = 0; i < this._queuedSetAttributes.length; i++) {
76
+ this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
77
+ }
78
+ this._settingAttributes = false;
79
+ this._queuedSetAttributes.length = 0;
80
+ }
81
+ _a(attrName, attrValue) {
82
+ if (this._updatingFromAttribute) {
83
+ return;
84
+ }
85
+ if (attrValue) {
86
+ attrValue = attrValue.toString();
87
+ }
88
+ this._settingAttributes = true;
89
+ attrName = toSpinal(attrName);
90
+ if (this._attached) {
91
+ this.setAttribute(attrName, attrValue);
92
+ }
93
+ else {
94
+ this._enqueueSetAttribute(attrName, attrValue);
95
+ }
96
+ this._settingAttributes = false;
97
+ }
98
+ connectedCallback() {
99
+ if (super["connectedCallback"]) {
100
+ super["connectedCallback"]();
101
+ }
102
+ if (!this._attached) {
103
+ this._attached = true;
104
+ this._flushQueuedAttributes();
105
+ }
106
+ }
107
+ static get observedAttributes() {
108
+ if (IgcPropertyEditorPropertyDescriptionComponent._observedAttributesIgcPropertyEditorPropertyDescriptionComponent == null) {
109
+ let names = getAllPropertyNames(IgcPropertyEditorPropertyDescriptionComponent);
110
+ for (let i = 0; i < names.length; i++) {
111
+ names[i] = toSpinal(names[i]);
112
+ }
113
+ IgcPropertyEditorPropertyDescriptionComponent._observedAttributesIgcPropertyEditorPropertyDescriptionComponent = names;
114
+ }
115
+ return IgcPropertyEditorPropertyDescriptionComponent._observedAttributesIgcPropertyEditorPropertyDescriptionComponent;
116
+ }
117
+ attributeChangedCallback(name, oldValue, newValue) {
118
+ if (this._settingAttributes) {
119
+ return;
120
+ }
121
+ let setName = fromSpinal(name);
122
+ this._updatingFromAttribute = true;
123
+ this[setName] = newValue;
124
+ this._updatingFromAttribute = false;
125
+ }
126
+ static register() {
127
+ if (!IgcPropertyEditorPropertyDescriptionComponent._isElementRegistered) {
128
+ IgcPropertyEditorPropertyDescriptionComponent._isElementRegistered = true;
129
+ RegisterElementHelper.registerElement(IgcPropertyEditorPropertyDescriptionComponent.htmlTagName, IgcPropertyEditorPropertyDescriptionComponent);
130
+ }
131
+ }
132
+ get propertyPath() {
133
+ return this.i.al;
134
+ }
135
+ set propertyPath(v) {
136
+ this.i.al = v;
137
+ }
138
+ get label() {
139
+ return this.i.aj;
140
+ }
141
+ set label(v) {
142
+ this.i.aj = v;
143
+ }
144
+ get valueType() {
145
+ return this.i.n;
146
+ }
147
+ set valueType(v) {
148
+ this.i.n = ensureEnum(PropertyEditorValueType_$type, v);
149
+ this._a("valueType", enumToString(PropertyEditorValueType_$type, this.i.n));
150
+ }
151
+ get propertyDescriptionType() {
152
+ return this.i.ak;
153
+ }
154
+ set propertyDescriptionType(v) {
155
+ this.i.ak = v;
156
+ }
157
+ get shouldOverrideDefaultEditor() {
158
+ return this.i.q;
159
+ }
160
+ set shouldOverrideDefaultEditor(v) {
161
+ this.i.q = ensureBool(v);
162
+ this._a("shouldOverrideDefaultEditor", this.i.q);
163
+ }
164
+ get elementDescriptionType() {
165
+ return this.i.ai;
166
+ }
167
+ set elementDescriptionType(v) {
168
+ this.i.ai = v;
169
+ }
170
+ get dropDownNames() {
171
+ return this.i.c;
172
+ }
173
+ set dropDownNames(v) {
174
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
175
+ const re = /\s*(?:,|\s|$)\s*/gm;
176
+ v = v.split(re);
177
+ }
178
+ this.i.c = v;
179
+ }
180
+ get dropDownValues() {
181
+ return this.i.d;
182
+ }
183
+ set dropDownValues(v) {
184
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
185
+ const re = /\s*(?:,|\s|$)\s*/gm;
186
+ v = v.split(re);
187
+ }
188
+ this.i.d = v;
189
+ }
190
+ get primitiveValue() {
191
+ return this.i.ad;
192
+ }
193
+ set primitiveValue(v) {
194
+ this.i.ad = v;
195
+ }
196
+ get min() {
197
+ return this.i.z;
198
+ }
199
+ set min(v) {
200
+ this.i.z = +v;
201
+ this._a("min", this.i.z);
202
+ }
203
+ get editorWidth() {
204
+ return this.i.w;
205
+ }
206
+ set editorWidth(v) {
207
+ this.i.w = +v;
208
+ this._a("editorWidth", this.i.w);
209
+ }
210
+ get labelWidth() {
211
+ return this.i.x;
212
+ }
213
+ set labelWidth(v) {
214
+ this.i.x = +v;
215
+ this._a("labelWidth", this.i.x);
216
+ }
217
+ get max() {
218
+ return this.i.y;
219
+ }
220
+ set max(v) {
221
+ this.i.y = +v;
222
+ this._a("max", this.i.y);
223
+ }
224
+ get step() {
225
+ return this.i.aa;
226
+ }
227
+ set step(v) {
228
+ this.i.aa = +v;
229
+ this._a("step", this.i.aa);
230
+ }
231
+ get complexValue() {
232
+ if (this.i.g == null) {
233
+ return null;
234
+ }
235
+ if (!this.i.g.externalObject) {
236
+ let e = new IgcPropertyEditorDescriptionObject();
237
+ e._implementation = this.i.g;
238
+ this.i.g.externalObject = e;
239
+ }
240
+ return this.i.g.externalObject;
241
+ }
242
+ set complexValue(v) {
243
+ v == null ? this.i.g = null : this.i.g = v.i;
244
+ }
245
+ get complexValues() {
246
+ if (this._complexValues === null) {
247
+ let coll = new IgcPropertyEditorDescriptionObjectCollection();
248
+ let innerColl = this.i.i;
249
+ if (!innerColl) {
250
+ innerColl = new PropertyEditorDescriptionObjectCollection_internal();
251
+ }
252
+ this._complexValues = coll._fromInner(innerColl);
253
+ this.i.i = innerColl;
254
+ }
255
+ return this._complexValues;
256
+ }
257
+ set complexValues(v) {
258
+ if (this._complexValues !== null) {
259
+ this._complexValues._setSyncTarget(null);
260
+ this._complexValues = null;
261
+ }
262
+ let coll = new IgcPropertyEditorDescriptionObjectCollection();
263
+ this._complexValues = coll._fromOuter(v);
264
+ let syncColl = new SyncableObservableCollection$1(PropertyEditorDescriptionObject.$type);
265
+ let innerColl = this.i.i;
266
+ if (!innerColl) {
267
+ innerColl = new PropertyEditorDescriptionObjectCollection_internal();
268
+ }
269
+ syncColl._inner = innerColl;
270
+ syncColl.clear();
271
+ this._complexValues._setSyncTarget(syncColl);
272
+ this.i.i = innerColl;
273
+ }
274
+ findByName(name) {
275
+ if (this.complexValue && this.complexValue.name && this.complexValue.name == name) {
276
+ return this.complexValue;
277
+ }
278
+ if (this.complexValues != null && this.complexValues.findByName && this.complexValues.findByName(name)) {
279
+ return this.complexValues.findByName(name);
280
+ }
281
+ return null;
282
+ }
283
+ get hasUserValues() {
284
+ return this._hasUserValues;
285
+ }
286
+ __m(propertyName) {
287
+ if (!this._inStyling) {
288
+ this._hasUserValues.add(propertyName);
289
+ }
290
+ }
291
+ _styling(container, component, parent) {
292
+ if (this._inStyling) {
293
+ return;
294
+ }
295
+ this._inStyling = true;
296
+ this._stylingContainer = container;
297
+ this._stylingParent = component;
298
+ let genericPrefix = "";
299
+ let typeName = this.i.$type.name;
300
+ if (typeName.indexOf("Xam") === 0) {
301
+ typeName = typeName.substring(3);
302
+ }
303
+ genericPrefix = toSpinal("PropertyEditorPropertyDescriptionComponent");
304
+ let additionalPrefixes = [];
305
+ let prefix = toSpinal(typeName);
306
+ additionalPrefixes.push(prefix + "-");
307
+ let b = this.i.$type.baseType;
308
+ while (b && b.name != "Object" &&
309
+ b.name != "Base" &&
310
+ b.name != "Control" &&
311
+ b.Name != "DependencyObject" &&
312
+ b.Name != "FrameworkElement") {
313
+ typeName = b.name;
314
+ if (typeName.indexOf("Xam") === 0) {
315
+ typeName = typeName.substring(3);
316
+ }
317
+ let basePrefix = toSpinal(typeName);
318
+ additionalPrefixes.push(basePrefix + "-");
319
+ b = b.baseType;
320
+ }
321
+ if (parent) {
322
+ let parentTypeName = parent.i.$type.name;
323
+ if (parentTypeName.indexOf("Xam") === 0) {
324
+ parentTypeName = parentTypeName.substring(3);
325
+ }
326
+ let parentPrefix = toSpinal(parentTypeName);
327
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
328
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
329
+ }
330
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
331
+ if (this._otherStyling) {
332
+ this._otherStyling(container, component, parent);
333
+ }
334
+ this._inStyling = false;
335
+ }
336
+ get buttonClicked() {
337
+ return this._buttonClicked;
338
+ }
339
+ set buttonClicked(ev) {
340
+ if (this._buttonClicked_wrapped !== null) {
341
+ this.i.buttonClicked = delegateRemove(this.i.buttonClicked, this._buttonClicked_wrapped);
342
+ this._buttonClicked_wrapped = null;
343
+ this._buttonClicked = null;
344
+ }
345
+ this._buttonClicked = ev;
346
+ this._buttonClicked_wrapped = (o, e) => {
347
+ let outerArgs = new IgcPropertyEditorPropertyDescriptionButtonClickEventArgs();
348
+ outerArgs._provideImplementation(e);
349
+ if (this.beforeButtonClicked) {
350
+ this.beforeButtonClicked(this, outerArgs);
351
+ }
352
+ if (this._buttonClicked) {
353
+ this._buttonClicked(this, outerArgs);
354
+ }
355
+ };
356
+ this.i.buttonClicked = delegateCombine(this.i.buttonClicked, this._buttonClicked_wrapped);
357
+ }
358
+ get changed() {
359
+ return this._changed;
360
+ }
361
+ set changed(ev) {
362
+ if (this._changed_wrapped !== null) {
363
+ this.i.changed = delegateRemove(this.i.changed, this._changed_wrapped);
364
+ this._changed_wrapped = null;
365
+ this._changed = null;
366
+ }
367
+ this._changed = ev;
368
+ this._changed_wrapped = (o, e) => {
369
+ let outerArgs = new IgcPropertyEditorPropertyDescriptionChangedEventArgs();
370
+ outerArgs._provideImplementation(e);
371
+ if (this.beforeChanged) {
372
+ this.beforeChanged(this, outerArgs);
373
+ }
374
+ if (this._changed) {
375
+ this._changed(this, outerArgs);
376
+ }
377
+ };
378
+ this.i.changed = delegateCombine(this.i.changed, this._changed_wrapped);
379
+ }
380
+ get targetPropertyUpdating() {
381
+ return this._targetPropertyUpdating;
382
+ }
383
+ set targetPropertyUpdating(ev) {
384
+ if (this._targetPropertyUpdating_wrapped !== null) {
385
+ this.i.targetPropertyUpdating = delegateRemove(this.i.targetPropertyUpdating, this._targetPropertyUpdating_wrapped);
386
+ this._targetPropertyUpdating_wrapped = null;
387
+ this._targetPropertyUpdating = null;
388
+ }
389
+ this._targetPropertyUpdating = ev;
390
+ this._targetPropertyUpdating_wrapped = (o, e) => {
391
+ let outerArgs = new IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs();
392
+ outerArgs._provideImplementation(e);
393
+ if (this.beforeTargetPropertyUpdating) {
394
+ this.beforeTargetPropertyUpdating(this, outerArgs);
395
+ }
396
+ if (this._targetPropertyUpdating) {
397
+ this._targetPropertyUpdating(this, outerArgs);
398
+ }
399
+ };
400
+ this.i.targetPropertyUpdating = delegateCombine(this.i.targetPropertyUpdating, this._targetPropertyUpdating_wrapped);
401
+ }
402
+ }
403
+ IgcPropertyEditorPropertyDescriptionComponent._observedAttributesIgcPropertyEditorPropertyDescriptionComponent = null;
404
+ IgcPropertyEditorPropertyDescriptionComponent.htmlTagName = "igc-property-editor-property-description";
405
+ IgcPropertyEditorPropertyDescriptionComponent._isElementRegistered = false;
406
+ return IgcPropertyEditorPropertyDescriptionComponent;
407
+ })();
@@ -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 { IgcPropertyEditorPropertyDescriptionComponent } from './igc-property-editor-property-description-component';
8
+ import { PropertyEditorPropertyDescription } from './PropertyEditorPropertyDescription';
9
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
10
+ export class IgcPropertyEditorPropertyDescriptionModule {
11
+ static register() {
12
+ IgcPropertyEditorPropertyDescriptionComponent.register();
13
+ TypeRegistrar.registerCons("IgcPropertyEditorPropertyDescriptionComponent", IgcPropertyEditorPropertyDescriptionComponent);
14
+ TypeRegistrar.register("PropertyEditorPropertyDescription", PropertyEditorPropertyDescription.$type);
15
+ }
16
+ }
@@ -0,0 +1,42 @@
1
+ import { PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs as PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs_internal } from "./PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs";
2
+ export class IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs {
3
+ createImplementation() {
4
+ return new PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs_internal();
5
+ }
6
+ /**
7
+ * @hidden
8
+ */
9
+ get i() {
10
+ return this._implementation;
11
+ }
12
+ onImplementationCreated() {
13
+ }
14
+ constructor() {
15
+ this._implementation = this.createImplementation();
16
+ this._implementation.externalObject = this;
17
+ this.onImplementationCreated();
18
+ }
19
+ _provideImplementation(i) {
20
+ this._implementation = i;
21
+ this._implementation.externalObject = this;
22
+ this.onImplementationCreated();
23
+ }
24
+ get target() {
25
+ return this.i.target;
26
+ }
27
+ set target(v) {
28
+ this.i.target = v;
29
+ }
30
+ get value() {
31
+ return this.i.value;
32
+ }
33
+ set value(v) {
34
+ this.i.value = v;
35
+ }
36
+ get propertyPath() {
37
+ return this.i.propertyPath;
38
+ }
39
+ set propertyPath(v) {
40
+ this.i.propertyPath = v;
41
+ }
42
+ }
@@ -2,12 +2,12 @@ import { brushToString, stringToBrush, ensureBool, initializePropertiesFromCss,
2
2
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
3
3
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
4
4
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
5
- import { ExpansionPanel } from "./ExpansionPanel";
5
+ import { XExpansionPanel } from "./XExpansionPanel";
6
6
  import { IgcOnExpandedEventArgs } from './igc-on-expanded-event-args';
7
7
  import { IgcOnCollapsedEventArgs } from './igc-on-collapsed-event-args';
8
8
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
9
- export let IgcExpansionPanelComponent = /*@__PURE__*/ (() => {
10
- class IgcExpansionPanelComponent extends IgcHTMLElement {
9
+ export let IgcXExpansionPanelComponent = /*@__PURE__*/ (() => {
10
+ class IgcXExpansionPanelComponent extends IgcHTMLElement {
11
11
  constructor() {
12
12
  super();
13
13
  this._implementation = null;
@@ -90,7 +90,7 @@ export let IgcExpansionPanelComponent = /*@__PURE__*/ (() => {
90
90
  this._webComponentRenderer.destroy();
91
91
  }
92
92
  createImplementation() {
93
- return new ExpansionPanel();
93
+ return new XExpansionPanel();
94
94
  }
95
95
  get i() {
96
96
  return this._implementation;
@@ -146,14 +146,14 @@ export let IgcExpansionPanelComponent = /*@__PURE__*/ (() => {
146
146
  this._settingAttributes = false;
147
147
  }
148
148
  static get observedAttributes() {
149
- if (IgcExpansionPanelComponent._observedAttributesIgcExpansionPanelComponent == null) {
150
- let names = getAllPropertyNames(IgcExpansionPanelComponent);
149
+ if (IgcXExpansionPanelComponent._observedAttributesIgcXExpansionPanelComponent == null) {
150
+ let names = getAllPropertyNames(IgcXExpansionPanelComponent);
151
151
  for (let i = 0; i < names.length; i++) {
152
152
  names[i] = toSpinal(names[i]);
153
153
  }
154
- IgcExpansionPanelComponent._observedAttributesIgcExpansionPanelComponent = names;
154
+ IgcXExpansionPanelComponent._observedAttributesIgcXExpansionPanelComponent = names;
155
155
  }
156
- return IgcExpansionPanelComponent._observedAttributesIgcExpansionPanelComponent;
156
+ return IgcXExpansionPanelComponent._observedAttributesIgcXExpansionPanelComponent;
157
157
  }
158
158
  attributeChangedCallback(name, oldValue, newValue) {
159
159
  if (this._settingAttributes) {
@@ -165,9 +165,9 @@ export let IgcExpansionPanelComponent = /*@__PURE__*/ (() => {
165
165
  this._updatingFromAttribute = false;
166
166
  }
167
167
  static register() {
168
- if (!IgcExpansionPanelComponent._isElementRegistered) {
169
- IgcExpansionPanelComponent._isElementRegistered = true;
170
- RegisterElementHelper.registerElement(IgcExpansionPanelComponent.htmlTagName, IgcExpansionPanelComponent);
168
+ if (!IgcXExpansionPanelComponent._isElementRegistered) {
169
+ IgcXExpansionPanelComponent._isElementRegistered = true;
170
+ RegisterElementHelper.registerElement(IgcXExpansionPanelComponent.htmlTagName, IgcXExpansionPanelComponent);
171
171
  }
172
172
  }
173
173
  /**
@@ -391,7 +391,7 @@ export let IgcExpansionPanelComponent = /*@__PURE__*/ (() => {
391
391
  if (typeName.indexOf("Xam") === 0) {
392
392
  typeName = typeName.substring(3);
393
393
  }
394
- genericPrefix = toSpinal("ExpansionPanelComponent");
394
+ genericPrefix = toSpinal("XExpansionPanelComponent");
395
395
  let additionalPrefixes = [];
396
396
  let prefix = toSpinal(typeName);
397
397
  additionalPrefixes.push(prefix + "-");
@@ -493,9 +493,8 @@ export let IgcExpansionPanelComponent = /*@__PURE__*/ (() => {
493
493
  this.i.onExpanded = delegateCombine(this.i.onExpanded, this._onExpanded_wrapped);
494
494
  }
495
495
  }
496
- IgcExpansionPanelComponent._observedAttributesIgcExpansionPanelComponent = null;
497
- IgcExpansionPanelComponent.htmlTagName = "igc-expansion-panel";
498
- IgcExpansionPanelComponent._isElementRegistered = false;
499
- return IgcExpansionPanelComponent;
496
+ IgcXExpansionPanelComponent._observedAttributesIgcXExpansionPanelComponent = null;
497
+ IgcXExpansionPanelComponent.htmlTagName = "igc-x-expansion-panel";
498
+ IgcXExpansionPanelComponent._isElementRegistered = false;
499
+ return IgcXExpansionPanelComponent;
500
500
  })();
501
- //# sourceMappingURL=igc-expansion-panel-component.js.map
@@ -4,15 +4,14 @@ 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
- import { IgcExpansionPanelComponent } from './igc-expansion-panel-component';
8
- import { ExpansionPanel } from './ExpansionPanel';
7
+ import { IgcXExpansionPanelComponent } from './igc-x-expansion-panel-component';
8
+ import { XExpansionPanel } from './XExpansionPanel';
9
9
  import { TypeRegistrar } from "igniteui-webcomponents-core";
10
- export class IgcExpansionPanelModule {
10
+ export class IgcXExpansionPanelModule {
11
11
  static register() {
12
- IgcExpansionPanelComponent.register();
13
- TypeRegistrar.registerCons('IgcExpansionPanelComponent', IgcExpansionPanelComponent);
14
- TypeRegistrar.registerCons('IgcExpansionPanelComponent', IgcExpansionPanelComponent);
15
- TypeRegistrar.register('ExpansionPanel', ExpansionPanel.$type);
12
+ IgcXExpansionPanelComponent.register();
13
+ TypeRegistrar.registerCons('IgcXExpansionPanelComponent', IgcXExpansionPanelComponent);
14
+ TypeRegistrar.registerCons('IgcXExpansionPanelComponent', IgcXExpansionPanelComponent);
15
+ TypeRegistrar.register('XExpansionPanel', XExpansionPanel.$type);
16
16
  }
17
17
  }
18
- //# sourceMappingURL=igc-expansion-panel-module.js.map
@@ -1,10 +1,13 @@
1
- export * from './lib/igc-expansion-panel-module';
2
- export * from './lib/igc-expansion-panel-component';
1
+ export * from './lib/igc-x-expansion-panel-module';
2
+ export * from './lib/igc-x-expansion-panel-component';
3
3
  export * from './lib/igc-popup-module';
4
4
  export * from './lib/igc-popup-component';
5
+ export * from './lib/igc-property-editor-panel-module';
6
+ export * from './lib/igc-property-editor-panel-component';
5
7
  export * from './lib/PopupView';
6
8
  export * from './lib/ExpansionPanelView';
7
9
  export * from './lib/ExpansionPanelUtilities';
10
+ export * from './lib/PropertyEditorPanelView';
8
11
  export * from './lib/PopupAlignment';
9
12
  export * from './lib/PopupDirection';
10
13
  export * from './lib/OnExpandedEventArgs';
@@ -18,6 +21,33 @@ export * from './lib/igc-on-closed-event-args';
18
21
  export * from './lib/Popup';
19
22
  export * from './lib/Popup_OuterAnimationInfo';
20
23
  export * from './lib/Popup_InnerAnimationInfo';
21
- export * from './lib/ExpansionPanel';
24
+ export * from './lib/XExpansionPanel';
25
+ export * from './lib/PropertyEditorPanel';
26
+ export * from './lib/PropertyEditorPanelColumnType';
27
+ export * from './lib/PropertyEditorPanelColumnFieldType';
28
+ export * from './lib/PropertyEditorPanelTemplateCellUpdatingEventArgs';
29
+ export * from './lib/PropertyEditorPanelDataBindingEventArgs';
30
+ export * from './lib/igc-horizontal-property-editor-panel-data-source';
31
+ export * from './lib/HorizontalPropertyEditorPanelDataSource';
32
+ export * from './lib/PropertyEditorPanelColumnDefinition';
33
+ export * from './lib/PropertyEditorPanelDropDownDataListItem';
34
+ export * from './lib/PropertyEditorDataSource';
35
+ export * from './lib/igc-property-editor-data-source';
36
+ export * from './lib/PropertyEditorPropertyDescription';
37
+ export * from './lib/igc-property-editor-property-description-component';
38
+ export * from './lib/igc-property-editor-property-description-module';
39
+ export * from './lib/PropertyEditorPropertyDescriptionButtonClickEventArgs';
40
+ export * from './lib/igc-property-editor-property-description-button-click-event-args';
41
+ export * from './lib/PropertyEditorPropertyDescriptionChangedEventArgs';
42
+ export * from './lib/igc-property-editor-property-description-changed-event-args';
43
+ export * from './lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs';
44
+ export * from './lib/igc-property-editor-property-description-target-property-updating-event-args';
45
+ export * from './lib/PropertyEditorDescriptionObject';
46
+ export * from './lib/igc-property-editor-description-object';
47
+ export * from './lib/igc-property-editor-description-object-collection';
48
+ export * from './lib/PropertyEditorDescriptionObjectCollection';
49
+ export * from './lib/igc-property-editor-property-description-collection';
50
+ export * from './lib/PropertyEditorPropertyDescriptionCollection';
51
+ export * from './lib/PropertyEditorValueType';
52
+ export * from './lib/PropertyEditorTreeTransformer';
22
53
  export * from './lib/PopupVisualModelExport';
23
- //# sourceMappingURL=public_api.js.map
@@ -1,2 +1 @@
1
1
  export * from './public_api';
2
- //# sourceMappingURL=igniteui-webcomponents-layouts.js.map
@@ -39,4 +39,3 @@ var ExpansionPanelUtilities = /** @class */ /*@__PURE__*/ (function (_super) {
39
39
  return ExpansionPanelUtilities;
40
40
  }(Base));
41
41
  export { ExpansionPanelUtilities };
42
- //# sourceMappingURL=ExpansionPanelUtilities.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 { ExpansionPanelView } from "./ExpansionPanelView_combined";
8
- //# sourceMappingURL=ExpansionPanelView.js.map