Commit Graph

2264 Commits

Author SHA1 Message Date
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
7e36bc074a added clickable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-08 10:59:45 -05:00
Matt Bruce
1e9aa876db refactor for use in both UIControl and UIView
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-08 10:59:30 -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
Bruce, Matt R
dba0879b99 Merge branch 'bugfix/selectorLabels' into 'develop'
ensure that the horizontal plane of a label that has characters doesn't get crushed.

See merge request BPHV_MIPS/vds_ios!279
2024-08-01 13:02:13 +00:00
Matt Bruce
0d38eb495b ensure that the horizontal plane of a label that has characters doesn't get crushed.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-01 08:00:13 -05:00
Bruce, Matt R
8723cfa5c3 Merge branch 'bugfix/toggle' into 'develop'
Toggle Fix

See merge request BPHV_MIPS/vds_ios!277
2024-07-31 17:27:11 +00: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
77325f0034 Merge branches 'vasavk/inputStepper' and 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios into vasavk/inputStepper 2024-07-31 15:58:48 +05:30
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
Bruce, Matt R
10c7435597 Merge branch 'feature/ruleType' into 'develop'
added ruleType so outside sources can know the type for this rule

See merge request BPHV_MIPS/vds_ios!276
2024-07-30 16:06:30 +00:00
Matt Bruce
d02ca3eebd added ruleType so outside sources can know the type for this rule
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-30 11:06:03 -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
Bruce, Matt R
a659393709 Merge branch 'mbruce/bugfix' into 'develop'
added objcMembers

See merge request BPHV_MIPS/vds_ios!274
2024-07-25 15:56:07 +00: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
781df9ff1a added objcMembers
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-25 10:45:20 -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
Sumanth Nadigadda
f87e2ddc98 Adding release notes for Table component fixes 2024-07-23 19:37:58 +05:30
Bruce, Matt R
af58e43f6c Merge branch 'mbruce/bugfix' into 'develop'
Build 1.0.71 merge

See merge request BPHV_MIPS/vds_ios!273
2024-07-19 18:43:30 +00:00
Matt Bruce
2a1b9380c8 updated comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-19 13:42:57 -05:00
Matt Bruce
7cabfdb78c updated version to 71
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-19 13:29:14 -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
Bruce, Matt R
fb629a192b Merge branch 'vasavk/carousel' into 'develop'
VDS Brand 3.0 Base Carousel for IOS

See merge request BPHV_MIPS/vds_ios!268
2024-07-19 17:07:48 +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
Matt Bruce
bf40368dc4 refactored layoutConstrainable for methods
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-07-18 12:26:12 -05:00