Commit Graph

816 Commits

Author SHA1 Message Date
Pfeil, Scott Robert
336dd094f0 Merge branch 'bugfix/CXTDT-352289' into 'develop'
Disabled clipboard actions

### Summary
Disabled clipboard actions for textfield. can be controlled via using enableClipboardActions. And changed set(with model: MoleculeModelProtocol....) open to public. 

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

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/918
2022-12-21 13:50:02 +00:00
Krishna Kishore Bandaru
e66924dc1f added setDefaults func 2022-12-12 13:33:10 +05:30
Nandhini Rajendran
a72f3cc3c1 refactor to add resetAttributeStyle 2022-12-09 12:34:06 +05:30
Murugan, Vimal
2026d9171c Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into bugfix/CXTDT_344190_attribute_issue 2022-11-29 12:37:19 +05:30
Krishna Kishore Bandaru
dce172bb64 CXTDT-352289 - disabled clipboard actions 2022-11-28 14:57:53 +05:30
Murugan, Vimal
af2360c13a fix for CXTDT_344190 2022-11-08 18:41:27 +05:30
Kyle Matthew Hedden
06672f0268 Revert "Merge branch 'feature/vds-toggle' into 'develop'"
This reverts commit edfb2c1f36, reversing
changes made to 1dc367c463.
2022-11-01 17:29:20 -04:00
Matt Bruce
ad0bbbab8e added to encoding
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-25 11:25:44 -05:00
Matt Bruce
d0a0ea9e4e update logic
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-25 11:24:02 -05:00
Matt Bruce
847d7ed372 renamed var
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-25 11:16:27 -05:00
Matt Bruce
c043fff7bd default is animated, not sure what i was thinking earlier today
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 14:07:30 -05:00
Matt Bruce
ae431b8b2b cancelled the previous subscription
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 13:46:21 -05:00
Matt Bruce
c93a270b1a updated name to valueChangedSubscription
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 13:25:14 -05:00
Matt Bruce
20fcbb57c2 added notes for backgroundColor
added in ToggleBase property setters for ToggleModel properties

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 11:51:42 -05:00
Matt Bruce
e27fa862d5 forgot to add back in animated to the model
accessibilityIdentifier isn't even used in the current Toggle today

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 11:51:08 -05:00
Matt Bruce
c075323ce7 update for changes discussed today
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-24 10:49:26 -05:00
Matt Bruce
30530bc4e1 removed isOn being passed
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-22 09:11:03 -05:00
Matt Bruce
3a3bbe05ea added in didToggleAction
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-21 17:07:01 -05:00
Matt Bruce
1073530ee9 refactored Toggle / ToggleModel for VDS
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-21 16:15:54 -05:00
Matt Bruce
9255e4021f this is now in VDS
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-21 16:08:22 -05:00
Pfeil, Scott Robert
91f44013c6 Merge branch 'release/10_2_0' into 'develop'
Release/10 2 0

See merge request BPHV_MIPS/mvm_core_ui!896
2022-08-29 14:10:39 +00:00
Kyle Matthew Hedden
3e00e294a0 Convert to barfing. 2022-08-17 10:07:49 -04:00
Kyle Matthew Hedden
bac00ad0fa image range fix & silence warnings 2022-08-16 20:29:57 -04:00
Kyle Matthew Hedden
3765c771ec model throw, view adapt 2022-08-16 20:15:43 -04:00
Kyle Matthew Hedden
bd4cadce3f Merge remote-tracking branch 'origin/release/10_2_0' into bugfix/label_range_safety 2022-08-16 18:19:58 -04:00
Scott Pfeil
78034bb8d0 Centralize SoureModel 2022-08-12 16:17:05 -04:00
Scott Pfeil
31169e318e bug fixes 2022-08-11 22:34:37 -04:00
Scott Pfeil
1f75221915 Drive through delegate up front. Remove some legacy delegate back and forth 2022-08-10 22:19:01 -04:00
Scott Pfeil
d8bf3c9a08 Button -> Delegate -> ActionHandler.
Components will go through delegate. Delegate will choose how to handle it.
2022-08-08 17:45:28 -04:00
Scott Pfeil
126c464a92 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/action_modernize 2022-08-08 09:00:00 -04:00
Sumanth Nadigadda
4f4d9a126e Reordering the conditions for button style update. 2022-08-05 22:02:47 +05:30
Sumanth Nadigadda
d1b1db1967 Updating logic to read style params from context, JSON and default 2022-08-04 22:19:20 +05:30
Sumanth Nadigadda
747f951b1b Updating the border color for radio button 2022-08-03 23:11:45 +05:30
Sumanth Nadigadda
a241265bab VDS radio button of size and color changes as per 3.0 design 2022-08-03 15:17:25 +05:30
Scott Pfeil
558eb9bfd0 Revert 2022-07-29 16:27:49 -04:00
Scott Pfeil
dd7d787ba9 Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/action_modernize 2022-07-28 23:02:44 -04:00
Matt Bruce
1ed826b7ef implement an open method so this can be overridden if a class is subclassed.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-22 11:07:37 -05:00
Scott Pfeil
768aa578d2 More Migrations.
Delegate subclass
2022-07-19 14:33:34 -04:00
Kyle Matthew Hedden
fc512ca811 add logging and model handling 2022-07-19 12:56:35 -04:00
Scott Pfeil
4f2fa7962a Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/action_modernize 2022-07-18 19:01:01 -04:00
Scott Pfeil
16e9079b8c Action modernization 2022-07-18 18:54:11 -04:00
Kyle Matthew Hedden
664d90a713 Merge remote-tracking branch 'origin/develop' into feature/view_masking 2022-07-13 20:14:09 -04:00
Kyle Matthew Hedden
19fd207470 insert label range validations to prevent crashes 2022-07-13 11:32:12 -04:00
Scott Pfeil
008a2a382a XCFramework and warning fixes 2022-07-05 15:57:01 -04:00
Kyle Matthew Hedden
2de6783bf0 Fix models that missed refactor. 2022-06-29 16:38:32 -04:00
Kyle Matthew Hedden
044a103665 Relax model handling to allow handlers to decide what to do when server doesn't specify masking.
Leverage introduced legacy behavior handling over customized direct recording manager calls.
Bring in RemoteView molecular masking handling.
Fix ImageViewModel decoding requirement.
2022-06-29 16:16:33 -04:00
Kyle Matthew Hedden
83c0503d18 Merge remote-tracking branch 'origin/develop' into feature/view_masking
Conflicts:
	MVMCoreUI/Atomic/Atoms/Buttons/Link/LinkModel.swift
	MVMCoreUI/Behaviors/Protocols/PageBehaviorProtocol.swift
2022-06-28 15:45:20 -04:00
Pfeil, Scott Robert
4efb675c79 Merge branch 'feature/ModelInitUpdate' into 'feature/develop_mvp_3'
added a public initializer

See merge request BPHV_MIPS/mvm_core_ui!868
2022-06-24 15:45:16 +00:00
Matt Bruce
60d3e2f47c added back moleculeName for issue with Swift Default encoder
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-06-24 10:33:49 -05:00
Subhankar Acharya
b400b3b7b3 Merge branch 'develop' into feature/view_masking 2022-06-23 13:00:09 +05:30