igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -10,12 +10,14 @@ import { IgxSummaryRowSectionModule } from './igx-summary-row-section-module';
|
|
|
10
10
|
import { IgxSummaryRowSectionComponent } from './igx-summary-row-section-component';
|
|
11
11
|
import { SummaryRowSection } from './SummaryRowSection';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxSummaryCellInfo } from './igx-summary-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export let IgxSummaryRowSectionDynamicModule = /*@__PURE__*/ (() => {
|
|
15
16
|
class IgxSummaryRowSectionDynamicModule {
|
|
16
17
|
constructor() {
|
|
17
18
|
TypeRegistrar.registerCons("IgxSummaryRowSectionComponent", IgxSummaryRowSectionComponent);
|
|
18
19
|
TypeRegistrar.register("SummaryRowSection", SummaryRowSection.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxSummaryCellInfo", IgxSummaryCellInfo);
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IgxSummaryRowSectionDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowSectionDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -21,9 +21,9 @@ export class IgxTemplateHeaderCellInfo extends IgxTemplateCellInfo {
|
|
|
21
21
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
22
22
|
*/
|
|
23
23
|
get isFilterUIVisible() {
|
|
24
|
-
return this.i.
|
|
24
|
+
return this.i.oh;
|
|
25
25
|
}
|
|
26
26
|
set isFilterUIVisible(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.oh = ensureBool(v);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -40,37 +40,37 @@ export let IgxTextColumnComponent = /*@__PURE__*/ (() => {
|
|
|
40
40
|
* Gets or sets the editor type used for editing cells in this column.
|
|
41
41
|
*/
|
|
42
42
|
get editorType() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.s0;
|
|
44
44
|
}
|
|
45
45
|
set editorType(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.s0 = ensureEnum(EditorType_$type, v);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* Gets or sets the ComboBox data source.
|
|
50
50
|
*/
|
|
51
51
|
get editorDataSource() {
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.s1;
|
|
53
53
|
}
|
|
54
54
|
set editorDataSource(v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.s1 = v;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* Gets or sets the ComboBox text field.
|
|
59
59
|
*/
|
|
60
60
|
get editorTextField() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.s3;
|
|
62
62
|
}
|
|
63
63
|
set editorTextField(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.s3 = v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets or sets the ComboBox value field.
|
|
68
68
|
*/
|
|
69
69
|
get editorValueField() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.s4;
|
|
71
71
|
}
|
|
72
72
|
set editorValueField(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.s4 = v;
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
IgxTextColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -26,157 +26,184 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
|
|
|
26
26
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
27
27
|
*/
|
|
28
28
|
get isColumnOptionsEnabled() {
|
|
29
|
-
return this.i.
|
|
29
|
+
return this.i.ot;
|
|
30
30
|
}
|
|
31
31
|
set isColumnOptionsEnabled(v) {
|
|
32
|
-
this.i.
|
|
32
|
+
this.i.ot = ensureBool(v);
|
|
33
33
|
}
|
|
34
34
|
get sortIndicatorStyle() {
|
|
35
|
-
return this.i.
|
|
35
|
+
return this.i.ol;
|
|
36
36
|
}
|
|
37
37
|
set sortIndicatorStyle(v) {
|
|
38
|
-
this.i.
|
|
38
|
+
this.i.ol = ensureEnum(SortIndicatorStyle_$type, v);
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
42
42
|
*/
|
|
43
43
|
get columnOptionsIconAlignment() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.oh;
|
|
45
45
|
}
|
|
46
46
|
set columnOptionsIconAlignment(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.oh = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Gets or sets the color for the column options icon in the header.
|
|
51
51
|
*/
|
|
52
52
|
get columnOptionsIconColor() {
|
|
53
|
-
return brushToString(this.i.
|
|
53
|
+
return brushToString(this.i.qo);
|
|
54
54
|
}
|
|
55
55
|
set columnOptionsIconColor(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.qo = stringToBrush(v);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets or sets how the column option icon will behave in the header.
|
|
60
60
|
*/
|
|
61
61
|
get columnOptionsIconBehavior() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.oj;
|
|
63
63
|
}
|
|
64
64
|
set columnOptionsIconBehavior(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.oj = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Gets or sets the column options theme.
|
|
69
69
|
*/
|
|
70
70
|
get columnOptionsTheme() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.on;
|
|
72
72
|
}
|
|
73
73
|
set columnOptionsTheme(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.on = ensureEnum(BaseControlTheme_$type, v);
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the column options dropdown background color.
|
|
78
78
|
*/
|
|
79
79
|
get columnOptionsBackground() {
|
|
80
|
-
return brushToString(this.i.
|
|
80
|
+
return brushToString(this.i.qj);
|
|
81
81
|
}
|
|
82
82
|
set columnOptionsBackground(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.qj = stringToBrush(v);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
|
|
87
|
+
*/
|
|
88
|
+
get columnOptionsScrollbarBackground() {
|
|
89
|
+
return brushToString(this.i.qq);
|
|
90
|
+
}
|
|
91
|
+
set columnOptionsScrollbarBackground(v) {
|
|
92
|
+
this.i.qq = stringToBrush(v);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
|
|
96
|
+
*/
|
|
97
|
+
get columnOptionsScrollbarHoverBackground() {
|
|
98
|
+
return brushToString(this.i.qr);
|
|
99
|
+
}
|
|
100
|
+
set columnOptionsScrollbarHoverBackground(v) {
|
|
101
|
+
this.i.qr = stringToBrush(v);
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
|
|
105
|
+
*/
|
|
106
|
+
get columnOptionsScrollbarActiveBackground() {
|
|
107
|
+
return brushToString(this.i.qp);
|
|
108
|
+
}
|
|
109
|
+
set columnOptionsScrollbarActiveBackground(v) {
|
|
110
|
+
this.i.qp = stringToBrush(v);
|
|
84
111
|
}
|
|
85
112
|
/**
|
|
86
113
|
* Gets or sets the text color for text inside the column options menu.
|
|
87
114
|
*/
|
|
88
115
|
get columnOptionsTextColor() {
|
|
89
|
-
return brushToString(this.i.
|
|
116
|
+
return brushToString(this.i.qt);
|
|
90
117
|
}
|
|
91
118
|
set columnOptionsTextColor(v) {
|
|
92
|
-
this.i.
|
|
119
|
+
this.i.qt = stringToBrush(v);
|
|
93
120
|
}
|
|
94
121
|
/**
|
|
95
122
|
* Gets or sets the font settings for text inside the column options menu.
|
|
96
123
|
*/
|
|
97
124
|
get columnOptionsTextStyle() {
|
|
98
|
-
if (this.i.
|
|
125
|
+
if (this.i.or == null) {
|
|
99
126
|
return null;
|
|
100
127
|
}
|
|
101
|
-
return this.i.
|
|
128
|
+
return this.i.or.fontString;
|
|
102
129
|
}
|
|
103
130
|
set columnOptionsTextStyle(v) {
|
|
104
131
|
let fi = new FontInfo();
|
|
105
132
|
fi.fontString = v;
|
|
106
|
-
this.i.
|
|
133
|
+
this.i.or = fi;
|
|
107
134
|
}
|
|
108
135
|
get columnOptionsHoverBackgroundColor() {
|
|
109
|
-
return brushToString(this.i.
|
|
136
|
+
return brushToString(this.i.qn);
|
|
110
137
|
}
|
|
111
138
|
set columnOptionsHoverBackgroundColor(v) {
|
|
112
|
-
this.i.
|
|
139
|
+
this.i.qn = stringToBrush(v);
|
|
113
140
|
}
|
|
114
141
|
get columnOptionsToolTipBackgroundColor() {
|
|
115
|
-
return brushToString(this.i.
|
|
142
|
+
return brushToString(this.i.qu);
|
|
116
143
|
}
|
|
117
144
|
set columnOptionsToolTipBackgroundColor(v) {
|
|
118
|
-
this.i.
|
|
145
|
+
this.i.qu = stringToBrush(v);
|
|
119
146
|
}
|
|
120
147
|
get columnOptionsToolTipTextColor() {
|
|
121
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.qv);
|
|
122
149
|
}
|
|
123
150
|
set columnOptionsToolTipTextColor(v) {
|
|
124
|
-
this.i.
|
|
151
|
+
this.i.qv = stringToBrush(v);
|
|
125
152
|
}
|
|
126
153
|
get columnOptionsHighlightColor() {
|
|
127
|
-
return brushToString(this.i.
|
|
154
|
+
return brushToString(this.i.qm);
|
|
128
155
|
}
|
|
129
156
|
set columnOptionsHighlightColor(v) {
|
|
130
|
-
this.i.
|
|
157
|
+
this.i.qm = stringToBrush(v);
|
|
131
158
|
}
|
|
132
159
|
/**
|
|
133
160
|
* Gets or sets the color of separators inside the column options menu.
|
|
134
161
|
*/
|
|
135
162
|
get columnOptionsSeparatorColor() {
|
|
136
|
-
return brushToString(this.i.
|
|
163
|
+
return brushToString(this.i.qs);
|
|
137
164
|
}
|
|
138
165
|
set columnOptionsSeparatorColor(v) {
|
|
139
|
-
this.i.
|
|
166
|
+
this.i.qs = stringToBrush(v);
|
|
140
167
|
}
|
|
141
168
|
/**
|
|
142
169
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
143
170
|
*/
|
|
144
171
|
get columnOptionsGroupHeaderBackground() {
|
|
145
|
-
return brushToString(this.i.
|
|
172
|
+
return brushToString(this.i.qk);
|
|
146
173
|
}
|
|
147
174
|
set columnOptionsGroupHeaderBackground(v) {
|
|
148
|
-
this.i.
|
|
175
|
+
this.i.qk = stringToBrush(v);
|
|
149
176
|
}
|
|
150
177
|
/**
|
|
151
178
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
152
179
|
*/
|
|
153
180
|
get columnOptionsGroupHeaderTextColor() {
|
|
154
|
-
return brushToString(this.i.
|
|
181
|
+
return brushToString(this.i.ql);
|
|
155
182
|
}
|
|
156
183
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
157
|
-
this.i.
|
|
184
|
+
this.i.ql = stringToBrush(v);
|
|
158
185
|
}
|
|
159
186
|
get columnOptionsGroupHeaderTextStyle() {
|
|
160
|
-
if (this.i.
|
|
187
|
+
if (this.i.oq == null) {
|
|
161
188
|
return null;
|
|
162
189
|
}
|
|
163
|
-
return this.i.
|
|
190
|
+
return this.i.oq.fontString;
|
|
164
191
|
}
|
|
165
192
|
set columnOptionsGroupHeaderTextStyle(v) {
|
|
166
193
|
let fi = new FontInfo();
|
|
167
194
|
fi.fontString = v;
|
|
168
|
-
this.i.
|
|
195
|
+
this.i.oq = fi;
|
|
169
196
|
}
|
|
170
197
|
get columnOptionsAccentColor() {
|
|
171
|
-
return brushToString(this.i.
|
|
198
|
+
return brushToString(this.i.qi);
|
|
172
199
|
}
|
|
173
200
|
set columnOptionsAccentColor(v) {
|
|
174
|
-
this.i.
|
|
201
|
+
this.i.qi = stringToBrush(v);
|
|
175
202
|
}
|
|
176
203
|
get columnOptionsRowHeight() {
|
|
177
|
-
return this.i.
|
|
204
|
+
return this.i.o5;
|
|
178
205
|
}
|
|
179
206
|
set columnOptionsRowHeight(v) {
|
|
180
|
-
this.i.
|
|
207
|
+
this.i.o5 = +v;
|
|
181
208
|
}
|
|
182
209
|
}
|
|
@@ -37,22 +37,22 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
configurable: true
|
|
38
38
|
});
|
|
39
39
|
AccessibilityRow.prototype.j = function (a, b) {
|
|
40
|
-
if (!this.b.d(a.l.
|
|
41
|
-
this.b.s(a.l.
|
|
40
|
+
if (!this.b.d(a.l.a6)) {
|
|
41
|
+
this.b.s(a.l.a6, a);
|
|
42
42
|
}
|
|
43
|
-
else if (this.b.item(a.l.
|
|
44
|
-
this.b.item(a.l.
|
|
43
|
+
else if (this.b.item(a.l.a6) != a) {
|
|
44
|
+
this.b.item(a.l.a6, a);
|
|
45
45
|
}
|
|
46
46
|
b.setAttribute("id", this.g(a));
|
|
47
47
|
b.setAttribute("role", this.f);
|
|
48
|
-
if (a.l.
|
|
48
|
+
if (a.l.a1) {
|
|
49
49
|
b.setAttribute("aria-colindex", "1");
|
|
50
50
|
b.setAttribute("aria-colspan", this.d.toString());
|
|
51
51
|
}
|
|
52
52
|
else {
|
|
53
|
-
b.setAttribute("aria-colindex", (a.l.
|
|
53
|
+
b.setAttribute("aria-colindex", (a.l.a6 + 1).toString());
|
|
54
54
|
}
|
|
55
|
-
if (a.
|
|
55
|
+
if (a.c2 == 1) {
|
|
56
56
|
b.setAttribute("aria-selected", "true");
|
|
57
57
|
}
|
|
58
58
|
else {
|
|
@@ -98,11 +98,11 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
98
98
|
this.b.u();
|
|
99
99
|
};
|
|
100
100
|
AccessibilityRow.prototype.g = function (a) {
|
|
101
|
-
if (a.l.aj || (a.l.
|
|
102
|
-
if (a.l.
|
|
101
|
+
if (a.l.aj || (a.l.ao && !a.l.h)) {
|
|
102
|
+
if (a.l.a1) {
|
|
103
103
|
return "cellid" + this.i + "r" + this.c + "span";
|
|
104
104
|
}
|
|
105
|
-
return "cellid" + this.i + "r" + this.c + "c" + a.l.
|
|
105
|
+
return "cellid" + this.i + "r" + this.c + "c" + a.l.a6;
|
|
106
106
|
}
|
|
107
107
|
return null;
|
|
108
108
|
};
|
|
@@ -25,28 +25,28 @@ var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25
25
|
};
|
|
26
26
|
CanvasCellPresenterBase.prototype.b = function (a) {
|
|
27
27
|
this.a.cf(a.c);
|
|
28
|
-
if (a.bc(CellModel.
|
|
29
|
-
this.a.cn(a.
|
|
28
|
+
if (a.bc(CellModel.e3) || a.bc(CellModel.e7) || a.bc(CellModel.e5) || a.bc(CellModel.e1)) {
|
|
29
|
+
this.a.cn(a.e2, a.e6, a.e4, a.e0);
|
|
30
30
|
}
|
|
31
31
|
if (a.a5) {
|
|
32
|
-
this.a.ch(a.
|
|
32
|
+
this.a.ch(a.nn, a.eq, a.ev, a.et, a.eo);
|
|
33
33
|
}
|
|
34
|
-
if (a.
|
|
35
|
-
this.a.ck(a.
|
|
36
|
-
this.a.cu(a.
|
|
34
|
+
if (a.bv) {
|
|
35
|
+
this.a.ck(a.gd);
|
|
36
|
+
this.a.cu(a.ib);
|
|
37
37
|
}
|
|
38
38
|
if (a.a7) {
|
|
39
|
-
if (a.
|
|
39
|
+
if (a.bn && !this.a.z) {
|
|
40
40
|
this.a.b5();
|
|
41
41
|
}
|
|
42
|
-
if (a.bc(CellModel.
|
|
43
|
-
this.a.cg(a.
|
|
42
|
+
if (a.bc(CellModel.en)) {
|
|
43
|
+
this.a.cg(a.nm.color);
|
|
44
44
|
}
|
|
45
|
-
if (a.bc(CellModel.
|
|
46
|
-
this.a.cm(a.
|
|
45
|
+
if (a.bc(CellModel.ez)) {
|
|
46
|
+
this.a.cm(a.ct);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
if (a.
|
|
49
|
+
if (a.bv && a.bn) {
|
|
50
50
|
this.a.cx(a);
|
|
51
51
|
}
|
|
52
52
|
};
|
|
@@ -25,28 +25,28 @@ var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
25
25
|
};
|
|
26
26
|
CanvasContentCellModelHelper.a = function (a, b, c) {
|
|
27
27
|
if (b.a7) {
|
|
28
|
-
if (b.bc(CellModel.
|
|
29
|
-
var d = Math.min(1, Math.max(0, b.
|
|
30
|
-
var e = b.
|
|
28
|
+
if (b.bc(CellModel.fs) || b.bc(CellModel.ex) || b.bc(CellModel.ia) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
|
|
29
|
+
var d = Math.min(1, Math.max(0, b.da));
|
|
30
|
+
var e = b.cs * (1 - d);
|
|
31
31
|
c.ci(e);
|
|
32
|
-
if (b.
|
|
33
|
-
c.cy(b.
|
|
32
|
+
if (b.bn) {
|
|
33
|
+
c.cy(b.cs * d);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
if (b.bc(CellModel.
|
|
37
|
-
CanvasContentCellModelHelper.c(c, b.
|
|
38
|
-
if (b.
|
|
39
|
-
c.cw(b.
|
|
36
|
+
if (b.bc(CellModel.e8)) {
|
|
37
|
+
CanvasContentCellModelHelper.c(c, b.no);
|
|
38
|
+
if (b.bn) {
|
|
39
|
+
c.cw(b.no);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
if (b.bc(CellModel.
|
|
42
|
+
if (b.bc(CellModel.gz)) {
|
|
43
43
|
}
|
|
44
|
-
if (b.bc(CellModel.
|
|
44
|
+
if (b.bc(CellModel.gf) || b.bc(CellModel.h9)) {
|
|
45
45
|
var f = b.g;
|
|
46
46
|
var g = b.i;
|
|
47
47
|
c.cl(f);
|
|
48
48
|
c.ct(g);
|
|
49
|
-
if (b.
|
|
49
|
+
if (b.bn) {
|
|
50
50
|
c.cv(f, g);
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -29,22 +29,22 @@ var CanvasDateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(DateTimeCellModel.
|
|
32
|
+
if (a.bc(DateTimeCellModel.oo) || a.bc(DateTimeCellModel.op) || a.bc(DateTimeCellModel.on) || a.bc(DateTimeCellModel.g2) || a.bc(DateTimeCellModel.h8)) {
|
|
33
33
|
this.e(b);
|
|
34
|
-
this.d.cr(b.
|
|
34
|
+
this.d.cr(b.k4);
|
|
35
35
|
}
|
|
36
36
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
CanvasDateTimeCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
a.
|
|
40
|
+
if (a.l1 != null) {
|
|
41
|
+
a.k4 = a.l1;
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
44
|
-
a.
|
|
45
|
-
if (a.
|
|
46
|
-
if (!(typeCast(Date_$type, a.
|
|
47
|
-
a.
|
|
44
|
+
a.k4 = a.o0(a.om);
|
|
45
|
+
if (a.k4 == stringEmpty()) {
|
|
46
|
+
if (!(typeCast(Date_$type, a.il) !== null)) {
|
|
47
|
+
a.k4 = a.il.toString();
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
};
|
|
@@ -631,8 +631,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
631
631
|
if (this.a1 != b) {
|
|
632
632
|
this.a1 = b;
|
|
633
633
|
}
|
|
634
|
-
var c = a.
|
|
635
|
-
var d = a.
|
|
634
|
+
var c = a.ib * 0.2;
|
|
635
|
+
var d = a.gd * 0.6;
|
|
636
636
|
if (this.a2 >= c && this.a2 <= d) {
|
|
637
637
|
return;
|
|
638
638
|
}
|
|
@@ -29,23 +29,23 @@ var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(CellModel.
|
|
33
|
-
var c = Math.min(1, Math.max(0, a.
|
|
34
|
-
var d = a.
|
|
32
|
+
if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
|
|
33
|
+
var c = Math.min(1, Math.max(0, a.da));
|
|
34
|
+
var d = a.cv * (1 - c);
|
|
35
35
|
this.d.dd = d;
|
|
36
36
|
}
|
|
37
|
-
if (b.bc(ImageCellModel.
|
|
38
|
-
this.e(b.
|
|
37
|
+
if (b.bc(ImageCellModel.og) || b.bc(ImageCellModel.oh)) {
|
|
38
|
+
this.e(b.ok, b.od);
|
|
39
39
|
}
|
|
40
|
-
if (b.bc(ImageCellModel.
|
|
41
|
-
this.f(b.
|
|
40
|
+
if (b.bc(ImageCellModel.oi) || b.bc(ImageCellModel.gf) || b.bc(ImageCellModel.h9)) {
|
|
41
|
+
this.f(b.of, b.g, b.i);
|
|
42
42
|
}
|
|
43
|
-
if (b.bc(ImageCellModel.
|
|
43
|
+
if (b.bc(ImageCellModel.hq)) {
|
|
44
44
|
if (a.u == 1) {
|
|
45
45
|
this.d.dg();
|
|
46
46
|
}
|
|
47
47
|
else if (a.u == 2) {
|
|
48
|
-
this.e(b.
|
|
48
|
+
this.e(b.ok, b.od);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -29,20 +29,20 @@ var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(NumericCellModel.
|
|
33
|
-
b.
|
|
34
|
-
this.d.cr(b.
|
|
32
|
+
if (a.bc(NumericCellModel.o4) || a.bc(NumericCellModel.or) || a.bc(NumericCellModel.h8) || b.oj()) {
|
|
33
|
+
b.k4 = this.e(b);
|
|
34
|
+
this.d.cr(b.k4);
|
|
35
35
|
}
|
|
36
36
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
CanvasNumericCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
return a.
|
|
40
|
+
if (a.l1 != null) {
|
|
41
|
+
return a.l1;
|
|
42
42
|
}
|
|
43
|
-
if (a.
|
|
44
|
-
var val_ = a.
|
|
45
|
-
var override_ = a.
|
|
43
|
+
if (a.pa != null) {
|
|
44
|
+
var val_ = a.on;
|
|
45
|
+
var override_ = a.pa;
|
|
46
46
|
return (override_.format(val_));
|
|
47
47
|
}
|
|
48
48
|
return NumericCellFormatter.c(a);
|
|
@@ -28,24 +28,24 @@ var CanvasSectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
28
28
|
_super.prototype.b.call(this, a);
|
|
29
29
|
var b = a;
|
|
30
30
|
if (a.a7) {
|
|
31
|
-
if (a.bc(SectionHeaderCellModel.
|
|
32
|
-
if (b.
|
|
33
|
-
if (b.
|
|
34
|
-
b.
|
|
31
|
+
if (a.bc(SectionHeaderCellModel.oi) || a.bc(SectionHeaderCellModel.ok)) {
|
|
32
|
+
if (b.oe == null || (b.oe.length == 0 && b.os == null)) {
|
|
33
|
+
if (b.il == null) {
|
|
34
|
+
b.k4 = "";
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
b.
|
|
37
|
+
b.k4 = b.il.toString();
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
41
|
-
if (b.
|
|
42
|
-
b.
|
|
41
|
+
if (b.oq != null && b.oh == 0) {
|
|
42
|
+
b.k4 = b.os + " " + b.oq;
|
|
43
43
|
}
|
|
44
44
|
else {
|
|
45
|
-
b.
|
|
45
|
+
b.k4 = b.os;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
this.d.cr(b.
|
|
48
|
+
this.d.cr(b.k4);
|
|
49
49
|
}
|
|
50
50
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
51
51
|
}
|
|
@@ -29,15 +29,15 @@ var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
if (a.a7) {
|
|
30
30
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
31
31
|
if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
|
|
32
|
-
this.d.dj(b.
|
|
33
|
-
this.d.cr(b.
|
|
32
|
+
this.d.dj(b.ok);
|
|
33
|
+
this.d.cr(b.om);
|
|
34
34
|
}
|
|
35
35
|
if (a.bb("SummaryLabelTextColor")) {
|
|
36
|
-
var c = CanvasContentCellModelHelper.e(b.
|
|
36
|
+
var c = CanvasContentCellModelHelper.e(b.or);
|
|
37
37
|
this.d.dk(c);
|
|
38
38
|
}
|
|
39
39
|
if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
|
|
40
|
-
this.d.dl(b.
|
|
40
|
+
this.d.dl(b.od);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
};
|
|
@@ -29,14 +29,14 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
CanvasTemplateCellPresenter.prototype.b = function (a) {
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = a;
|
|
32
|
-
var c = this.e.actualColumns._inner[a.l.
|
|
33
|
-
if (a.bc(CellModel.
|
|
34
|
-
var d = Math.min(1, Math.max(0, a.
|
|
35
|
-
var e = a.
|
|
32
|
+
var c = this.e.actualColumns._inner[a.l.a6];
|
|
33
|
+
if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
|
|
34
|
+
var d = Math.min(1, Math.max(0, a.da));
|
|
35
|
+
var e = a.cv * (1 - d);
|
|
36
36
|
this.d.db.opacity = e;
|
|
37
37
|
}
|
|
38
38
|
this.d.dc();
|
|
39
|
-
c.
|
|
39
|
+
c.s1(a, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateCellPresenter;
|