@progress/kendo-angular-spreadsheet 21.4.1 → 22.0.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/progress-kendo-angular-spreadsheet.mjs +183 -183
- package/package.json +22 -30
- package/schematics/ngAdd/index.js +2 -2
- package/tools/shared/spreadsheet-command-base.d.ts +1 -1
- package/tools/shared/spreadsheet-dropdown-tools-base.d.ts +1 -1
- package/tools/shared/spreadsheet-dropdownlist.base.d.ts +1 -1
- package/esm2022/action-bar/formula-input.directive.mjs +0 -183
- package/esm2022/action-bar/list.component.mjs +0 -91
- package/esm2022/action-bar/namebox.component.mjs +0 -134
- package/esm2022/common/calendar-editor.component.mjs +0 -48
- package/esm2022/common/error-handling.service.mjs +0 -99
- package/esm2022/common/list-editor.component.mjs +0 -146
- package/esm2022/common/main-menu.directive.mjs +0 -30
- package/esm2022/common/sheet-changes.mjs +0 -5
- package/esm2022/common/spreadsheet.service.mjs +0 -49
- package/esm2022/directives.mjs +0 -94
- package/esm2022/filter-menu/filter-menu-item-content-template.directive.mjs +0 -26
- package/esm2022/filter-menu/filter-menu-item.component.mjs +0 -271
- package/esm2022/index.mjs +0 -14
- package/esm2022/localization/custom-messages.component.mjs +0 -52
- package/esm2022/localization/localized-messages.directive.mjs +0 -35
- package/esm2022/localization/messages.mjs +0 -884
- package/esm2022/localization/spreadsheet-localization.service.mjs +0 -31
- package/esm2022/models/cell-editor-action-args.mjs +0 -5
- package/esm2022/models/cell-editor-options.mjs +0 -5
- package/esm2022/models/events.mjs +0 -5
- package/esm2022/models/filter-menu-item.mjs +0 -5
- package/esm2022/models/index.mjs +0 -11
- package/esm2022/models/main-menu-item.mjs +0 -5
- package/esm2022/models/range-filter-value.mjs +0 -5
- package/esm2022/models/sheet-info.mjs +0 -5
- package/esm2022/package-metadata.mjs +0 -16
- package/esm2022/progress-kendo-angular-spreadsheet.mjs +0 -8
- package/esm2022/sheets-bar/action-dialog.component.mjs +0 -78
- package/esm2022/sheets-bar/sheets-bar.component.mjs +0 -433
- package/esm2022/sheets-bar/utils.mjs +0 -49
- package/esm2022/spreadsheet.component.mjs +0 -2408
- package/esm2022/spreadsheet.module.mjs +0 -72
- package/esm2022/tools/align/align-tool.directive.mjs +0 -62
- package/esm2022/tools/align/horizontal-align-tool.directive.mjs +0 -62
- package/esm2022/tools/align/vertical-align-tool.directive.mjs +0 -62
- package/esm2022/tools/colorpicker/spreadsheet-backcolor.component.mjs +0 -142
- package/esm2022/tools/colorpicker/spreadsheet-forecolor.component.mjs +0 -142
- package/esm2022/tools/data-validation-dialog.component.mjs +0 -481
- package/esm2022/tools/data-validation-tool.directive.mjs +0 -156
- package/esm2022/tools/decrease-decimal-tool.directive.mjs +0 -41
- package/esm2022/tools/filter-sort/filter-tool.directive.mjs +0 -89
- package/esm2022/tools/filter-sort/sort-tool.directive.mjs +0 -62
- package/esm2022/tools/font-family/font-family-dropdownlist.component.mjs +0 -59
- package/esm2022/tools/font-family/spreadsheet-fontfamily-tool.component.mjs +0 -114
- package/esm2022/tools/font-size/decrease-font-tool.directive.mjs +0 -52
- package/esm2022/tools/font-size/font-size-dropdownlist.component.mjs +0 -46
- package/esm2022/tools/font-size/increase-font-tool.directive.mjs +0 -52
- package/esm2022/tools/font-size/spreadsheet-fontsize-tool.component.mjs +0 -114
- package/esm2022/tools/format-tool.directive.mjs +0 -65
- package/esm2022/tools/gridlines-tool.directive.mjs +0 -47
- package/esm2022/tools/history/redo-tool.mjs +0 -37
- package/esm2022/tools/history/undo-tool.mjs +0 -37
- package/esm2022/tools/increase-decimal-tool.directive.mjs +0 -41
- package/esm2022/tools/index.mjs +0 -30
- package/esm2022/tools/insert/insert-link-dialog.component.mjs +0 -53
- package/esm2022/tools/insert/insert-link-tool.directive.mjs +0 -97
- package/esm2022/tools/load-file.component.mjs +0 -226
- package/esm2022/tools/save-file-tool.directive.mjs +0 -58
- package/esm2022/tools/shared/command-icons.mjs +0 -121
- package/esm2022/tools/shared/commands.mjs +0 -5
- package/esm2022/tools/shared/constants.mjs +0 -77
- package/esm2022/tools/shared/dialog-content.component.mjs +0 -130
- package/esm2022/tools/shared/spreadsheet-command-base.mjs +0 -73
- package/esm2022/tools/shared/spreadsheet-command-button.mjs +0 -31
- package/esm2022/tools/shared/spreadsheet-dropdown-tools-base.mjs +0 -194
- package/esm2022/tools/shared/spreadsheet-dropdownlist.base.mjs +0 -54
- package/esm2022/tools/tables/add-column-left-button.directive.mjs +0 -37
- package/esm2022/tools/tables/add-column-right-button.directive.mjs +0 -37
- package/esm2022/tools/tables/add-row-above-button.directive.mjs +0 -37
- package/esm2022/tools/tables/add-row-below-button.directive.mjs +0 -37
- package/esm2022/tools/tables/delete-column-button.directive.mjs +0 -35
- package/esm2022/tools/tables/delete-row-button.directive.mjs +0 -35
- package/esm2022/tools/tables/index.mjs +0 -11
- package/esm2022/tools/tables/merge-tool.directive.mjs +0 -72
- package/esm2022/tools/text-wrap-tool.directive.mjs +0 -48
- package/esm2022/tools/tools.service.mjs +0 -61
- package/esm2022/tools/typographical-emphasis/bold-tool.directive.mjs +0 -37
- package/esm2022/tools/typographical-emphasis/italic-tool.directive.mjs +0 -37
- package/esm2022/tools/typographical-emphasis/underline-tool.directive.mjs +0 -37
- package/esm2022/tools/utils.mjs +0 -35
- package/esm2022/utils.mjs +0 -32
|
@@ -1,884 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, Input } from '@angular/core';
|
|
6
|
-
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export class MessagesDirective extends ComponentMessages {
|
|
12
|
-
/* Tabs */
|
|
13
|
-
/**
|
|
14
|
-
* Sets the name for the **Home** toolbar tab.
|
|
15
|
-
*/
|
|
16
|
-
home;
|
|
17
|
-
/**
|
|
18
|
-
* Sets the name for the **File** toolbar tab.
|
|
19
|
-
*/
|
|
20
|
-
file;
|
|
21
|
-
/**
|
|
22
|
-
* Sets the name for the **Insert** toolbar tab.
|
|
23
|
-
*/
|
|
24
|
-
insert;
|
|
25
|
-
/**
|
|
26
|
-
* Sets the name for the **Format** toolbar tab.
|
|
27
|
-
*/
|
|
28
|
-
formatTab;
|
|
29
|
-
/**
|
|
30
|
-
* Sets the name for the **Data** toolbar tab.
|
|
31
|
-
*/
|
|
32
|
-
dataTab;
|
|
33
|
-
/* Section of Tools Messages */
|
|
34
|
-
/**
|
|
35
|
-
* Sets the title for the **Save** File tool.
|
|
36
|
-
*/
|
|
37
|
-
saveFile;
|
|
38
|
-
/**
|
|
39
|
-
* Sets the title for the **Load File** tool.
|
|
40
|
-
*/
|
|
41
|
-
loadFile;
|
|
42
|
-
/**
|
|
43
|
-
* Sets the title for the **Bold** tool.
|
|
44
|
-
*/
|
|
45
|
-
bold;
|
|
46
|
-
/**
|
|
47
|
-
* Sets the title for the **Data Validation** tool.
|
|
48
|
-
*/
|
|
49
|
-
dataValidation;
|
|
50
|
-
/**
|
|
51
|
-
* Sets the title for the **Filter** tool.
|
|
52
|
-
*/
|
|
53
|
-
filter;
|
|
54
|
-
/**
|
|
55
|
-
* Sets the label text for the Cell Range input in the data validation dialog.
|
|
56
|
-
*/
|
|
57
|
-
validationCellRange;
|
|
58
|
-
/**
|
|
59
|
-
* Sets the label text for the Criteria dropdown in the data validation dialog.
|
|
60
|
-
*/
|
|
61
|
-
validationCriteria;
|
|
62
|
-
/**
|
|
63
|
-
* Sets the label text for the Comparer dropdown in the data validation dialog.
|
|
64
|
-
*/
|
|
65
|
-
validationComparer;
|
|
66
|
-
/**
|
|
67
|
-
* Sets the label text for the Min value in the data validation dialog.
|
|
68
|
-
*/
|
|
69
|
-
validationMinValue;
|
|
70
|
-
/**
|
|
71
|
-
* Sets the label text for the Max value in the data validation dialog.
|
|
72
|
-
*/
|
|
73
|
-
validationMaxValue;
|
|
74
|
-
/**
|
|
75
|
-
* Sets the label text for the Start value in the data validation dialog.
|
|
76
|
-
*/
|
|
77
|
-
validationStartValue;
|
|
78
|
-
/**
|
|
79
|
-
* Sets the label text for the End value in the data validation dialog.
|
|
80
|
-
*/
|
|
81
|
-
validationEndValue;
|
|
82
|
-
/**
|
|
83
|
-
* Sets the label text for the Value in the data validation dialog.
|
|
84
|
-
*/
|
|
85
|
-
validationValue;
|
|
86
|
-
/**
|
|
87
|
-
* Sets the label text for the Show list button checkbox in the data validation dialog.
|
|
88
|
-
*/
|
|
89
|
-
validationShowListButtonCheckbox;
|
|
90
|
-
/**
|
|
91
|
-
* Sets the label text for the Show date button checkbox in the data validation dialog.
|
|
92
|
-
*/
|
|
93
|
-
validationShowDateButtonCheckbox;
|
|
94
|
-
/**
|
|
95
|
-
* Sets the label text for the Ignore blank checkbox in the data validation dialog.
|
|
96
|
-
*/
|
|
97
|
-
validationIgnoreBlankCheckbox;
|
|
98
|
-
/**
|
|
99
|
-
* Sets the label text for the On invalid data option in the data validation dialog.
|
|
100
|
-
*/
|
|
101
|
-
validationOnInvalidData;
|
|
102
|
-
/**
|
|
103
|
-
* Sets the label text for the Reject input radio button in the data validation dialog.
|
|
104
|
-
*/
|
|
105
|
-
validationRejectInput;
|
|
106
|
-
/**
|
|
107
|
-
* Sets the label text for the Show warning radio button in the data validation dialog.
|
|
108
|
-
*/
|
|
109
|
-
validationShowWarning;
|
|
110
|
-
/**
|
|
111
|
-
* Sets the label text for the Show hint checkbox in the data validation dialog.
|
|
112
|
-
*/
|
|
113
|
-
validationShowHint;
|
|
114
|
-
/**
|
|
115
|
-
* Sets the text for the Any value validation criteria.
|
|
116
|
-
*/
|
|
117
|
-
anyValueValidationCriteria;
|
|
118
|
-
/**
|
|
119
|
-
* Sets the text for the Number validation criteria.
|
|
120
|
-
*/
|
|
121
|
-
numberValidationCriteria;
|
|
122
|
-
/**
|
|
123
|
-
* Sets the text for the Text validation criteria.
|
|
124
|
-
*/
|
|
125
|
-
textValidationCriteria;
|
|
126
|
-
/**
|
|
127
|
-
* Sets the text for the Date validation criteria.
|
|
128
|
-
*/
|
|
129
|
-
dateValidationCriteria;
|
|
130
|
-
/**
|
|
131
|
-
* Sets the text for the Custom Formula validation criteria.
|
|
132
|
-
*/
|
|
133
|
-
customFormulaValidationCriteria;
|
|
134
|
-
/**
|
|
135
|
-
* Sets the text for the List validation criteria.
|
|
136
|
-
*/
|
|
137
|
-
listValidationCriteria;
|
|
138
|
-
/**
|
|
139
|
-
* Sets the text for the greater than validation comparer.
|
|
140
|
-
*/
|
|
141
|
-
greaterThanValidationComparer;
|
|
142
|
-
/**
|
|
143
|
-
* Sets the text for the less than validation comparer.
|
|
144
|
-
*/
|
|
145
|
-
lessThanValidationComparer;
|
|
146
|
-
/**
|
|
147
|
-
* Sets the text for the between validation comparer.
|
|
148
|
-
*/
|
|
149
|
-
betweenValidationComparer;
|
|
150
|
-
/**
|
|
151
|
-
* Sets the text for the not between validation comparer.
|
|
152
|
-
*/
|
|
153
|
-
notBetweenValidationComparer;
|
|
154
|
-
/**
|
|
155
|
-
* Sets the text for the equal to validation comparer.
|
|
156
|
-
*/
|
|
157
|
-
equalToValidationComparer;
|
|
158
|
-
/**
|
|
159
|
-
* Sets the text for the not equal to validation comparer.
|
|
160
|
-
*/
|
|
161
|
-
notEqualToValidationComparer;
|
|
162
|
-
/**
|
|
163
|
-
* Sets the text for the greater than or equal to validation comparer.
|
|
164
|
-
*/
|
|
165
|
-
greaterThanOrEqualToValidationComparer;
|
|
166
|
-
/**
|
|
167
|
-
* Sets the text for the less than or equal to validation comparer.
|
|
168
|
-
*/
|
|
169
|
-
lessThanOrEqualToValidationComparer;
|
|
170
|
-
/**
|
|
171
|
-
* Sets the label text for the Custom hint input in the data validation dialog.
|
|
172
|
-
*/
|
|
173
|
-
validationHintMessage;
|
|
174
|
-
/**
|
|
175
|
-
* Sets the label text for the Custom hint title input in the data validation dialog.
|
|
176
|
-
*/
|
|
177
|
-
validationHintTitle;
|
|
178
|
-
/**
|
|
179
|
-
* Sets the title for the **Italic** tool.
|
|
180
|
-
*/
|
|
181
|
-
italic;
|
|
182
|
-
/**
|
|
183
|
-
* Sets the title for the **Underline** tool.
|
|
184
|
-
*/
|
|
185
|
-
underline;
|
|
186
|
-
/**
|
|
187
|
-
* Sets the title for the **Format** tool.
|
|
188
|
-
*/
|
|
189
|
-
format;
|
|
190
|
-
/**
|
|
191
|
-
* Sets the title for the **Font Family** tool.
|
|
192
|
-
*/
|
|
193
|
-
fontFamily;
|
|
194
|
-
/**
|
|
195
|
-
* Sets the title for the **Font Size** tool.
|
|
196
|
-
*/
|
|
197
|
-
fontSize;
|
|
198
|
-
/**
|
|
199
|
-
* Sets the title for the **Undo** tool.
|
|
200
|
-
*/
|
|
201
|
-
undo;
|
|
202
|
-
/**
|
|
203
|
-
* Sets the title for the **Redo** tool.
|
|
204
|
-
*/
|
|
205
|
-
redo;
|
|
206
|
-
/**
|
|
207
|
-
* Sets the title for the tool that changes the text background color.
|
|
208
|
-
*/
|
|
209
|
-
background;
|
|
210
|
-
/**
|
|
211
|
-
* Sets the title for the tool that changes the text font color.
|
|
212
|
-
*/
|
|
213
|
-
color;
|
|
214
|
-
/**
|
|
215
|
-
* Sets the title for the **Grid Lines** tool.
|
|
216
|
-
*/
|
|
217
|
-
gridLines;
|
|
218
|
-
/**
|
|
219
|
-
* Sets the title for the tool that adds a new column before the selected column.
|
|
220
|
-
*/
|
|
221
|
-
addColumnLeft;
|
|
222
|
-
/**
|
|
223
|
-
* Sets the title for the tool that adds a new column after the selected column.
|
|
224
|
-
*/
|
|
225
|
-
addColumnRight;
|
|
226
|
-
/**
|
|
227
|
-
* Sets the title for the tool that adds a new row below the selected row.
|
|
228
|
-
*/
|
|
229
|
-
addRowBelow;
|
|
230
|
-
/**
|
|
231
|
-
* Sets the title for the tool that adds a new row above the selected row.
|
|
232
|
-
*/
|
|
233
|
-
addRowAbove;
|
|
234
|
-
/**
|
|
235
|
-
* Sets the title for the tool that deletes a column.
|
|
236
|
-
*/
|
|
237
|
-
deleteColumn;
|
|
238
|
-
/**
|
|
239
|
-
* Sets the title for the tool that deletes a row.
|
|
240
|
-
*/
|
|
241
|
-
deleteRow;
|
|
242
|
-
/**
|
|
243
|
-
* Sets the title for the **Text Wrap** tool.
|
|
244
|
-
*/
|
|
245
|
-
wrap;
|
|
246
|
-
/**
|
|
247
|
-
* Sets the title for the **Text Align** tool.
|
|
248
|
-
*/
|
|
249
|
-
align;
|
|
250
|
-
/**
|
|
251
|
-
* Sets the title for the **Text Align Horizontal** tool.
|
|
252
|
-
*/
|
|
253
|
-
alignHorizontal;
|
|
254
|
-
/**
|
|
255
|
-
* Sets the title for the **Text Align Vertical** tool.
|
|
256
|
-
*/
|
|
257
|
-
alignVertical;
|
|
258
|
-
/**
|
|
259
|
-
* Sets the title for the **Text Align Left** tool.
|
|
260
|
-
*/
|
|
261
|
-
alignLeft;
|
|
262
|
-
/**
|
|
263
|
-
* Sets the title for the **Text Align Center** tool.
|
|
264
|
-
*/
|
|
265
|
-
alignCenter;
|
|
266
|
-
/**
|
|
267
|
-
* Sets the title for the **Text Align Right** tool.
|
|
268
|
-
*/
|
|
269
|
-
alignRight;
|
|
270
|
-
/**
|
|
271
|
-
* Sets the title for the **Text Align Justify** tool.
|
|
272
|
-
*/
|
|
273
|
-
alignJustify;
|
|
274
|
-
/**
|
|
275
|
-
* Sets the title for the **Text Align Top** tool.
|
|
276
|
-
*/
|
|
277
|
-
alignTop;
|
|
278
|
-
/**
|
|
279
|
-
* Sets the title for the **Text Align Middle** tool.
|
|
280
|
-
*/
|
|
281
|
-
alignMiddle;
|
|
282
|
-
/**
|
|
283
|
-
* Sets the title for the **Text Align Bottom** tool.
|
|
284
|
-
*/
|
|
285
|
-
alignBottom;
|
|
286
|
-
/* Dialogs */
|
|
287
|
-
/**
|
|
288
|
-
* Sets the text for the **Apply** button in all Spreadsheet dialogs.
|
|
289
|
-
*/
|
|
290
|
-
dialogApply;
|
|
291
|
-
/* Dialogs */
|
|
292
|
-
/**
|
|
293
|
-
* Sets the text for the **Cancel** button in all Spreadsheet dialogs.
|
|
294
|
-
*/
|
|
295
|
-
dialogCancel;
|
|
296
|
-
/**
|
|
297
|
-
* Sets the text for the **Delete** button in the Delete sheet dialog.
|
|
298
|
-
*/
|
|
299
|
-
dialogDelete;
|
|
300
|
-
/**
|
|
301
|
-
* Sets the text for the **Rename** button in the Rename sheet dialog.
|
|
302
|
-
*/
|
|
303
|
-
dialogRename;
|
|
304
|
-
/**
|
|
305
|
-
* Sets the text for the **Insert** button in all Spreadsheet dialogs.
|
|
306
|
-
*/
|
|
307
|
-
dialogInsert;
|
|
308
|
-
/**
|
|
309
|
-
* Sets the text for the **Remove** button in all Spreadsheet dialogs.
|
|
310
|
-
*/
|
|
311
|
-
dialogRemove;
|
|
312
|
-
/**
|
|
313
|
-
* Sets the text for the **Remove link** button in the Link tool dialog.
|
|
314
|
-
*/
|
|
315
|
-
dialogRemoveLink;
|
|
316
|
-
/**
|
|
317
|
-
* Sets the title for the Delete sheet dialog.
|
|
318
|
-
*/
|
|
319
|
-
delete;
|
|
320
|
-
/**
|
|
321
|
-
* Sets the title for the Rename sheet dialog.
|
|
322
|
-
*/
|
|
323
|
-
rename;
|
|
324
|
-
/**
|
|
325
|
-
* Sets the title for the Name Box input.
|
|
326
|
-
*/
|
|
327
|
-
nameBox;
|
|
328
|
-
/**
|
|
329
|
-
* Sets the title for the Formula input.
|
|
330
|
-
*/
|
|
331
|
-
formulaInput;
|
|
332
|
-
/**
|
|
333
|
-
* Sets the title for the Add new sheet button.
|
|
334
|
-
*/
|
|
335
|
-
addSheet;
|
|
336
|
-
/**
|
|
337
|
-
* Sets the title for the Sheets menu button.
|
|
338
|
-
*/
|
|
339
|
-
sheetsMenu;
|
|
340
|
-
/**
|
|
341
|
-
* Sets the text for the View toolbar tab.
|
|
342
|
-
*/
|
|
343
|
-
view;
|
|
344
|
-
/**
|
|
345
|
-
* Sets the title for the Cells Merge tool.
|
|
346
|
-
*/
|
|
347
|
-
merge;
|
|
348
|
-
/**
|
|
349
|
-
* Sets the title for the Merge horizontally tool.
|
|
350
|
-
*/
|
|
351
|
-
mergeHorizontally;
|
|
352
|
-
/**
|
|
353
|
-
* Sets the title for the Merge vertically tool.
|
|
354
|
-
*/
|
|
355
|
-
mergeVertically;
|
|
356
|
-
/**
|
|
357
|
-
* Sets the title for the Merge all tool.
|
|
358
|
-
*/
|
|
359
|
-
mergeAll;
|
|
360
|
-
/**
|
|
361
|
-
* Sets the title for the Unmerge tool.
|
|
362
|
-
*/
|
|
363
|
-
unmerge;
|
|
364
|
-
/**
|
|
365
|
-
* Sets the title for the tool that inserts a link.
|
|
366
|
-
*/
|
|
367
|
-
insertLink;
|
|
368
|
-
/**
|
|
369
|
-
* Sets the title for the tool that increases decimals.
|
|
370
|
-
*/
|
|
371
|
-
increaseDecimal;
|
|
372
|
-
/**
|
|
373
|
-
* Sets the title for the tool that decreases decimals.
|
|
374
|
-
*/
|
|
375
|
-
decreaseDecimal;
|
|
376
|
-
/**
|
|
377
|
-
* Sets the title for the tool that increases the cell font size.
|
|
378
|
-
*/
|
|
379
|
-
increaseFontSize;
|
|
380
|
-
/**
|
|
381
|
-
* Sets the title for the tool that decreases the cell font size.
|
|
382
|
-
*/
|
|
383
|
-
decreaseFontSize;
|
|
384
|
-
/**
|
|
385
|
-
* Sets the content for the dialog that warns about an unsupported file type.
|
|
386
|
-
*/
|
|
387
|
-
openUnsupported;
|
|
388
|
-
/**
|
|
389
|
-
* Sets the content for the dialog that warns about modifying a merged cell.
|
|
390
|
-
*/
|
|
391
|
-
modifyMerged;
|
|
392
|
-
/**
|
|
393
|
-
* Sets the content for the dialog that warns about modifying a disabled cell.
|
|
394
|
-
*/
|
|
395
|
-
cannotModifyDisabled;
|
|
396
|
-
/**
|
|
397
|
-
* Sets the text for the **OK** dialog button.
|
|
398
|
-
*/
|
|
399
|
-
dialogOk;
|
|
400
|
-
/**
|
|
401
|
-
* Sets the title for an error dialog.
|
|
402
|
-
*/
|
|
403
|
-
dialogError;
|
|
404
|
-
/**
|
|
405
|
-
* Sets the content for the dialog that warns about duplicated sheet name.
|
|
406
|
-
*/
|
|
407
|
-
duplicateSheetName;
|
|
408
|
-
/**
|
|
409
|
-
* Sets the Copy command text.
|
|
410
|
-
*/
|
|
411
|
-
copy;
|
|
412
|
-
/**
|
|
413
|
-
* Sets the Cut command text.
|
|
414
|
-
*/
|
|
415
|
-
cut;
|
|
416
|
-
/**
|
|
417
|
-
* Sets the Paste command text.
|
|
418
|
-
*/
|
|
419
|
-
paste;
|
|
420
|
-
/**
|
|
421
|
-
* Sets the Hide row command text.
|
|
422
|
-
*/
|
|
423
|
-
hideRow;
|
|
424
|
-
/**
|
|
425
|
-
* Sets the Unhide row command text.
|
|
426
|
-
*/
|
|
427
|
-
unhideRow;
|
|
428
|
-
/**
|
|
429
|
-
* Sets the Hide column command text.
|
|
430
|
-
*/
|
|
431
|
-
hideColumn;
|
|
432
|
-
/**
|
|
433
|
-
* Sets the Unhide column command text.
|
|
434
|
-
*/
|
|
435
|
-
unhideColumn;
|
|
436
|
-
/**
|
|
437
|
-
* Sets the text for the Sheet menu Delete option.
|
|
438
|
-
*/
|
|
439
|
-
sheetDelete;
|
|
440
|
-
/**
|
|
441
|
-
* Sets the text for the Sheet menu Rename option.
|
|
442
|
-
*/
|
|
443
|
-
sheetRename;
|
|
444
|
-
/**
|
|
445
|
-
* Sets the text for the Sheet menu Hide option.
|
|
446
|
-
*/
|
|
447
|
-
sheetHide;
|
|
448
|
-
/**
|
|
449
|
-
* Sets the text for the Sheet menu Duplicate option.
|
|
450
|
-
*/
|
|
451
|
-
sheetDuplicate;
|
|
452
|
-
/**
|
|
453
|
-
* Sets the text for the Sheet menu Move Left option.
|
|
454
|
-
*/
|
|
455
|
-
sheetMoveLeft;
|
|
456
|
-
/**
|
|
457
|
-
* Sets the text for the Sheet menu Move Right option.
|
|
458
|
-
*/
|
|
459
|
-
sheetMoveRight;
|
|
460
|
-
/**
|
|
461
|
-
* Sets the content for the dialog that warns about invalid name input.
|
|
462
|
-
*
|
|
463
|
-
* The content consists of a two-part message - the input value and a localizable string.
|
|
464
|
-
* For user value input **A1%**, the default dialog content will be **Invalid name: A1%**.
|
|
465
|
-
*
|
|
466
|
-
* To allow reordering the input value and the localizable part, the `invalidNameError` accepts a string with a
|
|
467
|
-
* placeholder for the input value, for example, **{inputValue} is invalid**. The `{inputValue}` placeholder will be replaced
|
|
468
|
-
* internally with the current value, and the resulting label will be rendered as **A1% is invalid**.
|
|
469
|
-
*/
|
|
470
|
-
invalidNameError;
|
|
471
|
-
/**
|
|
472
|
-
* The content of the dialog that warns about sorting range containing cells of mixed shapes.
|
|
473
|
-
*/
|
|
474
|
-
cantSortMixedCells;
|
|
475
|
-
/**
|
|
476
|
-
* The text of the **Apply** button in the filter menu.
|
|
477
|
-
*/
|
|
478
|
-
filterApply;
|
|
479
|
-
/**
|
|
480
|
-
* The text of the **Clear** button in the filter menu.
|
|
481
|
-
*/
|
|
482
|
-
filterClear;
|
|
483
|
-
/**
|
|
484
|
-
* The text of the **All** grouping item in the filter menu.
|
|
485
|
-
*/
|
|
486
|
-
filterMenuAll;
|
|
487
|
-
/**
|
|
488
|
-
* The text for the blank (empty) values.
|
|
489
|
-
*/
|
|
490
|
-
blankValues;
|
|
491
|
-
/**
|
|
492
|
-
* The text of the **contains** filter operator.
|
|
493
|
-
*/
|
|
494
|
-
filterContainsOperator;
|
|
495
|
-
/**
|
|
496
|
-
* The text of the **does not contain** filter operator.
|
|
497
|
-
*/
|
|
498
|
-
filterNotContainsOperator;
|
|
499
|
-
/**
|
|
500
|
-
* The text of the **starts with** filter operator.
|
|
501
|
-
*/
|
|
502
|
-
filterStartsWithOperator;
|
|
503
|
-
/**
|
|
504
|
-
* The text of the **ends with** filter operator.
|
|
505
|
-
*/
|
|
506
|
-
filterEndsWithOperator;
|
|
507
|
-
/**
|
|
508
|
-
* The text of the **matches** filter operator.
|
|
509
|
-
*/
|
|
510
|
-
filterMatchesOperator;
|
|
511
|
-
/**
|
|
512
|
-
* The text of the **does not match** filter operator.
|
|
513
|
-
*/
|
|
514
|
-
filterNotMatchesOperator;
|
|
515
|
-
/**
|
|
516
|
-
* The text of the **Date is** filter operator.
|
|
517
|
-
*/
|
|
518
|
-
filterDateEqOperator;
|
|
519
|
-
/**
|
|
520
|
-
* The text of the **Date is not** filter operator.
|
|
521
|
-
*/
|
|
522
|
-
filterDateNotEqOperator;
|
|
523
|
-
/**
|
|
524
|
-
* The text of the **Date is before** filter operator.
|
|
525
|
-
*/
|
|
526
|
-
filterBeforeOperator;
|
|
527
|
-
/**
|
|
528
|
-
* The text of the **Date is after** filter operator.
|
|
529
|
-
*/
|
|
530
|
-
filterAfterOperator;
|
|
531
|
-
/**
|
|
532
|
-
* Sets the text for the **Equal (Is equal to)** filter operator.
|
|
533
|
-
*/
|
|
534
|
-
filterEqOperator;
|
|
535
|
-
/**
|
|
536
|
-
* Sets the text for the **Not equal (Is not equal to)** filter operator.
|
|
537
|
-
*/
|
|
538
|
-
filterNotEqOperator;
|
|
539
|
-
/**
|
|
540
|
-
* The text of the greater than or equal filter operator.
|
|
541
|
-
*/
|
|
542
|
-
filterGteOperator;
|
|
543
|
-
/**
|
|
544
|
-
* The text of the **greater than** filter operator.
|
|
545
|
-
*/
|
|
546
|
-
filterGtOperator;
|
|
547
|
-
/**
|
|
548
|
-
* The text of the **less than or equal** filter operator.
|
|
549
|
-
*/
|
|
550
|
-
filterLteOperator;
|
|
551
|
-
/**
|
|
552
|
-
* The text of the **less than** filter operator.
|
|
553
|
-
*/
|
|
554
|
-
filterLtOperator;
|
|
555
|
-
/**
|
|
556
|
-
* The text of the **none** filter operator.
|
|
557
|
-
*/
|
|
558
|
-
filterNoneOperator;
|
|
559
|
-
/**
|
|
560
|
-
* The text of the **Filter by condition** menu item.
|
|
561
|
-
*/
|
|
562
|
-
filterMenuConditionItem;
|
|
563
|
-
/**
|
|
564
|
-
* The text of the **Filter by value** menu item.
|
|
565
|
-
*/
|
|
566
|
-
filterMenuValueItem;
|
|
567
|
-
/**
|
|
568
|
-
* The title of the Sort ToolBar tool.
|
|
569
|
-
*/
|
|
570
|
-
sort;
|
|
571
|
-
/**
|
|
572
|
-
* The text of the **Sort range A to Z** option.
|
|
573
|
-
*/
|
|
574
|
-
sortAsc;
|
|
575
|
-
/**
|
|
576
|
-
* The text of the **Sort range Z to A** option.
|
|
577
|
-
*/
|
|
578
|
-
sortDesc;
|
|
579
|
-
/**
|
|
580
|
-
* The text of the **Unsort** option.
|
|
581
|
-
*/
|
|
582
|
-
unsort;
|
|
583
|
-
/**
|
|
584
|
-
* The content of the dialog that warns about sorting incorrect (empty) range.
|
|
585
|
-
*/
|
|
586
|
-
cantSortNullRef;
|
|
587
|
-
/**
|
|
588
|
-
* The content of the dialog that warns about sorting multiple range selection.
|
|
589
|
-
*/
|
|
590
|
-
cantSortMultipleSelection;
|
|
591
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessagesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
592
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: MessagesDirective, isStandalone: true, selector: "[kendoSpreadsheetMessages]", inputs: { home: "home", file: "file", insert: "insert", formatTab: "formatTab", dataTab: "dataTab", saveFile: "saveFile", loadFile: "loadFile", bold: "bold", dataValidation: "dataValidation", filter: "filter", validationCellRange: "validationCellRange", validationCriteria: "validationCriteria", validationComparer: "validationComparer", validationMinValue: "validationMinValue", validationMaxValue: "validationMaxValue", validationStartValue: "validationStartValue", validationEndValue: "validationEndValue", validationValue: "validationValue", validationShowListButtonCheckbox: "validationShowListButtonCheckbox", validationShowDateButtonCheckbox: "validationShowDateButtonCheckbox", validationIgnoreBlankCheckbox: "validationIgnoreBlankCheckbox", validationOnInvalidData: "validationOnInvalidData", validationRejectInput: "validationRejectInput", validationShowWarning: "validationShowWarning", validationShowHint: "validationShowHint", anyValueValidationCriteria: "anyValueValidationCriteria", numberValidationCriteria: "numberValidationCriteria", textValidationCriteria: "textValidationCriteria", dateValidationCriteria: "dateValidationCriteria", customFormulaValidationCriteria: "customFormulaValidationCriteria", listValidationCriteria: "listValidationCriteria", greaterThanValidationComparer: "greaterThanValidationComparer", lessThanValidationComparer: "lessThanValidationComparer", betweenValidationComparer: "betweenValidationComparer", notBetweenValidationComparer: "notBetweenValidationComparer", equalToValidationComparer: "equalToValidationComparer", notEqualToValidationComparer: "notEqualToValidationComparer", greaterThanOrEqualToValidationComparer: "greaterThanOrEqualToValidationComparer", lessThanOrEqualToValidationComparer: "lessThanOrEqualToValidationComparer", validationHintMessage: "validationHintMessage", validationHintTitle: "validationHintTitle", italic: "italic", underline: "underline", format: "format", fontFamily: "fontFamily", fontSize: "fontSize", undo: "undo", redo: "redo", background: "background", color: "color", gridLines: "gridLines", addColumnLeft: "addColumnLeft", addColumnRight: "addColumnRight", addRowBelow: "addRowBelow", addRowAbove: "addRowAbove", deleteColumn: "deleteColumn", deleteRow: "deleteRow", wrap: "wrap", align: "align", alignHorizontal: "alignHorizontal", alignVertical: "alignVertical", alignLeft: "alignLeft", alignCenter: "alignCenter", alignRight: "alignRight", alignJustify: "alignJustify", alignTop: "alignTop", alignMiddle: "alignMiddle", alignBottom: "alignBottom", dialogApply: "dialogApply", dialogCancel: "dialogCancel", dialogDelete: "dialogDelete", dialogRename: "dialogRename", dialogInsert: "dialogInsert", dialogRemove: "dialogRemove", dialogRemoveLink: "dialogRemoveLink", delete: "delete", rename: "rename", nameBox: "nameBox", formulaInput: "formulaInput", addSheet: "addSheet", sheetsMenu: "sheetsMenu", view: "view", merge: "merge", mergeHorizontally: "mergeHorizontally", mergeVertically: "mergeVertically", mergeAll: "mergeAll", unmerge: "unmerge", insertLink: "insertLink", increaseDecimal: "increaseDecimal", decreaseDecimal: "decreaseDecimal", increaseFontSize: "increaseFontSize", decreaseFontSize: "decreaseFontSize", openUnsupported: "openUnsupported", modifyMerged: "modifyMerged", cannotModifyDisabled: "cannotModifyDisabled", dialogOk: "dialogOk", dialogError: "dialogError", duplicateSheetName: "duplicateSheetName", copy: "copy", cut: "cut", paste: "paste", hideRow: "hideRow", unhideRow: "unhideRow", hideColumn: "hideColumn", unhideColumn: "unhideColumn", sheetDelete: "sheetDelete", sheetRename: "sheetRename", sheetHide: "sheetHide", sheetDuplicate: "sheetDuplicate", sheetMoveLeft: "sheetMoveLeft", sheetMoveRight: "sheetMoveRight", invalidNameError: "invalidNameError", cantSortMixedCells: "cantSortMixedCells", filterApply: "filterApply", filterClear: "filterClear", filterMenuAll: "filterMenuAll", blankValues: "blankValues", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterStartsWithOperator: "filterStartsWithOperator", filterEndsWithOperator: "filterEndsWithOperator", filterMatchesOperator: "filterMatchesOperator", filterNotMatchesOperator: "filterNotMatchesOperator", filterDateEqOperator: "filterDateEqOperator", filterDateNotEqOperator: "filterDateNotEqOperator", filterBeforeOperator: "filterBeforeOperator", filterAfterOperator: "filterAfterOperator", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterNoneOperator: "filterNoneOperator", filterMenuConditionItem: "filterMenuConditionItem", filterMenuValueItem: "filterMenuValueItem", sort: "sort", sortAsc: "sortAsc", sortDesc: "sortDesc", unsort: "unsort", cantSortNullRef: "cantSortNullRef", cantSortMultipleSelection: "cantSortMultipleSelection" }, usesInheritance: true, ngImport: i0 });
|
|
593
|
-
}
|
|
594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessagesDirective, decorators: [{
|
|
595
|
-
type: Directive,
|
|
596
|
-
args: [{
|
|
597
|
-
selector: '[kendoSpreadsheetMessages]',
|
|
598
|
-
standalone: true
|
|
599
|
-
}]
|
|
600
|
-
}], propDecorators: { home: [{
|
|
601
|
-
type: Input
|
|
602
|
-
}], file: [{
|
|
603
|
-
type: Input
|
|
604
|
-
}], insert: [{
|
|
605
|
-
type: Input
|
|
606
|
-
}], formatTab: [{
|
|
607
|
-
type: Input
|
|
608
|
-
}], dataTab: [{
|
|
609
|
-
type: Input
|
|
610
|
-
}], saveFile: [{
|
|
611
|
-
type: Input
|
|
612
|
-
}], loadFile: [{
|
|
613
|
-
type: Input
|
|
614
|
-
}], bold: [{
|
|
615
|
-
type: Input
|
|
616
|
-
}], dataValidation: [{
|
|
617
|
-
type: Input
|
|
618
|
-
}], filter: [{
|
|
619
|
-
type: Input
|
|
620
|
-
}], validationCellRange: [{
|
|
621
|
-
type: Input
|
|
622
|
-
}], validationCriteria: [{
|
|
623
|
-
type: Input
|
|
624
|
-
}], validationComparer: [{
|
|
625
|
-
type: Input
|
|
626
|
-
}], validationMinValue: [{
|
|
627
|
-
type: Input
|
|
628
|
-
}], validationMaxValue: [{
|
|
629
|
-
type: Input
|
|
630
|
-
}], validationStartValue: [{
|
|
631
|
-
type: Input
|
|
632
|
-
}], validationEndValue: [{
|
|
633
|
-
type: Input
|
|
634
|
-
}], validationValue: [{
|
|
635
|
-
type: Input
|
|
636
|
-
}], validationShowListButtonCheckbox: [{
|
|
637
|
-
type: Input
|
|
638
|
-
}], validationShowDateButtonCheckbox: [{
|
|
639
|
-
type: Input
|
|
640
|
-
}], validationIgnoreBlankCheckbox: [{
|
|
641
|
-
type: Input
|
|
642
|
-
}], validationOnInvalidData: [{
|
|
643
|
-
type: Input
|
|
644
|
-
}], validationRejectInput: [{
|
|
645
|
-
type: Input
|
|
646
|
-
}], validationShowWarning: [{
|
|
647
|
-
type: Input
|
|
648
|
-
}], validationShowHint: [{
|
|
649
|
-
type: Input
|
|
650
|
-
}], anyValueValidationCriteria: [{
|
|
651
|
-
type: Input
|
|
652
|
-
}], numberValidationCriteria: [{
|
|
653
|
-
type: Input
|
|
654
|
-
}], textValidationCriteria: [{
|
|
655
|
-
type: Input
|
|
656
|
-
}], dateValidationCriteria: [{
|
|
657
|
-
type: Input
|
|
658
|
-
}], customFormulaValidationCriteria: [{
|
|
659
|
-
type: Input
|
|
660
|
-
}], listValidationCriteria: [{
|
|
661
|
-
type: Input
|
|
662
|
-
}], greaterThanValidationComparer: [{
|
|
663
|
-
type: Input
|
|
664
|
-
}], lessThanValidationComparer: [{
|
|
665
|
-
type: Input
|
|
666
|
-
}], betweenValidationComparer: [{
|
|
667
|
-
type: Input
|
|
668
|
-
}], notBetweenValidationComparer: [{
|
|
669
|
-
type: Input
|
|
670
|
-
}], equalToValidationComparer: [{
|
|
671
|
-
type: Input
|
|
672
|
-
}], notEqualToValidationComparer: [{
|
|
673
|
-
type: Input
|
|
674
|
-
}], greaterThanOrEqualToValidationComparer: [{
|
|
675
|
-
type: Input
|
|
676
|
-
}], lessThanOrEqualToValidationComparer: [{
|
|
677
|
-
type: Input
|
|
678
|
-
}], validationHintMessage: [{
|
|
679
|
-
type: Input
|
|
680
|
-
}], validationHintTitle: [{
|
|
681
|
-
type: Input
|
|
682
|
-
}], italic: [{
|
|
683
|
-
type: Input
|
|
684
|
-
}], underline: [{
|
|
685
|
-
type: Input
|
|
686
|
-
}], format: [{
|
|
687
|
-
type: Input
|
|
688
|
-
}], fontFamily: [{
|
|
689
|
-
type: Input
|
|
690
|
-
}], fontSize: [{
|
|
691
|
-
type: Input
|
|
692
|
-
}], undo: [{
|
|
693
|
-
type: Input
|
|
694
|
-
}], redo: [{
|
|
695
|
-
type: Input
|
|
696
|
-
}], background: [{
|
|
697
|
-
type: Input
|
|
698
|
-
}], color: [{
|
|
699
|
-
type: Input
|
|
700
|
-
}], gridLines: [{
|
|
701
|
-
type: Input
|
|
702
|
-
}], addColumnLeft: [{
|
|
703
|
-
type: Input
|
|
704
|
-
}], addColumnRight: [{
|
|
705
|
-
type: Input
|
|
706
|
-
}], addRowBelow: [{
|
|
707
|
-
type: Input
|
|
708
|
-
}], addRowAbove: [{
|
|
709
|
-
type: Input
|
|
710
|
-
}], deleteColumn: [{
|
|
711
|
-
type: Input
|
|
712
|
-
}], deleteRow: [{
|
|
713
|
-
type: Input
|
|
714
|
-
}], wrap: [{
|
|
715
|
-
type: Input
|
|
716
|
-
}], align: [{
|
|
717
|
-
type: Input
|
|
718
|
-
}], alignHorizontal: [{
|
|
719
|
-
type: Input
|
|
720
|
-
}], alignVertical: [{
|
|
721
|
-
type: Input
|
|
722
|
-
}], alignLeft: [{
|
|
723
|
-
type: Input
|
|
724
|
-
}], alignCenter: [{
|
|
725
|
-
type: Input
|
|
726
|
-
}], alignRight: [{
|
|
727
|
-
type: Input
|
|
728
|
-
}], alignJustify: [{
|
|
729
|
-
type: Input
|
|
730
|
-
}], alignTop: [{
|
|
731
|
-
type: Input
|
|
732
|
-
}], alignMiddle: [{
|
|
733
|
-
type: Input
|
|
734
|
-
}], alignBottom: [{
|
|
735
|
-
type: Input
|
|
736
|
-
}], dialogApply: [{
|
|
737
|
-
type: Input
|
|
738
|
-
}], dialogCancel: [{
|
|
739
|
-
type: Input
|
|
740
|
-
}], dialogDelete: [{
|
|
741
|
-
type: Input
|
|
742
|
-
}], dialogRename: [{
|
|
743
|
-
type: Input
|
|
744
|
-
}], dialogInsert: [{
|
|
745
|
-
type: Input
|
|
746
|
-
}], dialogRemove: [{
|
|
747
|
-
type: Input
|
|
748
|
-
}], dialogRemoveLink: [{
|
|
749
|
-
type: Input
|
|
750
|
-
}], delete: [{
|
|
751
|
-
type: Input
|
|
752
|
-
}], rename: [{
|
|
753
|
-
type: Input
|
|
754
|
-
}], nameBox: [{
|
|
755
|
-
type: Input
|
|
756
|
-
}], formulaInput: [{
|
|
757
|
-
type: Input
|
|
758
|
-
}], addSheet: [{
|
|
759
|
-
type: Input
|
|
760
|
-
}], sheetsMenu: [{
|
|
761
|
-
type: Input
|
|
762
|
-
}], view: [{
|
|
763
|
-
type: Input
|
|
764
|
-
}], merge: [{
|
|
765
|
-
type: Input
|
|
766
|
-
}], mergeHorizontally: [{
|
|
767
|
-
type: Input
|
|
768
|
-
}], mergeVertically: [{
|
|
769
|
-
type: Input
|
|
770
|
-
}], mergeAll: [{
|
|
771
|
-
type: Input
|
|
772
|
-
}], unmerge: [{
|
|
773
|
-
type: Input
|
|
774
|
-
}], insertLink: [{
|
|
775
|
-
type: Input
|
|
776
|
-
}], increaseDecimal: [{
|
|
777
|
-
type: Input
|
|
778
|
-
}], decreaseDecimal: [{
|
|
779
|
-
type: Input
|
|
780
|
-
}], increaseFontSize: [{
|
|
781
|
-
type: Input
|
|
782
|
-
}], decreaseFontSize: [{
|
|
783
|
-
type: Input
|
|
784
|
-
}], openUnsupported: [{
|
|
785
|
-
type: Input
|
|
786
|
-
}], modifyMerged: [{
|
|
787
|
-
type: Input
|
|
788
|
-
}], cannotModifyDisabled: [{
|
|
789
|
-
type: Input
|
|
790
|
-
}], dialogOk: [{
|
|
791
|
-
type: Input
|
|
792
|
-
}], dialogError: [{
|
|
793
|
-
type: Input
|
|
794
|
-
}], duplicateSheetName: [{
|
|
795
|
-
type: Input
|
|
796
|
-
}], copy: [{
|
|
797
|
-
type: Input
|
|
798
|
-
}], cut: [{
|
|
799
|
-
type: Input
|
|
800
|
-
}], paste: [{
|
|
801
|
-
type: Input
|
|
802
|
-
}], hideRow: [{
|
|
803
|
-
type: Input
|
|
804
|
-
}], unhideRow: [{
|
|
805
|
-
type: Input
|
|
806
|
-
}], hideColumn: [{
|
|
807
|
-
type: Input
|
|
808
|
-
}], unhideColumn: [{
|
|
809
|
-
type: Input
|
|
810
|
-
}], sheetDelete: [{
|
|
811
|
-
type: Input
|
|
812
|
-
}], sheetRename: [{
|
|
813
|
-
type: Input
|
|
814
|
-
}], sheetHide: [{
|
|
815
|
-
type: Input
|
|
816
|
-
}], sheetDuplicate: [{
|
|
817
|
-
type: Input
|
|
818
|
-
}], sheetMoveLeft: [{
|
|
819
|
-
type: Input
|
|
820
|
-
}], sheetMoveRight: [{
|
|
821
|
-
type: Input
|
|
822
|
-
}], invalidNameError: [{
|
|
823
|
-
type: Input
|
|
824
|
-
}], cantSortMixedCells: [{
|
|
825
|
-
type: Input
|
|
826
|
-
}], filterApply: [{
|
|
827
|
-
type: Input
|
|
828
|
-
}], filterClear: [{
|
|
829
|
-
type: Input
|
|
830
|
-
}], filterMenuAll: [{
|
|
831
|
-
type: Input
|
|
832
|
-
}], blankValues: [{
|
|
833
|
-
type: Input
|
|
834
|
-
}], filterContainsOperator: [{
|
|
835
|
-
type: Input
|
|
836
|
-
}], filterNotContainsOperator: [{
|
|
837
|
-
type: Input
|
|
838
|
-
}], filterStartsWithOperator: [{
|
|
839
|
-
type: Input
|
|
840
|
-
}], filterEndsWithOperator: [{
|
|
841
|
-
type: Input
|
|
842
|
-
}], filterMatchesOperator: [{
|
|
843
|
-
type: Input
|
|
844
|
-
}], filterNotMatchesOperator: [{
|
|
845
|
-
type: Input
|
|
846
|
-
}], filterDateEqOperator: [{
|
|
847
|
-
type: Input
|
|
848
|
-
}], filterDateNotEqOperator: [{
|
|
849
|
-
type: Input
|
|
850
|
-
}], filterBeforeOperator: [{
|
|
851
|
-
type: Input
|
|
852
|
-
}], filterAfterOperator: [{
|
|
853
|
-
type: Input
|
|
854
|
-
}], filterEqOperator: [{
|
|
855
|
-
type: Input
|
|
856
|
-
}], filterNotEqOperator: [{
|
|
857
|
-
type: Input
|
|
858
|
-
}], filterGteOperator: [{
|
|
859
|
-
type: Input
|
|
860
|
-
}], filterGtOperator: [{
|
|
861
|
-
type: Input
|
|
862
|
-
}], filterLteOperator: [{
|
|
863
|
-
type: Input
|
|
864
|
-
}], filterLtOperator: [{
|
|
865
|
-
type: Input
|
|
866
|
-
}], filterNoneOperator: [{
|
|
867
|
-
type: Input
|
|
868
|
-
}], filterMenuConditionItem: [{
|
|
869
|
-
type: Input
|
|
870
|
-
}], filterMenuValueItem: [{
|
|
871
|
-
type: Input
|
|
872
|
-
}], sort: [{
|
|
873
|
-
type: Input
|
|
874
|
-
}], sortAsc: [{
|
|
875
|
-
type: Input
|
|
876
|
-
}], sortDesc: [{
|
|
877
|
-
type: Input
|
|
878
|
-
}], unsort: [{
|
|
879
|
-
type: Input
|
|
880
|
-
}], cantSortNullRef: [{
|
|
881
|
-
type: Input
|
|
882
|
-
}], cantSortMultipleSelection: [{
|
|
883
|
-
type: Input
|
|
884
|
-
}] } });
|