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
|
@@ -53,10 +53,10 @@ let GridIconRepository = /*@__PURE__*/ (() => {
|
|
|
53
53
|
GridIconRepository.$t = /*@__PURE__*/ markType(GridIconRepository, 'GridIconRepository');
|
|
54
54
|
GridIconRepository.a = false;
|
|
55
55
|
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";
|
|
56
|
-
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
|
|
57
|
-
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
|
|
58
|
-
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
|
|
59
|
-
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
|
|
56
|
+
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>";
|
|
57
|
+
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>";
|
|
58
|
+
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>";
|
|
59
|
+
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>";
|
|
60
60
|
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>";
|
|
61
61
|
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>";
|
|
62
62
|
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>";
|
|
@@ -317,7 +317,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
317
317
|
a6() {
|
|
318
318
|
if (this.e != null) {
|
|
319
319
|
this.e.density = this.m;
|
|
320
|
-
this.e.
|
|
320
|
+
this.e.textColor = this.ba;
|
|
321
321
|
this.e.baseTheme = this.i;
|
|
322
322
|
this.e.backgroundColor = this.a9;
|
|
323
323
|
this.e.showSelectAll = false;
|
|
@@ -376,7 +376,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
376
376
|
if (d.iD == a) {
|
|
377
377
|
d.isSelected = b;
|
|
378
378
|
if (this.e != null) {
|
|
379
|
-
this.e.
|
|
379
|
+
this.e.dw(c, d, d);
|
|
380
380
|
}
|
|
381
381
|
break;
|
|
382
382
|
}
|
|
@@ -388,7 +388,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
388
388
|
c.label = b;
|
|
389
389
|
this.q.add(c);
|
|
390
390
|
if (this.e != null) {
|
|
391
|
-
this.e.
|
|
391
|
+
this.e.dt(this.q.count - 1, c);
|
|
392
392
|
}
|
|
393
393
|
this.c.onItemInserted();
|
|
394
394
|
}
|
|
@@ -398,7 +398,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
398
398
|
if (c.iD == a) {
|
|
399
399
|
this.q.removeAt(b);
|
|
400
400
|
if (this.e != null) {
|
|
401
|
-
this.e.
|
|
401
|
+
this.e.dv(b, c);
|
|
402
402
|
}
|
|
403
403
|
break;
|
|
404
404
|
}
|
|
@@ -411,7 +411,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
411
411
|
if (d.iD == a) {
|
|
412
412
|
d.label = b;
|
|
413
413
|
if (this.e != null) {
|
|
414
|
-
this.e.
|
|
414
|
+
this.e.dw(c, d, d);
|
|
415
415
|
}
|
|
416
416
|
break;
|
|
417
417
|
}
|
package/esm2015/lib/ImageCell.js
CHANGED
|
@@ -9,105 +9,105 @@ import { Base, runOn, markType } from "igniteui-webcomponents-core";
|
|
|
9
9
|
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
10
10
|
let ImageCell = /*@__PURE__*/ (() => {
|
|
11
11
|
class ImageCell extends GridCellBase {
|
|
12
|
+
get d6() {
|
|
13
|
+
return this.d5;
|
|
14
|
+
}
|
|
12
15
|
get d3() {
|
|
13
16
|
return this.d2;
|
|
14
17
|
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
set d0(a) {
|
|
19
|
-
this.dz = a;
|
|
18
|
+
set d3(a) {
|
|
19
|
+
this.d2 = a;
|
|
20
20
|
}
|
|
21
21
|
constructor(a) {
|
|
22
22
|
super(a);
|
|
23
|
-
this.
|
|
24
|
-
this.dw = 1;
|
|
25
|
-
this.dx = 3;
|
|
26
|
-
this.d4 = null;
|
|
27
|
-
this.dy = false;
|
|
23
|
+
this.d5 = null;
|
|
28
24
|
this.dz = 1;
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
25
|
+
this.d0 = 3;
|
|
26
|
+
this.d7 = null;
|
|
27
|
+
this.d1 = false;
|
|
28
|
+
this.d2 = 1;
|
|
29
|
+
this.d4 = null;
|
|
30
|
+
this.d5 = a.createElement("img");
|
|
31
|
+
this.d5.listen("load", runOn(this, this.ea));
|
|
32
|
+
this.d4 = a.createElement("div");
|
|
33
|
+
this.d4.setRawStyleProperty("background-size", "contain");
|
|
34
|
+
this.d4.setRawStyleProperty("background-repeat", "no-repeat");
|
|
35
|
+
this.d4.setRawStyleProperty("background-position", "center");
|
|
36
|
+
this.d4.setRawStyleProperty("width", "100%");
|
|
37
|
+
this.d4.setRawStyleProperty("height", "100%");
|
|
38
38
|
this.ar.setRawStyleProperty("text-align", "left");
|
|
39
39
|
this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
40
|
-
this.ar.append(this.
|
|
40
|
+
this.ar.append(this.d4);
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
this.
|
|
44
|
-
if (!stringIsNullOrEmpty(this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
42
|
+
ea(a) {
|
|
43
|
+
this.d1 = false;
|
|
44
|
+
if (!stringIsNullOrEmpty(this.d7)) {
|
|
45
|
+
this.d4.setRawStyleProperty("opacity", "1");
|
|
46
|
+
this.d4.setRawStyleProperty("background-image", "url(" + this.d7 + ")");
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
if (a == this.
|
|
49
|
+
eb(a, b) {
|
|
50
|
+
if (a == this.d7) {
|
|
51
51
|
return;
|
|
52
52
|
}
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
53
|
+
this.d8();
|
|
54
|
+
this.d4.setRawStyleProperty("opacity", "0");
|
|
55
55
|
if (a == null || a.length == 0) {
|
|
56
|
-
this.
|
|
56
|
+
this.d9(this.d5);
|
|
57
57
|
return;
|
|
58
58
|
}
|
|
59
|
-
if (Base.equalsStatic(a, this.
|
|
59
|
+
if (Base.equalsStatic(a, this.d7)) {
|
|
60
60
|
return;
|
|
61
61
|
}
|
|
62
|
-
this.
|
|
63
|
-
let img_ = this.
|
|
62
|
+
this.ef(a, b);
|
|
63
|
+
let img_ = this.d5.getNativeElement();
|
|
64
64
|
if (img_ != null && (img_.complete)) {
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
65
|
+
this.d1 = false;
|
|
66
|
+
this.d5.setRawStyleProperty("opacity", "1");
|
|
67
|
+
this.d4.setRawStyleProperty("background-image", "url(" + this.d7 + ")");
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
|
|
70
|
+
d9(a) {
|
|
71
71
|
a.setAttribute("src", "");
|
|
72
|
-
this.
|
|
72
|
+
this.d4.setRawStyleProperty("background-image", "");
|
|
73
73
|
}
|
|
74
|
-
|
|
74
|
+
ee(a) {
|
|
75
75
|
switch (a) {
|
|
76
76
|
case 1:
|
|
77
|
-
this.
|
|
77
|
+
this.d4.setRawStyleProperty("background-size", "100% 100%");
|
|
78
78
|
break;
|
|
79
79
|
case 2:
|
|
80
|
-
this.
|
|
80
|
+
this.d4.setRawStyleProperty("background-size", "auto");
|
|
81
81
|
break;
|
|
82
82
|
case 0:
|
|
83
|
-
this.
|
|
83
|
+
this.d4.setRawStyleProperty("background-size", "contain");
|
|
84
84
|
break;
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
|
-
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
87
|
+
ef(a, b) {
|
|
88
|
+
this.d1 = true;
|
|
89
|
+
this.d7 = a;
|
|
90
|
+
this.d6.setAttribute("src", a);
|
|
91
91
|
}
|
|
92
|
-
|
|
93
|
-
if (this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
92
|
+
d8() {
|
|
93
|
+
if (this.d1) {
|
|
94
|
+
this.d9(this.d5);
|
|
95
|
+
this.d7 = "";
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
-
|
|
99
|
-
this.
|
|
98
|
+
ec(a) {
|
|
99
|
+
this.dz = a;
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
this.
|
|
101
|
+
ed(a) {
|
|
102
|
+
this.d0 = a;
|
|
103
103
|
}
|
|
104
104
|
get_ae() {
|
|
105
105
|
return true;
|
|
106
106
|
}
|
|
107
|
-
|
|
108
|
-
super.
|
|
107
|
+
cl(a, b, c) {
|
|
108
|
+
super.cl(a, b, c);
|
|
109
109
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
110
|
-
this.
|
|
110
|
+
this.d4.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
}
|
|
@@ -21,29 +21,29 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
if (a.a7) {
|
|
24
|
-
if (a.bc(CellModel.fp) || a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
|
|
25
25
|
let c = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let d = a.cs * (1 - c);
|
|
27
|
-
this.d.
|
|
27
|
+
this.d.d3 = d;
|
|
28
28
|
}
|
|
29
|
-
if (b.bc(ImageCellModel.
|
|
30
|
-
this.e(b.
|
|
29
|
+
if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
|
|
30
|
+
this.e(b.oh, b.oa);
|
|
31
31
|
}
|
|
32
|
-
if (b.bc(ImageCellModel.
|
|
33
|
-
this.f(b.
|
|
32
|
+
if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
|
|
33
|
+
this.f(b.oc, b.g, b.i);
|
|
34
34
|
}
|
|
35
|
-
if (b.bc(ImageCellModel.
|
|
35
|
+
if (b.bc(ImageCellModel.hn)) {
|
|
36
36
|
if (a.u == 1) {
|
|
37
|
-
this.d.
|
|
37
|
+
this.d.d8();
|
|
38
38
|
}
|
|
39
39
|
else if (a.u == 2) {
|
|
40
|
-
this.e(b.
|
|
40
|
+
this.e(b.oh, b.oa);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
f(a, b, c) {
|
|
46
|
-
this.d.
|
|
46
|
+
this.d.ee(a);
|
|
47
47
|
}
|
|
48
48
|
e(a, b) {
|
|
49
49
|
let c = a.toLowerCase();
|
|
@@ -51,35 +51,35 @@ let ImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
51
51
|
b = 4;
|
|
52
52
|
}
|
|
53
53
|
if (stringStartsWith(c, "http") || b == 4) {
|
|
54
|
-
this.d.
|
|
54
|
+
this.d.eb(a, 4);
|
|
55
55
|
}
|
|
56
56
|
if (stringStartsWith(c, "asset") || b == 2) {
|
|
57
57
|
let d = a;
|
|
58
58
|
if (stringStartsWith(c, "asset")) {
|
|
59
59
|
d = a.substr(8);
|
|
60
60
|
}
|
|
61
|
-
this.d.
|
|
61
|
+
this.d.eb(d, 2);
|
|
62
62
|
}
|
|
63
63
|
if (stringStartsWith(c, "drawable") || b == 1) {
|
|
64
64
|
let e = a;
|
|
65
65
|
if (stringStartsWith(c, "drawable")) {
|
|
66
66
|
e = a.substr(11);
|
|
67
67
|
}
|
|
68
|
-
this.d.
|
|
68
|
+
this.d.eb(e, 1);
|
|
69
69
|
}
|
|
70
70
|
if (stringStartsWith(c, "nativeresource") || b == 1) {
|
|
71
71
|
let f = a;
|
|
72
72
|
if (stringStartsWith(c, "nativeresource")) {
|
|
73
73
|
f = a.substr(17);
|
|
74
74
|
}
|
|
75
|
-
this.d.
|
|
75
|
+
this.d.eb(f, 1);
|
|
76
76
|
}
|
|
77
77
|
if (stringStartsWith(c, "embeddedresource") || b == 3) {
|
|
78
78
|
let g = a;
|
|
79
79
|
if (stringStartsWith(c, "embeddedresource")) {
|
|
80
80
|
g = a.substr(19);
|
|
81
81
|
}
|
|
82
|
-
this.d.
|
|
82
|
+
this.d.eb(g, 3);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -677,7 +677,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
677
677
|
}
|
|
678
678
|
let f = this.g;
|
|
679
679
|
let g = this.g.p();
|
|
680
|
-
e = g.
|
|
680
|
+
e = g.nq();
|
|
681
681
|
}
|
|
682
682
|
d.d = e;
|
|
683
683
|
d.b = a;
|
|
@@ -843,7 +843,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
843
843
|
this.d.isColumnOptionsEnabled = false;
|
|
844
844
|
this.d.isActiveCellStyleEnabled = false;
|
|
845
845
|
this.d.cornerRadius = new CornerRadius(0, 0);
|
|
846
|
-
this.d.
|
|
846
|
+
this.d.i9 = false;
|
|
847
847
|
let b = this.d;
|
|
848
848
|
b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
|
|
849
849
|
let c = this.d;
|
|
@@ -1122,7 +1122,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1122
1122
|
}
|
|
1123
1123
|
let k = this.e.activeCell;
|
|
1124
1124
|
if (null != j.activeCell) {
|
|
1125
|
-
this.d.
|
|
1125
|
+
this.d.kx(false, false);
|
|
1126
1126
|
b.preventDefault();
|
|
1127
1127
|
}
|
|
1128
1128
|
else {
|
|
@@ -1149,7 +1149,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1149
1149
|
}
|
|
1150
1150
|
let o = this.e.activeCell;
|
|
1151
1151
|
if (null != n.activeCell) {
|
|
1152
|
-
this.d.
|
|
1152
|
+
this.d.la(false, false);
|
|
1153
1153
|
b.preventDefault();
|
|
1154
1154
|
}
|
|
1155
1155
|
else {
|
|
@@ -2398,7 +2398,7 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
2398
2398
|
return c._inner[0];
|
|
2399
2399
|
}
|
|
2400
2400
|
for (let d of fromEnum(c)) {
|
|
2401
|
-
if (0 == StringComparer.b.compare(d.
|
|
2401
|
+
if (0 == StringComparer.b.compare(d.nl, a)) {
|
|
2402
2402
|
return d;
|
|
2403
2403
|
}
|
|
2404
2404
|
}
|
|
@@ -10,18 +10,18 @@ let NumericCell = /*@__PURE__*/ (() => {
|
|
|
10
10
|
class NumericCell extends TextCell {
|
|
11
11
|
constructor(a) {
|
|
12
12
|
super(a);
|
|
13
|
-
this.
|
|
14
|
-
this.
|
|
13
|
+
this.c3(this.d0, 2);
|
|
14
|
+
this.dc(this.d0, 1);
|
|
15
15
|
}
|
|
16
|
-
|
|
17
|
-
super.
|
|
16
|
+
cl(a, b, c) {
|
|
17
|
+
super.cl(a, b, c);
|
|
18
18
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
19
|
-
this.
|
|
19
|
+
this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
-
|
|
23
|
-
super.
|
|
24
|
-
this.
|
|
22
|
+
b9() {
|
|
23
|
+
super.b9();
|
|
24
|
+
this.di(2, 1);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
NumericCell.$t = /*@__PURE__*/ markType(NumericCell, 'NumericCell', TextCell.$);
|
|
@@ -21,20 +21,20 @@ let NumericCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
if (a.a7) {
|
|
24
|
-
if (a.bc(NumericCellModel.
|
|
25
|
-
b.
|
|
26
|
-
this.d.
|
|
24
|
+
if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
|
|
25
|
+
b.k1 = this.e(b);
|
|
26
|
+
this.d.c9(this.d.d0, b.k1);
|
|
27
27
|
}
|
|
28
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
28
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
e(a) {
|
|
32
|
-
if (a.
|
|
33
|
-
return a.
|
|
32
|
+
if (a.ly != null) {
|
|
33
|
+
return a.ly;
|
|
34
34
|
}
|
|
35
|
-
if (a.
|
|
36
|
-
let val_ = a.
|
|
37
|
-
let override_ = a.
|
|
35
|
+
if (a.o7 != null) {
|
|
36
|
+
let val_ = a.ok;
|
|
37
|
+
let override_ = a.o7;
|
|
38
38
|
return (override_.format(val_));
|
|
39
39
|
}
|
|
40
40
|
return NumericCellFormatter.c(a);
|
|
@@ -736,15 +736,15 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
736
736
|
}
|
|
737
737
|
else {
|
|
738
738
|
let a = new TextColumn();
|
|
739
|
-
a.
|
|
740
|
-
a.
|
|
741
|
-
a.
|
|
739
|
+
a.lm = 10;
|
|
740
|
+
a.ln = 5;
|
|
741
|
+
a.nl = "PropertyPath";
|
|
742
742
|
a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
|
|
743
743
|
this.l.columns.add(a);
|
|
744
744
|
let b = new TemplateColumn();
|
|
745
|
-
b.
|
|
746
|
-
b.
|
|
747
|
-
b.
|
|
745
|
+
b.nl = "ValueType";
|
|
746
|
+
b.lm = 5;
|
|
747
|
+
b.ln = 5;
|
|
748
748
|
b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
|
|
749
749
|
b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
|
|
750
750
|
b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
|
|
@@ -824,8 +824,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
824
824
|
let r = this.cc(l);
|
|
825
825
|
if (c.count <= g) {
|
|
826
826
|
let s = new TextColumn();
|
|
827
|
-
s.
|
|
828
|
-
s.
|
|
827
|
+
s.lm = 10;
|
|
828
|
+
s.ln = 5;
|
|
829
829
|
s.width = ((() => {
|
|
830
830
|
let $ret = new ColumnWidth();
|
|
831
831
|
$ret.c = false;
|
|
@@ -833,8 +833,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
833
833
|
return $ret;
|
|
834
834
|
})());
|
|
835
835
|
s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
|
|
836
|
-
s.
|
|
837
|
-
s.
|
|
836
|
+
s.od = "PropertyName_" + k;
|
|
837
|
+
s.nl = "PropertyName";
|
|
838
838
|
c.add(s);
|
|
839
839
|
this.au.item(s, c.count - 1);
|
|
840
840
|
g++;
|
|
@@ -871,10 +871,10 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
871
871
|
}
|
|
872
872
|
if (c.count <= g) {
|
|
873
873
|
let v = new TemplateColumn();
|
|
874
|
-
v.
|
|
875
|
-
v.
|
|
876
|
-
v.
|
|
877
|
-
v.
|
|
874
|
+
v.od = "ValueType_" + k;
|
|
875
|
+
v.nl = "ValueType";
|
|
876
|
+
v.lm = 5;
|
|
877
|
+
v.ln = 5;
|
|
878
878
|
v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
|
|
879
879
|
v.width = ((() => {
|
|
880
880
|
let $ret = new ColumnWidth();
|
|
@@ -1067,7 +1067,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1067
1067
|
}
|
|
1068
1068
|
ct(a, b) {
|
|
1069
1069
|
let c = a;
|
|
1070
|
-
let d = this.s(c, b.cellInfo.fq, b.cellInfo.
|
|
1070
|
+
let d = this.s(c, b.cellInfo.fq, b.cellInfo.ij);
|
|
1071
1071
|
let e = d != null ? d.w : 0;
|
|
1072
1072
|
switch (e) {
|
|
1073
1073
|
case 10:
|
|
@@ -1164,7 +1164,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1164
1164
|
if (c.t != 3) {
|
|
1165
1165
|
c.t = 3;
|
|
1166
1166
|
}
|
|
1167
|
-
let e = this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1167
|
+
let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1168
1168
|
let f = c.inputs._inner[0];
|
|
1169
1169
|
f.bh = e;
|
|
1170
1170
|
f.cq = (e.ar != null ? e.ar.toString() : "");
|
|
@@ -1178,7 +1178,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1178
1178
|
if (c.s != 3) {
|
|
1179
1179
|
c.s = 3;
|
|
1180
1180
|
}
|
|
1181
|
-
let e = this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1181
|
+
let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1182
1182
|
c.ee = e;
|
|
1183
1183
|
let f = e.ar;
|
|
1184
1184
|
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
@@ -1195,7 +1195,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1195
1195
|
if (c.density != 3) {
|
|
1196
1196
|
c.density = 3;
|
|
1197
1197
|
}
|
|
1198
|
-
let e = this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1198
|
+
let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1199
1199
|
if (c.dd != e) {
|
|
1200
1200
|
if (!d) {
|
|
1201
1201
|
c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(this, this.cq));
|
|
@@ -1459,7 +1459,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1459
1459
|
if (!c.y) {
|
|
1460
1460
|
c.y = true;
|
|
1461
1461
|
}
|
|
1462
|
-
let e = this.s(a, b.cellInfo.fq, b.cellInfo.
|
|
1462
|
+
let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
|
|
1463
1463
|
let f = e.ar;
|
|
1464
1464
|
if (f == null) {
|
|
1465
1465
|
f = false;
|
|
@@ -8,46 +8,46 @@ import { GridCellBase } from "./GridCellBase";
|
|
|
8
8
|
import { markType } from "igniteui-webcomponents-core";
|
|
9
9
|
let SectionHeaderCell = /*@__PURE__*/ (() => {
|
|
10
10
|
class SectionHeaderCell extends GridCellBase {
|
|
11
|
-
get
|
|
12
|
-
return this.
|
|
11
|
+
get d0() {
|
|
12
|
+
return this.dz;
|
|
13
13
|
}
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
16
|
+
this.dz = null;
|
|
17
|
+
this.dz = a.createElement("span");
|
|
18
|
+
this.dz.setRawStyleProperty("display", "inline-block");
|
|
19
|
+
this.dz.setRawStyleProperty("line-height", "normal");
|
|
20
|
+
this.dz.setRawStyleProperty("vertical-align", "middle");
|
|
21
|
+
this.dz.setRawStyleProperty("overflow", "hidden");
|
|
22
|
+
this.dz.setRawStyleProperty("white-space", "nowrap");
|
|
23
|
+
this.dz.setRawStyleProperty("text-overflow", "ellipsis");
|
|
24
24
|
this.ar.setRawStyleProperty("text-align", "left");
|
|
25
25
|
this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
26
26
|
this.ar.setRawStyleProperty("overflow", "hidden");
|
|
27
27
|
this.ar.setRawStyleProperty("white-space", "nowrap");
|
|
28
28
|
this.ar.setRawStyleProperty("text-overflow", "ellipsis");
|
|
29
|
-
this.ar.append(this.
|
|
29
|
+
this.ar.append(this.dz);
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
super.
|
|
33
|
-
if (a == this.
|
|
34
|
-
this.
|
|
31
|
+
c1(a, b) {
|
|
32
|
+
super.c1(a, b);
|
|
33
|
+
if (a == this.dz) {
|
|
34
|
+
this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
get_ae() {
|
|
38
38
|
return true;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
super.
|
|
40
|
+
cl(a, b, c) {
|
|
41
|
+
super.cl(a, b, c);
|
|
42
42
|
if (a == "Indent") {
|
|
43
|
-
this.
|
|
43
|
+
this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
|
|
44
44
|
}
|
|
45
45
|
if (a == "IsCollapsable") {
|
|
46
46
|
if (this.aa) {
|
|
47
|
-
this.
|
|
47
|
+
this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
|
|
48
48
|
}
|
|
49
49
|
else {
|
|
50
|
-
this.
|
|
50
|
+
this.dz.setRawStyleProperty("margin-left", "0px");
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -20,26 +20,26 @@ let SectionHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
20
20
|
super.b(a);
|
|
21
21
|
let b = a;
|
|
22
22
|
if (a.a7) {
|
|
23
|
-
if (a.bc(SectionHeaderCellModel.
|
|
24
|
-
if (b.
|
|
25
|
-
if (b.
|
|
26
|
-
b.
|
|
23
|
+
if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh) || a.bc(SectionHeaderCellModel.og) || a.bc(SectionHeaderCellModel.oj)) {
|
|
24
|
+
if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
|
|
25
|
+
if (b.ii == null) {
|
|
26
|
+
b.k1 = "";
|
|
27
27
|
}
|
|
28
28
|
else {
|
|
29
|
-
b.
|
|
29
|
+
b.k1 = b.ii.toString();
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
else {
|
|
33
|
-
if (b.
|
|
34
|
-
b.
|
|
33
|
+
if (b.on != null && b.oe == 0) {
|
|
34
|
+
b.k1 = b.op + " " + b.on;
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
b.
|
|
37
|
+
b.k1 = b.op;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
this.d.
|
|
40
|
+
this.d.c9(this.d.d0, b.k1);
|
|
41
41
|
}
|
|
42
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
42
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|