@softheon/armature 8.13.0 → 8.13.1
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/softheon-armature.umd.js +4 -5
- package/bundles/softheon-armature.umd.js.map +1 -1
- package/bundles/softheon-armature.umd.min.js +2 -2
- package/bundles/softheon-armature.umd.min.js.map +1 -1
- package/esm2015/lib/navigation/navigation.module.js +1 -3
- package/esm5/lib/navigation/navigation.module.js +1 -3
- package/fesm2015/softheon-armature.js +0 -2
- package/fesm2015/softheon-armature.js.map +1 -1
- package/fesm5/softheon-armature.js +0 -2
- package/fesm5/softheon-armature.js.map +1 -1
- package/package.json +1 -1
- package/softheon-armature.metadata.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common/http'), require('angular-oauth2-oidc'), require('rxjs'), require('rxjs/operators'), require('@angular/common'), require('@angular/flex-layout'), require('@angular/material'), require('@angular/router'), require('@ngx-translate/core'), require('@angular/forms'), require('angular-oauth2-oidc/'), require('@angular/
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@softheon/armature', ['exports', '@angular/core', '@angular/common/http', 'angular-oauth2-oidc', 'rxjs', 'rxjs/operators', '@angular/common', '@angular/flex-layout', '@angular/material', '@angular/router', '@ngx-translate/core', '@angular/forms', 'angular-oauth2-oidc/', '@angular/
|
|
4
|
-
(global = global || self, factory((global.softheon = global.softheon || {}, global.softheon.armature = {}), global.ng.core, global.ng.common.http, global.angularOauth2Oidc, global.rxjs, global.rxjs.operators, global.ng.common, global.ng['flex-layout'], global.ng.material, global.ng.router, global.core$1, global.ng.forms, global._, global.ng.
|
|
5
|
-
}(this, (function (exports, core, http, angularOauth2Oidc, rxjs, operators, common, flexLayout, material, router, core$1, forms, _,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common/http'), require('angular-oauth2-oidc'), require('rxjs'), require('rxjs/operators'), require('@angular/common'), require('@angular/flex-layout'), require('@angular/material'), require('@angular/router'), require('@ngx-translate/core'), require('@angular/forms'), require('angular-oauth2-oidc/'), require('@angular/cdk/layout'), require('@elastic/apm-rum-angular'), require('@elastic/apm-rum-angular/dist/lib/index')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@softheon/armature', ['exports', '@angular/core', '@angular/common/http', 'angular-oauth2-oidc', 'rxjs', 'rxjs/operators', '@angular/common', '@angular/flex-layout', '@angular/material', '@angular/router', '@ngx-translate/core', '@angular/forms', 'angular-oauth2-oidc/', '@angular/cdk/layout', '@elastic/apm-rum-angular', '@elastic/apm-rum-angular/dist/lib/index'], factory) :
|
|
4
|
+
(global = global || self, factory((global.softheon = global.softheon || {}, global.softheon.armature = {}), global.ng.core, global.ng.common.http, global.angularOauth2Oidc, global.rxjs, global.rxjs.operators, global.ng.common, global.ng['flex-layout'], global.ng.material, global.ng.router, global.core$1, global.ng.forms, global._, global.ng.cdk.layout, global.apmRumAngular, global.index));
|
|
5
|
+
}(this, (function (exports, core, http, angularOauth2Oidc, rxjs, operators, common, flexLayout, material, router, core$1, forms, _, layout, apmRumAngular, index) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4885,7 +4885,6 @@
|
|
|
4885
4885
|
imports: __spread([
|
|
4886
4886
|
common.CommonModule,
|
|
4887
4887
|
router.RouterModule,
|
|
4888
|
-
animations.BrowserAnimationsModule,
|
|
4889
4888
|
core$1.TranslateModule
|
|
4890
4889
|
], materialModules$2),
|
|
4891
4890
|
exports: __spread(components$3, materialModules$2),
|