igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2
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 +44020 -42109
- 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 +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 +3 -3
- 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 +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- 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-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-module.js +2 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-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 +3 -3
- 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 +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- 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-date-time-column-module.js +2 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-module.js +2 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -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/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -0,0 +1,97 @@
|
|
|
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-webcomponents-core";
|
|
9
|
+
import { SvgIconRegistry } from "igniteui-webcomponents-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export 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=\"#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>";
|
|
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=\"#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>";
|
|
64
|
+
GridIconRepository.ab = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 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>";
|
|
65
|
+
GridIconRepository.ad = "\r\n<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"scale(-1, 1)\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 5.5C4.5 4.948 4.948 4.5 5.5 4.5H22.5C23.052 4.5 23.5 4.948 23.5 5.5V22.5C23.5 23.052 23.052 23.5 22.5 23.5H5.5C4.948 23.5 4.5 23.052 4.5 22.5V5.5Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5.5C5 5.224 5.224 5 5.5 5H10.5V23H5.5C5.224 23 5 22.776 5 22.5V5.5Z\" fill=\"#D2DBFF\" stroke=\"none\"/>\r\n<path opacity=\"0.3\" d=\"M17.5 4.5V23.5M10.5 17.5H23.5M10.5 10.5H23.5\" stroke-linejoin=\"round\"/>\r\n<path d=\"M10.5 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>";
|
|
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));
|
|
@@ -18,7 +18,6 @@ import { CanvasViewRenderer } from "igniteui-webcomponents-core";
|
|
|
18
18
|
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
19
19
|
import { truncate, isNaN_ } from "igniteui-webcomponents-core";
|
|
20
20
|
import { ColumnSortDirection_$type } from "./ColumnSortDirection";
|
|
21
|
-
import { NativeUI } from "igniteui-webcomponents-core";
|
|
22
21
|
import { EasingFunctions } from "igniteui-webcomponents-core";
|
|
23
22
|
import { PathFigure } from "igniteui-webcomponents-core";
|
|
24
23
|
import { LineSegment } from "igniteui-webcomponents-core";
|
|
@@ -71,13 +70,13 @@ export 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 @@ export 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 @@ export 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 @@ export 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 @@ export 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 @@ export 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));
|
|
@@ -449,7 +453,7 @@ export var GridSortIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
449
453
|
}
|
|
450
454
|
break;
|
|
451
455
|
case "IsHitTestVisible":
|
|
452
|
-
|
|
456
|
+
this.c.v(this.n);
|
|
453
457
|
break;
|
|
454
458
|
}
|
|
455
459
|
};
|
|
@@ -539,7 +543,7 @@ export var GridSortIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
539
543
|
};
|
|
540
544
|
GridSortIndicator.prototype.a0 = function (a) {
|
|
541
545
|
this.c.r(a);
|
|
542
|
-
|
|
546
|
+
this.c.v(this.n);
|
|
543
547
|
};
|
|
544
548
|
GridSortIndicator.prototype.a1 = function (a) {
|
|
545
549
|
this.j.u(a);
|
|
@@ -579,7 +583,7 @@ export var GridSortIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
579
583
|
o.c.add(l);
|
|
580
584
|
var p = new Path();
|
|
581
585
|
p.an = o;
|
|
582
|
-
p._stroke = this.a3 != null ? this.a3 : this.c.
|
|
586
|
+
p._stroke = this.a3 != null ? this.a3 : this.c.z();
|
|
583
587
|
p.ad = 1.5;
|
|
584
588
|
p.am = 2;
|
|
585
589
|
c.add(p);
|
|
@@ -589,7 +593,7 @@ export var GridSortIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
589
593
|
var e = Geometry.a("M7.97027972,4.10930186 L7.97027972,13.8116223 L7.97027972,4.10930186 Z");
|
|
590
594
|
var f = Geometry.a("M11.851613, 16.199722 L16.043224, 20.364325 L20.207829, 16.199722");
|
|
591
595
|
var g = Geometry.a("M16.043224,10.1883777 L16.043224,19.8906981 L16.043224,10.1883777 Z");
|
|
592
|
-
var h = this.a3 != null ? this.a3 : this.c.
|
|
596
|
+
var h = this.a3 != null ? this.a3 : this.c.z();
|
|
593
597
|
c.add(((function () {
|
|
594
598
|
var $ret = new Path();
|
|
595
599
|
$ret.an = d;
|
|
@@ -629,7 +633,7 @@ export var GridSortIndicator = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
629
633
|
var f = { $type: Point_$type, x: d.x - 3.5, y: d.y + 1.5 };
|
|
630
634
|
var g = Geometry.a("M" + e.x.toString() + ", " + e.y.toString() + " l 3.5,-3.5 3.5,3.5");
|
|
631
635
|
var h = Geometry.a("M" + f.x.toString() + ", " + f.y.toString() + " l 3.5,3.5 3.5,-3.5");
|
|
632
|
-
var i = this.a3 != null ? this.a3 : this.c.
|
|
636
|
+
var i = this.a3 != null ? this.a3 : this.c.z();
|
|
633
637
|
c.add(((function () {
|
|
634
638
|
var $ret = new Path();
|
|
635
639
|
$ret.an = g;
|
|
@@ -58,9 +58,9 @@ export var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
58
58
|
enumerable: false,
|
|
59
59
|
configurable: true
|
|
60
60
|
});
|
|
61
|
-
Object.defineProperty(GridStyleRepository, "
|
|
61
|
+
Object.defineProperty(GridStyleRepository, "v", {
|
|
62
62
|
get: function () {
|
|
63
|
-
return GridStyleRepository.
|
|
63
|
+
return GridStyleRepository.u;
|
|
64
64
|
},
|
|
65
65
|
enumerable: false,
|
|
66
66
|
configurable: true
|
|
@@ -297,6 +297,13 @@ export var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
297
297
|
c = BrushUtil.q(c, b);
|
|
298
298
|
return c;
|
|
299
299
|
};
|
|
300
|
+
Object.defineProperty(GridStyleRepository, "t", {
|
|
301
|
+
get: function () {
|
|
302
|
+
return GridStyleRepository.s(0, 14);
|
|
303
|
+
},
|
|
304
|
+
enumerable: false,
|
|
305
|
+
configurable: true
|
|
306
|
+
});
|
|
300
307
|
GridStyleRepository.s = function (a, b) {
|
|
301
308
|
GridStyleRepository.n();
|
|
302
309
|
switch (a) {
|
|
@@ -325,7 +332,7 @@ export var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
325
332
|
};
|
|
326
333
|
GridStyleRepository.$t = markType(GridStyleRepository, 'GridStyleRepository');
|
|
327
334
|
GridStyleRepository.j = 0.54;
|
|
328
|
-
GridStyleRepository.
|
|
335
|
+
GridStyleRepository.u = new Thickness(0, 1);
|
|
329
336
|
GridStyleRepository.o = new CornerRadius(0, 3);
|
|
330
337
|
GridStyleRepository.e = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
|
|
331
338
|
GridStyleRepository.f = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { Type } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export var ICheckboxListView_$type = /*@__PURE__*/ new Type(null, 'ICheckboxListView');
|
|
@@ -90,8 +90,8 @@ export var SummaryChooserView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
90
90
|
this.e();
|
|
91
91
|
};
|
|
92
92
|
SummaryChooserView.prototype.e = function () {
|
|
93
|
-
if (this.model.f.
|
|
94
|
-
var a = this.model.r.count * this.model.f.
|
|
93
|
+
if (this.model.f.bl > -1) {
|
|
94
|
+
var a = this.model.r.count * this.model.f.bl;
|
|
95
95
|
a += 4;
|
|
96
96
|
this.d.setStyleProperty("height", a + "px");
|
|
97
97
|
}
|
|
@@ -394,7 +394,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
394
394
|
SummaryChooser.prototype.a6 = function () {
|
|
395
395
|
if (this.e != null) {
|
|
396
396
|
this.e.density = this.m;
|
|
397
|
-
this.e.
|
|
397
|
+
this.e.fp = this.ba;
|
|
398
398
|
this.e.baseTheme = this.i;
|
|
399
399
|
this.e.backgroundColor = this.a9;
|
|
400
400
|
this.e.showSelectAll = false;
|
|
@@ -453,7 +453,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
453
453
|
if (d.iD == a) {
|
|
454
454
|
d.isSelected = b;
|
|
455
455
|
if (this.e != null) {
|
|
456
|
-
this.e.
|
|
456
|
+
this.e.dv(c, d, d);
|
|
457
457
|
}
|
|
458
458
|
break;
|
|
459
459
|
}
|
|
@@ -465,7 +465,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
465
465
|
c.label = b;
|
|
466
466
|
this.q.add(c);
|
|
467
467
|
if (this.e != null) {
|
|
468
|
-
this.e.
|
|
468
|
+
this.e.ds(this.q.count - 1, c);
|
|
469
469
|
}
|
|
470
470
|
this.c.onItemInserted();
|
|
471
471
|
};
|
|
@@ -475,7 +475,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
475
475
|
if (c.iD == a) {
|
|
476
476
|
this.q.removeAt(b);
|
|
477
477
|
if (this.e != null) {
|
|
478
|
-
this.e.
|
|
478
|
+
this.e.du(b, c);
|
|
479
479
|
}
|
|
480
480
|
break;
|
|
481
481
|
}
|
|
@@ -488,7 +488,7 @@ export var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
488
488
|
if (d.iD == a) {
|
|
489
489
|
d.label = b;
|
|
490
490
|
if (this.e != null) {
|
|
491
|
-
this.e.
|
|
491
|
+
this.e.dv(c, d, d);
|
|
492
492
|
}
|
|
493
493
|
break;
|
|
494
494
|
}
|
|
@@ -29,23 +29,23 @@ export var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(CellModel.
|
|
32
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
|
|
33
33
|
var c = Math.min(1, Math.max(0, a.c7));
|
|
34
34
|
var d = a.cs * (1 - c);
|
|
35
35
|
this.d.d0 = d;
|
|
36
36
|
}
|
|
37
|
-
if (b.bc(ImageCellModel.
|
|
38
|
-
this.e(b.
|
|
37
|
+
if (b.bc(ImageCellModel.n5) || b.bc(ImageCellModel.n6)) {
|
|
38
|
+
this.e(b.n9, b.n2);
|
|
39
39
|
}
|
|
40
|
-
if (b.bc(ImageCellModel.
|
|
41
|
-
this.f(b.
|
|
40
|
+
if (b.bc(ImageCellModel.n7) || b.bc(ImageCellModel.gb) || b.bc(ImageCellModel.h4)) {
|
|
41
|
+
this.f(b.n4, b.g, b.i);
|
|
42
42
|
}
|
|
43
|
-
if (b.bc(ImageCellModel.
|
|
43
|
+
if (b.bc(ImageCellModel.hl)) {
|
|
44
44
|
if (a.u == 1) {
|
|
45
45
|
this.d.d5();
|
|
46
46
|
}
|
|
47
47
|
else if (a.u == 2) {
|
|
48
|
-
this.e(b.
|
|
48
|
+
this.e(b.n9, b.n2);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -712,7 +712,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
712
712
|
}
|
|
713
713
|
var f = this.g;
|
|
714
714
|
var g = this.g.p();
|
|
715
|
-
e = g.
|
|
715
|
+
e = g.nk();
|
|
716
716
|
}
|
|
717
717
|
d.d = e;
|
|
718
718
|
d.b = a;
|
|
@@ -767,8 +767,8 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
767
767
|
this.l.y = a.av;
|
|
768
768
|
}
|
|
769
769
|
if (null != this.am) {
|
|
770
|
-
NativeUI.
|
|
771
|
-
NativeUI.
|
|
770
|
+
NativeUI.r(this.am, a.hs);
|
|
771
|
+
NativeUI.n(this.am, a.hr);
|
|
772
772
|
if (null != a.aw) {
|
|
773
773
|
this.am.setStyleProperty("font", a.aw.fontString);
|
|
774
774
|
}
|
|
@@ -879,7 +879,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
879
879
|
_this.d.isColumnOptionsEnabled = false;
|
|
880
880
|
_this.d.isActiveCellStyleEnabled = false;
|
|
881
881
|
_this.d.cornerRadius = new CornerRadius(0, 0);
|
|
882
|
-
_this.d.
|
|
882
|
+
_this.d.i8 = false;
|
|
883
883
|
var b = _this.d;
|
|
884
884
|
b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(_this, _this.a7));
|
|
885
885
|
var c = _this.d;
|
|
@@ -1170,7 +1170,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1170
1170
|
}
|
|
1171
1171
|
var k = this.e.activeCell;
|
|
1172
1172
|
if (null != j.activeCell) {
|
|
1173
|
-
this.d.
|
|
1173
|
+
this.d.kv(false, false);
|
|
1174
1174
|
b.preventDefault();
|
|
1175
1175
|
}
|
|
1176
1176
|
else {
|
|
@@ -1197,7 +1197,7 @@ export var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
1197
1197
|
}
|
|
1198
1198
|
var o = this.e.activeCell;
|
|
1199
1199
|
if (null != n.activeCell) {
|
|
1200
|
-
this.d.
|
|
1200
|
+
this.d.k8(false, false);
|
|
1201
1201
|
b.preventDefault();
|
|
1202
1202
|
}
|
|
1203
1203
|
else {
|
|
@@ -2775,7 +2775,7 @@ export var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2775
2775
|
try {
|
|
2776
2776
|
for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2777
2777
|
var d = _c.value;
|
|
2778
|
-
if (0 == StringComparer.b.compare(d.
|
|
2778
|
+
if (0 == StringComparer.b.compare(d.nf, a)) {
|
|
2779
2779
|
return d;
|
|
2780
2780
|
}
|
|
2781
2781
|
}
|
|
@@ -29,20 +29,20 @@ export var NumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(NumericCellModel.
|
|
33
|
-
b.
|
|
34
|
-
this.d.c8(this.d.dx, b.
|
|
32
|
+
if (a.bc(NumericCellModel.oq) || a.bc(NumericCellModel.oe) || a.bc(NumericCellModel.h3) || b.n7()) {
|
|
33
|
+
b.ky = this.e(b);
|
|
34
|
+
this.d.c8(this.d.dx, b.ky);
|
|
35
35
|
}
|
|
36
36
|
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
NumericCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
return a.
|
|
40
|
+
if (a.lu != null) {
|
|
41
|
+
return a.lu;
|
|
42
42
|
}
|
|
43
|
-
if (a.
|
|
44
|
-
var val_ = a.
|
|
45
|
-
var override_ = a.
|
|
43
|
+
if (a.ow != null) {
|
|
44
|
+
var val_ = a.oa;
|
|
45
|
+
var override_ = a.ow;
|
|
46
46
|
return (override_.format(val_));
|
|
47
47
|
}
|
|
48
48
|
return NumericCellFormatter.c(a);
|
|
@@ -114,8 +114,8 @@ export var PropertyEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114
114
|
}
|
|
115
115
|
var b = a.rootWrapper;
|
|
116
116
|
if (null != b) {
|
|
117
|
-
NativeUI.
|
|
118
|
-
NativeUI.
|
|
117
|
+
NativeUI.r(b, this.b.ec);
|
|
118
|
+
NativeUI.n(b, this.b.d8);
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
121
|
PropertyEditorView.prototype.e = function () {
|
|
@@ -835,15 +835,15 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
835
835
|
}
|
|
836
836
|
else {
|
|
837
837
|
var a = new TextColumn();
|
|
838
|
-
a.
|
|
839
|
-
a.
|
|
840
|
-
a.
|
|
838
|
+
a.lj = 10;
|
|
839
|
+
a.lk = 5;
|
|
840
|
+
a.nf = "PropertyPath";
|
|
841
841
|
a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
|
|
842
842
|
this.l.columns.add(a);
|
|
843
843
|
var b = new TemplateColumn();
|
|
844
|
-
b.
|
|
845
|
-
b.
|
|
846
|
-
b.
|
|
844
|
+
b.nf = "ValueType";
|
|
845
|
+
b.lj = 5;
|
|
846
|
+
b.lk = 5;
|
|
847
847
|
b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
|
|
848
848
|
b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
|
|
849
849
|
b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
|
|
@@ -923,8 +923,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
923
923
|
var r = this_1.cc(l);
|
|
924
924
|
if (c.count <= g) {
|
|
925
925
|
var s = new TextColumn();
|
|
926
|
-
s.
|
|
927
|
-
s.
|
|
926
|
+
s.lj = 10;
|
|
927
|
+
s.lk = 5;
|
|
928
928
|
s.width = ((function () {
|
|
929
929
|
var $ret = new ColumnWidth();
|
|
930
930
|
$ret.c = false;
|
|
@@ -932,8 +932,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
932
932
|
return $ret;
|
|
933
933
|
})());
|
|
934
934
|
s.dataBinding = delegateCombine(s.dataBinding, runOn(this_1, this_1.dp));
|
|
935
|
-
s.
|
|
936
|
-
s.
|
|
935
|
+
s.n6 = "PropertyName_" + k;
|
|
936
|
+
s.nf = "PropertyName";
|
|
937
937
|
c.add(s);
|
|
938
938
|
this_1.au.item(s, c.count - 1);
|
|
939
939
|
g++;
|
|
@@ -970,10 +970,10 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
970
970
|
}
|
|
971
971
|
if (c.count <= g) {
|
|
972
972
|
var v = new TemplateColumn();
|
|
973
|
-
v.
|
|
974
|
-
v.
|
|
975
|
-
v.
|
|
976
|
-
v.
|
|
973
|
+
v.n6 = "ValueType_" + k;
|
|
974
|
+
v.nf = "ValueType";
|
|
975
|
+
v.lj = 5;
|
|
976
|
+
v.lk = 5;
|
|
977
977
|
v.dataBinding = delegateCombine(v.dataBinding, runOn(this_1, this_1.cu));
|
|
978
978
|
v.width = ((function () {
|
|
979
979
|
var $ret = new ColumnWidth();
|
|
@@ -1067,12 +1067,12 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1067
1067
|
};
|
|
1068
1068
|
PropertyEditor.prototype.cu = function (a, b) {
|
|
1069
1069
|
var c = a;
|
|
1070
|
-
var d = this.s(c, b.cellInfo.
|
|
1070
|
+
var d = this.s(c, b.cellInfo.fq, b.rowObject);
|
|
1071
1071
|
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.w : 0);
|
|
1072
1072
|
};
|
|
1073
1073
|
PropertyEditor.prototype.dp = function (a, b) {
|
|
1074
1074
|
var c = a;
|
|
1075
|
-
var d = this.s(c, b.cellInfo.
|
|
1075
|
+
var d = this.s(c, b.cellInfo.fq, b.rowObject);
|
|
1076
1076
|
if (d == null) {
|
|
1077
1077
|
b.resolvedValue = null;
|
|
1078
1078
|
return;
|
|
@@ -1189,7 +1189,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1189
1189
|
};
|
|
1190
1190
|
PropertyEditor.prototype.ct = function (a, b) {
|
|
1191
1191
|
var c = a;
|
|
1192
|
-
var d = this.s(c, b.cellInfo.
|
|
1192
|
+
var d = this.s(c, b.cellInfo.fq, b.cellInfo.ih);
|
|
1193
1193
|
var e = d != null ? d.w : 0;
|
|
1194
1194
|
switch (e) {
|
|
1195
1195
|
case 10:
|
|
@@ -1287,7 +1287,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1287
1287
|
if (c.t != 3) {
|
|
1288
1288
|
c.t = 3;
|
|
1289
1289
|
}
|
|
1290
|
-
var e = _this.s(a, b.cellInfo.
|
|
1290
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ih);
|
|
1291
1291
|
var f = c.inputs._inner[0];
|
|
1292
1292
|
f.bh = e;
|
|
1293
1293
|
f.cq = (e.ar != null ? e.ar.toString() : "");
|
|
@@ -1302,7 +1302,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1302
1302
|
if (c.s != 3) {
|
|
1303
1303
|
c.s = 3;
|
|
1304
1304
|
}
|
|
1305
|
-
var e = _this.s(a, b.cellInfo.
|
|
1305
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ih);
|
|
1306
1306
|
c.ee = e;
|
|
1307
1307
|
var f = e.ar;
|
|
1308
1308
|
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
@@ -1320,7 +1320,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1320
1320
|
if (c.density != 3) {
|
|
1321
1321
|
c.density = 3;
|
|
1322
1322
|
}
|
|
1323
|
-
var e = _this.s(a, b.cellInfo.
|
|
1323
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ih);
|
|
1324
1324
|
if (c.dd != e) {
|
|
1325
1325
|
if (!d) {
|
|
1326
1326
|
c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(_this, _this.cq));
|
|
@@ -1592,7 +1592,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1592
1592
|
if (!c.y) {
|
|
1593
1593
|
c.y = true;
|
|
1594
1594
|
}
|
|
1595
|
-
var e = _this.s(a, b.cellInfo.
|
|
1595
|
+
var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ih);
|
|
1596
1596
|
var f = e.ar;
|
|
1597
1597
|
if (f == null) {
|
|
1598
1598
|
f = false;
|