@indigina/ui-kit 1.1.361 → 1.1.362
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/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import { SortDescriptor, FilterDescriptor, CompositeFilterDescriptor } from '@pr
|
|
|
18
18
|
import { PDFOptions, PaperSize } from '@progress/kendo-drawing/dist/npm/pdf';
|
|
19
19
|
import { Store, StateContext, StateToken } from '@ngxs/store';
|
|
20
20
|
import { DataMoveEvent } from '@progress/kendo-angular-sortable';
|
|
21
|
-
import {
|
|
21
|
+
import { TranslationObject, TranslateService, TranslateLoader } from '@ngx-translate/core';
|
|
22
22
|
import { SchedulerEvent, SchedulerView, EventClickEvent, SlotClickEvent, DateChangeEvent, NavigateEvent, SchedulerComponent } from '@progress/kendo-angular-scheduler';
|
|
23
23
|
import { HttpClient, HttpInterceptor, HttpRequest, HttpHandler, HttpEvent, HttpErrorResponse, HttpParams } from '@angular/common/http';
|
|
24
24
|
|
|
@@ -3551,7 +3551,7 @@ declare class KitTranslateService {
|
|
|
3551
3551
|
static ɵprov: i0.ɵɵInjectableDeclaration<KitTranslateService>;
|
|
3552
3552
|
}
|
|
3553
3553
|
|
|
3554
|
-
declare const kitTranslations: Record<string,
|
|
3554
|
+
declare const kitTranslations: Record<string, TranslationObject>;
|
|
3555
3555
|
|
|
3556
3556
|
declare abstract class KitAbstractPayloadAction<T> {
|
|
3557
3557
|
readonly payload: T;
|
|
@@ -4317,6 +4317,7 @@ declare class KitTranslateLoader implements TranslateLoader {
|
|
|
4317
4317
|
constructor(http: HttpClient, defaultPathPerfix: string, overridePathPrefix: string);
|
|
4318
4318
|
getTranslation(lang: string): Observable<TranslationObject>;
|
|
4319
4319
|
private deepMerge;
|
|
4320
|
+
private readonly isTranslationObject;
|
|
4320
4321
|
}
|
|
4321
4322
|
|
|
4322
4323
|
interface KitTrackingCardTabs {
|
package/package.json
CHANGED
|
@@ -7,14 +7,11 @@
|
|
|
7
7
|
"components",
|
|
8
8
|
"shared"
|
|
9
9
|
],
|
|
10
|
-
"version": "1.1.
|
|
10
|
+
"version": "1.1.362",
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"@angular/common": ">=20.1.3 <21.0.0",
|
|
13
13
|
"@angular/core": ">=20.1.3 <21.0.0",
|
|
14
14
|
"ngx-device-detector": "^10.1.0",
|
|
15
|
-
"@ngxs/store": "^20.1.0",
|
|
16
|
-
"ngxs-reset-plugin": "^4.0.0",
|
|
17
|
-
"@ngx-translate/core": ">=16.0.4",
|
|
18
15
|
"autoprefixer": "^10.4.21",
|
|
19
16
|
"initials": "^3.1.2",
|
|
20
17
|
"json-2-csv": "^5.5.10"
|