File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
projects/ks89/angular-modal-gallery/src Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1010
1111### Examples
1212
13- - upgrade all examples to Angular 20 and the new syntax
13+ - upgrade all examples to Angular 20 and control flow syntax
14+
15+ ### Documentation
16+
17+ - upgrade doc website to Angular 20 component based with control flow syntax
1418
1519
1620# 13.0.0
Original file line number Diff line number Diff line change 2626// *********** required by @ks89/angular-modal-gallery *************
2727// *****************************************************************
2828// ATTENTION: You have to install @angular/cdk to be able to use @ks89/angular-modal-gallery properly
29- @use " @angular/cdk/overlay-prebuilt.css" ;
29+ @use " @angular/cdk/overlay-prebuilt.css" as * ;
3030
3131.ks-modal-gallery-backdrop {
3232 background : #000 !important ;;
Original file line number Diff line number Diff line change 2626// *********** required by @ks89/angular-modal-gallery *************
2727// *****************************************************************
2828// ATTENTION: You have to install @angular/cdk to be able to use @ks89/angular-modal-gallery properly
29- @use " @angular/cdk/overlay-prebuilt.css" ;
29+ @use " @angular/cdk/overlay-prebuilt.css" as * ;
3030
3131.ks-modal-gallery-backdrop {
3232 background : #000 !important ;;
Original file line number Diff line number Diff line change 2626// *********** required by @ks89/angular-modal-gallery *************
2727// *****************************************************************
2828// ATTENTION: You have to install @angular/cdk to be able to use @ks89/angular-modal-gallery properly
29- @use " @angular/cdk/overlay-prebuilt.css" ;
29+ @use " @angular/cdk/overlay-prebuilt.css" as * ;
3030
3131.ks-modal-gallery-backdrop {
3232 background : #000 !important ;;
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export type { CarouselImageConfig } from './lib/model/carousel-image-config.inte
4747export type { Size } from './lib/model/size.interface' ;
4848
4949export { ButtonsStrategy , ButtonType } from './lib/model/buttons-config.interface' ;
50- export type { ButtonsConfig , ButtonEvent } from './lib/model/buttons-config.interface' ;
50+ export type { ButtonsConfig , ButtonConfig , ButtonEvent } from './lib/model/buttons-config.interface' ;
5151
5252export type { ModalLibConfig , PlainLibConfig , CarouselLibConfig } from './lib/model/lib-config.interface' ;
5353
@@ -60,6 +60,8 @@ export type { LoadingConfig } from './lib/model/loading-config.interface';
6060
6161export type { InteractionEvent } from './lib/model/interaction-event.interface' ;
6262
63+ export type { SidePreviewsConfig , SlideConfig } from './lib/model/slide-config.interface' ;
64+
6365export { KS_DEFAULT_ACCESSIBILITY_CONFIG } from './lib/components/accessibility-default' ;
6466export {
6567 KS_DEFAULT_BTN_FULL_SCREEN ,
Original file line number Diff line number Diff line change 2626// *********** required by @ks89/angular-modal-gallery *************
2727// *****************************************************************
2828// ATTENTION: You have to install @angular/cdk to be able to use @ks89/angular-modal-gallery properly
29- @use " @angular/cdk/overlay-prebuilt.css" ;
29+ @use " @angular/cdk/overlay-prebuilt.css" as * ;
3030
3131.ks-modal-gallery-backdrop {
3232 background : #000 !important ;;
You can’t perform that action at this time.
0 commit comments