Krishna Kishore Bandaru
9c111471a8
added custom button rotor for molecular views
2023-09-25 16:27:42 +05:30
Krishna Kishore Bandaru
44d2aa630e
refactored PreDefinedFocusedelement func
2023-09-25 16:26:25 +05:30
Krishna Kishore Bandaru
c1392f4253
added missing code
2023-09-23 17:34:49 +05:30
Krishna Kishore Bandaru
e9dc771eea
removed unused code & added support for predefinedfocused elements from server
2023-09-22 17:16:09 +05:30
Matt Bruce
e97582ee1e
added accessibility
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-21 14:59:00 -05:00
Matt Bruce
dff7cc6d31
updated accessibility
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-21 14:46:28 -05:00
Matt Bruce
f4221c0215
updated external link
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-21 14:41:50 -05:00
Matt Bruce
0f85c96201
updated link
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-21 14:41:42 -05:00
Matt Bruce
89f65ebe3d
added codable
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-21 14:41:35 -05:00
Matt Bruce
8143cc7d9e
re arranged files
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-21 11:34:38 -05:00
Matt Bruce
ad3112d984
added id
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-21 11:34:28 -05:00
Matt Bruce
48c3e4b86a
Merge branch 'develop' into feature/badge
2023-09-21 11:26:03 -05:00
Krishna Kishore Bandaru
32ba75e731
updated with code review comments & created accessibility handler behaviour
2023-09-21 19:17:06 +05:30
Scott Pfeil
44428da44a
Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/atomic_vds_button
2023-09-20 21:32:50 -04:00
Matt Bruce
2a34fa433d
updated for line
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-20 14:51:21 -05:00
Matt Bruce
6da75b26bd
don't call super to draw if model is set to none
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-20 14:51:12 -05:00
Matt Bruce
b2b33db8a9
Revert "Revert "subclass line directly""
...
This reverts commit 10370f3ac6 .
2023-09-20 14:40:56 -05:00
Matt Bruce
10370f3ac6
Revert "subclass line directly"
...
This reverts commit 5d9944b5ea .
2023-09-20 14:35:46 -05:00
Matt Bruce
62afe434f9
updated to use line properties
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-20 14:07:49 -05:00
Matt Bruce
5d9944b5ea
subclass line directly
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-20 14:07:36 -05:00
Matt Bruce
aed46d592c
updated tabs and tabs model
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-20 13:28:38 -05:00
Matt Bruce
81a5d5099f
updated ListRightVariableTotalData
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-20 13:28:16 -05:00
Matt Bruce
2e03cec5be
updated ListProgressBarThin
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-20 13:27:51 -05:00
Matt Bruce
099fce290e
updated LineModel and Line
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-20 13:26:31 -05:00
Matt Bruce
470bb160d6
update for VDS Protocol
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-20 13:25:33 -05:00
Matt Bruce
05069e044c
added helper protocol
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-20 09:55:56 -05:00
Krishna Kishore Bandaru
c538df828e
Merge branch 'develop' into feature/accessibilityHandler
2023-09-20 15:21:47 +05:30
Scott Pfeil
6e27bd1dd9
Merge branch 'feature/atomic_vds_button' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/atomic_vds_button
2023-09-15 12:14:05 -04:00
Scott Pfeil
68ad659559
pill button open
2023-09-15 12:13:44 -04:00
Scott Pfeil
917a0f8480
PillButton inverted-> surface
2023-09-15 12:13:02 -04:00
Pfeil, Scott Robert
75e6339443
Merge branch 'bugfix/SubNavManager-ReplaceVC' into 'develop'
...
Passing subNavManager's delegate to NavigationHandler in replaceViewController call
### Summary
Issue: When a page has multiple tabs, navigating between each tab is not updating the tab selection status (red selection line), only replaces the view controller.
Root cause: while switching between the tabs, the viewcontroller's are being replaced without the delegate object in replaceViewController call, because of this the navigation delegate is not updating the subNavigation manager class to update the tab selection.
### JIRA Ticket
Co-authored-by: Sumanth Nadigadda <sumanth.nadigadda@verizon.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/994
2023-09-15 14:48:39 +00:00
Matt Bruce
170da5f477
refactored to use buttongroup
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-15 09:10:39 -05:00
Keerthy
14ac43d0ea
Update ImageButtonModel.swift
2023-09-15 16:34:28 +05:30
Sumanth Nadigadda
939ee1ec7a
Adding option to show a label to loading overlay
2023-09-15 15:44:42 +05:30
Sumanth Nadigadda
9a191d9516
defect: Passing subNavManager's delegate to NavigationHandler, so that the delegate can update the viewcontroller for the tab updates
2023-09-15 11:22:48 +05:30
Matt Bruce
fe580d12e4
updated onClick
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-14 16:02:26 -05:00
Matt Bruce
34d3386d36
updated onClick
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-14 16:02:15 -05:00
Scott Pfeil
c2cc637c38
remove old junk
2023-09-14 16:35:44 -04:00
Scott Pfeil
a925560ecb
RawRepresentableCodable
2023-09-14 16:18:10 -04:00
Krishna Kishore Bandaru
eb9ec00866
updated button traits dynamically
2023-09-15 01:17:53 +05:30
Krishna Kishore Bandaru
d7c472b667
added accessibilitytraits, value, label dynamically from modelJSON
2023-09-15 01:07:20 +05:30
Scott Pfeil
c82a0cd4d6
Make PillButton VDSMoleculeViewProtocol
2023-09-14 14:49:07 -04:00
Scott Pfeil
741bf0501b
Updates to Button
2023-09-14 14:14:30 -04:00
Scott Pfeil
8e35e8036a
Tiny button to small
2023-09-14 13:55:17 -04:00
Scott Pfeil
4c2214d7d4
VDS Button to atomic beginning/
2023-09-14 10:37:42 -04:00
Pfeil, Scott Robert
022319c186
Merge branch 'feature/molecule_id_replacement' into 'develop'
...
Add an optional ID field to every molecule.
### Summary
Add an ID to molecule models.
Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>
See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/992
2023-09-07 17:25:21 +00:00
Hedden, Kyle Matthew
b19d009cff
unnecessary coding key
2023-09-07 13:07:49 -04:00
Hedden, Kyle Matthew
0e300ca5a7
DecodableDefault.UUID -> UUIDString
2023-09-07 12:46:05 -04:00
Hedden, Kyle Matthew
b6c3159b52
Change ID default initializer, DecodableDefault for implicit decoding models. Add missing id encodes and decodes.
2023-09-07 09:20:44 -04:00
Hedden, Kyle Matthew
94defaa6bc
Remove test code.
2023-09-07 08:34:28 -04:00