Commit Graph

1613 Commits

Author SHA1 Message Date
Matt Bruce
fc7650f7d9 refactor toggle with setDefaults
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-09 16:45:18 -05:00
Matt Bruce
ac1957d1c3 using submit now
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-09 14:38:32 -05:00
Matt Bruce
973e25034e reverted back to onClick() since I found the issue in reset()
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-09 14:37:08 -05:00
Matt Bruce
09886ffe26 added setDefaults() into protocol and implemented
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-09 14:35:51 -05:00
Matt Bruce
0decdb5a16 add the touchUpInside since this is the only one using this
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-09 13:19:33 -05:00
Matt Bruce
c2c88c7b90 moved to setup
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-09 11:57:28 -05:00
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
9f6a83f8ce ensure isEnabled
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-09 11:23:53 -05:00
Matt Bruce
f713cc0659 CXTDT-599736 - Unable to turn off the Toggles for Privacy preferences
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-09 11:22:26 -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
06b92f48c3 Merge branch 'develop' into mbruce/inputStepper 2024-08-08 11:35:00 -05:00
Matt Bruce
0434b3f63e refactored to a View instead of Control
implemented isHighlighted

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-08 11:00:33 -05:00
Matt Bruce
e0d769ccf3 refactored to now use the onClick
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-08 11:00:02 -05:00
Matt Bruce
d4e7d7476d rearranged comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-07 16:43:14 -05:00
Matt Bruce
6c4fb1c5ba moved code up to 1 point rather than duplicating
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-07 16:42:19 -05:00
Matt Bruce
cbdd82ee31 updated comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-07 16:37:38 -05:00
Matt Bruce
6938d91860 refactored a ton of code...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-07 16:36:30 -05:00
Vasavi Kanamarlapudi
815024cc5c Digital ACT-191 ONEAPP-9314 story: added public properties 2024-08-06 14:35:12 +05:30
Vasavi Kanamarlapudi
0158d2f5db Digital ACT-191 ONEAPP-9314 story: added new page 2024-08-06 11:05:35 +05:30
Matt Bruce
a024e1d5b3 removed property
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-02 16:40:53 -05:00
Matt Bruce
9fc100d3d6 updated default
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-02 16:40:42 -05:00
Matt Bruce
417cddb382 refactored code
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-02 16:38:31 -05:00
Matt Bruce
ce3d9e6e22 Merge branch 'genericEntryField' into vasavk/inputStepper
# Conflicts:
#	VDS/Components/InputStepper/InputStepper.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-02 16:38:24 -05:00
Matt Bruce
3ec2c98425 setup contentHugging and added more contraints to toggle when not in label mode
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-31 12:26:39 -05:00
Vasavi Kanamarlapudi
46b11c2585 Digital ACT-191 ONEAPP-9311 story: refactored code and resolved constraint issues 2024-07-31 14:52:02 +05:30
Matt Bruce
c326213302 initial generic entryfield
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-30 12:24:14 -05:00
Vasavi Kanamarlapudi
06b0c80a58 Digital ACT-191 ONEAPP-9311 story: changes as per review notes 2024-07-30 14:54:42 +05:30
Vasavi Kanamarlapudi
c120c746d2 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios into vasavk/inputStepper
# Conflicts:
#	VDS/Components/TextFields/EntryFieldBase.swift
2024-07-29 16:40:24 +05:30
Vasavi Kanamarlapudi
3ea4b74af2 Digital ACT-191 ONEAPP-9311 story: added accessibility changes 2024-07-29 16:17:52 +05:30
Vasavi Kanamarlapudi
90eb01cb24 Digital ACT-191 ONEAPP-9311 story: aligning text to center 2024-07-26 21:24:15 +05:30
Vasavi Kanamarlapudi
4e88ee936a Digital ACT-191 ONEAPP-9311 story: parent container width can be set to value (percentage), controlWidth of input stepper can be set to value - percentage 2024-07-26 20:48:45 +05:30
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
Vasavi Kanamarlapudi
0210e0d128 Digital ACT-191 ONEAPP-9311 story: control width can be set to auto (default) or value (pixel) , updating stepper view when size changes. 2024-07-24 20:40:16 +05:30
Matt Bruce
2a1b9380c8 updated comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-19 13:42:57 -05:00
Matt Bruce
a253e2efc8 CXTDT-565796 - DropdownSelect – Removed the "Type" from the VoiceOver
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-19 13:28:08 -05:00
Matt Bruce
54a2a63ba4 CXTDT-581801 - DatePicker - border disappears for on dark focus state
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-19 13:17:49 -05:00
Matt Bruce
00f73a503c CXTDT-581800 - Date Picker - Selected Error state icon
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-19 13:13:21 -05:00
Matt Bruce
1e35f61ec0 Merge branch 'bugfix/Table' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into mbruce/bugfix 2024-07-19 12:54:54 -05:00
Bruce, Matt R
be8de7fbca Merge branch 'mbruce/bugfix' into 'develop'
put last part in else

