Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-common-consumption
Commits
fc62989f
Commit
fc62989f
authored
2 years ago
by
Rajesh Kumaravel
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-29594 fix: sb library card UI fixed
parent
420d656e
master
release-5.1.0
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
projects/common-consumption/package.json
+1
-1
projects/common-consumption/package.json
projects/common-consumption/src/lib/layout/library-cards-grid/library-cards-grid.component.html
+1
-1
...yout/library-cards-grid/library-cards-grid.component.html
yarn.lock
+11184
-0
yarn.lock
with
11186 additions
and
2 deletions
+11186
-2
projects/common-consumption/package.json
+
1
−
1
View file @
fc62989f
{
"name"
:
"@project-sunbird/common-consumption-v9"
,
"version"
:
"4.9.
0
"
,
"version"
:
"4.9.
1
"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/Sunbird-Ed/SunbirdEd-consumption-ngcomponents.git"
...
...
This diff is collapsed.
Click to expand it.
projects/common-consumption/src/lib/layout/library-cards-grid/library-cards-grid.component.html
+
1
−
1
View file @
fc62989f
...
...
@@ -30,7 +30,7 @@
<div
class=
"cards-container"
*ngIf=
"type === LibraryCardGridTypes.INFINITE_CARD_GRID"
>
<button
*ngIf=
"maxCardCount && viewMore && contentList?.length >maxCardCount"
class=
"view-all-info sb-btn sb-btn-normal sb-btn-outline-secondary sb-btn-white"
(click)=
"onViewMoreClick($event)"
tabindex=
"0"
>
{{viewMoreButtonText}}
</button>
<div
class=
"item"
[ngClass]=
"maxCardCount ? 'show-' + maxCardCount: ''"
*ngFor=
"let content of contentList
| slice:0:(maxCardCount && viewMore ? maxCardCount : contentList?.length)
;let i=index"
>
<div
class=
"item"
[ngClass]=
"maxCardCount ? 'show-' + maxCardCount: ''"
*ngFor=
"let content of contentList;let i=index"
>
<sb-library-card
[indexToDisplay]=
"i"
[layoutConfig]=
"layoutConfig"
[content]=
"content"
[type]=
"LibraryCardTypes.DESKTOP_TEXTBOOK"
[isMenu]=
"isMenu"
(click)=
"onCardClick($event, content)"
tabindex=
"0"
[cardImg]=
"content?.cardImg"
(menuClick)=
"onCardMenuClick($event)"
>
</sb-library-card>
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
+
11184
−
0
View file @
fc62989f
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets