q2-tecton-common 1.39.1 → 1.40.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/lib/outlets/tecton-outlet-base.d.ts +8 -0
- package/lib/outlets/tecton-outlet-base.d.ts.map +1 -1
- package/lib/outlets/tecton-outlet-base.js +15 -0
- package/lib/outlets/tecton-outlet-base.js.map +1 -1
- package/lib/types/request.d.ts +16 -0
- package/lib/types/request.d.ts.map +1 -0
- package/lib/types/request.js +2 -0
- package/lib/types/request.js.map +1 -0
- package/lib/utility/default-strings.d.ts +564 -30
- package/lib/utility/default-strings.d.ts.map +1 -1
- package/lib/utility/default-strings.js +598 -64
- package/lib/utility/default-strings.js.map +1 -1
- package/lib/utility/formdata-conversion.d.ts +4 -0
- package/lib/utility/formdata-conversion.d.ts.map +1 -0
- package/lib/utility/formdata-conversion.js +19 -0
- package/lib/utility/formdata-conversion.js.map +1 -0
- package/package.json +11 -12
@@ -111,6 +111,7 @@ declare const _default: {
|
|
111
111
|
'tecton.element.pagination.goToLastPage': string;
|
112
112
|
'tecton.element.pagination.goToPage': string;
|
113
113
|
'tecton.element.pagination.goToPages': string;
|
114
|
+
'tecton.element.pagination.goToRecords': string;
|
114
115
|
'tecton.element.pill.active': string;
|
115
116
|
'tecton.element.pill.activeCount': string;
|
116
117
|
'tecton.element.pill.clearSelection': string;
|
@@ -133,19 +134,412 @@ declare const _default: {
|
|
133
134
|
'tecton.element.tab.pane.info': string;
|
134
135
|
};
|
135
136
|
'es-MX': {
|
137
|
+
'tecton.element.calendar.close': string;
|
138
|
+
'tecton.element.calendar.previousMonth': string;
|
139
|
+
'tecton.element.calendar.nextMonth': string;
|
140
|
+
'tecton.element.calendar.previousYear': string;
|
141
|
+
'tecton.element.calendar.nextYear': string;
|
142
|
+
'tecton.element.calendar.today': string;
|
143
|
+
'tecton.element.calendar.days.Sunday': string;
|
144
|
+
'tecton.element.calendar.days.Monday': string;
|
145
|
+
'tecton.element.calendar.days.Tuesday': string;
|
146
|
+
'tecton.element.calendar.days.Wednesday': string;
|
147
|
+
'tecton.element.calendar.days.Thursday': string;
|
148
|
+
'tecton.element.calendar.days.Friday': string;
|
149
|
+
'tecton.element.calendar.days.Saturday': string;
|
150
|
+
'tecton.element.calendar.days.short.Sunday': string;
|
151
|
+
'tecton.element.calendar.days.short.Monday': string;
|
152
|
+
'tecton.element.calendar.days.short.Tuesday': string;
|
153
|
+
'tecton.element.calendar.days.short.Wednesday': string;
|
154
|
+
'tecton.element.calendar.days.short.Thursday': string;
|
155
|
+
'tecton.element.calendar.days.short.Friday': string;
|
156
|
+
'tecton.element.calendar.days.short.Saturday': string;
|
157
|
+
'tecton.element.calendar.months.January': string;
|
158
|
+
'tecton.element.calendar.months.February': string;
|
159
|
+
'tecton.element.calendar.months.March': string;
|
160
|
+
'tecton.element.calendar.months.April': string;
|
161
|
+
'tecton.element.calendar.months.May': string;
|
162
|
+
'tecton.element.calendar.months.June': string;
|
163
|
+
'tecton.element.calendar.months.July': string;
|
164
|
+
'tecton.element.calendar.months.August': string;
|
165
|
+
'tecton.element.calendar.months.September': string;
|
166
|
+
'tecton.element.calendar.months.October': string;
|
167
|
+
'tecton.element.calendar.months.November': string;
|
168
|
+
'tecton.element.calendar.months.December': string;
|
169
|
+
'tecton.element.input.clear': string;
|
170
|
+
'tecton.element.input.optional': string;
|
171
|
+
'tecton.element.editableField.save': string;
|
172
|
+
'tecton.element.editableField.cancel': string;
|
173
|
+
'tecton.element.editableField.edit': string;
|
174
|
+
'tecton.element.select.multiHeader.showing': string;
|
175
|
+
'tecton.element.select.multiHeader.all': string;
|
176
|
+
'tecton.element.select.multiHeader.selected': string;
|
177
|
+
'tecton.element.actionSheet.close': string;
|
178
|
+
'tecton.element.actionSheet.done': string;
|
179
|
+
'tecton.element.calendar.invalid': string;
|
180
|
+
'tecton.element.calendar.selected': string;
|
181
|
+
'tecton.element.calendar.dialogLabel': string;
|
182
|
+
'tecton.element.calendar.year': string;
|
183
|
+
'tecton.element.calendar.month': string;
|
184
|
+
'tecton.element.calendar.months.abbr.January': string;
|
185
|
+
'tecton.element.calendar.months.abbr.February': string;
|
186
|
+
'tecton.element.calendar.months.abbr.March': string;
|
187
|
+
'tecton.element.calendar.months.abbr.April': string;
|
188
|
+
'tecton.element.calendar.months.abbr.May': string;
|
189
|
+
'tecton.element.calendar.months.abbr.June': string;
|
190
|
+
'tecton.element.calendar.months.abbr.July': string;
|
191
|
+
'tecton.element.calendar.months.abbr.August': string;
|
192
|
+
'tecton.element.calendar.months.abbr.September': string;
|
193
|
+
'tecton.element.calendar.months.abbr.October': string;
|
194
|
+
'tecton.element.calendar.months.abbr.November': string;
|
195
|
+
'tecton.element.calendar.months.abbr.December': string;
|
196
|
+
'tecton.element.calendar.toggleAriaLabel': string;
|
197
|
+
'tecton.element.calendar.hint.format': string;
|
198
|
+
'tecton.element.calendar.hint.select': string;
|
199
|
+
'tecton.element.calendar.hint.selection': string;
|
200
|
+
'tecton.element.calendar.hint.incompleteEntry': string;
|
201
|
+
'tecton.element.calendar.hint.invalidDate': string;
|
202
|
+
'tecton.element.calendar.hint.notAvailableDate': string;
|
203
|
+
'tecton.element.chartDonut.button.summaryName': string;
|
204
|
+
'tecton.element.chartDonut.button.description': string;
|
205
|
+
'tecton.element.chartDonut.button.roleDescription': string;
|
206
|
+
'tecton.element.checkboxGroup.error': string;
|
207
|
+
'tecton.element.dataTable.booleanTrue': string;
|
208
|
+
'tecton.element.dataTable.booleanFalse': string;
|
209
|
+
'tecton.element.dataTable.toggleRow': string;
|
210
|
+
'tecton.element.dataTable.dropdown': string;
|
211
|
+
'tecton.element.dataTable.selectRow': string;
|
212
|
+
'tecton.element.dataTable.clickRow': string;
|
213
|
+
'tecton.element.dataTable.selectAllRows': string;
|
214
|
+
'tecton.element.dataTable.sortedAscending': string;
|
215
|
+
'tecton.element.dataTable.sortedDescending': string;
|
216
|
+
'tecton.element.dataTable.clickToSort': string;
|
217
|
+
'tecton.element.input.readonly': string;
|
218
|
+
'tecton.element.input.toggle.show': string;
|
219
|
+
'tecton.element.input.toggle.hide': string;
|
220
|
+
'tecton.element.loading.ariaLabel': string;
|
221
|
+
'tecton.element.option.label': string;
|
222
|
+
'tecton.element.optionList.label': string;
|
223
|
+
'tecton.element.optionList.optionCount': string;
|
224
|
+
'tecton.element.pill.active': string;
|
225
|
+
'tecton.element.pill.activeCount': string;
|
226
|
+
'tecton.element.pill.clearSelection': string;
|
227
|
+
'tecton.element.select.invalid': string;
|
228
|
+
'tecton.element.select.listLabel': string;
|
229
|
+
'tecton.element.select.selected': string;
|
230
|
+
'tecton.element.select.multiHeader.showingAriaLabel': string;
|
231
|
+
'tecton.element.select.multiHeader.allAriaLabel': string;
|
232
|
+
'tecton.element.select.multiHeader.selectedAriaLabel': string;
|
233
|
+
'tecton.element.select.searchable.results': string;
|
234
|
+
'tecton.element.select.allOptions': string;
|
235
|
+
'tecton.element.dropdown.itemCount': string;
|
236
|
+
'tecton.element.dropdownItem.remove': string;
|
237
|
+
'tecton.element.carousel.ariaLabel': string;
|
238
|
+
'tecton.element.carousel.tabWrapperLabel': string;
|
239
|
+
'tecton.element.carousel.currentSlideAnnouncement': string;
|
240
|
+
'tecton.element.carousel.previousItemLabel': string;
|
241
|
+
'tecton.element.carousel.nextItemLabel': string;
|
242
|
+
'tecton.element.carousel.insufficientPanesMessageHeader': string;
|
243
|
+
'tecton.element.carousel.pausePlayLabel': string;
|
244
|
+
'tecton.element.carousel.resumePlayLabel': string;
|
245
|
+
'tecton.element.carousel.insufficientPanesMessageBody': string;
|
246
|
+
'tecton.element.carousel.itemDescription': string;
|
247
|
+
'tecton.element.pagination.title': string;
|
248
|
+
'tecton.element.pagination.defaultRecordType': string;
|
249
|
+
'tecton.element.pagination.description': string;
|
250
|
+
'tecton.element.pagination.pages': string;
|
251
|
+
'tecton.element.pagination.page': string;
|
252
|
+
'tecton.element.pagination.ofPages': string;
|
253
|
+
'tecton.element.pagination.goToFirstPage': string;
|
254
|
+
'tecton.element.pagination.goToLastPage': string;
|
255
|
+
'tecton.element.pagination.goToPage': string;
|
256
|
+
'tecton.element.pagination.goToPages': string;
|
257
|
+
'tecton.element.pagination.goToRecords': string;
|
258
|
+
'tecton.element.section.defaultToggleLabel': string;
|
259
|
+
'tecton.element.tab.pane.new': string;
|
260
|
+
'tecton.element.tab.pane.alert': string;
|
261
|
+
'tecton.element.tab.pane.warning': string;
|
262
|
+
'tecton.element.tab.pane.success': string;
|
263
|
+
'tecton.element.tab.pane.info': string;
|
264
|
+
'tecton.element.message.type.danger': string;
|
265
|
+
'tecton.element.message.type.error': string;
|
266
|
+
'tecton.element.message.type.info': string;
|
267
|
+
'tecton.element.message.type.success': string;
|
268
|
+
'tecton.element.message.type.warning': string;
|
269
|
+
};
|
270
|
+
'pt-BR': {
|
271
|
+
'tecton.element.calendar.close': string;
|
272
|
+
'tecton.element.calendar.previousMonth': string;
|
273
|
+
'tecton.element.calendar.nextMonth': string;
|
274
|
+
'tecton.element.calendar.previousYear': string;
|
275
|
+
'tecton.element.calendar.nextYear': string;
|
276
|
+
'tecton.element.calendar.today': string;
|
277
|
+
'tecton.element.calendar.days.Sunday': string;
|
278
|
+
'tecton.element.calendar.days.Monday': string;
|
279
|
+
'tecton.element.calendar.days.Tuesday': string;
|
280
|
+
'tecton.element.calendar.days.Wednesday': string;
|
281
|
+
'tecton.element.calendar.days.Thursday': string;
|
282
|
+
'tecton.element.calendar.days.Friday': string;
|
283
|
+
'tecton.element.calendar.days.Saturday': string;
|
284
|
+
'tecton.element.calendar.days.short.Sunday': string;
|
285
|
+
'tecton.element.calendar.days.short.Monday': string;
|
286
|
+
'tecton.element.calendar.days.short.Tuesday': string;
|
287
|
+
'tecton.element.calendar.days.short.Wednesday': string;
|
288
|
+
'tecton.element.calendar.days.short.Thursday': string;
|
289
|
+
'tecton.element.calendar.days.short.Friday': string;
|
290
|
+
'tecton.element.calendar.days.short.Saturday': string;
|
291
|
+
'tecton.element.calendar.months.January': string;
|
292
|
+
'tecton.element.calendar.months.February': string;
|
293
|
+
'tecton.element.calendar.months.March': string;
|
294
|
+
'tecton.element.calendar.months.April': string;
|
295
|
+
'tecton.element.calendar.months.May': string;
|
296
|
+
'tecton.element.calendar.months.June': string;
|
297
|
+
'tecton.element.calendar.months.July': string;
|
298
|
+
'tecton.element.calendar.months.August': string;
|
299
|
+
'tecton.element.calendar.months.September': string;
|
300
|
+
'tecton.element.calendar.months.October': string;
|
301
|
+
'tecton.element.calendar.months.November': string;
|
302
|
+
'tecton.element.calendar.months.December': string;
|
303
|
+
'tecton.element.input.clear': string;
|
304
|
+
'tecton.element.input.optional': string;
|
305
|
+
'tecton.element.editableField.save': string;
|
306
|
+
'tecton.element.editableField.cancel': string;
|
307
|
+
'tecton.element.editableField.edit': string;
|
308
|
+
'tecton.element.select.multiHeader.showing': string;
|
309
|
+
'tecton.element.select.multiHeader.all': string;
|
310
|
+
'tecton.element.select.multiHeader.selected': string;
|
311
|
+
'tecton.element.pagination.description': string;
|
312
|
+
'tecton.element.actionSheet.close': string;
|
313
|
+
'tecton.element.actionSheet.done': string;
|
314
|
+
'tecton.element.calendar.invalid': string;
|
315
|
+
'tecton.element.calendar.selected': string;
|
316
|
+
'tecton.element.calendar.dialogLabel': string;
|
317
|
+
'tecton.element.calendar.year': string;
|
318
|
+
'tecton.element.calendar.month': string;
|
319
|
+
'tecton.element.calendar.months.abbr.January': string;
|
320
|
+
'tecton.element.calendar.months.abbr.February': string;
|
321
|
+
'tecton.element.calendar.months.abbr.March': string;
|
322
|
+
'tecton.element.calendar.months.abbr.April': string;
|
323
|
+
'tecton.element.calendar.months.abbr.May': string;
|
324
|
+
'tecton.element.calendar.months.abbr.June': string;
|
325
|
+
'tecton.element.calendar.months.abbr.July': string;
|
326
|
+
'tecton.element.calendar.months.abbr.August': string;
|
327
|
+
'tecton.element.calendar.months.abbr.September': string;
|
328
|
+
'tecton.element.calendar.months.abbr.October': string;
|
329
|
+
'tecton.element.calendar.months.abbr.November': string;
|
330
|
+
'tecton.element.calendar.months.abbr.December': string;
|
331
|
+
'tecton.element.calendar.toggleAriaLabel': string;
|
332
|
+
'tecton.element.calendar.hint.format': string;
|
333
|
+
'tecton.element.calendar.hint.select': string;
|
334
|
+
'tecton.element.calendar.hint.selection': string;
|
335
|
+
'tecton.element.calendar.hint.incompleteEntry': string;
|
336
|
+
'tecton.element.calendar.hint.invalidDate': string;
|
337
|
+
'tecton.element.calendar.hint.notAvailableDate': string;
|
338
|
+
'tecton.element.chartDonut.button.summaryName': string;
|
339
|
+
'tecton.element.chartDonut.button.description': string;
|
340
|
+
'tecton.element.chartDonut.button.roleDescription': string;
|
341
|
+
'tecton.element.checkboxGroup.error': string;
|
342
|
+
'tecton.element.dataTable.booleanTrue': string;
|
343
|
+
'tecton.element.dataTable.booleanFalse': string;
|
344
|
+
'tecton.element.dataTable.toggleRow': string;
|
345
|
+
'tecton.element.dataTable.dropdown': string;
|
346
|
+
'tecton.element.dataTable.selectRow': string;
|
347
|
+
'tecton.element.dataTable.clickRow': string;
|
348
|
+
'tecton.element.dataTable.selectAllRows': string;
|
349
|
+
'tecton.element.dataTable.sortedAscending': string;
|
350
|
+
'tecton.element.dataTable.sortedDescending': string;
|
351
|
+
'tecton.element.dataTable.clickToSort': string;
|
352
|
+
'tecton.element.input.readonly': string;
|
353
|
+
'tecton.element.input.toggle.show': string;
|
354
|
+
'tecton.element.input.toggle.hide': string;
|
355
|
+
'tecton.element.loading.ariaLabel': string;
|
356
|
+
'tecton.element.option.label': string;
|
357
|
+
'tecton.element.optionList.label': string;
|
358
|
+
'tecton.element.optionList.optionCount': string;
|
359
|
+
'tecton.element.pill.active': string;
|
360
|
+
'tecton.element.pill.activeCount': string;
|
361
|
+
'tecton.element.pill.clearSelection': string;
|
362
|
+
'tecton.element.select.invalid': string;
|
363
|
+
'tecton.element.select.listLabel': string;
|
364
|
+
'tecton.element.select.selected': string;
|
365
|
+
'tecton.element.select.multiHeader.showingAriaLabel': string;
|
366
|
+
'tecton.element.select.multiHeader.allAriaLabel': string;
|
367
|
+
'tecton.element.select.multiHeader.selectedAriaLabel': string;
|
368
|
+
'tecton.element.select.searchable.results': string;
|
369
|
+
'tecton.element.select.allOptions': string;
|
370
|
+
'tecton.element.dropdown.itemCount': string;
|
371
|
+
'tecton.element.dropdownItem.remove': string;
|
372
|
+
'tecton.element.carousel.ariaLabel': string;
|
373
|
+
'tecton.element.carousel.tabWrapperLabel': string;
|
374
|
+
'tecton.element.carousel.currentSlideAnnouncement': string;
|
375
|
+
'tecton.element.carousel.previousItemLabel': string;
|
376
|
+
'tecton.element.carousel.nextItemLabel': string;
|
377
|
+
'tecton.element.carousel.insufficientPanesMessageHeader': string;
|
378
|
+
'tecton.element.carousel.pausePlayLabel': string;
|
379
|
+
'tecton.element.carousel.resumePlayLabel': string;
|
380
|
+
'tecton.element.carousel.insufficientPanesMessageBody': string;
|
381
|
+
'tecton.element.carousel.itemDescription': string;
|
382
|
+
'tecton.element.pagination.title': string;
|
383
|
+
'tecton.element.pagination.defaultRecordType': string;
|
384
|
+
'tecton.element.pagination.pages': string;
|
385
|
+
'tecton.element.pagination.page': string;
|
386
|
+
'tecton.element.pagination.ofPages': string;
|
387
|
+
'tecton.element.pagination.goToFirstPage': string;
|
388
|
+
'tecton.element.pagination.goToLastPage': string;
|
389
|
+
'tecton.element.pagination.goToPage': string;
|
390
|
+
'tecton.element.pagination.goToPages': string;
|
391
|
+
'tecton.element.tab.pane.new': string;
|
392
|
+
'tecton.element.tab.pane.alert': string;
|
393
|
+
'tecton.element.tab.pane.warning': string;
|
394
|
+
'tecton.element.tab.pane.success': string;
|
395
|
+
'tecton.element.tab.pane.info': string;
|
396
|
+
'tecton.element.section.defaultToggleLabel': string;
|
397
|
+
'tecton.element.message.type.danger': string;
|
398
|
+
'tecton.element.message.type.error': string;
|
399
|
+
'tecton.element.message.type.info': string;
|
400
|
+
'tecton.element.message.type.success': string;
|
401
|
+
'tecton.element.message.type.warning': string;
|
402
|
+
};
|
403
|
+
'zh-CN': {
|
404
|
+
'tecton.element.calendar.close': string;
|
405
|
+
'tecton.element.calendar.previousMonth': string;
|
406
|
+
'tecton.element.calendar.nextMonth': string;
|
407
|
+
'tecton.element.calendar.previousYear': string;
|
408
|
+
'tecton.element.calendar.nextYear': string;
|
409
|
+
'tecton.element.calendar.today': string;
|
410
|
+
'tecton.element.calendar.days.Sunday': string;
|
411
|
+
'tecton.element.calendar.days.Monday': string;
|
412
|
+
'tecton.element.calendar.days.Tuesday': string;
|
413
|
+
'tecton.element.calendar.days.Wednesday': string;
|
414
|
+
'tecton.element.calendar.days.Thursday': string;
|
415
|
+
'tecton.element.calendar.days.Friday': string;
|
416
|
+
'tecton.element.calendar.days.Saturday': string;
|
417
|
+
'tecton.element.calendar.days.short.Sunday': string;
|
418
|
+
'tecton.element.calendar.days.short.Monday': string;
|
419
|
+
'tecton.element.calendar.days.short.Tuesday': string;
|
420
|
+
'tecton.element.calendar.days.short.Wednesday': string;
|
421
|
+
'tecton.element.calendar.days.short.Thursday': string;
|
422
|
+
'tecton.element.calendar.days.short.Friday': string;
|
423
|
+
'tecton.element.calendar.days.short.Saturday': string;
|
424
|
+
'tecton.element.calendar.months.January': string;
|
425
|
+
'tecton.element.calendar.months.February': string;
|
426
|
+
'tecton.element.calendar.months.March': string;
|
427
|
+
'tecton.element.calendar.months.April': string;
|
428
|
+
'tecton.element.calendar.months.May': string;
|
429
|
+
'tecton.element.calendar.months.June': string;
|
430
|
+
'tecton.element.calendar.months.July': string;
|
431
|
+
'tecton.element.calendar.months.August': string;
|
432
|
+
'tecton.element.calendar.months.September': string;
|
433
|
+
'tecton.element.calendar.months.October': string;
|
434
|
+
'tecton.element.calendar.months.November': string;
|
435
|
+
'tecton.element.calendar.months.December': string;
|
436
|
+
'tecton.element.input.clear': string;
|
437
|
+
'tecton.element.input.optional': string;
|
438
|
+
'tecton.element.editableField.save': string;
|
439
|
+
'tecton.element.editableField.cancel': string;
|
440
|
+
'tecton.element.editableField.edit': string;
|
441
|
+
'tecton.element.select.multiHeader.showing': string;
|
442
|
+
'tecton.element.select.multiHeader.all': string;
|
443
|
+
'tecton.element.select.multiHeader.selected': string;
|
444
|
+
'tecton.element.pagination.description': string;
|
136
445
|
'tecton.element.actionSheet.close': string;
|
137
446
|
'tecton.element.actionSheet.done': string;
|
138
447
|
'tecton.element.calendar.invalid': string;
|
448
|
+
'tecton.element.calendar.selected': string;
|
449
|
+
'tecton.element.calendar.dialogLabel': string;
|
450
|
+
'tecton.element.calendar.year': string;
|
451
|
+
'tecton.element.calendar.month': string;
|
452
|
+
'tecton.element.calendar.months.abbr.January': string;
|
453
|
+
'tecton.element.calendar.months.abbr.February': string;
|
454
|
+
'tecton.element.calendar.months.abbr.March': string;
|
455
|
+
'tecton.element.calendar.months.abbr.April': string;
|
456
|
+
'tecton.element.calendar.months.abbr.May': string;
|
457
|
+
'tecton.element.calendar.months.abbr.June': string;
|
458
|
+
'tecton.element.calendar.months.abbr.July': string;
|
459
|
+
'tecton.element.calendar.months.abbr.August': string;
|
460
|
+
'tecton.element.calendar.months.abbr.September': string;
|
461
|
+
'tecton.element.calendar.months.abbr.October': string;
|
462
|
+
'tecton.element.calendar.months.abbr.November': string;
|
463
|
+
'tecton.element.calendar.months.abbr.December': string;
|
464
|
+
'tecton.element.calendar.toggleAriaLabel': string;
|
465
|
+
'tecton.element.calendar.hint.format': string;
|
466
|
+
'tecton.element.calendar.hint.select': string;
|
467
|
+
'tecton.element.calendar.hint.selection': string;
|
468
|
+
'tecton.element.calendar.hint.incompleteEntry': string;
|
469
|
+
'tecton.element.calendar.hint.invalidDate': string;
|
470
|
+
'tecton.element.calendar.hint.notAvailableDate': string;
|
471
|
+
'tecton.element.chartDonut.button.summaryName': string;
|
472
|
+
'tecton.element.chartDonut.button.description': string;
|
473
|
+
'tecton.element.chartDonut.button.roleDescription': string;
|
474
|
+
'tecton.element.checkboxGroup.error': string;
|
475
|
+
'tecton.element.dataTable.booleanTrue': string;
|
476
|
+
'tecton.element.dataTable.booleanFalse': string;
|
477
|
+
'tecton.element.dataTable.toggleRow': string;
|
478
|
+
'tecton.element.dataTable.dropdown': string;
|
479
|
+
'tecton.element.dataTable.selectRow': string;
|
480
|
+
'tecton.element.dataTable.clickRow': string;
|
481
|
+
'tecton.element.dataTable.selectAllRows': string;
|
482
|
+
'tecton.element.dataTable.sortedAscending': string;
|
483
|
+
'tecton.element.dataTable.sortedDescending': string;
|
484
|
+
'tecton.element.dataTable.clickToSort': string;
|
485
|
+
'tecton.element.input.readonly': string;
|
486
|
+
'tecton.element.input.toggle.show': string;
|
487
|
+
'tecton.element.input.toggle.hide': string;
|
488
|
+
'tecton.element.loading.ariaLabel': string;
|
489
|
+
'tecton.element.option.label': string;
|
490
|
+
'tecton.element.optionList.label': string;
|
491
|
+
'tecton.element.optionList.optionCount': string;
|
492
|
+
'tecton.element.pill.active': string;
|
493
|
+
'tecton.element.pill.activeCount': string;
|
494
|
+
'tecton.element.pill.clearSelection': string;
|
495
|
+
'tecton.element.select.invalid': string;
|
496
|
+
'tecton.element.select.listLabel': string;
|
497
|
+
'tecton.element.select.selected': string;
|
498
|
+
'tecton.element.select.multiHeader.showingAriaLabel': string;
|
499
|
+
'tecton.element.select.multiHeader.allAriaLabel': string;
|
500
|
+
'tecton.element.select.multiHeader.selectedAriaLabel': string;
|
501
|
+
'tecton.element.select.searchable.results': string;
|
502
|
+
'tecton.element.select.allOptions': string;
|
503
|
+
'tecton.element.dropdown.itemCount': string;
|
504
|
+
'tecton.element.dropdownItem.remove': string;
|
505
|
+
'tecton.element.carousel.ariaLabel': string;
|
506
|
+
'tecton.element.carousel.tabWrapperLabel': string;
|
507
|
+
'tecton.element.carousel.currentSlideAnnouncement': string;
|
508
|
+
'tecton.element.carousel.previousItemLabel': string;
|
509
|
+
'tecton.element.carousel.nextItemLabel': string;
|
510
|
+
'tecton.element.carousel.insufficientPanesMessageHeader': string;
|
511
|
+
'tecton.element.carousel.pausePlayLabel': string;
|
512
|
+
'tecton.element.carousel.resumePlayLabel': string;
|
513
|
+
'tecton.element.carousel.insufficientPanesMessageBody': string;
|
514
|
+
'tecton.element.carousel.itemDescription': string;
|
515
|
+
'tecton.element.pagination.title': string;
|
516
|
+
'tecton.element.pagination.defaultRecordType': string;
|
517
|
+
'tecton.element.pagination.pages': string;
|
518
|
+
'tecton.element.pagination.page': string;
|
519
|
+
'tecton.element.pagination.ofPages': string;
|
520
|
+
'tecton.element.pagination.goToFirstPage': string;
|
521
|
+
'tecton.element.pagination.goToLastPage': string;
|
522
|
+
'tecton.element.pagination.goToPage': string;
|
523
|
+
'tecton.element.pagination.goToPages': string;
|
524
|
+
'tecton.element.tab.pane.new': string;
|
525
|
+
'tecton.element.tab.pane.alert': string;
|
526
|
+
'tecton.element.tab.pane.warning': string;
|
527
|
+
'tecton.element.tab.pane.success': string;
|
528
|
+
'tecton.element.tab.pane.info': string;
|
529
|
+
'tecton.element.section.defaultToggleLabel': string;
|
530
|
+
'tecton.element.message.type.danger': string;
|
531
|
+
'tecton.element.message.type.error': string;
|
532
|
+
'tecton.element.message.type.info': string;
|
533
|
+
'tecton.element.message.type.success': string;
|
534
|
+
'tecton.element.message.type.warning': string;
|
535
|
+
};
|
536
|
+
'zh-HK': {
|
139
537
|
'tecton.element.calendar.close': string;
|
140
|
-
'tecton.element.calendar.selected': string;
|
141
|
-
'tecton.element.calendar.dialogLabel': string;
|
142
538
|
'tecton.element.calendar.previousMonth': string;
|
143
539
|
'tecton.element.calendar.nextMonth': string;
|
144
540
|
'tecton.element.calendar.previousYear': string;
|
145
541
|
'tecton.element.calendar.nextYear': string;
|
146
542
|
'tecton.element.calendar.today': string;
|
147
|
-
'tecton.element.calendar.year': string;
|
148
|
-
'tecton.element.calendar.month': string;
|
149
543
|
'tecton.element.calendar.days.Sunday': string;
|
150
544
|
'tecton.element.calendar.days.Monday': string;
|
151
545
|
'tecton.element.calendar.days.Tuesday': string;
|
@@ -172,6 +566,22 @@ declare const _default: {
|
|
172
566
|
'tecton.element.calendar.months.October': string;
|
173
567
|
'tecton.element.calendar.months.November': string;
|
174
568
|
'tecton.element.calendar.months.December': string;
|
569
|
+
'tecton.element.input.clear': string;
|
570
|
+
'tecton.element.input.optional': string;
|
571
|
+
'tecton.element.editableField.save': string;
|
572
|
+
'tecton.element.editableField.cancel': string;
|
573
|
+
'tecton.element.editableField.edit': string;
|
574
|
+
'tecton.element.select.multiHeader.showing': string;
|
575
|
+
'tecton.element.select.multiHeader.all': string;
|
576
|
+
'tecton.element.select.multiHeader.selected': string;
|
577
|
+
'tecton.element.pagination.description': string;
|
578
|
+
'tecton.element.actionSheet.close': string;
|
579
|
+
'tecton.element.actionSheet.done': string;
|
580
|
+
'tecton.element.calendar.invalid': string;
|
581
|
+
'tecton.element.calendar.selected': string;
|
582
|
+
'tecton.element.calendar.dialogLabel': string;
|
583
|
+
'tecton.element.calendar.year': string;
|
584
|
+
'tecton.element.calendar.month': string;
|
175
585
|
'tecton.element.calendar.months.abbr.January': string;
|
176
586
|
'tecton.element.calendar.months.abbr.February': string;
|
177
587
|
'tecton.element.calendar.months.abbr.March': string;
|
@@ -191,6 +601,40 @@ declare const _default: {
|
|
191
601
|
'tecton.element.calendar.hint.incompleteEntry': string;
|
192
602
|
'tecton.element.calendar.hint.invalidDate': string;
|
193
603
|
'tecton.element.calendar.hint.notAvailableDate': string;
|
604
|
+
'tecton.element.chartDonut.button.summaryName': string;
|
605
|
+
'tecton.element.chartDonut.button.description': string;
|
606
|
+
'tecton.element.chartDonut.button.roleDescription': string;
|
607
|
+
'tecton.element.checkboxGroup.error': string;
|
608
|
+
'tecton.element.dataTable.booleanTrue': string;
|
609
|
+
'tecton.element.dataTable.booleanFalse': string;
|
610
|
+
'tecton.element.dataTable.toggleRow': string;
|
611
|
+
'tecton.element.dataTable.dropdown': string;
|
612
|
+
'tecton.element.dataTable.selectRow': string;
|
613
|
+
'tecton.element.dataTable.clickRow': string;
|
614
|
+
'tecton.element.dataTable.selectAllRows': string;
|
615
|
+
'tecton.element.dataTable.sortedAscending': string;
|
616
|
+
'tecton.element.dataTable.sortedDescending': string;
|
617
|
+
'tecton.element.dataTable.clickToSort': string;
|
618
|
+
'tecton.element.input.readonly': string;
|
619
|
+
'tecton.element.input.toggle.show': string;
|
620
|
+
'tecton.element.input.toggle.hide': string;
|
621
|
+
'tecton.element.loading.ariaLabel': string;
|
622
|
+
'tecton.element.option.label': string;
|
623
|
+
'tecton.element.optionList.label': string;
|
624
|
+
'tecton.element.optionList.optionCount': string;
|
625
|
+
'tecton.element.pill.active': string;
|
626
|
+
'tecton.element.pill.activeCount': string;
|
627
|
+
'tecton.element.pill.clearSelection': string;
|
628
|
+
'tecton.element.select.invalid': string;
|
629
|
+
'tecton.element.select.listLabel': string;
|
630
|
+
'tecton.element.select.selected': string;
|
631
|
+
'tecton.element.select.multiHeader.showingAriaLabel': string;
|
632
|
+
'tecton.element.select.multiHeader.allAriaLabel': string;
|
633
|
+
'tecton.element.select.multiHeader.selectedAriaLabel': string;
|
634
|
+
'tecton.element.select.searchable.results': string;
|
635
|
+
'tecton.element.select.allOptions': string;
|
636
|
+
'tecton.element.dropdown.itemCount': string;
|
637
|
+
'tecton.element.dropdownItem.remove': string;
|
194
638
|
'tecton.element.carousel.ariaLabel': string;
|
195
639
|
'tecton.element.carousel.tabWrapperLabel': string;
|
196
640
|
'tecton.element.carousel.currentSlideAnnouncement': string;
|
@@ -201,6 +645,95 @@ declare const _default: {
|
|
201
645
|
'tecton.element.carousel.resumePlayLabel': string;
|
202
646
|
'tecton.element.carousel.insufficientPanesMessageBody': string;
|
203
647
|
'tecton.element.carousel.itemDescription': string;
|
648
|
+
'tecton.element.pagination.title': string;
|
649
|
+
'tecton.element.pagination.defaultRecordType': string;
|
650
|
+
'tecton.element.pagination.pages': string;
|
651
|
+
'tecton.element.pagination.page': string;
|
652
|
+
'tecton.element.pagination.ofPages': string;
|
653
|
+
'tecton.element.pagination.goToFirstPage': string;
|
654
|
+
'tecton.element.pagination.goToLastPage': string;
|
655
|
+
'tecton.element.pagination.goToPage': string;
|
656
|
+
'tecton.element.pagination.goToPages': string;
|
657
|
+
'tecton.element.tab.pane.new': string;
|
658
|
+
'tecton.element.tab.pane.alert': string;
|
659
|
+
'tecton.element.tab.pane.warning': string;
|
660
|
+
'tecton.element.tab.pane.success': string;
|
661
|
+
'tecton.element.tab.pane.info': string;
|
662
|
+
'tecton.element.section.defaultToggleLabel': string;
|
663
|
+
'tecton.element.message.type.danger': string;
|
664
|
+
'tecton.element.message.type.error': string;
|
665
|
+
'tecton.element.message.type.info': string;
|
666
|
+
'tecton.element.message.type.success': string;
|
667
|
+
'tecton.element.message.type.warning': string;
|
668
|
+
};
|
669
|
+
'zh-TW': {
|
670
|
+
'tecton.element.calendar.close': string;
|
671
|
+
'tecton.element.calendar.previousMonth': string;
|
672
|
+
'tecton.element.calendar.nextMonth': string;
|
673
|
+
'tecton.element.calendar.previousYear': string;
|
674
|
+
'tecton.element.calendar.nextYear': string;
|
675
|
+
'tecton.element.calendar.today': string;
|
676
|
+
'tecton.element.calendar.days.Sunday': string;
|
677
|
+
'tecton.element.calendar.days.Monday': string;
|
678
|
+
'tecton.element.calendar.days.Tuesday': string;
|
679
|
+
'tecton.element.calendar.days.Wednesday': string;
|
680
|
+
'tecton.element.calendar.days.Thursday': string;
|
681
|
+
'tecton.element.calendar.days.Friday': string;
|
682
|
+
'tecton.element.calendar.days.Saturday': string;
|
683
|
+
'tecton.element.calendar.days.short.Sunday': string;
|
684
|
+
'tecton.element.calendar.days.short.Monday': string;
|
685
|
+
'tecton.element.calendar.days.short.Tuesday': string;
|
686
|
+
'tecton.element.calendar.days.short.Wednesday': string;
|
687
|
+
'tecton.element.calendar.days.short.Thursday': string;
|
688
|
+
'tecton.element.calendar.days.short.Friday': string;
|
689
|
+
'tecton.element.calendar.days.short.Saturday': string;
|
690
|
+
'tecton.element.calendar.months.January': string;
|
691
|
+
'tecton.element.calendar.months.February': string;
|
692
|
+
'tecton.element.calendar.months.March': string;
|
693
|
+
'tecton.element.calendar.months.April': string;
|
694
|
+
'tecton.element.calendar.months.May': string;
|
695
|
+
'tecton.element.calendar.months.June': string;
|
696
|
+
'tecton.element.calendar.months.July': string;
|
697
|
+
'tecton.element.calendar.months.August': string;
|
698
|
+
'tecton.element.calendar.months.September': string;
|
699
|
+
'tecton.element.calendar.months.October': string;
|
700
|
+
'tecton.element.calendar.months.November': string;
|
701
|
+
'tecton.element.calendar.months.December': string;
|
702
|
+
'tecton.element.input.clear': string;
|
703
|
+
'tecton.element.input.optional': string;
|
704
|
+
'tecton.element.editableField.save': string;
|
705
|
+
'tecton.element.editableField.cancel': string;
|
706
|
+
'tecton.element.editableField.edit': string;
|
707
|
+
'tecton.element.select.multiHeader.showing': string;
|
708
|
+
'tecton.element.select.multiHeader.all': string;
|
709
|
+
'tecton.element.select.multiHeader.selected': string;
|
710
|
+
'tecton.element.pagination.description': string;
|
711
|
+
'tecton.element.actionSheet.close': string;
|
712
|
+
'tecton.element.actionSheet.done': string;
|
713
|
+
'tecton.element.calendar.invalid': string;
|
714
|
+
'tecton.element.calendar.selected': string;
|
715
|
+
'tecton.element.calendar.dialogLabel': string;
|
716
|
+
'tecton.element.calendar.year': string;
|
717
|
+
'tecton.element.calendar.month': string;
|
718
|
+
'tecton.element.calendar.months.abbr.January': string;
|
719
|
+
'tecton.element.calendar.months.abbr.February': string;
|
720
|
+
'tecton.element.calendar.months.abbr.March': string;
|
721
|
+
'tecton.element.calendar.months.abbr.April': string;
|
722
|
+
'tecton.element.calendar.months.abbr.May': string;
|
723
|
+
'tecton.element.calendar.months.abbr.June': string;
|
724
|
+
'tecton.element.calendar.months.abbr.July': string;
|
725
|
+
'tecton.element.calendar.months.abbr.August': string;
|
726
|
+
'tecton.element.calendar.months.abbr.September': string;
|
727
|
+
'tecton.element.calendar.months.abbr.October': string;
|
728
|
+
'tecton.element.calendar.months.abbr.November': string;
|
729
|
+
'tecton.element.calendar.months.abbr.December': string;
|
730
|
+
'tecton.element.calendar.toggleAriaLabel': string;
|
731
|
+
'tecton.element.calendar.hint.format': string;
|
732
|
+
'tecton.element.calendar.hint.select': string;
|
733
|
+
'tecton.element.calendar.hint.selection': string;
|
734
|
+
'tecton.element.calendar.hint.incompleteEntry': string;
|
735
|
+
'tecton.element.calendar.hint.invalidDate': string;
|
736
|
+
'tecton.element.calendar.hint.notAvailableDate': string;
|
204
737
|
'tecton.element.chartDonut.button.summaryName': string;
|
205
738
|
'tecton.element.chartDonut.button.description': string;
|
206
739
|
'tecton.element.chartDonut.button.roleDescription': string;
|
@@ -215,55 +748,56 @@ declare const _default: {
|
|
215
748
|
'tecton.element.dataTable.sortedAscending': string;
|
216
749
|
'tecton.element.dataTable.sortedDescending': string;
|
217
750
|
'tecton.element.dataTable.clickToSort': string;
|
218
|
-
'tecton.element.dropdown.itemCount': string;
|
219
|
-
'tecton.element.dropdownItem.remove': string;
|
220
|
-
'tecton.element.editableField.save': string;
|
221
|
-
'tecton.element.editableField.cancel': string;
|
222
|
-
'tecton.element.editableField.edit': string;
|
223
|
-
'tecton.element.input.clear': string;
|
224
|
-
'tecton.element.input.optional': string;
|
225
751
|
'tecton.element.input.readonly': string;
|
226
752
|
'tecton.element.input.toggle.show': string;
|
227
753
|
'tecton.element.input.toggle.hide': string;
|
228
754
|
'tecton.element.loading.ariaLabel': string;
|
229
|
-
'tecton.element.message.type.danger': string;
|
230
|
-
'tecton.element.message.type.error': string;
|
231
|
-
'tecton.element.message.type.info': string;
|
232
|
-
'tecton.element.message.type.success': string;
|
233
|
-
'tecton.element.message.type.warning': string;
|
234
755
|
'tecton.element.option.label': string;
|
235
756
|
'tecton.element.optionList.label': string;
|
236
757
|
'tecton.element.optionList.optionCount': string;
|
237
|
-
'tecton.element.pagination.title': string;
|
238
|
-
'tecton.element.pagination.defaultRecordType': string;
|
239
|
-
'tecton.element.pagination.description': string;
|
240
|
-
'tecton.element.pagination.pages': string;
|
241
|
-
'tecton.element.pagination.page': string;
|
242
|
-
'tecton.element.pagination.ofPages': string;
|
243
|
-
'tecton.element.pagination.goToFirstPage': string;
|
244
|
-
'tecton.element.pagination.goToLastPage': string;
|
245
|
-
'tecton.element.pagination.goToPage': string;
|
246
|
-
'tecton.element.pagination.goToPages': string;
|
247
758
|
'tecton.element.pill.active': string;
|
248
759
|
'tecton.element.pill.activeCount': string;
|
249
760
|
'tecton.element.pill.clearSelection': string;
|
250
|
-
'tecton.element.section.defaultToggleLabel': string;
|
251
761
|
'tecton.element.select.invalid': string;
|
252
762
|
'tecton.element.select.listLabel': string;
|
253
763
|
'tecton.element.select.selected': string;
|
254
|
-
'tecton.element.select.multiHeader.showing': string;
|
255
764
|
'tecton.element.select.multiHeader.showingAriaLabel': string;
|
256
|
-
'tecton.element.select.multiHeader.all': string;
|
257
765
|
'tecton.element.select.multiHeader.allAriaLabel': string;
|
258
|
-
'tecton.element.select.multiHeader.selected': string;
|
259
766
|
'tecton.element.select.multiHeader.selectedAriaLabel': string;
|
260
767
|
'tecton.element.select.searchable.results': string;
|
261
768
|
'tecton.element.select.allOptions': string;
|
769
|
+
'tecton.element.dropdown.itemCount': string;
|
770
|
+
'tecton.element.dropdownItem.remove': string;
|
771
|
+
'tecton.element.carousel.ariaLabel': string;
|
772
|
+
'tecton.element.carousel.tabWrapperLabel': string;
|
773
|
+
'tecton.element.carousel.currentSlideAnnouncement': string;
|
774
|
+
'tecton.element.carousel.previousItemLabel': string;
|
775
|
+
'tecton.element.carousel.nextItemLabel': string;
|
776
|
+
'tecton.element.carousel.insufficientPanesMessageHeader': string;
|
777
|
+
'tecton.element.carousel.pausePlayLabel': string;
|
778
|
+
'tecton.element.carousel.resumePlayLabel': string;
|
779
|
+
'tecton.element.carousel.insufficientPanesMessageBody': string;
|
780
|
+
'tecton.element.carousel.itemDescription': string;
|
781
|
+
'tecton.element.pagination.title': string;
|
782
|
+
'tecton.element.pagination.defaultRecordType': string;
|
783
|
+
'tecton.element.pagination.pages': string;
|
784
|
+
'tecton.element.pagination.page': string;
|
785
|
+
'tecton.element.pagination.ofPages': string;
|
786
|
+
'tecton.element.pagination.goToFirstPage': string;
|
787
|
+
'tecton.element.pagination.goToLastPage': string;
|
788
|
+
'tecton.element.pagination.goToPage': string;
|
789
|
+
'tecton.element.pagination.goToPages': string;
|
262
790
|
'tecton.element.tab.pane.new': string;
|
263
791
|
'tecton.element.tab.pane.alert': string;
|
264
792
|
'tecton.element.tab.pane.warning': string;
|
265
793
|
'tecton.element.tab.pane.success': string;
|
266
794
|
'tecton.element.tab.pane.info': string;
|
795
|
+
'tecton.element.section.defaultToggleLabel': string;
|
796
|
+
'tecton.element.message.type.danger': string;
|
797
|
+
'tecton.element.message.type.error': string;
|
798
|
+
'tecton.element.message.type.info': string;
|
799
|
+
'tecton.element.message.type.success': string;
|
800
|
+
'tecton.element.message.type.warning': string;
|
267
801
|
};
|
268
802
|
};
|
269
803
|
export default _default;
|