igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-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-data-grids.umd.js +7956 -7387
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +38 -35
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +369 -335
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +5218 -4964
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- 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 +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +55 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +238 -214
- package/esm2015/lib/igc-data-grid-component.js +31 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +44 -38
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +38 -35
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +359 -321
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +5068 -4770
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- 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 +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +55 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +250 -214
- package/esm5/lib/igc-data-grid-component.js +43 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +48 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +8096 -7635
- package/fesm5/igniteui-webcomponents-data-grids.js +7956 -7387
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +1308 -1267
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +9 -0
- package/lib/igc-data-grid-component.d.ts +16 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -59,10 +59,10 @@ export var GridIconRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
GridIconRepository.$t = markType(GridIconRepository, 'GridIconRepository');
|
|
60
60
|
GridIconRepository.a = false;
|
|
61
61
|
GridIconRepository.ar = "M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z";
|
|
62
|
-
GridIconRepository.x = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke
|
|
63
|
-
GridIconRepository.z = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke
|
|
64
|
-
GridIconRepository.ab = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5
|
|
65
|
-
GridIconRepository.ad = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5
|
|
62
|
+
GridIconRepository.x = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M5.5 17.5H22.5M5.5 10.5H22.5M10.5 4.5V23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3H17.5V25H10.5V3Z\" fill=\"#D2DBFF\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<line x1=\"17.5\" y1=\"17.5\" x2=\"10.5\" y2=\"17.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<line x1=\"17.5\" y1=\"10.5\" x2=\"10.5\" y2=\"10.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<rect transform=\"translate(6.5, 9.5)\" width=\"9\" height=\"9\" rx=\"4.5\" fill=\"white\" stroke=\"none\"/>\r\n<path d=\"M10.5 16L8.5 14L10.5 12\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 14H13\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
63
|
+
GridIconRepository.z = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 5.5C5.5 4.948 5.948 4.5 6.5 4.5H21.5C22.052 4.5 22.5 4.948 22.5 5.5V22.5C22.5 23.052 22.052 23.5 21.5 23.5H6.5C5.948 23.5 5.5 23.052 5.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M5.5 17.5H22.5M5.5 10.5H22.5M10.5 4.5V23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3H17.5V25H10.5V3Z\" fill=\"#D2DBFF\" stroke=\"#6988FF\" stroke-linecap=\"round\"/>\r\n<line x1=\"17.5\" y1=\"17.5\" x2=\"10.5\" y2=\"17.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<line x1=\"17.5\" y1=\"10.5\" x2=\"10.5\" y2=\"10.5\" stroke=\"#6988FF\" stroke-linecap=\"square\"/>\r\n<rect transform=\"translate(6.5, 9.5)\" width=\"9\" height=\"9\" rx=\"4.5\" fill=\"white\" stroke=\"none\"/>\r\n<path d=\"M10.5 16L8.5 14L10.5 12\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8.5 14H13\" stroke=\"#2E2E30\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
64
|
+
GridIconRepository.ab = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 5V23\" stroke=\"#6988FF\" stroke-linejoin=\"round\"/>\r\n<line x1=\"10\" y1=\"17.5\" x2=\"5\" y2=\"17.5\" stroke=\"#6988FF\"/>\r\n<line x1=\"10\" y1=\"10.5\" x2=\"5\" y2=\"10.5\" stroke=\"#6988FF\"/>\r\n</svg>";
|
|
65
|
+
GridIconRepository.ad = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" fill=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke=\"#2E2E30\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 5V23\" stroke=\"#6988FF\" stroke-linejoin=\"round\"/>\r\n<line x1=\"10\" y1=\"17.5\" x2=\"5\" y2=\"17.5\" stroke=\"#6988FF\"/>\r\n<line x1=\"10\" y1=\"10.5\" x2=\"5\" y2=\"10.5\" stroke=\"#6988FF\"/>\r\n</svg>";
|
|
66
66
|
GridIconRepository.ap = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12C21 12.5 18 18 12 18C6 18 3 12.5 3 12C3 11.5 6 6 12 6C18 6 21 11.5 21 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12C15 13.657 13.657 15 12 15C10.343 15 9 13.657 9 12C9 10.343 10.343 9 12 9C13.657 9 15 10.343 15 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
67
67
|
GridIconRepository.an = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12C21 12.5 18 18 12 18C6 18 3 12.5 3 12C3 11.5 6 6 12 6C18 6 21 11.5 21 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12C15 13.657 13.657 15 12 15C10.343 15 9 13.657 9 12C9 10.343 10.343 9 12 9C13.657 9 15 10.343 15 12Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M6 3.5L18 20.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
68
68
|
GridIconRepository.v = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 6C5 5.44772 5.44772 5 6 5H18C18.5523 5 19 5.44772 19 6V8.5C19 9.05228 18.5523 9.5 18 9.5H6C5.44772 9.5 5 9.05228 5 8.5V6Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M5.5 14.5H18.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M5.5 19.5H18.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
@@ -394,7 +394,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
394
394
|
SummaryChooser.prototype.a6 = function () {
|
|
395
395
|
if (this.e != null) {
|
|
396
396
|
this.e.density = this.m;
|
|
397
|
-
this.e.
|
|
397
|
+
this.e.textColor = this.ba;
|
|
398
398
|
this.e.baseTheme = this.i;
|
|
399
399
|
this.e.backgroundColor = this.a9;
|
|
400
400
|
this.e.showSelectAll = false;
|
|
@@ -453,7 +453,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
453
453
|
if (d.iD == a) {
|
|
454
454
|
d.isSelected = b;
|
|
455
455
|
if (this.e != null) {
|
|
456
|
-
this.e.
|
|
456
|
+
this.e.dw(c, d, d);
|
|
457
457
|
}
|
|
458
458
|
break;
|
|
459
459
|
}
|
|
@@ -465,7 +465,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
465
465
|
c.label = b;
|
|
466
466
|
this.q.add(c);
|
|
467
467
|
if (this.e != null) {
|
|
468
|
-
this.e.
|
|
468
|
+
this.e.dt(this.q.count - 1, c);
|
|
469
469
|
}
|
|
470
470
|
this.c.onItemInserted();
|
|
471
471
|
};
|
|
@@ -475,7 +475,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
475
475
|
if (c.iD == a) {
|
|
476
476
|
this.q.removeAt(b);
|
|
477
477
|
if (this.e != null) {
|
|
478
|
-
this.e.
|
|
478
|
+
this.e.dv(b, c);
|
|
479
479
|
}
|
|
480
480
|
break;
|
|
481
481
|
}
|
|
@@ -488,7 +488,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
488
488
|
if (d.iD == a) {
|
|
489
489
|
d.label = b;
|
|
490
490
|
if (this.e != null) {
|
|
491
|
-
this.e.
|
|
491
|
+
this.e.dw(c, d, d);
|
|
492
492
|
}
|
|
493
493
|
break;
|
|
494
494
|
}
|
package/esm5/lib/ImageCell.js
CHANGED
|
@@ -15,112 +15,112 @@ export var ImageCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
__extends(ImageCell, _super);
|
|
16
16
|
function ImageCell(a) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.
|
|
19
|
-
_this.dw = 1;
|
|
20
|
-
_this.dx = 3;
|
|
21
|
-
_this.d4 = null;
|
|
22
|
-
_this.dy = false;
|
|
18
|
+
_this.d5 = null;
|
|
23
19
|
_this.dz = 1;
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.
|
|
32
|
-
_this.
|
|
20
|
+
_this.d0 = 3;
|
|
21
|
+
_this.d7 = null;
|
|
22
|
+
_this.d1 = false;
|
|
23
|
+
_this.d2 = 1;
|
|
24
|
+
_this.d4 = null;
|
|
25
|
+
_this.d5 = a.createElement("img");
|
|
26
|
+
_this.d5.listen("load", runOn(_this, _this.ea));
|
|
27
|
+
_this.d4 = a.createElement("div");
|
|
28
|
+
_this.d4.setRawStyleProperty("background-size", "contain");
|
|
29
|
+
_this.d4.setRawStyleProperty("background-repeat", "no-repeat");
|
|
30
|
+
_this.d4.setRawStyleProperty("background-position", "center");
|
|
31
|
+
_this.d4.setRawStyleProperty("width", "100%");
|
|
32
|
+
_this.d4.setRawStyleProperty("height", "100%");
|
|
33
33
|
_this.ar.setRawStyleProperty("text-align", "left");
|
|
34
34
|
_this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
35
|
-
_this.ar.append(_this.
|
|
35
|
+
_this.ar.append(_this.d4);
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
|
-
Object.defineProperty(ImageCell.prototype, "
|
|
38
|
+
Object.defineProperty(ImageCell.prototype, "d6", {
|
|
39
39
|
get: function () {
|
|
40
|
-
return this.
|
|
40
|
+
return this.d5;
|
|
41
41
|
},
|
|
42
42
|
enumerable: false,
|
|
43
43
|
configurable: true
|
|
44
44
|
});
|
|
45
|
-
Object.defineProperty(ImageCell.prototype, "
|
|
45
|
+
Object.defineProperty(ImageCell.prototype, "d3", {
|
|
46
46
|
get: function () {
|
|
47
|
-
return this.
|
|
47
|
+
return this.d2;
|
|
48
48
|
},
|
|
49
49
|
set: function (a) {
|
|
50
|
-
this.
|
|
50
|
+
this.d2 = a;
|
|
51
51
|
},
|
|
52
52
|
enumerable: false,
|
|
53
53
|
configurable: true
|
|
54
54
|
});
|
|
55
|
-
ImageCell.prototype.
|
|
56
|
-
this.
|
|
57
|
-
if (!stringIsNullOrEmpty(this.
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
55
|
+
ImageCell.prototype.ea = function (a) {
|
|
56
|
+
this.d1 = false;
|
|
57
|
+
if (!stringIsNullOrEmpty(this.d7)) {
|
|
58
|
+
this.d4.setRawStyleProperty("opacity", "1");
|
|
59
|
+
this.d4.setRawStyleProperty("background-image", "url(" + this.d7 + ")");
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
|
-
ImageCell.prototype.
|
|
63
|
-
if (a == this.
|
|
62
|
+
ImageCell.prototype.eb = function (a, b) {
|
|
63
|
+
if (a == this.d7) {
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
66
|
+
this.d8();
|
|
67
|
+
this.d4.setRawStyleProperty("opacity", "0");
|
|
68
68
|
if (a == null || a.length == 0) {
|
|
69
|
-
this.
|
|
69
|
+
this.d9(this.d5);
|
|
70
70
|
return;
|
|
71
71
|
}
|
|
72
|
-
if (Base.equalsStatic(a, this.
|
|
72
|
+
if (Base.equalsStatic(a, this.d7)) {
|
|
73
73
|
return;
|
|
74
74
|
}
|
|
75
|
-
this.
|
|
76
|
-
var img_ = this.
|
|
75
|
+
this.ef(a, b);
|
|
76
|
+
var img_ = this.d5.getNativeElement();
|
|
77
77
|
if (img_ != null && (img_.complete)) {
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
78
|
+
this.d1 = false;
|
|
79
|
+
this.d5.setRawStyleProperty("opacity", "1");
|
|
80
|
+
this.d4.setRawStyleProperty("background-image", "url(" + this.d7 + ")");
|
|
81
81
|
}
|
|
82
82
|
};
|
|
83
|
-
ImageCell.prototype.
|
|
83
|
+
ImageCell.prototype.d9 = function (a) {
|
|
84
84
|
a.setAttribute("src", "");
|
|
85
|
-
this.
|
|
85
|
+
this.d4.setRawStyleProperty("background-image", "");
|
|
86
86
|
};
|
|
87
|
-
ImageCell.prototype.
|
|
87
|
+
ImageCell.prototype.ee = function (a) {
|
|
88
88
|
switch (a) {
|
|
89
89
|
case 1:
|
|
90
|
-
this.
|
|
90
|
+
this.d4.setRawStyleProperty("background-size", "100% 100%");
|
|
91
91
|
break;
|
|
92
92
|
case 2:
|
|
93
|
-
this.
|
|
93
|
+
this.d4.setRawStyleProperty("background-size", "auto");
|
|
94
94
|
break;
|
|
95
95
|
case 0:
|
|
96
|
-
this.
|
|
96
|
+
this.d4.setRawStyleProperty("background-size", "contain");
|
|
97
97
|
break;
|
|
98
98
|
}
|
|
99
99
|
};
|
|
100
|
-
ImageCell.prototype.
|
|
101
|
-
this.
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
100
|
+
ImageCell.prototype.ef = function (a, b) {
|
|
101
|
+
this.d1 = true;
|
|
102
|
+
this.d7 = a;
|
|
103
|
+
this.d6.setAttribute("src", a);
|
|
104
104
|
};
|
|
105
|
-
ImageCell.prototype.
|
|
106
|
-
if (this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
105
|
+
ImageCell.prototype.d8 = function () {
|
|
106
|
+
if (this.d1) {
|
|
107
|
+
this.d9(this.d5);
|
|
108
|
+
this.d7 = "";
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
|
-
ImageCell.prototype.
|
|
112
|
-
this.
|
|
111
|
+
ImageCell.prototype.ec = function (a) {
|
|
112
|
+
this.dz = a;
|
|
113
113
|
};
|
|
114
|
-
ImageCell.prototype.
|
|
115
|
-
this.
|
|
114
|
+
ImageCell.prototype.ed = function (a) {
|
|
115
|
+
this.d0 = a;
|
|
116
116
|
};
|
|
117
117
|
ImageCell.prototype.get_ae = function () {
|
|
118
118
|
return true;
|
|
119
119
|
};
|
|
120
|
-
ImageCell.prototype.
|
|
121
|
-
_super.prototype.
|
|
120
|
+
ImageCell.prototype.cl = function (a, b, c) {
|
|
121
|
+
_super.prototype.cl.call(this, a, b, c);
|
|
122
122
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
123
|
-
this.
|
|
123
|
+
this.d4.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
126
|
ImageCell.$t = markType(ImageCell, 'ImageCell', GridCellBase.$);
|
|
@@ -29,29 +29,29 @@ export var ImageCellPresenter = /** @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.fp) || a.bc(CellModel.
|
|
32
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
|
|
33
33
|
var c = Math.min(1, Math.max(0, a.c7));
|
|
34
34
|
var d = a.cs * (1 - c);
|
|
35
|
-
this.d.
|
|
35
|
+
this.d.d3 = d;
|
|
36
36
|
}
|
|
37
|
-
if (b.bc(ImageCellModel.
|
|
38
|
-
this.e(b.
|
|
37
|
+
if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
|
|
38
|
+
this.e(b.oh, b.oa);
|
|
39
39
|
}
|
|
40
|
-
if (b.bc(ImageCellModel.
|
|
41
|
-
this.f(b.
|
|
40
|
+
if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
|
|
41
|
+
this.f(b.oc, b.g, b.i);
|
|
42
42
|
}
|
|
43
|
-
if (b.bc(ImageCellModel.
|
|
43
|
+
if (b.bc(ImageCellModel.hn)) {
|
|
44
44
|
if (a.u == 1) {
|
|
45
|
-
this.d.
|
|
45
|
+
this.d.d8();
|
|
46
46
|
}
|
|
47
47
|
else if (a.u == 2) {
|
|
48
|
-
this.e(b.
|
|
48
|
+
this.e(b.oh, b.oa);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
ImageCellPresenter.prototype.f = function (a, b, c) {
|
|
54
|
-
this.d.
|
|
54
|
+
this.d.ee(a);
|
|
55
55
|
};
|
|
56
56
|
ImageCellPresenter.prototype.e = function (a, b) {
|
|
57
57
|
var c = a.toLowerCase();
|
|
@@ -59,35 +59,35 @@ export var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
b = 4;
|
|
60
60
|
}
|
|
61
61
|
if (stringStartsWith(c, "http") || b == 4) {
|
|
62
|
-
this.d.
|
|
62
|
+
this.d.eb(a, 4);
|
|
63
63
|
}
|
|
64
64
|
if (stringStartsWith(c, "asset") || b == 2) {
|
|
65
65
|
var d = a;
|
|
66
66
|
if (stringStartsWith(c, "asset")) {
|
|
67
67
|
d = a.substr(8);
|
|
68
68
|
}
|
|
69
|
-
this.d.
|
|
69
|
+
this.d.eb(d, 2);
|
|
70
70
|
}
|
|
71
71
|
if (stringStartsWith(c, "drawable") || b == 1) {
|
|
72
72
|
var e = a;
|
|
73
73
|
if (stringStartsWith(c, "drawable")) {
|
|
74
74
|
e = a.substr(11);
|
|
75
75
|
}
|
|
76
|
-
this.d.
|
|
76
|
+
this.d.eb(e, 1);
|
|
77
77
|
}
|
|
78
78
|
if (stringStartsWith(c, "nativeresource") || b == 1) {
|
|
79
79
|
var f = a;
|
|
80
80
|
if (stringStartsWith(c, "nativeresource")) {
|
|
81
81
|
f = a.substr(17);
|
|
82
82
|
}
|
|
83
|
-
this.d.
|
|
83
|
+
this.d.eb(f, 1);
|
|
84
84
|
}
|
|
85
85
|
if (stringStartsWith(c, "embeddedresource") || b == 3) {
|
|
86
86
|
var g = a;
|
|
87
87
|
if (stringStartsWith(c, "embeddedresource")) {
|
|
88
88
|
g = a.substr(19);
|
|
89
89
|
}
|
|
90
|
-
this.d.
|
|
90
|
+
this.d.eb(g, 3);
|
|
91
91
|
}
|
|
92
92
|
};
|
|
93
93
|
ImageCellPresenter.$t = markType(ImageCellPresenter, 'ImageCellPresenter', CellPresenterBase.$);
|
|
@@ -712,7 +712,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
712
712
|
}
|
|
713
713
|
var f = this.g;
|
|
714
714
|
var g = this.g.p();
|
|
715
|
-
e = g.
|
|
715
|
+
e = g.nq();
|
|
716
716
|
}
|
|
717
717
|
d.d = e;
|
|
718
718
|
d.b = a;
|
|
@@ -879,7 +879,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
879
879
|
_this.d.isColumnOptionsEnabled = false;
|
|
880
880
|
_this.d.isActiveCellStyleEnabled = false;
|
|
881
881
|
_this.d.cornerRadius = new CornerRadius(0, 0);
|
|
882
|
-
_this.d.
|
|
882
|
+
_this.d.i9 = false;
|
|
883
883
|
var b = _this.d;
|
|
884
884
|
b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(_this, _this.a7));
|
|
885
885
|
var c = _this.d;
|
|
@@ -1170,7 +1170,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1170
1170
|
}
|
|
1171
1171
|
var k = this.e.activeCell;
|
|
1172
1172
|
if (null != j.activeCell) {
|
|
1173
|
-
this.d.
|
|
1173
|
+
this.d.kx(false, false);
|
|
1174
1174
|
b.preventDefault();
|
|
1175
1175
|
}
|
|
1176
1176
|
else {
|
|
@@ -1197,7 +1197,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1197
1197
|
}
|
|
1198
1198
|
var o = this.e.activeCell;
|
|
1199
1199
|
if (null != n.activeCell) {
|
|
1200
|
-
this.d.
|
|
1200
|
+
this.d.la(false, false);
|
|
1201
1201
|
b.preventDefault();
|
|
1202
1202
|
}
|
|
1203
1203
|
else {
|
|
@@ -2775,7 +2775,7 @@ export var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2775
2775
|
try {
|
|
2776
2776
|
for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2777
2777
|
var d = _c.value;
|
|
2778
|
-
if (0 == StringComparer.b.compare(d.
|
|
2778
|
+
if (0 == StringComparer.b.compare(d.nl, a)) {
|
|
2779
2779
|
return d;
|
|
2780
2780
|
}
|
|
2781
2781
|
}
|
package/esm5/lib/NumericCell.js
CHANGED
|
@@ -14,19 +14,19 @@ export var NumericCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(NumericCell, _super);
|
|
15
15
|
function NumericCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.c3(_this.d0, 2);
|
|
18
|
+
_this.dc(_this.d0, 1);
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
|
-
NumericCell.prototype.
|
|
22
|
-
_super.prototype.
|
|
21
|
+
NumericCell.prototype.cl = function (a, b, c) {
|
|
22
|
+
_super.prototype.cl.call(this, a, b, c);
|
|
23
23
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
24
|
-
this.
|
|
24
|
+
this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
|
-
NumericCell.prototype.
|
|
28
|
-
_super.prototype.
|
|
29
|
-
this.
|
|
27
|
+
NumericCell.prototype.b9 = function () {
|
|
28
|
+
_super.prototype.b9.call(this);
|
|
29
|
+
this.di(2, 1);
|
|
30
30
|
};
|
|
31
31
|
NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
|
|
32
32
|
return NumericCell;
|
|
@@ -29,20 +29,20 @@ export var NumericCellPresenter = /** @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.
|
|
32
|
+
if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
|
|
33
|
+
b.k1 = this.e(b);
|
|
34
|
+
this.d.c9(this.d.d0, b.k1);
|
|
35
35
|
}
|
|
36
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
36
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
NumericCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
return a.
|
|
40
|
+
if (a.ly != null) {
|
|
41
|
+
return a.ly;
|
|
42
42
|
}
|
|
43
|
-
if (a.
|
|
44
|
-
var val_ = a.
|
|
45
|
-
var override_ = a.
|
|
43
|
+
if (a.o7 != null) {
|
|
44
|
+
var val_ = a.ok;
|
|
45
|
+
var override_ = a.o7;
|
|
46
46
|
return (override_.format(val_));
|
|
47
47
|
}
|
|
48
48
|
return NumericCellFormatter.c(a);
|
|
@@ -835,15 +835,15 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
835
835
|
}
|
|
836
836
|
else {
|
|
837
837
|
var a = new TextColumn();
|
|
838
|
-
a.
|
|
839
|
-
a.
|
|
840
|
-
a.
|
|
838
|
+
a.lm = 10;
|
|
839
|
+
a.ln = 5;
|
|
840
|
+
a.nl = "PropertyPath";
|
|
841
841
|
a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
|
|
842
842
|
this.l.columns.add(a);
|
|
843
843
|
var b = new TemplateColumn();
|
|
844
|
-
b.
|
|
845
|
-
b.
|
|
846
|
-
b.
|
|
844
|
+
b.nl = "ValueType";
|
|
845
|
+
b.lm = 5;
|
|
846
|
+
b.ln = 5;
|
|
847
847
|
b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
|
|
848
848
|
b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
|
|
849
849
|
b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
|
|
@@ -923,8 +923,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
923
923
|
var r = this_1.cc(l);
|
|
924
924
|
if (c.count <= g) {
|
|
925
925
|
var s = new TextColumn();
|
|
926
|
-
s.
|
|
927
|
-
s.
|
|
926
|
+
s.lm = 10;
|
|
927
|
+
s.ln = 5;
|
|
928
928
|
s.width = ((function () {
|
|
929
929
|
var $ret = new ColumnWidth();
|
|
930
930
|
$ret.c = false;
|
|
@@ -932,8 +932,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
932
932
|
return $ret;
|
|
933
933
|
})());
|
|
934
934
|
s.dataBinding = delegateCombine(s.dataBinding, runOn(this_1, this_1.dp));
|
|
935
|
-
s.
|
|
936
|
-
s.
|
|
935
|
+
s.od = "PropertyName_" + k;
|
|
936
|
+
s.nl = "PropertyName";
|
|
937
937
|
c.add(s);
|
|
938
938
|
this_1.au.item(s, c.count - 1);
|
|
939
939
|
g++;
|
|
@@ -970,10 +970,10 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
970
970
|
}
|
|
971
971
|
if (c.count <= g) {
|
|
972
972
|
var v = new TemplateColumn();
|
|
973
|
-
v.
|
|
974
|
-
v.
|
|
975
|
-
v.
|
|
976
|
-
v.
|
|
973
|
+
v.od = "ValueType_" + k;
|
|
974
|
+
v.nl = "ValueType";
|
|
975
|
+
v.lm = 5;
|
|
976
|
+
v.ln = 5;
|
|
977
977
|
v.dataBinding = delegateCombine(v.dataBinding, runOn(this_1, this_1.cu));
|
|
978
978
|
v.width = ((function () {
|
|
979
979
|
var $ret = new ColumnWidth();
|
|
@@ -1189,7 +1189,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1189
1189
|
};
|
|
1190
1190
|
PropertyEditor.prototype.ct = function (a, b) {
|
|
1191
1191
|
var c = a;
|
|
1192
|
-
var d = this.s(c, b.cellInfo.fq, b.cellInfo.
|
|
1192
|
+
var d = this.s(c, b.cellInfo.fq, b.cellInfo.ij);
|
|
1193
1193
|
var e = d != null ? d.w : 0;
|
|
1194
1194
|
switch (e) {
|
|
1195
1195
|
case 10:
|
|
@@ -1287,7 +1287,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1287
1287
|
if (c.t != 3) {
|
|
1288
1288
|
c.t = 3;
|
|
1289
1289
|
}
|
|
1290
|
-
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1290
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1291
1291
|
var f = c.inputs._inner[0];
|
|
1292
1292
|
f.bh = e;
|
|
1293
1293
|
f.cq = (e.ar != null ? e.ar.toString() : "");
|
|
@@ -1302,7 +1302,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1302
1302
|
if (c.s != 3) {
|
|
1303
1303
|
c.s = 3;
|
|
1304
1304
|
}
|
|
1305
|
-
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1305
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1306
1306
|
c.ee = e;
|
|
1307
1307
|
var f = e.ar;
|
|
1308
1308
|
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
@@ -1320,7 +1320,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1320
1320
|
if (c.density != 3) {
|
|
1321
1321
|
c.density = 3;
|
|
1322
1322
|
}
|
|
1323
|
-
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1323
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1324
1324
|
if (c.dd != e) {
|
|
1325
1325
|
if (!d) {
|
|
1326
1326
|
c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(_this, _this.cq));
|
|
@@ -1592,7 +1592,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1592
1592
|
if (!c.y) {
|
|
1593
1593
|
c.y = true;
|
|
1594
1594
|
}
|
|
1595
|
-
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1595
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1596
1596
|
var f = e.ar;
|
|
1597
1597
|
if (f == null) {
|
|
1598
1598
|
f = false;
|
|
@@ -14,49 +14,49 @@ export var SectionHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(SectionHeaderCell, _super);
|
|
15
15
|
function SectionHeaderCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
17
|
+
_this.dz = null;
|
|
18
|
+
_this.dz = a.createElement("span");
|
|
19
|
+
_this.dz.setRawStyleProperty("display", "inline-block");
|
|
20
|
+
_this.dz.setRawStyleProperty("line-height", "normal");
|
|
21
|
+
_this.dz.setRawStyleProperty("vertical-align", "middle");
|
|
22
|
+
_this.dz.setRawStyleProperty("overflow", "hidden");
|
|
23
|
+
_this.dz.setRawStyleProperty("white-space", "nowrap");
|
|
24
|
+
_this.dz.setRawStyleProperty("text-overflow", "ellipsis");
|
|
25
25
|
_this.ar.setRawStyleProperty("text-align", "left");
|
|
26
26
|
_this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
27
27
|
_this.ar.setRawStyleProperty("overflow", "hidden");
|
|
28
28
|
_this.ar.setRawStyleProperty("white-space", "nowrap");
|
|
29
29
|
_this.ar.setRawStyleProperty("text-overflow", "ellipsis");
|
|
30
|
-
_this.ar.append(_this.
|
|
30
|
+
_this.ar.append(_this.dz);
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
33
|
-
Object.defineProperty(SectionHeaderCell.prototype, "
|
|
33
|
+
Object.defineProperty(SectionHeaderCell.prototype, "d0", {
|
|
34
34
|
get: function () {
|
|
35
|
-
return this.
|
|
35
|
+
return this.dz;
|
|
36
36
|
},
|
|
37
37
|
enumerable: false,
|
|
38
38
|
configurable: true
|
|
39
39
|
});
|
|
40
|
-
SectionHeaderCell.prototype.
|
|
41
|
-
_super.prototype.
|
|
42
|
-
if (a == this.
|
|
43
|
-
this.
|
|
40
|
+
SectionHeaderCell.prototype.c1 = function (a, b) {
|
|
41
|
+
_super.prototype.c1.call(this, a, b);
|
|
42
|
+
if (a == this.dz) {
|
|
43
|
+
this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
SectionHeaderCell.prototype.get_ae = function () {
|
|
47
47
|
return true;
|
|
48
48
|
};
|
|
49
|
-
SectionHeaderCell.prototype.
|
|
50
|
-
_super.prototype.
|
|
49
|
+
SectionHeaderCell.prototype.cl = function (a, b, c) {
|
|
50
|
+
_super.prototype.cl.call(this, a, b, c);
|
|
51
51
|
if (a == "Indent") {
|
|
52
|
-
this.
|
|
52
|
+
this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
|
|
53
53
|
}
|
|
54
54
|
if (a == "IsCollapsable") {
|
|
55
55
|
if (this.aa) {
|
|
56
|
-
this.
|
|
56
|
+
this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
|
|
57
57
|
}
|
|
58
58
|
else {
|
|
59
|
-
this.
|
|
59
|
+
this.dz.setRawStyleProperty("margin-left", "0px");
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
};
|