Commit Graph

180 Commits

Author SHA1 Message Date
Matt Bruce
760433243e updated to private methods
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-09 11:52:25 -05:00
Matt Bruce
317cf89fb6 ensure updateView() can't be called until setup() is run
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-09 11:21:51 -05:00
Matt Bruce
6bf3e19ebe added @objcMembers to all classes
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-25 10:53:26 -05:00
Matt Bruce
9c6009e4ac fixed bug in not using super for overrides
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-26 10:14:48 -05:00
Matt Bruce
67e055878d fixed bug in accessibilityLabel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-25 13:36:56 -05:00
Matt Bruce
73f27d1e8b more code refactoring
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-20 12:37:19 -05:00
Matt Bruce
d013f07db3 first cut with just inline replace
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-20 10:11:41 -05:00
Matt Bruce
a2f7c03b8f added to base classes the new accessiblity implmenation
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-19 17:17:19 -05:00
Matt Bruce
18b2415143 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into refactor/selector-accessibility
# Conflicts:
#	VDS/Components/DatePicker/DatePicker.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-18 14:39:30 -05:00
Matt Bruce
b3f810500b split up accessibility
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-05 16:15:53 -05:00
Scott Pfeil
a04ccd9bf5 Digital ACT191 story ONEAPP-7847 - Updating the VDS tokens library 2024-05-07 10:44:53 -04:00
Matt Bruce
c22592cdb5 refactor to reset onClick/onClick to nil
removed old willSet

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 14:49:23 -05:00
Matt Bruce
5d19edbc6e Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into refactor/VDSTokens
# Conflicts:
#	VDS.xcodeproj/project.pbxproj
#	VDS/Components/Buttons/ButtonGroup/ButtonGroup.swift
#	VDS/Components/Notification/Notification.swift
#	VDS/Components/TextFields/EntryFieldBase.swift
#	VDS/Components/TileContainer/TileContainer.swift
#	VDS/Extensions/VDSLayout.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-02 12:09:30 -05:00
Matt Bruce
d22a7a12b6 refactor to allow custom spacing
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-27 14:40:05 -05:00
Matt Bruce
516674f17e removed unneccessary enum and replace with axis
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-27 14:39:53 -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
b0f13de69b Merge branch 'develop' into refactor/VDSTokens
# Conflicts:
#	VDS/Components/Buttons/ButtonGroup/ButtonGroup.swift
#	VDS/Components/Icon/ButtonIcon/ButtonIcon.swift
#	VDS/Components/Notification/Notification.swift
#	VDS/Components/TileContainer/TileContainer.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-23 09:37:15 -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
d98b08d26e removed old frameworks to add the 1 primary VDSTokens
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-23 10:09:09 -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