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
|
@@ -214,11 +214,13 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
214
214
|
}
|
|
215
215
|
if (!r.externalObject) {
|
|
216
216
|
let e = new IgcGridColumnAnimationSettings();
|
|
217
|
-
if (
|
|
218
|
-
e.
|
|
217
|
+
if (r.$type) {
|
|
218
|
+
e._implementation = r;
|
|
219
219
|
}
|
|
220
220
|
else {
|
|
221
|
-
e.
|
|
221
|
+
if (e.i.setNativeElement) {
|
|
222
|
+
e.i.setNativeElement(r);
|
|
223
|
+
}
|
|
222
224
|
}
|
|
223
225
|
r.externalObject = e;
|
|
224
226
|
}
|
|
@@ -237,11 +239,13 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
237
239
|
}
|
|
238
240
|
if (!r.externalObject) {
|
|
239
241
|
let e = new IgcColumnWidth();
|
|
240
|
-
if (
|
|
241
|
-
e.
|
|
242
|
+
if (r.$type) {
|
|
243
|
+
e._implementation = r;
|
|
242
244
|
}
|
|
243
245
|
else {
|
|
244
|
-
e.
|
|
246
|
+
if (e.i.setNativeElement) {
|
|
247
|
+
e.i.setNativeElement(r);
|
|
248
|
+
}
|
|
245
249
|
}
|
|
246
250
|
r.externalObject = e;
|
|
247
251
|
}
|
|
@@ -1430,11 +1430,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1430
1430
|
}
|
|
1431
1431
|
if (!r.externalObject) {
|
|
1432
1432
|
let e = new IgcGridAnimationSettings();
|
|
1433
|
-
if (
|
|
1434
|
-
e.
|
|
1433
|
+
if (r.$type) {
|
|
1434
|
+
e._implementation = r;
|
|
1435
1435
|
}
|
|
1436
1436
|
else {
|
|
1437
|
-
e.
|
|
1437
|
+
if (e.i.setNativeElement) {
|
|
1438
|
+
e.i.setNativeElement(r);
|
|
1439
|
+
}
|
|
1438
1440
|
}
|
|
1439
1441
|
r.externalObject = e;
|
|
1440
1442
|
}
|
|
@@ -1868,11 +1870,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1868
1870
|
}
|
|
1869
1871
|
if (!r.externalObject) {
|
|
1870
1872
|
let e = new IgcGridCellPosition();
|
|
1871
|
-
if (
|
|
1872
|
-
e.
|
|
1873
|
+
if (r.$type) {
|
|
1874
|
+
e._implementation = r;
|
|
1873
1875
|
}
|
|
1874
1876
|
else {
|
|
1875
|
-
e.
|
|
1877
|
+
if (e.i.setNativeElement) {
|
|
1878
|
+
e.i.setNativeElement(r);
|
|
1879
|
+
}
|
|
1876
1880
|
}
|
|
1877
1881
|
r.externalObject = e;
|
|
1878
1882
|
}
|
|
@@ -2514,11 +2518,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2514
2518
|
}
|
|
2515
2519
|
if (!r.externalObject) {
|
|
2516
2520
|
let e = new IgcColumnSortDescriptionCollection();
|
|
2517
|
-
if (
|
|
2518
|
-
e.
|
|
2521
|
+
if (r.$type) {
|
|
2522
|
+
e._implementation = r;
|
|
2519
2523
|
}
|
|
2520
2524
|
else {
|
|
2521
|
-
e.
|
|
2525
|
+
if (e.i.setNativeElement) {
|
|
2526
|
+
e.i.setNativeElement(r);
|
|
2527
|
+
}
|
|
2522
2528
|
}
|
|
2523
2529
|
r.externalObject = e;
|
|
2524
2530
|
}
|
|
@@ -2534,11 +2540,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2534
2540
|
}
|
|
2535
2541
|
if (!r.externalObject) {
|
|
2536
2542
|
let e = new IgcColumnGroupDescriptionCollection();
|
|
2537
|
-
if (
|
|
2538
|
-
e.
|
|
2543
|
+
if (r.$type) {
|
|
2544
|
+
e._implementation = r;
|
|
2539
2545
|
}
|
|
2540
2546
|
else {
|
|
2541
|
-
e.
|
|
2547
|
+
if (e.i.setNativeElement) {
|
|
2548
|
+
e.i.setNativeElement(r);
|
|
2549
|
+
}
|
|
2542
2550
|
}
|
|
2543
2551
|
r.externalObject = e;
|
|
2544
2552
|
}
|
|
@@ -2554,11 +2562,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2554
2562
|
}
|
|
2555
2563
|
if (!r.externalObject) {
|
|
2556
2564
|
let e = new IgcColumnSummaryDescriptionCollection();
|
|
2557
|
-
if (
|
|
2558
|
-
e.
|
|
2565
|
+
if (r.$type) {
|
|
2566
|
+
e._implementation = r;
|
|
2559
2567
|
}
|
|
2560
2568
|
else {
|
|
2561
|
-
e.
|
|
2569
|
+
if (e.i.setNativeElement) {
|
|
2570
|
+
e.i.setNativeElement(r);
|
|
2571
|
+
}
|
|
2562
2572
|
}
|
|
2563
2573
|
r.externalObject = e;
|
|
2564
2574
|
}
|
|
@@ -2592,11 +2602,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2592
2602
|
}
|
|
2593
2603
|
if (!r.externalObject) {
|
|
2594
2604
|
let e = new IgcColumnSortDescriptionCollection();
|
|
2595
|
-
if (
|
|
2596
|
-
e.
|
|
2605
|
+
if (r.$type) {
|
|
2606
|
+
e._implementation = r;
|
|
2597
2607
|
}
|
|
2598
2608
|
else {
|
|
2599
|
-
e.
|
|
2609
|
+
if (e.i.setNativeElement) {
|
|
2610
|
+
e.i.setNativeElement(r);
|
|
2611
|
+
}
|
|
2600
2612
|
}
|
|
2601
2613
|
r.externalObject = e;
|
|
2602
2614
|
}
|
|
@@ -2612,11 +2624,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2612
2624
|
}
|
|
2613
2625
|
if (!r.externalObject) {
|
|
2614
2626
|
let e = new IgcColumnGroupDescriptionCollection();
|
|
2615
|
-
if (
|
|
2616
|
-
e.
|
|
2627
|
+
if (r.$type) {
|
|
2628
|
+
e._implementation = r;
|
|
2617
2629
|
}
|
|
2618
2630
|
else {
|
|
2619
|
-
e.
|
|
2631
|
+
if (e.i.setNativeElement) {
|
|
2632
|
+
e.i.setNativeElement(r);
|
|
2633
|
+
}
|
|
2620
2634
|
}
|
|
2621
2635
|
r.externalObject = e;
|
|
2622
2636
|
}
|
|
@@ -2632,11 +2646,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2632
2646
|
}
|
|
2633
2647
|
if (!r.externalObject) {
|
|
2634
2648
|
let e = new IgcFilterExpressionCollection();
|
|
2635
|
-
if (
|
|
2636
|
-
e.
|
|
2649
|
+
if (r.$type) {
|
|
2650
|
+
e._implementation = r;
|
|
2637
2651
|
}
|
|
2638
2652
|
else {
|
|
2639
|
-
e.
|
|
2653
|
+
if (e.i.setNativeElement) {
|
|
2654
|
+
e.i.setNativeElement(r);
|
|
2655
|
+
}
|
|
2640
2656
|
}
|
|
2641
2657
|
r.externalObject = e;
|
|
2642
2658
|
}
|
|
@@ -2652,11 +2668,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2652
2668
|
}
|
|
2653
2669
|
if (!r.externalObject) {
|
|
2654
2670
|
let e = new IgcColumnSummaryDescriptionCollection();
|
|
2655
|
-
if (
|
|
2656
|
-
e.
|
|
2671
|
+
if (r.$type) {
|
|
2672
|
+
e._implementation = r;
|
|
2657
2673
|
}
|
|
2658
2674
|
else {
|
|
2659
|
-
e.
|
|
2675
|
+
if (e.i.setNativeElement) {
|
|
2676
|
+
e.i.setNativeElement(r);
|
|
2677
|
+
}
|
|
2660
2678
|
}
|
|
2661
2679
|
r.externalObject = e;
|
|
2662
2680
|
}
|
|
@@ -35,11 +35,13 @@ export class IgcGridActiveCellChangedEventArgs {
|
|
|
35
35
|
}
|
|
36
36
|
if (!r.externalObject) {
|
|
37
37
|
let e = new IgcGridCellPosition();
|
|
38
|
-
if (
|
|
39
|
-
e.
|
|
38
|
+
if (r.$type) {
|
|
39
|
+
e._implementation = r;
|
|
40
40
|
}
|
|
41
41
|
else {
|
|
42
|
-
e.
|
|
42
|
+
if (e.i.setNativeElement) {
|
|
43
|
+
e.i.setNativeElement(r);
|
|
44
|
+
}
|
|
43
45
|
}
|
|
44
46
|
r.externalObject = e;
|
|
45
47
|
}
|
|
@@ -58,11 +60,13 @@ export class IgcGridActiveCellChangedEventArgs {
|
|
|
58
60
|
}
|
|
59
61
|
if (!r.externalObject) {
|
|
60
62
|
let e = new IgcGridCellPosition();
|
|
61
|
-
if (
|
|
62
|
-
e.
|
|
63
|
+
if (r.$type) {
|
|
64
|
+
e._implementation = r;
|
|
63
65
|
}
|
|
64
66
|
else {
|
|
65
|
-
e.
|
|
67
|
+
if (e.i.setNativeElement) {
|
|
68
|
+
e.i.setNativeElement(r);
|
|
69
|
+
}
|
|
66
70
|
}
|
|
67
71
|
r.externalObject = e;
|
|
68
72
|
}
|
|
@@ -56,11 +56,13 @@ export class IgcGridColumnWidthChangedEventArgs {
|
|
|
56
56
|
}
|
|
57
57
|
if (!r.externalObject) {
|
|
58
58
|
let e = new IgcColumnWidth();
|
|
59
|
-
if (
|
|
60
|
-
e.
|
|
59
|
+
if (r.$type) {
|
|
60
|
+
e._implementation = r;
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
63
|
-
e.
|
|
63
|
+
if (e.i.setNativeElement) {
|
|
64
|
+
e.i.setNativeElement(r);
|
|
65
|
+
}
|
|
64
66
|
}
|
|
65
67
|
r.externalObject = e;
|
|
66
68
|
}
|
|
@@ -79,11 +81,13 @@ export class IgcGridColumnWidthChangedEventArgs {
|
|
|
79
81
|
}
|
|
80
82
|
if (!r.externalObject) {
|
|
81
83
|
let e = new IgcColumnWidth();
|
|
82
|
-
if (
|
|
83
|
-
e.
|
|
84
|
+
if (r.$type) {
|
|
85
|
+
e._implementation = r;
|
|
84
86
|
}
|
|
85
87
|
else {
|
|
86
|
-
e.
|
|
88
|
+
if (e.i.setNativeElement) {
|
|
89
|
+
e.i.setNativeElement(r);
|
|
90
|
+
}
|
|
87
91
|
}
|
|
88
92
|
r.externalObject = e;
|
|
89
93
|
}
|
|
@@ -53,11 +53,13 @@ export class IgcGridCustomFilterRequestedEventArgs {
|
|
|
53
53
|
}
|
|
54
54
|
if (!r.externalObject) {
|
|
55
55
|
let e = new IgcFilterOperand();
|
|
56
|
-
if (
|
|
57
|
-
e.
|
|
56
|
+
if (r.$type) {
|
|
57
|
+
e._implementation = r;
|
|
58
58
|
}
|
|
59
59
|
else {
|
|
60
|
-
e.
|
|
60
|
+
if (e.i.setNativeElement) {
|
|
61
|
+
e.i.setNativeElement(r);
|
|
62
|
+
}
|
|
61
63
|
}
|
|
62
64
|
r.externalObject = e;
|
|
63
65
|
}
|
|
@@ -29,11 +29,13 @@ export class IgcGridFilterExpressionsEventArgs {
|
|
|
29
29
|
}
|
|
30
30
|
if (!r.externalObject) {
|
|
31
31
|
let e = new IgcFilterExpressionCollection();
|
|
32
|
-
if (
|
|
33
|
-
e.
|
|
32
|
+
if (r.$type) {
|
|
33
|
+
e._implementation = r;
|
|
34
34
|
}
|
|
35
35
|
else {
|
|
36
|
-
e.
|
|
36
|
+
if (e.i.setNativeElement) {
|
|
37
|
+
e.i.setNativeElement(r);
|
|
38
|
+
}
|
|
37
39
|
}
|
|
38
40
|
r.externalObject = e;
|
|
39
41
|
}
|
|
@@ -32,11 +32,13 @@ export class IgcGridGroupDescriptionsChangedEventArgs {
|
|
|
32
32
|
}
|
|
33
33
|
if (!r.externalObject) {
|
|
34
34
|
let e = new IgcColumnGroupDescriptionCollection();
|
|
35
|
-
if (
|
|
36
|
-
e.
|
|
35
|
+
if (r.$type) {
|
|
36
|
+
e._implementation = r;
|
|
37
37
|
}
|
|
38
38
|
else {
|
|
39
|
-
e.
|
|
39
|
+
if (e.i.setNativeElement) {
|
|
40
|
+
e.i.setNativeElement(r);
|
|
41
|
+
}
|
|
40
42
|
}
|
|
41
43
|
r.externalObject = e;
|
|
42
44
|
}
|
|
@@ -32,11 +32,13 @@ export class IgcGridSortDescriptionsChangedEventArgs {
|
|
|
32
32
|
}
|
|
33
33
|
if (!r.externalObject) {
|
|
34
34
|
let e = new IgcColumnSortDescriptionCollection();
|
|
35
|
-
if (
|
|
36
|
-
e.
|
|
35
|
+
if (r.$type) {
|
|
36
|
+
e._implementation = r;
|
|
37
37
|
}
|
|
38
38
|
else {
|
|
39
|
-
e.
|
|
39
|
+
if (e.i.setNativeElement) {
|
|
40
|
+
e.i.setNativeElement(r);
|
|
41
|
+
}
|
|
40
42
|
}
|
|
41
43
|
r.externalObject = e;
|
|
42
44
|
}
|
|
@@ -32,11 +32,13 @@ export class IgcGridSummaryDescriptionsChangedEventArgs {
|
|
|
32
32
|
}
|
|
33
33
|
if (!r.externalObject) {
|
|
34
34
|
let e = new IgcColumnSummaryDescriptionCollection();
|
|
35
|
-
if (
|
|
36
|
-
e.
|
|
35
|
+
if (r.$type) {
|
|
36
|
+
e._implementation = r;
|
|
37
37
|
}
|
|
38
38
|
else {
|
|
39
|
-
e.
|
|
39
|
+
if (e.i.setNativeElement) {
|
|
40
|
+
e.i.setNativeElement(r);
|
|
41
|
+
}
|
|
40
42
|
}
|
|
41
43
|
r.externalObject = e;
|
|
42
44
|
}
|
|
@@ -150,7 +150,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
150
|
};
|
|
151
151
|
Object.defineProperty(CanvasGridCellBase.prototype, "templateContext", {
|
|
152
152
|
get: function () {
|
|
153
|
-
return this.j.
|
|
153
|
+
return this.j.h();
|
|
154
154
|
},
|
|
155
155
|
enumerable: true,
|
|
156
156
|
configurable: true
|
|
@@ -303,7 +303,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
303
303
|
return;
|
|
304
304
|
}
|
|
305
305
|
if (this.bz != 1) {
|
|
306
|
-
a.
|
|
306
|
+
a.ae(this.bz);
|
|
307
307
|
}
|
|
308
308
|
var j = this.j;
|
|
309
309
|
if (!this.v) {
|
|
@@ -319,17 +319,17 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
319
319
|
if (this.p || this.u || (this.i != null && this.i.g != this.br)) {
|
|
320
320
|
this.p = false;
|
|
321
321
|
this.br = this.i.g;
|
|
322
|
-
j.
|
|
322
|
+
j.ad(this.i);
|
|
323
323
|
}
|
|
324
324
|
if (f != 1) {
|
|
325
|
-
j.
|
|
326
|
-
j.
|
|
325
|
+
j.aa();
|
|
326
|
+
j.ab(f, f);
|
|
327
327
|
}
|
|
328
328
|
if (!this.v) {
|
|
329
|
-
j.
|
|
329
|
+
j.aa();
|
|
330
330
|
var k = Math.round((d - b));
|
|
331
331
|
var l = Math.round((e - c));
|
|
332
|
-
j.
|
|
332
|
+
j.ag(k, l);
|
|
333
333
|
}
|
|
334
334
|
if (g) {
|
|
335
335
|
this.b8(j);
|
|
@@ -338,24 +338,24 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
338
338
|
this.b9(j);
|
|
339
339
|
}
|
|
340
340
|
if (!this.v) {
|
|
341
|
-
j.
|
|
341
|
+
j.z();
|
|
342
342
|
}
|
|
343
343
|
if (f != 1) {
|
|
344
|
-
j.
|
|
344
|
+
j.z();
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
if (!i && this.v) {
|
|
348
348
|
var m = Math.round((d - b) * f);
|
|
349
349
|
var n = Math.round((e - c) * f);
|
|
350
350
|
if (this.am == this.ao && this.al == this.an) {
|
|
351
|
-
a.
|
|
351
|
+
a.n(this.bu(), 1, m, n, this.am, this.al);
|
|
352
352
|
}
|
|
353
353
|
else {
|
|
354
|
-
a.
|
|
354
|
+
a.o(this.bu(), 1, 0, 0, this.am, this.al, m, n, this.am, this.al);
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
if (this.bz != 1) {
|
|
358
|
-
a.
|
|
358
|
+
a.ae(1);
|
|
359
359
|
}
|
|
360
360
|
};
|
|
361
361
|
CanvasGridCellBase.prototype.bu = function () {
|
|
@@ -363,13 +363,13 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
363
363
|
};
|
|
364
364
|
CanvasGridCellBase.prototype.b8 = function (a) {
|
|
365
365
|
if (!this.m) {
|
|
366
|
-
a.
|
|
366
|
+
a.l(0, 0, this.ao, this.an);
|
|
367
367
|
}
|
|
368
368
|
this.c6.n = 0;
|
|
369
369
|
this.c6.o = 0;
|
|
370
370
|
this.c6.width = this.a5;
|
|
371
371
|
this.c6.height = this.as;
|
|
372
|
-
a.
|
|
372
|
+
a.w(this.c6);
|
|
373
373
|
if (this.cy != null) {
|
|
374
374
|
if (this.ai > 0) {
|
|
375
375
|
this.c2.am = 0;
|
|
@@ -378,7 +378,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
378
378
|
this.c2.al = this.ai / 2;
|
|
379
379
|
this.c2._stroke = this.cy;
|
|
380
380
|
this.c2.ac = this.ai;
|
|
381
|
-
a.
|
|
381
|
+
a.s(this.c2);
|
|
382
382
|
}
|
|
383
383
|
if (this.aj > 0) {
|
|
384
384
|
this.c3.am = 0;
|
|
@@ -387,7 +387,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
387
387
|
this.c3.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
388
388
|
this.c3._stroke = this.cy;
|
|
389
389
|
this.c3.ac = this.aj;
|
|
390
|
-
a.
|
|
390
|
+
a.s(this.c3);
|
|
391
391
|
}
|
|
392
392
|
if (this.ak > 0) {
|
|
393
393
|
this.c5.am = this.ak / 2;
|
|
@@ -396,7 +396,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
396
396
|
this.c5.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
397
397
|
this.c5._stroke = this.cy;
|
|
398
398
|
this.c5.ac = this.ak;
|
|
399
|
-
a.
|
|
399
|
+
a.s(this.c5);
|
|
400
400
|
}
|
|
401
401
|
if (this.ah > 0) {
|
|
402
402
|
this.c1.am = Math.max(0, this.as - (this.ah / 2));
|
|
@@ -405,7 +405,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
405
405
|
this.c1.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
406
406
|
this.c1._stroke = this.cy;
|
|
407
407
|
this.c1.ac = this.ah;
|
|
408
|
-
a.
|
|
408
|
+
a.s(this.c1);
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
411
|
};
|
|
@@ -426,7 +426,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
426
426
|
if (this.cx.al != null) {
|
|
427
427
|
this.cx.n = this.a0;
|
|
428
428
|
this.cx.o = this.a3;
|
|
429
|
-
a.
|
|
429
|
+
a.x(this.cx);
|
|
430
430
|
if (this.r) {
|
|
431
431
|
this.c4.ac = 1;
|
|
432
432
|
this.c4.ak = this.a0;
|
|
@@ -434,7 +434,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
434
434
|
this.c4.al = this.a0 + (this.a2 - this.a0);
|
|
435
435
|
this.c4.an = this.a4 - 2;
|
|
436
436
|
this.c4._stroke = this.cx.ao;
|
|
437
|
-
this.j.
|
|
437
|
+
this.j.s(this.c4);
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
440
|
};
|
|
@@ -668,7 +668,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
668
668
|
if (this.p || (this.i != null && this.i.g != this.br)) {
|
|
669
669
|
this.p = false;
|
|
670
670
|
this.br = this.i.g;
|
|
671
|
-
a.
|
|
671
|
+
a.ad(this.i);
|
|
672
672
|
}
|
|
673
673
|
var b;
|
|
674
674
|
if (this.h != this.i || this.bt != this.i.g) {
|
|
@@ -725,13 +725,13 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
725
725
|
var f = e.length;
|
|
726
726
|
var g = ("\u2026");
|
|
727
727
|
if (isNaN_(this.ap)) {
|
|
728
|
-
this.ap = d.
|
|
728
|
+
this.ap = d.g(g);
|
|
729
729
|
}
|
|
730
730
|
if (c <= this.ap) {
|
|
731
731
|
a.al = g;
|
|
732
732
|
return this.ap;
|
|
733
733
|
}
|
|
734
|
-
var h = d.
|
|
734
|
+
var h = d.g(e);
|
|
735
735
|
if (h <= c) {
|
|
736
736
|
a.al = b;
|
|
737
737
|
return h;
|
|
@@ -739,14 +739,14 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
739
739
|
var i = c / h;
|
|
740
740
|
var j = truncate(Math.ceil(f * i));
|
|
741
741
|
var k = e.substr(0, j) + g;
|
|
742
|
-
var l = d.
|
|
742
|
+
var l = d.g(k);
|
|
743
743
|
if (l > c) {
|
|
744
744
|
f = j;
|
|
745
745
|
}
|
|
746
746
|
else {
|
|
747
747
|
j = j + 1;
|
|
748
748
|
k = e.substr(0, j) + g;
|
|
749
|
-
l = d.
|
|
749
|
+
l = d.g(k);
|
|
750
750
|
if (l > c) {
|
|
751
751
|
f = j;
|
|
752
752
|
}
|
|
@@ -754,7 +754,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
754
754
|
while (h > c && f > 0) {
|
|
755
755
|
f--;
|
|
756
756
|
e = e.substr(0, f) + g;
|
|
757
|
-
h = d.
|
|
757
|
+
h = d.g(e);
|
|
758
758
|
}
|
|
759
759
|
a.al = e;
|
|
760
760
|
return h;
|
|
@@ -66,7 +66,7 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
66
|
if (this.c8 || (this.c7 != null && this.c7.g != this.de)) {
|
|
67
67
|
this.c8 = false;
|
|
68
68
|
this.de = this.c7.g;
|
|
69
|
-
a.
|
|
69
|
+
a.ad(this.c7);
|
|
70
70
|
this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
71
71
|
}
|
|
72
72
|
var b = this.bl;
|
|
@@ -87,7 +87,7 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87
87
|
}
|
|
88
88
|
this.dk.n = this.db;
|
|
89
89
|
this.dk.o = this.dc;
|
|
90
|
-
a.
|
|
90
|
+
a.x(this.dk);
|
|
91
91
|
}
|
|
92
92
|
_super.prototype.b9.call(this, a);
|
|
93
93
|
};
|
|
@@ -52,7 +52,7 @@ var CanvasTextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52
52
|
if (this.d == 2) {
|
|
53
53
|
b = this.bg - 21;
|
|
54
54
|
}
|
|
55
|
-
a.
|
|
55
|
+
a.n(this.c9, 1, b, this.bj - 8, 16, 16);
|
|
56
56
|
};
|
|
57
57
|
CanvasTextHeaderCell.prototype.get_ab = function () {
|
|
58
58
|
return true;
|