Commit Graph

6083 Commits

Author SHA1 Message Date
Matt Bruce
533bcd2dea added isEqual to CalendarView
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:30:13 -05:00
Matt Bruce
e211d4dc22 added isEqual to TextViewEntryFieldModel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:21:52 -05:00
Matt Bruce
f9915dfacc update func
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:20:22 -05:00
Matt Bruce
68a72f6b2e added isEqual to ItemDropDown
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:20:10 -05:00
Matt Bruce
2a497082a0 added isEqual to TextEntry
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:19:50 -05:00
Matt Bruce
961a0546a8 added isEqual to base model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:19:37 -05:00
Matt Bruce
86d49053a6 add isEqual to DatePicker
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:12:58 -05:00
Matt Bruce
db8ba63892 added isEqual to Toggle
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:12:00 -05:00
Matt Bruce
878fd11c8a added isEqual to RadioButton variations
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:11:48 -05:00
Matt Bruce
c40dc5e396 added isEqual to RadioBox variations
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:11:35 -05:00
Matt Bruce
f94ddbf866 added isEqual to Checkbox variations
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:11:14 -05:00
Matt Bruce
b70d2f8add added isEqual
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 13:10:49 -05:00
Matt Bruce
398bf94811 removed obj-c compatibility
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-22 11:41:28 -05:00
Bruce, Matt R
7f9ee10c5e Merge branch 'feature/tile_cont_upd_view' into 'develop'
added updateView for molecule in tile container

Added this change as updateView for the molecule was not getting called resulting in the molecule and its children always pinned to their respective superviews.

Co-authored-by: Arun Kumar Chintakrinda <arun.kumar.chintakrinda@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1179
2024-08-22 14:25:37 +00:00
Arun Kumar Chintakrinda
6354174857 Merge remote-tracking branch 'refs/remotes/origin/develop' 2024-08-22 19:46:40 +05:30
Arun Kumar Chintakrinda
3be3b11e39 added updateView for molecule in tile container 2024-08-22 19:41:43 +05:30
Bruce, Matt R
de30c5d286 Merge branch 'bugfix/molecule_replacement_module_id_validation' into 'develop'
Digital PCT265 defect: Missing moecule.id to moduleName validation for the replacement behavior.

### Summary
Data validation bug on notification_count_fios module return.

Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1178
2024-08-22 12:56:13 +00:00
Hedden, Kyle Matthew
472323f303 Digital PCT265 defect: Missing moecule.id to moduleName validation for the replacement behavior. 2024-08-21 19:59:46 -04:00
Matt Bruce
3b306a299a using enabled now
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 16:28:14 -05:00
Matt Bruce
de67fd7fb6 refactored
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 16:07:10 -05:00
Matt Bruce
60cefc57a6 pushed word change
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 15:47:27 -05:00
Matt Bruce
9185e185fd removed duplicate .
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 15:17:27 -05:00
Matt Bruce
3d5c188898 changed comment
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 15:16:26 -05:00
Matt Bruce
458f303972 fixed per comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 14:21:17 -05:00
Matt Bruce
ef08aa043e added other properties to encoder :D
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 14:14:01 -05:00
Matt Bruce
698f7b5520 subclass to formFieldModel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 14:10:23 -05:00
Matt Bruce
3270f21951 used new isEnabled in model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 14:10:09 -05:00
Matt Bruce
315eac1dac used new isEnabled in model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 14:09:57 -05:00
Matt Bruce
c3290f83ba updated for change in RadioBoxModel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 14:09:24 -05:00
Matt Bruce
c41cf3f18e converted to use FormFieldModel subclass
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 14:08:57 -05:00
Matt Bruce
56b4142c14 added isEnabled
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 14:07:59 -05:00
Matt Bruce
e7bcd32588 put the moleculeName in the base
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-21 13:07:51 -05:00
Bruce, Matt R
6c841c078a Merge branch 'release/20_1_1' into 'develop'
Digital PCT265 defect: VDS TabsTableViewCell delegate reset issue. Impacts UAD...

Co-authored-by: Subramaniam, Ramya <ramya.subramaniam@one.verizon.com>
Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1177
2024-08-21 13:17:32 +00:00
Matt Bruce
29b56bf63b updated field
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 15:41:53 -05:00
Matt Bruce
e030b460ce added final properties 2024-08-20 14:19:22 -05:00
Matt Bruce
25dce9e88c refactored naming of method
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 14:19:15 -05:00
Matt Bruce
7b0f4e4328 update only after the model sets the properties
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 13:59:52 -05:00
Matt Bruce
8829bd7457 added new mapping
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 13:59:27 -05:00
Matt Bruce
478f2b6083 added codable for VDS
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 13:59:19 -05:00
Matt Bruce
94ace3d49a added new models/views
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 13:59:07 -05:00
Matt Bruce
e3f22efb12 updated to convertTo
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 08:49:51 -05:00
Matt Bruce
b71a4c5b25 refactored to convertTo
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 08:49:36 -05:00
Matt Bruce
3fd10bf199 added registration
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 08:49:20 -05:00
Matt Bruce
aeabee2666 refactored to convertToXXXModel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 08:49:12 -05:00
Matt Bruce
d8c83f9230 removed delegate that isn't used anywhere.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 08:45:38 -05:00
Matt Bruce
6b608b4a8a added showError
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 08:45:23 -05:00
Matt Bruce
13f9776a4f new Checkboxes/RadioButtons
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-20 08:45:04 -05:00
Pfeil, Scott Robert
ffd5242cde Merge branch 'bugfix/atomic-buttonGroup' into 'develop'
Fix for the reset() issue with default properties being reset for buttonGroup

### Summary
There were buttongroup properties added in the setup() method, however they were getting removed in reset(). 

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

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

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1175
2024-08-15 17:32:31 +00:00
Matt Bruce
e89272a3cd comments on the order of operations in reset()
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-15 12:31:50 -05:00
Matt Bruce
33dc411743 Fix for the reset() issue with default properties being reset for buttonGroup
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-08-15 11:08:25 -05:00