igniteui-webcomponents-grids 4.0.3 → 4.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 +1042 -654
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +26 -26
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +552 -389
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +1 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm2015/lib/EditorCell.js +1 -1
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
- package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TextEditorView.js +10 -10
- package/esm2015/lib/igc-checkbox-list-component.js +155 -50
- package/esm2015/lib/igc-data-grid-column-component.js +10 -6
- package/esm2015/lib/igc-data-grid-component.js +45 -27
- package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm2015/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/CanvasGridCellBase.js +26 -26
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +578 -375
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +1 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm5/lib/EditorCell.js +1 -1
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm5/lib/GridFilterDialogView_combined.js +5 -5
- package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TextEditorView.js +10 -10
- package/esm5/lib/igc-checkbox-list-component.js +195 -50
- package/esm5/lib/igc-data-grid-column-component.js +10 -6
- package/esm5/lib/igc-data-grid-component.js +45 -27
- package/esm5/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm5/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/fesm2015/igniteui-webcomponents-grids.js +974 -666
- package/fesm5/igniteui-webcomponents-grids.js +1040 -652
- package/grids/combined.js +173 -91
- package/grids/index.d.ts +30 -0
- package/grids/index.js +1 -0
- package/grids/lib/column-pinning-position.d.ts +1 -0
- package/grids/lib/common.d.ts +0 -4
- package/grids/lib/filtering-expressions-tree-type.d.ts +1 -0
- package/grids/lib/filtering-logic.d.ts +1 -0
- package/grids/lib/grid-column-data-type.d.ts +1 -1
- package/grids/lib/grid-paging-mode.d.ts +1 -0
- package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
- package/grids/lib/igc-action-strip-resource-strings.d.ts +1 -2
- package/grids/lib/igc-active-node-change-event-args.d.ts +1 -2
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
- package/grids/lib/igc-base-event-args.d.ts +1 -2
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-cell-type.d.ts +6 -12
- package/grids/lib/igc-column-component.d.ts +4 -3
- package/grids/lib/igc-column-exporting-event-args.d.ts +1 -2
- package/grids/lib/igc-column-group-component.d.ts +4 -2
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
- package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-date-summary-operand.d.ts +75 -0
- package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-dimensions-change.d.ts +30 -0
- package/grids/lib/igc-display-density-base.d.ts +1 -1
- package/grids/lib/igc-exporter-options-base.d.ts +18 -2
- package/grids/lib/igc-field-pipe-args.d.ts +6 -12
- package/grids/lib/igc-filtering-expression.d.ts +33 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +8 -8
- package/grids/lib/igc-filtering-operand.d.ts +4 -2
- package/grids/lib/igc-filtering-operation.d.ts +5 -2
- package/grids/lib/igc-for-of-state.d.ts +2 -4
- package/grids/lib/igc-grid-action-button-component.d.ts +1 -1
- package/grids/lib/igc-grid-actions-base-directive.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +34 -6
- package/grids/lib/igc-grid-component.d.ts +5 -5
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +6 -12
- package/grids/lib/igc-grid-resource-strings.d.ts +166 -326
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +2 -1
- package/grids/lib/igc-grid-validation-state.d.ts +1 -2
- package/grids/lib/igc-group-by-record.d.ts +2 -4
- package/grids/lib/igc-grouped-records.d.ts +1 -1
- package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-number-summary-operand.d.ts +104 -0
- package/grids/lib/igc-overlay-settings.d.ts +6 -12
- package/grids/lib/igc-paginator-resource-strings.d.ts +6 -12
- package/grids/lib/igc-pin-row-event-args.d.ts +2 -4
- package/grids/lib/igc-pinning-config.d.ts +2 -4
- package/grids/lib/igc-pivot-aggregator.d.ts +46 -0
- package/grids/lib/igc-pivot-configuration.d.ts +60 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +127 -0
- package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
- package/grids/lib/igc-pivot-date-dimension.d.ts +88 -0
- package/grids/lib/igc-pivot-dimension-strategy.d.ts +25 -0
- package/grids/lib/igc-pivot-dimension.d.ts +69 -0
- package/grids/lib/igc-pivot-grid-component.d.ts +492 -0
- package/grids/lib/igc-pivot-grid-value-template-context.d.ts +20 -0
- package/grids/lib/igc-pivot-keys.d.ts +47 -0
- package/grids/lib/igc-pivot-value.d.ts +65 -0
- package/grids/lib/igc-position-settings.d.ts +6 -12
- package/grids/lib/igc-row-data-event-args.d.ts +0 -5
- package/grids/lib/igc-row-selection-event-args.d.ts +3 -0
- package/grids/lib/igc-row-type.d.ts +19 -38
- package/grids/lib/igc-sorting-event-args.d.ts +2 -4
- package/grids/lib/igc-sorting-expression.d.ts +2 -4
- package/grids/lib/igc-sorting-options.d.ts +3 -2
- package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
- package/grids/lib/igc-summary-operand.d.ts +61 -0
- package/grids/lib/igc-summary-result.d.ts +1 -2
- package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-time-summary-operand.d.ts +49 -0
- package/grids/lib/igc-tree-grid-component.d.ts +3 -2
- package/grids/lib/igc-tree-grid-record.d.ts +5 -10
- package/grids/lib/igc-values-change.d.ts +23 -0
- package/grids/lib/pivot-aggregation-type.d.ts +3 -0
- package/grids/lib/pivot-dimension-type.d.ts +17 -0
- package/grids/lib/row-pinning-position.d.ts +1 -0
- package/grids/lib/sorting-direction.d.ts +1 -0
- package/grids/lib/sorting-options-mode.d.ts +3 -0
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CheckboxListView_combined.d.ts +120 -96
- package/lib/ComparisonOperatorSelectorView_combined.d.ts +1 -1
- package/lib/GridColumnSummaryOptionsView_combined.d.ts +1 -1
- package/lib/igc-checkbox-list-component.d.ts +40 -0
- package/package.json +4 -4
|
@@ -290,10 +290,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
290
290
|
* Gets or Sets the property name that contains the values.
|
|
291
291
|
*/
|
|
292
292
|
get: function () {
|
|
293
|
-
return this.i.
|
|
293
|
+
return this.i.bc;
|
|
294
294
|
},
|
|
295
295
|
set: function (v) {
|
|
296
|
-
this.i.
|
|
296
|
+
this.i.bc = v;
|
|
297
297
|
},
|
|
298
298
|
enumerable: true,
|
|
299
299
|
configurable: true
|
|
@@ -303,10 +303,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
303
303
|
* Gets or Sets the property name that contains the values.
|
|
304
304
|
*/
|
|
305
305
|
get: function () {
|
|
306
|
-
return this.i.
|
|
306
|
+
return this.i.b0;
|
|
307
307
|
},
|
|
308
308
|
set: function (v) {
|
|
309
|
-
this.i.
|
|
309
|
+
this.i.b0 = v;
|
|
310
310
|
},
|
|
311
311
|
enumerable: true,
|
|
312
312
|
configurable: true
|
|
@@ -316,10 +316,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
316
316
|
* Gets or Sets the property name that contains the values.
|
|
317
317
|
*/
|
|
318
318
|
get: function () {
|
|
319
|
-
return this.i.
|
|
319
|
+
return this.i.bg;
|
|
320
320
|
},
|
|
321
321
|
set: function (v) {
|
|
322
|
-
this.i.
|
|
322
|
+
this.i.bg = v;
|
|
323
323
|
},
|
|
324
324
|
enumerable: true,
|
|
325
325
|
configurable: true
|
|
@@ -343,18 +343,18 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
343
343
|
* Gets or Sets the property name that contains the values.
|
|
344
344
|
*/
|
|
345
345
|
get: function () {
|
|
346
|
-
return this.i.
|
|
346
|
+
return this.i.ax;
|
|
347
347
|
},
|
|
348
348
|
set: function (v) {
|
|
349
|
-
this.i.
|
|
350
|
-
this._a("rowHeight", this.i.
|
|
349
|
+
this.i.ax = +v;
|
|
350
|
+
this._a("rowHeight", this.i.ax);
|
|
351
351
|
},
|
|
352
352
|
enumerable: true,
|
|
353
353
|
configurable: true
|
|
354
354
|
});
|
|
355
355
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
356
356
|
get: function () {
|
|
357
|
-
return this.i.
|
|
357
|
+
return this.i.av;
|
|
358
358
|
},
|
|
359
359
|
enumerable: true,
|
|
360
360
|
configurable: true
|
|
@@ -364,16 +364,16 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
364
364
|
* Gets or Sets the property name that contains the values.
|
|
365
365
|
*/
|
|
366
366
|
get: function () {
|
|
367
|
-
if (this.i.
|
|
367
|
+
if (this.i.ae == null) {
|
|
368
368
|
return null;
|
|
369
369
|
}
|
|
370
|
-
return this.i.
|
|
370
|
+
return this.i.ae.fontString;
|
|
371
371
|
},
|
|
372
372
|
set: function (v) {
|
|
373
373
|
var fi = new FontInfo();
|
|
374
374
|
fi.fontString = v;
|
|
375
|
-
this.i.
|
|
376
|
-
this._a("cellTextStyle", this.i.
|
|
375
|
+
this.i.ae = fi;
|
|
376
|
+
this._a("cellTextStyle", this.i.ae != null ? this.i.ae.fontString : "");
|
|
377
377
|
},
|
|
378
378
|
enumerable: true,
|
|
379
379
|
configurable: true
|
|
@@ -420,6 +420,151 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
420
420
|
enumerable: true,
|
|
421
421
|
configurable: true
|
|
422
422
|
});
|
|
423
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchIconColor", {
|
|
424
|
+
/**
|
|
425
|
+
* Gets or sets the search icon color.
|
|
426
|
+
*/
|
|
427
|
+
get: function () {
|
|
428
|
+
return brushToString(this.i.du);
|
|
429
|
+
},
|
|
430
|
+
set: function (v) {
|
|
431
|
+
this.i.du = stringToBrush(v);
|
|
432
|
+
this._a("searchIconColor", brushToString(this.i.du));
|
|
433
|
+
},
|
|
434
|
+
enumerable: true,
|
|
435
|
+
configurable: true
|
|
436
|
+
});
|
|
437
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchBackgroundColor", {
|
|
438
|
+
/**
|
|
439
|
+
* Gets or sets the search background color.
|
|
440
|
+
*/
|
|
441
|
+
get: function () {
|
|
442
|
+
return brushToString(this.i.ds);
|
|
443
|
+
},
|
|
444
|
+
set: function (v) {
|
|
445
|
+
this.i.ds = stringToBrush(v);
|
|
446
|
+
this._a("searchBackgroundColor", brushToString(this.i.ds));
|
|
447
|
+
},
|
|
448
|
+
enumerable: true,
|
|
449
|
+
configurable: true
|
|
450
|
+
});
|
|
451
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchTextColor", {
|
|
452
|
+
/**
|
|
453
|
+
* Gets or sets the search text color.
|
|
454
|
+
*/
|
|
455
|
+
get: function () {
|
|
456
|
+
return brushToString(this.i.dv);
|
|
457
|
+
},
|
|
458
|
+
set: function (v) {
|
|
459
|
+
this.i.dv = stringToBrush(v);
|
|
460
|
+
this._a("searchTextColor", brushToString(this.i.dv));
|
|
461
|
+
},
|
|
462
|
+
enumerable: true,
|
|
463
|
+
configurable: true
|
|
464
|
+
});
|
|
465
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchBorderColor", {
|
|
466
|
+
/**
|
|
467
|
+
* Gets or sets the search border color.
|
|
468
|
+
*/
|
|
469
|
+
get: function () {
|
|
470
|
+
return brushToString(this.i.dt);
|
|
471
|
+
},
|
|
472
|
+
set: function (v) {
|
|
473
|
+
this.i.dt = stringToBrush(v);
|
|
474
|
+
this._a("searchBorderColor", brushToString(this.i.dt));
|
|
475
|
+
},
|
|
476
|
+
enumerable: true,
|
|
477
|
+
configurable: true
|
|
478
|
+
});
|
|
479
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchTextStyle", {
|
|
480
|
+
/**
|
|
481
|
+
* Gets or sets the text style.
|
|
482
|
+
*/
|
|
483
|
+
get: function () {
|
|
484
|
+
if (this.i.af == null) {
|
|
485
|
+
return null;
|
|
486
|
+
}
|
|
487
|
+
return this.i.af.fontString;
|
|
488
|
+
},
|
|
489
|
+
set: function (v) {
|
|
490
|
+
var fi = new FontInfo();
|
|
491
|
+
fi.fontString = v;
|
|
492
|
+
this.i.af = fi;
|
|
493
|
+
this._a("searchTextStyle", this.i.af != null ? this.i.af.fontString : "");
|
|
494
|
+
},
|
|
495
|
+
enumerable: true,
|
|
496
|
+
configurable: true
|
|
497
|
+
});
|
|
498
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxTickColor", {
|
|
499
|
+
/**
|
|
500
|
+
* Gets or sets the checkbox tick color.
|
|
501
|
+
*/
|
|
502
|
+
get: function () {
|
|
503
|
+
return brushToString(this.i.dl);
|
|
504
|
+
},
|
|
505
|
+
set: function (v) {
|
|
506
|
+
this.i.dl = stringToBrush(v);
|
|
507
|
+
this._a("checkboxTickColor", brushToString(this.i.dl));
|
|
508
|
+
},
|
|
509
|
+
enumerable: true,
|
|
510
|
+
configurable: true
|
|
511
|
+
});
|
|
512
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxCheckedBackgroundColor", {
|
|
513
|
+
/**
|
|
514
|
+
* Gets or sets the checkbox background color when checked.
|
|
515
|
+
*/
|
|
516
|
+
get: function () {
|
|
517
|
+
return brushToString(this.i.dj);
|
|
518
|
+
},
|
|
519
|
+
set: function (v) {
|
|
520
|
+
this.i.dj = stringToBrush(v);
|
|
521
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.dj));
|
|
522
|
+
},
|
|
523
|
+
enumerable: true,
|
|
524
|
+
configurable: true
|
|
525
|
+
});
|
|
526
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxUncheckedBackgroundColor", {
|
|
527
|
+
/**
|
|
528
|
+
* Gets or sets the checkbox background color when unchecked.
|
|
529
|
+
*/
|
|
530
|
+
get: function () {
|
|
531
|
+
return brushToString(this.i.dm);
|
|
532
|
+
},
|
|
533
|
+
set: function (v) {
|
|
534
|
+
this.i.dm = stringToBrush(v);
|
|
535
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.dm));
|
|
536
|
+
},
|
|
537
|
+
enumerable: true,
|
|
538
|
+
configurable: true
|
|
539
|
+
});
|
|
540
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxCheckedBorderColor", {
|
|
541
|
+
/**
|
|
542
|
+
* Gets or sets the checkbox border color when checked.
|
|
543
|
+
*/
|
|
544
|
+
get: function () {
|
|
545
|
+
return brushToString(this.i.dk);
|
|
546
|
+
},
|
|
547
|
+
set: function (v) {
|
|
548
|
+
this.i.dk = stringToBrush(v);
|
|
549
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.dk));
|
|
550
|
+
},
|
|
551
|
+
enumerable: true,
|
|
552
|
+
configurable: true
|
|
553
|
+
});
|
|
554
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxUncheckedBorderColor", {
|
|
555
|
+
/**
|
|
556
|
+
* Gets or sets the checkbox border color when unchecked.
|
|
557
|
+
*/
|
|
558
|
+
get: function () {
|
|
559
|
+
return brushToString(this.i.dn);
|
|
560
|
+
},
|
|
561
|
+
set: function (v) {
|
|
562
|
+
this.i.dn = stringToBrush(v);
|
|
563
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.dn));
|
|
564
|
+
},
|
|
565
|
+
enumerable: true,
|
|
566
|
+
configurable: true
|
|
567
|
+
});
|
|
423
568
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "scrollbarStyle", {
|
|
424
569
|
/**
|
|
425
570
|
* Gets or sets the style of scrollbar.
|
|
@@ -439,11 +584,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
439
584
|
* Gets or sets the scrollbar background color.
|
|
440
585
|
*/
|
|
441
586
|
get: function () {
|
|
442
|
-
return brushToString(this.i.
|
|
587
|
+
return brushToString(this.i.dr);
|
|
443
588
|
},
|
|
444
589
|
set: function (v) {
|
|
445
|
-
this.i.
|
|
446
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
590
|
+
this.i.dr = stringToBrush(v);
|
|
591
|
+
this._a("scrollbarBackground", brushToString(this.i.dr));
|
|
447
592
|
},
|
|
448
593
|
enumerable: true,
|
|
449
594
|
configurable: true
|
|
@@ -453,10 +598,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
453
598
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
454
599
|
*/
|
|
455
600
|
get: function () {
|
|
456
|
-
return this.i.
|
|
601
|
+
return this.i.bx;
|
|
457
602
|
},
|
|
458
603
|
set: function (v) {
|
|
459
|
-
this.i.
|
|
604
|
+
this.i.bx = v;
|
|
460
605
|
},
|
|
461
606
|
enumerable: true,
|
|
462
607
|
configurable: true
|
|
@@ -466,11 +611,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
466
611
|
* Gets or sets the color to use for the "Select All" label.
|
|
467
612
|
*/
|
|
468
613
|
get: function () {
|
|
469
|
-
return brushToString(this.i.
|
|
614
|
+
return brushToString(this.i.dw);
|
|
470
615
|
},
|
|
471
616
|
set: function (v) {
|
|
472
|
-
this.i.
|
|
473
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
617
|
+
this.i.dw = stringToBrush(v);
|
|
618
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.dw));
|
|
474
619
|
},
|
|
475
620
|
enumerable: true,
|
|
476
621
|
configurable: true
|
|
@@ -480,11 +625,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
480
625
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
481
626
|
*/
|
|
482
627
|
get: function () {
|
|
483
|
-
return brushToString(this.i.
|
|
628
|
+
return brushToString(this.i.dh);
|
|
484
629
|
},
|
|
485
630
|
set: function (v) {
|
|
486
|
-
this.i.
|
|
487
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
631
|
+
this.i.dh = stringToBrush(v);
|
|
632
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dh));
|
|
488
633
|
},
|
|
489
634
|
enumerable: true,
|
|
490
635
|
configurable: true
|
|
@@ -494,11 +639,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
494
639
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
495
640
|
*/
|
|
496
641
|
get: function () {
|
|
497
|
-
return this.i.
|
|
642
|
+
return this.i.as;
|
|
498
643
|
},
|
|
499
644
|
set: function (v) {
|
|
500
|
-
this.i.
|
|
501
|
-
this._a("showSelectAll", this.i.
|
|
645
|
+
this.i.as = ensureBool(v);
|
|
646
|
+
this._a("showSelectAll", this.i.as);
|
|
502
647
|
},
|
|
503
648
|
enumerable: true,
|
|
504
649
|
configurable: true
|
|
@@ -508,11 +653,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
508
653
|
* Gets or sets the color to use for the background of the component.
|
|
509
654
|
*/
|
|
510
655
|
get: function () {
|
|
511
|
-
return brushToString(this.i.
|
|
656
|
+
return brushToString(this.i.di);
|
|
512
657
|
},
|
|
513
658
|
set: function (v) {
|
|
514
|
-
this.i.
|
|
515
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
659
|
+
this.i.di = stringToBrush(v);
|
|
660
|
+
this._a("backgroundColor", brushToString(this.i.di));
|
|
516
661
|
},
|
|
517
662
|
enumerable: true,
|
|
518
663
|
configurable: true
|
|
@@ -522,11 +667,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
522
667
|
* Gets or sets the color to use for the text of the component.
|
|
523
668
|
*/
|
|
524
669
|
get: function () {
|
|
525
|
-
return brushToString(this.i.
|
|
670
|
+
return brushToString(this.i.dy);
|
|
526
671
|
},
|
|
527
672
|
set: function (v) {
|
|
528
|
-
this.i.
|
|
529
|
-
this._a("textColor", brushToString(this.i.
|
|
673
|
+
this.i.dy = stringToBrush(v);
|
|
674
|
+
this._a("textColor", brushToString(this.i.dy));
|
|
530
675
|
},
|
|
531
676
|
enumerable: true,
|
|
532
677
|
configurable: true
|
|
@@ -536,11 +681,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
536
681
|
* Gets or sets whether the filter input is visible.
|
|
537
682
|
*/
|
|
538
683
|
get: function () {
|
|
539
|
-
return this.i.
|
|
684
|
+
return this.i.aq;
|
|
540
685
|
},
|
|
541
686
|
set: function (v) {
|
|
542
|
-
this.i.
|
|
543
|
-
this._a("showFilter", this.i.
|
|
687
|
+
this.i.aq = ensureBool(v);
|
|
688
|
+
this._a("showFilter", this.i.aq);
|
|
544
689
|
},
|
|
545
690
|
enumerable: true,
|
|
546
691
|
configurable: true
|
|
@@ -550,11 +695,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
550
695
|
* Gets or sets whether row hover highlighting is enabled.
|
|
551
696
|
*/
|
|
552
697
|
get: function () {
|
|
553
|
-
return this.i.
|
|
698
|
+
return this.i.an;
|
|
554
699
|
},
|
|
555
700
|
set: function (v) {
|
|
556
|
-
this.i.
|
|
557
|
-
this._a("isRowHoverEnabled", this.i.
|
|
701
|
+
this.i.an = ensureBool(v);
|
|
702
|
+
this._a("isRowHoverEnabled", this.i.an);
|
|
558
703
|
},
|
|
559
704
|
enumerable: true,
|
|
560
705
|
configurable: true
|
|
@@ -632,17 +777,17 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
632
777
|
|
|
633
778
|
*/
|
|
634
779
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
635
|
-
this.i.
|
|
780
|
+
this.i.cy();
|
|
636
781
|
};
|
|
637
782
|
/**
|
|
638
783
|
* Deselects all the items in the checkbox list.
|
|
639
784
|
|
|
640
785
|
*/
|
|
641
786
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
642
|
-
this.i.
|
|
787
|
+
this.i.b9();
|
|
643
788
|
};
|
|
644
789
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
645
|
-
this.i.
|
|
790
|
+
this.i.cg(index, oldItem, newItem);
|
|
646
791
|
};
|
|
647
792
|
/**
|
|
648
793
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -650,26 +795,26 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
650
795
|
|
|
651
796
|
*/
|
|
652
797
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
653
|
-
this.i.
|
|
798
|
+
this.i.cd();
|
|
654
799
|
};
|
|
655
800
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
656
|
-
this.i.
|
|
801
|
+
this.i.ce(index, newItem);
|
|
657
802
|
};
|
|
658
803
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
659
|
-
this.i.
|
|
804
|
+
this.i.cf(index, oldItem);
|
|
660
805
|
};
|
|
661
806
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
662
|
-
this.i.
|
|
807
|
+
this.i.b6(value);
|
|
663
808
|
};
|
|
664
809
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
665
|
-
this.i.
|
|
810
|
+
this.i.cx(value);
|
|
666
811
|
};
|
|
667
812
|
/**
|
|
668
813
|
* Returns true if no items are selected / checked; otherwise false.
|
|
669
814
|
|
|
670
815
|
*/
|
|
671
816
|
IgcCheckboxListComponent.prototype.isNothingSelected = function () {
|
|
672
|
-
var iv = this.i.
|
|
817
|
+
var iv = this.i.al();
|
|
673
818
|
return (iv);
|
|
674
819
|
};
|
|
675
820
|
/**
|
|
@@ -677,7 +822,7 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
677
822
|
|
|
678
823
|
*/
|
|
679
824
|
IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
|
|
680
|
-
var iv = this.i.
|
|
825
|
+
var iv = this.i.ak();
|
|
681
826
|
return (iv);
|
|
682
827
|
};
|
|
683
828
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkedChanged", {
|
|
@@ -281,11 +281,13 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
281
281
|
}
|
|
282
282
|
if (!r.externalObject) {
|
|
283
283
|
var e = new IgcGridColumnAnimationSettings();
|
|
284
|
-
if (
|
|
285
|
-
e.
|
|
284
|
+
if (r.$type) {
|
|
285
|
+
e._implementation = r;
|
|
286
286
|
}
|
|
287
287
|
else {
|
|
288
|
-
e.
|
|
288
|
+
if (e.i.setNativeElement) {
|
|
289
|
+
e.i.setNativeElement(r);
|
|
290
|
+
}
|
|
289
291
|
}
|
|
290
292
|
r.externalObject = e;
|
|
291
293
|
}
|
|
@@ -308,11 +310,13 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
308
310
|
}
|
|
309
311
|
if (!r.externalObject) {
|
|
310
312
|
var e = new IgcColumnWidth();
|
|
311
|
-
if (
|
|
312
|
-
e.
|
|
313
|
+
if (r.$type) {
|
|
314
|
+
e._implementation = r;
|
|
313
315
|
}
|
|
314
316
|
else {
|
|
315
|
-
e.
|
|
317
|
+
if (e.i.setNativeElement) {
|
|
318
|
+
e.i.setNativeElement(r);
|
|
319
|
+
}
|
|
316
320
|
}
|
|
317
321
|
r.externalObject = e;
|
|
318
322
|
}
|
|
@@ -1679,11 +1679,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1679
1679
|
}
|
|
1680
1680
|
if (!r.externalObject) {
|
|
1681
1681
|
var e = new IgcGridAnimationSettings();
|
|
1682
|
-
if (
|
|
1683
|
-
e.
|
|
1682
|
+
if (r.$type) {
|
|
1683
|
+
e._implementation = r;
|
|
1684
1684
|
}
|
|
1685
1685
|
else {
|
|
1686
|
-
e.
|
|
1686
|
+
if (e.i.setNativeElement) {
|
|
1687
|
+
e.i.setNativeElement(r);
|
|
1688
|
+
}
|
|
1687
1689
|
}
|
|
1688
1690
|
r.externalObject = e;
|
|
1689
1691
|
}
|
|
@@ -2237,11 +2239,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2237
2239
|
}
|
|
2238
2240
|
if (!r.externalObject) {
|
|
2239
2241
|
var e = new IgcGridCellPosition();
|
|
2240
|
-
if (
|
|
2241
|
-
e.
|
|
2242
|
+
if (r.$type) {
|
|
2243
|
+
e._implementation = r;
|
|
2242
2244
|
}
|
|
2243
2245
|
else {
|
|
2244
|
-
e.
|
|
2246
|
+
if (e.i.setNativeElement) {
|
|
2247
|
+
e.i.setNativeElement(r);
|
|
2248
|
+
}
|
|
2245
2249
|
}
|
|
2246
2250
|
r.externalObject = e;
|
|
2247
2251
|
}
|
|
@@ -3115,11 +3119,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3115
3119
|
}
|
|
3116
3120
|
if (!r.externalObject) {
|
|
3117
3121
|
var e = new IgcColumnSortDescriptionCollection();
|
|
3118
|
-
if (
|
|
3119
|
-
e.
|
|
3122
|
+
if (r.$type) {
|
|
3123
|
+
e._implementation = r;
|
|
3120
3124
|
}
|
|
3121
3125
|
else {
|
|
3122
|
-
e.
|
|
3126
|
+
if (e.i.setNativeElement) {
|
|
3127
|
+
e.i.setNativeElement(r);
|
|
3128
|
+
}
|
|
3123
3129
|
}
|
|
3124
3130
|
r.externalObject = e;
|
|
3125
3131
|
}
|
|
@@ -3139,11 +3145,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3139
3145
|
}
|
|
3140
3146
|
if (!r.externalObject) {
|
|
3141
3147
|
var e = new IgcColumnGroupDescriptionCollection();
|
|
3142
|
-
if (
|
|
3143
|
-
e.
|
|
3148
|
+
if (r.$type) {
|
|
3149
|
+
e._implementation = r;
|
|
3144
3150
|
}
|
|
3145
3151
|
else {
|
|
3146
|
-
e.
|
|
3152
|
+
if (e.i.setNativeElement) {
|
|
3153
|
+
e.i.setNativeElement(r);
|
|
3154
|
+
}
|
|
3147
3155
|
}
|
|
3148
3156
|
r.externalObject = e;
|
|
3149
3157
|
}
|
|
@@ -3163,11 +3171,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3163
3171
|
}
|
|
3164
3172
|
if (!r.externalObject) {
|
|
3165
3173
|
var e = new IgcColumnSummaryDescriptionCollection();
|
|
3166
|
-
if (
|
|
3167
|
-
e.
|
|
3174
|
+
if (r.$type) {
|
|
3175
|
+
e._implementation = r;
|
|
3168
3176
|
}
|
|
3169
3177
|
else {
|
|
3170
|
-
e.
|
|
3178
|
+
if (e.i.setNativeElement) {
|
|
3179
|
+
e.i.setNativeElement(r);
|
|
3180
|
+
}
|
|
3171
3181
|
}
|
|
3172
3182
|
r.externalObject = e;
|
|
3173
3183
|
}
|
|
@@ -3217,11 +3227,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3217
3227
|
}
|
|
3218
3228
|
if (!r.externalObject) {
|
|
3219
3229
|
var e = new IgcColumnSortDescriptionCollection();
|
|
3220
|
-
if (
|
|
3221
|
-
e.
|
|
3230
|
+
if (r.$type) {
|
|
3231
|
+
e._implementation = r;
|
|
3222
3232
|
}
|
|
3223
3233
|
else {
|
|
3224
|
-
e.
|
|
3234
|
+
if (e.i.setNativeElement) {
|
|
3235
|
+
e.i.setNativeElement(r);
|
|
3236
|
+
}
|
|
3225
3237
|
}
|
|
3226
3238
|
r.externalObject = e;
|
|
3227
3239
|
}
|
|
@@ -3241,11 +3253,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3241
3253
|
}
|
|
3242
3254
|
if (!r.externalObject) {
|
|
3243
3255
|
var e = new IgcColumnGroupDescriptionCollection();
|
|
3244
|
-
if (
|
|
3245
|
-
e.
|
|
3256
|
+
if (r.$type) {
|
|
3257
|
+
e._implementation = r;
|
|
3246
3258
|
}
|
|
3247
3259
|
else {
|
|
3248
|
-
e.
|
|
3260
|
+
if (e.i.setNativeElement) {
|
|
3261
|
+
e.i.setNativeElement(r);
|
|
3262
|
+
}
|
|
3249
3263
|
}
|
|
3250
3264
|
r.externalObject = e;
|
|
3251
3265
|
}
|
|
@@ -3265,11 +3279,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3265
3279
|
}
|
|
3266
3280
|
if (!r.externalObject) {
|
|
3267
3281
|
var e = new IgcFilterExpressionCollection();
|
|
3268
|
-
if (
|
|
3269
|
-
e.
|
|
3282
|
+
if (r.$type) {
|
|
3283
|
+
e._implementation = r;
|
|
3270
3284
|
}
|
|
3271
3285
|
else {
|
|
3272
|
-
e.
|
|
3286
|
+
if (e.i.setNativeElement) {
|
|
3287
|
+
e.i.setNativeElement(r);
|
|
3288
|
+
}
|
|
3273
3289
|
}
|
|
3274
3290
|
r.externalObject = e;
|
|
3275
3291
|
}
|
|
@@ -3289,11 +3305,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3289
3305
|
}
|
|
3290
3306
|
if (!r.externalObject) {
|
|
3291
3307
|
var e = new IgcColumnSummaryDescriptionCollection();
|
|
3292
|
-
if (
|
|
3293
|
-
e.
|
|
3308
|
+
if (r.$type) {
|
|
3309
|
+
e._implementation = r;
|
|
3294
3310
|
}
|
|
3295
3311
|
else {
|
|
3296
|
-
e.
|
|
3312
|
+
if (e.i.setNativeElement) {
|
|
3313
|
+
e.i.setNativeElement(r);
|
|
3314
|
+
}
|
|
3297
3315
|
}
|
|
3298
3316
|
r.externalObject = e;
|
|
3299
3317
|
}
|
|
@@ -40,11 +40,13 @@ var IgcGridActiveCellChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
40
40
|
}
|
|
41
41
|
if (!r.externalObject) {
|
|
42
42
|
var e = new IgcGridCellPosition();
|
|
43
|
-
if (
|
|
44
|
-
e.
|
|
43
|
+
if (r.$type) {
|
|
44
|
+
e._implementation = r;
|
|
45
45
|
}
|
|
46
46
|
else {
|
|
47
|
-
e.
|
|
47
|
+
if (e.i.setNativeElement) {
|
|
48
|
+
e.i.setNativeElement(r);
|
|
49
|
+
}
|
|
48
50
|
}
|
|
49
51
|
r.externalObject = e;
|
|
50
52
|
}
|
|
@@ -67,11 +69,13 @@ var IgcGridActiveCellChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
67
69
|
}
|
|
68
70
|
if (!r.externalObject) {
|
|
69
71
|
var e = new IgcGridCellPosition();
|
|
70
|
-
if (
|
|
71
|
-
e.
|
|
72
|
+
if (r.$type) {
|
|
73
|
+
e._implementation = r;
|
|
72
74
|
}
|
|
73
75
|
else {
|
|
74
|
-
e.
|
|
76
|
+
if (e.i.setNativeElement) {
|
|
77
|
+
e.i.setNativeElement(r);
|
|
78
|
+
}
|
|
75
79
|
}
|
|
76
80
|
r.externalObject = e;
|
|
77
81
|
}
|
|
@@ -65,11 +65,13 @@ var IgcGridColumnWidthChangedEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
65
65
|
}
|
|
66
66
|
if (!r.externalObject) {
|
|
67
67
|
var e = new IgcColumnWidth();
|
|
68
|
-
if (
|
|
69
|
-
e.
|
|
68
|
+
if (r.$type) {
|
|
69
|
+
e._implementation = r;
|
|
70
70
|
}
|
|
71
71
|
else {
|
|
72
|
-
e.
|
|
72
|
+
if (e.i.setNativeElement) {
|
|
73
|
+
e.i.setNativeElement(r);
|
|
74
|
+
}
|
|
73
75
|
}
|
|
74
76
|
r.externalObject = e;
|
|
75
77
|
}
|
|
@@ -92,11 +94,13 @@ var IgcGridColumnWidthChangedEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
92
94
|
}
|
|
93
95
|
if (!r.externalObject) {
|
|
94
96
|
var e = new IgcColumnWidth();
|
|
95
|
-
if (
|
|
96
|
-
e.
|
|
97
|
+
if (r.$type) {
|
|
98
|
+
e._implementation = r;
|
|
97
99
|
}
|
|
98
100
|
else {
|
|
99
|
-
e.
|
|
101
|
+
if (e.i.setNativeElement) {
|
|
102
|
+
e.i.setNativeElement(r);
|
|
103
|
+
}
|
|
100
104
|
}
|
|
101
105
|
r.externalObject = e;
|
|
102
106
|
}
|