@indigina/kendo 1.2.84 → 1.2.86
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 +22 -21
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@indigina/kendo",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.86",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/compiler": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/compiler": "^19.1.4",
|
|
6
|
+
"@angular/core": "^19.1.4"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@azure/msal-angular": "^3.0.10",
|
|
@@ -12,33 +12,34 @@
|
|
|
12
12
|
"@ngx-loading-bar/core": "^6.0.2",
|
|
13
13
|
"@ngx-loading-bar/http-client": "^6.0.2",
|
|
14
14
|
"@ngx-translate/core": "^15.0.0",
|
|
15
|
-
"@progress/kendo-angular-buttons": "^
|
|
16
|
-
"@progress/kendo-angular-common": "^
|
|
17
|
-
"@progress/kendo-angular-dateinputs": "^
|
|
18
|
-
"@progress/kendo-angular-dialog": "^
|
|
19
|
-
"@progress/kendo-angular-dropdowns": "^
|
|
20
|
-
"@progress/kendo-angular-excel-export": "^
|
|
21
|
-
"@progress/kendo-angular-grid": "^
|
|
22
|
-
"@progress/kendo-angular-inputs": "^
|
|
23
|
-
"@progress/kendo-angular-intl": "^
|
|
24
|
-
"@progress/kendo-angular-l10n": "^
|
|
25
|
-
"@progress/kendo-angular-label": "^
|
|
26
|
-
"@progress/kendo-angular-pdf-export": "^
|
|
27
|
-
"@progress/kendo-angular-popup": "^
|
|
28
|
-
"@progress/kendo-angular-tooltip": "^
|
|
29
|
-
"@progress/kendo-angular-treeview": "^
|
|
30
|
-
"@progress/kendo-angular-upload": "^
|
|
15
|
+
"@progress/kendo-angular-buttons": "^18.0.0",
|
|
16
|
+
"@progress/kendo-angular-common": "^18.0.0",
|
|
17
|
+
"@progress/kendo-angular-dateinputs": "^18.0.0",
|
|
18
|
+
"@progress/kendo-angular-dialog": "^18.0.0",
|
|
19
|
+
"@progress/kendo-angular-dropdowns": "^18.0.0",
|
|
20
|
+
"@progress/kendo-angular-excel-export": "^18.0.0",
|
|
21
|
+
"@progress/kendo-angular-grid": "^18.0.0",
|
|
22
|
+
"@progress/kendo-angular-inputs": "^18.0.0",
|
|
23
|
+
"@progress/kendo-angular-intl": "^18.0.0",
|
|
24
|
+
"@progress/kendo-angular-l10n": "^18.0.0",
|
|
25
|
+
"@progress/kendo-angular-label": "^18.0.0",
|
|
26
|
+
"@progress/kendo-angular-pdf-export": "^18.0.0",
|
|
27
|
+
"@progress/kendo-angular-popup": "^18.0.0",
|
|
28
|
+
"@progress/kendo-angular-tooltip": "^18.0.0",
|
|
29
|
+
"@progress/kendo-angular-treeview": "^18.0.0",
|
|
30
|
+
"@progress/kendo-angular-upload": "^18.0.0",
|
|
31
31
|
"@progress/kendo-data-query": "^1.7.0",
|
|
32
|
+
"@progress/kendo-angular-pager": "^18.0.0",
|
|
32
33
|
"@progress/kendo-drawing": "^1.20.4",
|
|
33
34
|
"@progress/kendo-licensing": ">=1.3.5",
|
|
34
|
-
"@progress/kendo-theme-default": "^
|
|
35
|
+
"@progress/kendo-theme-default": "^10.1.0",
|
|
35
36
|
"async-mutex": "^0.4.1",
|
|
36
37
|
"bootstrap": "^3.4.1",
|
|
37
38
|
"font-awesome": "^4.7.0",
|
|
38
39
|
"moment": "^2.30.1",
|
|
39
40
|
"moment-timezone": "^0.5.45",
|
|
40
41
|
"ngx-clipboard": "^16.0.0",
|
|
41
|
-
"ngx-toastr": "^
|
|
42
|
+
"ngx-toastr": "^18.0.0",
|
|
42
43
|
"xml-beautify": "^1.2.3",
|
|
43
44
|
"tslib": "^2.3.0"
|
|
44
45
|
},
|