Skip to content

Commit

Permalink
Changes 8.x.x to 15.x.x (#273)
Browse files Browse the repository at this point in the history
* New attribute aspectRatio in o-gallery (#272)

* New attribute aspectRatio in o-gallery

* Updated version in enviroment files

* Updated ontimize-web-ngx-gallery version

* Removed tgz

* Added ontimize-web-ngx-gallery tgz
  • Loading branch information
patricia-martinez-imatia committed Feb 15, 2024
1 parent 574c933 commit 2c64a28
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
Binary file added ontimize-web-ngx-gallery-15.1.0-SNAPSHOT-0.tgz
Binary file not shown.
21 changes: 9 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"moment": "^2.18.1",
"ngx-highlightjs": "^8.0.0",
"ontimize-web-ngx": "15.0.0-rc.0",
"ontimize-web-ngx-gallery": "15.0.0",
"ontimize-web-ngx-gallery": "file:./ontimize-web-ngx-gallery-15.1.0-SNAPSHOT-0.tgz",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<mat-form-field>
<input matInput #newHeight placeholder="{{ 'GALLERY.HEIGHT' | oTranslate }}" (keyup.enter)="demoGaleria.changeHeight(newHeight.value)">
</mat-form-field>
<mat-form-field>
<mat-label>{{ 'GALLERY.RATIO' | oTranslate }}</mat-label>
<input matInput #ratioImage placeholder="{{ 'GALLERY.FORMAT_RATIO_TEXT' | oTranslate }}" (keyup.enter)="demoGaleria.changeAspectRatio(ratioImage.value)">
</mat-form-field>
</o-column-collapsible>
<o-column-collapsible attr="conf" title="{{ 'GALLERY.CONFIGURATION_THUMBNAIL' | oTranslate }}" elevation="0" layout-padding
layout-align="center" expanded="true">
Expand Down
4 changes: 3 additions & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,5 +502,7 @@
"MOVEMENTTYPES": "Movement types",
"MOVEMENTTYPEID": "Movement types",
"TRANSACTIONS": "Transactions",
"ENDDATE": "End date"
"ENDDATE": "End date",
"GALLERY.FORMAT_RATIO_TEXT":"Format 4:3",
"GALLERY.RATIO": "Aspect ratio"
}

0 comments on commit 2c64a28

Please sign in to comment.