-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #302 from MadhuMosip/develop-keyBoard-fix
Develop key board fix
- Loading branch information
Showing
12 changed files
with
303 additions
and
171 deletions.
There are no files selected for viewing
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
311 changes: 156 additions & 155 deletions
311
admin-ui/src/app/features/bulkupload/masterdataupload/create/create.component.css
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,159 +1,160 @@ | ||
/* No CSS *//*# sourceMappingURL=create.component.css.map */ | ||
|
||
.browseInput { | ||
background: rgba(253, 81, 140, 1); | ||
border: 1px solid rgba(253, 81, 140, 1); | ||
color: white; | ||
padding: 8px; | ||
border-radius: 2px; | ||
box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%); | ||
margin-left: 6px; | ||
} | ||
|
||
.browseInput[disabled] { | ||
border: 1px solid rgba(253, 81, 140, 0.35); | ||
color: rgba(253, 81, 140, 0.35); | ||
} | ||
|
||
.custom-file-input{ | ||
display: inline-block; | ||
overflow: hidden; | ||
position: relative; | ||
padding:10px; | ||
} | ||
.custom-file-input input[type="file"]{ | ||
width: 100%; | ||
height: 100%; | ||
opacity: 0; | ||
filter: alpha(opacity=0); | ||
zoom: 1; /* Fix for IE7 */ | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
z-index: 999; | ||
} | ||
.custom-file-input input[type="text"]{ | ||
border-bottom: 1px solid rgba(0, 0, 0, 0.42) ! important; | ||
border: 0px; | ||
height: 32px; | ||
margin-left: 1px; | ||
width: 22.5rem; | ||
} | ||
.custom-file-input input[type="text"].addredborder{ | ||
border-bottom: 1px solid #f44336 ! important; | ||
border: 0px; | ||
height: 32px; | ||
margin-left: 1px; | ||
width: 22.5rem; | ||
} | ||
.mat-form-field{ | ||
padding:10px; | ||
} | ||
.custom-file-input span{ | ||
display:inline; | ||
position:absolute; | ||
padding-top: 9px; | ||
} | ||
|
||
.fileuploadcontainer { | ||
height: 105px; | ||
padding: 2rem; | ||
border: dashed 1px #FF4081; | ||
background-color: #f1b5c9; | ||
position: relative; | ||
display: flex; | ||
border-radius: 5px; | ||
justify-content: center; | ||
align-items: center; | ||
overflow: hidden; | ||
margin-left: 8px; | ||
margin-top: 10px; | ||
width:25%; | ||
} | ||
.fileuploadcontainer input { | ||
opacity: 0; | ||
position: absolute; | ||
z-index: 2; | ||
width: 100%; | ||
height: 100%; | ||
top: 0; | ||
left: 0; | ||
} | ||
.fileuploadcontainer label { | ||
color: #FF4081; | ||
width: 148px; | ||
height: 44px; | ||
border-radius: 5px; | ||
background: #FFFFFF; | ||
padding: 10px; | ||
border: 1px solid #CCCCCC; | ||
/*display: flex;*/ | ||
background: rgba(253, 81, 140, 1); | ||
border: 1px solid rgba(253, 81, 140, 1); | ||
color: white; | ||
padding: 8px; | ||
border-radius: 2px; | ||
box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%); | ||
margin-left: 6px; | ||
} | ||
|
||
.browseInput[disabled] { | ||
border: 1px solid rgba(253, 81, 140, 0.35); | ||
color: rgba(253, 81, 140, 0.35); | ||
} | ||
|
||
.custom-file-input{ | ||
display: inline-block; | ||
overflow: hidden; | ||
position: relative; | ||
padding:10px; | ||
} | ||
.custom-file-input input[type="file"]{ | ||
width: 100%; | ||
height: 100%; | ||
opacity: 0; | ||
filter: alpha(opacity=0); | ||
zoom: 1; /* Fix for IE7 */ | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
z-index: 999; | ||
} | ||
.custom-file-input input[type="text"]{ | ||
border-bottom: 1px solid rgba(0, 0, 0, 0.42) ! important; | ||
border: 0px; | ||
height: 32px; | ||
margin-left: 1px; | ||
width: 22.5rem; | ||
} | ||
.custom-file-input input[type="text"].addredborder{ | ||
border-bottom: 1px solid #f44336 ! important; | ||
border: 0px; | ||
height: 32px; | ||
margin-left: 1px; | ||
width: 22.5rem; | ||
} | ||
.mat-form-field{ | ||
padding:10px; | ||
} | ||
.custom-file-input span{ | ||
display:inline; | ||
position:absolute; | ||
padding-top: 9px; | ||
} | ||
|
||
.fileuploadcontainer { | ||
height: 105px; | ||
padding: 2rem; | ||
border: dashed 1px #FF4081; | ||
background-color: #f1b5c9; | ||
position: relative; | ||
display: flex; | ||
border-radius: 5px; | ||
justify-content: center; | ||
align-items: center; | ||
overflow: hidden; | ||
margin-left: 8px; | ||
margin-top: 10px; | ||
width:25%; | ||
} | ||
.fileuploadcontainer input { | ||
opacity: 0; | ||
position: absolute; | ||
z-index: 2; | ||
width: 100%; | ||
height: 100%; | ||
top: 0; | ||
left: 0; | ||
} | ||
.fileuploadcontainer label { | ||
color: #FF4081; | ||
width: 148px; | ||
height: 44px; | ||
border-radius: 5px; | ||
background: #FFFFFF; | ||
padding: 10px; | ||
border: 1px solid #CCCCCC; | ||
/*display: flex;*/ | ||
font-size: 12px; | ||
font-weight: 200; | ||
} | ||
.fileuploadcontainer h3 { | ||
font-size: 16px; | ||
color: #FF4081; | ||
padding-left: 3px; | ||
padding-top: 7px; | ||
font-weight: 600; | ||
} | ||
|
||
.fileover { | ||
animation: shake 1s; | ||
animation-iteration-count: infinite; | ||
} | ||
.files-list { | ||
margin-top: 1.5rem; | ||
} | ||
.files-list .single-file { | ||
display: flex; | ||
padding: 0.5rem; | ||
justify-content: space-between; | ||
align-items: center; | ||
border: dashed 1px #FF4081; | ||
margin-bottom: 1rem; | ||
display: flex; | ||
flex-grow: 1; | ||
margin-left: 8px; | ||
width:25%; | ||
} | ||
.files-list .single-file .preview { | ||
display: flex; | ||
margin-left: 0.5rem; | ||
cursor: pointer; | ||
align-self: flex-end; | ||
} | ||
.files-list .single-file .delete { | ||
display: flex; | ||
margin-left: 0.5rem; | ||
cursor: pointer; | ||
align-self: flex-end; | ||
} | ||
.files-list .single-file .name { | ||
font-size: 14px; | ||
font-weight: 500; | ||
color: #353f4a; | ||
margin: 0; | ||
} | ||
.files-list .single-file .size { | ||
font-size: 12px; | ||
font-weight: 500; | ||
color: #a4a4a4; | ||
margin: 0; | ||
margin-bottom: 0.25rem; | ||
} | ||
.files-list .single-file .info { | ||
width: 100%; | ||
} | ||
|
||
.preview-heading{ | ||
color: #505050; | ||
font-weight: 600; | ||
} | ||
|
||
.labelfileupload { | ||
font-size: 12px; | ||
font-weight: 200; | ||
} | ||
.fileuploadcontainer h3 { | ||
font-size: 16px; | ||
color: #FF4081; | ||
padding-left: 3px; | ||
padding-top: 7px; | ||
font-weight: 600; | ||
} | ||
|
||
.fileover { | ||
animation: shake 1s; | ||
animation-iteration-count: infinite; | ||
} | ||
.files-list { | ||
margin-top: 1.5rem; | ||
} | ||
.files-list .single-file { | ||
display: flex; | ||
padding: 0.5rem; | ||
justify-content: space-between; | ||
align-items: center; | ||
border: dashed 1px #FF4081; | ||
margin-bottom: 1rem; | ||
flex-grow: 1; | ||
margin-left: 8px; | ||
width:25%; | ||
} | ||
.files-list .single-file .preview { | ||
display: flex; | ||
margin-left: 0.5rem; | ||
cursor: pointer; | ||
align-self: flex-end; | ||
} | ||
.files-list .single-file .delete { | ||
display: flex; | ||
margin-left: 0.5rem; | ||
cursor: pointer; | ||
align-self: flex-end; | ||
} | ||
.files-list .single-file .name { | ||
font-size: 14px; | ||
font-weight: 500; | ||
color: #353f4a; | ||
margin: 0; | ||
} | ||
.files-list .single-file .size { | ||
font-size: 12px; | ||
font-weight: 500; | ||
color: #a4a4a4; | ||
margin: 0; | ||
margin-bottom: 0.25rem; | ||
} | ||
.files-list .single-file .info { | ||
width: 100%; | ||
} | ||
|
||
.preview-heading{ | ||
color: #505050; | ||
font-weight: 600; | ||
} | ||
|
||
.labelfileupload { | ||
font-size: 12px; | ||
font-weight: 500; | ||
margin-left: 8px; | ||
color: rgba(0, 0, 0, 0.54); | ||
} | ||
font-weight: 500; | ||
margin-left: 8px; | ||
color: rgba(0, 0, 0, 0.54); | ||
} |
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 |
---|---|---|
|
@@ -524,4 +524,4 @@ <h3>{{ "center.operational-details" | translate }}</h3> | |
</mat-card> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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
4 changes: 2 additions & 2 deletions
4
admintest/src/main/resources/BulkUploadFiles/ara/device_type.csv
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,2 +1,2 @@ | ||
code,name,name,description,langCode,isActive | ||
ABhGH,ABChjJH,ABChjJH,For printing Documents,eng,TRUE | ||
code|name|name|description|langCode|isActive | ||
ABhGH1|ABChjJH1|ABChjJH1|For printing Documents|eng|TRUE |
4 changes: 2 additions & 2 deletions
4
admintest/src/main/resources/BulkUploadFiles/ara/machine_master.csv
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,2 +1,2 @@ | ||
id,name,macAddress,serialNum,ipAddress,validityDateTime,machineSpecId,publicKey,keyIndex,signPublicKey,signKeyIndex,zoneCode,regCenterId,langCode,isActive | ||
58755,technoABCH,3C-2C-30-D1-E5-65,FB5962911688,192.168.0.408,2022-11-17T09:50:23.637Z,1001,AAEACwACAHIAIINxl2dEhLP4GpDMjUal1yT9UtduBlILZPKh2hszFGmqABAAFwALCAAAAQABAQDCHegKJ3vRn__8h1knXKiLA8qfO5LebzBlRO2tAcI3HvLyL9rPkVrXWYQ6wAn4VQk015C1hViU-7k752dYE5WUAUbgsxOHvvDPH1t72CNHNj9dyE86wGqR9AtK3yz0yf1IP_xgtWpiaQ2V9t2d3LtgPYWnRuPJbcl97nLXXL6PGfh1mRwsQUi94coEBPMZ9YLLOAFckPuDZt-lEcXIMkj8r0uNwAZUSEvGifTNWbLjC5BRlJBmvScIlptXqIwBaq2kSMVK2X1KbQ6TM8zkA_co4LEAIZfcpMgPn6RdW0yFtcx24HqrCY8v0DHregwoCPPpw8HvB-r5aR09mXG64zsJ,B9:6A:BF:7B:31:4F:9F:52:B1:24:B1:E4:2B:20:DD:5C:6A:BD:43:6E:20:51:5C:EB:73:E0:84:3D:06:5E:2C:45,AAEABAAEAHIAAAAQABQACwgAAAEAAQEAr93rKokeZGIzcCtFX3iyCvwpmfnd9jz0nF__0bxWr0mH8Zs0rhlG6vKRagx31I4CdrLAECOwMZ0r7Y3utTqHqelQE3MJLtboKITOqYRpBkqHSm1jGaEb8a1E9yoJri3tZrBCrAShimrN_SbtS1uKbJUG3cuVuE0gtGLI1d5wMfS_4PSz3RwvZtGHisEb3zbV6SLcJkgcDeMbUD7P25SVJd1xrJybuGIgyeSZxOgLzy1P-qHCiOXiAO9o06fwyIhIYbeZYz5th4rq7Rb6mRK9EWFpLrLvBL0F6USiidl8qNCxxZZFUp3W5xFANVYfRvgLKI33zBYniZ7aTE8PgrYa2w,CE:19:36:5F:89:6D:D3:3E:6D:1B:64:EF:CE:04:F1:14:D5:73:9D:FF:EC:18:FB:CC:DF:C8:74:8E:1E:DC:BF:73,NTH,10002,eng,TRUE | ||
id|name|macAddress|serialNum|ipAddress|validityDateTime|machineSpecId|publicKey|keyIndex|signPublicKey|signKeyIndex|zoneCode|regCenterId|langCode|isActive | ||
5875513|technoABCDE|3C-2C-30-D1-E5-65|FB5962911688|192.168.0.408|2025-11-17T09:50:23.637Z|RESIDENT-1|AAEACwACAHIAIINxl2dEhLP4GpDMjUal1yT9UtduBlILZPKh2hszFGmqABAAFwALCAAAAQABAQDFEX4nLppAuHIfGzhYn7DR_3wAQkVnrPSFFaiV9TAvN0WHtH_hweGNNjUGYvyaowwmC8jsazufmnIoPisZIFraVQNWCA6N0RhZF_LisoTYDoQSM-ZbCKPxRTFnemtTwXHxQdlVWGUXst_WZIWC0OTSzJHbBg_iXQW1UOXRJL845GFOKjvOPQiEbOZgmoWslkTIAi7bf-AeWdEYuO3bwPf-T5Xxj_xH2-PTinQA_4itRWSrhG5kEU-zQHWGL72SiGzwOOoPnzZZv2X_9djpWGEz1gyNl5ionns8IfuQrvikSEMxm-E6Z9RfKNh2_rEHgnOR4gl0ju5kg_n9tnuUeXXP|18:C3:AB:91:22:88:15:5B:13:F7:67:E9:FE:12:00:34:3C:C9:B3:EE:CB:2F:Y6:32:4B:76:1D:3D:5A:3F:1A:7A|AAEABAAEAHIAAAAQABQACwgAAAEAAQEArjUwXvR8QvkWcp2KOqMhU-tK4YxPHdkkm9IN7azBolMoAs41uR32xp070AW5LfhQokuEskOF_dvRrqHw4JzWMXDRVSpBrW_k-OwLzNfeFvuKQ9JTAXdzKUOXbPgcLY1B5bJe9E7fn-gPKYki35RgwphHraSKaYZ1yELpXiT3KPoWXzDvZE5Lqx317bgMGh2RPkf80alJks-iv-aEPDWlSWE5jr3t68gUYx4r_eixdw6tx1ADGCqK1ZEKCul73ptnR8eWorN1njcxlxUaoECvf3rCEuvfZAprBKSWBEnaFPkfgc9lYSBwtP4YKJHttmPX0Dzc85wa6V19SIwNVEiCsQ|4D:58:8F:EC:C3:CB:0E:8C:D9:27:2E:56:F5:61:65:B8:11:28:89:26:20:4E:67:2Y:35:B1:55:2C:AD:9B:E1:5A|NTH|10002|eng|TRUE |
2 changes: 2 additions & 0 deletions
2
admintest/src/main/resources/BulkUploadFiles/eng/device_type.csv
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
code|name|name|description|langCode|isActive | ||
ABhGH1|ABChjJH1|ABChjJH1|For printing Documents|eng|TRUE |
4 changes: 2 additions & 2 deletions
4
admintest/src/main/resources/BulkUploadFiles/eng/machine_master.csv
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,2 +1,2 @@ | ||
id,name,macAddress,serialNum,ipAddress,validityDateTime,machineSpecId,publicKey,keyIndex,signPublicKey,signKeyIndex,zoneCode,regCenterId,langCode,isActive | ||
58755,technoABCH,3C-2C-30-D1-E5-65,FB5962911688,192.168.0.408,2022-11-17T09:50:23.637Z,1001,AAEACwACAHIAIINxl2dEhLP4GpDMjUal1yT9UtduBlILZPKh2hszFGmqABAAFwALCAAAAQABAQDCHegKJ3vRn__8h1knXKiLA8qfO5LebzBlRO2tAcI3HvLyL9rPkVrXWYQ6wAn4VQk015C1hViU-7k752dYE5WUAUbgsxOHvvDPH1t72CNHNj9dyE86wGqR9AtK3yz0yf1IP_xgtWpiaQ2V9t2d3LtgPYWnRuPJbcl97nLXXL6PGfh1mRwsQUi94coEBPMZ9YLLOAFckPuDZt-lEcXIMkj8r0uNwAZUSEvGifTNWbLjC5BRlJBmvScIlptXqIwBaq2kSMVK2X1KbQ6TM8zkA_co4LEAIZfcpMgPn6RdW0yFtcx24HqrCY8v0DHregwoCPPpw8HvB-r5aR09mXG64zsJ,B9:6A:BF:7B:31:4F:9F:52:B1:24:B1:E4:2B:20:DD:5C:6A:BD:43:6E:20:51:5C:EB:73:E0:84:3D:06:5E:2C:45,AAEABAAEAHIAAAAQABQACwgAAAEAAQEAr93rKokeZGIzcCtFX3iyCvwpmfnd9jz0nF__0bxWr0mH8Zs0rhlG6vKRagx31I4CdrLAECOwMZ0r7Y3utTqHqelQE3MJLtboKITOqYRpBkqHSm1jGaEb8a1E9yoJri3tZrBCrAShimrN_SbtS1uKbJUG3cuVuE0gtGLI1d5wMfS_4PSz3RwvZtGHisEb3zbV6SLcJkgcDeMbUD7P25SVJd1xrJybuGIgyeSZxOgLzy1P-qHCiOXiAO9o06fwyIhIYbeZYz5th4rq7Rb6mRK9EWFpLrLvBL0F6USiidl8qNCxxZZFUp3W5xFANVYfRvgLKI33zBYniZ7aTE8PgrYa2w,CE:19:36:5F:89:6D:D3:3E:6D:1B:64:EF:CE:04:F1:14:D5:73:9D:FF:EC:18:FB:CC:DF:C8:74:8E:1E:DC:BF:73,NTH,10002,eng,TRUE | ||
id|name|macAddress|serialNum|ipAddress|validityDateTime|machineSpecId|publicKey|keyIndex|signPublicKey|signKeyIndex|zoneCode|regCenterId|langCode|isActive | ||
5875513|technoABCDE|3C-2C-30-D1-E5-65|FB5962911688|192.168.0.408|2025-11-17T09:50:23.637Z|RESIDENT-1|AAEACwACAHIAIINxl2dEhLP4GpDMjUal1yT9UtduBlILZPKh2hszFGmqABAAFwALCAAAAQABAQDFEX4nLppAuHIfGzhYn7DR_3wAQkVnrPSFFaiV9TAvN0WHtH_hweGNNjUGYvyaowwmC8jsazufmnIoPisZIFraVQNWCA6N0RhZF_LisoTYDoQSM-ZbCKPxRTFnemtTwXHxQdlVWGUXst_WZIWC0OTSzJHbBg_iXQW1UOXRJL845GFOKjvOPQiEbOZgmoWslkTIAi7bf-AeWdEYuO3bwPf-T5Xxj_xH2-PTinQA_4itRWSrhG5kEU-zQHWGL72SiGzwOOoPnzZZv2X_9djpWGEz1gyNl5ionns8IfuQrvikSEMxm-E6Z9RfKNh2_rEHgnOR4gl0ju5kg_n9tnuUeXXP|18:C3:AB:91:22:88:15:5B:13:F7:67:E9:FE:12:00:34:3C:C9:B3:EE:CB:2F:Y6:32:4B:76:1D:3D:5A:3F:1A:7A|AAEABAAEAHIAAAAQABQACwgAAAEAAQEArjUwXvR8QvkWcp2KOqMhU-tK4YxPHdkkm9IN7azBolMoAs41uR32xp070AW5LfhQokuEskOF_dvRrqHw4JzWMXDRVSpBrW_k-OwLzNfeFvuKQ9JTAXdzKUOXbPgcLY1B5bJe9E7fn-gPKYki35RgwphHraSKaYZ1yELpXiT3KPoWXzDvZE5Lqx317bgMGh2RPkf80alJks-iv-aEPDWlSWE5jr3t68gUYx4r_eixdw6tx1ADGCqK1ZEKCul73ptnR8eWorN1njcxlxUaoECvf3rCEuvfZAprBKSWBEnaFPkfgc9lYSBwtP4YKJHttmPX0Dzc85wa6V19SIwNVEiCsQ|4D:58:8F:EC:C3:CB:0E:8C:D9:27:2E:56:F5:61:65:B8:11:28:89:26:20:4E:67:2Y:35:B1:55:2C:AD:9B:E1:5A|NTH|10002|eng|TRUE |
Oops, something went wrong.