Commit Graph

5814 Commits

Author SHA1 Message Date
Matt Bruce
a4b550cf03 first cut of textEntry
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-11 10:19:01 -05:00
Matt Bruce
0ab9ad37a8 added extension
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-10 14:51:49 -05:00
Matt Bruce
797d044913 added inverted
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-10 14:51:36 -05:00
Matt Bruce
4eba94f413 refactored to use formfieldmodel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-10 12:05:07 -05:00
Matt Bruce
aa773dc8f5 added base FormField model class
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-03 11:42:08 -05:00
Pfeil, Scott Robert
fdab57200d Merge branch 'bugfix/tilecontainer-refactor' into 'develop'
fixes for VDS TileContainer update

### Summary
TileContainer/Tilelet for VDS still hasn't been fully VDS Tested, however the automatic fill is in fact a part of the requirement. This was resolved as well as the height/width issue.

This change in Atomic is to default to leading for Tilelet so it won't automatically be pinned to all edges. These components shouldn't be pinned to the trailing/right or bottom if they are to be resized by ratio or having width/height values.

Also by default, the Tilelet's aspectRatio should be set to .none

### JIRA
https://onejira.verizon.com/browse/VZWYZDG-2117

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1141
2024-07-03 14:44:37 +00:00
Hedden, Kyle Matthew
3cdd3a95a0 Merge branch 'bugfix/CXTDT-578423' into 'develop'
Digital ACT191 defect CXTDT-578423 - Fix to missing navigation line when the...

### Summary
The hide navigation bar line logic has been updated to include if the sub navigation is manually hidden.

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-578423

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1143
2024-07-03 13:46:04 +00:00
Scott Pfeil
9e712aa213 Digital ACT191 defect CXTDT-578423 - Fix to missing navigation line when the subnav tabs are manually hidden. 2024-07-03 09:33:57 -04:00
Matt Bruce
dee11d7732 aspectRatio set to .none
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-01 11:13:18 -05:00
Matt Bruce
f3efb91fee remove horizontalAlignment
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-01 11:12:57 -05:00
Matt Bruce
7357a199d2 fixes for VDS TileContainer update
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-29 09:48:18 -05:00
Pfeil, Scott Robert
eb78d507d6 Merge branch 'release/20_0_0' into 'develop'
release/20_0_0 hotfix merge

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
Co-authored-by: Subramaniam, Ramya <ramya.subramaniam@one.verizon.com>
Co-authored-by: Bruce, Matt R <matt.bruce@one.verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1128
2024-06-26 14:42:50 +00:00
Hedden, Kyle Matthew
3cdd74f097 Merge branch 'hotfix/vds-label-actions' into 'release/20_0_0'
refactored out code that is now in VDS.Label

### Summary
Code refactored down in to VDS Label, therefor this needed to be removed. 

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-576006

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1136
2024-06-21 19:18:31 +00:00
Matt Bruce
3108dcdafc refactored out code that is now in VDS.Label
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-21 14:11:20 -05:00
Hedden, Kyle Matthew
626b8082df Merge branch 'bugfix/CXTDT-531317' into 'release/20_0_0'
Digital PCT265 defect CXTDT-531317: Give the default page type for those that send an empty string.

### Summary
Allow openURL to send an empty string pageType.

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-531317

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1134
2024-06-21 15:18:53 +00:00
Pfeil, Scott Robert
e9106e955f Merge branch 'bugfix/account_crash_fix' into 'release/20_0_0'
Making the view nil to prevent dangling contrainst

### Summary
Account landing crash fix.
### JIRA Ticket
(ticket URL here or remove the section)

Co-authored-by: Subramaniam, Ramya <ramya.subramaniam@one.verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1135
2024-06-21 13:32:21 +00:00
Subramaniam, Ramya
adb415f72c Making the view nil to prevent dangling contrainst 2024-06-21 12:17:48 +05:30
Hedden, Kyle Matthew
41548b8434 Digital PCT265 defect CXTDT-531317: Give the default page type for those that send an empty string. 2024-06-20 16:44:58 -04:00
Pfeil, Scott Robert
18aca32b43 Merge branch 'bugfix/CXTDT-574791' into 'release/20_0_0'
Digital PCT265 defect CXTDT-574791: Restore table reload to ensure table is synced to model.

### Summary
Table data not synced properly causing table crashes in some scenarios.

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-574791

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1133
2024-06-19 19:31:07 +00:00
Hedden, Kyle Matthew
efa99033e9 Digital PCT265 story CXTDT-574791: Prevent additional reload tables in updateView. 2024-06-19 15:30:03 -04:00
Hedden, Kyle Matthew
451758f96d Restore table reload to ensure table is synced to model. 2024-06-19 14:52:33 -04:00
Hedden, Kyle Matthew
1d2098c44c Merge branch 'bugfix/DE307-687' into 'release/20_0_0'
Digital PCT265 defect DE307-687: Replacement module reporting on page visibility restore.

### Summary
Fire the trackState page section updates again when the page becomes visible.

### JIRA Ticket
https://onejira.verizon.com/browse/DE307-687

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1132
2024-06-18 16:35:15 +00:00
Hedden, Kyle Matthew
10c63a52b9 Digital PCT265 defect DE307-687: Slightly better logging clarity, making sure the base page is logged before the module counterparts. 2024-06-17 19:43:47 -04:00
Hedden, Kyle Matthew
be797aaee2 Digital PCT265 defect DE307-687: Re-log all analytics on page state return. 2024-06-17 19:21:19 -04:00
Bruce, Matt R
1fcd8854f5 Merge branch 'bugfix/CXTDT-573370' into 'release/20_0_0'
Digital PCT265 defect CXTDT-573370: Expose VDS bundle helper in MVMCoreUI.

