Commit Graph

5996 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
79d5529991 added delegates
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-10 14:51:10 -05:00
Matt Bruce
981bdac292 refactored to use VDS Dropdown Select
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-10 14:37:04 -05:00
Matt Bruce
8bf4a28b0f added extension
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-10 14:36:47 -05:00
Matt Bruce
144efea342 added inverted
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-10 12:54:50 -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
Xi Zhang
1b0197ed2c Add support for circular progress bar part 2 2024-07-09 18:49:10 -04:00
Pfeil, Scott Robert
82fe0e13de Merge branch 'bugfix/CXTDT-579050' into 'develop'
Digital PCT265 defect CXTDT-579049: Fix indexing safety to mocules to add....

### Summary
A new attempt at synchronizing data + UI updates.

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

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1142
2024-07-09 18:40:06 +00:00
Matt Bruce
8c5840fba3 views updated for model changes
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-09 10:23:05 -05:00
Matt Bruce
8a12bf12c2 refactored models
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-09 10:21:55 -05:00
Hedden, Kyle Matthew
6e88ae0b62 Merge branch 'release/20_0_3' into 'develop'
release/20_0_3 hotfix merge


See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1139
2024-07-09 14:53:22 +00:00
Xi Zhang
7fec6f540e Add support for circular progress bar. 2024-07-05 15:10:34 -04:00
Hedden, Kyle Matthew
cae92360a2 Digital PCT265 defect CXTDT-579050: Carousel cell registration check break early. 2024-07-03 18:45:29 -04:00
Hedden, Kyle Matthew
b2ad684f00 Digital PCT265 defect CXTDT-579050: Carousel cell registration check. 2024-07-03 18:40:43 -04:00
Hedden, Kyle Matthew
90f9a0bcf5 Digital PCT265 defect CXTDT-579050: Code simplification and fixes of combine pipeline for page updates. 2024-07-03 18:39:28 -04:00
Matt Bruce
04f228ea48 refactored to remove old properties
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-03 15:58:35 -05:00
Matt Bruce
724130a827 converted to vds
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-03 15:58:22 -05:00
Matt Bruce
10c55b12be converted to VDS
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-03 15:58:15 -05:00
Matt Bruce
fa52fa8c12 added protocol/refactored to deal with RadiobuttonLabel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-03 15:58:01 -05:00
Matt Bruce
fcd4f4e0ec refactored name to subTitle
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-03 15:57:22 -05:00
Hedden, Kyle Matthew
4cbf15a3a7 Digital PCT265 defect CXTDT-579050: Change batching to the UI. 2024-07-03 15:42:12 -04:00
Matt Bruce
1d048f9389 Merge branch 'feature/vds-form-controls' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds-checkbox 2024-07-03 11:43:42 -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
Matt Bruce
a84f502a0e updated checkbox/label
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-03 09:37:00 -05: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
Hedden, Kyle Matthew
d8d4b37d1d Digital PCT265 defect CXTDT-579050: Rewire asynchronous response JSON parsing to filter, queue, and delay drop UI changes. 2024-07-02 19:05:53 -04:00
Matt Bruce
568ab2e5e5 added surface
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-02 10:56:40 -05:00
Matt Bruce
847daee32f - refactored more code
- CheckboxLabel to VDS.CheckboxItem

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-01 14:55:25 -05: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
Hedden, Kyle Matthew
12bbe5d9a2 Merge branch 'bugfix/CXTDT-579050' into 'release/20_0_3'
Digital PCT265 defect CXTDT-579050: Prevent updateViews from triggering...

### Summary
UAD thread state crash fix.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1140
2024-06-28 20:02:36 +00:00
Hedden, Kyle Matthew
3092804f7c Merge branch 'bugfix/CXTDT-579049' into 'release/20_0_3'
Digital PCT265 defect CXTDT-579049: Index out of bounds crash fixes.

### Summary
Array indexing safety for mid property updates.

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1138
2024-06-28 19:58:59 +00:00
Matt Bruce
11a023d92a initial cut for the checkbox
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-28 14:57:15 -05:00
Matt Bruce
04e11ee1fb a few updates
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-28 14:54:47 -05:00
Hedden, Kyle Matthew
91eb4fa87a Digital PCT265 defect CXTDT-579050: Prevent updateViews from triggering tableView(_:cellForRowAt:) through visibleCells. 2024-06-28 15:23:17 -04:00
Hedden, Kyle Matthew
080f77581f Digital PCT265 defect CXTDT-579049: Fix indexing safety to mocules to add. (Another crash in App Store reports.) 2024-06-28 09:18:13 -04:00
Hedden, Kyle Matthew
525f0f8f0a Digital PCT265 defect CXTDT-579049: Add indexing safety to track action call. 2024-06-28 09:13:49 -04:00
Matt Bruce
66255d9dc5 implemented initial vds toggle
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-27 15:49:06 -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