@indigina/kendo 1.0.142-beta → 1.0.145-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 +27 -27
- 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/public-api.js +2 -1
- package/fesm2015/indigina-kendo.js +27 -27
- package/fesm2015/indigina-kendo.js.map +1 -1
- package/indigina-kendo.d.ts +0 -1
- package/indigina-kendo.metadata.json +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -2110,6 +2110,32 @@
|
|
|
2110
2110
|
clickedOutside: [{ type: i0.HostListener, args: ['document:click', ['$event'],] }]
|
|
2111
2111
|
};
|
|
2112
2112
|
|
|
2113
|
+
var isIE = window.navigator.userAgent.indexOf('MSIE ') > -1 ||
|
|
2114
|
+
window.navigator.userAgent.indexOf('Trident/') > -1;
|
|
2115
|
+
var MSALInstanceFactory = function (config) {
|
|
2116
|
+
var msalConfig = {
|
|
2117
|
+
auth: {
|
|
2118
|
+
clientId: config.appSettings.azureB2C.clientId,
|
|
2119
|
+
authority: config.appSettings.azureB2C.authority,
|
|
2120
|
+
knownAuthorities: config.appSettings.azureB2C.knownAuthorities,
|
|
2121
|
+
redirectUri: window.location.origin + '/azure/login/callback',
|
|
2122
|
+
postLogoutRedirectUri: '/',
|
|
2123
|
+
navigateToLoginRequestUrl: false,
|
|
2124
|
+
},
|
|
2125
|
+
cache: {
|
|
2126
|
+
cacheLocation: msalBrowser.BrowserCacheLocation.SessionStorage,
|
|
2127
|
+
storeAuthStateInCookie: isIE,
|
|
2128
|
+
},
|
|
2129
|
+
system: {
|
|
2130
|
+
loggerOptions: {
|
|
2131
|
+
loggerCallback: function () { },
|
|
2132
|
+
piiLoggingEnabled: false,
|
|
2133
|
+
},
|
|
2134
|
+
},
|
|
2135
|
+
};
|
|
2136
|
+
return new msalBrowser.PublicClientApplication(msalConfig);
|
|
2137
|
+
};
|
|
2138
|
+
|
|
2113
2139
|
var PermissionsService = /** @class */ (function () {
|
|
2114
2140
|
function PermissionsService(httpService, accountService, signalRService) {
|
|
2115
2141
|
var _this = this;
|
|
@@ -2235,32 +2261,6 @@
|
|
|
2235
2261
|
permissionCategory: [{ type: i0.Input }]
|
|
2236
2262
|
};
|
|
2237
2263
|
|
|
2238
|
-
var isIE = window.navigator.userAgent.indexOf('MSIE ') > -1 ||
|
|
2239
|
-
window.navigator.userAgent.indexOf('Trident/') > -1;
|
|
2240
|
-
var MSALInstanceFactory = function (config) {
|
|
2241
|
-
var msalConfig = {
|
|
2242
|
-
auth: {
|
|
2243
|
-
clientId: config.appSettings.azureB2C.clientId,
|
|
2244
|
-
authority: config.appSettings.azureB2C.authority,
|
|
2245
|
-
knownAuthorities: config.appSettings.azureB2C.knownAuthorities,
|
|
2246
|
-
redirectUri: window.location.origin + '/azure/login/callback',
|
|
2247
|
-
postLogoutRedirectUri: '/',
|
|
2248
|
-
navigateToLoginRequestUrl: false,
|
|
2249
|
-
},
|
|
2250
|
-
cache: {
|
|
2251
|
-
cacheLocation: msalBrowser.BrowserCacheLocation.SessionStorage,
|
|
2252
|
-
storeAuthStateInCookie: isIE,
|
|
2253
|
-
},
|
|
2254
|
-
system: {
|
|
2255
|
-
loggerOptions: {
|
|
2256
|
-
loggerCallback: function () { },
|
|
2257
|
-
piiLoggingEnabled: false,
|
|
2258
|
-
},
|
|
2259
|
-
},
|
|
2260
|
-
};
|
|
2261
|
-
return new msalBrowser.PublicClientApplication(msalConfig);
|
|
2262
|
-
};
|
|
2263
|
-
|
|
2264
2264
|
var AuthorizationHeader = 'Authorization';
|
|
2265
2265
|
var AuthHeadersInterceptor = /** @class */ (function () {
|
|
2266
2266
|
function AuthHeadersInterceptor(settingsService) {
|
|
@@ -3766,6 +3766,7 @@
|
|
|
3766
3766
|
exports.LanguageSelectorComponent = LanguageSelectorComponent;
|
|
3767
3767
|
exports.LiveUpdatesControlComponent = LiveUpdatesControlComponent;
|
|
3768
3768
|
exports.LocaleSettingsService = LocaleSettingsService;
|
|
3769
|
+
exports.MSALInstanceFactory = MSALInstanceFactory;
|
|
3769
3770
|
exports.ModalWindowComponent = ModalWindowComponent;
|
|
3770
3771
|
exports.MulticheckFilterComponent = MulticheckFilterComponent;
|
|
3771
3772
|
exports.NumberInputComponent = NumberInputComponent;
|
|
@@ -3790,7 +3791,6 @@
|
|
|
3790
3791
|
exports.ɵe = TreeViewNodeComponent;
|
|
3791
3792
|
exports.ɵf = TreeViewNodePropComponent;
|
|
3792
3793
|
exports.ɵg = AuthHeadersInterceptor;
|
|
3793
|
-
exports.ɵh = MSALInstanceFactory;
|
|
3794
3794
|
Object.keys(animations).forEach(function (k) {
|
|
3795
3795
|
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
3796
3796
|
enumerable: true,
|