@onemrvapublic/design-system 22.0.0-develop.4 → 22.0.0-develop.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/README.md +3 -4
- package/fesm2022/onemrvapublic-design-system-layout.mjs +2 -31
- package/fesm2022/onemrvapublic-design-system-layout.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs +17 -41
- package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs +2 -47
- package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-stepper.mjs +5 -32
- package/fesm2022/onemrvapublic-design-system-mat-stepper.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-shared.mjs +1 -1
- package/fesm2022/onemrvapublic-design-system-shared.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system.mjs +1 -1
- package/fesm2022/onemrvapublic-design-system.mjs.map +1 -1
- package/mat-carousel/src/onemrva-mat-carousel.component.scss +18 -0
- package/package.json +1 -1
- package/types/onemrvapublic-design-system-mat-carousel.d.ts +0 -3
- package/types/onemrvapublic-design-system.d.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["// Auto-generated — do not edit\nexport const VERSION = '22.0.0-develop.
|
|
1
|
+
{"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["// Auto-generated — do not edit\nexport const VERSION = '22.0.0-develop.6';\n","export { VERSION } from './version';\n\nexport const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACO,MAAM,OAAO,GAAG;;ACChB,MAAM,yCAAyC,GAAG;;ACFzD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { TemplateRef, ElementRef, AfterViewInit, OnInit, OnDestroy, Renderer2 } from '@angular/core';
|
|
3
|
-
import { AnimationBuilder, AnimationFactory } from '@angular/animations';
|
|
4
3
|
import { Subject } from 'rxjs';
|
|
5
4
|
|
|
6
5
|
declare class OnemrvaMatCarouselItemComponent {
|
|
@@ -28,14 +27,12 @@ declare class OnemrvaMatCarouselComponent implements AfterViewInit, OnInit, OnDe
|
|
|
28
27
|
carouselWrapperStyle: {};
|
|
29
28
|
width: number;
|
|
30
29
|
destroyed: Subject<any>;
|
|
31
|
-
builder: AnimationBuilder;
|
|
32
30
|
element: ElementRef;
|
|
33
31
|
renderer: Renderer2;
|
|
34
32
|
constructor();
|
|
35
33
|
ngOnInit(): void;
|
|
36
34
|
ngOnDestroy(): void;
|
|
37
35
|
onResize(_event: any): void;
|
|
38
|
-
buildAnimation(offset: number): AnimationFactory;
|
|
39
36
|
goto(index: number): void;
|
|
40
37
|
next(): void;
|
|
41
38
|
prev(): void;
|