Keerthy
1b10c21100
Added customActions to checkBoxLabel
2024-02-26 23:48:28 +05:30
Hedden, Kyle Matthew
6e96976a55
Merge branch 'bugfix/CXTDT-459435' into 'release/11_2_0'
...
bugfix - Removing titleLabel from accessible elements
### Summary
Removing titleLabel from accessible elements in TextEntryField molecule, as the title's text is set as the textfields accessibilityLabel, thus reading the same title twice.
### JIRA Ticket
CXTDT-459435
Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1052
2024-02-02 19:59:39 +00:00
Sumanth Nadigadda
4634cff455
bugfix: CXTDT-459435 - Removing titleLabel from accessible elements, as the title's text is set as the textfields accessibilityLabel.
2024-02-02 17:26:23 +05:30
Matt Bruce
b8c929e3df
Merge branch 'feature/atomic_vds_loader' into feature/vds_batch_two
2024-01-29 15:31:37 -06:00
Matt Bruce
87a8051bbe
Merge branch 'feature/atomic_vds_buttonGroup' into feature/vds_batch_two
2024-01-29 15:31:29 -06:00
Matt Bruce
e9b2a62bc9
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_loader
2024-01-29 15:29:01 -06:00
Matt Bruce
8201b8fad4
fixed bug
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 15:27:52 -06:00
Matt Bruce
a81ff55e6e
updated to not return hardcoded value
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 15:25:34 -06:00
Matt Bruce
9db98a2078
added else
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 15:15:19 -06:00
Matt Bruce
59175c45fc
added previousModel
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 14:16:27 -06:00
Matt Bruce
fbcf881535
added nameForReuse check
...
refactored buttons to either create or set
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 13:16:37 -06:00
Matt Bruce
315a96470b
added ParentMoleculeModelProtocol
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-29 13:16:07 -06:00
Matt Bruce
fb459cfdd5
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_buttonGroup
2024-01-26 09:17:19 -06:00
Matt Bruce
3db8701fea
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_two
2024-01-25 10:32:35 -06:00
Pfeil, Scott Robert
2a847602a2
Merge branch 'bugfix/PRODDEF-19592' into 'develop'
...
Updated textView to have label text for accessibility behavior
### Summary
Updated textView to have label text for accessibility behavior
### JIRA Ticket
https://onejira.verizon.com/browse/PRODDEF-19592
Co-authored-by: Keerthy <keerthy.marakanti@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1029
2024-01-24 16:46:04 +00:00
Pfeil, Scott Robert
54519d9820
Merge branch 'feature/dynamicAccessibilityTraits' into 'develop'
...
Added accessibilityTraits dynamically for buttons, List components
### Summary
Driven all the buttons and list components traits dynamically. As per the WCAG Accessibility guidelines,
Button role - is used to trigger an action e,g confirm information, submit data, continue multi step task. (Button page #45 )
Link role - Links should be used only for actions that take the user to other locations and, should not be used for button-like functionality.(Text Link page# 46).
Google drive link : ([https://drive.google.com/drive/folders/1l2Is486J2UxaVulHE8N5xOTFecFtRCvW )!\[Links__2\_\](/uploads/002f8ac31c0bb7f02f4d030b8995cb9b/Links__2\_.png](https://drive.google.com/drive/folders/1l2Is486J2UxaVulHE8N5xOTFecFtRCvW )!%5BLinks__2_%5D(/uploads/002f8ac31c0bb7f02f4d030b8995cb9b/Links__2_.png))
### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-421918
Co-authored-by: Keerthy <keerthy.marakanti@verizon.com>
Co-authored-by: Krishna Kishore Bandaru <krishna.kishore.bandaru@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/996
2024-01-24 16:33:47 +00:00
Keerthy
d1ee6e7f3a
Addressed code review comments
2024-01-24 16:18:35 +05:30
Keerthy
459d3e4a33
Merge branch 'develop' into bugfix/PRODDEF-19592
2024-01-24 16:00:45 +05:30
Matt Bruce
42dfca5fc6
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_two
2024-01-18 16:05:27 -06:00
Matt Bruce
84ba882b37
Merge branch 'feature/atomic_vds_tooltip' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_two
2024-01-18 15:33:09 -06:00
Matt Bruce
2f80ee891d
added text to use string file
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-18 15:25:50 -06:00
Matt Bruce
4eb2e77862
Merge branch 'feature/atomic_vds_tooltip' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_two
...
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
# MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift
# MVMCoreUI/OtherHandlers/CoreUIModelMapping.swift
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-17 08:49:11 -06:00
Matt Bruce
d2af968892
Merge branch 'feature/atomic_vds_textLinkCaret' into feature/vds_batch_two
...
# Conflicts:
# MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-16 13:32:23 -06:00
Matt Bruce
e3f8fe05bd
Merge branch 'feature/atomic_vds_loader' into feature/vds_batch_two
2024-01-16 13:30:43 -06:00
Matt Bruce
ac4faf572c
Merge branch 'feature/atomic_vds_icon' into feature/vds_batch_two
...
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
# MVMCoreUI/Atomic/Extensions/VDS-Enums+Codable.swift
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-16 13:30:15 -06:00
Hedden, Kyle Matthew
8a62065ade
open encoder
2024-01-11 18:17:06 -05:00
Matt Bruce
1f74c88ce6
added enabled
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-11 12:07:42 -06:00
Matt Bruce
ea3ee2adda
added comments
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-11 11:42:53 -06:00
Matt Bruce
71a10f1055
added buttonGroup
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-11 11:19:18 -06:00
Keerthy
3d7e1ac646
Merge branch 'develop' into feature/dynamicAccessibilityTraits
2024-01-09 12:39:45 +05:30
Matt Bruce
9e500fe1c8
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_icon
2024-01-05 09:55:21 -06:00
Matt Bruce
71bc90c4ef
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_textLinkCaret
2024-01-04 11:27:24 -06:00
Matt Bruce
eb8ea989ec
refactored back in the obj-c interface to interact with swift extension
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-03 15:13:39 -06:00
Matt Bruce
c03e04069a
refactored loader
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-03 14:04:30 -06:00
Hedden, Kyle Matthew
8306f901bd
Open up progress bar atom for subclassing.
2023-12-21 22:19:45 -05:00
Rajendran, Nandhini
ad48df2242
story: ONEAPP-4156 LoggingHandler Swift migration
2023-12-21 16:28:22 +00:00
Matt Bruce
61cb8b300b
added tooltip view and model
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-12-14 16:04:24 -06:00
Matt Bruce
c25c3ec9ab
added initial cut for icon, iconModel and registered it within the system.
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-12-14 15:13:08 -06:00
Hedden, Kyle Matthew
cac849fadc
text field Spanish localization for optional
2023-12-11 10:48:37 -05:00
Matt Bruce
6a8e45fc9e
initial cut for VDS Loader
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-12-06 14:39:46 -06:00
Matt Bruce
cf0e3086cf
added accessibilityText
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-12-05 15:46:34 -06:00
Matt Bruce
938a5d1192
first cut for the conversion
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-12-05 15:46:22 -06:00
Rajendran, Nandhini
172173eb1b
Revert "Merge branch 'feature/ONEAPP-5868' into 'develop'"
...
This reverts merge request !1010
2023-12-04 11:53:41 +00:00
Keerthy
d65df06934
Updated textView to have label text for accessibility behavior
2023-11-22 18:07:13 +05:30
Keerthy
d5f5072560
Merge branch 'develop' into feature/accessibilityHandler
2023-11-02 11:37:50 +05:30
Keerthy
5920bf3e50
Order change
2023-11-02 00:52:13 +05:30
Keerthy
84314aa5ed
Merge branch 'develop' into bugfix/CXTDT-446531
2023-11-02 00:01:58 +05:30
Keerthy
9fe6a4dfc1
Updated accessibility behavior for TextEntryField, BaseItemPickerEntryField, CheckboxLabel
2023-11-01 23:59:34 +05:30
Krishna Kishore Bandaru
975882d47c
addressed code review comments
2023-11-01 18:11:22 +05:30
Keerthy
7b4dd51a74
Merge branch 'develop' into feature/accessibilityHandler
2023-11-01 11:32:50 +05:30