igniteui-webcomponents-layouts 1.4.2 → 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 (122) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +4543 -141
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ExpansionPanelView_combined.js +23 -23
  4. package/esm2015/lib/HorizontalPropertyEditorPanelDataSource.js +24 -0
  5. package/esm2015/lib/PropertyEditorDataSource.js +7 -0
  6. package/esm2015/lib/PropertyEditorDescriptionObject.js +7 -0
  7. package/esm2015/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
  8. package/esm2015/lib/PropertyEditorPanel.js +7 -0
  9. package/esm2015/lib/PropertyEditorPanelColumnDefinition.js +55 -0
  10. package/esm2015/lib/PropertyEditorPanelColumnFieldType.js +11 -0
  11. package/esm2015/lib/PropertyEditorPanelColumnType.js +11 -0
  12. package/esm2015/lib/PropertyEditorPanelDataBindingEventArgs.js +22 -0
  13. package/esm2015/lib/PropertyEditorPanelDropDownDataListItem.js +21 -0
  14. package/esm2015/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +22 -0
  15. package/esm2015/lib/PropertyEditorPanelView.js +7 -0
  16. package/esm2015/lib/PropertyEditorPanelView_combined.js +1664 -0
  17. package/esm2015/lib/PropertyEditorPropertyDescription.js +7 -0
  18. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +16 -0
  19. package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +26 -0
  20. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
  21. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +40 -0
  22. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +522 -0
  23. package/esm2015/lib/PropertyEditorTreeTransformer.js +207 -0
  24. package/esm2015/lib/PropertyEditorValueType.js +36 -0
  25. package/esm2015/lib/{ExpansionPanel.js → XExpansionPanel.js} +1 -1
  26. package/esm2015/lib/igc-horizontal-property-editor-panel-data-source.js +48 -0
  27. package/esm2015/lib/igc-property-editor-data-source.js +39 -0
  28. package/esm2015/lib/igc-property-editor-description-object-collection.js +48 -0
  29. package/esm2015/lib/igc-property-editor-description-object.js +70 -0
  30. package/esm2015/lib/igc-property-editor-panel-component.js +446 -0
  31. package/esm2015/lib/igc-property-editor-panel-module.js +19 -0
  32. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +24 -0
  33. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +30 -0
  34. package/esm2015/lib/igc-property-editor-property-description-collection.js +48 -0
  35. package/esm2015/lib/igc-property-editor-property-description-component.js +407 -0
  36. package/esm2015/lib/igc-property-editor-property-description-module.js +16 -0
  37. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +42 -0
  38. package/esm2015/lib/{igc-expansion-panel-component.js → igc-x-expansion-panel-component.js} +16 -16
  39. package/esm2015/lib/{igc-expansion-panel-module.js → igc-x-expansion-panel-module.js} +7 -7
  40. package/esm2015/public_api.js +34 -3
  41. package/esm5/lib/ExpansionPanelView_combined.js +71 -71
  42. package/esm5/lib/HorizontalPropertyEditorPanelDataSource.js +26 -0
  43. package/esm5/lib/PropertyEditorDataSource.js +7 -0
  44. package/esm5/lib/PropertyEditorDescriptionObject.js +7 -0
  45. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
  46. package/esm5/lib/PropertyEditorPanel.js +7 -0
  47. package/esm5/lib/PropertyEditorPanelColumnDefinition.js +57 -0
  48. package/esm5/lib/PropertyEditorPanelColumnFieldType.js +11 -0
  49. package/esm5/lib/PropertyEditorPanelColumnType.js +11 -0
  50. package/esm5/lib/PropertyEditorPanelDataBindingEventArgs.js +24 -0
  51. package/esm5/lib/PropertyEditorPanelDropDownDataListItem.js +23 -0
  52. package/esm5/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +24 -0
  53. package/esm5/lib/PropertyEditorPanelView.js +7 -0
  54. package/esm5/lib/PropertyEditorPanelView_combined.js +1814 -0
  55. package/esm5/lib/PropertyEditorPropertyDescription.js +7 -0
  56. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +20 -0
  57. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +32 -0
  58. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
  59. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +54 -0
  60. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +605 -0
  61. package/esm5/lib/PropertyEditorTreeTransformer.js +209 -0
  62. package/esm5/lib/PropertyEditorValueType.js +36 -0
  63. package/esm5/lib/{ExpansionPanel.js → XExpansionPanel.js} +1 -1
  64. package/esm5/lib/igc-horizontal-property-editor-panel-data-source.js +53 -0
  65. package/esm5/lib/igc-property-editor-data-source.js +53 -0
  66. package/esm5/lib/igc-property-editor-description-object-collection.js +53 -0
  67. package/esm5/lib/igc-property-editor-description-object.js +84 -0
  68. package/esm5/lib/igc-property-editor-panel-component.js +546 -0
  69. package/esm5/lib/igc-property-editor-panel-module.js +23 -0
  70. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +30 -0
  71. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +40 -0
  72. package/esm5/lib/igc-property-editor-property-description-collection.js +53 -0
  73. package/esm5/lib/igc-property-editor-property-description-component.js +500 -0
  74. package/esm5/lib/igc-property-editor-property-description-module.js +20 -0
  75. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +60 -0
  76. package/esm5/lib/{igc-expansion-panel-component.js → igc-x-expansion-panel-component.js} +62 -62
  77. package/esm5/lib/igc-x-expansion-panel-module.js +21 -0
  78. package/esm5/public_api.js +34 -3
  79. package/fesm2015/igniteui-webcomponents-layouts.js +3912 -45
  80. package/fesm5/igniteui-webcomponents-layouts.js +4510 -140
  81. package/lib/ExpansionPanelView_combined.d.ts +3 -3
  82. package/lib/HorizontalPropertyEditorPanelDataSource.d.ts +10 -0
  83. package/lib/PropertyEditorDataSource.d.ts +1 -0
  84. package/lib/PropertyEditorDescriptionObject.d.ts +1 -0
  85. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +1 -0
  86. package/lib/PropertyEditorPanel.d.ts +1 -0
  87. package/lib/PropertyEditorPanelColumnDefinition.d.ts +22 -0
  88. package/lib/PropertyEditorPanelColumnFieldType.d.ts +12 -0
  89. package/lib/PropertyEditorPanelColumnType.d.ts +12 -0
  90. package/lib/PropertyEditorPanelDataBindingEventArgs.d.ts +10 -0
  91. package/lib/PropertyEditorPanelDropDownDataListItem.d.ts +9 -0
  92. package/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.d.ts +11 -0
  93. package/lib/PropertyEditorPanelView.d.ts +1 -0
  94. package/lib/PropertyEditorPanelView_combined.d.ts +210 -0
  95. package/lib/PropertyEditorPropertyDescription.d.ts +1 -0
  96. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +7 -0
  97. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +9 -0
  98. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +1 -0
  99. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +13 -0
  100. package/lib/PropertyEditorPropertyDescription_combined.d.ts +98 -0
  101. package/lib/PropertyEditorTreeTransformer.d.ts +17 -0
  102. package/lib/PropertyEditorValueType.d.ts +29 -0
  103. package/lib/XExpansionPanel.d.ts +1 -0
  104. package/lib/igc-horizontal-property-editor-panel-data-source.d.ts +8 -0
  105. package/lib/igc-property-editor-data-source.d.ts +16 -0
  106. package/lib/igc-property-editor-description-object-collection.d.ts +8 -0
  107. package/lib/igc-property-editor-description-object.d.ts +17 -0
  108. package/lib/igc-property-editor-panel-component.d.ts +101 -0
  109. package/lib/igc-property-editor-panel-module.d.ts +3 -0
  110. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +12 -0
  111. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +13 -0
  112. package/lib/igc-property-editor-property-description-collection.d.ts +8 -0
  113. package/lib/igc-property-editor-property-description-component.d.ts +70 -0
  114. package/lib/igc-property-editor-property-description-module.d.ts +3 -0
  115. package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +15 -0
  116. package/lib/{igc-expansion-panel-component.d.ts → igc-x-expansion-panel-component.d.ts} +7 -7
  117. package/lib/igc-x-expansion-panel-module.d.ts +3 -0
  118. package/package.json +4 -4
  119. package/public_api.d.ts +34 -3
  120. package/esm5/lib/igc-expansion-panel-module.js +0 -21
  121. package/lib/ExpansionPanel.d.ts +0 -1
  122. package/lib/igc-expansion-panel-module.d.ts +0 -3
