Matt Bruce
d83052fd48
WIP on breadcrumbs: f862c8b fix bug, must find other solution later
2024-03-21 14:02:58 -05:00
Matt Bruce
5ce775a885
added isSelected to buttonBase
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-21 11:16:31 -05:00
Matt Bruce
0258fba13b
fixed bug in multiline label within UIbutton
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-18 16:51:02 -05:00
Matt Bruce
597753e3c0
added invalidateCOntentSize after label updates
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-18 16:30:29 -05:00
Matt Bruce
7d892b3190
fixed issues for intrinsicSize
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-18 12:01:40 -05:00
Matt Bruce
3c8176062c
left aligned content for scenarios to where the container is stretched.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-18 12:01:37 -05:00
Matt Bruce
d76da5d216
removed intrinsic size
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-18 12:01:31 -05:00
Matt Bruce
59b72835c0
include new contentSizePublisher
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-11 13:51:32 -05:00
Matt Bruce
0fffd38113
updated initialSetup
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-08 10:08:12 -06:00
Matt Bruce
39638e77bb
allow overriding
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-15 13:16:30 -06:00
Matt Bruce
3b6e8948bb
removed @PUblished, since this is no longer needed
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 09:46:23 -06:00
Matt Bruce
e33246153a
Fixes for the refactor of the ButtonGroup/SelfSizingCollectionView
...
Merge branch 'mbruce/bugfixes' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into feature/notificationView
# Conflicts:
# VDS/Components/Buttons/ButtonGroup/ButtonGroup.swift
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 09:35:21 -06:00
Matt Bruce
5f0ee106e0
Merge branch 'test/cv' into mbruce/bugfixes
2024-02-14 09:33:08 -06:00
Matt Bruce
e9df701836
fixed other issue with button group layout
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 09:32:14 -06:00
Matt Bruce
0aea286630
pushing the heightConstraint into the selfsizingcv
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 09:05:41 -06:00
Matt Bruce
ba33824576
fixed bug for ButtonGroupPositionLayout - take the min between collectionViewWidth and button width
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 09:03:08 -06:00
Matt Bruce
83bead926f
fixed bug for ButtonGroupPositionLayout - take the min between collectionViewWidth and button width
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-13 16:45:17 -06:00
Krishna Kishore Bandaru
347528a280
Merge branch 'develop' into feature/notificationView
2024-02-13 23:21:46 +05:30
Krishna Kishore Bandaru
78a63cdc3e
Added Publisher for layoutHeight to update collectionViewHeight dynamically
2024-02-13 23:18:40 +05:30
Matt Bruce
ba63562445
CXTDT-516206 - ButtonGroup iOS 16 issue
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-07 15:52:31 -06:00
Matt Bruce
01fcc57ba2
updated textLinkCaret to allow word wrapping
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-31 14:40:07 -06:00
Matt Bruce
3448954ddc
updated reset()
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 15:07:31 -06:00
Matt Bruce
4632d3caa5
added for intrinsicSize fix
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-26 14:08:40 -06:00
Matt Bruce
94a505d20e
ensure any buttonBase in ButtonGroup is 1 line only
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-12-15 13:04:46 -06:00
Matt Bruce
3d2a277b20
added buttongroup and textlinkcaret changelog
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-12-05 11:07:50 -06:00
Matt Bruce
d743c8b4ac
added line and textlink changelog
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-12-05 11:01:05 -06:00
Matt Bruce
8c7070920b
added initial changelogs and updated release notes
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-12-05 10:56:08 -06:00
Matt Bruce
e0540a68ce
added extension for NSMutableAttributedString
...
refactoctored code to use extension
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-11-07 08:17:46 -06:00
Matt Bruce
94bdb22fbd
removed default text and fix issue for empty strings
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-11-02 08:48:23 -05:00
Matt Bruce
6ce86b5ac1
always allow the buttons to highlight regardless of a click handler
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-10-04 15:35:16 -05:00
Matt Bruce
5c85bad48a
CXTDT-470665 - Button - Text wrapping in two lines
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-10-04 15:31:29 -05:00
Matt Bruce
7df4f0cdf9
CXTDT-464973 - Button - Width percentage parameter missing.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-18 16:01:06 -05:00
Matt Bruce
c7746874b6
updated isHighlighted even more
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-14 19:15:36 -05:00
Matt Bruce
308e8c9738
fixed code issue
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-14 16:17:39 -05:00
Matt Bruce
72f2b09255
refactored everything in the buttons classes to remove buttonable and push configuration inside enums for the classes in question
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-14 11:47:24 -05:00
Matt Bruce
ad6c00214e
removing touchUpInsideCount, since now we are keying off of onClickSubscriber
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-14 08:31:51 -05:00
Matt Bruce
ab08ebbb82
ONEAPP-4652 - "Button Group" - Caret anouncement removed
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-07 08:32:52 -05:00
Matt Bruce
794f68a67f
formatted
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-30 16:57:15 -05:00
Matt Bruce
e3f791960a
documentation update
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-30 13:29:52 -05:00
Matt Bruce
a02464a7d4
update for documentation
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 16:23:12 -05:00
Matt Bruce
26854bf317
removed code
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 13:24:19 -05:00
Matt Bruce
6ec498a8d7
updated comments for the AppleGuidlinesTouchable
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 11:59:51 -05:00
Matt Bruce
971c6f6055
refactored protocols
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 08:51:00 -05:00
Matt Bruce
39afe7920b
moved classes around and renamed
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 08:50:21 -05:00
Matt Bruce
fe54617a07
moving intrinsicContentSize around into properties sections.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 16:19:14 -05:00
Matt Bruce
d6cefaf980
refactoring comments, marks, etc...
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 16:13:13 -05:00
Matt Bruce
b0f8fbc864
refactored button group
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 15:24:07 -05:00
Matt Bruce
d84ccbb5c2
refactored naming conventions and merged percentage and width into an enum
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 15:14:35 -05:00
Matt Bruce
5756b299e0
refactored naming convention
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 15:14:05 -05:00
Matt Bruce
7fc4d1b2b2
more comments
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 12:01:42 -05:00