igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- 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 +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- 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 +3 -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 +367 -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 +58 -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 +46 -47
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- 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 +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -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-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 +74 -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 +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- 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 +3 -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 +381 -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 +58 -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 +46 -47
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- 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 +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -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-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 +98 -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 +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -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 +100 -80
- 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-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -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 +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -0,0 +1,94 @@
|
|
|
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 { Base, markType } from "igniteui-angular-core";
|
|
8
|
+
import { SvgIconRegistry } from "igniteui-angular-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let GridIconRepository = /*@__PURE__*/ (() => {
|
|
13
|
+
class GridIconRepository extends Base {
|
|
14
|
+
static bk() {
|
|
15
|
+
if (GridIconRepository.a) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "DotDotDotIcon", GridIconRepository.ar);
|
|
19
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnMoveLeftIcon", GridIconRepository.x);
|
|
20
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnMoveRightIcon", GridIconRepository.z);
|
|
21
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnPinLeftIcon", GridIconRepository.ab);
|
|
22
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnPinRightIcon", GridIconRepository.ad);
|
|
23
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnVisibilityOnIcon", GridIconRepository.ap);
|
|
24
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnVisibilityOffIcon", GridIconRepository.an);
|
|
25
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnGroupIcon", GridIconRepository.v);
|
|
26
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnUngroupIcon", GridIconRepository.al);
|
|
27
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnSortAscendingIcon", GridIconRepository.af);
|
|
28
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnSortDescendingIcon", GridIconRepository.ah);
|
|
29
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnSummaryIcon", GridIconRepository.aj);
|
|
30
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeIcon", GridIconRepository.h);
|
|
31
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeNoneIcon", GridIconRepository.j);
|
|
32
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeTop10Icon", GridIconRepository.p);
|
|
33
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeGreaterThanIcon", GridIconRepository.f);
|
|
34
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeDuplicateValuesIcon", GridIconRepository.b);
|
|
35
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeUniqueValuesIcon", GridIconRepository.r);
|
|
36
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeEmptyCellsIcon", GridIconRepository.d);
|
|
37
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeShowDataBarsIcon", GridIconRepository.n);
|
|
38
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnAnalyzeShowColorScaleIcon", GridIconRepository.l);
|
|
39
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "ColumnClearFilterIcon", GridIconRepository.t);
|
|
40
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowUpward", GridIconRepository.a0);
|
|
41
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowDownward", GridIconRepository.aw);
|
|
42
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyPinLeft", GridIconRepository.a6);
|
|
43
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyPinRight", GridIconRepository.a8);
|
|
44
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyUnpinLeft", GridIconRepository.bc);
|
|
45
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyUnpinRight", GridIconRepository.be);
|
|
46
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowForward", GridIconRepository.ay);
|
|
47
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyArrowBackward", GridIconRepository.au);
|
|
48
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyGroup", GridIconRepository.a4);
|
|
49
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyUngroup", GridIconRepository.ba);
|
|
50
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyVisibilityIcon", GridIconRepository.bg);
|
|
51
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyVisibilityOffIcon", GridIconRepository.bi);
|
|
52
|
+
SvgIconRegistry.instance.addSvgPathString("GridIconCollection", "LegacyClearFilterIcon", GridIconRepository.a2);
|
|
53
|
+
GridIconRepository.a = true;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
GridIconRepository.$t = markType(GridIconRepository, 'GridIconRepository');
|
|
57
|
+
GridIconRepository.a = false;
|
|
58
|
+
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";
|
|
59
|
+
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=\"#2E2E30\" 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>";
|
|
60
|
+
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=\"#2E2E30\" 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>";
|
|
61
|
+
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 4.5V23.5\" 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>";
|
|
62
|
+
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 4.5V23.5\" 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>";
|
|
63
|
+
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>";
|
|
64
|
+
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>";
|
|
65
|
+
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>";
|
|
66
|
+
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>";
|
|
67
|
+
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>";
|
|
68
|
+
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>";
|
|
69
|
+
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>";
|
|
70
|
+
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>";
|
|
71
|
+
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>";
|
|
72
|
+
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>";
|
|
73
|
+
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>";
|
|
74
|
+
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>";
|
|
75
|
+
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>";
|
|
76
|
+
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>";
|
|
77
|
+
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>";
|
|
78
|
+
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>";
|
|
79
|
+
GridIconRepository.t = "M5 17h2v2H5zm8 0h2v2h-2zm-8-4h2v2H5zm12 4h2v2h-2zM13 5h2v2h-2zM9 17h2v2H9zm8-8h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zM5 9h2v2H5zm0-4h2v2H5zm4 0h2v2H9z";
|
|
80
|
+
GridIconRepository.a0 = "M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z";
|
|
81
|
+
GridIconRepository.aw = "M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z";
|
|
82
|
+
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";
|
|
83
|
+
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";
|
|
84
|
+
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";
|
|
85
|
+
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";
|
|
86
|
+
GridIconRepository.au = "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z";
|
|
87
|
+
GridIconRepository.ay = "M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z";
|
|
88
|
+
GridIconRepository.a4 = "M9,19v-2h11v2H9z M9,15v-2h11v2H9z M9,11V9h11v2H9z M7,7V5h13v2H7z M4,5h2v2H4V5z";
|
|
89
|
+
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";
|
|
90
|
+
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";
|
|
91
|
+
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";
|
|
92
|
+
GridIconRepository.a2 = "M5 17h2v2H5zm8 0h2v2h-2zm-8-4h2v2H5zm12 4h2v2h-2zM13 5h2v2h-2zM9 17h2v2H9zm8-8h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zM5 9h2v2H5zm0-4h2v2H5zm4 0h2v2H9z";
|
|
93
|
+
return GridIconRepository;
|
|
94
|
+
})();
|
|
@@ -17,7 +17,6 @@ import { CanvasViewRenderer } from "igniteui-angular-core";
|
|
|
17
17
|
import { BrushUtil } from "igniteui-angular-core";
|
|
18
18
|
import { truncate, isNaN_ } from "igniteui-angular-core";
|
|
19
19
|
import { ColumnSortDirection_$type } from "./ColumnSortDirection";
|
|
20
|
-
import { NativeUI } from "igniteui-angular-core";
|
|
21
20
|
import { EasingFunctions } from "igniteui-angular-core";
|
|
22
21
|
import { PathFigure } from "igniteui-angular-core";
|
|
23
22
|
import { LineSegment } from "igniteui-angular-core";
|
|
@@ -69,13 +68,13 @@ export let GridSortIndicatorView = /*@__PURE__*/ (() => {
|
|
|
69
68
|
}
|
|
70
69
|
switch (this.a.f) {
|
|
71
70
|
case 0:
|
|
72
|
-
this.
|
|
71
|
+
this.w();
|
|
73
72
|
break;
|
|
74
73
|
case 1:
|
|
75
|
-
this.
|
|
74
|
+
this.x();
|
|
76
75
|
break;
|
|
77
76
|
case 2:
|
|
78
|
-
this.
|
|
77
|
+
this.y();
|
|
79
78
|
break;
|
|
80
79
|
}
|
|
81
80
|
let a = Math.round(this.k * this.g);
|
|
@@ -91,24 +90,24 @@ export let GridSortIndicatorView = /*@__PURE__*/ (() => {
|
|
|
91
90
|
this.e = truncate(Math.round(b));
|
|
92
91
|
}
|
|
93
92
|
if (this.c.d && this.g != 1) {
|
|
94
|
-
this.c.
|
|
95
|
-
this.c.
|
|
93
|
+
this.c.ac();
|
|
94
|
+
this.c.ad(this.g, this.g);
|
|
96
95
|
}
|
|
97
96
|
this.c.l(0, 0, this.k, this.j);
|
|
98
|
-
this.c.
|
|
99
|
-
this.c.
|
|
97
|
+
this.c.ac();
|
|
98
|
+
this.c.ad(this.a.x(), this.a.x());
|
|
100
99
|
for (let c = 0; c < this.d.count; c++) {
|
|
101
100
|
this.c.k(this.d._inner[c].j);
|
|
102
|
-
let d = this.
|
|
101
|
+
let d = this.z();
|
|
103
102
|
if (this.a.a3 != null) {
|
|
104
103
|
d = this.a.a3;
|
|
105
104
|
}
|
|
106
105
|
this.d._inner[c]._stroke = d;
|
|
107
106
|
this.c.t(this.d._inner[c]);
|
|
108
107
|
}
|
|
109
|
-
this.c.
|
|
108
|
+
this.c.ab();
|
|
110
109
|
if (this.c.d && this.g != 1) {
|
|
111
|
-
this.c.
|
|
110
|
+
this.c.ab();
|
|
112
111
|
}
|
|
113
112
|
this.a.aw();
|
|
114
113
|
}
|
|
@@ -118,7 +117,7 @@ export let GridSortIndicatorView = /*@__PURE__*/ (() => {
|
|
|
118
117
|
n() {
|
|
119
118
|
this.a.aq(this.k, this.j, this.d);
|
|
120
119
|
}
|
|
121
|
-
|
|
120
|
+
w() {
|
|
122
121
|
if (this.d.count != 1) {
|
|
123
122
|
return;
|
|
124
123
|
}
|
|
@@ -147,7 +146,7 @@ export let GridSortIndicatorView = /*@__PURE__*/ (() => {
|
|
|
147
146
|
o() {
|
|
148
147
|
this.a.ar(this.k, this.j, this.d);
|
|
149
148
|
}
|
|
150
|
-
|
|
149
|
+
x() {
|
|
151
150
|
if (this.d.count != 4) {
|
|
152
151
|
return;
|
|
153
152
|
}
|
|
@@ -159,7 +158,7 @@ export let GridSortIndicatorView = /*@__PURE__*/ (() => {
|
|
|
159
158
|
p() {
|
|
160
159
|
this.a.as(this.k, this.j, this.d);
|
|
161
160
|
}
|
|
162
|
-
|
|
161
|
+
y() {
|
|
163
162
|
this.d._inner[0]._opacity = this.a.t;
|
|
164
163
|
this.d._inner[1]._opacity = this.a.z;
|
|
165
164
|
}
|
|
@@ -220,9 +219,14 @@ export let GridSortIndicatorView = /*@__PURE__*/ (() => {
|
|
|
220
219
|
}
|
|
221
220
|
}
|
|
222
221
|
}
|
|
223
|
-
|
|
222
|
+
z() {
|
|
224
223
|
return BrushUtil.l(138, 0, 0, 0);
|
|
225
224
|
}
|
|
225
|
+
v(a) {
|
|
226
|
+
if (this.m != null) {
|
|
227
|
+
this.m.setStyleProperty("pointer-events", a ? "auto" : "none");
|
|
228
|
+
}
|
|
229
|
+
}
|
|
226
230
|
}
|
|
227
231
|
GridSortIndicatorView.$t = markType(GridSortIndicatorView, 'GridSortIndicatorView');
|
|
228
232
|
return GridSortIndicatorView;
|
|
@@ -402,7 +406,7 @@ export let GridSortIndicator = /*@__PURE__*/ (() => {
|
|
|
402
406
|
}
|
|
403
407
|
break;
|
|
404
408
|
case "IsHitTestVisible":
|
|
405
|
-
|
|
409
|
+
this.c.v(this.n);
|
|
406
410
|
break;
|
|
407
411
|
}
|
|
408
412
|
}
|
|
@@ -492,7 +496,7 @@ export let GridSortIndicator = /*@__PURE__*/ (() => {
|
|
|
492
496
|
}
|
|
493
497
|
a0(a) {
|
|
494
498
|
this.c.r(a);
|
|
495
|
-
|
|
499
|
+
this.c.v(this.n);
|
|
496
500
|
}
|
|
497
501
|
a1(a) {
|
|
498
502
|
this.j.u(a);
|
|
@@ -532,7 +536,7 @@ export let GridSortIndicator = /*@__PURE__*/ (() => {
|
|
|
532
536
|
o.c.add(l);
|
|
533
537
|
let p = new Path();
|
|
534
538
|
p.an = o;
|
|
535
|
-
p._stroke = this.a3 != null ? this.a3 : this.c.
|
|
539
|
+
p._stroke = this.a3 != null ? this.a3 : this.c.z();
|
|
536
540
|
p.ad = 1.5;
|
|
537
541
|
p.am = 2;
|
|
538
542
|
c.add(p);
|
|
@@ -542,7 +546,7 @@ export let GridSortIndicator = /*@__PURE__*/ (() => {
|
|
|
542
546
|
let e = Geometry.a("M7.97027972,4.10930186 L7.97027972,13.8116223 L7.97027972,4.10930186 Z");
|
|
543
547
|
let f = Geometry.a("M11.851613, 16.199722 L16.043224, 20.364325 L20.207829, 16.199722");
|
|
544
548
|
let g = Geometry.a("M16.043224,10.1883777 L16.043224,19.8906981 L16.043224,10.1883777 Z");
|
|
545
|
-
let h = this.a3 != null ? this.a3 : this.c.
|
|
549
|
+
let h = this.a3 != null ? this.a3 : this.c.z();
|
|
546
550
|
c.add(((() => {
|
|
547
551
|
let $ret = new Path();
|
|
548
552
|
$ret.an = d;
|
|
@@ -582,7 +586,7 @@ export let GridSortIndicator = /*@__PURE__*/ (() => {
|
|
|
582
586
|
let f = { $type: Point_$type, x: d.x - 3.5, y: d.y + 1.5 };
|
|
583
587
|
let g = Geometry.a("M" + e.x.toString() + ", " + e.y.toString() + " l 3.5,-3.5 3.5,3.5");
|
|
584
588
|
let h = Geometry.a("M" + f.x.toString() + ", " + f.y.toString() + " l 3.5,3.5 3.5,-3.5");
|
|
585
|
-
let i = this.a3 != null ? this.a3 : this.c.
|
|
589
|
+
let i = this.a3 != null ? this.a3 : this.c.z();
|
|
586
590
|
c.add(((() => {
|
|
587
591
|
let $ret = new Path();
|
|
588
592
|
$ret.an = g;
|