@@ -3,13 +3,13 @@ import { brushToString, stringToBrush, ensureBool, initializePropertiesFromCss,
3
3
  import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
4
4
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
5
5
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
6
- import { ExpansionPanel } from "./ExpansionPanel";
6
+ import { XExpansionPanel } from "./XExpansionPanel";
7
7
  import { IgcOnExpandedEventArgs } from './igc-on-expanded-event-args';
8
8
  import { IgcOnCollapsedEventArgs } from './igc-on-collapsed-event-args';
9
9
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
10
- var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
11
- tslib_1.__extends(IgcExpansionPanelComponent, _super);
12
- function IgcExpansionPanelComponent() {
10
+ var IgcXExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
11
+ tslib_1.__extends(IgcXExpansionPanelComponent, _super);
12
+ function IgcXExpansionPanelComponent() {
13
13
  var _this = _super.call(this) || this;
14
14
  _this._implementation = null;
15
15
  _this._disconnected = false;
@@ -86,7 +86,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
86
86
  _this.i.provideContentAreaInner(_this._webComponentRenderer.getWrapper(contentInner));
87
87
  return _this;
88
88
  }
89
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "height", {
89
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "height", {
90
90
  get: function () {
91
91
  return this._height;
92
92
  },
@@ -97,7 +97,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
97
97
  enumerable: true,
98
98
  configurable: true
99
99
  });
100
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "width", {
100
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "width", {
101
101
  get: function () {
102
102
  return this._width;
103
103
  },
@@ -109,27 +109,27 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
109
109
  configurable: true
110
110
  });
111
111
  // supports angular themes or custom properties set in CSS
112
- IgcExpansionPanelComponent.prototype.updateStyle = function () {
112
+ IgcXExpansionPanelComponent.prototype.updateStyle = function () {
113
113
  this._styling(this, this);
114
114
  };
115
- IgcExpansionPanelComponent.prototype.destroy = function () {
115
+ IgcXExpansionPanelComponent.prototype.destroy = function () {
116
116
  this._implementation.destroy();
117
117
  this._webComponentRenderer.destroy();
118
118
  };
119
- IgcExpansionPanelComponent.prototype.createImplementation = function () {
120
- return new ExpansionPanel();
119
+ IgcXExpansionPanelComponent.prototype.createImplementation = function () {
120
+ return new XExpansionPanel();
121
121
  };
122
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "i", {
122
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "i", {
123
123
  get: function () {
124
124
  return this._implementation;
125
125
  },
126
126
  enumerable: true,
127
127
  configurable: true
128
128
  });
129
- IgcExpansionPanelComponent.prototype.disconnectedCallback = function () {
129
+ IgcXExpansionPanelComponent.prototype.disconnectedCallback = function () {
130
130
  this._disconnected = true;
131
131
  };
132
- IgcExpansionPanelComponent.prototype.connectedCallback = function () {
132
+ IgcXExpansionPanelComponent.prototype.connectedCallback = function () {
133
133
  if (this._disconnected) {
134
134
  this._disconnected = false;
135
135
  return;
@@ -146,12 +146,12 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
146
146
  this._styling(this, this);
147
147
  this.afterContentInit();
148
148
  };
149
- IgcExpansionPanelComponent.prototype.afterContentInit = function () {
149
+ IgcXExpansionPanelComponent.prototype.afterContentInit = function () {
150
150
  };
151
- IgcExpansionPanelComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
151
+ IgcXExpansionPanelComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
152
152
  this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
153
153
  };
154
- IgcExpansionPanelComponent.prototype._flushQueuedAttributes = function () {
154
+ IgcXExpansionPanelComponent.prototype._flushQueuedAttributes = function () {
155
155
  this._settingAttributes = true;
156
156
  for (var i = 0; i < this._queuedSetAttributes.length; i++) {
157
157
  this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
@@ -159,7 +159,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
159
159
  this._settingAttributes = false;
160
160
  this._queuedSetAttributes.length = 0;
161
161
  };
162
- IgcExpansionPanelComponent.prototype._a = function (attrName, attrValue) {
162
+ IgcXExpansionPanelComponent.prototype._a = function (attrName, attrValue) {
163
163
  if (this._updatingFromAttribute) {
164
164
  return;
165
165
  }
@@ -176,21 +176,21 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
176
176
  }
177
177
  this._settingAttributes = false;
178
178
  };
179
- Object.defineProperty(IgcExpansionPanelComponent, "observedAttributes", {
179
+ Object.defineProperty(IgcXExpansionPanelComponent, "observedAttributes", {
180
180
  get: function () {
181
- if (IgcExpansionPanelComponent._observedAttributesIgcExpansionPanelComponent == null) {
182
- var names = getAllPropertyNames(IgcExpansionPanelComponent);
181
+ if (IgcXExpansionPanelComponent._observedAttributesIgcXExpansionPanelComponent == null) {
182
+ var names = getAllPropertyNames(IgcXExpansionPanelComponent);
183
183
  for (var i = 0; i < names.length; i++) {
184
184
  names[i] = toSpinal(names[i]);
185
185
  }
186
- IgcExpansionPanelComponent._observedAttributesIgcExpansionPanelComponent = names;
186
+ IgcXExpansionPanelComponent._observedAttributesIgcXExpansionPanelComponent = names;
187
187
  }
188
- return IgcExpansionPanelComponent._observedAttributesIgcExpansionPanelComponent;
188
+ return IgcXExpansionPanelComponent._observedAttributesIgcXExpansionPanelComponent;
189
189
  },
190
190
  enumerable: true,
191
191
  configurable: true
192
192
  });
193
- IgcExpansionPanelComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
193
+ IgcXExpansionPanelComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
194
194
  if (this._settingAttributes) {
195
195
  return;
196
196
  }
@@ -199,13 +199,13 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
199
199
  this[setName] = newValue;
200
200
  this._updatingFromAttribute = false;
201
201
  };
202
- IgcExpansionPanelComponent.register = function () {
203
- if (!IgcExpansionPanelComponent._isElementRegistered) {
204
- IgcExpansionPanelComponent._isElementRegistered = true;
205
- RegisterElementHelper.registerElement(IgcExpansionPanelComponent.htmlTagName, IgcExpansionPanelComponent);
202
+ IgcXExpansionPanelComponent.register = function () {
203
+ if (!IgcXExpansionPanelComponent._isElementRegistered) {
204
+ IgcXExpansionPanelComponent._isElementRegistered = true;
205
+ RegisterElementHelper.registerElement(IgcXExpansionPanelComponent.htmlTagName, IgcXExpansionPanelComponent);
206
206
  }
207
207
  };
208
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "caption", {
208
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "caption", {
209
209
  /**
210
210
  * Gets / sets the caption to display in the header area.
211
211
  */
@@ -218,7 +218,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
218
218
  enumerable: true,
219
219
  configurable: true
220
220
  });
221
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "captionTextColor", {
221
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "captionTextColor", {
222
222
  /**
223
223
  * Gets or sets the color to use for the header caption text.
224
224
  */
@@ -232,7 +232,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
232
232
  enumerable: true,
233
233
  configurable: true
234
234
  });
235
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "actualCaptionTextColor", {
235
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "actualCaptionTextColor", {
236
236
  /**
237
237
  * Gets or sets the color to use for the actual header caption text.
238
238
  */
@@ -246,7 +246,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
246
246
  enumerable: true,
247
247
  configurable: true
248
248
  });
249
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "captionCollapsedTextColor", {
249
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "captionCollapsedTextColor", {
250
250
  /**
251
251
  * Gets or sets the color to use for the header caption text when the panel is collapsed.
252
252
  */
@@ -260,7 +260,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
260
260
  enumerable: true,
261
261
  configurable: true
262
262
  });
263
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "captionExpandedTextColor", {
263
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "captionExpandedTextColor", {
264
264
  /**
265
265
  * Gets or sets the color to use for the header caption text when the panel is expanded.
266
266
  */
@@ -274,7 +274,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
274
274
  enumerable: true,
275
275
  configurable: true
276
276
  });
277
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "description", {
277
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "description", {
278
278
  /**
279
279
  * Gets / sets the description to display in the header area.
280
280
  */
@@ -287,7 +287,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
287
287
  enumerable: true,
288
288
  configurable: true
289
289
  });
290
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "descriptionTextColor", {
290
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "descriptionTextColor", {
291
291
  /**
292
292
  * Gets or sets the color to use for the header description text.
293
293
  */
@@ -301,7 +301,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
301
301
  enumerable: true,
302
302
  configurable: true
303
303
  });
304
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "actualDescriptionTextColor", {
304
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "actualDescriptionTextColor", {
305
305
  /**
306
306
  * Gets or sets the color to use for the actual header description text.
307
307
  */
@@ -315,7 +315,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
315
315
  enumerable: true,
316
316
  configurable: true
317
317
  });
318
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "descriptionCollapsedTextColor", {
318
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "descriptionCollapsedTextColor", {
319
319
  /**
320
320
  * Gets or sets the color to use for the header description text when the panel is collapsed.
321
321
  */
@@ -329,7 +329,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
329
329
  enumerable: true,
330
330
  configurable: true
331
331
  });
332
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "descriptionExpandedTextColor", {
332
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "descriptionExpandedTextColor", {
333
333
  /**
334
334
  * Gets or sets the color to use for the header description text when the panel is expanded.
335
335
  */
@@ -343,7 +343,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
343
343
  enumerable: true,
344
344
  configurable: true
345
345
  });
346
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "elevation", {
346
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "elevation", {
347
347
  /**
348
348
  * Gets or sets the elevation to use for the button regardless of type.
349
349
  */
@@ -357,7 +357,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
357
357
  enumerable: true,
358
358
  configurable: true
359
359
  });
360
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "actualElevation", {
360
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "actualElevation", {
361
361
  /**
362
362
  * Gets or sets the elevation of the border shadow
363
363
  */
@@ -371,7 +371,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
371
371
  enumerable: true,
372
372
  configurable: true
373
373
  });
374
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "expanded", {
374
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "expanded", {
375
375
  /**
376
376
  * Gets / sets the expanded state of the panel.
377
377
  */
@@ -385,7 +385,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
385
385
  enumerable: true,
386
386
  configurable: true
387
387
  });
388
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "headerBackgroundColor", {
388
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "headerBackgroundColor", {
389
389
  /**
390
390
  * Gets or sets the color to use for the background of the header.
391
391
  */
@@ -399,7 +399,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
399
399
  enumerable: true,
400
400
  configurable: true
401
401
  });
402
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "actualHeaderBackgroundColor", {
402
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "actualHeaderBackgroundColor", {
403
403
  /**
404
404
  * Gets or sets the color to use for the actual background of the header.
405
405
  */
@@ -413,7 +413,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
413
413
  enumerable: true,
414
414
  configurable: true
415
415
  });
416
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "headerCollapsedBackgroundColor", {
416
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "headerCollapsedBackgroundColor", {
417
417
  /**
418
418
  * Gets or sets the color to use for the background of the header when the panel is expanded.
419
419
  */
@@ -427,7 +427,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
427
427
  enumerable: true,
428
428
  configurable: true
429
429
  });
430
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "headerExpandedBackgroundColor", {
430
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "headerExpandedBackgroundColor", {
431
431
  /**
432
432
  * Gets or sets the color to use for the background of the header when the panel is expanded.
433
433
  */
@@ -441,7 +441,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
441
441
  enumerable: true,
442
442
  configurable: true
443
443
  });
444
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "actualUmbraShadowColor", {
444
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "actualUmbraShadowColor", {
445
445
  /**
446
446
  * Gets or sets the color to use for the check mark when the checkbox is checked.
447
447
  */
@@ -455,7 +455,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
455
455
  enumerable: true,
456
456
  configurable: true
457
457
  });
458
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "actualPenumbraShadowColor", {
458
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "actualPenumbraShadowColor", {
459
459
  /**
460
460
  * Gets or sets the color to use for the check mark when the checkbox is checked.
461
461
  */
@@ -469,7 +469,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
469
469
  enumerable: true,
470
470
  configurable: true
471
471
  });
472
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "actualAmbientShadowColor", {
472
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "actualAmbientShadowColor", {
473
473
  /**
474
474
  * Gets or sets the color to use for the check mark when the checkbox is checked.
475
475
  */
@@ -483,22 +483,22 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
483
483
  enumerable: true,
484
484
  configurable: true
485
485
  });
486
- IgcExpansionPanelComponent.prototype.findByName = function (name) {
486
+ IgcXExpansionPanelComponent.prototype.findByName = function (name) {
487
487
  return null;
488
488
  };
489
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "hasUserValues", {
489
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "hasUserValues", {
490
490
  get: function () {
491
491
  return this._hasUserValues;
492
492
  },
493
493
  enumerable: true,
494
494
  configurable: true
495
495
  });
496
- IgcExpansionPanelComponent.prototype.__m = function (propertyName) {
496
+ IgcXExpansionPanelComponent.prototype.__m = function (propertyName) {
497
497
  if (!this._inStyling) {
498
498
  this._hasUserValues.add(propertyName);
499
499
  }
500
500
  };
501
- IgcExpansionPanelComponent.prototype._styling = function (container, component, parent) {
501
+ IgcXExpansionPanelComponent.prototype._styling = function (container, component, parent) {
502
502
  if (this._inStyling) {
503
503
  return;
504
504
  }
@@ -510,7 +510,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
510
510
  if (typeName.indexOf("Xam") === 0) {
511
511
  typeName = typeName.substring(3);
512
512
  }
513
- genericPrefix = toSpinal("ExpansionPanelComponent");
513
+ genericPrefix = toSpinal("XExpansionPanelComponent");
514
514
  var additionalPrefixes = [];
515
515
  var prefix = toSpinal(typeName);
516
516
  additionalPrefixes.push(prefix + "-");
@@ -547,24 +547,24 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
547
547
  * Collapses the contents of the expansion panel.
548
548
 
549
549
  */
550
- IgcExpansionPanelComponent.prototype.collapse = function () {
550
+ IgcXExpansionPanelComponent.prototype.collapse = function () {
551
551
  this.i.ar();
552
552
  };
553
553
  /**
554
554
  * Expands the contents of the expansion panel.
555
555
 
556
556
  */
557
- IgcExpansionPanelComponent.prototype.expand = function () {
557
+ IgcXExpansionPanelComponent.prototype.expand = function () {
558
558
  this.i.au();
559
559
  };
560
560
  /**
561
561
  * Toggles the expanded state of the expansion panel.
562
562
 
563
563
  */
564
- IgcExpansionPanelComponent.prototype.toggle = function () {
564
+ IgcXExpansionPanelComponent.prototype.toggle = function () {
565
565
  this.i.a2();
566
566
  };
567
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "onCollapsed", {
567
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "onCollapsed", {
568
568
  /**
569
569
  * Fires when the expansion panel is collapsed.
570
570
  */
@@ -594,7 +594,7 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
594
594
  enumerable: true,
595
595
  configurable: true
596
596
  });
597
- Object.defineProperty(IgcExpansionPanelComponent.prototype, "onExpanded", {
597
+ Object.defineProperty(IgcXExpansionPanelComponent.prototype, "onExpanded", {
598
598
  get: function () {
599
599
  return this._onExpanded;
600
600
  },
@@ -621,9 +621,9 @@ var IgcExpansionPanelComponent = /** @class */ /*@__PURE__*/ (function (_super)
621
621
  enumerable: true,
622
622
  configurable: true
623
623
  });
624
- IgcExpansionPanelComponent._observedAttributesIgcExpansionPanelComponent = null;
625
- IgcExpansionPanelComponent.htmlTagName = "igc-expansion-panel";
626
- IgcExpansionPanelComponent._isElementRegistered = false;
627
- return IgcExpansionPanelComponent;
624
+ IgcXExpansionPanelComponent._observedAttributesIgcXExpansionPanelComponent = null;
625
+ IgcXExpansionPanelComponent.htmlTagName = "igc-x-expansion-panel";
626
+ IgcXExpansionPanelComponent._isElementRegistered = false;
627
+ return IgcXExpansionPanelComponent;
628
628
  }(IgcHTMLElement));
629
- export { IgcExpansionPanelComponent };
629
+ export { IgcXExpansionPanelComponent };
@@ -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 { IgcXExpansionPanelComponent } from './igc-x-expansion-panel-component';
8
+ import { XExpansionPanel } from './XExpansionPanel';
9
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
10
+ var IgcXExpansionPanelModule = /** @class */ /*@__PURE__*/ (function () {
11
+ function IgcXExpansionPanelModule() {
12
+ }
13
+ IgcXExpansionPanelModule.register = function () {
14
+ IgcXExpansionPanelComponent.register();
15
+ TypeRegistrar.registerCons('IgcXExpansionPanelComponent', IgcXExpansionPanelComponent);
16
+ TypeRegistrar.registerCons('IgcXExpansionPanelComponent', IgcXExpansionPanelComponent);
17
+ TypeRegistrar.register('XExpansionPanel', XExpansionPanel.$type);
18
+ };
19
+ return IgcXExpansionPanelModule;
20
+ }());
21
+ export { IgcXExpansionPanelModule };
@@ -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,5 +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';