Commit Graph

1037 Commits

Author SHA1 Message Date
Matt Bruce
9292e6a8d0 set the molecule to the moleculeView found
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-25 09:18:49 -05:00
Matt Bruce
0f3d7c1320 removed setting the molecule to nil
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-25 09:13:25 -05:00
Matt Bruce
50099b1cd6 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_badgeIndicator_buttonIcon_tileContainer 2024-04-25 09:10:58 -05:00
Matt Bruce
dac8711258 ensure molecule is removed from parent
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-25 09:07:40 -05:00
Matt Bruce
725d80b5ce added praentmoleculemodel protocol
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 17:24:20 -05:00
Matt Bruce
980ffaee67 removed carriage return
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 17:15:36 -05:00
Matt Bruce
c9589e9b94 added nameforReuse
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-24 17:15:11 -05:00
Xi Zhang
5698f1f5c1 Provide an API for checking selected date is today. 2024-04-23 17:18:59 -04:00
Matt Bruce
c87bbb3a78 refdactored to use better codable for the BackgroundEffect Enum
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-17 09:43:50 -05:00
Matt Bruce
0ddf76b576 refactored out base enums into base model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-16 15:15:02 -05:00
Matt Bruce
08a2079654 rearranged
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-16 14:35:56 -05:00
Matt Bruce
03318e863f refactored backgroundEffect
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-16 14:27:17 -05:00
Matt Bruce
eccf721447 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_badgeIndicator_buttonIcon_tileContainer 2024-04-16 11:57:08 -05:00
Matt Bruce
f5d9423b1b removed code not nedded
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-16 11:47:08 -05:00
Matt Bruce
300047fdbe updated the loadImage
made ViewModelMolecule optional

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-16 10:45:47 -05:00
Matt Bruce
44cbeeb695 refactored the Tilelet with missing tilecontainer properties
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-15 15:16:28 -05:00
Matt Bruce
6e5abcc912 added tileContainer view/model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-15 15:14:56 -05:00
Matt Bruce
122f5b6c97 added ButtonIcon
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-15 13:12:15 -05:00
Matt Bruce
02973badbd refactor
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-15 13:12:04 -05:00
Hedden, Kyle Matthew
70bc766c41 Merge branch 'bugfix/PRODDEF-24073' into 'develop'
Added missing code

### Summary
Checkbox label accessibility changes

### JIRA Ticket
https://onejira.verizon.com/browse/PRODDEF-24073

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/1092
2024-04-15 17:35:00 +00:00
Matt Bruce
0c474a2764 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_badgeIndicator_buttonIcon_tileContainer 2024-04-12 13:11:01 -05:00
Matt Bruce
c6fccb014a initial button icon
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-12 13:10:51 -05:00
Matt Bruce
1376752c8a Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/atomic_vds_notification 2024-04-12 12:46:06 -05:00
Matt Bruce
59a5c6a3e7 added BadgeIndicator Atom
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-12 10:22:12 -05:00
Matt Bruce
077ee85dc0 removed ternary
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-10 13:39:45 -05:00
Krishna Kishore Bandaru
da701bac23 Added missing code 2024-04-03 18:18:54 +05:30
Matt Bruce
494a729658 update to point to the new VDSTokens framework
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-02 15:02:39 -05:00
Matt Bruce
7cb2a75949 fixes in the enum change for tilelet
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-26 14:00:15 -05:00
Matt Bruce
6888fe93b8 ensuring the range passed in is valid.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-20 17:24:32 -05:00
Matt Bruce
20cd7acce2 doing extra guards for actionMap and actionText range to ensure a valid ActionLabelAttribute gets created.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-19 16:50:11 -04:00
Pfeil, Scott Robert
869804cc39 Merge branch 'bugfix/atomic_vds_label-fontSize' into 'develop'
added the fontSize as a last resort for vars being set in the Label after fontStyle and fontName.

### Summary
Since moving to the new Typography system, we no longer should be accepting fontName/fontSize since you will lose all of the lineHeight/letterSpacing and other special formatting. 

I added a use-case for when there is only a fontSize given.

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-533868

Co-authored-by: Matt Bruce <matt.bruce@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1074
2024-03-14 19:59:03 +00:00
Matt Bruce
09081b8bc8 added the fontSize as a last resort for vars being set in the Label after fontStyle and fontName.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-14 14:31:57 -05:00
Scott Pfeil
5c414a0e40 Digital PCT265 story ONEAPP-6389 - Button group size updates, title lockup like views font updates, label font updates 2024-03-12 13:47:48 -04:00
Matt Bruce
b638637af7 removed code and call the code that does the same thing under the hood.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-08 14:20:44 -06:00
Matt Bruce
dcb5b91e32 deleted method and refactored atomic label even more
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-08 14:03:05 -06:00
Matt Bruce
5834b8fcd2 fixed issue where users set the textColor property directly
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-06 14:19:46 -06:00
Matt Bruce
4e8bbd2ea5 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_three
# Conflicts:
#	MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-23 08:27:18 -06:00
Hedden, Kyle Matthew
f853275005 Add missing Label image attachment color tinting. 2024-02-19 21:22:57 -05:00
Matt Bruce
e331f28ca6 Merge branch 'feature/atomic_vds_titleLockup' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git into feature/vds_batch_three
# Conflicts:
#	MVMCoreUI/Atomic/Extensions/VDS-TextStyle.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-16 10:09:18 -06:00
Matt Bruce
881fd5e433 refactored naming conventions in object
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-16 09:37:44 -06:00
Matt Bruce
f05ea2aac6 depricated methods and updated attribute addition
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-15 16:10:51 -06:00
Matt Bruce
6718e15133 added extra methods used by MF
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-14 15:34:41 -06:00
Matt Bruce
f577f1a419 added back setFont/setScale
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-13 10:26:18 -06:00
Matt Bruce
28c15efba5 refactored atoms with style changes
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-12 17:32:34 -06:00
Matt Bruce
ddb15e72f3 refactored label for first cut, pretty big changes though....
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-12 17:32:06 -06:00
Matt Bruce
2e937fd0de updated model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-02-12 17:30:40 -06:00
Hedden, Kyle Matthew
1d4294803a Remove the duplicate load gif. Rely on the defaultCompletionBlock. 2024-02-08 21:03:19 -05:00
Hedden, Kyle Matthew
fd4c634c74 Merge remote-tracking branch 'refs/remotes/origin/develop'
Conflicts:
	MVMCoreUI.xcodeproj/project.pbxproj
2024-02-08 16:38:33 -05:00
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