@indigina/ui-kit 1.1.592 → 1.1.594
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/package.json
CHANGED
|
@@ -4628,11 +4628,11 @@ declare const KIT_ALL_PERMISSIONS_PATH: InjectionToken<string>;
|
|
|
4628
4628
|
declare const KIT_USER_APPLICATIONS_PATH: InjectionToken<string>;
|
|
4629
4629
|
|
|
4630
4630
|
declare enum KitLanguage {
|
|
4631
|
-
ENGLISH = "en
|
|
4632
|
-
FRENCH = "fr
|
|
4633
|
-
GERMAN = "de
|
|
4631
|
+
ENGLISH = "en",
|
|
4632
|
+
FRENCH = "fr",
|
|
4633
|
+
GERMAN = "de",
|
|
4634
4634
|
CHINESE = "zh-CN",
|
|
4635
|
-
RUSSIAN = "ru
|
|
4635
|
+
RUSSIAN = "ru"
|
|
4636
4636
|
}
|
|
4637
4637
|
declare const KIT_SUPPORTED_LANGUAGES: readonly string[];
|
|
4638
4638
|
declare function isKitLanguageSupported(languageCode: string | null | undefined): boolean;
|
|
@@ -4942,6 +4942,7 @@ declare class KitGridFiltersComponent {
|
|
|
4942
4942
|
useUserTimeZone(filter: KitFilterItem): boolean;
|
|
4943
4943
|
isLocalDateColumn(filter: KitFilterItem): boolean;
|
|
4944
4944
|
getDateFilterConstraint(filter: KitFilterItem): KitDateFilterConstraint | undefined;
|
|
4945
|
+
getCheckboxFilterItems(field: string): KitFilterListOption[];
|
|
4945
4946
|
private isFilterSelectorItemDisabled;
|
|
4946
4947
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitGridFiltersComponent, never>;
|
|
4947
4948
|
static ɵcmp: i0.ɵɵComponentDeclaration<KitGridFiltersComponent, "kit-grid-filters", never, { "excludedColumns": { "alias": "excludedColumns"; "required": true; "isSignal": true; }; "columns": { "alias": "columns"; "required": true; "isSignal": true; }; "filterListConfig": { "alias": "filterListConfig"; "required": true; "isSignal": true; }; "useLocalTimeZone": { "alias": "useLocalTimeZone"; "required": false; "isSignal": true; }; "nullLabel": { "alias": "nullLabel"; "required": false; "isSignal": true; }; "notNullLabel": { "alias": "notNullLabel"; "required": false; "isSignal": true; }; }, { "filterChanged": "filterChanged"; }, never, never, true, never>;
|