@indigina/ui-kit 1.1.374 → 1.1.376
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
|
@@ -7,56 +7,56 @@
|
|
|
7
7
|
"components",
|
|
8
8
|
"shared"
|
|
9
9
|
],
|
|
10
|
-
"version": "1.1.
|
|
10
|
+
"version": "1.1.376",
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@angular/common": ">=
|
|
13
|
-
"@angular/core": ">=
|
|
14
|
-
"ngx-device-detector": "^
|
|
12
|
+
"@angular/common": ">=21.0.0 <22.0.0",
|
|
13
|
+
"@angular/core": ">=21.0.0 <22.0.0",
|
|
14
|
+
"ngx-device-detector": "^11.0.0",
|
|
15
15
|
"autoprefixer": "^10.4.21",
|
|
16
16
|
"initials": "^3.1.2",
|
|
17
17
|
"json-2-csv": "^5.5.10"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@progress/kendo-angular-buttons": "
|
|
21
|
-
"@progress/kendo-angular-common": "
|
|
22
|
-
"@progress/kendo-angular-dateinputs": "
|
|
23
|
-
"@progress/kendo-angular-dialog": "
|
|
24
|
-
"@progress/kendo-angular-dropdowns": "
|
|
25
|
-
"@progress/kendo-angular-excel-export": "
|
|
26
|
-
"@progress/kendo-angular-grid": "
|
|
27
|
-
"@progress/kendo-angular-icons": "
|
|
28
|
-
"@progress/kendo-angular-indicators": "
|
|
29
|
-
"@progress/kendo-angular-inputs": "
|
|
30
|
-
"@progress/kendo-angular-intl": "
|
|
31
|
-
"@progress/kendo-angular-l10n": "
|
|
32
|
-
"@progress/kendo-angular-label": "
|
|
33
|
-
"@progress/kendo-angular-layout": "
|
|
34
|
-
"@progress/kendo-angular-menu": "
|
|
35
|
-
"@progress/kendo-angular-navigation": "
|
|
36
|
-
"@progress/kendo-angular-popup": "
|
|
37
|
-
"@progress/kendo-angular-progressbar": "
|
|
38
|
-
"@progress/kendo-angular-sortable": "
|
|
39
|
-
"@progress/kendo-angular-scheduler": "
|
|
40
|
-
"@progress/kendo-angular-tooltip": "
|
|
41
|
-
"@progress/kendo-angular-treeview": "
|
|
42
|
-
"@progress/kendo-angular-upload": "
|
|
20
|
+
"@progress/kendo-angular-buttons": "22.0.1",
|
|
21
|
+
"@progress/kendo-angular-common": "22.0.1",
|
|
22
|
+
"@progress/kendo-angular-dateinputs": "22.0.1",
|
|
23
|
+
"@progress/kendo-angular-dialog": "22.0.1",
|
|
24
|
+
"@progress/kendo-angular-dropdowns": "22.0.1",
|
|
25
|
+
"@progress/kendo-angular-excel-export": "22.0.1",
|
|
26
|
+
"@progress/kendo-angular-grid": "22.0.1",
|
|
27
|
+
"@progress/kendo-angular-icons": "22.0.1",
|
|
28
|
+
"@progress/kendo-angular-indicators": "22.0.1",
|
|
29
|
+
"@progress/kendo-angular-inputs": "22.0.1",
|
|
30
|
+
"@progress/kendo-angular-intl": "22.0.1",
|
|
31
|
+
"@progress/kendo-angular-l10n": "22.0.1",
|
|
32
|
+
"@progress/kendo-angular-label": "22.0.1",
|
|
33
|
+
"@progress/kendo-angular-layout": "22.0.1",
|
|
34
|
+
"@progress/kendo-angular-menu": "22.0.1",
|
|
35
|
+
"@progress/kendo-angular-navigation": "22.0.1",
|
|
36
|
+
"@progress/kendo-angular-popup": "22.0.1",
|
|
37
|
+
"@progress/kendo-angular-progressbar": "22.0.1",
|
|
38
|
+
"@progress/kendo-angular-sortable": "22.0.1",
|
|
39
|
+
"@progress/kendo-angular-scheduler": "22.0.1",
|
|
40
|
+
"@progress/kendo-angular-tooltip": "22.0.1",
|
|
41
|
+
"@progress/kendo-angular-treeview": "22.0.1",
|
|
42
|
+
"@progress/kendo-angular-upload": "22.0.1",
|
|
43
43
|
"@progress/kendo-data-query": "1.7.1",
|
|
44
44
|
"@progress/kendo-drawing": "1.23.1",
|
|
45
|
-
"@progress/kendo-font-icons": "4.
|
|
46
|
-
"@progress/kendo-licensing": "1.
|
|
47
|
-
"@progress/kendo-svg-icons": "4.
|
|
45
|
+
"@progress/kendo-font-icons": "4.6.2",
|
|
46
|
+
"@progress/kendo-licensing": "1.9.1",
|
|
47
|
+
"@progress/kendo-svg-icons": "4.6.2",
|
|
48
48
|
"@progress/kendo-theme-default": "12.0.1",
|
|
49
|
-
"ngx-toastr": "
|
|
49
|
+
"ngx-toastr": "20.0.3",
|
|
50
50
|
"tslib": "2.8.1"
|
|
51
51
|
},
|
|
52
52
|
"module": "fesm2022/indigina-ui-kit.mjs",
|
|
53
|
-
"typings": "
|
|
53
|
+
"typings": "types/indigina-ui-kit.d.ts",
|
|
54
54
|
"exports": {
|
|
55
55
|
"./package.json": {
|
|
56
56
|
"default": "./package.json"
|
|
57
57
|
},
|
|
58
58
|
".": {
|
|
59
|
-
"types": "./
|
|
59
|
+
"types": "./types/indigina-ui-kit.d.ts",
|
|
60
60
|
"default": "./fesm2022/indigina-ui-kit.mjs"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
@@ -10,9 +10,9 @@ import { DialogRef, DialogSettings } from '@progress/kendo-angular-dialog';
|
|
|
10
10
|
export { DialogAction, DialogCloseResult, DialogContentBase, DialogRef, DialogResult } from '@progress/kendo-angular-dialog';
|
|
11
11
|
import { FileInfo } from '@progress/kendo-angular-upload';
|
|
12
12
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
13
|
+
import { Params, NavigationExtras, QueryParamsHandling, CanActivateFn, Routes } from '@angular/router';
|
|
13
14
|
import { PopupSettings as PopupSettings$1 } from '@progress/kendo-angular-popup';
|
|
14
15
|
import { SelectEvent, DrawerComponent } from '@progress/kendo-angular-layout';
|
|
15
|
-
import { NavigationExtras, QueryParamsHandling, CanActivateFn, Routes } from '@angular/router';
|
|
16
16
|
import { RowClassArgs, PageChangeEvent, DetailExpandEvent, DetailCollapseEvent, CellClickEvent, ExcelExportEvent, GridComponent, PagerSettings } from '@progress/kendo-angular-grid';
|
|
17
17
|
import { SortDescriptor, FilterDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
18
18
|
import { PDFOptions, PaperSize } from '@progress/kendo-drawing/dist/npm/pdf';
|
|
@@ -1595,12 +1595,12 @@ interface KitToastrConfig {
|
|
|
1595
1595
|
disableTimeout?: boolean;
|
|
1596
1596
|
toastClass?: string;
|
|
1597
1597
|
}
|
|
1598
|
-
type KitToastr = ActiveToast<
|
|
1598
|
+
type KitToastr = ActiveToast<unknown>;
|
|
1599
1599
|
declare class KitToastrService {
|
|
1600
1600
|
private readonly toastrService;
|
|
1601
1601
|
private readonly rendererFactory2;
|
|
1602
1602
|
private readonly renderer2;
|
|
1603
|
-
show(config: KitToastrConfig): KitToastr;
|
|
1603
|
+
show(config: KitToastrConfig): KitToastr | null;
|
|
1604
1604
|
private getConfig;
|
|
1605
1605
|
private removeOverlayContainerClassIfToastsEmpty;
|
|
1606
1606
|
private addOverlayContainerClass;
|
|
@@ -2161,6 +2161,7 @@ declare class KitCopyTextComponent {
|
|
|
2161
2161
|
interface KitNavigationMenuItem {
|
|
2162
2162
|
title: string;
|
|
2163
2163
|
link?: string;
|
|
2164
|
+
queryParams?: Params;
|
|
2164
2165
|
cssClass?: string;
|
|
2165
2166
|
icon?: KitSvgIcon;
|
|
2166
2167
|
iconType?: KitSvgIconType;
|