@indigina/kendo 2.0.29 → 2.0.30
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/fesm2022/indigina-kendo.mjs +275 -275
- package/fesm2022/indigina-kendo.mjs.map +1 -1
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@indigina/kendo",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.30",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/core": "^21.
|
|
6
|
-
"@angular/common": "^21.
|
|
5
|
+
"@angular/core": "^21.2.4",
|
|
6
|
+
"@angular/common": "^21.2.4",
|
|
7
7
|
"ngx-toastr": "^20.0.5",
|
|
8
8
|
"ngx-clipboard": "^16.0.0",
|
|
9
9
|
"@ngx-translate/core": "^17.0.0",
|
|
10
10
|
"@ngx-loading-bar/core": "^7.0.1",
|
|
11
11
|
"@ngx-loading-bar/http-client": "^7.0.1",
|
|
12
12
|
"@microsoft/signalr": "^10.0.0",
|
|
13
|
-
"@azure/msal-angular": "^5.
|
|
14
|
-
"@azure/msal-browser": "^5.
|
|
13
|
+
"@azure/msal-angular": "^5.1.2",
|
|
14
|
+
"@azure/msal-browser": "^5.5.0",
|
|
15
15
|
"moment": "^2.30.1",
|
|
16
16
|
"moment-timezone": "^0.6.0"
|
|
17
17
|
},
|
|
@@ -48,27 +48,27 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@progress/kendo-angular-buttons": "^
|
|
52
|
-
"@progress/kendo-angular-common": "^
|
|
53
|
-
"@progress/kendo-angular-dateinputs": "^
|
|
54
|
-
"@progress/kendo-angular-dialog": "^
|
|
55
|
-
"@progress/kendo-angular-dropdowns": "^
|
|
56
|
-
"@progress/kendo-angular-excel-export": "^
|
|
57
|
-
"@progress/kendo-angular-grid": "^
|
|
58
|
-
"@progress/kendo-angular-inputs": "^
|
|
59
|
-
"@progress/kendo-angular-intl": "^
|
|
60
|
-
"@progress/kendo-angular-l10n": "^
|
|
61
|
-
"@progress/kendo-angular-label": "^
|
|
62
|
-
"@progress/kendo-angular-pager": "^
|
|
63
|
-
"@progress/kendo-angular-pdf-export": "^
|
|
64
|
-
"@progress/kendo-angular-popup": "^
|
|
65
|
-
"@progress/kendo-angular-tooltip": "^
|
|
66
|
-
"@progress/kendo-angular-treeview": "^
|
|
67
|
-
"@progress/kendo-angular-upload": "^
|
|
68
|
-
"@progress/kendo-data-query": "^1.7.
|
|
69
|
-
"@progress/kendo-drawing": "^1.24.
|
|
51
|
+
"@progress/kendo-angular-buttons": "^23.2.0",
|
|
52
|
+
"@progress/kendo-angular-common": "^23.2.0",
|
|
53
|
+
"@progress/kendo-angular-dateinputs": "^23.2.0",
|
|
54
|
+
"@progress/kendo-angular-dialog": "^23.2.0",
|
|
55
|
+
"@progress/kendo-angular-dropdowns": "^23.2.0",
|
|
56
|
+
"@progress/kendo-angular-excel-export": "^23.2.0",
|
|
57
|
+
"@progress/kendo-angular-grid": "^23.2.0",
|
|
58
|
+
"@progress/kendo-angular-inputs": "^23.2.0",
|
|
59
|
+
"@progress/kendo-angular-intl": "^23.2.0",
|
|
60
|
+
"@progress/kendo-angular-l10n": "^23.2.0",
|
|
61
|
+
"@progress/kendo-angular-label": "^23.2.0",
|
|
62
|
+
"@progress/kendo-angular-pager": "^23.2.0",
|
|
63
|
+
"@progress/kendo-angular-pdf-export": "^23.2.0",
|
|
64
|
+
"@progress/kendo-angular-popup": "^23.2.0",
|
|
65
|
+
"@progress/kendo-angular-tooltip": "^23.2.0",
|
|
66
|
+
"@progress/kendo-angular-treeview": "^23.2.0",
|
|
67
|
+
"@progress/kendo-angular-upload": "^23.2.0",
|
|
68
|
+
"@progress/kendo-data-query": "^1.7.4",
|
|
69
|
+
"@progress/kendo-drawing": "^1.24.1",
|
|
70
70
|
"@progress/kendo-licensing": "^1.10.1",
|
|
71
|
-
"@progress/kendo-theme-default": "^13.0.
|
|
71
|
+
"@progress/kendo-theme-default": "^13.0.1",
|
|
72
72
|
"async-mutex": "0.5.0",
|
|
73
73
|
"bootstrap": "3.4.1",
|
|
74
74
|
"font-awesome": "4.7.0",
|