Commit Graph

70 Commits

Author SHA1 Message Date
Matt Bruce
a656561073 redfactored handlers to base
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-09 09:27:00 -05:00
Matt Bruce
14c578edbd refactored into FieldTypeHandlers first cut
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-09 09:10:46 -05:00
Matt Bruce
eab8e72785 refactor into FieldHandlers
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-09 08:57:03 -05:00
Matt Bruce
f93239b421 refactored out more code into enums
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-09 08:30:19 -05:00
Matt Bruce
5672df7070 initial refactor to split out FieldTypes
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-09 08:19:39 -05:00
Matt Bruce
2d5f3d7652 refactored more of inputfield
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-08 17:18:50 -05:00
Matt Bruce
819aa7a44e refactored some of the credit card
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-08 17:00:41 -05:00
Matt Bruce
5d9b744077 added compare to date/tel type
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-08 16:08:33 -05:00
Matt Bruce
978db64823 updated rules
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-08 15:59:43 -05:00
Matt Bruce
3134327dd5 fixed the tel type
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-08 15:25:51 -05:00
Matt Bruce
b92bb553b1 intial date work for input
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-06 18:41:23 -05:00
Matt Bruce
b5b5c0d9e4 refactored accessibility elements
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-03 15:27:00 -05:00
Matt Bruce
26e7e24ec7 added keypads
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-03 09:30:23 -05:00
Matt Bruce
3f36d8b8c9 refactored readOnly to isReadOnly and required to isRequired
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-05-01 17:36:48 -05:00
Matt Bruce
c0b59694f2 refactored validation again
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-30 16:24:09 -05:00
Matt Bruce
06d56fd70e updated input validators
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-30 16:01:26 -05:00
Matt Bruce
1813661f7d updated states
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-30 15:48:29 -05:00
Matt Bruce
aa4dc91afa updated for password field
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-30 13:51:13 -05:00
Matt Bruce
896d393d7a updated for focused
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-30 13:24:37 -05:00
Matt Bruce
accd264595 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into feature/inputField
# Conflicts:
#	VDS/Components/Notification/Notification.swift
#	VDS/Components/TextFields/InputField/InputField.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-29 16:30:25 -05:00
Matt Bruce
39107082e7 fixed bug with isSecureTextEntry
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-29 16:25:55 -05:00
Matt Bruce
07110ed5cc updated for error and resign first responder
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-29 11:16:09 -05:00
Matt Bruce
bb705d8155 refactored value to be readOnly
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-23 16:39:50 -05:00
Matt Bruce
7e2fdb30e3 removed accessibleText
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-19 15:03:08 -05:00
Matt Bruce
63de916555 initial rework for inputField
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-19 14:56:53 -05:00
Matt Bruce
9ce6428bda made property internal
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-16 09:51:57 -05:00
Matt Bruce
2046897199 refactored out of entryfieldbase to inputfield since this is the only place it is needed.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-16 09:50:40 -05:00
Matt Bruce
35482fb41e Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into refactor/VDSTokens
# Conflicts:
#	VDS/Components/BadgeIndicator/BadgeIndicator.swift
#	VDS/Components/TextFields/EntryFieldBase.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-12 09:05:21 -05:00
Matt Bruce
994feff20e fixed bug in InputField/TextArea after refactor
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-09 16:19:11 -05:00
Matt Bruce
a2f79fcee8 refactored to put value and the valuechanged for the control
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-09 16:11:52 -05:00
Matt Bruce
7b9aa51d0a refactored out text of base class
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-09 15:37:58 -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
62338cbfc1 Merge branch 'develop' into mbruce/textArea-refactor-entryfield
# Conflicts:
#	VDS/Components/TextFields/EntryFieldBase.swift
#	VDS/Components/TextFields/TextArea/TextArea.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 15:09:03 -06:00
Matt Bruce
c75064e84e added more logic to the text/value properties
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 14:19:51 -06:00
Matt Bruce
3ada7fa037 updated property
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 12:14:35 -06:00
Matt Bruce
69a2374504 First cut at form fiedable change
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-29 10:34:10 -06:00
Matt Bruce
9e91f38c52 added "text" as a property
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-26 17:50:47 -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
1d010d69ea fixed bug for priority on layout
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-05 11:47:58 -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
d9dc8e9b4f refactored naming
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-30 14:17:55 -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
27af806281 refactored type
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 14:34:21 -05:00
Matt Bruce
2a589b1e22 more comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 14:00:23 -05:00
Matt Bruce
affdf8176f added high level description to components.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 11:50:29 -05:00
Matt Bruce
fe90a09f93 updated base classname
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-29 08:50:38 -05:00
Matt Bruce
f398dcf9a8 ewnsure comments marks are in the correct order and naming convention
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 16:59:44 -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
2b1234afc8 more comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 11:07:47 -05:00
Matt Bruce
da1434fdfd added documentaion comments.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-28 10:28:53 -05:00