Matt Bruce
0a9b4ec368
added comments for reset()
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-26 10:13:49 -05:00
Matt Bruce
8d080a9e38
migrated to fixed toggle
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-19 13:47:14 -05:00
Matt Bruce
900dfd21fc
refactor a Toggle to be the actual Toggle only
...
refactor old Toggle + Label = ToggleItem
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-19 09:40:04 -05:00
Matt Bruce
18ab46b1f3
updated more accessibilityLabels/Values
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-18 12:49:11 -05:00
Matt Bruce
b919cfd92b
refactored disabling (disabled) as a helper to get/set isEnabled
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-18 08:46:15 -05:00
Matt Bruce
bc6c783e4e
added logic for added/removing the accessibilityTrait .notEnabled based off the dissbled state
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-17 13:38:36 -05:00
Matt Bruce
418dcf40c2
CXTDT-426628 - Toggle - Incorrect disabled text color
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-06 12:33:56 -05:00
Matt Bruce
31f64dbc8c
CXTDT-426626 - Toggle - Disabled "on" state
2023-06-28 09:12:52 -05:00
Matt Bruce
bd902434ef
refactored reset methods
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-05-08 14:40:11 -05:00
Matt Bruce
e82a94304c
refactored to remove combine for local updater, replaced with setNeedsUpdate
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-05-08 11:51:10 -05:00
Matt Bruce
c721db80c4
updated Toggle Size for new specs
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-05-03 11:53:05 -05:00
Matt Bruce
34bc7b6b66
initial build error fix for color tokens
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-05-03 11:43:49 -05:00
Matt Bruce
308ef596a4
added onChange
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-04-03 10:14:52 -05:00
Matt Bruce
94d44c5d54
refactored clickable
...
removed old clickable code
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-03-29 15:37:32 -05:00
Matt Bruce
aa233515a5
updated control
...
and subcontrols
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-03-29 13:47:56 -05:00
Matt Bruce
58162040d3
added click subscriber and updateAccessibilityLabel
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-03-07 10:54:19 -06:00
Matt Bruce
67fc629368
removed accessibility protocols
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-03-07 09:31:14 -06:00
Matt Bruce
5969e530c8
changing public to open
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-02-21 12:01:57 -06:00
Matt Bruce
21ac83af4f
removed codable
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-25 11:50:11 -06:00
Matt Bruce
ef1ca0f6ab
marked private/internal subcomponents to open
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-23 09:27:36 -06:00
Matt Bruce
35d1f4071d
refactored TextStyle enums to camelCase
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 15:32:11 -06:00
Matt Bruce
9526a7ec40
refactored out Typography and converted to TextStyle
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 14:04:15 -06:00
Matt Bruce
443636b723
refactored typograpicalStyle to textStyle
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 13:36:53 -06:00
Matt Bruce
669e0d7625
refactored enums into class/structs that use them
...
also refactored models into class that are the parents
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 13:32:38 -06:00
Matt Bruce
ae6c380627
removed old code
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-12-08 19:34:04 -06:00
Matt Bruce
4393a87283
removed duplicates for states
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-12-08 17:59:05 -06:00
Matt Bruce
3825488d0e
refactored vars
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-12-08 15:18:41 -06:00
Matt Bruce
bd96705b4e
fixed bug in toggle being out of sync with isSelected
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-12-07 13:47:07 -06:00
Matt Bruce
c73c3496fc
reverted code back to pin to parent
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-11-18 12:58:04 -06:00
Matt Bruce
0b63f5abea
updated with internal wrapper view so the object won't stretch and mess up alignments
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-11-18 10:02:07 -06:00
Matt Bruce
00f1418e69
updated controls for reset()
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-11-15 10:10:04 -06:00
Matt Bruce
9b75fd4edc
ensure resets are working
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-11-10 18:25:07 -06:00
Matt Bruce
19a7ba5627
updated defaults into initializers
...
update all initializers to look the same
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-11-10 15:10:18 -06:00
Matt Bruce
69ad6e9fb1
added constraints for veritcal
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-11-10 11:30:04 -06:00
Matt Bruce
faf6c84044
fixed bug
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-26 13:44:25 -05:00
Matt Bruce
790fa208db
added isAnimated logic
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-21 17:07:45 -05:00
Matt Bruce
5e8a1d349b
removed code
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-21 15:28:06 -05:00
Matt Bruce
46d0bb3047
added @objc() class name to keep collisions from occurring
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-21 10:42:24 -05:00
Matt Bruce
b5314ad879
deleted all models
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-20 15:12:25 -05:00
Matt Bruce
60dbfa9d2b
refactored to use layoutSubviews
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-20 14:06:03 -05:00
Matt Bruce
fa39ce82d1
fix toggle bugs
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-20 13:13:38 -05:00
Matt Bruce
4bf9ce83b5
refactored to remove models
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-20 10:55:36 -05:00
Matt Bruce
f47a910dae
updated constaint
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-13 10:51:00 -05:00
Matt Bruce
558d6c16ab
updated logic
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-12 09:02:39 -05:00
Matt Bruce
1f91459b9e
refactored toggle to match updated property names
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-12 09:00:41 -05:00
Matt Bruce
087691bc62
update label within toggle
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-12 08:16:29 -05:00
Matt Bruce
d0001f8af7
updated color config
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-10 16:27:10 -05:00
Matt Bruce
3b75957ce1
accessable update
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-10 16:26:19 -05:00
Matt Bruce
9e2d5fff47
added Equality to Modelable
...
added AnyEquality to classes that have an a property with 'any'
added default implementation on shouldUpdateView() to check equality, this can be re-implemented in classes
removed all shouldUpdateView methods everywhere since above was done
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-09-16 09:14:27 -05:00
Matt Bruce
e07f855eb6
added Identifiable
...
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-09-15 13:56:58 -05:00