Matt Bruce
79cccbb471
removed ContainerModel
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-12 08:38:02 -05:00
Matt Bruce
8fd6a2e7c4
removed background color coding
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-11 14:08:21 -05:00
Matt Bruce
473c98cca4
removed color since now this is driven by vds
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-11 14:04:12 -05:00
Matt Bruce
1048a29891
added rbg helper to UIColor extension
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-11 13:06:39 -05:00
Matt Bruce
7d6591a394
default implementation for model in protocol used for vds component integration
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-11 12:29:28 -05:00
Matt Bruce
ae8f19ba51
set default color to black
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-11 12:28:31 -05:00
Matt Bruce
277f54599e
omit text color
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-11 12:28:18 -05:00
Matt Bruce
bd93cfdfe8
map notification label to topLabel
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-11 12:28:02 -05:00
Matt Bruce
b23351386b
using helper now
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-10 16:56:59 -05:00
Matt Bruce
89e6ea43d0
put back to NotificationXBUttonModel
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-10 16:56:51 -05:00
Matt Bruce
2e1bb7358f
added executeAction helper method
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-10 16:55:58 -05:00
Matt Bruce
f6a29a734c
updated collapsablenotification view/model
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-10 14:01:26 -05:00
Matt Bruce
5fbf076aa7
refactored NotificationMoleculeView/Model
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-10 13:40:09 -05:00
Matt Bruce
077ee85dc0
removed ternary
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-10 13:39:45 -05:00
Pfeil, Scott Robert
add7eee2f7
Merge branch 'bugfix/CXTDT-537495' into 'develop'
...
Digital PCT265 defect CXTDT-537495
### Summary
Retail store locator crash fix.
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-537495
Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1085
2024-04-03 16:36:51 +00:00
Pfeil, Scott Robert
52f93e86cc
Merge branch 'bugfix/CXTDT-538262' into 'develop'
...
Digital ACT191 defect CXTDT-538262 - 'Fix tab selection flicker.'
### Summary
Update the tab selection logic to occur in a single table transaction to animate smoothly.
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-538262
Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1089
2024-04-03 13:51:17 +00:00
Hedden, Kyle Matthew
6a3bbc2a45
Digital ACT191 defect CXTDT-538262 - Switch tab selection over to a single transaction action to blend the animation.
2024-03-27 23:48:40 -04:00
Pfeil, Scott Robert
c758e300f6
Merge branch 'bugfix/atomic-tabs' into 'develop'
...
added 2 properties that were missed in the initial refactor
### Summary
missed 2 properties that were in VDS not in Atomic.
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1088
2024-03-26 22:02:58 +00:00
Matt Bruce
5d3bb712fa
removed self
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-26 17:00:28 -05:00
Matt Bruce
19d7a459ed
moved logic to setDefaults if a line model doesn't come back.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-26 16:57:55 -05:00
Matt Bruce
81623520d2
if the lineModel is nil, default to a none style.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-26 16:51:17 -05:00
Matt Bruce
6453272731
added 2 properties that were missed in the initial refactor
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-26 16:42:56 -05:00
Hedden, Kyle Matthew
d024b3dd62
Merge branch 'bugfix/tilelet-update' into 'develop'
...
fixes in the enum change for vds tilelet
### Summary
Even though Tilelet was already implemented partially a while back, a update to the enums under the hood changed.
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1087
2024-03-26 19:16:50 +00:00
Matt Bruce
7cb2a75949
fixes in the enum change for tilelet
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-26 14:00:15 -05:00
Hedden, Kyle Matthew
6b2ac01028
Open heightForRowAt delegate method. Add index safety fetch to getMoleculeInfo given optional return.
2024-03-26 10:06:51 -04:00
Hedden, Kyle Matthew
9c36bbf38f
Merge branch 'bugfix/develop-atomic-label-range' into 'develop'
...
Digital PCT265 defect CXTDT-536188 - Validation of ranges.
### Summary
Adding NSRange validation for Actions to ensure there isn't an out of bounds crash.
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-536188
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1084
2024-03-20 22:27:30 +00:00
Matt Bruce
6888fe93b8
ensuring the range passed in is valid.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-20 17:24:32 -05:00
Bruce, Matt R
0a8e8ad98d
Merge branch 'bugfix/CXTDT-531370' into 'develop'
...
doing extra guards for actionMap and actionText range to ensure a valid...
### Summary
Add guard protections for label and empty ranges
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-531370
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1080
2024-03-19 20:52:42 +00:00
Matt Bruce
20cd7acce2
doing extra guards for actionMap and actionText range to ensure a valid ActionLabelAttribute gets created.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-19 16:50:11 -04:00
Bruce, Matt R
82b5c0e655
Merge branch 'bugfix/missed_headline_body' into 'develop'
...
Digital PCT265 story ONEAPP-6389 - Conversion to title lockup
### Summary
Removing unnecessary throw
Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1078
2024-03-19 13:06:05 +00:00
Scott Pfeil
3d9a6842dc
Digital PCT265 story ONEAPP-6389 - Conversion to title lockup
2024-03-18 18:09:49 -04:00
Pfeil, Scott Robert
869804cc39
Merge branch 'bugfix/atomic_vds_label-fontSize' into 'develop'
...
added the fontSize as a last resort for vars being set in the Label after fontStyle and fontName.
### Summary
Since moving to the new Typography system, we no longer should be accepting fontName/fontSize since you will lose all of the lineHeight/letterSpacing and other special formatting.
I added a use-case for when there is only a fontSize given.
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-533868
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1074
2024-03-14 19:59:03 +00:00
Matt Bruce
09081b8bc8
added the fontSize as a last resort for vars being set in the Label after fontStyle and fontName.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-14 14:31:57 -05:00
Pfeil, Scott Robert
2505559444
Merge branch 'feature/vds_header_mapping' into 'develop'
...
Digital PCT265 story ONEAPP-6389 - Button group size updates, title lockup...
### Summary
Sizing fixes for templates when using button group and font updates.
### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-6389
Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1073
2024-03-14 14:26:30 +00:00
Pfeil, Scott Robert
a46f52e87b
Merge branch 'release/11_4_0' into 'develop'
...
release/11_4_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: Bruce, Matt R <matt.bruce@one.verizon.com>
Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1063
2024-03-13 17:36:09 +00:00
Hedden, Kyle Matthew
91423f87f4
Merge branch 'bugfix/CXTDT-530193' into 'release/11_4_0'
...
CXTDT-530193
### Summary
footerless list template property handling.
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-530193
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1070
2024-03-12 21:03:07 +00:00
Scott Pfeil
47178a33d3
Digital PCT265 story ONEAPP-6389 - Update font style for item headers.
2024-03-12 15:48:03 -04:00
Scott Pfeil
25c8c139a0
Digital PCT265 story ONEAPP-6389 - update header H2
2024-03-12 15:41:49 -04:00
Scott Pfeil
5c414a0e40
Digital PCT265 story ONEAPP-6389 - Button group size updates, title lockup like views font updates, label font updates
2024-03-12 13:47:48 -04:00
Scott Pfeil
9b831bfa35
Merge branch 'release/11_4_0' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/vds_header_mapping
2024-03-12 11:03:02 -04:00
Hedden, Kyle Matthew
582cd33a1c
footerlessSpacerHeight + footerlessSpacerColor to adjust footerless padding.
2024-03-11 19:35:45 -04:00
Pfeil, Scott Robert
b9675ce5f1
Merge branch 'bugfix/CXTDT-531163' into 'release/11_4_0'
...
CXTDT-531163
### Summary
Fix the tab state on table scroll.
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-531163
Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1069
2024-03-11 22:01:46 +00:00
Pfeil, Scott Robert
80f3524d43
Merge branch 'bugfix/11_4_0-buttonGroup' into 'release/11_4_0'
...
added heightConstraint for the twobutton
### Summary
Issue with the height of the PrimaryButtonView.
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-514441
https://onejira.verizon.com/browse/CXTDT-521074
Co-authored-by: Matt Bruce <matt.bruce@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1068
2024-03-11 21:57:57 +00:00
Hedden, Kyle Matthew
8d57b0ae0e
Remove 2-way binding on Tabs selected index to avoid applying 0 on view reset.
2024-03-11 17:46:13 -04:00
Matt Bruce
5ba1260383
updated to required
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-11 16:44:53 -05:00
Matt Bruce
bfe209305d
added heightConstraint for the twobutton
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-11 15:36:40 -05:00
Pfeil, Scott Robert
1f2753e9d7
Merge branch 'bugfix/CXTDT-530193' into 'release/11_4_0'
...
CXTDT-530193
### Summary
Hide and show the carousel pager based upon the content size.
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-530193
Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1067
2024-03-11 18:42:32 +00:00
Hedden, Kyle Matthew
19b4fb308c
Code review -- Update of molecule layout change when pager is state changes.
2024-03-11 14:11:17 -04:00
Scott Pfeil
6e2d1d7132
Merge branch 'release/11_4_0' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/vds_header_mapping
2024-03-11 11:53:08 -04:00
Scott Pfeil
483454d094
Digital PCT265 story ONEAPP-4818 - Updating atomic headers to utilize vds title lockup
2024-03-11 11:52:37 -04:00