See merge request BPHV_MIPS/vds_ios!272
2024-07-19 17:28:42 +00:00
Matt Bruce
e02ea9712e put last part in else
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-19 12:28:14 -05:00
Bruce, Matt R
11af2e5eb9 Merge branch 'mbruce/bugfix' into 'develop'
Bugs/Refactor

See merge request BPHV_MIPS/vds_ios!271
2024-07-19 17:09:20 +00:00
Vasavi Kanamarlapudi
afc4d71f38 updated scroll animation to true 2024-07-19 20:54:03 +05:30
Vasavi Kanamarlapudi
7c431974ac minor changes 2024-07-19 18:04:50 +05:30
Vasavi Kanamarlapudi
99fe7e22ac Digital ACT-191 ONEAPP-7013 story: fixed observed issue on content scroll while changing peek, gutter and layout. 2024-07-19 16:41:40 +05:30
Vasavi Kanamarlapudi
938364535b Digital ACT-191 ONEAPP-7013 story: removed redundant code which causes scrolling issue 2024-07-19 14:42:00 +05:30
Vasavi Kanamarlapudi
f1b5fd18c9 Digital ACT-191 ONEAPP-7013 story: removed unused code, updated Gutter pattern, renamed selectedIndex to groupIndex 2024-07-19 11:17:54 +05:30
Matt Bruce
b91017068c Missed a few "fill" types and refactored to use a multiplier
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-18 15:34:03 -05:00
Vasavi Kanamarlapudi
076f4c082c Digital ACT-191 ONEAPP-7013 story: removed border, background color to slot, removed unused file, updated slotAlignment method. 2024-07-18 20:26:06 +05:30
Sumanth Nadigadda
7f13aebc7e Fix for CXTDT-586375, updating the way padding is set to view, based on striped status. 2024-07-18 19:52:15 +05:30
Vasavi Kanamarlapudi
a38268df0a Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios into vasavk/carousel 2024-07-18 18:00:03 +05:30
Vasavi Kanamarlapudi
93004f6e12 Digital ACT-191 ONEAPP-7013 story: Refactored code, removing redundant view and adding component to slot. 2024-07-18 17:28:40 +05:30
Vasavi Kanamarlapudi
559423f629 Digital ACT-191 ONEAPP-7013 story: removed unused file 2024-07-18 13:22:41 +05:30
Vasavi Kanamarlapudi
c2ec941a3c Digital ACT-191 ONEAPP-7013 story: updating carousel position if receives selectedIndex 2024-07-18 12:49:12 +05:30
Vasavi Kanamarlapudi
4ae07b6402 Digital ACT-191 ONEAPP-7013 story: removing width prop, and passing selectedGroupIndex through onChange 2024-07-18 12:25:04 +05:30
Vasavi Kanamarlapudi
928db0f1fc Digital ACT-191 ONEAPP-9311 story: changes about PR notes 2024-07-17 18:32:04 +05:30
Matt Bruce
6661e60333 abstract to String extension method
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-16 16:17:27 -05:00
Sumanth Nadigadda
bf46f85622 Fixing CXTDT-586497 issue, table contents alignment is based on the row type, is header 2024-07-16 12:31:06 +05:30
Matt Bruce
10f4f1db11 added new validator
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-15 08:43:27 -05:00
Matt Bruce
699626a4b8 updated in the didChange
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-15 08:43:19 -05:00
Vasavi Kanamarlapudi
161f690488 Digital ACT-191 ONEAPP-9311 story: Check the default value and update it to max or min on button icon presses. 2024-07-15 15:37:26 +05:30
Vasavi Kanamarlapudi
29d00ec352 Digital ACT-191 ONEAPP-9311 story: update color configurations to stepper text for default and disabled states 2024-07-15 15:08:32 +05:30
Vasavi Kanamarlapudi
6c26655cbb Digital ACT-191 ONEAPP-9311 story: added actions to decrement and increment buttons. 2024-07-15 15:06:57 +05:30
Vasavi Kanamarlapudi
17f9240c7e Digital ACT-191 ONEAPP-9311 story: added size configuration property that includes large and small 2024-07-15 15:05:57 +05:30
Matt Bruce
cbe28583ed Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into mbruce/bugfix 2024-07-12 15:27:53 -05:00
Matt Bruce
4ca74fa445 dynamically add rules
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-12 14:36:37 -05:00
Matt Bruce
95f4ad06a1 refactored updating of rules
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-12 14:36:27 -05:00
Matt Bruce
15515b6815 added telephone updating
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-12 08:37:05 -05:00
Matt Bruce
cdede872c0 make open to override
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-12 08:36:07 -05:00
Vasavi Kanamarlapudi
548984d499 Digital ACT-191 ONEAPP-9311 story: added properites 2024-07-12 13:43:26 +05:30
Matt Bruce
1647e44e2f Merge branch 'mbruce/bugfix' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into mbruce/bugfix 2024-07-11 14:04:44 -05:00
Matt Bruce
d573002be5 refactored textfield
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-11 14:04:07 -05:00
Matt Bruce
acd688405d updates public
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-11 14:03:56 -05:00
Matt Bruce
405a84b359 containerview public
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-11 14:03:48 -05:00
Matt Bruce
0fdc9c9109 updated inputfield accessibility issue
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-11 14:03:18 -05:00
Matt Bruce
11622b84d3 updated icon accessibility issue
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-11 14:03:07 -05:00
Matt Bruce
fae53c4f5b added variable to shut off internal required
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-11 12:39:46 -05:00
Matt Bruce
c2e7465c4e fixed bug in textarea maxLength
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-11 12:39:34 -05:00
Matt Bruce
46d4098cf2 fixed issue with showing errorIcon without error message
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-11 10:53:41 -05:00
Matt Bruce
d943202e83 updated placeholder logic
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-10 16:33:54 -05:00
Matt Bruce
d7086b0702 added a placeholder
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-10 16:21:50 -05:00
Matt Bruce
1c01fabef0 CXTDT-584278 – InputField - Accessibility
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-09 10:50:36 -05:00
Matt Bruce
d3a7d45ab9 fixed bug in radiobox
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-09 09:38:17 -05:00
Vasavi Kanamarlapudi
7a9910e830 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios into vasavk/carousel 2024-07-04 20:29:48 +05:30
Vasavi Kanamarlapudi
77288e4c54 Digital ACT-191 ONEAPP-7013 story: slot alignment and rendering data 2024-07-04 20:24:33 +05:30
Matt Bruce
2b60e8cff3 CXTDT-581803 - Date Picker - Calendar does not switch to Dark Mode
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-03 12:19:30 -05:00
Matt Bruce
88fdcabe67 updated to use generic
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-02 14:52:58 -05:00
Matt Bruce
0ee459946f CXTDT-577463 - InputField - Accessibility - #5 Password / Inline Action
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-02 09:37:36 -05:00
Matt Bruce
1e0b0279b7 CXTDT-577463 - InputField - Accessibility - Issue #5
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-02 09:33:54 -05:00
Vasavi Kanamarlapudi
8619c64109 Digital ACT-191 ONEAPP-7013 story: refactored code 2024-07-02 14:47:20 +05:30
Vasavi Kanamarlapudi
668b20f77b Digital ACT-191 ONEAPP-7013 story: Updating scrollbar position on scrolling carousel content 2024-07-02 13:22:39 +05:30
Matt Bruce
315601e048 CXTDT-577463 - InputField - Accessibility - #1 Typing Feedback
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-01 15:26:51 -05:00
Matt Bruce
72e86dafc2 CXTDT-560485 - updated text
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-01 14:26:41 -05:00
Matt Bruce
bf731a8a84 added in accessibility to icons
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-01 14:24:08 -05:00
Vasavi Kanamarlapudi
f13451ea37 Digital ACT-191 ONEAPP-7013 story: Standard Peek supported for all Tablet viewports and layouts and for 1up layouts on Mobile viewports only. 2024-07-01 15:03:00 +05:30
Vasavi Kanamarlapudi
6f5e94887e activating leading constratint 2024-07-01 14:13:44 +05:30
Vasavi Kanamarlapudi
4b016974d2 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios into vasavk/carousel 2024-07-01 10:35:04 +05:30
Vasavi Kanamarlapudi
fa5051d258 Digital ACT-191 ONEAPP-7013 story: flexible width support, Carousel can be set to any pixel or percentage 2024-07-01 10:32:06 +05:30
Matt Bruce
90e88f37da updated helper
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-29 10:24:28 -05:00
Matt Bruce
f6287df8f4 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into mbruce/bugfix 2024-06-29 10:05:15 -05:00
Matt Bruce
540dc35e2f added cornerRadius back
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-29 09:45:14 -05:00
Matt Bruce
842bb6f0ad updated to work at 100% width of parent if not set as well as calculating height if there is an aspect ration. 2024-06-28 18:08:50 -05:00
Matt Bruce
51b151a73f partial bugfix
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-28 17:27:37 -05:00
Matt Bruce
99db2d3b1c align left
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-28 09:00:10 -05:00
Matt Bruce
532cb6c680 fixed animation
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-28 09:00:02 -05:00
Vasavi Kanamarlapudi
c51093cfaf Digital ACT-191 ONEAPP-7013 story: update view as per aspect ratio 2024-06-28 17:04:00 +05:30
Matt Bruce
16c2360324 Merge branch 'mbruce/bugfix' into refactor/tileContainer 2024-06-27 15:14:44 -05:00
Matt Bruce
7d399a42ef fixed animation
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-27 15:10:30 -05:00
Matt Bruce
9db5257132 align left
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-27 13:16:52 -05:00
Matt Bruce
25ebcff2d9 rotation checking
update size

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-27 12:52:38 -05:00
Matt Bruce
1044282c33 fixed bug
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-27 10:24:18 -05:00
Matt Bruce
289353a443 refactored to final fix, hopefully :D
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-27 09:55:37 -05:00
Matt Bruce
742bae9169 Signed-off-by: Matt Bruce <matt.bruce@verizon.com> 2024-06-26 17:19:17 -05:00
Matt Bruce
0f368b5132 updated constraints
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-26 15:46:37 -05:00
Matt Bruce
bd908aeb47 removed logic
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-26 13:31:29 -05:00
Matt Bruce
db3ba4f1a1 reset to start with none
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-26 13:29:45 -05:00
Matt Bruce
a432534e1a updated constraints
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-26 13:28:39 -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
9c32ea4870 redo constraints
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-26 09:50:06 -05:00
Matt Bruce
77fbec8bed fixeds for the datePicker
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-25 15:18:19 -05:00
Matt Bruce
3ec982d45c fixed responder issue
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-25 14:29:55 -05:00
Matt Bruce
649acb77af CXTDT-577463 - InputField - Accessibility - Format Text
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-25 13:56:03 -05:00
Matt Bruce
0981bf7729 updated logic for statusIcon label
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-25 13:46:00 -05:00
Matt Bruce
0ec165701b CXTDT-577463 - InputField
- Accessible Elements for actionLink/credit Card image, status image
- fixed issue with success text

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-25 13:39:18 -05:00
Matt Bruce
67a5663fc3 made credit card image accessible
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-25 13:38:16 -05:00
Matt Bruce
1f0ba0cee6 made icon accessible
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-25 13:37:59 -05:00
Matt Bruce
3589e1230a removed throws
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-25 13:37:45 -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
8757fe6147 refactored popover controlling algo
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-25 11:28:40 -05:00
Matt Bruce
32a44a51b5 updated date picker
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-24 15:34:02 -05:00
Matt Bruce
891a816f55 refactored base for responder
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-24 15:33:47 -05:00
Vasavi Kanamarlapudi
9efd50a0fa Digital ACT-191 ONEAPP-9311 story: added new page for Input Stepper 2024-06-24 19:57:15 +05:30
Vasavi Kanamarlapudi
0840ed5ed3 Digital ACT-191 ONEAPP-7013 story: Adjust slot width if scrollbar suppressed and/or based on peek value 2024-06-24 18:42:07 +05:30
Vasavi Kanamarlapudi
0b47d70352 Digital ACT-191 ONEAPP-7013 story: changes to the default view of the carousel with one peek visible 2024-06-24 17:04:36 +05:30
Vasavi Kanamarlapudi
c00ddc68fd Digital ACT-191 ONEAPP-7013 story: changes to pagination inset 2024-06-24 16:31:00 +05:30
Matt Bruce
beaa2b3a82 refactored out old code and reorganized
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-21 14:43:55 -05:00
Matt Bruce
7770a49f6f Merge branch 'mbruce/bugfix' into refactor/datePicker 2024-06-21 14:32:00 -05:00
Matt Bruce
5d21e500bc Merge branch 'bugfix/label-action' into mbruce/bugfix 2024-06-21 14:26:26 -05:00
Matt Bruce
e8387d2c43 Merge branch 'hotfix/label-actions' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into bugfix/label-action
# Conflicts:
#	VDS/Components/Label/Label.swift
#	VDS/Extensions/UITapGestureRecognizer.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-21 14:25:29 -05:00
Matt Bruce
eaf6d68ab7 reverted to using kevin's old code for actions
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-21 14:10:16 -05:00
Matt Bruce
aad70d2e40 testing not using popover viewcontroller
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-21 13:30:19 -05:00
Matt Bruce
e7f5d4ee94 removed code not needed.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-21 13:21:36 -05:00
Matt Bruce
8b37986b40 reverted back to original MVA code for getting the location of links and such.
refactored

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-21 13:19:15 -05:00
Matt Bruce
31b9704163 first attempt to get link clicks working again
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-21 12:20:39 -05:00
Matt Bruce
ce6aad5540 refactored to use new popover
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-20 18:24:21 -05:00
Matt Bruce
0a2e6c88b6 deleted file no longer needed
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-20 18:24:09 -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
6c4d428984 override for accessibility new impl
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-19 17:17:46 -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
f25aee83de only toggle when enabled
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-19 14:02:11 -05:00