igniteui-angular 21.0.3 → 21.1.0-alpha.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/LICENSE +1 -0
- package/README.md +5 -6
- package/fesm2022/igniteui-angular-action-strip.mjs +39 -34
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-banner.mjs +64 -59
- package/fesm2022/igniteui-angular-banner.mjs.map +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs +182 -161
- package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-carousel.mjs +7 -3
- package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
- package/fesm2022/igniteui-angular-chips.mjs +140 -136
- package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
- package/fesm2022/igniteui-angular-combo.mjs +360 -356
- package/fesm2022/igniteui-angular-combo.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs +420 -618
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs +124 -32
- package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-directives.mjs +15 -10
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +75 -57
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +71 -62
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +51 -6
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs +6 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +8 -8
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-input-group.mjs +8 -4
- package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-list.mjs +24 -19
- package/fesm2022/igniteui-angular-list.mjs.map +1 -1
- package/fesm2022/igniteui-angular-paginator.mjs +71 -66
- package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs +51 -36
- package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs +50 -8
- package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-tree.mjs +64 -61
- package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
- package/lib/core/styles/components/calendar/_calendar-theme.scss +2 -0
- package/lib/core/styles/components/grid/_grid-theme.scss +2 -1
- package/lib/core/styles/components/slider/_slider-theme.scss +0 -1
- package/lib/core/styles/components/tabs/_tabs-theme.scss +2 -1
- package/package.json +3 -2
- package/schematics/tsconfig.tsbuildinfo +1 -1
- package/schematics/utils/dependency-handler.js +1 -0
- package/styles/igniteui-angular-dark.css +1 -1
- package/styles/igniteui-angular.css +1 -1
- package/styles/igniteui-bootstrap-dark.css +1 -1
- package/styles/igniteui-bootstrap-light.css +1 -1
- package/styles/igniteui-dark-green.css +1 -1
- package/styles/igniteui-fluent-dark-excel.css +1 -1
- package/styles/igniteui-fluent-dark-word.css +1 -1
- package/styles/igniteui-fluent-dark.css +1 -1
- package/styles/igniteui-fluent-light-excel.css +1 -1
- package/styles/igniteui-fluent-light-word.css +1 -1
- package/styles/igniteui-fluent-light.css +1 -1
- package/styles/igniteui-indigo-dark.css +1 -1
- package/styles/igniteui-indigo-light.css +1 -1
- package/styles/maps/igniteui-angular-dark.css.map +1 -1
- package/styles/maps/igniteui-angular.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
- package/styles/maps/igniteui-dark-green.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-light.css.map +1 -1
- package/styles/maps/igniteui-indigo-dark.css.map +1 -1
- package/styles/maps/igniteui-indigo-light.css.map +1 -1
- package/types/igniteui-angular-action-strip.d.ts +3 -0
- package/types/igniteui-angular-banner.d.ts +3 -0
- package/types/igniteui-angular-calendar.d.ts +37 -47
- package/types/igniteui-angular-carousel.d.ts +1 -0
- package/types/igniteui-angular-chips.d.ts +2 -0
- package/types/igniteui-angular-combo.d.ts +4 -2
- package/types/igniteui-angular-core.d.ts +152 -397
- package/types/igniteui-angular-date-picker.d.ts +22 -4
- package/types/igniteui-angular-directives.d.ts +8 -4
- package/types/igniteui-angular-grids-core.d.ts +18 -8
- package/types/igniteui-angular-grids-grid.d.ts +9 -7
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +20 -3
- package/types/igniteui-angular-input-group.d.ts +1 -0
- package/types/igniteui-angular-list.d.ts +3 -0
- package/types/igniteui-angular-paginator.d.ts +3 -0
- package/types/igniteui-angular-query-builder.d.ts +8 -0
- package/types/igniteui-angular-time-picker.d.ts +7 -2
- package/types/igniteui-angular-tree.d.ts +2 -1
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken, EventEmitter, OnDestroy, ElementRef, Type, ViewContainerRef, ComponentRef, Injector, NgZone, ChangeDetectorRef, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
+
import { InjectionToken, EventEmitter, OnDestroy, ElementRef, Type, ViewContainerRef, ComponentRef, Injector, NgZone, ChangeDetectorRef, QueryList, TemplateRef, PipeTransform, DestroyRef, Provider } from '@angular/core';
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
5
|
import { AnimationReferenceMetadata, AnimationPlayer as AnimationPlayer$1 } from '@angular/animations';
|
|
6
6
|
import { ValidationErrors } from '@angular/forms';
|
|
7
|
+
import { PrefixedResourceStrings, IDatePickerResourceStrings as IDatePickerResourceStrings$1, IGX_PREFIX, IDateRangePickerResourceStrings as IDateRangePickerResourceStrings$1, IGridResourceStrings as IGridResourceStrings$1, ITimePickerResourceStrings as ITimePickerResourceStrings$1, IPaginatorResourceStrings as IPaginatorResourceStrings$1, ICarouselResourceStrings as ICarouselResourceStrings$1, IChipResourceStrings as IChipResourceStrings$1, IListResourceStrings as IListResourceStrings$1, ICalendarResourceStrings as ICalendarResourceStrings$1, ITreeResourceStrings as ITreeResourceStrings$1, IActionStripResourceStrings as IActionStripResourceStrings$1, IQueryBuilderResourceStrings as IQueryBuilderResourceStrings$1, IComboResourceStrings as IComboResourceStrings$1, IBannerResourceStrings as IBannerResourceStrings$1, IResourceChangeEventArgs } from 'igniteui-i18n-core';
|
|
8
|
+
export { setCurrentI18n } from 'igniteui-i18n-core';
|
|
9
|
+
import { Subject } from 'rxjs/internal/Subject';
|
|
7
10
|
|
|
8
11
|
/**
|
|
9
12
|
* Common interface for Components with show and collapse functionality
|
|
@@ -407,16 +410,6 @@ declare function resolveNestedPath<T extends object, U>(obj: unknown, pathParts:
|
|
|
407
410
|
declare const reverseMapper: (path: string, value: any) => {};
|
|
408
411
|
declare const yieldingLoop: (count: number, chunkSize: number, callback: (index: number) => void, done: () => void) => void;
|
|
409
412
|
declare const isConstructor: (ref: any) => boolean;
|
|
410
|
-
/**
|
|
411
|
-
* Similar to Angular's formatDate. However it will not throw on `undefined | null | ''` instead
|
|
412
|
-
* coalescing to an empty string.
|
|
413
|
-
*/
|
|
414
|
-
declare const formatDate: (value: string | number | Date, format: string, locale: string, timezone?: string) => string;
|
|
415
|
-
declare const formatCurrency: {
|
|
416
|
-
(value: number | string, currencyCode?: string, display?: "code" | "symbol" | "symbol-narrow" | string | boolean, digitsInfo?: string, locale?: string): string | null;
|
|
417
|
-
(value: null | undefined, currencyCode?: string, display?: "code" | "symbol" | "symbol-narrow" | string | boolean, digitsInfo?: string, locale?: string): null;
|
|
418
|
-
(value: number | string | null | undefined, currencyCode?: string, display?: "code" | "symbol" | "symbol-narrow" | string | boolean, digitsInfo?: string, locale?: string): string | null;
|
|
419
|
-
};
|
|
420
413
|
/** Converts pixel values to their rem counterparts for a base value */
|
|
421
414
|
declare const rem: (value: number | string) => number;
|
|
422
415
|
/** Get the size of the component as derived from the CSS size variable */
|
|
@@ -2398,6 +2391,61 @@ declare const GridColumnDataType: {
|
|
|
2398
2391
|
};
|
|
2399
2392
|
type GridColumnDataType = (typeof GridColumnDataType)[keyof typeof GridColumnDataType];
|
|
2400
2393
|
|
|
2394
|
+
/**
|
|
2395
|
+
* Injection token that allows for retrieving the i18n formatter for the IgniteUI components.
|
|
2396
|
+
*/
|
|
2397
|
+
declare const I18N_FORMATTER: InjectionToken<BaseFormatter>;
|
|
2398
|
+
declare class BaseFormatter {
|
|
2399
|
+
protected IntlDateTimeStyleValues: {
|
|
2400
|
+
full: string;
|
|
2401
|
+
long: string;
|
|
2402
|
+
medium: string;
|
|
2403
|
+
short: string;
|
|
2404
|
+
};
|
|
2405
|
+
private _currencyPipe;
|
|
2406
|
+
verifyLocale(locale: string): string;
|
|
2407
|
+
/**
|
|
2408
|
+
* Get Intl options based on format provided:
|
|
2409
|
+
*
|
|
2410
|
+
* date and time formats - short, medium, long, full
|
|
2411
|
+
*
|
|
2412
|
+
* date formats - shortDate, mediumDate, longDate, fullDate
|
|
2413
|
+
*
|
|
2414
|
+
* time formats - shortTime, mediumTime, longTime, fullTime
|
|
2415
|
+
*
|
|
2416
|
+
* @returns Return the resolved options or null if not matching any of the above.
|
|
2417
|
+
*/
|
|
2418
|
+
getFormatOptions(format: string | null | undefined): Intl.DateTimeFormatOptions | null;
|
|
2419
|
+
/**
|
|
2420
|
+
* Returns the date and time format based on a provided locale and options.
|
|
2421
|
+
*/
|
|
2422
|
+
getLocaleDateTimeFormat(locale: string, forceLeadingZero?: boolean, options?: Intl.DateTimeFormatOptions): string;
|
|
2423
|
+
/**
|
|
2424
|
+
* Format provided date to reflect locales format. Similar to Angular's formatDate.
|
|
2425
|
+
*/
|
|
2426
|
+
formatDate(value: Date | string | number | null | undefined, format: string, locale: string, timezone?: string): string;
|
|
2427
|
+
/** Format number value based on locale */
|
|
2428
|
+
formatNumber(value: number | string | null | undefined, locale: string, digitsInfo?: string): string;
|
|
2429
|
+
/** Format number value as percent based on locale */
|
|
2430
|
+
formatPercent(value: number | string | null | undefined, locale: string, digitsInfo?: string): string;
|
|
2431
|
+
/** Format number as a currency based on locale */
|
|
2432
|
+
formatCurrency(value: number | string | null | undefined, locale?: string, display?: 'code' | 'symbol' | 'symbol-narrow' | string, currencyCode?: string, digitsInfo?: string): string;
|
|
2433
|
+
/**
|
|
2434
|
+
* Retrieve the currency code of the locale provided.
|
|
2435
|
+
* Angular provides locale data for them, if using that.
|
|
2436
|
+
* When using Intl, it should be user defined and defaults to USD.
|
|
2437
|
+
*/
|
|
2438
|
+
getCurrencyCode(locale: string, overrideCode?: string): string;
|
|
2439
|
+
/** Get the currency symbol based on a currency code. */
|
|
2440
|
+
getCurrencySymbol(currencyCode: string, locale: string, currencyDisplay?: keyof Intl.NumberFormatOptionsCurrencyDisplayRegistry): string;
|
|
2441
|
+
/**
|
|
2442
|
+
* Get first day of the week.
|
|
2443
|
+
* Angular's default: 0...6.
|
|
2444
|
+
* Intl default: 1...7.
|
|
2445
|
+
*/
|
|
2446
|
+
getLocaleFirstDayOfWeek(locale: string): number;
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2401
2449
|
/** @hidden */
|
|
2402
2450
|
declare const enum AmPmValues {
|
|
2403
2451
|
AM = "AM",
|
|
@@ -2407,9 +2455,6 @@ declare const enum AmPmValues {
|
|
|
2407
2455
|
}
|
|
2408
2456
|
/** @hidden */
|
|
2409
2457
|
declare abstract class DateTimeUtil {
|
|
2410
|
-
static readonly DEFAULT_INPUT_FORMAT = "MM/dd/yyyy";
|
|
2411
|
-
static readonly DEFAULT_TIME_INPUT_FORMAT = "hh:mm tt";
|
|
2412
|
-
private static readonly SEPARATOR;
|
|
2413
2458
|
private static readonly DEFAULT_LOCALE;
|
|
2414
2459
|
/**
|
|
2415
2460
|
* Parse a Date value from masked string input based on determined date parts
|
|
@@ -2419,7 +2464,7 @@ declare abstract class DateTimeUtil {
|
|
|
2419
2464
|
*/
|
|
2420
2465
|
static parseValueFromMask(inputData: string, dateTimeParts: DatePartInfo[], promptChar?: string): Date | null;
|
|
2421
2466
|
/** Parse the mask into date/time and literal parts */
|
|
2422
|
-
static parseDateTimeFormat(mask: string, locale?: string): DatePartInfo[];
|
|
2467
|
+
static parseDateTimeFormat(mask: string, formatter: BaseFormatter, locale?: string): DatePartInfo[];
|
|
2423
2468
|
/** Simplifies the AmPm part to as many chars as will be displayed */
|
|
2424
2469
|
private static simplifyAmPmFormat;
|
|
2425
2470
|
static getPartValue(value: Date, datePartInfo: DatePartInfo, partLength: number): string;
|
|
@@ -2432,14 +2477,9 @@ declare abstract class DateTimeUtil {
|
|
|
2432
2477
|
/** Returns true if a string value indicates a PM period */
|
|
2433
2478
|
static isPm(value: string): boolean;
|
|
2434
2479
|
/** Builds a date-time editor's default input format based on provided locale settings and data type. */
|
|
2435
|
-
static getDefaultInputFormat(locale: string, dataType?: GridColumnDataType): string;
|
|
2436
|
-
/**
|
|
2437
|
-
static
|
|
2438
|
-
/**
|
|
2439
|
-
* Returns the date format based on a provided locale.
|
|
2440
|
-
* Supports Angular's DatePipe format options such as `shortDate`, `longDate`.
|
|
2441
|
-
*/
|
|
2442
|
-
static getLocaleDateFormat(locale: string, displayFormat?: string): string;
|
|
2480
|
+
static getDefaultInputFormat(locale: string, formatter: BaseFormatter, dataType?: GridColumnDataType): string;
|
|
2481
|
+
/** Builds a date-time editor's default display format based on provided locale settings and data type. */
|
|
2482
|
+
static getDefaultDisplayFormat(locale: string, formatter: BaseFormatter, dataType?: GridColumnDataType): string;
|
|
2443
2483
|
/** Determines if a given character is `d/M/y` or `h/m/s`. */
|
|
2444
2484
|
static isDateOrTimeChar(char: string): boolean;
|
|
2445
2485
|
/** Spins the date portion in a date-time editor. */
|
|
@@ -2491,7 +2531,7 @@ declare abstract class DateTimeUtil {
|
|
|
2491
2531
|
* @returns true if provided input is a valid date
|
|
2492
2532
|
*/
|
|
2493
2533
|
static isValidDate(value: any): value is Date;
|
|
2494
|
-
static isFormatNumeric(locale: string, inputFormat: string): boolean;
|
|
2534
|
+
static isFormatNumeric(locale: string, inputFormat: string, formatter: BaseFormatter): boolean;
|
|
2495
2535
|
/**
|
|
2496
2536
|
* Returns an input format that can be used by the date-time editors, as
|
|
2497
2537
|
* - if the format is already numeric, return it as is
|
|
@@ -2499,23 +2539,18 @@ declare abstract class DateTimeUtil {
|
|
|
2499
2539
|
* for the corresponding numeric date parts
|
|
2500
2540
|
* - otherwise, return an empty string
|
|
2501
2541
|
*/
|
|
2502
|
-
static getNumericInputFormat(locale: string, format: string): string;
|
|
2542
|
+
static getNumericInputFormat(locale: string, formatter: BaseFormatter, format: string): string;
|
|
2503
2543
|
/** Gets the locale-based format from an array of date parts */
|
|
2504
2544
|
private static getLocaleInputFormatFromParts;
|
|
2505
2545
|
private static addCurrentPart;
|
|
2506
2546
|
private static daysInMonth;
|
|
2507
2547
|
private static trimEmptyPlaceholders;
|
|
2508
|
-
private static getMask;
|
|
2509
|
-
private static logMissingLocaleSettings;
|
|
2510
2548
|
private static prependValue;
|
|
2511
2549
|
private static toTwelveHourFormat;
|
|
2512
2550
|
private static ensureLeadingZero;
|
|
2513
2551
|
private static getCleanVal;
|
|
2514
2552
|
private static determineDatePart;
|
|
2515
2553
|
private static getFormatOptions;
|
|
2516
|
-
private static getDefaultLocaleMask;
|
|
2517
|
-
private static getDateStructFromParts;
|
|
2518
|
-
private static fillDatePartsPositions;
|
|
2519
2554
|
}
|
|
2520
2555
|
|
|
2521
2556
|
type DayParameter = CalendarDay | Date;
|
|
@@ -3166,6 +3201,32 @@ declare class DataUtil {
|
|
|
3166
3201
|
declare const isHierarchyMatch: (h1: Array<IGroupByKey>, h2: Array<IGroupByKey>, expressions: IGroupingExpression[]) => boolean;
|
|
3167
3202
|
declare const getHierarchy: (gRow: IGroupByRecord) => Array<IGroupByKey>;
|
|
3168
3203
|
|
|
3204
|
+
declare class IgxDateFormatterPipe implements PipeTransform {
|
|
3205
|
+
private i18nFormatter;
|
|
3206
|
+
private locale_ID;
|
|
3207
|
+
transform(value: Date | string | number | null | undefined, format?: string, timezone?: string, locale?: string): string;
|
|
3208
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDateFormatterPipe, never>;
|
|
3209
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IgxDateFormatterPipe, "date", true>;
|
|
3210
|
+
}
|
|
3211
|
+
declare class IgxNumberFormatterPipe implements PipeTransform {
|
|
3212
|
+
private i18nFormatter;
|
|
3213
|
+
transform(value: number | string | null | undefined, digitsInfo?: string, locale?: string): string;
|
|
3214
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxNumberFormatterPipe, never>;
|
|
3215
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IgxNumberFormatterPipe, "number", true>;
|
|
3216
|
+
}
|
|
3217
|
+
declare class IgxPercentFormatterPipe implements PipeTransform {
|
|
3218
|
+
private i18nFormatter;
|
|
3219
|
+
transform(value: number | string | null | undefined, digitsInfo?: string, locale?: string): string;
|
|
3220
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxPercentFormatterPipe, never>;
|
|
3221
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IgxPercentFormatterPipe, "percent", true>;
|
|
3222
|
+
}
|
|
3223
|
+
declare class IgxCurrencyFormatterPipe implements PipeTransform {
|
|
3224
|
+
private i18nFormatter;
|
|
3225
|
+
transform(value: number | string | null | undefined, currencyCode?: string, display?: 'code' | 'symbol' | 'symbol-narrow' | string, digitsInfo?: string, locale?: string): string;
|
|
3226
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCurrencyFormatterPipe, never>;
|
|
3227
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IgxCurrencyFormatterPipe, "currency", true>;
|
|
3228
|
+
}
|
|
3229
|
+
|
|
3169
3230
|
declare class IgxAngularAnimationPlayer implements AnimationPlayer {
|
|
3170
3231
|
private internalPlayer;
|
|
3171
3232
|
private _innerPlayer;
|
|
@@ -3796,266 +3857,32 @@ declare class PerformanceService {
|
|
|
3796
3857
|
static ɵprov: i0.ɵɵInjectableDeclaration<PerformanceService>;
|
|
3797
3858
|
}
|
|
3798
3859
|
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
}
|
|
3802
|
-
declare const ActionStripResourceStringsEN: IActionStripResourceStrings;
|
|
3860
|
+
type IDatePickerResourceStrings = PrefixedResourceStrings<IDatePickerResourceStrings$1, typeof IGX_PREFIX>;
|
|
3861
|
+
declare const DatePickerResourceStringsEN: IDatePickerResourceStrings;
|
|
3803
3862
|
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
}
|
|
3807
|
-
declare const BannerResourceStringsEN: IBannerResourceStrings;
|
|
3863
|
+
type IDateRangePickerResourceStrings = PrefixedResourceStrings<IDateRangePickerResourceStrings$1, typeof IGX_PREFIX>;
|
|
3864
|
+
declare const DateRangePickerResourceStringsEN: IDateRangePickerResourceStrings;
|
|
3808
3865
|
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
igx_calendar_next_month?: string;
|
|
3812
|
-
igx_calendar_previous_year?: string;
|
|
3813
|
-
igx_calendar_next_year?: string;
|
|
3814
|
-
igx_calendar_previous_years?: string;
|
|
3815
|
-
igx_calendar_next_years?: string;
|
|
3816
|
-
igx_calendar_select_date?: string;
|
|
3817
|
-
igx_calendar_select_month?: string;
|
|
3818
|
-
igx_calendar_select_year?: string;
|
|
3819
|
-
igx_calendar_range_start?: string;
|
|
3820
|
-
igx_calendar_range_end?: string;
|
|
3821
|
-
igx_calendar_range_label_start?: string;
|
|
3822
|
-
igx_calendar_range_label_end?: string;
|
|
3823
|
-
igx_calendar_range_placeholder?: string;
|
|
3824
|
-
igx_calendar_selected_month_is?: string;
|
|
3825
|
-
igx_calendar_first_picker_of?: string;
|
|
3826
|
-
igx_calendar_multi_selection?: string;
|
|
3827
|
-
igx_calendar_range_selection?: string;
|
|
3828
|
-
igx_calendar_single_selection?: string;
|
|
3829
|
-
igx_calendar_singular_multi_selection?: string;
|
|
3830
|
-
igx_calendar_singular_range_selection?: string;
|
|
3831
|
-
igx_calendar_singular_single_selection?: string;
|
|
3832
|
-
}
|
|
3833
|
-
declare const CalendarResourceStringsEN: ICalendarResourceStrings;
|
|
3866
|
+
type IGridResourceStrings = PrefixedResourceStrings<IGridResourceStrings$1, typeof IGX_PREFIX>;
|
|
3867
|
+
declare const GridResourceStringsEN: IGridResourceStrings;
|
|
3834
3868
|
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
igx_carousel_slide?: string;
|
|
3838
|
-
igx_carousel_previous_slide?: string;
|
|
3839
|
-
igx_carousel_next_slide?: string;
|
|
3840
|
-
}
|
|
3841
|
-
declare const CarouselResourceStringsEN: ICarouselResourceStrings;
|
|
3869
|
+
type ITimePickerResourceStrings = PrefixedResourceStrings<ITimePickerResourceStrings$1, typeof IGX_PREFIX>;
|
|
3870
|
+
declare const TimePickerResourceStringsEN: ITimePickerResourceStrings;
|
|
3842
3871
|
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
igx_chip_select?: string;
|
|
3846
|
-
}
|
|
3847
|
-
declare const ChipResourceStringsEN: IChipResourceStrings;
|
|
3872
|
+
type IPaginatorResourceStrings = PrefixedResourceStrings<IPaginatorResourceStrings$1, typeof IGX_PREFIX>;
|
|
3873
|
+
declare const PaginatorResourceStringsEN: IPaginatorResourceStrings;
|
|
3848
3874
|
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
igx_combo_filter_search_placeholder?: string;
|
|
3852
|
-
igx_combo_addCustomValues_placeholder?: string;
|
|
3853
|
-
igx_combo_clearItems_placeholder?: string;
|
|
3854
|
-
igx_combo_aria_label_options?: string;
|
|
3855
|
-
igx_combo_aria_label_no_options?: string;
|
|
3856
|
-
}
|
|
3857
|
-
declare const ComboResourceStringsEN: IComboResourceStrings;
|
|
3875
|
+
type ICarouselResourceStrings = PrefixedResourceStrings<ICarouselResourceStrings$1, typeof IGX_PREFIX>;
|
|
3876
|
+
declare const CarouselResourceStringsEN: ICarouselResourceStrings;
|
|
3858
3877
|
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
igx_date_picker_choose_date?: string;
|
|
3862
|
-
}
|
|
3863
|
-
declare const DatePickerResourceStringsEN: IDatePickerResourceStrings;
|
|
3878
|
+
type IChipResourceStrings = PrefixedResourceStrings<IChipResourceStrings$1, typeof IGX_PREFIX>;
|
|
3879
|
+
declare const ChipResourceStringsEN: IChipResourceStrings;
|
|
3864
3880
|
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
igx_date_range_picker_done_button?: string;
|
|
3868
|
-
igx_date_range_picker_cancel_button?: string;
|
|
3869
|
-
igx_date_range_picker_last7Days?: string;
|
|
3870
|
-
igx_date_range_picker_currentMonth?: string;
|
|
3871
|
-
igx_date_range_picker_last30Days?: string;
|
|
3872
|
-
igx_date_range_picker_yearToDate?: string;
|
|
3873
|
-
}
|
|
3874
|
-
declare const DateRangePickerResourceStringsEN: IDateRangePickerResourceStrings;
|
|
3881
|
+
type IListResourceStrings = PrefixedResourceStrings<IListResourceStrings$1, typeof IGX_PREFIX>;
|
|
3882
|
+
declare const ListResourceStringsEN: IListResourceStrings;
|
|
3875
3883
|
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
igx_grid_groupByArea_select_message?: string;
|
|
3879
|
-
igx_grid_groupByArea_deselect_message?: string;
|
|
3880
|
-
igx_grid_emptyFilteredGrid_message?: string;
|
|
3881
|
-
igx_grid_emptyGrid_message?: string;
|
|
3882
|
-
igx_grid_filter?: string;
|
|
3883
|
-
igx_grid_filter_row_close?: string;
|
|
3884
|
-
igx_grid_filter_row_reset?: string;
|
|
3885
|
-
igx_grid_filter_row_placeholder?: string;
|
|
3886
|
-
igx_grid_filter_row_boolean_placeholder?: string;
|
|
3887
|
-
igx_grid_filter_row_date_placeholder?: string;
|
|
3888
|
-
igx_grid_filter_row_time_placeholder?: string;
|
|
3889
|
-
igx_grid_filter_operator_and?: string;
|
|
3890
|
-
igx_grid_complex_filter?: string;
|
|
3891
|
-
igx_grid_filter_operator_or?: string;
|
|
3892
|
-
igx_grid_filter_contains?: string;
|
|
3893
|
-
igx_grid_filter_doesNotContain?: string;
|
|
3894
|
-
igx_grid_filter_startsWith?: string;
|
|
3895
|
-
igx_grid_filter_endsWith?: string;
|
|
3896
|
-
igx_grid_filter_equals?: string;
|
|
3897
|
-
igx_grid_filter_doesNotEqual?: string;
|
|
3898
|
-
igx_grid_filter_empty?: string;
|
|
3899
|
-
igx_grid_filter_notEmpty?: string;
|
|
3900
|
-
igx_grid_filter_null?: string;
|
|
3901
|
-
igx_grid_filter_notNull?: string;
|
|
3902
|
-
igx_grid_filter_before?: string;
|
|
3903
|
-
igx_grid_filter_after?: string;
|
|
3904
|
-
igx_grid_filter_at?: string;
|
|
3905
|
-
igx_grid_filter_not_at?: string;
|
|
3906
|
-
igx_grid_filter_at_before?: string;
|
|
3907
|
-
igx_grid_filter_at_after?: string;
|
|
3908
|
-
igx_grid_filter_today?: string;
|
|
3909
|
-
igx_grid_filter_yesterday?: string;
|
|
3910
|
-
igx_grid_filter_thisMonth?: string;
|
|
3911
|
-
igx_grid_filter_lastMonth?: string;
|
|
3912
|
-
igx_grid_filter_nextMonth?: string;
|
|
3913
|
-
igx_grid_filter_thisYear?: string;
|
|
3914
|
-
igx_grid_filter_lastYear?: string;
|
|
3915
|
-
igx_grid_filter_nextYear?: string;
|
|
3916
|
-
igx_grid_filter_greaterThan?: string;
|
|
3917
|
-
igx_grid_filter_lessThan?: string;
|
|
3918
|
-
igx_grid_filter_greaterThanOrEqualTo?: string;
|
|
3919
|
-
igx_grid_filter_lessThanOrEqualTo?: string;
|
|
3920
|
-
igx_grid_filter_true?: string;
|
|
3921
|
-
igx_grid_filter_false?: string;
|
|
3922
|
-
igx_grid_filter_all?: string;
|
|
3923
|
-
igx_grid_filter_in?: string;
|
|
3924
|
-
igx_grid_filter_notIn?: string;
|
|
3925
|
-
igx_grid_filter_condition_placeholder?: string;
|
|
3926
|
-
igx_grid_summary_count?: string;
|
|
3927
|
-
igx_grid_summary_min?: string;
|
|
3928
|
-
igx_grid_summary_max?: string;
|
|
3929
|
-
igx_grid_summary_sum?: string;
|
|
3930
|
-
igx_grid_summary_average?: string;
|
|
3931
|
-
igx_grid_summary_earliest?: string;
|
|
3932
|
-
igx_grid_summary_latest?: string;
|
|
3933
|
-
igx_grid_excel_filter_moving_left?: string;
|
|
3934
|
-
igx_grid_excel_filter_moving_left_short?: string;
|
|
3935
|
-
igx_grid_excel_filter_moving_right?: string;
|
|
3936
|
-
igx_grid_excel_filter_moving_right_short?: string;
|
|
3937
|
-
igx_grid_excel_filter_moving_header?: string;
|
|
3938
|
-
igx_grid_excel_filter_sorting_asc?: string;
|
|
3939
|
-
igx_grid_excel_filter_sorting_asc_short?: string;
|
|
3940
|
-
igx_grid_excel_filter_sorting_desc?: string;
|
|
3941
|
-
igx_grid_excel_filter_sorting_desc_short?: string;
|
|
3942
|
-
igx_grid_excel_filter_sorting_header?: string;
|
|
3943
|
-
igx_grid_excel_filter_clear?: string;
|
|
3944
|
-
igx_grid_excel_custom_dialog_add?: string;
|
|
3945
|
-
igx_grid_excel_custom_dialog_clear?: string;
|
|
3946
|
-
igx_grid_excel_custom_dialog_header?: string;
|
|
3947
|
-
igx_grid_excel_cancel?: string;
|
|
3948
|
-
igx_grid_excel_apply?: string;
|
|
3949
|
-
igx_grid_excel_search_placeholder?: string;
|
|
3950
|
-
igx_grid_excel_select_all?: string;
|
|
3951
|
-
igx_grid_excel_select_all_search_results?: string;
|
|
3952
|
-
igx_grid_excel_add_to_filter?: string;
|
|
3953
|
-
igx_grid_excel_blanks?: string;
|
|
3954
|
-
igx_grid_excel_hide?: string;
|
|
3955
|
-
igx_grid_excel_show?: string;
|
|
3956
|
-
igx_grid_excel_pin?: string;
|
|
3957
|
-
igx_grid_excel_unpin?: string;
|
|
3958
|
-
igx_grid_excel_select?: string;
|
|
3959
|
-
igx_grid_excel_deselect?: string;
|
|
3960
|
-
igx_grid_excel_text_filter?: string;
|
|
3961
|
-
igx_grid_excel_number_filter?: string;
|
|
3962
|
-
igx_grid_excel_date_filter?: string;
|
|
3963
|
-
igx_grid_excel_boolean_filter?: string;
|
|
3964
|
-
igx_grid_excel_currency_filter?: string;
|
|
3965
|
-
igx_grid_excel_custom_filter?: string;
|
|
3966
|
-
igx_grid_excel_no_matches?: string;
|
|
3967
|
-
igx_grid_excel_matches_count?: string;
|
|
3968
|
-
igx_grid_advanced_filter_title?: string;
|
|
3969
|
-
igx_grid_advanced_filter_from_label?: string;
|
|
3970
|
-
igx_grid_advanced_filter_and_group?: string;
|
|
3971
|
-
igx_grid_advanced_filter_or_group?: string;
|
|
3972
|
-
igx_grid_advanced_filter_end_group?: string;
|
|
3973
|
-
igx_grid_advanced_filter_create_and_group?: string;
|
|
3974
|
-
igx_grid_advanced_filter_create_or_group?: string;
|
|
3975
|
-
igx_grid_advanced_filter_and_label?: string;
|
|
3976
|
-
igx_grid_advanced_filter_or_label?: string;
|
|
3977
|
-
igx_grid_advanced_filter_add_condition?: string;
|
|
3978
|
-
igx_grid_advanced_filter_add_condition_root?: string;
|
|
3979
|
-
igx_grid_advanced_filter_add_group?: string;
|
|
3980
|
-
igx_grid_advanced_filter_add_group_root?: string;
|
|
3981
|
-
igx_grid_advanced_filter_ungroup?: string;
|
|
3982
|
-
igx_grid_advanced_filter_delete?: string;
|
|
3983
|
-
igx_grid_advanced_filter_delete_filters?: string;
|
|
3984
|
-
igx_grid_advanced_filter_initial_text?: string;
|
|
3985
|
-
igx_grid_advanced_filter_column_placeholder?: string;
|
|
3986
|
-
igx_grid_advanced_filter_value_placeholder?: string;
|
|
3987
|
-
igx_grid_advanced_filter_query_value_placeholder?: string;
|
|
3988
|
-
igx_grid_advanced_filter_switch_group?: string;
|
|
3989
|
-
igx_grid_advanced_filter_dialog_title?: string;
|
|
3990
|
-
igx_grid_advanced_filter_dialog_message?: string;
|
|
3991
|
-
igx_grid_advanced_filter_dialog_checkbox_text?: string;
|
|
3992
|
-
igx_grid_advanced_filter_drop_ghost_text?: string;
|
|
3993
|
-
igx_grid_advanced_filter_select_entity?: string;
|
|
3994
|
-
igx_grid_advanced_filter_select_return_field_single?: string;
|
|
3995
|
-
igx_grid_pinned_row_indicator?: string;
|
|
3996
|
-
igx_grid_hiding_check_all_label?: string;
|
|
3997
|
-
igx_grid_hiding_uncheck_all_label?: string;
|
|
3998
|
-
igx_grid_pinning_check_all_label?: string;
|
|
3999
|
-
igx_grid_pinning_uncheck_all_label?: string;
|
|
4000
|
-
igx_grid_row_edit_btn_done?: string;
|
|
4001
|
-
igx_grid_row_edit_btn_cancel?: string;
|
|
4002
|
-
igx_grid_row_edit_text?: string;
|
|
4003
|
-
igx_grid_toolbar_actions_filter_prompt?: string;
|
|
4004
|
-
igx_grid_toolbar_pinning_button_tooltip?: string;
|
|
4005
|
-
igx_grid_toolbar_hiding_button_tooltip?: string;
|
|
4006
|
-
igx_grid_toolbar_pinning_title?: string;
|
|
4007
|
-
igx_grid_toolbar_hiding_title?: string;
|
|
4008
|
-
igx_grid_toolbar_advanced_filtering_button_tooltip?: string;
|
|
4009
|
-
igx_grid_toolbar_advanced_filtering_button_label?: string;
|
|
4010
|
-
igx_grid_toolbar_exporter_button_tooltip?: string;
|
|
4011
|
-
igx_grid_toolbar_exporter_button_label?: string;
|
|
4012
|
-
igx_grid_toolbar_exporter_excel_entry_text?: string;
|
|
4013
|
-
igx_grid_toolbar_exporter_csv_entry_text?: string;
|
|
4014
|
-
igx_grid_toolbar_exporter_pdf_entry_text?: string;
|
|
4015
|
-
igx_grid_snackbar_addrow_label?: string;
|
|
4016
|
-
igx_grid_snackbar_addrow_actiontext?: string;
|
|
4017
|
-
igx_grid_actions_edit_label?: string;
|
|
4018
|
-
igx_grid_actions_add_label?: string;
|
|
4019
|
-
igx_grid_add_row_label?: string;
|
|
4020
|
-
igx_grid_actions_add_child_label?: string;
|
|
4021
|
-
igx_grid_actions_delete_label?: string;
|
|
4022
|
-
igx_grid_actions_pin_label?: string;
|
|
4023
|
-
igx_grid_actions_unpin_label?: string;
|
|
4024
|
-
igx_grid_actions_jumpUp_label?: string;
|
|
4025
|
-
igx_grid_actions_jumpDown_label?: string;
|
|
4026
|
-
igx_grid_pivot_date_dimension_total?: string;
|
|
4027
|
-
igx_grid_pivot_aggregate_count?: string;
|
|
4028
|
-
igx_grid_pivot_aggregate_min?: string;
|
|
4029
|
-
igx_grid_pivot_aggregate_max?: string;
|
|
4030
|
-
igx_grid_pivot_aggregate_sum?: string;
|
|
4031
|
-
igx_grid_pivot_aggregate_avg?: string;
|
|
4032
|
-
igx_grid_pivot_aggregate_date_latest?: string;
|
|
4033
|
-
igx_grid_pivot_aggregate_date_earliest?: string;
|
|
4034
|
-
igx_grid_pivot_aggregate_time_latest?: string;
|
|
4035
|
-
igx_grid_pivot_aggregate_time_earliest?: string;
|
|
4036
|
-
igx_grid_pivot_empty_row_drop_area?: string;
|
|
4037
|
-
igx_grid_pivot_empty_column_drop_area?: string;
|
|
4038
|
-
igx_grid_pivot_empty_filter_drop_area?: string;
|
|
4039
|
-
igx_grid_pivot_empty_value_drop_area?: string;
|
|
4040
|
-
igx_grid_pivot_row_drop_chip?: string;
|
|
4041
|
-
igx_grid_pivot_column_drop_chip?: string;
|
|
4042
|
-
igx_grid_pivot_filter_drop_chip?: string;
|
|
4043
|
-
igx_grid_pivot_value_drop_chip?: string;
|
|
4044
|
-
igx_grid_pivot_empty_message?: string;
|
|
4045
|
-
igx_grid_pivot_selector_filters?: string;
|
|
4046
|
-
igx_grid_pivot_selector_rows?: string;
|
|
4047
|
-
igx_grid_pivot_selector_columns?: string;
|
|
4048
|
-
igx_grid_pivot_selector_values?: string;
|
|
4049
|
-
igx_grid_pivot_selector_panel_empty?: string;
|
|
4050
|
-
igx_grid_required_validation_error?: string;
|
|
4051
|
-
igx_grid_min_validation_error?: string;
|
|
4052
|
-
igx_grid_max_validation_error?: string;
|
|
4053
|
-
igx_grid_min_length_validation_error?: string;
|
|
4054
|
-
igx_grid_max_length_validation_error?: string;
|
|
4055
|
-
igx_grid_email_validation_error?: string;
|
|
4056
|
-
igx_grid_pattern_validation_error?: string;
|
|
4057
|
-
}
|
|
4058
|
-
declare const GridResourceStringsEN: IGridResourceStrings;
|
|
3884
|
+
type ICalendarResourceStrings = PrefixedResourceStrings<ICalendarResourceStrings$1, typeof IGX_PREFIX>;
|
|
3885
|
+
declare const CalendarResourceStringsEN: ICalendarResourceStrings;
|
|
4059
3886
|
|
|
4060
3887
|
interface IInputResourceStrings {
|
|
4061
3888
|
igx_input_upload_button?: string;
|
|
@@ -4063,129 +3890,57 @@ interface IInputResourceStrings {
|
|
|
4063
3890
|
}
|
|
4064
3891
|
declare const InputResourceStringsEN: IInputResourceStrings;
|
|
4065
3892
|
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
igx_list_loading?: string;
|
|
4069
|
-
}
|
|
4070
|
-
declare const ListResourceStringsEN: IListResourceStrings;
|
|
3893
|
+
type ITreeResourceStrings = PrefixedResourceStrings<ITreeResourceStrings$1, typeof IGX_PREFIX>;
|
|
3894
|
+
declare const TreeResourceStringsEN: ITreeResourceStrings;
|
|
4071
3895
|
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
igx_paginator_pager_text?: string;
|
|
4075
|
-
igx_paginator_first_page_button_text?: string;
|
|
4076
|
-
igx_paginator_previous_page_button_text?: string;
|
|
4077
|
-
igx_paginator_last_page_button_text?: string;
|
|
4078
|
-
igx_paginator_next_page_button_text?: string;
|
|
4079
|
-
}
|
|
4080
|
-
declare const PaginatorResourceStringsEN: IPaginatorResourceStrings;
|
|
3896
|
+
type IActionStripResourceStrings = PrefixedResourceStrings<IActionStripResourceStrings$1, typeof IGX_PREFIX>;
|
|
3897
|
+
declare const ActionStripResourceStringsEN: IActionStripResourceStrings;
|
|
4081
3898
|
|
|
4082
|
-
|
|
4083
|
-
igx_query_builder_date_placeholder?: string;
|
|
4084
|
-
igx_query_builder_time_placeholder?: string;
|
|
4085
|
-
igx_query_builder_datetime_placeholder?: string;
|
|
4086
|
-
igx_query_builder_filter_operator_and?: string;
|
|
4087
|
-
igx_query_builder_filter_operator_or?: string;
|
|
4088
|
-
igx_query_builder_filter_contains?: string;
|
|
4089
|
-
igx_query_builder_filter_doesNotContain?: string;
|
|
4090
|
-
igx_query_builder_filter_startsWith?: string;
|
|
4091
|
-
igx_query_builder_filter_endsWith?: string;
|
|
4092
|
-
igx_query_builder_filter_equals?: string;
|
|
4093
|
-
igx_query_builder_filter_doesNotEqual?: string;
|
|
4094
|
-
igx_query_builder_filter_empty?: string;
|
|
4095
|
-
igx_query_builder_filter_notEmpty?: string;
|
|
4096
|
-
igx_query_builder_filter_null?: string;
|
|
4097
|
-
igx_query_builder_filter_notNull?: string;
|
|
4098
|
-
igx_query_builder_filter_in?: string;
|
|
4099
|
-
igx_query_builder_filter_notIn?: string;
|
|
4100
|
-
igx_query_builder_filter_before?: string;
|
|
4101
|
-
igx_query_builder_filter_after?: string;
|
|
4102
|
-
igx_query_builder_filter_at?: string;
|
|
4103
|
-
igx_query_builder_filter_not_at?: string;
|
|
4104
|
-
igx_query_builder_filter_at_before?: string;
|
|
4105
|
-
igx_query_builder_filter_at_after?: string;
|
|
4106
|
-
igx_query_builder_filter_today?: string;
|
|
4107
|
-
igx_query_builder_filter_yesterday?: string;
|
|
4108
|
-
igx_query_builder_filter_thisMonth?: string;
|
|
4109
|
-
igx_query_builder_filter_lastMonth?: string;
|
|
4110
|
-
igx_query_builder_filter_nextMonth?: string;
|
|
4111
|
-
igx_query_builder_filter_thisYear?: string;
|
|
4112
|
-
igx_query_builder_filter_lastYear?: string;
|
|
4113
|
-
igx_query_builder_filter_nextYear?: string;
|
|
4114
|
-
igx_query_builder_filter_greaterThan?: string;
|
|
4115
|
-
igx_query_builder_filter_lessThan?: string;
|
|
4116
|
-
igx_query_builder_filter_greaterThanOrEqualTo?: string;
|
|
4117
|
-
igx_query_builder_filter_lessThanOrEqualTo?: string;
|
|
4118
|
-
igx_query_builder_filter_true?: string;
|
|
4119
|
-
igx_query_builder_filter_false?: string;
|
|
4120
|
-
igx_query_builder_filter_all?: string;
|
|
4121
|
-
igx_query_builder_from_label?: string;
|
|
4122
|
-
igx_query_builder_select_label?: string;
|
|
4123
|
-
igx_query_builder_where_label?: string;
|
|
4124
|
-
igx_query_builder_and_group?: string;
|
|
4125
|
-
igx_query_builder_or_group?: string;
|
|
4126
|
-
igx_query_builder_end_group?: string;
|
|
4127
|
-
igx_query_builder_and_label?: string;
|
|
4128
|
-
igx_query_builder_or_label?: string;
|
|
4129
|
-
igx_query_builder_switch_group?: string;
|
|
4130
|
-
igx_query_builder_add_condition?: string;
|
|
4131
|
-
igx_query_builder_add_group?: string;
|
|
4132
|
-
igx_query_builder_add_condition_root?: string;
|
|
4133
|
-
igx_query_builder_add_group_root?: string;
|
|
4134
|
-
igx_query_builder_ungroup?: string;
|
|
4135
|
-
igx_query_builder_delete?: string;
|
|
4136
|
-
igx_query_builder_delete_filters?: string;
|
|
4137
|
-
igx_query_builder_initial_text?: string;
|
|
4138
|
-
igx_query_builder_column_placeholder?: string;
|
|
4139
|
-
igx_query_builder_condition_placeholder?: string;
|
|
4140
|
-
igx_query_builder_value_placeholder?: string;
|
|
4141
|
-
igx_query_builder_query_value_placeholder?: string;
|
|
4142
|
-
igx_query_builder_all_fields?: string;
|
|
4143
|
-
igx_query_builder_details?: string;
|
|
4144
|
-
igx_query_builder_search?: string;
|
|
4145
|
-
igx_query_builder_select_all?: string;
|
|
4146
|
-
igx_query_builder_select_entity?: string;
|
|
4147
|
-
igx_query_builder_select_return_field_single?: string;
|
|
4148
|
-
igx_query_builder_select_return_fields?: string;
|
|
4149
|
-
igx_query_builder_dialog_title?: string;
|
|
4150
|
-
igx_query_builder_dialog_message?: string;
|
|
4151
|
-
igx_query_builder_dialog_checkbox_text?: string;
|
|
4152
|
-
igx_query_builder_dialog_cancel?: string;
|
|
4153
|
-
igx_query_builder_dialog_confirm?: string;
|
|
4154
|
-
igx_query_builder_drop_ghost_text?: string;
|
|
4155
|
-
}
|
|
3899
|
+
type IQueryBuilderResourceStrings = PrefixedResourceStrings<IQueryBuilderResourceStrings$1, typeof IGX_PREFIX>;
|
|
4156
3900
|
declare const QueryBuilderResourceStringsEN: IQueryBuilderResourceStrings;
|
|
4157
3901
|
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
igx_time_picker_cancel?: string;
|
|
4161
|
-
igx_time_picker_change_time?: string;
|
|
4162
|
-
igx_time_picker_choose_time?: string;
|
|
4163
|
-
}
|
|
4164
|
-
declare const TimePickerResourceStringsEN: ITimePickerResourceStrings;
|
|
3902
|
+
type IComboResourceStrings = PrefixedResourceStrings<IComboResourceStrings$1, typeof IGX_PREFIX>;
|
|
3903
|
+
declare const ComboResourceStringsEN: IComboResourceStrings;
|
|
4165
3904
|
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
igx_collapse?: string;
|
|
4169
|
-
}
|
|
4170
|
-
declare const TreeResourceStringsEN: ITreeResourceStrings;
|
|
3905
|
+
type IBannerResourceStrings = PrefixedResourceStrings<IBannerResourceStrings$1, typeof IGX_PREFIX>;
|
|
3906
|
+
declare const BannerResourceStringsEN: IBannerResourceStrings;
|
|
4171
3907
|
|
|
3908
|
+
declare const DEFAULT_LOCALE = "en-US";
|
|
4172
3909
|
interface IResourceStrings extends IGridResourceStrings, ITimePickerResourceStrings, ICalendarResourceStrings, ICarouselResourceStrings, IChipResourceStrings, IComboResourceStrings, IInputResourceStrings, IDatePickerResourceStrings, IDateRangePickerResourceStrings, IListResourceStrings, IPaginatorResourceStrings, ITreeResourceStrings, IActionStripResourceStrings, IQueryBuilderResourceStrings, IBannerResourceStrings {
|
|
4173
3910
|
}
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
}
|
|
4187
|
-
declare function getCurrentResourceStrings(en: IResourceStrings): IResourceStrings;
|
|
3911
|
+
/** Get current resource strings based on default. Result is truncated result, containing only relevant locale strings. */
|
|
3912
|
+
declare function getCurrentResourceStrings<T>(defaultEN: T, init?: boolean, locale?: string): T;
|
|
3913
|
+
/**
|
|
3914
|
+
* Bind to the i18n manager's onResourceChange event
|
|
3915
|
+
* @param destroyObj Object responsible for signaling destruction of the handling object
|
|
3916
|
+
* @param context Reference to the object's this context
|
|
3917
|
+
*/
|
|
3918
|
+
declare function onResourceChangeHandle(destroyObj: Subject<any> | DestroyRef, callback: (event?: CustomEvent<IResourceChangeEventArgs>) => void, context: any): void;
|
|
3919
|
+
/**
|
|
3920
|
+
* Change resource strings for all components globally. The locale is not taken into account and this method should be called when the locale is changed.
|
|
3921
|
+
* Note: Legacy method. We suggest using the new `registerI18n` and `setCurrentI18n` methods exposed.
|
|
3922
|
+
*/
|
|
4188
3923
|
declare function changei18n(resourceStrings: IResourceStrings): void;
|
|
3924
|
+
/**
|
|
3925
|
+
* Set the current locale of all Ignite UI components.
|
|
3926
|
+
* @param locale The name of the locale. A string based on the BCP 47 language tag, that Intl supports.
|
|
3927
|
+
*/
|
|
3928
|
+
declare function registerI18n(resourceStrings: IResourceStrings, locale: string): void;
|
|
3929
|
+
|
|
3930
|
+
/** Set up provider for Ignite UI components to use Intl formatting, replacing the default Angular's one. */
|
|
3931
|
+
declare function provideIgniteIntl(): Provider[];
|
|
3932
|
+
declare class IntlFormatter extends BaseFormatter {
|
|
3933
|
+
verifyLocale(locale: string): string;
|
|
3934
|
+
formatDate(value: Date | string | number | null | undefined, format: string, locale: string, timezone?: string): string;
|
|
3935
|
+
formatNumber(value: number | string | null | undefined, locale?: string, digitsInfo?: string): string;
|
|
3936
|
+
formatPercent(value: number | string | null | undefined, locale?: string, digitsInfo?: string): string;
|
|
3937
|
+
formatCurrency(value: number | string | null | undefined, locale?: string, display?: 'code' | 'symbol' | 'symbol-narrow' | string, currencyCode?: string, digitsInfo?: string): string;
|
|
3938
|
+
getCurrencyCode(_locale: string, overrideCode?: string): string;
|
|
3939
|
+
getCurrencySymbol(currencyCode: string, locale?: string, currencyDisplay?: keyof Intl.NumberFormatOptionsCurrencyDisplayRegistry): string;
|
|
3940
|
+
getLocaleFirstDayOfWeek(locale?: string): number;
|
|
3941
|
+
private parseDigitsInfo;
|
|
3942
|
+
private formatNumberGeneric;
|
|
3943
|
+
}
|
|
4189
3944
|
|
|
4190
3945
|
/**
|
|
4191
3946
|
* Global type augmentations for IgniteUI Angular
|
|
@@ -4211,5 +3966,5 @@ declare global {
|
|
|
4211
3966
|
}
|
|
4212
3967
|
}
|
|
4213
3968
|
|
|
4214
|
-
export { ACCORDION_NAVIGATION_KEYS, AbsolutePosition, AbsoluteScrollStrategy, ActionStripResourceStringsEN, AutoPositionStrategy, BannerResourceStringsEN, BaseFilteringStrategy, BaseFitPositionStrategy, BlockScrollStrategy, ByLevelTreeGridMergeStrategy, CachedDataCloneStrategy, CalendarDay, CalendarResourceStringsEN, CarouselResourceStringsEN, ChipResourceStringsEN, CloseScrollStrategy, ColumnPinningPosition, ComboResourceStringsEN, ConnectedPositioningStrategy, ContainerPositionStrategy, DataUtil, DatePart, DatePickerResourceStringsEN, DateRangePickerResourceStringsEN, DateRangeType, DateTimeUtil, DefaultDataCloneStrategy, DefaultMergeStrategy, DefaultSortingStrategy, DefaultTreeGridMergeStrategy, EDITOR_PROVIDER, ELEMENTS_TOKEN, ElasticPositionStrategy, ExpressionsTreeUtil, FilterUtil, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, FormattedValuesSortingStrategy, GlobalPositionStrategy, GridColumnDataType, GridResourceStringsEN, GridSummaryCalculationMode, GroupMemberCountSortingStrategy, GroupedRecords, HEADER_KEYS, HORIZONTAL_NAV_KEYS, HammerGesturesManager, HorizontalAlignment, IgxActionStripActionsToken, IgxActionStripToken, IgxAngularAnimationPlayer, IgxAngularAnimationService, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDateTimeFilteringOperand, IgxFilteringOperand, IgxFlatTransactionFactory, IgxGrouping, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxNavigationCloseDirective, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxOverlayOutletDirective, IgxOverlayService, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxSelectionAPIService, IgxSorting, IgxStringFilteringOperand, IgxTimeFilteringOperand, IgxTransactionService, InputResourceStringsEN, ListResourceStringsEN, NAVIGATION_KEYS, NoOpScrollStrategy, NoopFilteringStrategy, NoopSortingStrategy, OffsetMode, PaginatorResourceStringsEN, PagingError, PerformanceService, PickerCalendarOrientation, PickerHeaderOrientation, PickerInteractionMode, PlatformUtil, Point, QueryBuilderResourceStringsEN, ROW_ADD_KEYS, ROW_COLLAPSE_KEYS, ROW_EXPAND_KEYS, RelativePosition, RelativePositionStrategy, SUPPORTED_KEYS, ScrollStrategy, SortingDirection, THEME_TOKEN, TRANSACTION_TYPE, ThemeToken, TimePickerResourceStringsEN, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, TreeResourceStringsEN, Util, VerticalAlignment, WEEKDAYS, areEqualArrays, areSameMonth, calendarRange, changei18n, clamp, clearAll, clearMeasures, cloneArray, cloneHierarchicalArray, cloneValue, cloneValueCached, columnFieldPath, compareMaps, copyDescriptors, daysInWeek, first, flatten,
|
|
3969
|
+
export { ACCORDION_NAVIGATION_KEYS, AbsolutePosition, AbsoluteScrollStrategy, ActionStripResourceStringsEN, AutoPositionStrategy, BannerResourceStringsEN, BaseFilteringStrategy, BaseFitPositionStrategy, BaseFormatter, BlockScrollStrategy, ByLevelTreeGridMergeStrategy, CachedDataCloneStrategy, CalendarDay, CalendarResourceStringsEN, CarouselResourceStringsEN, ChipResourceStringsEN, CloseScrollStrategy, ColumnPinningPosition, ComboResourceStringsEN, ConnectedPositioningStrategy, ContainerPositionStrategy, DEFAULT_LOCALE, DataUtil, DatePart, DatePickerResourceStringsEN, DateRangePickerResourceStringsEN, DateRangeType, DateTimeUtil, DefaultDataCloneStrategy, DefaultMergeStrategy, DefaultSortingStrategy, DefaultTreeGridMergeStrategy, EDITOR_PROVIDER, ELEMENTS_TOKEN, ElasticPositionStrategy, ExpressionsTreeUtil, FilterUtil, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, FormattedValuesSortingStrategy, GlobalPositionStrategy, GridColumnDataType, GridResourceStringsEN, GridSummaryCalculationMode, GroupMemberCountSortingStrategy, GroupedRecords, HEADER_KEYS, HORIZONTAL_NAV_KEYS, HammerGesturesManager, HorizontalAlignment, I18N_FORMATTER, IgxActionStripActionsToken, IgxActionStripToken, IgxAngularAnimationPlayer, IgxAngularAnimationService, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxCurrencyFormatterPipe, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDateFormatterPipe, IgxDateTimeFilteringOperand, IgxFilteringOperand, IgxFlatTransactionFactory, IgxGrouping, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxNavigationCloseDirective, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberFormatterPipe, IgxOverlayOutletDirective, IgxOverlayService, IgxPercentFormatterPipe, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxSelectionAPIService, IgxSorting, IgxStringFilteringOperand, IgxTimeFilteringOperand, IgxTransactionService, InputResourceStringsEN, IntlFormatter, ListResourceStringsEN, NAVIGATION_KEYS, NoOpScrollStrategy, NoopFilteringStrategy, NoopSortingStrategy, OffsetMode, PaginatorResourceStringsEN, PagingError, PerformanceService, PickerCalendarOrientation, PickerHeaderOrientation, PickerInteractionMode, PlatformUtil, Point, QueryBuilderResourceStringsEN, ROW_ADD_KEYS, ROW_COLLAPSE_KEYS, ROW_EXPAND_KEYS, RelativePosition, RelativePositionStrategy, SUPPORTED_KEYS, ScrollStrategy, SortingDirection, THEME_TOKEN, TRANSACTION_TYPE, ThemeToken, TimePickerResourceStringsEN, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, TreeResourceStringsEN, Util, VerticalAlignment, WEEKDAYS, areEqualArrays, areSameMonth, calendarRange, changei18n, clamp, clearAll, clearMeasures, cloneArray, cloneHierarchicalArray, cloneValue, cloneValueCached, columnFieldPath, compareMaps, copyDescriptors, daysInWeek, first, flatten, formatToParts, generateMonth, getClosestActiveDate, getComponentCssSizeVar, getComponentSize, getComponentTheme, getCurrentResourceStrings, getHierarchy, getMeasures, getNextActiveDate, getPreviousActiveDate, getResizeObserver, getYearRange, intoChunks, isConstructor, isDate, isDateInRanges, isEqual, isHierarchyMatch, isNextMonth, isObject, isPreviousMonth, isTree, last, mergeObjects, modulo, normalizeURI, onResourceChangeHandle, parseDate, provideIgniteIntl, recreateTree, recreateTreeFromFields, registerI18n, rem, resizeObservable, resolveNestedPath, reverseMapper, showMessage, startMeasure, toCalendarDay, trackByIdentity, uniqueDates, yieldingLoop, DIR_DOCUMENT as ɵDIR_DOCUMENT, IgxDirectionality as ɵIgxDirectionality, Size$1 as ɵSize };
|
|
4215
3970
|
export type { Action, AnimationPlayer, AnimationService, CalendarRangeParams, CancelableBrowserEventArgs, CancelableEventArgs, ColumnType, ConnectedFit, CustomDateRange, DatePartDeltas, DatePartInfo, DateRange, DateRangeDescriptor, DayInterval, DayParameter, EditorProvider, EntityType, FieldType, GridTypeBase, HammerInput, HammerManager, HammerOptions, HammerStatic, HierarchicalState, HierarchicalTransaction, HierarchicalTransactionService, IActionStripResourceStrings, IBannerResourceStrings, IBaseCancelableBrowserEventArgs, IBaseCancelableEventArgs, IBaseEventArgs, ICalendarResourceStrings, ICarouselResourceStrings, IChipResourceStrings, IColumnEditorOptions, IColumnPipeArgs, IComboResourceStrings, IDataCloneStrategy, IDateParts, IDatePickerResourceStrings, IDateRangePickerResourceStrings, IExpressionTree, IFieldEditorOptions, IFieldPipeArgs, IFilteringExpression, IFilteringExpressionsTree, IFilteringOperation, IFilteringState, IFilteringStrategy, IGridGroupingStrategy, IGridMergeStrategy, IGridResourceStrings, IGridSortingStrategy, IGroupByExpandState, IGroupByKey, IGroupByRecord, IGroupByResult, IGroupingExpression, IGroupingState, IInputResourceStrings, IListResourceStrings, IMergeByResult, IPaginatorResourceStrings, IPagingState, IPathSegment, IPositionStrategy, IQueryBuilderResourceStrings, IResourceStrings, IScrollStrategy, ISortingExpression, ISortingOptions, ISortingStrategy, ISummaryExpression, ISummaryRecord, ITimePickerResourceStrings, IToggleView, ITreeGridRecord, ITreeResourceStrings, IgcCalendarBaseEventMap, IgxFilterItem, IgxSummaryResult, IgxTheme, IgxTreeGridAPIService, KeyOfOrString, MRLColumnSizeInfo, MRLResizeColumnInfo, OverlayAnimationEventArgs, OverlayCancelableEventArgs, OverlayClosingEventArgs, OverlayCreateSettings, OverlayEventArgs, OverlaySettings, PositionSettings, Recognizer, Size, State, StateUpdateEvent, Transaction, TransactionService, WeekDays, Direction as ɵDirection };
|