@indigina/kendo 1.0.142-beta → 1.0.155-beta
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/bundles/indigina-kendo.umd.js +66 -57
- package/bundles/indigina-kendo.umd.js.map +1 -1
- package/bundles/indigina-kendo.umd.min.js +1 -1
- package/bundles/indigina-kendo.umd.min.js.map +1 -1
- package/esm2015/indigina-kendo.js +1 -2
- package/esm2015/lib/angular/indigina.module.js +4 -1
- package/esm2015/lib/angular/services/http.service.js +7 -6
- package/esm2015/lib/components/azure-login-callback/azure-login-callback.component.js +5 -3
- package/esm2015/lib/kendo.module.js +4 -1
- package/esm2015/public-api.js +2 -1
- package/fesm2015/indigina-kendo.js +63 -54
- package/fesm2015/indigina-kendo.js.map +1 -1
- package/indigina-kendo.d.ts +0 -1
- package/indigina-kendo.metadata.json +1 -1
- package/lib/angular/services/http.service.d.ts +3 -3
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
package/indigina-kendo.d.ts
CHANGED
|
@@ -6,5 +6,4 @@ export { AppSettingsFactory as ɵc, LocaleServiceSettingsFactory as ɵa, Transla
|
|
|
6
6
|
export { MenuItemGroupComponent as ɵd } from './lib/angular/widgets/side-menu/menu-item-group/menu-item-group.component';
|
|
7
7
|
export { TreeViewNodePropComponent as ɵf } from './lib/angular/widgets/tree-view/tree-view-node-prop/tree-view-node-prop.component';
|
|
8
8
|
export { TreeViewNodeComponent as ɵe } from './lib/angular/widgets/tree-view/tree-view-node/tree-view-node.component';
|
|
9
|
-
export { MSALInstanceFactory as ɵh } from './lib/config/msal-instance.factory';
|
|
10
9
|
export { AuthHeadersInterceptor as ɵg } from './lib/interceptors/auth-headers.interceptor';
|