Digital ACT191 story ONEAPP-7459 - Update VDS framework
This commit is contained in:
parent
52101435cc
commit
6c5dcf6238
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import UIKit
|
import UIKit
|
||||||
import VDSTokens
|
import VDSCoreTokens
|
||||||
import Combine
|
import Combine
|
||||||
|
|
||||||
/// A calendar is a monthly view that lets customers select a single date.
|
/// A calendar is a monthly view that lets customers select a single date.
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
import VDSTokens
|
import VDSCoreTokens
|
||||||
|
|
||||||
final class CalendarDateViewCell: UICollectionViewCell {
|
final class CalendarDateViewCell: UICollectionViewCell {
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
import VDSTokens
|
import VDSCoreTokens
|
||||||
|
|
||||||
/// Footer view to show indicators data.
|
/// Footer view to show indicators data.
|
||||||
class CalendarFooterReusableView: UICollectionReusableView {
|
class CalendarFooterReusableView: UICollectionReusableView {
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
import VDSTokens
|
import VDSCoreTokens
|
||||||
|
|
||||||
/// Header view to display month and year along with days of week.
|
/// Header view to display month and year along with days of week.
|
||||||
class CalendarHeaderReusableView: UICollectionReusableView {
|
class CalendarHeaderReusableView: UICollectionReusableView {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
import UIKit
|
import UIKit
|
||||||
import VDSTokens
|
import VDSCoreTokens
|
||||||
import Combine
|
import Combine
|
||||||
|
|
||||||
/// A dropdown select is an expandable menu of predefined options that allows a customer to make a single selection.
|
/// A dropdown select is an expandable menu of predefined options that allows a customer to make a single selection.
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import UIKit
|
import UIKit
|
||||||
import VDSTokens
|
import VDSCoreTokens
|
||||||
|
|
||||||
extension InputField {
|
extension InputField {
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import UIKit
|
import UIKit
|
||||||
import VDSTokens
|
import VDSCoreTokens
|
||||||
|
|
||||||
extension InputField {
|
extension InputField {
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import UIKit
|
import UIKit
|
||||||
import VDSTokens
|
import VDSCoreTokens
|
||||||
|
|
||||||
extension Tilelet {
|
extension Tilelet {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user