### Summary
Fix webview local font loading.

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-573370

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1131
2024-06-14 18:16:19 +00:00
Hedden, Kyle Matthew
19f08dca79 Digital PCT265 defect CXTDT-573370: Code review. Matt's genious. 2024-06-14 14:15:00 -04:00
Hedden, Kyle Matthew
725d4e3cd7 Digital PCT265 defect CXTDT-573370: Expose VDS bundle helper in MVMCoreUI. 2024-06-14 13:49:18 -04:00
Bruce, Matt R
a608ae294c Merge branch 'develop' into 'release/20_0_0'
Develop

### Summary
Monarch merge.

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1130
2024-06-13 19:56:10 +00:00
Hedden, Kyle Matthew
18a60437d4 Merge branch 'feature/monarch' into 'develop'
Feature/monarch

### Summary
(a brief description of the change)

### JIRA Ticket
(ticket URL here or remove the section)

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1107
2024-06-13 19:50:17 +00:00
Hedden, Kyle Matthew
2e36423fae Merge remote-tracking branch 'origin/develop' into feature/monarch 2024-06-13 12:24:41 -04:00
Bruce, Matt R
8844fd7fb3 Merge branch 'feature/DE307-731' into 'develop'
Digital PCT265 story DE307-731: Support 'gone' configuration for carousel cells.

### Summary
Support 'gone' configuration for carousel cells.

### JIRA Ticket
https://onejira.verizon.com/browse/DE307-731

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1126
2024-06-13 16:21:43 +00:00
Matt Bruce
ef8a95f7c9 Merge branch 'develop' into feature/monarch 2024-06-13 10:57:32 -05:00
Hedden, Kyle Matthew
2ce7a7dbc6 Digital PCT265 story DE307-731: Earlier behavior application. Sumanth catch. 2024-06-13 10:19:13 -04:00
Hedden, Kyle Matthew
7a4984f2d8 Digital PCT265 story DE307-731: Restore missing support for deep replacemenr by moving the template extension to ParentMoleculeModelProtocol. 2024-06-12 23:14:10 -04:00
Hedden, Kyle Matthew
89fbcc7149 Merge remote-tracking branch 'origin/develop' into feature/DE307-731 2024-06-12 16:49:54 -04:00
Hedden, Kyle Matthew
759517f8fd Merge branch 'bugfix/vds-buttonIcon-update' into 'develop'
refactored to vds buttonIcon breaking change

### Summary
ButtonIcon had 3 properties missing from the original requirements.

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1127
2024-06-12 20:45:09 +00:00
Matt Bruce
b635ec7d95 refactored to vds buttonIcon breaking change
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-12 15:37:52 -05:00
Hedden, Kyle Matthew
750e50d476 Digital PCT265 story DE307-731: Support 'gone' configuration for carousel cells. 2024-06-12 15:59:43 -04:00
Bruce, Matt R
d0bf8a1573 Merge branch 'bugfix/CXTDT-569436' into 'develop'
Digital PCT265 defect CXTDT-569436: Restore render dispatch in handleNewData....

### Summary
Fix first time rendering.

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-569436

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1125
2024-06-12 13:18:25 +00:00
Hedden, Kyle Matthew
b1dc3e13ee Merge remote-tracking branch 'origin/bugfix/CXTDT-569436' into feature/monarch 2024-06-11 19:22:00 -04:00
Hedden, Kyle Matthew
2dcbc9d41b Digital PCT265 defect CXTDT-569436: Restore render dispatch in handleNewData. Add optional flag to disable in situations where we want to handle it ourselves. 2024-06-11 19:06:46 -04:00
Scott Pfeil
1637682cae Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/monarch 2024-06-10 14:58:18 -04:00
Bruce, Matt R
e3b6591ee4 Merge branch 'bugfix/referenced_removed_frameworks' into 'develop'
removing dead references

removing dead references

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1123
2024-06-06 12:48:53 +00:00
Bruce, Matt R
a3fdaca3f5 Merge branch 'bugfix/vds-tilelet-titlelockup-color-update' into 'develop'
fixed the vds color breaking changes for monarch

Updated models for Monarch color changes.

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1124
2024-06-05 18:56:17 +00:00
Matt Bruce
037a52d379 fixed the vds color breaking changes for monarch
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-05 13:40:01 -05:00
Scott Pfeil
4aba3335d1 Merge branch 'develop' into feature/monarch 2024-06-05 12:44:25 -04:00
Scott Pfeil
7acd9e1b77 removing dead references 2024-06-05 12:30:08 -04:00
Pfeil, Scott Robert
fb584f6a03 Merge branch 'bugfix/font-file-removal' into 'develop'
remove the duplication of the same fonts that are available within the VDS Framework Library.

Per Kyle, we want to shrink the framework sizes, we are removing font file duplication which can impact the size of this framework file.

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1122
2024-06-05 14:06:11 +00:00
Matt Bruce
f6a46eed00 updated to static method
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-05 08:28:09 -05:00
Matt Bruce
30b2eb150a remove the duplication of the same fonts that are available within the VDS Framework Library.
we are now calling the registration() funtion in VDS on the launch of MVMCoreUI

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-04 14:25:56 -05:00