-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 🎸 [JIRA: HCPSDKFIORIUIKIT-2764] list picker enhancement #823
feat: 🎸 [JIRA: HCPSDKFIORIUIKIT-2764] list picker enhancement #823
Conversation
xiaoyu0722
commented
Oct 14, 2024
•
edited
Loading
edited
Debug Panel | Normal Single Selection | Multiple Selections |
---|---|---|
Search | Filter | Cancel Alert | Customizaiton |
---|---|---|---|
// sourcery: default.value = .horizontal | ||
// sourcery: no_view | ||
var axis: Axis { get } | ||
} | ||
|
||
@available(*, unavailable, renamed: "_ListPickerItemModel", message: "Will be removed in the future release. Please create ListPickerItem with other initializers instead.") | ||
public protocol ListPickerItemModel {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing Docs Violation: public declarations should be documented. (missing_docs)
ced5b72
to
02f3d4a
Compare
Sources/FioriSwiftUICore/_ComponentProtocols/CompositeComponentProtocols.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/FormCells/ListPickerItemExample.swift
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments inlined
Sources/FioriSwiftUICore/_FioriStyles/ListPickerDestinationStyle.fiori.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/FormCells/ListPickerItemExample.swift
Outdated
Show resolved
Hide resolved
@xiaoyu0722 Need to resolve merge conflict issue. |
|
||
/// Grouped sections data model for `ListPickerDestination`. | ||
public protocol ListPickerSectionModel { | ||
associatedtype Data: RandomAccessCollection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing Docs Violation: public declarations should be documented. (missing_docs)
|
||
/// Grouped sections data model for `ListPickerDestination`. | ||
public protocol ListPickerSectionModel { | ||
associatedtype Data: RandomAccessCollection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing Docs Violation: public declarations should be documented. (missing_docs)
|
||
/// Grouped sections data model for `ListPickerDestination`. | ||
public protocol ListPickerSectionModel { | ||
associatedtype Data: RandomAccessCollection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing Docs Violation: public declarations should be documented. (missing_docs)