igniteui-webcomponents-grids 1.4.2 → 3.2.2
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.
- package/bundles/igniteui-webcomponents-grids.umd.js +16049 -15259
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BrowserExecutionContext.js +3 -1
- package/esm2015/lib/CanvasGridCellBase.js +6 -6
- package/esm2015/lib/CanvasSummaryCell.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +31 -31
- package/esm2015/lib/ColumnChooserView_combined.js +10 -10
- package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
- package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
- package/esm2015/lib/ColumnPinningView_combined.js +6 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm2015/lib/DataGridLocaleEn.js +1 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +5 -5
- package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
- package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm2015/lib/PageChangedEventArgs.js +33 -0
- package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
- package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
- package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
- package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
- package/esm2015/lib/PagerView.js +7 -0
- package/esm2015/lib/PagerVisualModelExport.js +82 -0
- package/esm2015/lib/PropertyEditorView_combined.js +145 -145
- package/esm2015/lib/TemplateCell.js +1 -1
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
- package/esm2015/lib/VisualModelExport.js +77 -69
- package/esm2015/lib/igc-column-component.js +133 -113
- package/esm2015/lib/igc-column-grouping-component.js +33 -23
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +588 -413
- package/esm2015/lib/igc-data-grid-module.js +4 -0
- package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
- package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
- package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-page-changed-event-args.js +46 -0
- package/esm2015/lib/igc-property-editor-component.js +7 -7
- package/esm2015/lib/igc-property-editor-module.js +1 -1
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/public_api.js +14 -20
- package/esm5/lib/BrowserExecutionContext.js +3 -1
- package/esm5/lib/CanvasGridCellBase.js +6 -6
- package/esm5/lib/CanvasSummaryCell.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +31 -31
- package/esm5/lib/ColumnChooserView_combined.js +10 -10
- package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
- package/esm5/lib/ColumnGroupingView_combined.js +188 -162
- package/esm5/lib/ColumnPinningView_combined.js +6 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm5/lib/DataGridLocaleEn.js +1 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +295 -220
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +5 -5
- package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
- package/esm5/lib/IToolbarVisualModelExport.js +11 -0
- package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
- package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm5/lib/PageChangedEventArgs.js +43 -0
- package/esm5/lib/PagedDataProvider.js +7 -0
- package/esm5/lib/Pager.js +7 -0
- package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerView.js +7 -0
- package/esm5/lib/PagerVisualModelExport.js +84 -0
- package/esm5/lib/PropertyEditorView_combined.js +144 -144
- package/esm5/lib/TemplateCell.js +1 -1
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/ToolbarVisualModelExport.js +24 -0
- package/esm5/lib/VisualModelExport.js +77 -69
- package/esm5/lib/igc-column-component.js +141 -113
- package/esm5/lib/igc-column-grouping-component.js +35 -21
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +636 -413
- package/esm5/lib/igc-data-grid-module.js +4 -0
- package/esm5/lib/igc-data-grid-pager-component.js +435 -0
- package/esm5/lib/igc-data-grid-pager-module.js +20 -0
- package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-page-changed-event-args.js +60 -0
- package/esm5/lib/igc-property-editor-component.js +7 -7
- package/esm5/lib/igc-property-editor-module.js +1 -1
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/public_api.js +14 -20
- package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
- package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
- package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
- package/lib/ColumnGroupingView_combined.d.ts +44 -41
- package/lib/DataGridLocaleEn.d.ts +1 -0
- package/lib/DataGridToolbarView_combined.d.ts +50 -41
- package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
- package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
- package/lib/IDataGridComponent.d.ts +12 -0
- package/lib/IToolbarVisualModelExport.d.ts +11 -0
- package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
- package/lib/PageChangedEventArgs.d.ts +11 -0
- package/lib/PagedDataProvider.d.ts +1 -0
- package/lib/Pager.d.ts +1 -0
- package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerView.d.ts +1 -0
- package/lib/PagerVisualModelExport.d.ts +25 -0
- package/lib/PropertyEditorView_combined.d.ts +10 -10
- package/lib/ToolbarVisualModelExport.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +21 -17
- package/lib/igc-column-component.d.ts +9 -1
- package/lib/igc-column-grouping-component.d.ts +8 -4
- package/lib/igc-data-grid-component.d.ts +56 -0
- package/lib/igc-data-grid-pager-component.d.ts +101 -0
- package/lib/igc-data-grid-pager-module.d.ts +3 -0
- package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
- package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
- package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
- package/lib/igc-page-changed-event-args.d.ts +20 -0
- package/lib/igc-property-editor-component.d.ts +2 -2
- package/package.json +5 -5
- package/public_api.d.ts +14 -20
- package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
- package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
- package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
- package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
- package/esm2015/lib/PropertyEditorValueType.js +0 -35
- package/esm2015/lib/igc-property-editor-data-source.js +0 -39
- package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-description-object.js +0 -70
- package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
- package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
- package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
- package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
- package/esm5/lib/PropertyEditorValueType.js +0 -35
- package/esm5/lib/igc-property-editor-data-source.js +0 -53
- package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
- package/esm5/lib/igc-property-editor-description-object.js +0 -84
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
- package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
- package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
- package/lib/PropertyEditorDataSource.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
- package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
- package/lib/PropertyEditorValueType.d.ts +0 -28
- package/lib/igc-property-editor-data-source.d.ts +0 -16
- package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
- package/lib/igc-property-editor-description-object.d.ts +0 -17
- package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
- package/lib/igc-property-editor-property-description-component.d.ts +0 -65
- package/lib/igc-property-editor-property-description-module.d.ts +0 -3
- package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
|
@@ -8,6 +8,7 @@ import { DataGridToolbar } from './DataGridToolbar';
|
|
|
8
8
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
9
9
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
10
10
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
11
|
+
import { Thickness } from "igniteui-webcomponents-core";
|
|
11
12
|
var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
12
13
|
tslib_1.__extends(IgcDataGridToolbarComponent, _super);
|
|
13
14
|
function IgcDataGridToolbarComponent() {
|
|
@@ -222,10 +223,10 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
222
223
|
* Gets or Sets the property name that contains the values.
|
|
223
224
|
*/
|
|
224
225
|
get: function () {
|
|
225
|
-
return this.i.
|
|
226
|
+
return this.i.ar;
|
|
226
227
|
},
|
|
227
228
|
set: function (v) {
|
|
228
|
-
this.i.
|
|
229
|
+
this.i.ar = v;
|
|
229
230
|
},
|
|
230
231
|
enumerable: true,
|
|
231
232
|
configurable: true
|
|
@@ -235,16 +236,16 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
235
236
|
* Gets or Sets the property name that contains the values.
|
|
236
237
|
*/
|
|
237
238
|
get: function () {
|
|
238
|
-
if (this.i.
|
|
239
|
+
if (this.i.n == null) {
|
|
239
240
|
return null;
|
|
240
241
|
}
|
|
241
|
-
return this.i.
|
|
242
|
+
return this.i.n.fontString;
|
|
242
243
|
},
|
|
243
244
|
set: function (v) {
|
|
244
245
|
var fi = new FontInfo();
|
|
245
246
|
fi.fontString = v;
|
|
246
|
-
this.i.
|
|
247
|
-
this._a("toolbarTitleStyle", this.i.
|
|
247
|
+
this.i.n = fi;
|
|
248
|
+
this._a("toolbarTitleStyle", this.i.n != null ? this.i.n.fontString : "");
|
|
248
249
|
},
|
|
249
250
|
enumerable: true,
|
|
250
251
|
configurable: true
|
|
@@ -254,11 +255,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
254
255
|
* Gets or Sets the property name that contains the values.
|
|
255
256
|
*/
|
|
256
257
|
get: function () {
|
|
257
|
-
return brushToString(this.i.
|
|
258
|
+
return brushToString(this.i.bg);
|
|
258
259
|
},
|
|
259
260
|
set: function (v) {
|
|
260
|
-
this.i.
|
|
261
|
-
this._a("toolbarTitleColor", brushToString(this.i.
|
|
261
|
+
this.i.bg = stringToBrush(v);
|
|
262
|
+
this._a("toolbarTitleColor", brushToString(this.i.bg));
|
|
262
263
|
},
|
|
263
264
|
enumerable: true,
|
|
264
265
|
configurable: true
|
|
@@ -268,11 +269,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
268
269
|
* Gets or Sets the property name that contains the values.
|
|
269
270
|
*/
|
|
270
271
|
get: function () {
|
|
271
|
-
return brushToString(this.i.
|
|
272
|
+
return brushToString(this.i.be);
|
|
272
273
|
},
|
|
273
274
|
set: function (v) {
|
|
274
|
-
this.i.
|
|
275
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
275
|
+
this.i.be = stringToBrush(v);
|
|
276
|
+
this._a("backgroundColor", brushToString(this.i.be));
|
|
276
277
|
},
|
|
277
278
|
enumerable: true,
|
|
278
279
|
configurable: true
|
|
@@ -282,11 +283,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
282
283
|
* Gets or Sets the property name that contains the values.
|
|
283
284
|
*/
|
|
284
285
|
get: function () {
|
|
285
|
-
return brushToString(this.i.
|
|
286
|
+
return brushToString(this.i.bf);
|
|
286
287
|
},
|
|
287
288
|
set: function (v) {
|
|
288
|
-
this.i.
|
|
289
|
-
this._a("dialogBackgroundColor", brushToString(this.i.
|
|
289
|
+
this.i.bf = stringToBrush(v);
|
|
290
|
+
this._a("dialogBackgroundColor", brushToString(this.i.bf));
|
|
290
291
|
},
|
|
291
292
|
enumerable: true,
|
|
292
293
|
configurable: true
|
|
@@ -296,11 +297,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
296
297
|
* Gets or Sets the property name that contains the values.
|
|
297
298
|
*/
|
|
298
299
|
get: function () {
|
|
299
|
-
return this.i.
|
|
300
|
+
return this.i.q;
|
|
300
301
|
},
|
|
301
302
|
set: function (v) {
|
|
302
|
-
this.i.
|
|
303
|
-
this._a("columnChooser", this.i.
|
|
303
|
+
this.i.q = ensureBool(v);
|
|
304
|
+
this._a("columnChooser", this.i.q);
|
|
304
305
|
},
|
|
305
306
|
enumerable: true,
|
|
306
307
|
configurable: true
|
|
@@ -310,10 +311,10 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
310
311
|
* Gets or Sets the property name that contains the values.
|
|
311
312
|
*/
|
|
312
313
|
get: function () {
|
|
313
|
-
return this.i.
|
|
314
|
+
return this.i.ad;
|
|
314
315
|
},
|
|
315
316
|
set: function (v) {
|
|
316
|
-
this.i.
|
|
317
|
+
this.i.ad = v;
|
|
317
318
|
},
|
|
318
319
|
enumerable: true,
|
|
319
320
|
configurable: true
|
|
@@ -323,10 +324,10 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
323
324
|
* Gets or Sets the property name that contains the values.
|
|
324
325
|
*/
|
|
325
326
|
get: function () {
|
|
326
|
-
return this.i.
|
|
327
|
+
return this.i.af;
|
|
327
328
|
},
|
|
328
329
|
set: function (v) {
|
|
329
|
-
this.i.
|
|
330
|
+
this.i.af = v;
|
|
330
331
|
},
|
|
331
332
|
enumerable: true,
|
|
332
333
|
configurable: true
|
|
@@ -336,11 +337,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
336
337
|
* Gets or Sets the property name that contains the values.
|
|
337
338
|
*/
|
|
338
339
|
get: function () {
|
|
339
|
-
return this.i.
|
|
340
|
+
return this.i.r;
|
|
340
341
|
},
|
|
341
342
|
set: function (v) {
|
|
342
|
-
this.i.
|
|
343
|
-
this._a("columnPinning", this.i.
|
|
343
|
+
this.i.r = ensureBool(v);
|
|
344
|
+
this._a("columnPinning", this.i.r);
|
|
344
345
|
},
|
|
345
346
|
enumerable: true,
|
|
346
347
|
configurable: true
|
|
@@ -350,10 +351,10 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
350
351
|
* Gets or Sets the property name that contains the values.
|
|
351
352
|
*/
|
|
352
353
|
get: function () {
|
|
353
|
-
return this.i.
|
|
354
|
+
return this.i.ai;
|
|
354
355
|
},
|
|
355
356
|
set: function (v) {
|
|
356
|
-
this.i.
|
|
357
|
+
this.i.ai = v;
|
|
357
358
|
},
|
|
358
359
|
enumerable: true,
|
|
359
360
|
configurable: true
|
|
@@ -363,24 +364,82 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
363
364
|
* Gets or Sets the property name that contains the values.
|
|
364
365
|
*/
|
|
365
366
|
get: function () {
|
|
366
|
-
return this.i.
|
|
367
|
+
return this.i.ak;
|
|
367
368
|
},
|
|
368
369
|
set: function (v) {
|
|
369
|
-
this.i.
|
|
370
|
+
this.i.ak = v;
|
|
371
|
+
},
|
|
372
|
+
enumerable: true,
|
|
373
|
+
configurable: true
|
|
374
|
+
});
|
|
375
|
+
Object.defineProperty(IgcDataGridToolbarComponent.prototype, "borderWidthBottom", {
|
|
376
|
+
get: function () {
|
|
377
|
+
return this.i.bi ? this.i.bi.bottom : NaN;
|
|
378
|
+
},
|
|
379
|
+
set: function (v) {
|
|
380
|
+
this.ensureBorderWidth();
|
|
381
|
+
this.i.bi.bottom = +v;
|
|
382
|
+
this._a("borderWidthBottom", this.i.bi.bottom);
|
|
383
|
+
this.i.bi = this.i.bi;
|
|
384
|
+
},
|
|
385
|
+
enumerable: true,
|
|
386
|
+
configurable: true
|
|
387
|
+
});
|
|
388
|
+
Object.defineProperty(IgcDataGridToolbarComponent.prototype, "borderWidthLeft", {
|
|
389
|
+
get: function () {
|
|
390
|
+
return this.i.bi ? this.i.bi.left : NaN;
|
|
391
|
+
},
|
|
392
|
+
set: function (v) {
|
|
393
|
+
this.ensureBorderWidth();
|
|
394
|
+
this.i.bi.left = +v;
|
|
395
|
+
this._a("borderWidthLeft", this.i.bi.left);
|
|
396
|
+
this.i.bi = this.i.bi;
|
|
397
|
+
},
|
|
398
|
+
enumerable: true,
|
|
399
|
+
configurable: true
|
|
400
|
+
});
|
|
401
|
+
Object.defineProperty(IgcDataGridToolbarComponent.prototype, "borderWidthRight", {
|
|
402
|
+
get: function () {
|
|
403
|
+
return this.i.bi ? this.i.bi.right : NaN;
|
|
404
|
+
},
|
|
405
|
+
set: function (v) {
|
|
406
|
+
this.ensureBorderWidth();
|
|
407
|
+
this.i.bi.right = +v;
|
|
408
|
+
this._a("borderWidthRight", this.i.bi.right);
|
|
409
|
+
this.i.bi = this.i.bi;
|
|
370
410
|
},
|
|
371
411
|
enumerable: true,
|
|
372
412
|
configurable: true
|
|
373
413
|
});
|
|
414
|
+
Object.defineProperty(IgcDataGridToolbarComponent.prototype, "borderWidthTop", {
|
|
415
|
+
get: function () {
|
|
416
|
+
return this.i.bi ? this.i.bi.top : NaN;
|
|
417
|
+
},
|
|
418
|
+
set: function (v) {
|
|
419
|
+
this.ensureBorderWidth();
|
|
420
|
+
this.i.bi.top = +v;
|
|
421
|
+
this._a("borderWidthTop", this.i.bi.top);
|
|
422
|
+
this.i.bi = this.i.bi;
|
|
423
|
+
},
|
|
424
|
+
enumerable: true,
|
|
425
|
+
configurable: true
|
|
426
|
+
});
|
|
427
|
+
IgcDataGridToolbarComponent.prototype.ensureBorderWidth = function () {
|
|
428
|
+
if (this.i.bi) {
|
|
429
|
+
return;
|
|
430
|
+
}
|
|
431
|
+
this.i.bi = new Thickness(2);
|
|
432
|
+
};
|
|
374
433
|
Object.defineProperty(IgcDataGridToolbarComponent.prototype, "density", {
|
|
375
434
|
/**
|
|
376
435
|
* Gets or Sets the property name that contains the values.
|
|
377
436
|
*/
|
|
378
437
|
get: function () {
|
|
379
|
-
return this.i.
|
|
438
|
+
return this.i.l;
|
|
380
439
|
},
|
|
381
440
|
set: function (v) {
|
|
382
|
-
this.i.
|
|
383
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
441
|
+
this.i.l = ensureEnum(ControlDisplayDensity_$type, v);
|
|
442
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.l));
|
|
384
443
|
},
|
|
385
444
|
enumerable: true,
|
|
386
445
|
configurable: true
|
|
@@ -390,11 +449,11 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
390
449
|
* Gets or Sets the property name that contains the values.
|
|
391
450
|
*/
|
|
392
451
|
get: function () {
|
|
393
|
-
return this.i.
|
|
452
|
+
return this.i.j;
|
|
394
453
|
},
|
|
395
454
|
set: function (v) {
|
|
396
|
-
this.i.
|
|
397
|
-
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.
|
|
455
|
+
this.i.j = ensureEnum(BaseControlTheme_$type, v);
|
|
456
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.j));
|
|
398
457
|
},
|
|
399
458
|
enumerable: true,
|
|
400
459
|
configurable: true
|
|
@@ -465,6 +524,22 @@ var IgcDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
465
524
|
}
|
|
466
525
|
this._inStyling = false;
|
|
467
526
|
};
|
|
527
|
+
/**
|
|
528
|
+
* Exports visual information about the current state of the toolbar.
|
|
529
|
+
|
|
530
|
+
*/
|
|
531
|
+
IgcDataGridToolbarComponent.prototype.exportVisualModel = function () {
|
|
532
|
+
var iv = this.i.exportVisualModel();
|
|
533
|
+
return (iv);
|
|
534
|
+
};
|
|
535
|
+
/**
|
|
536
|
+
* Returns a serialized copy of the exported visual model
|
|
537
|
+
|
|
538
|
+
*/
|
|
539
|
+
IgcDataGridToolbarComponent.prototype.exportSerializedVisualModel = function () {
|
|
540
|
+
var iv = this.i.exportSerializedVisualModel();
|
|
541
|
+
return (iv);
|
|
542
|
+
};
|
|
468
543
|
IgcDataGridToolbarComponent._observedAttributesIgcDataGridToolbarComponent = null;
|
|
469
544
|
IgcDataGridToolbarComponent.htmlTagName = "igc-data-grid-toolbar";
|
|
470
545
|
IgcDataGridToolbarComponent._isElementRegistered = false;
|
|
@@ -60,11 +60,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
60
60
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.lo;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
67
|
-
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.
|
|
66
|
+
this.i.lo = ensureEnum(DateTimeFormats_$type, v);
|
|
67
|
+
this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.lo));
|
|
68
68
|
},
|
|
69
69
|
enumerable: true,
|
|
70
70
|
configurable: true
|
|
@@ -74,10 +74,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
74
74
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
75
75
|
*/
|
|
76
76
|
get: function () {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.l5;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.l5 = v;
|
|
81
81
|
},
|
|
82
82
|
enumerable: true,
|
|
83
83
|
configurable: true
|
|
@@ -87,24 +87,24 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
87
87
|
* Gets or sets the format string to use when editing dates.
|
|
88
88
|
*/
|
|
89
89
|
get: function () {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.lz;
|
|
91
91
|
},
|
|
92
92
|
set: function (v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.lz = v;
|
|
94
94
|
},
|
|
95
95
|
enumerable: true,
|
|
96
96
|
configurable: true
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(IgcDateTimeColumnComponent.prototype, "formatSpecifiers", {
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.ll;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
103
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
104
104
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
105
105
|
v = v.split(re);
|
|
106
106
|
}
|
|
107
|
-
this.i.
|
|
107
|
+
this.i.ll = v;
|
|
108
108
|
},
|
|
109
109
|
enumerable: true,
|
|
110
110
|
configurable: true
|
|
@@ -114,10 +114,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
114
114
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
115
115
|
*/
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.lv;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.lv = v;
|
|
121
121
|
},
|
|
122
122
|
enumerable: true,
|
|
123
123
|
configurable: true
|
|
@@ -127,11 +127,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
127
127
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
128
128
|
*/
|
|
129
129
|
get: function () {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.lr;
|
|
131
131
|
},
|
|
132
132
|
set: function (v) {
|
|
133
|
-
this.i.
|
|
134
|
-
this._a("showTodayButton", this.i.
|
|
133
|
+
this.i.lr = ensureBool(v);
|
|
134
|
+
this._a("showTodayButton", this.i.lr);
|
|
135
135
|
},
|
|
136
136
|
enumerable: true,
|
|
137
137
|
configurable: true
|
|
@@ -141,11 +141,11 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
141
141
|
* Gets or sets the editor type used for editing cells in this column.
|
|
142
142
|
*/
|
|
143
143
|
get: function () {
|
|
144
|
-
return this.i.
|
|
144
|
+
return this.i.lp;
|
|
145
145
|
},
|
|
146
146
|
set: function (v) {
|
|
147
|
-
this.i.
|
|
148
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
147
|
+
this.i.lp = ensureEnum(EditorType_$type, v);
|
|
148
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.lp));
|
|
149
149
|
},
|
|
150
150
|
enumerable: true,
|
|
151
151
|
configurable: true
|
|
@@ -155,10 +155,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
155
155
|
* Gets or sets the ComboBox data source.
|
|
156
156
|
*/
|
|
157
157
|
get: function () {
|
|
158
|
-
return this.i.
|
|
158
|
+
return this.i.lu;
|
|
159
159
|
},
|
|
160
160
|
set: function (v) {
|
|
161
|
-
this.i.
|
|
161
|
+
this.i.lu = v;
|
|
162
162
|
},
|
|
163
163
|
enumerable: true,
|
|
164
164
|
configurable: true
|
|
@@ -168,10 +168,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
168
168
|
* Gets or sets the ComboBox text field.
|
|
169
169
|
*/
|
|
170
170
|
get: function () {
|
|
171
|
-
return this.i.
|
|
171
|
+
return this.i.l1;
|
|
172
172
|
},
|
|
173
173
|
set: function (v) {
|
|
174
|
-
this.i.
|
|
174
|
+
this.i.l1 = v;
|
|
175
175
|
},
|
|
176
176
|
enumerable: true,
|
|
177
177
|
configurable: true
|
|
@@ -181,10 +181,10 @@ var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
181
181
|
* Gets or sets the ComboBox value field.
|
|
182
182
|
*/
|
|
183
183
|
get: function () {
|
|
184
|
-
return this.i.
|
|
184
|
+
return this.i.l2;
|
|
185
185
|
},
|
|
186
186
|
set: function (v) {
|
|
187
|
-
this.i.
|
|
187
|
+
this.i.l2 = v;
|
|
188
188
|
},
|
|
189
189
|
enumerable: true,
|
|
190
190
|
configurable: true
|
|
@@ -2,8 +2,8 @@ import * as tslib_1 from "tslib";
|
|
|
2
2
|
import { IgCollection } from "igniteui-webcomponents-core";
|
|
3
3
|
import { markType } from "igniteui-webcomponents-core";
|
|
4
4
|
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
5
|
-
import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from
|
|
6
|
-
import { IgcPropertyEditorPropertyDescriptionComponent as IgcPropertyEditorPropertyDescriptionComponent } from
|
|
5
|
+
import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from "igniteui-webcomponents-layouts";
|
|
6
|
+
import { IgcPropertyEditorPropertyDescriptionComponent as IgcPropertyEditorPropertyDescriptionComponent } from "igniteui-webcomponents-layouts";
|
|
7
7
|
var IgcHorizontalPropertyEditorDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
8
8
|
tslib_1.__extends(IgcHorizontalPropertyEditorDataSource, _super);
|
|
9
9
|
function IgcHorizontalPropertyEditorDataSource(list) {
|
|
@@ -60,11 +60,11 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
* Gets or sets the stretch option to use when rendering images
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.lo;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
67
|
-
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.
|
|
66
|
+
this.i.lo = ensureEnum(ImageStretchOptions_$type, v);
|
|
67
|
+
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.lo));
|
|
68
68
|
},
|
|
69
69
|
enumerable: true,
|
|
70
70
|
configurable: true
|
|
@@ -74,11 +74,11 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74
74
|
* Gets or sets the editor type used for editing cells in this column.
|
|
75
75
|
*/
|
|
76
76
|
get: function () {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.lk;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
81
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
80
|
+
this.i.lk = ensureEnum(EditorType_$type, v);
|
|
81
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.lk));
|
|
82
82
|
},
|
|
83
83
|
enumerable: true,
|
|
84
84
|
configurable: true
|
|
@@ -88,10 +88,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
88
88
|
* Gets or sets the ComboBox data source.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.lp;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.lp = v;
|
|
95
95
|
},
|
|
96
96
|
enumerable: true,
|
|
97
97
|
configurable: true
|
|
@@ -101,10 +101,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
101
101
|
* Gets or sets the ComboBox text field.
|
|
102
102
|
*/
|
|
103
103
|
get: function () {
|
|
104
|
-
return this.i.
|
|
104
|
+
return this.i.lq;
|
|
105
105
|
},
|
|
106
106
|
set: function (v) {
|
|
107
|
-
this.i.
|
|
107
|
+
this.i.lq = v;
|
|
108
108
|
},
|
|
109
109
|
enumerable: true,
|
|
110
110
|
configurable: true
|
|
@@ -114,10 +114,10 @@ var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114
114
|
* Gets or sets the ComboBox value field.
|
|
115
115
|
*/
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.lr;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.lr = v;
|
|
121
121
|
},
|
|
122
122
|
enumerable: true,
|
|
123
123
|
configurable: true
|