igniteui-webcomponents-grids 4.7.1 → 4.7.2-beta.1
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 +498 -373
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
- package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm2015/lib/EditorCell.js +2 -2
- package/esm2015/lib/FilterCell.js +12 -12
- package/esm2015/lib/GridCellBase.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
- package/esm2015/lib/GridStyleRepository.js +12 -12
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm2015/lib/PropertyEditorView_combined.js +4 -4
- package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
- package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
- package/esm2015/lib/igc-grid-column-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
- package/esm2015/lib/igc-responsive-states-collection.js +6 -1
- package/esm5/lib/CanvasGridCellBase.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
- package/esm5/lib/ColumnGroupingView_combined.js +17 -17
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm5/lib/EditorCell.js +2 -2
- package/esm5/lib/FilterCell.js +12 -12
- package/esm5/lib/GridCellBase.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm5/lib/GridFilterDialogView_combined.js +16 -16
- package/esm5/lib/GridStyleRepository.js +12 -12
- package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm5/lib/PropertyEditorView_combined.js +4 -4
- package/esm5/lib/igc-column-exchangers-collection.js +6 -1
- package/esm5/lib/igc-column-property-setters-collection.js +6 -1
- package/esm5/lib/igc-grid-column-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm5/lib/igc-responsive-phases-collection.js +6 -1
- package/esm5/lib/igc-responsive-states-collection.js +6 -1
- package/fesm2015/igniteui-webcomponents-grids.js +474 -373
- package/fesm5/igniteui-webcomponents-grids.js +498 -373
- package/grids/3rdpartylicenses.txt +101 -26
- package/grids/combined.js +27161 -27885
- package/grids/index.d.ts +9 -1
- package/grids/lib/igc-action-strip-component.d.ts +4 -15
- package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
- package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
- package/grids/lib/igc-clipboard-options.d.ts +45 -0
- package/grids/lib/igc-column-component.d.ts +15 -1
- package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
- package/grids/lib/igc-column-group-component.d.ts +1 -0
- package/grids/lib/igc-column-layout-component.d.ts +1 -0
- package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
- package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
- package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
- package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
- package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-column-state.d.ts +2 -0
- package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
- package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
- package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
- package/grids/lib/igc-expression-tree.d.ts +4 -3
- package/grids/lib/igc-filtering-event-args.d.ts +2 -4
- package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-base-directive.d.ts +17 -7
- package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
- package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
- package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
- package/grids/lib/igc-grid-selection-range.d.ts +2 -0
- package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
- package/grids/lib/igc-grid-state-collection.d.ts +1 -0
- package/grids/lib/igc-grid-state-component.d.ts +11 -3
- package/grids/lib/igc-grid-state-info.d.ts +3 -0
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
- package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
- package/grids/lib/igc-grouping-state.d.ts +2 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
- package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
- package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
- package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
- package/grids/lib/igc-page-event-args.d.ts +2 -4
- package/grids/lib/igc-paginator-component.d.ts +3 -0
- package/grids/lib/igc-paging-state.d.ts +2 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
- package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
- package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
- package/grids/lib/igc-pinning-config.d.ts +2 -0
- package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
- package/grids/lib/igc-row-data-event-args.d.ts +2 -4
- package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
- package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
- package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
- package/grids/lib/igc-row-island-component.d.ts +2635 -0
- package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
- package/grids/lib/igc-sorting-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
- 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/ColumnFilterCondition_combined.d.ts +33 -21
- package/lib/DateEditorView.d.ts +1 -1
- package/lib/GridFilterDialogView_combined.d.ts +1 -1
- package/lib/TextEditorView.d.ts +1 -1
- package/package.json +4 -4
|
@@ -50,11 +50,11 @@ export let PropertyEditorView = /*@__PURE__*/ (() => {
|
|
|
50
50
|
this.l = null;
|
|
51
51
|
this.c = ((() => {
|
|
52
52
|
let $ret = new FontInfo();
|
|
53
|
-
$ret.
|
|
54
|
-
$ret.
|
|
55
|
-
$ret.q = "Normal";
|
|
53
|
+
$ret.p = "Verdana";
|
|
54
|
+
$ret.e = 13;
|
|
56
55
|
$ret.s = "Normal";
|
|
57
|
-
$ret.
|
|
56
|
+
$ret.u = "Normal";
|
|
57
|
+
$ret.q = "Normal";
|
|
58
58
|
return $ret;
|
|
59
59
|
})());
|
|
60
60
|
this.af = new Size();
|
|
@@ -38,7 +38,12 @@ export class IgcColumnExchangersCollection extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcColumnExchanger();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcColumnPropertySettersCollection extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcColumnPropertySetter();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcGridColumnCollection extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = IgcDataGridColumnComponent._createFromInternal(int);
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcGridFilterDialogViewModelGroupingLevelCollection extends IgColle
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcGridFilterDialogViewModelGroupingLevel();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcGridFilterDialogViewModelGroupingLevel extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcGridFilterDialogViewModelGrouping();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcGridFilterDialogViewModelRowCollection extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcGridFilterDialogViewModelRow();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcGridFilterOperandsCollection extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcFilterOperand();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcGridSelectedCellRangesCollection extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcCellRange();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcGridSelectedCellsCollection extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcCellKey();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcGridSelectedKeysCollection extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcPrimaryKeyValue();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcHorizontalPropertyEditorDataSource extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcPropertyEditorPropertyDescriptionComponent();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcResponsivePhasesCollection extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcResponsivePhase();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -38,7 +38,12 @@ export class IgcResponsiveStatesCollection extends IgCollection {
|
|
|
38
38
|
if (!ext) {
|
|
39
39
|
ext = new IgcResponsiveState();
|
|
40
40
|
if (ext) {
|
|
41
|
-
ext._implementation
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
return ext;
|
|
@@ -80,8 +80,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80
80
|
_this.ay = 0;
|
|
81
81
|
_this.i = ((function () {
|
|
82
82
|
var $ret = new FontInfo();
|
|
83
|
-
$ret.
|
|
84
|
-
$ret.
|
|
83
|
+
$ret.p = "Verdana";
|
|
84
|
+
$ret.e = 12;
|
|
85
85
|
return $ret;
|
|
86
86
|
})());
|
|
87
87
|
_this.p = true;
|
|
@@ -316,9 +316,9 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
316
316
|
}
|
|
317
317
|
if (this.aa || this.u || i || !this.v) {
|
|
318
318
|
this.aa = false;
|
|
319
|
-
if (this.p || this.u || (this.i != null && this.i.
|
|
319
|
+
if (this.p || this.u || (this.i != null && this.i.i != this.br)) {
|
|
320
320
|
this.p = false;
|
|
321
|
-
this.br = this.i.
|
|
321
|
+
this.br = this.i.i;
|
|
322
322
|
j.ad(this.i);
|
|
323
323
|
}
|
|
324
324
|
if (f != 1) {
|
|
@@ -613,8 +613,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
613
613
|
}
|
|
614
614
|
this.o = true;
|
|
615
615
|
var b = DeviceUtils.f(12);
|
|
616
|
-
if (a.ag != null && !isNaN_(a.ag.
|
|
617
|
-
b = a.ag.
|
|
616
|
+
if (a.ag != null && !isNaN_(a.ag.e)) {
|
|
617
|
+
b = a.ag.e;
|
|
618
618
|
}
|
|
619
619
|
if (this.ay != b) {
|
|
620
620
|
this.ay = b;
|
|
@@ -665,15 +665,15 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
665
665
|
if (a == null) {
|
|
666
666
|
return;
|
|
667
667
|
}
|
|
668
|
-
if (this.p || (this.i != null && this.i.
|
|
668
|
+
if (this.p || (this.i != null && this.i.i != this.br)) {
|
|
669
669
|
this.p = false;
|
|
670
|
-
this.br = this.i.
|
|
670
|
+
this.br = this.i.i;
|
|
671
671
|
a.ad(this.i);
|
|
672
672
|
}
|
|
673
673
|
var b;
|
|
674
|
-
if (this.h != this.i || this.bt != this.i.
|
|
674
|
+
if (this.h != this.i || this.bt != this.i.i) {
|
|
675
675
|
this.h = this.i;
|
|
676
|
-
this.bt = this.i.
|
|
676
|
+
this.bt = this.i.i;
|
|
677
677
|
this.ar = FontUtil.getCurrentFontHeight(this.bm, this.i);
|
|
678
678
|
}
|
|
679
679
|
b = this.ar;
|
|
@@ -63,9 +63,9 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63
63
|
if (a == null) {
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
|
-
if (this.c8 || (this.c7 != null && this.c7.
|
|
66
|
+
if (this.c8 || (this.c7 != null && this.c7.i != this.de)) {
|
|
67
67
|
this.c8 = false;
|
|
68
|
-
this.de = this.c7.
|
|
68
|
+
this.de = this.c7.i;
|
|
69
69
|
a.ad(this.c7);
|
|
70
70
|
this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
71
71
|
}
|