igniteui-angular-data-grids 21.0.1 → 21.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-angular-data-grids.umd.js +16132 -13283
- package/bundles/igniteui-angular-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 +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +44 -36
- package/esm2015/lib/CheckboxListView_combined.js +492 -453
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +11 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- 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 +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- 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 +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +64 -54
- 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 +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +305 -163
- package/esm2015/lib/igx-data-grid-component.js +186 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
- 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-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- 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-filter-row-definition-dynamic-module.js +2 -0
- 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-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- 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-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +80 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- 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 +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +44 -36
- package/esm5/lib/CheckboxListView_combined.js +476 -433
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +11 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- 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 +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +400 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- 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 +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +61 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +67 -53
- 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 +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +365 -163
- package/esm5/lib/igx-data-grid-component.js +244 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
- 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-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- 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-filter-row-definition-dynamic-module.js +2 -0
- 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-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- 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-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +108 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
- package/fesm5/igniteui-angular-data-grids.js +16132 -13285
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +117 -113
- package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +11 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +102 -79
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- 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/igx-cell-info.d.ts +15 -0
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +46 -1
- package/lib/igx-data-grid-component.d.ts +73 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +18 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-angular-core";
|
|
9
|
+
import { SvgIconRegistry } from "igniteui-angular-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var GridIconRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(GridIconRepository, _super);
|
|
15
|
+
function GridIconRepository() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
GridIconRepository.bk = function () {
|
|
19
|
+
if (GridIconRepository.a) {
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "DotDotDotIcon", GridIconRepository.ar);
|
|
23
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnMoveLeftIcon", GridIconRepository.x);
|
|
24
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnMoveRightIcon", GridIconRepository.z);
|
|
25
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnPinLeftIcon", GridIconRepository.ab);
|
|
26
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnPinRightIcon", GridIconRepository.ad);
|
|
27
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnVisibilityOnIcon", GridIconRepository.ap);
|
|
28
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnVisibilityOffIcon", GridIconRepository.an);
|
|
29
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnGroupIcon", GridIconRepository.v);
|
|
30
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnUngroupIcon", GridIconRepository.al);
|
|
31
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnSortAscendingIcon", GridIconRepository.af);
|
|
32
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnSortDescendingIcon", GridIconRepository.ah);
|
|
33
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnSummaryIcon", GridIconRepository.aj);
|
|
34
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeIcon", GridIconRepository.h);
|
|
35
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeNoneIcon", GridIconRepository.j);
|
|
36
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeTop10Icon", GridIconRepository.p);
|
|
37
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeGreaterThanIcon", GridIconRepository.f);
|
|
38
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeDuplicateValuesIcon", GridIconRepository.b);
|
|
39
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeUniqueValuesIcon", GridIconRepository.r);
|
|
40
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeEmptyCellsIcon", GridIconRepository.d);
|
|
41
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeShowDataBarsIcon", GridIconRepository.n);
|
|
42
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeShowColorScaleIcon", GridIconRepository.l);
|
|
43
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnClearFilterIcon", GridIconRepository.t);
|
|
44
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowUpward", GridIconRepository.a0);
|
|
45
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowDownward", GridIconRepository.aw);
|
|
46
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyPinLeft", GridIconRepository.a6);
|
|
47
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyPinRight", GridIconRepository.a8);
|
|
48
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyUnpinLeft", GridIconRepository.bc);
|
|
49
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyUnpinRight", GridIconRepository.be);
|
|
50
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowForward", GridIconRepository.ay);
|
|
51
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowBackward", GridIconRepository.au);
|
|
52
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyGroup", GridIconRepository.a4);
|
|
53
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyUngroup", GridIconRepository.ba);
|
|
54
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyVisibilityIcon", GridIconRepository.bg);
|
|
55
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyVisibilityOffIcon", GridIconRepository.bi);
|
|
56
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyClearFilterIcon", GridIconRepository.a2);
|
|
57
|
+
GridIconRepository.a = true;
|
|
58
|
+
};
|
|
59
|
+
GridIconRepository.$t = markType(GridIconRepository, 'GridIconRepository');
|
|
60
|
+
GridIconRepository.a = false;
|
|
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-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
|
+
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
|
+
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
|
+
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>";
|
|
69
|
+
GridIconRepository.al = "\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>";
|
|
70
|
+
GridIconRepository.af = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M19 16.5L16 19.5L13 16.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 19.5V4.5V19.5Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.22545 4.11C6.99746 4.11 6.79549 4.25704 6.72545 4.47401L4.78677 10.4798C4.68257 10.8026 4.92328 11.1332 5.26249 11.1332C5.48149 11.1332 5.675 10.9907 5.73991 10.7815L6.14281 9.48328C6.16555 9.41 6.23334 9.36005 6.31007 9.36005H8.20785C8.28489 9.36005 8.35288 9.4104 8.37536 9.48409L8.77075 10.7803C8.83471 10.99 9.02818 11.1332 9.2474 11.1332C9.5845 11.1332 9.82434 10.8055 9.72238 10.4842L7.8161 4.4765C7.74685 4.25827 7.54425 4.11 7.3153 4.11H7.22545ZM7.26905 5.45516C7.30754 5.45524 7.34146 5.48045 7.35264 5.51727L8.25569 8.40253C8.26375 8.42907 8.25876 8.45785 8.24225 8.48013C8.22573 8.50241 8.19964 8.51555 8.1719 8.51555H6.3517C6.3239 8.51555 6.29775 8.50235 6.28125 8.47998C6.26474 8.45761 6.25983 8.42873 6.26803 8.40217L7.18518 5.51691C7.19653 5.48013 7.23056 5.45508 7.26905 5.45516Z\" stroke=\"none\"/>\r\n<path d=\"M4.82486 13.3259C4.82486 13.0724 5.03042 12.8668 5.28399 12.8668H8.82195C9.10922 12.8668 9.34323 13.0975 9.3473 13.3848L9.34875 13.4869C9.35019 13.5882 9.32228 13.6879 9.26838 13.7737L6.17048 18.7082C6.09725 18.8248 6.18109 18.9765 6.3188 18.9765H9.02081C9.27308 18.9765 9.47759 19.181 9.47759 19.4332C9.47759 19.6855 9.27308 19.89 9.02081 19.89H5.29249C5.00516 19.89 4.77113 19.6592 4.76714 19.3719L4.76552 19.2558C4.76412 19.1544 4.79206 19.0548 4.84599 18.969L7.93422 14.0534C8.0075 13.9367 7.92367 13.7851 7.78593 13.7851H5.28399C5.03042 13.7851 4.82486 13.5795 4.82486 13.3259Z\" stroke=\"none\"/>\r\n</svg>";
|
|
71
|
+
GridIconRepository.ah = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M19 16.5L16 19.5L13 16.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 19.5V4.5V19.5Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.22545 13.1332C6.99746 13.1332 6.79549 13.2803 6.72545 13.4972L4.78677 19.503C4.68257 19.8258 4.92328 20.1564 5.26249 20.1564C5.48149 20.1564 5.675 20.0139 5.73991 19.8047L6.14281 18.5065C6.16555 18.4332 6.23334 18.3833 6.31007 18.3833H8.20785C8.28489 18.3833 8.35288 18.4336 8.37536 18.5073L8.77075 19.8035C8.83471 20.0132 9.02818 20.1564 9.2474 20.1564C9.5845 20.1564 9.82434 19.8287 9.72238 19.5074L7.8161 13.4997C7.74685 13.2815 7.54425 13.1332 7.3153 13.1332H7.22545ZM7.26905 14.4784C7.30754 14.4785 7.34146 14.5037 7.35264 14.5405L8.25569 17.4257C8.26375 17.4523 8.25876 17.4811 8.24225 17.5033C8.22573 17.5256 8.19964 17.5388 8.1719 17.5388H6.3517C6.3239 17.5388 6.29775 17.5256 6.28125 17.5032C6.26474 17.4808 6.25983 17.4519 6.26803 17.4254L7.18518 14.5401C7.19653 14.5033 7.23056 14.4783 7.26905 14.4784Z\" stroke=\"none\"/>\r\n<path d=\"M4.82486 4.56913C4.82486 4.31556 5.03042 4.11 5.28399 4.11H8.82195C9.10922 4.11 9.34323 4.34072 9.3473 4.62796L9.34875 4.73009C9.35019 4.83145 9.32228 4.93106 9.26838 5.01691L6.17048 9.9514C6.09725 10.068 6.18109 10.2197 6.3188 10.2197H9.02081C9.27308 10.2197 9.47759 10.4242 9.47759 10.6764C9.47759 10.9287 9.27308 11.1332 9.02081 11.1332H5.29249C5.00516 11.1332 4.77113 10.9024 4.76714 10.6151L4.76552 10.499C4.76412 10.3976 4.79206 10.298 4.84599 10.2122L7.93422 5.29657C8.0075 5.17994 7.92367 5.02827 7.78593 5.02827H5.28399C5.03042 5.02827 4.82486 4.82271 4.82486 4.56913Z\" stroke=\"none\"/>\r\n</svg>";
|
|
72
|
+
GridIconRepository.aj = "\r\n<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path d=\"M17 7V5.5C17 5.224 16.776 5 16.5 5H8.138C7.727 5 7.492 5.468 7.736 5.798L12.131 11.727C12.264 11.907 12.262 12.152 12.126 12.329L7.618 18.195C7.366 18.524 7.6 19 8.015 19H16.5C16.776 19 17 18.776 17 18.5V17\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>";
|
|
73
|
+
GridIconRepository.h = "\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=\"M7.5 17V8V17Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 17V12V17Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 17V13V17Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M16.5 20H2V4H20V7.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.815 15.947C20.479 14.284 20.479 11.586 18.815 9.922C17.151 8.258 14.454 8.258 12.79 9.922C11.126 11.586 11.126 14.284 12.79 15.947C14.454 17.611 17.151 17.611 18.815 15.947Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<line x1=\"18\" y1=\"17\" x2=\"20\" y2=\"20\" stroke-linecap=\"round\"/>\r\n</svg>";
|
|
74
|
+
GridIconRepository.j = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
|
|
75
|
+
GridIconRepository.p = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
|
|
76
|
+
GridIconRepository.f = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
|
|
77
|
+
GridIconRepository.b = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
|
|
78
|
+
GridIconRepository.r = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
|
|
79
|
+
GridIconRepository.d = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
|
|
80
|
+
GridIconRepository.n = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
|
|
81
|
+
GridIconRepository.l = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n</svg>";
|
|
82
|
+
GridIconRepository.t = "M5 17h2v2H5zm8 0h2v2h-2zm-8-4h2v2H5zm12 4h2v2h-2zM13 5h2v2h-2zM9 17h2v2H9zm8-8h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zM5 9h2v2H5zm0-4h2v2H5zm4 0h2v2H9z";
|
|
83
|
+
GridIconRepository.a0 = "M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z";
|
|
84
|
+
GridIconRepository.aw = "M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z";
|
|
85
|
+
GridIconRepository.a6 = "M13.2,3.8l7.1,7.1l-2.8-0.1l-3.4,3.4l0.1,4.2l-3.5-3.5l-5.4,5.4l-1.4,0l0-1.4l5.4-5.4L5.7,9.8l4.2,0.1l3.4-3.4L13.2,3.8z";
|
|
86
|
+
GridIconRepository.a8 = "M10.8,3.8l-7.1,7.1l2.8-0.1l3.4,3.4l-0.1,4.2l3.5-3.5l5.4,5.4l1.4,0l0-1.4l-5.4-5.4l3.5-3.5l-4.2,0.1l-3.4-3.4L10.8,3.8z";
|
|
87
|
+
GridIconRepository.bc = "M3,3.4l19,17.1l-1.3,1.2L12.1,14l-4.9,4.9l-1.4-0.1l-0.1-1.4l4.8-4.8l-8.9-8L3,3.4z M14.9,2.3l7.5,7.5l-2.8-0.1L16.1,13 l0,0.3l-5.4-4.8l0.9,0L15,5.1L14.9,2.3z";
|
|
88
|
+
GridIconRepository.be = "M21,3.4L2,20.5l1.3,1.2l8.5-7.7l4.9,4.9l1.4-0.1l0.1-1.4l-4.8-4.8l8.9-8L21,3.4z M9.1,2.3L1.7,9.8l2.8-0.1L7.9,13l0,0.3 l5.4-4.8l-0.9,0L9,5.1L9.1,2.3z";
|
|
89
|
+
GridIconRepository.au = "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z";
|
|
90
|
+
GridIconRepository.ay = "M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z";
|
|
91
|
+
GridIconRepository.a4 = "M9,19v-2h11v2H9z M9,15v-2h11v2H9z M9,11V9h11v2H9z M7,7V5h13v2H7z M4,5h2v2H4V5z";
|
|
92
|
+
GridIconRepository.ba = "M16.8,18.3H9.6v-2h5.2l-2-2H9.6v-2h1.2L3.4,4.9l1.4-1.4l15.6,15.6L19,20.5L16.8,18.3z M20.6,14.3h-2.2l-2-2h4.2V14.3 L20.6,14.3z M20.6,10.3h-6.2l-2-2h8.2L20.6,10.3L20.6,10.3L20.6,10.3z M20.6,6.3H10.4l-2-2h12.2L20.6,6.3L20.6,6.3L20.6,6.3z";
|
|
93
|
+
GridIconRepository.bg = "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z";
|
|
94
|
+
GridIconRepository.bi = "M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z";
|
|
95
|
+
GridIconRepository.a2 = "M5 17h2v2H5zm8 0h2v2h-2zm-8-4h2v2H5zm12 4h2v2h-2zM13 5h2v2h-2zM9 17h2v2H9zm8-8h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zM5 9h2v2H5zm0-4h2v2H5zm4 0h2v2H9z";
|
|
96
|
+
return GridIconRepository;
|
|
97
|
+
}(Base));
|
|
98
|
+
export { GridIconRepository };
|
|
@@ -18,7 +18,6 @@ import { CanvasViewRenderer } from "igniteui-angular-core";
|
|
|
18
18
|
import { BrushUtil } from "igniteui-angular-core";
|
|
19
19
|
import { truncate, isNaN_ } from "igniteui-angular-core";
|
|
20
20
|
import { ColumnSortDirection_$type } from "./ColumnSortDirection";
|
|
21
|
-
import { NativeUI } from "igniteui-angular-core";
|
|
22
21
|
import { EasingFunctions } from "igniteui-angular-core";
|
|
23
22
|
import { PathFigure } from "igniteui-angular-core";
|
|
24
23
|
import { LineSegment } from "igniteui-angular-core";
|
|
@@ -71,13 +70,13 @@ var GridSortIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71
70
|
}
|
|
72
71
|
switch (this.a.f) {
|
|
73
72
|
case 0:
|
|
74
|
-
this.
|
|
73
|
+
this.w();
|
|
75
74
|
break;
|
|
76
75
|
case 1:
|
|
77
|
-
this.
|
|
76
|
+
this.x();
|
|
78
77
|
break;
|
|
79
78
|
case 2:
|
|
80
|
-
this.
|
|
79
|
+
this.y();
|
|
81
80
|
break;
|
|
82
81
|
}
|
|
83
82
|
var a = Math.round(this.k * this.g);
|
|
@@ -93,24 +92,24 @@ var GridSortIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
93
92
|
this.e = truncate(Math.round(b));
|
|
94
93
|
}
|
|
95
94
|
if (this.c.d && this.g != 1) {
|
|
96
|
-
this.c.
|
|
97
|
-
this.c.
|
|
95
|
+
this.c.ac();
|
|
96
|
+
this.c.ad(this.g, this.g);
|
|
98
97
|
}
|
|
99
98
|
this.c.l(0, 0, this.k, this.j);
|
|
100
|
-
this.c.
|
|
101
|
-
this.c.
|
|
99
|
+
this.c.ac();
|
|
100
|
+
this.c.ad(this.a.x(), this.a.x());
|
|
102
101
|
for (var c = 0; c < this.d.count; c++) {
|
|
103
102
|
this.c.k(this.d._inner[c].j);
|
|
104
|
-
var d = this.
|
|
103
|
+
var d = this.z();
|
|
105
104
|
if (this.a.a3 != null) {
|
|
106
105
|
d = this.a.a3;
|
|
107
106
|
}
|
|
108
107
|
this.d._inner[c]._stroke = d;
|
|
109
108
|
this.c.t(this.d._inner[c]);
|
|
110
109
|
}
|
|
111
|
-
this.c.
|
|
110
|
+
this.c.ab();
|
|
112
111
|
if (this.c.d && this.g != 1) {
|
|
113
|
-
this.c.
|
|
112
|
+
this.c.ab();
|
|
114
113
|
}
|
|
115
114
|
this.a.aw();
|
|
116
115
|
};
|
|
@@ -120,7 +119,7 @@ var GridSortIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
120
119
|
GridSortIndicatorView.prototype.n = function () {
|
|
121
120
|
this.a.aq(this.k, this.j, this.d);
|
|
122
121
|
};
|
|
123
|
-
GridSortIndicatorView.prototype.
|
|
122
|
+
GridSortIndicatorView.prototype.w = function () {
|
|
124
123
|
var _this = this;
|
|
125
124
|
if (this.d.count != 1) {
|
|
126
125
|
return;
|
|
@@ -150,7 +149,7 @@ var GridSortIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
149
|
GridSortIndicatorView.prototype.o = function () {
|
|
151
150
|
this.a.ar(this.k, this.j, this.d);
|
|
152
151
|
};
|
|
153
|
-
GridSortIndicatorView.prototype.
|
|
152
|
+
GridSortIndicatorView.prototype.x = function () {
|
|
154
153
|
if (this.d.count != 4) {
|
|
155
154
|
return;
|
|
156
155
|
}
|
|
@@ -162,7 +161,7 @@ var GridSortIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
162
161
|
GridSortIndicatorView.prototype.p = function () {
|
|
163
162
|
this.a.as(this.k, this.j, this.d);
|
|
164
163
|
};
|
|
165
|
-
GridSortIndicatorView.prototype.
|
|
164
|
+
GridSortIndicatorView.prototype.y = function () {
|
|
166
165
|
this.d._inner[0]._opacity = this.a.t;
|
|
167
166
|
this.d._inner[1]._opacity = this.a.z;
|
|
168
167
|
};
|
|
@@ -223,9 +222,14 @@ var GridSortIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
223
222
|
}
|
|
224
223
|
}
|
|
225
224
|
};
|
|
226
|
-
GridSortIndicatorView.prototype.
|
|
225
|
+
GridSortIndicatorView.prototype.z = function () {
|
|
227
226
|
return BrushUtil.l(138, 0, 0, 0);
|
|
228
227
|
};
|
|
228
|
+
GridSortIndicatorView.prototype.v = function (a) {
|
|
229
|
+
if (this.m != null) {
|
|
230
|
+
this.m.setStyleProperty("pointer-events", a ? "auto" : "none");
|
|
231
|
+
}
|
|
232
|
+
};
|
|
229
233
|
GridSortIndicatorView.$t = markType(GridSortIndicatorView, 'GridSortIndicatorView');
|
|
230
234
|
return GridSortIndicatorView;
|
|
231
235
|
}(Base));
|
|
@@ -450,7 +454,7 @@ var GridSortIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
450
454
|
}
|
|
451
455
|
break;
|
|
452
456
|
case "IsHitTestVisible":
|
|
453
|
-
|
|
457
|
+
this.c.v(this.n);
|
|
454
458
|
break;
|
|
455
459
|
}
|
|
456
460
|
};
|
|
@@ -540,7 +544,7 @@ var GridSortIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
540
544
|
};
|
|
541
545
|
GridSortIndicator.prototype.a0 = function (a) {
|
|
542
546
|
this.c.r(a);
|
|
543
|
-
|
|
547
|
+
this.c.v(this.n);
|
|
544
548
|
};
|
|
545
549
|
GridSortIndicator.prototype.a1 = function (a) {
|
|
546
550
|
this.j.u(a);
|
|
@@ -580,7 +584,7 @@ var GridSortIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
580
584
|
o.c.add(l);
|
|
581
585
|
var p = new Path();
|
|
582
586
|
p.an = o;
|
|
583
|
-
p._stroke = this.a3 != null ? this.a3 : this.c.
|
|
587
|
+
p._stroke = this.a3 != null ? this.a3 : this.c.z();
|
|
584
588
|
p.ad = 1.5;
|
|
585
589
|
p.am = 2;
|
|
586
590
|
c.add(p);
|
|
@@ -590,7 +594,7 @@ var GridSortIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
590
594
|
var e = Geometry.a("M7.97027972,4.10930186 L7.97027972,13.8116223 L7.97027972,4.10930186 Z");
|
|
591
595
|
var f = Geometry.a("M11.851613, 16.199722 L16.043224, 20.364325 L20.207829, 16.199722");
|
|
592
596
|
var g = Geometry.a("M16.043224,10.1883777 L16.043224,19.8906981 L16.043224,10.1883777 Z");
|
|
593
|
-
var h = this.a3 != null ? this.a3 : this.c.
|
|
597
|
+
var h = this.a3 != null ? this.a3 : this.c.z();
|
|
594
598
|
c.add(((function () {
|
|
595
599
|
var $ret = new Path();
|
|
596
600
|
$ret.an = d;
|
|
@@ -630,7 +634,7 @@ var GridSortIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
630
634
|
var f = { $type: Point_$type, x: d.x - 3.5, y: d.y + 1.5 };
|
|
631
635
|
var g = Geometry.a("M" + e.x.toString() + ", " + e.y.toString() + " l 3.5,-3.5 3.5,3.5");
|
|
632
636
|
var h = Geometry.a("M" + f.x.toString() + ", " + f.y.toString() + " l 3.5,3.5 3.5,-3.5");
|
|
633
|
-
var i = this.a3 != null ? this.a3 : this.c.
|
|
637
|
+
var i = this.a3 != null ? this.a3 : this.c.z();
|
|
634
638
|
c.add(((function () {
|
|
635
639
|
var $ret = new Path();
|
|
636
640
|
$ret.an = g;
|