igniteui-angular-data-grids 21.0.0 → 21.0.1-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 +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- 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-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- 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-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -6,12 +6,14 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, markType } from "igniteui-angular-core";
|
|
9
|
-
import { Brush } from "igniteui-angular-core";
|
|
10
|
-
import { Color } from "igniteui-angular-core";
|
|
11
|
-
import { FontInfo } from "igniteui-angular-core";
|
|
12
9
|
import { DeviceUtils } from "igniteui-angular-core";
|
|
13
10
|
import { Thickness } from "igniteui-angular-core";
|
|
14
11
|
import { CornerRadius } from "igniteui-angular-core";
|
|
12
|
+
import { Dictionary$2 } from "igniteui-angular-core";
|
|
13
|
+
import { GridStyleRepositoryKeys_$type } from "./GridStyleRepositoryKeys";
|
|
14
|
+
import { BrushUtil } from "igniteui-angular-core";
|
|
15
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
16
|
+
import { CSSColorUtil } from "igniteui-angular-core";
|
|
15
17
|
import { truncate } from "igniteui-angular-core";
|
|
16
18
|
/**
|
|
17
19
|
* @hidden
|
|
@@ -21,493 +23,6 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21
23
|
function GridStyleRepository() {
|
|
22
24
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
23
25
|
}
|
|
24
|
-
Object.defineProperty(GridStyleRepository, "bo", {
|
|
25
|
-
get: function () {
|
|
26
|
-
if (GridStyleRepository.at == null) {
|
|
27
|
-
var a_1 = "#babfc7";
|
|
28
|
-
GridStyleRepository.at = ((function () {
|
|
29
|
-
var $ret = new Brush();
|
|
30
|
-
$ret.fill = a_1;
|
|
31
|
-
return $ret;
|
|
32
|
-
})());
|
|
33
|
-
}
|
|
34
|
-
return GridStyleRepository.at;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
Object.defineProperty(GridStyleRepository, "bq", {
|
|
40
|
-
get: function () {
|
|
41
|
-
if (GridStyleRepository.av == null) {
|
|
42
|
-
var a_2 = "#dde2eb";
|
|
43
|
-
GridStyleRepository.av = ((function () {
|
|
44
|
-
var $ret = new Brush();
|
|
45
|
-
$ret.fill = a_2;
|
|
46
|
-
return $ret;
|
|
47
|
-
})());
|
|
48
|
-
}
|
|
49
|
-
return GridStyleRepository.av;
|
|
50
|
-
},
|
|
51
|
-
enumerable: false,
|
|
52
|
-
configurable: true
|
|
53
|
-
});
|
|
54
|
-
Object.defineProperty(GridStyleRepository, "bi", {
|
|
55
|
-
get: function () {
|
|
56
|
-
if (GridStyleRepository.an == null) {
|
|
57
|
-
GridStyleRepository.an = ((function () {
|
|
58
|
-
var $ret = new Brush();
|
|
59
|
-
$ret.color = Color.u(255, 224, 224, 224);
|
|
60
|
-
return $ret;
|
|
61
|
-
})());
|
|
62
|
-
}
|
|
63
|
-
return GridStyleRepository.an;
|
|
64
|
-
},
|
|
65
|
-
enumerable: false,
|
|
66
|
-
configurable: true
|
|
67
|
-
});
|
|
68
|
-
Object.defineProperty(GridStyleRepository, "a8", {
|
|
69
|
-
get: function () {
|
|
70
|
-
if (GridStyleRepository.ad == null) {
|
|
71
|
-
var a_3 = "#babfc7";
|
|
72
|
-
GridStyleRepository.ad = ((function () {
|
|
73
|
-
var $ret = new Brush();
|
|
74
|
-
$ret.fill = a_3;
|
|
75
|
-
return $ret;
|
|
76
|
-
})());
|
|
77
|
-
}
|
|
78
|
-
return GridStyleRepository.ad;
|
|
79
|
-
},
|
|
80
|
-
enumerable: false,
|
|
81
|
-
configurable: true
|
|
82
|
-
});
|
|
83
|
-
Object.defineProperty(GridStyleRepository, "a6", {
|
|
84
|
-
get: function () {
|
|
85
|
-
if (GridStyleRepository.ab == null) {
|
|
86
|
-
var a_4 = "#babfc7";
|
|
87
|
-
GridStyleRepository.ab = ((function () {
|
|
88
|
-
var $ret = new Brush();
|
|
89
|
-
$ret.fill = a_4;
|
|
90
|
-
return $ret;
|
|
91
|
-
})());
|
|
92
|
-
}
|
|
93
|
-
return GridStyleRepository.ab;
|
|
94
|
-
},
|
|
95
|
-
enumerable: false,
|
|
96
|
-
configurable: true
|
|
97
|
-
});
|
|
98
|
-
Object.defineProperty(GridStyleRepository, "bs", {
|
|
99
|
-
get: function () {
|
|
100
|
-
if (GridStyleRepository.ax == null) {
|
|
101
|
-
var a_5 = "#ff80ab";
|
|
102
|
-
GridStyleRepository.ax = ((function () {
|
|
103
|
-
var $ret = new Brush();
|
|
104
|
-
$ret.fill = a_5;
|
|
105
|
-
return $ret;
|
|
106
|
-
})());
|
|
107
|
-
}
|
|
108
|
-
return GridStyleRepository.ax;
|
|
109
|
-
},
|
|
110
|
-
enumerable: false,
|
|
111
|
-
configurable: true
|
|
112
|
-
});
|
|
113
|
-
Object.defineProperty(GridStyleRepository, "bt", {
|
|
114
|
-
get: function () {
|
|
115
|
-
if (GridStyleRepository.ay == null) {
|
|
116
|
-
var a_6 = "#181d1f";
|
|
117
|
-
GridStyleRepository.ay = ((function () {
|
|
118
|
-
var $ret = new Brush();
|
|
119
|
-
$ret.fill = a_6;
|
|
120
|
-
return $ret;
|
|
121
|
-
})());
|
|
122
|
-
}
|
|
123
|
-
return GridStyleRepository.ay;
|
|
124
|
-
},
|
|
125
|
-
enumerable: false,
|
|
126
|
-
configurable: true
|
|
127
|
-
});
|
|
128
|
-
Object.defineProperty(GridStyleRepository, "a0", {
|
|
129
|
-
get: function () {
|
|
130
|
-
if (GridStyleRepository.v == null) {
|
|
131
|
-
var a_7 = "#3c90bd";
|
|
132
|
-
GridStyleRepository.v = ((function () {
|
|
133
|
-
var $ret = new Brush();
|
|
134
|
-
$ret.fill = a_7;
|
|
135
|
-
return $ret;
|
|
136
|
-
})());
|
|
137
|
-
}
|
|
138
|
-
return GridStyleRepository.v;
|
|
139
|
-
},
|
|
140
|
-
enumerable: false,
|
|
141
|
-
configurable: true
|
|
142
|
-
});
|
|
143
|
-
Object.defineProperty(GridStyleRepository, "a1", {
|
|
144
|
-
get: function () {
|
|
145
|
-
if (GridStyleRepository.w == null) {
|
|
146
|
-
var a_8 = "#204f69";
|
|
147
|
-
GridStyleRepository.w = ((function () {
|
|
148
|
-
var $ret = new Brush();
|
|
149
|
-
$ret.fill = a_8;
|
|
150
|
-
return $ret;
|
|
151
|
-
})());
|
|
152
|
-
}
|
|
153
|
-
return GridStyleRepository.w;
|
|
154
|
-
},
|
|
155
|
-
enumerable: false,
|
|
156
|
-
configurable: true
|
|
157
|
-
});
|
|
158
|
-
Object.defineProperty(GridStyleRepository, "az", {
|
|
159
|
-
get: function () {
|
|
160
|
-
if (GridStyleRepository.u == null) {
|
|
161
|
-
var a_9 = "#2196f3";
|
|
162
|
-
GridStyleRepository.u = ((function () {
|
|
163
|
-
var $ret = new Brush();
|
|
164
|
-
$ret.fill = a_9;
|
|
165
|
-
return $ret;
|
|
166
|
-
})());
|
|
167
|
-
}
|
|
168
|
-
return GridStyleRepository.u;
|
|
169
|
-
},
|
|
170
|
-
enumerable: false,
|
|
171
|
-
configurable: true
|
|
172
|
-
});
|
|
173
|
-
Object.defineProperty(GridStyleRepository, "n", {
|
|
174
|
-
get: function () {
|
|
175
|
-
if (GridStyleRepository.h == null) {
|
|
176
|
-
GridStyleRepository.h = new FontInfo();
|
|
177
|
-
GridStyleRepository.h.f = DeviceUtils.f(13);
|
|
178
|
-
GridStyleRepository.h.q = "Verdana";
|
|
179
|
-
}
|
|
180
|
-
return GridStyleRepository.h;
|
|
181
|
-
},
|
|
182
|
-
enumerable: false,
|
|
183
|
-
configurable: true
|
|
184
|
-
});
|
|
185
|
-
Object.defineProperty(GridStyleRepository, "i", {
|
|
186
|
-
get: function () {
|
|
187
|
-
if (GridStyleRepository.c == null) {
|
|
188
|
-
GridStyleRepository.c = new FontInfo();
|
|
189
|
-
GridStyleRepository.c.f = DeviceUtils.f(13);
|
|
190
|
-
GridStyleRepository.c.q = "Segoe UI Emoji";
|
|
191
|
-
}
|
|
192
|
-
return GridStyleRepository.c;
|
|
193
|
-
},
|
|
194
|
-
enumerable: false,
|
|
195
|
-
configurable: true
|
|
196
|
-
});
|
|
197
|
-
Object.defineProperty(GridStyleRepository, "m", {
|
|
198
|
-
get: function () {
|
|
199
|
-
if (GridStyleRepository.g == null) {
|
|
200
|
-
GridStyleRepository.g = new FontInfo();
|
|
201
|
-
GridStyleRepository.g.f = DeviceUtils.f(13);
|
|
202
|
-
GridStyleRepository.g.t = "italic";
|
|
203
|
-
GridStyleRepository.g.q = "Verdana";
|
|
204
|
-
}
|
|
205
|
-
return GridStyleRepository.g;
|
|
206
|
-
},
|
|
207
|
-
enumerable: false,
|
|
208
|
-
configurable: true
|
|
209
|
-
});
|
|
210
|
-
Object.defineProperty(GridStyleRepository, "j", {
|
|
211
|
-
get: function () {
|
|
212
|
-
if (GridStyleRepository.d == null) {
|
|
213
|
-
GridStyleRepository.d = new FontInfo();
|
|
214
|
-
GridStyleRepository.d.f = DeviceUtils.f(14);
|
|
215
|
-
GridStyleRepository.d.q = "Verdana";
|
|
216
|
-
}
|
|
217
|
-
return GridStyleRepository.d;
|
|
218
|
-
},
|
|
219
|
-
enumerable: false,
|
|
220
|
-
configurable: true
|
|
221
|
-
});
|
|
222
|
-
Object.defineProperty(GridStyleRepository, "l", {
|
|
223
|
-
get: function () {
|
|
224
|
-
if (GridStyleRepository.e == null) {
|
|
225
|
-
GridStyleRepository.e = new FontInfo();
|
|
226
|
-
GridStyleRepository.e.f = DeviceUtils.f(12);
|
|
227
|
-
GridStyleRepository.e.v = "600";
|
|
228
|
-
GridStyleRepository.e.q = "Verdana";
|
|
229
|
-
}
|
|
230
|
-
return GridStyleRepository.e;
|
|
231
|
-
},
|
|
232
|
-
enumerable: false,
|
|
233
|
-
configurable: true
|
|
234
|
-
});
|
|
235
|
-
Object.defineProperty(GridStyleRepository, "k", {
|
|
236
|
-
get: function () {
|
|
237
|
-
if (GridStyleRepository.f == null) {
|
|
238
|
-
GridStyleRepository.f = new FontInfo();
|
|
239
|
-
GridStyleRepository.f.f = DeviceUtils.f(12);
|
|
240
|
-
GridStyleRepository.f.q = "Verdana";
|
|
241
|
-
}
|
|
242
|
-
return GridStyleRepository.f;
|
|
243
|
-
},
|
|
244
|
-
enumerable: false,
|
|
245
|
-
configurable: true
|
|
246
|
-
});
|
|
247
|
-
Object.defineProperty(GridStyleRepository, "bg", {
|
|
248
|
-
get: function () {
|
|
249
|
-
if (GridStyleRepository.al == null) {
|
|
250
|
-
GridStyleRepository.al = new Brush();
|
|
251
|
-
GridStyleRepository.al.color = Color.u(255, 210, 234, 253);
|
|
252
|
-
}
|
|
253
|
-
return GridStyleRepository.al;
|
|
254
|
-
},
|
|
255
|
-
enumerable: false,
|
|
256
|
-
configurable: true
|
|
257
|
-
});
|
|
258
|
-
Object.defineProperty(GridStyleRepository, "a2", {
|
|
259
|
-
get: function () {
|
|
260
|
-
if (GridStyleRepository.x == null) {
|
|
261
|
-
GridStyleRepository.x = ((function () {
|
|
262
|
-
var $ret = new Brush();
|
|
263
|
-
$ret.fill = "White";
|
|
264
|
-
return $ret;
|
|
265
|
-
})());
|
|
266
|
-
}
|
|
267
|
-
return GridStyleRepository.x;
|
|
268
|
-
},
|
|
269
|
-
enumerable: false,
|
|
270
|
-
configurable: true
|
|
271
|
-
});
|
|
272
|
-
Object.defineProperty(GridStyleRepository, "a7", {
|
|
273
|
-
get: function () {
|
|
274
|
-
if (GridStyleRepository.ac == null) {
|
|
275
|
-
var a = "#e8f4fe";
|
|
276
|
-
GridStyleRepository.ac = ((function () {
|
|
277
|
-
var $ret = new Brush();
|
|
278
|
-
$ret.color = Color.u(255, 232, 244, 254);
|
|
279
|
-
return $ret;
|
|
280
|
-
})());
|
|
281
|
-
}
|
|
282
|
-
return GridStyleRepository.ac;
|
|
283
|
-
},
|
|
284
|
-
enumerable: false,
|
|
285
|
-
configurable: true
|
|
286
|
-
});
|
|
287
|
-
Object.defineProperty(GridStyleRepository, "bn", {
|
|
288
|
-
get: function () {
|
|
289
|
-
if (GridStyleRepository.as == null) {
|
|
290
|
-
var a_10 = "#F8F8F8";
|
|
291
|
-
GridStyleRepository.as = ((function () {
|
|
292
|
-
var $ret = new Brush();
|
|
293
|
-
$ret.fill = a_10;
|
|
294
|
-
return $ret;
|
|
295
|
-
})());
|
|
296
|
-
}
|
|
297
|
-
return GridStyleRepository.as;
|
|
298
|
-
},
|
|
299
|
-
enumerable: false,
|
|
300
|
-
configurable: true
|
|
301
|
-
});
|
|
302
|
-
Object.defineProperty(GridStyleRepository, "br", {
|
|
303
|
-
get: function () {
|
|
304
|
-
if (GridStyleRepository.aw == null) {
|
|
305
|
-
var a_11 = "#181d1f";
|
|
306
|
-
GridStyleRepository.aw = ((function () {
|
|
307
|
-
var $ret = new Brush();
|
|
308
|
-
$ret.fill = a_11;
|
|
309
|
-
return $ret;
|
|
310
|
-
})());
|
|
311
|
-
}
|
|
312
|
-
return GridStyleRepository.aw;
|
|
313
|
-
},
|
|
314
|
-
enumerable: false,
|
|
315
|
-
configurable: true
|
|
316
|
-
});
|
|
317
|
-
Object.defineProperty(GridStyleRepository, "bp", {
|
|
318
|
-
get: function () {
|
|
319
|
-
if (GridStyleRepository.au == null) {
|
|
320
|
-
var a_12 = "#181d1f";
|
|
321
|
-
GridStyleRepository.au = ((function () {
|
|
322
|
-
var $ret = new Brush();
|
|
323
|
-
$ret.fill = a_12;
|
|
324
|
-
return $ret;
|
|
325
|
-
})());
|
|
326
|
-
}
|
|
327
|
-
return GridStyleRepository.au;
|
|
328
|
-
},
|
|
329
|
-
enumerable: false,
|
|
330
|
-
configurable: true
|
|
331
|
-
});
|
|
332
|
-
Object.defineProperty(GridStyleRepository, "be", {
|
|
333
|
-
get: function () {
|
|
334
|
-
if (GridStyleRepository.aj == null) {
|
|
335
|
-
var a_13 = "#fafafa";
|
|
336
|
-
GridStyleRepository.aj = ((function () {
|
|
337
|
-
var $ret = new Brush();
|
|
338
|
-
$ret.fill = a_13;
|
|
339
|
-
return $ret;
|
|
340
|
-
})());
|
|
341
|
-
}
|
|
342
|
-
return GridStyleRepository.aj;
|
|
343
|
-
},
|
|
344
|
-
enumerable: false,
|
|
345
|
-
configurable: true
|
|
346
|
-
});
|
|
347
|
-
Object.defineProperty(GridStyleRepository, "bd", {
|
|
348
|
-
get: function () {
|
|
349
|
-
if (GridStyleRepository.ai == null) {
|
|
350
|
-
GridStyleRepository.ai = ((function () {
|
|
351
|
-
var $ret = new Brush();
|
|
352
|
-
$ret.fill = "#f5f5dc";
|
|
353
|
-
return $ret;
|
|
354
|
-
})());
|
|
355
|
-
}
|
|
356
|
-
return GridStyleRepository.ai;
|
|
357
|
-
},
|
|
358
|
-
enumerable: false,
|
|
359
|
-
configurable: true
|
|
360
|
-
});
|
|
361
|
-
Object.defineProperty(GridStyleRepository, "bh", {
|
|
362
|
-
get: function () {
|
|
363
|
-
if (GridStyleRepository.am == null) {
|
|
364
|
-
var a_14 = "#ffffff";
|
|
365
|
-
GridStyleRepository.am = ((function () {
|
|
366
|
-
var $ret = new Brush();
|
|
367
|
-
$ret.fill = a_14;
|
|
368
|
-
return $ret;
|
|
369
|
-
})());
|
|
370
|
-
}
|
|
371
|
-
return GridStyleRepository.am;
|
|
372
|
-
},
|
|
373
|
-
enumerable: false,
|
|
374
|
-
configurable: true
|
|
375
|
-
});
|
|
376
|
-
Object.defineProperty(GridStyleRepository, "ba", {
|
|
377
|
-
get: function () {
|
|
378
|
-
if (GridStyleRepository.af == null) {
|
|
379
|
-
var a_15 = "#ffffff";
|
|
380
|
-
GridStyleRepository.af = ((function () {
|
|
381
|
-
var $ret = new Brush();
|
|
382
|
-
$ret.fill = a_15;
|
|
383
|
-
return $ret;
|
|
384
|
-
})());
|
|
385
|
-
}
|
|
386
|
-
return GridStyleRepository.af;
|
|
387
|
-
},
|
|
388
|
-
enumerable: false,
|
|
389
|
-
configurable: true
|
|
390
|
-
});
|
|
391
|
-
Object.defineProperty(GridStyleRepository, "bc", {
|
|
392
|
-
get: function () {
|
|
393
|
-
if (GridStyleRepository.ah == null) {
|
|
394
|
-
var a_16 = "#f8f8f8";
|
|
395
|
-
GridStyleRepository.ah = ((function () {
|
|
396
|
-
var $ret = new Brush();
|
|
397
|
-
$ret.fill = a_16;
|
|
398
|
-
return $ret;
|
|
399
|
-
})());
|
|
400
|
-
}
|
|
401
|
-
return GridStyleRepository.ah;
|
|
402
|
-
},
|
|
403
|
-
enumerable: false,
|
|
404
|
-
configurable: true
|
|
405
|
-
});
|
|
406
|
-
Object.defineProperty(GridStyleRepository, "bf", {
|
|
407
|
-
get: function () {
|
|
408
|
-
if (GridStyleRepository.ak == null) {
|
|
409
|
-
var a_17 = "#fafafa";
|
|
410
|
-
GridStyleRepository.ak = ((function () {
|
|
411
|
-
var $ret = new Brush();
|
|
412
|
-
$ret.fill = a_17;
|
|
413
|
-
return $ret;
|
|
414
|
-
})());
|
|
415
|
-
}
|
|
416
|
-
return GridStyleRepository.ak;
|
|
417
|
-
},
|
|
418
|
-
enumerable: false,
|
|
419
|
-
configurable: true
|
|
420
|
-
});
|
|
421
|
-
Object.defineProperty(GridStyleRepository, "bj", {
|
|
422
|
-
get: function () {
|
|
423
|
-
if (GridStyleRepository.ao == null) {
|
|
424
|
-
var a_18 = "#0099FF";
|
|
425
|
-
GridStyleRepository.ao = ((function () {
|
|
426
|
-
var $ret = new Brush();
|
|
427
|
-
$ret.fill = a_18;
|
|
428
|
-
return $ret;
|
|
429
|
-
})());
|
|
430
|
-
}
|
|
431
|
-
return GridStyleRepository.ao;
|
|
432
|
-
},
|
|
433
|
-
enumerable: false,
|
|
434
|
-
configurable: true
|
|
435
|
-
});
|
|
436
|
-
Object.defineProperty(GridStyleRepository, "bk", {
|
|
437
|
-
get: function () {
|
|
438
|
-
if (GridStyleRepository.ap == null) {
|
|
439
|
-
var a_19 = "#181d1f";
|
|
440
|
-
GridStyleRepository.ap = ((function () {
|
|
441
|
-
var $ret = new Brush();
|
|
442
|
-
$ret.fill = a_19;
|
|
443
|
-
return $ret;
|
|
444
|
-
})());
|
|
445
|
-
}
|
|
446
|
-
return GridStyleRepository.ap;
|
|
447
|
-
},
|
|
448
|
-
enumerable: false,
|
|
449
|
-
configurable: true
|
|
450
|
-
});
|
|
451
|
-
Object.defineProperty(GridStyleRepository, "a4", {
|
|
452
|
-
get: function () {
|
|
453
|
-
if (GridStyleRepository.z == null) {
|
|
454
|
-
var a_20 = "#2196f3";
|
|
455
|
-
GridStyleRepository.z = ((function () {
|
|
456
|
-
var $ret = new Brush();
|
|
457
|
-
$ret.fill = a_20;
|
|
458
|
-
return $ret;
|
|
459
|
-
})());
|
|
460
|
-
}
|
|
461
|
-
return GridStyleRepository.z;
|
|
462
|
-
},
|
|
463
|
-
enumerable: false,
|
|
464
|
-
configurable: true
|
|
465
|
-
});
|
|
466
|
-
Object.defineProperty(GridStyleRepository, "bb", {
|
|
467
|
-
get: function () {
|
|
468
|
-
if (GridStyleRepository.ag == null) {
|
|
469
|
-
var a_21 = "#2196f3";
|
|
470
|
-
GridStyleRepository.ag = ((function () {
|
|
471
|
-
var $ret = new Brush();
|
|
472
|
-
$ret.fill = a_21;
|
|
473
|
-
return $ret;
|
|
474
|
-
})());
|
|
475
|
-
}
|
|
476
|
-
return GridStyleRepository.ag;
|
|
477
|
-
},
|
|
478
|
-
enumerable: false,
|
|
479
|
-
configurable: true
|
|
480
|
-
});
|
|
481
|
-
Object.defineProperty(GridStyleRepository, "a9", {
|
|
482
|
-
get: function () {
|
|
483
|
-
if (GridStyleRepository.ae == null) {
|
|
484
|
-
var a_22 = "#babfc7";
|
|
485
|
-
GridStyleRepository.ae = ((function () {
|
|
486
|
-
var $ret = new Brush();
|
|
487
|
-
$ret.fill = a_22;
|
|
488
|
-
return $ret;
|
|
489
|
-
})());
|
|
490
|
-
}
|
|
491
|
-
return GridStyleRepository.ae;
|
|
492
|
-
},
|
|
493
|
-
enumerable: false,
|
|
494
|
-
configurable: true
|
|
495
|
-
});
|
|
496
|
-
Object.defineProperty(GridStyleRepository, "a5", {
|
|
497
|
-
get: function () {
|
|
498
|
-
if (GridStyleRepository.aa == null) {
|
|
499
|
-
var a_23 = "#181d1f";
|
|
500
|
-
GridStyleRepository.aa = ((function () {
|
|
501
|
-
var $ret = new Brush();
|
|
502
|
-
$ret.fill = a_23;
|
|
503
|
-
return $ret;
|
|
504
|
-
})());
|
|
505
|
-
}
|
|
506
|
-
return GridStyleRepository.aa;
|
|
507
|
-
},
|
|
508
|
-
enumerable: false,
|
|
509
|
-
configurable: true
|
|
510
|
-
});
|
|
511
26
|
Object.defineProperty(GridStyleRepository, "a", {
|
|
512
27
|
get: function () {
|
|
513
28
|
return 2;
|
|
@@ -522,126 +37,301 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
522
37
|
enumerable: false,
|
|
523
38
|
configurable: true
|
|
524
39
|
});
|
|
525
|
-
Object.defineProperty(GridStyleRepository, "
|
|
40
|
+
Object.defineProperty(GridStyleRepository, "l", {
|
|
526
41
|
get: function () {
|
|
527
42
|
return truncate(DeviceUtils.g(30));
|
|
528
43
|
},
|
|
529
44
|
enumerable: false,
|
|
530
45
|
configurable: true
|
|
531
46
|
});
|
|
532
|
-
Object.defineProperty(GridStyleRepository, "
|
|
47
|
+
Object.defineProperty(GridStyleRepository, "m", {
|
|
533
48
|
get: function () {
|
|
534
49
|
return truncate(DeviceUtils.g(36));
|
|
535
50
|
},
|
|
536
51
|
enumerable: false,
|
|
537
52
|
configurable: true
|
|
538
53
|
});
|
|
539
|
-
Object.defineProperty(GridStyleRepository, "
|
|
54
|
+
Object.defineProperty(GridStyleRepository, "k", {
|
|
540
55
|
get: function () {
|
|
541
56
|
return truncate(DeviceUtils.g(40));
|
|
542
57
|
},
|
|
543
58
|
enumerable: false,
|
|
544
59
|
configurable: true
|
|
545
60
|
});
|
|
546
|
-
Object.defineProperty(GridStyleRepository, "
|
|
547
|
-
get: function () {
|
|
548
|
-
if (GridStyleRepository.y == null) {
|
|
549
|
-
var a_24 = "#babfc7";
|
|
550
|
-
GridStyleRepository.y = ((function () {
|
|
551
|
-
var $ret = new Brush();
|
|
552
|
-
$ret.fill = a_24;
|
|
553
|
-
return $ret;
|
|
554
|
-
})());
|
|
555
|
-
}
|
|
556
|
-
return GridStyleRepository.y;
|
|
557
|
-
},
|
|
558
|
-
enumerable: false,
|
|
559
|
-
configurable: true
|
|
560
|
-
});
|
|
561
|
-
Object.defineProperty(GridStyleRepository, "bv", {
|
|
562
|
-
get: function () {
|
|
563
|
-
return GridStyleRepository.bu;
|
|
564
|
-
},
|
|
565
|
-
enumerable: false,
|
|
566
|
-
configurable: true
|
|
567
|
-
});
|
|
568
|
-
Object.defineProperty(GridStyleRepository, "t", {
|
|
569
|
-
get: function () {
|
|
570
|
-
return GridStyleRepository.s;
|
|
571
|
-
},
|
|
572
|
-
enumerable: false,
|
|
573
|
-
configurable: true
|
|
574
|
-
});
|
|
575
|
-
Object.defineProperty(GridStyleRepository, "bm", {
|
|
61
|
+
Object.defineProperty(GridStyleRepository, "u", {
|
|
576
62
|
get: function () {
|
|
577
|
-
|
|
578
|
-
var a_25 = "#ff0000";
|
|
579
|
-
GridStyleRepository.ar = ((function () {
|
|
580
|
-
var $ret = new Brush();
|
|
581
|
-
$ret.fill = a_25;
|
|
582
|
-
return $ret;
|
|
583
|
-
})());
|
|
584
|
-
}
|
|
585
|
-
return GridStyleRepository.ar;
|
|
63
|
+
return GridStyleRepository.t;
|
|
586
64
|
},
|
|
587
65
|
enumerable: false,
|
|
588
66
|
configurable: true
|
|
589
67
|
});
|
|
590
|
-
Object.defineProperty(GridStyleRepository, "
|
|
68
|
+
Object.defineProperty(GridStyleRepository, "p", {
|
|
591
69
|
get: function () {
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
70
|
+
return GridStyleRepository.o;
|
|
71
|
+
},
|
|
72
|
+
enumerable: false,
|
|
73
|
+
configurable: true
|
|
74
|
+
});
|
|
75
|
+
GridStyleRepository.n = function () {
|
|
76
|
+
if (GridStyleRepository.e.count == 0) {
|
|
77
|
+
GridStyleRepository.e.addItem(15, GridStyleRepository.q("#181d1f"));
|
|
78
|
+
GridStyleRepository.e.addItem(13, GridStyleRepository.q("#f8f8f8"));
|
|
79
|
+
GridStyleRepository.e.addItem(0, GridStyleRepository.q("#babfc7"));
|
|
80
|
+
GridStyleRepository.e.addItem(4, GridStyleRepository.q("#babfc7"));
|
|
81
|
+
GridStyleRepository.e.addItem(14, GridStyleRepository.q("#181d1f"));
|
|
82
|
+
GridStyleRepository.e.addItem(27, GridStyleRepository.q("#181d1f"));
|
|
83
|
+
GridStyleRepository.e.addItem(6, GridStyleRepository.q("#181d1f"));
|
|
84
|
+
GridStyleRepository.e.addItem(11, GridStyleRepository.q("#ffffff"));
|
|
85
|
+
GridStyleRepository.e.addItem(10, GridStyleRepository.q("rgb(210,234,253)"));
|
|
86
|
+
GridStyleRepository.e.addItem(12, GridStyleRepository.q("#e8f4fe"));
|
|
87
|
+
GridStyleRepository.e.addItem(5, GridStyleRepository.q("#ff80ab"));
|
|
88
|
+
GridStyleRepository.e.addItem(30, GridStyleRepository.q("#ff0000"));
|
|
89
|
+
GridStyleRepository.e.addItem(9, GridStyleRepository.q("#2196f3"));
|
|
90
|
+
GridStyleRepository.e.addItem(7, GridStyleRepository.q("#3c90bd"));
|
|
91
|
+
GridStyleRepository.e.addItem(8, GridStyleRepository.q("#204f69"));
|
|
92
|
+
GridStyleRepository.e.addItem(16, GridStyleRepository.q("#fafafa"));
|
|
93
|
+
GridStyleRepository.e.addItem(17, GridStyleRepository.q("#f5f5dc"));
|
|
94
|
+
GridStyleRepository.e.addItem(18, GridStyleRepository.q("#ffffff"));
|
|
95
|
+
GridStyleRepository.e.addItem(19, GridStyleRepository.q("#ffffff"));
|
|
96
|
+
GridStyleRepository.e.addItem(20, GridStyleRepository.q("#f8f8f8"));
|
|
97
|
+
GridStyleRepository.e.addItem(21, GridStyleRepository.q("#fafafa"));
|
|
98
|
+
GridStyleRepository.e.addItem(22, GridStyleRepository.q("#0099ff"));
|
|
99
|
+
GridStyleRepository.e.addItem(23, GridStyleRepository.q("#181d1f"));
|
|
100
|
+
GridStyleRepository.e.addItem(31, GridStyleRepository.q("transparent"));
|
|
101
|
+
GridStyleRepository.e.addItem(1, GridStyleRepository.q("#dde2eb"));
|
|
102
|
+
GridStyleRepository.e.addItem(2, GridStyleRepository.q("#e0e0e0"));
|
|
103
|
+
GridStyleRepository.e.addItem(3, GridStyleRepository.q("#babfc7"));
|
|
104
|
+
GridStyleRepository.e.addItem(24, GridStyleRepository.q("#2196f3"));
|
|
105
|
+
GridStyleRepository.e.addItem(25, GridStyleRepository.q("#2196f3"));
|
|
106
|
+
GridStyleRepository.e.addItem(26, GridStyleRepository.q("#babfc7"));
|
|
107
|
+
GridStyleRepository.e.addItem(28, GridStyleRepository.q("#babfc7"));
|
|
108
|
+
GridStyleRepository.e.addItem(29, GridStyleRepository.q("#ffffff"));
|
|
109
|
+
GridStyleRepository.e.addItem(32, GridStyleRepository.c("Verdana", 13, "normal", "normal"));
|
|
110
|
+
GridStyleRepository.e.addItem(33, GridStyleRepository.c("Segoe UI Emoji", 13, "normal", "normal"));
|
|
111
|
+
GridStyleRepository.e.addItem(34, GridStyleRepository.c("Verdana", 13, "normal", "italic"));
|
|
112
|
+
GridStyleRepository.e.addItem(35, GridStyleRepository.c("Verdana", 14, "normal", "normal"));
|
|
113
|
+
GridStyleRepository.e.addItem(36, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
114
|
+
GridStyleRepository.e.addItem(37, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
115
|
+
}
|
|
116
|
+
if (GridStyleRepository.f.count == 0) {
|
|
117
|
+
GridStyleRepository.f.addItem(15, GridStyleRepository.q("#181d1f"));
|
|
118
|
+
GridStyleRepository.f.addItem(13, GridStyleRepository.q("#f8f8f8"));
|
|
119
|
+
GridStyleRepository.f.addItem(0, GridStyleRepository.q("#babfc7"));
|
|
120
|
+
GridStyleRepository.f.addItem(4, GridStyleRepository.q("#babfc7"));
|
|
121
|
+
GridStyleRepository.f.addItem(14, GridStyleRepository.q("#181d1f"));
|
|
122
|
+
GridStyleRepository.f.addItem(27, GridStyleRepository.q("#181d1f"));
|
|
123
|
+
GridStyleRepository.f.addItem(6, GridStyleRepository.q("#181d1f"));
|
|
124
|
+
GridStyleRepository.f.addItem(11, GridStyleRepository.q("#ffffff"));
|
|
125
|
+
GridStyleRepository.f.addItem(10, GridStyleRepository.q("rgb(210,234,253)"));
|
|
126
|
+
GridStyleRepository.f.addItem(12, GridStyleRepository.q("#e8f4fe"));
|
|
127
|
+
GridStyleRepository.f.addItem(5, GridStyleRepository.q("#ff80ab"));
|
|
128
|
+
GridStyleRepository.f.addItem(30, GridStyleRepository.q("#ff0000"));
|
|
129
|
+
GridStyleRepository.f.addItem(9, GridStyleRepository.q("#2196f3"));
|
|
130
|
+
GridStyleRepository.f.addItem(7, GridStyleRepository.q("#3c90bd"));
|
|
131
|
+
GridStyleRepository.f.addItem(8, GridStyleRepository.q("#204f69"));
|
|
132
|
+
GridStyleRepository.f.addItem(16, GridStyleRepository.q("#fafafa"));
|
|
133
|
+
GridStyleRepository.f.addItem(17, GridStyleRepository.q("#f5f5dc"));
|
|
134
|
+
GridStyleRepository.f.addItem(18, GridStyleRepository.q("#ffffff"));
|
|
135
|
+
GridStyleRepository.f.addItem(19, GridStyleRepository.q("#ffffff"));
|
|
136
|
+
GridStyleRepository.f.addItem(20, GridStyleRepository.q("#f8f8f8"));
|
|
137
|
+
GridStyleRepository.f.addItem(21, GridStyleRepository.q("#fafafa"));
|
|
138
|
+
GridStyleRepository.f.addItem(22, GridStyleRepository.q("#0099ff"));
|
|
139
|
+
GridStyleRepository.f.addItem(23, GridStyleRepository.q("#181d1f"));
|
|
140
|
+
GridStyleRepository.f.addItem(31, GridStyleRepository.q("transparent"));
|
|
141
|
+
GridStyleRepository.f.addItem(1, GridStyleRepository.q("#dde2eb"));
|
|
142
|
+
GridStyleRepository.f.addItem(2, GridStyleRepository.q("#e0e0e0"));
|
|
143
|
+
GridStyleRepository.f.addItem(3, GridStyleRepository.q("#babfc7"));
|
|
144
|
+
GridStyleRepository.f.addItem(24, GridStyleRepository.q("#2196f3"));
|
|
145
|
+
GridStyleRepository.f.addItem(25, GridStyleRepository.q("#2196f3"));
|
|
146
|
+
GridStyleRepository.f.addItem(26, GridStyleRepository.q("#babfc7"));
|
|
147
|
+
GridStyleRepository.f.addItem(28, GridStyleRepository.q("#babfc7"));
|
|
148
|
+
GridStyleRepository.f.addItem(29, GridStyleRepository.q("#ffffff"));
|
|
149
|
+
GridStyleRepository.f.addItem(32, GridStyleRepository.c("Verdana", 13, "normal", "normal"));
|
|
150
|
+
GridStyleRepository.f.addItem(33, GridStyleRepository.c("Segoe UI Emoji", 13, "normal", "normal"));
|
|
151
|
+
GridStyleRepository.f.addItem(34, GridStyleRepository.c("Verdana", 13, "normal", "italic"));
|
|
152
|
+
GridStyleRepository.f.addItem(35, GridStyleRepository.c("Verdana", 14, "normal", "normal"));
|
|
153
|
+
GridStyleRepository.f.addItem(36, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
154
|
+
GridStyleRepository.f.addItem(37, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
155
|
+
}
|
|
156
|
+
if (GridStyleRepository.g.count == 0) {
|
|
157
|
+
GridStyleRepository.g.addItem(15, GridStyleRepository.q("#181d1f"));
|
|
158
|
+
GridStyleRepository.g.addItem(13, GridStyleRepository.q("#f8f8f8"));
|
|
159
|
+
GridStyleRepository.g.addItem(0, GridStyleRepository.q("#babfc7"));
|
|
160
|
+
GridStyleRepository.g.addItem(4, GridStyleRepository.q("#babfc7"));
|
|
161
|
+
GridStyleRepository.g.addItem(14, GridStyleRepository.q("#181d1f"));
|
|
162
|
+
GridStyleRepository.g.addItem(27, GridStyleRepository.q("#181d1f"));
|
|
163
|
+
GridStyleRepository.g.addItem(6, GridStyleRepository.q("#181d1f"));
|
|
164
|
+
GridStyleRepository.g.addItem(11, GridStyleRepository.q("#ffffff"));
|
|
165
|
+
GridStyleRepository.g.addItem(10, GridStyleRepository.q("rgb(210,234,253)"));
|
|
166
|
+
GridStyleRepository.g.addItem(12, GridStyleRepository.q("#e8f4fe"));
|
|
167
|
+
GridStyleRepository.g.addItem(5, GridStyleRepository.q("#ff80ab"));
|
|
168
|
+
GridStyleRepository.g.addItem(30, GridStyleRepository.q("#ff0000"));
|
|
169
|
+
GridStyleRepository.g.addItem(9, GridStyleRepository.q("#2196f3"));
|
|
170
|
+
GridStyleRepository.g.addItem(7, GridStyleRepository.q("#3c90bd"));
|
|
171
|
+
GridStyleRepository.g.addItem(8, GridStyleRepository.q("#204f69"));
|
|
172
|
+
GridStyleRepository.g.addItem(16, GridStyleRepository.q("#fafafa"));
|
|
173
|
+
GridStyleRepository.g.addItem(17, GridStyleRepository.q("#f5f5dc"));
|
|
174
|
+
GridStyleRepository.g.addItem(18, GridStyleRepository.q("#ffffff"));
|
|
175
|
+
GridStyleRepository.g.addItem(19, GridStyleRepository.q("#ffffff"));
|
|
176
|
+
GridStyleRepository.g.addItem(20, GridStyleRepository.q("#f8f8f8"));
|
|
177
|
+
GridStyleRepository.g.addItem(21, GridStyleRepository.q("#fafafa"));
|
|
178
|
+
GridStyleRepository.g.addItem(22, GridStyleRepository.q("#0099ff"));
|
|
179
|
+
GridStyleRepository.g.addItem(23, GridStyleRepository.q("#181d1f"));
|
|
180
|
+
GridStyleRepository.g.addItem(31, GridStyleRepository.q("transparent"));
|
|
181
|
+
GridStyleRepository.g.addItem(1, GridStyleRepository.q("#dde2eb"));
|
|
182
|
+
GridStyleRepository.g.addItem(2, GridStyleRepository.q("#e0e0e0"));
|
|
183
|
+
GridStyleRepository.g.addItem(3, GridStyleRepository.q("#babfc7"));
|
|
184
|
+
GridStyleRepository.g.addItem(24, GridStyleRepository.q("#2196f3"));
|
|
185
|
+
GridStyleRepository.g.addItem(25, GridStyleRepository.q("#2196f3"));
|
|
186
|
+
GridStyleRepository.g.addItem(26, GridStyleRepository.q("#babfc7"));
|
|
187
|
+
GridStyleRepository.g.addItem(28, GridStyleRepository.q("#babfc7"));
|
|
188
|
+
GridStyleRepository.g.addItem(29, GridStyleRepository.q("#ffffff"));
|
|
189
|
+
GridStyleRepository.g.addItem(32, GridStyleRepository.c("Verdana", 13, "normal", "normal"));
|
|
190
|
+
GridStyleRepository.g.addItem(33, GridStyleRepository.c("Segoe UI Emoji", 13, "normal", "normal"));
|
|
191
|
+
GridStyleRepository.g.addItem(34, GridStyleRepository.c("Verdana", 13, "normal", "italic"));
|
|
192
|
+
GridStyleRepository.g.addItem(35, GridStyleRepository.c("Verdana", 14, "normal", "normal"));
|
|
193
|
+
GridStyleRepository.g.addItem(36, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
194
|
+
GridStyleRepository.g.addItem(37, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
195
|
+
}
|
|
196
|
+
if (GridStyleRepository.i.count == 0) {
|
|
197
|
+
var a = GridStyleRepository.q("#ffffff");
|
|
198
|
+
var b = GridStyleRepository.q("#6E89F7");
|
|
199
|
+
var c = GridStyleRepository.q("#000000");
|
|
200
|
+
GridStyleRepository.i.addItem(15, BrushUtil.j(c, 0.8));
|
|
201
|
+
GridStyleRepository.i.addItem(14, BrushUtil.j(c, 0.8));
|
|
202
|
+
GridStyleRepository.i.addItem(27, BrushUtil.j(c, 0.8));
|
|
203
|
+
GridStyleRepository.i.addItem(0, BrushUtil.j(c, 0.2));
|
|
204
|
+
GridStyleRepository.i.addItem(13, a);
|
|
205
|
+
GridStyleRepository.i.addItem(4, BrushUtil.k(a, BrushUtil.j(c, 0.6)));
|
|
206
|
+
GridStyleRepository.i.addItem(6, c);
|
|
207
|
+
GridStyleRepository.i.addItem(11, a);
|
|
208
|
+
GridStyleRepository.i.addItem(10, BrushUtil.q(a, -0.1));
|
|
209
|
+
GridStyleRepository.i.addItem(12, BrushUtil.q(a, -0.05));
|
|
210
|
+
GridStyleRepository.i.addItem(5, GridStyleRepository.q("#ff80ab"));
|
|
211
|
+
GridStyleRepository.i.addItem(30, GridStyleRepository.q("#ff0000"));
|
|
212
|
+
GridStyleRepository.i.addItem(9, b);
|
|
213
|
+
GridStyleRepository.i.addItem(7, GridStyleRepository.q("#3c90bd"));
|
|
214
|
+
GridStyleRepository.i.addItem(8, GridStyleRepository.q("#204f69"));
|
|
215
|
+
GridStyleRepository.i.addItem(16, a);
|
|
216
|
+
GridStyleRepository.i.addItem(17, a);
|
|
217
|
+
GridStyleRepository.i.addItem(18, a);
|
|
218
|
+
GridStyleRepository.i.addItem(19, a);
|
|
219
|
+
GridStyleRepository.i.addItem(20, a);
|
|
220
|
+
GridStyleRepository.i.addItem(21, a);
|
|
221
|
+
GridStyleRepository.i.addItem(22, b);
|
|
222
|
+
GridStyleRepository.i.addItem(23, c);
|
|
223
|
+
GridStyleRepository.i.addItem(31, GridStyleRepository.q("transparent"));
|
|
224
|
+
GridStyleRepository.i.addItem(1, BrushUtil.k(a, BrushUtil.j(c, 0.2)));
|
|
225
|
+
GridStyleRepository.i.addItem(2, BrushUtil.k(a, BrushUtil.j(c, 0.2)));
|
|
226
|
+
GridStyleRepository.i.addItem(3, BrushUtil.k(a, BrushUtil.j(c, 0.6)));
|
|
227
|
+
GridStyleRepository.i.addItem(24, b);
|
|
228
|
+
GridStyleRepository.i.addItem(25, b);
|
|
229
|
+
GridStyleRepository.i.addItem(26, BrushUtil.k(a, BrushUtil.j(c, 0.6)));
|
|
230
|
+
GridStyleRepository.i.addItem(28, BrushUtil.k(a, BrushUtil.j(c, 0.2)));
|
|
231
|
+
GridStyleRepository.i.addItem(29, a);
|
|
232
|
+
GridStyleRepository.i.addItem(35, GridStyleRepository.c("Verdana", 12, "bold", "normal"));
|
|
233
|
+
GridStyleRepository.i.addItem(32, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
234
|
+
GridStyleRepository.i.addItem(33, GridStyleRepository.c("Segoe UI Emoji", 12, "normal", "normal"));
|
|
235
|
+
GridStyleRepository.i.addItem(34, GridStyleRepository.c("Verdana", 12, "normal", "italic"));
|
|
236
|
+
GridStyleRepository.i.addItem(36, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
237
|
+
GridStyleRepository.i.addItem(37, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
238
|
+
}
|
|
239
|
+
if (GridStyleRepository.h.count == 0) {
|
|
240
|
+
var d = GridStyleRepository.q("#373F56");
|
|
241
|
+
var e = GridStyleRepository.q("#87A2FF");
|
|
242
|
+
var f = GridStyleRepository.q("#ffffff");
|
|
243
|
+
GridStyleRepository.h.addItem(15, BrushUtil.j(f, 0.8));
|
|
244
|
+
GridStyleRepository.h.addItem(14, BrushUtil.j(f, 0.8));
|
|
245
|
+
GridStyleRepository.h.addItem(27, BrushUtil.j(f, 0.8));
|
|
246
|
+
GridStyleRepository.h.addItem(0, BrushUtil.j(f, 0.2));
|
|
247
|
+
GridStyleRepository.h.addItem(13, d);
|
|
248
|
+
GridStyleRepository.h.addItem(4, BrushUtil.k(d, BrushUtil.j(f, 0.6)));
|
|
249
|
+
GridStyleRepository.h.addItem(6, f);
|
|
250
|
+
GridStyleRepository.h.addItem(11, d);
|
|
251
|
+
GridStyleRepository.h.addItem(10, BrushUtil.q(d, -0.2));
|
|
252
|
+
GridStyleRepository.h.addItem(12, BrushUtil.q(d, -0.1));
|
|
253
|
+
GridStyleRepository.h.addItem(5, GridStyleRepository.q("#ff80ab"));
|
|
254
|
+
GridStyleRepository.h.addItem(30, GridStyleRepository.q("#ff0000"));
|
|
255
|
+
GridStyleRepository.h.addItem(9, e);
|
|
256
|
+
GridStyleRepository.h.addItem(7, GridStyleRepository.q("#3c90bd"));
|
|
257
|
+
GridStyleRepository.h.addItem(8, GridStyleRepository.q("#204f69"));
|
|
258
|
+
GridStyleRepository.h.addItem(16, d);
|
|
259
|
+
GridStyleRepository.h.addItem(17, d);
|
|
260
|
+
GridStyleRepository.h.addItem(18, d);
|
|
261
|
+
GridStyleRepository.h.addItem(19, d);
|
|
262
|
+
GridStyleRepository.h.addItem(20, d);
|
|
263
|
+
GridStyleRepository.h.addItem(21, d);
|
|
264
|
+
GridStyleRepository.h.addItem(22, e);
|
|
265
|
+
GridStyleRepository.h.addItem(23, f);
|
|
266
|
+
GridStyleRepository.h.addItem(31, GridStyleRepository.q("transparent"));
|
|
267
|
+
GridStyleRepository.h.addItem(1, BrushUtil.k(d, BrushUtil.j(f, 0.2)));
|
|
268
|
+
GridStyleRepository.h.addItem(2, BrushUtil.k(d, BrushUtil.j(f, 0.2)));
|
|
269
|
+
GridStyleRepository.h.addItem(3, BrushUtil.k(d, BrushUtil.j(f, 0.6)));
|
|
270
|
+
GridStyleRepository.h.addItem(24, e);
|
|
271
|
+
GridStyleRepository.h.addItem(25, e);
|
|
272
|
+
GridStyleRepository.h.addItem(26, BrushUtil.k(d, BrushUtil.j(f, 0.6)));
|
|
273
|
+
GridStyleRepository.h.addItem(28, BrushUtil.k(d, BrushUtil.j(f, 0.2)));
|
|
274
|
+
GridStyleRepository.h.addItem(29, d);
|
|
275
|
+
GridStyleRepository.h.addItem(35, GridStyleRepository.c("Verdana", 12, "bold", "normal"));
|
|
276
|
+
GridStyleRepository.h.addItem(32, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
277
|
+
GridStyleRepository.h.addItem(33, GridStyleRepository.c("Segoe UI Emoji", 13, "normal", "normal"));
|
|
278
|
+
GridStyleRepository.h.addItem(34, GridStyleRepository.c("Verdana", 13, "normal", "italic"));
|
|
279
|
+
GridStyleRepository.h.addItem(36, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
280
|
+
GridStyleRepository.h.addItem(37, GridStyleRepository.c("Verdana", 12, "normal", "normal"));
|
|
281
|
+
}
|
|
282
|
+
};
|
|
283
|
+
GridStyleRepository.c = function (a, b, c, d) {
|
|
284
|
+
var e = new FontInfo();
|
|
285
|
+
e.f = DeviceUtils.f(b);
|
|
286
|
+
e.q = a;
|
|
287
|
+
e.v = c;
|
|
288
|
+
e.t = d;
|
|
289
|
+
return e;
|
|
290
|
+
};
|
|
291
|
+
GridStyleRepository.q = function (a) {
|
|
292
|
+
var b = CSSColorUtil.g(a);
|
|
293
|
+
return b;
|
|
294
|
+
};
|
|
295
|
+
GridStyleRepository.r = function (a, b) {
|
|
296
|
+
var c = CSSColorUtil.g(a);
|
|
297
|
+
c = BrushUtil.q(c, b);
|
|
298
|
+
return c;
|
|
299
|
+
};
|
|
300
|
+
GridStyleRepository.s = function (a, b) {
|
|
301
|
+
GridStyleRepository.n();
|
|
302
|
+
switch (a) {
|
|
303
|
+
case 0:
|
|
304
|
+
case 1: return GridStyleRepository.f.item(b);
|
|
305
|
+
case 2: return GridStyleRepository.g.item(b);
|
|
306
|
+
case 5:
|
|
307
|
+
case 3: return GridStyleRepository.i.item(b);
|
|
308
|
+
case 6:
|
|
309
|
+
case 4: return GridStyleRepository.h.item(b);
|
|
310
|
+
}
|
|
311
|
+
return null;
|
|
312
|
+
};
|
|
313
|
+
GridStyleRepository.d = function (a, b) {
|
|
314
|
+
GridStyleRepository.n();
|
|
315
|
+
switch (a) {
|
|
316
|
+
case 0:
|
|
317
|
+
case 1: return GridStyleRepository.f.item(b);
|
|
318
|
+
case 2: return GridStyleRepository.g.item(b);
|
|
319
|
+
case 5:
|
|
320
|
+
case 3: return GridStyleRepository.i.item(b);
|
|
321
|
+
case 6:
|
|
322
|
+
case 4: return GridStyleRepository.h.item(b);
|
|
323
|
+
}
|
|
324
|
+
return null;
|
|
325
|
+
};
|
|
604
326
|
GridStyleRepository.$t = markType(GridStyleRepository, 'GridStyleRepository');
|
|
605
|
-
GridStyleRepository.
|
|
606
|
-
GridStyleRepository.
|
|
607
|
-
GridStyleRepository.
|
|
608
|
-
GridStyleRepository.
|
|
609
|
-
GridStyleRepository.
|
|
610
|
-
GridStyleRepository.
|
|
611
|
-
GridStyleRepository.
|
|
612
|
-
GridStyleRepository.
|
|
613
|
-
GridStyleRepository.w = null;
|
|
614
|
-
GridStyleRepository.u = null;
|
|
615
|
-
GridStyleRepository.h = null;
|
|
616
|
-
GridStyleRepository.c = null;
|
|
617
|
-
GridStyleRepository.g = null;
|
|
618
|
-
GridStyleRepository.o = 0.54;
|
|
619
|
-
GridStyleRepository.d = null;
|
|
620
|
-
GridStyleRepository.e = null;
|
|
621
|
-
GridStyleRepository.f = null;
|
|
622
|
-
GridStyleRepository.al = null;
|
|
623
|
-
GridStyleRepository.x = null;
|
|
624
|
-
GridStyleRepository.ac = null;
|
|
625
|
-
GridStyleRepository.as = null;
|
|
626
|
-
GridStyleRepository.aw = null;
|
|
627
|
-
GridStyleRepository.au = null;
|
|
628
|
-
GridStyleRepository.aj = null;
|
|
629
|
-
GridStyleRepository.ai = null;
|
|
630
|
-
GridStyleRepository.am = null;
|
|
631
|
-
GridStyleRepository.af = null;
|
|
632
|
-
GridStyleRepository.ah = null;
|
|
633
|
-
GridStyleRepository.ak = null;
|
|
634
|
-
GridStyleRepository.ao = null;
|
|
635
|
-
GridStyleRepository.ap = null;
|
|
636
|
-
GridStyleRepository.z = null;
|
|
637
|
-
GridStyleRepository.ag = null;
|
|
638
|
-
GridStyleRepository.ae = null;
|
|
639
|
-
GridStyleRepository.aa = null;
|
|
640
|
-
GridStyleRepository.y = null;
|
|
641
|
-
GridStyleRepository.bu = new Thickness(0, 1);
|
|
642
|
-
GridStyleRepository.s = new CornerRadius(0, 3);
|
|
643
|
-
GridStyleRepository.ar = null;
|
|
644
|
-
GridStyleRepository.aq = null;
|
|
327
|
+
GridStyleRepository.j = 0.54;
|
|
328
|
+
GridStyleRepository.t = new Thickness(0, 1);
|
|
329
|
+
GridStyleRepository.o = new CornerRadius(0, 3);
|
|
330
|
+
GridStyleRepository.e = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
|
|
331
|
+
GridStyleRepository.f = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
|
|
332
|
+
GridStyleRepository.g = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
|
|
333
|
+
GridStyleRepository.i = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
|
|
334
|
+
GridStyleRepository.h = new Dictionary$2(GridStyleRepositoryKeys_$type, Base.$, 0);
|
|
645
335
|
return GridStyleRepository;
|
|
646
336
|
}(Base));
|
|
647
337
|
export { GridStyleRepository };
|