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
upsmf-common-form-elements-portal
Commits
4dea8f0a
Unverified
Commit
4dea8f0a
authored
2 years ago
by
Swayangjit Prasad Parida
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #172 from vpPavithra/release-5.0.0
Release 5.0.0
parents
f46c7cb7
b20314cb
release-6.0.0_v13-mobile
release-5.0.0
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
build-mobile.js
+1
-1
build-mobile.js
package-lock.json
+915
-140
package-lock.json
projects/common-form-elements/package.json
+2
-2
projects/common-form-elements/package.json
projects/common-form-elements/src/lib/multiple-dropdown/multiple-dropdown.component.scss
+5
-1
...rc/lib/multiple-dropdown/multiple-dropdown.component.scss
with
923 additions
and
144 deletions
+923
-144
build-mobile.js
+
1
−
1
View file @
4dea8f0a
...
...
@@ -20,7 +20,7 @@ const run = async () => {
const
answers
=
{
environment
:
'
mobile
'
,
name
:
'
@project-sunbird/common-form-elements-v9
'
,
version
:
'
4.9.0
'
version
:
'
5.0.3
'
}
const
{
environment
}
=
answers
;
console
.
log
(
answers
);
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
915
−
140
View file @
4dea8f0a
This diff is collapsed.
Click to expand it.
projects/common-form-elements/package.json
+
2
−
2
View file @
4dea8f0a
{
"name"
:
"@project-sunbird/common-form-elements-v9"
,
"version"
:
"
4.9.0
"
,
"version"
:
"
5.0.3
"
,
"peerDependencies"
:
{
"@angular/common"
:
"^9.1.13"
,
"@angular/core"
:
"^9.1.13"
,
...
...
@@ -18,4 +18,4 @@
"immutable"
:
"^4.0.0-rc.12"
,
"moment"
:
"^2.29.1"
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
projects/common-form-elements/src/lib/multiple-dropdown/multiple-dropdown.component.scss
+
5
−
1
View file @
4dea8f0a
...
...
@@ -196,12 +196,16 @@
visibility
:
hidden
;
}
.cfe-multiselect-modal-item
{
align-items
:
center
;
}
/* The container */
.multi-select-container
.container
{
display
:
block
;
position
:
relative
;
padding-left
:
2
.1875rem
;
margin-bottom
:
0
.7
5rem
;
margin-bottom
:
1
.
5rem
;
cursor
:
pointer
;
font-size
:
1
.375rem
;
-webkit-user-select
:
none
;
...
...
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