-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(design)!: remove
DaffImageGalleryComponent
and `DaffImageListC…
…omponent` from `@daffodil/design` (#2863) BREAKING CHANGE: `DaffImageGalleryComponent` has been removed from `@daffodil/design`. Use the `DaffMediaGalleryComponent` instead.
- Loading branch information
Showing
30 changed files
with
23 additions
and
665 deletions.
There are no files selected for viewing
19 changes: 8 additions & 11 deletions
19
apps/demo/src/app/core/image-gallery/components/image-gallery.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
<daff-image-gallery> | ||
<img daff-active-image src="{{(selectedImage$ | async)}}"> | ||
<daff-gallery-image | ||
<daff-media-gallery> | ||
<daff-image daffThumbnail | ||
*ngFor="let image of images" | ||
[selected]="image.url === (selectedImage$ | async)"> | ||
|
||
<img alt="{{image.label}}" | ||
src="{{image.url}}" | ||
(click)="select(image.url)"> | ||
|
||
</daff-gallery-image> | ||
</daff-image-gallery> | ||
alt="{{image.label}}" | ||
src="{{image.url}}" | ||
width="594" | ||
height="737"> | ||
</daff-image> | ||
</daff-media-gallery> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
apps/design-land/src/app/image-gallery/image-gallery-routing-module.ts
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
apps/design-land/src/app/image-gallery/image-gallery.component.html
This file was deleted.
Oops, something went wrong.
Empty file.
29 changes: 0 additions & 29 deletions
29
apps/design-land/src/app/image-gallery/image-gallery.component.spec.ts
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
apps/design-land/src/app/image-gallery/image-gallery.component.ts
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
apps/design-land/src/app/image-gallery/image-gallery.module.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.