tango-app-ui-shared 3.7.5 → 3.7.6
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/esm2022/lib/modules/layout/sidebar/sidebar-menu/sidebar-menu.component.mjs +3 -3
- package/esm2022/lib/routes/routing.mjs +6 -6
- package/fesm2022/tango-app-ui-shared.mjs +7 -7
- package/fesm2022/tango-app-ui-shared.mjs.map +1 -1
- package/package.json +1 -1
- package/esm2022/lib/routes/route-wraper-modules/eyetest-wrapper.module.mjs +0 -18
- package/fesm2022/tango-app-ui-shared-eyetest-wrapper.module-CfO814JB.mjs +0 -21
- package/fesm2022/tango-app-ui-shared-eyetest-wrapper.module-CfO814JB.mjs.map +0 -1
- package/lib/routes/route-wraper-modules/eyetest-wrapper.module.d.ts +0 -7
package/package.json
CHANGED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { TangoEyetestCopilotModule } from 'tango-app-ui-eyetest-copilot';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class EyetestWrapperModule {
|
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EyetestWrapperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: EyetestWrapperModule, imports: [TangoEyetestCopilotModule] });
|
|
7
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EyetestWrapperModule, imports: [TangoEyetestCopilotModule] });
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EyetestWrapperModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
declarations: [],
|
|
13
|
-
imports: [
|
|
14
|
-
TangoEyetestCopilotModule
|
|
15
|
-
]
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXlldGVzdC13cmFwcGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RhbmdvLWFwcC1zaGFyZWQvc3JjL2xpYi9yb3V0ZXMvcm91dGUtd3JhcGVyLW1vZHVsZXMvZXlldGVzdC13cmFwcGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQVN6RSxNQUFNLE9BQU8sb0JBQW9CO3dHQUFwQixvQkFBb0I7eUdBQXBCLG9CQUFvQixZQUg3Qix5QkFBeUI7eUdBR2hCLG9CQUFvQixZQUg3Qix5QkFBeUI7OzRGQUdoQixvQkFBb0I7a0JBUGhDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLEVBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHlCQUF5QjtxQkFDMUI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBUYW5nb0V5ZXRlc3RDb3BpbG90TW9kdWxlIH0gZnJvbSAndGFuZ28tYXBwLXVpLWV5ZXRlc3QtY29waWxvdCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gIF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgVGFuZ29FeWV0ZXN0Q29waWxvdE1vZHVsZVxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIEV5ZXRlc3RXcmFwcGVyTW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { TangoEyetestCopilotModule } from 'tango-app-ui-eyetest-copilot';
|
|
4
|
-
|
|
5
|
-
class EyetestWrapperModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EyetestWrapperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: EyetestWrapperModule, imports: [TangoEyetestCopilotModule] });
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EyetestWrapperModule, imports: [TangoEyetestCopilotModule] });
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EyetestWrapperModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [],
|
|
14
|
-
imports: [
|
|
15
|
-
TangoEyetestCopilotModule
|
|
16
|
-
]
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
|
|
20
|
-
export { EyetestWrapperModule };
|
|
21
|
-
//# sourceMappingURL=tango-app-ui-shared-eyetest-wrapper.module-CfO814JB.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tango-app-ui-shared-eyetest-wrapper.module-CfO814JB.mjs","sources":["../../../projects/tango-app-shared/src/lib/routes/route-wraper-modules/eyetest-wrapper.module.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\r\nimport { TangoEyetestCopilotModule } from 'tango-app-ui-eyetest-copilot';\r\n\r\n@NgModule({\r\n declarations: [\r\n ],\r\n imports: [\r\n TangoEyetestCopilotModule\r\n ]\r\n})\r\nexport class EyetestWrapperModule { }\r\n"],"names":[],"mappings":";;;;MAUa,oBAAoB,CAAA;wGAApB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAApB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,oBAAoB,YAH7B,yBAAyB,CAAA,EAAA,CAAA;AAGhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,oBAAoB,YAH7B,yBAAyB,CAAA,EAAA,CAAA;;4FAGhB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAPhC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE,EACb;AACD,oBAAA,OAAO,EAAE;wBACP;AACD;AACF,iBAAA;;;;;"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "tango-app-ui-eyetest-copilot";
|
|
3
|
-
export declare class EyetestWrapperModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EyetestWrapperModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EyetestWrapperModule, never, [typeof i1.TangoEyetestCopilotModule], never>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<EyetestWrapperModule>;
|
|
7
|
-
}
|